@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 {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #333;
  font-size: 16px;
}
.container img {
  width: 100%;
  display: block;
}
.container a {
  text-decoration: none;
  transition: 0.4s;
}

.mvWrap {
  position: relative;
  overflow: hidden;
  height: 70vw;
  max-height: 650px;
}
.mvWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(main.webp?0525);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: mvFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.mvWrap h1 {
  position: absolute;
  bottom: 2%;
  left: 2%;
  z-index: 1;
}
.mvWrap h1 .h1_inner {
  width: 76%;
}
.mvWrap h1 .h1_inner .h1_sub {
  margin-bottom: 8px;
  opacity: 0;
  animation: mv_slide_in_left 0.6s ease-out 1.2s forwards;
}
.mvWrap h1 .h1_inner .h1_sub img {
  width: min(80%, 570px);
}
.mvWrap h1 .h1_inner .h1_main {
  display: block;
}
.mvWrap h1 .h1_inner .h1_main img {
  opacity: 0;
  animation: mv_slide_in_left 0.6s ease-out forwards;
}
.mvWrap h1 .h1_inner .h1_main img:nth-child(1) {
  animation-delay: 1.5s;
}
.mvWrap h1 .h1_inner .h1_main img:nth-child(2) {
  animation-delay: 1.8s;
}
.mvWrap h1 .h1_inner .h1_main img:nth-child(3) {
  animation-delay: 2.1s;
}
.mvWrap h1 .h1_inner .h1_main img {
  height: min(7.6vw, 77px);
  width: auto;
  margin-bottom: 2px;
}
.mvWrap .only_pc {
  display: none;
}

.lead {
  padding: 5% 0;
}
.lead p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 600;
}

section {
  width: min(90%, 800px);
  margin: 0 auto;
  position: relative;
}
section h2 {
  font-size: min(5.5vw, 35px);
  line-height: 1.6;
  display: inline-block;
  margin: 60px auto 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(to right, #704fff, #0068e7, #b2e3ff);
}
section p {
  font-size: 16px;
  font-weight: 400;
  text-indent: 1em;
  line-height: 2;
}
section p + p {
  margin-top: 2em;
}
section .flexWrap .prof_box {
  width: min(90%, 380px);
  margin: 60px auto;
  position: relative;
  z-index: 10;
}
section .flexWrap .prof_box img {
  margin-bottom: 15px;
}
section .flexWrap .prof_box p {
  text-indent: 0;
  line-height: 1.5;
}
section .flexWrap .prof_box p:first-of-type {
  color: #0068e7;
}
section .flexWrap .prof_box p.name {
  margin-top: 0.5em;
  color: #0068e7;
  font-weight: 700;
}
section .flexWrap .prof_box p.name span {
  font-size: 24px;
}
section .flexWrap .prof_box p:last-of-type {
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.7;
}
section .figWrap {
  margin: 60px auto;
}
section .figWrap p {
  color: #0D90D9;
  font-size: 13px;
  width: 90%;
  margin: 1em auto 0;
  text-indent: 0;
}
section .figWrap p:first-of-type {
  text-align: center;
  font-size: min(4.2vw, 20px);
  font-weight: 800;
  line-height: 1.7;
  color: #00134a;
  margin-bottom: 0.5em;
}
section .figWrap.mb0 {
  margin-bottom: 0;
}

.bg {
  background-color: #ebf3fd;
  padding-bottom: 60px;
  margin-top: 60px;
}

.linkWrap {
  margin: 60px auto;
}
.linkWrap .next {
  display: block;
  background: linear-gradient(to right, #00B8F1 0%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
  will-change: filter;
}
.linkWrap .next > div {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1em 0 1.5em;
}
.linkWrap .next > div p {
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  font-size: min(5.33vw, 25px);
}
.linkWrap .next > div p.next_ttl {
  display: inline-block;
  color: #0D90D9;
  line-height: 1.3;
  font-size: min(4.8vw, 23px);
  margin-top: 0.2em;
}
.linkWrap .next > div p.next_ttl span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 0 0.2em 0.2em;
  z-index: 10;
}
.linkWrap .next > div p.next_ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.65em;
  width: 2em;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  z-index: -1;
}
.linkWrap .next > div p.next_ttl span:nth-of-type(2) {
  margin-top: 0.3em;
  padding-right: 0.2em;
}
.linkWrap .pagination {
  display: flex;
  justify-content: space-around;
  width: min(60%, 240px);
  margin: 70px auto 0;
}
.linkWrap .pagination div, .linkWrap .pagination a {
  position: relative;
  width: 32px;
  height: 32px;
  font-weight: 700;
  border: 1px solid #0D90D9;
  color: #0D90D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.linkWrap .pagination div {
  color: #fff;
  background: #0D90D9;
}
.linkWrap .pagination a.arrow {
  border: none;
  transition: 0.4s;
}
.linkWrap .pagination a.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #0D90D9;
  border-right: solid 2px #0D90D9;
  position: absolute;
  left: 6px;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.4s;
}

