@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  background-color: transparent;
  border: 0px;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  width: 100%;
}

body {
  min-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 76%;
  line-height: 1.6;
  color: #1E1E1E;
  height: 100%;
  padding-left: 0;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .pagewrap {
    padding: 15px;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
  }
  .container {
    max-width: 1920px;
    margin-inline: auto;
  }
  .mainvisual {
    position: relative;
    margin-bottom: 5.7291666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual-wrap {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 5.7291666667vw;
  }
  .mainvisual-wrap::before {
    content: "";
    display: block;
    padding-top: 44.48%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual-wrap {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__bg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
  }
  .mainvisual__bg__scroll {
    position: absolute;
    top: 0;
    left: -23.0927835052vw;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 1940px) {
  .mainvisual__bg__scroll {
    left: -448px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__bg__scroll div {
    width: 160.8762886598vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1940px) {
  .mainvisual__bg__scroll div {
    width: 3121px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__title {
    position: absolute;
    top: 28%;
    left: 3.75vw;
  }
  .mainvisual__title img {
    width: 31.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual__title img {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__title::after {
    content: "";
    position: absolute;
    top: -8.125vw;
    right: 2.1875vw;
    width: 15.7291666667vw;
    height: 11.25vw;
    background-image: url(../img/illust-paper01.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual__title::after {
    top: -156px;
    right: 42px;
    width: 302px;
    height: 216px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__btn {
    position: absolute;
    right: 1.8229166667vw;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.3229166667vw;
    height: 14.3229166667vw;
    background-color: #FDF319;
    border-radius: 50%;
    transition: ease 0.3s;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual__btn {
    right: 35px;
    width: 275px;
    height: 275px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__btn:hover {
    opacity: 0.7;
  }
  .mainvisual__btn img {
    width: 9.7395833333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual__btn img {
    width: 187px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__lead {
    text-align: center;
    color: #ffffff;
    font-size: 1.3541666667vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mainvisual__lead {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .policy {
    margin-bottom: 5.7291666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .policy-wrap {
    width: 80.7291666667vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy-wrap {
    width: 1550px;
  }
}
@media screen and (min-width: 768px) {
  .policy__title {
    text-align: center;
    padding-top: 6.25vw;
    margin-bottom: 2.6041666667vw;
    background-image: url(../img/bg-separator.png);
    background-size: 12.8645833333vw auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__title {
    padding-top: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .policy__title-main {
    width: 14.4270833333vw;
    margin-inline: auto;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__title-main {
    width: 277px;
  }
}
@media screen and (min-width: 768px) {
  .policy__title-sub h2 {
    color: #ffffff;
    font-size: 1.7708333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__title-sub h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .policy__lead {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 1.25vw;
    line-height: 1.83;
    margin-bottom: 3.3854166667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__lead {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .policy__map {
    text-align: center;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__map {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .policy__map img {
    width: 58.0729166667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__map img {
    width: 1115px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index {
    position: relative;
    padding: 2.6041666667vw 3.6458333333vw;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index {
    padding: 50px 70px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index::before {
    content: "";
    position: absolute;
    top: -14.7395833333vw;
    left: 3.3854166667vw;
    width: 5.9375vw;
    height: 14.7395833333vw;
    background-image: url(../img/illust-man.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index::before {
    top: -283px;
    left: 65px;
    width: 114px;
    height: 283px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index::after {
    content: "";
    position: absolute;
    top: -13.1770833333vw;
    right: 2.4479166667vw;
    width: 10.7291666667vw;
    height: 13.1770833333vw;
    background-image: url(../img/illust-woman.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index::after {
    top: -253px;
    right: 47px;
    width: 206px;
    height: 253px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index-wrap {
    display: flex;
  }
  .policy__index__title {
    color: #00C1E3;
    text-align: center;
    font-size: 2.2916666667vw;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index-num {
    display: inline-block;
    font-size: 1.4583333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index-num {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index-flag {
    display: inline-block;
    margin: 0 14px;
  }
  .policy__index-flag img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 2.1354166667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index-flag img {
    width: 41px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index-name {
    display: inline-block;
    font-size: 1.3541666667vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index-name {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index ul {
    width: 50%;
  }
  .policy__index ul:nth-of-type(2) {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .policy__index ul:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .policy__index ul li {
    margin-bottom: 8px;
  }
  .program {
    overflow: hidden;
    padding-bottom: 1px;
    background-color: #ffffff;
  }
  .program-wrap {
    position: relative;
    padding: 150px 0 0;
  }
  .program-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8.75vw;
    width: 18.3333333333vw;
    height: 11.25vw;
    background-image: url(../img/illust-paper03.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program-wrap::after {
    top: 168px;
    width: 352px;
    height: 216px;
  }
}
@media screen and (min-width: 768px) {
  .program__title {
    text-align: center;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .program__title-main {
    width: 20.7291666667vw;
    margin-inline: auto;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__title-main {
    width: 398px;
  }
}
@media screen and (min-width: 768px) {
  .program__title-sub h2 {
    font-size: 1.7708333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__title-sub h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .program__lead {
    text-align: center;
    font-size: 1.25vw;
    line-height: 1.83;
    padding-bottom: 80px;
    margin-bottom: 80px;
    background-image: url(../img/bg-separator.png);
    background-size: 12.8645833333vw auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail {
    position: relative;
    width: 91.14%;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
    border-radius: 15px;
    padding: 4.4270833333vw 0 0;
    margin-inline: auto;
    margin-bottom: 60px;
  }
  .program__detail.opened .program__detail__pct {
    border-radius: 0;
  }
  .program__detail::after {
    content: "";
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    border: 4px solid #ffffff;
    border-radius: 15px;
  }
  .program__detail__title {
    text-align: center;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__title span {
    display: inline-block;
    color: #ffffff;
    font-size: 1.7708333333vw;
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__title span {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__title img {
    width: auto;
    height: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__title img {
    height: 75px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__lead {
    color: #ffffff;
    text-align: center;
    font-size: 1.25vw;
    line-height: 1.83;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__lead {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__pct {
    overflow: hidden;
    font-size: 0;
    border-radius: 15px;
  }
  .program__detail__pct img {
    width: 100%;
  }
  .program__detail__btn {
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: -2.0833333333vw;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 32.65625vw;
    height: 4.1666666667vw;
    font-size: 1.4583333333vw;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
    border-radius: 2.0833333333vw;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 1px 1px 8px rgba(0, 0, 0, 0.2);
    margin-inline: auto;
    transition: ease 0.3s;
  }
  .program__detail__btn:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__btn {
    top: -40px;
    width: 627px;
    height: 80px;
    font-size: 28px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__btn::after {
    content: "";
    position: absolute;
    top: 1.0416666667vw;
    right: 1.8229166667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-image: url(../img/ico-plus.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__btn::after {
    top: 20px;
    right: 35px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__table {
    width: 75.5208333333vw;
    margin-inline: auto;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__table {
    width: 1450px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__table table {
    color: #ffffff;
  }
  .program__detail__table table tr th {
    padding: 20px 0;
    width: 8.59375vw;
    font-size: 1.5625vw;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__table table tr th {
    padding: 1.0416666667vw 0;
    width: 165px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__table table tr td {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__table table tr td {
    padding: 1.0416666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__table table tr td p {
    font-size: 1.25vw;
    line-height: 1.83;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__table table tr td p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__table table tr td p + p {
    padding-top: 2rem;
  }
  .program__detail__table table tr:last-child th, .program__detail__table table tr:last-child td {
    border-bottom: 0px;
  }
  .program__detail__photos {
    width: 80.7291666667vw;
    margin-inline: auto;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__photos {
    width: 1550px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__photos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .program__detail__photos ul li {
    width: 23.87%;
  }
  .program__detail__voice__title {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__voice__title img {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__title img {
    width: 564px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__voice__list {
    position: relative;
    z-index: 11;
    padding: 0 15px 0 20px;
  }
  .program__detail__voice__list-caption {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5625vw;
    line-height: 1.33;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__list-caption {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__voice__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .program__detail__voice__list ul li {
    width: 21.14%;
    margin: 0 1.71875vw;
    transition: ease 0.3s;
  }
  .program__detail__voice__list ul li:hover {
    opacity: 0.75;
  }
  .program__detail__voice__list .slick-arrow {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    background-color: transparent;
    background-image: url(../img/btn-slidearrow.png);
    background-size: 100% 100%;
    width: 4.6354166667vw;
    height: 4.6354166667vw;
    text-indent: -9999px;
    transition: ease 0.3s;
  }
  .program__detail__voice__list .slick-arrow:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__list .slick-arrow {
    width: 89px;
    height: 89px;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__voice__list .slick-prev {
    position: absolute;
    z-index: 10;
    top: calc(50% - 3.4375vw);
    left: 0;
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__list .slick-prev {
    top: calc(50% - 66px);
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .program__detail__voice__list .slick-next {
    position: absolute;
    z-index: 10;
    top: calc(50% - 3.4375vw);
    right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .program__detail__voice__list .slick-next {
    top: calc(50% - 66px);
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .program__detail dl.is-active .program__detail__btn::after {
    background-image: url(../img/ico-minus.png);
  }
  .program__detail dl dt {
    height: 0;
  }
  .program__detail dl dd {
    position: relative;
    padding-top: 3.90625vw;
    padding-bottom: 4.4270833333vw;
  }
  .others {
    padding: 2.6041666667vw 0 3.6458333333vw 4.1666666667vw;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others {
    padding: 80px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .others-wrap {
    width: 83.3333333333vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others-wrap {
    width: 1600px;
  }
}
@media screen and (min-width: 768px) {
  .others__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .others__title h2 {
    color: #00C1E3;
    text-align: center;
    font-size: 2.6041666667vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__title h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .others__list__block {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #D4F2F7;
    border-radius: 15px;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__list__block {
    padding: 60px 50px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .others__list__block-thumb {
    width: 50%;
    line-height: 0;
    font-size: 0;
  }
  .others__list__block-detail {
    width: 50%;
    padding: 0 2.6041666667vw;
  }
  .others__list__block-detail__title {
    margin-bottom: 30px;
  }
  .others__list__block-detail__title-sub {
    font-size: 1.7708333333vw;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__list__block-detail__title-sub {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .others__list__block-detail__title-main {
    width: 22.3958333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__list__block-detail__title-main {
    width: 430px;
  }
}
@media screen and (min-width: 768px) {
  .others__list__block-detail__title-main2 {
    color: #00C1E3;
    font-size: 2.6041666667vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__list__block-detail__title-main2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .others__list__block-detail p {
    font-size: 1.25vw;
    line-height: 1.83;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .others__list__block-detail p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .scholarship {
    background-image: url(../img/bg-scholarship.png);
    background-size: cover;
  }
  .scholarship-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
  }
  .scholarship__detail {
    color: #ffffff;
    width: 45.57%;
  }
  .scholarship__detail__title {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .scholarship__detail__title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .scholarship__detail__title-main img {
    width: 28.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .scholarship__detail__title-main img {
    width: 544px;
  }
}
@media screen and (min-width: 768px) {
  .scholarship__detail__title-sub h2 {
    font-size: 1.7708333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .scholarship__detail__title-sub h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .scholarship__detail p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .scholarship__detail p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .scholarship__photo {
    overflow: hidden;
    width: 42.7%;
    font-size: 0;
    border-radius: 12px;
  }
  .seminar-wrap {
    position: relative;
    padding: 110px 0;
    background-color: #ffffff;
  }
  .seminar-wrap::after {
    content: "";
    position: absolute;
    top: 125px;
    right: 0;
    width: 352px;
    height: 215px;
    background-image: url(../img/illust-paper04.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar-wrap::after {
    top: 6.5104166667vw;
    width: 18.3333333333vw;
    height: 11.1979166667vw;
  }
}
@media screen and (min-width: 768px) {
  .seminar__title {
    margin-bottom: 50px;
  }
  .seminar__title-main {
    text-align: center;
    margin-bottom: 25px;
  }
  .seminar__title-main img {
    width: 20.0520833333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__title-main img {
    width: 385px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__title-sub h2 {
    text-align: center;
    font-size: 1.7708333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__title-sub h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__lead {
    text-align: center;
    font-size: 1.25vw;
    line-height: 1.83;
    padding-bottom: 88px;
    margin-bottom: 80px;
    background-image: url(../img/bg-separator.png);
    background-size: 12.8645833333vw auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table {
    width: 83.3333333333vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table {
    width: 1600px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table {
    width: 100%;
  }
  .seminar__table table tr td {
    vertical-align: middle;
    padding: 1.5625vw 0;
    border-bottom: 4px solid #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table tr td:nth-last-of-type(4) {
    width: 16.18%;
    color: #ffffff;
    text-align: center;
    background-color: #00C1E3;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td:nth-last-of-type(4) {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table tr td:nth-last-of-type(3) {
    width: 16.18%;
    color: #ffffff;
    text-align: center;
    background-color: #6CD4E6;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td:nth-last-of-type(3) {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table tr td:nth-last-of-type(2) {
    width: 16.18%;
    padding-left: 2.6041666667vw;
    background-color: #A5E4EF;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td:nth-last-of-type(2) {
    font-size: 26px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table tr td:nth-last-of-type(1) {
    padding-left: 2.6041666667vw;
    background-color: #D4F2F7;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td:nth-last-of-type(1) {
    font-size: 24px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__table table tr td a {
    position: relative;
    display: inline-block;
    color: #00A7AD;
    text-decoration: underline;
  }
  .seminar__table table tr td a:hover {
    text-decoration: none;
  }
  .seminar__table table tr td a.ico_pdf::after {
    content: "";
    position: absolute;
    right: -2.34375vw;
    top: 0.15625vw;
    width: 1.5625vw;
    height: 1.9791666667vw;
    background-image: url(../img/ico-pdf.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .seminar__table table tr td a.ico_pdf::after {
    right: -45px;
    top: 3px;
    width: 30px;
    height: 38px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap {
    padding: 4.4270833333vw 0 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .footer-wrap {
    padding: 85px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .footer__logo {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 13.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .footer__logo img {
    width: 261px;
  }
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    text-align: center;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .footer__copyright {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .modal {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal.active {
    display: block;
    opacity: 1;
  }
  .modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .modal__content {
    position: relative;
    width: 93.12%;
    height: 93%;
    max-height: 93%;
    padding: 5.46875vw 4.8958333333vw;
    background-color: #FFFFFF;
    border-radius: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content {
    padding: 105px 94px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content::after {
    content: "";
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    position: absolute;
    top: 15px;
    left: 15px;
    border: 4px solid #00C1E3;
    border-radius: 15px;
  }
  .modal__content-scroll {
    position: relative;
    z-index: 5;
    overflow-y: scroll;
    height: 100%;
  }
  .modal__content__head {
    display: flex;
    margin-bottom: 3.9583333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__head {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__head-thumb {
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    width: 8.9583333333vw;
    margin-right: 2.2916666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__head-thumb {
    width: 172px;
    margin-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__head-title {
    font-size: 2.2916666667vw;
    font-weight: 700;
    line-height: 1.27;
    background-image: url(../img/bg-separator.png);
    background-size: 12.8645833333vw auto;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__head-title {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__body__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 79.3229166667vw;
    margin-bottom: 4.4270833333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__body__block {
    width: 1523px;
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__body__block__thumb {
    width: 32.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__body__block__thumb {
    width: 618px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__body__block__detail {
    width: 44.5833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__body__block__detail {
    width: 856px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__body__block__detail__title {
    font-size: 1.7708333333vw;
    font-weight: 700;
    line-height: 1.29;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__body__block__detail__title {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__body__block__detail p {
    font-size: 1.25vw;
    line-height: 1.83;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .modal__content__body__block__detail p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .modal__content__close {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 15px;
  }
  .modal__content__close button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 64px;
    height: 64px;
    transition: ease 0.3s;
    background-image: url(../img/btn-modal.png);
    background-size: 64px 64px;
    background-color: transparent;
  }
  .modal__content__close button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
  .pagewrap {
    background-image: url(../img/bg.png);
    background-size: 100% auto;
  }
  .mainvisual {
    padding: 1.3333333333vw;
    padding-bottom: 0;
    margin-bottom: 6.6666666667vw;
  }
  .mainvisual-wrap {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 6.6666666667vw;
  }
  .mainvisual-wrap::before {
    content: "";
    display: block;
    padding-top: 123.7%;
  }
  .mainvisual__bg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
  }
  .mainvisual__bg__scroll {
    position: absolute;
    top: 0;
    left: -58.2666666667vw;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
  }
  .mainvisual__bg__scroll div {
    width: 353.2vw;
  }
  .mainvisual__title {
    position: absolute;
    top: 6.2666666667vw;
    left: 9.8666666667vw;
  }
  .mainvisual__title img {
    width: 55.0666666667vw;
  }
  .mainvisual__btn {
    display: none;
  }
  .mainvisual__lead {
    width: 90.6%;
    color: #ffffff;
    font-size: 3.4666666667vw;
    line-height: 1.69;
    margin-inline: auto;
  }
  .policy {
    padding-bottom: 14.6666666667vw;
  }
  .policy__title {
    width: 90.6%;
    margin-inline: auto;
    padding-top: 14.6666666667vw;
    margin-bottom: 8vw;
    background-image: url(../img/bg-separator--sp.png);
    background-size: 28vw auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .policy__title-main {
    width: 30.6666666667vw;
    margin-bottom: 8px;
  }
  .policy__title-sub h2 {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 700;
  }
  .policy__lead {
    width: 90.6%;
    margin-inline: auto;
    color: #ffffff;
    font-size: 3.4666666667vw;
    line-height: 1.69;
    margin-bottom: 3.4666666667vw;
  }
  .policy__map {
    width: 90.6%;
    margin-inline: auto;
    margin-bottom: 34.6666666667vw;
  }
  .policy__map img {
    width: 100%;
  }
  .policy__map__zoom {
    text-align: right;
    padding-top: 5px;
  }
  .policy__map__zoom a {
    display: inline-block;
  }
  .policy__map__zoom a img {
    width: 29.0666666667vw;
  }
  .policy__index {
    position: relative;
    padding: 4.6666666667vw 4.6666666667vw;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .policy__index::before {
    content: "";
    position: absolute;
    top: -32vw;
    left: calc(50% - 20vw);
    width: 45.7333333333vw;
    height: 32vw;
    background-image: url(../img/illust-man-woman--sp.png);
    background-size: 100% 100%;
  }
  .policy__index__title {
    color: #00C1E3;
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
    letter-spacing: 0.15rem;
    margin-bottom: 20px;
  }
  .policy__index-num {
    display: inline-block;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .policy__index-flag {
    display: inline-block;
    margin: 0 5px;
  }
  .policy__index-flag img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 5.4666666667vw;
  }
  .policy__index-name {
    display: inline-block;
    font-size: 3.4666666667vw;
    font-weight: 700;
  }
  .policy__index ul li {
    margin-bottom: 8px;
  }
  .program {
    overflow: hidden;
    padding-bottom: 1px;
    background-color: #ffffff;
    margin: 0 1.3333333333vw;
    padding-bottom: 8vw;
  }
  .program-wrap {
    position: relative;
    padding: 13.3333333333vw 0 0;
  }
  .program-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15.3333333333vw;
    width: 40.2666666667vw;
    height: 24.8vw;
    background-image: url(../img/illust-paper04--sp.png);
    background-size: 100% 100%;
  }
  .program__title {
    padding: 0 3.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  .program__title-main {
    width: 44vw;
    margin-bottom: 5px;
  }
  .program__title-sub h2 {
    font-size: 4vw;
    font-weight: 700;
  }
  .program__lead {
    font-size: 3.4666666667vw;
    line-height: 1.69;
    padding: 0 3.3333333333vw;
    padding-bottom: 9.3333333333vw;
    margin-bottom: 8.6666666667vw;
    background-image: url(../img/bg-separator--sp.png);
    background-size: 28vw auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .program__detail {
    position: relative;
    width: 91.14%;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
    border-radius: 5px;
    padding: 8vw 0 0;
    margin-inline: auto;
    margin-bottom: 8vw;
  }
  .program__detail.opened .program__detail__pct {
    border-radius: 0;
  }
  .program__detail::after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 8px;
    left: 8px;
    border: 2px solid #ffffff;
    border-radius: 5px;
  }
  .program__detail__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .program__detail__title span {
    display: inline-block;
    color: #ffffff;
    font-size: 4vw;
    margin-right: 5px;
  }
  .program__detail__title img {
    width: auto;
    height: 6.6666666667vw;
  }
  .program__detail__lead {
    color: #ffffff;
    font-size: 3.4666666667vw;
    line-height: 1.69;
    padding: 0 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .program__detail__pct {
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
  }
  .program__detail__pct img {
    width: 100%;
  }
  .program__detail__btn {
    position: relative;
    z-index: 10;
    top: -5.3333333333vw;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 62.6666666667vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    color: #222;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5.3333333333vw;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    margin-inline: auto;
  }
  .program__detail__btn::after {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    right: 3.2vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../img/ico-plus.png);
    background-size: 100% 100%;
  }
  .program__detail__table {
    width: 77.6vw;
    margin-inline: auto;
    margin-bottom: 6.6666666667vw;
  }
  .program__detail__table table {
    color: #ffffff;
  }
  .program__detail__table table tr th {
    display: block;
    padding-top: 4vw;
    font-size: 4vw;
    font-weight: 700;
  }
  .program__detail__table table tr td {
    display: block;
    padding: 1.6vw 0 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .program__detail__table table tr td p {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
  .program__detail__table table tr td p + p {
    padding-top: 1.2rem;
  }
  .program__detail__table table tr:last-child th, .program__detail__table table tr:last-child td {
    border-bottom: 0px;
  }
  .program__detail__photos {
    width: 77.6vw;
    margin-inline: auto;
    margin-bottom: 8.6666666667vw;
  }
  .program__detail__photos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .program__detail__photos ul li {
    width: 48.45%;
    margin-bottom: 2.4vw;
  }
  .program__detail__voice__title {
    text-align: center;
    margin-bottom: 6vw;
  }
  .program__detail__voice__title img {
    width: 52.4vw;
  }
  .program__detail__voice__list {
    padding: 0 10px;
  }
  .program__detail__voice__list-caption {
    display: block;
    color: #ffffff;
    font-size: 3.7333333333vw;
    line-height: 1.42;
    padding-top: 5px;
  }
  .program__detail__voice__list ul {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .program__detail__voice__list ul li {
    width: 36vw;
    margin: 0 2.6666666667vw;
  }
  .program__detail__voice .slick-arrow {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    background-color: transparent;
    background-image: url(../img/btn-slidearrow.png);
    background-size: 100% 100%;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    text-indent: -9999px;
  }
  .program__detail__voice .slick-prev {
    position: absolute;
    z-index: 10;
    top: 17.3333333333vw;
    left: 0;
    transform: scale(-1, 1);
  }
  .program__detail__voice .slick-next {
    position: absolute;
    z-index: 10;
    top: 17.3333333333vw;
    right: 0;
  }
  .program__detail dl.is-active .program__detail__btn::after {
    background-image: url(../img/ico-minus.png);
  }
  .program__detail dl dt {
    height: 0;
  }
  .program__detail dl dd {
    display: none;
    position: relative;
    padding-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
  .others {
    margin: 0 1.3333333333vw;
    padding-bottom: 8vw;
    background-color: #ffffff;
  }
  .others__title {
    margin-bottom: 6.6666666667vw;
  }
  .others__title h2 {
    color: #00C1E3;
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .others__list__block {
    overflow: hidden;
    width: 90.6666666667vw;
    margin-inline: auto;
    margin-bottom: 6.6666666667vw;
    border-radius: 7px;
    background-color: #D4F2F7;
  }
  .others__list__block-thumb {
    line-height: 0;
    font-size: 0;
  }
  .others__list__block-detail {
    padding: 6vw 6.6666666667vw 4vw;
  }
  .others__list__block-detail__title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3.3333333333vw;
  }
  .others__list__block-detail__title-sub {
    font-size: 4.5333333333vw;
    line-height: 1.1;
    margin-right: 3.3333333333vw;
  }
  .others__list__block-detail__title-main {
    font-size: 0;
    line-height: 1;
    width: 47.7333333333vw;
  }
  .others__list__block-detail__title-main2 {
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
    color: #00C1E3;
  }
  .others__list__block-detail p {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
  .scholarship {
    background-image: url(../img/bg-scholarship--sp.png);
    background-size: cover;
  }
  .scholarship-wrap {
    padding: 14vw 4.6666666667vw;
  }
  .scholarship__detail {
    color: #ffffff;
  }
  .scholarship__detail__title {
    margin-bottom: 6vw;
  }
  .scholarship__detail__title-main img {
    width: 60.5333333333vw;
  }
  .scholarship__detail__title-sub h2 {
    font-size: 4vw;
    font-weight: 700;
  }
  .scholarship__detail p {
    font-size: 3.4666666667vw;
    line-height: 1.69;
    margin-bottom: 6.6666666667vw;
  }
  .scholarship__photo {
    font-size: 0;
    overflow: hidden;
    border-radius: 8px;
  }
  .seminar {
    padding: 0 1.3333333333vw;
  }
  .seminar-wrap {
    position: relative;
    padding: 14.6666666667vw 0;
    background-color: #ffffff;
  }
  .seminar-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15.3333333333vw;
    width: 40.2666666667vw;
    height: 24.8vw;
    background-image: url(../img/illust-paper04--sp.png);
    background-size: 100% 100%;
  }
  .seminar__title {
    padding: 0 3.3333333333vw;
    margin-bottom: 7.3333333333vw;
  }
  .seminar__title-main img {
    width: 43.0666666667vw;
  }
  .seminar__title-sub h2 {
    font-size: 4vw;
    font-weight: 700;
  }
  .seminar__lead {
    padding: 0 3.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.69;
    padding-bottom: 7.3333333333vw;
    margin-bottom: 8vw;
    background-image: url(../img/bg-separator--sp.png);
    background-size: 28vw auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .seminar__table {
    padding: 0 3.3333333333vw;
  }
  .seminar__table__h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 10.1333333333vw;
    font-size: 3.4666666667vw;
    background-color: #00C1E3;
    margin-bottom: 3px;
  }
  .seminar__table__h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 10.1333333333vw;
    font-size: 3.4666666667vw;
    background-color: #6CD4E6;
    margin-bottom: 3px;
  }
  .seminar__table table {
    width: 100%;
  }
  .seminar__table table.mb {
    margin-bottom: 5.3333333333vw;
  }
  .seminar__table table tr td {
    vertical-align: middle;
    padding: 4vw 0;
    border-bottom: 3px solid #ffffff;
  }
  .seminar__table table tr td:nth-last-of-type(2) {
    width: 20.58%;
    text-align: center;
    background-color: #A5E4EF;
    font-size: 3.4666666667vw;
  }
  .seminar__table table tr td:nth-last-of-type(1) {
    width: 79.42%;
    padding: 0 4vw;
    background-color: #D4F2F7;
    border-left: 3px solid #ffffff;
    font-size: 3.2vw;
    line-height: 1.41;
  }
  .seminar__table table tr td a {
    position: relative;
    display: inline-block;
    color: #00A7AD;
    text-decoration: underline;
  }
  .seminar__table table tr td a:hover {
    text-decoration: none;
  }
  .seminar__table table tr td a.ico_pdf::after {
    content: "";
    position: absolute;
    right: -6vw;
    top: 0.4vw;
    width: 4vw;
    height: 5.0666666667vw;
    background-image: url(../img/ico-pdf.png);
    background-size: 100% 100%;
  }
  .footer-wrap {
    padding: 10.6666666667vw 0 calc(14.6666666667vw + 30px);
  }
  .footer__logo {
    text-align: center;
    margin-bottom: 4.6666666667vw;
  }
  .footer__logo img {
    width: 41.3333333333vw;
  }
  .footer__copyright {
    text-align: center;
    color: #ffffff;
    font-size: 3.4666666667vw;
    font-family: serif;
    font-weight: 400;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal.active {
    display: block;
    opacity: 1;
  }
  .modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .modal__content {
    position: relative;
    width: 93.12%;
    height: 93%;
    padding: 10.6666666667vw 5.8666666667vw 8vw;
    background-color: #FFFFFF;
    border-radius: 8px;
  }
  .modal__content::after {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #00C1E3;
    border-radius: 8px;
  }
  .modal__content-scroll {
    position: relative;
    z-index: 5;
    overflow-y: scroll;
    height: 100%;
    padding-right: 5.3333333333vw;
  }
  .modal__content__head {
    display: flex;
    margin-bottom: 10.1333333333vw;
  }
  .modal__content__head-thumb {
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    width: 14.9333333333vw;
    margin-right: 5.8666666667vw;
  }
  .modal__content__head-title {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5.3333333333vw;
    background-image: url(../img/bg-separator--sp.png);
    background-size: 28vw auto;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .modal__content__body__block {
    margin-bottom: 9.3333333333vw;
  }
  .modal__content__body__block__thumb {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
  .modal__content__body__block__detail__title {
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 3.4666666667vw;
  }
  .modal__content__body__block__detail p {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
  .modal__content__close {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
  }
  .modal__content__close button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 32px;
    height: 32px;
    transition: ease 0.3s;
    background-image: url(../img/btn-modal.png);
    background-size: 32px 32px;
    background-color: transparent;
  }
  .footerbtn {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footerbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #FDF319;
  }
  .footerbtn a img {
    width: 52.9333333333vw;
  }
  .footerbtn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 4.6666666667vw;
    width: 8px;
    height: 13px;
    background-image: url(../img/btn-instagram-arrow--sp.png);
    background-size: 8px 13px;
  }
}/*# sourceMappingURL=style.css.map */