@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .en {
  font-family: "EB Garamond", serif;
}
body a, body button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a, body button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover, body button:hover {
    opacity: 0.6;
  }
}
body a:hover, body button:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

.mv .image .text {
  position: relative;
}
.mv .image .text span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body #header {
    width: 100%;
    height: 90px;
    position: relative;
  }
  body #header #logo {
    float: left;
    margin: 27px 0 0 39px;
  }
  body #header .link_wrap {
    position: relative;
    float: right;
  }
  body #header .link_wrap .sns {
    float: left;
    position: relative;
  }
  body #header .link_wrap .sns a {
    display: block;
    margin-top: 25px;
  }
  body #header .link_wrap .sns a.ig {
    float: left;
    margin-right: 24px;
  }
  body #header .link_wrap .sns a.yt {
    float: right;
  }
  body #header .link_wrap .maedaroad {
    float: right;
    margin: 24px 43px 0 72px;
  }
  body #main {
    background-image: url("../img/bg_footer.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 40px;
  }
  body #main #mv {
    width: 100%;
    height: 0;
    padding-bottom: 50.51%;
    background-image: url("../img/mv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body #main .content {
    min-width: 1024px;
    background-image: url(../img/bg.png);
    background-position: 50% 880px;
    background-repeat: no-repeat;
    background-size: 100% 1109px;
  }
  body #main .content .inner {
    width: 1000px;
    margin: auto;
  }
  body #main .content .inner .intro {
    position: relative;
    margin: 51px 0 0 0;
    background-color: #F4FFF9;
    padding: 95px 0 68px;
    text-align: center;
    border-radius: 6px;
  }
  body #main .content .inner .intro .title {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: auto;
    width: 503px;
    height: 68px;
    font-size: 27px;
    color: #fff;
    background-color: #009A78;
    border-radius: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 68px;
  }
  body #main .content .inner .intro .title span {
    font-size: 20px;
    margin-right: 12px;
  }
  body #main .content .inner .intro .cross {
    width: 723px;
    height: 85px;
    margin: auto;
    background-image: url("../img/cross.png");
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  body #main .content .inner .intro .msg {
    font-size: 20px;
    color: #282828;
    line-height: 40px;
    margin: 30px 0 0;
  }
  body #main .content .inner .intro .msg_strong {
    font-size: 26px;
    color: #009A78;
    line-height: 47px;
    margin: 17px 0 0;
    text-decoration: underline;
    text-underline-offset: 15px;
  }
  body #main .content .inner .content-block {
    margin: 100px 0 0;
  }
  body #main .content .inner .content-block .ttl-en {
    display: block;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    color: #009A78;
    line-height: 73px;
  }
  body #main .content .inner .content-block .ttl-jp {
    display: block;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    color: #009A78;
    line-height: 24px;
    margin-bottom: 40px;
  }
  body #main .content .inner .news .news-item {
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    margin: 0 0 21px 0;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(59, 59, 59, 0.55);
  }
  body #main .content .inner .news .news-item .text {
    margin: 10px 0 0;
  }
  body #main .content .inner .schedule .schedule-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item {
    width: 490px;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item .title {
    height: 61px;
    border-radius: 6px 6px 0 0;
    background-color: #009A78;
    font-size: 22px;
    font-weight: 700;
    line-height: 61px;
    text-align: center;
    color: #fff;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item .body {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    background-color: #F4FFF9;
    background-image: url(../img/calendar.png);
    background-position: 55px 45px;
    background-repeat: no-repeat;
    padding: 29px 0 31px 140px;
  }
  body #main .content .inner .team #tbl-team {
    width: 100%;
    border-collapse: separate;
  }
  body #main .content .inner .team #tbl-team th, body #main .content .inner .team #tbl-team td {
    border: 1px solid #fff;
  }
  body #main .content .inner .team #tbl-team thead tr th {
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: left;
    background-color: #009A78;
    padding-left: 54px;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(1) {
    width: 72px;
    border-radius: 6px 0 0 0;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(2) {
    width: 316px;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(3) {
    width: 242px;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(4) {
    border-radius: 0 6px 0 0;
  }
  body #main .content .inner .team #tbl-team tbody tr {
    background-color: #ffffff;
  }
  body #main .content .inner .team #tbl-team tbody tr td {
    font-size: 14px;
    line-height: 45px;
    padding-left: 54px;
  }
  body #main .content .inner .team #tbl-team tbody tr:nth-child(even) {
    background-color: #F4FFF9;
  }
  body #main .content .inner .about p {
    font-size: 20px;
    line-height: 28px;
    border: 2px solid #009A78;
    border-radius: 6px;
    background-color: #F4FFF9;
    padding: 56px 55px;
  }
  body #main .content .inner .course .course-map {
    width: 845px;
    height: 534px;
    background-image: url(../img/course.png);
    margin: -100px 0 0 82px;
  }
  body #main .content .inner .course .course-info {
    margin-top: 45px;
  }
  body #main .content .inner .course .course-info .title {
    height: 55px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 55px;
    border-radius: 6px;
    padding-left: 21px;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
  }
  body #main .content .inner .course .course-info .title:nth-child(1) {
    background-color: #B15F90;
    margin-top: 0;
  }
  body #main .content .inner .course .course-info .title:nth-child(3) {
    background-color: #73CFCA;
  }
  body #main .content .inner .course .course-info .title:nth-child(5) {
    background-color: #54A742;
  }
  body #main .content .inner .course .course-info .title:nth-child(7) {
    background-color: #F7C530;
  }
  body #main .content .inner .course .course-info .title:nth-child(9) {
    background-color: #5A7F92;
  }
  body #main .content .inner .course .course-info .title:nth-child(11) {
    background-color: #CA5A71;
  }
  body #main .content .inner .course .course-info .title::before, body #main .content .inner .course .course-info .title::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 18px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  body #main .content .inner .course .course-info .title::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  body #main .content .inner .course .course-info .title.active::after {
    transform: rotate(0deg);
  }
  body #main .content .inner .course .course-info .text {
    display: none;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  body #main .content .inner .course .course-info .text span {
    display: block;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap {
    padding: 47px 0 47px 322px;
    background-color: #F4FFF9;
    background-image: url(../img/pamphlet.png);
    background-repeat: no-repeat;
    background-position: 66px 32px;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap p.title {
    font-size: 20px;
    line-height: 26px;
    color: #009A78;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap p.body {
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    margin: 14px 0 0;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap .btn {
    display: block;
    width: 200px;
    height: 50px;
    border: 2px solid #009A78;
    border-radius: 100px;
    background-color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #009A78;
    margin: 60px 0 0;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap .pdf-info {
    font-size: 12px;
    line-height: 26px;
    margin: 8px 0 0;
  }
  body #main .content .inner .links .links-wrap {
    display: flex;
    justify-content: space-between;
  }
  body #main .content .inner .links .links-wrap a {
    display: block;
    width: 244px;
    height: 234px;
    background-repeat: no-repeat;
  }
  body #main .content .inner .links .links-wrap a.izumo {
    background-image: url(../img/link_izumo.png);
  }
  body #main .content .inner .links .links-wrap a.ekiden {
    background-image: url(../img/link_izumo_ekiden.png);
  }
  body #main .content .inner .links .links-wrap a.fujitv {
    background-image: url(../img/link_fujitv.png);
  }
  body #main .content .inner .links .links-wrap a.maedaroad {
    background-image: url(../img/link_maedaroad.png);
  }
  body #main .content .inner .links .links-wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
  }
  #footer .menu-wrap {
    padding: 35px 0 35px 0;
    background-color: #F4FFF9;
  }
  #footer .menu-wrap #menu {
    display: flex;
    justify-content: center;
  }
  #footer .menu-wrap #menu li {
    padding: 0 16px;
    border-left: 1px solid #009A78;
  }
  #footer .menu-wrap #menu li:first-child {
    border-left: none;
  }
  #footer .menu-wrap #menu li a {
    font-size: 16px;
    color: #009A78;
    line-height: 16px;
  }
  #footer .copyright {
    display: block;
    height: 46px;
    background-color: #009A78;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    text-align: center;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body #header {
    width: 100%;
    height: 16.2666666667vw;
    position: relative;
  }
  body #header #logo {
    float: left;
    margin: 5.3333333333vw 0 0 4.8vw;
    width: 32.2666666667vw;
  }
  body #header #logo img {
    width: 100%;
  }
  body #header .link_wrap {
    position: relative;
    float: left;
  }
  body #header .link_wrap .sns {
    float: right;
    position: relative;
  }
  body #header .link_wrap .sns a {
    display: block;
    margin-top: 5.3333333333vw;
  }
  body #header .link_wrap .sns a.ig {
    float: left;
    margin-right: 3.2vw;
    width: 5.8666666667vw;
  }
  body #header .link_wrap .sns a.ig img {
    width: 100%;
  }
  body #header .link_wrap .sns a.yt {
    float: right;
    width: 7.2vw;
  }
  body #header .link_wrap .sns a.yt img {
    width: 100%;
  }
  body #header .link_wrap .maedaroad {
    float: left;
    display: block;
    margin: 5.3333333333vw 8vw 0 4.5333333333vw;
    width: 29.3333333333vw;
  }
  body #header .link_wrap .maedaroad img {
    width: 100%;
  }
  body #main {
    background-image: url("../img/bg_footer-sp.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 38.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
  body #main #mv {
    width: 100%;
    height: 151.7333333333vw;
    background-image: url("../img/mv-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body #main .content {
    background-image: url(../img/bg-sp.png);
    background-position: 50% 213.3333333333vw;
    background-repeat: no-repeat;
    background-size: 100vw 310.9333333333vw;
  }
  body #main .content .inner {
    width: 85.3333333333vw;
    margin: auto;
  }
  body #main .content .inner .intro {
    position: relative;
    margin: 27.7333333333vw 0 0 0;
    background-color: #F4FFF9;
    padding: 20vw 0 14.9333333333vw;
    text-align: center;
    border-radius: 1.6vw;
  }
  body #main .content .inner .intro .title {
    position: absolute;
    top: -9.0666666667vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.8vw;
    height: 18.9333333333vw;
    font-size: 4.8vw;
    color: #fff;
    background-color: #009A78;
    border-radius: 26.6666666667vw;
    text-align: center;
    vertical-align: middle;
    line-height: 7.2vw;
  }
  body #main .content .inner .intro .title span {
    display: block;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
    margin-top: 1.8666666667vw;
  }
  body #main .content .inner .intro .cross {
    width: 49.6vw;
    height: 48.5333333333vw;
    margin: auto;
    background-image: url("../img/cross-sp.png");
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  body #main .content .inner .intro .msg {
    font-size: 4.2666666667vw;
    color: #282828;
    line-height: 9.0666666667vw;
    margin: 8vw 0 0;
  }
  body #main .content .inner .intro .msg_strong {
    font-size: 5.3333333333vw;
    color: #009A78;
    line-height: 10.6666666667vw;
    margin: 5.8666666667vw 0 0;
    text-decoration: underline;
    text-underline-offset: 2.6666666667vw;
  }
  body #main .content .inner .content-block {
    margin: 21.3333333333vw 0 0;
  }
  body #main .content .inner .content-block .ttl-en {
    display: block;
    font-family: Montserrat;
    font-size: 11.7333333333vw;
    font-weight: 600;
    color: #009A78;
    line-height: 14.4vw;
  }
  body #main .content .inner .content-block .ttl-jp {
    display: block;
    font-family: Montserrat;
    font-size: 3.7333333333vw;
    font-weight: 600;
    color: #009A78;
    line-height: 4.5333333333vw;
    margin-bottom: 5.8666666667vw;
  }
  body #main .content .inner .news .news-item {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    color: #282828;
    margin: 0 0 6.9333333333vw 0;
    padding-bottom: 2.9333333333vw;
    border-bottom: 1px solid rgba(59, 59, 59, 0.55);
  }
  body #main .content .inner .news .news-item .text {
    margin: 1.3333333333vw 0 0;
  }
  body #main .content .inner .schedule .schedule-wrap {
    position: relative;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item:last-child {
    margin-top: 5.3333333333vw;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item .title {
    height: 10.6666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
    background-color: #009A78;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 10.6666666667vw;
    text-align: center;
    color: #fff;
  }
  body #main .content .inner .schedule .schedule-wrap .schedule-item .body {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    color: #000;
    background-color: #F4FFF9;
    background-image: url(../img/calendar.png);
    background-size: 9.3333333333vw 10.1333333333vw;
    background-position: 9.0666666667vw 8vw;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0 4vw 21.8666666667vw;
  }
  body #main .content .inner .media iframe {
    width: 85.3333333333vw;
    height: 48vw;
  }
  body #main .content .inner .team #tbl-team {
    width: 100%;
    border-collapse: separate;
  }
  body #main .content .inner .team #tbl-team th, body #main .content .inner .team #tbl-team td {
    border: 1px solid #fff;
  }
  body #main .content .inner .team #tbl-team thead tr th {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 10.6666666667vw;
    color: #fff;
    text-align: center;
    background-color: #009A78;
    padding: 0 2.6666666667vw;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(1) {
    border-radius: 1.6vw 0 0 0;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(3) {
    width: 20vw;
  }
  body #main .content .inner .team #tbl-team thead tr th:nth-child(4) {
    border-radius: 0 1.6vw 0 0;
  }
  body #main .content .inner .team #tbl-team tbody tr {
    background-color: #ffffff;
  }
  body #main .content .inner .team #tbl-team tbody tr td {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    text-align: center;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  body #main .content .inner .team #tbl-team tbody tr:nth-child(even) {
    background-color: #F4FFF9;
  }
  body #main .content .inner .about p {
    font-size: 4.1333333333vw;
    line-height: 6.4vw;
    border: 2px solid #009A78;
    border-radius: 1.6vw;
    background-color: #F4FFF9;
    padding: 7.4666666667vw 8.2666666667vw;
  }
  body #main .content .inner .course .course-map {
    width: 100%;
    height: 82.6666666667vw;
    background-image: url(../img/course-sp.png);
    background-size: 100% auto;
  }
  body #main .content .inner .course .course-info {
    margin-top: 6.4vw;
  }
  body #main .content .inner .course .course-info .title {
    height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    color: #fff;
    line-height: 12.5333333333vw;
    border-radius: 1.6vw;
    padding-left: 4.8vw;
    margin-top: 3.7333333333vw;
    cursor: pointer;
    position: relative;
  }
  body #main .content .inner .course .course-info .title:nth-child(1) {
    background-color: #B15F90;
    margin-top: 0;
  }
  body #main .content .inner .course .course-info .title:nth-child(3) {
    background-color: #73CFCA;
  }
  body #main .content .inner .course .course-info .title:nth-child(5) {
    background-color: #54A742;
  }
  body #main .content .inner .course .course-info .title:nth-child(7) {
    background-color: #F7C530;
  }
  body #main .content .inner .course .course-info .title:nth-child(9) {
    background-color: #5A7F92;
  }
  body #main .content .inner .course .course-info .title:nth-child(11) {
    background-color: #CA5A71;
  }
  body #main .content .inner .course .course-info .title::before, body #main .content .inner .course .course-info .title::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 4.2666666667vw;
    bottom: 0;
    width: 3.7333333333vw;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  body #main .content .inner .course .course-info .title::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  body #main .content .inner .course .course-info .title.active::after {
    transform: rotate(0deg);
  }
  body #main .content .inner .course .course-info .text {
    display: none;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  body #main .content .inner .course .course-info .text span {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap {
    padding: 6.4vw 5.3333333333vw 8vw;
    background-color: #F4FFF9;
    background-image: url(../img/pamphlet-sp.png);
    background-repeat: no-repeat;
    background-position: 15.2vw 34.9333333333vw;
    background-size: 55.0666666667vw 58.4vw;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap p.title {
    font-size: 4.8vw;
    line-height: 8vw;
    color: #009A78;
    text-align: center;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap p.body {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    color: #282828;
    margin: 68.8vw 0 0;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap .btn {
    display: block;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    border: 2px solid #009A78;
    border-radius: 26.6666666667vw;
    background-color: #fff;
    font-size: 4.2666666667vw;
    line-height: 10.6666666667vw;
    text-align: center;
    color: #009A78;
    margin: 6.4vw auto 0;
  }
  body #main .content .inner .pamphlet .pamphlet-wrap .pdf-info {
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    margin: 1.6vw 0 0;
    text-align: center;
  }
  body #main .content .inner .links .links-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #main .content .inner .links .links-wrap a {
    display: block;
    width: 41.3333333333vw;
    height: 41.3333333333vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  body #main .content .inner .links .links-wrap a.izumo {
    background-image: url(../img/link_izumo.png);
  }
  body #main .content .inner .links .links-wrap a.ekiden {
    background-image: url(../img/link_izumo_ekiden.png);
  }
  body #main .content .inner .links .links-wrap a.fujitv {
    background-image: url(../img/link_fujitv.png);
  }
  body #main .content .inner .links .links-wrap a.maedaroad {
    background-image: url(../img/link_maedaroad.png);
  }
  body #main .content .inner .links .links-wrap p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  #footer .menu-wrap {
    padding: 35px 0 35px 0;
    background-color: #F4FFF9;
  }
  #footer .menu-wrap #menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .menu-wrap #menu li {
    padding: 0 16px;
    border-left: 1px solid #009A78;
    margin: 1.3333333333vw 0;
  }
  #footer .menu-wrap #menu li:first-child {
    border-left: none;
  }
  #footer .menu-wrap #menu li:nth-child(6) {
    border-left: none;
  }
  #footer .menu-wrap #menu li a {
    font-size: 3.2vw;
    color: #009A78;
    line-height: 3.2vw;
  }
  #footer .copyright {
    display: block;
    height: 10.6666666667vw;
    background-color: #009A78;
    font-size: 2.6666666667vw;
    line-height: 8vw;
    color: #fff;
    text-align: center;
  }
  .sp_none {
    display: none !important;
  }
}
.animate .slide-b,
.animate .slide-l,
.animate .slide-r, .animate-b .slide-b,
.animate-b .slide-l,
.animate-b .slide-r {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.animate .slide-b, .animate-b .slide-b {
  transform: translateY(30px);
}
.animate .slide-l, .animate-b .slide-l {
  transform: translateX(-40px);
}
.animate .slide-r, .animate-b .slide-r {
  transform: translateX(40px);
}
.animate .ani-title, .animate-b .ani-title {
  width: 100%;
  overflow: hidden;
}
.animate .ani-title span, .animate-b .ani-title span {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}
.animate .ani-title2, .animate-b .ani-title2 {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 800;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate .ani-text, .animate-b .ani-text {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #000, #000 45%, #ccc 55%, #ccc);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  transition-property: background-position;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.animate .ani-text.on, .animate-b .ani-text.on {
  background-position: 0 0;
}
.animate .view-title, .animate-b .view-title {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transition-property: letter-spacing, font-variation-settings, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate.on .slide-b,
.animate.on .slide-l,
.animate.on .slide-r, .animate-b.on .slide-b,
.animate-b.on .slide-l,
.animate-b.on .slide-r {
  opacity: 1;
  transform: translate(0);
}
.animate.on .ani-title span, .animate-b.on .ani-title span {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 800;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .ani-title2, .animate-b.on .ani-title2 {
  letter-spacing: 0;
  font-variation-settings: "wght" 400;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .view-title, .animate-b.on .view-title {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 600;
  opacity: 1;
}
.animate .d1, .animate-b .d1 {
  transition-delay: 0.1s;
}
.animate .d2, .animate-b .d2 {
  transition-delay: 0.2s;
}
.animate .d3, .animate-b .d3 {
  transition-delay: 0.3s;
}
.animate .d4, .animate-b .d4 {
  transition-delay: 0.4s;
}
.animate .d5, .animate-b .d5 {
  transition-delay: 0.5s;
}
.animate .d6, .animate-b .d6 {
  transition-delay: 0.6s;
}
.animate .d7, .animate-b .d7 {
  transition-delay: 0.7s;
}
.animate .d8, .animate-b .d8 {
  transition-delay: 0.8s;
}
.animate .d9, .animate-b .d9 {
  transition-delay: 0.9s;
}
.animate .d10, .animate-b .d10 {
  transition-delay: 1s;
}
.animate .d11, .animate-b .d11 {
  transition-delay: 1.1s;
}
.animate .d12, .animate-b .d12 {
  transition-delay: 1.2s;
}
.animate .d13, .animate-b .d13 {
  transition-delay: 1.3s;
}
.animate .d14, .animate-b .d14 {
  transition-delay: 1.4s;
}
.animate .d15, .animate-b .d15 {
  transition-delay: 1.5s;
}
.animate .d16, .animate-b .d16 {
  transition-delay: 1.6s;
}
.animate .d17, .animate-b .d17 {
  transition-delay: 1.7s;
}
.animate .d18, .animate-b .d18 {
  transition-delay: 1.8s;
}
.animate .d19, .animate-b .d19 {
  transition-delay: 1.9s;
}
.animate .d20, .animate-b .d20 {
  transition-delay: 2s;
}