@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.format-area .format-txt {
  line-height: 2;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.8;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 0.2em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt img {
  height: auto;
}
.format-area .format-txt ul {
  margin: 0.2em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 0.2em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .img-caption {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .format-area .format-row {
    display: block;
  }
}
.format-area iframe {
  width: 100%;
}
.format-area .format01 {
  margin: 60px auto;
}
.format-area .format02 {
  margin: 60px auto;
}
.format-area .format03 {
  margin: 60px auto;
}
.format-area .format04 {
  margin: 60px auto;
}
.format-area .format05 {
  margin: 60px auto;
}
.format-area .format06 {
  margin: 60px auto;
}
.format-area .format07 {
  margin: 60px auto;
}
.format-area .format08 {
  margin: 60px auto;
}
.format-area .format09 {
  margin: 60px auto;
}
.format-area .format010 {
  margin: 60px auto;
}
.format-area .format011 {
  margin: 60px auto;
}
.format-area .format012 {
  margin: 60px auto;
}
.format-area .format013 {
  margin: 60px auto;
}
.format-area .format01 .ttl-lrg {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
}
.format-area .format01 .ttl-lrg::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.format-area .format02 .ttl-mid {
  font-size: min(4vw, 2rem);
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  border-left: 1px solid #000;
  position: relative;
}
.format-area .format02 .ttl-mid::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 294px;
  height: 1px;
  top: 0;
  left: 0;
  background: #000;
}
.format-area .format07 .format-img {
  width: 48%;
}
.format-area .format07 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format07 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format08 .format-img {
  width: 32%;
}
.format-area .format08 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format08 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format09 .format-pdf {
  width: 32%;
}
.format-area .format010 .format-img {
  width: 100%;
}
.format-area .format010 .format-img img {
  width: 100%;
}
.format-area .format010 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format010 .format-img:not(:first-of-type) {
  margin-top: 20px;
}
.format-area .format010 .format-img.left-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img.left-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}
.format-area .format010 .format-img.right-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img.right-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format011 .format-img {
  width: 100%;
}
.format-area .format011 .format-img img {
  width: 100%;
}
.format-area .format011 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format011 .format-img:not(:first-of-type) {
  margin-top: 20px;
}
.format-area .format011 .format-img.left-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img.left-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format011 .format-img.right-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img.right-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}
.format-area .format07 .format-img {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .format-area .format07 .format-img {
    width: 100%;
  }
}
.format-area .format07 .format-img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .format-area .format07 .format-img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.format-area .format07 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format07 .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format012 .format-img {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .format-area .format012 .format-img {
    width: 100%;
  }
}
.format-area .format012 .format-img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .format-area .format012 .format-img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.format-area .format012 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format012 .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .head, .format-area .format-rowPC .body {
    width: 48%;
  }
  .format-area .format05 {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format08 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format08 .format-img {
    width: 48%;
  }
  .format-area .format08 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .format-area .format09 .format-pdf {
    width: 32%;
  }
  .format-area .format09 .format-pdf-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 60.78%;
  }
  .format-area .format09 .format-pdf-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .format-area .format10 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format10 .format-img {
    width: 48%;
  }
  .format-area .format10 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .format-area .format11 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format11 .format-img {
    width: 48%;
  }
  .format-area .format11 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 577px) {
  .format-area .format-rowSM {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowSM .head, .format-area .format-rowSM .body {
    width: 48%;
  }
  .format-area .format05 .format-rowSM {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 576px) {
  .format-area .format-rowSM .head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .format-area .format01 {
    margin: 40px auto;
  }
  .format-area .format02 {
    margin: 40px auto;
  }
  .format-area .format03 {
    margin: 40px auto;
  }
  .format-area .format04 {
    margin: 40px auto;
  }
  .format-area .format05 {
    margin: 40px auto;
  }
  .format-area .format06 {
    margin: 40px auto;
  }
  .format-area .format07 {
    margin: 40px auto;
  }
  .format-area .format08 {
    margin: 40px auto;
  }
  .format-area .format09 {
    margin: 40px auto;
  }
  .format-area .format010 {
    margin: 40px auto;
  }
  .format-area .format011 {
    margin: 40px auto;
  }
  .format-area .format012 {
    margin: 40px auto;
  }
  .format-area .format013 {
    margin: 40px auto;
  }
  .format-area .format02 .ttl-mid::before {
    width: 60%;
  }
  .format-area .format09 iframe {
    height: 320px;
  }
}
/*==========================================
 共通
===========================================*/
.voice-list .voice-item a {
  display: block;
}
@media (hover: hover) {
  .voice-list .voice-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
}
.voice-list .voice-item .item-img {
  overflow: hidden;
}
.voice-list .voice-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.7846153846;
  transition: all 0.8s ease;
}
.voice-list .voice-item .item-txtarea {
  margin-top: 1em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .voice-list .voice-item .item-txtarea {
    text-align: center;
  }
}
.voice-list .voice-item .item-ttl {
  font-weight: bold;
}
.voice-list .voice-item .item-data {
  margin-top: 0.7em;
  color: #555;
  font-weight: 500;
  font-size: min(3vw, 1.4rem);
}
.voice-list .voice-item .item-data span {
  display: inline-block;
}
.voice-list .voice-item .item-add::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
}
.voice-list .voice-item .item-customer {
  margin-left: 1em;
}

