@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 .container_w {
  position: relative;
}
#main_visual .container_w::before {
  content: "";
  background: #f7f8f4;
  width: 150%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: -60px;
  right: 80px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual .container_w::before {
    height: 75%;
    right: 15px;
    bottom: 0;
  }
}
#main_visual::after {
  content: "";
  background: #b2f5f1;
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual::after {
    width: 50vw;
    height: 20%;
    top: -20px;
    left: 70%;
  }
}
#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 .profile {
  min-width: 340px;
  margin: -180px 0 0 220px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile {
    margin: -15px 0 0;
    min-width: inherit;
    display: block;
  }
}
#main_visual .profile .label {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .label {
    padding: 0 15px;
  }
}
#main_visual .profile .label span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 26px 40px 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .label span {
    font-size: 14px;
    padding: 10px 15px 8px;
  }
}
#main_visual .profile .inner {
  background: #fff;
  margin-top: -32.5px;
  padding: 60px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .inner {
    margin-top: -15px;
    padding: 30px 15px 20px;
  }
}
#main_visual .profile .h_name {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .h_name {
    margin-bottom: 18px;
  }
}
#main_visual .profile .h_name::after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .h_name::after {
    margin-top: 15px;
  }
}
#main_visual .profile .h_name span {
  display: block;
}
#main_visual .profile .h_name span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .h_name span.ja {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#main_visual .profile .h_name span.en {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .h_name span.en {
    font-size: 12px;
  }
}
#main_visual .profile .data li {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .data li {
    font-size: 12px;
  }
}
#main_visual .profile .data li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .profile .data li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#main_visual .profile.manufucturing .label span {
  background: #eb9d37;
}
#main_visual .profile.manufucturing .h_name .en {
  color: #eb9d37;
}
#main_visual .profile.overseas .label span {
  background: #182969;
}
#main_visual .profile.overseas .h_name .en {
  color: #182969;
}
#main_visual .h_mv {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .h_mv {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    padding: 25px 15px 35px 0;
  }
}
#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}

.contents_ichimiya #main_visual .pic {
  background-image: url(../images/careerpaths/ichimiya/pic_mv_ichimiya01.jpg);
}

.contents_hata #main_visual .pic {
  background-image: url(../images/careerpaths/hata/pic_mv_hata01.jpg);
}

/*============================================================
CAREER
*/
#career {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 768px) {
  #career {
    padding: 40px 0;
  }
}
#career .career_content {
  position: relative;
}
#career .career_content::before {
  content: "";
  background: #0fa0c0;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #career .career_content::before {
    left: 5px;
    transform: none;
  }
}
#career .career_content_inner {
  position: relative;
  height: 100%;
}
#career .career_content_inner::before, #career .career_content_inner::after {
  content: "";
  background: #fff;
  border: 2px solid #0fa0c0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #career .career_content_inner::before, #career .career_content_inner::after {
    width: 11px;
    height: 11px;
    left: 0;
    transform: none;
  }
}
#career .career_content_inner::before {
  top: 0;
}
#career .career_content_inner::after {
  bottom: 0;
}
#career .career_content ol {
  padding: 100px 0;
  margin: 0 -80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol {
    padding: 50px 0;
    margin: 0;
    display: block;
  }
}
#career .career_content ol li {
  flex: 0 0 635px;
  max-width: 635px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li {
    max-width: inherit;
    padding-left: 20px;
  }
}
#career .career_content ol li .year {
  color: #0fa0c0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .year {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 0 0 45px !important;
    text-align: left !important;
  }
}
#career .career_content ol li .year::before, #career .career_content ol li .year::after {
  content: "";
  background: #0fa0c0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#career .career_content ol li .year::before {
  width: 100px;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .year::before {
    width: 50px;
    left: -15px !important;
    right: auto !important;
  }
}
#career .career_content ol li .year::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .year::after {
    width: 9px;
    height: 9px;
    left: -19px !important;
    right: auto !important;
  }
}
#career .career_content ol li .year span {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .year span {
    font-size: 30px;
  }
}
#career .career_content ol li .holder {
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .holder {
    margin: 0 -15px 0 15px !important;
    padding: 25px 20px 20px;
  }
}
#career .career_content ol li .holder::before {
  content: "";
  background: #f7f8f4;
  width: 100%;
  height: calc(100% + 100px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#career .career_content ol li .holder .h_holder {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .holder .h_holder {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
#career .career_content ol li .holder p {
  font-size: 15px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li .holder p {
    font-size: 14px;
    line-height: 2;
  }
}
#career .career_content ol li:nth-child(odd) .year {
  text-align: right;
  padding-right: 100px;
}
#career .career_content ol li:nth-child(odd) .year::before {
  right: -30px;
}
#career .career_content ol li:nth-child(odd) .year::after {
  right: -36px;
}
#career .career_content ol li:nth-child(odd) .holder {
  margin-left: 25px;
}
#career .career_content ol li:nth-child(even) {
  padding-top: 200px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li:nth-child(even) {
    padding-top: 0;
  }
}
#career .career_content ol li:nth-child(even) .year {
  padding-left: 100px;
}
#career .career_content ol li:nth-child(even) .year::before {
  left: -30px;
}
#career .career_content ol li:nth-child(even) .year::after {
  left: -36px;
}
#career .career_content ol li:nth-child(even) .pic {
  text-align: right;
}
#career .career_content ol li:nth-child(even) .holder {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  #career .career_content ol li:not(:last-child) {
    margin-bottom: 50px;
  }
}

