@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300@500&display=swap");
.sv {
  overflow: hidden;
}

.sv-inner {
  padding-top: min(160px, 11.713vw);
  padding-bottom: min(150px, 10.98vw);
  background: #5ab786;
  color: #fff;
}

.sv-inner .el_h2title_text {
  color: #fff;
}

/********************************
ボタン
***********************************/
.el_btn_wrap.traialBtn .el_btn_link {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: block;
  width: 100%;
  min-height: inherit;
  padding: 13px 15px;
  text-align: center;
  transition: .3s;
}

.el_btn_wrap.traialBtn .el_btn_link:hover {
  transform: scale(1.2);
}

/********************************
講師プロフィール
***********************************/
.instructorList {
  padding-top: min(150px, 10.98vw);
}

.instructorList .instructorList-item .bl_profile_column_image img {
  height: auto;
}

.instructorList .instructorList-item .bl_profile_column_content {
  padding-top: 10px;
}

.instructorList .instructorList-item .bl_profile_column_list .bl_profile_column_item + .bl_profile_column_item {
  margin-top: 8px;
}

.instructorList .instructorList-item .el_profile_text {
  margin-top: min(30px, 2.196vw);
}

.instructorList .instructorList-item .instructorList_biography {
  margin-top: min(70px, 5.124vw);
  padding: min(40px, 2.928vw);
  background: #FDFAEB;
}

.instructorList .instructorList-item .instructorList_biography .instructorList_biography__title {
  color: #186f18;
  font-family: "Montserrat", sans-serif;
  padding-bottom: min(16px, 1.171vw);
  border-bottom: solid 1px #186f18;
  font-size: min(16px, 1.6rem);
}

.instructorList .instructorList-item .instructorList_biography dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: min(19px, 1.464rem);
}

.instructorList .instructorList-item .instructorList_biography dl dt {
  font-size: min(14px, 1.4rem);
  font-weight: normal;
}

.instructorList .instructorList-item .instructorList_biography dl dd {
  font-size: min(14px, 1.4rem);
  padding-left: min(22px, 1.161rem);
}

.instructorList .instructorList-item + .instructorList-item {
  margin-top: 6.83vw;
}

/********************************
コース
***********************************/
.resson-cat {
  padding-top: min(150px, 10.98vw);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.resson-cat h3 {
  font-size: min(22px, 2.2rem);
  color: #186F18;
  text-align: center;
  font-weight: bold;
}

.resson-cat h3:nth-of-type(n+2) {
  margin-top: min(60px, 4.392vw);
}

.resson-cat .catList {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px 20px;
}

.resson-cat .catList li {
  border: solid 1px #5AB786;
}

.resson-cat .catList li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.resson-cat .catList li a dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.resson-cat .catList li a dl dt {
  width: 70%;
  font-weight: normal;
  font-size: min(16px, 1.6rem);
  color: #186F18;
  padding-top: min(24px, 1.756vw);
  padding-bottom: min(24px, 1.756vw);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resson-cat .catList li a dl dd {
  width: 30%;
  font-weight: normal;
  font-size: min(16px, 1.6rem);
  background: #5AB786;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/********************************
    ボタン
    ***********************************/
.bl_blog_column_category_btn {
  background: #f1b81f;
  border-radius: 10px;
  margin-top: 25px;
}

.bl_blog_column_category_btn a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #186f18;
  font-size: min(16px, 1.6rem);
}

#ressonInformation {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding-top: min(80px, 5.857vw);
}

#ressonInformation .cntList h4 {
  font-size: min(18px, 1.8rem);
  padding: 15px 0 15px 25px;
  background: #D6643C;
  color: #fff;
  margin-bottom: min(25px, 1.83vw);
}

#ressonInformation .cntList .onlineList > li {
  border: solid 1px #5AB786;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#ressonInformation .cntList .onlineList > li .ressonBox {
  width: 63%;
  padding-top: min(35px, 2.562vw);
  padding-bottom: min(35px, 2.562vw);
  padding-left: min(40px, 2.928vw);
}

#ressonInformation .cntList .onlineList > li .ressonBox-title {
  font-size: min(18px, 1.8rem);
  color: #186F18;
  padding-left: 25px;
  position: relative;
}

