@charset "UTF-8";
section.page.home ul.fl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.home ul.fl {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  section.page.home ul.fl > li {
    width: 100%;
  }
}
section.page.home ul.fx_g60 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 60px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.home ul.fx_g60 {
    display: block;
  }
}
section.page.home ul.fx_g60 > li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.home ul.fx_g60 > li {
    width: 100%;
  }
}
section.page.home ul.fx_g60 > li.w {
  width: 100%;
}
section.page.home h3 {
  color: #231815;
}

section.page.home {
  position: relative;
  z-index: 100;
}
section.page.home h3 {
  padding: 45px 0 60px 0;
}
section.page.home h3 span {
  display: block;
  width: 100%;
}
section.page.home h3 span:nth-of-type(1) {
  font-size: 28px;
}
section.page.home h3 span:nth-of-type(2) {
  font-size: 18px;
  color: #0071bd;
}
section.page.home h3.line {
  text-align: left;
  padding: 30px 0 24px 0;
}
section.page.home h3.line span {
  display: inline-block;
  width: auto;
}
section.page.home h3.line span:nth-of-type(1) {
  font-size: 28px;
  color: #231815;
}
section.page.home h3.line span:nth-of-type(2) {
  padding-left: 24px;
  font-size: 18px;
  color: #0071bd;
}
@media screen and (max-width: 599px) {
  section.page.home h3.line span:nth-of-type(2) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 599px) {
  section.page.home h3.line span {
    display: block;
  }
}
section.page.home .wrap {
  position: relative;
  padding: 0 40px 0px 40px;
}
@media screen and (max-width: 599px) {
  section.page.home .wrap {
    padding: 0 20px 40px 20px;
  }
}
section.page.home div.navi {
  padding: 30px 0 0 0;
  text-align: center;
}
section.page.home div.navi a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  width: auto;
  padding: 0 60px;
}
section.page.home div.navi a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f0f0f0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home div.navi a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home div.navi a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home div.navi a:after {
    right: 36px;
  }
}
section.page.home div.navi a::before {
  right: 0px;
}
section.page.home div.navi a:after {
  right: 24px;
}
section.page.home div.entry {
  padding: 50px 0;
  text-align: center;
}
section.page.home div.entry a {
  text-align: center;
  width: 500px;
  height: 90px;
  border-radius: 45px;
  background: #0071bd;
  position: relative;
  display: inline-block;
}
section.page.home div.entry a span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.page.home div.entry a {
  margin-bottom: 40px;
}
section.page.home div.entry p {
  text-align: center;
  padding: 0;
}

section.page.home.head {
  padding: 0;
}
section.page.home.head #carousel_left,
section.page.home.head #carousel_right {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%); /* 上下中央 */
}
section.page.home.head #carousel_left:hover,
section.page.home.head #carousel_right:hover {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  section.page.home.head #carousel_left,
  section.page.home.head #carousel_right {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
section.page.home.head #carousel_right {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 599px) {
  section.page.home.head #carousel_right {
    right: 10px;
  }
}
section.page.home.head #carousel_left::after,
section.page.home.head #carousel_right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg); /* 左向き矢印 */
}
@media screen and (max-width: 599px) {
  section.page.home.head #carousel_left::after,
  section.page.home.head #carousel_right::after {
    width: 20px;
    height: 20px;
  }
}
section.page.home.head #carousel_right::after {
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg); /* 左向き矢印 */
}
section.page.home.head {
  height: 868px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  section.page.home.head {
    aspect-ratio: 823/870;
    height: auto;
  }
}
section.page.home.head .wrap {
  position: relative;
  padding: 0 40px 0px 40px;
  height: inherit;
}
@media screen and (max-width: 599px) {
  section.page.home.head .wrap {
    aspect-ratio: 823/870;
    height: auto;
    padding: 0 20px 0 20px;
  }
}
section.page.home.head ul#carousel {
  text-align: left;
  height: inherit;
  width: 500vw;
  display: block;
  transform: translateX(0);
  transition: transform 0s ease;
}
section.page.home.head ul#carousel.on {
  transform: translateX(-100vw);
  transition: transform 2s ease;
}
section.page.home.head ul#carousel li {
  display: inline-block;
  background-image: url("https://www.hino-systech.com/jp/images/home__head__01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100vw;
  height: inherit;
}
@media screen and (max-width: 599px) {
  section.page.home.head ul#carousel li {
    background-image: url("https://www.hino-systech.com/jp/images/home__head__01_sp.jpg");
    aspect-ratio: 823/870;
    height: auto;
  }
}
section.page.home.head ul#carousel li h2 {
  color: #fff;
}
section.page.home.head ul#carousel li p {
  color: #fff;
  text-align: center;
}
section.page.home.head ul#carousel li.n1 {
  background-image: url("https://www.hino-systech.com/jp/images/home__head__01.jpg");
}
@media screen and (max-width: 599px) {
  section.page.home.head ul#carousel li.n1 {
    background-image: url("https://www.hino-systech.com/jp/images/home__head__01_sp.jpg");
  }
}
section.page.home.head ul#carousel li.n2 {
  background-image: url("https://www.hino-systech.com/jp/images/home__head__02.jpg");
}
@media screen and (max-width: 599px) {
  section.page.home.head ul#carousel li.n2 {
    background-image: url("https://www.hino-systech.com/jp/images/home__head__02_sp.jpg");
  }
}
section.page.home.head ul#carousel li.n3 {
  background-image: url("https://www.hino-systech.com/jp/images/home__head__03.jpg");
}
@media screen and (max-width: 599px) {
  section.page.home.head ul#carousel li.n3 {
    background-image: url("https://www.hino-systech.com/jp/images/home__head__03_sp.jpg");
  }
}
section.page.home.head ul#carousel li.n4 {
  background-image: url("https://www.hino-systech.com/jp/images/home__head__04.jpg");
}
@media screen and (max-width: 599px) {
  section.page.home.head ul#carousel li.n4 {
    background-image: url("https://www.hino-systech.com/jp/images/home__head__04_sp.jpg");
  }
}
section.page.home.head .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.head .title {
    width: 70%;
  }
}

