@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  height: 100vh;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

h3 {
  font-size: 28px;
  /* font-size: 22px; */
  line-height: 1.5;
}

h4 {
  font-size: 18px;
}

/* -- header -- */
#header {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  position: fixed;
  top: 0px;
  z-index: 80;
}

#header .logo {
  width: 240px;
  line-height: 0;
}

.header-btn a {
  display: block;
  width: 320px;
  background-color: #e60012;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

.header-btn a:hover {
  filter: brightness(0.8);
}

/* -- section -- */
.section-body {
  max-width: 1140px;
  padding: 100px 20px 0;
  margin: 0 auto;
}

.section-title {
  display: flex;
  align-items: flex-end;
}

.section-title .text {
  flex: 3;
  margin-bottom: 40px;
}

.section-title .text h2 {
  color: #e60012;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title .text p {
  font-size: 20px;
}

.section-title .img {
  flex: 1;
}

/* -- button -- */
.apply {
  background-image: url(../img/apply_bg.jpg);
  background-size: cover;
  text-align: center;
  padding: 80px 20px;
}

.btn {
  display: block;
  max-width: 1140px;
  background: #e60012;
  border-radius: 8px;
  border-bottom: 8px solid #962331;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.btn:hover {
  margin-top: 5px;
  border-bottom: 3px solid #962331;
}

/* -- mainvisual -- */
.mainvisual {
  background-image: url(../img/main-bg.png);
  background-repeat: repeat;
  height: auto;
  margin-top: 80px;
  padding: 60px 0;
}

.mv-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv-inner .text,
.mv-inner .img {
  flex: 1;
}

.mv-inner .text {
  color: #fff;
}

.mv-inner h1 {
  font-size: 42px;
  line-height: 1.5;
}

.mv-inner .text img {
  width: 85%;
  margin: 24px 0;
}

.mv-inner .text p {
  font-size: 20px;
}

/* -- campaign -- */
.campaign {
  text-align: center;
  margin: 80px 20px 0;
}

/* -- benefits -- */
.benefit-item {
  background-color: #e60012;
  border-radius: 0 80px 0 0;
  color: #fff;
}

.benefit-item.item2 {
  background-color: #000;
  border-radius: 80px 0 0 0;
}

.benefit-item.item2,
.benefit-item.item3 {
  margin-top: -80px;
}

.benefit-item .description {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}

.benefit-item.item1 .description,
.benefit-item.item2 .description {
  padding-bottom: 160px;
}

.benefit-item .description .benefit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.benefit-item.item2 .description .benefit {
  flex-direction: row-reverse;
}

.benefit-item .description .benefit .text,
.benefit-item .description .benefit .img {
  flex: 1;
}

.benefit-item .description .benefit .text .title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.benefit-item .description .benefit .text .title img {
  width: 120px;
}

.benefit-item .description .benefit .text h3 {
  font-size: 32px;
}

.benefit-item .description .benefit .text p {
  font-size: 18px;
}

.benefit-item .description .benefit .img {
  flex: 1;
}

/* -- work location -- */
.location-item {
  background-color: #e60012;
  border-radius: 0 80px 0 0;
  color: #fff;
}

.location-item .description {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}

/* title */
.hino .title,
.hamura .title {
  margin-bottom: 20px;
}

/* hino */
.hino {
  margin-bottom: 60px;
}

.hino .company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background-color: #fff;
  color: #000;
  padding: 30px;
}

.hino .company .text {
  flex: 2;
}

.hino .company .text .info {
  margin: 20px 0;
}

.hino .company .img {
  flex: 1;
}

/* hamura */
.hamura .map {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.point1 {
  grid-area: 1 / 1 / 2 / 2;
}
.point2 {
  grid-area: 1 / 2 / 2 / 3;
}
.point3 {
  grid-area: 2 / 1 / 3 / 2;
}
.point4 {
  grid-area: 2 / 2 / 3 / 3;
}
.point5 {
  grid-area: 3 / 1 / 4 / 2;
}
.point6 {
  grid-area: 3 / 2 / 4 / 3;
}

.point1,
.point2,
.point3,
.point4,
.point5,
.point6 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #fff;
  padding: 24px;
}

.point1,
.point3,
.point5 {
  border-right: 1px solid #fff;
}

