@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;
  /* ------------------------------ *
  2ページ目個別
  * ------------------------------ */
}
.container p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-indent: 1em;
}
.container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container a {
  text-decoration: none;
}
.container .head {
  position: relative;
}
.container .head .head-img {
  position: relative;
  width: 100%;
  height: 69.33vw;
  overflow: hidden;
}
.container .head .head-img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: -25%;
  z-index: -1;
}
.container .head .head-img::before, .container .head .head-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.container .head .head-img::before {
  background-image: url(fig-right.png);
  width: 16vw;
  height: 9.63vw;
  top: 0;
  right: 0;
}
.container .head .head-img::after {
  background-image: url(fig-left.png);
  width: 42.67vw;
  height: 32vw;
  bottom: 0;
  left: 0;
}
.container .head h1 {
  padding: 30px 0;
  background-color: #1b75de;
}
.container .head h1 .sub {
  position: absolute;
  width: 88vw;
  top: min(48vw, 307px);
  left: 0;
}
.container .head h1 .ttl {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.container .lead {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.container .lead p {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-indent: 0;
}
.container section {
  width: min(90%, 890px);
  margin: 0 auto;
}
.container section h2 {
  width: min(90vw, 570px);
  margin: 45px auto 35px;
}
.container section p + p {
  margin-top: 1.5em;
}
.container section .profile {
  margin: 40px auto;
  max-width: 577px;
}
.container section .profile .profile-img {
  position: relative;
}
.container section .profile .profile-img img {
  width: 97%;
  display: block;
  margin: 0 0 0 auto;
}
.container section .profile .profile-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2.7vw;
  left: 0;
  background-image: url(profile-fig.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(80vw, 512px);
  height: min(41.05vw, 263px);
  z-index: -1;
}
.container section .profile p {
  letter-spacing: 0;
  text-indent: 0;
  font-size: 12px;
  line-height: 1.3;
  margin: 25px 0 0 3vw;
}
.container section .profile p.name {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
}
.container section .profile p.name span {
  font-size: 16px;
  font-weight: 400;
}
.container section .profile p + p {
  margin-top: 0;
}
.container section .photo-box {
  margin: 40px 0;
}
.container section .photo-box img:last-of-type {
  display: block;
  width: 78%;
  margin: 15px auto 0;
}
.container section .photo-box .cap {
  background-color: #f5f5f5;
  text-indent: 0;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 10px;
  padding: 15px;
}
.container .foot .next-link {
  width: min(90vw, 338px);
  height: 60px;
  margin: 70px auto 50px;
  background-color: #1b75de;
  color: #ffffff;
  border: solid 2px #1b75de;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.container .foot .next-link:hover {
  background-color: #ffffff;
  color: #1b75de;
  transition: 0.3s;
}
.container .foot .next-link:hover p:first-child {
  transition: 0.3s;
  background-color: #1b75de;
  color: #ffffff;
}
.container .foot .next-link:hover p:first-child::after {
  border-left: 10px solid #1b75de;
  transition: 0.3s;
}
.container .foot .next-link p {
  text-indent: 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: min(4vw, 15px);
}
.container .foot .next-link p:first-child {
  position: relative;
  background-color: #ffffff;
  color: #1b75de;
  margin-left: 5px;
  width: min(18.67vw, 70px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.3s;
}
.container .foot .next-link p:first-child::after {
  content: "";
  position: absolute;
  right: -10px;
  box-sizing: border-box;
  border-left: 10px solid #ffffff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: 0.3s;
}
.container .foot .next-link p:last-child {
  margin-left: 25px;
}
.container .pagination {
  margin: 50px auto;
  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;
  font-weight: 700;
  font-size: 18px;
  color: #ababab;
}
.container .pagination div.num::after, .container .pagination a.num::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #ababab;
}
.container .pagination a {
  transition: 0.3s;
}
.container .pagination a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.container .pagination .arrow {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #4d4d4d;
}
.container .pagination .arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 6px;
  top: 8px;
  transform: rotate(45deg);
}
.container .pagination div {
  color: #4d4d4d;
}
.container .pagination div.num::after {
  background-color: #1b75de;
}
.container.page2 .photo-center {
  margin: 40px auto;
  max-width: 650px;
  height: auto;
}
.container.page2 .foot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container.page2 .foot a {
  display: block;
  text-align: center;
}
.container.page2 .foot a.btn {
  width: min(90%, 300px);
  margin: 0 auto 30px;
  transition: 0.3s;
}
.container.page2 .foot a.btn img {
  width: 100%;
  margin: 0;
}
.container.page2 .foot a.btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.container.page2 .foot a.btn:hover img {
  opacity: 1;
}
.container.page2 .foot img {
  width: min(60%, 260px);
  margin: 60px auto 30px;
  transition: 0.4s;
}
.container.page2 .foot img:hover {
  opacity: 0.8;
}
.container.page2 .foot p {
  line-height: 2.1;
  text-align: center;
}
.container.page2 .foot p + p {
  margin-top: 1em;
}
.container.page2 .foot .ex-link {
  margin-bottom: 2em;
}
.container.page2 .foot .ex-link p {
  font-size: min(4.6vw, 16px);
  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.page2 .foot .ex-link p:hover {
  background-position: 0 100%;
  color: #fff;
}
.container.page2 .pagination .arrow::before {
  transform: rotate(-135deg);
  left: auto;
  right: 6px;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    /* ------------------------------ *
    2ページ目個別
    * ------------------------------ */
  }
  .container .head {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container .head .head-img {
    height: auto;
    max-height: 660px;
  }
  .container .head .head-img img {
    position: relative;
    width: 100%;
    left: 0;
  }
  .container .head .head-img::before {
    width: min(18vw, 216px);
    height: min(10.83vw, 130px);
  }
  .container .head .head-img::after {
    width: min(58.33vw, 700px);
    height: min(43.75vw, 525px);
  }
  .container .head h1 {
    background-color: initial;
    padding: 0;
    position: absolute;
    top: min(24.58vw, 295px);
    left: 0;
  }
  .container .head h1 .sub {
    position: initial;
    width: min(45.67vw, 548px);
  }
  .container .head h1 .ttl {
    width: min(87.92vw, 1055px);
    margin: min(1.67vw, 20px) 0 0 min(5.83vw, 70px);
  }
  .container section .sec-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .container section h2 {
    margin: 90px 0 50px;
  }
  .container section .photo-box {
    margin: 50px 0;
  }
  .container section .photo-box div {
    display: flex;
    justify-content: space-between;
  }
  .container section .photo-box div img {
    height: min(30.33vw, 300px);
    width: auto;
  }
  .container section .photo-box div img:last-of-type {
    margin: 0;
    width: auto;
  }
  .container .foot .next-link {
    width: min(90vw, 640px);
    margin-top: 120px;
  }
  .container .foot .next-link p {
    font-size: min(2.84vw, 20px);
  }
  .container .foot .next-link p:first-child {
    width: 100px;
  }
  .container .foot .next-link p:last-child {
    margin-left: 40px;
  }
  .container.page2 .head .head-img {
    height: min(25vw, 300px);
  }
  .container.page2 .head .head-img img {
    width: 100%;
    height: 120%;
    object-fit: contain;
    object-position: 100% 100%;
    top: -7%;
  }
  .container.page2 .head .head-img::before {
    width: min(13.17vw, 158px);
    height: min(7.92vw, 95px);
  }
  .container.page2 .head .head-img::after {
    width: min(35.83vw, 430px);
    height: min(26.88vw, 323px);
  }
  .container.page2 .head .head-img .gradation {
    position: absolute;
    width: min(59.83vw, 718px);
    height: min(25vw, 300px);
    background: rgb(85, 86, 82);
    background: linear-gradient(90deg, rgb(85, 86, 82) 0%, rgb(85, 86, 82) 79%, rgba(85, 86, 82, 0) 100%);
  }
  .container.page2 .head h1 {
    top: 50%;
    transform: translateY(-50%);
  }
  .container.page2 .head h1 .sub {
    width: min(54.17vw, 650px);
  }
  .container.page2 .head h1 .ttl {
    width: min(69.33vw, 832px);
    margin: min(2.08vw, 25px) 0 0 min(2.08vw, 25px);
  }
  .container.page2 .photo-center {
    margin: 80px auto;
  }
  .container.page2 .foot a.btn {
    width: 580px;
  }
  .container.page2 .foot p {
    font-size: 18px;
  }
}
@media screen and (min-width: 875px) {
  .container section .flex {
    display: flex;
    align-items: flex-start;
    margin: 50px 0 95px;
  }
  .container section .profile {
    position: relative;
    margin: 0 30px 0 0;
  }
  .container section .profile .profile-img img {
    width: min(51.69vw, 460px);
  }
  .container section .profile .profile-img::before {
    bottom: min(5.06vw, -45px);
    left: min(5.06vw, -45px);
    width: min(42.7vw, 380px);
    height: min(21.91vw, 195px);
  }
  .container section .profile .name-box {
    position: absolute;
    left: 10px;
    bottom: -20px;
  }
  .container section .profile .name-box p {
    background-color: #ffffff;
    margin: 0;
    padding: 10px 10px 5px;
  }
  .container section .profile .name-box p.name {
    display: inline-block;
    margin-top: 0;
    padding: 5px 10px 10px;
  }
  .container section .text {
    width: 310px;
  }
}