@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*社員紹介*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 0.695vw;
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.en {
  font-family: "Renner*", sans-serif;
}

@media screen and (min-width: 769px) {
  .voice .header__nav.-active {
    background: rgba(255, 255, 255, 0.6);
  }
}

.voice #pageTop {
  overflow: hidden;
}

.voice .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .voice .pc {
    display: none;
  }
}

.mv {
  max-height: 800px;
}

@media screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}

.mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mv .voice_info_top {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5%;
    text-align: right;
    margin-top: 50px;
  }
}

.mv .voice_info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8%;
}

@media screen and (max-width: 768px) {
  .mv .voice_info {
    width: 90%;
    border-radius: 0 40px 0 0;
    background-color: #fff;
    margin-left: 0;
    margin-right: auto;
    margin-top: -60px;
    padding: 20px 5%;
    z-index: 2;
  }
}

.mv .voice_info .info_ttl {
  font-size: 2.684rem;
  font-weight: bold;
  color: #009ee2;
  margin-bottom: 15px;
  letter-spacing: .07em;
}

@media screen and (max-width: 768px) {
  .mv .voice_info .info_ttl {
    font-size: 1.684rem;
    margin-bottom: 10px;
  }
}

.mv .voice_info .job_cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 55px;
  background-color: #009ee2;
  padding: 0 10px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .mv .voice_info .job_cat {
    height: 40px;
  }
}

.mv .voice_info .job_cat span {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv .voice_info .job_cat span {
    font-size: 2.0rem;
  }
}

.mv .voice_info .catch {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mv .voice_info .catch {
    margin-bottom: 15px;
  }
}

.mv .voice_info .catch .txt {
  font-size: 4.9rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .mv .voice_info .catch .txt {
    font-size: 2.4rem;
  }
}

.mv .voice_info .info_other {
  font-size: 2.048rem;
  color: #76767b;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mv .voice_info .info_other {
    font-size: 1.3rem;
  }
}

.mv .voice_info .info_other .date {
  display: inline-block;
  margin-right: 20px;
}

.mv .voice_mvImg {
  width: 50%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv .voice_mvImg {
    width: 90%;
    margin-top: 135px;
    margin-right: 0;
    margin-left: auto;
  }
}

.mv .voice_mvImg figure {
  border-radius: 0 0 0 72px;
  overflow: hidden;
  height: 100%;
  max-height: 800px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mv .voice_mvImg figure {
    border-radius: 40px 0 0 40px;
    max-height: 500px;
  }
}

.mv .voice_mvImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.mv .voice_mvImg .breadcrumb.-voice .breadcrumb__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .mv .voice_mvImg .breadcrumb.-voice {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.voice_jobabout {
  background-color: #eff0f5;
  padding: 145px 0 50px;
  margin-top: -90px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout {
    padding: 40px 0 50px;
    margin-top: 40px;
  }
}

.voice_jobabout_inner {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .voice_jobabout_inner {
    width: 90%;
  }
}

.voice_jobabout .sec_ttl {
  color: #009ee2;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .sec_ttl {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }
}

.voice_jobabout .desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 60px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .desc {
    font-size: 1.3rem;
  }
}

.voice_jobabout .job_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_jobabout .job_block .box_ttl {
  font-size: 2.4rem;
  color: #009ee2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block .box_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.voice_jobabout .job_block .job_point {
  background-color: #fff;
  border-radius: 20.5px;
  padding: 40px 3.1%;
  max-width: 576px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block .job_point {
    border-radius: 10px;
    padding: 25px 7%;
  }
}

.voice_jobabout .job_block .job_point_list_item {
  font-size: 1.8rem;
  position: relative;
  line-height: 1.7;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block .job_point_list_item {
    font-size: 1.3rem;
  }
}

.voice_jobabout .job_block .job_point_list_item:not(:last-child) {
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 15px;
}

.voice_jobabout .job_block .job_point_list_item:not(:first-child) {
  padding-top: 15px;
}