.point1 .text,
.point2 .text,
.point3 .text,
.point4 .text,
.point5 .text,
.point6 .text {
  flex: 1;
}

.point1 .img,
.point2 .img,
.point3 .img,
.point4 .img,
.point5 .img,
.point6 .img {
  flex: 1;
}

.points .text h4 {
  margin-bottom: 10px;
}

/* -- job description -- */
.job-item {
  background-color: #000;
  border-radius: 80px 0 0 0;
  color: #fff;
}

.job-item .description {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}

.info1,
.info2 {
  margin-bottom: 60px;
}

/* info1 */
.info1 {
  background-color: #fff;
  color: #000;
  padding: 60px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.table tr {
  border-top: 1px solid #ccc;
}

.table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.table th,
.table td {
  vertical-align: top;
  padding: 30px;
}

.table th {
  width: 25%;
  font-weight: 700;
  text-align: left;
}

.table td .break {
  margin-bottom: 10px;
}

.table td .break-m {
  margin-bottom: 20px;
}

.table td .paragraph {
  text-indent: -1em;
  padding-left: 1em;
}

/* info title */
.info2 .title,
.info3 .title {
  margin-bottom: 20px;
}

.info2 .title h3 {
  margin-bottom: 5px;
}

.info2 .title p {
  font-size: 18px;
}

/* info2 */
.jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.job1 {
  grid-area: 1 / 1 / 2 / 2;
}
.job2 {
  grid-area: 1 / 2 / 2 / 3;
}
.job3 {
  grid-area: 2 / 1 / 3 / 2;
}
.job4 {
  grid-area: 2 / 2 / 3 / 3;
}

.job1,
.job2,
.job3,
.job4 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #fff;
  padding: 24px;
}

.job1,
.job3 {
  border-right: 1px solid #fff;
}

.job1 .text,
.job2 .text,
.job3 .text,
.job4 .text {
  flex: 1;
}

.job1 .img,
.job2 .img,
.job3 .img,
.job4 .img {
  flex: 1;
}

.jobs .text h4 {
  margin-bottom: 10px;
}

.jobs-cap {
  text-align: right;
  padding-top: 10px;
}

/* info3 */
.info3 .salary {
  background-color: #fff;
  padding: 30px;
}

/* -- staff voice -- */
.voice-item {
  background-color: #e60012;
  border-radius: 0 80px 0 0;
}

.voice-item .description {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}

.voice-item .description .staff {
  flex: 1;
  background-color: #fff;
  padding: 24px;
}

.voice-item .description .staff .profile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.voice-item .description .staff .profile .text {
  flex: 3;
  font-weight: 700;
}

.voice-item .description .staff .profile .text h3 {
  color: #e60012;
  font-size: 22px;
  margin-bottom: 10px;
}

.voice-item .description .staff .profile .text p {
  font-size: 14px;
}

.voice-item .description .staff .profile .img {
  flex: 1;
}

.voice-text span {
  color: #e60012;
  font-weight: 700;
}

/* -- company -- */
#company {
  background-color: #fff;
}

.company-info {
  background-color: #f2f3f3;
}

.company-info .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}

.company-info .text {
  width: 60%;
}

.company-info .text img {
  max-width: 360px;
  margin-bottom: 20px;
}

.company-info dl {
  margin-bottom: 20px;
}

.company-info dt {
  float: left;
}

.company-info dt::after {
  content: "：";
}

.company-info .img {
  width: 35%;
}

/* -- fixed-button -- */
.fix {
  background-image: url(../img/apply_bg.jpg);
  background-size: cover;
  padding: 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.fix .btn {
  border-radius: 8px;
  padding: 10px 0;
  margin: 0 auto;
}

/* -- footer -- */
#footer {
  text-align: center;
  padding: 40px 4%;
}

#footer .logo {
  max-width: 300px;
  margin: 0 auto 10px;
}

#footer .copyright {
  font-size: 12px;
  font-weight: 400;
}

/* -- display -- */
.sp,
.tablet-on {
  display: none;
}

/* ------------------------------
        1080px
  ------------------------------ */
