@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-philosophy-concept {
  margin-top: 4.375rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-philosophy-concept {
    margin-top: 2.75rem;
  }
}

.l-philosophy-fv {
  margin-top: 3.3125rem;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .l-philosophy-fv {
    margin-top: 1.6875rem;
    padding-bottom: 1.875rem;
  }
}

.l-philosophy-idea {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-philosophy-idea {
    margin-top: 2.0625rem;
  }
}

.l-philosophy-slogan {
  margin-top: 2.0625rem;
  padding-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
  .l-philosophy-slogan {
    margin-top: 1.375rem;
    padding-bottom: 4.125rem;
  }
}

.p-philosophy-concept {
  position: relative;
  --fadeUp: 0;
}

.p-philosophy-concept::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  background-color: #3a54a4;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: var(--fadeUp);
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept::before {
    height: 2.5rem;
  }
}

.p-philosophy-concept::after {
  content: "";
  width: 1px;
  height: 18.4375rem;
  position: absolute;
  bottom: 5.625rem;
  left: 50%;
  background-color: #ccd8ec;
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept::after {
    width: 100%;
    height: 1px;
    top: 51.5%;
    left: 0;
  }
}

.p-philosophy-concept__body {
  position: relative;
}

.p-philosophy-concept__body::before {
  content: "";
  width: 100%;
  height: calc(100% + 5.3125rem);
  background-color: #f6f9fc;
  position: absolute;
  top: -2.625rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept__body::before {
    height: calc(100% + 7rem);
    top: -3.6875rem;
  }
}

.p-philosophy-concept__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.3;
  color: #3a54a4;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: capitalize;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept__title {
    font-size: 1rem;
    padding-top: 2.5rem;
  }
}

.p-philosophy-concept__logo {
  aspect-ratio: 400/127;
  max-width: 25rem;
  margin-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept__logo {
    aspect-ratio: 300/95;
    max-width: 18.75rem;
    margin-top: 2.375rem;
  }
}

.p-philosophy-concept__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy-concept__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept__block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    margin-top: 1.875rem;
    gap: 6.9375rem;
  }
}

.p-philosophy-concept__text {
  font-size: 0.875rem;
  margin-top: 0rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-philosophy-concept__text {
    margin-top: 1.5rem;
    word-break: break-word;
  }
}

.p-philosophy-fv {
  position: relative;
  overflow: hidden;
}

.p-philosophy-fv::before {
  content: "";
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(135deg, #ffff46, #46ffff);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-24.75rem);
          transform: translateX(-24.75rem);
}
@media screen and (max-width: 767px) {
  .p-philosophy-fv::before {
    height: 2.875rem;
    -webkit-transform: translateX(-5.8125rem);
            transform: translateX(-5.8125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy-fv__wrap {
    width: 100%;
  }
}

.p-philosophy-fv__img {
  aspect-ratio: 1120/520;
  margin-top: -9.125rem;
  padding: 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-fv__img {
    aspect-ratio: 336/160;
    margin-top: -2rem;
    margin-right: calc(50% - 50vw);
    margin-left: 1.5rem;
    padding: 0;
    padding: initial;
  }
}

.p-philosophy-fv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy-idea {
  position: relative;
  --fadeUp: 0;
}

.p-philosophy-idea::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  background-color: #3a54a4;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: var(--fadeUp);
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea::before {
    height: 2.5rem;
  }
}

.p-philosophy-idea__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.3;
  color: #3a54a4;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__title {
    font-size: 1rem;
    padding-top: 2.5rem;
  }
}

.p-philosophy-idea__catch {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.2857142857;
  color: #3a54a4;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__catch {
    font-size: 1.25rem;
    line-height: 2;
    margin-top: 1.25rem;
  }
}

.p-philosophy-idea__body {
  padding-top: 4rem;
  padding-bottom: 4.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__body {
    padding-top: 3.4375rem;
    margin-top: 0.4375rem;
  }
}

.p-philosophy-idea__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__block {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(1, auto);
    gap: 6.75rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.p-philosophy-idea__block::before {
  content: "";
  width: 1px;
  height: 31.25rem;
  background-color: #ccd8ec;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__block::before {
    height: 1px;
    width: 100%;
    -webkit-transform: translate(-50%, -7.125rem);
            transform: translate(-50%, -7.125rem);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-philosophy-idea__jp-title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1.7692307692;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__jp-title {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    position: static;
  }
}

.p-philosophy-idea__text {
  font-size: 0.875rem;
  margin-top: 2.6875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__text {
    margin-top: 1.5rem;
    word-break: break-word;
  }
}

.p-philosophy-idea__text-en {
  font-size: 0.875rem;
  margin-top: 2.6875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__text-en {
    margin-top: 1.5rem;
  }
}

.p-philosophy-idea__en-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-philosophy-idea__en-title {
    font-size: 1rem;
    line-height: 1.875;
    position: static;
  }
}

.p-philosophy-concept .p-philosophy-idea__text-en {
  margin-top: 0;
}

.p-philosophy-slogan {
  position: relative;
  --fadeUp: 0;
  overflow: hidden;
}

.p-philosophy-slogan::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  background-color: #3a54a4;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: var(--fadeUp);
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan::before {
    height: 2.5rem;
  }
}

.p-philosophy-slogan::after {
  content: "";
  background: url(../images/philosophy/bg_slogan.png) no-repeat center/cover;
  width: 100%;
  min-height: 50.25rem;
  height: 62.8125vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan::after {
    min-height: 16.5625rem;
    height: 70.6666666667vw;
  }
}

.p-philosophy-slogan__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.3;
  color: #3a54a4;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: capitalize;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__title {
    font-size: 1rem;
    padding-top: 2.5rem;
  }
}

.p-philosophy-slogan__logo {
  aspect-ratio: 337/51;
  max-width: 21.0625rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__logo {
    aspect-ratio: 255/38;
    max-width: 15.9375rem;
    margin-top: 3.3125rem;
  }
}

.p-philosophy-slogan__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy-slogan__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.25rem;
  margin-top: 4.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    margin-top: 1.875rem;
    gap: 5.1875rem;
    padding: 0;
    background-color: transparent;
    background-color: initial;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.p-philosophy-slogan__block::before {
  content: "";
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  display: block;
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__block::before {
    display: none;
  }
}

.p-philosophy-slogan__block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5px;
  height: 9.5625rem;
  background-color: #ccd8ec;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__block::after {
    width: 100%;
    height: 1px;
    top: 51%;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
  }
}

.p-philosophy-slogan__text {
  font-size: 0.875rem;
  margin-top: 0rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__text {
    margin-top: 2.625rem;
    word-break: break-word;
  }
}

.p-philosophy-slogan__text-en {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__text-en {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy-slogan__text-en::before {
    content: "";
    width: calc(100% + 1.875rem);
    height: calc(100% + 1.875rem);
    display: block;
    position: absolute;
    top: -0.9375rem;
    left: -0.9375rem;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
  }
}

.p-philosophy-slogan__btnWrap {
  text-align: center;
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-slogan__btnWrap {
    margin-top: 3.1875rem;
  }
}

.p-philosophy-slogan__btn {
  min-width: 20rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  background: #3a54a4;
  padding: 1.25rem;
  position: relative;
}

.p-philosophy-slogan__btn:hover {
  opacity: 1;
}

.p-philosophy-slogan__btn::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.375rem;
}
/*# sourceMappingURL=philosophy.css.map */
