@charset "UTF-8";
/* ---------------------------------------
	私たちについて
-----------------------------------------*/
@media screen and (width > 1400px) {
  .greeting {
    padding-bottom: 10rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting {
    padding-bottom: 11.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .greeting {
    padding-bottom: 21.3333333333vw;
  }
}
.greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1400px) {
  .greeting__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.5rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.greeting__imgarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.greeting__img {
  width: 100%;
}
@media screen and (width > 1400px) {
  .greeting__img {
    max-width: 23.75rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__img {
    max-width: 27.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__img {
    max-width: 53.3333333333vw;
    margin-inline: auto;
  }
}
.greeting__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.greeting__img-name {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (width > 1400px) {
  .greeting__img-name {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__img-name {
    font-size: 16px;
    font-size: 1.1428571429vw;
    margin-right: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__img-name {
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
    margin-right: 0;
  }
}
.greeting__img-name span {
  font-weight: var(--font-regular);
}
@media screen and (width > 1400px) {
  .greeting__img-name span {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__img-name span {
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__img-name span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.greeting__title {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  margin-block: var(--trim-leading);
}
@media screen and (width > 1400px) {
  .greeting__title {
    font-size: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__title {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__title {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.greeting__description {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .greeting__description {
    font-size: 1.125rem;
    margin-top: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .greeting__description {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .greeting__description {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}

.motto {
  padding-bottom: 0;
}
.motto__wrapper {
  border-bottom: #edd1bf solid 1px;
}
@media screen and (width > 1400px) {
  .motto__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (width <= 1400px) {
  .motto__wrapper {
    padding-bottom: 9.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .motto__wrapper {
    padding-bottom: 17.0666666667vw;
  }
}
.motto__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width > 1400px) {
  .motto__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (width <= 1400px) {
  .motto__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (width <= 768px) {
  .motto__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.motto__imgarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.motto__img {
  width: 100%;
}
@media screen and (width > 1400px) {
  .motto__img {
    max-width: 26.25rem;
  }
}
@media screen and (width <= 1400px) {
  .motto__img {
    max-width: 30vw;
  }
}
@media screen and (width <= 768px) {
  .motto__img {
    max-width: 100%;
  }
}
.motto__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.motto__list li {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 3;
  margin-block: var(--trim-leading);
}
@media screen and (width > 1400px) {
  .motto__list li {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1400px) {
  .motto__list li {
    font-size: 30px;
    font-size: 2.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .motto__list li {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.vision {
  padding-bottom: 0;
}
@media screen and (width > 1400px) {
  .vision {
    padding-top: 3.75rem;
  }
}
@media screen and (width <= 1400px) {
  .vision {
    padding-top: 4.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .vision {
    padding-top: 8vw;
  }
}
.vision__wrapper {
  border-bottom: #edd1bf solid 1px;
}
.vision__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1400px) {
  .vision__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (width <= 1400px) {
  .vision__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.2857142857vw;
    padding-bottom: 9.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .vision__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
.vision__imgarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vision__img {
  width: 100%;
}
@media screen and (width > 1400px) {
  .vision__img {
    max-width: 26.25rem;
  }
}
@media screen and (width <= 1400px) {
  .vision__img {
    max-width: 30vw;
  }
}
@media screen and (width <= 768px) {
  .vision__img {
    max-width: 100%;
  }
}
.vision__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.vision__description {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .vision__description {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .vision__description {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .vision__description {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

@media screen and (width > 1400px) {
  .policy {
    padding-top: 3.75rem;
  }
}
@media screen and (width <= 1400px) {
  .policy {
    padding-top: 4.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .policy {
    padding-top: 8vw;
  }
}
.policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1400px) {
  .policy__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.5rem;
  }
}
@media screen and (width <= 1400px) {
  .policy__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .policy__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.policy__imgarea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy__img {
  width: 100%;
}
@media screen and (width > 1400px) {
  .policy__img {
    max-width: 26.25rem;
  }
}
@media screen and (width <= 1400px) {
  .policy__img {
    max-width: 30vw;
  }
}
@media screen and (width <= 768px) {
  .policy__img {
    max-width: 100%;
  }
}
.policy__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.policy__description {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (width > 1400px) {
  .policy__description {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1400px) {
  .policy__description {
    font-size: 30px;
    font-size: 2.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .policy__description {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}

.profile {
  padding-bottom: 0;
}
@media screen and (width > 1400px) {
  .profile__table th {
    width: 21.875rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__table th {
    width: 25vw;
  }
}
@media screen and (width <= 768px) {
  .profile__table th {
    width: 100%;
  }
}
.profile__dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (width <= 768px) {
  .profile__dl {
    grid-template-columns: 1fr;
  }
}
.profile__dl:not(:last-of-type) {
  border-bottom: var(--cl-bg) solid 1px;
}
@media screen and (width > 1400px) {
  .profile__dl:not(:last-of-type) {
    padding-bottom: 2.625rem;
    margin-bottom: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__dl:not(:last-of-type) {
    padding-bottom: 3vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .profile__dl:not(:last-of-type) {
    padding-bottom: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (width > 1400px) {
  .profile__dl dt,
  .profile__dl dd {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__dl dt,
  .profile__dl dd {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .profile__dl dt,
  .profile__dl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.profile__dl dt {
  font-weight: var(--font-bold);
}
@media screen and (width > 1400px) {
  .profile__dl dt {
    width: 10.625rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__dl dt {
    width: 12.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .profile__dl dt {
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
}
.profile__dl dd {
  font-weight: var(--font-thin);
}
.profile__img {
  width: 100%;
}
@media screen and (width > 1400px) {
  .profile__img {
    max-width: 21.5625rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__img {
    max-width: 24.6428571429vw;
  }
}
@media screen and (width <= 768px) {
  .profile__img {
    max-width: 100%;
  }
}
.profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width > 1400px) {
  .profile__address {
    margin-top: 1.25rem;
  }
}
@media screen and (width <= 1400px) {
  .profile__address {
    margin-top: 1.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .profile__address {
    margin-top: 4.2666666667vw;
  }
}

@media screen and (width > 1400px) {
  .equipment {
    padding-top: 10.5rem;
  }
}
@media screen and (width <= 1400px) {
  .equipment {
    padding-top: 2.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .equipment {
    padding-top: 5.3333333333vw;
  }
}
.equipment__list {
  display: grid;
}
@media screen and (width > 1400px) {
  .equipment__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.625rem 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .equipment__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 4vw;
  }
}
@media screen and (width <= 768px) {
  .equipment__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}

.safety__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1400px) {
  .safety__main-inner {
    gap: 4.5rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__main-inner {
    gap: 5.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .safety__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw;
  }
}
.safety__main-text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (width > 1400px) {
  .safety__main-text {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__main-text {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .safety__main-text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.safety__main-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (width > 1400px) {
  .safety__main-img {
    max-width: 35rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__main-img {
    max-width: 40vw;
  }
}
@media screen and (width <= 768px) {
  .safety__main-img {
    max-width: 100%;
  }
}
.safety__main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.safety__heading {
  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-weight: var(--font-bold);
}
@media screen and (width > 1400px) {
  .safety__heading {
    gap: 1.5rem;
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__heading {
    gap: 1.7142857143vw;
    font-size: 36px;
    font-size: 2.5714285714vw;
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .safety__heading {
    gap: 2.1333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.safety__heading::before, .safety__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--cl-text);
}
@media screen and (width > 1400px) {
  .safety__heading::before, .safety__heading::after {
    max-width: 10.625rem;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
@media screen and (width <= 1400px) {
  .safety__heading::before, .safety__heading::after {
    max-width: 12.1428571429vw;
    -webkit-transform: translateY(0.1428571429vw);
            transform: translateY(0.1428571429vw);
  }
}
@media screen and (width <= 768px) {
  .safety__heading::before, .safety__heading::after {
    max-width: 9.6vw;
    -webkit-transform: translateY(0.5333333333vw);
            transform: translateY(0.5333333333vw);
  }
}
.safety__block {
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .safety__block {
    margin-top: 7rem;
    width: 75rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__block {
    margin-top: 8vw;
    width: 85.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .safety__block {
    margin-top: 16vw;
    width: 100%;
  }
}
.safety__list {
  display: grid;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .safety__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    max-width: 75rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
  }
}
@media screen and (width <= 768px) {
  .safety__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.safety__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1400px) {
  .safety__block-inner {
    gap: 3.5rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__block-inner {
    gap: 5.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .safety__block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw;
  }
}
.safety__block-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (width > 1400px) {
  .safety__block-img {
    max-width: 22.5rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__block-img {
    max-width: 25.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .safety__block-img {
    max-width: 100%;
  }
}
.safety__block-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.safety__block-text {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (width > 1400px) {
  .safety__block-text {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1400px) {
  .safety__block-text {
    font-size: 18px;
    font-size: 1.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .safety__block-text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}