section.page.home.information {
  position: relative;
  height: 0;
  z-index: 300;
}
section.page.home.information .lead {
  display: flex;
}
section.page.home.information .lead p {
  text-align: left;
  font-size: 16px;
  padding-top: 36px;
}
section.page.home.information .lead > div {
  height: 100px;
}
section.page.home.information .lead > div.title {
  width: 140px;
  padding-left: 40px;
}
section.page.home.information .lead > div.kiji {
  width: calc(100% - 232px);
  overflow: hidden;
  position: relative;
  padding-top: 36px;
}
section.page.home.information .lead > div.kiji:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
section.page.home.information .lead > div.kiji a {
  padding-right: 120px;
}
section.page.home.information .lead > div.kiji a > div {
  display: inline-block;
}
section.page.home.information .lead > div.kiji a > div:nth-of-type(1) {
  padding-right: 8px;
}
section.page.home.information .lead > div.information_btn {
  width: 92px;
  position: relative;
}
section.page.home.information .lead > div.information_btn:hover {
  cursor: pointer;
}
section.page.home.information .lead > div.information_btn::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #acadad;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.page.home.information .lead > div.information_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  top: 42.5px;
  left: 41px;
  transform: rotate(135deg);
  transform-origin: 50% 50%;
}
section.page.home.information .lead > div.information_btn.on:after {
  top: 47.5px;
  transform: rotate(-45deg);
}
section.page.home.information .lead {
  width: 1200px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
}
section.page.home.information .lead ul {
  width: 9000px;
  text-align: left;
}
section.page.home.information .lead ul li {
  display: inline-block;
}
section.page.home.information .lead ul li p {
  font-size: 16px;
  display: inline-block;
}
section.page.home.information .lead ul li p:nth-of-type(1) {
  padding-right: 20px;
}
section.page.home.information .lead ul li p:nth-of-type(2) {
  padding-right: 100px;
}
section.page.home.information .body {
  background: #475861;
}
section.page.home.information .body .accordion_home_information {
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
section.page.home.information .body .accordion_home_information.on {
  transition: all 0.4s;
}
section.page.home.information .body ul {
  padding: 30px 30px 30px 30px;
}
section.page.home.information .body ul li {
  border-top: 1px solid #fff;
}
section.page.home.information .body ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #fff;
}
section.page.home.information .body ul li a {
  display: flex;
  padding: 20px 0 20px 0;
}
section.page.home.information .body ul li a p, section.page.home.information .body ul li a > div {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0;
}
section.page.home.information .body ul li a p:nth-of-type(1), section.page.home.information .body ul li a > div:nth-of-type(1) {
  width: 120px;
}
section.page.home.information .body ul li a p:nth-of-type(2), section.page.home.information .body ul li a > div:nth-of-type(2) {
  width: calc(100% - 120px);
  padding-right: 40px;
}
section.page.home.information .body .navi2 {
  padding-bottom: 30px;
}
section.page.home.information .body .navi2 a {
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  padding-right: 60px;
  color: #fff;
  transform: translateX(-20px);
}
section.page.home.information .body .navi2 a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
section.page.home.information .body .navi2 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}

