@charset "UTF-8";
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  .p_post_interview .c_mv_1 {
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, #DF1514 63%, #DF1514 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, #DF1514 63%, #DF1514 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, #DF1514 63%, #DF1514 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startcolor", endColorstr="$endcolor",GradientType=0 );
    /* IE6-9 */
  }
}
@media screen and (max-width: 767px) {
  .p_post_interview .c_mv_1 .mv_img {
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #DF1514 50%, #DF1514 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #DF1514 50%, #DF1514 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #DF1514 50%, #DF1514 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startcolor", endColorstr="$endcolor",GradientType=0 );
    /* IE6-9 */
  }
}
.p_post_interview .c_mv_1 .mv_wrap .txten {
  color: rgba(255, 255, 255, 0.25);
}

.p_post_interview .l_breadcrumbs {
  background: #DF1514;
}

.p_post_interview .l_breadcrumbs .bread > li {
  color: #fff;
}

.p_post_interview .l_breadcrumbs .bread > li.homeicon:before {
  background: url(../../assets/img/common/homeicon_white.svg) no-repeat center center/cover;
}

.p_post_interview .l_breadcrumbs .bread > li a {
  color: #fff;
}

.p_post_interviews .archive_wrap {
  width: 1100px;
  max-width: 100%;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p_post_interviews .archive_wrap {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 50px auto 0;
    padding: 0 15px;
  }
}
.p_post_interviews .archive_item {
  transition: 0.3s all ease;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  padding: 15px 15px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 15px;
}
.p_post_interviews .archive_item:hover {
  opacity: 0.8;
}
.p_post_interviews .archive_item .thumb {
  aspect-ratio: 316/211;
  width: 100%;
  background-color: #DEDEDE;
  overflow: hidden;
}
.p_post_interviews .archive_item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_post_interviews .archive_item .info {
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.p_post_interviews .archive_item .info .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #8E8E8E;
  line-height: 1.4285714286;
}
.p_post_interviews .archive_item .info .dtl {
  font-size: 18px;
  line-height: 1.4444444444;
}

.pagerlist {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagerlist {
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
.pagerlist .itemprevnext_wrap .itemprevnext {
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagerlist .itemprevnext_wrap .itemprevnext {
    height: 46px;
    width: 25px;
  }
}
.pagerlist .itemprevnext_wrap .itemprevnext > img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .pagerlist .itemprevnext_wrap .itemprevnext > img {
    width: 12px;
    height: 12px;
  }
}
.pagerlist .item {
  padding: 0 5px;
}
.pagerlist .item .pagerernum {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCDCDC;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pagerlist .item .pagerernum {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
}
.pagerlist .item .pagerernum.link {
  background: #fff;
  color: #202020;
  border: 1px solid #202020;
  transition: 0.3s all ease;
}
.pagerlist .item .pagerernum.link:hover {
  border: 2px solid #B50908;
  color: #B50908;
}

.btn_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    margin-top: 40px;
  }
}

