@charset "UTF-8";
/* ==========================================================================//
//
// 企業理念
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  --color: #3B97D4;
}

@media all and (min-width: 751px) {
  .philosophy_area .inner {
    max-width: 1280px;
  }
}

.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;
}
@media all and (max-width: 750px) {
  .row_wrap {
    gap: 15px;
  }
}
@media all and (min-width: 751px) {
  .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.row_wrap .box_text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 20px 15px;
}
@media all and (min-width: 751px) {
  .row_wrap .box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 420px;
    border-bottom-left-radius: 60px;
    padding: 40px 38px 40px 0;
    margin-right: -40px;
  }
}
.row_wrap .ttl {
  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;
  background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
  padding-bottom: 14px;
}
@media all and (min-width: 751px) {
  .row_wrap .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 26px;
    padding-left: 40px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .row_wrap .ttl {
    -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;
    gap: 4px;
  }
}
.row_wrap .ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .row_wrap .ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 68px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .row_wrap .ttl .en {
    font-size: 5vw;
  }
}
.row_wrap .ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .row_wrap .ttl .jp {
    font-size: 18px;
  }
}
.row_wrap .content {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .row_wrap .content {
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 30px;
  }
}
.row_wrap .content .heading {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .row_wrap .content .heading {
    text-align: left;
    font-size: 26px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .row_wrap .content .heading {
    font-size: 2.2vw;
  }
}
.row_wrap .content .text {
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .row_wrap .content .text {
    line-height: 2;
    letter-spacing: 0.075em;
    margin-top: 20px;
  }
}
@media all and (min-width: 751px) {
  .row_wrap .box_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -40px;
  }
}
.row_wrap .box_img img {
  border: 1.5px solid var(--color);
  border-bottom-left-radius: 60px;
}
@media all and (min-width: 751px) {
  .row_wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row_wrap.reverse .box_text {
    padding: 40px 0 40px 38px;
    margin-right: 0;
    margin-left: -40px;
  }
  .row_wrap.reverse .ttl {
    padding-left: 0;
    padding-right: 40px;
  }
  .row_wrap.reverse .content {
    padding-left: 0;
    padding-right: 40px;
  }
}

/* mission
---------------------------------------------------------- */
.sec_mission {
  --color: #ED7B89;
  background-image: url(../../images/common/bg_stripe.jpg);
  background-size: auto 664px;
  background-position: top left;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .sec_mission {
    padding: 80px 0 120px;
  }
}

/* vision
---------------------------------------------------------- */
.sec_vision {
  padding-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_vision {
    padding-top: 80px;
  }
}

/* policy
---------------------------------------------------------- */
.sec_policy {
  padding-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_policy {
    padding-top: 120px;
  }
}

/* value
---------------------------------------------------------- */
.sec_value {
  padding-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_value {
    padding-top: 120px;
  }
}

/* credo
---------------------------------------------------------- */
.sec_credo {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_credo {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.sec_credo .sec_ttl {
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  .sec_credo .sec_ttl {
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl {
    max-width: 800px;
    margin-inline: auto;
  }
  .sec_credo .sec_ttl::before, .sec_credo .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_credo .sec_ttl::before {
    left: 0;
  }
  .sec_credo .sec_ttl::after {
    right: 0;
  }
}
.sec_credo .sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 42px;
  }
}
.sec_credo .sec_ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_credo .sec_ttl .jp {
    font-size: 26px;
  }
}
.sec_credo .lead {
  text-align: center;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_credo .lead {
    margin-top: 50px;
  }
}
.sec_credo .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: 30px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_credo .list {
    margin-top: 60px;
  }
}
@media all and (min-width: 751px) and (max-width: 1260px) {
  .sec_credo .list {
    max-width: 660px;
    margin-inline: auto;
  }
}
.sec_credo .item {
  width: min(360px, 100%);
  background-color: #fff;
  border: 1.5px solid var(--color);
  border-bottom-left-radius: 30px;
  padding: 20px 15px;
}
@media all and (min-width: 751px) {
  .sec_credo .item {
    width: calc((100% - 90px) / 4);
    border-bottom-left-radius: 60px;
    padding: 40px 18px;
  }
}
@media all and (min-width: 751px) and (max-width: 1260px) {
  .sec_credo .item {
    width: calc((100% - 30px) / 2);
  }
}
.sec_credo .item .ttl_wrap {
  text-align: center;
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_credo .item .ttl_wrap {
    margin-bottom: 25px;
  }
}
.sec_credo .item .ttl_wrap .num {
  position: relative;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.sec_credo .item .ttl_wrap .num::before, .sec_credo .item .ttl_wrap .num::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26%;
  height: 5px;
  background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-position: left center;
  background-repeat: space no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec_credo .item .ttl_wrap .num::before {
  left: 0;
}
.sec_credo .item .ttl_wrap .num::after {
  right: 0;
}
@media all and (min-width: 751px) {
  .sec_credo .item .ttl_wrap .num {
    -webkit-text-stroke: 1.5px var(--color);
  }
}
.sec_credo .item .ttl_wrap .ttl {
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .sec_credo .item .ttl_wrap .ttl {
    font-size: 22px;
  }
}
.sec_credo .item .text {
  text-align: center;
  letter-spacing: 0.1em;
}