@charset "utf-8";

.p-fv {
  background-color: #fff;
}

.concept .sec-title,
.greeting .sec-title,
.company .sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.concept .sec-title .tit-en,
.greeting .sec-title .tit-en,
.company .sec-title .tit-en {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  text-align: center;
  color: #0a2b58;
}

.concept .sec-title .tit-ja,
.greeting .sec-title .tit-ja,
.company .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  text-align: center;
  color: #0a2b58;
}

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

.deco {
  max-width: 759px;
  width: 40%;
}

.concept .inner {
  padding: 77px 0 160px;
}

.concept .sec-title {
  margin-bottom: 130px;
}

.concept .sec-top {
  display: flex;
  align-items: center;
  gap: 7%;
  margin-bottom: 74px;
}

.concept .sec-top .sec-img {
  position: relative;
  max-width: calc(852 / 1920 * 100vw);
  width: 100%;
  padding-right: 35px;
  padding-bottom: 47px;
  z-index: 5;
}

.concept .sec-top .sec-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 94%;
  height: 80%;
  background-color: #203a5e;
  z-index: -1;
}

.concept .sec-top .sec-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.concept .sec-top .sec-text .tit-ja {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
  color: #0a2b58;
}

.concept .sec-top .sec-text .desc p,
.concept .sec-bottom .desc p {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: calc(40 / 18);
  color: #000;
}

.concept .sec-bottom .column {
  width: 95%;
  margin: 0 3% 0 2%;
  display: flex;
  flex-direction: row-reverse;
  gap: 7%;
  align-items: center;
}

.concept .sec-bottom .sec-img {
  max-width: 367px;
  width: 100%;
  padding-left: 17px;
  padding-bottom: 21px;
  position: relative;
  z-index: 5;
}

.concept .sec-bottom .sec-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  height: 65%;
  background-color: #203a5e;
  z-index: -1;
}

.greeting,
.company {
  position: relative;
  background-color: #fff;
}

.greeting .deco {
  flex-direction: column-reverse;
  top: 100px;
}

.greeting .inner {
  padding: 66px 0 100px;
}

.greeting .sec-title {
  margin-bottom: 118px;
}

.greeting .column {
  margin: 0 2% 0 3%;
  display: flex;
  align-items: center;
  gap: 5%;
}

.greeting .sec-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  max-width: 425px;
  width: 100%;
}

.greeting .sec-img .name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.greeting .sec-img .tit-sub {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: 14px;
  color: #0a2b58;
}

.greeting .sec-img .tit-main {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
  color: #0a2b58;
}

.greeting .sec-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.greeting .sec-text .tit-ja {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  line-height: 1.4;
  color: #0a2b58;
}

.greeting .sec-text .desc p {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 2;
  color: #0a2b58;
}

.company .deco {
  flex-direction: column-reverse;
  top: 34px;
  right: 0;
  left: auto;
  align-items: flex-end;
}

.company .inner {
  padding-bottom: 140px;
}

.company .sec-title {
  margin-bottom: 80px;
}

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

.company .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  width: 90%;
  margin: 0 auto;
}

.company .list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 14px;
  position: relative;
}

.company .list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(32, 58, 94, 1) 10%, rgba(196, 196, 196, 1) 10%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.company .list .item .ttl {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #0a2b58;
  width: 10%;
}

.company .list .item .detail {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #0a2b58;
  padding-left: 4%;
}

.company .map iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media (max-width: 1200px) {
  .concept .sec-top {
    gap: 4%;
  }

  .concept .sec-top .sec-img {
    width: 40%;
  }

  .concept .sec-bottom,
  .greeting .inner,
  .company .inner {
    width: 87%;
  }

  .greeting .column {
    margin: 0;
  }

  .greeting .sec-img {
    width: 62%;
  }

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

  .company .list .item .ttl {
    width: 13%;
  }
}

@media (max-width: 1023px) {
  .concept .inner {
    padding: 50px 0 60px;
  }

  .concept .sec-top,
  .concept .sec-bottom .column {
    flex-direction: column;
    gap: 40px;
  }

  .concept .sec-top .sec-img {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .concept .sec-bottom .sec-img {
    padding-left: 8px;
    padding-bottom: 12px;
  }

  .concept .sec-top .sec-img {
    max-width: 60%;
    margin-right: auto;
    width: 100%;
  }

  .concept .sec-bottom .sec-img {
    max-width: 60%;
    width: 100%;
  }

  .concept .sec-top .sec-text {
    width: 92%;
    gap: 28px;
  }

  .concept .sec-bottom .column .sec-text {
    width: 100%;
  }

  .greeting .inner {
    padding: 40px 0 80px;
  }

  .concept .sec-title,
  .greeting .sec-title,
  .company .sec-title {
    margin-bottom: 50px;
  }

  .greeting .column {
    flex-direction: column;
    gap: 40px;
  }

  .company .map iframe {
    height: 308px;
  }

  .concept .sec-bottom .column {
    width: 100%;
  }

  .company .list {
    gap: 32px;
  }

  .company .sec-body {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .concept .sec-title .tit-ja {
    line-height: 37px;
  }

  .concept .sec-title .tit-ja br {
    display: block;
  }

  .concept .sec-top .sec-img {
    max-width: 80%;
  }

  .greeting .sec-img .name {
    flex-direction: column;
    gap: 7px;
  }

  .greeting .sec-img {
    gap: 14px;
  }

  .greeting .sec-text {
    gap: 24px;
  }

  .greeting .sec-text .tit-ja {
    text-align: center;
    line-height: 34px;
  }

  .company .deco {
    top: 4%;
  }

  .company .list .item .ttl {
    width: 29%;
  }

  .company .list .item .detail {
    width: 51%;
  }

  .company .list .item::after {
    background-image: linear-gradient(90deg, rgba(32, 58, 94, 1) 20%, rgba(196, 196, 196, 1) 20%);
  }
}