@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;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc {
  display: none;
}

.sp {
  display: block;
}

#container {
  width: 100%;
  box-sizing: border-box;
  color: #333;
  position: relative;
}
#container p {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-indent: 1em;
}
#container p.caption {
  width: 90%;
  max-width: 600px;
  font-size: 12px;
  line-height: 1.7;
  margin: 20px auto 0;
  text-indent: 0;
}
#container p span.kei {
  letter-spacing: -2px;
}
#container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#container a {
  text-decoration: none;
  transition: 0.4s;
}
#container .head {
  width: 100%;
  position: relative;
  padding-top: 54.6vw;
  width: min(100%, 1400px);
  margin: 0 auto;
}
#container .head__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  aspect-ratio: 15/13;
}
#container .head__bg img {
  position: absolute;
  width: 100%;
  height: 110%;
  top: -10%;
  object-fit: cover;
  object-position: 8% 50%;
}
#container .head__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
#container .head__inner picture {
  width: 100%;
  overflow: hidden;
}
#container .head__inner-sub {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #29a3da;
  mix-blend-mode: multiply;
  padding-top: calc(25.6vw + 4%);
}
#container .head__inner-subTxt {
  height: 25.6vw;
  width: auto;
  margin: 2% auto;
  position: relative;
  display: block;
}
#container .head__inner h1 {
  background-color: #1b75de;
  padding: 5% 0;
}
#container .head__inner h1 img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
#container .head__inner .h1Sub {
  width: 90%;
  margin: 0 auto 6%;
}
#container .head_cap {
  position: absolute;
  top: 49vw;
  right: 10px;
  color: #fff;
}
#container .head_cap p {
  margin-top: 0;
  width: 100%;
}
#container .lead {
  width: min(90%, 840px);
  margin: 40px auto;
  font-weight: 700;
}
#container section {
  margin: 0 auto;
  width: min(90%, 840px);
}
#container section h2 {
  padding-left: 16px;
  border-left: 6px solid #1b75de;
  font-size: min(4.8vw, 36px);
  margin-bottom: 30px;
  margin-top: 60px;
}
#container section p + p {
  margin-top: 1.5em;
}
#container .prof {
  width: min(80%, 420px);
  margin: 40px auto;
}
#container .prof img {
  display: block;
}
#container .prof p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.375;
  text-indent: 0;
}
#container .prof p span {
  font-size: 16px;
}
#container .imgBox {
  margin: 40px auto;
}
#container .imgBox > div {
  width: 100%;
  height: 77.33vw;
}
#container .imgBox > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .imgBox.flex div:not(:nth-of-type(3)) {
  height: 53vw;
  margin-bottom: 8px;
}
#container .foot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#container .foot div {
  font-size: 18px;
  font-weight: 700;
  color: #1b75de;
  position: relative;
  margin-bottom: 50px;
}
#container .foot div::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(arrow.svg);
  background-repeat: no-repeat;
}
#container .foot a {
  display: block;
  text-align: center;
}
#container .foot a.btn {
  width: min(96%, 640px);
  margin: 0 auto 30px;
}
#container .foot a.btn img {
  width: 100%;
  margin: 0;
}
#container .foot a.btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
#container .foot a.btn:hover img {
  opacity: 1;
}
#container .foot img {
  width: min(60%, 260px);
  margin: 60px auto 30px;
  transition: 0.4s;
}
#container .foot img:hover {
  opacity: 0.8;
}
#container .foot p {
  text-align: center;
}
#container .foot p + p {
  margin-top: 1em;
}
#container .foot .next-link, #container .foot .ex-link {
  margin-bottom: 2em;
}
#container .foot .next-link p, #container .foot .ex-link p {
  text-indent: 0;
  font-weight: 400;
  display: block;
  color: #1b75de;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(27, 117, 222) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: 0.4s;
}
#container .foot .next-link p:hover, #container .foot .ex-link p:hover {
  background-position: 0 100%;
  color: #fff;
}
#container .foot .ex-link p {
  font-size: min(4.6vw, 16px);
}
#container .foot .next-link p {
  color: #333;
  font-weight: 700;
  font-size: 21px;
  padding: 0 1em;
}
#container .pagination {
  margin: 40px auto 60px;
  width: 230px;
  display: flex;
  justify-content: space-around;
}
#container .pagination div, #container .pagination a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #1b75de;
  color: #1b75de;
  font-weight: 700;
}
#container .pagination a:hover {
  background: #1b75de;
  color: #fff;
}
#container .pagination a:hover .arrow::before {
  border-color: #fff;
}
#container .pagination .arrow {
  position: relative;
  display: inline-block;
}
#container .pagination .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #1b75de;
  border-right: solid 2px #1b75de;
  position: absolute;
  left: -8px;
  top: -6px;
  transform: rotate(45deg);
}
#container .pagination .arrow.p2::before {
  transform: rotate(-135deg);
  left: -2px;
}
#container .pagination div {
  background-color: #1b75de;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #container p {
    font-size: 18px;
  }
  #container p.caption {
    font-size: 14px;
  }
  #container .head {
    padding-top: min(12.8%, 160px);
  }
  #container .head__bg {
    aspect-ratio: auto;
    height: 100%;
  }
  #container .head__bg img {
    height: 100%;
    top: 0;
    object-position: 20% 50%;
  }
  #container .head__inner {
    width: 56%;
    margin: 0 0 0 auto;
  }
  #container .head__inner-sub {
    padding-top: min(4.83vw + 20px, 86px);
  }
  #container .head__inner-subTxt {
    height: 4.83vw;
    max-height: 66px;
    width: auto;
    margin: 10px 0 10px 10px;
  }
  #container .head__inner h1 {
    font-size: 1em;
    background-color: transparent;
    width: min(50.67vw, 630px);
    padding: 5% 0 8%;
  }
  #container .head__inner .h1Sub {
    width: 100%;
    margin: 0 0 min(5%, 30px);
  }
  #container .head_cap {
    width: min(98%, 1360px);
    position: relative;
    color: #333;
    top: auto;
    right: auto;
    margin: auto;
    text-align: right;
  }
  #container .head_cap p {
    display: inline;
  }
  #container .head.p2 {
    padding-top: min(2.5%, 30px);
  }
  #container .head.p2 .head__bg img {
    object-position: 50% 30%;
  }
  #container .head.p2 .head__inner {
    width: 62%;
  }
  #container .head.p2 .head__inner h1 {
    width: min(56.67vw, 680px);
    padding: 4% 0 4%;
  }
  #container section h2 {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #container .flexWrap {
    position: relative;
    margin-bottom: 40px;
  }
  #container .flexWrap p {
    width: 41.6666666667%;
    margin-left: auto;
  }
  #container .flexWrap p:last-of-type {
    margin-top: 1.5em;
  }
  #container .flexWrap .prof {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50%;
  }
  #container .flexWrap .prof p {
    width: 100%;
  }
  #container .imgBox {
    margin: 60px auto;
  }
  #container .imgBox.full {
    width: min(100%, 1400px);
  }
  #container .imgBox.full > div {
    width: 100%;
    height: 53.83vw;
    max-height: 650px;
  }
  #container .imgBox.full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #container .imgBox.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #container .imgBox.flex div {
    width: calc(50% - 4px);
  }
  #container .imgBox.flex div:not(:nth-of-type(3)) {
    height: 100%;
  }
  #container .imgBox.flex div:nth-of-type(3) {
    width: 100%;
    height: 100%;
  }
  #container .pagination {
    margin: 60px auto 80px;
    width: 300px;
  }
}