.voice_jobabout .job_block .job_point_list_item img {
  width: 19px;
  height: 19px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block .job_point_list_item img {
    width: 13px;
    height: 13px;
  }
}

.voice_jobabout .job_block .job_qualities {
  max-width: 379px;
  width: 100%;
  background-color: #fff;
  border-radius: 20.5px;
  padding: 40px 3.1%;
}

@media screen and (max-width: 768px) {
  .voice_jobabout .job_block .job_qualities {
    border-radius: 10px;
    padding: 25px 7%;
  }
}

.voice_jobabout .job_block .job_qualities .employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice_interview {
  overflow: hidden;
  background-color: #eff0f5;
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .voice_interview {
    padding-bottom: 35px;
  }
}

.voice_interview_inner {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #fff;
  border-radius: 0 0 100px 100px;
}

@media screen and (max-width: 768px) {
  .voice_interview_inner {
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 0 0 40px 40px;
  }
}

.voice_interview .interview_block .wrap .text_Box .box_info {
  margin-bottom: 30px;
}

.voice_interview .interview_block .wrap .text_Box .box_info .item_index {
  font-size: 2.4rem;
  font-weight: bold;
  color: #009ee2;
  margin-bottom: 10px;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block .wrap .text_Box .box_info .item_index {
    font-size: 1.4rem;
  }
}

