@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Ubuntu:wght@400;500;700&display=swap");
main .title-main {
  font-size: 30px;
  font-weight: bold;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  main .title-main {
    font-size: 20px;
  }
}

.intro-area {
  position: relative;
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .intro-area {
    margin-bottom: 40px;
    text-align: center;
  }
}
.intro-area .heading-wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .intro-area .heading-wrap {
    margin-bottom: 40px;
    text-align: center;
  }
}
.intro-area .text-wrap {
  margin-bottom: 60px;
}
.intro-area .text-wrap .text-1 {
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .intro-area .text-wrap .text-1 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .text-wrap .text-1 {
    line-height: 1.6;
    margin-bottom: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .logo-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .logo-wrap .logo-1 {
    width: min(80%, 300px);
  }
}
.intro-area .img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.greeting-area {
  background-color: #E5EEF5;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .greeting-area {
    padding-top: 40px;
  }
}
.greeting-area .heading-wrap {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .greeting-area .heading-wrap {
    text-align: center;
    margin-bottom: 40px;
  }
}
.greeting-area .content-wrap {
  position: relative;
}
.greeting-area .content-wrap .title-main {
  padding-left: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .title-main {
    padding: 0 30px;
    font-size: 18px;
  }
}
.greeting-area .content-wrap .text-wrap {
  padding: 30px 70px 50px 50%;
}
@media print, screen and (min-width: 768px) {
  .greeting-area .content-wrap .text-wrap {
    background-color: #fff;
    min-height: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .text-wrap {
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .text-wrap .text-1 {
    margin-bottom: 1.2em;
  }
}
.greeting-area .content-wrap .text-wrap .name-wrap {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .text-wrap .name-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .text-wrap .name-wrap img {
    height: 1.6em;
    margin-bottom: 0.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting-area .content-wrap .photo-wrap {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .photo-wrap {
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
  }
}
.greeting-area .content-wrap .photo-wrap img {
  width: max(calc((497 / 1100) * 100vw), 497px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 0 1.26vw 1.26vw 0;
}
@media only screen and (max-width: 767px) {
  .greeting-area .content-wrap .photo-wrap img {
    border-radius: 10px;
  }
}

.profile-area {
  background: url("../company/img/bg-image.jpg") no-repeat center center/cover;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 767px) {
  .profile-area {
    padding: 40px 0;
  }
}
.profile-area .heading-wrap {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .profile-area .heading-wrap {
    text-align: center;
  }
}
.profile-area .content-wrap {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 60px 80px;
}
@media only screen and (max-width: 767px) {
  .profile-area .content-wrap {
    padding: 30px 20px;
  }
}
.profile-area .content-wrap .list-wrap {
  border-bottom: 1px solid #E5EEF5;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile-area .content-wrap .list-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .profile-area .content-wrap .list-wrap dt {
    width: 320px;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .profile-area .content-wrap .list-wrap dt {
    font-weight: bold;
  }
}
.profile-area .content-wrap .list-wrap dd {
  flex: 1;
  padding: 1em 0 1.5em;
}
@media only screen and (max-width: 767px) {
  .profile-area .content-wrap .list-wrap dd {
    padding: 1em 0 0.5em;
  }
}

/*# sourceMappingURL=page_company.css.map */
