@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;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
#container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#container a {
  text-decoration: none;
  transition: 0.4s;
}
#container .head {
  background: #f5f6f1;
}
#container .head__img {
  height: auto;
  max-height: 100%;
  aspect-ratio: 103/70;
  overflow: visible;
  margin: 0 auto;
  background: url(photo_top.jpg) no-repeat center;
  background-size: cover;
}
#container .head__lead {
  width: min(90%, 710px);
  margin: auto;
  padding: 0 0 40px;
}
#container .head__lead p {
  text-indent: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.1;
}
#container .head h1 {
  width: 90%;
  margin: 8% auto;
  padding-bottom: 40px;
}
#container .head h1 img {
  width: 100%;
  height: 100%;
  margin: 0;
}
#container.p1 .head__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#container.p1 .head__sticky {
  display: none;
}
#container.p1 .head__main {
  width: 100%;
}
#container.p1 .head h1 {
  width: 90%;
  margin: 8% auto;
  height: auto;
}
#container.p1 .head__lead {
  width: min(90%, 710px);
  margin: auto;
  padding: 0 0 40px;
}
#container.p1 .head__lead p {
  text-indent: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.1;
}
#container.p1 .head .sp {
  display: block;
}
#container section {
  padding-top: 60px;
}
#container section p {
  width: min(90%, 710px);
  margin: auto;
  line-height: 2.1;
  text-indent: 1em;
}
#container section p + p {
  margin-top: 1.5em;
}
#container h2 {
  width: min(90%, 680px);
  margin: 0 auto 20px;
  padding-bottom: 16px;
  position: relative;
}
#container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(270deg, rgb(0, 184, 241) 0%, rgb(1, 182, 240) 2%, rgb(13, 144, 217) 31%, rgb(23, 117, 200) 58%, rgb(28, 101, 191) 82%, rgb(30, 95, 187) 100%);
}
#container .flex-wrap, #container .figure-wrap {
  width: min(90%, 810px);
  margin: 40px auto 1.5em;
}
#container .flex-wrap p, #container .figure-wrap p {
  width: 100%;
}
#container .flex-wrap.p2, #container .figure-wrap.p2 {
  margin-bottom: 0;
}
#container .prof {
  max-width: 300px;
  margin: 0 auto 40px;
}
#container .prof p {
  width: 100%;
  font-size: 13px;
  text-indent: 0;
  line-height: 1.5;
  margin-top: 10px;
}
#container .prof p span {
  font-size: 21px;
}
#container .prof__img {
  aspect-ratio: 10/13;
}
#container .prof__img.img01 {
  background: url(photo1.jpg) no-repeat center;
  background-size: cover;
}
#container .prof__img.img02 {
  background: url(photo2.jpg) no-repeat center;
  background-size: cover;
}
#container .prof__img.img03 {
  background: url(photo3.jpg) no-repeat center;
  background-size: cover;
}
#container figure.fig01 {
  aspect-ratio: 338/305;
  background: url(figure.jpg) no-repeat center;
  background-size: cover;
}
#container figure.fig02, #container figure .fig03, #container figure .fig04 {
  aspect-ratio: 27/17;
}
#container figure.fig02 {
  background: url(photo6.jpg) no-repeat center;
  background-size: cover;
}
#container figure.fig03 {
  background: url(photo4.jpg) no-repeat center;
  background-size: cover;
}
#container figure.fig04 {
  background: url(photo5.jpg) no-repeat center;
  background-size: cover;
}
#container figcaption {
  font-size: 13px;
  margin-top: 10px;
}
#container figcaption.center {
  text-align: center;
}
#container .figure-flex {
  margin-top: 5px;
}
#container .figure-flex figure {
  aspect-ratio: 49/30;
}
#container .figure-flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .figure-flex figure:nth-of-type(2) img {
  object-position: 50% 75%;
}
#container .figure-flex figure + figure {
  margin-top: 5px;
}
#container .foot {
  margin: 60px auto 0;
  width: min(90%, 640px);
}
#container .foot .next {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: min(100%, 380px);
  margin: auto;
}
#container .foot .next__en {
  color: #1b75de;
  font-size: min(12vw, 50px);
  line-height: 1;
  margin-right: 5px;
}
#container .foot .next__ttl {
  font-size: min(4vw, 18px);
  color: #333;
  display: block;
  position: relative;
  transition: 0.3s;
}
#container .foot.p2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#container .foot.p2 p {
  text-align: center;
  line-height: 2;
  font-size: min(4.6vw, 16px);
}
#container .foot.p2 p + p {
  margin-top: 1em;
}
#container .foot a {
  display: block;
}
#container .foot .btn {
  margin-bottom: 40px;
}
#container .foot .ex-link {
  margin-bottom: 2em;
}
#container .foot .ex-link img {
  display: block;
  width: min(60%, 260px);
  margin: 0 auto 30px;
  transition: 0.4s;
}
#container .foot .ex-link p {
  text-align: center;
  font-size: min(4.2vw, 16px);
  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 .pagination {
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 60px;
}
#container .pagination div, #container .pagination a {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #1b75de;
  font-size: 18px;
  font-weight: 700;
}
#container .pagination div {
  background: #1b75de;
  color: #fff;
}
#container .pagination a {
  color: #1b75de;
  text-decoration: none;
}
#container .pagination .arrow {
  position: relative;
}
#container .pagination .arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1b75de;
  border-right: solid 2px #1b75de;
  transform: rotate(45deg);
  left: 9px;
  top: 11px;
}
#container .pagination .arrow.p2::before {
  transform: rotate(-135deg);
  left: 13px;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #container p {
    font-size: 18px;
  }
  #container .head__wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  #container .head__img {
    position: relative;
  }
  #container.p1 .head__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
  }
  #container.p1 .head__main {
    width: 70%;
  }
  #container.p1 .head__sticky {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: 30%;
    top: 0;
    height: calc(100vh - 104px);
    padding: 20px 0 50px;
  }
  #container.p1 .head__img {
    max-height: calc(100vh - 64px);
    position: relative;
    overflow: hidden;
  }
  #container.p1 .head__img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #container.p1 .head__lead {
    margin: 60px auto 100px;
    width: min(90%, 710px);
  }
  #container.p1 .head__lead p {
    font-size: 21px;
  }
  #container.p1 .head h1 {
    width: auto;
    height: 100%;
    margin: 0;
  }
  #container.p1 .head h1 img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #container.p1 .head .sp {
    display: none;
  }
  #container.p2 .head__wrap {
    width: 80%;
    height: 23.33vw;
    max-width: 1400px;
    max-height: 320px;
  }
  #container.p2 .head__img {
    width: 49.8429319372%;
  }
  #container.p2 .head__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #container.p2 .head h1 {
    width: 48.167539267%;
    margin: 0 auto 0 40px;
    padding: 0;
  }
  #container section {
    padding-top: 80px;
  }
  #container h2 {
    margin: 0 auto 40px;
    padding-bottom: 20px;
  }
  #container .flex-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 710px;
  }
  #container .flex-wrap.sec1 {
    flex-direction: row-reverse;
  }
  #container .flex-wrap .prof {
    width: 42.2535211268%;
    margin: 0;
  }
  #container .flex-wrap .flex-text {
    width: 49.2957746479%;
  }
  #container figcaption {
    width: min(80%, 637px);
    margin: 10px auto 0;
    font-size: 14px;
  }
  #container figcaption br {
    display: none;
  }
  #container .figure-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  #container .figure-flex figure:nth-of-type(1) {
    width: 60.4938271605%;
  }
  #container .figure-flex figure:nth-of-type(2) {
    width: 39.5061728395%;
    margin: 0;
  }
  #container .foot {
    margin: 80px auto 0;
  }
  #container .foot .next__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #1b75de;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.4s;
    transition-property: transform;
    z-index: -1;
  }
  #container .foot .next__ttl:hover {
    color: #fff;
  }
  #container .foot .next__ttl:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #container .foot .btn {
    margin-bottom: 80px;
  }
  #container .foot .btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  }
  #container .foot .ex-link img:hover {
    opacity: 0.8;
  }
  #container .foot .ex-link p:hover {
    background-position: 0 100%;
    color: #fff;
  }
  #container .pagination a:hover {
    background: #1b75de;
    color: #fff;
  }
  #container .pagination .arrow:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-height: 614px) {
  #container.p1 .head__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #container.p1 .head__sticky {
    display: none;
  }
  #container.p1 .head__main {
    width: 100%;
  }
  #container.p1 .head__img {
    height: auto;
    max-height: 100%;
    aspect-ratio: 135/92;
    overflow: visible;
    margin: 0 auto;
  }
  #container.p1 .head__img img {
    width: 100%;
    position: relative;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: none;
  }
  #container.p1 .head h1 {
    width: 90%;
    margin: 8% auto;
    height: auto;
  }
  #container.p1 .head__lead {
    width: min(90%, 710px);
    margin: auto;
    padding: 0 0 40px;
  }
  #container.p1 .head__lead p {
    text-indent: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 2.1;
  }
  #container.p1 .head .sp {
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-height: 614px) {
  #container.p1 .head__wrap {
    width: min(100%, 810px);
  }
  #container.p1 .head__img {
    aspect-ratio: 135/92;
  }
}