@charset "utf-8";

.intro .inner .tit-ja br {
  display: none;
}

.intro .inner {
  padding: 80px 0 160px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.sec-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}

.sec-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-title .tit-en {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  color: #0b3570;
}

.sec-title .tit-ja {
  font-weight: 700;
  font-size: clamp(1.188rem, 0.99rem + 0.84vw, 2rem);
  line-height: calc(46 / 32);
  color: #000;
}

.philosophy {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.philosophy::before {
  content: "";
  width: 100%;
  height: 174px;
  background-color: #0b3570;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.philosophy .inner .box {
  border-radius: 20px;
  background: #e2e8ef;
  display: flex;
  gap: 4%;
}

.philosophy .sec-img {
  max-width: 510px;
  width: 59%;
  border-radius: 10px 0px 0px 10px;
}

.philosophy .sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.philosophy .sec-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 57px 0 55px;
  width: 90%;
  margin: 0 auto;
}

.philosophy .sec-text .sec-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}

.philosophy .sec-text .sec-title::before {
  width: 188px;
  height: 2px;
  background-color: #0b3570;
}

.philosophy .sec-text .sec-title .tit-ja {
  color: #0b3570;
}

.philosophy .sec-text .sec-title .tit-ja br {
  display: none;
}

.value,
.message,
.company {
  background-color: #fff;
}

.value .inner {
  padding: 80px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.value .sec-title {
  align-items: center;
}

.value .sec-title::before {
  width: 141px;
  height: 1px;
  right: 0;
  margin: auto;
  background-color: #000000;
}

.value .sec-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

.value .sec-body .item {
  padding: 40px 5%;
  display: flex;
  align-items: center;
  gap: 4%;
  border-radius: 10px;
  background: #e2e8ef;
}

.value .sec-body .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.value .sec-body .item .sec-text .tit-ja {
  font-weight: 700;
  font-size: 20px;
  color: #0b3570;
}

.message {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.message .inner {
  padding: 0 5%;
  display: flex;
  gap: 5%;
}

.message .sec02 .inner {
  flex-direction: row-reverse;
}

.message .box {
  background-color: #f5f5f5;
}

.message .sec-img {
  max-width: 463px;
  width: 41%;
}

.message .sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message .sec-title::before {
  width: 141px;
  height: 1px;
  background-color: #000000;
}

.message .sec-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  max-width: 642px;
  width: 59%;
  padding: 50px 0 120px;
}

.message .sec-text .name {
  display: flex;
  flex-direction: column;
}

.message .sec-text .name .tit-sub {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #000;
}

.message .sec-text .name .tit-main {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.company .inner {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company .sec-title {
  align-items: center;
}

.company .sec-title::before {
  width: 141px;
  height: 1px;
  right: 0;
  margin: auto;
  background-color: #000000;
}

.company .sec-body {
  width: 80%;
  margin: 0 auto;
}

.company .sec-body .item {
  display: grid;
  grid-template-columns: 21% auto;
  border-top: 1px solid #bebebe;
}

.company .sec-body .item:last-child {
  border-bottom: 1px solid #bebebe;
}

.company .sec-body .item .th {
  background-color: #e2e8ef;
  text-align: center;
  max-width: 227px;
  width: 100%;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  color: #0b3570;
  padding: 30px 0;
}

.company .sec-body .item .td {
  width: 100%;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  color: #000;
  padding: 30px 40px 30px 97px;
}

@media (max-width: 1200px) {

  .philosophy .inner,
  .value .inner,
  .message .inner,
  .company .inner {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .philosophy .inner .box {
    flex-direction: column;
    gap: 20px;
  }

  .philosophy .sec-img {
    max-width: none;
    width: 100%;
  }

  .value .sec-body .item {
    padding: 40px 4%;
  }

  .message .inner,
  .message .sec02 .inner {
    padding: 40px 0;
    flex-direction: column-reverse;
    gap: 32px;
    align-items: center;
  }

  .message .sec-text {
    max-width: none;
    width: 85%;
  }

  .company .sec-body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .philosophy .sec-text .sec-title .tit-ja br {
    display: block;
  }

  .philosophy .sec-text {
    padding: 0 0 20px;
  }

  .intro::before {
    width: 137px;
    height: 173px;
  }

  .intro .inner {
    padding: 40px 0;
  }

  .value .sec-body .item {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .value .inner {
    width: 90%;
  }

  .value .sec-body .item .sec-text {
    width: 100%;
  }

  .value .sec-body {
    width: 100%;
  }

  .message .sec-img {
    width: 60%;
  }

  .message .sec-text {
    width: 100%;
    padding: 0;

  }

  .company .inner {
    padding: 80px 0 120px;
  }

  .company .sec-body .item {
    grid-template-columns: 30% auto;
  }

  .company .sec-body .item .td {
    padding: 30px 40px 30px 30px;
    ;
  }
}