*,
::before,
::after {
  box-sizing: border-box;
}

body {
  max-width: initial;
}

.kv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .kv {
    background-image: url("../img/mv.jpg");
    height: 830px;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url("../img/sp/mv.jpg");
    height: 60rem;
    margin-top: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .kv .kv_contentblock {
    position: relative;
    width: 131.6rem;
    margin: 0 auto;
  }
}
.kv .kv_content {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .kv .kv_content {
    top: 250px;
    left: 6.6%;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_content {
    bottom: -50%;
    left: 7%;
    padding-left: 3rem;
  }
}
.kv .kv_ttl {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .kv .kv_ttl {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_ttl {
    font-size: 4.9rem;
  }
}
.kv .kv_ttl picture {
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .kv .kv_ttl img {
    width: 19.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_ttl img {
    width: 17.1rem;
  }
}
.kv .kv_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #d90b18;
}
@media screen and (min-width: 769px) {
  .kv .kv_ttl::before {
    top: 3%;
    width: 1.1rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_ttl::before {
    top: 5%;
    width: 1.5rem;
    height: 9.2rem;
  }
}

@media screen and (min-width: 769px) {
  .kv_personal-data {
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_personal-data {
    padding-top: 3rem;
  }
}

.department {
  font-weight: 600;
  color: #fff;
  background-color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .department {
    width: 17.2rem;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    clip-path: polygon(12px 0%, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%, 0% 12px);
  }
}
@media screen and (max-width: 768px) {
  .department {
    width: 20rem;
    padding: 1rem 1.6rem;
    font-size: 2.2rem;
    position: absolute;
    top: 2.2rem;
    right: 2.2rem;
    clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px);
  }
}

@media screen and (min-width: 769px) {
  .name {
    padding-top: 1.2rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .name {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .staff-info {
    padding-top: 1rem;
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-info {
    padding-top: 1rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.bg {
  position: relative;
  background-color: #e5e8e8;
}
@media screen and (min-width: 769px) {
  .bg {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    padding-bottom: 30rem;
  }
}

.interview {
  background-color: #e5e8e8;
}
@media screen and (max-width: 768px) {
  .interview {
    padding-top: 35rem;
  }
}

.interview_youtubeblock {
  position: relative;
  max-width: 131.6rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .interview_youtube {
    position: absolute;
    z-index: 2;
    top: -4rem;
    right: 17rem;
  }
}
.interview_youtubelist {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_youtubelist {
    width: 45.8rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_youtubelist {
    flex-direction: column;
    gap: 6.6rem;
    padding: 0 5.4rem;
  }
}
.interview_youtubelist img {
  cursor: pointer;
}
.interview_youtubelist p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_youtubelist p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_youtubelist p {
    padding-top: 1.9rem;
    font-weight: 500;
    font-size: 3.2rem;
  }
}

.youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .youtube-modal {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.modal-content {
  position: relative;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 150rem;
    height: 75.7rem;
  }
}
@media screen and (min-width: 769px) {
  .modal-content iframe {
    width: 71.9rem;
    height: 40.7rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-content iframe {
    width: 64rem;
    height: 36rem;
  }
}

.close-btn {
  position: absolute;
  cursor: pointer;
  padding: 0;
  outline: none;
}
@media screen and (min-width: 769px) {
  .close-btn {
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #fff;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .close-btn {
    top: -5rem;
    right: 0.3rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #b5b5b6;
    background-color: initial;
  }
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .close-btn::before,
  .close-btn::after {
    width: 2.4rem;
    height: 0.2rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .close-btn::before,
  .close-btn::after {
    width: 2.4rem;
    height: 0.2rem;
    background-color: #b5b5b6;
  }
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.interview_container {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .interview_container {
    max-width: 131.6rem;
    margin: -143px auto 0;
    padding-top: 10.6rem;
    clip-path: polygon(0 0, calc(100% - 170px) 0, 100% 142px, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .interview_container {
    margin-top: 4rem;
    margin-left: 2.5rem;
    padding-top: 6.8rem;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_block:not(:first-child) {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_block:not(:first-child) {
    padding-top: 10.6rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_historyblock {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_historyblock {
    padding-top: 16rem;
  }
}
.interview_container .interview_career {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career .interview_careertext {
    padding-top: 0;
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career .interview_careertext {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career .interview_careertext .lead {
    padding-top: 5rem;
    padding-left: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career .interview_careertext .lead {
    padding-top: 5rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career .interview_careertext .interview_text {
    padding: 3rem 0 0 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career .interview_careertext .interview_text {
    padding: 3rem 6rem 0 3rem;
  }
}
.interview_container .interview_career .interview_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career .interview_img {
    padding-top: 10.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career .interview_img {
    padding: 0 6rem 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_career .interview_img img {
    width: 47.5rem;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_career .interview_img img {
    width: 100%;
  }
}
.interview_container .interview_job-hunting {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting {
    gap: 5rem;
    flex-direction: row-reverse;
    width: 112.5rem;
    padding-left: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext {
    padding-top: 0;
    width: 48.4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext .section_ttl {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext .lead {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext .lead {
    padding-top: 5rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext .interview_text {
    padding: 3rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting .interview_job-huntingtext .interview_text {
    padding: 3rem 6rem 0 3rem;
  }
}
.interview_container .interview_job-hunting .interview_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_img {
    padding-top: 10.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting .interview_img {
    padding: 0 6rem 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_job-hunting .interview_img img {
    width: 47.5rem;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_job-hunting .interview_img img {
    width: 100%;
  }
}
.interview_container .section_ttl {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .interview_container .section_ttl {
    padding-left: 11.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .section_ttl {
    padding-left: 3rem;
    padding-bottom: 0.4rem;
    font-size: 2.5rem;
  }
}
.interview_container .underlines01 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines01 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines01 {
    height: 0.4rem;
  }
}
.interview_container .underlines01 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines01 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines01 .line.black {
    width: 11.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines01 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines01 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines01 .line.red {
    width: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines01 .line.red {
    width: 10rem;
  }
}
.interview_container .underlines02 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines02 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines02 {
    height: 0.4rem;
  }
}
.interview_container .underlines02 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines02 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines02 .line.black {
    width: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines02 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines02 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines02 .line.red {
    width: 23.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines02 .line.red {
    width: 22.5rem;
  }
}
.interview_container .underlines03 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines03 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines03 {
    height: 0.4rem;
  }
}
.interview_container .underlines03 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines03 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines03 .line.black {
    width: 11.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines03 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines03 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines03 .line.red {
    width: 23.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines03 .line.red {
    width: 23rem;
  }
}
.interview_container .underlines04 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines04 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines04 {
    height: 0.4rem;
  }
}
.interview_container .underlines04 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines04 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines04 .line.black {
    width: 11.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines04 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines04 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines04 .line.red {
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines04 .line.red {
    width: 25.5rem;
  }
}
.interview_container .underlines05 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines05 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines05 {
    height: 0.4rem;
  }
}
.interview_container .underlines05 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines05 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines05 .line.black {
    width: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines05 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines05 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines05 .line.red {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines05 .line.red {
    width: 12.5rem;
  }
}
.interview_container .underlines06 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines06 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines06 {
    height: 0.4rem;
  }
}
.interview_container .underlines06 .line {
  display: block;
  height: 100%;
}
.interview_container .underlines06 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines06 .line.black {
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines06 .line.black {
    width: 3rem;
  }
}
.interview_container .underlines06 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .underlines06 .line.red {
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .underlines06 .line.red {
    width: 22.5rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .section_content {
    width: 111.5rem;
    padding-top: 5rem;
    padding-left: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .section_content {
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 6rem;
  }
}
.interview_container .lead {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .interview_container .lead {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .lead {
    font-size: 3.8rem;
  }
}
.interview_container .interview_workstory {
  display: flex;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_workstory {
    padding-top: 4rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_workstory {
    flex-direction: column;
    padding-top: 4rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_workstory .interview_text {
    padding-top: 0;
    width: 47.4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_workstory .interview_text {
    padding-top: 0;
  }
}
.interview_container .interview_workstory .interview_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_workstory .interview_img {
    padding-top: 0;
    width: 47.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_workstory .interview_img {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .interview_text {
    padding-top: 4rem;
    font-size: 16px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_text {
    padding-top: 3.5rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
.interview_container .interview_text .annotation {
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_text .annotation {
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_text .annotation {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.interview_container .interview_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img {
    padding-top: 7rem;
  }
}
.interview_container .interview_img img {
  position: relative;
  z-index: 2;
}
.interview_container .interview_img .dot-bg01 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img .dot-bg01 {
    left: -6rem;
    bottom: -6rem;
    width: 30rem;
    height: 16rem;
    background-image: url("../img/img_dot-bg01.png");
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img .dot-bg01 {
    right: -4rem;
    bottom: -6rem;
    width: 37.1rem;
    height: 34.8rem;
    background-image: url("../img/sp/img_dot-bg01.png");
  }
}
.interview_container .interview_img .dot-bg02 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img .dot-bg02 {
    right: -11rem;
    bottom: -10rem;
    width: 41.2rem;
    height: 32rem;
    background-image: url("../img/img_dot-bg02.png");
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img .dot-bg02 {
    left: -2.3rem;
    bottom: -4rem;
    width: 28.6rem;
    height: 21.2rem;
    background-image: url("../img/sp/img_dot-bg02.png");
  }
}
.interview_container .interview_img .dot-bg03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img .dot-bg03 {
    left: -7rem;
    bottom: -5.8rem;
    width: 64rem;
    height: 16rem;
    background-image: url("../img/img_dot-bg03.png");
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img .dot-bg03 {
    right: -4rem;
    bottom: -10rem;
    width: 27.2rem;
    height: 26.8rem;
    background-image: url("../img/sp/img_dot-bg03.png");
  }
}
.interview_container .interview_img .dot-bg04 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img .dot-bg04 {
    right: -12rem;
    top: 0rem;
    width: 15.9rem;
    height: 16.1rem;
    background-image: url("../img/img_dot-bg04.png");
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img .dot-bg04 {
    left: 1rem;
    bottom: -5.5rem;
    width: 55.9rem;
    height: 20.9rem;
    background-image: url("../img/sp/img_dot-bg04.png");
  }
}
.interview_container .interview_img .dot-bg05 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interview_container .interview_img .dot-bg05 {
    left: -8rem;
    top: 1rem;
    width: 31.1rem;
    height: 32rem;
    background-image: url("../img/img_dot-bg05.png");
  }
}
@media screen and (max-width: 768px) {
  .interview_container .interview_img .dot-bg05 {
    right: 2rem;
    bottom: -8rem;
    width: 37.1rem;
    height: 34.8rem;
    background-image: url("../img/sp/img_dot-bg01.png");
  }
}
@media screen and (min-width: 769px) {
  .interview_container .history_img {
    display: block;
    width: 111.5rem;
    padding-top: 4rem;
    padding-left: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .history_img {
    display: block;
    padding: 3.7rem 6rem 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .rule_block {
    width: 111.5rem;
    padding-top: 15rem;
    padding-left: 11.5rem;
    padding-bottom: 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_block {
    padding-top: 11rem;
    padding-bottom: 3rem;
  }
}
.interview_container .rule_lead {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_lead {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_lead {
    font-size: 3.2rem;
  }
}
.interview_container .rule_lead .underlines07 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_lead .underlines07 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_lead .underlines07 {
    height: 0.4rem;
  }
}
.interview_container .rule_lead .underlines07 .line {
  display: block;
  height: 100%;
}
.interview_container .rule_lead .underlines07 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_lead .underlines07 .line.black {
    width: 38.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_lead .underlines07 .line.black {
    width: 27.5rem;
  }
}
.interview_container .rule_lead .underlines07 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_lead .underlines07 .line.red {
    width: 38.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_lead .underlines07 .line.red {
    width: 27.5rem;
  }
}
.interview_container .rule_box {
  background-color: #f8f9f9;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_box {
    margin-top: 6rem;
    padding: 5rem 4.3rem 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_box {
    margin: 4rem 3rem 0;
    padding: 3rem;
  }
}
.interview_container .rule_ttl {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_container .rule_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rule_ttl {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_container .rulr_text {
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .rulr_text {
    padding-top: 2rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.schedulebg {
  background-color: #e5e8e8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .schedulebg {
    padding-top: 9.8rem;
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .schedulebg {
    padding-top: 8rem;
    padding-bottom: 66.7rem;
  }
}

.schedule {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .schedule {
    max-width: 131.6rem;
    margin: 0 auto;
    padding-top: 9.8rem;
    padding-bottom: 35rem;
    clip-path: polygon(130px 0, 100% 0, 100% calc(100% - 115px), calc(100% - 130px) 100%, 0 100%, 0 115px);
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    margin-right: 3rem;
    padding-top: 7.7rem;
    padding-bottom: 7rem;
    clip-path: polygon(38px 0, 100% 0, 100% calc(100% - 46px), calc(100% - 38px) 100%, 0% 100%, 0 46px);
  }
}
.schedule .schedule_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .schedule .schedule_head {
    width: 74.6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule_head {
    margin: 0 auto;
    padding: 0 4.5rem 0 7.3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-list {
    padding-top: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list {
    padding-top: 5.4rem;
  }
}
.schedule .schedule-item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item {
    width: 77rem;
    margin: 0 auto;
    gap: 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item {
    margin: 0 auto;
    padding: 0 4.5rem 0 5rem;
    gap: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(1) .line01::after {
    height: 49.1rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(1) .line01::after {
    height: 52.6rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(2) {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(2) {
    padding-top: 5.2rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(2) .line01::after {
    height: 5.7rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(2) .line01::after {
    height: 10.9rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(3) {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(3) {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(3) .line02::after {
    height: 46.6rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(3) .line02::after {
    height: 44.3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(4) {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(4) {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(4) .line02::after {
    height: 44.1rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(4) .line02::after {
    height: 45.2rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(5) {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(5) {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(5) .line02::after {
    height: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(5) .line02::after {
    height: 11.6rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(6) {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(6) {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(6) .line02::after {
    height: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(6) .line02::after {
    height: 19.3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(7) {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(7) {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(7) .line02::after {
    height: 46.3rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(7) .line02::after {
    height: 44.3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-item:nth-child(8) {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-item:nth-child(8) {
    padding-top: 5rem;
  }
}
.schedule .schedule-time {
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-time {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 2.7rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-time {
    width: 10.3rem;
    height: 10.3rem;
    font-size: 2.7rem;
    letter-spacing: 1px;
  }
}
.schedule .schedule-time .line01::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-time .line01::after {
    top: 10.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-time .line01::after {
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.schedule .schedule-time .line02::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-time .line02::after {
    top: 10.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-time .line02::after {
    top: 10.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-content {
    width: 59rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-content {
    width: 49rem;
  }
}
.schedule .schedule-title {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-title {
    padding-top: 2rem;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-title {
    padding-top: 2.6rem;
    font-size: 3.3rem;
  }
}
.schedule .schedule-head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .schedule .schedule-head {
    padding-top: 6rem;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-head {
    padding-top: 8rem;
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-image {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-image {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule .schedule-text {
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-text {
    padding-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}

.private {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .private {
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    background-color: #fff;
    width: 100.2rem;
  }
}
@media screen and (max-width: 768px) {
  .private {
    bottom: -37rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 61.8rem;
  }
}

@media screen and (min-width: 769px) {
  .interview-hero {
    padding-top: 16.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero {
    padding-top: 49.2rem;
  }
}
.interview-hero .interview-hero_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .interview-hero .interview-hero_title {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 3.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .interview-hero_title {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 3.7rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .interview-hero .interview-hero_title img {
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .interview-hero_title img {
    width: 14.7rem;
  }
}
.interview-hero .underlines08 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .interview-hero .underlines08 {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .underlines08 {
    height: 0.3rem;
  }
}
.interview-hero .underlines08 .line {
  display: block;
  height: 100%;
}
.interview-hero .underlines08 .line.black {
  background-color: black;
}
@media screen and (min-width: 769px) {
  .interview-hero .underlines08 .line.black {
    width: 23.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .underlines08 .line.black {
    width: 23.5rem;
  }
}
.interview-hero .underlines08 .line.red {
  background-color: red;
}
@media screen and (min-width: 769px) {
  .interview-hero .underlines08 .line.red {
    width: 23.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .underlines08 .line.red {
    width: 23.5rem;
  }
}
.interview-hero .swiper {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interview-hero .swiper {
    padding: 7.5rem 25rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .swiper {
    padding-top: 7rem;
  }
}
.interview-hero .swiper .swiper-pagination-bullet-active {
  background: #d90b18;
}
@media screen and (min-width: 769px) {
  .interview-hero .interview-hero_name {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .interview-hero_name {
    padding-top: 2.5rem;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .interview-hero .interview-hero_team {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-hero .interview-hero_team {
    font-size: 2rem;
  }
}

.btn {
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 45rem;
    padding-top: 11.8rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 61.8rem;
    padding-top: 11rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 6rem;
  }
}
.btn .btn_entry {
  display: block;
  background-color: #e60012;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .btn .btn_entry {
    padding: 3.5rem 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn .btn_entry {
    margin-top: 6rem;
    padding: 3.5rem 0;
    font-size: 2.6rem;
  }
}
.btn .btn_hero {
  display: block;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .btn .btn_hero {
    width: 45rem;
    height: 9rem;
    padding: 3.5rem 0;
    font-weight: 500;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn .btn_hero {
    height: 14rem;
    font-weight: bold;
    font-size: 2.6rem;
  }
}

.sub-buttons {
  display: none;
  flex-direction: column;
}

.sub-buttons a {
  padding: 3.5rem 0;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 300;
  color: #000;
}
.sub-buttons a:last-of-type {
  border-bottom: 0;
}

.btn_entry,
.sub-buttons a {
  width: 100%;
  box-sizing: border-box;
}

.js-animation.scaleIn {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s linear, transform 0.4s ease-out;
}
.js-animation.scaleIn.is-animated {
  opacity: 1;
  transform: scale(1) !important;
}

.entry_section {
  padding: 0;
}/*# sourceMappingURL=real_estate01.css.map */