.p-industry-item {
  border-bottom: 1px solid rgba(29, 41, 81, 0.2);
}
@media print, screen and (min-width: 741px) {
  .p-industry-item {
    padding: 2.1428571429vw 1.0714285714vw 2.1428571429vw 2.1428571429vw;
    display: flex;
    align-items: center;
    min-height: 8.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item {
    padding: 30px 15px 30px 30px;
    min-height: 115px;
  }
}
.p-industry-item:first-child {
  border-top: 1px solid rgba(29, 41, 81, 0.2);
}

.p-industry-ttl {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-industry-ttl {
    padding: 20px 50px 20px 20px;
    gap: 20px;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-ttl {
    gap: 1.4285714286vw;
    flex: 0 0 20.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-ttl {
    gap: 20px;
    flex: 0 0 290px;
  }
}
@media only screen and (max-width: 740px) {
  .p-industry-ttl .-pict {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-ttl .-pict {
    width: 3.2142857143vw;
    height: 3.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-ttl .-pict {
    width: 45px;
    height: 45px;
  }
}
.p-industry-ttl .-txt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-industry-ttl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-ttl .-txt {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-ttl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-industry-ttl .-icon {
    display: block;
    background: #1d2951;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
    height: 24px;
    right: 20px;
    border: 1px solid #1d2951;
    transition: background 0.4s;
  }
  .p-industry-ttl .-icon:before, .p-industry-ttl .-icon:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: rotate 0.4s, background 0.4s;
  }
  .p-industry-ttl .-icon:after {
    rotate: 90deg;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-ttl .-icon {
    display: none;
  }
}
.p-industry-ttl.is-open .-icon {
  background: #fff;
}
.p-industry-ttl.is-open .-icon:before, .p-industry-ttl.is-open .-icon:after {
  background: #1d2951;
}
.p-industry-ttl.is-open .-icon:after {
  rotate: 0deg;
}

@media only screen and (max-width: 740px) {
  .p-industry-item-list {
    border-top: 1px solid rgba(29, 41, 81, 0.2);
    background: #f1f3f6;
    padding: 30px 20px;
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-list {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .p-industry-item-list li:not(:first-child) {
    margin-top: 15px;
  }
}
.p-industry-item-btn {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.4s;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
  border: 2px solid transparent;
}
@media only screen and (max-width: 740px) {
  .p-industry-item-btn {
    min-height: 55px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-btn {
    min-height: 3.2857142857vw;
  }
  .p-industry-item-btn:hover:before {
    scale: 1;
    opacity: 0;
    transition: scale 0.6s, opacity 0.6s;
  }
  .p-industry-item-btn:hover .-txt {
    color: #0071bc;
  }
  .p-industry-item-btn:hover .-txt:before {
    scale: 0.5;
  }
  .p-industry-item-btn:hover .-txt:after {
    scale: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-btn {
    min-height: 46px;
  }
}
.p-industry-item-btn:before {
  content: "";
  display: block;
  width: 101%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 0;
}
.p-industry-item-btn .-txt {
  line-height: 1.4;
  color: #1d2951;
  transition: color 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  display: inline-block;
}
@media only screen and (max-width: 740px) {
  .p-industry-item-btn .-txt {
    padding: 10px 50px 10px 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-btn .-txt {
    padding: 0.7142857143vw 3.5714285714vw 0.7142857143vw 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-btn .-txt {
    padding: 10px 50px 10px 15px;
  }
}
.p-industry-item-btn .-txt:before {
  content: "";
  display: block;
  background: #1d2951;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-industry-item-btn .-txt:before {
    width: 24px;
    height: 24px;
    right: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-btn .-txt:before {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 0.7142857143vw;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-btn .-txt:before {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-btn .-txt:after {
    content: "";
    display: block;
    background: #0071bc;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 0.7142857143vw;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-btn .-txt:after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.p-industry-item-btn .-icon {
  display: block;
  background: #fff;
  mask: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  transition: background 0.6s;
}
@media only screen and (max-width: 740px) {
  .p-industry-item-btn .-icon {
    width: 10px;
    height: 8px;
    right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-item-btn .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 1.5714285714vw;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-item-btn .-icon {
    width: 10px;
    height: 8px;
    right: 22px;
  }
}