@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
body main {
  background: #d9f1f7;
}

@media print, screen and (min-width: 768px) {
  body main {
    min-width: 1280px;
  }
}

body main #mv {
  position: relative;
  width: 100%;
  padding: 97.86667vw 0 20vw;
  padding: 86.66667vw 0 20vw;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #mv {
    width: 100%;
    min-height: 900px;
    padding: 209px 0 0 0;
    min-width: 1200px;
    padding: 100px 0 0 0;
  }
}

body main #mv p.recruit {
  position: relative;
  color: #0a68bf;
  z-index: 5;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 767px) {
  body main #mv p.recruit {
    display: block;
    font-size: 2.93333vw;
    width: 90.66667vw;
    margin: 0 auto 2.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv p.recruit {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv #mv_inner {
    width: 700px;
    margin-left: 46.875vw;
    text-align: left;
  }
}

body main #mv #catch {
  position: relative;
  z-index: 5;
  width: 90.66667vw;
  margin: 0 4.66667vw 25.06667vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch {
    width: 700px;
    margin: 0 0 50px;
  }
}

body main #mv #catch h2 #h2_01 {
  width: 64.66667vw;
  margin-bottom: 2vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch h2 #h2_01 {
    width: 500px;
    margin-bottom: 15px;
  }
}

body main #mv #catch h2 #h2_02 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch h2 #h2_02 {
    width: 700px;
  }
}

body main #mv #catch h2 span {
  font-size: 4.2vw;
}

body main #mv #catch p.lead {
  margin-bottom: 2.66667vw;
  width: 64.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch p.lead {
    width: 500px;
    margin-bottom: 22px;
  }
}

body main #mv #catch #circle {
  position: absolute;
  top: -6.13333vw;
  left: 68.13333vw;
  width: 20.8vw;
  height: 20.8vw;
  display: table;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch #circle {
    top: -50px;
    left: 525px;
    width: 160px;
    height: 160px;
  }
}

body main #mv #catch #circle::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 95%;
  height: 95%;
  border: 2px dotted #0a68bf;
  border-radius: 50%;
  -webkit-animation: rotate-anime 12s linear infinite;
  animation: rotate-anime 12s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch #circle::before {
    border: 3px dotted #0a68bf;
  }
}

body main #mv #catch #circle p {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

body main #mv #catch #circle p span {
  display: inline-block;
  width: 14.26667vw;
  padding-top: 1.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv #catch #circle p span {
    width: 6.9375vw;
    padding-top: 0;
    max-width: 110px;
  }
}

body main #mv .mv_txt {
  opacity: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: profshow 1s both;
  animation: profshow 1s both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  width: auto;
  margin-left: 4.66667vw;
  padding: 5.33333vw 0;
  background: url(../img/mv_bg_hirota_s.png) no-repeat left top;
  background-size: auto 100%;
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt {
    width: 700px;
    padding: 20px 0 20px 220px;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    z-index: 5;
    background: url(../img/mv_bg_hirota.png) no-repeat left top;
    background-size: auto 100%;
  }
}

@-webkit-keyframes profshow {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes profshow {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

body main #mv .mv_txt h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 11.2vw;
  font-style: italic;
  color: #0a68bf;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 23.2vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt h3 {
    font-size: 45px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

body main #mv .mv_txt p {
  font-style: italic;
  font-weight: bold;
  font-size: 4.66667vw;
  color: #0a68bf;
  margin-left: 26vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt p {
    font-size: 20px;
    margin-left: 25px;
  }
}

body main #mv .mv_txt ul {
  margin-left: 6vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt ul {
    margin-left: 0;
  }
}

