@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	zeh
----------------------------------------------------------------------------------------------*/

.page_mv {
  width: 100%;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.page_mv_ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 5%;
  display: flex;
  align-items: center;
  padding-top: 140px;
}

.page_mv_ttl_in {
  position: relative;
}

.page_mv_ttl img {
  z-index: 1;
  position: relative;
}


/* home_contents */
.l-row {
  position: relative;
}

.data_notes {
  font-size: 10px;
  text-align: justify;
}

.u-small {
  font-size: .7em;
}


.voice_sec01_ttl01 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin-top: 100px;
}

.voice_case {
  width: clamp(200px, 90%, 1280px);
  margin-inline: auto;
  position: relative;
  margin-top: 100px;
  padding-bottom: 30px;
}

.voice_case.voice_blue {
  background-color: #E9F0F3;
}

.voice_case.voice_green {
  background-color: #EFF4E8;
}

.voice_case_in {
  padding: 66px 7.8% 20px;
  position: relative;
}

.voice_case_txt {
  display: flex;
  justify-content: space-between;
}

.voice_case_t01 {
  flex: 1;
}

.voice_case_img {
  width: 28%;
}

.voice_case_t02 {
  font-size: 22px;
  line-height: 2;
  margin-top: 2em;
  text-align: justify;
}

.voice_point {
  color: #9a0038;
  font-weight: bold;
}

.my_favorite {
  position: relative;
  padding: 0 7.8% 60px;
  margin-top: 1em;
}

.my_favorite.my_favorite_blue::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 4%;
  width: 96%;
  height: 90%;
  background-color: #D4E1E8;
  z-index: -1;
}

.my_favorite.my_favorite_green::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 4%;
  width: 96%;
  height: 90%;
  background-color: #E0E9D3;
  z-index: -1;
}


@media (max-width: 768px) {
  .page_mv {
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
  }

  .page_mv_ttl {
    padding: 0 5% 10%;
    left: 0;
    align-items: end;
  }

  .page_mv_ttl_in {
    position: relative;
    padding: 0 5%;
  }

  .page_mv_ttl img {
    z-index: 1;
    position: relative;
  }


  /* home_contents */
  .l-row {
    position: relative;
  }


  .data_notes {
    font-size: 10px;
    text-align: justify;
  }

  .voice_sec01_ttl01 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 40px;
  }

  .voice_case {
    width: 100%;
    margin-inline: auto;
    position: relative;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .voice_case_in {
    padding: 50px 5% 20px;
    position: relative;
  }

  .voice_case_txt {
    display: flex;
    justify-content: space-between;
  }

  .voice_case_t01 {
    flex: 1;
  }

  .voice_case_t01 img {
    height: 51vw;
    width: auto;
  }

  .voice_case_img {
    width: 80%;
    margin-inline: auto;
    margin-top: 30px;
  }

  .voice_case_t02 {
    font-size: 16px;
    line-height: 2;
    margin-top: 2em;
    text-align: justify;
  }

  .my_favorite {
    position: relative;
    padding: 0 10% 20px;
    margin-top: 1em;
  }

  .my_favorite.my_favorite_blue::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 4%;
    width: 96%;
    height: 90%;
    background-color: #D4E1E8;
    z-index: -1;
  }

  .my_favorite.my_favorite_green::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 4%;
    width: 96%;
    height: 90%;
    background-color: #E0E9D3;
    z-index: -1;
  }


}



.page-back-btn {
  width: 325px;
  margin-inline: auto;
  margin-top: 60px;
}

.page-back-btn a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: 72px;
  line-height: 72px;
  background: #133D82;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page-back-btn a:hover {
  opacity: .7;
}

.page-back-btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0px;
  height: 0px;
  border-left: 6px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-back-btn.page-back-btn-2 {
  width: 90%;
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-back-btn-2 {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-back-btn-2 a {
  width: 325px;
}

.page-back-btn-2 a:nth-child(1) {
  background: #aa1a35;
}

.page-back-btn-2 a:nth-child(2) {
  background: #b49a5e;
}

@media (max-width: 768px) {

  .page-back-btn {
    width: 60%;
    margin-inline: auto;
    margin-top: 50px;
  }

  .page-back-btn a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }


  .page-back-btn.page-back-btn-2 {
    width: 60%;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .page-back-btn-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .page-back-btn-2 a {
    width: 100%;
  }


}