@charset "UTF-8";
:root {
  --color-green: #2d833c;
  --color-pink: #fd87a1;
  --color-yellow: #fef3b5;
  --main-color: #c99a2e;
}

body {
  font-family: fot-tsukuardgothic-std, "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  font-size: clamp(0.9rem, 0.909rem + 0.45vw, 1.25rem);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.inner {
  padding: 2rem 1rem;
  max-width: 900px;
  margin-inline: auto;
}

h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.8em;
}

.br {
  display: inline-block;
}

.application-form {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application-form .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .application-form .sp {
    display: none;
  }
}

.link {
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  inline-size: min(100%, 900px);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100vh;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  transition-duration: 0.3s;
  padding: 0.5em;
}
.link:before {
  content: "";
}
.link:after {
  content: "";
  display: inline-block;
  inline-size: 1.3ex;
  aspect-ratio: 1;
  border-block-start: 2px solid;
  border-inline-end: 2px solid;
  justify-self: end;
  rotate: 45deg;
  margin-right: 1em;
}

@media (any-hover: hover) {
  .link:hover {
    background-color: #fff;
    color: var(--main-color);
  }
}
.link:focus-visible {
  background-color: #fff;
  color: var(--main-color);
}

.out-of-term {
  background-color: #555;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header h1 {
    background-image: url(../img/header_left.jpg), url(../img/header_right.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 40% auto, 40% auto;
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
  }
}
.header img {
  width: min(1100px, 100%);
  margin-inline: auto;
}

.header-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.5em;
  font-family: serif;
  font-weight: bold;
  padding: 1rem;
  container-type: inline-size;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .header-details {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .header-details {
    flex-direction: row;
  }
}
.header-details dl {
  display: grid;
  gap: 0.3em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .header-details dl {
    grid-template-columns: minmax(80px, 250px) minmax(300px, 100%);
    gap: 0.5em;
    text-align: left;
    line-height: 1.5;
  }
}
.header-details dl dt {
  display: grid;
  place-items: center;
  border: solid 1px;
}
@container (min-width: 870px) {
  .header-details dl .newline {
    display: none;
  }
}
.header-details dl .date {
  letter-spacing: 0.13em;
  font-size: 2.1em;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.header-details dl .date .textsmall {
  font-size: 0.7em;
}
.header-details dl .textsmall {
  display: inline-block;
  font-size: 0.8em;
}
.header-details div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: solid 1px;
  border-radius: 3dvh;
  padding: 0.3em;
}
.header-details div p:first-of-type {
  word-break: keep-all;
  border-bottom: dotted 1px;
  padding-bottom: 0.3rem;
}
.header-details div .textlarge {
  font-size: 1.6em;
  line-height: 1;
}

