*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: clamp(10px, 2.5vw, 15px);
}

body {
  background-color: #FFF7F2;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #635343;
}
body .wrap {
  width: min(100%, 600px);
  margin: 0 auto;
  background-color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: min(100%, 600px);
  padding: 0 0.5rem 0.5rem;
}
.fixed-btn > a {
  display: inline-block;
  width: 33.3333333333%;
  padding: 2rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}
.fixed-btn > a:nth-child(1) {
  background-color: #CE7042;
}
.fixed-btn > a:nth-child(2) {
  background-color: #FAB14B;
}
.fixed-btn > a:nth-child(3) {
  background-color: #5D718A;
}

header > a {
  display: block;
  padding: 2rem;
  background-color: #635343;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  text-align: center;
}

footer {
  padding: 3.5rem 0 0;
  background-color: #635343;
}
footer p {
  padding: 0 2.7rem 2rem;
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
footer p > a {
  border-bottom: 1px solid #ffffff;
}
footer p:nth-child(3) {
  margin-bottom: 3.5rem;
}
footer .copyrights {
  margin-bottom: 7rem;
  padding: 1.2rem 0;
  background-color: #FCFAF7;
  text-align: center;
}
footer .copyrights > small {
  font-size: 1.1rem;
}

body.top .wrap main section.first-view {
  position: relative;
  background-color: #FCFAF7;
  border-radius: 0 0 50% 50%;
  height: 44rem;
}
body.top .wrap main section.first-view .main-image {
  display: block;
  margin-left: auto;
  width: 72.25%;
}
body.top .wrap main section.first-view h1 {
  position: absolute;
  left: 3.6rem;
  bottom: -2rem;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.9;
  color: #635343;
  letter-spacing: 0.5rem;
}
body.top .wrap main section.first-view h1 > span {
  position: relative;
}
body.top .wrap main section.first-view h1 > span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/sun.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.7rem;
  height: 3.4rem;
}
body.top .wrap main section.first-view .scroll {
  position: absolute;
  right: 2.7rem;
  bottom: -10.5rem;
}
body.top .wrap main section.sub-copy {
  margin: 7.6rem 0 5rem;
}
body.top .wrap main section.sub-copy > h2 {
  position: relative;
  margin-bottom: 5rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #958E6B;
  text-align: center;
}
body.top .wrap main section.sub-copy > h2:before, body.top .wrap main section.sub-copy > h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.1rem;
  background-color: #958E6B;
}
body.top .wrap main section.sub-copy > h2:before {
  top: 0;
}
body.top .wrap main section.sub-copy > h2:after {
  bottom: 0;
}
body.top .wrap main section.sub-copy > p {
  padding: 0 2.7rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
body.top .wrap main section.links {
  padding: 1.5rem 2.7rem 8rem;
  background-color: #FCFAF7;
}
body.top .wrap main section.links ul li {
  border-bottom: 1px solid #635343;
}
body.top .wrap main section.links ul li > a {
  position: relative;
  display: block;
  padding: 2.5rem 0 2.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
body.top .wrap main section.links ul li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(img/link-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
}
body.top .wrap main section.links ul li > a > span {
  font-weight: 300;
}

body.classroom .wrap main section.content > h1 {
  padding: 4rem 2.7rem;
  font-size: 3.5rem;
  font-weight: 600;
  color: #958E6B;
}
body.classroom .wrap main section.content > h2 {
  padding-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
body.classroom .wrap main section.content ul {
  padding: 0 2.7rem 6rem;
  background-color: #FCFAF7;
}
body.classroom .wrap main section.content ul li {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #958E6B;
}
body.classroom .wrap main section.content ul li h3 {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
body.classroom .wrap main section.content ul li .callender {
  text-align: center;
}
body.classroom .wrap main section.content ul li .callender iframe {
  width: 100%;
  max-width: 600px;
  height: 40rem;
  max-height: 60rem;
}/*# sourceMappingURL=style.css.map */