body main #mv .mv_txt ul li {
  font-weight: bold;
  font-size: 4vw;
  background: url(../img/mv_icon_list_01.png) no-repeat left center;
  background-size: 2.26667vw 2.26667vw;
  padding-left: 3.6vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt ul li {
    font-size: 16px;
    padding-left: 14px;
    background: url(../img/mv_icon_list_01.png) no-repeat left center;
    background-size: 8px 8px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt ul li:nth-child(2) {
    background: url(../img/mv_icon_list_02.png) no-repeat left center;
    background-size: 8px 8px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv .mv_txt ul li:nth-child(3) {
    background: url(../img/mv_icon_list_03.png) no-repeat left center;
    background-size: 8px 8px;
  }
}

body main #mv p.txt {
  opacity: 0;
  font-size: 4vw;
  width: 81.33333vw;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 10.66667vw;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: show 1s both;
  animation: show 1s both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media print, screen and (min-width: 768px) {
  body main #mv p.txt {
    width: 700px;
    position: relative;
    z-index: 5;
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes show {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

body main #mv p.btn {
  opacity: 0;
  -webkit-animation: btnshow 1s both;
  animation: btnshow 1s both;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes btnshow {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes btnshow {
  0% {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  body main #mv p.btn {
    margin: 0;
  }
}

body main #mv #bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 85.33333vw;
  height: 137.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #mv #bg {
    width: 1000px;
    height: 900px;
  }
}

body main #mv #bg #bg_inner {
  width: 100%;
  height: 100%;
  background-image: url(/assets/top/img/mv_bg_particles_s.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  body main #mv #bg #bg_inner {
    background-image: url(/assets/top/img/mv_bg_particles.png);
    background-size: cover;
  }
}

body main #map #map_inner iframe {
  width: 100%;
  height: 66.66667vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media print, screen and (min-width: 768px) {
  body main #map #map_inner iframe {
    width: 100%;
    height: 500px;
  }
}

body main #news {
  margin-left: 4.66667vw;
  margin-bottom: 16vw;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #news {
    margin-left: 200px;
    margin-bottom: 100px;
  }
}

body main #news #news_inner {
  width: 90.66667vw;
  padding: 13.33333vw 4.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #news #news_inner {
    width: 950px;
    padding: 177.5px 0 75px;
    margin-left: 125px;
  }
}

body main #news #news_inner h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 8vw;
  font-style: italic;
  color: #0a68bf;
  text-align: center;
  margin-bottom: 10vw;
}

@media print, screen and (min-width: 768px) {
  body main #news #news_inner h3 {
    font-size: 45px;
    margin-bottom: 50px;
  }
}

body main #news #news_inner .data {
  margin-bottom: 12vw;
}

@media print, screen and (min-width: 768px) {
  body main #news #news_inner .data {
    margin-bottom: 55px;
  }
}

body main #news #news_inner .data a dl dt {
  font-size: 4vw;
  margin-bottom: 2.66667vw;
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  body main #news #news_inner .data a dl dt {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    float: left;
    width: 120px;
    line-height: 1.5;
  }
}

body main #news #news_inner .data a dl dd {
  font-size: 3.46667vw;
  padding-bottom: 6.66667vw;
  margin-bottom: 6.66667vw;
  border-bottom: 2px solid #dadcde;
}

@media print, screen and (min-width: 768px) {
  body main #news #news_inner .data a dl dd {
    font-size: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 120px;
    border-bottom: 1px solid #dadcde;
  }
}

body main #news #news_inner .data a:last-of-type dl dd {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body main #aboutus {
  width: 100%;
  background: #ffffff;
  padding: 20vw 0 26.66667vw;
  overflow-y: hidden;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus {
    padding: 115px 0 125px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .head {
    margin: 0 0 0 705px;
    width: 495px;
  }
}

body main #aboutus #aboutus_inner h3 {
  font-size: 18.66667vw;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #0a68bf;
  line-height: 1;
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner h3 {
    text-align: left;
    font-size: 125px;
    margin-bottom: 90px;
    letter-spacing: -0.02em;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
}

body main #aboutus #aboutus_inner h3 span {
  display: block;
  font-size: 3.2vw;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  padding-top: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner h3 span {
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
    letter-spacing: 0;
  }
}