#ressonInformation .cntList .onlineList > li .ressonBox-title::before {
  position: absolute;
  content: '';
  width: min(18px, 1.318rem);
  height: min(18px, 1.318rem);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F1C31F;
}

#ressonInformation .cntList .onlineList > li .ressonBox-task {
  margin-top: min(20px, 1.464vw);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#ressonInformation .cntList .onlineList > li .ressonBox-task .ressonBox-task_outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#ressonInformation .cntList .onlineList > li .ressonBox-task .ressonBox-task_outline .number_of_times {
  font-size: min(14px, 1.4rem);
  color: #186F18;
  padding: 5px 15px;
  border: solid 1px #186F18;
  margin-right: min(30px, 2.197vw);
}

#ressonInformation .cntList .onlineList > li .ressonBox-task .ressonBox-task_outline .resson_type {
  font-size: min(16px, 1.6rem);
}

#ressonInformation .cntList .onlineList > li .ressonBox-task .resson_times {
  margin-left: min(45px,3.294vw);
  font-size: min(16px, 1.6rem);
  color: #186F18;
}

#ressonInformation .cntList .onlineList > li .ressonBox-information {
  margin-top: min(20px, 1.464vw);
}

#ressonInformation .cntList .onlineList > li .ressonBox-information > li {
  padding-left: 15px;
  font-size: min(16px, 1.6rem);
  position: relative;
}

#ressonInformation .cntList .onlineList > li .ressonBox-information > li::before {
  position: absolute;
  content: '・';
  font-size: min(16px, 1.6rem);
  left: 0;
  top: 0;
}

#ressonInformation .cntList .onlineList > li .ressonBox-information > li + li {
  margin-top: 8px;
}

#ressonInformation .cntList .onlineList > li .priceBox {
  width: 35%;
  background: #5AB786;
  padding-top: min(32px, 2.342vw);
  padding-bottom: min(32px, 2.342vw);
  padding-left: min(32px, 2.342vw);
  padding-right: min(32px, 2.342vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#ressonInformation .cntList .onlineList > li .priceBox .price_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: min(16px, 1.6rem);
}

#ressonInformation .cntList .onlineList > li .priceBox .price_title span {
  font-size: min(27px, 2.7rem);
  padding-left: 15px;
}

#ressonInformation .cntList .onlineList > li .priceBox .price-discount {
  margin-top: 13px;
  font-size: min(14px, 1.4rem);
  text-align: center;
  padding: 5px 20px;
  border: solid 1px #fff;
}

#ressonInformation .cntList .onlineList > li .priceBox .priceBox-information {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

#ressonInformation .cntList .onlineList > li .priceBox .priceBox-information > li {
  padding-left: 15px;
  font-size: min(16px, 1.6rem);
  position: relative;
}

#ressonInformation .cntList .onlineList > li .priceBox .priceBox-information > li::before {
  position: absolute;
  content: '・';
  font-size: min(16px, 1.6rem);
  left: 0;
  top: 0;
}

#ressonInformation .cntList .onlineList > li .priceBox .priceBox-information > li + li {
  margin-top: 8px;
}

#ressonInformation .cntList .onlineList > li .priceBox .el_btn_wrap.traialBtn {
  width: 95%;
  max-width: 300px;
}

#ressonInformation .cntList .onlineList > li + li {
  margin-top: 40px;
}

#ressonInformation .cntList + .cntList {
  margin-top: min(60px, 4.392vw);
}

#timetable {
  margin-top: min(104px, 7.613vw);
  background: #FFFBF2;
  padding-top: min(87px, 6.36896vw);
  padding-bottom: min(104px, 7.6134699vw);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

#timetable h3 {
  text-align: center;
  font-size: min(22px, 2.2rem);
  color: #186F18;
}

#timetable span {
  display: block;
  font-size: min(14px, 1.4rem);
  margin-top: min(60px, 4.392vw);
}

#timetable .timetableList {
  margin-top: min(30px, 2.196vw);
}

#timetable .timetableList a {
  display: inline-block;
  width: 100%;
}

/********************************
無料トライアル
***********************************/
#whatsET {
  padding-top: min(150px, 10.98vw);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

#whatsET h3 {
  text-align: center;
  color: #186F18;
  font-size: min(22px, 2.2rem);
  margin-top: 30px;
}

