/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #00364E;
  line-height: 1.6;
  color: #00364E;
}

main {
  overflow-x: hidden;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  main {
    margin-top: 2vw;
  }
}
@media (max-width: 1279px) {
  main {
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
  color: #00364E !important;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #00364E !important;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Libre Baskerville", serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.lt-05 {
  letter-spacing: 0.05em;
}

strong {
  color: #00364E;
}

main * {
  letter-spacing: 0.1em;
}

.page-transition {
  justify-content: center;
  margin: 0 auto 148px auto;
  text-align: center;
  padding: 20px;
  gap: 31px;
}
@media (max-width: 767px) {
  .page-transition {
    margin: 0 auto 80px auto;
    gap: 18px;
  }
}
.page-transition img {
  max-width: 22px;
}
.page-transition span {
  text-align: center;
  display: inline-block;
  font-size: 18px;
}

/*
 * layout
 */
footer {
  margin: 120px 0 0 !important;
}
@media (max-width: 767px) {
  footer {
    margin: 60px 0 0 !important;
  }
}

/*
 * object
 */
.mv-top {
  width: 100%;
  height: 100%;
  max-height: 96vh;
  aspect-ratio: 16/9;
  background-size: cover;
  background-image: url(../../assets/images/top/mv.jpg);
  position: relative;
}
@media (max-width: 767px) {
  .mv-top {
    background-image: url(../../assets/images/top/mv-sp.jpg);
    aspect-ratio: 767/600;
  }
}
.mv-top_head {
  width: 90.3vw;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.mv-top_head p {
  font-size: clamp(12px, 2.24vw, 2.24vw);
  line-height: 1.46;
}
.mv-top_head h1 {
  font-size: 5.47vw;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .mv-top_head h1 {
    margin-bottom: 12px;
  }
}
.mv-top_head span {
  display: block;
  font-size: clamp(10px, 1.3vw, 1.3vw);
  text-align: right;
}

.property-title {
  width: 100%;
  padding: 12.71% 0 0 18.75vw;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .property-title {
    padding: min(36vw, 180px) 0 0 12vw;
  }
}
.property-title::after {
  content: "Property";
  font-size: clamp(100px, 9.9vw, 190px);
  font-family: "Libre Baskerville", serif;
  line-height: 1.3;
  color: #e4ecf0;
  position: absolute;
  top: 0%;
  right: 4%;
}
@media (max-width: 767px) {
  .property-title::after {
    font-size: min(12.8vw, 60px);
    top: 22%;
  }
}
.property-title h2 {
  font-size: 45px;
  margin-bottom: 42px;
  position: relative;
}
@media (max-width: 767px) {
  .property-title h2 {
    font-size: min(6.9333333333vw, 32px);
    margin-bottom: 24px;
  }
}
.property-title h2::before {
  content: "";
  width: 17.29vw;
  height: 1px;
  background-color: #00364E;
  position: absolute;
  top: 24px;
  left: -18.75vw;
}
@media (max-width: 767px) {
  .property-title h2::before {
    width: 10vw;
    top: 20px;
    left: -12vw;
  }
}
.property-title p {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 767px) {
  .property-title p {
    font-size: 14px;
    margin-left: -8vw;
  }
}
.property-swiper {
  width: 100%;
  position: relative;
}
.property-swiper_block {
  width: 51.93vw !important;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .property-swiper_block {
    width: 65vw !important;
  }
}
@media (max-width: 767px) {
  .property-swiper_block {
    width: 86vw !important;
  }
}
.property-swiper_block h3 {
  font-size: 31px;
  margin: 40px 0 9px;
}
@media (max-width: 1023px) {
  .property-swiper_block h3 {
    font-size: min(3.3898305085vw, 31px);
  }
}
@media (max-width: 767px) {
  .property-swiper_block h3 {
    font-size: min(5.0666666667vw, 31px);
  }
}
.property-swiper_block span {
  font-size: 20px;
  color: #7099ac;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .property-swiper_block span {
    font-size: min(4.2666666667vw, 20px);
  }
}
.property-swiper_block p {
  font-size: 20px;
  line-height: 1.9;
}
@media (max-width: 1023px) {
  .property-swiper_block p {
    font-size: min(2.0860495437vw, 20px);
  }
}
@media (max-width: 767px) {
  .property-swiper_block p {
    font-size: 14px;
  }
}
.property-swiper .swiper-slide {
  height: 100%;
  padding-bottom: 10%;
}
@media (max-width: 1023px) {
  .property-swiper .swiper-slide {
    padding-bottom: 14%;
  }
}
@media (max-width: 767px) {
  .property-swiper .swiper-slide {
    padding-bottom: 16%;
  }
}
.property-swiper .swiper-slide .property-swiper_block--inr {
  transition: all 0.4s;
}
.property-swiper .swiper-slide-active .property-swiper_block--inr {
  transform: translateY(68px);
}
@media (max-width: 767px) {
  .property-swiper .swiper-slide-active .property-swiper_block--inr {
    transform: translateY(34px);
  }
}
.property-swiper .swiper-slide-next .property-swiper_block--inr {
  transform: translateY(0);
}
.property-swiper .swiper-slide-prev .property-swiper_block--inr {
  transform: translateY(138px);
}
@media (max-width: 767px) {
  .property-swiper .swiper-slide-prev .property-swiper_block--inr {
    transform: translateY(69px);
  }
}
.property-swiper .swiper-button {
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57.19vw;
  min-width: 800px;
  height: 93px;
  z-index: 8;
}
@media (max-width: 767px) {
  .property-swiper .swiper-button {
    width: 98vw;
    min-width: auto;
    top: 36vw;
  }
}
.property-swiper .swiper-button-prev,
.property-swiper .swiper-button-next {
  background: none;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  top: 36%;
}
@media (max-width: 767px) {
  .property-swiper .swiper-button-prev,
  .property-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.property-swiper .swiper-button-prev::after,
.property-swiper .swiper-button-next::after {
  content: "";
  background: none;
}
.property-swiper .swiper-button-prev img,
.property-swiper .swiper-button-next img {
  max-width: 31px;
  height: auto;
}
@media (max-width: 767px) {
  .property-swiper .swiper-button-prev img,
  .property-swiper .swiper-button-next img {
    max-width: 22px;
  }
}
.property-swiper .swiper-button-prev {
  left: 23.5%;
  left: 0;
  transform: rotate(180deg);
}
.property-swiper .swiper-button-next {
  right: 23.5%;
  right: 0;
}

.lookingFor {
  padding: 148px 0 163px;
  background-color: #e4ecf0;
  position: relative;
}
@media (max-width: 767px) {
  .lookingFor {
    padding: 80px 0 min(120vw, 540px);
  }
}
.lookingFor-inr {
  justify-content: start;
  align-items: start !important;
  gap: 28px;
}
@media (max-width: 767px) {
  .lookingFor-inr {
    gap: 18px;
  }
}
.lookingFor-wrapper {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .lookingFor-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .lookingFor-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.lookingFor-wrapper::after {
  content: "";
  position: absolute;
  left: -359px;
  top: 4%;
  width: 331px;
  height: 1px;
  background-color: #00364E;
}
@media (max-width: 1440px) {
  .lookingFor-wrapper::after {
    left: -340px;
    top: 3%;
  }
}
.lookingFor-wrapper::before {
  content: "";
  background-image: url(../../assets/images/top/lookingFor-img.jpg);
  background-size: 100% 100%;
  width: 31.25vw;
  max-width: 600px;
  min-width: 500px;
  height: auto;
  aspect-ratio: 200/129;
  position: absolute;
  top: 61.5%;
  right: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lookingFor-wrapper::before {
    width: 100%;
    top: auto;
    bottom: max(-100vw, -420px);
    right: auto;
    left: 45%;
    transform: translateX(-50%) translateY(0);
  }
}
.lookingFor-title {
  position: relative;
}
.lookingFor-title h2 {
  font-size: clamp(32px, 2.45vw, 47px);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .lookingFor-title h2 {
    font-size: min(5.3333333333vw, 32px);
  }
}
.lookingFor-title p {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 2;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .lookingFor-title p {
    font-size: 15px;
    margin-bottom: 6px;
    padding-right: 16px;
  }
}
.lookingFor-btn {
  font-size: 22px;
  gap: 12px;
  justify-content: start;
  margin-left: 14.17vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .lookingFor-btn {
    font-size: 18px;
    margin-left: 0;
    order: 3;
  }
}
.lookingFor-btn span {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .lookingFor-btn span {
    width: 63px;
    height: 63px;
  }
}
.lookingFor-btn span img {
  max-width: 49px;
  height: auto;
}
@media (max-width: 767px) {
  .lookingFor-btn span img {
    max-width: 20px;
  }
}
.lookingFor strong {
  font-size: clamp(120px, 8.33vw, 160px);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .lookingFor strong {
    order: 2;
    font-size: min(9.6vw, 62px);
    margin-bottom: 16px;
  }
}

.interview {
  padding: 215px 0 0;
}
@media (max-width: 767px) {
  .interview {
    padding: 100px 0 0;
  }
}
.interview-wrapper {
  position: relative;
  margin-bottom: 143px;
}
@media (max-width: 1440px) {
  .interview-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 1023px) {
  .interview-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interview-wrapper {
    margin-bottom: 50px;
  }
}
.interview-wrapper::after {
  content: "";
  position: absolute;
  left: -359px;
  top: 45%;
  width: 331px;
  height: 1px;
  background-color: #00364E;
}
@media (max-width: 1440px) {
  .interview-wrapper::after {
    left: -340px;
  }
}
@media (max-width: 767px) {
  .interview-wrapper::after {
    top: 70px;
  }
}
.interview-inr {
  justify-content: start;
  align-items: start !important;
  gap: 28px;
}
@media (max-width: 767px) {
  .interview-inr {
    gap: 18px;
  }
}
.interview-wrapper {
  width: 100%;
  justify-content: space-around;
}
.interview-title span {
  font-size: 27px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .interview-title span {
    margin-bottom: 12px;
  }
}
.interview-title h2 {
  font-size: clamp(32px, 2.45vw, 47px);
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .interview-title h2 {
    font-size: min(5.8666666667vw, 30px);
    margin-bottom: 28px;
  }
}
.interview-title p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .interview-title p {
    font-size: 16px;
  }
}
.interview-btn {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .interview-btn {
    width: 86px;
    height: 86px;
    display: none !important;
  }
}
.interview-btn img {
  max-width: 49px;
  height: auto;
}
@media (max-width: 767px) {
  .interview-btn img {
    max-width: 29px;
  }
}
.interview-main {
  align-items: start !important;
  justify-content: start;
  gap: 96px;
}
@media (max-width: 767px) {
  .interview-main {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 60px;
  }
}
.interview-block {
  max-width: 552px;
  align-items: start !important;
  padding-left: 52px;
  position: relative;
}
@media (max-width: 767px) {
  .interview-block {
    padding-left: 20px;
  }
}
.interview-block2 strong {
  margin-bottom: 12px !important;
}
.interview-block_nb {
  min-width: 151px;
  min-height: 230px;
  padding: 24px 0 0 0;
  background-color: #00364e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1279px) {
  .interview-block_nb {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .interview-block_nb {
    min-width: 86px;
    min-height: 132px;
    font-size: 14px;
    left: -8px;
  }
}
.interview-block h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 21px;
  color: #99aeba;
  margin-bottom: 28px;
  margin: 0 0 28px auto;
}
@media (max-width: 767px) {
  .interview-block h3 {
    font-size: min(4.1333333333vw, 21px);
  }
}
.interview-block h3 span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .interview-block h3 span {
    font-size: min(3.7333333333vw, 18px);
  }
}
.interview-block_img {
  display: block;
  margin-bottom: 31px;
  position: relative;
}
.interview-block_img img:nth-child(1) {
  max-height: 344px;
}
@media (max-width: 1440px) {
  .interview-block_img img:nth-child(1) {
    max-height: none;
  }
}
.interview-block_btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .interview-block_btn {
    right: -14px;
  }
}
.interview-block_btn img {
  max-width: 22px;
  height: auto;
}
.interview-block strong {
  display: block;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1440px) {
  .interview-block strong {
    font-size: 24px;
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .interview-block strong {
    font-size: 20px;
  }
}
.interview-block strong::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #00364E;
  position: absolute;
  top: 50%;
  left: -52px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .interview-block strong::before {
    width: 29px;
    left: -36px;
  }
}
.interview-block span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .interview-block span {
    margin-bottom: 22px;
  }
}
.interview-block ul {
  font-size: 17px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .interview-block ul {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.interview-block ul li {
  color: #99aeba;
}
.interview-block p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .interview-block p {
    font-size: 14px;
  }
}

.mv-interview_case {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-interview_case--inr {
  width: 100%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 240/121;
}
@media (max-width: 767px) {
  .mv-interview_case--inr {
    aspect-ratio: 767/600;
  }
}
.mv-interview_case01--inr {
  background-image: url(../../assets/images/interview/interview-mv-img01.jpg);
}
@media (max-width: 767px) {
  .mv-interview_case01--inr {
    background-image: url(../../assets/images/interview/interview-mv-img01-sp.jpg);
    background-position: top center;
  }
}
.mv-interview_case02--inr {
  background-image: url(../../assets/images/interview/interview-mv-img02.jpg);
}
@media (max-width: 767px) {
  .mv-interview_case02--inr {
    background-image: url(../../assets/images/interview/interview-mv-img02-sp.jpg);
    background-position: top center;
  }
}
.mv-interview_case--block {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 55px 112px 69px;
  background-color: rgba(0, 54, 78, 0.55);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  position: absolute;
  top: 50%;
  left: 7.55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1660px) {
  .mv-interview_case--block {
    padding: 40px 40px 20px 40px;
    top: 65%;
    left: 4%;
  }
}
@media (max-width: 1279px) {
  .mv-interview_case--block {
    top: auto;
    transform: none;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .mv-interview_case--block {
    width: 98%;
    margin: -40px auto 0;
    position: static;
    padding: 24px 16px 20px 20px;
  }
}
.mv-interview_case--block2 {
  padding: 55px 152px 71px 112px;
}
@media screen and (max-width: 1660px) {
  .mv-interview_case--block2 {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .mv-interview_case--block2 {
    padding: 24px 16px 20px 20px;
  }
}
.mv-interview_case--block2 .mv-interview_case--block__text {
  max-width: 487px;
  font-size: 17px;
}
.mv-interview_case--block span {
  font-size: 25px;
  margin-bottom: 36px;
  font-size: 18;
}
@media (max-width: 767px) {
  .mv-interview_case--block span {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.mv-interview_case--block h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 41px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .mv-interview_case--block h1 {
    font-size: min(6.1333333333vw, 32px);
    margin-bottom: 26px;
  }
}
.mv-interview_case--block h1::before {
  content: "";
  width: 229px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 22%;
  left: -256px;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv-interview_case--block h1::before {
    left: -234px;
    top: 25%;
  }
}
.mv-interview_case--block p {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mv-interview_case--block p {
    font-size: 18px;
  }
}
.mv-interview_case--block p span {
  font-size: 17px;
}
@media (max-width: 767px) {
  .mv-interview_case--block p span {
    font-size: 16px;
  }
}

.interviewPage-head {
  margin: 125px 0 66px;
  justify-content: space-between;
  color: #99aeba;
}
@media (max-width: 1279px) {
  .interviewPage-head {
    margin: 220px 0 66px;
  }
}
@media (max-width: 767px) {
  .interviewPage-head {
    flex-direction: column;
    align-items: flex-start !important;
    margin: 30px 0 60px;
  }
}
.interviewPage-head__case02 {
  margin: 0 0 70px;
}
.interviewPage-headText {
  max-width: 476px;
  margin: 18px 0 25px auto;
}
@media (max-width: 1279px) {
  .interviewPage-headText {
    margin: 18px 0 130px auto;
  }
}
@media (max-width: 767px) {
  .interviewPage-headText {
    font-size: 15px;
    margin: 18px 12px 25px;
  }
}
.interviewPage-head_nb {
  font-size: 15px;
}
@media (max-width: 767px) {
  .interviewPage-head_nb {
    margin-bottom: 12px;
  }
}
.interviewPage-head ul {
  align-items: end !important;
  gap: 6px;
}
@media (max-width: 767px) {
  .interviewPage-head ul {
    align-items: start !important;
  }
}
.interviewPage-head ul li {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .interviewPage-head ul li {
    font-size: 15px;
  }
}
.interviewPage-case {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.interviewPage-case::before {
  content: "";
  background-size: cover;
  height: auto;
  position: absolute;
  top: 0;
}
.interviewPage-case_contents {
  gap: 100px;
  align-items: start !important;
}
.interviewPage-case_inr {
  align-items: start !important;
  gap: 21px;
}
@media (max-width: 767px) {
  .interviewPage-case_inr {
    gap: 8px;
  }
}
.interviewPage-case_nb {
  white-space: nowrap;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .interviewPage-case_nb {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .interviewPage-case_nb {
    font-size: 20px;
  }
}
.interviewPage-case_text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 43px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .interviewPage-case_text h3 {
    font-size: 17px;
    margin-bottom: 26px;
  }
}
.interviewPage-case_text p {
  font-size: 19px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .interviewPage-case_text p {
    font-size: 14px;
  }
}
.interviewPage-case_img {
  display: none;
}
@media (max-width: 767px) {
  .interviewPage-case_img {
    display: block;
    margin-top: 30px;
  }
}
.interviewPage-case01Q1 {
  margin-bottom: 138px;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q1 {
    margin-bottom: 80px;
  }
}
.interviewPage-case01Q2 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .interviewPage-case01Q2 {
    margin-bottom: 60px;
  }
}
.interviewPage-case01Q2::before {
  background-image: url(../../assets/images/interview/interview-case-0102.png);
  width: min(38.39vw, 737px);
  aspect-ratio: 737/377;
  right: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q2::before {
    width: clamp(440px, 43vw, 737px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q2::before {
    content: none;
  }
}
.interviewPage-case01Q2_wrapper {
  justify-content: flex-end;
  gap: 114px;
}
.interviewPage-case01Q2_inr {
  width: clamp(610px, 34.32vw, 664px);
}
@media (max-width: 767px) {
  .interviewPage-case01Q2_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case01Q3 {
  margin-bottom: 224px;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q3 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q3 {
    margin-bottom: 60px;
  }
}
.interviewPage-case01Q3::before {
  background-image: url(../../assets/images/interview/interview-case-0103.jpg);
  width: min(33.02vw, 634px);
  aspect-ratio: 634/433;
  left: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q3::before {
    width: clamp(400px, 37vw, 634px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q3::before {
    content: none;
  }
}
.interviewPage-case01Q3_inr {
  width: clamp(640px, 40.83vw, 783px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .interviewPage-case01Q3_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case01Q4 {
  margin-bottom: 251px;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q4 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q4 {
    margin-bottom: 60px;
  }
}
.interviewPage-case01Q4::before {
  background-image: url(../../assets/images/interview/interview-case-0104.jpg);
  width: min(38.39vw, 737px);
  aspect-ratio: 737/377;
  right: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q4::before {
    width: 42vw;
    min-width: 440px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q4::before {
    content: none;
  }
}
.interviewPage-case01Q4_wrapper {
  justify-content: flex-end;
  gap: 114px;
}
.interviewPage-case01Q4_inr {
  width: clamp(610px, 37.66vw, 723px);
}
@media (max-width: 767px) {
  .interviewPage-case01Q4_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case01Q5 {
  margin-bottom: 313px;
}
@media (max-width: 1440px) {
  .interviewPage-case01Q5 {
    margin-bottom: 160px;
  }
}
@media (max-width: 1279px) {
  .interviewPage-case01Q5 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q5 {
    margin-bottom: 60px;
  }
}
.interviewPage-case01Q5::before {
  background-image: url(../../assets/images/interview/interview-case-0105.jpg);
  width: min(33.02vw, 670px);
  aspect-ratio: 634/433;
  left: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case01Q5::before {
    width: clamp(400px, 37vw, 670px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case01Q5::before {
    content: none;
  }
}
.interviewPage-case01Q5_inr {
  width: clamp(640px, 39.43vw, 757px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .interviewPage-case01Q5_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-imgSlider {
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .interviewPage-imgSlider {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-imgSlider {
    margin-bottom: 80px;
  }
}
.interviewPage-imgSlider_inr {
  display: grid;
  grid-auto-columns: 100vw;
  grid-auto-flow: column;
  justify-items: center;
  animation: scroll 20s linear infinite;
}
@media (max-width: 1279px) {
  .interviewPage-imgSlider_inr {
    animation: scroll 16s linear infinite;
  }
}
@media (max-width: 767px) {
  .interviewPage-imgSlider_inr {
    animation: scroll 10s linear infinite;
  }
}
.interviewPage-imgSlider_inr img {
  height: 280px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .interviewPage-imgSlider_inr img {
    gap: 196px;
  }
}
@keyframes scroll {
  to {
    translate: -100vw;
  }
}
.interviewPage-case02Q2 {
  margin-bottom: 180px;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q2 {
    margin-bottom: 60px;
  }
}
.interviewPage-case02Q2::before {
  background-image: url(../../assets/images/interview/interview-case-0202.png);
  width: min(40.99vw, 787px);
  aspect-ratio: 787/480;
  left: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q2::before {
    width: 43vw;
    min-width: 440px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q2::before {
    content: none;
  }
}
.interviewPage-case02Q2_wrapper {
  justify-content: flex-end;
  gap: 114px;
}
.interviewPage-case02Q2_inr {
  width: clamp(610px, 34.7vw, 664px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .interviewPage-case02Q2_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case02Q3 {
  margin-bottom: 180px;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q3 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q3 {
    margin-bottom: 60px;
  }
}
.interviewPage-case02Q3::before {
  background-image: url(../../assets/images/interview/interview-case-0203.png);
  width: min(34.72vw, 667px);
  aspect-ratio: 737/377;
  right: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q3::before {
    width: 43vw;
    min-width: 440px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q3::before {
    content: none;
  }
}
.interviewPage-case02Q3_wrapper {
  justify-content: flex-end;
  gap: 114px;
}
.interviewPage-case02Q3_inr {
  width: clamp(610px, 38vw, 720px);
}
@media (max-width: 767px) {
  .interviewPage-case02Q3_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case02Q4 {
  margin-bottom: 8.07%;
}
@media (max-width: 1440px) {
  .interviewPage-case02Q4 {
    margin-bottom: 4%;
  }
}
@media (max-width: 1279px) {
  .interviewPage-case02Q4 {
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q4 {
    margin-bottom: 60px;
  }
}
.interviewPage-case02Q4::before {
  background-image: url(../../assets/images/interview/interview-case-0204.jpg);
  width: clamp(300px, 16.51vw, 317px);
  aspect-ratio: 317/371;
  left: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q4::before {
    width: clamp(260px, 20vw, 317px);
  }
}
@media (max-width: 1023px) {
  .interviewPage-case02Q4::before {
    width: clamp(250px, 30vw, 317px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q4::before {
    content: none;
  }
}
.interviewPage-case02Q4_inr {
  width: clamp(610px, 57.29vw, 1100px);
  margin-left: auto;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q4_inr {
    width: clamp(610px, 68vw, 1100px);
  }
}
@media (max-width: 1023px) {
  .interviewPage-case02Q4_inr {
    width: clamp(610px, 96vw, 760px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q4_inr {
    width: 100%;
    min-width: auto;
  }
}
.interviewPage-case02Q5 {
  margin-bottom: 313px;
}
@media (max-width: 1440px) {
  .interviewPage-case02Q5 {
    margin-bottom: 160px;
  }
}
@media (max-width: 1279px) {
  .interviewPage-case02Q5 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q5 {
    margin-bottom: 60px;
  }
}
.interviewPage-case02Q5::before {
  background-image: url(../../assets/images/interview/interview-case-0205.jpg);
  width: min(34.9vw, 543px);
  aspect-ratio: 335/229;
  left: 0;
}
@media (max-width: 1279px) {
  .interviewPage-case02Q5::before {
    width: clamp(400px, 37vw, 543px);
  }
}
@media (max-width: 767px) {
  .interviewPage-case02Q5::before {
    content: none;
  }
}
.interviewPage-case02Q5_inr {
  width: clamp(640px, 46.35vw, 890px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .interviewPage-case02Q5_inr {
    width: 100%;
    min-width: auto;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.container {
  max-width: none;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  padding: 0;
}
.container-1100 {
  width: min(100% - 32px, 1100px);
}/*# sourceMappingURL=style.css.map */