@media screen and (max-width: 599px) {
  section.page.home.information {
    background-color: #465861;
    height: auto;
    position: relative;
    z-index: 300;
  }
  section.page.home.information .lead {
    display: block;
    background: #465861;
    width: 100%;
    position: static;
    top: 0 !important;
    transform: none;
    height: 42px;
  }
  section.page.home.information .lead p {
    text-align: left;
    font-size: 16px;
    padding-top: 36px;
    padding: 0 0 0 0px;
    line-height: 42px;
    height: 42px;
    color: #fff;
  }
  section.page.home.information .lead > div {
    height: 100px;
    height: 42px;
  }
  section.page.home.information .lead > div.title {
    width: 100vw;
    padding-left: 20px;
  }
  section.page.home.information .lead > div.kiji {
    display: none;
  }
  section.page.home.information .lead > div.information_btn {
    display: none;
    width: 92px;
    position: relative;
  }
  section.page.home.information .lead > div.information_btn:hover {
    cursor: pointer;
  }
  section.page.home.information .lead > div.information_btn::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #acadad;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  section.page.home.information .lead > div.information_btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    top: 42.5px;
    left: 41px;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
  }
  section.page.home.information .lead > div.information_btn.on:after {
    top: 47.5px;
    transform: rotate(-45deg);
  }
  section.page.home.information .lead ul {
    display: none;
    width: 9000px;
    text-align: left;
  }
  section.page.home.information .lead ul li {
    display: inline-block;
  }
  section.page.home.information .lead ul li p {
    font-size: 16px;
    display: inline-block;
  }
  section.page.home.information .lead ul li p:nth-of-type(1) {
    padding-right: 20px;
  }
  section.page.home.information .lead ul li p:nth-of-type(2) {
    padding-right: 100px;
  }
  section.page.home.information .body {
    background: #6b7981;
  }
  section.page.home.information .body .accordion_home_information {
    height: 0;
    height: auto;
    overflow: hidden;
    transition: all 0.2s;
  }
  section.page.home.information .body .accordion_home_information.on {
    transition: all 0.4s;
  }
  section.page.home.information .body .accordion_home_information .wrap {
    padding-bottom: 20px;
  }
  section.page.home.information .body ul {
    padding: 0px 0px 0px 0px;
  }
  section.page.home.information .body ul li {
    display: none;
    border-top: none;
  }
  section.page.home.information .body ul li:nth-of-type(1), section.page.home.information .body ul li:nth-of-type(2) {
    display: block;
  }
  section.page.home.information .body ul li:nth-of-type(2) {
    border-top: 1px solid #fff;
  }
  section.page.home.information .body ul li:nth-last-of-type(1) {
    border-bottom: 1px solid #fff;
  }
  section.page.home.information .body ul li a {
    display: block;
    padding: 20px 0 20px 0;
  }
  section.page.home.information .body ul li a p, section.page.home.information .body ul li a > div {
    text-align: left;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0;
  }
  section.page.home.information .body ul li a p:nth-of-type(1), section.page.home.information .body ul li a > div:nth-of-type(1) {
    width: 100%;
  }
  section.page.home.information .body ul li a p:nth-of-type(2), section.page.home.information .body ul li a > div:nth-of-type(2) {
    width: 100%;
    padding-right: 0px;
  }
  section.page.home.information .body .navi2 {
    padding-bottom: 10px;
  }
  section.page.home.information .body .navi2 a {
    position: relative;
    display: block;
    text-align: right;
    font-size: 16px;
    padding-right: 60px;
    color: #fff;
    transform: translateX(0px);
  }
  section.page.home.information .body .navi2 a::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.page.home.information .body .navi2 a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    right: 28px !important;
    top: 50% !important;
    transform: rotate(45deg) translateY(-60%);
  }
}
section.page.home.s02 {
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 {
    padding-bottom: 40px;
  }
}
section.page.home.s02 .lead {
  padding: 50px 0 50px 0;
}
section.page.home.s02 .lead h2 {
  font-size: 50px;
  padding-bottom: 24px;
  color: #0071bd;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .lead h2 {
    font-size: 30px;
  }
}
section.page.home.s02 .lead p {
  padding: 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .lead p {
    text-align: justify;
  }
}
section.page.home.s02 .body ul.fl {
  display: flex;
  gap: 0px 50px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body ul.fl {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body ul.fl > li {
    width: 100%;
    padding-bottom: 16px;
  }
}
section.page.home.s02 .body a {
  line-height: 0;
  background: #eeeeee;
  padding: 15px;
  border-radius: 6px;
  position: relative;
}
section.page.home.s02 .body a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s02 .body a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 38px;
  top: 32px;
  transform: rotate(45deg) translateY(-60%);
  transform: rotate(45deg) translateY(0);
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body a:after {
    top: 25px;
    right: 31px;
  }
}
section.page.home.s02 .body a {
  /*
  				&::before{


  					right: 20px;
  					top:20px;
  					transform: translateY(0);
  				}

  				&:after{


  					right: 38px;
  					top:36px;
  					transform: rotate(45deg);

  				}
  */
}
section.page.home.s02 .body a p {
  padding: 0;
}
section.page.home.s02 .body a p:nth-of-type(1) {
  font-size: 14px;
  color: #b0b0b1;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body a p:nth-of-type(1) {
    font-size: 16px;
  }
}
section.page.home.s02 .body a p:nth-of-type(2) {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.page.home.s02 .body a p:nth-of-type(2) {
    font-size: 20px;
  }
}

section.page.home.s03 {
  padding-bottom: 120px;
  background: #f9f8f4;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 {
    padding-bottom: 30px;
  }
}
section.page.home.s03 .set01 {
  padding: 60px 0 60px 0;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 {
    padding: 20px 0 20px 0;
  }
}
section.page.home.s03 .set01 ul {
  width: 100%;
}
section.page.home.s03 .set01 ul > li {
  border: 1px solid #cccccc;
  margin-bottom: 8px;
}
section.page.home.s03 .set01 a {
  position: relative;
}
section.page.home.s03 .set01 a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f0f0f0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s03 .set01 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 a:after {
    right: 36px;
  }
}
section.page.home.s03 .set01 a {
  padding: 28px 0 28px 38px;
  background: #fff;
  height: 120px;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 a {
    padding: 20px 60px 20px 20px;
    height: auto;
  }
}
section.page.home.s03 .set01 a p {
  padding: 0;
}
section.page.home.s03 .set01 a p:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 a p:nth-of-type(1) {
    font-size: 20px;
  }
}
section.page.home.s03 .set01 a p:nth-of-type(2) {
  font-size: 14px;
  color: #b0b0b1;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set01 a p:nth-of-type(2) {
    display: none;
  }
}
section.page.home.s03 .set02 {
  padding: 0px 0 0px 0;
}
section.page.home.s03 .set02 h3.line {
  padding-bottom: 26px;
}
section.page.home.s03 .set02 h3.line span:nth-of-type(1) {
  font-size: 22px;
}
section.page.home.s03 .set02 h3.line span:nth-of-type(2) {
  font-size: 18px;
}
section.page.home.s03 .set02 ul.fl {
  flex-wrap: wrap;
  gap: 8px 8px;
  width: 100%;
}
section.page.home.s03 .set02 ul.fl > li {
  width: calc((100% - 8px) / 2);
  border: 1px solid #cccccc;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set02 ul.fl > li {
    width: 100%;
  }
}
section.page.home.s03 .set02 a {
  position: relative;
}
section.page.home.s03 .set02 a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f0f0f0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set02 a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s03 .set02 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set02 a:after {
    right: 36px;
  }
}
section.page.home.s03 .set02 a {
  padding: 20px 0 20px 38px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set02 a {
    padding: 20px 60px 20px 20px;
    height: auto;
  }
}
section.page.home.s03 .set02 a p {
  padding: 0;
}
section.page.home.s03 .set02 a p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
section.page.home.s03 .set02 a p:nth-of-type(2) {
  font-size: 14px;
  color: #b0b0b1;
}
@media screen and (max-width: 599px) {
  section.page.home.s03 .set02 a p:nth-of-type(2) {
    display: none;
  }
}

