@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), local('NotoSansCJKjp-Regular'), local('NotoSansJP-Regular'), url('/font/NotoSansCJKjp-Regular.eot') format('eot'),
    url('/font/NotoSansCJKjp-Regular.ttf') format('ttf'), url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'), url('/font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'), url('/font/NotoSansCJKjp-Bold.eot') format('eot'), url('/font/NotoSansCJKjp-Bold.ttf') format('ttf'),
    url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'), url('/font/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: local('Teko-Regular'), local('Teko-Regular'), url('/font/Teko-Regular.eot') format('eot'), url('/font/Teko-Regular.ttf') format('ttf'), url('/font/Teko-Regular.woff2') format('woff2'),
    url('/font/Teko-Regular.woff') format('woff');
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.4;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #1e77c9;
  text-decoration: none;
}

a:visited {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

a:active {
  color: #1e77c9;
  text-decoration: none;
}

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

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.c-recruit-title {
  text-align: center;
  line-height: 1;
}
.c-recruit-title__title {
  padding: 80px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
}
@media screen and (min-width: 767px) {
  .c-recruit-title__title {
    padding: 120px 0 96px;
    font-size: 48px;
    gap: 16px;
  }
}
.c-recruit-title__title::before,
.c-recruit-title__title::after {
  content: '';
  display: inline-block;
  background: #ccc;
  height: 2px;
  width: 100%;
}
.c-recruit-title__title.-pb0 {
  padding-bottom: 0;
}

.c-link {
  margin: auto;
  border-radius: 999px;
  padding: 16px;
  background: #fff;
  display: block;
  border: 1px solid #000;
  width: 80%;
  color: #000 !important;
  transition: 0.2s;
  transition-property: background-color;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-link {
    width: 300px;
  }
  .c-link:hover {
    background: #000;
    color: #fff !important;
    text-decoration: none;
  }
}

.page-wrapper {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .page-wrapper {
    padding-bottom: 120px;
  }
}

.c-environmentContent {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .c-environmentContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .c-environmentContent__link {
    width: 322px;
  }
}

.c-environment-link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee;
  font-weight: bold;
  color: #000 !important;
}
.c-environment-link.-noLink {
  pointer-events: none;
  cursor: none;
}
.c-environment-link.-noLink span {
  opacity: 0.2;
}
@media screen and (min-width: 767px) {
  .c-environment-link {
    flex-direction: column;
    transition: opacity 0.2s;
  }
  .c-environment-link:hover {
    opacity: 0.7;
  }
}
.c-environment-link__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-environment-link__img {
    width: 300px;
    height: 194px;
  }
}
.c-environment-link__img.-noLink {
  opacity: 0.2;
}

/* */
.p-mv {
  position: relative;
  min-height: 160px;
}
@media screen and (min-width: 767px) {
  .p-mv {
    min-height: 447px;
  }
}
.p-mv__inner {
  position: relative;
}
.p-mv__inner::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
}
.p-mv__titleBlock {
  padding: 10px 24px;
  position: absolute;
  color: #fff;
  line-height: 1.3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-mv__titleBlock {
    position: absolute;
    padding: 0 0 40px;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mv__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .p-mv__title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}
.p-mv__titleSub {
  margin-top: 8px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-mv__titleSub {
    font-size: 30px;
  }
}
.p-mv__img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 160px;
}
@media screen and (min-width: 767px) {
  .p-mv__img {
    min-height: 447px;
  }
}

.recruit-bnr {
  display: block;
  transition: 0.2s;
  transition-property: opacity;
}
.recruit-bnr:hover {
  opacity: 0.7;
}
.recruit-bnr__img {
  width: 100%;
  margin: auto;
  height: auto;
}
@media screen and (min-width: 767px) {
  .recruit-bnr__img {
    width: 1000px;
    height: 270px;
  }
}

.recruit-link {
  margin: 48px auto 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .recruit-link {
    margin-top: 96px;
  }
}

.recruit-section {
  line-height: 1.3;
}
.recruit-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .recruit-section__list {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .recruit-section__item {
    width: 33.3333333333%;
  }
}
.recruit-section__title {
  padding: 48px 0 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 767px) {
  .recruit-section__title {
    padding: 96px 0 24px;
    font-size: 24px;
  }
}
.recruit-section__linkWrap {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .recruit-section__linkWrap {
    margin-top: 120px;
  }
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.p-faq {
  padding: 80px 24px 0;
}
@media screen and (min-width: 767px) {
  .p-faq {
    padding: 170px 0 0;
    margin: auto;
    width: 1000px;
  }
  .p-faq:not(:first-child) {
    padding-top: 120px;
  }
}
.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details.is-opened .js-arrow::after {
  width: 0;
}
/*# sourceMappingURL=qanda.css.map */
