@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

.p-point__head {
  margin-left: 5%;
  max-width: 85.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-point__head {
    margin-inline: auto;
  }
}
@media print {
  .p-point__head {
    margin-inline: auto;
  }
}
.p-point__list {
  max-width: 128rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .p-point__list {
    margin-top: 4rem;
  }
}
@media print {
  .p-point__list {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-point__list {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-point__list {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-point__list li {
  border: 1px solid var(--color-border2);
  margin: -1px;
  background: var(--color-bg6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-point__list li {
    padding: 4% 2%;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-point__list li {
    padding: 16% 0;
  }
}
.p-point__list li .img {
  display: block;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-point__list li .img {
    width: 10rem;
  }
}
@media print {
  .p-point__list li .img {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-point__list li .img {
    width: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-point__list li .img {
    width: 31%;
  }
}
.p-point__list li .c-heading {
  text-align: center;
  margin-top: 2.2rem;
}
.p-point__list li .c-txt {
  max-width: 26.6rem;
  margin-inline: auto;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-point__list li .c-txt {
    max-width: 89%;
  }
}

@media only screen and (min-width: 1200px) {
  .p-example {
    margin-top: 10.6rem;
  }
}
@media print {
  .p-example {
    margin-top: 10.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example {
    margin-top: 6.6rem;
  }
}
.p-example__head {
  margin-left: 5%;
  max-width: 85.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-example__head {
    margin-inline: auto;
  }
}
@media print {
  .p-example__head {
    margin-inline: auto;
  }
}
.p-example__inner {
  max-width: 85.3rem;
  width: 89%;
  margin-inline: auto;
}
.p-example__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
@media only screen and (min-width: 1200px) {
  .p-example__inner__list {
    margin-top: 4rem;
  }
}
@media print {
  .p-example__inner__list {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example__inner__list {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example__inner__list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-example__inner__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example__inner__list {
    gap: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example__inner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
  }
}
.p-example__inner__list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--color-gradient2);
}
@media only screen and (min-width: 1200px) {
  .p-example__inner__list > li {
    padding: 2.6rem 2.6rem 3.6rem;
  }
}
@media print {
  .p-example__inner__list > li {
    padding: 2.6rem 2.6rem 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example__inner__list > li {
    padding: 2rem 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example__inner__list > li {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-example__inner__list > li .c-heading {
    font-size: 1.3rem;
  }
}
@media print {
  .p-example__inner__list > li .c-heading {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example__inner__list > li .c-heading {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example__inner__list > li .c-heading {
    font-size: 1.4rem;
  }
}
.p-example__inner__list > li .c-heading span {
  display: block;
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) {
  .p-example__inner__list > li .c-heading span {
    font-size: 1rem;
  }
}
@media print {
  .p-example__inner__list > li .c-heading span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-example__inner__list > li .c-heading span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-example__inner__list > li .c-heading span {
    font-size: 1rem;
  }
}
.p-example__inner__list > li .c-txt {
  margin-top: 0.6rem;
}
.p-example__inner__list > li .c-dotslist {
  margin-top: 1.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-career {
    margin-top: 10.6rem;
  }
}
@media print {
  .p-career {
    margin-top: 10.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-career {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-career {
    margin-top: 6.6rem;
  }
}
.p-career__head {
  margin-left: 5%;
  max-width: 85.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-career__head {
    margin-inline: auto;
  }
}
@media print {
  .p-career__head {
    margin-inline: auto;
  }
}
.p-career__inner {
  max-width: 85.3rem;
  width: 89%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-career__inner {
    margin-top: 4rem;
  }
}
@media print {
  .p-career__inner {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-career__inner {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-career__inner {
    margin-top: 2rem;
  }
}
.p-career__inner__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-career__inner__contents dl {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-career__inner__contents dl:not(:first-child) dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 2.3rem 0 2.3rem 2.3rem;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-base-bg);
  }
}
.p-career__inner__contents dl:first-child dt {
  padding-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:first-child dt {
    padding-right: 1.6rem;
  }
}
.p-career__inner__contents dl:first-child dt:after {
  margin-left: -0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:first-child dt:after {
    margin-left: -1.6rem;
  }
}
.p-career__inner__contents dl:first-child dt .ttl {
  background: var(--color-bg-step1);
}
.p-career__inner__contents dl:nth-child(2) dt {
  padding-inline: 8px 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(2) dt {
    padding-inline: 0px 0.8rem;
    padding-right: 1.6rem;
  }
}
.p-career__inner__contents dl:nth-child(2) dt:before {
  left: 8px;
}
.p-career__inner__contents dl:nth-child(2) dt:after {
  margin-left: -1.9rem;
  border-left-color: var(--color-bg-step2);
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(2) dt:after {
    margin-left: -1.6rem;
  }
}
.p-career__inner__contents dl:nth-child(2) dt .ttl {
  padding-left: 2.6rem;
  background: var(--color-bg-step2);
}
.p-career__inner__contents dl:nth-child(3) dt {
  padding-right: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(3) dt {
    padding-inline: 0px 0.8rem;
    padding-right: 1.6rem;
  }
}
.p-career__inner__contents dl:nth-child(3) dt:before {
  left: -7px;
}
.p-career__inner__contents dl:nth-child(3) dt:after {
  margin-left: -2.8rem;
  border-left-color: var(--color-key2);
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(3) dt:after {
    margin-left: -1.6rem;
  }
}
.p-career__inner__contents dl:nth-child(3) dt .ttl {
  padding-left: 2.8rem;
  background: var(--color-key2);
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(3) dt .ttl {
    padding-left: 1.3rem;
  }
}
.p-career__inner__contents dl:nth-child(3) dt .ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 7px;
  background: var(--color-key2);
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl:nth-child(3) dt .ttl:after {
    left: -5px;
    width: 5px;
  }
}
.p-career__inner__contents dl dt {
  text-align: center;
  font-weight: inherit;
}
@media only screen and (min-width: 768px) {
  .p-career__inner__contents dl dt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl dt {
    font-size: 1.2rem;
  }
}
.p-career__inner__contents dl dt {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-career__inner__contents dl dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-width: 2.3rem 0 2.3rem 2.3rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-bg-step1);
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl dt:after {
    border-width: 1.9rem 0 1.9rem 1.7rem;
  }
}
.p-career__inner__contents dl dt .ttl {
  display: block;
  padding-block: 1.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl dt .ttl {
    padding-block: 0.9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-career__inner__contents dl dd {
    margin-top: 3.6rem;
  }
}
@media print {
  .p-career__inner__contents dl dd {
    margin-top: 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-career__inner__contents dl dd {
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-career__inner__contents dl dd {
    margin-top: 1.3rem;
  }
}
.p-career__inner__contents dl dd .c-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-career__inner__contents dl dd .c-txt {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .p-faq {
    margin-top: 10.6rem;
  }
}
@media print {
  .p-faq {
    margin-top: 10.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-faq {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq {
    margin-top: 6.6rem;
  }
}
.p-faq__head {
  margin-left: 5%;
  max-width: 85.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-faq__head {
    margin-inline: auto;
  }
}
@media print {
  .p-faq__head {
    margin-inline: auto;
  }
}
.p-faq__inner {
  max-width: 85.3rem;
  width: 89%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-faq__inner {
    margin-top: 4rem;
  }
}
@media print {
  .p-faq__inner {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-faq__inner {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__inner {
    margin-top: 2rem;
  }
}
.p-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-faq__inner {
    row-gap: 0.9rem;
  }
}
.p-faq__item[open] .p-faq__question-wrapper:before, .p-faq__item:hover .p-faq__question-wrapper:before, .p-faq__item:focus .p-faq__question-wrapper:before {
  opacity: 0;
}
.p-faq__item[open] .p-faq__question .icon, .p-faq__item:hover .p-faq__question .icon, .p-faq__item:focus .p-faq__question .icon {
  background: var(--color-bg5);
}
.p-faq__item[open] .p-faq__question .icon:before, .p-faq__item[open] .p-faq__question .icon:after, .p-faq__item:hover .p-faq__question .icon:before, .p-faq__item:hover .p-faq__question .icon:after, .p-faq__item:focus .p-faq__question .icon:before, .p-faq__item:focus .p-faq__question .icon:after {
  background: var(--color-white);
}
.p-faq__item[open] .p-faq__question .icon:after, .p-faq__item:hover .p-faq__question .icon:after, .p-faq__item:focus .p-faq__question .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.p-faq__question-wrapper, .p-faq__answer-wrapper {
  padding: 2.1rem 5.3rem;
  background: var(--color-bg6);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-faq__question-wrapper, .p-faq__answer-wrapper {
    padding-inline: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__question-wrapper, .p-faq__answer-wrapper {
    padding: 1.3rem;
  }
}
.p-faq__question-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  list-style: none;
  cursor: pointer;
}
.p-faq__question-wrapper::-webkit-details-marker, .p-faq__question-wrapper::marker {
  display: none;
  content: none;
}
.p-faq__question-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease);
  background: var(--color-gradient3);
}
.p-faq__answer-wrapper {
  padding-top: 0;
}
.p-faq__question, .p-faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  width: 100%;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .p-faq__question, .p-faq__answer {
    padding-inline: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__question, .p-faq__answer {
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
}
.p-faq__question .text-icon, .p-faq__answer .text-icon {
  font-family: var(--font-family-en);
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-faq__question .text-icon, .p-faq__answer .text-icon {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__question .text-icon, .p-faq__answer .text-icon {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-faq__question .text-icon, .p-faq__answer .text-icon {
    margin-top: 0.4rem;
  }
}
.p-faq__question {
  grid-template-columns: auto 1fr auto;
}
@media only screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__question {
    line-height: 1.6;
  }
}
.p-faq__question .icon {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: background var(--duration-normal) var(--ease);
  transition: background var(--duration-normal) var(--ease);
  width: 3rem;
  margin-top: 0.5rem;
  padding: 0.8rem 1.1rem;
  border-radius: 1000px;
  background: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .p-faq__question .icon {
    margin-top: 0.1rem;
  }
}
.p-faq__question .icon:before, .p-faq__question .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), transform var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), transform var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  width: 0.7rem;
  height: 1px;
  background: var(--color-key4);
}
.p-faq__question .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-faq__answer {
  position: relative;
  border-top: 1px solid var(--color-border-white1);
}
@media only screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1.1rem;
  }
}
.p-faq__answer {
  padding-top: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-faq__answer {
    padding-top: 1.3rem;
  }
}
.p-faq__answer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 6%;
  height: 1px;
  margin-inline: auto;
  background: var(--color-key1);
}

@media only screen and (min-width: 1200px) {
  .p-interview {
    margin-top: 10.6rem;
  }
}
@media print {
  .p-interview {
    margin-top: 10.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-interview {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview {
    margin-top: 6.6rem;
  }
}
.p-interview__head {
  margin-left: 8%;
  max-width: 80rem;
}
@media only screen and (min-width: 1200px) {
  .p-interview__head {
    margin-inline: auto;
  }
}
@media print {
  .p-interview__head {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__head {
    margin-left: 5%;
  }
}
.p-interview__inner {
  max-width: 80rem;
  width: 89%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-interview__inner {
    margin-top: 4rem;
  }
}
@media print {
  .p-interview__inner {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-interview__inner {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__inner {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper {
    position: relative;
    width: 100%;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3rem;
  }
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  background: var(--color-bg6);
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding-bottom: 4rem;
  }
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 3.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner {
    gap: 1.6rem;
    padding: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__img {
    width: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__img {
    aspect-ratio: 1/1;
  }
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__img img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt {
    width: 57%;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion {
    font-size: 1.1rem;
  }
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion {
  margin-left: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  right: 2.6rem;
  bottom: 2rem;
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion.active .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion .icon {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: background var(--duration-normal) var(--ease);
  transition: background var(--duration-normal) var(--ease);
  width: 3rem;
  margin-top: 0.5rem;
  padding: 0.8rem 1.1rem;
  border-radius: 1000px;
  background: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion .icon {
    margin-top: 0.1rem;
  }
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion .icon:before, .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), transform var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease), transform var(--duration-normal) var(--ease), background var(--duration-normal) var(--ease), -webkit-transform var(--duration-normal) var(--ease);
  width: 0.7rem;
  height: 1px;
  background: var(--color-key4);
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .accordion .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .c-txt {
  margin-top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-interview__inner .c-swiper .swiper .swiper-wrapper .swiper-slide__inner .p-interview__inner__txt .c-txt {
    display: none;
  }
}
.p-interview__inner .c-swiper .c-swiper-next {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.p-interview__inner .c-swiper .c-swiper-prev {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.p-interview__inner .c-swiper .c-swiper-pagination {
  margin-top: 2.6rem;
}