@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* sect-hero
============================================================ */
.sect-hero {
  width: 100%;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-height: 140px;
  max-height: 860px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 481px) {
}

/* sect-about
============================================================ */
.sect-about {
  padding: 70px 0 90px;
  background: #dfeffa;
}
.about__title {
  text-align: center;
}
.about__title__en img {
  height: 38px;
}
.about__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about__lead {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.about__lead span {
  display: inline-block;
}
.about__desc {
  margin-top: 14px;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}
.about__desc span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-about {
    padding: 50px 0 60px;
  }
  .about__title__en img {
    height: 33px;
  }
  .about__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .about__lead {
    margin-top: 35px;
    font-size: 26px;
  }
  .about__desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .about__desc p:not(:first-child) {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-message
============================================================ */
.sect-message {
  padding: 70px 0 90px;
}
.message__title {
  text-align: center;
}
.message__title__en img {
  height: 38px;
}
.message__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.message__item {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: clamp(20px, 3.8vw, 55px);
}
.message__body {
  flex: 1 1 60%;
}
.message__text {
  margin-top: -0.5em;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 1.9;
  text-align: justify;
}
.message__text .name {
  font-size: 23px;
  letter-spacing: 1px;
}
.message__img {
  flex: 1 1 40%;
}
.message__figure {
  display: block;
  margin: 0;
}
.message__figure > img {
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-message {
    padding: 50px 0 60px;
  }
  .message__title__en img {
    height: 33px;
  }
  .message__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .message__item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
    gap: 30px;
  }
  .message__body {
    flex: none;
    width: 100%;
    max-width: 550px;
  }
  .message__text {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .message__text .name {
    font-size: 18px;
  }
  .message__img {
    flex: none;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-business
============================================================ */
.sect-business {
  padding: 70px 0 90px;
  background: #baddf5;
}
.business__title {
  text-align: center;
}
.business__title__en img {
  height: 38px;
}
.business__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.business__lead {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.business__lead span {
  display: inline-block;
}
.business__desc {
  margin-top: 14px;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}
.business__desc span {
  display: inline-block;
}
.business__img {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 6.25vw, 90px);
  margin-top: 30px;
}
.business__figure {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.business__figure > img {
  width: 100%;
  height: auto;
}
.business__badges {
  margin-top: 27px;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}
.business__badges span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-business {
    padding: 50px 0 60px;
  }
  .business__title__en img {
    height: 33px;
  }
  .business__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .business__lead {
    margin-top: 35px;
    font-size: 26px;
  }
  .business__desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .business__desc p:not(:first-child) {
    margin-top: 0.75em;
  }
  .business__img {
    gap: 20px;
    margin-top: 25px;
  }
  .business__badges {
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .business__img {
    gap: 10px;
  }
}

/* sect-company
============================================================ */
.sect-company {
  padding: 70px 0 90px;
}
.company__title {
  text-align: center;
}
.company__title__en img {
  height: 38px;
}
.company__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.company__cols {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 4.9vw, 70px);
  margin-top: 75px;
}
.company__right {
  order: 2;
}
.company__info:not(:first-child) {
  margin-top: 85px;
}
.company__info__title {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}
.company__info__table {
  width: 550px;
}
.company__info__table th,
.company__info__table td {
  padding: 8px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 19px;
  text-align: left;
  vertical-align: top;
}
.company__info__table th {
  width: 150px;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 2.4px;
}
.company__info__table td {
}
.company__info__table a {
  vertical-align: middle;
}
.company__info__table img {
  vertical-align: baseline;
}
.company__info__office th {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  border-bottom: none;
}
.company__info__office td {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  border-top: none;
}
.company__info__office tr:not(:last-child) td {
  border-bottom: none;
}
.company__info__vehicle th {
  width: 295px;
  padding-left: 0;
}
.company__info__vehicle td {
  padding-right: 0;
  padding-left: 0;
}
.company__info__vehicle__details {
  padding-left: clamp(20px, 4.9vw, 70px);
}
.company__info__vehicle__details td {
  padding: 0;
  border: none;
  line-height: 1.7;
}
.company__info__vehicle__details .name {
  width: 230px;
}
.company__info__vehicle__details .count {
  text-align: right;
}
.company__info__btn {
  margin-top: 40px;
}
.company__left {
  order: 1;
}
.company__figure {
  display: block;
  margin: 0;
}
.company__figure:not(:first-child) {
  margin-top: 30px;
}
.company__figure > img {
  width: 100%;
  height: auto;
}
.company__figcaption {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}
.company__certs {
  margin-top: 35px;
  text-align: center;
}
.company__certs__figure {
  display: block;
  margin: 0;
}
.company__certs__figure span {
  display: inline-block;
}
.company__certs__figure:not(:first-child) {
  margin-top: 50px;
}
.company__certs__figure > img {
  width: 100%;
  max-width: 190px;
  height: auto;
  border: 1px solid #aaa;
}
.company__certs__figcaption {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.company__certs__figcaption span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-company {
    padding: 50px 0 60px;
  }
  .company__title__en img {
    height: 33px;
  }
  .company__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .company__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 40px;
  }
  .company__right {
    order: 1;
    width: 100%;
    max-width: 550px;
  }
  .company__info {
    width: 100%;
  }
  .company__info:not(:first-child) {
    margin-top: 40px;
  }
  .company__info__title {
    font-size: 18px;
  }
  .company__info__table {
    width: 100%;
  }
  .company__info__table th,
  .company__info__table td {
    font-size: 16px;
  }
  .company__info__table th {
    width: 120px;
  }
  .company__info__table td {
  }
  .company__info__office th {
    width: 100%;
    padding-top: 10px;
  }
  .company__info__office td {
    padding-bottom: 10px;
  }
  .company__info__vehicle th {
    width: 200px;
  }
  .company__info__vehicle__details {
    padding-left: 20px;
  }
  .company__info__vehicle__details .name {
    width: 180px;
  }
  .company__info__btn {
    margin-top: 30px;
    text-align: center;
  }
  .company__left {
    order: 2;
    width: 100%;
    max-width: 550px;
  }
  .company__figure:not(:first-child) {
    margin-top: 20px;
  }
  .company__figcaption {
    font-size: 14px;
  }
  .company__certs {
    margin-top: 25px;
  }
  .company__certs__figure:not(:first-child) {
    margin-top: 30px;
  }
  .company__certs__figure > img {
    max-width: 190px;
  }
  .company__certs__figcaption {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .company__info__title {
    font-size: 17px;
  }
  .company__info__table th,
  .company__info__table td {
    font-size: 15px;
  }
  .company__info__table th {
    width: 95px;
  }
  .company__info__office th {
    width: 100%;
  }
  .company__info__vehicle th {
    width: 200px;
  }
}

/* sect-recruit
============================================================ */
.sect-recruit {
  padding: 70px 0 90px;
  background: #fff6d2;
}
.recruit__title {
  text-align: center;
}
.recruit__title__en img {
  height: 38px;
}
.recruit__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.recruit__lead {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.recruit__lead span {
  display: inline-block;
}
.recruit__desc {
  margin-top: 14px;
  font-size: 17px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}
.recruit__desc span {
  display: inline-block;
}
.recruit__cols {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 4.9vw, 70px);
  margin-top: 50px;
}
.recruit__right {
  order: 2;
}
.recruit__info:not(:first-child) {
  margin-top: 85px;
}
.recruit__info__table {
  width: 550px;
}
.recruit__info__table th,
.recruit__info__table td {
  padding: 8px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 19px;
  text-align: left;
  vertical-align: top;
}
.recruit__info__table th {
  width: 115px;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 2.4px;
}
.recruit__info__table td {
}
.recruit__info__btn {
  margin-top: 40px;
}
.recruit__left {
  order: 1;
}
.recruit__figure {
  display: block;
  margin: 0;
}
.recruit__figure:not(:first-child) {
  margin-top: 30px;
}
.recruit__figure > img {
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-recruit {
    padding: 50px 0 60px;
  }
  .recruit__title__en img {
    height: 33px;
  }
  .recruit__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .recruit__lead {
    margin-top: 35px;
    font-size: 26px;
  }
  .recruit__desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .recruit__desc p:not(:first-child) {
    margin-top: 0.75em;
  }
  .recruit__cols {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 30px;
  }
  .recruit__right {
    order: 1;
    width: 100%;
    max-width: 550px;
  }
  .recruit__info:not(:first-child) {
    margin-top: 45px;
  }
  .recruit__info__table {
    width: 100%;
  }
  .recruit__info__table th,
  .recruit__info__table td {
    font-size: 16px;
  }
  .recruit__info__table th {
    width: 85px;
  }
  .recruit__info__table td {
  }
  .recruit__info__btn {
    margin-top: 30px;
    text-align: center;
  }
  .recruit__left {
    order: 2;
    width: 100%;
    max-width: 550px;
  }
  .recruit__figure:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .recruit__info__table th,
  .recruit__info__table td {
    font-size: 15px;
  }
  .recruit__info__table th {
    width: 75px;
  }
}

/* sect-interview
============================================================ */
.sect-interview {
  padding: 70px 0 90px;
  background: #baddf5;
}
.interview__title {
  text-align: center;
}
.interview__title__en img {
  height: 38px;
}
.interview__title__ja {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.interview__lead {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.interview__lead span {
  display: inline-block;
}
.interview__cols {
  margin-top: 30px;
}
.interview__item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.interview__item:not(:first-child) {
  margin-top: 100px;
}
.interview__body {
  order: 1;
}
.interview__item.-limg .interview__body {
  order: 2;
}
.interview__text {
  width: 510px;
  margin-top: -0.5em;
  font-size: 17px;
  letter-spacing: 2.1px;
  line-height: 2;
}
.interview__img {
  order: 2;
}
.interview__item.-limg .interview__img {
  order: 1;
}
.interview__figure {
  display: block;
  margin: 0;
}
.interview__figure > img {
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-interview {
    padding: 50px 0 60px;
  }
  .interview__title__en img {
    height: 33px;
  }
  .interview__title__ja {
    margin-top: 17px;
    font-size: 16px;
  }
  .interview__lead {
    margin-top: 35px;
    font-size: 26px;
  }
  .interview__item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .interview__item:not(:first-child) {
    margin-top: 30px;
  }
  .interview__body,
  .interview__item.-limg .interview__body {
    order: 2;
    width: 100%;
    max-width: 550px;
  }
  .interview__text {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .interview__img,
  .interview__item.-limg .interview__img {
    order: 1;
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 481px) {
}
