@charset "UTF-8";
/* ==========================================================================
ABOUT USページ
========================================================================== */
.about-img01 img,
.about-img02 img {
  width: 100%;
}

/* ==================================
数字で見る栗本鐵工所
================================== */
.numbers-content {
  display: flex;
}
@media (max-width: 959px) {
  .numbers-content .width50 {
    display: none;
  }
}

.numbers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-right: -2px;
  margin-bottom: -2px;
}
@media (max-width: 1440px) {
  .numbers-list {
    margin-right: -2px;
    margin-bottom: -2px;
  }
}
@media (max-width: 959px) {
  .numbers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.numbers-item .border-height--right {
  height: 100%;
}
.numbers-item .border-height--right .fadein {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 20px 20px 20px;
}
@media (max-width: 1440px) {
  .numbers-item .border-height--right .fadein {
    padding: 0 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .numbers-item .border-height--right .fadein {
    padding: 0 2% 15px;
  }
}

.numbers-num {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  background: #053c7e;
  color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  letter-spacing: 0.02em;
  width: 64px;
  height: 64px;
  border-radius: 0 0 64px 64px;
}
@media (max-width: 1440px) {
  .numbers-num {
    font-size: 1.8055555556vw;
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    border-radius: 0 0 4.4444444444vw 4.4444444444vw;
  }
}
@media (max-width: 959px) {
  .numbers-num {
    font-size: 15px;
    width: 37px;
    height: 37px;
    border-radius: 0 0 37px 37px;
  }
}

.numbers-title {
  font-size: 26px;
  letter-spacing: 0.12em;
  margin-top: 70px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1440px) {
  .numbers-title {
    font-size: 1.8055555556vw;
    margin-top: 4.8611111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 959px) {
  .numbers-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.numbers-item:nth-child(4) .numbers-title, .numbers-item:nth-child(6) .numbers-title {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(4) .numbers-title, .numbers-item:nth-child(6) .numbers-title {
    margin-top: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(4) .numbers-title, .numbers-item:nth-child(6) .numbers-title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.numbers-item:nth-child(4) .numbers-count, .numbers-item:nth-child(6) .numbers-count {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(4) .numbers-count, .numbers-item:nth-child(6) .numbers-count {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(4) .numbers-count, .numbers-item:nth-child(6) .numbers-count {
    margin-bottom: 20px;
  }
}
.numbers-item:nth-child(5) .numbers-title {
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(5) .numbers-title {
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(5) .numbers-title {
    margin-top: 10px;
  }
}
.numbers-item:nth-child(4) .numbers-count {
  margin-bottom: 0;
}
.numbers-item:nth-child(4) .numbers-count + .numbers-count {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(4) .numbers-count + .numbers-count {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(4) .numbers-count + .numbers-count {
    margin-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(11) .numbers-count {
    max-width: 122px;
  }
}
.numbers-item:nth-child(11) .numbers-count + .numbers-count {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(11) .numbers-count + .numbers-count {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(11) .numbers-count + .numbers-count {
    margin-bottom: 20px;
  }
}
.numbers-item:nth-child(11) .numbers-count .small {
  margin-right: 30px;
}
@media (max-width: 1440px) {
  .numbers-item:nth-child(11) .numbers-count .small {
    margin-right: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .numbers-item:nth-child(11) .numbers-count .small {
    margin-right: 10px;
  }
}

.numbers-count {
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .numbers-count {
    margin-top: 0.3472222222vw;
    margin-bottom: 3.4722222222vw;
    font-size: 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .numbers-count {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.numbers-count .count-up {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .numbers-count .count-up {
    font-size: 6.25vw;
  }
}
@media (max-width: 959px) {
  .numbers-count .count-up {
    font-size: 40px;
  }
}
.numbers-count--right {
  text-align: right;
  width: 100%;
  max-width: 340px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .numbers-count--right {
    max-width: 23.6111111111vw;
  }
}
@media (max-width: 959px) {
  .numbers-count--right {
    max-width: 165px;
  }
}
.numbers-count--right .small {
  margin-right: auto;
}
.numbers-count .small {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .numbers-count .small {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 959px) {
  .numbers-count .small {
    font-size: 10px;
  }
}

.numbers-text {
  background: #f0f0f0;
  border-radius: 8px;
  margin-top: auto;
  padding: 25px;
  width: 100%;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 1440px) {
  .numbers-text {
    border-radius: 0.5555555556vw;
    padding: 1.7361111111vw;
    font-size: 1.3194444444vw;
  }
}
@media (max-width: 959px) {
  .numbers-text {
    border-radius: 8px;
    padding: 10px;
    max-width: 78.93%;
    font-size: 12px;
  }
}

/* ==================================
SDGs
================================== */
.sdgs-head {
  display: flex;
  padding: 73px 175px;
}
@media (max-width: 959px) {
  .sdgs-head {
    padding: 20px 15px;
  }
}

.sdgs-head__text {
  font-size: 29px;
  line-height: 2.5;
}
@media (max-width: 959px) {
  .sdgs-head__text {
    font-size: 14px;
    line-height: 2;
  }
}

.sdgs-body {
  display: flex;
}
@media (max-width: 959px) {
  .sdgs-body .width50 {
    min-width: 0px;
  }
}

.sdgs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -2px;
}
@media (max-width: 1440px) {
  .sdgs-table {
    margin-top: -0.1388888889vw;
  }
}
@media (max-width: 959px) {
  .sdgs-table {
    margin-top: 0px;
  }
}
@media (max-width: 959px) {
  .sdgs-table .border-height--right::after {
    width: 0px;
  }
}
@media (min-width: 960px) {
  .sdgs-table .border-width--top::after,
  .sdgs-table .border-width--top.active::before {
    width: 0;
    height: 0;
  }
}

.sdgs-table__content {
  display: flex;
  width: 100%;
}
@media (max-width: 959px) {
  .sdgs-table__content {
    flex-direction: column;
  }
}

.sdgs-table .sdgs-table__item {
  padding: 50px;
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 1440px) {
  .sdgs-table .sdgs-table__item {
    padding: 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .sdgs-table .sdgs-table__item {
    width: 100%;
    padding: 20px;
  }
}

.sdgs-table__item__img {
  width: 33%;
}
@media (max-width: 959px) {
  .sdgs-table__item__img {
    width: 28%;
  }
}

.sdgs-table__item__wrap {
  width: 67%;
  padding-left: 50px;
}
@media (max-width: 959px) {
  .sdgs-table__item__wrap {
    padding-left: 18px;
    width: 72%;
  }
}

.sdgs-table__item__title {
  font-size: 29px;
}
@media (max-width: 959px) {
  .sdgs-table__item__title {
    font-size: 15px;
  }
}

.sdgs-table__item__text {
  font-size: 27px;
  margin-top: 28px;
}
@media (max-width: 959px) {
  .sdgs-table__item__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ==================================
会社概要
================================== */
.company-content {
  display: flex;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -2px;
}
@media (max-width: 1440px) {
  .company-table {
    margin-top: -0.1388888889vw;
  }
}
@media (max-width: 959px) {
  .company-table {
    margin-top: 0px;
  }
}

.company-table th,
.company-table td {
  padding: 40px;
  font-size: 28px;
}
@media (max-width: 1440px) {
  .company-table th,
  .company-table td {
    padding: 2.7777777778vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 959px) {
  .company-table th,
  .company-table td {
    padding: 15px;
    font-size: 12px;
  }
}

.company-table th {
  text-align: center;
  width: 30%;
  vertical-align: middle;
  font-weight: 400;
}
@media (max-width: 959px) {
  .company-table th {
    width: 25%;
  }
}

.company-table td {
  font-family: "kinto-sans", sans-serif;
  width: 70%;
}
@media (max-width: 959px) {
  .company-table td {
    width: 75%;
  }
}

/* ==================================
拠点情報
================================== */
@media (max-width: 959px) {
  .base {
    margin-top: 1px;
  }
  .base .width50 {
    display: none;
  }
}

.base-content {
  display: flex;
}

.base-place,
.base-department,
.overseas-list {
  padding: 30px 50px;
}
@media (max-width: 1440px) {
  .base-place,
  .base-department,
  .overseas-list {
    padding: 2.0833333333vw 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .base-place,
  .base-department,
  .overseas-list {
    padding: 15px;
  }
}

.place-list,
.department-list,
.overseas-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1440px) {
  .place-list,
  .department-list,
  .overseas-list {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .place-list,
  .department-list,
  .overseas-list {
    gap: 10px;
  }
}

.place-item,
.department-item,
.overseas-item {
  position: relative;
  padding-left: 25px;
  font-size: 26px;
}
@media (max-width: 1440px) {
  .place-item,
  .department-item,
  .overseas-item {
    padding-left: 1.7361111111vw;
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 959px) {
  .place-item,
  .department-item,
  .overseas-item {
    padding-left: 14px;
    font-size: 12px;
  }
}
.place-item::before,
.department-item::before,
.overseas-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 1440px) {
  .place-item::before,
  .department-item::before,
  .overseas-item::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .place-item::before,
  .department-item::before,
  .overseas-item::before {
    width: 9px;
    height: 9px;
  }
}

.place-item::before {
  border-radius: 50%;
  width: 19px;
  height: 19px;
}
@media (max-width: 1440px) {
  .place-item::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .place-item::before {
    width: 9px;
    height: 9px;
  }
}
.place-item:nth-child(1)::before {
  background: #d9151e;
}
.place-item:nth-child(2)::before {
  background: #f6921e;
}
.place-item:nth-child(3)::before {
  background: #39b44a;
}

.department-item:nth-child(1)::before {
  background: #80dbfa;
}
.department-item:nth-child(2)::before {
  background: #73d8ca;
}
.department-item:nth-child(3)::before {
  background: #fa8680;
}
.department-item:nth-child(4)::before {
  background: #bdfc89;
}
.department-item:nth-child(5)::before {
  background: #fbb8e6;
}
.department-item:nth-child(6)::before {
  background: #fab397;
}
.department-item:nth-child(7)::before {
  background: #29a2d9;
}

.base-map {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .base-map {
    padding: 4.8611111111vw 0;
  }
}
@media (max-width: 959px) {
  .base-map {
    padding: 25px 20px;
  }
}
.base-map img {
  max-width: 90%;
}

.base-overseas {
  display: flex;
}

.overseas-title {
  font-size: 32px;
  padding: 30px 50px;
}
@media (max-width: 1440px) {
  .overseas-title {
    font-size: 2.2222222222vw;
    padding: 2.0833333333vw 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .overseas-title {
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.overseas-item::before {
  background: #003a80;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media (max-width: 1440px) {
  .overseas-item::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .overseas-item::before {
    width: 9px;
    height: 9px;
  }
}

.about-img img {
  width: 100%;
}

.about-img-foot {
  background: #fff;
  height: auto;
}

.about-img-foot img {
  width: 100%;
}

/* ==================================
STATEMENT
================================== */
.statement {
  position: relative;
  color: #fff;
  overflow: hidden;
  /* 擬似要素を含めた全体が表示されるように */
  background: rgba(0, 58, 128, 0);
  transition: background 1s ease-in-out;
  /* じんわりと表示されるようにトランジションを設定 */
}
.statement .border-width--top::before {
  background: #fff;
}

.statement.visible {
  background: rgba(0, 58, 128, 0.6);
  /* クラスが付与されたときの背景色 */
}

.be-conspicuous {
  display: flex;
}

.be-conspicuous-inner {
  padding: 120px 60px;
}
@media (max-width: 1440px) {
  .be-conspicuous-inner {
    padding: 8.3333333333vw 4.1666666667vw;
  }
}

.be-conspicuous-title {
  line-height: 1;
}

.be-conspicuous-title .ja {
  font-size: 86px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .be-conspicuous-title .ja {
    font-size: 5.9722222222vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-title .ja {
    font-size: 42px;
  }
}

.be-conspicuous-title .en {
  letter-spacing: 0.12em;
  display: block;
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .be-conspicuous-title .en {
    font-size: 1.5277777778vw;
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-title .en {
    font-size: 18px;
  }
}

.be-conspicuous-text {
  line-height: 2.25;
  letter-spacing: 0.12em;
  font-size: 24px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .be-conspicuous-text {
    font-size: 1.6666666667vw;
    margin-top: 4.1666666667vw;
  }
}

.be-conspicuous-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  border-left: 2px solid #053c7e;
}
@media (max-width: 1440px) {
  .be-conspicuous-right {
    min-width: 6.9444444444vw;
    border-left: 0.1388888889vw solid #053c7e;
  }
}

.be-conspicuous-right-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.579;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .be-conspicuous-right-text {
    font-size: 1.3888888889vw;
  }
}

/* ==================================
VISION,PERSON
================================== */
.vision,
.person {
  background: #fff;
}

.vision-box,
.person-box {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}

.vision-box-left,
.person-box-left {
  width: 40%;
}

.vision-box-right,
.person-box-right {
  width: 50%;
}

.vision-box-text,
.person-box-text {
  font-family: "kinto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2.2727272727;
}

/* ==================================
TOP MESSAGE
================================== */
.message {
  background: #fff;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .message {
    padding-bottom: 5.5555555556vw;
  }
}

.message-box {
  display: flex;
  gap: 10%;
}

.message-box-left {
  width: 40%;
}

.message-box-right {
  width: 50%;
}

.message-box-text {
  font-family: "kinto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2.2727272727;
}

.message-box-text + .message-box-text {
  margin-top: 100px;
}
@media (max-width: 1440px) {
  .message-box-text + .message-box-text {
    margin-top: 6.9444444444vw;
  }
}

.message-box-name {
  font-family: "kinto-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  font-size: 1.8055555556vw;
  line-height: 2.0769230769;
  text-align: right;
}
@media (max-width: 1440px) {
  .message-box-name {
    font-size: 1.8055555556vw;
  }
}

.number-wrapper {
  display: flex;
  align-items: center;
}

.number-wrapper .small {
  margin-right: 7px;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .number-wrapper .small {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .number-wrapper .small {
    margin-top: 2px;
    margin-bottom: 3px;
  }
}

@media (max-width: 1440px) {
  .numbers-count.numbers-count--right {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .numbers-count.numbers-count--right {
    margin-top: 10px;
  }
}/*# sourceMappingURL=about.css.map */