#whatsET .ressonList {
  margin-top: min(135px,9.882vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: min(110px, 8.052vw) min(32px, 2.342vw);
}

#whatsET .ressonList-item {
  border: solid 1px #EBC141;
  padding: min(96px,7.028vw) 15px 15px;
  position: relative;
}

#whatsET .ressonList-item figure {
  width: min(160px, 11.713vw);
  position: absolute;
  margin-bottom: 0;
  left: 50%;
  top: min(-60px, -4.392vw);
  transform: translateX(-50%);
}

#whatsET .ressonList-item_target {
  font-size: min(16px, 1.6rem);
  padding: 5px 10px;
  background: #F1C31F;
  border-radius: 50px;
  text-align: center;
  width: 90%;
  max-width: 195px;
  margin: 0 auto;
}

#whatsET .ressonList-item_point {
  font-size: min(18px, 1.8rem);
  color: #186F18;
  text-align: center;
  margin: 15px auto;
}

#whatsET .ressonList-item span {
  font-size: min(14px, 1.4rem);
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

#flow {
  margin-top: min(104px, 7.613vw);
  background: #FFFBF2;
  padding-top: min(87px, 6.36896vw);
  padding-bottom: min(104px, 7.6134699vw);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

#flow h3 {
  text-align: center;
  font-size: min(22px, 2.2rem);
  color: #186F18;
}

#flow .flowList {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}

#flow .flowList-title {
  font-size: min(16px, 1.6rem);
  padding-bottom: 15px;
  color: #186F18;
  border-bottom: solid 1px #186F18;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#flow .flowList-list {
  margin-top: 25px;
}

#flow .flowList-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}

#flow .flowList-list__item__step {
  width: 90px;
  height: 90px;
  border: solid 1px #F1C31F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: #fff;
  z-index: 2;
}

#flow .flowList-list__item__step span {
  font-size: min(16px, 1.6rem);
}

#flow .flowList-list__item__step p {
  font-size: min(34px, 3.4rem);
}

#flow .flowList-list__item__flow {
  width: calc(100% - 90px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: min(30px, 2.196vw);
}

#flow .flowList-list__item__flow p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: min(16px, 1.6rem);
  line-height: 1.5;
}

#flow .flowList-list__item__flow p span {
  font-size: min(14px, 1.4rem);
  margin-top: 15px;
  display: block;
}

#flow .flowList-list__item__flow .icon-line {
  width: min(60px, 4.392vw);
  margin-left: 10px;
}

#flow .flowList-list__item__flow .traialBtn {
  width: 287px;
  margin-left: 10px;
}

#flow .flowList-list__item + .flowList-list__item {
  padding-top: min(57px, 4.173vw);
}

#flow .flowList-list__item:nth-of-type(2) {
  position: relative;
}

#flow .flowList-list__item:nth-of-type(2)::before, #flow .flowList-list__item:nth-of-type(2)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: min(60px, 4.392vw);
  background: #F1C31F;
  z-index: 1;
  left: 45px;
}

#flow .flowList-list__item:nth-of-type(2)::before {
  top: 0;
}

#flow .flowList-list__item:nth-of-type(2)::after {
  bottom: 0;
  transform: translateY(100%);
}

/********************************
ブログ
***********************************/
.blogWrap {
  padding-top: min(150px, 10.98vw);
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 0;
}