.voice_interview .interview_block .wrap .text_Box .box_info .item_ttl {
  font-size: 3.7rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block .wrap .text_Box .box_info .item_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.voice_interview .interview_block .wrap .text_Box .detail {
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block .wrap .text_Box .detail {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.voice_interview .interview_block .wrap .img_box figure {
  overflow: hidden;
  border-radius: 45.5px;
}

.voice_interview .interview_block.right {
  max-width: 1130px;
  width: 95%;
  margin: 0 auto 130px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.right {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.voice_interview .interview_block.right .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.right .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_interview .interview_block.right .wrap .text_Box {
  width: 56%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4.9%;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.right .wrap .text_Box {
    width: 90%;
    margin: 0 auto;
  }
}

.voice_interview .interview_block.right .wrap .img_box {
  width: 44%;
  position: relative;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.right .wrap .img_box {
    width: 95%;
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
  }
}

.voice_interview .interview_block.right .wrap .img_box figure {
  overflow: hidden;
  border-radius: 45.5px 0 0 45.5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 45vw;
  max-width: 760px;
}

@media screen and (min-width: 1650px) {
  .voice_interview .interview_block.right .wrap .img_box figure {
    border-radius: 45.5px;
  }
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.right .wrap .img_box figure {
    width: 100%;
    border-radius: 30px 0 0 30px;
    height: 100%;
    min-height: 240px;
  }
}

.voice_interview .interview_block.right .wrap .img_box figure img {
  width: 100%;
}

.voice_interview .interview_block.center {
  max-width: 1130px;
  width: 95%;
  margin: 0 auto 130px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.center {
    width: 90%;
    margin: 0 auto 60px;
  }
}

.voice_interview .interview_block.center .wrap {
  display: block;
}

.voice_interview .interview_block.center .wrap .text_Box .detail {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.center .wrap .text_Box .detail {
    margin-bottom: 30px;
  }
}

.voice_interview .interview_block.center .wrap .img_box figure {
  overflow: hidden;
  border-radius: 39.5px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.center .wrap .img_box figure {
    border-radius: 20px;
    min-height: 240px;
    height: 100%;
  }
}

.voice_interview .interview_block.center .wrap .img_box figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.center .wrap .img_box figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
}

.voice_interview .interview_block.left {
  max-width: 1130px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.left {
    width: 100%;
  }
}

.voice_interview .interview_block.left .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.left .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_interview .interview_block.left .wrap .text_Box {
  width: 56%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4.9%;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.left .wrap .text_Box {
    width: 90%;
    margin: 0 auto;
  }
}

.voice_interview .interview_block.left .wrap .img_box {
  width: 44%;
  position: relative;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.left .wrap .img_box {
    width: 95%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }
}

.voice_interview .interview_block.left .wrap .img_box figure {
  overflow: hidden;
  border-radius: 0 61.5px 61.5px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
  max-width: 760px;
}

@media screen and (min-width: 1650px) {
  .voice_interview .interview_block.left .wrap .img_box figure {
    border-radius: 61.5px;
  }
}

@media screen and (max-width: 768px) {
  .voice_interview .interview_block.left .wrap .img_box figure {
    width: 100%;
    border-radius: 0 30px 30px 0;
    height: 100%;
    min-height: 240px;
  }
}

.voice_interview .interview_block.left .wrap .img_box figure img {
  width: 100%;
}

.voice_movie {
  background-color: #eff0f5;
  padding-top: 50px;
  padding-bottom: 115px;
  margin-top: -115px;
}

@media screen and (max-width: 768px) {
  .voice_movie {
    padding-bottom: 35px;
    margin-top: -35px;
  }
}

.voice_movie .flowing_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0 0 20px;
}

.voice_movie .flowing_txt .text {
  color: #fff;
  font-size: 8.9rem;
  font-weight: bold;
  display: inline-block;
  -webkit-animation: flow 80s linear infinite;
          animation: flow 80s linear infinite;
}

@media screen and (max-width: 768px) {
  .voice_movie .flowing_txt .text {
    font-size: 4.5rem;
  }
}

.voice_movie .flowing_txt .text span {
  display: inline-block;
  padding-right: 2rem;
  letter-spacing: 0.06em;
}

.voice_movie .box_ttl {
  font-size: 3.8rem;
  text-align: center;
  font-weight: normal;
  margin-top: -50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .voice_movie .box_ttl {
    font-size: 2.0rem;
    margin-top: -34px;
  }
}

.voice_movie .movie_box {
  max-width: 860px;
  aspect-ratio: 16 / 9;
  background-color: #000;
  margin: 40px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .voice_movie .movie_box {
    max-width: 90%;
    border-radius: 10px;
    margin: 20px auto 0;
  }
}

.voice_like {
  background-color: #002d78;
  padding: 65px 0 333px;
}

@media screen and (max-width: 768px) {
  .voice_like {
    padding: 40px 0 80px;
  }
}

.voice_like .box_ttl {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .voice_like .box_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.voice_like .box_ttl .human_icon {
  max-width: 41px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .voice_like .box_ttl .human_icon {
    max-width: 18px;
    margin-right: 10px;
  }
}

.voice_like .box_ttl .text_icon {
  max-width: 110px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .voice_like .box_ttl .text_icon {
    max-width: 60px;
    margin-top: -7px;
  }
}

.voice_like .like_Box {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin: 0 auto;
}

.voice_like .like_Box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.voice_like .like_Box .wrap .slide_item {
  background-color: #fff;
  border-radius: 31.5px;
  max-width: 500px;
  width: calc(100% / 3);
  padding: 2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .wrap .slide_item {
    border-radius: 12px;
    padding: 1.5% 2%;
  }
}

.voice_like .like_Box .wrap .slide_item .slide_ttl {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
  color: #002d78;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #b5b5b5;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .wrap .slide_item .slide_ttl {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.voice_like .like_Box .wrap .slide_item .slide_detail {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: .07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .wrap .slide_item .slide_detail {
    font-size: 1.3rem;
  }
}

.voice_like .like_Box .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  width: 44%;
  max-width: 630px;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .controls {
    width: 98%;
  }
}

.voice_like .like_Box .controls .control_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #002d78;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  cursor: pointer;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .controls .control_btn {
    width: 35px;
    height: 35px;
  }
}

.voice_like .like_Box .controls .control_btn.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}

.voice_like .like_Box .controls .control_btn.disabled:hover {
  background-color: #002d78;
}

