@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;
  background-image: url(main_img.webp);
  background-repeat: no-repeat;
  background-size: auto 65vw;
  background-position: 90% 0;
}
.mvWrap h1 {
  position: relative;
  padding: 39% 0 3%;
}
.mvWrap h1 .h1_inner {
  width: 92.27%;
  margin: 0 auto;
}
.mvWrap h1 .h1_inner .h1_sub {
  margin-bottom: 2%;
}
.mvWrap h1 .h1_inner .h1_sub div {
  display: block;
  margin: 0 0 0.5% auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mvWrap h1 .h1_inner .h1_sub div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0D90D9;
  mix-blend-mode: multiply;
  z-index: 10;
}
.mvWrap h1 .h1_inner .h1_sub div img {
  height: 5.6vw;
  width: auto;
  position: relative;
  z-index: 20;
}
.mvWrap h1 .h1_inner .h1_main {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.1));
}
.mvWrap h1::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 125/67;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(to bottom, #00B8F1 0%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
  bottom: 0;
}
.mvWrap .only_pc {
  display: none;
}

.lead {
  padding: 5% 0;
  background-color: #F5F5F5;
}
.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;
}
section h2 {
  color: #fff;
  font-size: min(4.8vw, 35px);
  line-height: 1.3;
  display: inline-block;
  margin: 60px auto 40px;
}
section h2 span.bg_blue {
  position: relative;
  display: inline-block;
  background-color: #0D90D9;
  padding: 0.2em 1.5em 0.2em 0.2em;
}
section h2 span.bg_blue::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -0.6em;
  width: 2em;
  background-color: #fff;
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
}
section h2 span.ws {
  padding-right: 1em;
}
section h2 span.mt {
  margin-top: 0.3em;
}
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: 40px;
}
section .flexWrap .prof_box p {
  text-indent: 0;
  line-height: 1.5;
}
section .flexWrap .prof_box p.name {
  margin-top: 0.5em;
  color: #0D90D9;
  font-weight: 700;
}
section .flexWrap .prof_box p.name span {
  font-size: 24px;
}
section .flexWrap .prof_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  aspect-ratio: 300/371;
  width: 100%;
  background-color: rgba(13, 144, 217, 0.7);
}
section .flexWrap .prof_box.right::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: -20px;
}
section .figWrap {
  margin: 60px auto;
}
section .figWrap p {
  color: #0D90D9;
  font-size: 13px;
  width: 90%;
  margin: 1em auto 0;
  text-indent: 0;
}
section .figWrap.mb0 {
  margin-bottom: 0;
}
section.sec3 h2 {
  margin-top: 13.5%;
}

.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: -moz-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;
  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;
}
.linkWrap .pagination a.arrow.p2::before {
  transform: rotate(-135deg);
}

.foot_wrap {
  text-align: center;
  margin-top: 100px;
  background-color: #F5F5F5;
  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: 769px) {
  .mvWrap {
    max-width: 1400px;
    margin: 0 auto;
    background-size: cover;
  }
  .mvWrap h1 {
    position: relative;
    padding: 28% 0 3.4%;
  }
  .mvWrap h1 .h1_inner {
    width: 85%;
  }
  .mvWrap h1 .h1_inner .h1_sub div {
    margin: 0 0 0.5% auto;
  }
  .mvWrap h1 .h1_inner .h1_sub div img {
    height: min(3vw, 36px);
  }
  .mvWrap h1::after {
    display: none;
  }
  .mvWrap.p2 {
    background-size: 54% auto;
    background-position: 0 0;
  }
  .mvWrap.p2 h1 {
    padding: 2.75% 0;
    overflow-y: hidden;
  }
  .mvWrap.p2 h1 > span {
    position: absolute;
    display: block;
    width: 5px;
    height: 110%;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    z-index: 10;
  }
  .mvWrap.p2 h1 > span.slash-1 {
    background: linear-gradient(to bottom, #00B8F1, #0D90D9, #1775C8);
    left: 5.6%;
  }
  .mvWrap.p2 h1 > span.slash-2 {
    background: linear-gradient(to bottom, #1E5FBB, #1C65BF, #0D90D9);
    left: 54%;
  }
  .mvWrap.p2 h1 .h1_inner {
    width: 72%;
    margin: 0 3.8% 0 auto;
  }
  .mvWrap.p2 h1 .h1_inner .h1_sub div img {
    height: min(2.67vw, 32px);
  }
  .mvWrap.p2 h1::before {
    content: "";
    position: absolute;
    width: 10.67%;
    aspect-ratio: 32/75;
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    background: linear-gradient(to left, #00B8F1 0%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
    top: 0;
    bottom: 0;
    left: 0;
  }
  .mvWrap.p2 h1::after {
    display: block;
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(to right, #00B8F1 0%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
    aspect-ratio: 49/25;
    width: 51%;
    height: auto;
    top: 0;
    right: 0;
  }
  .mvWrap .only_pc {
    display: block;
  }
  .lead {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .lead p {
    max-width: 640px;
    line-height: 2;
  }
  section h2 {
    margin: 115px auto 45px;
    font-size: min(4vw, 35px);
  }
  section h2 .group {
    position: relative;
    display: inline-block;
    background-color: #0D90D9;
    padding-right: 1em;
  }
  section h2 .group span {
    padding-right: 0;
    background-color: transparent;
  }
  section h2 .group span::after {
    display: none;
  }
  section h2 .group span.pd0 {
    padding-left: 0;
    margin-left: -0.25em;
  }
  section h2 .group span.mt {
    margin-top: 0;
  }
  section h2 .group::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -0.6em;
    width: 2em;
    background-color: #fff;
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
  }
  section h2 .group.gp2 {
    padding-right: 1.7em;
  }
  section .flexWrap {
    position: relative;
    margin: 2em 0;
  }
  section .flexWrap .prof_box {
    position: absolute;
    top: 1%;
    width: min(35vw, 380px);
    margin: 0;
  }
  section .flexWrap .prof_box.right {
    left: 62%;
  }
  section .flexWrap .text_box {
    width: 53%;
  }
  section .figWrap p {
    margin-top: 2em;
  }
  section.sec1 h2, section.sec3 h2 {
    margin-top: 55px;
  }
  .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;
    background-color: #F5F5F5;
    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%;
  }
}
@keyframes bounce-once {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}