@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.block {
  max-width: 90%;
  width: 1400px;
  margin: 50px auto;
  margin-top: 0;
  padding-top: 100px;
}

.top {
  position: relative;
}
.top .title {
  font-family: "ab-tombo-bold", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
.top .title_en {
  font-size: 80px;
  margin-bottom: 10px;
}
.top .title_ja {
  font-size: 40px;
}
.top .title_ja span {
  font-size: 60px;
  color: #005798;
}
.top .img_block {
  position: relative;
}
.top .img_block .top_img {
  width: 900px;
  max-width: 90%;
  margin-left: -25%;
  margin-top: -30px;
  position: relative;
  z-index: -2;
}
.top .img_block .shape {
  position: absolute;
}
.top .img_block .top_flex {
  display: flex;
}
.top .img_block .top_flex .info {
  padding-top: 50px;
  position: relative;
  z-index: 10;
  padding-left: 5%;
}
.top .img_block .top_flex .info .name {
  font-size: 30px;
}
.top .img_block .top_flex .info .year {
  margin-bottom: 10px;
}
.top .img_block .top_flex .info .title_card h1 {
  font-size: 25px;
}
.top .top_img {
  position: relative;
}
.top .shape {
  position: absolute;
}
.top .shape1 {
  width: 200px;
  top: -10%;
  left: -3%;
}
.top .shape2 {
  width: 180px;
  bottom: -13%;
  right: -5%;
}
.top .circle1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 30%;
}

.tags li {
  list-style: "";
  font-size: 20px;
  margin-bottom: 10px;
}
.tags li span {
  background: #fdf4b3;
  border: solid 1px #707070;
  padding: 5px 10px;
  font-size: 20px;
}

.content_flex {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
  display: flex;
  gap: 5%;
}
.content_flex .left {
  width: 300px;
}
.content_flex .left .sticky_container {
  position: sticky;
  top: 50px;
}
.content_flex .left .name {
  font-size: 30px;
  text-align: center;
  margin: 20px 0 10px 0;
}
.content_flex .left .year {
  text-align: center;
  margin: 10px 0 20px 0;
  line-height: 200%;
}
.content_flex .left .info {
  line-height: 250%;
}
.content_flex .left ul {
  padding-left: 25px;
  list-style: "";
}
.content_flex .left ul li {
  font-weight: 800;
  font-size: 18px;
  position: relative;
}
.content_flex .left ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  background: #ffe730;
  width: 18px;
  height: 18px;
  border: solid 1px #707070;
  border-radius: 50%;
}
.content_flex .right {
  width: calc(100% - 300px - 5%);
}
.content_flex .right .sub_title {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #005798;
  width: 95%;
  position: relative;
}
.content_flex .right .sub_title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #ffe05f;
  width: 100%;
  height: 2px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.content_flex .right .sub_title h2 {
  font-size: 40px;
}
.content_flex .right .sub_title h3 {
  font-size: 30px;
}
.content_flex .right p {
  margin: 0 auto;
  width: 95%;
  margin-bottom: 50px;
  line-height: 170%;
}
.content_flex .right img {
  margin-bottom: 50px;
}

.content {
  position: relative;
}
.content .circle {
  position: absolute;
}
.content .circle2 {
  top: 10%;
  right: 0%;
  z-index: -1;
  width: 30%;
}
.content .circle3 {
  top: 50%;
  left: 20%;
  z-index: -1;
  width: 35%;
}

.other {
  max-width: 90%;
  width: 1400px;
  margin: 0px auto;
  font-size: 20px;
}
.other span {
  font-size: 30px;
}

.swiper-container2 {
  margin: 50px 0;
}
.swiper-container2 .swiper-slide {
  width: 400px;
}
.swiper-container2 .thumb {
  position: relative;
}
.swiper-container2 .thumb .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
}
.swiper-container2 .name {
  font-size: 30px;
  font-weight: 800;
  margin: 10px 0;
}
.swiper-container2 .name span {
  font-size: 18px;
  font-weight: 400;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 700px) {
  .top .title_en {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .top .circle1 {
    width: 35%;
  }
  .top .title_ja {
    font-size: 15px;
  }
  .top .title_ja span {
    font-size: 20px;
  }
  .block {
    padding-top: 60px;
  }
  .content_flex .left {
    display: none;
    width: 300px;
  }
  .content_flex .right {
    width: 100%;
  }
  .content_flex .right .sub_title h2 {
    font-size: 18px;
  }
  .content_flex .right .sub_title h3 {
    font-size: 18px;
  }
  .top .img_block .top_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .top .img_block .top_img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .img_block .top_flex .info .title_card {
    padding: 5px 20px 5px 20px;
    border: solid 1px black;
    border-radius: 5px;
  }
  .top .img_block .top_flex .info .title_card h1 {
    font-size: 15px;
  }
  .title_card::after {
    border: solid 1px black;
    border-radius: 5px;
  }
  .top .img_block .top_flex .info {
    padding-left: 0;
  }
  .tags li span {
    font-size: 13px;
    border-radius: 5px;
  }
  .tag_box {
    display: flex;
  }
  .top .img_block .top_flex .info .name {
    font-size: 14px;
    text-align: right;
    font-weight: 800;
  }
  .top .img_block .top_flex .info .year {
    font-size: 12px;
    text-align: right;
  }
  .name_sp {
    flex-grow: 1;
    padding-right: 10%;
  }
  .top .img_block .top_flex .info {
    padding-top: 0px;
    margin-top: -60px;
  }
  .tags li {
    margin-bottom: 5px;
  }
  .content_flex {
    margin-top: 50px;
  }
  .top .shape1 {
    width: 40px;
    top: -10px;
    left: -5%;
  }
  .top .shape2 {
    width: 40px;
    bottom: -10px;
    right: -5%;
  }
  .swiper-container2 .swiper-slide {
    max-width: 90%;
  }
  .content .circle1 {
    right: 10%;
    top: -1%;
    width: 40px;
  }
  .content .circle2 {
    right: 0;
    top: 63%;
    width: 40%;
  }
  .content .circle3 {
    left: 0;
    top: 4%;
  }
  .swiper-container2 .name {
    font-size: 25px;
  }
  .swiper-container2 .name span {
    font-size: 14px;
  }
  .other {
    font-size: 14px;
  }
  .other span {
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-image: none;
    position: static;
    width: 50px;
  }
  .btn_flex {
    position: absolute;
    top: 10px;
    right: 5%;
    display: flex !important;
    gap: 10px;
  }
  .btn_flex img {
    width: 50px;
  }
  .sw_section {
    position: relative;
  }
}/*# sourceMappingURL=interview.css.map */