@charset "UTF-8";
/* mobile */
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

.c-button span {
  letter-spacing: 0;
}

.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000000;
  background-color: #008AB7;
  transition: 1s;
  pointer-events: none;
  transition: 0.3s;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%, 100% 0, 100% 100%, 0% 50%);
}
.opening.active {
  animation: reveal 1.5s cubic-bezier(0, 0, 0.36, 1) forwards;
}
.opening__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.opening__title {
  font-size: 85px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 60px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .opening__title {
    font-size: 9vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
  }
}
.opening__logo {
  width: 274px;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 49px;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .opening__logo {
    width: 50vw;
    bottom: 15vw;
  }
}
.opening__logo img {
  filter: brightness(0) invert(1);
}
@keyframes reveal {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%, 100% 0, 100% 100%, 0% 50%);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%, 100% 0, 100% 100%, 100% 50%);
  }
  98% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 100%, 100% 0, 100% 100%, 100% 0%);
    z-index: 20000000;
  }
  99% {
    z-index: -100;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 100%, 100% 0, 100% 100%, 100% 0%);
  }
  100% {
    display: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 100%, 100% 0, 100% 100%, 100% 0%);
  }
}

.mv {
  margin-bottom: 118px;
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 14.8717948718dvw;
  }
}
.mv.active {
  opacity: 1;
}
.mv__txt {
  position: absolute;
  z-index: 2;
  bottom: 18.06%;
  left: 6.528vw;
  width: fit-content;
  height: fit-content;
  width: 51.458vw;
}
@media (max-width: 767px) {
  .mv__txt {
    bottom: 51.2820512821dvw;
    left: 5.1282051282dvw;
    width: 84.1025641026dvw;
  }
}