body main #aboutus #aboutus_inner p.lead {
  width: 82.66667vw;
  margin: 0 auto;
  font-size: 4vw;
  letter-spacing: -0.04em;
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner p.lead {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.9;
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
  }
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner p.btn {
    margin: 0;
  }
}

body main #aboutus #aboutus_inner .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90.66667vw;
  margin: 0 auto 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 649px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box {
  width: 44vw;
  background: #fafbfc;
  padding: 6.66667vw 0 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box {
    width: 320px;
    padding: 45px 0 50px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box p.img {
  width: 100%;
  height: 13.33333vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box p.img {
    height: 80px;
    margin-bottom: 30px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box p.img img {
  display: inline-block;
  width: auto;
  height: 100%;
}

body main #aboutus #aboutus_inner .detail .detail_box p.txt {
  text-align: center;
  font-size: 3.2vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box p.txt {
    font-size: 15px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box p.txt span {
  font-size: 4.8vw;
  font-style: italic;
  font-weight: bold;
  color: #0a68bf;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d5ecf4));
  background: -webkit-linear-gradient(transparent 60%, #d5ecf4 60%);
  background: -o-linear-gradient(transparent 60%, #d5ecf4 60%);
  background: linear-gradient(transparent 60%, #d5ecf4 60%);
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box p.txt span {
    font-size: 23px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box.detail01, body main #aboutus #aboutus_inner .detail .detail_box.detail02 {
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box.detail01, body main #aboutus #aboutus_inner .detail .detail_box.detail02 {
    margin-bottom: 10px;
  }
}

body main #aboutus #aboutus_inner .detail .detail_box.detail02 p.img {
  margin-bottom: 9.86667vw;
}

@media print, screen and (min-width: 768px) {
  body main #aboutus #aboutus_inner .detail .detail_box.detail02 p.img {
    margin-bottom: 50px;
  }
}

body main #art_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f4fafc;
}

body main #art_bg #art_bg_obj canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body main #course {
  position: relative;
  width: 100%;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner {
    width: 1200px;
    margin: 0 auto;
  }
}

body main #course #course_inner h3 {
  color: #0a68bf;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 8vw;
  margin-bottom: 13.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner h3 {
    font-size: 70px;
    margin-bottom: 105px;
  }
}

body main #course #course_inner h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 21.33333vw;
  font-style: italic;
  color: #0a68bf;
  background: -webkit-linear-gradient(270deg, #0a68bf, #02a8c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner h3 span {
    font-size: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
  }
}

body main #course #course_inner .course .course_box {
  width: 90.66667vw;
  margin: 0 auto 14.66667vw;
  background: #fff;
  position: relative;
  padding: 14.66667vw 0 16vw;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box {
    width: 590px;
    padding: 75px 0;
    margin: 0 auto;
  }
}

body main #course #course_inner .course .course_box h4 {
  position: absolute;
  top: -5.86667vw;
  left: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 10.66667vw;
  font-style: italic;
  color: #0a68bf;
  text-align: right;
  width: 24vw;
  margin: 0 0 0 -12vw;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box h4 {
    font-size: 60px;
    top: -25px;
    width: 120px;
    margin: 0 0 0 -60px;
  }
}

body main #course #course_inner .course .course_box h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 35%;
  top: 40%;
  width: 16.66667vw;
  margin-left: -8.33333vw;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box h4::after {
    font-size: 15px;
    margin-left: -45px;
    width: 84px;
  }
}

body main #course #course_inner .course .course_box h4 span {
  font-family: 'Roboto', sans-serif;
  font-size: 2.66667vw;
  color: #0a68bf;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box h4 span {
    font-size: 15px;
  }
}

body main #course #course_inner .course .course_box .point {
  width: 81.33333vw;
  height: 42.66667vw;
  margin: 0 auto 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box .point {
    width: 430px;
    height: 225px;
    margin: 0 auto 40px;
  }
}

body main #course #course_inner .course .course_box .point p {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.33333vw;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box .point p {
    font-size: 25px;
  }
}

