.about .job-btn {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .about .job-btn {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .job-btn {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.about .job-btn a {
  position: relative;
  padding: 24px 32px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-inline: auto;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .about .job-btn a {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .about .job-btn a {
    padding: 24px;
    gap: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about .job-btn a {
    padding: 16px;
    gap: 12px;
    font-size: 1.8rem;
  }
}

.about .job-btn a .ico-sns {
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .about .job-btn a .ico-sns {
    max-width: 36px;
    max-height: 36px;
  }
}

@media screen and (max-width: 519px) {
  .about .job-btn a .ico-sns {
    max-width: 30px;
    max-height: 30px;
  }
}

.about .job-btn a::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: block;
  width: 20px;
  height: 11px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .about .job-btn a::before {
    width: 14px;
    height: 8px;
    right: 8px;
    bottom: 6px;
  }
}

.about .job-btn a:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about .job-btn a.fb-btn {
  background: #0765ff;
}

.about .job-btn a.inst-btn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #f7a60c), color-stop(50%, #ff2257), color-stop(78%, #9a27ee), to(#2366f7));
  background-image: linear-gradient(90deg, #f7a60c 20%, #ff2257 50%, #9a27ee 78%, #2366f7 100%);
}

.about .job-btn.--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .about .job-btn.--col {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .about .job-btn.--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
  }
}

.about .job-btn.--col a {
  width: calc((100% / 2) - (24px * 1 / 2));
}

@media screen and (max-width: 519px) {
  .about .job-btn.--col a {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 40px;
}

@media screen and (max-width: 1279px) {
  .about .about-unit {
    gap: 40px 32px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 32px 24px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 24px 16px;
  }
}

.about .about-unit__col {
  width: calc((100% / 3) - (40px * 2 / 3));
}

@media screen and (max-width: 1279px) {
  .about .about-unit__col {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__col {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__col {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

.about .about-unit .about-img {
  overflow: clip;
  margin-bottom: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .about .about-unit .about-img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit .about-img {
    border-radius: calc(8px * 0.5);
  }
}

.about .about-unit .about-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 959px) {
  .about .about-unit .about-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit .about-ttl {
    font-size: 1.6rem;
  }
}

.support .support-img {
  overflow: clip;
  margin-bottom: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .support .support-img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .support .support-img {
    border-radius: calc(8px * 0.5);
  }
}

.support .support-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .support .support-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .support .support-unit {
    gap: 24px;
  }
}

.support .support-unit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  width: calc((100% / 2) - (40px * 1 / 2));
}

@media screen and (max-width: 1279px) {
  .support .support-unit__col {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

@media screen and (max-width: 959px) {
  .support .support-unit__col {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .support .support-unit__col {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .support .support-unit__col {
    gap: 16px;
  }
}

.support .support-unit__col dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
  min-height: 160px;
  padding: 16px;
  background: #FA9A00;
  border-radius: 8px;
  color: #ffffff;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .support .support-unit__col dt {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .support .support-unit__col dt {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .support .support-unit__col dt {
    width: 120px;
    min-height: auto;
    padding: 12px;
  }
}

.support .support-unit__col dt .support-illust {
  max-width: 56px;
}

@media screen and (max-width: 959px) {
  .support .support-unit__col dt .support-illust {
    max-width: 48px;
  }
}

@media screen and (max-width: 519px) {
  .support .support-unit__col dt .support-illust {
    max-width: 40px;
  }
}

.support .support-unit__col dt .support-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .support .support-unit__col dt .support-ttl {
    font-size: 1.3rem;
  }
}

.support .support-unit__col dd {
  width: calc(100% - 184px);
}

@media screen and (max-width: 519px) {
  .support .support-unit__col dd {
    width: calc(100% - 136px);
  }
}

@media screen and (max-width: 767px) {
  .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.other-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
  min-height: 148px;
  padding: 24px 24px 24px 154px;
  background: #fffaf2;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .other-list__item {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .other-list__item {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .other-list__item {
    min-height: 132px;
    padding: 16px 16px 16px 140px;
  }
}

@media screen and (max-width: 767px) {
  .other-list__item {
    width: calc((100% / 2) - (16px * 1 / 2));
    min-height: auto;
    padding: 16px;
  }
}

@media screen and (max-width: 519px) {
  .other-list__item {
    width: 100%;
  }
}

.other-list__item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .other-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.other-list__item dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .other-list__item dt {
    width: 100%;
  }
}

.other-list__item .other-list-illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 100px;
  background: #FA9A00;
  aspect-ratio: 1/1;
  border-radius: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 959px) {
  .other-list__item .other-list-illust {
    left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .other-list__item .other-list-illust {
    position: relative;
    top: 0;
    left: 0;
    width: 80px;
    margin: 0 auto 16px;
    translate: 0 0;
  }
}

.other-list__item .other-list-illust img {
  width: calc(100% - 40px);
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .access .access-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    gap: 16px;
  }
}

.access .access-unit__dtl {
  width: calc(100% - 520px);
}

@media screen and (max-width: 1279px) {
  .access .access-unit__dtl {
    width: calc(100% - 512px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: 100%;
  }
}

.access .access-unit__map {
  width: 480px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__map {
    width: 100%;
  }
}

.access .access-unit__map iframe {
  overflow: clip;
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__map iframe {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__map iframe {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__map iframe {
    height: 250px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__map iframe {
    height: 200px;
  }
}

/*# sourceMappingURL=../../maps/pages/english.css.map */
