@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.page_head
------------------------------ */
@media screen and (min-width: 769px) {
  .page_head .page_ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 630px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_head_img img {
    object-position: 25% center;
  }
}

/* ------------------------------
	.voice
------------------------------ */
.voice {
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 50px 0 50px;
  }
}
.voice .lead {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .voice .lead {
    padding: 0 0 50px;
  }
}
.voice .lead .sec_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .voice .lead .sec_ttl {
    margin-bottom: 20px;
  }
}
.voice .voice_wrap {
  position: relative;
  padding: 110px 0 115px;
  background: #F8F8F8;
  border-radius: 200px 0 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .voice .voice_wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap {
    padding: 50px 0;
    border-radius: 100px 0 100px 0;
  }
}
.voice .voice_wrap .wrap {
  position: relative;
}
.voice .voice_wrap .ball01 {
  top: -47px;
  left: -115px;
}
.voice .voice_wrap .ball02 {
  top: calc(90% - 287px);
  left: -110px;
  width: 287px;
  height: 287px;
}
.voice .voice_wrap .ball03 {
  bottom: 135px;
  right: -135px;
  width: 487px;
  height: 487px;
}
.voice .voice_wrap .pager {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .pager {
    margin-top: 50px;
  }
}
.voice .voice_wrap .voice_list {
  position: relative;
  z-index: 2;
}
.voice .voice_wrap .voice_list .voice_item {
  display: flex;
  width: 100%;
  padding: 30px 50px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_list .voice_item {
    display: block;
    padding: 20px 4%;
  }
}
.voice .voice_wrap .voice_list .voice_item + .voice_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_list .voice_item + .voice_item {
    margin-top: 40px;
  }
}
.voice .voice_wrap .voice_list .voice_item .img {
  flex-shrink: 0;
  position: relative;
  width: 400px;
  height: 280px;
  margin-right: 58px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_list .voice_item .img {
    width: 100%;
    height: auto;
    padding-top: 70%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.voice .voice_wrap .voice_list .voice_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .voice_wrap .voice_list .voice_item .txt_box {
  width: 100%;
}
.voice .voice_wrap .voice_list .voice_item .txt_box .voice_txt {
  font-size: 1.8rem;
  color: #4A5771;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_list .voice_item .txt_box .voice_txt {
    font-size: 1.5rem;
  }
}
.voice .voice_wrap .voice_list .voice_item .txt_box .voice_txt:nth-child(1) {
  margin-bottom: 15px;
}
.voice .voice_wrap .voice_list .voice_item .txt_box .voice_txt + .voice_txt {
  margin-top: 8px;
}
.voice .voice_wrap .voice_list .voice_item .txt_box .txt {
  margin-top: 30px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .voice .voice_wrap .voice_list .voice_item .txt_box .txt {
    margin-top: 15px;
  }
}
.voice .voice_wrap .voice_list .voice_item .txt_box .btn {
  margin-top: 15px;
}
.voice .bnr_box {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .voice .bnr_box {
    padding: 50px 0 0;
  }
}
.voice .bnr_box .ttl {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .voice .bnr_box .ttl {
    font-size: 1.8rem;
  }
}
.voice .bnr_box .bnr_btn {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .bnr_box .bnr_btn {
    width: 100%;
  }
}

/* ------------------------------
	.voice_details
------------------------------ */
.voice_details {
  position: relative;
  padding: 90px 0 110px;
}
@media screen and (max-width: 768px) {
  .voice_details {
    padding: 50px 0 50px;
  }
}
.voice_details::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #F6F6F6 url(../img/voice/bg01.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 1920px) {
  .voice_details::before {
    background-size: 1920px;
  }
}
.voice_details .voice_head {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.voice_details .voice_head .img {
  width: calc(50% + 247px);
  height: 700px;
  border-radius: 0 500px 500px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_head .img {
    width: 96%;
    height: 300px;
  }
}
.voice_details .voice_head .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_details .voice_head .txt_box {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(50% - 76px);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 676px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_head .txt_box {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: -20px;
  }
}
.voice_details .voice_head .txt_box .ttl {
  margin-bottom: 30px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: #4A5771;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_head .txt_box .ttl {
    padding: 0 4%;
    font-size: 6rem;
    margin-bottom: 10px;
  }
}
.voice_details .voice_head .txt_box .txt {
  padding: 30px 0 30px 45px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #30283D;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_head .txt_box .txt {
    padding: 0 4%;
    font-size: 2rem;
  }
}
.voice_details .wrap {
  position: relative;
  z-index: 2;
}
.voice_details .voice_ttl_box {
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 75px;
  margin-bottom: 80px;
  background: #4A5771;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box {
    display: block;
    padding: 20px 20px;
    margin-bottom: 50px;
    margin-right: -4vw;
  }
}
.voice_details .voice_ttl_box .ttl_box {
  flex-shrink: 0;
  width: 440px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .ttl_box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.voice_details .voice_ttl_box .ttl_box .ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .ttl_box .ttl {
    font-size: 1.8rem;
  }
}
.voice_details .voice_ttl_box .ttl_box .name_txt {
  margin-top: 10px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .ttl_box .name_txt {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.voice_details .voice_ttl_box .ttl_box .name_txt .min {
  display: inline-block;
  font-size: 1.7rem;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .ttl_box .name_txt .min {
    font-size: 1.5rem;
  }
}
.voice_details .voice_ttl_box .txt_box .txt {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .txt_box .txt {
    font-size: 1.5rem;
  }
}
.voice_details .voice_ttl_box .txt_box .flex {
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
}
.voice_details .voice_ttl_box .txt_box .flex .txt + .txt {
  margin-left: 35px;
  padding-left: 35px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_ttl_box .txt_box .flex .txt + .txt {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.voice_details .voice_cnt + .voice_cnt {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt + .voice_cnt {
    margin-top: 50px;
  }
}
.voice_details .voice_cnt:nth-child(even) .txt_wrap {
  margin-left: auto;
}
.voice_details .voice_cnt .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .flex {
    display: block;
  }
}
.voice_details .voice_cnt .flex .round_img_box {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 550px;
  height: 550px;
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .flex .round_img_box {
    width: 80vw;
    height: 80vw;
    margin: calc(2vw + 20px) auto 0;
  }
}
.voice_details .voice_cnt .flex .round_img_box::before {
  position: absolute;
  top: -19px;
  right: -57px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #EB5504;
  opacity: 0.2;
  border-radius: 50%;
  pointer-events: none;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .flex .round_img_box::before {
    top: -2vw;
    right: -4vw;
  }
}
.voice_details .voice_cnt .flex .round_img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.voice_details .voice_cnt .flex .round_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_details .voice_cnt .txt_wrap {
  max-width: 808px;
}
.voice_details .voice_cnt .txt_wrap + .txt_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .txt_wrap + .txt_wrap {
    margin-top: 30px;
  }
}
.voice_details .voice_cnt .txt_wrap .ttl {
  padding-bottom: 10px;
  margin-bottom: 36px;
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #30283D;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .txt_wrap .ttl {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.voice_details .voice_cnt .txt_wrap .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 35px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .txt_wrap .txt_box {
    padding: 30px 20px;
  }
}
.voice_details .voice_cnt .txt_wrap .txt_box .txt {
  font-weight: 300;
}
.voice_details .voice_cnt .img {
  position: relative;
  width: 100%;
  padding-top: 46.667%;
  margin-top: 100px;
  margin-bottom: 20px;
  border-radius: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice_details .voice_cnt .img {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.voice_details .voice_cnt .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_details .btn_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .voice_details .btn_box {
    margin-top: 50px;
  }
}
.voice_details .btn_box .btn a {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .voice_details .btn_box .btn a {
    width: 280px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .voice_details .btn_box .btn a {
    height: 40px;
    padding: 0 12px;
    font-size: 1.3rem;
  }
}
.voice_details .btn_box .btn.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.voice_details .btn_box .btn.next {
  position: absolute;
  top: 0;
  right: 0;
}