@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

body {
  background-image: url(../img/bg-texture.png);
  background-color: #eeeeee;
}

.company__fv--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 30px;
}

.company__fv--left {
  height: auto;
  padding-left: 120px;
}

.company__nav--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.company__nav--item {
  position: relative;
  padding-left: 44px;
}

.company__nav--item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background-image: url(../img/spanner-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.company__nav--item a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}

.company__nav--item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url(../img/common-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.company__nav--item a:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
}

.company__fv--right {
  width: 66%;
  height: 620px;
  background-image: url(../img/company__fv--rightBg.jpg);
  border-radius: 60px 0 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.company-top__textBox {
  -webkit-transform: translate(10px, 190px);
  transform: translate(10px, 190px);
}

.company-top__textBox--inner {
  padding-inline: 116px;
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.company-top__title {
  position: relative;
}

.company-top__title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 69px;
  background-color: #FFAF10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12px;
}

.company-top__titleJa {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.08px;
}

.company-top__titleEn {
  margin-top: 14px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.company-top__textWrap {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.7;
}

.company-top__text1 {
  font-weight: 500;
}

.company-top__text2 {
  font-weight: 500;
  margin-top: 16px;
}

.section__circle {
  position: absolute;
  top: -212px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}

.president__message {
  margin-inline: 120px;
}

.president__message {
  margin-top: 120px;
  padding-inline: 76px;
  padding-block: 120px;
  background-color: #fff;
  border-radius: 28px;
}

.president__message-inner {
  position: relative;
}

.accent-text {
  color: #f5f5f5;
  font-size: 8.125rem;
  font-family: Antonio;
  line-height: 1;
  position: absolute;
  left: -76px;
  bottom: 0;
  z-index: 0;
}

.behavioral-guidelines {
  margin-top: 120px;
  margin-inline: 120px;
  padding-inline: 76px;
  padding-block: 120px;
  margin-bottom: 140px;
  background-color: #fff;
  border-radius: 28px;
}

.behavioral-guidelines__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.behavioral-guidelines__items {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 68px;
  position: relative;
  z-index: 2;
}

.behavioral-guidelines__title {
  font-size: 1.875rem;
  font-weight: 600;
}

.behavioral-guidelines__text {
  font-size: 1rem;
  font-weight: 500;
}

.president__message--inner {
  padding-inline: 120px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.president__message--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  z-index: 2;
  position: relative;
}

.president__message--textWrap {
  width: 80%;
}

.president__message--title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.6px;
  margin-top: 46px;
}

.president__message--text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 30px;
  line-height: 2;
}

.president__message--name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.92px;
  margin-top: 60px;
}

.president__message--img img {
  width: 414px;
  min-width: 414px;
}

.company__description {
  background: #fff;
  padding-inline: 120px;
  padding-block: 10px;
  margin-top: 200px;
}

@media screen and (max-width: 1200px) {
  .company__description {
    padding-inline: 70px;
  }
}

@media screen and (max-width: 900px) {
  .company__description {
    padding-inline: 50px;
  }
}

@media screen and (max-width: 498px) {
  .company__description {
    padding-inline: 16px;
    padding-bottom: 20px;
  }
}

.dot-title {
  font-weight: 600;
  font-size: 2.125rem;
  padding-left: 28px;
  position: relative;
  letter-spacing: 0.1em;
  height: 100%;
}

.dot-title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FFAF10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 2px;
}

.section__qualification {
  padding-inline: 120px;
  padding-top: 148px;
  padding-bottom: 148px;
  border-radius: 100px 100px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 498px) {
  .section__qualification {
    padding-top: 10px;
  }
}

.companyProfile__inner {
  background-color: #fff;
  padding-inline: 120px;
}

.qualification__title--en,
.companyProfile__title--en,
.access__title--en {
  font-family: "Anton", sans-serif;
  color: #232323;
  white-space: nowrap;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

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

  .qualification__title--en,
  .companyProfile__title--en,
  .access__title--en {
    font-size: 3.125rem;
  }
}

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

  .qualification__title--en,
  .companyProfile__title--en,
  .access__title--en {
    font-size: 2rem;
  }
}

