@charset "UTF-8";

/*--------------------- .episode05 ---------------------*/
.episode05{
  width: 100%;
  max-width: 1480px;
  min-width: 1000px;
  margin: 0 auto;
}
.episode05 .box{
  overflow: hidden;
  margin-bottom: 20px;
}
.episode05 .box .pic{
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 300px;
  float: right;
}
.episode05 .box .txt{
  float: left;
  width: 47%;
}
.episode05 .box .txt .title{
  font-size: 27px;
  color: #e73918;
  font-weight: lighter;
  margin: 40px 0 20px 0;
}
.episode05 .box .txt p{
  line-height: 180%;
  padding-top: 100px;
}
.episode05 .even .pic {
  float: left;
}
.episode05 .even .txt {
  float: right;
}
.episode05 .epi02 .pic{
  background: url(../img/epi05_pic03.jpg) center / contain no-repeat;
}
.episode05 .num_ttl {
  text-align: center;
}
.episode05 .link-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.episode05 .link-area .btns {
  width: 50%;
}
.episode05 .link-area .btns-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.episode05 .link-area .btn-img {
	display: block;
	width: 72%;
}
.episode05 .link-area .btn-img.door-img {
  display: block;
  width: 24%;
}
.episode05 .link-area .btn-img:last-child {
  margin-right: 0;
  filter: drop-shadow(1px 1.5px 1px rgba(0,0,0,0.5));
}
.episode05 .onoff-text {
	width: 74%;
}
.episode05 .link-area .imgs {
  width: 40%;
}
.episode05 .link-area .imgs img {
  width: 100%;
}
.episode05 .link-area .btn-img.door-img {
  background: url("../img/onofficezushi-off.svg") no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
	display: block;
  padding-top: 13.5%;
}
.episode05 .link-area .btn-img.door-img:hover {
  background: url("../img/onofficezushi-on.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.episode05 .link-area .btn-img.door-img img {
  height: 100%;
  width: auto;
}
.small-text {
  font-size: 90%;
  text-align: center;
  margin-top: 10px;
	margin-bottom: 0;
}
.img-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-flex .wide_img {
  width: 48%;
}

@media only screen and (max-width: 1080px) {
  .episode05 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .episode05 .box .txt p {
    padding-top: 95px;
  }
  .episode05 .link-area {
    width: 100%;
    flex-flow: column;
  }
  .episode05 .link-area .btns-flex {
    flex-flow: column;
  }
  .episode05 .link-area .btn-img {
    margin-right: 0;
		margin-bottom: 30px;
    width: 100%;
  }
  .episode05 .link-area .btn-img:last-child {
    margin-bottom: 0;
  }
  .episode05 .link-area .btns {
    width: 70%;
    margin-bottom: 40px;
  }
  .small-text {
    font-size: 100%;
  }
	.episode05 .onoff-text {
		width: 100%;
	}
	.episode05 .link-area .btn-img.door-img {
		width: 50%;
		padding-top: 26%;
	}
}
@media only screen and (max-width: 800px) {
  .episode05 .box .pic {
    width: 100%;
    height: 220px;
    float: none;
  }
  .episode05 .box .txt {
    float: none;
    width: 100%;
  }
  .episode05 .box .txt .title {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  .episode05 .box .txt p {
    line-height: 160%;
    font-size: 14px;
    padding-top: 30px;
    margin-top: 0;
  }
  .episode05 .link-area .imgs {
    width: 100%;
  }
  .img-flex {
    display: block;
  }
  .img-flex .wide_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .episode05 .link-area .btn-img {
    padding: 0 8vw;
  }
}
@media only screen and (max-width: 680px) {
  .episode05 .link-area .btns {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .episode05 .box .txt p {
    padding-top: 0px;
  }
}

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


/*--------------------- .story05_acr_box ---------------------*/
.story05_acr_box {
  display: flex;
  margin: 0 -5px;
}
.story05_acr_box li {
  height: 270px;
  padding: 0 5px;
  text-align: center;
}
.story05_acr_box li span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.story05_acr_box li a {
  display: block;
}
.story05_acr_box li a:hover {
  box-shadow: 0 0 0 10px #e62c2c inset;
}
.story05_acr_box li a:hover img {
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width:1080px){
  .storyBox {
    width: 100%;
  }
}


/*--------------------- .story05_bg ---------------------*/
.story05_bg {
  position: relative;
  margin-bottom: 17%;
}
.story05_bg .bg {
  background: url(../img/story05/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/story05/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/story05/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;
}


/*--------------------- .story05_about_box ---------------------*/
.storyBox {
	width: auto;
}
.story05_about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.story05_about_box .about_img_box {
  width: 68%;
}
.story05_about_box .about_txt_box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 30%;
}
.story05_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;
}
.storyTitle {
  margin-bottom: 30px;
}
.member-wrapper {
  margin-top: 30px;
  padding: 30px 50px;;
  background: #f0f0f0;
}
.flont-img img, .member-wrapper img {
  width: 100%;
}
.member-title {
  text-align: center;
  margin-bottom: 30px;
}
.member-title span {
  font-size: 24px;
  color: #e60012;
}
.member-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.member-flex .member {
  width: 45%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
}
.member-flex .photo {
  width: 47%;
}
.member-flex .member span {
  display: block;
  padding: 7px 0 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #000;
}
.member-flex .text {
  width: 45%;
}
.flow-imgArea {
	background: url("../img/epi05_pic03.jpg") no-repeat;
	background-size: contain;
	background-position: center;
	height: 170px;
	width: 100%;
}
@media screen and (max-width:800px){
  .member-flex {
    flex-wrap: wrap;
  }
  .member-flex .member, .member-flex .text {
    width: 100%;
  }
  .member-flex .member {
    margin-bottom: 20px;
  }
  .member-wrapper {
    padding: 20px;
  }
	.flow-imgArea {
		background: url("../img/epi05_pic03-2.jpg") no-repeat;
		background-size: contain;
		background-position: center;
		height: 38.5vw;
	}
}

/*--------------------- .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) {
  .story05_bg {
    margin-bottom: 17%;
  }
  .story05_bg .bg {
    background-size: contain;
  }
}

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

@media only screen and (max-width: 960px) {
  .story05_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;
  }
  
  /*--------------------- .story05_acr_box ---------------------*/
  .story05_acr_box li {
    height: 50%;
  }
  
  /*--------------------- .story05_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;
  }
  
  .story05_about_box {
    display: block;
    margin-bottom: 50px;
  }
  .story05_about_box .about_img_box, .story05_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) {
  .story05_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%;
  }
}

