@charset "UTF-8";
/* ==========================================================================//
//
// 企業理念
//
// ========================================================================== */
.head_area {
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .head_area {
    background-image: url(../images/company/philosophy/bg_wave01_pc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    padding: 80px 0;
  }
}
.head_area section {
  background-color: rgba(255, 247, 240, 0.7);
  border: 1px solid #c1bbb5;
  border-radius: 6px;
  padding: 20px 20px 25px;
}
@media all and (min-width: 751px) {
  .head_area section {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .head_area section {
    padding: 64px 50px;
  }
}
.head_area section:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .head_area section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.head_area section .sec_ttl {
  text-align: center;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .head_area section .sec_ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .head_area section .sec_ttl {
    font-size: 26px;
  }
}
.head_area section .sec_ttl span {
  color: #fff;
  background-color: #d63032;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 3px 10px 4px;
}
@media all and (min-width: 751px) {
  .head_area section .sec_ttl span {
    padding: 0 28px 2px;
  }
}

/* 経営理念
---------------------------------------------------------- */
.sec_philosopy .text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_philosopy .text {
    font-size: 34px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_philosopy .text {
    font-size: 26px;
  }
}

/* 経営ビジョン
---------------------------------------------------------- */
.sec_vision .vision_list {
  counter-reset: number;
  margin-top: 12px;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list {
    width: min(863px, 100%);
    margin-inline: auto;
    margin-top: 36px;
  }
}
.sec_vision .vision_list > li {
  counter-increment: number;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 20px 20px;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 30px 40px;
  }
}
.sec_vision .vision_list > li:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.sec_vision .vision_list > li .number {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  color: #d63032;
  font-size: 15px;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li .number {
    width: 84px;
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_vision .vision_list > li .number {
    width: 76px;
    font-size: 15px;
  }
}
.sec_vision .vision_list > li .number::after {
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: 1.73em;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li .number::after {
    font-size: 3.33em;
  }
}
.sec_vision .vision_list > li .content {
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_vision .vision_list > li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 22px;
    line-height: 1.81;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_vision .vision_list > li .content {
    font-size: 16px;
  }
}

/* 行動の原則
---------------------------------------------------------- */
.sec_principle {
  background-color: #2f2826;
  background-image: url(../images/common/bg_pattern01.png);
  background-size: 42px auto;
  padding: 42px 0;
}
@media all and (min-width: 751px) {
  .sec_principle {
    background-size: 73px auto;
    padding: 80px 0 100px;
  }
}
.sec_principle .sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_principle .sec_ttl {
    margin-bottom: 30px;
  }
}
.sec_principle .sec_ttl .jp {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.8em;
}
@media all and (min-width: 751px) {
  .sec_principle .sec_ttl .jp {
    font-size: 13px;
  }
}
.sec_principle .sec_ttl .jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d63032;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 4px;
}
@media all and (min-width: 751px) {
  .sec_principle .sec_ttl .jp::before {
    width: 6px;
  }
}
.sec_principle .sec_ttl .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #d63032;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_principle .sec_ttl .en {
    font-size: 74px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_principle .sec_ttl .en {
    font-size: 60px;
  }
}
.sec_principle .list {
  --gap: 20px;
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
@media all and (min-width: 751px) {
  .sec_principle .list {
    --gap: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_principle .list {
    --gap: 30px;
  }
}
.sec_principle .item {
  counter-increment: number;
  background-color: #fef1e7;
  border-radius: 6px;
  padding: 20px 20px 24px;
}
@media all and (min-width: 751px) {
  .sec_principle .item {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_principle .item {
    width: calc((100% - var(--gap)) / 2);
    padding: 30px 30px 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_principle .item {
    padding: 24px 24px 30px;
  }
}
.sec_principle .item .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_principle .item .content {
    gap: 15px;
    font-weight: 500;
    line-height: 1.93;
  }
}
.sec_principle .item .content::before {
  content: counter(number, decimal-leading-zero);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  width: 36px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #2e2725;
  border-radius: 2px;
}
@media all and (min-width: 751px) {
  .sec_principle .item .content::before {
    width: 50px;
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_principle .item .content::before {
    width: 42px;
    font-size: 20px;
  }
}