.lead-text {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 1160px) {
  .lead-text p {
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.lead-text p:nth-child(3) {
  margin-bottom: 2rem;
}
.lead-text p:nth-child(3) span {
  color: #d45235;
  font-weight: bold;
}
.lead-text p:not(:first-child) {
  margin-top: 1em;
}

.lead-present {
  margin-top: 1.8rem;
  margin-bottom: 0.3rem;
}
.lead-present h2 {
  line-height: 1.5;
  color: var(--main-color);
  font-size: clamp(1.125rem, 0.504rem + 3.1vw, 2.25rem);
}
.lead-present h2 span:first-of-type {
  display: block;
  position: relative;
  font-size: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5em;
  margin-inline: auto;
}
.lead-present h2 span:first-of-type::before, .lead-present h2 span:first-of-type::after {
  position: absolute;
  content: "";
  top: 0.07em;
  width: 1em;
  height: 100%;
  background-color: currentColor;
}
.lead-present h2 span:first-of-type::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 2px 0, 100% 100%, calc(100% - 2px) 100%);
          clip-path: polygon(0 0, 2px 0, 100% 100%, calc(100% - 2px) 100%);
}
.lead-present h2 span:first-of-type::after {
  right: 0;
  -webkit-clip-path: polygon(0 100%, 2px 100%, 100% 0, calc(100% - 2px) 0);
          clip-path: polygon(0 100%, 2px 100%, 100% 0, calc(100% - 2px) 0);
}
.lead-present h2 span:last-of-type {
  color: #d45235;
  margin-top: 0.4rem;
  display: block;
}
.lead-present img {
  margin: 0.5em auto;
  border-radius: 50%;
}
.lead-present > div {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lead-present p {
  font-size: 0.8em;
}

.performer {
  background-color: rgba(201, 154, 46, 0.05);
  padding-block: 3rem;
}

.performer-list__item:not(:last-child) {
  margin-bottom: 5.6rem;
}
.performer-list h2 {
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .performer-list h2 {
    line-height: unset;
  }
}
.performer-list h2 .br {
  display: block;
}
@media screen and (min-width: 768px) {
  .performer-list h2 .br {
    display: unset;
  }
}
.performer-list h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.performer-list h4:nth-of-type(2) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .performer-list h4 {
    margin-top: 1.6rem;
  }
}
.performer-list h4 span {
  line-height: 1.5;
  display: grid;
}
@media screen and (min-width: 768px) {
  .performer-list h4 span {
    display: unset;
    line-height: unset;
  }
}
.performer-list h4:before,
.performer-list h4:after {
  content: "";
  width: 3em;
  height: 2px;
  background-color: var(--main-color);
}
.performer-list .instructor,
.performer-list .mc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .performer-list .instructor,
  .performer-list .mc {
    gap: 4em;
  }
}
.performer-list .instructor .name,
.performer-list .mc .name {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .performer-list .instructor .name,
  .performer-list .mc .name {
    text-align: unset;
  }
}
@media screen and (min-width: 768px) {
  .performer-list .instructor .name.reverse,
  .performer-list .mc .name.reverse {
    text-align: right;
  }
}
.performer-list .instructor .belongs,
.performer-list .mc .belongs {
  font-size: 1.2em;
}
.performer-list .instructor h3,
.performer-list .mc h3 {
  font-size: 1.6em;
}
.performer-list .instructor h3 span,
.performer-list .mc h3 span {
  display: block;
  font-size: 0.6em;
  margin-top: 0.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .performer-list .instructor h3 span,
  .performer-list .mc h3 span {
    font-size: 0.7em;
    margin-top: 0.05rem;
    line-height: unset;
  }
}
.performer-list .instructor h3 span.br,
.performer-list .mc h3 span.br {
  font-size: inherit;
  margin-top: unset;
  display: inline-block;
}
.performer-list .instructor .personality-name,
.performer-list .mc .personality-name {
  font-size: 1.4em;
}
.performer-list .instructor {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .performer-list .instructor {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .performer-list .instructor.reverse {
    flex-direction: row-reverse;
  }
}
.performer-list .mc {
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .performer-list .mc {
    flex-direction: row;
    gap: 1.5em;
  }
}

.about {
  margin-block: 2em;
}

.about-details {
  display: grid;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about-details {
    grid-template-columns: minmax(100px, 250px) 1fr;
  }
}
.about-details dt {
  font-weight: bold;
  border-bottom: 1px solid #82665c;
  padding-top: 1em;
}
.about-details dd {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .about-details dt,
  .about-details dd {
    border-bottom: 1px solid #82665c;
    padding-block: 1em;
  }
}
.about-details iframe {
  width: 100%;
  margin-top: 0.5rem;
}
.about-details .application {
  padding-block: 1em;
}
.about-details .application-heading {
  margin-bottom: 0.5em;
}
.about-details .application-heading span {
  color: var(--main-color);
  font-weight: bold;
}
.about-details .notes {
  font-size: 0.85em;
}
.about-details .notes span {
  border-bottom: solid 1px;
}
.about-details .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.about-details .link {
  margin-bottom: 1em;
}
.about-details .out-of-term {
  margin-bottom: 1em;
}

.number {
  text-align: right;
  font-size: 0.8em;
}

.thanks-main {
  background: rgba(201, 154, 46, 0.05);
}

.thanks {
  max-width: 690px;
  margin-inline: auto;
  text-align: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding-bottom: 2.4rem;
  }
}
.thanks h2 {
  text-align: center;
  color: #d45235;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .thanks h2 {
    margin-bottom: 3.5rem;
    font-size: 2.3em;
  }
}
.thanks p {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .thanks p {
    text-align: center;
  }
}
.thanks ul {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 1.7em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.thanks ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.thanks .link {
  width: min(500px, 100%);
}

.footer {
  font-size: 0.9em;
  background-color: var(--main-color);
  padding: 1rem;
  color: #fff;
}
@media (any-hover: hover) {
  .footer a:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
  }
}
.footer a:focus-visible {
  transition-duration: 0.3s;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .pc-footer {
    display: flex;
    justify-content: center;
  }
  .pc-footer > * + *::before {
    content: "";
    display: inline-block;
    inline-size: 1.3ex;
    aspect-ratio: 1;
    border-block-start: 1px solid;
    border-inline-end: 1px solid;
    rotate: 45deg;
    margin-inline: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .pc-footer {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-footer {
    display: flex;
    justify-content: center;
  }
  .sp-footer li {
    padding: 0.8em;
  }
  .sp-footer a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
    font-size: 0.9em;
  }
}
.sp-footer img {
  width: 2.5rem;
  height: 2.5rem;
}

.snsbtn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-block: 1rem;
}
.snsbtn a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.copyright {
  font-size: 0.75em;
  text-align: center;
}

#pagetop {
  position: fixed;
  display: grid;
  place-items: center;
  background-color: var(--main-color);
  border-radius: 50%;
  bottom: 1em;
  right: 1em;
  width: 2.5em;
  height: 2.5em;
  z-index: 2;
  border: 0.1em solid #fff;
}
@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 2em;
    right: 2em;
  }
}
#pagetop::before {
  content: "";
  inline-size: 1.6ex;
  aspect-ratio: 1;
  border-block-start: 3px solid #fff;
  border-inline-end: 3px solid #fff;
  rotate: -45deg;
  translate: 0 20%;
}

#pagetop[aria-hidden=true] {
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
}

#pagetop[aria-hidden=false] {
  transition-duration: 0.5s;
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */