@charset "UTF-8";
/*********************************/
/*        セクション共通           */
/*********************************/
#message,
#history,
#company {
  padding: 32vw 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #message,
  #history,
  #company {
    padding: 240px 0;
  }
}

.philosophy__title,
.message__title,
.history__section-title,
.company__section-title {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1025px) {
  .philosophy__title,
  .message__title,
  .history__section-title,
  .company__section-title {
    margin-bottom: 120px;
  }
}

/* philosophy
/*********************************/
#philosophy {
  position: relative;
  overflow: hidden;
  background-image: url(../img/company/philosophy_01.jpg);
  background-size: cover;
  padding: 32vw 0 32vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  #philosophy {
    padding: 360px 0 120px;
  }
}
#philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04225a;
  mix-blend-mode: multiply;
  background-position: 0 0;
}
#philosophy .philosophy__inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__inner {
    max-width: 1536px;
    width: 90%;
  }
}
#philosophy .philosophy__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #898989;
  top: 2.4vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__inner::before {
    top: 18px;
  }
}
#philosophy .philosophy__inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #898989;
  bottom: 1.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__inner::after {
    bottom: 10px;
  }
}
#philosophy .philosophy__contents {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  position: relative;
  color: #f5f5f5;
  z-index: 1;
}
#philosophy .philosophy__title {
  position: relative;
}
#philosophy .philosophy__title p {
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__title p {
    font-size: 80px;
  }
}
#philosophy .philosophy__title h2 {
  position: absolute;
  top: 45%;
  right: -3%;
  color: #437FEE;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__title h2 {
    top: 18%;
    right: 7%;
    font-size: 18px;
  }
}
#philosophy .philosophy__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #philosophy .philosophy__text {
    font-size: 16px;
  }
}
#philosophy .philosophy__text p + p {
  margin-top: 2.5rem;
}

/* message
/*********************************/
#message {
  background-color: #d9d9d9;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#message .message__inner {
  width: 90%;
  margin: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  max-width: 1920px;
}
@media screen and (min-width: 1025px) {
  #message .message__inner {
    width: 100%;
    padding-left: clamp(2.5rem, -8.38rem + 16.98vw, 184px);
  }
}
#message .message__inner::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 6.4vw;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #message .message__inner::before {
    top: 48px;
  }
}
#message .message__inner::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 2.9333333333vw;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #message .message__inner::after {
    bottom: 22px;
  }
}
#message .message__catch {
  position: absolute;
  top: -33.3333333333vw;
  left: -5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #message .message__catch {
    top: -270px;
    left: -10px;
  }
}
#message .message__catch span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  background: linear-gradient(0deg, rgba(123, 123, 123, 0) 0%, rgba(153, 153, 153, 0.1) 25%, rgba(183, 183, 183, 0.2) 50%, rgba(215, 215, 215, 0.3) 75%, rgba(245, 245, 245, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #message .message__catch span {
    font-size: 220px;
  }
}
#message .message__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16vw;
}
@media screen and (min-width: 1025px) {
  #message .message__contents {
    grid-template-columns: auto 55.5%;
    gap: 6.25%;
  }
}
#message .message__title h2 {
  color: #0b3074;
  letter-spacing: 0.15em;
  font-size: 7.2vw;
  line-height: 1.75;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  #message .message__title h2 {
    font-size: clamp(2.625rem, 1.766rem + 1.34vw, 3.375rem);
    margin-top: 30px;
  }
}
#message .message__text {
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #message .message__text {
    font-size: 16px;
  }
}
#message .message__text p + p {
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  #message .message__text p + p {
    margin-top: clamp(3.75rem, -0.545rem + 6.7vw, 7.5rem);
  }
}
#message .message__text .signature {
  text-align: right;
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #message .message__text .signature {
    font-size: 18px;
  }
}
#message .message__text .signature span {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #message .message__text .signature span {
    font-size: clamp(1.5rem, 0.927rem + 0.89vw, 2rem);
  }
}

.message__img {
  position: relative;
  z-index: 1;
}

/* history
/*********************************/
#history {
  background-color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#history .history__inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#history .history__inner::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}
#history .history__inner::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}
#history .history__section-title {
  text-align: center;
}
#history .history__text {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16vw 4vw 16vw 12vw;
}
@media screen and (min-width: 1025px) {
  #history .history__text {
    padding: 120px 90px;
  }
}
#history .history-timeline {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline > dl {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 120px;
  }
}
#history .history-timeline > dl > dt {
  align-self: start;
  position: relative;
}
#history .history-timeline > dl > dt::before {
  content: "";
  position: absolute;
  left: -8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  background: #437FEE;
  border-radius: 2px;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline > dl > dt::before {
    display: none;
  }
}
#history .history-timeline > dl > dd {
  align-self: end;
}
#history .history-timeline > dl + dl {
  margin-top: 80px;
}
#history .history-timeline .timeline-year__gregorian {
  font-size: 10.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline .timeline-year__gregorian {
    font-size: 80px;
  }
}
#history .history-timeline .timeline-year__gregorian.two-thousands {
  letter-spacing: 0;
}
#history .history-timeline .timeline-data {
  font-family: "Noto Sans JP", sans-serif;
}
#history .history-timeline .timeline-data dt {
  position: relative;
  font-size: 4.5333333333vw;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline .timeline-data dt {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  #history .history-timeline .timeline-data dt::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #437FEE;
    border-radius: 2px;
  }
}
#history .history-timeline .timeline-data dd {
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline .timeline-data dd {
    font-size: 16px;
  }
}
#history .history-timeline::before {
  content: "";
  position: absolute;
  top: 6.1333333333vw;
  left: -6.1333333333vw;
  width: 1px;
  height: 91.5%;
  background-color: #437FEE;
}
@media screen and (min-width: 1025px) {
  #history .history-timeline::before {
    top: 52px;
    left: 267px;
    height: 91%;
  }
}

/* company
/*********************************/
#company {
  position: relative;
  background-color: #5e5e5e;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/footer_mask_bg.png);
  opacity: 0.3;
  mix-blend-mode: multiply;
  background-position: 0 0;
  background-size: 100%;
}
#company .company__inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  #company .company__inner {
    width: 80%;
    max-width: 1536px;
  }
}
#company .company__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #898989;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
#company .company__inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #898989;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
#company .company__section-title {
  text-align: center;
}
#company .company__text {
  display: flex;
  flex-direction: column-reverse;
  color: #f5f5f5;
}
@media screen and (min-width: 1025px) {
  #company .company__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#company .company-map {
  margin-top: 8vw;
  height: 66.6666666667vw;
}
@media screen and (min-width: 1025px) {
  #company .company-map {
    margin-right: 10.4%;
    margin-top: 0;
    margin-left: -6px;
    height: auto;
  }
}
#company .company-map iframe {
  width: 100%;
  height: 100%;
}
#company .company-data {
  font-family: "Noto Sans JP", sans-serif;
}
#company .company-data dl {
  display: grid;
  grid-template-columns: 32vw 1fr;
}
@media screen and (min-width: 1025px) {
  #company .company-data dl {
    grid-template-columns: 100px 1fr;
    gap: 17.1875%;
  }
}
#company .company-data dl dt {
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #company .company-data dl dt {
    font-size: 18px;
  }
}
#company .company-data dl dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  #company .company-data dl dd {
    font-size: 16px;
    line-height: 2;
  }
}
#company .company-data dl + dl {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #company .company-data dl + dl {
    margin-top: 40px;
  }
}/*# sourceMappingURL=company.css.map */