@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
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, 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;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

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;
}

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  padding-top: 6rem;
}
.m-single-content p {
  margin-bottom: 1.65em;
}
.m-single-content p.has-small-font-size {
  font-size: 1.5rem !important;
}
.m-single-content p.has-medium-font-size {
  font-size: 1.8rem !important;
}
.m-single-content p.has-large-font-size {
  font-size: 2rem !important;
}
.m-single-content p.has-x-large-font-size {
  font-size: 2.2rem !important;
}
.m-single-content h1 {
  margin-bottom: 2rem !important;
}
.m-single-content h2:first-child {
  margin-top: 0;
}
.m-single-content h4 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 3rem 0 0.5rem;
}
.m-single-content h5, .m-single-content h6 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 2rem 0 0.5rem;
}
.m-single-content table {
  width: auto;
  margin: 2em auto;
}
.m-single-content table p {
  margin: 0;
}
.m-single-content .wp-block-image {
  margin-top: 20px;
}
.m-single-content ul,
.m-single-content ol {
  margin: 2rem 0 2rem 1.5em;
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
.m-single-content ul li::marker,
.m-single-content ol li::marker {
  color: #13b8c9;
  font-weight: 700;
}
.m-single-content ol {
  list-style-type: decimal;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content mark {
  display: inline;
  color: inherit;
  background: linear-gradient(transparent 60%, #FFEEF4 60%, #FFEEF4 100%);
}
.m-single-content small {
  color: #919397;
  font-size: 1.5rem;
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}
.m-single-content .wp-block-image {
  margin: 2em 0;
}
.m-single-content figcaption {
  text-align: center;
}
.m-single-content .wp-block-column .wp-block-image {
  margin: 0;
}
.m-single-content .wp-block-video,
.m-single-content figure.is-type-video {
  width: 58.6rem;
  height: auto;
  aspect-ratio: 16/9;
  margin: 2em auto;
}
.m-single-content .wp-block-video .wp-block-embed__wrapper,
.m-single-content .wp-block-video iframe,
.m-single-content figure.is-type-video .wp-block-embed__wrapper,
.m-single-content figure.is-type-video iframe {
  width: 100%;
  height: 100%;
}
.m-single-content a[href^="tel:"] {
  pointer-events: none;
}
.m-single-content a:not([class]):not(:has(img)) {
  color: #13b8c9;
  font-size: 1.8rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .m-single-content {
    padding-top: 10.6666666667vw;
  }
  .m-single-content p {
    margin-bottom: 1.65em;
  }
  .m-single-content p.has-small-font-size {
    font-size: 4vw;
  }
  .m-single-content p.has-medium-font-size {
    font-size: 4.8vw;
  }
  .m-single-content p.has-large-font-size {
    font-size: 5.3333333333vw;
  }
  .m-single-content p.has-x-large-font-size {
    font-size: 5.8666666667vw;
  }
  .m-single-content h1 {
    text-align: left !important;
    margin-bottom: 5.3333333333vw !important;
  }
  .m-single-content h4 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 4vw;
  }
  .m-single-content h5, .m-single-content h6 {
    margin: 4vw 0 2.6666666667vw;
    font-size: 4vw;
  }
  .m-single-content table {
    width: auto;
    margin: 2em auto;
  }
  .m-single-content table p {
    margin: 0;
  }
  .m-single-content .wp-block-image {
    margin-top: 10.6666666667vw;
  }
  .m-single-content ul,
  .m-single-content ol {
    margin: 10.6666666667vw 0 10.6666666667vw 1.5em;
    margin-left: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
  }
  .m-single-content ul li::marker,
  .m-single-content ol li::marker {
    color: #13b8c9;
    font-weight: 700;
  }
  .m-single-content ol {
    list-style-type: decimal;
  }
  .m-single-content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .m-single-content .alignright {
    float: right;
    margin-left: 1em;
  }
  .m-single-content .alignleft {
    float: left;
    margin-left: 1em;
  }
  .m-single-content strong {
    font-weight: bold;
  }
  .m-single-content em {
    font-style: italic;
  }
  .m-single-content small {
    font-size: 3.7333333333vw;
  }
  .m-single-content blockquote {
    display: block;
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 1.5em;
  }
  .m-single-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "“";
    color: #cfcfcf;
    font-size: 3em;
    line-height: 1;
    font-weight: 900;
  }
  .m-single-content hr {
    clear: both;
  }
  .m-single-content .wp-block-video,
  .m-single-content figure.is-type-video {
    width: 100%;
  }
  .m-single-content a[href^="tel:"] {
    pointer-events: all;
  }
  .m-single-content a:not([class]):not(:has(img)),
  .m-single-content a:not([class]):not(:has(img))[target=_blank],
  .m-single-content a:not([class]):not(:has(img))[href$=".pdf"] {
    font-size: 4.8vw !important;
    text-underline-offset: 0.8vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-ttl01 {
  position: relative;
  left: calc(50% - 1rem);
  transform: translateX(-50%);
  transform-origin: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "anisette-std-petite-2";
  font-size: 3.6rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  width: 26.3rem;
  height: auto;
  aspect-ratio: 263/122;
  padding-left: 2rem;
  margin-bottom: 3rem;
  background: url(../../images/common/bg_bubble01_nv.svg) no-repeat center/contain;
}
.m-ttl01 span {
  display: inline;
  background-color: #1A3667;
  border-radius: 9999px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.m-ttl01._small {
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.m-ttl01._medium {
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 20.6rem;
  margin-bottom: 1rem;
}

.m-ttl02 {
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  position: relative;
}
.m-ttl02::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8.5rem;
  height: auto;
  aspect-ratio: 85/20;
  background: url(../../images/common/bg_ttl02.svg) no-repeat center/contain;
}
.m-ttl02._blue::before {
  background-image: url(../../images/common/bg_ttl02_blue.svg);
}

.m-ttl03, .m-single-content h1 {
  font-size: 3.5rem;
  line-height: 1.4857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.4rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.m-ttl03::before, .m-single-content h1::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11.4rem;
  height: auto;
  aspect-ratio: 114/14;
  background: url(../../images/common/img_ttl-deco-01.png) no-repeat center/contain;
}

.m-ttl04 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.m-ttl04::before {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 15/14;
  background: url(../../images/common/img_ttl-deco-02.svg) no-repeat center/contain;
}

.m-ttl05, .m-single-content h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1rem 3rem;
  margin: 6rem 0 1.5rem;
  background-color: #E4F8FC;
  position: relative;
}
.m-ttl05::before, .m-single-content h2::before {
  position: absolute;
  content: "";
  top: 2.7rem;
  left: 0;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0 0.3rem 0.3rem 0;
  background-color: #51C8D5;
}

.m-ttl06, .m-single-content h3 {
  color: #13B8C9;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 4rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .m-ttl01 {
    left: calc(50% - (1.3333333333vw));
    font-size: 5.8666666667vw;
    width: 45.6vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ttl01._small {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
  }
  .m-ttl01._medium {
    font-size: 5.8666666667vw;
    width: 45.6vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-ttl02 {
    font-size: 6.9333333333vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 8vw;
  }
  .m-ttl02::before {
    width: 13.0666666667vw;
  }
  .m-ttl03, .m-single-content h1 {
    font-size: 6.9333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .m-ttl03::before, .m-single-content h1::before {
    width: 26.4vw;
  }
  .m-ttl04 {
    font-size: 5.3333333333vw;
    padding-left: 6.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .m-ttl04::before {
    top: 2.1333333333vw;
    width: 3.4666666667vw;
  }
  .m-ttl05, .m-single-content h2 {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    padding-left: 6.6666666667vw;
    margin: 8vw 0 4vw;
  }
  .m-ttl05::before, .m-single-content h2::before {
    top: 6.1333333333vw;
    width: 4.2666666667vw;
    height: 1.0666666667vw;
    border-radius: 0 0.8vw 0.8vw 0;
  }
  .m-ttl06, .m-single-content h3 {
    font-size: 4.5333333333vw;
    margin: 5.3333333333vw 0 4vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-btn01 {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  border: 0.2rem solid #1A3667;
  border-radius: 9999px;
  background-color: #1A3667;
  position: relative;
  transition: all 0.3s;
}
.m-btn01::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: auto;
  aspect-ratio: 15/20;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
  transition: all 0.3s;
}
.m-btn01:hover {
  color: #1A3667;
  background-color: #fff;
}
.m-btn01:hover::before {
  background-image: url(../../images/common/icn_triangle-r_nv.png);
}
.m-btn01._small {
  padding: 0.8rem 2.8rem;
  padding-right: 4.8rem;
}
.m-btn01._large {
  font-size: 1.8rem;
  padding: 1.5rem 6.8rem;
  padding-right: 8.3rem;
}
.m-btn01._blank::before {
  width: 1.8rem;
  aspect-ratio: 18/15;
  background: url(../../images/common/icn_new-tab_wh.png) no-repeat center/contain;
}
.m-btn01._blank:hover::before {
  background-image: url(../../images/common/icn_new-tab_nv.png);
}
.m-btn01._back::before {
  left: 1.8rem;
  right: auto;
  transform: translateY(-50%) scale(-1, 1);
}
.m-btn01._back._small {
  padding-right: 2.8rem;
  padding-left: 4.8rem;
}
.m-btn01._back._large {
  padding-right: 6.8rem;
  padding-left: 8.3rem;
}

.m-btn01-wrap {
  width: fit-content;
}
.m-btn01-wrap._center {
  margin: auto;
}
.m-btn01-wrap._mt50 {
  margin-top: 5rem;
}

.m-btn02 {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 3.5rem 0;
  border-radius: 0.6rem;
  border: 0.2rem solid #1A3667;
  background-color: #1A3667;
  position: relative;
  transition: all 0.3s;
}
.m-btn02 span {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
}
.m-btn02 span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 2.1rem;
  height: auto;
  aspect-ratio: 21/28;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
  transition: all 0.3s;
}
.m-btn02 ._small {
  display: inline;
  font-size: 2rem;
}
.m-btn02::before, .m-btn02::after {
  position: absolute;
  content: "";
  top: 50%;
}
.m-btn02::before {
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 0.5rem;
  opacity: 0.6;
  border: 0.2rem dashed currentColor;
}
.m-btn02::after {
  left: 4rem;
  transform: translateY(-50%);
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.m-btn02._guideline::after {
  width: 3.1rem;
  aspect-ratio: 31/28;
  background-image: url(../../images/common/icn_about-guideline_wh.png);
}
.m-btn02._support::after {
  width: 3.7rem;
  aspect-ratio: 37/30;
  background-image: url(../../images/common/icn_about-support_wh.png);
}
.m-btn02:hover span::before {
  background: url(../../images/common/icn_triangle-r_nv.png) no-repeat center/contain;
}
.m-btn02:hover._guideline::after {
  background-image: url(../../images/common/icn_about-guideline_nv.png);
}
.m-btn02:hover._support::after {
  background-image: url(../../images/common/icn_about-support_nv.png);
}
.m-btn02._pdf span::before {
  right: 2.4rem;
  width: 2.7rem;
  aspect-ratio: 27/22;
  background: url(../../images/common/icn_new-tab_wh.png) no-repeat center/contain;
}
.m-btn02._pdf::after {
  width: 3.2rem;
  aspect-ratio: 3245/3350;
  background-image: url(../../images/common/icn_pdf_wh.png);
}
.m-btn02._pdf:hover span::before {
  background: url(../../images/common/icn_new-tab_nv.png) no-repeat center/contain;
}
.m-btn02._pdf:hover::after {
  background-image: url(../../images/common/icn_pdf_nv.png);
}
.m-btn02:hover {
  color: #1A3667;
  background-color: #fff;
}
.m-btn02:hover span::before {
  background: url(../../images/common/icn_triangle-r_nv.png) no-repeat center/contain;
}

.m-blank-link, .m-single-content a:not([class]):not(:has(img))[target=_blank],
.m-pdf-link,
.m-single-content a:not([class]):not(:has(img))[href$=".pdf"] {
  color: #13b8c9;
  font-size: 1.8rem;
  width: 100%;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.m-blank-link, .m-single-content a:not([class]):not(:has(img))[target=_blank] {
  background: url(../../images/common/icn_new-tab_lb.png) no-repeat center right/1.8rem;
}

.m-pdf-link, .m-single-content a:not([class]):not(:has(img))[href$=".pdf"] {
  background: url(../../images/common/icn_pdf_lb.png) no-repeat center right/1.6rem;
}

.m-anchour-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-anchour-btn {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0;
  padding-right: 1rem;
  background-color: #1A3667;
  border: 0.2rem solid #1A3667;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
.m-anchour-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  transform-origin: top;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 15/20;
  rotate: 90deg;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
  transition: all 0.3s;
}
.m-anchour-btn:hover {
  color: #1A3667;
  background-color: #fff;
}
.m-anchour-btn:hover::before {
  background: url(../../images/common/icn_triangle-r_nv.png) no-repeat center/contain;
}

.m-anchour-link-list02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.5rem 2rem;
}
.m-anchour-link-list02 li {
  width: 37.3rem;
}

.m-anchour-btn02 {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.8rem;
  padding-left: 8.5rem;
  margin-left: auto;
  background-color: #1A3667;
  border: 0.2rem solid #1A3667;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
.m-anchour-btn02::before, .m-anchour-btn02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  transition: all 0.3s;
}
.m-anchour-btn02::before {
  right: 1.7rem;
  transform-origin: top;
  width: 1.5rem;
  aspect-ratio: 15/20;
  rotate: 90deg;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
}
.m-anchour-btn02::after {
  left: -0.5rem;
  width: 12rem;
  aspect-ratio: 120/115;
}
.m-anchour-btn02._study::after {
  background: url(../../images/about/faq/img_study_nv.png) no-repeat center/contain;
}
.m-anchour-btn02._practice::after {
  background: url(../../images/about/faq/img_practice_nv.png) no-repeat center/contain;
}
.m-anchour-btn02._national-exam::after {
  background: url(../../images/about/faq/img_national-exam_nv.png) no-repeat center/contain;
}
.m-anchour-btn02._entrance-exam::after {
  background: url(../../images/about/faq/img_entrance-exam_nv.png) no-repeat center/contain;
}
.m-anchour-btn02._cost::after {
  background: url(../../images/about/faq/img_tuition_nv.png) no-repeat center/contain;
}
.m-anchour-btn02._about::after {
  background: url(../../images/about/faq/img_about_nv.png) no-repeat center/contain;
}
.m-anchour-btn02:hover {
  color: #fff;
  background-color: #1A3667;
  opacity: 0.7;
}
.m-anchour-btn02:hover::before {
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .m-btn01 {
    font-size: 4vw;
    text-align: center;
    width: fit-content;
    border: 0.5333333333vw solid #1A3667;
  }
  .m-btn01::before {
    right: 2.6666666667vw;
    width: 3.2vw;
  }
  .m-btn01._small {
    padding: 1.0666666667vw 7.4666666667vw;
    padding-right: 9.6vw;
  }
  .m-btn01._large {
    font-size: 4.2666666667vw;
    width: 74.6666666667vw;
    text-align: center;
    padding: 2.9333333333vw 8vw;
  }
  .m-btn01._large::before {
    right: 5.3333333333vw;
    width: 4vw;
  }
  .m-btn01._blank::before {
    width: 4.8vw;
  }
  .m-btn01._back::before {
    left: 4.8vw;
  }
  .m-btn01._back._small {
    padding-right: 7.4666666667vw;
    padding-left: 12.8vw;
  }
  .m-btn01._back._large {
    padding-right: 18.1333333333vw;
    padding-left: 22.1333333333vw;
  }
  .m-btn01-wrap {
    width: fit-content;
    margin: auto;
  }
  .m-btn01-wrap._center {
    margin: auto;
  }
  .m-btn01-wrap._mt50 {
    margin-top: 13.3333333333vw;
  }
  .m-btn02 {
    font-size: 5.3333333333vw;
    padding: 4.2666666667vw 0;
    border-radius: 1.6vw;
    border: 0.5333333333vw solid #1A3667;
  }
  .m-btn02 span::before {
    right: 6.6666666667vw;
    width: 4vw;
  }
  .m-btn02 ._small {
    font-size: 4vw;
  }
  .m-btn02::before {
    width: calc(100% - (2.6666666667vw));
    height: calc(100% - (2.6666666667vw));
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw dashed currentColor;
  }
  .m-btn02::after {
    left: 13.3333333333vw;
  }
  .m-btn02._pdf span::before {
    right: 5.6vw;
    width: 5.6vw;
  }
  .m-btn02._pdf::after {
    left: 6.9333333333vw;
    width: 6.4vw;
  }
  .m-btn02._guideline::after {
    width: 7.2vw;
  }
  .m-btn02._support::after {
    width: 8.2666666667vw;
  }
  .m-blank-link, .m-single-content a:not([class]):not(:has(img))[target=_blank],
  .m-pdf-link,
  .m-single-content a:not([class]):not(:has(img))[href$=".pdf"] {
    font-size: 4.2666666667vw;
    padding-right: 6.6666666667vw;
    text-underline-offset: 0.8vw;
  }
  .m-blank-link, .m-single-content a:not([class]):not(:has(img))[target=_blank] {
    background-size: 4.8vw;
  }
  .m-pdf-link, .m-single-content a:not([class]):not(:has(img))[href$=".pdf"] {
    background-size: 4.2666666667vw;
  }
  .m-anchour-link-list {
    flex-direction: column;
  }
  .m-anchour-btn {
    padding: 2.4vw 0;
    padding-right: 2.6666666667vw;
    border: 0.5333333333vw solid #1A3667;
  }
  .m-anchour-btn::before {
    right: 4.5333333333vw;
    width: 4vw;
  }
  .m-anchour-link-list02 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 7.4666666667vw 4vw;
  }
  .m-anchour-link-list02 li {
    width: calc(50% - (4vw) / 2);
  }
  .m-anchour-btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    white-space: nowrap;
    height: 100%;
    min-height: 16vw;
    padding: 1.3333333333vw 6.6666666667vw;
    padding-left: 21.3333333333vw;
  }
  .m-anchour-btn02::before {
    height: 4vw;
    right: 1.3333333333vw;
  }
  .m-anchour-btn02::after {
    left: -1.3333333333vw;
    width: 21.8666666667vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-page-mv {
  height: 32rem;
  background: url(../../images/common/bg_mv_pc.png) no-repeat center bottom/cover;
  position: relative;
}

.m-page-mv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-page-ttl {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  width: fit-content;
  padding: 0 1rem;
  margin: auto;
  background-color: #fff;
}

.m-page-subttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

.m-page-mv02 .l-breadcrumbs ol {
  color: #1A3667;
}

.m-page-mv02-ttl {
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv02-ttl {
    margin-top: 12.5333333333vw;
  }
}
.m-main {
  padding: 10rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    height: 44.5333333333vw;
    background: url(../../images/common/bg_mv_sp.png) no-repeat center bottom/cover;
  }
  .m-page-subttl {
    font-size: 4.8vw;
    margin-top: 3.2vw;
    margin-bottom: 0.8vw;
  }
  .m-page-ttl {
    font-size: 6.9333333333vw;
    text-align: center;
    width: max-content;
    padding: 0;
    background-color: transparent;
  }
  .m-page-ttl span {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.6;
    padding: 0 1.3333333333vw;
    background-color: #fff;
  }
  .m-main {
    padding: 13.3333333333vw 0;
  }
}
.m-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 9rem;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Montserrat";
  width: 4.2rem;
  height: 4.2rem;
  padding-top: 0.1rem;
  border-radius: 9999px;
  background-color: #1A3667;
  border: 0.2rem solid #1A3667;
  transition: all 0.3s;
}
.page-numbers.current, .page-numbers:hover {
  color: #1A3667;
  background-color: #fff;
}
.page-numbers.dots {
  font-size: 3.6rem;
  color: #1A3667;
  background-color: transparent;
  border: none;
  margin-top: -1rem;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
}
.page-numbers.prev::before, .page-numbers.next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: auto;
  aspect-ratio: 15/20;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
  transition: all 0.3s;
}
.page-numbers.prev:hover::before, .page-numbers.next:hover::before {
  background: url(../../images/common/icn_triangle-r_nv.png) no-repeat center/contain;
}
.page-numbers.prev {
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .m-pager {
    gap: 4vw;
    margin-top: 16vw;
  }
  .page-numbers {
    font-size: 6.4vw;
    width: 11.2vw;
    height: 11.2vw;
    padding-top: 0.2666666667vw;
    border: 0.5333333333vw solid #1A3667;
  }
  .page-numbers.dots {
    font-size: 9.3333333333vw;
    margin-top: -2.6666666667vw;
  }
  .page-numbers.prev::before, .page-numbers.next::before {
    left: 3.7333333333vw;
    width: 4vw;
  }
}
.m-event-calendar {
  width: calc(100% - 0.5rem);
  padding: 4.5rem 2rem 3rem;
  background: url(../../images/common/bg_calendar_pc.svg) no-repeat center top/100%;
  position: relative;
}
.m-event-calendar::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  right: -0.5rem;
  width: 100%;
  height: calc(100% - 2.7rem);
  background-color: #1A3667;
  z-index: -1;
}

.m-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.m-calendar-header-ttl {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.m-calendar-header-ttl span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Montserrat";
}

.m-calendar-header-btn {
  width: 1.9rem;
  height: auto;
  aspect-ratio: 19/25;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
  transition: all 0.3s;
}
.m-calendar-header-btn._prev {
  rotate: 180deg;
}
.m-calendar-header-btn._prev.is-inactive {
  opacity: 0.5;
  pointer-events: none;
}
.m-calendar-header-btn:hover {
  opacity: 0.7;
}

.m-calendar-table {
  width: 100%;
}
.m-calendar-table tbody tr {
  height: 6.2rem;
}
.m-calendar-table tr:not(:last-child) {
  border-bottom: 1px solid #1A3667;
}
.m-calendar-table th {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 6.8rem;
  padding: 0.7rem 0;
  background-color: #1A3667;
}
.m-calendar-table th:not(:last-child) {
  border-right: 1px solid currentColor;
}
.m-calendar-table td {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.3rem;
  background-color: #fff;
}
.m-calendar-table td:nth-child(1), .m-calendar-table td._yellow {
  background-color: #FFFEE8;
}
.m-calendar-table td:nth-child(7) {
  background-color: #F2FDFF;
}
.m-calendar-table td:not(:last-child) {
  border-right: 1px solid currentColor;
}
.m-calendar-table td a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Noto Sans JP";
  text-align: center;
  padding: 0.1rem 0.2rem 0.3rem;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
.m-calendar-table td a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .m-event-calendar {
    width: calc(100% - (0.8vw));
    padding: 6.6666666667vw 2.6666666667vw 5.3333333333vw;
    background: url(../../images/common/bg_calendar_sp.svg) no-repeat center top/100%;
  }
  .m-event-calendar::before {
    bottom: -1.0666666667vw;
    right: -1.0666666667vw;
    height: calc(100% - (4vw));
  }
  .m-calendar-header {
    margin-bottom: 2.6666666667vw;
  }
  .m-calendar-header-ttl {
    font-size: 5.3333333333vw;
  }
  .m-calendar-header-ttl span {
    font-size: 8.2666666667vw;
  }
  .m-calendar-header-btn {
    width: 3.2vw;
  }
  .m-calendar-table tbody tr {
    height: 24.5333333333vw;
  }
  .m-calendar-table tr:not(:last-child) {
    border-bottom: 0.2666666667vw solid #1A3667;
  }
  .m-calendar-table th {
    font-size: 2.6666666667vw;
    width: 11.7333333333vw;
    padding: 1.3333333333vw 0;
  }
  .m-calendar-table th:not(:last-child) {
    border-right: 0.2666666667vw solid currentColor;
  }
  .m-calendar-table td {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 0.5333333333vw;
  }
  .m-calendar-table td:not(:last-child) {
    border-right: 0.2666666667vw solid currentColor;
  }
  .m-calendar-table td a {
    font-size: 3.2vw;
    padding: 0.5333333333vw 0.2666666667vw;
    letter-spacing: 0;
    margin-top: 0.5333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.m-access {
  padding: 8rem 0 9.5rem;
}

.m-access-inner {
  display: flex;
  justify-content: space-between;
}
.m-access-inner img {
  width: 51.6rem;
}
.m-access-inner .m-dot-list {
  margin-top: 2.5rem;
}

.m-access-ttl {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}
.m-access-ttl img {
  width: 4.7rem;
  height: auto;
  aspect-ratio: 47/51;
}

@media screen and (max-width: 767px) {
  .m-access {
    padding: 13.3333333333vw 0 16vw;
  }
  .m-access .m-txt-l, .m-access .m-txt-em {
    font-size: 4.2666666667vw;
  }
  .m-access-inner {
    align-items: center;
    flex-direction: column;
    gap: 4vw;
  }
  .m-access-inner img {
    width: 77.3333333333vw;
  }
  .m-access-inner .m-dot-list {
    margin-top: 4vw;
  }
  .m-access-inner .m-btn01-wrap {
    margin-top: 4vw;
  }
  .m-access-ttl {
    gap: 2.6666666667vw;
    font-size: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-access-ttl img {
    width: 8.8vw;
  }
}
.m-shaped-link-list {
  display: flex;
  justify-content: center;
}

.m-shaped-link-item a:hover .m-shaped-link-item-img img {
  scale: 1.1;
}
.m-shaped-link-item a:hover .m-shaped-link-item-img::after {
  opacity: 0.4;
}
.m-shaped-link-item._pink .m-shaped-link-item-img::before,
.m-shaped-link-item._pink .m-shaped-link-item-img::after {
  background: #FB73A2;
  background: linear-gradient(0deg, #FB73A2 0%, rgb(255, 185, 209) 100%);
}
.m-shaped-link-item._pink a:hover .m-shaped-link-item-txt {
  color: #FB73A2;
}
.m-shaped-link-item._lightblue .m-shaped-link-item-img::before,
.m-shaped-link-item._lightblue .m-shaped-link-item-img::after {
  background: rgb(154, 229, 238);
  background: linear-gradient(0deg, rgb(154, 229, 238) 0%, rgb(81, 200, 213) 100%);
}
.m-shaped-link-item._lightblue a:hover .m-shaped-link-item-txt {
  color: #13b8c9;
}

.m-shaped-link-item-img {
  width: fit-content;
  position: relative;
}
.m-shaped-link-item-img::before, .m-shaped-link-item-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mask-image: url("../../images/common/img_mask-01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
.m-shaped-link-item-img::before {
  top: 1rem;
  left: 1rem;
}

.m-shaped-link-item-img-inner {
  overflow: hidden;
  mask-size: contain;
  mask-image: url("../../images/common/img_mask-01.svg");
  mask-repeat: no-repeat;
}
.m-shaped-link-item-img-inner img {
  transition: all 0.3s;
}

.m-shaped-link-item-txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding-right: 5.8rem;
  margin: 3rem auto 0;
  position: relative;
  transition: all 0.3s;
}
.m-shaped-link-item-txt span {
  padding-bottom: 0.6rem;
  border-bottom: 0.2rem solid currentColor;
}
.m-shaped-link-item-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center left 1.6rem/1.5rem, currentColor;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .m-shaped-link-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
  }
  .m-shaped-link-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    width: 100%;
  }
  .m-shaped-link-item a {
    display: contents;
  }
  .m-shaped-link-item-img {
    width: 36vw;
  }
  .m-shaped-link-item-img::before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
  .m-shaped-link-item-txt {
    display: flex;
    align-items: center;
    font-size: 4.8vw;
    text-align: center;
    white-space: nowrap;
    padding-right: 9.0666666667vw;
    margin: 4vw auto 0;
  }
  .m-shaped-link-item-txt span {
    display: inline-block;
    padding-bottom: 1.0666666667vw;
    border-bottom: 0.2666666667vw solid currentColor;
  }
  .m-shaped-link-item-txt::before {
    width: 6.4vw;
    background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center left 2.4vw/2.4vw, currentColor;
  }
}
.m-commonLink-sec {
  padding-top: 12.5rem;
}

.m-commonLink-sec-wrapper {
  display: grid;
  grid-template-areas: "top top" "bottom bottom";
  grid-template-rows: auto auto;
  gap: 4rem 0;
}

.m-commonLink-sec-items {
  display: grid;
}

.m-commonLink-sec-items.items--top {
  grid-area: top;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 4rem;
}

.m-commonLink-sec-items.items--bottom {
  grid-area: bottom;
  grid-template-columns: repeat(2, auto);
  gap: 0 4rem;
}

.m-commonLink-sec-item {
  width: 100%;
}

.m-commonLink-sec-item.item--bottom {
  width: 39.5rem;
}

.m-commonLink-sec-item.item--left {
  margin-left: auto;
}

.m-commonLink-sec-item.item--right {
  margin-right: auto;
}

.m-commonLink-sec-item-link {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.6rem;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1.5rem, rgba(255, 255, 255, 0.23) 1.5rem, rgba(255, 255, 255, 0.23) 2.5rem), linear-gradient(135deg, #5CD3E1 0%, #E7CCFF 60%, #FED4ED 100%);
  position: relative;
}

.m-commonLink-sec-item-link::before {
  content: "";
  position: absolute;
}

.m-commonLink-sec-item-link.link--top::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.8rem;
  aspect-ratio: 98/94;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-commonLink-sec-item-link.link--top.link--campus::before {
  background-image: url(../../images/common/icn_common_campus.svg);
}

.m-commonLink-sec-item-link.link--top.link--curriculum::before {
  background-image: url(../../images/common/icn_common_curriculum.svg);
}

.m-commonLink-sec-item-link.link--top.link--employment::before {
  background-image: url(../../images/common/icn_common_employment.svg);
}

.m-commonLink-sec-item-link.link--top.link--facility::before {
  background-image: url(../../images/common/icn_common_facility.svg);
}

.m-commonLink-sec-item-link.link--top:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 3rem;
  width: 4.2rem;
  aspect-ratio: 1/1;
  background-position: center left 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem 2rem;
  background-image: url(../../images/common/icn_triangle-r_wh.png);
  background-color: #1A3667;
  border-radius: 50%;
}

.m-commonLink-sec-item-link.link--left::before,
.m-commonLink-sec-item-link.link--right::before {
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-commonLink-sec-item-link.link--left::before {
  width: 3.7rem;
  aspect-ratio: 37/40;
  background-image: url(../../images/common/icn_common_training.svg);
}

.m-commonLink-sec-item-link.link--right::before {
  width: 5.5rem;
  aspect-ratio: 55/34;
  background-image: url(../../images/common/icn_common_exam.png);
}

.m-commonLink-sec-item-link.link--left::after,
.m-commonLink-sec-item-link.link--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 2.1rem;
  aspect-ratio: 21/28;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/icn_triangle-r_nv.png);
}

.m-commonLink-sec-item-link:hover .m-commonLink-sec-item-link-inner {
  background-color: #E4F8FC;
}

.m-commonLink-sec-item-link-inner {
  width: 100%;
  min-height: 9rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  background-color: #fff;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease 0s;
}

.m-commonLink-sec-item-link-inner.inner--top {
  min-height: 18rem;
  padding-top: 3.5rem;
  padding-right: 4.5rem;
}

.m-commonLink-sec-item-link:hover .m-commonLink-sec-item-link-inner {
  background-color: #E4F8FC;
}

.m-commonLink-sec-item-link-txt {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-commonLink-sec {
    padding-top: 13.3333333333vw;
  }
  .m-commonLink-sec-wrapper {
    grid-template-areas: "top" "bottom";
    grid-template-rows: auto;
    gap: 4vw 0;
  }
  .m-commonLink-sec-items.items--top {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .m-commonLink-sec-items.items--bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.6666666667vw;
  }
  .m-commonLink-sec-item,
  .m-commonLink-sec-item.item--bottom {
    width: 100%;
  }
  .m-commonLink-sec-item.item--left,
  .m-commonLink-sec-item.item--right {
    margin-inline: initial;
  }
  .m-commonLink-sec-item.item--top {
    padding-left: 6.1333333333vw;
  }
  .m-commonLink-sec-item-link {
    padding: 1.6vw;
    border-radius: 1.3333333333vw;
  }
  .m-commonLink-sec-item-link.link--top::before {
    top: 50%;
    left: 1.8666666667vw;
    width: 15.7333333333vw;
  }
  .m-commonLink-sec-item-link.link--top:after {
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    width: 6.4vw;
    background-position: center left 2.4vw;
    background-size: 2.4vw 3.2vw;
  }
  .m-commonLink-sec-item-link.link--left::before,
  .m-commonLink-sec-item-link.link--right::before {
    left: 4vw;
  }
  .m-commonLink-sec-item-link.link--left::before {
    width: 5.3333333333vw;
  }
  .m-commonLink-sec-item-link.link--right::before {
    width: 6.9333333333vw;
  }
  .m-commonLink-sec-item-link.link--left::after,
  .m-commonLink-sec-item-link.link--right::after {
    right: 3.2vw;
    width: 3.2vw;
  }
  .m-commonLink-sec-item-link-inner {
    min-height: 14.9333333333vw;
    padding-block: 1.3333333333vw;
    padding-inline: 5.3333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .m-commonLink-sec-item-link-inner.inner--top {
    min-height: 20.2666666667vw;
    padding-top: 1.3333333333vw;
    padding-inline: 2.6666666667vw;
  }
  .m-commonLink-sec-item-link-txt {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.m-examination-link-list-wrap {
  padding: 7.5rem 0;
}

.m-examination-link-list {
  display: flex;
  gap: 1rem;
}
.m-examination-link-list .js-bounce-in {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .m-examination-link-list-wrap {
    padding: 13.3333333333vw 0;
  }
  .m-examination-link-list {
    flex-direction: column;
    gap: 4vw;
  }
  .m-examination-link-list .m-btn02::after {
    left: 5.3333333333vw;
  }
}
/* 装飾系
---------------------------------------------------------------------------- */
.m-txt + .m-txt {
  margin-top: 1em;
}

.m-txt-l, .m-txt-em {
  font-size: 2rem;
}

.m-txt-bold, .m-txt-em {
  font-weight: 700;
}

.m-txt-lightblue {
  color: #13b8c9;
}

.m-txt-pink {
  color: #FB73A2;
}

.m-wave, .m-txt-em {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
.m-wave::before, .m-txt-em::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-repeat: repeat-x;
  background-position: center left;
  background-size: cover;
}
.m-wave._pink::before, ._pink.m-txt-em::before, .m-wave.m-txt-pink::before, .m-txt-pink.m-txt-em::before {
  background-image: url(../../images/common/bg_wave-line_pk.svg);
}
.m-wave._lightblue::before, ._lightblue.m-txt-em::before, .m-wave.m-txt-lightblue::before, .m-txt-lightblue.m-txt-em::before {
  background-image: url(../../images/common/bg_wave-line_lb.svg);
}

.m-dot-list li {
  padding-left: 1.2777em;
  position: relative;
}
.m-dot-list li::before {
  position: absolute;
  content: "";
  top: 0.55em;
  left: 0;
  width: 0.72222em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
}
.m-dot-list._pink li::before {
  background-color: #FB73A2;
}

.m-num-list {
  list-style: decimal;
  padding-left: 1.5em;
}

.m-shadow {
  filter: drop-shadow(0 0.5rem 0.4rem rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
  .m-txt + .m-txt {
    margin-top: 1em;
  }
  .m-txt-l, .m-txt-em {
    font-size: 4.8vw;
  }
  .m-wave, .m-txt-em {
    padding-bottom: 1.3333333333vw;
  }
  .m-wave::before, .m-txt-em::before {
    height: 2.6666666667vw;
  }
  .m-dot-list li {
    line-height: 1.875;
  }
  .m-shadow {
    filter: drop-shadow(0 1.0666666667vw 0.8vw rgba(0, 0, 0, 0.2));
  }
}
.m-bg-shape {
  background: url(../../images/common/bg_page-01_pc.png) repeat-y left top 20rem/100%, #fff;
}

.m-bg-graph-paper {
  background: url(../../images/common/bg_graph-paper_pc.svg) repeat left top/192rem, #fff;
}

.m-bg-gradation {
  display: block;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 700;
  text-align: center;
  border-radius: 0.6rem;
  position: relative;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.m-bg-gradation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 0.6rem;
  opacity: 0.7;
  border: 0.2rem dashed #fff;
}
.m-bg-gradation._yellow {
  background: rgb(255, 253, 227);
  background: linear-gradient(320deg, rgb(255, 253, 227) 0%, rgb(255, 246, 133) 100%);
}
.m-bg-gradation._yellow::before {
  opacity: 0.4;
  border-color: #1A3667;
}
.m-bg-gradation._pink {
  color: #fff;
  background: rgb(255, 188, 211);
  background: linear-gradient(320deg, rgb(255, 188, 211) 0%, #FB73A2 100%);
}
.m-bg-gradation._lightblue {
  color: #fff;
  background: #8AE5F0;
  background: linear-gradient(320deg, #8AE5F0 0%, #13B8C9 100%);
}

@media screen and (max-width: 767px) {
  .m-bg-shape {
    background: url(../../images/common/bg_page-01_sp.png) repeat-y left top 8vw/100%, #fff;
  }
  .m-bg-graph-paper {
    background: url(../../images/common/bg_graph-paper_sp.svg) repeat left top/100%, #fff;
  }
  .m-bg-gradation {
    font-size: 5.3333333333vw;
    border-radius: 1.6vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .m-bg-gradation::before {
    width: calc(100% - (2.6666666667vw));
    height: calc(100% - (2.6666666667vw));
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw dashed #fff;
  }
}
.js-bounce-in {
  opacity: 0;
  scale: 0.5;
  transition: scale 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-bounce-in.is-active {
  opacity: 1;
  scale: 1;
}

.js-accordion-trigger {
  cursor: pointer;
}

.js-accordion-body {
  display: none;
}

.js-roll {
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .js-roll-hover:hover .js-roll-out, .js-roll-hover:focus .js-roll-out {
    opacity: 0;
    transform: translateY(-0.95em);
  }
  .js-roll-hover:hover .js-roll-in, .js-roll-hover:focus .js-roll-in {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-roll-out,
.js-roll-in {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.js-roll-out {
  width: 100%;
}

.js-roll-in {
  color: #13b8c9;
  opacity: 0;
  transform: translateY(0.95em);
  pointer-events: none;
}

.m-hover-img {
  display: block;
  position: relative;
}
.m-hover-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.m-hover-img._navy::after {
  background-color: #1A3667;
}
.m-hover-img._pink::after {
  background-color: #FB73A2;
}
.m-hover-img:hover::after {
  opacity: 0.4;
}

/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A3667;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
    min-width: inherit;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
  margin-top: 11rem;
}

.l-content {
  max-width: 120rem;
  margin: auto;
}
.l-content._1000 {
  max-width: 100rem;
}
.l-content._960 {
  max-width: 96rem;
}

@media screen and (max-width: 767px) {
  .l-pagebody {
    margin-top: 16vw;
  }
  .l-content {
    margin: 0 5.3333333333vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  padding: 0 6rem 0 4rem;
  background-color: #fff;
  border-bottom: 0.3rem solid #51C8D5;
  z-index: 9000;
}

.l-logo {
  width: 36.8rem;
}

.l-gnav-s,
.l-gnav-l {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3rem;
}

.l-gnav-s {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2rem;
}
.l-gnav-s a {
  color: #919397;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: all 0.3s;
}
.l-gnav-s a:hover {
  color: #13b8c9;
}

.l-gnav-item {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.l-gnav-item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  position: relative;
}
.l-gnav-item a img {
  width: 2.5rem;
  height: 2.5rem;
  object-position: center;
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    padding: 0 3.7333333333vw;
    border-radius: 0;
    border-bottom: 0.8vw solid #51C8D5;
    transition: all 0.3s;
  }
  .l-logo {
    width: 59.2vw;
  }
  .l-logo img:nth-child(1) {
    display: none;
  }
  .l-logo img:nth-child(2) {
    display: block;
  }
  .l-gnav-wrap {
    display: none;
    position: fixed;
    top: 16vw;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: auto;
    z-index: 9000;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav {
    display: none;
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    background-color: #fff;
    pointer-events: auto;
  }
  .l-gnav-s {
    display: none;
  }
  .l-gnav-l {
    flex-direction: column;
    gap: 0;
    padding: 0 5.3333333333vw;
  }
  .l-gnav-item {
    font-size: 4.8vw;
    width: 100%;
    padding: 4vw 0;
    border-bottom: 0.5333333333vw dashed #1A3667;
  }
  .l-gnav-item a {
    gap: 5.3333333333vw;
  }
  .l-gnav-item a img {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .l-gnav-cv {
    padding-top: 8vw;
  }
  .l-gnav-cv-link {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 5.3333333333vw;
  }
  .l-gnav-cv-link li {
    width: calc(50% - (5.3333333333vw) / 2);
  }
  .l-gnav-cv-link li:first-child {
    width: 100%;
  }
  .l-gnav-cv-link li:first-child a {
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0;
    white-space: nowrap;
    padding: 6.4vw;
    padding-left: 8vw;
  }
  .l-gnav-cv-link li:first-child a img {
    width: 12.8vw;
  }
  .l-gnav-cv-link li a {
    padding: 4vw;
  }
  .l-gnav-cv-sns {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 5.3333333333vw auto 0;
    border-radius: 1.6vw;
    background-color: #1A3667;
  }
  .l-gnav-cv-sns li:not(:last-child) {
    position: relative;
  }
  .l-gnav-cv-sns li:not(:last-child)::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.2666666667vw;
    height: 11.2vw;
    background-color: #fff;
    opacity: 0.5;
  }
  .l-gnav-cv-sns a {
    display: block;
    padding: 4vw 5.3333333333vw;
  }
  .l-gnav-cv-sns a img {
    display: block;
    max-width: 7.4666666667vw;
  }
  .m-header-btn {
    text-align: left;
  }
  .m-menu-icon-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
    background: rgb(81, 200, 213);
    background: linear-gradient(100deg, rgb(81, 200, 213) 0%, rgb(154, 229, 238) 100%);
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    width: 4.8vw;
    height: 0.5333333333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.3s;
  }
  .m-menu-icon::before {
    top: -1.6vw;
  }
  .m-menu-icon::after {
    top: 2.1333333333vw;
  }
  .m-menu-icon.is-open {
    width: 0;
  }
  .m-menu-icon.is-open::before, .m-menu-icon.is-open::after {
    top: 0;
    width: 6.6666666667vw;
  }
  .m-menu-icon.is-open::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 16vw;
    left: 0;
    width: 100vw;
    height: calc(100vh + 50px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
  }
}
/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 0.8rem 4rem;
}
.l-breadcrumbs ol li:not(:last-child) {
  position: relative;
}
.l-breadcrumbs ol li:not(:last-child)::before {
  position: absolute;
  content: "・";
  top: 0;
  right: -1.5em;
  width: 1em;
  height: 1em;
}
.l-breadcrumbs ol li:not(:last-child) a {
  pointer-events: all;
  text-decoration: underline;
}
.l-breadcrumbs ol li a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs ol {
    font-size: 3.2vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 100;
}
.l-pagetop a {
  border-radius: 9999px;
}
.l-pagetop.is-fix {
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    right: 5.3333333333vw;
    bottom: 16vw;
    width: 9.3333333333vw;
  }
}
/*------------- .l-follow -------------*/
.l-follow-link,
.l-follow-sns {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.l-follow-link {
  top: 20vh;
  right: -3rem;
  gap: 1.1rem;
}
.l-follow-link a {
  padding: 2.2rem 1.3rem;
  padding-right: 3.4rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.l-follow-link a._yellow {
  padding-top: 3rem;
}
.l-follow-link a._yellow::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 1.5rem);
  transform: translate(-50%, -50%);
  width: 5.7rem;
  height: auto;
  aspect-ratio: 57/38;
  background: url(../../images/common/img_open-campus.svg) no-repeat center/contain;
}
.l-follow-link a:hover {
  transform: translateX(-2rem);
}

.l-follow-sns {
  top: calc(20vh + 29rem);
  right: -2rem;
  padding-right: 2rem;
  background-color: #1A3667;
  border-radius: 0.6rem 0 0 0.6rem;
  transition: all 0.3s;
}
.l-follow-sns:hover {
  transform: translateX(-2rem);
}
.l-follow-sns li:not(:last-child) {
  position: relative;
}
.l-follow-sns li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4.2rem;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.l-follow-sns a {
  display: block;
  padding: 2rem 1.5rem;
}
.l-follow-sns a img {
  display: block;
  max-width: 2.8rem;
}

.l-follow-link-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-follow-link,
  .l-follow-sns {
    display: none;
  }
  .l-follow-link-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 100;
  }
  .l-follow-link-sp li {
    flex: 1;
  }
  .l-follow-link-sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    font-weight: 900;
    height: 13.3333333333vw;
    border-radius: 0;
  }
  .l-follow-link-sp a._yellow {
    background: #FFF685;
    background: linear-gradient(320deg, #FFFDE3 0%, #FFF685 60%, #FFF685 100%);
  }
  .l-follow-link-sp a._pink {
    background: #FB73A2;
    background: linear-gradient(320deg, #FFBCD3 0%, #FB73A2 60%, #FB73A2 100%);
  }
  .l-follow-link-sp a::before {
    border-radius: 0.5333333333vw;
  }
}
/*------------- .l-contact -------------*/
.l-contact {
  padding-top: 18rem;
  margin-top: -2rem;
  background: url(../../images/common/bg_footer-contact_pc.png) no-repeat center top/100%;
}

.l-contact-inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.l-contact-btn {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: calc(50% - 1rem);
  height: 20rem;
  transition: all 0.3s;
}
.l-contact-btn img {
  width: 6.4rem;
  height: auto;
  aspect-ratio: 64/46;
  object-fit: contain;
}
.l-contact-btn._yellow {
  background: rgb(255, 253, 227);
  background: linear-gradient(320deg, rgb(255, 253, 227) 0%, rgb(255, 246, 133) 50%, #FFF685 50%, #FFF685 100%);
  background-position: right;
  background-size: 200%;
}
.l-contact-btn._yellow .l-contact-btn-inner::before {
  background: url(../../images/common/icn_triangle-r_nv.png) no-repeat center/contain;
}
.l-contact-btn._pink {
  background: rgb(255, 188, 211);
  background: linear-gradient(320deg, rgb(255, 188, 211) 0%, #FB73A2 50%, #FB73A2 100%);
  background-size: 200%;
  background-position: right;
}
.l-contact-btn._pink .l-contact-btn-inner::before {
  background: url(../../images/common/icn_triangle-r_wh.png) no-repeat center/contain;
}
.l-contact-btn .js-roll-in {
  color: inherit;
}
.l-contact-btn:hover._yellow, .l-contact-btn:hover._pink {
  background-position: left;
}

.l-contact-btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  position: relative;
}
.l-contact-btn-inner::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 2.1rem;
  height: auto;
  aspect-ratio: 21/28;
}

@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 29.3333333333vw;
    margin-top: -5.3333333333vw;
    background: url(../../images/common/bg_footer-contact_sp.png) no-repeat center top/100%;
  }
  .l-contact-inner {
    flex-direction: column;
    gap: 4vw;
  }
  .l-contact-btn {
    font-size: 5.3333333333vw;
    width: 100%;
    height: 29.6vw;
  }
  .l-contact-btn img {
    width: 12.8vw;
  }
  .l-contact-btn-inner {
    gap: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .l-contact-btn-inner::before {
    right: 5.3333333333vw;
    width: 4vw;
  }
}
/*------------- .l-footer -------------*/
.l-footer-top {
  padding: 8rem 0 6rem;
}

.l-footer-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 3.5rem;
  height: 19.5rem;
}
.l-footer-nav a {
  transition: all 0.3s;
}
.l-footer-nav a:hover {
  color: #13b8c9;
}

.l-footer-nav-l {
  font-weight: 700;
}

.l-footer-nav-s-list {
  margin-top: 1rem;
}

.l-footer-nav-s {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1.8rem;
  position: relative;
}
.l-footer-nav-s:not(:last-child) {
  margin-bottom: 0.8rem;
}
.l-footer-nav-s::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: #13b8c9;
}

.l-footer-bottom {
  color: #fff;
  padding: 5rem 0;
  background-color: #1A3667;
  position: relative;
}

.l-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer-logo {
  width: 36.8rem;
}

.l-footer-bottom-link {
  display: flex;
  gap: 4rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-decoration: underline;
}

.l-footer-copyright {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1A3667;
}

@media screen and (max-width: 767px) {
  .l-footer-top {
    padding: 10.6666666667vw 0;
  }
  .l-footer-nav {
    flex-direction: row;
    gap: 6.6666666667vw 0;
    height: auto;
  }
  .l-footer-nav-l {
    min-width: 44%;
  }
  .l-footer-nav-l:nth-child(1) {
    order: 10;
  }
  .l-footer-nav-l:nth-child(2) {
    order: 30;
  }
  .l-footer-nav-l:nth-child(3) {
    order: 20;
  }
  .l-footer-nav-l:nth-child(4) {
    order: 40;
  }
  .l-footer-nav-l:nth-child(5) {
    order: 50;
  }
  .l-footer-nav-l:nth-child(6) {
    order: 60;
  }
  .l-footer-nav-s-list {
    display: none;
  }
  .l-footer-bottom {
    padding: 8vw 0 5.3333333333vw;
  }
  .l-footer-bottom-inner {
    flex-direction: column;
    gap: 8vw;
  }
  .l-footer-logo {
    width: 78.6666666667vw;
  }
  .l-footer-bottom-link {
    gap: 4vw;
    font-size: 3.7333333333vw;
  }
  .l-footer-copyright {
    font-size: 3.2vw;
    padding: 4vw 0;
    border-top: 0.2666666667vw solid rgba(255, 255, 255, 0.2);
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
