@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
}
@media screen and (max-width: 767.999px) {
  body {
    font-weight: 400;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
a:hover {
  color: #000;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

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

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

.txtL {
  text-align: left !important;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

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

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

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

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

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

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

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

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

.mt10r {
  margin-top: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

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

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

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

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

.mauto {
  margin: auto;
}

@media screen and (max-width: 767.999px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.999px) {
  .sp {
    display: block;
  }
}

.container {
  margin: 0 17rem;
}
@media screen and (max-width: 1200px) {
  .container {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  .container {
    margin: 0 1.5rem;
  }
}

.common-head-title {
  font-family: "Shippori Mincho B1", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  color: #27738A;
}
@media screen and (max-width: 767.999px) {
  .common-head-title {
    font-size: 2.4rem;
  }
}

.common-head-en {
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  color: #C7B060;
  line-height: 1.2em;
}
@media screen and (max-width: 767.999px) {
  .common-head-en {
    font-size: 1.8rem;
  }
}

.common-btn a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 0.2rem solid #E8AD17;
  border-radius: 100vmax;
  color: #fff;
  background: #E8AD17;
  width: 32rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1200px) {
  .common-btn a {
    font-size: 1.92rem;
    width: 38.4rem;
    height: 7.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  .common-btn a {
    font-size: 1.6rem;
    width: 80%;
    height: 6rem;
  }
}
.common-btn a:hover {
  color: #E8AD17;
  background: #fff;
  text-shadow: none;
}

header .header-logo {
  position: absolute;
  top: 2.7rem;
  left: 4.9rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  header .header-logo {
    top: 1.6rem;
    left: 1.5rem;
  }
}
header .header-logo img {
  width: 13.3rem;
}
@media screen and (max-width: 767.999px) {
  header .header-logo img {
    width: 7.6rem;
  }
}
header .header-btn {
  position: fixed;
  top: 2.6rem;
  right: 3rem;
  z-index: 10;
}
@media screen and (max-width: 767.999px) {
  header .header-btn {
    top: auto;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
header .header-btn.active {
  visibility: visible;
  opacity: 1;
}
header .header-btn a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 100vmax;
  color: #fff;
  background: linear-gradient(271.08deg, #0095FF 5.17%, #3DDFA9 97.03%);
  width: 22rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2509803922);
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  header .header-btn a {
    font-size: 1.92rem;
    width: 26.4rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  header .header-btn a {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem;
  }
}
header .header-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(271.08deg, #3DDFA9 5.17%, #0095FF 97.03%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
header .header-btn a span {
  position: relative;
  z-index: 1;
}
header .header-btn a:hover:after {
  visibility: visible;
  opacity: 1;
}

footer {
  background: #27738A;
  padding: 6rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  footer {
    padding: 6rem 0 10rem;
  }
}
footer #pagetop {
  position: absolute;
  top: -2.3rem;
  right: 17rem;
}
@media screen and (max-width: 767.999px) {
  footer #pagetop {
    right: 1.5rem;
  }
}
footer #pagetop a {
  background: #FFC400;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  footer #pagetop a {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer #pagetop a {
    width: 4.5rem;
    height: 4.5rem;
  }
}
footer #pagetop a:before {
  content: "";
  height: 0.7rem;
  width: 0.7rem;
  border: 0.2rem solid #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  top: 1.7rem;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 1200px) {
  footer #pagetop a:before {
    top: 2.04rem;
    height: 0.84rem;
    width: 0.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer #pagetop a:before {
    top: 1.7rem;
    height: 0.7rem;
    width: 0.7rem;
  }
}
footer #pagetop a:after {
  content: "";
  width: 0.2rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  footer #pagetop a:after {
    width: 0.24rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer #pagetop a:after {
    width: 0.2rem;
    height: 1rem;
  }
}
footer #pagetop a:hover {
  opacity: 0.7;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  width: 13.2rem;
}
@media screen and (max-width: 1200px) {
  footer .footer-logo img {
    width: 15.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-logo img {
    width: 35%;
  }
}
footer ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li {
    width: 49%;
    text-align: center;
  }
}
footer ul.footer-nav li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 1.4em;
}
@media screen and (max-width: 1200px) {
  footer ul.footer-nav li a {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li a {
    font-size: 1.4rem;
    padding: 0;
  }
}
footer ul.footer-nav li a:hover {
  text-decoration: underline;
}
footer ul.footer-nav li:nth-child(n+2) {
  position: relative;
}
footer ul.footer-nav li:nth-child(n+2):before {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li:nth-child(n+2):before {
    content: none;
  }
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li:nth-child(n+3) {
    margin-top: 1rem;
  }
}
footer .footer-foundation {
  text-align: center;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-foundation {
    margin-top: 7rem;
  }
}
footer .footer-foundation img {
  width: 26.2rem;
}
@media screen and (max-width: 1200px) {
  footer .footer-foundation img {
    width: 31.44rem;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-foundation img {
    width: 70%;
  }
}

body#top #mv {
  position: relative;
  height: 87rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #mv {
    height: 76.4rem;
  }
}
body#top #mv .mv-bg {
  -webkit-animation: anime-mv-bg 4s ease-in-out forwards;
          animation: anime-mv-bg 4s ease-in-out forwards;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
