@charset "UTF-8";
/* Scss Document */
.page-title {
  font-size: 2.6875rem;
  line-height: 1.628;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 50px 30px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.375rem;
    line-height: 1.591;
    letter-spacing: 0.1em;
    margin: 0 30px 40px;
  }
}

#voice {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  #voice {
    padding: 0 15px;
  }
}
#voice h3.title {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 2.5rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #voice h3.title {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}
#voice .voice-lead {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice .voice-lead {
    font-size: 1rem;
    line-height: 2.188;
    letter-spacing: 0;
  }
}
#voice .voice-wrap .fukidashi-left {
  margin: 0 0 0 40px;
  padding: 30px;
  background: #FBECE0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .fukidashi-left {
    padding: 9px;
    margin: 0 0 0 10px;
  }
}
#voice .voice-wrap .fukidashi-left::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10px;
  border: 20px solid transparent;
  border-right: 30px solid #FBECE0;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .fukidashi-left::before {
    left: -17px;
    border: 13px solid transparent;
    border-right: 22px solid #FBECE0;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .face {
    padding-right: 10px;
  }
}
#voice .voice-wrap .lead {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .lead {
    font-size: 0.875rem;
  }
}
#voice .voice-wrap .lead.bold {
  font-weight: bold;
}
#voice .voice-wrap .lead.normal {
  margin: 20px 0;
}
@media screen and (max-width: 575px) {
  #voice .voice-wrap .lead.normal {
    margin: 10px 0;
  }
}
#voice .voice-wrap .enquete p {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete p {
    font-size: 1rem;
  }
}
#voice .voice-wrap .enquete .bnr-area {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete .bnr-area {
    font-size: 0.875rem;
    display: block;
    padding: 10px;
  }
}
#voice .voice-wrap .enquete .bnr-area img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete .bnr-area img {
    margin-top: 5px;
  }
}
#voice .voice-wrap .enquete .pdf-area {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete .pdf-area {
    font-size: 1rem;
  }
}
#voice .voice-wrap .enquete .pdf-area .data {
  width: 32%;
  border: solid 1px #a0a0a0;
  text-align: center;
  border-radius: 5px;
  padding: 21px 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  #voice .voice-wrap .enquete .pdf-area .data {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete .pdf-area .data {
    width: 100%;
    padding: 12px 0;
  }
}
#voice .voice-wrap .enquete .pdf-area img {
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .enquete .pdf-area img {
    padding: 0 10px 0 0;
  }
}
#voice .voice-wrap .enquete .pdf-area a {
  text-decoration: none;
  color: #333;
}
#voice .voice-wrap .voice-title {
  border-left: solid 5px #44af35;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.458;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #voice .voice-wrap .voice-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  #voice .voice-wrap .voice-title {
    margin-bottom: 0;
  }
}

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

.tab-label {
  font-size: 1.25rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  order: -1;
  width: 23.5%;
  height: 100px;
  text-align: center;
  border: solid 1px #A0A0A0;
  border-radius: 5px;
  margin: 0 0 30px;
  position: relative;
}
.tab-label::after {
  font-size: 1.125rem;
  line-height: 1.556;
  letter-spacing: 0.05em;
  font-family: "font Awesome 5 free";
  content: "\▶︎";
  position: absolute;
  margin-left: 80%;
}
@media screen and (max-width: 991px) {
  .tab-label {
    font-size: 1rem;
    width: 49%;
    vertical-align: middle;
    padding: 0 0 20px 0;
    margin: 0 0 20px;
  }
  .tab-label::after {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.1em;
    top: 65%;
    left: -30%;
  }
}

.tab-content {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: rgba(238, 238, 238, 0.3);
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-list {
    border-bottom: solid 1px #a0a0a0;
    padding: 0 0 20px;
  }
}
.home-list a {
  color: #333;
  text-decoration: none;
}
.home-list .home-btn {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  border: solid 1px;
  padding: 5px 8px;
}
@media screen and (max-width: 767px) {
  .home-list .home-btn {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.home-list .home-name {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .home-list .home-name {
    font-size: 1.125rem;
    line-height: 1.556;
    margin: 0 0 0 40px;
  }
}
.home-list .home-name p {
  margin: 10px 0 0;
}
.home-list::before {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "font Awesome 5 free";
  content: "\▶︎";
  font-weight: bold;
  position: relative;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .home-list::before {
    margin: 0 0 0 10px;
  }
}
