@charset "UTF-8";

.p-message {
  padding-top: clamp(80px, 9.765625vw, 100px);
  padding-bottom: clamp(120px, 13.4765625vw, 138px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#deefff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #deefff 100%) 0% 0% no-repeat padding-box;
}

.p-message__wrap {
  margin-top: clamp(80px, 10.0833333333vw, 121px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 924px;
  margin-inline: auto;
  gap: 60px 40px;
}
@media screen and (min-width:1024px) {
  .p-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-message__texts {
  max-width: 480px;
}
@media screen and (min-width:768px) {
  .p-message__texts {
    max-width: none;
  }
}
@media screen and (min-width:1024px) {
  .p-message__texts {
    max-width: 480px;
  }
}

.p-message__title {
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1.6333333333;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-message__text {
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.p-message__name {
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-align: right;
}

.p-message__img {
  margin-right: clamp(25px, 4.0995607613vw, 56px);
  max-width: 320px;
  max-height: 340px;
  aspect-ratio: 320/340;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-message__img {
    margin-inline: 0;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-message__img::after {
  content: "";
  position: absolute;
  top: clamp(-40px, -2.9282576867vw, -20px);
  right: clamp(-56px, -4.0995607613vw, -25px);
  width: 100%;
  height: 100%;
  background: #9ec7e5;
  border-radius: 5px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: -1;
}
.p-message__img img {
  aspect-ratio: 412/379;
  border-radius: 20px;
}

.p-company__body {
  padding-top: clamp(80px, 10.7421875vw, 110px);
  padding-bottom: clamp(72px, 9.765625vw, 100px);
  background: #015fb7;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 30px;
}

.p-company__head {
  color: #ffffff;
}
.p-company__head .c-section__title-ja::after {
  background: #ffffff;
}

.p-company__table-container {
  margin-top: clamp(60px, 6.2957540264vw, 86px);
  padding-block: 70px;
  padding-inline: clamp(20px, 5.1244509517vw, 70px);
  max-width: 1060px;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.p-company__table-wrap {
  border-top: 1px solid #a7a7a7;
  overflow-x: auto;
}

.p-company__table {
  width: min(100%, 920px);
  min-width: 560px;
}

.p-company__table-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width:1200px) {
  .p-company__table-row {
    grid-template-columns: 194px 1fr;
  }
}

.p-company__table-title {
  padding-block: 25px;
  color: #0387cd;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-company__table-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: url(../images/table-bar.svg) center/contain repeat;
}

.p-company__table-text {
  max-width: 623px;
  padding-block: 10px;
  padding-left: clamp(40px, 5.270863836vw, 72px);
  color: #454545;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  -ms-flex-line-pack: center;
      align-content: center;
}

.p-access {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
  padding-block: clamp(120px, 15vw, 180px);
}

.p-access__map-wrap {
  margin-top: clamp(60px, 6.75vw, 81px);
}

.p-access__map {
  aspect-ratio: 1060/400;
    max-width: 1060px;
  margin-inline: auto;
  position: relative;
}
.p-access__map::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 30px;
  width: 100%;
  height: 100%;
  background: #9ec7e5;
  border-radius: 5px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  min-height: 320px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.nintei {
  position: relative;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nintei::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: calc(-100% + 40px);
  width: 100%;
  height: 100%;
  background: url(../images/nintei_logo.jpg) center/contain no-repeat;
}