/********************************
シングルページ
***********************************/
.single-column {
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.single-column__title {
  margin-bottom: min(30px, 2.196vw);
}

.single-column__title .bl_blog_article_column_content_leadtext {
  font-size: min(22px, 1.4rem);
  margin-top: min(25px, 1.611vw);
}

.single-column__content {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}

.single-column__content pre {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(16px, 1.6rem);
}

.single-column__content h2 {
  font-size: max(18px, 1rem);
  color: #186F18;
  border-bottom: solid 1px #007502;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-left: min(35px, 2.562vw);
  position: relative;
}

.single-column__content h2::before {
  position: absolute;
  content: '';
  background: url(../images/icon-tree.png) no-repeat center;
  background-size: contain;
  width: min(28px, 2.05vw);
  height: min(28px, 2.05vw);
  left: 0;
  top: -5px;
}

.single-column__content h3 {
  font-size: min(16px, 1.6rem);
  margin-bottom: 10px;
  color: #186F18;
}

.single-column__content h4 {
  font-size: min(16px, 1.6rem);
  color: #D6643C;
  padding-left: 10px;
  border-left: solid 4px #D6643C;
}

.single-column__content p {
  font-size: min(16px, 1.6rem);
  word-break: break-all;
}

.single-column__content ul li {
  font-size: min(16px, 1.6rem);
  position: relative;
  padding-left: 20px;
}

.single-column__content ul li::before {
  position: absolute;
  content: '●';
  color: #186F18;
  font-size: min(16px, 1.6rem);
  left: 0;
  top: 0;
}

.single-column__content ul li + li {
  margin-top: 10px;
}

.single-column__content ol {
  counter-reset: count 0;
}

.single-column__content ol li {
  padding-left: 20px;
  font-size: min(16px, 1.6rem);
  position: relative;
}

.single-column__content ol li::before {
  position: absolute;
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #186F18;
  font-size: min(16px, 1.6rem);
  left: 0;
  top: 0;
  letter-spacing: 0px;
}

.single-column__content ol li + li {
  margin-top: 10px;
}

.single-column__content blockquote {
  position: relative;
  padding: min(35px,2.562vw) 15px 10px 15px;
  box-sizing: border-box;
  background: #FFFBF1;
  color: #000;
  font-size: min(16px, 1.6rem);
  border-left: min(8px,.586vw) solid #F9C200;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.single-column__content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #F9C200;
  font-size: min(22px,1.4rem);
  line-height: 1;
  font-weight: 900;
}

.single-column__content blockquote p {
  margin-top: 15px;
}

.single-column__content blockquote cite {
  text-align: right;
  color: #8B7637;
  display: block;
  margin-top: 10px;
}

.single-column__content .wp-block-read-more {
  font-size: min(16px, 1.6rem);
  color: #007502;
  padding-right: 30px;
  position: relative;
}

.single-column__content .wp-block-read-more::before {
  position: absolute;
  content: '';
  background: url(../images/icon-s-link.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: contain;
  right: 0;
  top: 3px;
}

.single-column__content .wp-block-button a {
  background: #F1C31F;
  color: #186F18;
  font-size: min(16px, 1.6rem);
  padding-right: 50px;
  position: relative;
}

.single-column__content .wp-block-button a::before {
  position: absolute;
  content: '';
  background: url(../images/icon-s-link.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: contain;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
}

.single-column__content .wp-block-buttons {
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}

.single-column__content .wp-block-button {
  width: 100%;
}

.single-column__content .wp-block-button a {
  display: inline-block;
  width: 100%;
  font-size: min(16px, 1.6rem);
}

/********************************
お問い合わせフォーム
***********************************/
#page-contact,
#page-comfirm,
#page-thanks {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}

.c-from-top {
  padding-top: min(150px, 10.98vw);
}

.c-from-top .notes {
  display: block;
  width: 100%;
  text-align: center;
  color: #D6643C;
  font-size: min(16px, 1.6rem);
  margin-top: 25px;
}

.c-from-main {
  margin-top: 35px;
}

.c-from-main__form {
  background: #FFFBF2;
  padding: min(55px, 4.026vw) min(70px, 5.124vw);
}

.c-from-main__form dl dt {
  font-size: min(16px, 1.6rem);
  font-weight: normal;
}

.c-from-main__form dl dt.req {
  position: relative;
  width: fit-content;
}

.c-from-main__form dl dt.req::before {
  position: absolute;
  content: '\0274b';
  color: #D6643C;
  font-size: min(16px, 1.6rem);
  right: -25px;
  top: 0;
}

.c-from-main__form dl dd {
  font-size: min(16px, 1.6rem);
  margin-top: 15px;
}

.c-from-main__form dl dd .wpcf7-list-item.first {
  margin-left: 0;
}

.c-from-main__form dl dd .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.c-from-main__form dl dd .wpcf7-list-item .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #00A874;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}

.c-from-main__form dl dd .wpcf7-list-item input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.c-from-main__form dl dd .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #00A874;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

.c-from-main__form dl dd input,
.c-from-main__form dl dd textarea {
  border: solid 1px #CCCCCC;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
}

.c-from-main__form dl dd textarea {
  width: 100%;
}

.c-from-main__form dl dd .wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #D6643C;
  font-size: min(16px, 1.6rem);
}

.c-from-main__form dl + dl {
  margin-top: 45px;
}

.c-from-main .privacy-policy {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-from-main .privacy-policy_ttl {
  font-size: min(16px, 1.6rem);
  font-weight: normal;
  width: 28%;
}

.c-from-main .privacy-policy_cnt {
  width: 72%;
  height: 296px;
  overflow-y: scroll;
  margin-left: 15px;
  border-top: solid 1px #202020;
  border-bottom: solid 1px #202020;
  padding: min(32px, 2.343vw) min(25px, 1.83vw) min(32px, 2.343vw) 0;
}

.c-from-main .privacy-policy_cnt p {
  font-size: min(14px, 1.4rem);
  line-height: 1.5;
}

.c-from-main .privacy-policy_cnt dl {
  margin-top: 20px;
}

.c-from-main .privacy-policy_cnt dl dt {
  font-size: min(14px, 1.4rem);
  line-height: 1.5;
}

.c-from-main .privacy-policy_cnt dl dd {
  font-size: min(14px, 1.4rem);
  line-height: 1.5;
  margin-top: 8px;
}

.c-from-main .privacy-policy_cnt dl dd ul {
  margin: 5px 0 5px 10px;
}

.c-from-main .privacy-policy_cnt dl dd ul li {
  font-size: min(14px, 1.4rem);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1.2px;
  padding-left: 15px;
  position: relative;
}

.c-from-main .privacy-policy_cnt dl dd ul li::before {
  position: absolute;
  content: '・';
  font-size: min(14px, 1.4rem);
  left: 0;
  top: -3px;
}

.btn-c-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(60px, 4.392vw);
}

.btn-c-submit p {
  width: 85%;
  max-width: 290px;
  text-align: center;
  font-size: min(16px, 1.6rem);
  color: #186F18;
  transition: .3s;
}

.btn-c-submit p .el_contactbtn_wrap {
  background: #F1C31F;
  padding: 15px 0;
  border-radius: 50px;
  width: 100%;
}

.btn-c-submit p:hover {
  transform: scale(1.2);
}

.btn-c-submit.submit-comfirm {
  width: 100%;
  display: inline-block;
}

.btn-c-submit.submit-comfirm ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.btn-c-submit.submit-comfirm ul li {
  width: 85%;
  max-width: 290px;
}

.btn-c-submit.submit-comfirm ul li p {
  width: 100%;
  margin: 0 auto;
}

.btn-c-submit.submit-comfirm ul li:last-of-type {
  display: none;
}

#page-thanks .ly_sesctionInner {
  position: relative;
}

#page-thanks .ly_sesctionInner .c-from-top-thanks {
  padding-top: min(150px, 10.98vw);
  margin-bottom: min(250px, 13.301vw);
}