.qualification__title--ja,
.companyProfile__title--ja,
.access__title--ja {
  margin-top: 24px;
  color: #232323;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
}

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

  .qualification__title--ja,
  .companyProfile__title--ja,
  .access__title--ja {
    margin-top: 16px;
  }
}

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

  .qualification__title--ja,
  .companyProfile__title--ja,
  .access__title--ja {
    font-size: 1rem;
  }
}

.qualification__wrap,
.companyProfile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.category__title {
  margin-top: 60px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding-inline: 28px;
  padding-block: 12px;
  background: #232323;
  border-radius: 40px;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .category__title {
    margin-top: 44px;
  }
}

@media screen and (max-width: 498px) {
  .category__title {
    font-size: 0.875rem;
  }
}

.category__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .category__list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 498px) {
  .category__list {
    margin-top: 0px;
  }
}

.is-child {
  margin-top: 20px;
}

.category__list--item {
  margin-top: 20px;
  position: relative;
  width: calc(50% - 36px);
  height: auto;
  padding-bottom: 20px;
}

.category__list--item::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/qualification-line.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .category__list--item {
    width: calc(52% - 36px);
  }
}

@media screen and (max-width: 600px) {
  .category__list--item {
    width: 100%;
  }
}

.category__listItem--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .tb-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .tb-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-padding {
  padding-bottom: 10px;
}

.category__listItem--flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media screen and (max-width: 1200px) {
  .category__listItem--flexCenter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .category__listItem--flexCenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .category__listItem--flexCenter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.list__item--title {
  color: #232323;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

@media screen and (max-width: 498px) {
  .list__item--title {
    font-size: 0.875rem;
  }
}

.list__item--text {
  color: #232323;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 498px) {
  .list__item--text {
    font-size: 0.875rem;
  }
}

.category__listItem--children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .category__listItem--children {
    margin-top: 8px;
  }
}

@media screen and (max-width: 600px) {
  .category__listItem--children {
    margin-top: 0;
  }
}

.category__item--left {
  width: 200px;
}

@media screen and (max-width: 600px) {
  .category__item--left {
    width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .is-textLeft {
    text-align: right;
  }
}

.section__companyProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__access {
  padding-top: 120px;
  margin-top: -40px;
  background-color: #fff;
  padding-inline: 120px;
  padding-bottom: 148px;
}

@media screen and (max-width: 498px) {
  .section__access {
    margin-top: 30px;
  }
}

.map__placeholder {
  width: 100%;
  margin-top: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 498px) {
  .map__placeholder {
    margin-top: 20px;
  }
}

.map__placeholder iframe {
  width: 100%;
  height: 460px;
  border: none;
}

@media screen and (max-width: 900px) {
  .map__placeholder iframe {
    height: 300px;
  }
}

@media screen and (max-width: 498px) {
  .map__placeholder iframe {
    height: 160px;
  }
}

.access__info--address {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .access__info--address {
    margin-top: 16px;
  }
}

@media screen and (max-width: 498px) {
  .access__info--address {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
}

.access__info--accessMethod {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
}

@media screen and (max-width: 768px) {
  .access__info--accessMethod {
    gap: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.access__info--bus {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 49px;
  position: relative;
}

@media screen and (max-width: 498px) {
  .access__info--bus {
    font-size: 0.875rem;
  }
}

.access__info--bus::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/access-bus-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.access__info--car {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  line-height: 1;
  padding-left: 49px;
  position: relative;
}

@media screen and (max-width: 498px) {
  .access__info--car {
    font-size: 0.875rem;
  }
}

.access__info--car::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/access-car-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit::before {
  background-color: #fff;
}

/* .recruit-common {
  margin-top: 120px;
  margin-inline: 120px;
  height: 600px;
  background-image: url(../img/recruit-common-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/* .recruit-common__inner {
  padding-inline: 32px;
  padding-block: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 600px;
} */

.recruit-common__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recruit-common__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruit-common__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
}