@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, .grid_box .data strong, .grid_box .data_sm strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 会社概要／数字で見るDSN
=====================================*/
@media screen and (min-width: 768px) {
  .btn_area {
    margin: 0;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

section {
  overflow: hidden;
}

.table_overview {
  border-spacing: 0 28px;
  width: 100%;
  margin: -28px 0 62px;
}
.table_overview th, .table_overview td {
  vertical-align: middle;
}
.table_overview th {
  width: 119px;
  padding: 5px 0;
  color: #18272C;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #AFC0C6;
}
.table_overview td {
  padding-left: 24px;
  color: #4E4E4E;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .table_overview {
    border-spacing: 0 24px;
    margin: -24px 0 10px;
  }
  .table_overview th {
    width: 72px;
    padding: 5px 10px 5px 0;
    font-size: 14px;
    text-align: center;
  }
  .table_overview td {
    padding-left: 24px;
    color: #4E4E4E;
    line-height: 1.71;
  }
}

.btn.pdf_dl {
  width: 258px;
}
.btn.pdf_dl a {
  padding-right: 1.5em;
}
.btn.pdf_dl a .arrow::before {
  content: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_pdf.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  padding-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn.pdf_dl {
    width: 227px;
    margin: 0 auto;
    font-size: 12px;
  }
}

.notes {
  margin-top: 40px;
  color: #4E4E4E;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-top: 65px;
  }
}

.map {
  margin-top: 24px;
  height: 330px;
}
.map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .map {
    height: 184px;
  }
}

.pdf_list {
  width: min(100%, 778px);
  margin-top: 67px;
}
.pdf_list li {
  border: 1px solid #F1F4F5;
}
.pdf_list li:not(:last-child) {
  margin-bottom: 12px;
}
.pdf_list li a {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/icon_blank_gry.svg) no-repeat right 30px center/auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
  gap: 0 22px;
  min-height: 68px;
  padding: 10px 65px 10px 23px;
  color: #0D5E5F;
  font-size: 14px;
  line-height: 1.2;
}
.pdf_list li a::after {
  content: "PDF";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  background: #9D9D9D;
  border-radius: 3px;
  height: 17px;
  width: 30px;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}
.pdf_list li a span {
  display: block;
  text-decoration: underline;
}
.pdf_list li aa:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pdf_list {
    margin-top: 40px;
  }
  .pdf_list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .pdf_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-position: right 17px center;
    background-size: 16px;
    min-height: 70px;
    padding: 10px 65px 10px 23px;
    font-size: 12px;
  }
  .pdf_list li a::after {
    margin-top: 10px;
    height: 14px;
    width: 28px;
    font-size: 9px;
    line-height: 14px;
  }
}

#numbers .read {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#numbers .read span {
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #numbers .read {
    font-size: 15px;
  }
  #numbers .read span {
    font-size: 12px;
  }
}
#numbers .annotation {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}
#numbers .annotation a {
  display: inline;
  color: #000000;
}

.box_ttl {
  margin-bottom: 16px;
  color: #009495;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .box_ttl {
    margin-bottom: 12px;
    font-size: 21px;
  }
}

