@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title .inner::after {
  content: "Philosophy";
}

/* ---------------------------------
  bg_wrapper
--------------------------------- */
.bg_wrapper {
  position: relative;
  contain: paint;
}
@media screen and (max-width: 767px) {
  .bg_wrapper {
    background-image: linear-gradient(#134d9f, #092853);
  }
}

/* ---------------------------------
  philosophy_bg
--------------------------------- */
.philosophy_bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
.philosophy_bg::before {
  content: "";
  background-image: url(../../../images/company/philosophy/philosophy_fv.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}
.philosophy_bg::after {
  content: "";
  background-image: url(../../../images/company/philosophy/philosophy_fv.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  background-size: 100% auto;
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  opacity: var(--blur-opacity, 0);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .philosophy_bg::before {
    background-image: url(../../../images/company/philosophy/philosophy_fv_sp.png);
    background-position: bottom;
    background-size: 100% auto !important;
    opacity: .25;
  }
  .philosophy_bg::after {
    display: none;
  }
}



/* ---------------------------------
  fv_block
--------------------------------- */
.fv_block {
  padding: 160px 0;
  color: #fff;
  width: 100%;
  height: 1000px;
}
.fv_block h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 80px;
  padding-left: 40px;
}
.fv_block h2 span {
  position: relative;
}
.fv_block h2 span::before {
  content: "とわ";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .3em;
}
.fv_block .philosophy_fv_text {
  line-height: 2.7;
  letter-spacing: .07em;
  padding-left: 40px;
}
.fv_block .philosophy_fv_text p + p {
  margin: 32px 0 40px;
}
@media screen and (max-width: 767px) {
  .fv_block {
    padding: 80px 0;
    height: auto;
  }
  .fv_block .inner {
    padding: 0 40px;
  }
  .fv_block h2 {
    font-size: 28px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .fv_block h2 span::before {
    top: -14px;
    font-size: 11px;
    letter-spacing: 2.1em;
    text-indent: 2.1em;
    white-space: nowrap;
  }
  .fv_block .philosophy_fv_text {
    padding-left: 0;
}
  .fv_block .philosophy_fv_text p + p {
    margin: 32px 0 0;
  }
}


/* ---------------------------------
  principle_block
--------------------------------- */
.principle_block {
  padding: 0 40px 120px;
}
.principle_block .inner {
  background-color: rgba(255, 255, 255, .85);
  border-radius: 20px;
  padding: 80px 80px 100px;
  max-width: 1300px;
  backdrop-filter: blur(20px);
}
.principle_block .principle_flex {
  display: flex;
  column-gap: 100px;
}
.principle_block .principle_left {
  margin-top: -10px;
  margin-bottom: -80px;
  width: 365px;
  flex-shrink: 0;
  position: relative;
}
.principle_block .principle_left_img {
  width: 365px;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.principle_block .principle_left_img img {
  width: 510px;
  height: 510px;
  max-inline-size: fit-content;
}
.principle_block .principle_right {
  counter-reset: principle_number;
  margin-top: 40px;
}
.principle_block .principle_right li {
  counter-increment: principle_number;
}
.principle_block .principle_right li:not(:last-child) {
  margin-bottom: 80px;
}
.principle_block .principle_right li h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 24px;
}
.principle_block .principle_right li h4::before {
  content: "Principle 0" counter(principle_number);
  font-family: 'urbanist', 'notosansjp';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .05em;
  display: block;
  padding-left: 18px;
  margin-bottom: 8px;
}
.principle_block .principle_right li h4::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #cdc298;
  border-radius: 50%;
  position: absolute;
  top: 4.5px;
  left: 0;
}
.principle_block .principle_right li p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 24px;
}
.principle_block .principle_right li img {
  border-radius: 10px;
}
@media screen and (max-width: 1281px) {
  .principle_block .inner {
    max-width: 1040px;
  }
  .principle_block .principle_left {
    width: 292px;
  }
  .principle_block .principle_left_img {
    width: 292px;
  }
  .principle_block .principle_left_img img {
    width: 408px;
    height: 408px;
  }
}
@media screen and (max-width: 1024px) {
  .principle_block .principle_left {
    width: 260px;
  }
  .principle_block .principle_left_img {
    width: 260px;
  }
  .principle_block .principle_left_img img {
    width: 362px;
    height: 362px;
  }
}
@media screen and (max-width: 999px) {
  .principle_block .principle_flex {
    flex-flow: column;
  }
  .principle_block .principle_left {
    margin: -40px auto -14px;
    width: 303px;
  }
  .principle_block .principle_left_img {
    width: 303px;
    position: relative;
  }
  .principle_block .principle_left_img img {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .principle_block {
    padding: 0 20px 64px;
  }
  .principle_block .inner {
    padding: 40px 16px 40px;
  }
  .principle_block .title_type01 {
    margin-bottom: 20px;
  }
  .principle_block .principle_right {
    margin-top: 0;
  }
  .principle_block .principle_right li:not(:last-child) {
    margin-bottom: 40px;
  }
  .principle_block .principle_right li h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .principle_block .principle_right li h4::before {
    font-size: 14px;
  }
  .principle_block .principle_right li h4::after {
    top: 3.5px;
  }
  .principle_block .principle_right li p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
  .principle_block .principle_right li .principle_right_img::before {
    font-size: 30.59px;
    bottom: 7px;
    left: 10.5px;
    width: 124px;
    height: 43px;
  }
  .principle_block .principle_right li img {
    border-radius: 4.37px;
  }
}
@media screen and (max-width: 375px) {
  .principle_block .principle_left_img img {
    width: 320px;
    height: 320px;
  }
}
