@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;
  overflow: hidden;
}
.container img {
  width: 100%;
  display: block;
}
.container a {
  text-decoration: none;
  transition: 0.4s;
}

.mvWrap {
  position: relative;
}
.mvWrap .mvImage {
  overflow: hidden;
  position: relative;
}
.mvWrap .mvImage img {
  height: 92vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% -20px;
     object-position: 100% -20px;
  opacity: 0;
  animation: mvFade 2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.mvWrap .mvImage .mvName {
  position: absolute;
  top: 45%;
  animation: fadeIn-sp 0.5s ease-in-out 0.5s forwards;
  opacity: 0;
}
.mvWrap .mvImage .mvName p {
  font-size: min(3.47vw, 13px);
  font-weight: 500;
  color: #fff;
}
.mvWrap .mvImage .mvName p:nth-of-type(1) {
  filter: drop-shadow(0 0 5px #000);
  margin: 0 0 0.25em 0.5em;
}
.mvWrap .mvImage .mvName p:nth-of-type(2) {
  display: inline-block;
  font-weight: bold;
  padding: 0 1.5em 0 0.5em;
  z-index: 10;
  background: rgba(13, 144, 217, 0.8);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.mvWrap .mvImage .mvName p:nth-of-type(2) span {
  font-size: min(5.33vw, 20px);
}
.mvWrap .mvImage .mvName.mvLeft {
  left: 5%;
}
.mvWrap .mvImage .mvName.mvRight {
  right: 5%;
}
.mvWrap h1 {
  position: relative;
  z-index: 10;
  margin-top: -15%;
  width: 100%;
}
.mvWrap h1 .h1_main {
  display: block;
  margin: 0 0 auto;
  width: 95%;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.4));
  opacity: 0;
  animation: fadeIn-sp 1s ease-in-out 1s forwards;
}
.mvWrap h1 .h1_sub {
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
  margin: 0 auto 6.5%;
  padding-top: 3%;
  width: 90%;
  opacity: 0;
  animation: fadeIn-sp 1s ease-in-out 1s forwards;
}
.mvWrap h1 .h1_bg {
  position: absolute;
  background: linear-gradient(to top, #00B8F1 0%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
  width: 100%;
  height: 85vw;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
  top: -25%;
  z-index: -1;
}
.mvWrap h1 .h1_bg::after {
  content: "";
  position: absolute;
  background-image: url(circle_bg.webp);
  width: min(148%, 880px);
  height: min(148%, 880px);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  top: -30%;
  right: 0;
}

.lead {
  padding: 12% 5% 7% 5%;
  background-color: #F5F5F5;
}
.lead p {
  line-height: 2em;
  letter-spacing: 0.025em;
  font-weight: 600;
}

section {
  width: min(90%, 800px);
  margin: 0 auto;
}
section h2 {
  color: #fff;
  font-size: min(5.7vw, 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;
}
section .flexWrap .prof_box p.name span {
  font-size: 24px;
  font-weight: 700;
}
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 .flexWrap .prof_box.left::after {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: -20px;
}
section .figWrap {
  margin: 60px auto 0;
}
section .figWrap img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
section .figWrap p {
  color: #0D90D9;
  font-size: 13px;
  width: 90%;
  margin: 1em auto 0;
  text-indent: 0;
}
section.sec3 h2 {
  margin-top: 24%;
}

.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: 641px) {
  .mvWrap {
    overflow-y: hidden;
    max-width: 1400px;
    margin: 0 auto;
  }
  .mvWrap .mvImage {
    height: min(43.3vw, 606px);
  }
  .mvWrap .mvImage img {
    height: auto;
    -o-object-position: inherit;
       object-position: inherit;
  }
  .mvWrap .mvImage .mvName {
    top: 65%;
  }
  .mvWrap .mvImage .mvName p {
    font-size: clamp(10px, 1.1vw, 13px);
  }
  .mvWrap .mvImage .mvName p:nth-of-type(2) span {
    font-size: clamp(16px, 1.67vw, 20px);
  }
  .mvWrap .mvImage .mvName.mvLeft {
    left: 55%;
  }
  .mvWrap h1 {
    position: absolute;
    margin: 0;
    top: 0;
    width: 61.5%;
  }
  .mvWrap h1 .h1_main {
    width: 77%;
    animation: fadeIn 1s ease 1.8s forwards;
  }
  .mvWrap h1 .h1_sub {
    width: 73%;
    margin: 10% auto 6% 4%;
    padding-top: 0;
    animation: fadeIn 1s ease 1.8s forwards;
  }
  .mvWrap h1 .h1_bg {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    height: min(43.5vw, 607px);
    top: 0;
    opacity: 0;
    animation: slideIn 0.7s ease-out 1s forwards;
  }
  .mvWrap h1 .h1_bg::after {
    top: -30%;
    right: 0;
    left: -38%;
    width: min(73.33vw, 1026px);
    height: min(73.33vw, 1026px);
  }
  .mvWrap.p2 .mvImage {
    height: min(25vw, 350px);
    background-color: #001574;
  }
  .mvWrap.p2 .mvImage img {
    -o-object-position: 100% -30px;
       object-position: 100% -30px;
    height: min(40vw, 550px);
    width: auto;
    margin: 0 0 0 auto;
  }
  .mvWrap.p2 h1 .h1_sub {
    width: 58%;
    margin: 5% auto 4% 4%;
    animation-delay: 1.5s;
  }
  .mvWrap.p2 h1 .h1_main {
    width: 88%;
    animation-delay: 1.5s;
  }
  .mvWrap.p2 h1 .h1_bg {
    animation-delay: 0.8s;
  }
  .mvWrap.p2 h1 .h1_bg::after {
    top: -60%;
    left: -25%;
  }
  .lead {
    padding: 50px 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .lead p {
    width: max(500px, 54%);
    margin: 0 auto;
  }
  section h2 {
    margin: 100px auto 70px;
    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 .prof_box.left {
    right: 62%;
  }
  section .flexWrap .text_box {
    width: 53%;
  }
  section .flexWrap.flex_left .text_box {
    margin: 0 0 0 auto;
  }
  section .figWrap {
    margin: 70px auto 0;
  }
  section .figWrap p {
    margin-top: 2em;
  }
  section.sec3 h2 {
    margin-top: 100px;
  }
  .linkWrap {
    margin: 100px 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;
  }
}
@keyframes mvFade {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn-sp {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes bounce-once {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}