@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}
#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}
#main_visual .heading_page span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}
#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
#main_visual .heading_page span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}
#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}
#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}
#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}
#main_visual .pic {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main_visual::before {
    height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    margin-top: 10px;
  }
}

/*============================================================
PEOPLE
*/
#people {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
  #people {
    padding: 30px 0;
  }
}
#people .people_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #people .people_list {
    display: block;
  }
}
#people .people_list li {
  background: #f7f8f4;
  margin: 0 54px 54px 0;
  flex: 0 0 354px;
  max-width: 354px;
}
@media only screen and (max-width: 768px) {
  #people .people_list li {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
#people .people_list li a {
  display: block;
  position: relative;
}
#people .people_list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#people .people_list li a .pic {
  width: 354px;
  height: 330px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .pic {
    width: 100%;
    height: inherit;
  }
}
#people .people_list li a .pic img {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0.0001deg);
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .pic img {
    width: 100%;
  }
}
#people .people_list li a .label {
  margin-top: -18px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .label {
    padding-left: 15px;
  }
}
#people .people_list li a .label span {
  color: #fff;
  padding: 12px 20px 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .label span {
    padding: 10px 15px 8px;
  }
}
#people .people_list li a .inner {
  padding: 30px 20px 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .inner {
    padding: 20px 15px 25px;
  }
}
#people .people_list li a .inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .inner::before {
    border-width: 0 0 10px 10px;
  }
}
#people .people_list li a .h_name {
  display: flex;
  align-items: flex-end;
}
#people .people_list li a .h_name span {
  display: block;
}
#people .people_list li a .h_name span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 22px;
  font-weight: 600;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .h_name span.ja {
    font-size: 18px;
    margin-right: 10px;
  }
}
#people .people_list li a .h_name span.en {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a .h_name span.en {
    font-size: 12px;
  }
}
#people .people_list li a:hover::before {
  transform: translate(8px, 8px);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #people .people_list li a:hover::before {
    transform: none;
  }
}
#people .people_list li a:hover .pic img {
  transform: scale(1.1);
}
#people .people_list li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #people .people_list li:nth-child(3n) {
    margin-right: auto;
  }
}
#people .people_list li.manufucturing a::before {
  background: #eb9d37;
}
#people .people_list li.manufucturing .label span {
  background: #eb9d37;
}
#people .people_list li.manufucturing .inner::before {
  border-color: transparent transparent #eb9d37 transparent;
}
#people .people_list li.manufucturing .h_name .en {
  color: #eb9d37;
}
#people .people_list li.sales a::before {
  background: #1381ba;
}
#people .people_list li.sales .label span {
  background: #1381ba;
}
#people .people_list li.sales .inner::before {
  border-color: transparent transparent #1381ba transparent;
}
#people .people_list li.sales .h_name .en {
  color: #1381ba;
}
#people .people_list li.messcud a::before {
  background: #9113ba;
}
#people .people_list li.messcud .label span {
  background: #9113ba;
}
#people .people_list li.messcud .inner::before {
  border-color: transparent transparent #9113ba transparent;
}
#people .people_list li.messcud .h_name .en {
  color: #9113ba;
}
#people .people_list li.accounting a::before {
  background: #13c6bb;
}
#people .people_list li.accounting .label span {
  background: #13c6bb;
}
#people .people_list li.accounting .inner::before {
  border-color: transparent transparent #13c6bb transparent;
}
#people .people_list li.accounting .h_name .en {
  color: #13c6bb;
}
#people .people_list li.operations a::before {
  background: #0c9fbf;
}
#people .people_list li.operations .label span {
  background: #0c9fbf;
}
#people .people_list li.operations .inner::before {
  border-color: transparent transparent #0c9fbf transparent;
}
#people .people_list li.operations .h_name .en {
  color: #0c9fbf;
}
#people .note {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #people .note {
    font-size: 12px;
    margin-top: 25px;
  }
}
