@charset "UTF-8";
html {
  scroll-padding-top: 130px;
}

/*
共通
---------------------------------- */
@media screen and (max-width: 639px) {
  .smb-section__title {
    --_font-size-level: 3;
  }
}
/*
ヘッダー
---------------------------------- */
.l-header__content {
  background-color: #f7f7f7;
}

.l-1row-header {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .p-section-front-page-content {
    padding-top: 0;
  }
}
.l-header__contact__button {
	width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #051982;
    border-radius: 30px;
}
.l-header__contact__button a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 28px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.l-header__contact__button a::before {
    position: absolute;
    content: "";
    background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/07/contact-mail-w.png);
    background-repeat: no-repeat;
    background-size: contain;
	   top: 50%;
    transform: translateY(-50%);
    left: 22px;
    width: 22px;
    height: 22px;
}
.l-header__contact__button a:hover {
    background-color: #0693e3;
}
/*
メインビジュアル
---------------------------------- */
.spider p {
  display: inline-block;
  padding: 10px;
  font-size: clamp(22px, 4.6948356808vw, 30px);
  font-weight: bold;
  color: #fff;
  background-color: rgba(13, 16, 65, 0.3);
  line-height: 1.2;
}

@media screen and (max-width: 639px) {
  .smb-spider-slider .spider__slide > .smb-spider-slider__item {
    left: -25px;
    bottom: -40px;
  }
}
@media screen and (min-width: 640px) {
  .spider p {
    font-size: clamp(30px, 5.859375vw, 60px);
  }
}
/*
悩み
---------------------------------- */
.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.p-worry {
  margin-top: 0;
  padding-top: 0;
}

.p-worry .p-worry__items .smb-panels__item__body {
  padding-left: 15px;
  padding-right: 15px;
}

.p-worry .p-worry__items p {
  position: relative;
  padding-left: 25px;
}

.p-worry .p-worry__items p:not(:first-child):before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/icon-check.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-worry .p-worry__items p:last-child::before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-worry .p-worry__items .smb-panels__item__body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-my-self,
.p-self-introduce {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 781px) {
    .p-self-introduce img {
        width: 250px !important;
        height: 250px !important;
    }
}
/*
独立
---------------------------------- */
.p-independence .smb-section__inner > .c-container {
  margin-bottom: 80px;
}

/*タイトル上アイコン*/
.p-independence .smb-section__title,
.p-my-school .smb-section__title,
.p-my-students .smb-section__title {
  position: relative;
}

.p-independence .smb-section__title::before,
.p-my-school .smb-section__title::before,
.p-my-students .smb-section__title::before,
.how-to-build .smb-section__title::before,
.omakase .smb-section__title::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-independence .smb-section__title::before {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/headline-01.png);
}

.p-my-school .smb-section__title::before {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/headline-02.png);
  top: -72px;
}

.p-my-students .smb-section__title::before {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/headline-03.png);
  top: -90px;
}

.how-to-build .smb-section__title::before {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/headline-04.png);
}

.omakase .smb-section__title::before {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/05/headline-05.png);
}

/*背景文字*/
.p-independence .smb-section__background-text__text,
.p-my-school .smb-section__background-text__text,
.p-my-students .smb-section__background-text__text {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-independence .smb-section__background-text__text,
  .p-my-school .smb-section__background-text__text,
  .p-my-students .smb-section__background-text__text {
    display: block;
    font-size: clamp(70px, 6.7857142857vw, 95px);
  }
}
/*
これまでの背景
---------------------------------- */
.p-history .smb-section__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-history p span {
  line-height: 1.8;
}

/*
My school
---------------------------------- */
/*
My students
---------------------------------- */
@media screen and (max-width: 639px) {
  .p-my-school,
  .my-students {
    padding-top: 30px !important;
  }
}
/*
自分のメディア
---------------------------------- */
.p-media-mean .c-container.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.p-media-mean .smb-section__title span {
  display: block;
  padding: 15px 0;
  font-size: clamp(22px, 5.46875vw, 35px);
}

.p-media-mean .p-media__text {
  width: 850px;
  max-width: 100%;
  padding: 0 10px;
}

.p-media-mean-point img {
  margin-right: 10px;
  margin-bottom: 8px;
}

