@charset "utf-8";

/* ----------------------------------
現地案内図
---------------------------------- */
#content_Wrap {
background: #e7e5e6;
}


#content_Wrap .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.lower_ttl {

background: linear-gradient(to right,  rgba(32,60,57,1) 0%,rgba(13,44,73,1) 100%);
padding: 180px 0 200px;
}

.lower_ttl .ttl_box {
margin: 0 auto;
}
.lower_ttl h2 {
width: 94%;
max-width: 421px;
margin: 0 auto;
}
.lower_ttl img {
}
.lower_ttl p {
color: #fff;
font-size: clamp(14px,1.34vw,16px);
line-height: 1.8;
letter-spacing: 0.1em;
padding-top: 1.8em;
}

.voice_area {
padding: 80px 0 120px;
}
.voice_area .list_tab {
width: 94%;
max-width: 1200px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
gap: 20px 1.66666667%;
}
.voice_area .list_tab li {
display: flex;
align-items: center;
width: 18.66666667%;
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(2) span {
width: 14.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(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,16px);
letter-spacing: 0.08em;
margin: 0 auto;
}
.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 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 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 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 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 li p {
font-size: 14.8px;
}


/*---------------------------
sp
---------------------------*/
@media screen and (max-width: 820px) {
.lower_ttl {
    padding: 80px 0 100px;
}
.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(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);
}

}

