/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 8vw 0 21.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sub {
    padding: 2.7777777778vw 0 11.8055555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 40px 0 170px;
  }
}

.sub .heading {
  margin-bottom: 6.6666666667vw;
  height: 24vw;
}
@media screen and (min-width: 751px) {
  .sub .heading {
    margin-bottom: 1.3888888889vw;
    height: 14.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub .heading {
    margin-bottom: 20px;
    height: 210px;
  }
}

@media screen and (max-width: 750px) {
  .sub .heading-en {
    font-size: 16vw;
  }
}

@media screen and (max-width: 750px) {
  .sub .heading-ja {
    font-size: 7.4666666667vw;
  }
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .complete p,
  .notfound p {
    line-height: 1.76em;
  }
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-family: "NotoSerifJP", serif;
  font-size: 1.125em;
  font-weight: 500;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 2em;
}

/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 18.6666666667vw;
}

.policy-heading {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.5em 1.25em;
  font-family: "NotoSerifJP", serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
.policy-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #A5A18D;
}

.policy-heading span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-heading span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy p {
  margin-top: 1.5em;
  line-height: 1.7em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.46em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-heading {
    margin-bottom: 1.5em;
    font-size: 1.9444444444vw;
  }
  .policy .policy-heading:after {
    height: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-heading {
    font-size: 2.8rem;
  }
  .policy .policy-heading:after {
    height: 1px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.sitemap > li {
  width: 100%;
}

.sitemap-label {
  position: relative;
  padding-left: 5.3333333333vw;
}
.sitemap-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #A5A18D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sitemap-label,
.sitemap > li > a {
  position: relative;
  font-family: "NotoSerifJP", serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}

.sitemap > li > a {
  display: block;
}

.sitemap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw 0;
  margin: 4vw 0 0 9.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: inline-block;
  padding-left: 5.3333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sitemap-menu a:hover {
  color: #A5A18D;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .sitemap-menu > li {
    width: 100%;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 751px) {
  .sitemap {
    gap: 3.4722222222vw;
  }
  .sitemap-label {
    padding-left: 2.4305555556vw;
  }
  .sitemap-label:before {
    width: 1.3888888889vw;
    height: 0.1388888889vw;
  }
  .sitemap-label,
  .sitemap > li > a {
    font-size: 1.9444444444vw;
  }
  .sitemap > li > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sitemap > li > a:hover {
    color: #A5A18D;
  }
  .sitemap-menu {
    gap: 2.0833333333vw 4.8611111111vw;
    margin: 2.0833333333vw 0 0 2.7777777778vw;
  }
  .sitemap-menu a {
    padding-left: 1.7361111111vw;
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sitemap-menu a:hover {
    color: #A5A18D;
  }
  .sitemap-menu a:after {
    width: 0.4861111111vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap {
    gap: 50px;
  }
  .sitemap-label {
    padding-left: 35px;
  }
  .sitemap-label:before {
    width: 20px;
    height: 2px;
  }
  .sitemap-label,
  .sitemap > li > a {
    font-size: 2.8rem;
  }
  .sitemap-menu {
    gap: 30px 70px;
    margin: 30px 0 0 40px;
  }
  .sitemap-menu a {
    padding-left: 25px;
    font-size: 2rem;
  }
  .sitemap-menu a:after {
    width: 7px;
    height: 12px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 5.3333333333vw 0;
  width: 89.3333333333vw;
}

.breadcrumb-list li {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.2vw;
  line-height: 1.46em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: "-";
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 2.6666666667vw;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.7361111111vw 0;
    width: 88.1944444444vw;
  }
  .breadcrumb-list li {
    font-size: 0.9027777778vw;
    white-space: normal;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #F6FF00;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 25px 0;
    width: 1270px;
  }
  .breadcrumb-list li {
    font-size: 1.3rem;
  }
  .breadcrumb-list li:after {
    margin: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 10.6666666667vw);
  height: 58.6666666667vw;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .ttl {
    width: calc(100% - 4.1666666667vw);
    height: 34.0277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    width: calc(100% - 60px);
    height: 490px;
  }
}

.ttl-box {
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  padding-top: 12.8vw;
  width: 85.3333333333vw;
  height: 30.4vw;
  background-image: url(../img/sub/circle.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .ttl-box {
    padding-top: 7.2916666667vw;
    width: 45.3472222222vw;
    height: 16.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-box {
    padding-top: 105px;
    width: 653px;
    height: 233px;
  }
}

.ttl-ja {
  font-family: "NotoSerifJP", serif;
  font-size: 6.4vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.42em;
}
@media screen and (min-width: 751px) {
  .ttl-ja {
    font-size: 2.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-ja {
    font-size: 4.2rem;
  }
}

.ttl-en {
  margin-top: 2.1333333333vw;
  color: #A5A18D;
  font-family: "Jost", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.06em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .ttl-en {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-en {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.ttl--interview {
  background-image: url(../img/interview/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--interview {
    background-image: url(../img/interview/mv.jpg);
    background-image: image-set(url(../img/interview/mv.jpg) 1x, url(../img/interview/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/interview/mv.jpg) 1x, url(../img/interview/mv-2x.jpg) 2x);
  }
}

.ttl--recruit {
  background-image: url(../img/recruit/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--recruit {
    background-image: url(../img/recruit/mv.jpg);
    background-image: image-set(url(../img/recruit/mv.jpg) 1x, url(../img/recruit/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/recruit/mv.jpg) 1x, url(../img/recruit/mv-2x.jpg) 2x);
    background-position-y: center;
  }
}

.ttl--recruit-single {
  background-image: url(../img/recruit/mv-single_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--recruit-single {
    background-image: url(../img/recruit/mv-single.jpg);
    background-image: image-set(url(../img/recruit/mv-single.jpg) 1x, url(../img/recruit/mv-single-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/recruit/mv-single.jpg) 1x, url(../img/recruit/mv-single-2x.jpg) 2x);
  }
}

.ttl--sitemap {
  background-image: url(../img/sitemap/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--sitemap {
    background-image: url(../img/sitemap/mv.jpg);
    background-image: image-set(url(../img/sitemap/mv.jpg) 1x, url(../img/sitemap/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/sitemap/mv.jpg) 1x, url(../img/sitemap/mv-2x.jpg) 2x);
  }
}

.ttl--policy {
  background-image: url(../img/policy/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--policy {
    background-image: url(../img/policy/mv.jpg);
    background-image: image-set(url(../img/policy/mv.jpg) 1x, url(../img/policy/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/policy/mv.jpg) 1x, url(../img/policy/mv-2x.jpg) 2x);
  }
}

.ttl--comp {
  background-image: url(../img/comp/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--comp {
    background-image: url(../img/comp/mv.jpg);
    background-image: image-set(url(../img/comp/mv.jpg) 1x, url(../img/comp/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/comp/mv.jpg) 1x, url(../img/comp/mv-2x.jpg) 2x);
  }
}

.ttl--404 {
  background-image: url(../img/404/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .ttl--404 {
    background-image: url(../img/404/mv.jpg);
    background-image: image-set(url(../img/404/mv.jpg) 1x, url(../img/404/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/404/mv.jpg) 1x, url(../img/404/mv-2x.jpg) 2x);
  }
}

/*  interview --> archive
-------------------------------------------------------------------------------*/
.interview-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .interview-post {
    gap: 3.125vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-post {
    gap: 45px 37.5px;
  }
}

.interview-post .c-interview {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .interview-post .c-interview {
    width: 23.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-post .c-interview {
    width: 335px;
  }
}

/*  interview --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mv - */
.interview-mv {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  color: #4D4D4D;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .interview-mv {
    min-height: 82.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interview-mv {
    width: 75vw;
    height: 31.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv {
    width: 1080px;
    height: 450px;
  }
}

.interview-mv-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  aspect-ratio: 335/220;
  -o-object-position: center left;
     object-position: center left;
}
@media screen and (min-width: 751px) {
  .interview-mv-image img {
    aspect-ratio: 1080/450;
  }
}

.interview-mv-box {
  position: absolute;
  top: 38.6666666667vw;
  left: 50%;
  padding: 16vw 14.6666666667vw 21.3333333333vw 14.6666666667vw;
  width: 92.8vw;
  height: 69.3333333333vw;
  background-image: url(../img/interview/circle_sp.svg);
  background-size: contain;
  background-position: top left;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .interview-mv-box {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .interview-mv-box {
    top: 18.5416666667vw;
    left: auto;
    right: -7.6388888889vw;
    padding: 6.25vw 9.7222222222vw 40.2777777778vw 10.9027777778vw;
    width: 50vw;
    height: 35.2777777778vw;
    background-image: url(../img/interview/circle.svg);
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-box {
    top: 267px;
    right: -110px;
    padding: 90px 140px 580px 157px;
    width: 720px;
    height: 508px;
  }
}

.interview-mv-join {
  display: inline-block;
  padding: 0.05em 0.5em 0.15em 0.5em;
  background-color: #4D4D4D;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .interview-mv-join {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-join {
    font-size: 1.8rem;
  }
}

.interview-mv-data {
  margin-top: 15px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.33em;
}
@media screen and (min-width: 751px) {
  .interview-mv-data {
    margin-top: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-data {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
.interview-mv-data span:nth-child(n+2):before {
  content: "/";
  margin: 0 0.3em 0 0.15em;
}

.interview-mv-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 751px) {
  .interview-mv-name {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-name {
    margin-top: 2px;
  }
}

.interview-mv-ja {
  position: relative;
  top: 0.1em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .interview-mv-ja {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-ja {
    font-size: 3.6rem;
  }
}

.interview-mv-kana {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .interview-mv-kana {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1441px) {
  .interview-mv-kana {
    font-size: 1.7rem;
  }
}

/* ------------------------------------------- common - */
.sub--interview-single {
  color: #4D4D4D;
}

/* ------------------------------------------- pr - */
.interview-pr {
  margin: 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .interview-pr {
    width: 75vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr {
    width: 1080px;
  }
}

@media screen and (min-width: 751px) {
  .interview-pr:nth-child(1) {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr:nth-child(1) {
    margin-top: 40px;
  }
}

.interview-pr:nth-child(n+2) {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .interview-pr:nth-child(n+2) {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr:nth-child(n+2) {
    margin-top: 75px;
  }
}

.interview-pr-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .interview-pr-heading {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-heading {
    margin-bottom: 40px;
  }
}
.interview-pr-heading span {
  position: relative;
  padding-right: 1em;
  display: inline-block;
  background-color: #ffffff;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.46em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .interview-pr-heading span {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-heading span {
    font-size: 4rem;
  }
}
.interview-pr-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  width: 100%;
  height: 1px;
  background-color: #D0CEC1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .interview-pr-heading:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-heading:before {
    height: 1px;
  }
}

.interview-pr-content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interview-pr-content {
    margin-left: auto;
    width: 64.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-content {
    width: 930px;
  }
}

.interview-pr-content > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .interview-pr-content > div:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-content > div:nth-child(n+2) {
    margin-top: 60px;
  }
}

.interview-pr-subheading,
.interview-message-subheading {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .interview-pr-subheading,
  .interview-message-subheading {
    margin-bottom: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-subheading,
  .interview-message-subheading {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

.interview-pr-text p,
.interview-message-text p {
  font-size: 4vw;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .interview-pr-text p,
  .interview-message-text p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-pr-text p,
  .interview-message-text p {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------- bg - */
.interview-bg {
  margin: 17.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .interview-bg {
    margin: 6.25vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .interview-bg {
    margin: 90px 0;
  }
}
.interview-bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 77.3333333333vw;
}
@media screen and (min-width: 751px) {
  .interview-bg img {
    height: 38.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-bg img {
    height: 560px;
  }
}

/* ------------------------------------------- message - */
.interview-message {
  position: relative;
  margin-top: 14.6666666667vw;
  padding-top: 22.6666666667vw;
}
@media screen and (min-width: 751px) {
  .interview-message {
    margin-top: 6.25vw;
    padding-top: 13.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-message {
    margin-top: 90px;
    padding-top: 190px;
  }
}
.interview-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77.3333333333vw;
  background-image: url(../img/interview/bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .interview-message:before {
    height: 35.4166666667vw;
    background-image: url(../img/interview/bg.jpg);
    background-image: image-set(url(../img/interview/bg.jpg) 1x, url(../img/interview/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/interview/bg.jpg) 1x, url(../img/interview/bg-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .interview-message:before {
    height: 510px;
  }
}

.interview-message-box {
  position: relative;
  margin: 0 auto;
  padding: 8.8vw 4.5333333333vw;
  width: 89.3333333333vw;
  background-color: #ffffff;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 2.1333333333vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .interview-message-box {
    padding: 4.5138888889vw 5.2083333333vw;
    width: 75vw;
    border-width: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-message-box {
    padding: 65px 75px;
    width: 1080px;
    border-width: 15px;
  }
}

.interview-message-heading {
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .interview-message-heading {
    margin-bottom: 2.4305555556vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-message-heading {
    margin-bottom: 35px;
    font-size: 4rem;
  }
}

/* ------------------------------------------- related - */
.interview-related {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .interview-related {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 751px) {
  .interview-related {
    margin-top: 80px;
  }
}
@media screen and (min-width: 751px) {
  .interview-related .heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.interview-related .heading-ja span {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 700;
}

.interview-related-slide {
  position: relative;
}

@media screen and (min-width: 751px) {
  .interview-related-slide .swiper-wrapper {
    gap: 3.125vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-related-slide .swiper-wrapper {
    gap: 45px 37.5px;
  }
}

@media screen and (max-width: 750px) {
  .interview-related-slide .swiper-slide {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
    width: 89.3333333333vw !important;
  }
}
@media screen and (min-width: 751px) {
  .interview-related-slide .swiper-slide {
    width: 23.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .interview-related-slide .swiper-slide {
    width: 335px;
  }
}

@media screen and (max-width: 750px) {
  .interview-related-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}

.interview-related-slide .interview-control {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .interview-related-slide .interview-control {
    display: none;
  }
}

/*  recruit --> archive
-------------------------------------------------------------------------------*/
.sub--recruit-archive .inner {
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--recruit-archive .inner {
    width: 88.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--recruit-archive .inner {
    width: 1270px;
  }
}
@media screen and (max-width: 750px) {
  .sub--recruit-archive .occupation-main {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .sub--recruit-archive .occupation-type {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .sub--recruit-archive .occupation-type ul {
    gap: 14.6666666667vw 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .sub--recruit-archive .occupation-type ul li {
    padding: 0;
  }
}

/*  recruit --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.sub--recruit-single {
  padding-bottom: 0 !important;
}

.sub--recruit-single section:not(.recruit-main):not(.recruit-person):not(.recruit-faq):not(.form) {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--recruit-single section:not(.recruit-main):not(.recruit-person):not(.recruit-faq):not(.form) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--recruit-single section:not(.recruit-main):not(.recruit-person):not(.recruit-faq):not(.form) {
    margin-top: 80px;
  }
}

.recruit-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .recruit-heading {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-heading {
    margin-bottom: 40px;
  }
}
.recruit-heading span {
  position: relative;
  padding-right: 1em;
  display: inline-block;
  background-color: #ffffff;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.46em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .recruit-heading span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-heading span {
    font-size: 3.2rem;
  }
}
.recruit-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  width: 100%;
  height: 1px;
  background-color: #D0CEC1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .recruit-heading:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-heading:before {
    height: 1px;
  }
}

/* ------------------------------------------- main - */
.recruit-main {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .recruit-main {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-main {
    padding: 30px 0;
  }
}

@media screen and (max-width: 750px) {
  .recruit-main .occupation-main {
    padding: 0;
  }
}

/* ------------------------------------------- movie - */
.recruit-movie {
  padding: 10.6666666667vw 0 16vw 0;
  background-color: #F4F3F0;
}
@media screen and (min-width: 751px) {
  .recruit-movie {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-movie {
    padding: 100px 0;
  }
}
.recruit-movie .recruit-heading span {
  background-color: #F4F3F0;
}

@media screen and (min-width: 751px) {
  .recruit-movie-box {
    margin: 0 auto;
    width: 45.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-movie-box {
    width: 660px;
  }
}
.recruit-movie-box iframe {
  border: none;
}

/* ------------------------------------------- pr - */
.recruit-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}

.recruit-contents-list > li {
  width: 100%;
}

.recruit-contents-subheading {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.46em;
}

.recruit-contents-text p {
  line-height: 1.5em;
}

.recruit-contents-image {
  margin-bottom: 5.3333333333vw;
}
.recruit-contents-image img {
  aspect-ratio: 335/190;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.recruit-contents-image a {
  display: block;
}

@media screen and (min-width: 751px) {
  .recruit-contents-list {
    gap: 2.7777777778vw 2.0138888889vw;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .recruit-contents-list > li {
    width: 21.8055555556vw;
  }
  .recruit-contents-image {
    margin-bottom: 1.3888888889vw;
  }
  .recruit-contents-image img {
    aspect-ratio: 314/210;
  }
  .recruit-contents-subheading {
    margin-bottom: 0.3472222222vw;
    font-size: 1.4583333333vw;
  }
  .recruit-contents-image a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-list {
    gap: 40px 29px;
    width: 1000px;
  }
  .recruit-contents-list > li {
    width: 314px;
  }
  .recruit-contents-image {
    margin-bottom: 20px;
  }
  .recruit-contents-subheading {
    margin-bottom: 5px;
    font-size: 2.1rem;
  }
}
/* ------------------------------------------- person - */
.recruit-person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
}

.recruit-person-list > li {
  position: relative;
  padding-left: 6.6666666667vw;
  width: 100%;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.4em;
}
.recruit-person-list > li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/recruit/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .recruit-person-list {
    gap: 1.7361111111vw 0;
    padding: 3.4722222222vw 4.5138888889vw;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .recruit-person-list > li {
    padding-left: 3.125vw;
    font-size: 1.25vw;
    line-height: 1.5em;
  }
  .recruit-person-list > li:before {
    top: 0.2em;
    width: 1.5972222222vw;
    height: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person-list {
    gap: 25px 0;
    padding: 50px 65px;
    width: 1000px;
  }
  .recruit-person-list > li {
    padding-left: 45px;
    font-size: 1.8rem;
  }
  .recruit-person-list > li:before {
    width: 23px;
    height: 23px;
  }
}
/* ------------------------------------------- faq - */
.recruit-faq {
  position: relative;
  margin-top: 13.3333333333vw;
  padding: 10.6666666667vw 0;
  background-color: #F4F3F0;
}
.recruit-faq .recruit-heading span {
  background-color: #F4F3F0;
}

.recruit-faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
}

.recruit-faq-item {
  position: relative;
  width: 100%;
}

.recruit-faq-item dt {
  position: relative;
  padding: 4.8vw 10.6666666667vw 4.8vw 13.3333333333vw;
  background-color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
}
.recruit-faq-item dt:before {
  content: "Q.";
  position: absolute;
  top: 0.6em;
  left: 2.6666666667vw;
  font-family: "Jost", sans-serif;
  font-size: 8vw;
  font-weight: 400;
}
.recruit-faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/recruit/plus.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-faq-item dt:hover {
  cursor: pointer;
}

.recruit-faq-item dt.is-open {
  background-color: #A5A18D;
  color: #ffffff;
}
.recruit-faq-item dt.is-open:after {
  background-image: url(../img/recruit/minus.svg);
}

.recruit-faq-item dd {
  display: none;
  padding: 4.8vw 4.5333333333vw;
  background-color: #ffffff;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .recruit-faq {
    margin-top: 5.5555555556vw;
    padding: 6.9444444444vw 0;
  }
  .recruit-faq-items {
    gap: 1.0416666667vw 0;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .recruit-faq-item dt {
    padding: 1.5972222222vw 8.3333333333vw 1.5972222222vw 5.9027777778vw;
    font-size: 1.25vw;
  }
  .recruit-faq-item dt:before {
    top: 0.75em;
    left: 1.9444444444vw;
    font-size: 2.0833333333vw;
  }
  .recruit-faq-item dt:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .recruit-faq-item dd {
    padding: 1.7361111111vw 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-faq {
    margin-top: 80px;
    padding: 100px 0;
  }
  .recruit-faq-items {
    gap: 15px 0;
    width: 1000px;
  }
  .recruit-faq-item dt {
    padding: 23px 120px 23px 85px;
    font-size: 1.8rem;
  }
  .recruit-faq-item dt:before {
    top: 0.75em;
    font-size: 3rem;
  }
  .recruit-faq-item dt:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .recruit-faq-item dd {
    padding: 25px 40px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- detail - */
.recruit-detail {
  position: relative;
  border-color: #A3A190;
  border-style: solid;
  border-width: 1px;
}

.recruit-detail dl {
  border-bottom-color: #A3A190;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.recruit-detail dl:last-child {
  border-bottom: none !important;
}

.recruit-detail dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 4vw;
  background-color: #F4F3F0;
  font-weight: 600;
  line-height: 1.35em;
  white-space: nowrap;
}

.recruit-detail dl dd {
  padding: 4vw 4vw;
  line-height: 1.46em;
}

@media screen and (min-width: 751px) {
  .recruit-detail {
    margin: 0 auto;
    width: 68.75vw;
    border-width: 0.0694444444vw;
  }
  .recruit-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom-width: 0.0694444444vw;
  }
  .recruit-detail dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 2.7777777778vw 3.125vw;
    width: 15.2777777778vw;
    line-height: 1.5em;
  }
  .recruit-detail dl dd {
    padding: 2.7777777778vw 2.4305555556vw;
    width: calc(100% - 15.2777777778vw);
    border-left-color: #A3A190;
    border-left-style: solid;
    border-left-width: 0.0694444444vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-detail {
    width: 990px;
    border-width: 1px;
  }
  .recruit-detail dl {
    border-bottom-width: 1px;
  }
  .recruit-detail dl dt {
    padding: 40px 45px;
    width: 220px;
  }
  .recruit-detail dl dd {
    padding: 40px 35px;
    width: calc(100% - 220px);
    border-left-width: 1px;
  }
}
/* ------------------------------------------- map - */
.recruit-map .ggmap {
  padding-bottom: 96.5%;
}
@media screen and (min-width: 751px) {
  .recruit-map .ggmap {
    padding-bottom: 48.7%;
  }
}

/* ------------------------------------------- form - */
.sub--recruit-single .form {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--recruit-single .form {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--recruit-single .form {
    margin-top: 150px;
  }
}