.voice_like .like_Box .controls .control_btn:hover {
  background-color: #009ee2;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .controls .control_btn:hover {
    background-color: #002d78;
  }
}

.voice_like .like_Box .controls .control_btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 55%;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .controls .control_btn::before {
    width: 8px;
    height: 8px;
  }
}

.voice_like .like_Box .controls .control_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .voice_like .like_Box .controls .control_btn::after {
    width: 16px;
  }
}

.voice_like .like_Box .controls .control_btn#nextBtn::before {
  left: 45%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.voice_like .like_Box .controls .control_btn#prevBtn::before {
  left: 31%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.voice_oneday {
  width: 90%;
  background-color: #e8f4f7;
  border-radius: 0 55px 55px 0;
  padding: 100px 0 100px;
  margin-top: -173px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .voice_oneday {
    border-radius: 0 25px 25px 0;
    width: 97%;
    padding: 40px 0 40px;
    margin-bottom: 60px;
    margin-top: -40px;
  }
}

.voice_oneday_inner {
  background-color: #fff;
  border-radius: 36.5px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 5%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 45, 120, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 45, 120, 0.15);
}

@media screen and (max-width: 768px) {
  .voice_oneday_inner {
    border-radius: 10px;
    width: 90%;
    padding: 30px 5% 10px;
  }
}

.voice_oneday .box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .voice_oneday .box_ttl {
    margin-bottom: 30px;
  }
}

.voice_oneday .box_ttl .en_ttl {
  font-size: 1.8rem;
  color: #009ee2;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice_oneday .box_ttl .en_ttl {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.voice_oneday .box_ttl .ja_ttl {
  font-size: 3.8rem;
  color: #002d78;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .voice_oneday .box_ttl .ja_ttl {
    font-size: 2.2rem;
  }
}

.voice_oneday .oneday_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 2% 24px 1%;
  border-top: 1px dashed #b5b5b5;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  .voice_oneday .oneday_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.voice_oneday .oneday_list_item .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 274px;
          flex: 0 0 274px;
}

@media screen and (max-width: 768px) {
  .voice_oneday .oneday_list_item .item_info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 10px;
  }
}

.voice_oneday .oneday_list_item .item_info .time {
  background-color: #009ee2;
  border-radius: 10.8px;
  height: 21.6px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  .voice_oneday .oneday_list_item .item_info .time {
    font-size: 1.3rem;
    height: 17.6px;
    width: 50px;
  }
}

.voice_oneday .oneday_list_item .item_info .ttl {
  font-size: 1.5rem;
  color: #009ee2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .voice_oneday .oneday_list_item .item_info .ttl {
    font-size: 1.5rem;
  }
}

.voice_oneday .oneday_list_item .desc {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .voice_oneday .oneday_list_item .desc {
    font-size: 1.2rem;
  }
}

/* 共通スライド */
.voice_other {
  padding-bottom: 126px;
  padding-left: 3%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .voice_other {
    padding-bottom: 60px;
  }
}

.voice_other .box_ttl {
  font-size: 8.0rem;
  font-weight: bold;
  color: #f4f4f4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice_other .box_ttl {
    font-size: 3.0rem;
  }
}

.voice_other .box_ttl span {
  letter-spacing: 0.06em;
}

.voice_other .voice_other_slide {
  margin-left: 11%;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide {
    margin-left: 5%;
  }
}

.voice_other .voice_other_slide .group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice_other .voice_other_slide .group .voice_other_ttl {
  color: #009ee2;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide .group .voice_other_ttl {
    font-size: 2.2rem;
  }
}

.voice_other .voice_other_slide .group .control_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide .group .control_box {
    gap: 0 13px;
    margin-left: 20px;
  }
}

.voice_other .voice_other_slide .group .control_box .control-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #009ee2;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide .group .control_box .control-button {
    width: 32px;
    height: 32px;
  }
}

