@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/*
  主にwordpressテーマに関する修正などのCSS
**/
.post-631 .date-tags,
.post-639 .date-tags,
.post-652 .date-tags,
.post-637 .date-tags,
.post-633 .date-tags,
.post-635 .date-tags {
  display: none;
}

.main {
  padding: 0 !important;
}

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

figure {
  margin: 0 !important;
}

.wp-element-button:hover {
  color: white !important;
  background-color: #ff69bc !important;
}

.button-more .wp-element-button:hover {
  color: #fff !important;
  background-color: #FF008C !important;
}

/* 募集停止の教室ボタン */
.button-stop .wp-element-button:hover {
  color: #fff !important;
  background-color: ##949495 !important;
}

.button__line__general .wp-element-button:hover {
  color: #01B301 !important;
  background-color: #fff !important;
  border: 1px solid #01B301;
}

.button__contact .wp-element-button:hover {
  color: white !important;
  background-color: #ff8860 !important;
}

.cat-label {
  border-radius: 50px;
  border: 2px solid #FF33A3 !important;
  color: #FF33A3 !important;
  background-color: #fff !important;
}

.type-post {
  margin: 1em 2.4rem 3em !important;
}

.article ul li {
  margin-bottom: 0.4em;
}

.cat-link {
  background-color: white !important;
}
.cat-link:hover {
  color: #ff33a3;
}

/*
  コンポーネント用
**/
/*
  変数ファイル
**/
.title__2 {
  font-size: 2.8rem !important;
  width: fit-content;
  padding: 0.2rem 3.4rem 1.6rem 3.4rem !important;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0 auto;
}
.title__2::after {
  content: "";
  width: 100%;
  height: 1.7rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(./skins/skin-template/images/Polygon-pink.svg);
  background-repeat: space;
  background-position: bottom;
  background-size: 1.7rem 1.2rem;
}

.title__blue:after {
  background-image: url(./skins/skin-template/images/Polygon-blue.svg);
}

.title__3 {
  font-size: 2rem !important;
  width: fit-content;
  padding: 0.2rem 3.2rem 0 3.2rem !important;
  letter-spacing: 0.02em;
  margin: 0 auto !important;
  border: none !important;
}

.bg__cover {
  color: #453D39;
}

.svg__icon {
  width: 3rem;
  height: 3rem;
  fill: #fff;
  vertical-align: middle;
  position: relative;
  margin-left: 0.4rem;
}

.button__line {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  width: 16rem !important;
  padding: 6px 0 !important;
  color: #fff !important;
  background-color: #01B301 !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 1.2rem;
  border: none !important;
  transition: all 0.2s;
}
.button__line::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(./skins/skin-template/images/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
.button__line:hover {
  color: #01B301 !important;
  background-color: #fff !important;
}

.button__line__general {
  font-size: 2rem;
  width: 16rem;
}
.button__line__general a {
  display: flex;
  width: 100%;
  padding: 0.58rem 0;
  justify-content: center;
  align-items: center;
}

.button__more {
  font-size: 2rem;
}

.list__lecture {
  padding: 0;
  margin-bottom: 0 !important;
}
.list__lecture li {
  margin-bottom: 1rem;
}

.f__attempt {
  box-shadow: rgba(0, 0, 0, 0.1529411765) 5px 5px 5px;
  max-width: 330px;
}
.f__attempt:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f__attempt {
    margin: 0 auto !important;
  }
}

.f__classroom {
  border: solid 3px #6E003C;
  border-radius: 12px;
  padding: 1.6rem 0.8rem;
  max-width: 330px;
  box-shadow: rgba(0, 0, 0, 0.1529411765) 5px 5px 5px;
}
.f__classroom:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f__classroom {
    margin: 0 auto !important;
  }
}

.f__classroom__2 {
  width: 80%;
  max-width: 450px;
}
.f__classroom__2:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f__classroom__2 {
    max-width: 330px;
  }
}
.f__classroom__2__invisi {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .f__classroom__2__invisi {
    display: none;
  }
}

.table__info table {
  border-spacing: 0 1.2rem;
  border-collapse: separate;
}
.table__info table tbody tr {
  background-color: white !important;
}
.table__info table tbody tr td {
  font-size: 1.5rem !important;
  border: none;
  text-wrap: wrap;
}
.table__info table tbody tr td:first-child {
  width: 8.4rem;
  height: 3.2rem !important;
  padding: 0.4rem 1.6rem;
  line-height: 1;
  text-align: center;
  background-color: #ffccf8;
  border-radius: 50px;
  font-weight: 500;
  text-wrap: nowrap;
}
.table__info table tbody tr td:empty {
  background-color: white;
}
.table__info table tbody tr td:last-child {
  padding-left: 1.6rem;
}

