/**
 * main.css
 */

@charset "utf-8";

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", meiryo, system-ui, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  /* background-color: #fbfbef; */
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b {
  font-weight: 700 !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.show {
  display: block !important;
}

.none {
  display: none !important;
}

.none_opa {
  display: none !important;
  opacity: 0;
}

.hide {
  visibility: hidden !important;
}

.scroll {
  overflow: scroll !important;
}

.scroll-x {
  overflow-x: scroll !important;
}

.scroll-y {
  overflow-y: scroll !important;
}

/** content **/
.app,
.main,
.main_contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main_contents {
  margin-top: 80px;
}

._contents {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
  clear: both;
}

.container_max {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 10px;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.fixed_message {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  border-bottom: 2px solid #ed6d00;
}

h1:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 50%;
  border-bottom: 2px solid #ede400;
}

h2_cal {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 400;
  border-bottom: 2px solid #ed6d00;
}

h2_title {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 400;
  border-bottom: 2px solid #ed6d00;
}

.ttl_1 {
  width: 100%;
  margin-bottom: 70px;
}

.ttl_1 ._en {
  font-family: "Oswald", meiryo, system-ui, sans-serif;
  font-weight: 500;
  font-size: 86px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ff7e00;
}

.ttl_1 ._jp {
  font-size: 30px;
}

.ttl_2 {
  width: 100%;
  margin-bottom: 50px;
  font-family: "Oswald", "Noto Sans JP", meiryo, system-ui, sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  color: #000;
}

.ttl_2 ._en {
  color: #ed6d00;
  font-size: 40px;
}

.ttl_2.wh {
  color: #fff;
}

.ttl_3 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .ttl_1 {
    text-align: center;
  }

  .ttl_1 ._en {
    font-size: 66px;
  }

  .ttl_1 ._jp {
    font-size: 24px;
  }

  .ttl_2 {
    font-size: 50px;
  }
}

.sp_10 {
  display: block;
  padding: 10px;
}

.sp_50 {
  display: block;
  padding-bottom: 50px;
}

.sp_100 {
  display: block;
  padding-bottom: 100px;
}

.sp_150 {
  display: block;
  padding-bottom: 150px;
}

.bk1 {
  background-color: #000 !important;
}

.bk2 {
  background-color: #fff !important;
}

.bk3 {
  background-color: #ed6d00 !important;
}

.bk4 {
  background-color: #ffeac5 !important;
}

.bk5 {
  background-color: #122bb1 !important;
}

.bi1 {
  background-image: url("b038.gif");
}

.fd1 {
  color: #000 !important;
}

.fd2 {
  color: #fff !important;
}

.fd3 {
  color: #ed6d00 !important;
}

.fd4 {
  color: #ffeac5 !important;
}