.voice_other .voice_other_slide .group .control_box .control-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.voice_other .voice_other_slide .group .control_box .control-button:hover {
  background-color: #009ee2;
}

.voice_other .voice_other_slide .group .control_box .control-button:hover::after {
  background: #fff;
}

.voice_other .voice_other_slide .group .control_box .control-button:hover.next-button::before {
  left: 42%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.voice_other .voice_other_slide .group .control_box .control-button:hover.prev-button::before {
  left: 31%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.voice_other .voice_other_slide .group .control_box .control-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 56%;
  width: 11px;
  height: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide .group .control_box .control-button::before {
    top: 55%;
    width: 7px;
    height: 7px;
  }
}

.voice_other .voice_other_slide .group .control_box .control-button::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 1px;
  background: #009ee2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .voice_other .voice_other_slide .group .control_box .control-button::after {
    width: 13px;
  }
}

.voice_other .voice_other_slide .group .control_box .control-button.next-button::before {
  left: 42%;
  border-top: 1px solid #009ee2;
  border-right: 1px solid #009ee2;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.voice_other .voice_other_slide .group .control_box .control-button.prev-button::before {
  left: 31%;
  border-bottom: 1px solid #009ee2;
  border-left: 1px solid #009ee2;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.voice_other .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}

@media screen and (max-width: 768px) {
  .voice_other .wrap {
    gap: 0 30px;
  }
}

.voice_other .wrap .voice_other_item {
  min-width: 333px;
  max-width: 333px;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 45, 120, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 45, 120, 0.15);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .voice_other .wrap .voice_other_item {
    min-width: 230px;
    border-radius: 12px;
  }
}

.voice_other .wrap .voice_other_item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.voice_other .wrap .voice_other_item:hover figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.7;
}

.voice_other .wrap .voice_other_item a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

.voice_other .wrap .voice_other_item a figure {
  width: 100%;
  aspect-ratio: 1 / 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  background-color: #000;
}

.voice_other .wrap .voice_other_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.voice_other .wrap .voice_other_item a .voice_info {
  padding: 7% 3% 35px 7%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .voice_other .wrap .voice_other_item a .voice_info {
    padding: 7% 3% 15px 7%;
  }
}

.voice_other .wrap .voice_other_item a .voice_info .job_cat {
  background-color: #808080;
  color: #fff;
  font-size: 2.1rem;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .voice_other .wrap .voice_other_item a .voice_info .job_cat {
    font-size: 1.2rem;
    height: 21px;
    padding: 0 6px;
    margin-bottom: 6px;
  }
}

.voice_other .wrap .voice_other_item a .voice_info .voice_name {
  font-size: 2.8rem;
  color: #434343;
}

@media screen and (max-width: 768px) {
  .voice_other .wrap .voice_other_item a .voice_info .voice_name {
    font-size: 1.8rem;
  }
}

@media (hover: none) and (pointer: coarse) {
  .voice_other .voice_other_item:hover {
    background-color: inherit;
    /* 例：hoverのスタイルを元に戻す */
    -webkit-transform: none;
            transform: none;
    /* 必要に応じてhover時のアニメーションも無効化 */
  }
}

/* 流れ続けるテキストアニメーション */
@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* スクロールアニメーション */
.aniTxt_left, .aniTxt_bottom, .aniTxt_top {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-visible.aniTxt_left {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.is-visible.aniTxt_bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.is-visible.aniTxt_top {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* 左から少し入るアニメーション */
.aniTxt_left {
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
}

/* 下から少し入るアニメーション */
.aniTxt_bottom {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.aniTxt_top {
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

.aniTxt_mask {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1), clip-path 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1), clip-path 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* スクロールで表示された状態 */
.is-visible.aniTxt_mask {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  /* アニメーションでマスク解除 */
}

/* 画像 */
.aniImg_zoom {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-visible.aniImg_zoom {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=voice.css.map */