@-webkit-keyframes anime-mv-bg {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes anime-mv-bg {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
body#top #mv .mv-inner {
  position: relative;
  z-index: 1;
}
body#top #mv .mv-title {
  position: absolute;
  top: 27.5rem;
  left: 9rem;
  right: 0;
  margin: auto;
  width: 58rem;
  -webkit-animation: anime-mv-title 1s ease-in-out forwards;
          animation: anime-mv-title 1s ease-in-out forwards;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-title {
    top: 26rem;
    left: 0;
    width: 90%;
  }
}
@-webkit-keyframes anime-mv-title {
  100% {
    opacity: 1;
  }
}
@keyframes anime-mv-title {
  100% {
    opacity: 1;
  }
}
body#top #mv ul.mv-pic li {
  opacity: 0;
}
body#top #mv ul.mv-pic li:nth-child(1) {
  position: absolute;
  top: 50rem;
  left: 24.5rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 1.1s forwards;
          animation: anime-mv-pic 1s ease-in-out 1.1s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(1) {
    top: 15.3rem;
    right: auto;
    left: 0.4rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(2) {
  position: absolute;
  top: 33rem;
  left: 1.5rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 1.5s forwards;
          animation: anime-mv-pic 1s ease-in-out 1.5s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(2) {
    top: 6.6rem;
    left: 7.9rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(3) {
  position: absolute;
  top: 6.5rem;
  left: 14rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 0.7s forwards;
          animation: anime-mv-pic 1s ease-in-out 0.7s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(3) {
    top: 6.4rem;
    left: 19.5rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(4) {
  position: absolute;
  top: 1rem;
  left: 44.5rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 1.9s forwards;
          animation: anime-mv-pic 1s ease-in-out 1.9s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(4) {
    top: 14.1rem;
    left: auto;
    right: 1rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(5) {
  position: absolute;
  top: 1.5rem;
  right: 36rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 2.1s forwards;
          animation: anime-mv-pic 1s ease-in-out 2.1s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(5) {
    top: 54.4rem;
    left: auto;
    right: 1rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(6) {
  position: absolute;
  top: 8.5rem;
  right: 5.5rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 1.3s forwards;
          animation: anime-mv-pic 1s ease-in-out 1.3s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(6) {
    top: 61.9rem;
    right: 0;
    left: 17.6rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(7) {
  position: absolute;
  top: 34rem;
  right: 3rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 1.7s forwards;
          animation: anime-mv-pic 1s ease-in-out 1.7s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(7) {
    top: 62.2rem;
    right: auto;
    left: 6.1rem;
    width: 11.2rem;
  }
}
body#top #mv ul.mv-pic li:nth-child(8) {
  position: absolute;
  top: 51rem;
  right: 28.5rem;
  width: 30.5rem;
  -webkit-animation: anime-mv-pic 1s ease-in-out 0.9s forwards;
          animation: anime-mv-pic 1s ease-in-out 0.9s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv ul.mv-pic li:nth-child(8) {
    top: 54.4rem;
    right: auto;
    left: 0.6rem;
    width: 11.2rem;
  }
}
@-webkit-keyframes anime-mv-pic {
  100% {
    opacity: 1;
  }
}
@keyframes anime-mv-pic {
  100% {
    opacity: 1;
  }
}
body#top #mv .mv-btn {
  position: absolute;
  top: 55rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-animation: anime-mv-btn 1s ease-in-out 2.1s forwards;
          animation: anime-mv-btn 1s ease-in-out 2.1s forwards;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-btn {
    top: 49rem;
  }
}
@-webkit-keyframes anime-mv-btn {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anime-mv-btn {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body#top #mv .mv-btn a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 100vmax;
  color: #fff;
  background: #E8AD17;
  border: 0.2rem solid #E8AD17;
  width: 22rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2509803922);
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
body#top #mv .mv-btn a:hover {
  color: #E8AD17;
  background: #fff;
  text-shadow: none;
}
body#top #mv .mv-free {
  width: 10.2rem;
  height: 10.2rem;
  position: absolute;
  top: 27rem;
  right: 40rem;
  -webkit-animation: anime-mv-free 1s ease-in-out forwards;
          animation: anime-mv-free 1s ease-in-out forwards;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-free {
    width: 6.2rem;
    height: 6.2rem;
    top: 19rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@-webkit-keyframes anime-mv-free {
  100% {
    opacity: 1;
  }
}
@keyframes anime-mv-free {
  100% {
    opacity: 1;
  }
}
body#top #about {
  background: url("../img/top/about_bg.png") top center no-repeat;
  background-size: cover;
  padding-top: 17rem;
  min-height: 127rem;
  margin-top: -13rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #about {
    padding: 15rem 0 30rem;
    min-height: auto;
    margin-top: -11rem;
  }
}
body#top #about .about-head {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-head {
    padding-top: 3rem;
  }
}
body#top #about .about-head .about-head-en {
  font-family: "Corinthia", "Noto Sans JP", sans-serif;
  font-size: 30rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  left: 0;
  right: 6rem;
  margin: auto;
  line-height: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-head .about-head-en {
    font-size: 15rem;
  }
}
body#top #about .about-head .about-heading {
  text-align: center;
}
body#top #about .about-head .about-heading img {
  width: 35.4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-head .about-heading img {
    width: 80%;
  }
}
body#top #about .about-content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3em;
  color: #2D768C;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 62rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 1200px) {
  body#top #about .about-content {
    max-width: 65%;
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content {
    max-width: 100%;
    margin: 3.5rem 1.5rem 0;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content br {
    display: none;
  }
}
body#top #about .about-content p + p {
  margin-top: 1em;
}
body#top #about .about-bird {
  width: 5.6rem;
  height: 6.1rem;
  position: absolute;
  top: 27rem;
  right: 29rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-bird {
    width: 4.48rem;
    height: 4.88rem;
    top: 23rem;
    right: 2rem;
  }
}
body#top #participation {
  margin-top: -9rem;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
body#top #participation:before {
  content: "";
  background: url("../img/top/pattern_bg.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 13.5rem;
  position: absolute;
  top: -13.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#top #participation .participation-head {
  position: relative;
  z-index: 1;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #participation .participation-head {
    padding-top: 0;
  }
}
body#top #participation .participation-head .participation-head-bg {
  font-family: "Corinthia", "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #F8F7F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #participation .participation-head .participation-head-bg {
    font-size: 4.5rem;
  }
}
body#top #participation .participation-head .common-head-title {
  font-weight: 600;
  font-size: 3.6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #participation .participation-head .common-head-title {
    font-size: 2rem;
  }
}
body#top #participation ul.participation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #participation ul.participation-list li {
  width: 32%;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