.btnwrap {
  margin: 80px 0 0;
  padding: 0 0 50px;
  background: linear-gradient(180deg, #fff 0%, #fff 70px, #F2F2F2 70px, #F2F2F2 100%);
}
@media screen and (max-width: 767px) {
  .btnwrap {
    margin: 60px 0 0;
    padding: 0 4.6875% 30px;
    background: linear-gradient(180deg, #fff 0%, #fff 55px, #F2F2F2 55px, #F2F2F2 100%);
  }
}
.btnwrap > .content_size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size {
    flex-wrap: wrap;
  }
}
.btnwrap > .content_size > a {
  width: 535px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a {
    border-radius: 5px;
    width: 100%;
    height: 115px;
  }
  .btnwrap > .content_size > a:not(:first-child) {
    margin: 10px 0 0;
  }
}
.btnwrap > .content_size > a > .imgwrap {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a > .imgwrap {
    width: 115px;
    height: 115px;
  }
}
.btnwrap > .content_size > a > .imgwrap > img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s all ease;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a > .imgwrap > img {
    height: auto;
  }
}
.btnwrap > .content_size > a:hover:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border: 3px solid #B50908;
  border-radius: 10px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a:hover:after {
    border: none;
    display: none;
  }
}
.btnwrap > .content_size > a:hover > .txtwrap > .btntxt .arrow {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a:hover > .txtwrap > .btntxt .arrow {
    margin-left: 10px;
  }
}
.btnwrap > .content_size > a:hover > .imgwrap > img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a:hover > .imgwrap > img {
    transform: translate(-50%, -50%) scale(1);
  }
}
.btnwrap > .content_size > a > .txtwrap {
  width: 100%;
  background: #fff;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a > .txtwrap {
    padding: 0 0 0 20px;
    width: calc(100% - 115px);
  }
}
.btnwrap > .content_size > a > .txtwrap > .btntxt {
  font-size: 24px;
  padding: 0 0 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a > .txtwrap > .btntxt {
    width: 100%;
    font-size: 18px;
    padding: 0 45px 15px 0;
    line-height: 1.4;
    position: relative;
  }
}
.btnwrap > .content_size > a > .txtwrap > .btntxt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background: #DF1514;
}
.btnwrap > .content_size > a > .txtwrap > .btntxt .arrow {
  background: url(../img/common/btn-border-off.svg) no-repeat;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  transition: 0.2s all ease;
}
@media screen and (max-width: 767px) {
  .btnwrap > .content_size > a > .txtwrap > .btntxt .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

.u-fade-in-static {
  filter: blur(30px);
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1s ease-out, filter 1s ease-out;
}
.u-fade-in-static._show {
  filter: blur(0px);
  opacity: 1;
}

.u-slide-in-left {
  transform: translateX(-50px);
  filter: blur(15px);
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out, filter 1s ease-out;
}
.u-slide-in-left._show {
  transform: translateX(0);
  filter: blur(0px);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p_interview_single .mv_txt {
    margin: 105px auto 0;
    width: 84vw;
    height: 10.9333333333vw;
    background: url(../../assets/img/post_interviews/sp/mv_interviews_txt.png) no-repeat center/cover;
  }
}
.p_interview_single .mv {
  margin-top: 147px;
  width: 100%;
  max-width: 100vw;
  height: 34.6354166667vw;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv {
    margin-top: 30px;
    width: 100%;
    min-height: 83.4666666667vw;
  }
}
.p_interview_single .mv:after {
  content: "";
  width: 29.53125vw;
  height: 3.8020833333vw;
  background: url(../../assets/img/post_interviews/mv_interviews_txt.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv:after {
    display: none;
  }
}
.p_interview_single .mv .thumb {
  width: 64.84375vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .thumb {
    width: 100%;
  }
}
.p_interview_single .mv .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_interview_single .mv .content {
  width: 51.0416666667vw;
  height: 100%;
  margin-left: auto;
  background: url(../../assets/img/post_interviews/mv_obj.png) no-repeat center/cover;
  padding: 10.4166666667vw 0 0 5.46875vw;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .content {
    width: 57.6vw;
    background: url(../../assets/img/post_interviews/sp/mv_obj.png) no-repeat bottom/cover;
    padding: 4vw 4vw 5.3333333333vw 7.4666666667vw;
  }
}
.p_interview_single .mv .catch_copy .text {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  background-color: #fff;
  color: #202020;
  font-size: 2.34375vw;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .catch_copy .text {
    font-size: 5.3333333333vw;
  }
}
.p_interview_single .mv .info {
  margin: 2.0833333333vw 0 0 11.71875vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .info {
    margin: 4vw 0 0 2.6666666667vw;
  }
}
.p_interview_single .mv .info_item {
  font-size: 0.8333333333vw;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 4em 1fr;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .info_item {
    font-size: 3.7333333333vw;
    grid-template-columns: 3em 1fr;
    gap: 0.5em;
  }
}
.p_interview_single .mv .info_item dd {
  display: flex;
  gap: 0.5em;
}
.p_interview_single .mv .info_item dd:before {
  content: "：";
}
.p_interview_single .mv .name {
  font-size: 1.7708333333vw;
  font-weight: bold;
  line-height: 1.2352941176;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .p_interview_single .mv .name {
    font-size: 5.8666666667vw;
    margin: 0 0 1.3333333333vw;
  }
}

.post_interviews {
  position: relative;
  z-index: 0;
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .post_interviews {
    padding: 20px 15px 185px;
  }
}
.post_interviews .conents_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/4228;
  background: url(../../assets/img/post_interviews/single_contents_bg.png) repeat-y top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .post_interviews .conents_bg {
    aspect-ratio: 375/5234;
    background: url(../../assets/img/post_interviews/sp/single_contents_bg.png) repeat-y top/cover;
  }
}
.post_interviews:before {
  content: "";
  width: 7.5vw;
  height: 58.3854166667vw;
  background: url(../../assets/img/post_interviews/vertical_interview_txt.png) no-repeat center/cover;
  position: absolute;
  top: 100px;
  left: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .post_interviews:before {
    display: none;
  }
}
.post_interviews:after {
  content: "";
  width: 7.5vw;
  height: 58.3854166667vw;
  background: url(../../assets/img/post_interviews/vertical_interview_txt.png) no-repeat center/cover;
  position: absolute;
  bottom: 4.1666666667vw;
  right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .post_interviews:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 315px;
    height: 41px;
    background: url(../../assets/img/post_interviews/sp/mv_interviews_txt.png) no-repeat center/cover;
  }
}