/*============================================================
COMMENT
*/
#comment {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
  #comment {
    padding: 20px 0 60px;
  }
}
#comment .comment_content .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #comment .comment_content .row {
    display: block;
  }
}
#comment .comment_content .row:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #comment .comment_content .row:not(:last-child) {
    margin-bottom: 40px;
  }
}
#comment .comment_content .h_comment {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  flex: 0 0 400px;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  #comment .comment_content .h_comment {
    font-size: 19px;
    max-width: inherit;
    margin-bottom: 15px;
  }
}
#comment .comment_content .h_comment::before {
  content: "";
  background: #0fa0c0;
  width: 100%;
  height: 2px;
  margin-bottom: 12px;
  display: block;
}
#comment .comment_content .holder {
  margin-top: -0.6em;
  flex: 0 0 700px;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  #comment .comment_content .holder {
    margin: 0;
    max-width: inherit;
  }
}
#comment .comment_content .holder p {
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  #comment .comment_content .holder p {
    line-height: 2;
  }
}

/*============================================================
NAVI FOOTER
*/
#navi_footer {
  padding: 60px 0 200px;
}
@media only screen and (max-width: 768px) {
  #navi_footer {
    padding: 0 0 80px;
  }
}
#navi_footer .h_navi {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #navi_footer .h_navi {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#navi_footer .careerpaths_list li a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a {
    border-width: 4px !important;
  }
}
#navi_footer .careerpaths_list li a .bg {
  height: 448px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .bg {
    width: 100%;
    height: 200px;
  }
}
#navi_footer .careerpaths_list li a .bg span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0.0001deg);
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .bg span {
    background-position: left 25% center;
  }
}
#navi_footer .careerpaths_list li a .profile {
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .profile {
    left: 20px;
  }
}
#navi_footer .careerpaths_list li a .profile .label {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .profile .label {
    margin-bottom: 15px;
  }
}
#navi_footer .careerpaths_list li a .profile .label span {
  color: #fff;
  padding: 12px 15px 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .profile .label span {
    padding: 10px 10px 8px;
  }
}
#navi_footer .careerpaths_list li a .profile .h_name span {
  display: block;
}
#navi_footer .careerpaths_list li a .profile .h_name span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .profile .h_name span.ja {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#navi_footer .careerpaths_list li a .profile .h_name span.en {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li a .profile .h_name span.en {
    font-size: 12px;
  }
}
#navi_footer .careerpaths_list li a:hover .bg span {
  transform: scale(1.1);
}
#navi_footer .careerpaths_list li:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #navi_footer .careerpaths_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#navi_footer .careerpaths_list li.manufucturing a {
  border: 6px solid #eb9d37;
}
#navi_footer .careerpaths_list li.manufucturing .label span {
  background: #eb9d37;
}
#navi_footer .careerpaths_list li.overseas a {
  border: 6px solid #182969;
}
#navi_footer .careerpaths_list li.overseas .label span {
  background: #182969;
}
#navi_footer .careerpaths_list li.ichimiya .bg span {
  background-image: url(../images/careerpaths/common/pic_navi_ichimiya_01.jpg);
}
#navi_footer .careerpaths_list li.ichimiya .h_name {
  color: #fff;
}
#navi_footer .careerpaths_list li.hata .bg span {
  background-image: url(../images/careerpaths/common/pic_navi_hata_01.jpg);
}