.top-image {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.image01 {
  background-image: url("image01.jpg");
}

.image02 {
  background-image: url("image02.jpg");
}

.image03 {
  background-image: url("image03.jpg");
}

.image04 {
  background-image: url("image04.jpg");
}

.image05 {
  background-image: url("image05.jpg");
}

.top-message {
  position: absolute;
  bottom: 100px;
  right: 150px;
  color: #fff;
  font-size: 50px;
}

.slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slider_1 {
  height: 700px;
}

.slider_2 {
  height: 400px;
}

.label_1 {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #ed6d00;
  border-radius: 4px;
}

._link {
  color: blue;
  text-decoration: underline;
}

.footer {
  position: absolute;
  bottom: -258px;
  width: 100%;
  padding: 30px 0;
  background-color: #000;
  z-index: 1600;
}

.footer_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.footer_menu > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer_menu > li > a:hover {
  text-decoration: underline;
}

.copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.sns {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #fff;
}

.sns img {
  width: 50px;
  height: 50px;
}

.colum {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.colum > div {
  padding: 0 20px;
}

.image_1 {
  width: 500px;
}

.str_1 {
  padding: 13px 20px 10px;
  font-size: 30px;
  color: #ffffff;
  font-family: meiryo, system-ui, sans-serif;
  background-color: #0000a0;
  border-radius: 4px;
}

.sub_image {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
/*
.sub_image .sub_image_msg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  font-size: 23px;
  background-image: url("../image/title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  line-height: 250px;
}*/

.sub_image .sub_image_msg {
  background-image: url("../image/title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0;
  text-align: center;
  line-height: 500px;
}

.sub_image .sub_image_msg span.ja {
  font-size: 23px;
  padding-left: 20px;
  padding-right: 15px;
  font-weight: bold;
}

.sub_image .sub_image_msg span.en {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.sub_image .sub_image_msg2 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0;
  text-align: center;
  line-height: 500px;
}

.sub_image span.ja {
  font-size: 23px;
  padding-left: 20px;
  padding-right: 15px;
  font-weight: bold;
}

.sub_image span.en {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.sub_image_products {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/am900_bi007.jpg");
}

.sub_image_customer {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/aj900_bs006.jpg");
}

.sub_image_company {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/pic_d001.jpg");
}

.sub_image_news {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/aj900_bi005.jpg");
}

.sub_image_recruit {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/aj900_bs003.jpg");
}

.sub_image_access {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/ah900_ibi010.png");
}

.sub_image_question {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/am900_bi003.jpg");
}

.sub_image_catalog {
  position: fixed;
  height: 100%;
  z-index: -1;
  background-image: url("../image/aj900_bi009.jpg");
}

.layer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: -1;
}

.layer_ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  opacity: 0.1;
}

.layer_ab_bl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97b8f1;
  opacity: 0.1;
}

._layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

._layer_color_1 {
  background-color: #0081ff;
}

._layer_color_2 {
  background-color: #d2d2d2;
}

.link_1 {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.link_2 {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  vertical-align: middle;
}

table._vt td {
  vertical-align: top;
}

.tbl_1 {
  width: 100%;
  background-color: #fff;
}

.tbl_1 th {
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #333;
  white-space: nowrap;
}

.tbl_1 td {
  padding: 20px;
  text-align: left;
}

.tbl_1 th,
.tbl_1 td {
  border: 1px solid #bbb;
  vertical-align: middle;
}

.tbl_2 {
  width: 100%;
}

.tbl_2 th {
  color: #777;
}

.tbl_2 th,
.tbl_2 td {
  padding: 20px 0;
  border-bottom: 2px solid #777;
  vertical-align: middle;
}

.tbl_3 {
  width: 100%;
  background-color: #fff;
}

.tbl_3 th {
  padding: 5px 5px 5px 5px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.tbl_3 td {
  padding: 5px 5px 5px 5px;
}

.tbl_3 th,
.tbl_3 td {
  border: 1px solid #bbb;
  vertical-align: middle;
  font-size: 14px;
}

.tbl_4 {
  width: 100%;
}

.tbl_4 th {
  padding-bottom: 10px;
  color: #004ea2;
  font-size: 26px;
  font-weight: 700;
  font-family: meiryo, system-ui, sans-serif;
}

.tbl_4 td {
  padding-bottom: 40px;
  vertical-align: middle;
}

.tbl_5 {
  width: 100%;
  font-size: 20px;
}

.tbl_5 th {
  color: #777;
  border-bottom: 3px solid #004ea2;
}

.tbl_5 td {
  padding: 30px;
  vertical-align: middle;
  border-bottom: 3px solid #004ea2;
}

.tbl_6 {
  width: 100%;
  background-color: #fff;
}

.tbl_6 th {
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.tbl_6 td {
  padding: 5px 5px 5px 5px;
}

.tbl_6 th,
.tbl_6 td {
  border: 1px solid #bbb;
  border-top: none;
  vertical-align: middle;
}

.tbl_7 {
  width: 100%;
}

.tbl_7 > tbody > tr > td {
  padding: 0 5px !important;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .tbl_7 > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 5px 0 !important;
  }
}

.tbl_8 {
  width: 100%;
  background-color: #fff;
}

.tbl_8 th {
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.tbl_8 td {
  border-bottom: 1px dashed #999;
}

.tbl_8 td a {
  display: block;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .tbl_8 {
    margin-bottom: 30px;
  }

  .tbl_8 th {
    padding: 5px;
  }

  .tbl_8 td a {
    padding: 5px;
  }
}

.tbl_8 td a:hover,
.tbl_8 td a._on {
  color: #f78207;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .tbl_4 th {
    font-size: 20px;
  }

  .tbl_6 {
    font-size: 14px;
  }

  .tbl_6 + .tbl_6 {
    margin-top: 5px;
  }

  .tbl_6 th,
  .tbl_6 td {
    border: 1px solid #bbb;
  }
}

.tbl_9 {
  width: 100%;
  height: 100%;
}

.tbl_9 td {
  width: 50%;
  padding: 20px 10px;
  font-size: 20px;
  border: 1px solid #bbb;
}

.cp {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cp {
    font-size: 14px;
  }
}

.footer_title {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  border-bottom: 2px solid #ed6d00;
}

.footer_title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 50%;
  border-bottom: 2px solid #ede400;
}

.box {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: 1s;
  top: 70px;
}

.active {
  top: 0;
  opacity: 1;
}

#splash {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  text-align: center;
  z-index: 10000;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 9999;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #ccc;
}

.pulldown {
  padding: 7px;
  border: 2px solid #004ea2;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .pulldown {
    width: 100%;
  }
}

.colum_list {
  display: flex;
  flex-direction: row;
}

.colum_list div {
  margin: 10px;
}

.swiper_cursor_left {
  position: absolute;
  right: 0;
}

.flex_column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  font-family: "Oswald", "Noto Sans JP", meiryo, system-ui, sans-serif;
}

