@charset "utf-8";

/* ----------------------------------
voice
---------------------------------- */

#content_Wrap {
    position: relative;
    color: #323232;
    /* background: #ffffff00; */
    background: #efefef;
}

#content_Wrap figure {
    position: relative;
    height: fit-content;
}

.main {

    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;

/* background: linear-gradient(to right,  rgba(32,60,57,1) 0%,rgba(13,44,73,1) 100%); */
  padding: 16% 0;
  position: relative;
  z-index: 1;
}

.main .ttl_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main h2 {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
    /* font-size: 24px;
    letter-spacing: 6px;
    color: #fefefe; */

}

.main p {
text-align: center;
color: #fff;
font-size: clamp(14px,1.34vw,16px);
line-height: 1.8;
letter-spacing: 0.1em;
padding-top: 1.8em;
}

h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 4px;
    margin-bottom: 30px;
}






.voice_area {
padding: 80px 0 120px;
}
.voice_area .list_tab {
width: 94%;
max-width: 1200px;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
gap: 20px 1.66666667%;
}
.voice_area .list_tab li {
display: flex;
align-items: center;
/* width: 18.66666667%;*/
width: 14.666667%;
background: #d0d0d0;
padding: 1em 0.5em 1em 10px;
transition: 0.3s;
gap: 0 4px;
cursor: pointer;
}

/*
.voice_area .list_tab li:nth-child(1) span {
width: 16.51785714%;
}
*/
.voice_area .list_tab li:nth-child(1) span {
width: 24.28571429%;
}
.voice_area .list_tab li:nth-child(2) span {
width: 12.28571429%;
}
.voice_area .list_tab li:nth-child(3) span {
width: 21.42857143%;
}
.voice_area .list_tab li:nth-child(4) span {
width: 23.21428571%;
}
.voice_area .list_tab li:nth-child(5) span {
width: 16.07142857%;
}

.voice_area .list_tab li:hover span,
.voice_area .list_tab li.active span {
filter: invert(1);
}
/*
.voice_area .list_tab li:nth-child(1):hover,
.voice_area .list_tab li:nth-child(1).active {
background: #2e5854;
}
*/
.voice_area .list_tab li:nth-child(1):hover,
.voice_area .list_tab li:nth-child(1).active {
background: #574141;
}
.voice_area .list_tab li:nth-child(2):hover,
.voice_area .list_tab li:nth-child(2).active {
background: #123672;
}
.voice_area .list_tab li:nth-child(3):hover,
.voice_area .list_tab li:nth-child(3).active {
background: #b76262;
}
.voice_area .list_tab li:nth-child(4):hover,
.voice_area .list_tab li:nth-child(4).active {
background: #bdab49;
}
.voice_area .list_tab li:nth-child(5):hover,
.voice_area .list_tab li:nth-child(5).active {
background: #747f91;
}

.voice_area .list_tab li p {
display: inline-block;
text-align: center;
font-size: clamp(14px,1.34vw,15px);
letter-spacing: 0.08em;
margin: 0 auto;
}
/*
.voice_area .list_tab li:nth-child(3) p {
font-size: 14px;
}
.voice_area .list_tab li:nth-child(6) p {
text-indent: -1em;
}
*/
.voice_area .list_tab li:nth-child(2) p {
font-size: 14px;
}
.voice_area .list_tab li:nth-child(5) p {
text-indent: -1em;
}

.voice_area .list_tab li:hover,
.voice_area .list_tab li.active {
color: #fff;
}

.voice_area .voice_box {
display: none;
}
.voice_area .voice_box.active {
display: block;
}

.voice_area .voice_box .cat_ttl{
width: 94%;
max-width: 1020px;
margin: 60px auto 70px;
}
.voice_area .voice_box .cat_ttl h3{
text-align: center;
font-weight: normal;
font-size: clamp(16.8px,2vw,24px);
padding-bottom: 0.5em;
border-bottom: 1px solid;
}
.voice_area .voice_box.tab01 .cat_ttl h3{
color: #2e5854;
border-image: linear-gradient(to right,  rgba(36,69,66,0.03) 0%,rgba(36,69,66,1) 50%,rgba(36,69,66,0.03) 100%);
border-image-slice: 1;
}
.voice_area .voice_box.tab02 .cat_ttl h3{
color: #123672;
border-image: linear-gradient(to right,  rgba(18, 54, 114,0.03) 0%,rgba(18, 54, 114,1) 50%,rgba(18, 54, 114,0.03) 100%);
border-image-slice: 1;
}
.voice_area .voice_box.tab03 .cat_ttl h3{
color: #b76262;
border-image: linear-gradient(to right,  rgba(183, 98, 98,0.03) 0%,rgba(183, 98, 98,1) 50%,rgba(183, 98, 98,0.03) 100%);
border-image-slice: 1;
}
.voice_area .voice_box.tab04 .cat_ttl h3{
color: #bdab49;
border-image: linear-gradient(to right,  rgba(189, 171, 73,0.03) 0%,rgba(189, 171, 73,1) 50%,rgba(189, 171, 73,0.03) 100%);
border-image-slice: 1;
}
.voice_area .voice_box.tab05 .cat_ttl h3{
color: #747f91;
border-image: linear-gradient(to right,  rgba(116, 127, 145,0.03) 0%,rgba(116, 127, 145,1) 50%,rgba(116, 127, 145,0.03) 100%);
border-image-slice: 1;
}