.grid_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.grid_box:first-of-type {
  margin-top: 40px;
}
.grid_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.grid_box > div {
  border-radius: 16px;
  padding: 25px 10px 35px;
}
@media screen and (max-width: 767px) {
  .grid_box {
    display: block;
  }
  .grid_box:first-of-type {
    margin-top: 55px;
  }
  .grid_box > div {
    padding: 20px 10px 25px;
  }
  .grid_box > div:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.grid_box.box01 > div {
  background: #F0F0F0;
}
.grid_box.box01 > div:nth-of-type(1), .grid_box.box01 > div:nth-of-type(2) {
  grid-column: 1/13;
}
.grid_box.box01 > div:nth-of-type(1) {
  padding-left: 40px;
  padding-right: 40px;
}
.grid_box.box01 > div:nth-of-type(1) .col2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(100%, 573px);
}
.grid_box.box01 > div:nth-of-type(1) .col2 .img {
  text-align: center;
  margin-top: auto;
}
.grid_box.box01 > div:nth-of-type(2) .col2 {
  width: min(100%, 403px);
}
.grid_box.box01 > div:nth-of-type(3) {
  grid-column: 1/13;
}
.grid_box.box01 > div:nth-of-type(3) .col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 15px 0;
  margin-top: 38px;
}
.grid_box.box01 > div:nth-of-type(3) .col2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
}
@media screen and (max-width: 767px) {
  .grid_box.box01 > div {
    background: #F0F0F0;
  }
  .grid_box.box01 > div:nth-of-type(1), .grid_box.box01 > div:nth-of-type(2) {
    grid-column: 1/13;
  }
  .grid_box.box01 > div:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_box.box01 > div:nth-of-type(1) .col2 li:nth-child(2) {
    text-align: center;
  }
  .grid_box.box01 > div:nth-of-type(1) .col2 li:nth-child(2) .data {
    display: inline-block;
    text-align: right;
  }
  .grid_box.box01 > div:nth-of-type(2) .col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid_box.box01 > div:nth-of-type(3) .col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    gap: 15px;
  }
  .grid_box.box01 > div:nth-of-type(3) .col2 li {
    display: block;
  }
  .grid_box.box01 > div:nth-of-type(3) .col2 .img {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.grid_box.box02 > div:nth-of-type(1), .grid_box.box03 > div:nth-of-type(1) {
  grid-column: 1/5;
}
.grid_box.box02 > div:nth-of-type(2), .grid_box.box03 > div:nth-of-type(2) {
  grid-column: 5/9;
}
.grid_box.box02 > div:nth-of-type(3), .grid_box.box03 > div:nth-of-type(3) {
  grid-column: 9/13;
}
@media screen and (max-width: 767px) {
  .grid_box.box02 > div, .grid_box.box03 > div {
    min-height: 161px;
    position: relative;
  }
  .grid_box.box02 > div .data_wrap_sp, .grid_box.box03 > div .data_wrap_sp {
    width: 55%;
    margin: 34px 0 20px auto !important;
  }
  .grid_box.box02 > div .img, .grid_box.box03 > div .img {
    margin: 0 !important;
    width: 45%;
    text-align: center;
    position: absolute;
    top: 65px;
    left: 10px;
  }
}
.grid_box.box02 {
  margin-bottom: 0;
}
.grid_box.box02 > div {
  background-color: #FFEBEB;
}
.grid_box.box02 > div:nth-of-type(1), .grid_box.box02 > div:nth-of-type(2) {
  padding-bottom: 20px;
}
.grid_box.box02 > div:nth-of-type(1) .img {
  text-align: right;
  margin: 28px -10px 23px 0;
}
.grid_box.box02 > div:nth-of-type(2) .img {
  margin: 38px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .grid_box.box02 > div:nth-of-type(1), .grid_box.box02 > div:nth-of-type(2) {
    padding-bottom: 25px;
  }
  .grid_box.box02 > div:nth-of-type(1) .data_wrap_sp, .grid_box.box02 > div:nth-of-type(2) .data_wrap_sp {
    margin: 34px 0 0 auto !important;
  }
  .grid_box.box02 > div:nth-of-type(1) .img {
    text-align: center;
    left: 15px;
  }
  .grid_box.box02 > div:nth-of-type(1) .img img {
    width: min(69%, 105px);
  }
  .grid_box.box02 > div:nth-of-type(2) .img {
    top: 75px;
  }
  .grid_box.box02 > div:nth-of-type(2) .img img {
    width: min(77%, 117px);
  }
  .grid_box.box02 > div:nth-of-type(3) .img {
    top: 60px;
  }
  .grid_box.box02 > div:nth-of-type(3) .img img {
    width: min(66%, 100px);
  }
}
.grid_box.box03 > div {
  background-color: #E5F7F7;
}
.grid_box.box03 > div:nth-of-type(4), .grid_box.box03 > div:nth-of-type(5) {
  grid-column: 1/8;
  height: 186px;
}
.grid_box.box03 > div:nth-of-type(4) .data, .grid_box.box03 > div:nth-of-type(5) .data {
  width: 50%;
  margin-top: 36px;
  margin-left: auto;
}
.grid_box.box03 > div:nth-of-type(2) .img {
  margin: 29px 0 24px 25px;
}
.grid_box.box03 > div:nth-of-type(3) .img {
  margin: 37px 0 24px;
}
.grid_box.box03 > div:nth-of-type(4) {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/company/overview/box03_04.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: left 16% top 75%;
}
.grid_box.box03 > div:nth-of-type(5) {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/company/overview/box03_05.png);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: left 11% bottom 10px;
}
.grid_box.box03 > div:nth-of-type(6) {
  grid-column: 8/13;
  grid-row: 2/4;
}
.grid_box.box03 > div:nth-of-type(6) .img {
  margin: 30px 0 23px 0;
}
.grid_box.box03 > div:nth-of-type(6) .data {
  margin-top: 10px;
}
.grid_box.box03 > div:nth-of-type(7) {
  grid-column: 1/7;
}
.grid_box.box03 > div:nth-of-type(7) .col2 {
  gap: 20px 50px;
  max-width: 370px;
  margin-top: -50px;
}
.grid_box.box03 > div:nth-of-type(8) {
  grid-column: 7/13;
}
.grid_box.box03 > div:nth-of-type(8) .col2 {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid_box.box03 > div .col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .grid_box.box03 > div:nth-of-type(7) .col2 {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid_box.box03 > div:nth-of-type(7) .col2 li {
    width: 100%;
  }
  .grid_box.box03 > div:nth-of-type(8) .col2 {
    margin-top: 55px;
  }
  .grid_box.box03 > div:nth-of-type(8) .col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .grid_box.box03 > div:nth-of-type(4), .grid_box.box03 > div:nth-of-type(5) {
    height: 100%;
  }
  .grid_box.box03 > div:nth-of-type(1) .img {
    top: 65px;
  }
  .grid_box.box03 > div:nth-of-type(1) .img img {
    width: min(47%, 71px);
  }
  .grid_box.box03 > div:nth-of-type(2) .img {
    top: 60px;
  }
  .grid_box.box03 > div:nth-of-type(2) .img img {
    width: min(64%, 97px);
  }
  .grid_box.box03 > div:nth-of-type(3) .img {
    top: 65px;
  }
  .grid_box.box03 > div:nth-of-type(3) .img img {
    width: min(83%, 125.26px);
  }
  .grid_box.box03 > div:nth-of-type(4) {
    background-size: min(26%, 82px);
    background-position: lleft 18% top 76px;
  }
  .grid_box.box03 > div:nth-of-type(5) {
    background-size: min(35%, 120px);
    background-position: left 13% top 50px;
  }
  .grid_box.box03 > div:nth-of-type(6) .img {
    top: 65px;
  }
  .grid_box.box03 > div:nth-of-type(6) .img img {
    width: min(44%, 65px);
  }
  .grid_box.box03 > div:nth-of-type(6) .data {
    margin-top: 5px;
  }
  .grid_box.box03 > div:nth-of-type(6) .data_wrap_sp {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }
  .grid_box.box03 > div:nth-of-type(7) .img {
    top: 90px;
  }
  .grid_box.box03 > div:nth-of-type(7) .img img {
    width: min(60%, 91px);
  }
  .grid_box.box03 > div:nth-of-type(7) .col2 li {
    width: 100%;
  }
  .grid_box.box03 > div:nth-of-type(8) .img {
    top: 55px;
  }
  .grid_box.box03 > div:nth-of-type(8) .img img {
    width: min(91%, 136px);
  }
  .grid_box.box03 > div:nth-of-type(8) .col2 li {
    width: 100%;
  }
  .grid_box.box03 > div .col2 {
    gap: 5px 0 !important;
    width: 55%;
    margin: 20px 0 0 auto !important;
  }
  .grid_box.box03 > div .gray_txt {
    margin-top: 25px;
  }
}
.grid_box .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  margin: 0 auto;
}
.grid_box h3 {
  margin-bottom: 15px;
  color: #9D9D9D;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
}
.grid_box .img {
  text-align: center;
  margin-bottom: 10px;
}
.grid_box p {
  text-align: center;
}
.grid_box .box_read {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
}
.grid_box .gray_txt {
  color: #9D9D9D;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.grid_box .data, .grid_box .data_sm {
  color: #009495;
  font-weight: bold;
}
.grid_box .data strong, .grid_box .data_sm strong {
  padding: 0 0.05em;
  font-weight: 600;
  vertical-align: sub;
  line-height: 1;
}
.grid_box .data {
  font-size: 23px;
}
.grid_box .data strong {
  font-size: 52px;
}
.grid_box .data small {
  margin-left: 0.3em;
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
}
.grid_box .data_sm {
  font-size: 20px;
}
.grid_box .data_sm strong {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .grid_box .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
    margin: 0 auto;
  }
  .grid_box h3 {
    font-size: 18px;
  }
  .grid_box .img {
    margin-bottom: 10px;
  }
  .grid_box .box_read {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .grid_box .gray_txt {
    font-size: 11px;
  }
  .grid_box .data {
    font-size: 15px;
  }
  .grid_box .data strong {
    font-size: 34px;
  }
  .grid_box .data small {
    margin-left: 0.3em;
  }
  .grid_box .data_sm {
    font-size: 15px;
  }
  .grid_box .data_sm strong {
    font-size: 34px;
  }
}