@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
  clampの計算
=======================================*/
/*----------------------------
- philosophy（企業理念）
- philo_block（セクション共通レイアウト）
- philo_vision（ビジョン）
- philo_value（コアバリュー）
- philo_action（行動指針）
----------------------------*/
/*============================
philosophy（企業理念）
============================*/
.philosophy_page {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .philosophy_page .page_head {
    padding-top: 20px;
    padding-bottom: 51px;
  }
}
.philosophy_page .page_head__cat {
  font-size: 26px;
  line-height: 1.1538461538;
  color: #777;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .philosophy_page .page_head__cat {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.64px;
    margin-bottom: 0;
  }
}
.philosophy_page .page_head__ttl {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .philosophy_page .page_head__ttl {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 1px;
  }
}

.philosophy_sec {
  padding: 118px 0 0;
}
@media screen and (max-width: 768px) {
  .philosophy_sec {
    padding: 0;
  }
  .philosophy_sec .inner {
    width: 89.6%;
  }
}

/*============================
philo_block（セクション共通レイアウト）
============================*/
.philo_block {
  position: relative;
  border-top: 1px solid #E3E3E6;
  padding: 60px 0 140px;
}
@media screen and (max-width: 768px) {
  .philo_block {
    padding: 28px 0 60px;
  }
}
.philo_block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 43px;
  height: 1px;
  background: var(--main_red);
}
.philo_block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .philo_block__row {
    display: block;
  }
}
.philo_block__row + .philo_block__row {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .philo_block__row + .philo_block__row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .philo_block:first-child .philo_block__head {
    margin-bottom: 14px;
  }
}
.philo_block:first-child .philo_block__row + .philo_block__row {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .philo_block:first-child .philo_block__row + .philo_block__row {
    margin-top: 30px;
  }
}
.philo_block:nth-of-type(n + 2) .philo_block__body {
  border-left: 1px solid #E9E9E9;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .philo_block:nth-of-type(n + 2) .philo_block__body {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .philo_block:nth-of-type(3) .philo_block__head {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .philo_block:nth-of-type(3) .philo_block__body {
    padding-left: 20px;
    border-left: 1px solid #e3e3e6;
  }
}
.philo_block__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.4375%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .philo_block__head {
    width: 100%;
    margin-bottom: 25px;
  }
}
.philo_block__cat {
  font-size: 18px;
  line-height: 1.7777777778;
  color: #787878;
}
.philo_block__ttl {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4615384615;
  color: var(--main_black);
}
.philo_block__sub {
  font-size: 18px;
  line-height: 1.7777777778;
  color: #787878;
  padding-right: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .philo_block__sub {
    margin-top: 14px;
  }
}
.philo_block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 29px;
  border-left: 1px solid #E3E3E6;
}
@media screen and (max-width: 768px) {
  .philo_block__body {
    padding-left: 20px;
  }
}

/*============================
philo_vision（DNA / 経営ビジョン / ブランドビジョン）
============================*/
.philo_vision__lead {
  font-size: 40px;
  line-height: 1.2;
  color: var(--main_black);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .philo_vision__lead {
    font-size: 32px;
    line-height: 1.375;
    margin-bottom: 20px;
  }
}

.philo_vision__txt {
  font-size: 16px;
  line-height: 2;
  color: #787878;
  max-width: 980px;
}

.philo_vision__ttl {
  font-size: 26px;
  line-height: 1.6;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .philo_vision__ttl {
    font-size: 23px;
    line-height: 1.6;
  }
}

/*============================
philo_value（コアバリュー）
============================*/
.philo_value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .philo_value__list {
    row-gap: 28px;
    padding-left: 20px;
    border-left: 1px solid #e3e3e6;
  }
}
.philo_value__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .philo_value__item {
    display: block;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.philo_value__num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 5px;
  color: #BBBBBE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philo_value__num {
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.philo_value__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-radius: 5px;
  background: #FCF0F0;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .philo_value__main {
    width: 100%;
    min-height: 0;
    padding: 20px 15px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FDF1EF;
  }
}
.philo_value__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
}
.philo_value__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.philo_value__ttl {
  font-size: 26px;
  line-height: 1.2;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .philo_value__ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}
.philo_value__desc {
  font-size: 16px;
  line-height: 2;
  color: #787878;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .philo_value__desc {
    line-height: 1.6;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .philo_value__text {
    display: contents;
  }
}

/*============================
philo_action（行動指針）
============================*/
.philo_action__head {
  display: grid;
  grid-template-columns: 1fr 46px 1fr;
  margin-left: 104px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .philo_action__head {
    grid-template-columns: 1fr 28px 1fr;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.philo_action__head span {
  font-size: 16px;
  color: var(--main_black);
  font-weight: 700;
  text-align: center;
}
.philo_action__head span:nth-child(1) {
  grid-column: 1;
}
.philo_action__head span:nth-child(2) {
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .philo_action__head span {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}

.philo_action__row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .philo_action__row {
    display: block;
  }
}
.philo_action__row + .philo_action__row {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .philo_action__row + .philo_action__row {
    margin-top: 15px;
  }
}
.philo_action__row__num {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 5px;
  color: #BBBBBE;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .philo_action__row__num {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.philo_action__row__cells {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .philo_action__row__cells {
    grid-template-columns: 1fr 28px 1fr;
  }
}
.philo_action__row__cell {
  background: #FCF0F0;
  padding: 0 18px;
  height: 80px;
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
  color: var(--main_black);
  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;
}
@media screen and (max-width: 768px) {
  .philo_action__row__cell {
    font-size: 18px;
    line-height: 1.2222222222;
    height: 60px;
    padding: 0 5px;
    background: #FDF1EF;
  }
}
.philo_action__row__cross {
  width: 30px;
  aspect-ratio: 1/1;
  position: relative;
  margin-inline: 10.35px;
}
@media screen and (max-width: 768px) {
  .philo_action__row__cross {
    width: 16px;
    margin-inline: auto;
  }
}
.philo_action__row__cross::before, .philo_action__row__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 141.4%;
  height: 1px;
  background: #bbbbbe;
}
@media screen and (max-width: 768px) {
  .philo_action__row__cross::before, .philo_action__row__cross::after {
    background: #C9C9C9;
  }
}
.philo_action__row__cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.philo_action__row__cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}