.voice_area .voice_box.tab06 .cat_ttl h3{
color: #574141;
border-image: linear-gradient(to right,  rgba(183, 98, 98,0.03) 0%,rgba(87, 65, 65,1) 50%,rgba(183, 98, 98,0.03) 100%);
border-image-slice: 1;
}

.voice_area .voice_box ul {
display: flex;
flex-wrap: wrap;
width: 94%;
max-width: 1020px;
margin: 0 auto;
gap: 50px 2.94117647%;
}
.voice_area .voice_box li {
position: relative;
width: 31.37254902%;
min-height: 200px;
padding: 45px 1em 1em;
border: 1px solid;
z-index: 0;
box-sizing: border-box;
isolation: isolate;
}
/*
.voice_area .voice_box.tab01 li {
border-color: #2e5854;
}
*/
.voice_area .voice_box.tab02 li {
border-color: #123672;
}
.voice_area .voice_box.tab03 li {
border-color: #b76262;
}
.voice_area .voice_box.tab04 li {
border-color: #bdab49;
}
.voice_area .voice_box.tab05 li {
border-color: #747f91;
}
.voice_area .voice_box.tab06 li {
border-color: #574141;
}
.voice_area .voice_box li::before {
content: "";
position: absolute;
top: 5px;
left: 5px;
width: 100%;
height: 100%;
border: 1px solid;
z-index: -1;
}
.voice_area .voice_box li::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
}
.voice_area .voice_box.tab01 li::before {
border-color: #2e5854;
}
.voice_area .voice_box.tab02 li::before {
border-color: #123672;
}
.voice_area .voice_box.tab03 li::before {
border-color: #b76262;
}
.voice_area .voice_box.tab04 li::before {
border-color: #bdab49;
}
.voice_area .voice_box.tab05 li::before {
border-color: #747f91;
}
.voice_area .voice_box.tab06 li::before {
border-color: #574141;
}

.voice_area .voice_box li h4 {
position: absolute;
top: 0;
left: -1px;
transform: translate(0,-50%);
display: inline-block;
width: 90%;
color: #fff;
font-size: clamp(16px,1.5vw,18px);
font-weight: normal;
padding: 0.6em;
}
.voice_area .voice_box.tab01 li h4 {
background: #2e5854;
}
.voice_area .voice_box.tab02 li h4 {
background: #123672;
}
.voice_area .voice_box.tab03 li h4 {
background: #b76262;
}
.voice_area .voice_box.tab04 li h4 {
background: #bdab49;
}
.voice_area .voice_box.tab05 li h4 {
background: #747f91;
}
.voice_area .voice_box.tab06 li h4 {
background: #574141;
}
.voice_area .voice_box li h4::before {
content: "";
position: absolute;
top: 0;
right: 0;
transform: translate(100%,0);
display: block;
width: 10px;
height: 100%;
clip-path: polygon(-100% 0, 100% -1px, 94% 0, -1px 106%);
}
.voice_area .voice_box.tab01 li h4::before {
content: "";
background:#2e5854;
}
.voice_area .voice_box.tab02 li h4::before {
content: "";
background: #123672;
}
.voice_area .voice_box.tab03 li h4::before {
content: "";
background: #b76262;
}
.voice_area .voice_box.tab04 li h4::before {
content: "";
background: #bdab49;
}
.voice_area .voice_box.tab05 li h4::before {
content: "";
background: #747f91;
}
.voice_area .voice_box.tab06 li h4::before {
content: "";
background: #574141;
}

.voice_area .voice_box li p {
font-size: 14.8px;
line-height: 1.6;
}



.notes {
    color: #000;
}

/*=============================
タブレット表示
=============================*/

@media (max-width: 1024px) and (min-width: 641px) {


}

/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {

    .main {
/*
        background-image: url(../img/main_sp.jpg);
        background-position: left center;
*/
        /* padding: 22.856% 0; */
        padding: 13% 0;
    }

    .main .ttl_box {
      position: static;
      transform: translate(0%, 0%);
      text-align: center;
    }

    .main .ttl_box h2 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .voice_area {
    padding: 40px 0 60px;
    }

    .voice_area .list_tab li {
    width: 80%;
    min-height: 60px;
    margin: 0 auto;
    padding: 0.5em 0.5em 0.5em 10px;
    }
/*
    .voice_area .list_tab li:nth-child(1) span {
    width: calc(16.51785714% * 0.7);
    }
*/
    .voice_area .list_tab li:nth-child(1) span {
    width: calc(14.28571429% * 0.7);
    }
    .voice_area .list_tab li:nth-child(2) span {
    width: calc(14.28571429% * 0.7);
    }
    .voice_area .list_tab li:nth-child(3) span {
    width: calc(21.42857143% * 0.7);
    }
    .voice_area .list_tab li:nth-child(4) span {
    width: calc(23.21428571% * 0.7);
    }
    .voice_area .list_tab li:nth-child(5) span {
    width: calc(16.07142857% * 0.7);
    }
    .voice_area .voice_box .cat_ttl {
        margin: 50px auto 50px;
    }
    .voice_area .voice_box li {
    width: calc(100% - 5px);
    }



}