@media screen and (min-width: 640px) {
  .p-media-mean .smb-section__title span {
    margin: 0 calc(50% - 50vw);
    padding: 25px 0;
    font-size: clamp(35px, 5.859375vw, 60px);
  }
}
/*
方法のまとめ step-01
==============================*/
.p-method .c-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 781px) {
  .p-method__summary {
    flex-direction: column-reverse;
  }
}
.p-wp__title h2 {
    text-shadow: #000 1px 1px 1px, #000 -1px -1px 1px, #000 -1px 1px 1px, 
                #000 1px -1px 1px, #000 1px 0px 1px, #000 -1px 0px 1px, 
                #000 0px 1px 1px, #000 0px -1px 1px;
}
/*
プロにお任せ
==============================*/
.p-composition-number {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 781px) {
  .p-composition-column-reverse {
    flex-direction: column-reverse;
  }
}
/*
解決
==============================*/
.p-solution .smb-panels__item {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.85);
}

.p-solution .smb-panels__item__body {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .p-solution .p-solution__point {
    width: 95%;
  }
}
@media screen and (min-width: 640px) {
  .p-solution .smb-panels__item {
    width: 85%;
    padding: 50px 20px;
  }
}
.p-image__video span {
    text-shadow: #000 1px 1px 1px, #000 -1px -1px 1px, #000 -1px 1px 1px, 
                #000 1px -1px 1px, #000 1px 0px 1px, #000 -1px 0px 1px, 
                #000 0px 1px 1px, #000 0px -1px 1px;
}
/*
サンプル
==============================*/
@media screen and (max-width: 460px) {
  .u-hidden-460 {
    display: none;
  }
}
/*
流れ
==============================*/
.p-steps .wp-block-column {
  margin-left: auto;
  margin-right: auto;
}

.p-steps img {
  margin-bottom: 22px;
  margin-right: 10px;
}

.p-count-down__date {
  width: 80%;
}

.p-advantage-points img {
  margin-right: 10px;
}

.p-count-down__timer li span:first-child {
  color: red;
}

.p-cta__text {
  margin-top: 150px !important;
}

.p-cta__attention {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .p-steps img {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .p-advantage-points img {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .p-count-down__date {
    width: 100%;
  }
  .p-cta__attention {
    width: 100%;
  }
}
/*
Q&A
==============================*/
.p-question .smb-accordion__item__title__label strong {
  color: var(--wp--preset--color--sm-accent);
}

.p-question .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body strong {
  color: red;
}

/*
フッター
==============================*/
.c-section.p-section-front-page-content {
  padding-bottom: 0;
}

/*
追従ボタン
==============================*/
.c-follow-button {
    display: none;
}
@media screen and (min-width: 640px) {
    .c-follow-button {
        position: fixed;
        display: block;
        margin-top: 0 !important;
        bottom: 100px;
        right: -50px;
        transition: all 0.3s ease-in-out;
        border-radius: 10px 0 0 10px;
        z-index: 100;
    }
    .c-follow-button a {
        text-decoration: none;
    }
    .c-follow-button__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 40px;
        height: 200px;
        padding: 10px 8px;
        background-color: #051982;
        border-radius: 10px 0 0 10px;
        transition: all 0.3s ease;
    }
    .c-follow-button__image img {
        width: 23px;
    }
    .c-follow-button__image p {
        writing-mode: vertical-rl;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.3em;
    }
    .c-follow-button.is-active {
        right: 0;
    }
    .c-follow-button a:hover > .c-follow-button__image {
        background-color: #0693e3;
    }
}

.c-page-top {
  background-color: #999;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--sm-accent);
}

/*============================
コンタクトフォーム
==============================*/
.c-page-header__title {
  text-shadow: #000 2px 2px 2px, #000 -2px -2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 2px 0px 2px, #000 -2px 0px 2px, #000 0px 2px 2px, #000 0px -2px 2px;
}

.contact__page__form .smb-section__inner {
  padding: 10px;
}

.contact__page__form .smb-section__background {
  border-radius: 20px;
}

.wpcf7-form label {
  font-weight: bold;
}

.wpcf7-form p {
  font-weight: normal;
}

.required-label {
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 10px;
}

[type=checkbox] {
  margin-top: 20px;
}

[type=text],
[type=email] {
  width: 100%;
  margin-top: 10px;
}

textarea {
  margin-top: 10px;
}

.privacy-link {
  margin-left: 10px;
}

.wpcf7-submit:disabled {
  background-color: #999;
}

.wpcf7-submit {
  width: 100%;
  background-color: var(--wp--preset--color--sm-accent);
}

@media screen and (min-width: 640px) {
  .wpcf7-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*============================
入力確認ページ
==============================*/
.confirm__page .smb-section__background {
  border-radius: 20px;
}

/*
共通
---------------------------------- */
@media screen and (min-width: 639px) {
  .u-hidden-tab {
    display: none;
  }
}
/*
方法のまとめ step-01
==============================*/
.method .c-container {
  padding-left: 0;
  padding-right: 0;
}

.p-step-01__items {
  padding-left: 0;
}

.p-step-01__items li {
  list-style: none;
}

.p-step-01__item {
  position: relative;
  width: 100%;
  border: 2px solid #333;
  border-radius: 20px;
}

.p-step-01__item:not(:first-child) {
  margin-top: 30px;
}

.p-step-01__item::before {
  position: absolute;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  background-color: #FBC028;
  border-radius: 20px 0 0 0;
}

.p-step-01__item:first-child::before {
  content: "1";
}

.p-step-01__item:nth-child(2)::before {
  content: "2";
}

.p-step-01__item:nth-child(3)::before {
  content: "3";
}

.p-step-01__item:nth-child(4)::before {
  content: "4";
}

.p-step-01__item:nth-child(5)::before {
  content: "5";
}

.p-step-01__item__image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 0 20px 20px 0;
}

.p-step-01__item p {
  width: 100%;
  padding: 20px 15px 20px 83px;
  font-size: clamp(20px, 4.0625vw, 26px);
  font-weight: bold;
  line-height: 1.5;
  background-color: #8ed1fc;
  border-radius: 20px 20px 0 0;
}

.p-step-01__item p span {
  position: relative;
  display: block;
  margin-top: 40px;
}

.p-step-01__item p span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26px solid #f70404;
  border-right: 0;
}