.table__blue table tbody tr td:first-child {
  background-color: #F3FAFE;
}

.f__teaching {
  min-width: 330px !important;
  box-shadow: rgba(0, 0, 0, 0.1529411765) 5px 5px 5px;
}
@media screen and (max-width: 767px) {
  .f__teaching {
    max-width: 330px !important;
  }
}

.teaching__cycle__image {
  position: relative;
}
.teaching__cycle__image::before {
  content: "自己肯定感を育てるサイクル";
  width: 21.4rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

.teaching__affirmation {
  min-height: 12.8rem;
  margin-bottom: 1.6rem !important;
}
.teaching__affirmation__title {
  font-size: 2rem !important;
  width: fit-content;
  padding: 0.4rem 0 0 0 !important;
  letter-spacing: 0.02em;
  margin: 0 !important;
  border: none !important;
}
.praise {
  position: relative;
  border-color: #ffcce8 !important;
}
.praise::before {
  content: "praise";
  color: #ffcce8;
  font-size: 3.6rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.writing {
  position: relative;
  border-color: #ff99d1 !important;
}
.writing::before {
  content: "writing";
  color: #ff99d1;
  font-size: 3.6rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.improvent {
  position: relative;
  border-color: #ff66ba !important;
}
.improvent::before {
  content: "improvent";
  color: #ff66ba;
  font-size: 3.6rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.self-affirmation {
  position: relative;
  border-color: #ff33a3 !important;
}
.self-affirmation::before {
  content: "self-affirmation";
  color: #ff33a3;
  font-size: 3.6rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.f__teaching__column__right__text {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .f__teaching__column__right__text {
    max-width: 214px;
    padding: 0 !important;
    margin: 0 auto;
  }
}
.f__teaching__column__right__text::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.7rem;
  border-radius: 14px;
  background-color: #FF66ba;
  top: -2rem;
  left: 50%;
  transform: translateX(-1355%);
  box-shadow: 2.8rem 0 0 #FF66ba, 5.6rem 0 0 #FF66ba, 8.4rem 0 0 #FF66ba, 11.2rem 0 0 #FF66ba, 14rem 0 0 #FF66ba, 16.8rem 0 0 #FF66ba, 19.6rem 0 0 #FF66ba, 22.4rem 0 0 #FF66ba, 25.2rem 0 0 #FF66ba, 28rem 0 0 #FF66ba, 30.8rem 0 0 #FF66ba, 33.6rem 0 0 #FF66ba, 36.4rem 0 0 #FF66ba;
}
@media screen and (max-width: 767px) {
  .f__teaching__column__right__text::before {
    transform: translateX(-954%);
    box-shadow: 2.8rem 0 0 #FF66ba, 5.6rem 0 0 #FF66ba, 8.4rem 0 0 #FF66ba, 11.2rem 0 0 #FF66ba, 14rem 0 0 #FF66ba, 16.8rem 0 0 #FF66ba, 19.6rem 0 0 #FF66ba, 22.4rem 0 0 #FF66ba, 25.2rem 0 0 #FF66ba;
  }
}
.f__teaching__column__right__text::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.7rem;
  border-radius: 14px;
  background-color: #FF66ba;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-1355%);
  box-shadow: 2.8rem 0 0 #FF66ba, 5.6rem 0 0 #FF66ba, 8.4rem 0 0 #FF66ba, 11.2rem 0 0 #FF66ba, 14rem 0 0 #FF66ba, 16.8rem 0 0 #FF66ba, 19.6rem 0 0 #FF66ba, 22.4rem 0 0 #FF66ba, 25.2rem 0 0 #FF66ba, 28rem 0 0 #FF66ba, 30.8rem 0 0 #FF66ba, 33.6rem 0 0 #FF66ba, 36.4rem 0 0 #FF66ba;
}
@media screen and (max-width: 767px) {
  .f__teaching__column__right__text::after {
    transform: translateX(-954%);
    box-shadow: 2.8rem 0 0 #FF66ba, 5.6rem 0 0 #FF66ba, 8.4rem 0 0 #FF66ba, 11.2rem 0 0 #FF66ba, 14rem 0 0 #FF66ba, 16.8rem 0 0 #FF66ba, 19.6rem 0 0 #FF66ba, 22.4rem 0 0 #FF66ba, 25.2rem 0 0 #FF66ba;
  }
}

.f__voice__individual {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .f__voice__individual {
    max-width: 330px;
    margin: 0 auto !important;
  }
}

.voice__individual__column {
  justify-content: center;
  margin-bottom: 0 !important;
}

.title__3__voice__individual {
  background-color: #FF66ba;
  border-radius: 50px;
  font-weight: 400;
  color: white !important;
  text-wrap: nowrap;
}

.image__voice__individual {
  min-width: 100px;
}

.text__voice__individual {
  background-color: #ffcce8;
  border-radius: 12px;
}

.f__voice__parent:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f__voice__parent {
    margin: 0 auto !important;
  }
}

.f__step {
  display: flex;
  justify-content: center;
  padding: 1.6rem 1.6rem;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 5.4rem;
  position: relative;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .f__step {
    display: block;
  }
}
.f__step:not(:last-child)::after {
  content: "▼";
  height: auto;
  font-size: 4rem;
  color: #6CA1F0;
  position: absolute;
  bottom: -6.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.step__circle {
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.6rem solid #000;
  background-color: #6CA1F0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__circle {
    margin: 0 auto;
  }
}
.step__circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3.2rem;
  font-weight: bold;
  color: #000 !important;
  text-align: center;
  line-height: 1;
  padding-top: 0.6rem;
}
.step__seg {
  width: 70%;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .step__seg {
    width: 100%;
    margin: 1.6rem auto;
  }
}
.step__seg__title {
  margin-left: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .step__seg__title {
    margin: 0 auto !important;
  }
}
.step__seg__text {
  width: auto;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

.dateils__more summary {
  border: 3px solid #000;
  text-align: center;
  width: 75%;
  border-radius: 20px;
  padding: 0.5rem 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
  margin: 0 auto 2rem auto;
  background-color: white;
}
.dateils__more summary:hover {
  background-color: #FF66ba;
  color: white;
}

.dateils__lecture summary {
  text-align: center;
}
.dateils__lecture summary:hover {
  background-color: #005EAC;
  color: white;
}
.dateils__lecture p {
  width: 75%;
  margin: 0 auto;
}
.dateils__lecture ul {
  width: 75%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.tab-wrap {
  width: 100%;
  max-width: 1080px;
}

.tab-label {
  color: #453D39;
  background: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  padding: 0.6em 0.6em;
  border-bottom: 3px solid #FF66ba;
  cursor: pointer;
  display: block;
}

.tab-label__blue {
  border-color: #005EAC;
}

.tab-switch:checked + .tab-label {
  border: none;
}

.tab-label:before {
  content: "▼";
  text-shadow: none;
  margin-right: 0.2em;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.2s;
}

.tab-switch:checked + .tab-label:before {
  transform: rotate(0);
}

.tab-content {
  height: 0;
  padding: 0 15px;
  overflow: hidden;
  opacity: 0;
  background: white;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  border-radius: 12px 12px 0 0;
  background: white;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s;
  border-bottom: 3px solid #FF66ba;
  border-top: 0;
}

.tab-switch:checked + .tab-label__blue + .tab-content {
  border-color: #005EAC;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.slider__title__pop {
  color: #FF66BA;
  text-shadow: 2px 2px 2px rgba(69, 61, 57, 0.3333333333);
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: #ffe6f4;
  width: 100%;
  max-width: 1080px;
  border-radius: 1.2rem;
}

.wp-block-contact-form-7-contact-form-selector.form__blue {
  background-color: #F3FAFE;
}

.wpcf7-form {
  padding-bottom: 1.6rem;
}
.wpcf7-form p {
  width: 80%;
  margin: 0 auto !important;
  padding-top: 2rem;
  height: auto;
  text-align: center;
}
.wpcf7-form p label {
  display: inline-block;
  width: 80%;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .wpcf7-form p label {
    width: 100%;
  }
}

.form__select,
.form__name,
.form__email {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.8rem !important;
}

.form__message {
  display: inline-block;
  width: 100% !important;
  padding: 0.8rem !important;
}

.form__required {
  display: inline-block;
  color: #fff;
  background-color: #FF008C;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  padding: 0 4px;
  margin: 0 8px 2px 0;
}

.wpcf7-submit {
  display: inline-block;
  margin: 0 auto !important;
  width: 9rem !important;
  padding: 0.75rem 0 !important;
  color: #fff !important;
  background-color: #FF008C !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 1.2rem;
  border: none !important;
  transition: all 0.2s;
}
.wpcf7-submit:hover {
  color: #FF008C !important;
  background-color: #fff !important;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact__text {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .text__mb {
    margin: auto 0 !important;
  }
}

.f__mb {
  justify-content: center;
}

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

html {
  font-size: 0.625rem;
  color: #453D39 !important;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 9px;
  }
}