<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagenation_f {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.5rem 0;
  margin-bottom: 1rem;
}

.pagenation_f li + li {
  border-left: 1px solid #a7a7a7;
}

.pagenation_f li a {
  padding: 7px;
  aspect-ratio: 1/1;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}

.pagenation_f li span, .pagenation_f li .active {
  font-size: 14px;
  padding: 7px;
  aspect-ratio: 1/1;
  line-height: 1;
  color: #a7a7a7;
}

.br {
  display: block;
}

.voice #main_ph .bg_fx_voice::after {
  background-image: url(/images/voice/main_bk.jpg);
  background-position: center;
}

/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
  .voice .pickup_area .pickup_box {
    margin-top: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
  }
  .voice .pickup_area .pickup_box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  .voice .pickup_area .pickup_box a .left {
    width: 26%;
    position: relative;
  }
  .voice .pickup_area .pickup_box a .left::after {
    content: "";
    display: inline-block;
    width: 30%;
    min-width: 50px;
    aspect-ratio: 1/1;
    height: auto;
    background: url(/images/page/main_icon_02.png) bottom center/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-20%, 10%);
  }
  .voice .pickup_area .pickup_box a .right {
    width: 72%;
  }
  .voice .pickup_area .pickup_box a .right h2 {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);
    font-weight: bold;
    color: #3e3a39;
    margin-bottom: 1em;
  }
  .voice .pickup_area .pickup_box a .right .text {
    margin-bottom: 1rem;
  }
  .voice .pickup_area .pickup_box a .right .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);
  }
  .voice .pickup_area .pickup_box a .right .flex {
    display: flex;
    align-items: stretch;
    grid-gap: 0.5rem;
  }
  .voice .pickup_area .pickup_box a .right .flex figure {
    overflow: hidden;
  }
  .voice .pickup_area .pickup_box a .right .flex figure img {
    width: auto;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
       max-width: 100%;
  }
  .voice .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice .voice_area .voice_list .voice_box {
    width: calc(25% - 0.75rem);
    border: 1px solid #a7a7a7;
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .voice .voice_area .voice_list .voice_box .name {
    padding: 0.25rem 1rem;
    font-size: clamp(1rem, 0.738rem + 0.81vw, 1.125rem);
    color: #3e3a39;
    background-color: #e2efdf;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .name .symbol {
    width: 10%;
    min-width: 2rem;
    position: absolute;
    top: 30%;
    right: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure img {
    width: 80%;
  }
  .voice .voice_area .voice_list .voice_box .txt {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .button {
    color: #fff;
    font-weight: bold;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    background-color: #6fb92c;
    transition: all 0.5s;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .voice .voice_area .voice_list .voice_box:hover .button {
    color: #6fb92c;
    background-color: #e2efdf;
  }


  /* 荳隕ｧver02 */
  .voice02 .top_menu {
    margin-bottom: clamp(2.25rem, 1.585rem + 2.05vw, 3.375rem);
  }
  .voice02 .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice02 .voice_area .voice_list .voice_list_box {
    width: calc(50% - 0.5rem);
    border: 3px solid #6fb92c;
    background-color: #fff;
    padding-bottom: 1rem;
    background-color: #fffbf3;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 {
    padding: .5em 1rem;
    background-color: #e2efdf;
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 .manager_name {
    font-size: 16px;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure {
    margin: 1rem auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 300px;
    width: 96%;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure img {
    height: 100%;
    object-fit: contain;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    padding: 0 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .voice02 .voice_area .voice_list .voice_list_box .button {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: .5rem 1rem;
    background-color: #6fb92c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: all .5s;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover {
    opacity: 1;
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover figure img {
    transform: scale(1.1);
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover .button {
    background-color: #CC3248;
  }

    /* 隧ｳ邏ｰver02 */
  .voice02 .voice_detail  {
    border: 3px solid #6fb92c;
    background-color: #fff;
    padding-bottom: 1rem;
    background-color: #fffbf3;
    transition: all .5s;
    margin-bottom: 1.5rem;
  }
  .voice02 .voice_detail h3 {
    padding: .5em 1rem;
    background-color: #e2efdf;
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    display: flex;
    grid-gap: .25rem;
    align-items: center;
  }
  .voice02 .voice_detail h3::before {
    content: "";
    display: inline-block;
    width: 2rem;
    min-width: 2rem;
    aspect-ratio: 60/35;
    background: url(/images/voice/icon_voice02.svg) center/100% no-repeat;
  }
  .voice02 .voice_detail figure {
    margin: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .voice02 .voice_detail figure img {
    /* max-width: 800px; */
    max-height: 360px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all .5s;
  }
  .voice02 .voice_detail .detail_box {
    padding: 1rem;
    background-color: #fff;
    width: 90%;
    margin: 0 auto 1rem;
  }
  .voice02 .voice_detail .detail_box .tit {
    background-color: #6fb92c;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .voice02 .voice_detail .detail_box .text {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .voice02 .voice_detail .detail_box dl {
    padding: 1rem;
  }
  .voice02 .voice_detail .detail_box dl dt {
    padding: .5rem 1rem;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    background-color: #e2efdf;
    margin-bottom: .25rem;
  }
  .voice02 .voice_detail .detail_box dl dd {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
    margin-bottom: 1.5rem;
    padding: 0rem 1rem;
  }
  .voice02 .voice_detail .manager_box {
    padding: 1rem;
    background-color: #fff;
    width: 90%;
    margin: 0 auto 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 1rem;
  }
  .voice02 .voice_detail .manager_box .manager_tit {
    width: 100%;
    padding: .5rem 1rem;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);
    margin-bottom: .25rem;
    color: #6fb92c;
    border-left: 10px solid #6fb92c;
    border-bottom: 1px solid #6fb92c;
    font-weight: bold;
    order: 1;
  }
  .voice02 .voice_detail .manager_box .manager_text {
    font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
    width: calc(100% - 1rem - 200px);
    order: 3;
  }
  .voice02 .voice_detail .manager_box .manager_image {
    margin: 0;
    max-width: 200px;
    order: 2;
  }
  .voice02 .voice_detail .last {
    background-color: #6fb92c;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center;
  }
  .voice02 .button02 {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .voice02 .button02 a {
    display: block;
    padding: .5rem 1rem;
    background-color: #6fb92c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: all .5s;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
  }
  .voice02 .button02 a:hover {
    background-color: #ca050f;
  }


  .voice .voice_detail .questionnaire_pre{
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 {
    padding: 1rem 5%;
    background-color: #6fb92c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: max(2vw,2rem);
  }
  .voice .voice_detail .questionnaire_pre h2 .tit {
    display: flex;
    align-items: center;
    grid-gap: .25rem;
  }
  .voice .voice_detail .questionnaire_pre h2 .tit img {
    width: clamp(1.875rem, -2.056rem + 12.1vw, 3.75rem);/*30~60px(520~768px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 .tit .txt {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre h2 .name {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre figure {
    border: 8px solid #a7a7a7;
    padding: 1rem;
  }
  .voice .voice_detail .staff {
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .staff h3 {
    font-size: clamp(1.125rem, 0.83rem + 0.91vw, 1.625rem);/*18~26px(520~1400px)*/
    color: #006536;
    margin-bottom: 1rem;
  }
  .voice .voice_detail .staff .staff_box {
    border: 8px solid #6fb92c;
    padding: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    grid-gap: clamp(1rem, -0.048rem + 3.23vw, 1.5rem) 2rem;/*16~24px(520~768px)*/
  }
  .voice .voice_detail .staff .staff_box .catch {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #333;
    width: 100%;
  }
  .voice .voice_detail .staff .staff_box .staff_photo {
    width: calc(30% - 1rem);
    text-align: center;
    min-width: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo img {
    width: auto;
    max-width: unset;
    height: 100%;
    max-height: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption {
    padding: .5rem 1rem;
    background-color: #6fb92c;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .in_box {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .small {
    font-size: 12px;
    text-align: left;
    display: block;
    width: fit-content;
    line-height: 1;
    margin-bottom: .25rem;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .name {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~1400px)*/
    display: block;
    text-align: left;
    width: fit-content;
    line-height: 1;
  }
  .voice .voice_detail .staff .staff_box .text_area {
    width: calc(70% - 1rem);
    padding: 1rem;
    border: #6fb92c 2px solid;
    background-color: #fffbf3;
  }
  .voice .voice_detail .button_area {
    display: flex;
    flex-wrap: wrap;
    grid-gap: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
    align-items: center;
    margin: 0 5%;
  }
  .voice .voice_detail .button_area .bt {
    width: calc(calc(100% / 3) - calc(calc(clamp(1rem, 0.409rem + 1.82vw, 2rem) * 2) / 3));
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
  }
  .voice .voice_detail .button_area .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
  }
  .voice .voice_detail .button_area .bt .txt {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
  }
  .voice .voice_detail .button_area .bt .arrow {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .voice .voice_detail .button_area .bt .arrow.left {
    left: 5%;
  }
  .voice .voice_detail .button_area .bt .arrow.right {
    right: 5%;
  }
  .voice .voice_detail .button_area .bt.member_button {
    background-color: #ca050f;
    border-color: #ca050f;
  }
  .voice .voice_detail .button_area .bt:hover {
    background-color: #fff;
  }
  .voice .voice_detail .button_area .bt:hover .txt,.voice .voice_detail .button_area .bt:hover .arrow {
    color: #6fb92c;
  }
  .voice .voice_detail .button_area .bt.member_button:hover .txt,.voice .voice_detail .button_area .bt.member_button:hover .arrow {
    color: #ca050f;
  }


  .voice .voice_pickup .text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(520~768px)*/
    display: block;
  }
  .voice .voice_pickup .text .br.mb {
    margin-bottom: 1em;
  }
  .voice .voice_pickup .main_image {
    margin-bottom: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .voice .voice_pickup .main_image figure {
    width: 30%;
  }
  .voice .voice_pickup .main_image .text_area {
    max-width: calc(70% - 1rem);
    width: fit-content;
    text-align: right;
  }
  .voice .voice_pickup .main_image .text_area img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch {
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch .br {
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    color: #006536;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    color: #006536;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name .area {
    margin-right: 1rem;
  }
  .voice .voice_pickup .top_txt {
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border-bottom: 1px solid #000;
  }
  .voice .voice_pickup .body&gt;section {
    padding: 1rem;
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border: #a7a7a7 5px solid;
  }
  .voice .voice_pickup .body&gt;section .text .br {
    text-indent: 1em;
  }
  .voice .voice_pickup .body&gt;section h3 {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: clamp(1.25rem, 1.176rem + 0.23vw, 1.375rem);/*20~22px(520~1400px)*/
  }
  .voice .voice_pickup .body&gt;section .flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.left_img {
    flex-direction: row-reverse;
  }
  .voice .voice_pickup .body&gt;section .flex .text {
    width: calc(65% - 1rem);
  }
  .voice .voice_pickup .body&gt;section .flex figure {
    width: 35%;
  }
  .voice .voice_pickup .body&gt;section .flex.three_img {
    padding: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.two_img {
    padding: 1rem;
    justify-content: center;
  }
  .voice .voice_pickup .body&gt;section .flex.three_img figure {
    width: calc(calc(100% / 3) - calc(2rem / 3));
  }
  .voice .voice_pickup .body&gt;section .flex.two_img figure {
    width: 40%;
  }
  .voice .voice_pickup .body&gt;section .float_area::after {
    content: "";
    display: inline-block;
    clear: both;
  }
  .voice .voice_pickup .body&gt;section .float_area figure {
    width: 35%;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .left {
    float: left;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .right {
    float: right;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .wid20 {
    width: 20%;
    min-width: 250px;
  }
  .voice .voice_pickup .body .bt {
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
    margin: 0 auto;
  }
  .voice .voice_pickup .body .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
   color: #fff;
  }
  .voice .voice_pickup .body .bt:hover {
    background-color: #fff;
  }
  .voice .voice_pickup .body .bt:hover a {
   color: #6fb92c;
  }


}
@media all and (min-width: 769px) and (max-width: 1080px) {
  .voice .voice_area .voice_list .voice_box {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
/*------------------------------------------------------------
pad
------------------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {
  .voice .pickup_area .pickup_box {
    margin-top: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
  }
  .voice .pickup_area .pickup_box a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    grid-gap: 1rem;
  }
  .voice .pickup_area .pickup_box a .left {
    width: 50%;
    position: relative;
  }
  .voice .pickup_area .pickup_box a .left::after {
    content: "";
    display: inline-block;
    width: 30%;
    min-width: 50px;
    aspect-ratio: 1/1;
    height: auto;
    background: url(/images/page/main_icon_02.png) bottom center/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-20%, 10%);
  }
  .voice .pickup_area .pickup_box a .right {
    width: 100%;
  }
  .voice .pickup_area .pickup_box a .right h2 {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);
    font-weight: bold;
    color: #3e3a39;
    margin-bottom: 1em;
  }
  .voice .pickup_area .pickup_box a .right .text {
    margin-bottom: 1rem;
  }
  .voice .pickup_area .pickup_box a .right .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);
  }
  .voice .pickup_area .pickup_box a .right .flex {
    display: flex;
    align-items: stretch;
    grid-gap: 0.5rem;
  }
  .voice .pickup_area .pickup_box a .right .flex figure {
    overflow: hidden;
  }
  .voice .pickup_area .pickup_box a .right .flex figure img {
    width: auto;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
       max-width: 100%;
  }
  .voice .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice .voice_area .voice_list .voice_box {
    width: calc(50% - 0.5rem);
    border: 1px solid #a7a7a7;
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .voice .voice_area .voice_list .voice_box .name {
    padding: 0.25rem 1rem;
    font-size: clamp(1rem, 0.738rem + 0.81vw, 1.125rem);
    color: #3e3a39;
    background-color: #e2efdf;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .name .symbol {
    width: 10%;
    min-width: 2rem;
    position: absolute;
    top: 30%;
    right: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure img {
    width: 80%;
  }
  .voice .voice_area .voice_list .voice_box .txt {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .button {
    color: #fff;
    font-weight: bold;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    background-color: #6fb92c;
    transition: all 0.5s;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .voice .voice_area .voice_list .voice_box:hover .button {
    color: #6fb92c;
    background-color: #e2efdf;
  }


  /* 荳隕ｧver02 */
  .voice02 .top_menu {
    margin-bottom: clamp(2.25rem, 1.585rem + 2.05vw, 3.375rem);
  }
  .voice02 .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice02 .voice_area .voice_list .voice_list_box {
    width: 100%;
    border: 3px solid #6fb92c;
    background-color: #fff;
    padding-bottom: 1rem;
    background-color: #fffbf3;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 {
    padding: .5em 1rem;
    background-color: #e2efdf;
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 .manager_name {
    font-size: 16px;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure {
    margin: 1rem auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 300px;
    width: 96%;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure img {
    height: 100%;
    object-fit: contain;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    padding: 0 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .voice02 .voice_area .voice_list .voice_list_box .button {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: .5rem 1rem;
    background-color: #6fb92c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: all .5s;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover {
    opacity: 1;
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover figure img {
    transform: scale(1.1);
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover .button {
    background-color: #CC3248;
  }

    /* 隧ｳ邏ｰver02 */
    #pageUnder.voice02 .body {
      padding: 50px 0;
    }
    .voice02 .voice_detail  {
      border: 3px solid #6fb92c;
      background-color: #fff;
      padding-bottom: 1rem;
      background-color: #fffbf3;
      transition: all .5s;
      margin-bottom: 1.5rem;
    }
    .voice02 .voice_detail h3 {
      padding: .5em 1rem;
      background-color: #e2efdf;
      font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
      display: flex;
      grid-gap: .25rem;
      align-items: center;
    }
    .voice02 .voice_detail h3::before {
      content: "";
      display: inline-block;
      width: 2rem;
      min-width: 2rem;
      aspect-ratio: 60/35;
      background: url(/images/voice/icon_voice02.svg) center/100% no-repeat;
    }
    .voice02 .voice_detail figure {
      margin: 1rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
    }
    .voice02 .voice_detail figure img {
      max-height: 360px;
      max-width: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      transition: all .5s;
    }
    .voice02 .voice_detail .detail_box {
      padding: 1rem;
      background-color: #fff;
      width: 90%;
      margin: 0 auto 1rem;
    }
    .voice02 .voice_detail .detail_box .tit {
      background-color: #6fb92c;
      color: #fff;
      padding: .5rem 1rem;
      text-align: center;
      margin-bottom: 1rem;
    }
    .voice02 .voice_detail .detail_box .text {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      padding: 0 1rem;
      margin-bottom: 1rem;
    }
    .voice02 .voice_detail .detail_box dl {
      padding: 1rem;
    }
    .voice02 .voice_detail .detail_box dl dt {
      padding: .5rem 1rem;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
      background-color: #e2efdf;
      margin-bottom: .25rem;
    }
    .voice02 .voice_detail .detail_box dl dd {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      margin-bottom: 1.5rem;
      padding: 0rem 1rem;
    }
    .voice02 .voice_detail .manager_box {
      padding: 1rem;
      background-color: #fff;
      width: 90%;
      margin: 0 auto 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      grid-gap: 1rem;
    }
    .voice02 .voice_detail .manager_box .manager_tit {
      width: 100%;
      padding: .5rem 1rem;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);
      margin-bottom: .25rem;
      color: #6fb92c;
      border-left: 10px solid #6fb92c;
      border-bottom: 1px solid #6fb92c;
      font-weight: bold;
      order: 1;
    }
    .voice02 .voice_detail .manager_box .manager_text {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      width: 100%;
      order: 3;
    }
    .voice02 .voice_detail .manager_box .manager_image {
      margin: 0;
      max-width: 200px;
      order: 2;
    }
    .voice02 .voice_detail .last {
      background-color: #6fb92c;
      color: #fff;
      padding: .5rem 1rem;
      text-align: center;
    }
    .voice02 .button02 {
      width: 100%;
      text-align: center;
      max-width: 300px;
      margin: 0 auto;
    }
    .voice02 .button02 a {
      display: block;
      padding: .5rem 1rem;
      background-color: #6fb92c;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      transition: all .5s;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    }
    .voice02 .button02 a:hover {
      background-color: #ca050f;
    }


  .voice .voice_detail .questionnaire_pre{
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 {
    padding: 1rem 5%;
    background-color: #6fb92c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: max(2vw,2rem);
  }
  .voice .voice_detail .questionnaire_pre h2 .tit {
    display: flex;
    align-items: center;
    grid-gap: .25rem;
  }
  .voice .voice_detail .questionnaire_pre h2 .tit img {
    width: clamp(1.875rem, -2.056rem + 12.1vw, 3.75rem);/*30~60px(520~768px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 .tit .txt {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre h2 .name {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre figure {
    border: 8px solid #a7a7a7;
    padding: 1rem;
  }
  .voice .voice_detail .staff {
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .staff h3 {
    font-size: clamp(1.125rem, 0.83rem + 0.91vw, 1.625rem);/*18~26px(520~1400px)*/
    color: #006536;
    margin-bottom: 1rem;
  }
  .voice .voice_detail .staff .staff_box {
    border: 8px solid #6fb92c;
    padding: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    grid-gap: 1rem;/*16~24px(520~768px)*/
  }
  .voice .voice_detail .staff .staff_box .catch {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #333;
    width: 100%;
  }
  .voice .voice_detail .staff .staff_box .staff_photo {
    width: 50%;
    text-align: center;
    min-width: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo img {
    width: auto;
    max-width: unset;
    height: 100%;
    max-height: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption {
    padding: .5rem 1rem;
    background-color: #6fb92c;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .in_box {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .small {
    font-size: 12px;
    text-align: left;
    display: block;
    width: fit-content;
    line-height: 1;
    margin-bottom: .25rem;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .name {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~1400px)*/
    display: block;
    text-align: left;
    width: fit-content;
    line-height: 1;
  }
  .voice .voice_detail .staff .staff_box .text_area {
    width: 100%;
    padding: 1rem;
    border: #6fb92c 2px solid;
    background-color: #fffbf3;
  }
  .voice .voice_detail .button_area {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    align-items: center;
  }
  .voice .voice_detail .button_area .bt {
    width: calc(calc(100% / 3) - calc(2rem / 3));
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
  }
  .voice .voice_detail .button_area .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
  }
  .voice .voice_detail .button_area .bt .txt {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
  }
  .voice .voice_detail .button_area .bt .arrow {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .voice .voice_detail .button_area .bt .arrow.left {
    left: 5%;
  }
  .voice .voice_detail .button_area .bt .arrow.right {
    right: 5%;
  }
  .voice .voice_detail .button_area .bt.member_button {
    background-color: #ca050f;
    border-color: #ca050f;
  }
  .voice .voice_detail .button_area .bt:hover {
    background-color: #fff;
  }
  .voice .voice_detail .button_area .bt:hover .txt,.voice .voice_detail .button_area .bt:hover .arrow {
    color: #6fb92c;
  }
  .voice .voice_detail .button_area .bt.member_button:hover .txt,.voice .voice_detail .button_area .bt.member_button:hover .arrow {
    color: #ca050f;
  }

  .voice .voice_pickup .text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(520~768px)*/
    display: block;
  }
  .voice .voice_pickup .text .br.mb {
    margin-bottom: 1em;
  }
  .voice .voice_pickup .main_image {
    margin-bottom: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .voice .voice_pickup .main_image figure {
    width: 30%;
  }
  .voice .voice_pickup .main_image .text_area {
    max-width: calc(70% - 1rem);
    width: fit-content;
    text-align: right;
  }
  .voice .voice_pickup .main_image .text_area img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch {
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch .br {
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    color: #006536;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    color: #006536;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name .area {
    margin-right: 1rem;
  }
  .voice .voice_pickup .top_txt {
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border-bottom: 1px solid #000;
  }
  .voice .voice_pickup .body&gt;section {
    padding: 1rem;
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border: #a7a7a7 5px solid;
  }
  .voice .voice_pickup .body&gt;section .text .br {
    text-indent: 1em;
  }
  .voice .voice_pickup .body&gt;section h3 {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: clamp(1.25rem, 1.176rem + 0.23vw, 1.375rem);/*20~22px(520~1400px)*/
  }
  .voice .voice_pickup .body&gt;section .flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.left_img {
    flex-direction: row-reverse;
  }
  .voice .voice_pickup .body&gt;section .flex .text {
    width: calc(65% - 1rem);
  }
  .voice .voice_pickup .body&gt;section .flex figure {
    width: 35%;
  }
  .voice .voice_pickup .body&gt;section .flex.three_img {
    padding: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.two_img {
    padding: 1rem;
    justify-content: center;
  }
  .voice .voice_pickup .body&gt;section .flex.three_img figure {
    width: calc(calc(100% / 3) - calc(2rem / 3));
  }
  .voice .voice_pickup .body&gt;section .flex.two_img figure {
    width: 40%;
  }
  .voice .voice_pickup .body&gt;section .float_area::after {
    content: "";
    display: inline-block;
    clear: both;
  }
  .voice .voice_pickup .body&gt;section .float_area figure {
    width: 35%;
    min-width: 300px;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .left {
    float: left;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .right {
    float: right;
    margin: 1rem;
  }
  .voice .voice_pickup .body&gt;section .float_area .wid20 {
    width: 20%;
    min-width: 250px;
  }
  .voice .voice_pickup .body .bt {
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
    margin: 0 auto;
  }
  .voice .voice_pickup .body .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
   color: #fff;
  }
}
/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 520px) {
  #main_ph .contents_wrap .main_icon_right{
    right: -2%;
  }
  .voice .pickup_area .pickup_box {
    margin-top: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
  }
  .voice .pickup_area .pickup_box a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    grid-gap: 1rem;
  }
  .voice .pickup_area .pickup_box a .left {
    width: 100%;
    position: relative;
  }
  .voice .pickup_area .pickup_box a .left::after {
    content: "";
    display: inline-block;
    width: 30%;
    min-width: 50px;
    aspect-ratio: 1/1;
    height: auto;
    background: url(/images/page/main_icon_02.png) bottom center/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-20%, 10%);
  }
  .voice .pickup_area .pickup_box a .right {
    width: 100%;
  }
  .voice .pickup_area .pickup_box a .right h2 {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);
    font-weight: bold;
    color: #3e3a39;
    margin-bottom: 1em;
    text-align: center;
  }
  .voice .pickup_area .pickup_box a .right .text {
    margin-bottom: 1rem;
  }
  .voice .pickup_area .pickup_box a .right .text .br {
    font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);
  }
  .voice .pickup_area .pickup_box a .right .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 0.5rem;
  }
  .voice .pickup_area .pickup_box a .right .flex figure {
    overflow: hidden;
    width: calc(50% - 0.5rem);
    aspect-ratio: 8/6;
    text-align: center;
  }
  .voice .pickup_area .pickup_box a .right .flex figure img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
       max-width: 100%;
  }
  .voice .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice .voice_area .voice_list .voice_box {
    width: 100%;
    border: 1px solid #a7a7a7;
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .voice .voice_area .voice_list .voice_box .name {
    padding: 0.25rem 1rem;
    font-size: clamp(1rem, 0.738rem + 0.81vw, 1.125rem);
    color: #3e3a39;
    background-color: #e2efdf;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .name .symbol {
    width: 10%;
    min-width: 2rem;
    position: absolute;
    top: 30%;
    right: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box figure img {
    width: 80%;
  }
  .voice .voice_area .voice_list .voice_box .txt {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  .voice .voice_area .voice_list .voice_box .button {
    color: #fff;
    font-weight: bold;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    background-color: #6fb92c;
    transition: all 0.5s;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .voice .voice_area .voice_list .voice_box:hover .button {
    color: #6fb92c;
    background-color: #e2efdf;
  }


  /* 荳隕ｧver02 */
  .voice02 .top_menu {
    margin-bottom: clamp(2.25rem, 1.585rem + 2.05vw, 3.375rem);
  }
  .voice02 .voice_area .voice_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 1rem;
    margin-bottom: clamp(1rem, 3vw, 3rem);
  }
  .voice02 .voice_area .voice_list .voice_list_box {
    width: 100%;
    border: 3px solid #6fb92c;
    background-color: #fff;
    padding-bottom: 1rem;
    background-color: #fffbf3;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 {
    padding: .5em 1rem;
    background-color: #e2efdf;
    font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .voice02 .voice_area .voice_list .voice_list_box h3 .manager_name {
    font-size: 16px;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure {
    margin: 1rem auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 300px;
    width: 96%;
  }
  .voice02 .voice_area .voice_list .voice_list_box figure img {
    height: 100%;
    object-fit: contain;
    transition: all .5s;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    padding: 0 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
  }
  .voice02 .voice_area .voice_list .voice_list_box .text::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  .voice02 .voice_area .voice_list .voice_list_box .button {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: .5rem 1rem;
    background-color: #6fb92c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: all .5s;
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover {
    opacity: 1;
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover figure img {
    transform: scale(1.1);
  }
  .voice02 .voice_area .voice_list .voice_list_box a:hover .button {
    background-color: #CC3248;
  }

    /* 隧ｳ邏ｰver02 */
    #pageUnder.voice02 .body {
      padding: 2rem 0;
    }
    .voice02 .voice_detail  {
      border: 3px solid #6fb92c;
      background-color: #fff;
      padding-bottom: 1rem;
      background-color: #fffbf3;
      transition: all .5s;
      margin-bottom: 1.5rem;
    }
    .voice02 .voice_detail h3 {
      padding: .5em 1rem;
      background-color: #e2efdf;
      font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
      display: flex;
      grid-gap: .25rem;
      align-items: center;
    }
    .voice02 .voice_detail h3::before {
      content: "";
      display: inline-block;
      width: 2rem;
      min-width: 2rem;
      aspect-ratio: 60/35;
      background: url(/images/voice/icon_voice02.svg) center/100% no-repeat;
    }
    .voice02 .voice_detail figure {
      margin: 1rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
    }
    .voice02 .voice_detail figure img {
      max-height: 360px;
      max-width: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      transition: all .5s;
    }
    .voice02 .voice_detail .detail_box {
      padding: .5rem;
      background-color: #fff;
      width: 90%;
      margin: 0 auto .5rem;
    }
    .voice02 .voice_detail .detail_box .tit {
      background-color: #6fb92c;
      color: #fff;
      padding: .5rem;
      text-align: center;
      margin-bottom: 1rem;
    }
    .voice02 .voice_detail .detail_box .text {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      padding: 0 .5rem;
      margin-bottom: 1rem;
    }
    .voice02 .voice_detail .detail_box dl dt {
      padding: .5rem ;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
      background-color: #e2efdf;
      margin-bottom: .25rem;
    }
    .voice02 .voice_detail .detail_box dl dd {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      margin-bottom: 1.5rem;
      padding: 0rem .5rem;
    }
    .voice02 .voice_detail .manager_box {
      padding: 1rem;
      background-color: #fff;
      width: 90%;
      margin: 0 auto 1rem;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      grid-gap: .5rem;
    }
    .voice02 .voice_detail .manager_box .manager_tit {
      width: 100%;
      padding: .5rem 1rem;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);
      margin-bottom: .25rem;
      color: #6fb92c;
      border-left: 10px solid #6fb92c;
      border-bottom: 1px solid #6fb92c;
      font-weight: bold;
      order: 1;
    }
    .voice02 .voice_detail .manager_box .manager_text {
      font-size: clamp(0.875rem, 0.801rem + 0.23vw, 1rem);/*14~16px(520~1400px)*/
      width: 100%;
      order: 3;
    }
    .voice02 .voice_detail .manager_box .manager_image {
      margin: 0;
      order: 2;
    }
    .voice02 .voice_detail .last {
      background-color: #6fb92c;
      color: #fff;
      padding: .5rem 1rem;
      text-align: center;
    }
    .voice02 .button02 {
      width: 100%;
      text-align: center;
      max-width: 300px;
      margin: 0 auto;
    }
    .voice02 .button02 a {
      display: block;
      padding: .5rem 1rem;
      background-color: #6fb92c;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      transition: all .5s;
      font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    }
    .voice02 .button02 a:hover {
      background-color: #ca050f;
    }


  .voice .voice_detail .questionnaire_pre{
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 {
    padding: 1rem 5%;
    background-color: #6fb92c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: max(2vw,2rem);
  }
  .voice .voice_detail .questionnaire_pre h2 .tit {
    display: flex;
    align-items: center;
    grid-gap: .25rem;
  }
  .voice .voice_detail .questionnaire_pre h2 .tit img {
    width: clamp(1.875rem, -2.056rem + 12.1vw, 3.75rem);/*30~60px(520~768px)*/
  }
  .voice .voice_detail .questionnaire_pre h2 .tit .txt {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre h2 .name {
    font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);/*20~28px(520~1400px)*/
    color: #fff;
    font-weight: bold;
  }
  .voice .voice_detail .questionnaire_pre figure {
    border: 5px solid #a7a7a7;
    padding: .5rem;
  }
  .voice .voice_detail .staff {
    margin-bottom: clamp(1.5rem, 0.614rem + 2.73vw, 3rem); /*24~48px(520~1400px)*/
  }
  .voice .voice_detail .staff h3 {
    font-size: clamp(1.125rem, 0.83rem + 0.91vw, 1.625rem);/*18~26px(520~1400px)*/
    color: #006536;
    margin-bottom: 1rem;
  }
  .voice .voice_detail .staff .staff_box {
    border: 8px solid #6fb92c;
    padding: clamp(1rem, 0.409rem + 1.82vw, 2rem);/*16~32px(520~1400px)*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    grid-gap: 1rem;/*16~24px(520~768px)*/
  }
  .voice .voice_detail .staff .staff_box .catch {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #333;
    width: 100%;
  }
  .voice .voice_detail .staff .staff_box .staff_photo {
    width: 50%;
    text-align: center;
    min-width: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo img {
    width: auto;
    max-width: unset;
    height: 100%;
    max-height: 200px;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption {
    padding: .5rem 1rem;
    background-color: #6fb92c;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .in_box {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .small {
    font-size: 12px;
    text-align: left;
    display: block;
    width: fit-content;
    line-height: 1;
    margin-bottom: .25rem;
  }
  .voice .voice_detail .staff .staff_box .staff_photo figcaption .name {
    font-size: clamp(1.125rem, 0.756rem + 1.14vw, 1.75rem);/*18~28px(520~1400px)*/
    display: block;
    text-align: left;
    width: fit-content;
    line-height: 1;
  }
  .voice .voice_detail .staff .staff_box .text_area {
    width: 100%;
    padding: 1rem;
    border: #6fb92c 2px solid;
    background-color: #fffbf3;
  }
  .voice .voice_detail .button_area {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    align-items: center;
  }
  .voice .voice_detail .button_area .bt {
    width: 100%;
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
  }
  .voice .voice_detail .button_area .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
  }
  .voice .voice_detail .button_area .bt .txt {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
  }
  .voice .voice_detail .button_area .bt .arrow {
    font-size: clamp(1rem, 0.778rem + 0.68vw, 1.375rem);/*16~22px(520~1400px)*/
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .voice .voice_detail .button_area .bt .arrow.left {
    left: 5%;
  }
  .voice .voice_detail .button_area .bt .arrow.right {
    right: 5%;
  }
  .voice .voice_detail .button_area .bt.member_button {
    background-color: #ca050f;
    border-color: #ca050f;
  }
  .voice .voice_detail .button_area .bt:hover {
    background-color: #fff;
  }
  .voice .voice_detail .button_area .bt:hover .txt,.voice .voice_detail .button_area .bt:hover .arrow {
    color: #6fb92c;
  }
  .voice .voice_detail .button_area .bt.member_button:hover .txt,.voice .voice_detail .button_area .bt.member_button:hover .arrow {
    color: #ca050f;
  }

  .voice .voice_pickup .text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(520~768px)*/
    display: block;
  }
  .voice .voice_pickup .text .br.mb {
    margin-bottom: 1em;
  }
  .voice .voice_pickup .main_image {
    margin-bottom: clamp(1rem, 3vw, 3rem);
    border: clamp(0.313rem, -0.343rem + 2.02vw, 0.625rem) solid #6fb92c;
    background-color: #fff;
    padding: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .voice .voice_pickup .main_image figure {
    width: 80%;
  }
  .voice .voice_pickup .main_image .text_area {
    max-width: 100%;
    width: fit-content;
  }
  .voice .voice_pickup .main_image .text_area img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch {
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .main_image .text_area .catch .br {
    font-size: 16px;
    color: #006536;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name {
    font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
    color: #006536;
    text-align: right;
    font-weight: bold;
  }
  .voice .voice_pickup .main_image .text_area .name .area {
    margin-right: 1rem;
  }
  .voice .voice_pickup .top_txt {
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border-bottom: 1px solid #000;
  }
  .voice .voice_pickup .body&gt;section {
    padding: 1rem;
    padding-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(.5rem, 1.5vw, 1.5rem);
    border: #a7a7a7 5px solid;
  }
  .voice .voice_pickup .body&gt;section .text .br {
    text-indent: 1em;
  }
  .voice .voice_pickup .body&gt;section h3 {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 18px;
  }
  .voice .voice_pickup .body&gt;section .flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.left_img {
    flex-direction: row-reverse;
  }
  .voice .voice_pickup .body&gt;section .flex .text {
    width: 100%;
  }
  .voice .voice_pickup .body&gt;section .flex figure {
    width: 80%;

  }
  .voice .voice_pickup .body&gt;section .flex.three_img {
    padding: 1rem;
  }
  .voice .voice_pickup .body&gt;section .flex.three_img figure {
    width: 80%;
  }
  .voice .voice_pickup .body&gt;section .float_area figure {
    width: 80%;
  }
  .voice .voice_pickup .body&gt;section .float_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
  }
  .voice .voice_pickup .body .bt {
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    background-color: #6fb92c;
    border-radius: 5px;
    border: 1px solid #6fb92c;
    transition: all .5s;
    margin: 0 auto;
  }
  .voice .voice_pickup .body .bt a {
   padding: 1rem 1rem;
   display: block;
   width: 100%;
   text-align: center;
   position: relative;
   color: #fff;
  }
}</pre></body></html>