@charset "UTF-8";

/* ////////////////////////////
philosophy 企業理念
//////////////////////////// */

#content_Wrap {
  background: #EFEFEF;
}
#content_Wrap .inner_1000 {
  width: 84%;
}

.fwM {
  font-weight: 500;
}

.title_Box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 100px;
  /* flex-wrap: wrap;
  gap: 0.5em; */
}
.title_Box div {
  margin-right: 0.5em;
}
.title_Box div img {
  width: auto!important;
  height: 100px;
  object-fit: contain;
}
.title_Box p {
  color:#fff;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

#philosophy_Wrap {
  padding: 5% 0 15%;
  background: url(../img/bg.jpg) no-repeat top center / cover;
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.philosophy_Box .ph_read {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.2em;
}
.philosophy_Box .ph_list {
  width: fit-content;
  margin: 5% auto 0;
  font-family: "Noto Sans JP", serif;
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
.philosophy_Box .ph_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.philosophy_Box .ph_list li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #fff;
  border-radius: 50vh;
  margin-right: 0.4em;
}
.philosophy_Box .ph_list li:not(:last-child) {
  margin-bottom: 1em;
}


#policy_Wrap {
  padding: 150px 0;
}
#policy_Wrap .bgWh {
  background: #fff;
  box-sizing: content-box;
  padding: 4%;
  border-radius: 20px;
}
#policy_Wrap .title_Box p {
  color: #0032E6;
  margin-left: -7.2em;
}

.policy_Box {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
.policy_Box .po_vision {
  background: #0032E6;
  color: #fff;
  padding: 0.5em 1em 0.6em;
  display: block;
  width: fit-content;
  margin: 0 auto 3%;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 50vh;
}
.policy_Box .po_read {
  font-size: 26px;
  line-height: 1.73478261;
  font-weight: 500;
}
.policy_Box .po_en {
  font-family: "Noto Sans JP", serif;
  color: #0032E6;
  font-weight: 500;
  font-size: 38px;
  margin: 50px 0 60px;
  white-space: nowrap;
}
.policy_Box .po_en .italic {
  font-style: italic;
  margin: 0 0.4em 0 0.3em;
}
.policy_Box .po_en .italic span {
  margin: 0 0.1em;
}
.policy_Box .po_img01 {
  background: #EDF1FD;
  border-radius: 10px;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5% 10%;
}
.policy_Box .po_img01 figcaption {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.5em;
  line-height: 1.38;
  letter-spacing: 0.1em;
}
.policy_Box .po_img01 figcaption span {
  font-size: 0.85em;
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  .title_Box {
    flex-direction: column;
    padding: 0 0 30px;
    /* gap: 0; */
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    height: 70px;
    object-fit:contain;
  }
  .title_Box p {
    font-size: 16px;
  }

  #philosophy_Wrap {
    padding: 10% 0 20%;
    border-radius: 0 0 15px 15px;
    background: url(../img/bg.jpg) no-repeat top center / cover;
}

  .philosophy_Box .ph_read {
    font-size: 22px;
  }
  .philosophy_Box .ph_list {
    margin: 10% auto 0;
    font-size: 14px;
  }
  
  #policy_Wrap {
    padding: 60px 0;
  }
  #policy_Wrap .bgWh {
    padding: 5%;
    border-radius: 15px;
  }
  #policy_Wrap .title_Box p {
    margin-left: 0;
  }

  .policy_Box .po_vision {
    font-size: 14px;
  }
  .policy_Box .po_read {
    font-size: 20px;
  }
  .policy_Box .po_en {
    font-size: 28px;
    margin: 20px 0 40px;
  }

  .policy_Box .po_img01 {
    border-radius: 5px;
    width: 100%;
  }
  .policy_Box .po_img01 figcaption {
    font-size: 15px;
  }


}