body#top #participation ul.participation-list li .participation-list-head {
  color: #fff;
  background: #000;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  body#top #participation ul.participation-list li .participation-list-head {
    font-size: 2.4rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-head {
    height: auto;
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
}
body#top #participation ul.participation-list li .participation-list-head .small {
  font-size: 1.6rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1200px) {
  body#top #participation ul.participation-list li .participation-list-head .small {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-head .small {
    font-size: 1.6rem;
  }
}
body#top #participation ul.participation-list li .participation-list-head .large {
  font-size: 2.4rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1200px) {
  body#top #participation ul.participation-list li .participation-list-head .large {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-head .large {
    font-size: 2rem;
  }
}
body#top #participation ul.participation-list li .participation-list-head.green {
  background: #40D6C4;
}
body#top #participation ul.participation-list li .participation-list-head.blue {
  background: #1AC2E8;
}
body#top #participation ul.participation-list li .participation-list-head.brown {
  background: #CFBE83;
}
body#top #participation ul.participation-list li .participation-list-content {
  padding: 2rem 0 2.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 1.5rem 2.5rem;
  }
}
body#top #participation ul.participation-list li .participation-list-content .participation-list-pic {
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-content .participation-list-pic {
    width: 20%;
  }
}
body#top #participation ul.participation-list li .participation-list-content .participation-list-pic img {
  width: 18rem;
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-content .participation-list-pic img {
    width: 100%;
  }
}
body#top #participation ul.participation-list li .participation-list-content .participation-list-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #27738A;
  line-height: 1.5em;
  margin: 1.5rem 2.2rem 0;
}
@media screen and (max-width: 1200px) {
  body#top #participation ul.participation-list li .participation-list-content .participation-list-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation ul.participation-list li .participation-list-content .participation-list-text {
    width: 75%;
    font-size: 1.4rem;
    margin: 0;
  }
}
body#top #participation .participation-note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #27738A;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  body#top #participation .participation-note {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #participation .participation-note {
    font-size: 1.4rem;
  }
}
body#top #participation .participation-btn {
  margin-top: 4rem;
}
body#top #schedule {
  background: #fff url("../img/top/schedule_bg.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 202rem;
  padding-top: 16rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule {
    min-height: auto;
    margin-top: -4rem;
    padding: 20rem 0;
  }
}
body#top #schedule .schedule-head {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-head {
    padding-top: 0.5rem;
    margin-bottom: 5rem;
  }
}
body#top #schedule .schedule-head .schedule-head-bg {
  font-family: "Corinthia", "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.65em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-head .schedule-head-bg {
    font-size: 5rem;
  }
}
body#top #schedule .schedule-head .schedule-head-bg .large {
  font-size: 16rem;
  line-height: 0.65em;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-head .schedule-head-bg .large {
    font-size: 5.5rem;
  }
}
body#top #schedule .schedule-head .schedule-head-bg .large:first-letter {
  font-size: 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-head .schedule-head-bg .large:first-letter {
    font-size: 6rem;
  }
}
body#top #schedule .schedule-head .schedule-head-bg .small {
  padding-left: 23rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-head .schedule-head-bg .small {
    padding-left: 5rem;
  }
}
body#top #schedule .schedule-block {
  border: 0.2rem solid #27738A;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 7rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block {
    padding: 5rem 1.5rem 4rem;
  }
}
body#top #schedule .schedule-block:before {
  content: "";
  width: 1.4rem;
  height: 4.3rem;
  background: #27738A;
  position: absolute;
  top: -2.1rem;
  left: 14rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block:before {
    width: 1.12rem;
    height: 3.44rem;
    top: -1.68rem;
    left: 5rem;
  }
}
body#top #schedule .schedule-block:after {
  content: "";
  width: 1.4rem;
  height: 4.3rem;
  background: #27738A;
  position: absolute;
  top: -2.1rem;
  right: 14rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block:after {
    width: 1.12rem;
    height: 3.44rem;
    top: -1.68rem;
    right: 5rem;
  }
}
body#top #schedule .schedule-block + .schedule-block {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block + .schedule-block {
    margin-top: 5rem;
  }
}
body#top #schedule .schedule-block .schedule-block-head {
  text-align: center;
}
body#top #schedule .schedule-block .schedule-block-head .schedule-block-head-title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #27738A;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-block-head .schedule-block-head-title {
    font-size: 2rem;
  }
}
body#top #schedule .schedule-block .schedule-block-head .schedule-block-head-en {
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #94C5D4;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-block-head .schedule-block-head-en {
    font-size: 1.8rem;
  }
}
body#top #schedule .schedule-block .schedule-block-lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #27738A;
  line-height: 2.2em;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-block-lead {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-block-lead {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
  }
}
body#top #schedule .schedule-block .schedule-seminar {
  background: #14B0D3;
  border-radius: 1.2rem;
  margin: 3.5rem 8rem 0;
  padding: 1.5rem 20rem 4rem;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-seminar {
    padding: 3rem 20rem 5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-seminar {
    margin: 3.5rem 0 0;
    padding: 2rem 1.5rem 3rem;
  }
}
body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head {
    font-size: 3.12rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head {
    font-size: 1.8rem;
  }
}
body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head span {
  position: relative;
  z-index: 1;
  background: #14B0D3;
  padding: 0 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-seminar .schedule-seminar-head span {
    padding: 0 2rem;
  }
}
body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list {
  margin-top: 1.5rem;
}
body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  padding-left: 6rem;
  position: relative;
  counter-increment: mycounter;
  line-height: 1.4em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li {
    font-size: 1.5rem;
    padding-left: 4rem;
  }
}
body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li:before {
  content: counter(mycounter, decimal-leading-zero);
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li:before {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li:before {
    font-size: 2rem;
  }
}
body#top #schedule .schedule-block .schedule-seminar ul.schedule-seminar-list li:nth-child(n+2) {
  margin-top: 1.5rem;
}
body#top #schedule .schedule-block ul.schedule-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 4.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event {
    margin: 5rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top #schedule .schedule-block ul.schedule-event li {
  width: 24%;
  color: #fff;
  background: #000;
  border-radius: 0.8rem;
  padding: 4rem 0 3rem;
  position: relative;
  counter-increment: mycounter;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li {
    width: 100%;
    padding: 3rem 0;
  }
}
body#top #schedule .schedule-block ul.schedule-event li:before {
  content: counter(mycounter);
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li:before {
    font-size: 3.84rem;
    top: -3rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li:before {
    font-size: 2.4rem;
    top: -2.2rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li:after {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li:after {
    width: 6.72rem;
    height: 6.72rem;
    top: -3.36rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li:after {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li:nth-child(n+2) {
    margin-top: 5rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head {
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 0.1rem solid #fff;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head {
    padding-bottom: 1rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date {
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date {
    font-size: 6.24rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date {
    font-size: 3rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date span {
  margin: 0 -0.3rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date span {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-date span {
    font-size: 3rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-week {
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-week {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-head .schedule-event-head-week {
    font-size: 1.6rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content {
  margin: 1.5rem 2rem 0;
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-heading {
    font-size: 1.6rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-relation {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-relation {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-relation {
    font-size: 1.4rem;
  }
}
body#top #schedule .schedule-block ul.schedule-event li .schedule-event-content .schedule-event-content-relation:before {
  content: "";
  border: 0.1rem solid #fff;
  height: 1rem;
  width: 1rem;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.35em;
  left: 0;
}
body#top #schedule .schedule-block ul.schedule-event li.green {
  background: #27B8A0;
}
body#top #schedule .schedule-block ul.schedule-event li.green:after {
  background: #27B8A0;
}
body#top #schedule .schedule-block ul.schedule-event li.blue {
  background: #14B0D3;
}
body#top #schedule .schedule-block ul.schedule-event li.blue:after {
  background: #14B0D3;
}
body#top #schedule .schedule-block ul.schedule-event li.brown {
  background: #C7B060;
}
body#top #schedule .schedule-block ul.schedule-event li.brown:after {
  background: #C7B060;
}
body#top #schedule .schedule-block ul.schedule-event li.red {
  background: #C78860;
}
body#top #schedule .schedule-block ul.schedule-event li.red:after {
  background: #C78860;
}
body#top #schedule .schedule-block .schedule-note {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #27738A;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  body#top #schedule .schedule-block .schedule-note {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-block .schedule-note br {
    display: none;
  }
}
body#top #meeting {
  margin-top: -9rem;
  padding: 9rem 0 3rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting {
    padding-top: 6rem;
  }
}
body#top #meeting:before {
  content: "";
  background: url("../img/top/pattern_bg.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 13.5rem;
  position: absolute;
  top: -13.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#top #meeting .meeting-head {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-head {
    padding-top: 0;
  }
}
body#top #meeting .meeting-head .meeting-head-bg {
  font-family: "Corinthia", "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.65em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(39, 115, 138, 0.1019607843);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-head .meeting-head-bg {
    font-size: 5rem;
  }
}
body#top #meeting .meeting-head .meeting-head-bg .large {
  font-size: 16rem;
  line-height: 0.65em;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-head .meeting-head-bg .large {
    font-size: 5.5rem;
  }
}
body#top #meeting .meeting-head .meeting-head-bg .large:first-letter {
  font-size: 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-head .meeting-head-bg .large:first-letter {
    font-size: 6rem;
  }
}
body#top #meeting .meeting-head .meeting-head-bg .small {
  padding-left: 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-head .meeting-head-bg .small {
    padding-left: 5rem;
  }
}
body#top #meeting .meeting-head .common-head-title {
  font-weight: 600;
}
body#top #meeting .meeting-lead {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3em;
  text-align: center;
  color: #27738A;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-lead {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-lead {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-lead br {
    display: none;
  }
}
body#top #meeting .meeting-plan {
  border: 0.2rem solid #40D6C4;
  background: #fff;
  border-radius: 1rem;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #meeting .meeting-plan .meeting-plan-head {
  width: 13rem;
  padding: 3.5rem 0;
  border-bottom-right-radius: 5rem;
  font-family: "Cinzel", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #40D6C4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan .meeting-plan-head {
    width: 100%;
    padding: 2rem 0;
    border-bottom-right-radius: 0;
  }
}
body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-date {
  font-size: 4rem;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-date {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-date {
    font-size: 3rem;
  }
}
body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-week {
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-week {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan .meeting-plan-head .meeting-plan-head-week {
    font-size: 1.8rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list {
  width: calc(100% - 13rem);
  padding: 3.5rem 4rem 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list {
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list li {
  counter-increment: mycounter;
  position: relative;
}
body#top #meeting .meeting-plan ul.meeting-plan-list li:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: #27738A;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list li:after {
  content: counter(mycounter);
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li:after {
    font-size: 1.6rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list li:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #27738A;
  padding-left: 4rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-title {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-title {
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-text {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-plan ul.meeting-plan-list li .meeting-plan-list-text {
    font-size: 1.4rem;
  }
}
body#top #meeting .meeting-teacher {
  margin-top: 4.5rem;
  border: 0.2rem solid #CFBE83;
  border-radius: 1.2rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head {
  width: 35%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head {
    width: 100%;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-pic {
    padding-bottom: 2rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-pic img {
  width: 23.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-pic img {
    width: 27.84rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-pic img {
    width: 60%;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text {
  position: absolute;
  bottom: -3rem;
  left: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text {
    bottom: -0.5rem;
    left: 1.5rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .company {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #40D6C4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .company {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .company {
    font-size: 1.2rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .degree {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #1AC2E8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .degree {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .degree {
    font-size: 1.2rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  line-height: 1.8em;
  background: #CFBE83;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name {
    font-size: 1.4rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name span {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-head .meeting-teacher-head-text .name span {
    font-size: 1.2rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-content {
  width: 65%;
  padding: 0 3rem 0 4.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content {
    width: 100%;
    padding: 3rem 1.5rem 0;
    margin-top: 3rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-content:before {
  content: "";
  width: 0.2rem;
  height: 90%;
  background: rgba(207, 190, 131, 0.4117647059);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content:before {
    width: calc(100% - 3rem);
    height: 0.2rem;
    left: 1.5rem;
    bottom: auto;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-title {
  font-family: "Shippori Mincho B1", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #C7B060;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-title {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-title {
    font-size: 1.8rem;
  }
}
body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-text {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #meeting .meeting-teacher .meeting-teacher-content .meeting-teacher-content-text {
    font-size: 1.4rem;
    line-height: 2em;
    margin-top: 2rem;
  }
}
body#top #meeting .meeting-btn {
  margin-top: 4rem;
}
body#top #overview {
  padding-top: 20rem;
  background: #fff url("../img/top/overview_bg.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 237rem;
}
@media screen and (max-width: 1200px) {
  body#top #overview {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview {
    min-height: auto;
    margin-top: -8rem;
    padding-top: 22rem;
  }
}
body#top #overview .overview-head {
  position: relative;
  z-index: 1;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-head {
    padding-top: 0;
  }
}
body#top #overview .overview-head .overview-head-bg {
  font-family: "Corinthia", "Noto Sans JP", sans-serif;
  font-size: 13rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.65em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(39, 115, 138, 0.1019607843);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-head .overview-head-bg {
    font-size: 4.5rem;
  }
}
body#top #overview .overview-head .overview-head-bg .large {
  font-size: 14rem;
  line-height: 0.65em;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-head .overview-head-bg .large {
    font-size: 5rem;
  }
}
body#top #overview .overview-head .overview-head-bg .large:first-letter {
  font-size: 16rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-head .overview-head-bg .large:first-letter {
    font-size: 5.5rem;
  }
}
body#top #overview .overview-head .overview-head-bg .small {
  padding-left: 30rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-head .overview-head-bg .small {
    padding-left: 5rem;
  }
}
body#top #overview .overview-head .common-head-title {
  font-weight: 600;
}
body#top #overview .overview-content {
  border: 0.2rem solid #27738A;
  border-radius: 1.2rem;
  background: #fff;
  margin-top: 10rem;
  padding: 6rem 9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-content {
    margin-top: 5rem;
    padding: 1.5rem;
  }
}
body#top #overview .overview-content dl.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1200px) {
  body#top #overview .overview-content dl.overview-list {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-content dl.overview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
}
body#top #overview .overview-content dl.overview-list dt {
  width: 13rem;
  font-weight: 700;
  color: #27738A;
  border-bottom: 0.2rem solid #27738A;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#top #overview .overview-content dl.overview-list dt {
    width: 17rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-content dl.overview-list dt {
    width: 100%;
    padding: 1em 0 0.5em;
  }
}
body#top #overview .overview-content dl.overview-list dd {
  width: calc(100% - 15rem);
  font-weight: 500;
  color: #333;
  border-bottom: 0.2rem solid #DAE6E4;
  padding: 1em 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  body#top #overview .overview-content dl.overview-list dd {
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-content dl.overview-list dd {
    width: 100%;
    padding: 0.5em 0 1em;
    border-bottom: none;
  }
}
body#top #overview .overview-content dl.overview-list dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#top #overview .overview-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview .overview-btn {
    margin-top: 4rem;
  }
}
body#top #overview #contact {
  margin-top: 8rem;
  background: linear-gradient(96.93deg, #1AC2E8 -0.68%, #36BB8D 44.82%, #FFC400 100%);
  border-radius: 1.2rem;
  padding: 0.3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact {
    margin-top: 6rem;
  }
}
body#top #overview #contact .contact-inner {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 13rem 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-inner {
    padding: 4rem 1.5rem;
  }
}
body#top #overview #contact .contact-info {
  text-align: center;
  color: #27738A;
  margin-top: 1rem;
}
body#top #overview #contact .contact-info .contact-info-lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-info .contact-info-lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-info .contact-info-lead {
    font-size: 1.6rem;
  }
}
body#top #overview #contact .contact-info .contact-info-name {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-info .contact-info-name {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-info .contact-info-name {
    font-size: 1.4rem;
  }
}
body#top #overview #contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block {
  width: 47.5%;
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block {
    width: 100%;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block a {
  width: 100%;
  height: 7rem;
  border: 0.2rem solid #000;
  color: #fff;
  background: #000;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block a {
    height: 8.4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block a {
    height: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block + .contact-btn-block {
    margin-top: 2rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.tel a {
  font-size: 2.8rem;
  font-weight: 500;
  background: #14B0D3;
  border-color: #14B0D3;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a {
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a {
    font-size: 2.4rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.tel a span {
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a span {
    padding-left: 3.6rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a span {
    padding-left: 2.5rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.tel a span:before {
  content: "";
  background: url("../img/top/icon_tel.png") top center no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a span:before {
    width: 2.88rem;
    height: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.tel a span:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.tel a:hover {
  color: #14B0D3;
  background: #fff;
}
body#top #overview #contact .contact-btn .contact-btn-block.tel a:hover span:before {
  background: url("../img/top/icon_tel_b.png") top center no-repeat;
  background-size: contain;
}
body#top #overview #contact .contact-btn .contact-btn-block.email a {
  font-size: 1.4rem;
  font-weight: 600;
  background: #BAA047;
  border-color: #BAA047;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a {
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a {
    font-size: 1.2rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.email a span {
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a span {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a span {
    padding-top: 2.2rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.email a span:before {
  content: "";
  background: url("../img/top/icon_email.png") top center no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a span:before {
    width: 2.88rem;
    height: 2.88rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #overview #contact .contact-btn .contact-btn-block.email a span:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
body#top #overview #contact .contact-btn .contact-btn-block.email a:hover {
  color: #BAA047;
  background: #fff;
}
body#top #overview #contact .contact-btn .contact-btn-block.email a:hover span:before {
  background: url("../img/top/icon_email_b.png") top center no-repeat;
  background-size: contain;
}