@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat, #our_purpose h3 .num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 経営理念・指針／代表挨拶／私たちの志
=====================================*/
.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .subject .ttl {
    padding-left: 40px;
    font-size: 20px;
  }
  .subject .ttl::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
}
.read {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  .read {
    font-size: 15px;
    line-height: 1.67;
  }
}

/* ▼ 経営理念・指針
----------------------------------------*/
/* ▼ 代表挨拶
----------------------------------------*/
#presidents_message .read {
  margin-bottom: 25px;
}
#presidents_message .grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px 50px;
  font-size: 14px;
}
#presidents_message .grid .txt {
  grid-column: 1;
  line-height: 2;
}
#presidents_message .grid .name {
  grid-column: 1;
  text-align: right;
}
#presidents_message .grid .name img {
  margin-left: 1.5em;
}
#presidents_message .grid .img {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  #presidents_message .read {
    margin-bottom: 20px;
  }
  #presidents_message .grid {
    display: block;
  }
  #presidents_message .grid .txt {
    margin-bottom: 24px;
    line-height: 1.71;
  }
  #presidents_message .grid .img {
    margin-bottom: 16px;
  }
}

/* ▼ 私たちの志
----------------------------------------*/
#our_purpose .read {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #our_purpose .read {
    margin-bottom: 20px;
  }
}
#our_purpose h3 {
  margin-bottom: 30px;
  padding-left: 56px;
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
#our_purpose h3:not(:first-of-type) {
  margin-top: 85px;
}
#our_purpose h3 .num {
  color: #009495;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  left: 0;
}
#our_purpose h3 small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #our_purpose h3 {
    padding-left: 45px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  #our_purpose h3:not(:first-of-type) {
    margin-top: 50px;
  }
  #our_purpose h3 .num {
    font-size: 28px;
  }
  #our_purpose h3 small {
    display: block;
    font-size: 13px;
  }
}
#our_purpose .mincho.detail {
  margin-top: 23px;
  color: #18272C;
  font-size: 31px;
}
#our_purpose .mincho.notes {
  font-size: 20px;
  margin-top: 30px;
  color: #18272C;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #our_purpose .mincho.detail {
    margin-top: 15px;
    font-size: 25px;
  }
  #our_purpose .mincho.notes {
    font-size: 14px;
  }
}
#our_purpose .detail {
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #our_purpose .detail {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
#our_purpose .detail > a {
  color: #0D5E5F;
  text-decoration: underline;
}
#our_purpose .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our_purpose .img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#our_purpose ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 10px;
}
#our_purpose ul li {
  width: 250px;
  border: 2px solid #009495;
  border-radius: 15px;
  padding: 25px 20px;
  margin-left: 23px;
  position: relative;
}
#our_purpose ul li::before {
  content: "";
  background: url(https://ko.dailyservice.co.jp/assets/common/img/company/message/check.png) no-repeat center/contain;
  width: 45px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -10px;
  left: -23px;
}
#our_purpose ul li p:nth-of-type(1) {
  margin-bottom: 20px;
  color: #009495;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our_purpose ul {
    gap: 20px 0;
  }
  #our_purpose ul li {
    width: 100%;
    padding: 20px 30px;
    margin-left: 12px;
  }
  #our_purpose ul li::before {
    width: 40px;
    left: -12px;
  }
  #our_purpose ul li p:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
#our_purpose .link_guidance {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: #18272C;
  border: 2px solid #dadada;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #our_purpose .link_guidance {
    padding: 5px 0;
  }
}
#our_purpose .link_guidance a {
  text-decoration: underline;
}