@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  /* ------------------------------ *
    2ページ目個別
  * ------------------------------ */
}
.container p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container a {
  text-decoration: none;
  transition: 0.4s;
}
.container .pc {
  display: none;
}
.container .series-header {
  position: relative;
  height: 12vw;
  background: url(header.jpg) no-repeat center center/cover;
}
.container .series-header .header_ttl_wrap {
  width: 86%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.container .series-header .header_ttl_wrap p {
  padding: 0.8vw 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2.4vw;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.container .series-header .header_ttl_wrap p img {
  height: 2.13vw;
  width: auto;
  margin-right: 10px;
}
.container .top_wrap div {
  width: 100%;
  aspect-ratio: 25/16;
}
.container .top_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .ttl_wrap h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  background-color: #e0301e;
}
.container .ttl_wrap h1 img {
  width: 94%;
  display: block;
  margin: auto;
}
.container .lead {
  width: 90%;
  margin: 35px auto 0;
  font-weight: bold;
  color: #000000;
}
.container .lead p {
  font-size: 17px;
}
.container h2 {
  position: relative;
  width: 100%;
  font-size: min(6.93vw, 40px);
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  margin: 55px auto 35px;
  padding-bottom: 15px;
  color: #2d2d2d;
}
.container h2::after, .container h2::before {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
}
.container h2::after {
  width: 22.2%;
  background-color: #e0301e;
  left: 50%;
  transform: translateX(-50%);
}
.container h2::before {
  width: 90%;
  background-color: #dedede;
  left: 50%;
  transform: translateX(-50%);
}
.container .photo_wrap {
  width: 90%;
  max-width: 590px;
  margin: 35px auto;
}
.container .photo_wrap .text_wrap {
  padding: 30px 20px;
  background-color: #ffb600;
}
.container .photo_wrap .text_wrap .text_inner:not(:last-child) {
  margin-bottom: 30px;
}
.container .photo_wrap .text_wrap .text_inner p {
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
}
.container .photo_wrap .text_wrap .text_inner p.name {
  font-size: 18px;
  font-weight: bold;
}
.container .photo_wrap .text_wrap .text_inner p.name span {
  font-size: 14px;
  font-weight: 400;
}
.container > p {
  width: 90%;
  margin: 0 auto;
  text-indent: 1em;
}
.container > p + p {
  margin-top: 1em;
}
.container .fig_wrap {
  width: 95%;
  margin: 35px auto;
}
.container .fig_wrap .source {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 15px;
}
.container .fig_wrap .source a {
  color: #e0301e;
  word-break: break-all;
  border-bottom: dotted 1px #e0301e;
}
.container .fig_wrap .caption {
  background-color: #dedede;
  margin-top: 15px;
  padding: 20px;
}
.container .fig_wrap .caption p {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.container .fig_wrap .caption span {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.container .foot {
  margin: 40px 0;
}
.container .foot .nextLink {
  position: relative;
  max-width: 410px;
  width: 90%;
  height: min(17.33vw, 65px);
  margin: 0 auto;
  background-color: #e0301e;
  border: 2px solid #e0301e;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: min(3.47vw, 13px);
  line-height: 1.25;
  font-weight: bold;
}
.container .foot .nextLink .next {
  font-size: min(5.87vw, 22px);
  margin: 0 10px;
  width: min(12.8vw, 48px);
  height: min(12.8vw, 48px);
  background-color: #ffffff;
  color: #e0301e;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  transition: 0.4s;
}
.container .foot .nextLink::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-left: min(3.2vw, 12px) solid #ffffff;
  border-top: min(2.4vw, 9px) solid transparent;
  border-bottom: min(2.4vw, 9px) solid transparent;
  transition: 0.3s;
}
.container .foot .pagination {
  display: flex;
  justify-content: space-around;
  width: min(60%, 240px);
  margin: 60px auto 0;
}
.container .foot .pagination div, .container .foot .pagination a {
  position: relative;
  width: 32px;
  height: 32px;
  font-weight: 700;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.container .foot .pagination div {
  color: #fff;
  background: #2d2d2d;
}
.container .foot .pagination a.arrow {
  border: none;
  transition: 0.4s;
}
.container .foot .pagination a.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #2d2d2d;
  border-right: solid 2px #2d2d2d;
  position: absolute;
  left: 6px;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.container .foot .pagination a.arrow.p2::before {
  transform: rotate(-135deg);
}
.container#p2 .nextLink {
  font-size: min(5.07vw, 19px);
}
.container#p2 .nextLink span {
  text-align: center;
  margin: 0 auto;
}
.container#p2 .topLink {
  display: block;
  max-width: 410px;
  width: 90%;
  height: auto;
  margin: 30px auto 0;
}
.container#p2 .topLink img {
  width: 100%;
}
.container#p2 .corp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 70px auto 30px;
}
.container#p2 .corp p {
  margin-bottom: 60px;
  text-align: center;
}
.container#p2 .corp a {
  width: min(70%, 300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container#p2 .corp img {
  width: min(60%, 260px);
  display: block;
  transition: 0.3s;
}
.container#p2 .corp img:hover {
  opacity: 0.8;
}
.container#p2 .corp span {
  position: relative;
  display: inline-block;
  color: #e0301e;
}
.container#p2 .corp span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e0301e;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    /* ------------------------------ *
    2ページ目個別
    * ------------------------------ */
  }
  .container .pc {
    display: block;
  }
  .container .sp {
    display: none;
  }
  .container .series-header {
    height: 90px;
  }
  .container .series-header .header_ttl_wrap {
    height: 60px;
  }
  .container .series-header .header_ttl_wrap .header_ttl {
    width: 610px;
  }
  .container .series-header .header_ttl_wrap p {
    padding: 5px 8px;
    font-size: 14px;
  }
  .container .series-header .header_ttl_wrap p img {
    height: 12px;
    margin-right: 13px;
  }
  .container .top_wrap div {
    aspect-ratio: 15/7;
  }
  .container .top_wrap img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
  .container .ttl_wrap h1 {
    padding: 30px 0;
  }
  .container .lead {
    width: 700px;
    line-height: 2;
    margin-top: 55px;
  }
  .container h2 {
    width: auto;
    font-size: 40px;
    margin: 90px auto 65px;
    padding-bottom: 30px;
  }
  .container h2::after {
    width: 150px;
  }
  .container h2::before {
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
  .container > p {
    max-width: 800px;
  }
  .container > p + p {
    margin-top: 24px;
  }
  .container .fig_wrap {
    max-width: 930px;
    margin: 65px auto;
  }
  .container .fig_wrap .source {
    text-align: center;
  }
  .container .fig_wrap .source a:hover {
    border-bottom: solid 1px #e0301e;
  }
  .container .fig_wrap .caption {
    width: 650px;
    margin: 20px auto 0;
    padding: 20px 25px;
  }
  .container .foot {
    margin: 90px 0 60px;
  }
  .container .foot .nextLink {
    font-size: 16px;
  }
  .container .foot .nextLink .next {
    margin-right: 15px;
  }
  .container .foot .nextLink:hover {
    background-color: transparent;
    color: #e0301e;
  }
  .container .foot .nextLink:hover .next {
    background-color: #e0301e;
    color: #ffffff;
  }
  .container .foot .nextLink:hover::before {
    border-left: min(3.2vw, 12px) solid #e0301e;
    right: 7px;
  }
  .container .foot .pagination a:hover {
    background: #2d2d2d;
    color: #fff;
  }
  .container .foot .pagination a.arrow:hover {
    opacity: 0.6;
    background: none;
  }
  .container#p2 .flex {
    display: flex;
    align-items: stretch;
  }
  .container#p2 .top_wrap {
    width: 45.8333333333%;
  }
  .container#p2 .top_wrap div {
    aspect-ratio: 55/29;
    overflow: hidden;
  }
  .container#p2 .ttl_wrap {
    display: flex;
    align-items: stretch;
    width: 54.1666666667%;
  }
  .container#p2 .ttl_wrap h1 {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .container#p2 .fig_2 {
    max-width: 1100px;
  }
  .container#p2 .fig_3 {
    max-width: 840px;
  }
  .container#p2 .corp a:hover span::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .container#p2 .nextLink {
    max-width: 550px;
  }
  .container#p2 .nextLink span {
    margin-left: 25px;
  }
  .container#p2 .topLink {
    max-width: 550px;
  }
  .container#p2 .topLink:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1000px) {
  .container .photo_wrap {
    display: flex;
    justify-content: center;
    margin: 65px auto;
    max-width: 100%;
  }
  .container .photo_wrap img {
    width: 590px;
    height: auto;
  }
  .container .photo_wrap .text_wrap {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .container .photo_wrap .text_wrap .text_inner {
    margin-left: 40px;
  }
  .container .photo_wrap.right-img img {
    order: 1;
  }
}