.flex_column > li:last-child {
  width: 85%;
  padding-left: 20px;
}

.flex_column > li:first-child {
  width: 15%;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  /* .flex_column {
    flex-direction: column;
  } */

  .flex_column > li:last-child {
    width: 100%;
    padding-left: 0;
  }

  /* .flex_column > li:first-child {
    width: 100%;
    min-width: auto;
  } */
  #hpb-container {
    width: 768px;
  }
  #hpb-footer {
    text-align: center;
  }
}

.news_list {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Noto Sans JP", meiryo, system-ui, sans-serif;
  width: 100%;
}

.news_list li {
  display: block;
  width: 100% !important;
  margin-bottom: 40px;
}

.news_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 4px 4px 25px -3px #ccc;
}

.news_date {
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 5px;
  color: #fff;
  background-color: #ed6d00;
}

@media screen and (max-width: 768px) {
  .news_list li {
    margin-bottom: 30px;
  }

  .news_date {
    left: 20px;
  }
}

.recruit_column .recruit_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  font-family: "Oswald", "Noto Sans JP", meiryo, system-ui, sans-serif;
}

.recruit_column .recruit_box > li:first-child {
  width: 30%;
  min-width: 150px;
}

.recruit_column .recruit_box > li:last-child {
  width: 70%;
  padding-left: 20px;
}

.recruit_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 25px -3px #ccc;
}

.recruit_name {
  position: absolute;
  top: -20px;
  padding: 5px;
  color: #fff;
  background-color: #ed6d00;
}

@media screen and (max-width: 768px) {
  .recruit_column .recruit_box {
    flex-direction: column;
  }

  .recruit_column .recruit_box > li:last-child {
    width: 100%;
    padding-left: 0;
  }

  .recruit_column .recruit_box > li:first-child {
    width: 100%;
    min-width: auto;
  }
}

/** Topics **/
.topics_list,
.interview_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 400px;
  margin: 10px 0;
}

.topics_list > li,
.interview_list > li {
  width: calc(100% / 3);
  height: 400px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}

.topics_list img,
.interview_list img {
  height: 300px;
}

.topics_list > li a,
.interview_list > li a {
  color: #000 !important;
}

.topics_list > li.no_contents,
.interview_list > li.no_contents {
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .topics_list,
  .interview_list {
    flex-direction: column;
    height: auto;
  }

  .topics_list > li,
  .interview_list > li {
    width: 100%;
    margin: 0;
  }

  .topics_list img,
  .interview_list img {
    width: 100%;
  }
}

/** Navi **/
.navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/** News **/
.news_table {
  width: 100%;
  margin-bottom: 50px;
}

.news_table th,
.news_table td {
  padding: 15px 0;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #bbb;
}

.news_table th {
  width: 300px;
}

.news_table td a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news_table th,
  .news_table td {
    display: block;
    width: 100%;
  }
}

/** Map **/
#map {
  width: 100%;
  height: 500px;
  margin: 0;
}
#map iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #bbb;
}

/** banner **/
.banner_list {
  width: 100%;
  padding: 40px 0;
}

.banner_list a {
  margin: 0 10px;
}

.banner_list img {
  width: 80px;
  height: 80px;
}
