@charset "utf-8";
/* CSS Document */
.mv {
  background: url("../img/case/bg_mv_pc_v2.webp") no-repeat center center;
  background-size: cover;
  height: 380px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.mv .mv-title .en.title {
  font-size: 2.2rem;
  margin-bottom: 0px;
  display: inline;
} 
.mv .mv-title .title {
  font-size: 3rem;
  font-weight: 700;
  background-color: #fff;
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url("../img/case/bg_mv_sp_v2.webp") no-repeat center center;
    background-size: cover;
    height: 300px;
  }
}

.c-title01 {
  margin-bottom: 60px;
}
.c-title01 .en {
  font-size: 1.8rem;
}
.c-title01 .title {
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-title01 {
    margin-bottom: 40px;
  }
}


.situation-area {
  margin-bottom: 80px;
}
.situation-area .situation-list {
  display: flex;
  justify-content: center;
}
.situation-area .situation-list li {
  width: 128px;
  margin: 0 10px;
  padding-left: 0;
  text-indent: 0;
}
.situation-area .situation-list li::before {
  display: none;
}
.situation-area .situation-list li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 128px;
  text-align: center;
}
.situation-area .situation-list li a:hover {
  background-color: #C9A252;
  text-decoration: none;
}
.situation-area .situation-list li a:hover .text {
  color: #fff;
}
.situation-area .situation-list li a .image {
  margin: 0 15px 10px;
}
.situation-area .situation-list li a .text {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #003333;
}

@media screen and (max-width: 768px) {
  .situation-area .situation-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .situation-area .situation-list li {
    width: 44.77%;
    margin: 0 0 40px 0;
  }
  .situation-area .situation-list li a {
    height: 150px;
  }
}

.age-area {
  margin-bottom: 80px;
}
.age-area .age-list {
  display: flex;
  justify-content: center;
}
.age-area .age-list li {
  width: 128px;
  margin: 0 10px;
  padding-left: 0;
  text-indent: 0;
}
.age-area .age-list li::before {
  display: none;
}
.age-area .age-list li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 128px;
  text-align: center;
}
.age-area .age-list li a:hover {
  background-color: #C9A252;
  text-decoration: none;
}
.age-area .age-list li a:hover .text {
  color: #fff;
}
.age-area .age-list li a .image {
  margin: 0 0 2px;
}
.age-area .age-list li a .text {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #003333;
}

@media screen and (max-width: 768px) {
  .age-area .age-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .age-area .age-list li {
    width: 44.77%;
    margin: 0 0 40px 0;
  }
  .age-area .age-list li a {
    height: 150px;
  }
}
.case-list__block {
  margin-bottom: 80px;
}
.case-list__item {
  position: relative;
  background-color: #fff;
  padding: 40px 80px 70px;
}
.case-list__item h3 {
  margin-bottom: 30px;
}
.case-list__item + .case-list__item {
  margin-top: 80px;
}
.photo-block {
  display: flex;
  justify-content: space-between;
  background: url("../img/case/icon_arrow01.svg") no-repeat center center;
  margin-bottom: 40px;
  background-size: 33px 28px;
}
.photo-block .photo {
  width: 43.98%;
  position: relative;
}
.photo-block .photo .tag {
  width: 74px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #C9A252;
}
.photo-block .photo:nth-child(2) .tag {
  background-color: #D83852;
}
.detail-block {
  background-color: #F6F1EB;
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.detail-block .box {
  width: 50%;
}
.detail-block .box dl {
  display: flex;
  margin: 0;
}
.detail-block .box dl + dl {
  margin-top: 16px;
}
.detail-block .box dl dt {
  width: 6em;
  font-weight: bold
}
.detail-block .box dl dd {
  margin: 0; 
}
.addition {
  padding: 0 20px 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.addition dl {
  display: flex;
  margin: 0;
}
.addition dl + dl {
  margin-top: 16px;
}
.addition dl dt {
  width: 7em;
  font-weight: bold;
  text-align: left;
}
.addition dl dd {
  width: calc(100% - 7em);
  margin: 0;
  text-align: left;
}
.category-list {
  display: flex;
  margin: 0 0 20px 0;
}
.category-list li {
  border: 1px solid #A17E8E;
  margin: 0 20px 0 0;
  text-indent: 0;
  padding: 5px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.category-list li::before {
  display: none;
}
.point {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.serial {
  position: absolute;
  bottom: 40px;
  right: 80px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .case-list__item {
    padding: 40px 20px;
  }
  .photo-block {
    display: block;
    background: url("../img/case/icon_arrow02.svg") no-repeat center center;
    background-size: 33px 28px;
  }
  .photo-block .photo {
    width: 100%;
  }
  .photo-block .photo + .photo {
    margin-top: 78px;
  }
  .detail-block {
    display: block;
  }
  .detail-block .box {
    width: 100%;
  }
  .detail-block .box + .box {
    margin-top: 16px;
  }
  .addition {
    padding: 0 0 30px;
  }
  .addition dl {
    display: block;
  }
  .addition dl dt {
    width: 100%;
  }
  .addition dl dd {
    width: 100%;
  }
  .category-list {
    display: flex;
    margin: 0 0 20px 0;
  }
  .serial {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    margin-top: 20px;
  }
}

.pagination {
  text-align: center;
  margin-bottom: 80px;
}
.pagination a,
.pagination span {
  border: 1px solid #C7C7BB;
  background-color: #fff;
  display: inline-block;
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin: 0 6px;
  text-decoration: none;
  width: 40px;
  margin-bottom: 20px;
}
.pagination span:first-child {
  width: 80px;
}
.pagination a:hover {
  background: #C9A252;
  border: 1px solid #C9A252;
  color: #FFF;
}
.pagination a.prev, .pagination a.next {
  padding: 0 10px;
  width: auto;
}
.pagination .current {
  background: #C9A252;
  border: 1px solid #C9A252;
  color: #FFF;
}
.pagination .first,.pagination .last{
  width: 80px;
}
.point-area .point-box {
  background-color: #F6F1EB;
  padding: 20px;
  margin-bottom: 30px;
}
.point-area .point-box .title {
  font-weight: 700;
  margin-bottom: 10px;
}


.case-detail__block {
  margin-bottom: 80px;
}
.case-detail__item {
  position: relative;
  background-color: #fff;
  padding: 0 0 70px;
  margin-top: 80px;
}
.detail-bottom {
  padding: 0 80px;
}
.case-detail__item .photo-list .photo-block {
  padding: 40px 80px;
  margin-bottom: 0;
}
.case-detail__item .photo-list .photo-block + .photo-block {
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .case-detail__item {
    position: relative;
    background-color: #fff;
    padding: 0 0 40px;
  }
  .detail-bottom {
    padding: 0 20px;
  }
  .case-detail__item .photo-list .photo-block {
    padding: 40px 20px;
    margin-bottom: 0;
  }
}

