@charset "UTF-8";
/* ==========================================================================//
//
// 企業理念
//
// ========================================================================== */
/* mission
---------------------------------------------------------- */
.sec_mission {
  position: relative;
  padding: 44px 0 60px;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .sec_mission {
    --inner_padding: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_mission {
    padding: 94px 0 100px;
  }
}
.sec_mission::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222222;
  top: 116px;
  left: 0;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_mission::before {
    top: 31%;
  }
}
.sec_mission .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_mission .row_wrap .texts .sec_ttl {
  position: relative;
  width: 154px;
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap .texts .sec_ttl {
    width: min(190px, 60%);
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_mission .row_wrap .texts .sec_ttl {
    margin-bottom: 40px;
  }
}
.sec_mission .row_wrap .texts .sec_ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 102%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../images/company/philosophy/mission_ttl_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 92/56;
  width: 92px;
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap .texts .sec_ttl::before {
    width: min(114px, 60%);
  }
}
.sec_mission .row_wrap .texts .tx {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.11;
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap .texts .tx {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_mission .row_wrap .texts .tx {
    font-size: 16px;
  }
}
.sec_mission .row_wrap .texts .tx p:not(:last-child) {
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  .sec_mission .row_wrap .image {
    width: 54%;
  }
}
.sec_mission .row_wrap .image.js_scroll {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_mission .row_wrap .image.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* greeting
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sec_greeting {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 750px) {
  .sec_greeting .inner {
    display: contents;
  }
}
.sec_greeting .container {
  background-color: #f4f4f4;
  border-top: 1px solid #222222;
  padding: 44px 40px 55px;
}
@media all and (min-width: 751px) {
  .sec_greeting .container {
    border: 2px solid #222222;
    border-radius: 25px;
    padding: 48px 8% 60px;
  }
}
.sec_greeting .container.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_greeting .container.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_greeting .container .sec_ttl {
  text-align: center;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  .sec_greeting .container .sec_ttl {
    margin-bottom: 30px;
  }
}
.sec_greeting .container .sec_ttl span {
  position: relative;
  display: inline-block;
  width: min(194px, 60%);
}
.sec_greeting .container .sec_ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../images/top/interview_star_01_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 49/45;
  width: 38px;
  top: 50%;
  right: 116%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_greeting .container .sec_ttl span::before {
    width: 49px;
  }
}
.sec_greeting .container .sec_ttl span::after {
  position: absolute;
  content: "";
  background-image: url(../../images/top/interview_star_02_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 64/44;
  width: 45px;
  top: 40%;
  left: 116%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_greeting .container .sec_ttl span::after {
    width: 64px;
  }
}
.sec_greeting .container .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_greeting .container .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
    margin-bottom: 25px;
  }
}
.sec_greeting .container .row_wrap .image {
  --radius: 15px;
  --shift: 12px;
  position: relative;
  z-index: 1;
  padding-right: var(--shift);
  padding-bottom: var(--shift);
}
@media all and (min-width: 751px) {
  .sec_greeting .container .row_wrap .image {
    --radius: 25px;
    --shift: 15px;
    width: 50%;
  }
}
.sec_greeting .container .row_wrap .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc(100% - var(--shift));
  height: calc(100% - var(--shift));
  background-color: #a3ced6;
  border: 1.5px solid #222222;
  border-radius: var(--radius);
  z-index: -1;
}
.sec_greeting .container .row_wrap .image img {
  border: 1.5px solid #222222;
  border-radius: var(--radius);
}
.sec_greeting .container .row_wrap .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_greeting .container .tx {
  letter-spacing: 0.04em;
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  .sec_greeting .container .tx {
    line-height: 2;
  }
}
.sec_greeting .container .tx:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_greeting .container .tx:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* philosophy
---------------------------------------------------------- */
.sec_philosophy {
  background-color: #a3ced6;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px), repeating-linear-gradient(to right, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px);
  border-top: 1px solid #222222;
  padding: 50px 0 68px;
}
@media all and (min-width: 751px) {
  .sec_philosophy {
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px), repeating-linear-gradient(to right, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px);
    padding: 47px 0 84px;
  }
}
.sec_philosophy .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 0;
}
@media all and (min-width: 751px) {
  .sec_philosophy .ttl_wrap {
    gap: 4px 33px;
  }
}
@media all and (min-width: 751px) and (max-width: 830px) {
  .sec_philosophy .ttl_wrap {
    gap: 8px 0;
  }
}
.sec_philosophy .ttl_wrap .sec_ttl {
  width: min(220px, 80%);
}
@media all and (min-width: 751px) {
  .sec_philosophy .ttl_wrap .sec_ttl {
    width: min(260px, 40%);
  }
}
@media all and (max-width: 830px) {
  .sec_philosophy .ttl_wrap .sec_ttl {
    width: 100%;
    text-align: center;
  }
  .sec_philosophy .ttl_wrap .sec_ttl img {
    width: min(260px, 50%);
  }
}
.sec_philosophy .ttl_wrap .deco {
  width: auto;
  height: 50px;
}
@media all and (min-width: 751px) {
  .sec_philosophy .ttl_wrap .deco {
    height: 82px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_philosophy .ttl_wrap .deco {
    height: 60px;
  }
}
@media all and (max-width: 830px) {
  .sec_philosophy .ttl_wrap .deco_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (max-width: 830px) {
  .sec_philosophy .ttl_wrap .deco_r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec_philosophy .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  .sec_philosophy .list {
    gap: 22px;
    margin-top: 30px;
  }
}
.sec_philosophy .item {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #222222;
  padding: 24px 24px 36px;
}
@media all and (min-width: 751px) {
  .sec_philosophy .item {
    width: min(556px, 100%);
    padding: 24px 40px 34px;
  }
}
@media all and (min-width: 751px) and (min-width: 1001px) {
  .sec_philosophy .item:nth-child(1) {
    width: 40%;
  }
  .sec_philosophy .item:nth-child(2) {
    width: 50%;
  }
}
.sec_philosophy .item .heading {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .sec_philosophy .item .heading {
    margin-bottom: 16px;
  }
}
.sec_philosophy .item .heading span {
  display: inline;
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 8px 1px;
}
@media all and (min-width: 751px) {
  .sec_philosophy .item .heading span {
    padding: 0 10px 1px;
  }
}
.sec_philosophy .item p {
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_philosophy .item p {
    line-height: 1.85;
  }
}
.sec_philosophy .item.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media all and (min-width: 751px) {
  .sec_philosophy .item.js_scroll:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .sec_philosophy .item.js_scroll:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.sec_philosophy .item.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* credo
---------------------------------------------------------- */
.sec_credo {
  border-top: 1px solid #222222;
  padding: 60px 0 70px;
}
@media all and (min-width: 751px) {
  .sec_credo {
    padding: 74px 0 100px;
  }
}
.sec_credo .sec_ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl {
    margin-bottom: 38px;
  }
}
.sec_credo .sec_ttl span {
  position: relative;
  display: inline-block;
  width: min(153px, 60%);
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl span {
    width: min(325px, 60%);
  }
}
.sec_credo .sec_ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../images/company/philosophy/credo_deco_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 103/68;
  width: 72px;
  top: 50%;
  right: 112%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl span::before {
    width: 103px;
  }
}
.sec_credo .sec_ttl span::after {
  position: absolute;
  content: "";
  background-image: url(../../images/company/philosophy/credo_deco_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 78/44;
  width: 78px;
  top: 60%;
  left: 112%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl span::after {
    width: 103px;
  }
}
.sec_credo .list {
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .sec_credo .list {
    gap: 24px;
  }
}
.sec_credo .item {
  counter-increment: number 1;
  width: min(400px, 100%);
  background-color: #fff;
  border: 2px solid #222222;
  border-radius: 25px;
  padding: 30px 28px;
}
@media all and (min-width: 751px) {
  .sec_credo .item {
    width: calc((100% - 24px) / 2);
    padding: 34px 6%;
  }
}
.sec_credo .item .heading {
  position: relative;
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_credo .item .heading {
    font-size: 17px;
  }
}
.sec_credo .item .heading::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 0.018em;
  color: #a3ced6;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_credo .item .heading::before {
    font-size: 40px;
  }
}
.sec_credo .item .heading span {
  font-size: 0.8em;
}
.sec_credo .item p {
  font-size: 14px;
  line-height: 2;
}
.sec_credo .item.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media all and (min-width: 751px) {
  .sec_credo .item.js_scroll:nth-child(2n) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
}
.sec_credo .item.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}