#page-thanks .ly_sesctionInner .c-from-top-thanks h3 {
  text-align: center;
  color: #186F18;
  font-size: min(22px, 2.2rem);
  margin-top: 30px;
}

#page-thanks .ly_sesctionInner .el_btn_wrap {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

#page-thanks .ly_sesctionInner .el_btn_wrap .el_btn_link:hover {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #f1b81f;
  position: relative;
  top: 49px;
}

/********************************
ナビゲーション
***********************************/
.navigation {
  margin-top: min(70px, 5.125vw);
}

.navigation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .page-numbers li {
  line-height: 1.8;
}

.navigation .page-numbers li a {
  font-size: min(16px, 1.6rem);
}

.navigation .page-numbers li .current {
  width: min(35px,2.562vw);
  height: min(35px,2.562vw);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1C31F;
  font-size: min(16px, 1.6rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.navigation .page-numbers li .nav-prev {
  display: inline-block;
  width: min(15px, 1.098vw);
  height: min(15px, 1.098vw);
  margin: 0 auto;
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  transform: rotate(45deg);
}

.navigation .page-numbers li .nav-next {
  display: inline-block;
  width: min(15px, 1.098vw);
  height: min(15px, 1.098vw);
  margin: 0 auto;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: rotate(45deg);
}

.navigation .page-numbers li + li {
  margin-left: 20px;
}

#s-navigation {
  margin-top: min(70px, 5.125vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  border-top: solid 1px #007502;
}

#s-navigation a {
  font-size: min(16px, 1.6rem);
}

#s-navigation a span {
  position: relative;
}