@media screen and (max-width: 1080px) {
  /* -- section -- */
  .section-body {
    padding: 60px 20px 0;
  }

  .section-title .text h2 {
    font-size: 38px;
  }

  .section-title .text p {
    font-size: 18px;
  }

  /* -- button -- */
  .apply {
    padding: 60px 20px;
  }

  /* -- mainvisual -- */
  .mainvisual {
    background-image: url(../img/main-bg.png);
    margin-top: 80px;
    padding: 60px 0;
  }

  .mv-inner h1 {
    font-size: 34px;
  }

  .mv-inner .text p {
    font-size: 18px;
  }

  /* -- benefits -- */
  .benefit-item {
    border-radius: 0 60px 0 0;
  }

  .benefit-item.item2 {
    border-radius: 60px 0 0 0;
  }

  .benefit-item.item2,
  .benefit-item.item3 {
    margin-top: -60px;
  }

  .benefit-item .description {
    padding: 60px 20px;
  }

  .benefit-item.item1 .description,
  .benefit-item.item2 .description {
    padding-bottom: 120px;
  }

  .benefit-item .description .benefit {
    gap: 40px;
  }

  .benefit-item .description .benefit .text h3 {
    font-size: 26px;
  }

  .benefit-item .description .benefit .text p {
    font-size: 16px;
  }

  /* -- work location -- */
  .location-item {
    border-radius: 0 60px 0 0;
  }

  .location-item .description {
    padding: 60px 20px;
  }

  /* hamura */
  .point1,
  .point2,
  .point3,
  .point4,
  .point5,
  .point6 {
    flex-direction: column;
  }

  .points .text h4 {
    margin-bottom: 5px;
  }

  .points .img {
    width: 80%;
    margin: 0 auto;
  }

  /* -- job description -- */
  .job-item {
    border-radius: 60px 0 0 0;
  }

  .job-item .description {
    padding: 60px 20px;
  }

  /* info title */
  .info2 .title h3 {
    margin-bottom: 5px;
  }

  .info2 .title p {
    font-size: 18px;
  }

  /* info2 */
  .job1,
  .job2,
  .job3,
  .job4 {
    flex-direction: column;
  }

  .jobs .text h4 {
    margin-bottom: 5px;
  }

  .jobs .img {
    width: 80%;
    margin: 0 auto;
  }

  /* -- staff voice -- */
  .voice-item {
    border-radius: 0 60px 0 0;
  }

  .voice-item .description {
    gap: 20px;
    padding: 60px 20px;
  }

  .voice-item .description .staff {
    padding: 20px;
  }

  .voice-item .description .staff .profile .text h3 {
    font-size: 20px;
  }

  .voice-item .description .staff .profile .text p {
    font-size: 13px;
  }

  /* -- company -- */
  .company-info .description {
    align-items: flex-end;
    padding: 60px 20px;
  }
}

/* ------------------------------
        960px
  ------------------------------ */
@media screen and (max-width: 960px) {
  h3 {
    font-size: 24px;
  }

  /* -- display -- */
  .tablet-off {
    display: none;
  }

  .tablet-on {
    display: block;
  }

  /* -- header -- */
  #header {
    height: 60px;
  }

  #header .logo {
    width: 220px;
    margin: 0 auto;
  }

  /* -- section -- */
  .section-title .text h2 {
    font-size: 28px;
  }

  .section-title .text p {
    font-size: 16px;
  }

  /* -- button -- */
  .apply {
    padding: 40px 20px;
  }

  .btn {
    max-width: 100%;
    border-bottom: none;
    font-size: 24px;
    padding: 10px 0;
  }

  .btn:hover {
    margin-top: 0;
    border-bottom: none;
  }

  /* -- mainvisual -- */
  .mainvisual {
    margin-top: 60px;
    padding: 30px 0;
  }

  .mv-inner h1 {
    font-size: 28px;
  }

  .mv-inner .text img {
    width: 100%;
  }

  .mv-inner .text p {
    font-size: 15px;
  }

  /* -- benefits -- */
  .benefit-item {
    border-radius: 0 40px 0 0;
  }

  .benefit-item.item2 {
    border-radius: 40px 0 0 0;
  }

  .benefit-item.item2,
  .benefit-item.item3 {
    margin-top: -40px;
  }

  .benefit-item .description {
    padding: 40px 20px;
  }

  .benefit-item.item1 .description,
  .benefit-item.item2 .description {
    padding-bottom: 80px;
  }

  .benefit-item .description .benefit {
    align-items: flex-end;
  }

  .benefit-item .description .benefit .text h3 {
    font-size: 24px;
  }

  .benefit-item .description .benefit .text p {
    font-size: 16px;
  }

  /* -- work location -- */
  .location-item {
    border-radius: 0 40px 0 0;
  }

  .location-item .description {
    padding: 40px 20px;
  }

  /* hino */
  .hino {
    margin-bottom: 40px;
  }

  /* -- job description -- */
  .job-item {
    border-radius: 40px 0 0 0;
  }

  .job-item .description {
    padding: 40px 20px;
  }

  .info1,
  .info2 {
    margin-bottom: 40px;
  }

  /* info1 */
  .info1 {
    padding: 30px;
  }

  /* -- staff voice -- */
  .voice-item {
    border-radius: 0 40px 0 0;
  }

  .voice-item .description {
    padding: 40px 20px;
  }

  .voice-item .description .staff .profile {
    flex-direction: column;
  }

  .voice-item .description .staff .profile .text p {
    font-size: 12px;
  }

  .voice-item .description .staff .profile .img {
    width: 40%;
    margin: 0 auto;
  }

  /* -- company -- */
  .company-info .description {
    padding: 40px 20px;
  }

  .company-info .img {
    width: 50%;
  }
}