.post_interview {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
.post_interview + .post_interview {
  margin-top: 100px;
}
.post_interview img {
  width: 100%;
  height: auto;
}
.post_interview .question_title {
  display: flex;
  align-items: center;
  color: #B50908;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_interview .question_title {
    gap: 15px;
  }
}
.post_interview .question_title .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  flex: 0 0 auto;
  padding: 10px 20px 0 0;
  line-height: 1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .post_interview .question_title .num {
    font-size: 40px;
    padding: 5px 15px 0 0;
  }
}
.post_interview .question_title .num:after {
  content: "";
  width: 1px;
  height: 48px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background: #B50908;
}
@media screen and (max-width: 767px) {
  .post_interview .question_title .num:after {
    height: 40px;
  }
}
.post_interview .question_title .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .post_interview .question_title .title {
    font-size: 16px;
    line-height: 1.625;
  }
}
.post_interview .answer_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3888888889;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .post_interview .answer_title {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0 0;
  }
}
.post_interview .left_img_contents,
.post_interview .right_img_contents {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post_interview .left_img_contents,
  .post_interview .right_img_contents {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.post_interview .left_img_contents .post_text,
.post_interview .right_img_contents .post_text {
  flex: 0 0 500px;
}
@media screen and (max-width: 767px) {
  .post_interview .left_img_contents .post_text,
  .post_interview .right_img_contents .post_text {
    width: 100%;
    flex: 0 1 auto;
  }
}
.post_interview .left_img_contents .img,
.post_interview .right_img_contents .img {
  flex: 1 1 auto;
  width: calc(100vw - 550px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .post_interview .left_img_contents .img,
  .post_interview .right_img_contents .img {
    width: 100%;
    flex: 0 1 auto;
  }
}
.post_interview .left_img_contents .img img,
.post_interview .right_img_contents .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_interview .right_img_contents .img {
  order: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .post_interview .right_img_contents .img {
    margin: 0;
  }
}
.post_interview .left_img_contents .img {
  order: -1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .post_interview .left_img_contents .img {
    order: 1;
    margin: 0;
  }
}
.post_interview .post_text {
  font-size: 16px;
  line-height: 1.875;
}
.post_interview .post_text p + p {
  margin: 40px 0 0;
}
.post_interview .text_contents {
  margin-top: 40px;
}
.post_interview .only_img {
  margin-top: 100px;
}

.message {
  max-width: 100%;
  width: 1300px;
  padding: 45px 0 50px;
  background: #F2F2F2;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 25px;
  }
}
.message .inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.message_heading {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #B50908;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .message_heading {
    width: calc(100% - 135px);
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
.message_heading .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .message_heading .en {
    font-size: 40px;
  }
}
.message_heading .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .message_heading .ttl {
    font-size: 16px;
    line-height: 1.625;
  }
}
.message_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6666666667;
  margin: 0 0 45px;
  width: 783px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .message_title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
}
.message_text {
  font-size: 16px;
  line-height: 1.875;
  max-width: 100%;
  width: 783px;
}
@media screen and (max-width: 767px) {
  .message_text {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.message_text p + p {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .message_text p + p {
    margin: 30px 0 0;
  }
}
.message_icon {
  width: 175px;
  position: absolute;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .message_icon {
    top: 0;
    right: 0;
    width: 110px;
  }
}
.message_icon img {
  width: 100%;
  height: auto;
}

.post_schedule {
  padding: 75px 0 80px;
  background: url(../../assets/img/post_interviews/schedule_sec_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .post_schedule {
    padding: 20px 15px 40px;
    background: url(../../assets/img/post_interviews/sp/schedule_sec_bg.png) no-repeat center/cover;
  }
}
.post_schedule .en_txt {
  font-size: 6.7708333333vw;
  font-weight: bold;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #F7F2DC;
  opacity: 0.87;
  position: absolute;
  right: 0;
  top: 100px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .post_schedule .en_txt {
    top: 73px;
    right: 15px;
    font-size: 48px;
    opacity: 0.7;
  }
}
.post_schedule .inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
}
.post_schedule .sec_title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.44;
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .post_schedule .sec_title {
    font-size: 30px;
    line-height: 1.4666666667;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .post_schedule .sec_title .min {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}
.post_schedule .schedule_list {
  list-style-type: none;
}
.post_schedule .schedule_list__item {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.post_schedule .schedule_list__item:before {
  content: "";
  aspect-ratio: 1/1;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  background: #B50908;
  left: 177px;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__item:before {
    width: 10px;
    left: 76px;
    top: 23px;
  }
}
.post_schedule .schedule_list__item:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 186px;
  bottom: 0;
  background-image: radial-gradient(circle, #898989 1px, transparent 1px);
  background-size: 2px 12px;
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__item:after {
    left: 80px;
  }
}
.post_schedule .schedule_list__item:first-child:after {
  height: calc(50% + 30px);
}
.post_schedule .schedule_list__item:last-child:after {
  height: 50%;
  bottom: auto;
  top: 0;
}
.post_schedule .schedule_list__item:not(:last-child) {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__item:not(:last-child) {
    padding: 0 0 10px;
  }
}
.post_schedule .schedule_list__item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__item .title {
    font-size: 16px;
    line-height: 1.6666666667;
  }
}
.post_schedule .schedule_list__item .text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.875;
}
.post_schedule .schedule_list__inr {
  background: #fff;
  padding: 30px 20px 30px 60px;
  display: flex;
  align-items: flex-start;
  gap: 110px;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__inr {
    padding: 15px 15px 15px 20px;
    gap: 26px;
  }
}
.post_schedule .schedule_list__time {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #B50908;
  flex: 0 0 90px;
  padding: 2px 0 0;
}
@media screen and (max-width: 767px) {
  .post_schedule .schedule_list__time {
    font-size: 18px;
    padding: 7px 0 0;
    flex: 0 0 50px;
  }
}
.post_schedule .schedule_list__contents {
  flex: 1 1;
}

.post_youtube {
  padding: 100px 0;
  background: #F2F2F2;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .post_youtube {
    margin: 50px 0 0;
    padding: 50px 15px;
  }
}
.post_youtube .title {
  font-size: 3.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post_youtube .title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.post_youtube .title:before {
  position: absolute;
  bottom: -26px;
  left: 0;
  content: "";
  height: 1px;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#DF1514), color-stop(50%, #DF1514), color-stop(50%, #707070), to(#707070));
  background: -o-linear-gradient(left, #DF1514 0%, #DF1514 50%, #707070 50%, #707070 100%);
  background: linear-gradient(to right, #DF1514 0%, #DF1514 50%, #707070 50%, #707070 100%);
}
@media screen and (max-width: 767px) {
  .post_youtube .title:before {
    bottom: -20px;
  }
}
.post_youtube .inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
}
.post_youtube .frame {
  position: reletive;
  z-index: 0;
  aspect-ratio: 1100/618;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post_youtube .frame {
    aspect-ratio: 345/193;
  }
}
.post_youtube .frame > * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post_youtube .caption {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .post_youtube .caption {
    font-size: 15px;
    line-height: 1.8666666667;
    margin: 10px 0 0;
  }
}

.soudan .recruit_lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .soudan .recruit_lists {
    flex-direction: column;
    gap: 15px;
  }
}
.soudan .recruit_lists .item {
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .soudan .recruit_lists .item {
    width: 100%;
  }
}
.soudan .recruit_lists .btn {
  width: 350px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .soudan .recruit_lists .btn {
    width: 100%;
    flex-direction: column;
    gap: 0px;
    font-size: 18px;
    line-height: 1.7142857143;
  }
  .soudan .recruit_lists .btn .tel_ico {
    aspect-ratio: 1/1;
    width: 21px;
    height: 21px;
  }
}
.soudan .recruit_lists .btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../assets/img/common/btn-border-off.svg) no-repeat;
  top: calc(50% - 8px);
  right: 10px;
  transition: 0.2s;
  z-index: 1;
}
.soudan .recruit_lists .btn:hover:after {
  right: 7px;
}

@media screen and (min-width: 768px) {
  .soudan .tel {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
    color: #fff;
  }
  .soudan .tel .telnum {
    font-family: "Bellefair", serif;
    font-size: 42px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .soudan .tel .telnum:before {
    content: "";
    aspect-ratio: 1/1;
    flex: 0 0 35px;
    width: 35px;
    background: #fff;
    mask: url(../../assets/img/index/icon_phone.svg) no-repeat center/contain;
  }
  .soudan .tel .open {
    font-size: 14px;
    line-height: 2.4285714286;
    font-weight: 400;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .soudan .tel {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
  }
  .soudan .tel .telnum {
    font-size: 17px;
    font-family: "Bellefair", serif;
    font-weight: 400;
  }
  .soudan .tel .open {
    font-size: 12px;
    font-weight: 400;
  }
}