@import url("global.css");
#topph {
  position: relative;
  z-index: 1;
  clip-path: inset(0);
  width: 100%;
  aspect-ratio: 1 / .3;
  overflow: hidden;
}
#topph figure {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
}

section.sec {
  margin-top: 80px;
}
section.sec .sec_title {
  text-align: center;
}
section.sec .sec_title span {
  display: block;
  line-height: 1.3;
}
section.sec .sec_title span.en {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .3em;
  font-weight: 600;
  font-size: 1.125em;
}
section.sec .sec_title span.en::before {
  content: "(";
  display: block;
}
section.sec .sec_title span.en::after {
  content: ")";
  display: block;
}
section.sec .sec_title span.ja {
  font-weight: 700;
  font-size: clamp(22px, 3vw, 36px);
}

#sec_message.sec .message {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#sec_message.sec .message #president {
  width: 30%;
  flex-shrink: 0;
}
#sec_message.sec .message #president figure img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  border-radius: var(--radius-normal);
}
#sec_message.sec .message #president figure figcaption {
  text-align: right;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.6;
}
#sec_message.sec .message .main {
  width: 100%;
  padding-left: 90px;
  box-sizing: border-box;
}
#sec_message.sec .message .main > p {
  line-height: 2;
}
#sec_message.sec .message .main > p:not([class]) + p {
  margin-top: 2em;
}
#sec_message.sec .message .main .lead {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.6;
}

#sec_philosophy.sec {
  background-color: #F8F5EE;
  padding-block: 90px 100px;
}
#sec_philosophy.sec .img {
  margin: 50px auto 35px;
  max-width: 680px;
}
#sec_philosophy.sec .img figure {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  overflow: hidden;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
}
#sec_philosophy.sec .text {
  font-weight: 700;
  max-width: 620px;
  margin-inline: auto;
}
#sec_philosophy.sec .text .h {
  text-align: center;
  color: #D5501E;
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(19px, 2.3vw, 26px);
  margin-bottom: 20px;
}
#sec_philosophy.sec .text > p:not([class]) {
  text-align: justify;
}
#sec_philosophy.sec .text > p:not([class]) + p {
  margin-top: 1em;
}

#sec_company.sec .tbl {
  margin-block: 35px;
}
#sec_company.sec .tbl table {
  border-bottom: #262626 solid 1px;
  border-collapse: collapse;
  width: 100%;
}
#sec_company.sec .tbl table tr {
  border-top: #262626 solid 1px;
}
#sec_company.sec .tbl table th, #sec_company.sec .tbl table td {
  padding: 25px;
}
#sec_company.sec .tbl table th {
  font-weight: 700;
  text-align: center;
  width: 22%;
}
#sec_company.sec .tbl table td {
  padding-left: 0;
}
#sec_company.sec .tbl table td ul.dot > li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#sec_company.sec .tbl table td ul.dot > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #777777;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#sec_company.sec .tbl table td ul > li {
  line-height: 1.5;
}
#sec_company.sec .tbl table td ul > li + li {
  margin-top: 5px;
}
#sec_company.sec .tbl table td a.map {
  display: inline-block;
  margin-left: 15px;
  background-color: #FFF;
  border: #A9A9A9 solid 1px;
  padding: 4px 10px 6px;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
  font-size: .9em;
}
#sec_company.sec .tbl table td a.map::before {
  content: "\f3c5";
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  color: #00A8AF;
  font-size: 14px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #topph {
    aspect-ratio: 2.4 / 1;
  }

  section.sec {
    margin-top: 80px;
  }
  section.sec .sec_title span.en {
    font-size: .9em;
  }

  #sec_message.sec .message {
    margin-top: 50px;
  }
  #sec_message.sec .message .main {
    padding-left: 4vw;
  }

  #sec_philosophy.sec {
    padding-block: 65px 80px;
  }
  #sec_philosophy.sec .img {
    margin: 40px auto;
  }
  #sec_philosophy.sec .text .h {
    margin-bottom: 30px;
  }

  #sec_company.sec .tbl table th, #sec_company.sec .tbl table td {
    padding: 25px 10px;
  }
  #sec_company.sec .tbl table th {
    width: 24%;
  }
  #sec_company.sec .tbl table td {
    padding-left: 0;
  }
  #sec_company.sec .tbl table td ul.dot > li {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  #sec_company.sec .tbl table td ul.dot > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #777777;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  #sec_company.sec .tbl table td ul > li {
    line-height: 1.5;
  }
  #sec_company.sec .tbl table td ul > li + li {
    margin-top: 5px;
  }
  #sec_company.sec .tbl table td a.map {
    margin-left: 10px;
    padding: 3px 7px 4px;
    font-size: .85em;
  }
  #sec_company.sec .tbl table td a.map::before {
    margin-right: 5px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #topph {
    aspect-ratio: 1.5 / 1;
  }

  section.sec {
    margin-top: 45px;
  }
  section.sec .sec_title span.en {
    column-gap: .2em;
  }

  #sec_message.sec .message {
    margin-top: 30px;
    display: block;
  }
  #sec_message.sec .message #president {
    width: 200px;
    margin: 0 auto 30px;
  }
  #sec_message.sec .message #president figure figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
  #sec_message.sec .message .main {
    padding-left: 0;
  }
  #sec_message.sec .message .main .lead {
    margin-bottom: 15px;
  }

  #sec_philosophy.sec {
    padding-block: 50px 60px;
  }
  #sec_philosophy.sec .img {
    margin: 35px auto;
  }
  #sec_philosophy.sec .text .h {
    margin-bottom: 20px;
  }

  #sec_company.sec .tbl {
    margin-block: 30px;
  }
  #sec_company.sec .tbl table {
    width: 100%;
  }
  #sec_company.sec .tbl table th, #sec_company.sec .tbl table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec_company.sec .tbl table th {
    text-align: left;
    padding: 25px 5px 0;
  }
  #sec_company.sec .tbl table td {
    padding: 5px 5px 25px;
    font-weight: 400;
  }
  #sec_company.sec .tbl table td ul.dot > li {
    column-gap: 8px;
  }
  #sec_company.sec .tbl table td ul.dot > li::before {
    width: 5px;
    height: 5px;
  }
  #sec_company.sec .tbl table td ul > li {
    line-height: 1.4;
  }
  #sec_company.sec .tbl table td a.map {
    padding: 0 6px 1px;
    font-size: .8em;
    display: block;
    width: fit-content;
    margin: 6px 0 0;
  }
  #sec_company.sec .tbl table td a.map::before {
    font-size: 11px;
  }
}
