@charset "utf-8";
/* CSS Document */

.about_wrapper {
  margin-bottom: 100px;
  }
.sub-page_headline {
  padding-top: 150px;
  margin-bottom: 20px;
}
.sub-page_headline_decoration {
  color: #F6AD48;
  font-family: 'Lexend', sans-serif,'Noto Sans JP', sans-serif,'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-feature-settings: "palt" 0;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.sub-page_headline h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.sub-page_underline {
  content: '';
  border: solid 1px #F6AD48;
  width: 36px;
  margin: 0 auto 30px;
}
.sub-page_img {
  background-image: url("../images/IMG-0333.jpg");
  width: 100%;
  max-height: 250px;
  aspect-ratio: 75/28;
  background-size: cover;
  background-position: 0 20%;
  position: relative;
}
.sub-page_img::before {
  content: '';
  background-color: rgba(255,255,255,0.10);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about_text {
  padding: 0 5%;
}
@media(min-width: 768px) {
  .about_wrapper {
    margin-bottom: 150px;
  }
  .sub-page_headline {
    padding-top: 190px;
    margin-bottom: 40px;
  }
  .sub-page_headline_decoration {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .sub-page_headline h2 {
    font-size: 4.0rem;
    margin-bottom: 25px;
  }
  .sub-page_underline {
    width: 58px;
    margin: 0 auto 50px;
  }
  .sub-page_img {
    max-height: 280px;
    aspect-ratio: 400/91;
    margin: 0 auto;
  }
}
@media(min-width: 960px) {
  .about_wrapper {
    margin-bottom: 230px;
  }
  .about_text {
    padding: 0 0;
    width: 665px;
    margin: 0 auto;
    text-align: center;
  }
}
@media(min-width: 1920px) {
  .sub-page_img {
    max-height: 350px;
  }
}

/* 代表あいさつ */
.message_wrapper {
  width: 100%;
  height: auto;
  margin: -65px auto 150px;
  padding: 65px 5% 0;
  position: relative;
}
.message_container {
  position: relative;
  padding: 30px 0 0;
}
.message_container::before {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  width: 200%;
  height: 100%;
  max-height: 625px;
  content: '';
  background-color: #F1EFEC;
  z-index: -1;
  margin-right: 20vw;
}
.message_text {
  margin-bottom: 15px;
}
.message_ceo-name {
  margin-bottom: 25px;
}
.message_img {
  background-image: url("../images/IMG_8100.JPEG");
  background-size: cover;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 67/50;
  border-radius: 10px;
  margin-left: auto;
}

@media(min-width: 960px) {
  .message_wrapper {
    margin: -160px 0 190px;
    padding: 160px 0 0;
  }
  .message_container {
    max-width: 1200px;
    padding: 45px 7% 0;
    margin: 0 auto;
  }
  .message_text {
    max-width: 443px;
    margin-bottom: 10px;
  }
  .message_ceo-name {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .message_img {
    position: absolute;
    top: -75px;
    right: 0;
    min-width: 486px;
  }
}
@media(min-width: 1920px) {
  .message_container::before {
    margin-right: 5vw;
  }
}

/* 会社概要 */
.company-profile_wrapper {
  padding-top: 65px;
  margin-top: -65px;
  height: auto;
}
.company-profile_container {
  padding: 0 5%;
}
.company-profile_layout {
  margin-bottom: 50px;
}
.company-profile_layout dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: solid 1px #F1EFEC;
}
.company-profile_layout dl:last-child {
  border-bottom: solid 1px #F1EFEC;
}
.company-profile_layout dl dt {
  font-size: 1.4rem;
  line-height: 1;
  width: 30%;
  padding-left: 18px;
}
.company-profile_layout dl dd {
  font-size: 1.6rem;
  padding: 16px 0;
  width: 70%;
}
.address_pc {
  display: none;
}
.access_map {
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 105px;
}
.access_map iframe {
  height: 630px;
  width: 100%;
  vertical-align: bottom;
  margin-top: -160px;
}
@media(min-width: 768px) {
  .company-profile_wrapper {
    height: auto;
  }
  .company-profile_container {
    padding: 0 7%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .company-profile_layout {
    width: 664px;
    margin: 0 auto 100px;
  }
  .company-profile_layout dl {
    display: flex;
    border-top: solid 1px #F1EFEC;
  }
  .company-profile_layout dl:last-child {
    border-bottom: solid 1px #F1EFEC;
  }
  .company-profile_layout dl dt {
    font-size: 1.8rem;
    width: 170px;
  }
  .company-profile_layout dl dd {
    font-size: 1.8rem;
    width: auto;
  }
  .address_pc {
    display: block;
  }
  .address_mobile {
    display: none;
  }
  .access_map {
    height: 420px;
    margin-bottom: 190px;
  }
  .access_map iframe {
    height: 800px;
    margin-top: -180px;
  }
}
@media(min-width: 960px) {
  .company-profile_wrapper {
    padding-top: 85px;
    margin-top: -85px;
  }
}