@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 118vw;
  padding-top: 19.2vw;
  position: relative;
}

.fv-backimg {
  width: 100%;
  height: 75.4vw;
  background-image: url("../../../../img/customers-voice-fv_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  z-index: -1;
}

.fv-tit_en {
  position: absolute;
  top: 80.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 7.73333vw;
  font-weight: 600;
  color: #0e3169;
  text-align: center;
  margin: -9.866vw 0 0 0;
  padding: 4.8vw 0 5.333vw;
  width: 90vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.fv-tit_ja {
  position: absolute;
  top: 86.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 3.4666vw;
  color: #fff;
  background: #0e3169;
  text-align: center;
  width: 52vw;
  padding: 0.8vw;
}

.fv-txt {
  font-size: 4vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
  line-height: 2;
  width: calc(100vw - 50px);
  margin: auto;
  padding: 9vw 0 15vw;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .fv {
    width: 100%;
    height: 50vw;
    background: #f0f2f2;
    padding-top: 6.923vw;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 34.615vw;
    background-image: url("../../../../img/customer-voice-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 27.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 4.23vw;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 2.23vw 0 2.077vw;
    width: 90.769vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 1.384vw;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 26.923vw;
    padding: 0.615vw;
  }
  .fv-txt {
    font-size: 1.231vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    width: calc(100vw - 50px);
    margin: auto;
    padding: 7.384vw 0 5.846vw;
    text-align: center;
  }
}

@media screen and (min-width: 1300px) {
  .fv {
    width: 100%;
    height: 650px;
    background: #f0f2f2;
    padding-top: 90px;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 450px;
    background-image: url("../../../../img/customer-voice-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.5%;
    left: 27.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 29px 0 27px;
    width: 1180px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 350px;
    padding: 8px;
  }
  .fv-txt {
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    width: calc(100vw - 50px);
    margin: auto;
    padding: 96px 0 76px;
    text-align: center;
  }
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 1.6vw 0 2.1333vw 4.2666vw;
  list-style: none;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.6vw;
  margin-top: 0.2vw;
  color: #0e3169;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 1vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -18%;
    content: "";
    width: 1.153vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: -33.5%;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1300px), print {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -29.5%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.contents {
  width: calc(100vw - 50px);
  margin: auto;
  padding-bottom: 11vw;
}

.contents-content {
  padding-bottom: 11vw;
}

.contents-content img {
  width: calc(100vw - 50px);
  height: 57.96vw;
}

.contents-content_com {
  font-size: 4vw;
  color: #7c7c7c;
  letter-spacing: 0.02em;
  padding-top: 3.6vw;
  padding-bottom: 3.6vw;
}

.contents-content_role {
  font-size: 4vw;
  color: #7c7c7c;
  letter-spacing: 0.02em;
  padding-bottom: 4.1vw;
}

.contents-content_name {
  font-size: 4.533vw;
  color: #0e3169;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 3vw;
}

.contents-content_txt {
  font-size: 4vw;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.02em;
  border-top: 0.26666vw solid #dddddd;
  border-bottom: 0.26666vw solid #dddddd;
  padding: 1.6vw 0;
}

.contents-content_btn {
  font-family: "Poppins";
  font-size: 4vw;
  letter-spacing: 0.02em;
  color: #103496;
  text-align: right;
  padding-top: 3vw;
}

.contents-content_btn::before {
  display: inline-block;
  content: "";
  width: 17vw;
  height: 0.2666vw;
  background: #103496;
  margin-bottom: 0.8vw;
  margin-right: 1vw;
  font-weight: 500;
}

@media screen and (max-width: 835px) {
  .footer {
    padding-top: 22vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .contents {
    width: calc(100vw - 100px);
    max-width: 1040px;
    padding-bottom: 4.615vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 3.307vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents::after {
    content: "";
    display: block;
    width: 24.615vw;
  }
  .contents-content {
    padding-bottom: 0.769vw;
    width: 24.615vw;
  }
  .contents-content img {
    width: 24.615vw;
    height: 16.461vw;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content img:hover {
    opacity: .7;
  }
  .contents-content_com {
    font-size: 1.0769vw;
    color: #7c7c7c;
    letter-spacing: 0.02em;
    padding-top: 1.769vw;
    padding-bottom: 0.923vw;
  }
  .contents-content_role {
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
  }
  .contents-content_name {
    font-size: 17px;
    color: #0e3169;
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 13px;
  }
  .contents-content_txt {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 7px 0 3px;
  }
  .contents-content_btn {
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #103496;
    text-align: right;
    padding-top: 10px;
  }
  .contents-content_btn::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 2px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 6px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1300px) {
  .contents {
    width: calc(100vw - 100px);
    max-width: 1040px;
    padding-bottom: 60px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents::after {
    content: "";
    display: block;
    width: 320px;
  }
  .contents-content {
    padding-bottom: 10px;
    width: 320px;
  }
  .contents-content img {
    width: 320px;
    height: 214px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content img:hover {
    opacity: .7;
  }
  .contents-content_com {
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: 0.02em;
    padding-top: 23px;
    padding-bottom: 12px;
  }
  .contents-content_role {
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
  }
  .contents-content_name {
    font-size: 17px;
    color: #0e3169;
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 13px;
  }
  .contents-content_txt {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 7px 0 3px;
  }
  .contents-content_btn {
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #103496;
    text-align: right;
    padding-top: 10px;
  }
  .contents-content_btn::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 0px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 6px;
    font-weight: 500;
  }
}

@media (max-width: 835px) {
  .dots {
    display: block;
    text-align: center;
    padding: 1.7vw 0;
    font-size: 3.3vw;
  }
}

.dots {
  display: none;
}
