@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.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: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt ul {
  margin: 1em 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 1em 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 .format-img img {
  display: block;
  width: 100%;
}
.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .format-area .img-caption {
    line-height: 1.4;
  }
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 60px;
}
.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}
.format-area .format01 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format01 .ttl-lrg {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}
.format-area .format02 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format02 .ttl-mid {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
  .format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
  .format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
  .format-area .format09 .format-row,
  .format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
  .format-area .format09 .format-img,
  .format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n+2),
  .format-area .format09 .format-img:nth-child(n+2),
  .format-area .format10 .format-img:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*=======
===================================
 お客様の声一覧
===========================================*/
.archive-voice {
  margin-top: 0ox;
}
.archive-voice .sec-voice {
  padding-top: 0px;
  margin-bottom: clamp(80px, 16vw, 120px);
}
@media screen and (min-width: 577px) {
  .archive-voice .sec-voice {
    padding-top: 0px;
  }
}
@media screen and (min-width: 961px) {
  .archive-voice .sec-voice {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .archive-voice .sec-voice {
    padding-top: 10px;
  }
}
.archive-voice .sec-voice .voice-ilst {
  margin-right: clamp(10px, 4vw, 60px);
}
@media (max-width: 480px) {
  .archive-voice .sec-voice .voice-ilst {
    margin-right: -3vw;
  }
}
.archive-voice .sec-voice .voice-head {
  margin-bottom: 40px;
}
.archive-voice .sec-voice .sec-ttl {
  color: #004a95;
}
.archive-voice .sec-voice .sec-ttl .ttl-en {
  color: #004a95;
}
.archive-voice .sec-voice .voice-body {
  margin: 0;
}
.archive-voice .sec-voice .voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive-voice .sec-voice .voice-list::after {
  content: "";
  display: block;
}
.archive-voice .sec-voice .voice-list::after,
.archive-voice .sec-voice .voice-list .voice-item {
  width: 32%;
  /*        @include max-width(sm) {
    width: 100%;
  }*/
}
@media screen and (min-width: 1201px) {
  .archive-voice .sec-voice .voice-list::after,
  .archive-voice .sec-voice .voice-list .voice-item {
    max-width: 528px;
  }
}
@media screen and (max-width: 768px) {
  .archive-voice .sec-voice .voice-list::after,
  .archive-voice .sec-voice .voice-list .voice-item {
    width: 48%;
  }
}
.archive-voice .sec-voice .voice-list .voice-item {
  padding: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .archive-voice .sec-voice .voice-list .voice-item {
    margin-bottom: 40px;
  }
}
.archive-voice .sec-voice .voice-list .voice-item .item-img {
  height: 20.2666666667vw;
  /*          @include max-width(sm) {
    height: calc(95vw / 3 * 2);
  }*/
}
.archive-voice .sec-voice .voice-list .voice-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1201px) {
  .archive-voice .sec-voice .voice-list .voice-item .item-img {
    max-height: 352px;
  }
}
@media screen and (max-width: 768px) {
  .archive-voice .sec-voice .voice-list .voice-item .item-img {
    height: 30.4vw;
  }
}

/*==========================================
     お客様の声詳細
===========================================*/
.single-voice {
  /* 詳細記事 */
}
.single-voice .sec-voice {
  margin-bottom: 10px;
}
.single-voice .sec-voice .voice-head {
  display: flex;
  justify-content: center;
}
.single-voice .sec-voice .voice-head .ttl_area {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #164b8b;
}
.single-voice .sec-voice .voice-head .ttl_area .ttl_ja {
  font-size: 5rem;
  line-height: 1.2;
}
.single-voice .sec-voice .voice-head .ttl_area .ttl_en {
  font-size: 2rem;
  margin-bottom: 15px;
}
.single-voice .jumbotron_img {
  display: flex;
  justify-content: center;
}
.single-voice .jumbotron_img img {
  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 801px) {
  .single-voice .jumbotron_img img {
    max-width: 800px;
  }
}
.single-voice .article-voice {
  padding-top: clamp(20px, 5vw, 40px);
  margin-top: clamp(-120px, -10vw, -40px);
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding:30px;
}
.single-voice .article-voice_ttl {
  width: fit-content;
  padding: 0 2%;
  margin: 0 auto 20px;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(to right, #187fc2, #003387);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 576px) {
  .single-voice .article-voice_ttl {
    text-align: start;
  }
}
.single-voice .article-voice_name {
  margin-bottom: clamp(50px, 12.5vw, 100px);
  letter-spacing: 0.1em;
  text-align: center;
}
.single-voice .article-voice .format-area img {
  max-width: 760px;
  max-height: 600px;
  object-fit: contain;
  margin: 0 auto;
}
.single-voice .article-voice .format-area .format-txt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .single-voice .article-voice .format-area .format-txt {
    line-height: 1.6;
  }
}
.single-voice .article-voice .format-area .format01 {
  margin-bottom: 0px;
}
.single-voice .article-voice .format-area .format03 p,
.single-voice .article-voice .format-area .format04 p,
.single-voice .article-voice .format-area .format05 p,
.single-voice .article-voice .format-area .format06 p,
.single-voice .article-voice .format-area .format07 p {
  text-align: left;
}
.single-voice .article-voice .format-area .img-caption {
  color: #666666;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .single-voice .article-voice .format-area .img-caption {
    line-height: 1.4;
  }
}
.single-voice .btn-more {
  display: flex;
  justify-content: right;
  margin-bottom: 30px;
}/*# sourceMappingURL=voice.css.map */