@charset "UTF-8";
html {
  font-size: 62.5%;
}

.philosophy {
  /*----------------------------
  共通パーツ 
  -----------------------------*/
  /* mv */
  /* btn */
  /*----------------------------
      Vision 
  -----------------------------*/
  /*----------------------------
      Message 
  -----------------------------*/
  /*----------------------------
      Company 
  -----------------------------*/
  /*----------------------------
      Access 
  -----------------------------*/
}
.philosophy section {
  padding: 0;
}
.philosophy .company, .philosophy .ceo, .philosophy .vision {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.philosophy .company{
  display: block;
}
.philosophy .philosophy-mv {
  width: 100vw;
  height: 320px;
  background: #F6F6F6;
  overflow: hidden;
  margin-bottom: 160px;
}
.philosophy .philosophy-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.philosophy .philosophy-flex ._mv-img {
  height: 320px;
}
.philosophy .philosophy-flex ._absolute1 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  width: 30%;
  z-index: 10;
}
.philosophy .philosophy-title h1 {
  color: #E83A5A;
  font-family: Montserrat;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .philosophy-title span {
  color: var(--main-txt, #333);
  /* PC/NotoSansJP_H3 */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .philosophy-btn {
  position: relative;
  width: 400px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  text-decoration: none;
  border: 3px solid #333333;
  border-radius: 40px;
  margin: 80px auto 150px;
}
.philosophy .philosophy-btn p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .philosophy-btn p::after {
  content: "";
  position: absolute;
  display: block;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/philosophy/arrow.webp);
  background-size: cover;
  width: 11px;
  height: 20px;
  background-position: center;
}
.philosophy .vision {
  margin-bottom: 80px;
}
.philosophy .vision h2 {
  width: 100%;
  color: #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .vision .vision-relative {
  width: 100%;
  position: relative;
}
.philosophy .vision .vision-relative .vision-text {
  position: relative;
  z-index: 10;
  width: 60%;
  height: 560px;
}
.philosophy .vision .vision-relative .vision-text h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .vision .vision-relative .vision-text h3 span {
  color: #E83A5A;
}
.philosophy .vision .vision-relative .vision-text p {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .vision .vision-relative .vision-img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50%;
}
.philosophy .mission {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.philosophy .mission h2 {
  font-family: Montserrat;
  color: #C1C1C1;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 24px;
}
.philosophy .mission .mission-box {
  background: #F6F6F6;
  border-radius: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 40px 0;
}
.philosophy .mission .mission-flex {
  display: flex;
  align-items: flex-end;
}
.philosophy .mission .mission-flex .mission-text {
  width: 80%;
  padding-bottom: 40px;
}
.philosophy .mission .mission-flex h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 24px;
}
.philosophy .mission .mission-flex h3 span {
  color: #E83A5A;
}
.philosophy .mission .mission-flex img {
  width: 16%;
}
.philosophy .mission .mission-flex p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .ceo .ceo-container {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.philosophy .ceo .ceo-flex {
  display: flex;
  justify-content: center;
  gap: 2%;
  background: #F6F6F6;
  border-radius: 8px 8px 0px 0px;
}
.philosophy .ceo .ceo-flex .ceo-bg {
  background-image: url(../img/philosophy/message1.webp);
  background-size: cover;
  background-position-x: center;
  width: 480px;
  height: 390px;
  box-sizing: border-box;
  padding: 40px;
}
.philosophy .ceo .ceo-flex .ceo-bg span {
  color: #E83A5A;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .ceo .ceo-flex .ceo-bg h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .ceo .ceo-flex .ceo-bg h3 {
  color: #333;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .ceo .ceo-flex .ceo-img {
  width: 40%;
}
.philosophy .ceo .ceo-text {
  padding: 64px 90px 80px;
}
.philosophy .ceo .ceo-text h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 40px;
}
.philosophy .ceo .ceo-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.philosophy .company .company-table {
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  width: 100%;
}
.philosophy .company .company-table tbody tr {
  border-bottom: 2px solid #e4e4e4;
  position: relative;
}
.philosophy .company .company-table tbody tr::after{
  content: '';
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
}
.philosophy .company .company-table tbody th {
  display: flex;
  align-items: center;
  gap: 2%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.philosophy .company .company-table tbody th::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: #E83A5A;
  -webkit-clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(90deg);
  transform-origin: center center 0;
}
.philosophy .company .company-table tbody td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.philosophy .company .company-table ._table-flex {
  display: flex;
  flex-direction: column;
}
.philosophy .company .company-table ._table-flex a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2%;
}
.philosophy .company .company-table ._table-flex a p {
  color: #333;
}
.sp-only{
  display: none;
}
/*------------------------------------------------------------------------------
    sp 
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1120px) {
  .philosophy .ceo .ceo-flex{
    align-items: end;
  }
}
@media screen and (max-width: 960px) {
  .philosophy {
    
    /*----------------------------
    Vision 
    -----------------------------*/
    /*----------------------------
    Message 
    -----------------------------*/
    /*----------------------------
    Company 
    -----------------------------*/
    /*----------------------------
    共通パーツ 
    -----------------------------*/
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  .philosophy .company, .philosophy .ceo, .philosophy .vision {
    width: 90%;
    min-width: 360px;
  }
  .philosophy .philosophy-mv {
    height: 150px;
    margin-bottom: 100px;
  }
  .philosophy .philosophy-flex ._mv-img {
    height: 150px;
  }
  .philosophy .philosophy-title h1 {
    font-size: 2.6rem;
  }
  .philosophy .philosophy-title span {
    font-size: 1.4rem;
  }
  .philosophy .vision .vision-relative .vision-text {
    width: 90%;
    margin: 0 auto 20px;
  }
  .philosophy .vision .vision-relative .vision-text h3 {
    margin-bottom: 20px;
  }
  .philosophy .vision .vision-relative .vision-img {
    position: static;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .philosophy .mission .mission-box {
    padding: 24px 14px 0 24px;
  }
  .philosophy .mission .mission-flex {
    flex-direction: column;
  }
  .philosophy .mission .mission-flex .mission-text {
    width: 100%;
  }
  .philosophy .mission .mission-flex img{
    width: 40%;
  }
  .philosophy .ceo .ceo-flex {
    flex-direction: column;
    position: relative;
  }
  .philosophy .ceo .ceo-flex .ceo-bg {
    width: 90%;
    margin: 0 auto 200px;
  }
  .philosophy .ceo .ceo-flex .ceo-img {
    width: 90%;
    max-width: 324px;
    margin: 0 auto;
    position: absolute;
    transform:translateX(-50%) ;
    left: 50%;
    bottom: 0;
  }
  .philosophy .ceo .ceo-text {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .philosophy .ceo .ceo-text h4 {
    font-size: 2.6rem;
  }
  .philosophy .company .company-table{
    font-size: 1.8rem;
    font-weight: 600;
  }
  .philosophy .company .company-table tbody th {
    display: flex;
    padding: 10px 0;
  }
  .philosophy .company .company-table tbody td {
    display: flex;
    padding: 0 0 10px 0;
  }
  .philosophy .company .company-table ._table-flex {
    width: 100%;
  }
  .philosophy .philosophy-btn {
    width: 300px;
    height: 60px;
  }
}/*# sourceMappingURL=philosophy.css.map */