@font-face {
  font-family: "Avenir";
  src: url("/wp-content/themes/kyoei-parent/assets/fonts/avenir_roman_12.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
  font-size: 10px;
}

@media (max-width: 1439px) {
  html {
    font-size: 0.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc__flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .is-pc__flex {
    display: none !important;
  }
}

.is-sp__flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp__flex {
    display: flex !important;
  }
}

nav li::marker,
.header li::marker,
.footer li::marker,
.menu li::marker {
  content: "";
}

main {
  overflow: hidden;
}

.page-wating {
  padding: 20rem 0;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}
.page-wating h1 {
  font-size: 4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .ir-page__sidebar {
    width: 100%;
  }
}

.sidebar-ir {
  width: 30rem;
  flex-shrink: 0;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sidebar-ir {
    width: 100%;
    position: static;
  }
}

.sidebar-ir__inner {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding-top: 2.2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sidebar-ir__inner {
    gap: 5.7rem;
    padding-top: 0;
  }
}

.sidebar-ir__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1rem solid #282828;
  border-radius: 9.9rem;
  padding: 0.8rem 0.6rem 0.6rem 1.8rem;
}

.sidebar-ir__search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  color: #282828;
  line-height: 1.4;
}
.sidebar-ir__search-input::placeholder {
  color: #767676;
}
.sidebar-ir__search-input:focus {
  outline: none;
}

.sidebar-ir__search-btn {
  width: 3rem;
  height: 3rem;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-ir__search-btn svg {
  width: 3rem;
  height: 3rem;
}

.sidebar-ir__about {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
@media screen and (max-width: 768px) {
  .sidebar-ir__about {
    gap: 3.44rem;
  }
}

.sidebar-ir__about-header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sidebar-ir__about-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fe0e00;
}

.sidebar-ir__about-title {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #282828;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.sidebar-ir__menu {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.sidebar-ir__menu-header {
  background: #282828;
  padding: 1.7rem 1.6rem 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sidebar-ir__menu:nth-child(03) {
    margin-top: -1.4rem;
  }
}

.sidebar-ir__menu:last-child {
  margin-bottom: 0;
}
.sidebar-ir__menu:last-child .sidebar-ir__menu-header {
  padding: 1.4rem 1.7rem 1.7rem;
}
@media screen and (max-width: 768px) {
  .sidebar-ir__menu:last-child {
    margin-top: -1.4rem;
  }
}

.sidebar-ir__menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.sidebar-ir__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 2rem 0.4rem 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.sidebar-ir__menu-item.current__link .sidebar-ir__menu-text {
  color: #fe0e00;
}
.sidebar-ir__menu-item:hover {
  opacity: 0.7;
}

.sidebar-ir__menu-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-ir__menu-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.sidebar-ir__menu-text {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #282828;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-ir__menu-arrow {
  width: 1.6rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-ir__menu-arrow svg {
  width: 1.6rem;
  height: 0.9rem;
}

.sidebar-ir__banners {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .sidebar-ir__banners {
    margin-top: -1.2rem;
  }
}

.ir-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.ir-banner:hover {
  opacity: 0.9;
}

.ir-banner--dark {
  background: #282828 url("../../images/sidebar/bg_sidebar_recruit.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ir-banner--dark {
    background: #282828 url("../../images/sidebar/bg_sidebar_recruit_sp.png") no-repeat center center;
    background-size: 35rem 15rem;
  }
}

.ir-banner--red {
  background: #fe0e00 url("../../images/sidebar/bg_sidebar_contact.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ir-banner--red {
    display: none;
  }
}

.ir-banner__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.ir-banner__title {
  display: flex;
  align-items: flex-start;
}

.ir-banner__title-text {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.ir-banner__title-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe0e00;
  padding: 0 4rem 0.6rem 0;
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.ir-banner__title-highlight--red {
  background: #fff;
  color: #fe0e00;
}

.ir-banner__subtitle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.ir-banner__dot {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fe0e00;
  line-height: 1;
}

.ir-banner__dot--red {
  color: #fe0e00;
}

.ir-banner__subtitle-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
}

.ir-page {
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .ir-page {
    padding-bottom: 8rem;
  }
}

.ir-page__container {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding-top: 10.8rem;
  padding-left: 10rem;
  padding-right: 10rem;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ir-page__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ir-page__container {
    flex-direction: column;
    gap: 0;
    padding-top: 4.6rem;
    padding-left: 2rem;
    padding-top: 8rem;
    padding-right: 1.77rem;
  }
}

.ir-page__main {
  flex: 1;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .ir-page__main {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 8rem;
    gap: 4rem;
  }
}

.ir-faq-page .faq-content {
  padding: 0;
}

.faq-tabs > .faq-tabs__item:first-child {
  max-width: 7.4rem;
}
@media screen and (max-width: 768px) {
  .faq-tabs > .faq-tabs__item:first-child {
    max-width: 100%;
  }
}
.faq-tabs > .faq-tabs__item:last-child {
  max-width: 13rem;
}
@media screen and (max-width: 768px) {
  .faq-tabs > .faq-tabs__item:last-child {
    max-width: 100%;
  }
}

/*# sourceMappingURL=ir-faq.css.map */