@media screen and (min-width: 640px) {
  .p-step-01__item {
    display: flex;
    justify-content: space-between;
    max-height: 200px;
    background-color: #8ed1fc;
  }
  .p-step-01__item::before {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
  }
  .p-step-01__item__image {
    width: 196px;
    height: 196px;
    margin: unset;
    background-color: #fff;
  }
  .p-step-01__item p {
    width: 80%;
    padding: 20px 10px 20px 120px;
    font-size: clamp(24px, 2.6315789474vw, 30px);
    border-radius: 20px;
  }
  .p-step-01__item p span {
    padding-left: 30px;
  }
  .p-step-01__item p span::before {
    left: -15px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #f70404;
    border-right: 0;
  }
}
.p-step-02 {
  margin-left: auto;
  margin-right: auto;
}

.p-step-02 ul {
  padding-left: 0;
}

.p-step-02 li {
  display: flex;
  min-height: 295px;
  border: 1px solid #333;
}

.p-step-02 li:not(:first-child) {
  margin-top: 30px;
}

.p-step-02__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 10px;
  background: #FCBB14;
}

.p-step-02__main::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: -50%;
  background: #FCBB14;
  -webkit-clip-path: polygon(0% 0%, 0% 0, 100% 50%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0, 100% 50%, 0% 100%, 0% 100%);
}

.p-step-02__main::after {
  position: absolute;
  content: "";
  width: clamp(56px, 11.71875vw, 75px);
  height: clamp(75px, 15.625vw, 100px);
  top: 50%;
  transform: translateY(-50%);
  right: -45%;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-step-02__main.p-step-02__main__first::after {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/how-01.png);
}

.p-step-02__main.p-step-02__main__second::after {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/how-02.png);
}

.p-step-02__main.p-step-02__main__third::after {
  background-image: url(https://teacher-lp.web-design-sora.com/wp-content/uploads/2024/04/how-03.png);
}

.p-step-02__main__text {
  width: 100%;
}

.p-step-02__sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.p-step-02__sub__text {
  width: 65%;
}

.p-step-02__main__text p,
.p-step-02__sub__text {
  font-size: 20px;
  font-size: clamp(16px, 3.125vw, 20px);
}

@media screen and (min-width: 640px) {
  .p-step-02 li {
    display: flex;
    max-width: 1140px;
    min-height: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-step-02 li:not(:first-child) {
    margin-top: 50px;
  }
  .p-step-02__main {
    width: clamp(250px, 40vw, 456px);
    padding: 20px;
  }
  .p-step-02__main::after {
    width: clamp(75px, 13.1578947368vw, 150px);
    height: clamp(100px, 17.5438596491vw, 200px);
    right: -45%;
  }
  .p-step-02__sub__text {
    width: 60%;
  }
  .p-step-02__main__text p,
  .p-step-02__sub__text {
    font-size: 22px;
  }
  .p-step-02__sub {
    width: clamp(300px, 60vw, 684px);
    padding: 20px;
  }
}