.kaiketsuzirei {
  background: #93ef75 !important;
}
.kaiketsuzirei .txt {
  background:url("../images/works-to-kaiketsuzirei.png") no-repeat !important;
}
.header .mv.case .mv-title {
  background: url("../images/pagetitle-case.png") no-repeat;
  background-size: 100% 100%;
  width: 376px;
  height: 42px;
  display: block;
  margin: 102px auto 0;
}
.header .mv.case {
  background: url("../images/mv-photo-office.jpg") center center no-repeat;
  height: 180px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .header .mv.case .mv-title {
    background: url("../images/pagetitle-case-sp.png") no-repeat;
    background-size: 100% 100%;
    width: 129px;
    height: 42px;
  }
}

.case-wrap {
  width: 95%;
  margin: 0 auto;
}

.case-wrap .flex {
  display: flex;
  gap: 15px;
}
.case-wrap .flex > div {
  width: 50%;
  padding: 20px 0;
}
.case-wrap .subtitle {
  text-align: center;
  border-bottom: 2px solid #008824;
  border-radius: 10px;
  background: #eeffe8;
  width: 50%;
  margin: 0 auto 30px;
  padding: 10px 40px;
  box-sizing: border-box;
  font-weight: normal;
  color: #015200;
}
.case-wrap .link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  gap: 15px;
}
.case-wrap .link-list li {
  width: 160px;
  text-align: center;
}
.case-wrap .link-list li a {
  font-size: 120%;
  letter-spacing: 2px;
  transition: all .2s ease;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  background: #008824;
  position: relative;
  top: -2px;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.case-wrap .link-list li a:hover {
  box-shadow: none;
  top: 0px;
}
.case-wrap .link-list li a.no-link {
  font-weight: normal;
  color: #000;
  background: #f7f7f7;
  border-bottom: none;
  position: static;
  pointer-events: none;
  box-shadow: none;
}
.case-wrap .other a {
  display: block;
  text-align: center;
  width: 160px;
  margin: 0px auto;
  font-size: 120%;
  letter-spacing: 2px;
  transition: all .2s ease;
  padding: 8px 0;
  text-decoration: none;
  background: #008824;
  position: relative;
  top: -2px;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

  font-weight: normal;
  color: #000;
  background: #f7f7f7;
  border-bottom: none;
  position: static;
  pointer-events: none;
  box-shadow: none;
}
@media screen and (max-width: 720px) {
  .case-wrap {
    margin: 0 auto 120px;
  }
  .case-wrap .flex {
    display: block;
  }
  .case-wrap .flex > div {
    width: 100%;
    padding: 20px 0;
  }
  .case-wrap .subtitle {
    margin: 0 auto 20px;
  }
  .case-wrap .link-list li {
    width: 120px;
    text-align: center;
  }
  .case-wrap .other {
    border-top: 1px dashed #008824;
    margin-top: 20px;
    padding-top: 30px;
  }
  .case-wrap .link-list li a,
  .case-wrap .other a {
    font-size: 100%;
  }
}


/* トップページにお知らせコンテンツ追加 */
.main #news {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  margin-top: -120px;
  padding-bottom: 60px;
  margin-bottom: -40px;
  width: 100%;
  overflow: hidden;
}
.main #news .bg {
  background: #fff;
  box-shadow: 0 0px 17px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(0 0 0 / 20%);
  margin: 0 -100px;
  padding: 0 100px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.main #news .bg .content {
  padding: 50px 0 100px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.main #news .icon-news {
  background: url(../images/icon-news1.png) no-repeat;
  background-size: 100%;
  width: 75px;
  height: 58px;
  display: block;
  margin: 0 auto;
}
.main #news .title {
  background: url(../images/title-news.png) no-repeat;
  background-size: 100%;
  width: 204px;
  height: 53px;
  display: block;
  margin: 10px auto 10px;
}
.main #news .newslist {
  *zoom: 1;
  width: 740px;
  min-height: 300px;
  margin: 0px auto 0;
  position: relative;
}
.main #news .newslist::before {
  background: url(../images/illust-news-himawari1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  content: '';
  width: 55px;
  height: 123px;
  z-index: 1;
  left: -59px;
  bottom: 0;
}
.main #news .newslist::after {
  background: url(../images/illust-news-himawari2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  content: '';
  width: 73px;
  height: 123px;
  z-index: 1;
  right: -74px;
  bottom: 0;
}
.main #news .newslist tr {
  border-bottom: 1px solid #000;
}
.main #news .newslist tr.hidden {
  display: none;
}
.main #news .newslist th {
  width: 160px;
}
.main #news .newslist th,
.main #news .newslist td {
  padding: 20px 10px 10px;
}
.main #news .newslist .icon-new {
  background: url(../images/icon-new.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 17px;
  display: block;
  margin: 0 auto 4px;
}
.main #news .newslist .icon-new.hidden {
  display: none;
}

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -7.5px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -2px, 0) scaleY(1.02);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}

@media screen and (max-width: 720px) {
  .main #news .newslist {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 450px) {
  .main #news .newslist th {
    width: 100%;
    padding-bottom: 0;
  }
  .main #news .newslist td {
    padding-top: 0;
  }
  .main #news .newslist th,
  .main #news .newslist td {
    display: block;
  }
}
