@charset "UTF-8";

/* ----------------------------------------------------------
  voice
---------------------------------------------------------- */
.voice {
  position: relative;
  padding-bottom: 16px;
  /* voice-slider
  ---------------------------------------------------------- */
}

.voice::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 430px;
  background-color: #f0f0f0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .voice::after {
    height: auto;
    top: 52vw;
    right: 0;
    left: 0;
  }
}

.voice * {
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .section-voice {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

.voice .headingH3 {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .voice .headingH3 {
    padding-top: 38px;
    margin-bottom: 33px;
    padding-bottom: 15px;
  }
}
.voice .headingH3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  transform: translateX(-50%);
  background: #002350;
}

@media screen and (max-width: 767px) {
  .voice .headingH3:after {
    height: 1px;
    width: 60px;
  }
}

.voice .headingH3 h2 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .voice .headingH3 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .voice .headingH3 h2 {
    font-size: 2.6rem;
  }
}

.voice .headingH3 h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .voice .headingH3 h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .voice .headingH3 h3 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .voice .headingH3.voice .headingH3_left::after {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .voice .voice-wrap.wrap {
    padding: 0;
  }
}
.voice .voice-wrap .voice .headingH3 {
  margin-bottom: 10px !important;
}

.voice .voice-wrap .txt-notes {
  font-size: 10px;
  margin-top: 32px !important;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .voice .voice-grid {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .voice .voice-grid .grid01_unit {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-grid .grid01_unit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-box {
    margin: 0 10px;
  }
}
.voice .voice-head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice .voice-head ._avata {
    height: 245px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .voice .voice-head ._avata img {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .voice .voice-head ._avata {
    width: 62.4074074074%;
  }
  .voice .voice-head ._avata img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-name {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .voice .voice-name {
    position: absolute;
    top: 82px;
    left: 47%;
    transform: translate(-12%, 0);
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-name {
    padding-top: 0;
  }
}
.voice .voice-name ._ttl {
  font-size: 3rem;
  white-space: normal;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

@media screen and (min-width: 768px) {
  .voice .voice-name ._ttl {
    line-height: 1.2;
    margin-bottom: 9px;
    width: 130%;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-name ._ttl {
    font-size: 2.2rem;
    width: 50%;
    position: absolute;
    top: 4vw;
    right: 0;
    line-height: 1.1;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.voice .voice-name ._ttl ._small01 {
  font-size: 20px;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .voice .voice-name ._ttl ._small01 {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
}
.voice .voice-name ._ttl ._small02 {
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .voice .voice-name ._ttl ._small02 {
    display: block;
    padding-top: 8px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.voice .voice-body {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .voice .voice-body {
    margin-top: 46px;
    font-size: 1.8rem;
  }
}
.voice .category-grid-wrap {
  position: relative;
  padding-bottom: 167px;
}

@media screen and (max-width: 767px) {
  .voice .category-grid-wrap {
    padding-bottom: 0;
  }
}
.voice .category-grid-wrap .category-grid {
  position: absolute;
  top: 0;
  left: -24px;
}

@media screen and (min-width: 768px) {
  .voice .category-grid-wrap .category-grid {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice .category-grid-wrap .category-grid {
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .voice .category-grid-wrap .category-grid ._row1 {
    margin-left: 13px;
    margin-bottom: 1px;
  }
}
.voice .category-grid-wrap .category-grid ._row2 {
  margin-left: -21px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .voice .category-grid-wrap .category-grid ._row2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice .category-grid-wrap .category-grid ._row1,
  .voice .category-grid-wrap .category-grid ._row2 {
    transform: translateY(-50%);
  }
}
.voice .category-item {
  color: #fff;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .voice .category-item {
    padding: 6px 20px;
    font-size: 1.6rem;
    margin-bottom: 3px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .voice .category-item {
    font-size: 1.2rem;
    padding: 3px 6px;
  }
}
.voice .category-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002350;
  transform: skew(-28deg);
  z-index: -1;
}

.voice .module-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 17px;
}

.voice .module-slider .slick-dots > li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.voice .module-slider .slick-dots > li button {
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #004697;
  border-radius: 50%;
  background: #fff;
  text-indent: -999px;
}

.voice .module-slider .slick-dots > li.slick-active button {
  background: #004697;
}

.voice .module-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: 0;
  display: block;
  width: 12px;
  height: 17px;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  background: transparent;
}

.voice .module-slider .slick-arrow.slick-next {
  right: 15px;
}

.voice .module-slider .slick-arrow.slick-prev {
  left: 15px;
  transform: rotate(180deg);
}

.voice .module-slider .slick-arrow::before {
  content: "\e900";
  color: #004697;
  font-size: 17px;
  line-height: 1;
  font-family: "icon";
}

@media screen and (min-width: 768px) {
  .voice .module-slider.slick-slider {
    margin: 0 -50px 0 -50px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .voice .module-slider {
    position: relative;
}
}

@media screen and (min-width: 768px) {
  .voice .slick-slide > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.voice .slick-slide .voice-name ._ttl {
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .voice .slick-slide .voice-name ._ttl {
    width: 115%;
    line-height: 1.2;
    margin-bottom: 9px;
  }
  .voice .slick-slide .voice-name ._ttl span._small02 {
    display: inline-block;
  }
}
