@charset "UTF-8";
/* ▼▼▼ business
=====================================*/
#top_message {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #top_message {
    margin-bottom: 70px;
  }
}
#top_message .copy_message {
  padding: 70px 0 100px;
  position: relative;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  #top_message .copy_message {
    padding: 25px 0 50px;
  }
}
#top_message .copy_message::after {
  content: "";
  background: url(../img/business/img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% - 300px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top_message .copy_message::after {
    width: 87%;
    right: -20px;
  }
}
#top_message .copy_message .txt_wrap {
  position: relative;
  z-index: 1;
}
#top_message .copy_message .txt_wrap .subhead {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #top_message .copy_message .txt_wrap .subhead {
    font-size: 10px;
    margin-bottom: 25px;
  }
}
#top_message .copy_message .txt_wrap .subhead::before {
  content: "";
  background: #2B334E;
  width: 1px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 3px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#top_message .copy_message .txt_wrap .message {
  font-size: 28px;
  letter-spacing: 0.12em;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  #top_message .copy_message .txt_wrap .message {
    font-size: 22px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}
#top_message .copy_message .txt_wrap img {
  width: 207px;
}
@media screen and (max-width: 767px) {
  #top_message .copy_message .txt_wrap img {
    width: 156px;
  }
}
#top_message .detail_message {
  font-weight: 500;
  line-height: 2;
}
#top_message .detail_message .txt {
  margin-bottom: 35px;
}
#top_message .detail_message .top_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

#about_company {
  margin-bottom: 80px;
  padding: 60px 0 70px;
  background: linear-gradient(135deg, #E2EBF5 55%, #A6BED9 100%);
}
@media screen and (max-width: 767px) {
  #about_company {
    margin-bottom: 70px;
    padding: 55px 0 50px;
    background: linear-gradient(135deg, #E2EBF5 20%, #A6BED9 100%);
  }
}
#about_company .sec_head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  #about_company .sec_head {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
#about_company .company_wrap dl {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  padding: 18px 0;
  border-top: 1px solid #C8CCD6;
}
@media screen and (max-width: 767px) {
  #about_company .company_wrap dl {
    gap: 42px;
    padding: 16px 0;
  }
}
#about_company .company_wrap dl:last-of-type {
  border-bottom: 1px solid #C8CCD6;
}
#about_company .company_wrap dl.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about_company .company_wrap dl dt {
  width: 65px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about_company .company_wrap dl dt {
    width: 57px;
  }
}
#about_company .company_wrap dl dt span {
  padding-left: 2em;
}
#about_company .company_wrap dl dt.ls_05 span {
  padding: 0 0.5em;
}
#about_company .company_wrap dl dd {
  width: calc(100% - 130px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #about_company .company_wrap dl dd {
    width: calc(100% - 98px);
  }
}

#access .sec_head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
#access iframe {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #access iframe {
    width: 100vw;
    height: 48vw;
    margin-left: -20px;
  }
}
#access .txt {
  font-weight: 500;
  margin-bottom: 24px;
}