/* ------------------------------
        767px
  ------------------------------ */
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  /* -- display -- */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* -- header -- */
  #header .logo {
    max-width: 200px;
  }

  /* -- section -- */
  .section-title {
    display: block;
  }

  .section-title .text h2 {
    font-size: 24px;
  }

  .section-title .img {
    max-width: 280px;
    margin: 0 auto;
  }

  /* -- button -- */
  .btn {
    border-radius: 4px;
    font-size: 20px;
  }

  /* -- mainvisual -- */
  .mv-inner {
    display: block;
    text-align: center;
  }

  .mv-inner h1 {
    font-size: 28px;
  }

  .mv-inner .text img {
    width: 80%;
  }

  .mv-inner .text p {
    margin-bottom: 24px;
  }

  .mv-inner .img {
    max-width: 360px;
    margin: 0 auto;
  }

  /* -- campaign -- */
  .campaign {
    margin: 60px 20px 0;
  }

  /* -- benefits -- */
  .benefit-item .description .benefit {
    display: block;
  }

  .benefit-item .description .benefit .text .title {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .benefit-item .description .benefit .text p {
    margin-bottom: 20px;
  }

  /* -- work location -- */

  /* hino */
  .hino .company {
    flex-direction: column;
  }

  .hino .company .img {
    max-width: 300px;
  }

  /* hamura */
  .hamura .map {
    padding: 10px;
  }

  .points {
    display: block;
  }

  .point1,
  .point2,
  .point3,
  .point4,
  .point5,
  .point6 {
    padding: 24px 0;
  }

  .point1,
  .point3,
  .point5 {
    border-right: none;
  }

  .points .img {
    width: 100%;
    text-align: center;
  }

  /* -- job description -- */

  /* info1 */
  .table th,
  .table td {
    display: block;
  }

  .table th {
    width: 100%;
    font-size: 16px;
    padding: 20px 0 10px;
  }

  .table td {
    font-size: 16px;
    padding: 0 0 20px;
  }

  /* info title */
  .info2 .title p {
    font-size: 16px;
  }

  /* info2 */
  .jobs {
    display: block;
  }

  .job1,
  .job2,
  .job3,
  .job4 {
    padding: 24px 0;
  }

  .job1,
  .job3 {
    border-right: none;
  }

  .jobs .img {
    width: 100%;
    text-align: center;
  }

  /* info3 */
  .info3 .salary {
    background-color: #fff;
    padding: 10px;
  }

  /* -- staff voice -- */
  .voice-item .description {
    flex-direction: column;
  }

  .voice-item .description .staff .profile .img {
    max-width: 120px;
  }

  /* -- company -- */
  .company-info .description {
    flex-direction: column;
  }

  .company-info .text {
    width: 100%;
  }

  .company-info .img {
    width: 100%;
    margin: 0 auto;
  }

  /* -- fixed-button -- */
  .fix .btn {
    border-radius: 4px;
  }

  /* -- footer -- */
  #footer .logo {
    max-width: 220px;
  }
}

@media screen and (max-width: 500px) {
  /* -- mainvisual -- */
  .mv-inner .text img {
    width: 100%;
  }
}