section.page.home.s04 {
  padding-bottom: 200px;
}
@media screen and (max-width: 599px) {
  section.page.home.s04 {
    padding-bottom: 60px;
  }
}
section.page.home.s04 .wrap {
  position: relative;
}
section.page.home.s04 ul.fl {
  display: flex;
  gap: 0px 28px;
}
@media screen and (max-width: 599px) {
  section.page.home.s04 ul.fl {
    display: block;
  }
}
section.page.home.s04 ul.fl {
  position: absolute;
  width: calc(100% + 140px + 140px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s04 ul.fl {
    position: static;
    margin: 0 auto;
    left: 0;
    transform: translateX(0);
    width: 280px;
  }
}
section.page.home.s04 ul.fl > li {
  border: 1px solid #cccccc;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  section.page.home.s04 ul.fl > li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
  }
}
section.page.home.s04 div.navi {
  padding-right: 60px;
  padding-top: 200px;
}
@media screen and (max-width: 599px) {
  section.page.home.s04 div.navi {
    padding-right: 0px;
    padding-top: 40px;
  }
  section.page.home.s04 div.navi a {
    padding-left: 0px;
  }
  section.page.home.s04 div.navi a::after {
    right: 16px;
  }
}

section.page.home.s05 {
  padding-bottom: 120px;
  background: #f9f8f4;
}
@media screen and (max-width: 599px) {
  section.page.home.s05 {
    padding-bottom: 60px;
  }
}
section.page.home.s05 p {
  padding: 0;
}
section.page.home.s05 p:nth-of-type(1) {
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
section.page.home.s05 p:nth-of-type(2) {
  font-size: 14px;
  color: #b0b0b1;
}
@media screen and (max-width: 599px) {
  section.page.home.s05 p:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  section.page.home.s05 li {
    padding-bottom: 20px;
  }
}

section.page.home.s06 {
  padding-bottom: 160px;
  padding-top: 195px;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.page.home.s06 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  section.page.home.s06 div.navi a::after {
    right: 16px;
  }
}
section.page.home.s06::before {
  height: 352px;
  width: 50%;
  width: calc(50% + 600px + 138px);
  content: " ";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url("https://www.hino-systech.com/jp/images/home__14.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 599px) {
  section.page.home.s06::before {
    height: auto;
    aspect-ratio: 385/823;
    background-image: url("https://www.hino-systech.com/jp/images/home__14_sp.jpg");
    background-size: contain;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 100vw;
    position: static;
    content: "";
    display: block;
    aspect-ratio: 385/823;
    aspect-ratio: 823/385;
  }
}
section.page.home.s06 h3 {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  section.page.home.s06 h3 {
    padding-top: 0px;
    background-color: transparent;
    transform: translateY(-10px);
    padding-bottom: 30px;
  }
}
section.page.home.s06 div.set01 p {
  text-align: center;
}
section.page.home.s06 div.set01 p:nth-of-type(1) {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  section.page.home.s06 div.set01 p:nth-of-type(1) {
    font-size: 22px;
  }
}
section.page.home.s06 div.set01 p:nth-of-type(2) {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  section.page.home.s06 div.set01 p:nth-of-type(2) {
    text-align: justify;
  }
}
section.page.home.s06 div.set02 {
  height: 320px;
  position: relative;
}
section.page.home.s06 div.set02 div.set02_01 {
  height: 320px;
}
section.page.home.s06 div.set02 li {
  display: block;
}
section.page.home.s06 div.set02 li div {
  line-height: 0;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #b4b4b5;
}
section.page.home.s06 div.set02 .carousel {
  overflow: hidden;
}
section.page.home.s06 div.set02 .track {
  display: flex;
  gap: 20px;
  animation: carouselScroll 20s linear infinite;
}
section.page.home.s06 div.set02 .track li {
  flex-shrink: 0;
}
section.page.home.s06 div.set02 .track li {
  flex-shrink: 0;
  background: #eee;
  width: 263px;
  height: 263px;
}
@keyframes carouselScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}

section.page.home.s07 .set01 {
  background-image: url("https://www.hino-systech.com/jp/images/home__15.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 95px 0 300px 0;
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set01 {
    padding: 80px 0 160px 0;
    background-image: url("https://www.hino-systech.com/jp/images/home__15_sp.jpg");
  }
}
section.page.home.s07 .set01 ul.fl {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 72px;
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set01 ul.fl {
    display: block;
  }
}
section.page.home.s07 .set01 ul.fl > li {
  border: 1px solid #cccccc;
  width: calc((100% - 72px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set01 ul.fl > li {
    width: 100%;
    margin-bottom: 12px;
  }
}
section.page.home.s07 .set01 ul.fl a {
  position: relative;
}
section.page.home.s07 .set01 ul.fl a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f0f0f0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set01 ul.fl a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s07 .set01 ul.fl a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set01 ul.fl a:after {
    right: 36px;
  }
}
section.page.home.s07 .set01 ul.fl a {
  padding: 0px 0 0px 38px;
  background: #fff;
  height: 124px;
  font-size: 24px;
  line-height: 124px;
  text-align: left;
}
section.page.home.s07 .set02 {
  background: #0071bd;
  height: 244px;
  padding-top: 56px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set02 {
    height: auto;
  }
}
section.page.home.s07 .set02 ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set02 ul {
    display: block;
  }
}
section.page.home.s07 .set02 ul li {
  margin: 0 15px;
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set02 ul li {
    display: block;
    margin-top: 10px;
  }
}
section.page.home.s07 .set02 p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-bottom: 18px;
}
section.page.home.s07 .set02 a {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
section.page.home.s07 .set02 a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f0f0f0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set02 a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s07 .set02 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home.s07 .set02 a:after {
    right: 36px;
  }
}
section.page.home.s07 .set02 a {
  /*
  &::before{
  	right: 6px;
  }
  &:after{
  	right: 30px;
  }
  */
  padding: 0px 0 0px 18px;
  background: #fff;
  width: 320px;
  height: 58px;
  line-height: 58px;
  text-align: left;
  border-radius: 29px;
}

section.page.home.s08 {
  background: #eeeeee;
  padding: 45px 0px 45px 0px;
  margin-top: 35px;
}
section.page.home.s08 h3 {
  text-align: left;
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  section.page.home.s08 h3 {
    padding-bottom: 30px;
  }
}
section.page.home.s08 p {
  padding-bottom: 0;
  font-size: 18px;
}
section.page.home.s08 ul.fl {
  padding: 0px 60px;
  display: flex;
  gap: 0px 33px;
}
@media screen and (max-width: 599px) {
  section.page.home.s08 ul.fl {
    display: block;
    padding: 0px 20px;
  }
}
section.page.home.s08 ul.fl > li {
  width: calc((100% - 33px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.home.s08 ul.fl > li {
    width: 100%;
    margin-top: 20px;
  }
}
section.page.home.s08 ul.fl a {
  position: relative;
}
section.page.home.s08 ul.fl a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  section.page.home.s08 ul.fl a::before {
    width: 30px;
    height: 30px;
  }
}
section.page.home.s08 ul.fl a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 44px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 599px) {
  section.page.home.s08 ul.fl a:after {
    right: 36px;
  }
}
section.page.home.s08 ul.fl a::before {
  right: 0px;
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
section.page.home.s08 ul.fl a:after {
  top: auto;
  bottom: 10px;
  right: 24px;
}
@media screen and (max-width: 599px) {
  section.page.home.s08 ul.fl a:after {
    bottom: 4px;
    right: 16px;
  }
}
section.page.home.s08 ul.fl a {
  padding: 0px 0 40px 0px;
  height: auto;
}

section.page.recruit.d_24.s2 {
  background-color: #f9f8f4;
  background-repeat: no-repeat;
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__01.svg");
  background-size: 350px auto;
  background-position: 50% 100px;
  padding-top: 240px;
}
section.page.recruit.d_24.s2 h2 {
  font-size: 26px;
}
section.page.recruit.d_24.s2 p.t {
  padding: 0 140px 60px 140px;
}
section.page.recruit.d_24.s2 ul.point {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 42px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_24.s2 ul.point {
    display: block;
  }
}
section.page.recruit.d_24.s2 ul.point > li {
  width: calc((100% - 42px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_24.s2 ul.point > li {
    width: 100%;
  }
}
section.page.recruit.d_24.s2 ul.point > li.w {
  width: 100%;
}
section.page.recruit.d_24.s2 ul.point > li {
  padding: 20px 50px 20px 50px;
  text-align: center;
  background: #fff;
}
section.page.recruit.d_24.s2 ul.point > li h3 {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
  border: none;
  color: #0071bd;
}
section.page.recruit.d_24.s2 ul.point > li p:nth-of-type(1) {
  background: #0071bd;
  width: 150px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  padding: 0;
  margin-bottom: 26px;
  position: relative;
}
section.page.recruit.d_24.s2 ul.point > li p:nth-of-type(1)::after {
  width: 10px;
  height: 15px;
  position: absolute;
  display: block;
  background: #0071bd;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  bottom: 0;
  content: " ";
}
section.page.recruit.d_24.s2 ul.point > li p:nth-of-type(2) {
  font-size: 16px;
  padding-bottom: 20px;
}
section.page.recruit.d_24.s2 ul.navi {
  padding-top: 40px;
  text-align: center;
}
section.page.recruit.d_24.s2 ul.navi li {
  display: inline-block;
  margin-left: 200px;
}
section.page.recruit.d_24.s2 ul.navi li:nth-of-type(1) {
  margin-left: 0px;
}
section.page.recruit.d_24.s2 ul.navi li a span {
  position: relative;
}
section.page.recruit.d_24.s2 ul.navi li a span::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
section.page.recruit.d_24.s2 ul.navi li a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: -38px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}

section.page.recruit.d_24.s3 {
  padding: 0;
  height: 390px;
  background: #f9f8f4;
}
section.page.recruit.d_24.s3 .wrap {
  position: relative;
}
section.page.recruit.d_24.s3 ul {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  display: flex;
  width: 1480px;
}
section.page.recruit.d_24.s3 ul li {
  width: 25%;
}
section.page.recruit.d_24.s3::after {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__06.svg");
  background-size: 110px auto;
  background-position: 50% 100%;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(20px);
}
section.page.recruit.d_24.s3::before {
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(20px);
}

section.page.recruit.d_24.s4 {
  padding-top: 40px;
}
section.page.recruit.d_24.s4 .body ul.s4_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 112px;
  padding-bottom: 85px;
}
section.page.recruit.d_24.s4 .body ul.s4_01 li {
  width: calc((100% - 112px) / 2);
  position: relative;
  border-top: 1px solid #0071bd;
  padding-bottom: 50px;
}
section.page.recruit.d_24.s4 .body ul.s4_01 li::before {
  width: 84px;
  height: 42px;
  border-radius: 42px 42px 0 0;
  background: #0071bd;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-42px);
}
section.page.recruit.d_24.s4 .body ul.s4_01 li h4 {
  padding-top: 26px;
  font-size: 28px;
  color: #0071bd;
  text-align: center;
  padding-bottom: 26px;
  font-weight: bold;
}
section.page.recruit.d_24.s4 .body ul.s4_01 li p:nth-of-type(1) {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateY(-32px) translateX(-50%);
  color: #fff;
  padding: 0;
  font-size: 18px;
}
section.page.recruit.d_24.s4 .body ul.s4_01 li p:nth-of-type(2) {
  padding: 0;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_24.s4 .body ul.s4_01 {
    display: flex;
    gap: 30px 30px;
    padding-bottom: 40px;
  }
  section.page.recruit.d_24.s4 .body ul.s4_01 li {
    width: calc((100% - 3px) / 2);
  }
}

section.page.recruit.d_24.s5 {
  background: #f9f8f4;
  padding-top: 40px;
}
section.page.recruit.d_24.s5 .body ul.s5 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
  padding-bottom: 0px;
}
section.page.recruit.d_24.s5 .body ul.s5 li {
  width: calc((100% - 200px) / 3);
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
section.page.recruit.d_24.s5 .body ul.s5 li div.img {
  width: 270px;
  display: inline-block;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
section.page.recruit.d_24.s5 .body ul.s5 li p {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
section.page.recruit.d_24.s5 .body ul.s5 li a {
  padding-left: 20px;
  display: inline-block;
  border: 1px solid #cccccc;
  border: 1px solid #cccccc;
  border-radius: 30px;
  text-align: left;
  line-height: 60px;
  font-size: 18px;
  width: 270px;
  height: 60px;
  background: #fff;
  position: relative;
}
section.page.recruit.d_24.s5 .body ul.s5 li a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  right: 24px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}

section.page.recruit.d_24.s6 .body ul.s6_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  padding-bottom: 60px;
}
section.page.recruit.d_24.s6 .body ul.s6_01 li {
  width: calc((100% - 80px) / 3);
  background: #f6f8fb;
  position: relative;
  height: 160px;
}
section.page.recruit.d_24.s6 .body ul.s6_01 li p {
  text-align: center;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #0071bd;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_24.s6 .body ul.s6_01 {
    display: flex;
    gap: 30px 30px;
    padding-bottom: 40px;
  }
  section.page.recruit.d_24.s6 .body ul.s6_01 li {
    width: calc((100% - 3px) / 2);
  }
}

section.page.recruit.d_24.s7 {
  padding: 0;
  height: 380px;
}
section.page.recruit.d_24.s7 .wrap {
  position: relative;
}
section.page.recruit.d_24.s7 ul {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  display: flex;
  width: 1480px;
}
section.page.recruit.d_24.s7 ul li {
  width: 33.3333333333%;
  line-height: 0;
}
section.page.recruit.d_24.s7 ul::after {
  height: 60px;
  width: 1200px;
  border-radius: 30px 30px 0 0;
  background: #fff;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(0px);
}

section.page.recruit.d_24.s8 {
  padding-top: 0;
  padding-bottom: 140px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 {
  padding: 0 110px;
  display: flex;
  flex-wrap: wrap;
  gap: 46px 56px;
  padding-bottom: 0px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li {
  padding: 20px 0 0 30px;
  border-radius: 10px;
  border: 1px solid #0071bd;
  width: calc((100% - 56px) / 2);
  position: relative;
  height: 264px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p {
  line-height: 1;
  padding: 0;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n1 {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n2 {
  font-size: 17px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n3.w {
  left: 50%;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n3 span:nth-of-type(1) {
  font-size: 100px;
  color: #0071bd;
  font-style: italic;
  padding-right: 10px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n3 span:nth-of-type(2) {
  font-size: 64px;
  color: #0071bd;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li p.n3 i {
  color: #0071bd;
  font-size: 24px;
  position: absolute;
  left: 8px;
  top: -20px;
  font-weight: bold;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li {
  background-repeat: no-repeat;
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_1.png");
  background-size: 140px 140px;
  background-position: 97% 4px;
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(2) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_2.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(3) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_3.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(4) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_4.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(5) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_5.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(6) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_6.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(7) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_7.png");
}
section.page.recruit.d_24.s8 .body ul.s8_01 li:nth-of-type(8) {
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__s8_8.png");
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_24.s8 .body ul.s8_01 {
    display: flex;
    gap: 30px 30px;
    padding-bottom: 40px;
  }
  section.page.recruit.d_24.s8 .body ul.s8_01 li {
    width: calc((100% - 3px) / 2);
  }
}

section.page.recruit.d_24.s9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-image: url("https://www.hino-systech.com/jp/images/recruit__home__19.jpg");
  background-size: 100% auto;
  background-position: 0 0;
}
section.page.recruit.d_24.s9 .head p, section.page.recruit.d_24.s9 .head h2 {
  color: #fff;
}
section.page.recruit.d_24.s9 .body ul.s9_01 {
  padding: 0 38px;
  display: flex;
  gap: 46px 56px;
  padding-bottom: 0px;
}
section.page.recruit.d_24.s9 .body ul.s9_01 li {
  width: calc((100% - 76px) / 3);
}
section.page.recruit.d_24.s9 .body ul.s9_01 li a {
  padding: 16px;
  background: #0071bd;
  border-radius: 10px;
  line-height: 0;
  position: relative;
}
section.page.recruit.d_24.s9 .body ul.s9_01 li a h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
}
section.page.recruit.d_24.s9 .body ul.s9_01 li a p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 26px;
  padding-right: 50px;
}
section.page.recruit.d_24.s9 .body ul.s9_01 li a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  right: 12px;
  top: 24px;
  border: 1px solid #fff;
}
section.page.recruit.d_24.s9 .body ul.s9_01 li a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 32px;
  top: 42px;
  transform: rotate(45deg);
}

section.page.recruit.d_25 .message_box {
  border: 1px solid #cccccc;
  border-top: 13px solid #2ea7e0;
}
section.page.recruit.d_25 .message_box:nth-of-type(2n) {
  border-top: 13px solid #61c496;
}
section.page.recruit.d_25 .message_box:nth-of-type(2n) ul li:nth-of-type(1) p {
  color: #61c496;
}
section.page.recruit.d_25 .message_box {
  margin-bottom: 100px;
  padding: 54px 100px 54px 100px;
}
section.page.recruit.d_25 ul {
  display: flex;
  padding-bottom: 54px;
}
section.page.recruit.d_25 ul li {
  height: 270px;
}
section.page.recruit.d_25 ul li:nth-of-type(1), section.page.recruit.d_25 ul li:nth-of-type(3) {
  width: calc((100% - 270px) / 2);
}
section.page.recruit.d_25 ul li:nth-of-type(1) {
  text-align: right;
  padding-right: 30px;
  padding-top: 90px;
  width: calc((100% - 270px) / 2);
}
section.page.recruit.d_25 ul li:nth-of-type(1) p {
  color: #2ea7e0;
  display: inline-block;
  font-size: 45px;
  position: relative;
  line-height: 1.2;
}
section.page.recruit.d_25 ul li:nth-of-type(1) p i {
  display: inline-block;
  padding-left: 8px;
  font-size: 86px;
}
section.page.recruit.d_25 ul li:nth-of-type(1) p span {
  font-size: 17px;
  position: absolute;
  top: 14px;
  font-weight: bold;
}
section.page.recruit.d_25 ul li:nth-of-type(2) {
  width: 270px;
  border-radius: 50%;
  overflow: hidden;
}
section.page.recruit.d_25 ul li:nth-of-type(3) {
  padding-left: 30px;
  padding-top: 100px;
}
section.page.recruit.d_25 ul li:nth-of-type(3) p {
  font-weight: bold;
}
section.page.recruit.d_25 ul li:nth-of-type(3) p:nth-of-type(1) {
  font-size: 24px;
  padding-bottom: 10px;
}
section.page.recruit.d_25 ul li:nth-of-type(3) p:nth-of-type(1) {
  font-size: 18px;
  padding-bottom: 0;
}
section.page.recruit.d_25 h3 {
  position: relative;
  margin-bottom: 40px;
}
section.page.recruit.d_25 h3::after {
  height: 1px;
  border-top: 1px solid #cccccc;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -20px;
  transform: translateX(-11px);
}
section.page.recruit.d_25 h2 {
  font-size: 36px;
  color: #0071bd;
  padding-bottom: 85px;
}
section.page.recruit.d_25 .message p {
  padding-right: 60px;
}

section.page.recruit.d_26.mb0 {
  padding-bottom: 0;
}
section.page.recruit.d_26 .set01 {
  padding-bottom: 80px;
}
section.page.recruit.d_26 dl.requirements {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}
section.page.recruit.d_26 dl.requirements > dt, section.page.recruit.d_26 dl.requirements > dd {
  border-top: 1px solid #cccccc;
  padding: 18px 0 18px 0;
  font-size: 18px;
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_26 dl.requirements > dt, section.page.recruit.d_26 dl.requirements > dd {
    width: 100%;
  }
}
section.page.recruit.d_26 dl.requirements > dt.w, section.page.recruit.d_26 dl.requirements > dd.w {
  width: 100%;
}
section.page.recruit.d_26 dl.requirements > dt {
  background: #e9eff1;
  padding: 18px 0 18px 25px;
  width: 280px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_26 dl.requirements > dt {
    width: 100%;
  }
}
section.page.recruit.d_26 dl.requirements > dt.w {
  width: 100%;
}
section.page.recruit.d_26 dl.requirements > dd {
  padding: 18px 0 18px 30px;
  width: calc(100% - 280px);
  text-align: left;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_26 dl.requirements > dd {
    width: 100%;
  }
}
section.page.recruit.d_26 dl.requirements > dd.w {
  width: 100%;
}
section.page.recruit.d_26 dl.requirements > dd p {
  padding-bottom: 20px;
}
section.page.recruit.d_26 .set02_01 {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_26 .set02_01 {
    display: block;
  }
}
section.page.recruit.d_26 .set02_01 ul {
  width: 25%;
}
section.page.recruit.d_26 .set02_01 ul li {
  text-align: left;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 4px;
}
section.page.recruit.d_26 .set02_01 ul li::before {
  background: #0071bd;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

section.page.recruit.d_26_02 {
  padding-top: 100px;
  background: #f9f8f4;
  padding-bottom: 20px;
}
section.page.recruit.d_26_02 .set01 h2 {
  font-size: 29px;
}
section.page.recruit.d_26_02 .set01 p {
  text-align: center;
}
section.page.recruit.d_26_02 .set01 p a {
  display: inline;
  color: #0071bd;
  padding: 0 4px;
}
section.page.recruit.d_26_02 .set01 {
  padding-bottom: 10px;
}
section.page.recruit.d_26_02 .set01 ul li {
  margin-bottom: 52px;
  padding: 35px;
  background: #fff;
  position: relative;
}
section.page.recruit.d_26_02 .set01 ul li::after {
  position: absolute;
  left: 240px;
  bottom: -42px;
  content: " ";
  background-repeat: no-repeat;
  background-image: url("https://www.hino-systech.com/jp/images/recruit__graduate_arrow.svg");
  background-size: auto 100%;
  background-position: 50% 50%;
  height: 42px;
  width: 42px;
}
section.page.recruit.d_26_02 .set01 ul li:nth-last-of-type(1)::after {
  display: none;
}
section.page.recruit.d_26_02 .set01 ul li dl {
  display: flex;
  width: 100%;
}
section.page.recruit.d_26_02 .set01 ul li dl dt, section.page.recruit.d_26_02 .set01 ul li dl dd {
  text-align: left;
  width: 50%;
}
section.page.recruit.d_26_02 .set01 ul li dl dt p, section.page.recruit.d_26_02 .set01 ul li dl dd p {
  text-align: left;
  padding-bottom: 0;
}
section.page.recruit.d_26_02 .set01 ul li dl dt {
  font-size: 22px;
  font-weight: bold;
}
section.page.recruit.d_26_02 .set01 ul li dl dt i {
  color: #0071bd;
  padding-right: 6px;
}
section.page.recruit.d_26_02 .set01 ul li dl.w dd {
  width: 25%;
}
section.page.recruit.d_26_02 .set02 {
  padding-top: 30px;
}
section.page.recruit.d_26_02 .set02 ul {
  border-top: 1px solid #cccccc;
  padding-top: 36px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 32px;
}
section.page.recruit.d_26_02 .set02 ul li {
  background: #c6dff0;
  width: calc((100% - 96px) / 4);
  height: 98px;
  line-height: 98px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
section.page.recruit.d_26_02 .set02 ul li::before {
  width: 30px;
  height: 98px;
  position: absolute;
  display: block;
  background: #666;
  background: #f9f8f4;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0px;
  top: 0;
  content: " ";
}
section.page.recruit.d_26_02 .set02 ul li::after {
  width: 30px;
  height: 98px;
  position: absolute;
  display: block;
  background: #666;
  background: #c6dff0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -30px;
  top: 0;
  content: " ";
}
section.page.recruit.d_26_02 .set02 ul li:nth-of-type(1)::before {
  display: none;
}
section.page.recruit.d_26_02 .set02 ul li:nth-last-of-type(1)::after {
  display: none;
}
section.page.recruit.d_26_02 .set02 p {
  padding-bottom: 10px;
}
section.page.recruit.d_26_02 .set02 p span {
  color: #e40012;
}
section.page.recruit.d_26_02 .set02 {
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.page.recruit.d_26_02 .set02 {
    display: block;
  }
}
section.page.recruit.d_26_02 .set02 {
  /*

  ul{




  	li{

  		width: calc((100% - (60px * 1)) / 2);



  		text-align: left;
  		position: relative;
  		font-size: 18px;
  		padding-left: 20px;
  		padding-bottom: 4px;

  		&::before{
  			background: c1.$color_point;

  			position: absolute;
  			content: '';
  			 width: 9px;
  			  height: 9px;
  			left: 0;
  			top: 9px;


  			border-radius: 50%;

  			}
  		}
  	}		


  */
}

section.page.recruit.d_26_03 {
  padding-top: 100px;
  padding-bottom: 120px;
}
section.page.recruit.d_26_03 .set03 h2 {
  font-size: 29px;
  padding-bottom: 50px;
}
section.page.recruit.d_26_03 .set03 p {
  text-align: center;
}
section.page.recruit.d_26_03 .set03 p a {
  display: inline;
  color: #0071bd;
  padding: 0 4px;
}
section.page.recruit.d_26_03 .set03 ul {
  display: flex;
}
section.page.recruit.d_26_03 .set03 ul li {
  width: 50%;
}
section.page.recruit.d_26_03 .set03 ul li:nth-of-type(2) {
  padding-left: 80px;
  border-left: 2px solid #cccccc;
}
section.page.recruit.d_26_03 .set03 ul li h4 {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  padding-left: 14px;
  border-left: 8px solid #0071bd;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.page.recruit.d_26_03 .set03 ul li p {
  text-align: left;
}
section.page.recruit.d_26_03 .set03 ul li p.n1 {
  font-size: 28px;
  padding-bottom: 10px;
}
section.page.recruit.d_26_03 .set03 ul li p.n2 {
  font-size: 22px;
  padding-bottom: 0;
}/*# sourceMappingURL=for__home.css.map */