/*==========================================
 ARCHIVE
===========================================*/
.voice-archive .voice-list {
  max-width: 1200px;
  width: 95%;
  margin: 5em auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .voice-archive .voice-list {
    width: 92%;
  }
}
.voice-archive .voice-list .voice-item {
  width: 48%;
  max-width: 580px;
}
.voice-archive .voice-list .voice-item:nth-of-type(n+3) {
  margin-top: 3em;
}
@media screen and (max-width: 576px) {
  .voice-archive .voice-list .voice-item {
    width: 49%;
  }
  .voice-archive .voice-list .voice-item:nth-of-type(n+3) {
    margin-top: 2em;
  }
}

/*==========================================
 SINGLE
===========================================*/
.voice-single .voice-article .article-head {
  margin: 5em auto 2em;
  text-align: center;
  letter-spacing: 0.06em;
}
.voice-single .voice-article .article-head .wrapW {
  max-width: 900px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 1em;
}
.voice-single .voice-article .article-date {
  color: #555;
  font-size: min(4vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 1em;
}
.voice-single .voice-article .article-tag {
  font-size: min(3.6vw, 1.3rem);
  font-weight: 500;
}
.voice-single .voice-article .article-tag li {
  display: inline-block;
  background: #e72f18;
  color: #fff;
  padding: 0.3em 1em;
}
.voice-single .voice-article .article-ttl {
  font-size: min(6vw, 3.2rem);
  letter-spacing: normal;
  font-weight: bold;
  margin: 0.4em 0;
}
@media screen and (max-width: 767px) {
  .voice-single .voice-article .article-ttl {
    letter-spacing: 0.06em;
  }
}
.voice-single .voice-article .article-customer {
  color: #555;
  font-size: min(3.6vw, 1.4rem);
  font-weight: 500;
}
.voice-single .voice-article .article-customer span {
  display: inline-block;
}
.voice-single .voice-article .article-customer .customer-add::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
}
.voice-single .voice-article .article-customer .customer-name {
  margin-left: 1em;
}
.voice-single .voice-article .article-mainimg {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.voice-single .voice-article .article-projectM {
  margin-top: -6em;
}
@media screen and (max-width: 767px) {
  .voice-single .voice-article .article-projectM {
    margin-top: -3em;
  }
}
.voice-single .voice-article .article-projectM .projectM-box {
  max-width: 350px;
  width: 60%;
  position: relative;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .voice-single .voice-article .article-projectM .projectM-box {
    padding: 1em;
  }
}
.voice-single .voice-article .article-projectM .projectM-box .box-ttl {
  border-bottom: 1px solid #d8d8d8;
  font-size: min(3.6vw, 1.8rem);
  font-weight: bold;
}
.voice-single .voice-article .article-projectM .projectM-box .box-txt {
  margin-top: 1em;
}
.voice-single .voice-article .article-projectM .projectM-box .box-txtImg {
  position: absolute;
  width: 70%;
  right: -30%;
  bottom: -30%;
}
@media screen and (max-width: 576px) {
  .voice-single .voice-article .article-projectM .projectM-box .box-txtImg {
    right: -50%;
    bottom: -13%;
  }
}
.voice-single .format-area {
  max-width: 900px;
  margin: 6em auto 0;
}
@media screen and (max-width: 576px) {
  .voice-single .format-area {
    margin: 3em auto 0;
  }
}
.voice-single .article-writer {
  max-width: 900px;
  width: 100%;
  margin: 5em auto 0;
  border: 1px solid #9b9b9b;
  background: #fff;
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-single .article-writer {
    padding: 1em;
  }
}
.voice-single .article-writer .writer-txtImg {
  position: absolute;
  max-width: 214px;
  width: 25%;
  position: absolute;
  right: -8%;
  bottom: -15%;
}
.voice-single .article-writer .writer-head {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .voice-single .article-writer .writer-head {
    min-width: 160px;
    width: 160px;
  }
}
.voice-single .article-writer .writer-body {
  width: 62%;
  padding: 0 0 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .voice-single .article-writer .writer-body {
    width: 100%;
    padding: 0 0 0 2em;
  }
}
.voice-single .article-writer .writer-ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: min(2.4vw, 1.4rem);
}
.voice-single .article-writer .writer-ttl dt {
  font-family: "Adobe Arabic", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(4.8vw, 3rem);
  letter-spacing: 0.05em;
  line-height: 0.7;
  border-right: 1px solid #000;
  padding: 0 0.2em 0 0;
}
.voice-single .article-writer .writer-ttl dd {
  font-weight: bold;
  padding: 0 0 0 0.5em;
}
.voice-single .article-writer .writer-job {
  margin-top: 1em;
  font-weight: 500;
  color: #e72f18;
  font-size: min(2.8vw, 1.4rem);
  letter-spacing: 0.06em;
}
.voice-single .article-writer .writer-name {
  margin-top: 0.3em;
  font-size: min(2.4vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}
.voice-single .article-writer .writer-name .ja {
  font-size: min(4vw, 2rem);
}
.voice-single .article-writer .writer-name .en {
  color: #9b9b9b;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .voice-single .article-writer .writer-name .en {
    display: block;
    margin: 0;
  }
}
.voice-single .article-writer .writer-staff {
  margin-top: 0.5em;
  font-size: min(3vw, 1.4rem);
  font-weight: bold;
}
.voice-single .article-writer .writer-staff a {
  border-bottom: 2px solid #000;
}
@media (hover: hover) {
  .voice-single .article-writer .writer-staff a:hover:hover {
    color: #e72f18;
  }
}
@media screen and (min-width: 768px) {
  .voice-single .other-block .voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice-single .other-block .voice-list::after {
    content: "";
    display: block;
    width: 32%;
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .voice-single .other-block .voice-list .voice-item {
    width: 32%;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .voice-single .other-block .voice-list .voice-item:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .voice-single .other-block .voice-list .voice-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .voice-single .other-block .voice-list .voice-item .item-img {
    width: 50%;
  }
}
.voice-single .other-block .voice-list .voice-item .item-img img {
  aspect-ratio: 340/226;
}
.voice-single .other-block .voice-list .voice-item .item-txtarea {
  text-align: center;
  font-size: min(4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .voice-single .other-block .voice-list .voice-item .item-txtarea {
    margin-top: 0;
    width: 47%;
    text-align: left;
  }
}/*# sourceMappingURL=voice.css.map */