@charset "UTF-8";
/*--------------------- .black_title ---------------------*/
.black_title {
  font-size: 30px;
  font-family: "Mplus 1p";
  font-weight: 500;
  margin: 0 10px 15px;
}
.black_title small {
  font-size: 18px;
}


/*--------------------- .story04_acr_box ---------------------*/
.story04_acr_box {
  display: flex;
  margin: 0 -5px;
}
.story04_acr_box li {
  height: 270px;
  padding: 0 5px;
  text-align: center;
}
.story04_acr_box li span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.story04_acr_box li a {
  display: block;
}
.story04_acr_box li a:hover {
  box-shadow: 0 0 0 10px #e62c2c inset;
}
.story04_acr_box li a:hover img {
  opacity: 1;
  z-index: -1;
}


/*--------------------- .story04_bg ---------------------*/
.story04_bg {
  position: relative;
  margin-bottom: 17%;
}
.story04_bg .bg {
  background: url(../img/story04/movie_img.png) center center no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 16.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.year_border {
  position: relative;
  margin: 0 80px;
}
.year_border .bg {
  background: url(../img/story04/year_border.png) center center no-repeat;
  background-size: contain;
  display: block;
  padding-bottom: 15%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bg_top_mt {
  margin-top: 40%;
}



/*--------------------- .office_info_box ---------------------*/
.office_info_box {
  display: flex;
  justify-content: space-between;
}
.office_info_img {
  width: 19%;
}
.office_info_txt {
  background: url(../img/story04/office_img02.png)10% center no-repeat;
  background-size: contain;
  background-color: #323232;
  display: flex;
  align-items: center;
  width: 80%;
}
.office_info_txt .txt_inr {
  color: #fff;
  margin-left: 35%;
}



/*--------------------- .square_ttl ---------------------*/
.square_ttl {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.square_ttl small {
  color: #000;
}
.square_ttl.square_on::before {
  background-color: #ea9c53;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: initial;
  width: 18px;
}
.square_ttl.square_on.two_p_color {
  position: relative;
}
.square_ttl.square_on.two_p_color::before {
  margin-right: 40px;
}
.square_ttl.square_on.two_p_color::after {
  background-color: #8b7fb4;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 25px;
  vertical-align: initial;
  width: 18px;
}
.square_ttl.square_on.green::before {
  background-color: #d4de84;
}
.square_ttl.square_on.blue::before {
  background-color: #a6bddf;
}
.square_ttl.square_on.gray::before {
  background-color: #9f9fa0;
}
.square_ttl.square_on.dark_green::before {
  background-color: #86bc5f;
}
.square_ttl.square_on.purple::before {
  background-color: #8b7fb4;
}
.square_ttl.square_on.orange::before {
  background-color: #ea9c53;
}


/*--------------------- .story04_about_box ---------------------*/
.story04_about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.story04_about_box .about_img_box {
  width: 68%;
}
.story04_about_box .about_txt_box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 30%;
}
.story04_about_box .about_txt_box p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.about_name_list li {
  font-size: 12px;
  margin-top: 10px;
}
.about_name_list li::before {
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  width: 12px;
}
.about_name_list li.green::before {
  background-color: #d4de84;
}
.about_name_list li.blue::before {
  background-color: #a6bddf;
}
.about_name_list li.gray::before {
  background-color: #9f9fa0;
}
.about_name_list li.dark_green::before {
  background-color: #86bc5f;
}
.about_name_list li.purple::before {
  background-color: #8b7fb4;
}
.about_name_list li.orange::before {
  background-color: #ea9c53;
}



/*--------------------- .work_system_list ---------------------*/
.work_system_list {
  display: flex;
  margin: 0 -5px 50px;
}
.work_system_list li {
  padding: 0 5px;
  width: 25%;
}
.work_system_list li .txt {
  background-color: #9f9fa0;
  color: #fff;
  font-size: 14px;
  padding: 15px;
}


/*--------------------- .comment_list ---------------------*/
.comment_list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
.comment_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  width: 33.333%;
}
.comment_list li .img {
  margin: 0;
  width: 39%;
}
.comment_list li .txt {
  font-size: 12px;
  margin: 0;
  width: 57%;
}
.comment_list li .name {
  font-size: 14px;
  margin: 0 0 5px;
  width: 100%;
}


.wide_img .caption {
  margin: 15px 0 30px;
  text-align: right;
}

/*--------------------- .modal-list ---------------------*/
.modal-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.modal-list .list-btn {
  margin-bottom: 20px;
  padding: 0 5px;
  width: 20%;
}
.modal-list .list-btn .caption {
  font-size: 14px;
  text-align: center;
}
.modal-list .modal-btn:hover {
  opacity: 0.5;
}


/*--------------------- .modal ---------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.modal__bg {
  display: none;
}
.modal__bg.block {
  background: rgba(0,0,0,0.8);
  display: block;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal__content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
  z-index: 1000;
}
.modal__inr {
  padding: 60px 70px;
  position: relative;
}
.close-btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  display: block;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 12px;
  width: 50px;
}
.close-btn .trigger {
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 30px;
}
.close-btn .trigger span {
  background-color: #000;
  display: inline-block;
  height: 1px;
  width: 100%;
}
.close-btn .trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.close-btn .trigger span:nth-of-type(2) {
  transform: translateY(-14px) rotate(45deg);
}
.work_flow_ttl {
  font-size: 40px;
  line-height: 1.2;
}
.work_flow_ttl span {
  display: block;
  font-size: 12px;
}
.work_flow_ttl strong {
  display: block;
  font-size: 25px;
  font-weight: normal;
  margin: 30px 0 10px;
}
.modal_inr_icon {
  margin-bottom: 20px;
}
.modal_txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}


@media only screen and (max-width: 1440px) {
  .story04_bg {
    margin-bottom: 17%;
  }
  .story04_bg .bg {
    background-size: contain;
  }
}

@media only screen and (max-width: 1280px) {
  /*--------------------- .modal ---------------------*/
  .modal__content {
    width: 60%;
  }
}

