section .wrap {
  padding-top: 200px;
}
section .wrap .contents h2 {
  margin-bottom: 2.5em;
}
section .wrap .contents p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
section .wrap .contents h3 {
  font-size: 2.4rem;
  color: var(--color_main);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--color_main);
  margin-bottom: 2em;
  padding-bottom: 1em;
}
section .wrap .contents .contents_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6%;
}
section .wrap .contents .contents_inner:not(:last-child) {
  margin-bottom: 90px;
}
section .wrap .contents .contents_inner .img {
  font-size: 3rem;
  align-self: start;
  overflow: hidden;
  -webkit-clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
  clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
}
section .wrap .contents .contents_inner .img img {
  display: block;
}
section .wrap .contents .contents_inner .text {
  display: grid;
  align-content: space-between;
}
section .wrap .contents .contents_inner .text p {
  margin-bottom: 3em;
}
section .wrap .contents .contents_inner .link h4 {
  font-size: 1.3rem;
  display: grid;
  grid-row-gap: 1em;
  font-weight: 500;
  margin-bottom: 2.5em;
}
section .wrap .contents .contents_inner .link h4 .font_en {
  font-size: 3rem;
  color: var(--color_main);
  font-weight: 400;
}
section .wrap .contents .contents_inner .link ul {
  background-image: linear-gradient(to right, transparent, transparent 4px, var(--color_def) 4px, var(--color_def) 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: top left;
  max-width: 480px;
}
section .wrap .contents .contents_inner .link ul:has(> li + li) {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section .wrap .contents .contents_inner .link ul li {
  background-image: linear-gradient(to right, transparent, transparent 4px, var(--color_def) 4px, var(--color_def) 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
}
section .wrap .contents .contents_inner .link ul li a {
  display: grid;
  grid-template-columns: 13px 70px 1fr;
  grid-column-gap: 20px;
  align-items: center;
  padding: 20px 0;
}
section .wrap .contents .contents_inner .link ul li a dl {
  font-size: 1.3rem;
}
section .wrap .contents .contents_inner .link ul li a dl dt {
  font-size: 2.8rem;
  color: var(--color_main);
  font-weight: 400;
  margin-bottom: 0.33em;
}
section .wrap .contents .contents_inner .link ul li a dl dd {
  line-height: 1.5;
}

#page_link .wrap .contents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-column-gap: 3%;
}
#page_link .wrap .contents ul li a {
  font-size: min(1.7vw, 2.6rem);
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background-color: var(--color_main);
  display: grid;
  grid-template-columns: auto 1fr 1em;
  align-items: center;
  grid-column-gap: 1em;
  height: 4em;
  padding: 0 1.5em;
  font-weight: 500;
}
#page_link .wrap .contents ul li a .font_en {
  font-size: min(1.1vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color_sub3);
  min-width: 6em;
}

#interviews .wrap {
  padding: 240px 0;
  overflow: hidden;
}
#interviews .wrap .contents .titlebox {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: end;
  justify-content: space-between;
  margin-bottom: 120px;
}
#interviews .wrap .contents .titlebox h2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  grid-column-gap: 0.15em;
  font-size: 8.8rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  color: var(--color_def);
}
#interviews .wrap .contents .titlebox h2::before {
  content: "";
  width: 0.17em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
  transform: translateY(-0.2em);
}
#interviews .wrap .contents .titlebox .slider_nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 50px;
  align-items: end;
}
#interviews .wrap .contents .titlebox .slider_nav > a {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  grid-column-gap: 1em;
}
#interviews .wrap .contents .titlebox .slider_nav > a img {
  width: 0.66em;
  transform: translateY(0.1em);
}
#interviews .wrap .contents .titlebox .slider_nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
#interviews .wrap .contents .titlebox .slider_nav ul li {
  width: 50px;
  height: 50px;
  background-color: var(--color_main);
  display: grid;
  grid-template-columns: 30%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#interviews .wrap .contents .interview_slider .slick-list {
  overflow: visible;
}
#interviews .wrap .contents .interview_slider .slide {
  width: 490px;
  padding: 0 50px;
}
#interviews .wrap .contents .interview_slider .slide a {
  display: grid;
  justify-items: center;
}
#interviews .wrap .contents .interview_slider .slide .img {
  font-size: 3rem;
  overflow: hidden;
  -webkit-clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
  clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
}
#interviews .wrap .contents .interview_slider .slide .img img {
  display: block;
}
#interviews .wrap .contents .interview_slider .slide .cat {
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: var(--color_main);
  letter-spacing: 0.02em;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 2.4em;
  padding: 0 2em;
  position: relative;
  z-index: 1;
  margin-top: -1.2em;
}
#interviews .wrap .contents .interview_slider .slide h3 {
  font-size: 2.8rem;
  color: var(--color_main);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#interviews .wrap .contents .interview_slider .slide p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#interviews .wrap .contents .btn {
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  section .wrap .contents .contents_inner .link ul:has(> li + li) {
    max-width: 480px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  section .wrap {
    padding-top: 120px;
  }
  section .wrap .contents .contents_inner .img {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .wrap {
    padding-top: 80px;
  }
  section .wrap .contents h2 {
    margin-bottom: 2em;
  }
  section .wrap .contents h3 {
    font-size: 2rem;
    margin-bottom: 1.5em;
    padding-bottom: 0.75em;
  }
  section .wrap .contents .contents_inner {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  section .wrap .contents .contents_inner:not(:last-child) {
    margin-bottom: 90px;
  }
  section .wrap .contents .contents_inner .img {
    font-size: 1.5rem;
  }
  section .wrap .contents .contents_inner .text {
    display: contents;
  }
  section .wrap .contents .contents_inner .text p {
    margin-bottom: 0;
  }
  section .wrap .contents .contents_inner .link {
    order: 2;
  }
  section .wrap .contents .contents_inner .link h4 {
    font-size: 1.2rm;
    margin-bottom: 2em;
  }
  section .wrap .contents .contents_inner .link h4 .font_en {
    font-size: 2.4rem;
  }
  section .wrap .contents .contents_inner .link ul li a dl {
    font-size: 1.2rem;
  }
  section .wrap .contents .contents_inner .link ul li a dl dt {
    font-size: 2.6rem;
  }
  #page_link .wrap .contents ul {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  #page_link .wrap .contents ul li a {
    font-size: min(4.8vw, 1.8rem);
    height: 3.4em;
  }
  #page_link .wrap .contents ul li a .font_en {
    font-size: 1.4rem;
    min-width: 7em;
  }
  /**Interviews**/
  #interviews .wrap {
    padding: 150px 0 100px;
  }
  #interviews .wrap .contents {
    position: relative;
    padding-bottom: 80px;
  }
  #interviews .wrap .contents .titlebox {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  #interviews .wrap .contents .titlebox h2 {
    font-size: 4.2rem;
  }
  #interviews .wrap .contents .titlebox h2::before {
    width: 0.28em;
    transform: translateY(-0.25em);
  }
  #interviews .wrap .contents .titlebox .slider_nav {
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #interviews .wrap .contents .interview_slider .slide {
    width: 300px;
    padding: 0 15px;
  }
  #interviews .wrap .contents .interview_slider .slide h3 {
    font-size: 2.4rem;
    margin-top: 1.5em;
  }
  #interviews .wrap .contents .interview_slider .slide p {
    text-align: center;
  }
  #interviews .wrap .contents .btn {
    margin: 0 auto;
  }
}