.foot_wrap {
  text-align: center;
  margin-top: 100px;
  background-color: #ebf3fd;
  padding: 70px 0;
}
.foot_wrap p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.foot_wrap > div {
  width: 90%;
  margin: 0 auto;
}
.foot_wrap > div a {
  display: block;
  margin-top: 30px;
  word-break: break-all;
}
.foot_wrap > div a img {
  transition: 0.2s;
}
.foot_wrap > div a:hover img {
  transition: 0.2s;
  opacity: 0.7;
}
.foot_wrap > div:first-child {
  max-width: 260px;
}
.foot_wrap > div:first-child a {
  margin-top: 80px;
}
.foot_wrap > div:first-child p {
  font-size: 22px;
}
.foot_wrap > div:nth-child(2) {
  margin-top: 40px;
}
.foot_wrap > div:nth-child(2) p {
  font-size: 20px;
}
.foot_wrap > div:nth-child(2) a {
  background-color: #0D90D9;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  border: solid 2px transparent;
  margin-top: 35px;
}
.foot_wrap > div:nth-child(2) a:hover {
  background-color: transparent;
  border: solid 2px #0D90D9;
  color: #0D90D9;
}
.foot_wrap > div:nth-child(2) a + p {
  font-size: min(4vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.8em;
}
.foot_wrap > div:last-child {
  margin-top: 50px;
}
.foot_wrap > div:last-child a {
  color: #0D90D9;
  position: relative;
  display: inline-block;
  font-size: min(4.5vw, 18px);
}
.foot_wrap > div:last-child a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0D90D9;
  transition: 0.4s;
}
.foot_wrap > div:last-child a:hover::after {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mvWrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  .mvWrap h1 {
    display: block;
    position: relative;
    padding-top: 305px;
  }
  .mvWrap h1 .h1_inner {
    padding-left: 1%;
    width: 76%;
  }
  .mvWrap h1 .h1_inner .h1_sub {
    margin-bottom: 13px;
  }
  .mvWrap h1 .h1_inner .h1_sub img {
    width: min(80%, 570px);
  }
  .mvWrap h1::after {
    display: none;
  }
  .mvWrap .only_pc {
    display: block;
  }
  .lead {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .lead p {
    max-width: 640px;
    line-height: 2;
  }
  section h2 {
    margin: 80px auto;
  }
  section h2 br.sp {
    display: none;
  }
  section h2::after {
    bottom: -30px;
  }
  section .flexWrap {
    position: relative;
    margin: 2em 0;
  }
  section .flexWrap .prof_box {
    position: absolute;
    top: 1%;
    width: min(35vw, 380px);
    margin: 0;
    right: 60%;
  }
  section .flexWrap .text_box {
    width: 53%;
    margin-left: 47%;
  }
  section .figWrap p {
    margin-top: 2em;
  }
  section .figWrap p:first-of-type {
    font-size: 20px;
  }
  section .figWrap p:first-of-type br {
    display: none;
  }
  section .figWrap.fig1 img {
    max-width: 480px;
    margin: 0 auto;
  }
  section.sec1 {
    margin-bottom: 150px;
  }
  .bg {
    margin-top: 80px;
  }
  .linkWrap {
    margin: 120px auto 60px;
  }
  .linkWrap .next:hover {
    filter: brightness(1.2);
  }
  .linkWrap .next:hover p.next_ttl span {
    filter: drop-shadow(0 0 5px rgba(4, 26, 117, 0.5));
    color: #1775C8;
  }
  .linkWrap .next:hover p:nth-of-type(1) {
    animation: bounce-once 0.8s ease-out;
  }
  .linkWrap .next > div {
    display: flex;
    align-items: center;
    padding: 35px 0;
  }
  .linkWrap .next > div p.next_ttl {
    margin: 0 0 0 2em;
    transition: 0.7s;
  }
  .linkWrap .pagination a:hover {
    background: #0D90D9;
    color: #fff;
  }
  .linkWrap .pagination a.arrow:hover {
    opacity: 0.6;
    background: none;
  }
  .foot_wrap {
    text-align: center;
    margin-top: 100px;
    padding: 70px 0;
  }
  .foot_wrap p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .foot_wrap > div {
    width: 90%;
    margin: 0 auto;
  }
  .foot_wrap > div a {
    display: block;
    margin-top: 30px;
    word-break: break-all;
  }
  .foot_wrap > div a img {
    transition: 0.2s;
  }
  .foot_wrap > div a:hover img {
    transition: 0.2s;
    opacity: 0.7;
  }
  .foot_wrap > div:first-child {
    max-width: 260px;
  }
  .foot_wrap > div:first-child a {
    margin-top: 80px;
  }
  .foot_wrap > div:first-child p {
    font-size: 22px;
  }
  .foot_wrap > div:nth-child(2) {
    margin-top: 40px;
  }
  .foot_wrap > div:nth-child(2) p {
    font-size: 20px;
  }
  .foot_wrap > div:nth-child(2) a {
    background-color: #0D90D9;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: solid 2px transparent;
    margin-top: 35px;
  }
  .foot_wrap > div:nth-child(2) a:hover {
    background-color: transparent;
    border: solid 2px #0D90D9;
    color: #0D90D9;
  }
  .foot_wrap > div:nth-child(2) a + p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1.8em;
  }
  .foot_wrap > div:last-child {
    margin-top: 50px;
  }
  .foot_wrap > div:last-child a {
    color: #0D90D9;
    position: relative;
    display: inline-block;
  }
  .foot_wrap > div:last-child a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0D90D9;
    transition: 0.4s;
  }
  .foot_wrap > div:last-child a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .mvWrap {
    position: relative;
  }
  .mvWrap h1 {
    position: absolute;
    left: calc(50% - 505px);
    bottom: 8px;
  }
}
@keyframes mvFade {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mv_slide_in_left {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounce-once {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}