body main #course #course_inner .course .course_box .point p span {
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box .point p span {
    font-size: 15px;
  }
}

body main #course #course_inner .course .course_box p.txt {
  width: 81.33333vw;
  margin: 0 auto 8vw;
  font-size: 4vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box p.txt {
    width: auto;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto 40px;
    margin-left: 60px;
    letter-spacing: -0.04em;
  }
}

body main #course #course_inner .course .course_box.course01 .point {
  width: 81.33333vw;
  height: 42.66667vw;
  margin: 0 auto 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/course_bg_point_01.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box.course01 .point {
    width: 430px;
    height: 225px;
    margin: 0 auto 40px;
  }
}

body main #course #course_inner .course .course_box.course01 .point p {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box.course01 p.txt {
    margin-bottom: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box.course02 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
}

body main #course #course_inner .course .course_box.course02 .point {
  width: 42.66667vw;
  height: 42.66667vw;
  margin: 0 auto 8vw;
  background: url(../img/course_bg_point_02.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  body main #course #course_inner .course .course_box.course02 .point {
    width: 225px;
    height: 225px;
    margin: 0 auto 40px;
  }
}

body main #online {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 75%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%);
  padding-bottom: 26.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #online {
    padding-bottom: 150px;
  }
}

body main #online #online_inner {
  width: 81.33333vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  body main #online #online_inner {
    width: auto;
  }
}

body main #online #online_inner h3 {
  text-align: center;
  font-size: 6.66667vw;
  font-weight: bold;
  color: #0a68bf;
  line-height: 1.2;
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #online #online_inner h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

body main #online #online_inner h3 span {
  display: block;
  font-size: 5.33333vw;
  color: #89acd9;
}

@media print, screen and (min-width: 768px) {
  body main #online #online_inner h3 span {
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
  }
}

body main #online #online_inner p {
  width: 81.33333vw;
  margin: 0 auto 8vw;
  font-size: 4vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #online #online_inner p {
    text-align: center;
    font-size: 15px;
    margin: 0 auto 40px;
  }
}

body main #link #link_inner {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box {
    width: 50%;
  }
}

body main #link #link_inner .link_box a {
  position: relative;
  display: block;
  padding: 13.33333vw 0;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a {
    padding: 66px 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #ffffff;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}

body main #link #link_inner .link_box a h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6.66667vw;
  margin-bottom: 9.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a h3 {
    position: relative;
    z-index: 5;
    font-size: 30px;
    margin-bottom: 35px;
  }
}

body main #link #link_inner .link_box a p.txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.txt {
    position: relative;
    z-index: 5;
    font-size: 15px;
  }
}

body main #link #link_inner .link_box a p.btn {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 21.33333vw;
  font-size: 3.2vw;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 2.66667vw 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.btn {
    width: auto;
    font-size: 15px;
    padding: 0 25px 13.5px 0;
  }
}

body main #link #link_inner .link_box a p.btn span.span_a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

body main #link #link_inner .link_box a p.btn span.span_a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

body main #link #link_inner .link_box a p.btn span.span_b {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.btn span.span_b {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

body main #link #link_inner .link_box a p.btn span.span_b::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

body main #link #link_inner .link_box a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:hover p.btn span.span_a {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:hover p.btn span.span_b {
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    -o-transition: transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

body main #link #link_inner .link_box.link_box_01 a {
  background: #087bc1;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 a:hover h3 {
    color: #087bc1;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 a:hover p.txt {
    color: #087bc1;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 a:hover p.btn {
    color: #087bc1;
  }
}

body main #link #link_inner .link_box.link_box_01 a:hover p.btn span.span_a {
  border-bottom: 1px solid #087bc1;
}

body main #link #link_inner .link_box.link_box_01 a:hover p.btn span.span_a::after {
  border-top: 1px solid #087bc1;
}

body main #link #link_inner .link_box.link_box_01 a:hover p.btn span.span_b {
  border-bottom: 1px solid #087bc1;
}

