@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  padding: 12% 5.3% 8%;
  position: relative;
}

.keyvisual-subtitle {
  display: block;
  width: 17.4%;
  position: absolute;
  top: 2%;
  left: 4%;
}

.keyvisual-maintitle {
  width: 64%;
  margin: 0 auto 37px;
}

/* ---------------------------------------*/
/* lead */
/* ---------------------------------------*/
#lead {
  padding: 80px 0 70px;
  background: url(../img/250826/index_lead_bg.webp) no-repeat top/cover;
  margin: 0 0 100px;
}

.lead-heading {
  width: 48%;
  margin: 0 auto 72px;
}

.lead-desc {
  width: 63.3%;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* index */
/* ---------------------------------------*/
#index {
  margin: 0 0 100px;
  position: relative;
}

.index-section_heading {
  margin: 0 0 48px;
}

.index_list__item {
  margin-bottom: 66px;
}
.index_list__item:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------*/
/* kotokoto */
/* ---------------------------------------*/
#kotokoto {
  margin: 0 0 100px;
}

.kotokoto-content {
  padding: 37px 0 75px;
  margin-top: -2px;
  background: url(../img/250826/index_kotokoto_bg.webp) repeat-y;
  background-size: 100%;
}

.kotokoto-section_heading {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #282828;
  margin: 0 auto 40px;
}
.kotokoto-section_heading span {
  display: inline-block;
  font-size: 2.15rem;
  line-height: 1.64;
  letter-spacing: 0.3em;
  margin: 0 0 10px;
}
.kotokoto-section_heading small {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
  padding: 0 1em;
}

.kotokoto-content-02 {
  padding: 50px 25px;
  background: #fff;
}

.kotokoto-subtitle {
  width: 67%;
  margin: 0 auto 30px;
}

.kotokoto-lead-image {
  margin: 0 0 15px;
}

.kotokoto-lead-desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
  color: #46695f;
  margin: 0 0 25px;
}

.kotokoto-list__item {
  margin: 0 0 30px;
}
.kotokoto-list__item:last-child {
  margin: 0;
}

.kotokoto-list-heading {
  margin: 0 0 25px;
}

.kotokoto-list-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: 0.2em;
  color: #46695f;
  margin: 0 0 20px;
}

.kotokoto-schedule-list {
  margin: 0 0 15px;
}

.kotokoto-schedule-list__item {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.kotokoto-schedule-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.kotokoto-schedule-list__item small {
  font-size: 1rem;
}

.kotokoto-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 25px;
}

/* ---------------------------------------*/
/* otona */
/* ---------------------------------------*/
#otona {
  margin: 0 0 190px;
}

.otona-content {
  padding: 37px 0 75px;
  margin-top: -2px;
  background: url(../img/250826/index_otona_bg.webp) repeat-y;
  background-size: 100%;
}

.otona-section_heading {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 40px;
}
.otona-section_heading span {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.64;
  letter-spacing: 0.3em;
  margin: 0 0 10px;
}
.otona-section_heading small {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
  padding: 0 1em;
}

.otona-content-02 {
  padding: 40px 25px 50px;
  background: #fff;
}

.otona-list__item {
  margin: 0 0 30px;
}
.otona-list__item:last-child {
  margin: 0;
}

.otona-list-heading {
  margin: 0 0 25px;
}

.otona-list-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.83;
  text-align: left;
  letter-spacing: 0.1em;
  color: #393e85;
  margin: 0 0 15px;
}

.otona-schedule-list {
  margin: 0 0 15px;
}

.otona-schedule-list__item {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.otona-schedule-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.otona-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 25px;
}

.otona_instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
}

.otona_instructor__text {
  width: 55%;
}

.otona_instructor_desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

.otona_instructor__image {
  width: 45%;
}

/* ---------------------------------------*/
/* confort */
/* ---------------------------------------*/
#confort {
  padding: 50px 25px 75px;
  margin: 0 0 115px;
  background: url(../img/250826/index_confort_bg.webp) repeat-y;
  background-size: 100%;
}

.confort-section-heading {
  width: 58.4%;
  margin: 0 auto 20px;
}

.confort-section-subtitle {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 15px;
}

.confort-section-lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 40px;
}

.confort-keyvisual {
  margin: 0 -25px 30px;
}

.confort-content-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 35px;
}

.confort-list__item {
  margin: 0 0 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  color: #0071b4;
}
.confort-list__item:last-child {
  margin: 0;
}

.confort_list-heading {
  font-size: 1.45rem;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 15px;
}

.confort-schedule-list {
  margin: 0 0 15px;
}

.confort-schedule-list__item {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  position: relative;
  padding-left: 1.2em;
}
.confort-schedule-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.confort-schedule-list__item small {
  font-size: 1.1rem;
}

.confort-list-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 1em;
}
.confort-list-desc:last-of-type {
  margin: 0;
}

.confort-note {
  display: block;
  width: 85%;
  text-align: left;
  font-size: 1.1rem;
  margin: 5px auto 0;
}
.confort-note.is-no-margin {
  width: 100%;
}