#s-navigation a span::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: min(15px, 1.098vw);
  height: min(15px, 1.098vw);
  margin: 0 auto;
}

#s-navigation a span.s-prev {
  padding-left: 30px;
}

#s-navigation a span.s-prev::before {
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 0;
}

#s-navigation a span.s-next {
  padding-right: 30px;
}

#s-navigation a span.s-next::before {
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0;
}

/********************************
slider
***********************************/
.footer_slide {
  margin-top: min(100px, 7.32vw);
}

/********************************
sp
***********************************/
@media not screen and (min-width: 768px) {
  .lower .sv-inner {
    padding-top: max(100px, 7.32vw);
    padding-bottom: max(100px, 7.32vw);
  }
  .lower .ly_sesctionInner {
    width: calc(100% - 100px);
    padding: 4.09vw 19px 0;
  }
  /********************************
  講師プロフィール
  ***********************************/
  .instructorList {
    padding-bottom: 72px;
  }
  .instructorList .instructorList-item .bl_profile_column {
    flex-direction: column;
  }
  .instructorList .instructorList-item .el_profile_text {
    margin-top: 5.19vw;
  }
  .instructorList .instructorList-item .instructorList_biography__title {
    font-size: max(14px, 0.8rem) !important;
    line-height: calc(24 / 14);
  }
  .instructorList .instructorList-item .instructorList_biography dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .instructorList .instructorList-item .instructorList_biography dl dt {
    font-size: max(14px, 0.8rem) !important;
    line-height: calc(22 / 14);
  }
  .instructorList .instructorList-item .instructorList_biography dl dd {
    font-size: max(14px, 0.8rem) !important;
    line-height: calc(22 / 14);
    margin-top: 10px;
    padding-left: 0;
  }
  /********************************
  コース
  ***********************************/
  .resson-cat .catList {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
  }
  .resson-cat h3 {
    font-size: max(18px, 1rem);
  }
  .resson-cat h3:nth-of-type(n+2) {
    margin-top: max(40px, 2.928vw);
  }
  /********************************
      ボタン
      ***********************************/
  .bl_blog_column_category_btn a {
    font-size: max(16px, 0.7rem);
  }
  #ressonInformation.ly_sesctionInner {
    width: 100%;
  }
  #ressonInformation .cntList .onlineList > li {
    flex-direction: column;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox {
    width: 100%;
    padding: 20px 13px 30px;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-title {
    font-size: min(16px, 1.6rem);
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-title::before {
    width: 16px;
    height: 16px;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-task {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-task .resson_times {
    margin-left: 0;
    margin-top: 15px;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-information {
    margin-top: 30px;
  }
  #ressonInformation .cntList .onlineList > li .ressonBox .ressonBox-information li + li {
    margin-top: 15px;
  }
  #ressonInformation .cntList .onlineList > li .priceBox {
    width: 100%;
    padding: 20px 13px 30px;
  }
  #ressonInformation .cntList .onlineList > li .priceBox .price-discount {
    margin-top: 20px;
  }
  #ressonInformation .cntList .onlineList > li .priceBox .priceBox-information > li {
    font-size: min(14px, 1.4rem;);
  }
  #timetable {
    margin-top: 70px;
    padding-bottom: 72px;
  }
  #timetable span {
    margin-top: 50px;
  }
  #timetable h3 {
    font-size: max(18px, 1rem);
  }
  #timetable .timetableList {
    margin-top: 30px;
  }
  #timetable .timetableList-item .timetable-weekly {
    font-size: max(16px, 1rem);
  }
  /********************************
  無料トライアル
  ***********************************/
  #whatsET h3 {
    font-size: max(18px, 1rem);
  }
  #whatsET .ressonList {
    margin-top: max(130px, 9.517vw);
    grid-template-columns: 1fr;
    grid-gap: max(110px, 8.052vw) 0;
  }
  #whatsET .ressonList-item {
    padding-top: max(100px, 7.321vw);
  }
  #whatsET .ressonList-item figure {
    width: max(160px, 11.713vw);
    top: min(-85px, -6.223vw);;
  }
  #whatsET .ressonList-item_target {
    font-size: max(16px, 0.8rem);
    width: fit-content;
    max-width: inherit;
    padding: 5px 30px;
  }
  #whatsET .ressonList-item_point {
    font-size: max(18px, 1rem);
  }
  #whatsET .ressonList-item span {
    font-size: max(14px, 0.7rem);
  }
  #flow {
    padding-top: 60px;
    padding-bottom: 72px;
  }
  #flow .ly_sesctionInner {
    padding-left: 0;
    padding-right: 0;
  }
  #flow h3 {
    font-size: max(18px, 1rem);
  }
  #flow .flowList {
    margin-top: 15px;
    padding: 30px 15px;
  }
  #flow .flowList-title {
    font-size: max(16px, 1rem);
  }
  #flow .flowList-list {
    margin-top: 50px;
  }
  #flow .flowList-list__item {
    flex-direction: column;
    border: solid 1px #F1C31F;
    border-radius: 20px;
    padding: 60px 15px 15px;
    position: relative;
  }
  #flow .flowList-list__item__step {
    flex-direction: row;
    width: max(80px, 5.857vw);
    height: max(80px, 5.857vw);
    background: #F1C31F;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: min(-40px, 2.928vw);
  }
  #flow .flowList-list__item__step span {
    font-size: max(14px, .7rem);
  }
  #flow .flowList-list__item__step p {
    font-size: max(24px, 1.4rem);
    padding-left: 5px;
  }
  #flow .flowList-list__item__flow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    width: 100%;
  }
  #flow .flowList-list__item__flow p {
    font-size: max(14px, .7rem);
  }
  #flow .flowList-list__item__flow .bnt-flowList--line {
    width: 100%;
    margin: 45px auto 0;
  }
  #flow .flowList-list__item__flow .bnt-flowList--line a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: solid 1px #4CC764;
  }
  #flow .flowList-list__item__flow .bnt-flowList--line a figure {
    width: 35px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  #flow .flowList-list__item__flow .bnt-flowList--line a p {
    font-size: max(12px, .5rem);
  }
  #flow .flowList-list__item__flow .traialBtn {
    width: 100%;
    margin: 25px auto 0;
  }
  #flow .flowList-list__item__flow .traialBtn a {
    font-size: max(14px, .7rem);
  }
  #flow .flowList-list__item + .flowList-list__item {
    margin-top: 82px;
    padding-top: 60px;
  }
  #flow .flowList-list__item:nth-of-type(2)::before, #flow .flowList-list__item:nth-of-type(2)::after {
    left: 50%;
    transform: translateX(-50%);
    height: 85px;
  }
  #flow .flowList-list__item:nth-of-type(2)::before {
    top: -82px;
  }
  #flow .flowList-list__item:nth-of-type(2)::after {
    bottom: -82px;
  }
  #flow .flowList + .flowList {
    margin-top: 30px;
  }
  /********************************
  ブログ
  ***********************************/
  .blogWrap {
    padding-bottom: 72px;
  }
  /********************************
  シングル
  ***********************************/
  .single-column {
    letter-spacing: 1.5px;
    line-height: 1.8;
  }
  .single-column__title .bl_blog_article_column_content_leadtext {
    font-size: max(20px, 0.7rem);
  }
  .single-column__content pre {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content h2 {
    font-size: max(18px; 1.8rem);
    padding-left: max(35px, 2.562vw);
  }
  .single-column__content h2::before {
    width: max(28px, 2.05vw);
    height: max(28px, 2.05vw);
  }
  .single-column__content h3 {
    font-size: max(16px, 1rem);
  }
  .single-column__content h4 {
    font-size: max(16px, 1rem);
  }
  .single-column__content p {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content ul li {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content ul li::before {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content ol li {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content ol li::before {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content blockquote::before {
    font-size: max(18px,1.4rem);
  }
  .single-column__content blockquote p {
    margin-top: 35px;
    font-size: max(14px, 0.7rem);
  }
  .single-column__content blockquote cite {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content .wp-block-read-more {
    font-size: max(14px, 0.7rem);
  }
  .single-column__content .wp-block-read-more::before {
    right: 0;
  }
  /********************************
  お問い合わせフォーム
  ***********************************/
  .c-from-top .notes {
    font-size: max(16px, 0.8rem);
    text-align: left;
  }
  .c-from-main {
    width: 100% !important;
    margin-top: 20px;
  }
  .c-from-main__form {
    padding: max(30px, 2.197vw) max(25px, 1.83vw);
  }
  .c-from-main__form dl dt {
    font-size: max(16px, 0.8rem);
  }
  .c-from-main__form dl dt.req::before {
    font-size: max(16px, 0.8rem);
  }
  .c-from-main__form dl dd {
    font-size: max(16px, 0.8rem);
  }
  .c-from-main__form dl dd .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-from-main__form dl dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin-left: 0;
  }
  .c-from-main__form dl dd .wpcf7-radio .wpcf7-list-item label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c-from-main__form dl dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 20px;
  }
  .c-from-main__form dl dd input:not([name="cat-radio"]) {
    width: 100%;
  }
  .c-from-main__form dl + dl {
    margin-top: 30px;
  }
  .c-from-main .privacy-policy dl {
    flex-direction: column;
  }
  .c-from-main .privacy-policy dl dt {
    width: 100%;
    font-size: max(16px, 0.8rem);
  }
  .c-from-main .privacy-policy dl dd {
    width: 100%;
    height: 330px;
    margin-left: 0;
    padding: 15px 5px;
    margin-top: 15px;
  }
  .c-from-main .privacy-policy dl dd ul li {
    font-size: max(14px, 0.7rem);
  }
  .btn-c-submit {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .btn-c-submit.submit-comfirm {
    width: 100%;
    display: inline-block;
  }
  .btn-c-submit.submit-comfirm ul {
    flex-direction: column;
  }
  .btn-c-submit.submit-comfirm ul li {
    width: 85%;
  }
  .btn-c-submit.submit-comfirm ul li + li {
    margin-top: 25px;
  }
  #page-thanks .ly_sesctionInner .c-from-top-thanks {
    margin-bottom: max(250px, 13.301vw);
  }
  #page-thanks .ly_sesctionInner .c-from-top-thanks h3 {
    font-size: max(18px, 1rem);
  }
  #page-thanks .ly_sesctionInner .el_btn_wrap {
    width: 85%;
  }
  #page-thanks .ly_sesctionInner .el_btn_wrap .el_btn_link {
    min-height: 51px;
    border-radius: 60px;
    width: 100%;
  }
  /********************************
  ナビゲーション
  ***********************************/
  #navigationWrap {
    margin-top: max(60px, 4.392vw);
  }
  #s-navigation {
    margin-top: max(60px, 4.392vw);
  }
  #s-navigation a {
    font-size: max(14px, 0.7rem);
  }
  #s-navigation a span::before {
    width: max(13px, .952vw);
    height: max(13px, .952vw);
  }
  #s-navigation a span.s-prev {
    padding-left: 20px;
  }
  #s-navigation a span.s-next {
    padding-right: 20px;
  }
  /********************************
  slider
  ***********************************/
  .footer_slide {
    margin-top: 0;
  }
}

