html {
  scroll-behavior: smooth;
}

.main {
  padding-bottom: 0;
}

.breadcrumbs__item {
  color: #ffffff;
}

.H01-001-01 {
  margin-bottom: 0;
}

.H01-001-01 img {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.H01-001-01__inner {
  padding: 72px 40px 79px;
}

.H01-001-01__title {
  color: #ffffff;
  margin-bottom: 30px;
  height: 51px;
}

.H01-001-01__description {
  font-size: 16px;
  font-family: BIZ UDPGothic;
  line-height: 2;
  color: #ffffff;
  height: 48px;
}

.content-links {
  background-color: #F9F9F9;
  height: 120px;
  position: relative;
}

.H04-008-01 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  flex-wrap: nowrap;
  border-radius: 10px;
  max-width: 1200px;
  width: calc(100% - 80px);
}

.H04-008-01 li:first-child {
  border-radius: 10px 0 0 10px;
}

.H04-008-01 li:last-child {
  border-radius: 0 10px 10px 0;
}

.H04-008-01 li:first-child a {
  border: none;
}

.H04-008-01-item {
  width: calc(100% / 5);
  padding: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.H04-008-01-item:hover {
  background-color: #EEF8F7;
}

.H04-008-01-item:hover .H04-008-01-item__text{
  color: #0A8479;
}

.H04-008-01-item:hover .H04-008-01-item__text::before {
  border: 2px solid #0A8479;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.H04-008-01-item:hover .H04-008-01-item__text::after {
  border-top: 2px solid #0A8479;
  border-right: 2px solid #0A8479;
  -webkit-transform: translate3d(0, 4px, 0) rotate(135deg);
  transform: translate3d(0, 4px, 0) rotate(135deg);
}


.H04-008-01-item a {
  display: block;
  margin: 0;
  height: 60px;
  padding: 25px 0;
  border-bottom: none;
  transition: none;
  border-left: 1px solid #d8d8d8;
}

.H04-008-01-item a::before {
  content: none;
}

.H04-008-01-item__text {
  color: #145D56;
  font-size: 20px;
  font-family: BIZ UDPGothic;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.H04-008-01-item__text::after, .H04-008-01-item__text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.H04-008-01-item__text::before {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #145D56;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 104px;
  top: 45px;
  transition: all .2s ease;
}

.H04-008-01-item__text::after {
  left: 115px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #145D56;
  border-right: 2px solid #145D56;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 44px;
  transition: all .2s ease;
}

.L01-001 section:nth-child(3), .L01-001 section:nth-child(5) {
  background-image: linear-gradient(180deg, #EAF4F3 0%, #F9F9F9 100%);
}

.L01-001-item+.L01-001-item.interview-section {
  margin-top: 0;
}

.interview-section {
  padding: 60px 0;
}

.interview-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.interview-section__title {
  color: #293337;
  font-size: 30px;
  font-weight: bold;
  font-family: BIZ UDPGothic;
  padding-bottom: 21.5px;
  border-bottom: 4px solid #145D56;
  width: fit-content;
  margin: 0 auto 32.5px;
  line-height: 1;
}

.interview-section__description {
  color: #45494B;
  font-size: 20px;
  font-family: BIZ UDPGothic;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 30px;
}

.H04-010-01 {
  justify-content: space-between;
}

.H04-010-01 li:nth-child(n+3) {
  margin-top: 30px;
}

.H04-010-01 li:nth-child(even) {
  margin-left: auto;
}

.H04-010-01-item {
  width: 587px;
  max-width: unset;
}

.H04-010-01-item a {
  position: relative;
  aspect-ratio: auto 587 / 155;
  overflow: hidden;
  border-radius: 10px;
}

.H04-010-01-item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 20.99px;
  background: url(/case/interview/image/icon-arrow-forward.svg) no-repeat 0 0;
  content: "";
}

.H04-010-01-item a:hover img {
  -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
  transform: matrix(1.07, 0, 0, 1.07, 0, 0);
}

.H04-010-01-item__image-text {
  padding-left: unset;
  text-indent: unset;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  font-family: BIZ UDPGothic;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.H04-010-01-item__image-text-sub {
  background-color: #ffffff;
  color: #111416;
  padding: 6px 10px;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: BIZ UDPGothic;
}

.H04-010-01-item img {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.H04-010-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.H04-010-03 li:nth-child(n+5) {
  margin-top: 20px;
}

.H04-010-03-item {
  width: 280px;
}

.H04-010-03-item a {
  display: block;
  aspect-ratio: auto 280 / 100;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.H04-010-03-item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 20.99px;
  background: url(/case/interview/image/icon-arrow-forward.svg) no-repeat 0 0;
  content: "";
}

.H04-010-03-item a:hover img {
  -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
  transform: matrix(1.07, 0, 0, 1.07, 0, 0);
}

.H04-010-03-item img {
  position: absolute;
  z-index: -1;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.H04-010-03-item__image-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  font-family: BIZ UDPGothic;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.H04-012-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.H04-012-01 li:not(:first-child) {
  margin-top: 0;
}

.H04-012-01 li:nth-child(n+3) {
  margin-top: 30px;
}

.H04-012-01 li:nth-child(-n + 3) .H04-012-01-item__image.new::before {
  content: "NEW";
  font-size: 12px;
  font-family: BIZ UDPGothic;
  padding: 3px 7px;
  background: #c00;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.H04-012-01-item {
  width: 557px;
  padding: 15px;
  margin: 0;
}

.H04-012-01-item a {
  margin: 0;
  padding: 0;
  position: static;
  font-size: 18px;
  font-family: BIZ UDPGothic;
}

.H04-012-01-item__image {
  width: 170px;
  float: none;
  margin-right: 20px;
  position: relative;
}

.H04-012-01-item__image img {
  width: 170px;
}

.H04-012-01-item__article {
  cursor: pointer;
  display: flex;
  margin: -15px; 
  padding: 15px;
  position: relative;
}

.H04-012-01-item__article::after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 6px;
  bottom: 20px;
  background: url(/images/news-arrow.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}

.H04-012-01-item__title {
  color: #4F5152;  
}

.H04-012-01-item__title_tag {
  display: block;
  border: 1px solid;
  width: fit-content;
  padding: 0 2px;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: BIZ UDPGothic;
}

.H04-003-01 {
  font-size: 18px;
  font-family: BIZ UDPGothic;
  line-height: 1;
  min-width: 400px;
}

.movie_section_card {
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 4px 8px #00000029;
  background: #ffffff;
}
.D03-001-01-list-item:hover {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0);
}
.D03-001-01-list-item:hover .movie_section_button {
  background: #0a847b;
}
.movie_section_item_title {
  font-size: 18px;
  line-height: 1.6;
  color: #45494b;
  font-weight: 700;
  margin-bottom: 21px;
}
.H04-003-02.movie_section_button {
  transition: all 0.2s ease;
  box-shadow: 0px 6px 10px #00000029;
  background-color: #343d45;
  width: 260px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 24px 15px 30px;
  position: absolute;
  bottom: 30px;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.movie_section_button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url(/images/H04-005-001-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    display: inline-block;
}
.movie_section_figure_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.movie_section_content {
    padding: 20px 20px 70px;
}

@media screen and (max-width: 1300px) {
  .H04-010-01 {
    justify-content: unset;
    margin-left: -2%;
  }

  .H04-010-01-item {
    width: 48%;
    margin-left: 2%;
  }

  .H04-010-01-item img {
    width: 100%;
    height: auto;
  }

  .H04-012-01 {
    justify-content: unset;
    margin-left: -2%;
  }

  .H04-012-01-item {
    width: 44.7%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 1250px) {
  .H04-008-01-item__text::before {
    left: 44.1%;
  }

  .H04-008-01-item__text::after {
    left: 49.1%;
  }

  .H04-010-03 {
    justify-content: unset;
    margin-left: -2%;
  }

  .H04-010-03-item {
    width: 23%;
    margin-left: 2%;
  }

  .H04-010-03-item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {

  .L01-001 {
    margin-bottom: auto;
  }

  .H01-001-01 {
    position: relative;
    padding: 42.8px 15px 43px;
  }

  .breadcrumbs {
    top: 4px;
  }

  .H01-001-01__inner {
    padding: 0;
  }
  .H01-001-01 img {
    z-index: -1;
  }

  .H01-001-01__title {
    font-weight: 600;
    margin-bottom: 14.8px;
    height: auto;
  }

  .H01-001-01__description {
    font-size: 14px;
    height: auto;
  }

  .content-links {
    padding: 30px 15px;
    height: auto;
    position: unset;
  }

  .H04-008-01 {
    width: 100%;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    max-width: unset;
    border-radius: unset;
    border-top: unset;
  }

  .H04-008-01 li:first-child {
    border-radius: 10px;
  }

  .H04-008-01 li:nth-child(n+2) {
    margin-top: 10px;
  }

  .H04-008-01-item {
    width: 100%;
    border-radius: 10px;
  }

  .H04-008-01-item a {
    border-left: unset;
    height: auto;
  }

  .H04-008-01-item__text {
    line-height: 1;
  }
  

  .H04-008-01-item__text::before {
    top: 0;
    left: unset;
    right: 20px;
  }

  .H04-008-01-item__text::after {
    top: 0;
    left: unset;
    right: 31px;
  }

  .interview-section {
    padding: 30px 0;
  }

  .interview-section__inner {
    padding: 0 15px;
  }

  .interview-section__title {
    font-size: 20px;
    padding-bottom: 12.5px;
    margin: 0 auto 21.5px;
  }

  .interview-section__description {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .H04-010-01 {
    margin-left: 0;
  }

  .H04-010-01 li:nth-child(n+3) {
    margin-top: auto;
  }

  .H04-010-01-item {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
  }

  .H04-010-01-item__image-text {
    font-size: 14px;
  }

  .H04-010-01-item__image-text-sub {
    font-size: 12px;
  }

  .H04-010-01-item img {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .H04-010-03 li:nth-child(n+3) {
    margin-top: 10px;
  }

  .H04-010-03-item {
    width: 48%;
  }

  .H04-010-03-item a {
    aspect-ratio: unset;
    height: 100px;
  }

  .H04-010-03-item img {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .H04-010-03-item__image-text {
    font-size: 16px;
  }

  .H04-010-03-item a::after {
    right: 10px;
    width: 8px;
    height: 13.99px;
    background: url(/case/interview/image/icon-arrow-forward-small.svg) no-repeat 0 0;
  }

  .H04-010-01 li:nth-child(even) {
    margin-left: 0;
  }

  .H04-012-01-item {
    width: 100%;
    border-radius: 10px;
  }

  .H04-012-01 li:nth-child(n+2) {
    margin-top: 10px;
  }

  .H04-012-01-item a {
    font-size: 14px;
  }

  .H04-012-01-item__article {
    justify-content: unset;
  }

  .H04-012-01-item__image {
    width: 142px;
  }

  .H04-012-01-item__image img {
    width: 142px;
  }
  
  .H04-012-01-item__title_tag {
    font-size: 12px;
  }

  .H04-004-02 {
    padding: 0 15px;
  }

  .H04-003-01 {
    font-size: 14px;
    min-width: unset;
  }
}