/* Scss Document ceo
*****************************************************************/
/* mixin
*********************************************************************/
/* media query */
/*
*****************************************************************/
.area_feature {
  height: 60vh;
  background-image: url("../images/main.jpg");
}

.block_copy .inner p {
  color: #FFF;
}

.area_ceo {
  padding: 0 10px;
}

.block_ceo {
  max-width: 1200px;
  margin: 0 auto;
}
.block_ceo h2 {
  font-size: 3rem;
  font-family: 'shippori';
  line-height: 1.2em;
  border-bottom: #666 solid 1px;
  text-align: center;
  padding: 0 0 20px;
}
.block_ceo .box_ceo {
  padding: 40px 0 50px;
}
.block_ceo .box_ceo .part_img {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
}
.block_ceo .box_ceo .part_img .inner {
  line-height: 0em;
}
.block_ceo .box_ceo .part_img .inner img {
  width: 100%;
  height: auto;
}
.block_ceo .box_ceo .part_img .ttl_ceo {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.block_ceo .box_ceo .part_img .ttl_ceo .shoulder {
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
}
.block_ceo .box_ceo .part_img .ttl_ceo .sign {
  padding: 0 10px;
}
.block_ceo .box_ceo .part_img .ttl_ceo .sign img {
  max-width: 159px;
  width: 100%;
  height: auto;
}
.block_ceo .box_ceo .part_img .ceo_info {
  border-top: #666 solid 1px;
  padding: 10px 0 0;
}
.block_ceo .box_ceo .part_img .ceo_info p {
  font-size: 1.4rem;
  line-height: 2em;
  text-align: justify;
}
.block_ceo .box_ceo .part_txt dl {
  color: #00a599;
  font-size: 2.2rem;
  line-height: 1.3em;
  padding: 0 0 25px;
  display: flex;
}
.block_ceo .box_ceo .part_txt p {
  font-size: 1.6rem;
  line-height: 2.4em;
  text-align: justify;
  padding: 0 0 50px;
}
.block_ceo .box_ceo .part_txt .inner_img {
  width: 50%;
  padding: 0 0 0 30px;
  float: right;
}
.block_ceo .box_ceo .part_txt .inner_img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 769px) {
  .block_ceo h2 {
    font-size: 2.4rem;
    text-align: left;
    padding: 0 0 10px 1em;
    text-indent: -1em;
  }
  .block_ceo .box_ceo {
    padding: 20px 0 30px;
  }
  .block_ceo .box_ceo .part_img .ttl_ceo {
    display: block;
    padding: 10px 0;
  }
  .block_ceo .box_ceo .part_img .ttl_ceo .sign {
    text-align: center;
    padding: 4px 0 0;
  }
  .block_ceo .box_ceo .part_img .ceo_info p {
    line-height: 1.6em;
  }
  .block_ceo .box_ceo .part_txt dl {
    font-size: 2rem;
    padding: 0 0 15px;
  }
  .block_ceo .box_ceo .part_txt p {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
@media all and (max-width: 494px) {
  .block_ceo .box_ceo .part_img {
    float: none;
    width: 100%;
    padding: 0 0px 20px 0;
  }
}

.area_image {
  padding: 0 0 50px;
}
.area_image img {
  width: 100%;
  height: auto;
}

.area_visual {
  width: 100%;
  height: 56vh;
  min-height: 200px;
  background-image: url("../images/img03.jpg");
  background-position: center center;
  background-size: cover;
}