@media only screen and (max-width: 960px) {
  .story04_bg .bg {
    background-size: contain;
  }
  
  /*--------------------- .modal ---------------------*/
  .modal__content {
    width: 90%;
  }
  .modal__inr {
    padding: 50px 10px 10px;
  }
  .close-btn {
    height: 30px;
    width: 30px;
  }
  .close-btn .trigger {
    height: 20px;
    width: 20px;
  }
  .close-btn .trigger span:nth-of-type(1) {
    transform: translateY(-1px) rotate(-45deg);
  }
  .close-btn .trigger span:nth-of-type(2) {
    transform: translateY(-23px) rotate(45deg);
  }
  
  .modal-list .list-btn {
    margin-bottom: 40px;
    width: 33.333%;
  }
}

@media only screen and (max-width: 800px) {
  /*--------------------- .black_title ---------------------*/
  .black_title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
  .black_title small {
    font-size: 14px;
  }
  
  /*--------------------- .story04_acr_box ---------------------*/
  .story04_acr_box li {
    height: 50%;
  }
  
  /*--------------------- .story04_bg ---------------------*/
  .year_border {
    margin: 0;
  }
  .bg_top_mt {
    margin-top: 50%;
  }
  
  
  .office_info_box {
    display: block;
  }
  .office_info_img {
    margin: 0 auto;
    width: 60%;
  }
  .office_info_img {
    margin-bottom: 15px;
  }
  .office_info_txt {
    background-position: top center;
    background-size: auto 250px;
    width: 100%;
  }
  .office_info_txt .txt_inr {
    font-size: 14px;
    margin: 270px 0 0;
    padding: 0 20px;
  }
  
  .story04_about_box {
    display: block;
    margin-bottom: 50px;
  }
  .story04_about_box .about_img_box, .story04_about_box .about_txt_box {
    width: 100%;
  }
  .about_name_list li {
    margin: 0;
  }
  
  .work_system_list {
    flex-wrap: wrap;
  }
  .work_system_list li {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 4%;
    width: 50%;
  }
  
  
  .square_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .square_ttl.square_on::before {
    height: 14px;
    vertical-align: baseline;
    width: 14px;
  }
  .square_ttl.square_on.two_p_color::after {
    top: 2px;
    height: 14px;
    width: 14px;
  }

  .comment_list {
    display: block;
    margin: 0;
  }
  .comment_list li {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .story04_bg .bg {
  background-size: contain;
}
  
  
  /*--------------------- .modal ---------------------*/
  .modal__content {
    width: 95%;
  }
  .work_flow_ttl {
    font-size: 30px;
  }
  .work_flow_ttl span {
    font-size: 10px;
  }
  .work_flow_ttl strong {
    font-size: 20px;
    margin-top: 10px;
  }
  .modal_txt {
    font-size: 14px;
    line-height: 1.7;
  }

  .modal-list .list-btn {
    margin-bottom: 20px;
    width: 50%;
  }
}