.about {
  margin-bottom: 174px;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 17.9487179487dvw;
  }
}
.about__ttl {
  width: 245px;
  margin: 0 auto 22px;
}
@media (max-width: 767px) {
  .about__ttl {
    margin: 0 auto 5.1282051282dvw;
    width: 47.6923076923dvw;
    font-feature-settings: "palt";
    letter-spacing: 0.1vw;
  }
}
.about__txt {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .about__txt {
    margin-bottom: 8.7179487179dvw;
  }
}
.about__txt p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.92;
}
@media (max-width: 767px) {
  .about__txt p {
    font-size: 4.2vw;
    line-height: 1.8;
  }
}
.about__txt p:not(:last-child) {
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .about__txt p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.about__txt p b {
  font-weight: bold;
  font-size: 4.3rem;
  color: #008AB7;
  display: inline-block;
  margin-top: 0.1em;
}
@media (max-width: 767px) {
  .about__txt p b {
    margin-top: 0.5em;
    font-size: 31px;
    font-size: 7.9487179487dvw;
    line-height: 1.5806451613;
  }
}
.about__catch {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .about__catch {
    margin-bottom: 9.7435897436dvw;
  }
}
.about__catch p {
  font-size: 5.1rem;
  font-weight: 900;
  font-feature-settings: "palt";
  color: #008AB7;
}
@media (max-width: 767px) {
  .about__catch p {
    font-size: 31px;
    font-size: 7.9487179487dvw;
    line-height: 1.3225806452;
    font-feature-settings: "palt";
    letter-spacing: 0.1vw;
  }
}
.about__catch p span {
  font-size: 5.9rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .about__catch p span {
    margin-top: 0.5em;
    font-size: 35px;
    font-size: 8.9743589744dvw;
  }
}

.three-minutes {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.three-minutes a {
  display: block;
  position: relative;
}
.three-minutes a::before {
  z-index: -1;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  width: 88.1%;
  height: 63.17%;
  background-color: #CDD4D6;
  display: block;
  margin: auto;
  content: "";
  transition: 0.3s;
}
@media (max-width: 767px) {
  .three-minutes a::before {
    top: 15.3846153846dvw;
    width: 82.0512820513dvw;
    height: 63.5897435897dvw;
  }
}
.three-minutes a:hover {
  opacity: 1;
}
.three-minutes a:hover::before {
  background-color: #008AB7;
}
.three-minutes a:hover img {
  opacity: 1;
}
.three-minutes__btn {
  margin: auto;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26.13%;
  padding-right: 16px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .three-minutes__btn {
    padding-right: 4.1025641026dvw;
    bottom: 10.2564102564dvw;
  }
}
.three-minutes__btn::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  background: url(../images/cmn/next_dark02.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  right: -20px;
  top: 2px;
}
@media (max-width: 767px) {
  .three-minutes__btn::after {
    width: 5.641025641dvw;
    height: 5.641025641dvw;
    right: -5.1282051282dvw;
  }
}
a:hover .three-minutes__btn::after {
  right: -26px;
}
@media (max-width: 767px) {
  a:hover .three-minutes__btn::after {
    right: -6.6666666667dvw;
  }
}

.about-movie {
  margin-top: -245px;
  padding: 324px 0 109px;
  background-color: #faf8f4;
}
@media (max-width: 767px) {
  .about-movie {
    margin-top: -38.4615384615dvw;
    padding: 52.3076923077dvw 0 17.4358974359dvw;
  }
}
.about-movie__iframe {
  margin-bottom: 125px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .about-movie__iframe {
    padding: 0 8.9743589744dvw;
    margin-bottom: 15.8974358974dvw;
  }
}
.about-movie__iframe iframe {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: auto;
}

.about-movie-slide__item {
  width: 511px;
  margin: 0 17px;
  aspect-ratio: 511/340;
}
@media (max-width: 767px) {
  .about-movie-slide__item {
    width: 48.7179487179dvw;
    margin: 0 1.5384615385dvw;
  }
}
.about-movie-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future {
  padding: 0 20px;
  margin-bottom: 158px;
  position: relative;
}
@media (min-width: 768px) {
  .future {
    width: 1200px;
    margin: 0 auto 307px;
  }
}
@media (max-width: 767px) {
  .future {
    margin-bottom: 25.641025641dvw;
  }
}
.future__catch {
  margin: 0 auto 69px;
  max-width: 1381px;
}
@media (max-width: 767px) {
  .future__catch {
    margin: 0 auto 8.4615384615dvw;
  }
}
.future__img {
  margin: 0 auto;
  max-width: 451px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .future__img {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 160px;
  }
}
@media (max-width: 767px) {
  .future__img {
    margin: 0 auto 8.9743589744dvw;
  }
}
.future__img a img {
  transition: 0.3s;
}
.future__img a:hover {
  opacity: 1;
}
.future__img a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.future__txt {
  max-width: 1200px;
  padding-top: 42px;
  position: relative;
}
@media (min-width: 768px) {
  .future__txt {
    margin: -48px auto 0;
  }
}
@media (max-width: 767px) {
  .future__txt {
    padding-top: 0;
  }
}
.future__txt::before {
  z-index: -1;
  position: absolute;
  top: -10px;
  height: 353px;
  width: calc(50vw + min(35.8vw, 430px));
  display: block;
  content: "";
  background-color: #EBEDED;
}
@media (min-width: 768px) {
  .future__txt::before {
    right: calc(50vw - min(35.8vw, 430px));
  }
}
@media (max-width: 767px) {
  .future__txt::before {
    display: none;
    top: 10.2564102564dvw;
    left: 0;
    height: 271.7948717949dvw;
    width: 88.4615384615dvw;
  }
}
.future__ttl {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .future__ttl {
    margin-top: 0.5em;
    font-size: 6vw;
    margin-bottom: 0;
  }
}
.future__subttl {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .future__subttl {
    margin-bottom: 0.5em;
    font-size: 5vw;
  }
}
.future__list ul {
  display: flex;
  flex-flow: wrap;
}
.future__list li {
  line-height: 1;
  font-size: 9.3rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .future__list li {
    font-size: 51px;
    font-size: 13.0769230769dvw;
  }
}
.future__list li span {
  display: inline-block;
}
.future__list li span::first-letter {
  color: #008AB7;
}
.future__list li:not(:last-child)::after {
  margin: 0 0.2em;
  content: "/";
  font-size: 4.9rem;
  color: #acacac;
}
@media (max-width: 767px) {
  .future__list li:not(:last-child)::after {
    font-size: 34px;
    font-size: 8.7179487179dvw;
  }
}
.future__btn {
  margin-top: 30px;
  width: fit-content;
}
@media (max-width: 767px) {
  .future__btn {
    margin-top: 5.1282051282dvw;
  }
}

.interview {
  position: relative;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .interview {
    padding-top: 8.9743589744dvw;
  }
}
.interview::before {
  z-index: -1;
  position: absolute;
  top: 0;
  height: 305px;
  width: calc(50vw + min(40vw, 480px));
  display: block;
  content: "";
  background-color: #EBEDED;
}
@media (min-width: 768px) {
  .interview::before {
    left: calc(50vw - min(40vw, 480px));
  }
}
@media (max-width: 767px) {
  .interview::before {
    top: 0;
    right: 0;
    height: 78.2051282051dvw;
    width: 75.1282051282dvw;
  }
}

.crosstalk {
  margin-bottom: 108px;
  padding: 0 20px;
  position: relative;
}
.crosstalk::before {
  z-index: -1;
  position: absolute;
  top: 40px;
  height: 305px;
  width: calc(50vw + min(35.8vw, 430px));
  display: block;
  content: "";
  background-color: #EBEDED;
}
@media (min-width: 768px) {
  .crosstalk::before {
    right: calc(50vw - min(35.8vw, 430px));
  }
}
@media (max-width: 767px) {
  .crosstalk::before {
    display: none;
    top: 10.2564102564dvw;
    left: 0;
    height: 271.7948717949dvw;
    width: 88.4615384615dvw;
  }
}
.crosstalk__wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.crosstalk-header {
  margin-bottom: 32px;
  display: grid;
  align-items: flex-end;
  grid-template-columns: max-content auto;
}
@media (max-width: 767px) {
  .crosstalk-header {
    margin-bottom: 8.2051282051dvw;
    grid-template-columns: 1fr;
  }
}
.crosstalk-header__ttl {
  width: 434px;
}
@media (max-width: 767px) {
  .crosstalk-header__ttl {
    margin-bottom: 3.8461538462dvw;
    width: 75.3846153846dvw;
  }
}
.crosstalk-header__txt p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .crosstalk-header__txt p {
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}
.crosstalk-header__txt p span {
  margin-bottom: 0.5em;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .crosstalk-header__txt p span {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.crosstalk-list {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
@media (max-width: 767px) {
  .crosstalk-list {
    margin-bottom: 13vw;
    gap: 12vw;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.crosstalk-list__item a:hover {
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  .crosstalk-list__item {
    position: relative;
    width: 88%;
  }
  .crosstalk-list__item .crosstalk-list__img {
    margin-right: 12vw;
  }
  .crosstalk-list__item:nth-child(2) .crosstalk-list__img {
    margin-left: 12vw;
  }
  .crosstalk-list__item:nth-child(2)::before {
    left: -5vw;
    right: auto;
  }
  .crosstalk-list__item:nth-child(2) .crosstalk-list__img::before {
    right: 17vw;
    bottom: -19vw;
  }
  .crosstalk-list__item:nth-child(1) .crosstalk-list__txt {
    margin-left: 10vw;
  }
  .crosstalk-list__item:nth-child(1) .p-item__catch {
    margin-left: 10vw;
    width: 60%;
  }
  .crosstalk-list__item:nth-child(3) .crosstalk-list__txt {
    margin-left: 10vw;
  }
  .crosstalk-list__item:nth-child(3) .p-item__catch {
    margin-left: 10vw;
    width: 60%;
  }
  .crosstalk-list__item::before {
    z-index: -1;
    position: absolute;
    top: 40px;
    height: 305px;
    width: calc(50vw + min(35.8vw, 430px));
    display: block;
    content: "";
    background-color: #EBEDED;
    top: 22vw;
    height: 78%;
    width: 90vw;
    right: -5vw;
    left: auto;
  }
  .crosstalk-list__item__wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.crosstalk-list__img {
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 395/260;
  position: relative;
}
@media (max-width: 767px) {
  .crosstalk-list__img {
    margin-bottom: 4vw;
    width: 77.95vw;
  }
}
.crosstalk-list__img::before {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  display: block;
  content: "";
  background: url("../images/cmn/circle_arrow_gray.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .crosstalk-list__img::before {
    width: 8.2051282051dvw;
    height: 8.2051282051dvw;
    right: 0;
    bottom: -18vw;
  }
}
.crosstalk-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
a:hover .crosstalk-list__img img {
  opacity: 1;
  transform: scale(1.1);
}
.crosstalk-list .p-item__catch {
  font-size: 16px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .crosstalk-list .p-item__catch {
    font-size: 14px;
  }
}
.crosstalk-list__txt {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 29px;
}
@media (max-width: 767px) {
  .crosstalk-list__txt {
    gap: 3vw;
    width: 73vw;
  }
}
.crosstalk-list__txt span {
  padding-right: 19px;
  border-right: 2px solid #161616;
  display: block;
  line-height: 1;
  font-size: 6.1rem;
  font-weight: 400;
  font-family: din-2014, sans-serif;
  color: #008AB7;
}
@media (max-width: 767px) {
  .crosstalk-list__txt span {
    padding-right: 3vw;
    font-size: 45px;
    font-size: 11.5384615385dvw;
  }
}
.crosstalk-list__txt p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .crosstalk-list__txt p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    -webkit-line-clamp: 2;
  }
}

.crosstalk-btn {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .crosstalk-btn {
    margin: 0 auto 27.6923076923dvw;
  }
}

.crosstalk-link {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
}
@media (min-width: 768px) {
  .crosstalk-link {
    max-width: 1314px;
  }
}
@media (max-width: 767px) {
  .crosstalk-link {
    gap: 15.3846153846dvw;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .crosstalk-link__item:nth-of-type(even) {
    padding-top: 160px;
  }
}
.crosstalk-link__img {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .crosstalk-link__img {
    margin-bottom: 4.8717948718dvw;
  }
}
.crosstalk-link__img a {
  position: relative;
  display: block;
  overflow: hidden;
}
.crosstalk-link__img a img {
  transition: 0.3s;
}
.crosstalk-link__img a:hover {
  opacity: 1;
}
.crosstalk-link__img a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.crosstalk-link__img span {
  z-index: 2;
  position: absolute;
  left: 7px;
  bottom: 0;
  font-size: 8rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));
}
@media (max-width: 767px) {
  .crosstalk-link__img span {
    left: 1.2820512821dvw;
    font-size: 43px;
    font-size: 11.0256410256dvw;
  }
}
.crosstalk-link__txt p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .crosstalk-link__txt p {
    font-size: 23px;
    font-size: 5.8974358974dvw;
    line-height: 1.5217391304;
  }
}
.crosstalk-link__ttl {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .crosstalk-link__ttl {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.crosstalk-link__subttl {
  margin-bottom: 0.1em;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.3076923077;
}
@media (max-width: 767px) {
  .crosstalk-link__subttl {
    margin-bottom: 0.2em;
    font-size: 39px;
    font-size: 10dvw;
  }
}
.crosstalk-link__btn {
  margin-top: 24px;
  width: fit-content;
}

.job {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .job {
    margin-bottom: 14.8717948718dvw;
  }
}

.job-info {
  padding: 60px 20px 78px;
  background-color: #faf8f4;
}
@media (max-width: 767px) {
  .job-info {
    padding: 9.7435897436dvw 5.1282051282dvw 16.6666666667dvw;
  }
}
.job-info__wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.job-info__header {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .job-info__header {
    display: grid;
    align-items: center;
    grid-template-columns: max-content auto;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .job-info__header {
    margin-bottom: 4.1025641026dvw;
  }
}
.job-info__ttl {
  font-size: 12.6rem;
  font-weight: 600;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .job-info__ttl {
    margin-bottom: 2.5641025641dvw;
    font-size: 81px;
    font-size: 20.7692307692dvw;
  }
}
.job-info__ttl::first-letter {
  color: #008AB7;
}
.job-info__txt p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .job-info__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.5625;
  }
  .job-info__txt p + p {
    margin-top: 0.5em;
  }
}
.job-info__btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .job-info__btn {
    margin-top: 9vw;
  }
}

.job-info-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media (max-width: 767px) {
  .job-info-list {
    gap: 4.1025641026dvw;
    grid-template-columns: 1fr;
  }
}
.job-info-list__item a {
  position: relative;
  display: block;
  aspect-ratio: 290/390;
  overflow: hidden;
}
@media (max-width: 767px) {
  .job-info-list__item a {
    aspect-ratio: 350/214;
  }
}
.job-info-list__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.job-info-list__item a:hover {
  opacity: 1;
}
.job-info-list__item a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.job-info-list__txt {
  position: absolute;
  left: 0;
  bottom: 22px;
}
@media (max-width: 767px) {
  .job-info-list__txt {
    left: 0;
    bottom: 2.5641025641dvw;
  }
}
.job-info-list__txt span {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 0 8px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .job-info-list__txt span {
    margin-bottom: 1.2820512821dvw;
    padding: 0 2.0512820513dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.job-info-list__txt p {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 8px 0.1em;
  width: fit-content;
  background-color: #fff;
}
@media (max-width: 767px) {
  .job-info-list__txt p {
    padding: 0 2.0512820513dvw;
    font-size: 30px;
    font-size: 7.6923076923dvw;
  }
}

.job-link {
  padding: 41px 20px;
  background-color: #efeae1;
}
@media (max-width: 767px) {
  .job-link {
    padding: 11.5384615385dvw 5.1282051282dvw;
  }
}

.job-link-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 1050px) {
  .job-link-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .job-link-list {
    gap: 4.8717948718dvw;
  }
}
.job-link-list__item a {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 186px;
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .job-link-list__item a {
    height: 34.1025641026dvw;
    grid-template-columns: auto 33.5897435897dvw;
  }
}
.job-link-list__item a::before {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 8px;
  display: block;
  margin: auto;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../images/cmn/circle_arrow.svg") center/contain no-repeat;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .job-link-list__item a::before {
    right: 1.7948717949dvw;
    bottom: 1.7948717949dvw;
    width: 6.1538461538dvw;
    height: 6.1538461538dvw;
  }
}
.job-link-list__item a:hover::before {
  right: 5px;
}
@media (max-width: 767px) {
  .job-link-list__item:first-child img {
    object-position: 57% 0%;
  }
}
.job-link-list__txt {
  padding: 0 0 0 17px;
  display: grid;
}
@media (min-width: 768px) {
  .job-link-list__txt {
    grid-template-rows: 1fr 1fr;
    padding: 0 0 0 17px;
  }
}
.job-link-list__txt p {
  padding-top: 0.5em;
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .job-link-list__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.job-link-list__ttl {
  padding-bottom: 0.2em;
  align-self: flex-end;
  border-bottom: 2px solid #CDD4D6;
  font-weight: 600;
  font-size: 4.1rem;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .job-link-list__ttl {
    font-size: 7vw;
    border-bottom: 0.5128205128dvw solid #CDD4D6;
  }
}
@media (max-width: 767px) {
  .job-link-list__img {
    overflow: hidden;
    aspect-ratio: 131/133;
  }
}
@media (min-width: 768px) {
  .job-link-list__img img {
    width: auto;
    max-height: 186px;
  }
}
@media (max-width: 767px) {
  .job-link-list__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
a:hover .job-link-list__img img {
  opacity: 1;
}

.faq {
  margin: 0 20px 100px;
}
@media (max-width: 767px) {
  .faq {
    margin: 0 5.1282051282dvw 17.9487179487dvw;
  }
}
.faq__ttl {
  text-align: center;
  font-weight: 600;
  font-size: 5rem;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq__ttl {
    font-size: 46px;
    font-size: 11.7948717949dvw;
    margin-bottom: 0.3em;
  }
}
.faq__subttl {
  margin-bottom: 27px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq__subttl {
    margin-bottom: 4.1025641026dvw;
    font-size: 38px;
    font-size: 9.7435897436dvw;
    line-height: 1.2105263158;
  }
}
.faq__subttl span {
  margin-bottom: 0.3em;
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq__subttl span {
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.faq__btn {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .faq__btn {
    margin-top: 8.2051282051dvw;
  }
}

.faq-list {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq-list {
    max-width: 1044px;
  }
}
.faq-list::before {
  position: absolute;
  top: -194px;
  display: block;
  content: "";
  width: 194px;
  height: 194px;
  background: url("../images/top/faq.png") center/contain no-repeat;
}
@media (min-width: 768px) {
  .faq-list::before {
    left: calc(50% + 195px);
  }
}
@media (max-width: 767px) {
  .faq-list::before {
    top: -23.0769230769dvw;
    right: 0;
    width: 23.0769230769dvw;
    height: 23.0769230769dvw;
  }
}
.faq-list__ttl {
  margin-bottom: 11px;
  background-color: #E8E9ED;
  border: 1px solid #b4b5bc;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 13px 58px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faq-list__ttl {
    margin-bottom: 2.5641025641dvw;
    padding: 3.3333333333dvw 11.5384615385dvw;
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.faq-list__ttl::before {
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 21px;
  display: block;
  margin: auto;
  content: "Q.";
  font-size: 3.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .faq-list__ttl::before {
    top: 1.5384615385dvw;
    left: 4.358974359dvw;
    font-size: 25px;
    font-size: 6.4102564103dvw;
  }
}
.faq-list__ttl::after {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 18px;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  content: "";
  cursor: pointer;
  background: url(../images/cmn/icon_faq01.svg) 0 0 no-repeat;
  background-size: 15px auto;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media print, screen and (max-width: 760px) {
  .faq-list__ttl::after {
    right: 12px;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
.faq-list__ttl.active, .faq-list__ttl:hover {
  background-color: #CDD4D6;
}
.faq-list__ttl.active::after {
  background: url(../images/cmn/icon_faq02.svg) 0 0 no-repeat;
  background-size: 15px auto;
  transform: rotate(0);
}
@media print, screen and (max-width: 760px) {
  .faq-list__ttl.active::after {
    background-size: 12px auto;
  }
}
.faq-list__item {
  display: none;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .faq-list__item {
    padding-bottom: 2.5641025641dvw;
  }
}
@media (max-width: 767px) {
  .faq-list__item p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.faq-list__item p a {
  text-decoration: underline;
  color: #008AB7;
}
.faq-list__item table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .faq-list__item table td {
    padding: 3vw;
  }
}

.news {
  margin-bottom: 84px;
  border-top: 2px solid #161616;
  border-bottom: 2px solid #161616;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 12.3076923077dvw;
    border-top: 0.5128205128dvw solid #161616;
    border-bottom: 0.5128205128dvw solid #161616;
    padding: 12.3076923077dvw 0 13.3333333333dvw;
  }
}
.news__ttl {
  margin-bottom: 0.4em;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 5rem;
  font-family: din-2014, sans-serif;
}
@media (max-width: 767px) {
  .news__ttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 50px;
    font-size: 12.8205128205dvw;
  }
}
.news__btn {
  width: fit-content;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .news__btn {
    margin-top: 9.2307692308dvw;
  }
}

.news-list {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .news-list__item {
    width: 272px;
  }
}
@media (max-width: 767px) {
  .news-list__item {
    margin: 0 6.9230769231dvw;
    width: 72.3076923077dvw;
  }
}
.news-list a:hover {
  opacity: 1;
}
.news-list__img {
  margin-bottom: 16px;
  aspect-ratio: 282/199;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-list__img {
    margin-bottom: 4.1025641026dvw;
  }
}
.news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
a:hover .news-list__img img {
  opacity: 1;
  transform: scale(1.1);
}
.news-list__tag {
  margin-bottom: 12px;
  display: flex;
  flex-flow: wrap;
  gap: 1em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-list__tag {
    margin-bottom: 2.5641025641dvw;
    gap: 1.7948717949dvw;
  }
}
.news-list__tag li {
  color: #fff;
  background-color: #008AB7;
  line-height: 1;
  border-radius: 10px;
  padding: 0.35em 0.95em;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .news-list__tag li {
    border-radius: 2.5641025641dvw;
    font-size: 12px;
    font-size: 3.0769230769dvw;
  }
}
.news-list__txt p {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .news-list__txt p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.news-list__txt time {
  line-height: 1;
  display: block;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .news-list__txt time {
    font-size: 13px;
    font-size: 3.3333333333dvw;
  }
}
.news-list .slick-dots {
  margin-top: 6.6666666667dvw !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 2.5641025641dvw;
}
.news-list .slick-dots li,
.news-list .slick-dots button {
  margin: 0;
  border-radius: 50%;
  width: 2.0512820513dvw;
  height: 2.0512820513dvw;
}

.photo {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .photo {
    margin-bottom: 17.9487179487dvw;
  }
}
.photo__ttl {
  margin: 0 auto 31px;
  width: 306px;
}
@media (max-width: 767px) {
  .photo__ttl {
    margin: 0 auto 4.358974359dvw;
    width: 55.3846153846dvw;
  }
}
.photo__btn {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .photo__btn {
    margin-top: 6.9230769231dvw;
  }
}

.photo-list {
  visibility: hidden;
}
.photo-list.slick-initialized {
  visibility: visible;
}
.photo-list__item {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .photo-list__item {
    margin: 0 2.5641025641dvw;
  }
}
.photo-list .p-item {
  aspect-ratio: 430/301;
  display: block;
  overflow: hidden;
  max-width: 430px;
}
@media (max-width: 767px) {
  .photo-list .p-item {
    max-width: 73vw;
  }
}
.photo-list .p-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmn-link {
  background-color: #CDD4D6;
  padding: 60px 20px 68px;
}
@media (max-width: 767px) {
  .cmn-link {
    padding: 13.8461538462dvw 5.1282051282dvw 17.1794871795dvw;
  }
}
.cmn-link--light-gray {
  background-color: #EBEDED;
}
.cmn-link__ttl {
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-link__ttl {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 6vw;
  }
}
.cmn-link__ttl span {
  display: block;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cmn-link__ttl span {
    font-size: 50px;
    font-size: 12.8205128205dvw;
  }
}

.cmn-link-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .cmn-link-list {
    width: 72.3076923077dvw;
    gap: 3.8461538462dvw;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .cmn-link-list--2col {
    max-width: 862px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cmn-link-list a {
  display: grid;
  place-content: center;
  place-items: center;
  background-color: #fff;
  min-height: 79px;
  padding: 10px 36px;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cmn-link-list a {
    padding: 1.2820512821dvw 6.4102564103dvw;
    min-height: 15.1282051282dvw;
    font-size: 4.6vw;
  }
}
.cmn-link-list a::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 17px;
  height: 15px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cmn-link-list a::before {
    right: 3.8461538462dvw;
    width: 4.358974359dvw;
    height: 3.8461538462dvw;
  }
}
.cmn-link-list a:hover::before {
  right: 10px;
}
@media (max-width: 767px) {
  .cmn-link-list a:hover::before {
    right: 2.5641025641dvw;
  }
}

/*# sourceMappingURL=top.css.map */
