@charset "UTF-8";
.works_archive .common_mv, .single.common_mv {
  background: url("../../images/works/mv.jpg")no-repeat center center/cover;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
}
.checklist_wrap {
  padding: 0 2rem;
}
.checklist_wrap .cont_inr {
  padding: 2rem 1.5rem;
  background-color: #F3F5F9;
  display: flex;
  flex-wrap: wrap;
}
.checklist_wrap .c_ttl {
  line-height: 1.6;
  margin-bottom: 2rem;
  width: 100%;
}
.checklist_wrap .c_ttl .en {
  font-size: 2.4rem;
}
.checklist_wrap .c_ttl .jp {
  font-size: 1.4rem;
  display: block;
  color: #ED6D2F;
}
#searchform {
  width: 100%;
}
.js-checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.js-checklist .check_inr {
  width: 49%;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
}
.js-checklist .check_inr .ttl {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.js-checklist .check_inr .checklist-item {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.js-checklist .check_inr .checklist-item label {
  display: block;
  padding-left: 2rem;
  text-indent: -2rem;
  line-height: 1.1;
}
.list_wrap li {
  margin-bottom: 0.5rem;
}
.btn_wrap {
  max-width: 32rem;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.btn_search, .alldemis {
  width: 15rem;
  color: #fff;
  border: none;
  height: 5.8rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.btn_search {
  background-color: #E96C30;
}
.alldemis {
  background-color: #B9B9B9
}
.txt__notion {
  font-size: 2rem;
  text-align: center;
}
/*single */
.single .en {
  font-weight: 300;
  font-size: 1.4rem;
}
.single.common_mv {
  overflow: hidden;
}
.single.common_mv .bg_img {
  position: absolute;
  width: 100%;
  /*  height: 100%;*/
  left: 0;
  top: 0;
  z-index: -1;
  height: 570px;
}
.single.common_mv .bg_img img {
  object-fit: cover;
  height: 570px;
  width: 100%;
}
.single.common_mv .bg_img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  left: 0;
  top: 0;
  content: "";
}
.single .ttl {
  font-size: 1.8rem;
  padding: 0.8rem 1rem 0.8rem 3rem;
  padding-left: 3rem;
  border-bottom: 1px solid #DBDBDB;
  border-left: 4px solid #E95A34;
  color: #E95A34;
  margin-bottom: 4rem;
}
.single.article_wrap {
  padding: 0 3rem 15rem;
}
.single .cont_inr {
  max-width: 112rem;
}
.single table {
  width: 100%;
  text-align: left;
  margin: 8rem auto;
}
.single .slick_pause {
  background-color: #FF6801;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px;
  display: block;
}
.single .slick_pause.btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: solid 2px #ed6d2b;
}
.single .slick_pause.btn::after {
  content: '';
  width: 5px;
  height: 13px;
  border-width: 0 3px 0 3px;
  border-color: transparent #ed6d2b transparent #ed6d2b;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 再生 */
.single .slick_pause.btn.playback::after {
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ed6d2b;
}
.dot-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot-area .slick-dots {
  position: relative;
  width: auto;
  bottom: 5px;
  margin-right: 10px;
}
.slick-dots li.slick-active button:before {
  color: #ed6d2b;
}
.single table tbody {
  width: 100%;
  display: table;
}
.single table th {
  border-bottom: 1px solid #FF813E;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  font-weight: 700;
}
.single table td {
  border-bottom: 1px solid #E4EBF8;
  padding: 1.5rem 1rem;
}
.single .cvsbtn {
  margin: auto;
}
.single .cat_list li {
  background-color: #0048BF;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.single .cat_list li span {
  margin-right: 2rem;
}
.single .slider .slick-prev {
  left: 7%;
}
.single .slider .slick-next {
  right: 7%;
}
.single .slider .slick-prev, .single .slider .slick-next {
  background-color: #FF6801;
  border-radius: 3px;
  width: 34px;
  height: 34px;
  z-index: 10;
}
.single .slider .slider_inr, .single .slider .slick-cloned {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.single .slider .slick-slide {
  transform: scale(0.9);
}
.single .slider .slick-current {
  transform: scale(1);
}
.single .slider .slick-next:before {
  font-family: 'icomoon' !important;
  content: "\e931";
}
.single .slider .slick-prev:before {
  font-family: 'icomoon' !important;
  content: "\e930";
}
.single .slider .slick-dots li.slick-active button:before {
  color: #FF6801;
}
.single .slider .slick-dots li button:before {
  font-size: 10px;
}
.single .slider .slick-dots {
  bottom: -50px;
}
.single .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .checklist_wrap .cont_inr {
    padding: 3rem;
  }
  /*
  #searchform {
    width: calc(100% - 200px);
  }
  .checklist_wrap .c_ttl {
    width: 200px;
    margin-right: 0;
  }
*/
  .checklist_wrap .c_ttl .en {
    font-size: 3rem;
  }
  .checklist_wrap .c_ttl .jp {
    font-size: 1.5rem
  }
  .js-checklist .check_inr {
    width: calc(25% - 10px);
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .js-checklist .check_inr .ttl {
    font-size: 1.8rem;
  }
  .js-checklist .check_inr .checklist-item {
    font-size: 1.6rem;
  }
  .btn_wrap {
    max-width: 40rem;
  }
  .btn_search, .alldemis {
    width: 19rem;
  }
  .single .slider .slider_inr {
    margin: 0 10px;
  }
  .single .en {
    font-size: 1.6rem;
  }
  .single .ttl {
    font-size: 2rem;
  }
  .single table th {
    width: 18rem;
    padding: 2.5rem 3rem;
  }
  .single table td {
    width: calc(100% - 18rem);
    padding: 2.5rem 3rem;
  }
  .single.article_wrap {
    padding: 0 6rem 20rem;
  }
  .single .cat_list li {
    margin-right: 5rem;
    margin-bottom: 1.5rem;
  }
  .single .slider .slick-prev, .single .slider .slick-next {
    width: 54px;
    height: 54px;
  }
}
@media only screen and (min-width: 1000px) {
  #searchform {
    width: calc(100% - 200px);
  }
  .checklist_wrap .c_ttl {
    width: 200px;
  }
}
@media only screen and (min-width: 1367px) {
  .checklist_wrap .cont_inr {
    padding: 5rem;
  }
  .js-checklist .check_inr {
    width: calc(25% - 10px);
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .js-checklist .check_inr {
    margin-bottom: 1rem;
  }
  .single table th, .single table td {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
  }
  .single .cat_list li {
    margin-bottom: 1rem;
  }
}