@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;

  /* --din-2014: "din-2014-narrow", sans-serif; */
  --source-han-sans: "source-han-sans-japanese", sans-serif;
  --shuei-m: "dnp-shuei-mgothic-std", sans-serif;
  --din-Condensed: "din-condensed", sans-serif;
  --rodin: "fot-rodin-pron", sans-serif;

  --maru: "Zen Maru Gothic", sans-serif;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 750>> 10px */
  /* font-size: 10px; */
  font-size: 5px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-black);
}

a {
  text-decoration: none;
  transition: all 0.4s;
  display: block;
}

a:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 2.4rem;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */

@media screen and (max-width: 767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }
}

/*================================================
 *  fix_btn
 ================================================*/

#fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#fix_btn .cpBtn {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0;

  background: #ffff00;
}

#fix_btn .cpBtn a {
  margin: 0;
  width: 60rem;
}

@media screen and (max-width: 767px) {
  #fix_btn .cpBtn a {
    width: 40rem;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  padding-bottom: 5rem;
  background: var(--color-white);
}

.section {
  padding-top: 5rem;
}

/*================================================
 *  contents
 ================================================*/
#contents_bg {
  position: relative;
  height: 100vh;
}

#contents_bg::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/bg_pc.jpg) no-repeat center top/cover;
  height: 100%;
}

#contents {
  /* width: 750px; */
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* background: #fff; */
}

@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }
}

/*================================================
 *  
 ================================================*/

#mv {
  padding: 0;
  background: transparent;
}

#mv .mv_img {
  width: 120rem;
  position: relative;
  left: -16.5rem;
  top: 5rem;
}


@media screen and (max-width: 767px) {

  #mv .mv_img {
    width: 100%;
    left: 0;
    top: 0;
  }
}

/*================================================
 *  about
 ================================================*/
#about h2 {
  width: 65rem;
  margin: 0 auto;
}

#about p {
  width: 69rem;
  margin: 3rem auto;
  font-size: 2.3rem;
  line-height: 2;
}

#about h3 {
  width: 71.5rem;
  margin: 3rem auto;
}

@media screen and (max-width: 767px) {}

/*================================================
* campaign
================================================*/
#campaign {
  padding-bottom: 0;
}

.campaign01_ttl {
  width: 67rem;
  margin: 0 auto -3rem;
  position: relative;
  z-index: 1;
}




.btn-t {
  width: 28rem;
  margin: 0 auto 2rem;
}



.mvcp {
  position: relative;
}

.mvcp a {
  width: 49rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}

.cpBtn {
  padding: 2rem 0;
  background: #e03279;
}

.cpBtn a {
  width: 49rem;
  margin: 0 auto;
}

.cpBtn p {
  font-size: 1.8rem;
  width: 66rem;
  margin: 2rem auto 0;
  line-height: 2;
}




@media screen and (max-width: 767px) {}

/*================================================
* features
================================================*/
#features {
  padding-bottom: 0;
  z-index: 2;
  background: transparent;
}

.features_sec {
  padding-top: 10rem;
  background: var(--color-white);
}

.features_sec img {
  width: 60rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* .features_sec p {
  position: absolute;
  width: 44rem;
  bottom: 13rem;
  left: 3rem;
  text-align: center;
  line-height: 2;
  font-size: 2.2rem;
} */

.features_txt {
  width: 68rem;
  margin: 0 auto 0;
}


.features_bg {
  padding: 0 0 20rem;
  position: relative;
  z-index: 1;
}

.features_bg::before,
.features_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  /* background: #ffffaa; */
  background: url(../images/features_bg.png) no-repeat center top/cover;
  top: -17rem;
  left: 0;
  z-index: -1;
}

.features_bg::after {
  top: auto;
  bottom: 0;
  background: url(../images/features_bg_btm.png) no-repeat center bottom/cover;
}




#features h2 {
  width: 41rem;
  margin: 3rem auto 5rem;
}

#features ul {
  /* width: 75rem; */
  margin: 0 auto;
}

#features ul li {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {}

/*================================================
* coach
================================================*/
#coach {
  background: #ffffaa;

}

#coach h2 {
  width: 58rem;
  margin: 0 auto 6rem;
}

#coach ul {
  width: 69rem;
  margin: 0 auto;
}

#coach ul li {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {}

/*================================================
* class
================================================*/
#class {
  background: #ffffaa;
  padding-top: 20rem;
  margin-top: -10rem;
}

#class h2 {
  width: 55rem;
  margin: 0 auto 2rem;
}

.class_list {
  /* width: 72rem; */
  margin: 0 auto;
}



@media screen and (max-width: 767px) {}

/*================================================
* supervisor
================================================*/
#supervisor {
  background: rgb(0 165 202 / 50%);
  margin-top: 5rem;
}

.supervisor_read {
  width: 64rem;
  margin: 3rem auto;
  font-size: 2.2rem;
  line-height: 2;
}

.supervisor_list {
  width: 65rem;
  margin: 0 auto;
}

.supervisor_list li {
  background: #fff;
  padding: 6rem 1.5rem;
  border-radius: 3rem;
  margin-top: 4rem;
}

.supervisor_meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.supervisor_meta .meta_img {
  width: 26rem;
}

.supervisor_meta .meta_txt {
  width: 34rem;
}

.supervisor_meta .meta_txt h3 {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.3em;
}

.supervisor_meta .meta_txt h3 span {
  font-size: 2rem;
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.supervisor_meta .meta_txt dl {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.8rem 1em;
  font-size: 1.8rem;
  color: #4d4d4d;
}

.supervisor_meta .meta_txt dl dt {
  width: 9rem;
}

.supervisor_meta .meta_txt dl dd {
  width: calc(100% - (9rem + 1em));
}

.supervisor_list li .supervisor_under {
  width: 58rem;
  margin: 0 auto;
}

.supervisor_list li ul li {
  background: transparent;
  padding: 0 0 0 1.4em;
  border-radius: 0;
  margin-top: 1rem;
  font-size: 2rem;
  position: relative;
  color: #4d4d4d;
  line-height: 1.5;
}

.supervisor_list li ul li::before {
  position: absolute;
  content: "■";
  left: 0;
  top: 0;
}

.supervisor_list h4 {
  color: var(--color-white);
  font-size: 2rem;
  background: #00a5ca;
  padding: 0.5rem 1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 17rem;
  text-align: center;
}

@media screen and (max-width: 767px) {}

/*================================================
* access
================================================*/
footer {
  background: #e6e6e6;
  padding-bottom: 18rem;
  position: relative;
}

footer h2 {
  width: 67rem;
  margin: 0 auto;
}

footer p {
  font-size: 2.2rem;
  line-height: 1.6;
}

.access_read {
  text-align: center;
  margin: 4rem 0;
  position: absolute;
  top: 32rem;
  left: 7rem;
  color: #4d4d4d;
}

.access_read strong {
  font-size: 2.5rem;
  display: block;
  margin-top: 1rem;
}

footer .flex .wt {
  width: 14rem;
  text-align: center;
  height: 7rem;
  display: grid;
  place-content: center;
  background: var(--color-white);
  padding: 1rem 0;
  margin-left: 2rem;
}

footer iframe {
  display: block;
  width: 100%;
  height: 33rem;
  margin: 2rem 0;
}

.telArea {
  background: #4d4d4d;
  text-align: center;
  color: var(--color-white);
  font-family: var(--din-Condensed);
  font-size: 5.4rem;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {}