/****************************************
 * lp-common.css
 * LP共通CSS
 ****************************************/
/* コンテンツ幅 */
#main .content {
  max-width: 100%;
}
/* LPのスペース */
#main .space {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main .space {
    padding-bottom: 25px;
  }
}
/* ヘッダー */
#headContent {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .header-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 901px) {
  .h1-contents-wrap {
    padding-top: 10px;
  }
}
/* フッター */
.lp #footer {
  position: relative;
  z-index: 12;
}
/* KV パララックス風 */
.kv-contents-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100dvh;
  max-height: 500px;
}
.kv-content {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100dvh;
  max-height: 500px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .kv-contents-wrapper, .kv-content {
    max-height: 370px;
  }
}
@media screen and (max-width: 767px) and (min-height: 500px) {
  .kv-contents-wrapper, .kv-content {
    max-height: calc(100dvh - 60px);
  }
}
.kv-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kv-content img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .kv-content img {
    width: 110%;
    max-width: 110%;
    margin: 0 -5%;
  }
}
@media screen and (max-width: 767px) {
  .kv-content img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  @media screen and (min-height: 500px) {
    .kv-content img {
      width: 110%;
      max-width: 110%;
      margin: 0 -5%;
    }
  }
}
.kv-content::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--color-submain);
  bottom: -100px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .kv-content::before {
    display: none;
  }
}
.kv-text-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  z-index: 1;
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  text-align: left;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-height: 500px) {
  .kv-text-contents {
    text-align: center;
    top: 12%;
    padding-top: 50px;
  }
}
.kv-text-contents p {
  color: var(--color-strong-text);
  font-weight: 800;
  font-size: clamp(24px, 4vw, 33px);
  line-height: 1.3;
  padding-bottom: 10px;
}
.kv-text-contents .kv-title {
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .kv-text-contents p {
    padding-bottom: 0;
  }
  .kv-text-contents .kv-title {
    padding-top: 15px;
  }
}
.catch-section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .catch-section {
    margin-bottom: 100px;
    padding-bottom: 0;
    z-index: 12;
  }
}
.catch-section .section-title-wrapper {
  margin-bottom: 0;
}
.catch-section .section-title-wrapper .section-title .title-inner {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .catch-section .section-title-wrapper .section-txt {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .catch-section {
    margin-top: 0;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .catch-section .deco-section-top.transform {
    height: 86px;
    clip-path: polygon(0 70%, 100% 0, 100% 0, 0 100%);
  }
}
.deco-img-contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .deco-img-contents::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 20px;
    background-color: var(--color-bg-white);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 1200px) {
  .deco-img-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.deco-img-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.deco-img-content img {
  border-radius: 10px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .deco-img-content:nth-of-type(1) img:nth-of-type(1) {
    position: absolute;
    top: -110px;
    left: 126px;
    max-width: 154px;
    width: 25%;
    aspect-ratio: 308 / 278;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(2) {
    position: absolute;
    top: -30px;
    left: 10px;
    max-width: 100px;
    width: 18%;
    aspect-ratio: 202 / 212;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(3) {
    position: absolute;
    top: 50px;
    left: 90px;
    max-width: 124px;
    width: 22%;
    aspect-ratio: 248 / 226;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(1) {
    position: absolute;
    top: -86px;
    right: 172px;
    max-width: 96px;
    width: 17%;
    aspect-ratio: 192 / 158;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(2) {
    position: absolute;
    top: 2px;
    right: 10px;
    max-width: 185px;
    width: 30%;
    aspect-ratio: 370 / 360;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .deco-img-content:nth-of-type(1) img:nth-of-type(1) {
    left: 9.8%;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(2) {
    top: -15px;
    left: 0.8%;
    width: 17%;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(3) {
    left: 7%;
    width: 18%;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(1) {
    right: 20%;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(2) {
    top: -10px;
    right: 0.8%;
    width: 26%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .deco-img-content:nth-of-type(1) img:nth-of-type(1) {
    top: -80px;
    left: 11.8%;
    width: 22%;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(2) {
    top: -20px;
    left: 0.8%;
    width: 17%;
  }
  .deco-img-content:nth-of-type(1) img:nth-of-type(3) {
    top: 40px;
    left: 6%;
    width: 18%;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(1) {
    top: -50px;
    right: 18%;
    width: 14%;
  }
  .deco-img-content:nth-of-type(2) img:nth-of-type(2) {
    top: -20px;
    right: 1.4%;
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .h1-contents-wrap {
    padding-bottom: 55px;
  }
  .deco-img-content {
    display: flex;
    gap: 10px;
    padding: 10px 10px 10px;
    align-items: center;
    justify-content: center;
  }
  .deco-img-content .img {
    flex-shrink: 0;
    position: relative;
  }
  .deco-img-content .img:nth-of-type(2) {
    flex: 1.44;
    aspect-ratio: 140 / 124;
  }
  .deco-img-content .img:not(:nth-of-type(2)) {
    flex: 1;
    aspect-ratio: 98 / 88;
  }
  .deco-img-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
/* データセクション */
.data-section::before {
  display: none;
}
.data-list-wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 880px) {
  .data-list {
    flex-direction: column;
    gap: 20px;
  }
}
.data-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  gap: 20px;
  border: 2px solid var(--color-main);
  border-radius: 10px;
  padding: 20px 40px 30px;
  max-width: calc((100% - 20px)/2);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .data-item {
    max-width: 420px;
  }
}
@media screen and (max-width: 500px) {
  .data-item {
    padding: 15px 10px 20px;
  }
}
.data-section .data-title {
  max-height: 50px;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-main);
}
.data-content {
  position: relative;
  width: 100%;
}
.data-image img {
  width: 100%;
  height: auto;
  display: block;
}
.data-label-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.data-label {
  position: absolute;
  display: flex;
  align-items: baseline;
  gap: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-main);
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 36px);
}
.data-label span {
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.data-label .countup {
  margin: 0;
  font-size: 22px;
}
.data-worktime-week .data-label .countup {
  font-size: 32px;
}
.data-worktime-years .data-label .countup {
  font-size: 34px;
}
/* シフトセクション */
@media screen and (max-width: 767px) {
  .shift-section .section-inner {
    overflow: hidden;
  }
}
.shift-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shift-item {
  background: var(--color-bg);
  border-radius: 10px;
  padding: 40px 80px;
  position: relative;
  min-height: 192px;
}
@media screen and (max-width: 767px) {
  .shift-item {
    padding: 25px 20px 30px;
    min-height: auto;
  }
}
.shift-body-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .shift-body-wrapper {
    min-height: 152px;
    gap: 15px;
  }
}
.shift-time {
  position: absolute;
  top: 40px;
  flex-shrink: 0;
  text-align: center;
  color: var(--color-strong-text);
}
@media screen and (max-width: 767px) {
  .shift-time {
    position: relative;
    top: 0;
  }
}
.shift-time img {
  width: 112px;
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shift-time img {
    width: 100px;
  }
}
.shift-label {
  position: absolute;
  width: 100px;
  display: inline-block;
  background: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 50vh;
  top: 3px;
  left: 135px;
  z-index: 1;
  overflow: visible;
  color: var(--color-strong-text) !important;
}
@media screen and (max-width: 767px) {
  .shift-label {
    left: 0;
    top: 120px;
    width: 100px;
    padding: 2px 8px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.shift-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 15%);
  left: -13px;
  width: 18px;
  height: 30%;
  background: var(--color-main);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .shift-label::before {
    top: -13px;
    left: 20%;
    width: 30%;
    height: 18px;
    clip-path: polygon(100% 0, 0% 100%, 84% 100%);
  }
}
.shift-body {
  flex: 1;
  position: relative;
  max-width: calc(100% - 132px);
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .shift-body {
    max-width: 100%;
  }
}
.shift-list-contents .shift-title {
  color: var(--color-main);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  max-width: calc(100% - 254px);
  margin-left: auto;
  line-height: 1.3;
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shift-list-contents .shift-title {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.shift-list-contents .shift-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-main);
  border-radius: 50vh;
}
.shift-list-contents .shift-text {
  font-size: 16px;
  color: var(--color-text);
}
/* ポイント一覧 */
.point-list-contents {
  margin-top: 60px;
}
.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point-list {
    flex-direction: column;
    gap: 50px;
    padding: 0;
  }
}
.point-item {
  flex: 1 1 calc(50% - 30px);
  border: 6px solid var(--color-main);
  border-radius: 20px;
  background-color: #fff;
  padding: 24px 29px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-item {
    flex: 1 1 100%;
    padding: 24px 20px 30px;
  }
}
.point-image {
  position: absolute;
  top: -26px;
  left: -36px;
  width: 153px;
}
@media screen and (max-width: 767px) {
  .point-image {
    width: 150px;
    left: -66px;
  }
  .point-item:nth-of-type(odd) .point-image {
    left: auto;
    right: -66px;
  }
}
.point-image img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: solid 4px var(--color-main);
}
.point-body {
  flex: 1;
}
.point-header {
  max-width: calc(100% - 104px);
  margin-left: auto;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .point-header {
    max-width: calc(100% - 70px);
    min-height: 90px;
    margin-top: auto;
    padding-bottom: 12px;
  }
  .point-item:nth-of-type(odd) .point-header {
    margin-right: auto;
    margin-left: 0;
  }
}
.point-header .point-label {
  font-weight: 800;
  color: var(--color-main);
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .point-header .point-label {
    font-size: 20px;
  }
}
.point-header .point-label span {
  background: linear-gradient(transparent 50%, var(--color-submain) 40%);
  background-position: 0 85%;
  background-size: 100% 55%;
  background-repeat: no-repeat;
}
.point-header .point-title {
  font-weight: bold;
  color: var(--color-main);
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .point-header .point-title {
    font-size: 20px;
  }
}
.point-body .point-text {
  font-size: 16px;
  color: var(--color-text);
}
/* インタビュー */
.interview-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .interview-section {
    padding-bottom: 40px;
  }
}
.interview-section .article-contents-wrapper {
  counter-reset: my-list;
}
.interview-section .article-contents {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-anchor: none;
}
.interview-section .article-contents:not(:first-of-type) {
  padding-top: 50px;
}
.interview-section .article-contents:not(:first-of-type)::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -80px;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 80px;
  background-color: var(--color-main);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .interview-section .article-contents:not(:first-of-type) {
    padding-top: 20px;
  }
  .interview-section .article-contents:not(:first-of-type)::before {
    top: -40px;
    height: 40px;
  }
}
.interview-section .article-inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .interview-section .article-inner {
    padding: 0 50px;
  }
}
.interview-accordion {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--color-bg-white);
  padding: 0 20px 180px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .interview-accordion {
    padding: 0 50px 180px;
  }
}
@media screen and (max-width: 767px) {
  .interview-accordion {
    padding: 0 30px 140px;
  }
}
.interview-accordion-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.interview-section .interview-ttl-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: -10px;
  z-index: 1;
}
.interview-section .tag {
  flex-shrink: 0;
  color: var(--color-strong-text);
  border: solid 2px var(--color-strong-text);
  aspect-ratio: 1 / 1;
  width: 130px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  padding: 24px 0 0;
  border-radius: 50vh;
  position: relative;
}
.interview-section .tag::before {
  counter-increment: my-list;
  content: counter(my-list, decimal-leading-zero);
  position: absolute;
  top: calc(50% - 22px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .interview-section .interview-ttl-wrapper {
    gap: 10px;
    width: calc(100% + 15px);
    margin-left: -15px;
  }
  .interview-section .tag {
    width: 100px;
    padding: 18px 0 0;
    font-size: 12px;
  }
  .interview-section .tag::before {
    font-size: 34px;
    top: calc(50% - 16px);
  }
}
.interview-section .interview-ttl {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--color-strong-text);
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .interview-section .interview-ttl {
    font-size: 20px;
    width: calc(100% - 100px);
    padding: 0 0 14px;
    line-height: 1.3;
  }
}
.interview-ttl span {
  display: inline-block;
}
.interview-visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-visual .img {
    max-width: none;
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .interview-visual .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px;
  }
}
.interview-visual img {
  border-radius: 20px;
}
.interview-meta {
  position: relative;
}
.interview-meta .interview-catch {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--color-bg-white);
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .interview-meta .interview-catch {
    padding: 20px 0 30px;
  }
}
.interview-catch::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -80px;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 80px;
  background-color: var(--color-bg-white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .interview-catch::before {
    top: -40px;
    height: 40px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
}
.interview-meta .interview-catch p {
  color: var(--color-text);
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .interview-meta .interview-catch p {
    padding: 0 50px;
  }
}
.interview-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  padding: 0 40px 80px;
}
@media screen and (max-width: 767px) {
  .interview-name {
    padding: 0 0 40px;
  }
}
.interview-content {
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-content {
    padding: 30px 0 0;
  }
}
.interview-content:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .interview-content:first-of-type {
    padding-top: 5px;
  }
}
.interview-content:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interview-content:last-of-type {
    padding-bottom: 30px;
  }
}
.interview-content .inner {
  display: flex;
  gap: 120px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview-content .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.interview-content .inner.reverse {
  flex-direction: row-reverse;
}
.interview-content .inner figure {
  max-width: 32%;
  width: 100%;
  position: relative;
}
.interview-content .inner figure::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -50px;
  width: calc(100% + 130px);
  height: calc(100% + 160px);
  background: linear-gradient(90deg, #FFF 18%, #F0F2F5 100%);
  clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%);
  z-index: -1;
}
.interview-content .inner.reverse figure::before {
  transform: scale(-1);
  left: auto;
  right: -50px;
  top: auto;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .interview-content .inner figure::before {
    top: -25px;
    left: auto;
    right: -15px;
    width: calc(100% + 45px);
    height: calc(100% + 50px);
  }
  .interview-content .inner.reverse figure::before {
    top: -30px;
    right: auto;
    left: -15px;
  }
}
.interview-content .inner figure img {
  border-radius: 20px;
}
.interview-content .inner .txt {
  max-width: 56%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-content .inner.reverse {
    flex-direction: column;
  }
  .interview-content .inner figure {
    max-width: 400px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
  }
  .interview-content .inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .interview-content .inner .txt {
    max-width: 100%;
    padding-top: 15px;
  }
}
.interview-content .inner .txt * {
  font-size: 16px;
  color: var(--color-text);
}
.interview-content .inner .txt .txt-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .interview-content .inner .txt .txt-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.interview-detail {
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  transition: height .3s;
}
.interview-buttons {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  gap: 25px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .interview-buttons {
    bottom: 90px;
  }
}
.interview-buttons button {
  pointer-events: auto;
  height: 60px;
  text-align: center;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .interview-buttons button {
    max-height: 50px;
    min-height: 50px;
  }
}
.interview-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  padding: 2px 0 0 0;
  cursor: pointer;
  background-color: var(--color-bg-white);
  border: solid 2px var(--color-main);
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .interview-toggle-btn {
    max-width: 240px;
    bottom: -55px;
  }
}
.interview-toggle-btn .interview-toggle-label {
  position: relative;
  padding-right: 30px;
  padding-left: 18px;
  color: var(--color-main);
  transition: linear .25s;
}
.interview-toggle-btn .interview-toggle-label::before {
  font-family: "recop-iconfonts";
  content: "\E886";
  display: inline-block;
  position: absolute;
  color: var(--color-main);
  font-size: 22px;
  top: calc(50% - 14px);
  right: 0;
  transition: linear .25s;
}
@media (hover: hover) {
  .interview-toggle-btn:hover {
    opacity: 1;
    border-color: var(--color-hover-main);
    border-width: 2px;
  }
  .interview-toggle-btn:hover .interview-toggle-label {
    color: var(--color-hover-main);
  }
  .interview-toggle-btn:hover .interview-toggle-label::before {
    color: var(--color-hover-main);
  }
}
.interview-toggle-btn.btn-close .interview-toggle-label::before {
  content: "\E884";
}
.interview-toggle-btn.btn-close {
  display: none;
}
.is-open .interview-toggle-btn.btn-open {
  display: none;
}
.is-open .interview-toggle-btn.btn-close {
  display: flex;
}
.interview-toggle-btn.is-open::before {
  content: "\E825";
}
.interview-detail.animating {
  transition: height 0.6s ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}