@media screen and (max-width: 425px) {
  #ressonInformation .cntList h4 {
    font-size: min(16px, 1.6rem);
  }
  #timetable {
    margin-top: 70px;
  }
  #timetable .ly_sesctionInner {
    width: 100%;
  }
  #timetable h3 {
    font-size: min(18px; 1.8rem);
  }
  #timetable .timetableList {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
  #timetable .timetableList-item .timetable-weekly {
    border: none;
  }
  #timetable .timetableList-item .timetable-weekly .toggle {
    display: block;
    width: 100%;
    padding-bottom: 55px;
    position: relative;
  }
  #timetable .timetableList-item .timetable-weekly .toggle::before {
    content: "Open";
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    transition: 0.3s;
    letter-spacing: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: min(14px, 1.4rem);
    line-height: calc(19 / 16);
  }
  #timetable .timetableList-item .timetable-weekly .toggle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #timetable .timetableList-item .timetable-weekly.close .toggle::before {
    content: "Close";
  }
  #timetable .timetableList-item .timetable-weekly.close .toggle::after {
    transform: translateX(-50%) rotate(225deg);
    bottom: 0;
  }
  #timetable .timetableList-item .timetable-resson {
    border-right: solid 1px #5AB786;
    display: none;
  }
  #timetable .timetableList-item:first-of-type .timetable-weekly {
    border-left: none;
  }
}
