@charset "UTF-8";
#flow:after {
  content: "";
  display: block;
  clear: both;
}

.flow_contents_block,
.department_contents_block {
  display: block;
  box-sizing: border-box;
}

.flow_contents_block {
  border: 2px solid #00a0c6;
  background: #fff;
}

.department_contents_block {
  border: 2px solid #dbdbdb;
  background: #f2f2f2;
}

.jobs_name {
  color: #111111;
}

#conclusion {
  background: #00a0c6;
}

.conclusion_notes {
  color: #fff;
}

.conclusion_img:after {
  content: "";
  display: block;
  clear: both;
}

.conclusion_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#department .heading-block_wrap:before {
  content: "";
  display: block;
  line-height: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 641px), print {
  /* ------------------  pc   ------------------   */
  .page_header img {
    width: 139px;
  }
  
  #flow {
    width: 1008px;
    height: 1760px;
    margin-bottom: 34px;
    background: url(../images/flow_bg.png) no-repeat;
    position: relative;
  }
  
  .category_name {
    display: none;
  }
  
  .flow_contents_block {
    width: 380px;
    height: 330px;
    box-sizing: border-box;
    position: absolute;
  }
  
  .text-area {
    margin: 14px 23px 14px 23px;
  }
  
  .jobs_name {
    margin: 0 0 4px;
    font-size: 18px;
  }
  
  #sales {
    top: 25px;
    left: 25px;
  }
  
  #flow_technical_sales {
    top: 25px;
    right: 25px;
  }
  
  #basic_design {
    top: 455px;
    left: 25px;
  }
  
  #detailed_design {
    top: 455px;
    right: 25px;
  }
  
  #material_procurement {
    top: 815px;
    left: 25px;
  }
  
  #manufacturing {
    top: 815px;
    right: 25px;
  }
  
  #construction {
    top: 1245px;
    left: 25px;
  }
  
  #after_service {
    bottom: 75px;
    right: 25px;
  }
  
  #conclusion {
    width: 958px;
    padding: 40px 44px 48px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .conclusion_notes {
    margin: 0 0 24px;
    font-size: 26px;
    text-align: center;
  }
  
  .conclusion_img li {
    float: left;
    margin-left: 15px;
  }
  
  .conclusion_img li:first-child {
    margin-left: 0;
  }
  
  #department .heading-block_wrap {
    margin-top: 75px;
    margin-bottom: 23px;
  }
  
  #department .heading-block_wrap:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 69px 48px 69px;
    border-color: transparent transparent #009ec6 transparent;
    top: -48px;
  }
  
  .department_list {
    margin: 23px 15px 0;
  }
  
  .department_list li {
    float: left;
    width: 306px;
    margin-left: 30px;
  }
  
  .department_list li:first-child {
    margin-left: 0;
  }
  
  .department_list li .department_contents_block {
    height: 370px;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------  smp   ------------------   */
  .page_header img {
    width: 139px;
  }
  
  .flow_contents_wrap {
    padding: 10px 7px;
    margin-bottom: 25px;
    background: #e4f1f5;
    position: relative;
  }
  
  .flow_contents_wrap:after,
  .category_name.orange:after,
  .category_name.completion:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
  }
  
  .flow_contents_wrap:after {
    bottom: -17px;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #e4f1f5 transparent transparent transparent;
  }
  
  .flow_contents_wrap .img-area,
  .department_contents_block .img-area {
    overflow: hidden;
  }
  
  .flow_contents_wrap .img-area img,
  .department_contents_block .img-area img {
    width: 100%;
  }
  
  .category_name {
    padding: 8px;
    margin: 0 0 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  
  .category_name.primary {
    background: #00a0c6;
  }
  
  .category_name.orange {
    margin: 0 7px 20px;
    background: #f58232;
  }
  
  .category_name.orange:after {
    bottom: -9px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #f58232 transparent transparent transparent;
  }
  
  .category_name.completion {
    margin-bottom: 35px;
  }
  
  .category_name.completion:after {
    width: 30px;
    height: 26px;
    background: url(../images/arrow_double.png) no-repeat;
    background-size: contain;
    bottom: -26px;
    right: 0;
    left: 0;
  }
  
  .category_name.sky {
    background: #3ac1e1;
  }
  
  .text-area {
    margin: 10px 14px 23px 15px;
  }
  
  .jobs_name {
    margin: 0 0 3px;
    font-size: 16px;
  }
  
  .jobs_notes {
    font-size: 12px;
  }
  
  #conclusion {
    padding: 16px 12px 18px;
  }
  
  .conclusion_notes {
    margin: 5px 10px 14px;
    font-size: 18px;
  }
  
  .conclusion_img {
    width: 100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
  }
  
  .conclusion_img li {
    display: inline-block;
    width: 47.5%;
    height: auto;
    margin: 0 2px 4px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
  }
  
  .conclusion_img li:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .conclusion_img li:nth-child(odd) {
    margin-left: 0;
  }
  
  .conclusion_img li:nth-child(even) {
    margin-right: 0;
  }
  
  .conclusion_img li:last-child {
    float: inherit;
    margin: 0 auto 6px;
  }
  
  .conclusion_img li:nth-child(odd) img {
    float: right;
  }
  
  .conclusion_img li:nth-child(even) img {
    float: left;
  }
  
  .conclusion_img li:last-child img {
    float: inherit;
  }
  
  #department .heading-block_wrap {
    margin-top: 32px;
    margin-bottom: 12px !important;
  }
  
  #department .heading-block_wrap:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #009ec6 transparent;
    top: 15px;
  }
}

/* ---------- 2022/12/26追加 ---------- */

.movie_heading * {
  margin: 0;
}

.movie_heading h2 span {
  color: #00a0c6;
}

.movie_heading p {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.movie_heading p::before,
.movie_heading p::after {
  content: "";
  display: block;
  background-color: #000;
}

.movie_heading p::before {
  transform: rotate(-25deg);
}

.movie_heading p::after {
  transform: rotate(25deg);
}

.movie_wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 641px), print {
  .movie_heading {
    margin-bottom: 30px;
  }
  
  .movie_heading p {
    font-size: 20px;
  }
  
  .movie_heading h2 {
    font-size: 34px;
  }
  
  .movie_heading p::before,
  .movie_heading p::after {
    width: 2px;
    height: 20px;
  }
  
  .movie_heading p::before {
    margin-right: 15px;
  }

  .movie_heading p::after {
    margin-left: 15px;
  }
  
  .movie_body {
    width: 680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .movie_heading {
    margin-bottom: 20px;
  }
  
  .movie_heading p {
    font-size: 13px;
  }
  
  .movie_heading h2 {
    font-size: 20px;
  }
  
  .movie_heading p::before,
  .movie_heading p::after {
    width: 1px;
    height: 12px;
  }
  
  .movie_heading p::before {
    margin-right: 10px;
  }

  .movie_heading p::after {
    margin-left: 10px;
  }
}