@charset "UTF-8";

body {
  background-color: #F0EEEA;
}

section {
  position: relative;
}

p {
  line-height: 1.6;
}

.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  background-color: #FAFAFA
}

.header_logo {
  max-width: 136px;
  padding-left: 16px;
  opacity: 1;
  transition: all .4s;
  z-index: 10;
}

.header_right {
  display: flex;
  padding-right: 16px;
}

.header_logo.active,
.header_nav_list.active {
  opacity: 0;
}

.header_nav_list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  transition: .2s;
  font-size: 1.4rem;
}

.header_nav_list li {
  padding: 0 12px;
}

.header_nav_list li a {
  color: #202020;
}

.header_nav_list li ._active {
  background-color: #F0EEEA;
  width: 100%;
  border-radius: 100px;
  padding: 0.3em 1em;
  font-weight: bold;
}

.header-left {
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_entry-btn {
  line-height: 2.5;
  text-align: center;
  width: 140px;
  font-size: 1.6rem;
  background-color: #E60012;
  border-radius: 100px;
  margin-right: 10%;
}

.header_entry-btn a {
  color: #fff;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger span:first-child {
  top: 8px;
  width: 100%;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:last-child {
  top: 32px;
}

.hamburger.active span {
  background: #fff;
}

.hamburger.active span:first-child {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:last-child {
  top: 18px;
  transform: rotate(45deg);
}

.hamburger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00110E;
  transition: all .4s;
}

.gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.gnav_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.gnav_menu li {
  display: block;
  padding: 10px;
}

.gnav_menu a {
  color: #fff;
}

/* mv */
.appear {
  width: 100%;
  position: relative;
}

.mv {
  width: 100%;
  height: 630px;
  background-image: url(../img/interview/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.mv._01 {
  background-image: url(../img/interview/01/mv.png);
}
.mv._02 {
  background-image: url(../img/interview/02/mv.png);
}
.mv._03 {
  background-image: url(../img/interview/03/mv.png);
}
.mv._04 {
  background-image: url(../img/interview/04/mv.png);
}
.mv._05 {
  background-image: url(../img/interview/05/mv.png);
}
/* .mv._04::after {
  content: 'PICKUP04';
  width: auto;
  height: 72px;
  font-family: 'Urbanist', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: -9%;
  transform: rotate(90deg);
} */
.mv .ttl {
  width: 90%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mv_txt {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 2;
}

.mv_txt .cate {
  display: inline-block;
  padding: 4px 10px;
  background-color: #E60012;
  text-align: center;
}

.mv_txt .name {
  font-size: 32px;
  font-weight: bold;
}

.mv_txt .name span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.play_btn {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.play_btn:hover {
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(1.2);
}

.play_btn::after {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  color: #fff;
  border-style: solid;
  border-color: transparent;
  border-width: 0.8em 0.8em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mv_pick {
  width: auto;
  height: 72px;
  font-family: 'Urbanist', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: calc(0px - 160px);
  transform: rotate(90deg);
}

.youtube_wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  z-index: -1;
}

.youtube_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

#youtube_mask {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* パンくず */
.pankuzu {
  display: flex;
  padding: 12px 32px;
  font-size: 14px;
  color: #999;
  background-color: #F0EEEA;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 8;
}

.pankuzu a {
  display: inline;
  color: #999;
}

.pankuzu ._active {
  font-weight: bold;
  color: #00110E;
}


/* インタビュー一覧 */
.sec01 {
  padding-top: 64px;
  padding-bottom: 140px;
}

.sec01 p.top_txt {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 1.6;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}

.link_list li {
  width: 47%;
  position: relative;
}
.link_list li .label {
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.link_list li .label._01 {
  background-color: #00A0E9;
}
.link_list li .label._02 {
  background-color: #E60012;
}
.link_list li .txt {
  padding-top: 10px;
  padding-right: 36px;
  font-size: 14px;
  color: #00110E;
  border-top-right-radius: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.5;
  background-color: #fff;
}
.link_list li .txt::before,
.link_list li .txt::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/interview/corner.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.link_list li .txt::before {
  top: -28px;
  left: 0;
}
.link_list li .txt::after {
  right: -28px;
  bottom: 0;
}
.link_list li .txt .name {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.link_list li .txt .name span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.movie_link {
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  gap: 64px;
  justify-content: center;
}
.movie_link ._btn {
  justify-content: space-between;
}
.movie_link ._btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #E60012;
  line-height: 1.5;
  text-align: center;
}
.movie_link ._btn .arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50px;
  border: 2px solid #E60012;
  position: relative;
}
.movie_link ._btn .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 3px solid #E60012;
  border-top: 3px solid #E60012;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 30%;
  left: 33%;
}


/* インタビュー */
.interview_list li {
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.interview_list li:nth-child(even) {
  flex-direction: row-reverse;
}

.interview_ttl {
  margin-top: 36px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.interview_ttl::before {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(../img/interview/icon_beige.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
}

.interview_list li img {
  width: 42%;
}

/* 仕事の流れ */
.flow {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}

.flow img {
  padding-bottom: 210px;
}

.flow a .link_btn {
  padding-bottom: 210px;
}



@media screen and (max-width: 960px) {
  .header_nav_list {
    display: none;
  }
}

/* contents */
/* contents共通 */
.link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_btn p {
  color: #E60012;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.link_btn_arrow {
  position: relative;
  display: block;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  border: 1px solid #E60012;
}

.link_btn_arrow::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 30%;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 4px solid #E60012;
  border-right: 4px solid #E60012;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* sec01 */
.sec01 {
  margin-top: -60px;
  background-color: #fff;
  border-top-right-radius: 72px;
  z-index: 10;
}

.sec01::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 0;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
}

.contents {
  margin-top: -72px;
  background-color: #F0EEEA;
  border-top-right-radius: 72px;
  border-top-left-radius: 72px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.content_wrap {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

.modal__bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  border-radius: 40px;
  transform: translate(-50%, -50%);
  /* overflow: scroll; */
}

.scroll {
  max-height: 90vh;
  overflow: scroll;
  border-radius: 40px;
}

.modal__content._job .top_img {
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
}

.modal__content._job .main {
  padding: 30px 40px 40px 40px;
  border-radius: 40px;
  border-top-left-radius: 0;
  position: relative;
  margin-top: -40px;
  background-color: #fff;
  line-height: 1.6;
}

.modal__content._job .main::before {
  content: "";
  width: 54px;
  height: 40px;
  background-image: url(../img/jobcategory/modal_corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -39px;
  left: 0;
}

.modal__content._job .main .cate_main {
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}

.modal__content._job .main .cate_sub {
  padding-top: 16px;
  padding-bottom: 8px;
  font-weight: bold;
}

.modal__content._job .main .jobmap {
  margin-top: 30px;
  padding: 60px 40px;
  background-color: #F0EEEA;
  border-radius: 40px;
}

/* 閉じるボタン */
.modal_btn_close {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -42px;
  right: 0;
}

.modal_btn_close::before,
.modal_btn_close::after {
  content: "";
  width: 26px;
  height: 5px;
  background-color: #fff;
  position: absolute;
}

.modal_btn_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.modal_btn_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 1200ms;
  top: 50%;
  left: 50%;
}

/* sec02 */
.sec02 {
  padding: 72px 20px 140px;
  max-width: 1208px;
  margin: auto;
}

.sec02_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* sec03 */
.sec03 {
  margin-top: -60px;
  background-color: #fff;
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px;
  z-index: 10;
  left: 80px;
}

.sec03::before {
  content: '';
  position: absolute;
  top: -72px;
  right: 80px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sec03::after {
  content: '';
  position: absolute;
  bottom: -72px;
  right: 80px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sec03_block {
  max-width: 1080px;
  padding: 100px 20px;
  margin: auto;
  display: flex;
  position: relative;
  left: -80px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) {
  .sec03_block {
    left: 0;
  }
}

.sec03_ttl {
  width: 40%;
}

.sec03_img {
  width: 56%;
  height: auto;
}

.sec03_ttl h3 {
  max-width: 337px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.sec03_link {
  margin-top: 20px;
}

.sec03_link li {
  padding-top: 12px;
}

.sec03 .link_btn {
  justify-content: flex-start;
}

/* sec04 */
.sec04 {
  margin: 0 auto;
  background-color: #C7C3BD;
  border-radius: 72px;
  max-width: 1127px;
  padding: 100px 64px;
  width: 90%;
}

.sec04_ttl h3 {
  max-width: 448px;
  width: 100%;
  height: auto;
}

.sec04_ttl p {
  color: #fff;
  margin-top: 20px;
}

.sec04_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec04_list li {
  width: 48%;
  margin-top: 32px;
  position: relative;
}
.sec04_list li p {
  padding: 10px 20px 10px 1px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #C7C3BD;
  border-top-right-radius: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec04_list li p::before,
.sec04_list li p::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/top/corner03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.sec04_list li p::before {
  top: -28px;
  left: 0;
}
.sec04_list li p::after {
  right: -28px;
  bottom: 0;
}

/* banner */
.banner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 120px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.banner li {
  width: 50%;
}

/*====================================================================
slick
====================================================================*/
.slider {
  margin: 32px auto;
  width: 100%;
}

.slider_img {
  margin: 0 10px;
}
.slider_img a {
  width: 100%;
  position: relative;
}
.slider_img .label {
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.slider_img .label._01 {
  background-color: #00A0E9;
}
.slider_img .label._02 {
  background-color: #E60012;
}
.slider_img .txt {
  padding-top: 20px;
  padding-right: 30px;
  font-size: 14px;
  color: #00110E;
  background-color: #F0EEEA;
  border-top-right-radius: 28px;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.slider_img .txt::before,
.slider_img .txt::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/corner.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.slider_img .txt::before {
  top: -27px;
  left: 0;
}
.slider_img .txt::after {
  right: -27px;
  bottom: 0;
}
.slider_img .txt .name {
  font-size: 20px;
  font-weight: bold;
}
.slider_img .txt .name span.year {
  display: inline-block;
  padding-left: 8px;
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

.slider_img:nth-of-type(even) {
  padding-top: 40px;
}

.slider_img img {
  height: auto;
  width: 100%;
}



/* sp */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }

  /* mv */
  .mv {
    height: 82.6vw;
  }
  .mv._01,
  .mv._02,
  .mv._03,
  .mv._04,
  .mv._05 {
    height: 145vw;
  }
  .mv._01 {
    background-image: url(../img/interview/01/s_mv.png);
  }
  .mv._02 {
    background-image: url(../img/interview/02/s_mv.png);
  }
  .mv._03 {
    background-image: url(../img/interview/03/s_mv.png);
  }
  .mv._04 {
    background-image: url(../img/interview/04/s_mv.png);
  }
  .mv._05 {
    background-image: url(../img/interview/05/s_mv.png);
  }

  .play_btn {
    top: 50%;
  }

  .mv .ttl {
    top: 60%;
    font-size: 10vw;
  }

  .mv_txt {
    font-size: 4.26vw;
    top: auto;
    left: 6%;
    bottom: 14%;
  }

  .mv_txt .cate {
    padding: 1vw 1.6vw;
  }

  .mv_txt .name {
    font-size: 6.4vw;
  }

  .mv_txt .name span {
    display: inline-block;
    padding-left: 4.26vw;
    font-size: 3.2vw;
  }

  .mv_pick {
    width: auto;
    height: 72px;
    font-size: 12vw;
    top: 34%;
    right: -20%;
  }

  .youtube_wrap {
    height: 100vh;
  }

  /* パンくず */
  .pankuzu {
    padding: 1.6vw 4vw;
    font-size: 2.93vw;
  }

  /* インタビュー一覧 */
  .sec01 {
    padding-top: 9.6vw;
    padding-bottom: 21.33vw;
  }

  .sec01 p.top_txt {
    width: 90%;
    max-width: 937px;
    padding-bottom: 6.4vw;
  }

  .link_list {
    gap: 6.4vw;
  }

  .link_list li {
    width: 100%;
  }

  .link_list li .label {
    padding: 1.6vw 4.26vw;
    top: 2.66vw;
    left: 2.66vw;
  }
  .link_list li .txt {
    padding-top: 4vw;
    padding-right: 8vw;
    font-size: 3.73vw;
    border-top-right-radius: 7.46vw;
  }
  .link_list li .txt .name {
    font-size: 5.33vw;
  }
  .link_list li .txt .name span {
    font-size: 3.2vw;
  }
  .movie_link {
    flex-direction: column;
    gap: 5.33vw;
    margin-top: 13.33vw;
  }
  .movie_link ._btn a {
    text-align: left;
  }
  .movie_link ._btn .arrow {
    margin-left: 0;
  }
  .movie_link ._btn .arrow::after {
    top: 8px;
    left: 8px;
  }


  /* インタビュー */
  .interview_list {
    padding-top: 18.66vw;
  }

  .interview_list li {
    padding-top: 6.4vw;
    padding-bottom: 16vw;
    flex-direction: column;
    gap: 6.4vw;
  }

  .interview_list li:nth-child(even) {
    flex-direction: column;
  }

  .interview_ttl {
    margin-top: 3.2vw;
    padding-bottom: 4.26vw;
    font-size: 6.4vw;
  }

  .interview_ttl::before {
    width: 8.53vw;
    height: 6.4vw;
    top: -9.6vw;
  }

  .interview_list li img {
    width: 100%;
  }

  /* 仕事の流れ */
  .flow {
    width: 100%;
  }

  .flow img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 26.66vw;
  }

  .flow a .link_btn {
    padding-bottom: 26.66vw;
  }

  /* モーダル */
  .modal__content {
    border-radius: 5.33vw;
  }

  .scroll {
    max-height: 85vh;
  }

  .modal__content._job .top_img {
    border-top-left-radius: 5.33vw;
    border-top-right-radius: 5.33vw;
  }

  .modal__content._job .main {
    padding: 5.33vw 6vw 8vw 6vw;
    border-radius: 5.33vw;
    border-top-left-radius: 0;
    margin-top: -5.33vw;
  }

  .modal__content._job .main::before {
    width: 5.33vw;
    height: 5.33vw;
    top: -3.33vw;
  }

  .modal__content._job .main .cate_main {
    font-size: 6.4vw;
  }

  .modal__content._job .main .cate_sub {
    padding-top: 4.26vw;
    padding-bottom: 3.2vw;
  }

  .modal__content._job .main .jobmap {
    margin-top: 6.4vw;
    padding: 10.66vw 5.33vw;
    border-radius: 5.33vw;
  }

  /* 閉じるボタン */
  .modal_btn_close {
    width: 7.46vw;
    height: 7.46vw;
    top: -6%;
    right: 0;
  }

  .modal_btn_close::before,
  .modal_btn_close::after {
    width: 9.6vw;
    height: 1vw;
  }

  .sec01 {
    margin-top: -30px;
    border-top-right-radius: 9.6vw;
  }
  .sec01::before {
    width: 9.6vw;
    height: 9.6vw;
    top: -9vw;
    background-size: 9.6vw;
  }
  .contents {
    border-top-right-radius: 9.6vw;
    border-top-left-radius: 9.6vw;
  }

  .sec02 {
    padding: 72px 0 120px;
  }

  .sec02_ttl {
    font-size: 7.46vw;
  }

  .sec03 {
    left: 20px;
  }

  .sec03::before,
  .sec03::after {
    content: '';
    right: 0;
  }

  .sec03_block {
    padding: 72px 40px 72px 20px;
  }

  .sec03_ttl {
    max-width: 620px;
    width: 100%;
  }

  .sec03_img {
    width: 100%;
    margin-top: 24px;
  }

  .sec04 {
    margin: 64px auto 0;
    padding: 64px 20px;
    border-radius: 9.6vw;
  }

  .sec04_ttl h3 {
    max-width: 590px;
  }

  .sec04_ttl p {
    margin-top: 16px;
  }

  .sec04_list li {
    width: 100%;
    margin-top: 24px;
  }

  .banner {
    margin: 40px auto 80px;
    flex-direction: column;
    gap: 4vw;
  }

  .banner li {
    width: 100%;
  }

/*====================================================================
slick
====================================================================*/
  .slider_img .label {
    padding: 1.6vw 4.26vw;
    top: 2.66vw;
    left: 2.66vw;
  }
  .slider_img .txt {
    padding-top: 5vw;
    padding-right: 8vw;
    font-size: 3.73vw;
    border-top-right-radius: 7.46vw;
  }
  .slider_img .txt .name {
    font-size: 5.33vw;
  }
  .slider_img .txt .name span.year {
    font-size: 3.2vw;
  }
}


/*====================================================================
フェードインアニメーション
====================================================================*/
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}