@charset "UTF-8";
ol > li{
  list-style-type: decimal;
}
.voice-mv-ph {
  background-image: url(../img/company/voice-main.webp);
}

.sub-title-area > div:nth-child(3) .history-mv-ph {
  background-image: url(../img/history/history-main.webp);
  aspect-ratio: 527/365;
}
.sub-title-area > div:nth-child(3) .history-mv-ph-text {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding: 10px 5px 20px 5px;
}

.profile-box {
  width: 70%;
  padding: 40px 0 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .profile-box {
    width: 90%;
  }
}

.profile-box > table.company-table > tbody > tr > td > ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.profile-box > table.company-table > tbody > tr > td > ol > li {
  list-style-type: decimal;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  counter-increment: cnt;
  text-align: justify;
  line-height: 1.8;
}
/* .profile-box > table.company-table > tbody > tr > td > ol > li::marker {
  text-indent: -1em;
} */

.client-box {
  width: 70%;
  padding: 60px 0;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .client-box {
    width: 90%;
    padding-top: 0;
  }
}
.client-box .client-title {
  font-size: 16px;
  font-weight: 700;
  padding: 40px 0 10px 0;
}
.client-box div.client-list > ul > li {
  font-size: 16px;
  line-height: 1.8;
}
.client-box div.client-list > ul > li:last-child {
  padding-bottom: 0;
}

/* 声 欄 */
.voice-area {
  width: 70%;
  padding: 60px 0;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .voice-area {
    width: 90%;
  }
}
.voice-area .voice-box {
  display: grid;
  grid-template-columns: 15% 35% 35% 15%;
  /*
  grid-template-rows: 692px 300px auto;
  */
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box {
    grid-template-columns: 5% auto 5%;
    grid-template-rows: auto auto auto auto;
  }
}
.voice-area .voice-box > div:nth-child(1) {
  width: 100%;
  grid-column: 1/3;
  grid-row: 1/2;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 3/4;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(1) .voice-title-box {
    padding-bottom: 50px;
  }
}
/*
.voice-area .voice-box > div:nth-child(1) .voice-title-box .voice-title-text {
  font-size: 35px;
  padding: 70px 0 30px 0;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(1) .voice-title-box .voice-title-text {
    font-size: 25px;
    line-height: 1.5;
  }
}
  */
.voice-title-text {
  font-size: 18px;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .voice-title-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.voice-area .voice-box .voice-contents-box {
  padding: 40px 0 30px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box .voice-contents-box {
    padding: 0px 0 10px 0;
    width: 100%;
    height: auto;
  }
}
.voice-area .voice-box > div:nth-child(1) .voice-title-box > div:nth-child(4) {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(1) .voice-title-box > div:nth-child(4) {
    padding-bottom: 50px;
  }
}
.voice-area .voice-box > div:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 16.9vh;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
    margin-top: 50px;
    padding-bottom: 150px;
  }
}
.voice-area .voice-box > div:nth-child(2) .b-photo01 {
  width: 70%;
  background-image: url(../img/company/company-voice-matsuda.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 692/842;
}
.voice-area .voice-box > div:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  align-items: end;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.voice-area .voice-box > div:nth-child(3) .b-photo02 {
  width: 55%;
  background-image: url(../img/company/company-voice-matsuda_square.webp);
  background-position: top;
  background-position: 0% 55%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 380/380;
}
.voice-area .voice-box > div:nth-child(4) {
  width: 100%;
  grid-column: 1/5;
  grid-row: 2/4;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice-area .voice-box > div:nth-child(4) {
    grid-column: 1/3;
    grid-row: 4/5;
    padding-right: 0;
  }
}

.voice-title-position {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.2;
}
.voice-title-name {
  font-size: 25px;
  line-height: 2.2;
  padding-bottom: 10px;
}
.voice-contents-question {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.2;
  margin-top: 10px;
}
.voice-contents-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 20px;
}
ul.voice-list > li {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  line-height: 2.5;
}
ul.voice-list > li::before {
  content: "・";
}


.h3-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h3-title-area > div:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.h3-title-area > div:nth-child(2) {
  position: relative;
  flex: 1;
}

.history-box {
  width: 70%;
  padding: 60px 0 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .history-box {
    width: 90%;
    padding-top: 0;
  }
}
.history-box .history-year {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 40px 0 30px 0;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tr {
  vertical-align: top;
}
.company-table td:nth-child(odd) {
  width: 150px;
  padding: 5px 0;
  box-sizing: border-box;
}
.company-table td:nth-child(odd) > p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .company-table td:nth-child(odd) {
    width: 100%;
    display: block;
    padding: 0 10px 3px 0;
  }
}
.company-table td:nth-child(even) {
  width: calc(100% - 150px);
  padding: 5px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company-table td:nth-child(even) {
    display: block;
    width: 100%;
    padding: 0 10px 20px 0;
  }
}
.company-table td:nth-child(even) > p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table tr {
  vertical-align: top;
}
.history-table td:nth-child(odd) {
  width: 80px;
  padding: 5px 0;
  box-sizing: border-box;
}
.history-table td:nth-child(odd) > p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .history-table td:nth-child(odd) {
    width: 100%;
    display: block;
    padding: 0 10px 3px 0;
  }
}
.history-table td:nth-child(even) {
  width: calc(100% - 80px);
  padding: 5px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .history-table td:nth-child(even) {
    display: block;
    width: 100%;
    padding: 0 10px 20px 0;
  }
}
.history-table td:nth-child(even) > p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}

ol.list-num {
  list-style: none;
}
ol.list-num > li {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  counter-increment: cnt;
  text-align: justify;
  line-height: 1.8;
}
ol.list-num > li::before {
  content: "" counter(cnt) ". ";
}

ul.list-point > li {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.8;
}
ul.list-point > li::before {
  content: "・";
}