@charset "UTF-8";
/* ================================================== */
/* 社長メッセージ */
/* ================================================== */
/* ===== top-area ===== */
#top-area {
  height: 100vh;
  padding: 110px 7.5% 0;
}
#top-area .wrap {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
#top-area .text {
  position: relative;
  width: 420px;
  height: 100%;
  padding: 100px 0 0;
  z-index: 1;
}
#top-area .img {
  position: relative;
  width: calc(100% - 420px);
  height: 100%;
}
#top-area .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/company/message/top-area_img.jpg);
}
#top-area .profile {
  position: absolute;
  right: -305px;
  bottom: 5%;
  text-align: right;
  white-space: nowrap;
}
#top-area .profile .position {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
#top-area .profile .jp-name {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin: 0 0 0 1em;
}
#top-area .profile .en-name {
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
  margin: 0 0 0 0.5em;
}

@media screen and (min-width: 1301px) {
  #top-area {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 1024px) {
  #top-area {
    height: 600px;
    padding: 110px 0 0;
  }
  #top-area .wrap {
    margin: 0 auto 0 10%;
  }
  #top-area .text {
    width: 320px;
  }
  #top-area .img {
    width: calc(100% - 320px);
  }
  #top-area .profile {
    right: -245px;
  }
  #top-area .profile .en-name {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    height: 460px;
  }
  #top-area .text {
    width: 260px;
  }
  #top-area .img {
    width: calc(100% - 260px);
  }
  #top-area .profile {
    right: -220px;
  }
  #top-area .profile .en-name {
    font-size: 32px;
    font-size: 2rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  #top-area {
    padding: 75px 0 0;
    height: auto;
  }
  #top-area .wrap {
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #top-area .img {
    width: 100%;
    height: 240px;
  }
  #top-area .text {
    width: 100%;
    height: auto;
    padding: 50px 10% 0;
  }
  #top-area .profile {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
    margin: 30px 0;
  }
  #top-area .profile .position {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .jp-name {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .en-name {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
    margin: 0.3em 0 0;
  }
}
/* ===== section ===== */
.section:first-of-type {
  margin-top: 150px;
}
.section:not(:last-of-type) {
  margin-bottom: 130px;
}
.section .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.section .section-title {
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: var(--fontfamily-mincho);
  margin: 0 0 0.5em;
}
.section p {
  line-height: 2.5;
  text-align: justify;
  padding: 0 10% 0 0;
}

@media screen and (max-width: 1024px) {
  .section .section-title {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .section p {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section:first-of-type {
    margin-top: 120px;
  }
  .section:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .section .section-title {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .section:first-of-type {
    margin-top: 80px;
  }
  .section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .section .section-title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .section p {
    line-height: 2.2;
  }
}
/* ===== working-view ===== */
.working-view {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 150px auto 0;
}
.working-view::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 39.5833%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/company/message/working-view.jpg);
}

@media screen and (min-width: 1201px) {
  .working-view::before {
    padding-top: 540px;
  }
}
@media screen and (max-width: 768px) {
  .working-view {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .working-view {
    margin: 80px auto 0;
  }
  .working-view::before {
    padding-top: 60%;
  }
}
/* ===== related_company（messageのみ） ===== */
#related_company {
  padding: 200px 0 100px;
}

@media screen and (max-width: 1024px) {
  #related_company {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  #related_company {
    padding: 80px 0;
  }
}

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