body main #link #link_inner .link_box.link_box_01 a:hover p.btn span.span_b::after {
  border-top: 1px solid #087bc1;
}

body main #link #link_inner .link_box.link_box_02 {
  background: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02 h3 {
    padding-top: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover h3 {
    color: #0a68bf;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover p.txt {
    color: #0a68bf;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover p.btn {
    color: #0a68bf;
  }
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_a {
  border-bottom: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_a::after {
  border-top: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_b {
  border-bottom: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_b::after {
  border-top: 1px solid #0a68bf;
}

p.btn.c_reverse {
  width: 66.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  p.btn.c_reverse {
    position: relative;
    z-index: 5;
    width: 285px;
  }
}

p.btn.c_reverse a {
  display: block;
  width: 100%;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  border: 2px solid #0a68bf;
  color: #0a68bf;
  font-weight: bold;
  padding: 5.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  p.btn.c_reverse a {
    padding: 20px 0;
    font-size: 16px;
  }
}

p.btn.c_reverse a:hover {
  background: #0a68bf;
  color: #ffffff;
}

p.btn.u_arrow {
  text-align: right;
}

p.btn.u_arrow a {
  display: inline-block;
  position: relative;
  width: 24vw;
  font-size: 3.2vw;
  line-height: 1;
  text-align: left;
  color: #0a68bf;
  font-weight: bold;
  padding: 0 0 2.66667vw 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  p.btn.u_arrow a {
    width: 110px;
    font-size: 15px;
    padding: 0 0 13.5px 0;
  }
}

p.btn.u_arrow a span.span_a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #0a68bf;
}

p.btn.u_arrow a span.span_a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #0a68bf;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

p.btn.u_arrow a span.span_b {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #0a68bf;
}

@media print, screen and (min-width: 768px) {
  p.btn.u_arrow a span.span_b {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

p.btn.u_arrow a span.span_b::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #0a68bf;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

@media print, screen and (min-width: 768px) {
  p.btn.u_arrow a:hover span.span_a {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media print, screen and (min-width: 768px) {
  p.btn.u_arrow a:hover span.span_b {
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    -o-transition: transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.passing .passing-box {
  display: block;
  text-align: left;
  line-height: 1;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ffffff;
}

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 1s ease 0s 1 normal forwards;
  animation: passing-txt 1s ease 0s 1 normal forwards;
}

.passing2 .passing-box {
  display: block;
  text-align: left;
  line-height: 1;
}

.passing2 .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing2 .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ffffff;
}

.passing2 .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing2.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 1s 1 normal forwards;
  animation: passing-bar 1s ease 1s 1 normal forwards;
}

.passing2.move .passing-txt {
  -webkit-animation: passing-txt 1s ease 1s 1 normal forwards;
  animation: passing-txt 1s ease 1s 1 normal forwards;
}

/* title animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  40% {
    left: 0;
    width: 100%;
  }
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  40% {
    left: 0;
    width: 100%;
  }
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.scrollDown {
  display: block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  font-size: 10px;
  height: 30px;
  width: 100px;
  position: absolute;
  bottom: 0;
  z-index: 101;
  color: #0a68bf;
  right: 1%;
  -webkit-transform: translate(-40px, -50px) rotate(90deg);
  -ms-transform: translate(-40px, -50px) rotate(90deg);
  transform: translate(-40px, -50px) rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .scrollDown {
    display: none;
  }
}

.scrollDown .sd-bar {
  height: 1px;
  width: 100px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ffffff;
}

.scrollDown .sd-bar:after {
  content: "";
  height: 1px;
  width: 100px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #0a68bf;
  opacity: .5;
  -webkit-animation: sdBar 2s infinite cubic-bezier(0.79, 0.17, 0.15, 0.96) !important;
  animation: sdBar 2s infinite cubic-bezier(0.79, 0.17, 0.15, 0.96) !important;
}

@-webkit-keyframes sdBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  15% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@keyframes sdBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  15% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    background: #d9f1f7;
  }
  footer {
    background: #ffffff;
  }
}
