body {
  color: #333;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  background-color: #fff;
  position: relative;
}
.logo {
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 3%;
  width: 19%;
}
html {
  scroll-behavior: smooth;
}
.wpcf7-spinner {
  display: none !important;
}
.sp-block {
  display: none;
}
.sp-none {
  display: block;
}

/* 余白 */
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb20 {
  margin: 20px auto;
}
/* 余白ここまで */
/* フォントサイズ */
.f2 {
  font-size: 2rem;
}
.f1-5 {
  font-size: 1.5rem;
}
section.no-padding {
  padding-bottom: 0;
}
.pa-top100 {
  padding-top: 100px;
}
/* フォントサイズここまで */

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
.-flex {
  display: flex;
}
section {
  padding: 50px 0;
}
.center {
  margin: 0 auto;
}
.inner {
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  width: 100%;
}
.bold {
  font-weight: bold;
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
}
.txt-center {
  text-align: center;
}
.orange-line {
  margin: 20px 0;
}
.h2_change {
  color: #f26d46;
}
.h2_change span {
  color: #010d32;
  font-size: 1.5rem;
}
.h2_change img {
  margin: 10px auto;
  display: block;
}
.h2_change-orange {
  color: #f26d46;
}
.h2_change-orange span {
  color: #fcbf31;
}
.teaching.-flex {
  justify-content: space-around;
}
.flex-img-area {
  margin: 80px 0;
}
.flex-img-area img {
  width: 96%;
}
.flex-img-area img.diiferent_point {
  width: 32%;
  top: -10%;
}
.left-box,
.right-box {
  width: 48%;
}
.sb {
  justify-content: space-between;
}
.p-rel {
  position: relative;
}
/* 色 */
.c-orange {
  color: #f26d46;
}
.c-pink {
  color: #fa3764;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-gray2 {
  background-color: #f8f8f8;
}
.bg-orange {
  background-color: #f26d46;
}
.bg-yellow {
  background-color: #fff9c7;
}
.bg-white-yellow {
  background-color: #fffdec;
}
.bg-cream {
  position: relative;
  background-color: #fffaef;
  padding-bottom: 100px;
}

/* 色ここまで */

/* よくある質問 */
.faq li {
  padding: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 3px #b9b9b9;
  margin-bottom: 20px;
  background-color: #fff;
}
.faq li:nth-child(odd) {
  color: #f26d46;
}
.faq li:nth-child(even) dt {
  color: #ff4444;
}
.faq li dt {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}
.faq li dd {
  margin-left: 30px;
  font-size: 1.1rem;
}
.faq-head {
  margin-right: 30px;
}
/* よくある質問ここまで */

/* CVエリア */
.bg-orange .cv-btn {
  position: relative;
}
/* .bg-orange .cv-btn::before {
  position: absolute;
  top: -115px;
  left: 23%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: url(../img/cv-before.png);
  transform: scale(0.7);
} */
.cv-box {
  background-color: #fff;
  padding: 20px 0;
}
.cv-btn img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.cv-btn.flex img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.tel-num {
  font-size: 3rem;
  font-weight: bold;
  color: #f26d46;
  position: relative;
}
.tel-num:before {
  content: url(../img/phone-icon.png);
  transform: scale(0.8);
  top: 7px;
  left: -50px;
  position: absolute;
}
.phone-icon {
  font-weight: bold;
  font-size: 1.3rem;
}
/* CVエリアここまで */
.fv-pc {
  width: 80%;
  margin: 0 0 0 auto;
}
.fv {
  position: relative;
}
.catch-pc {
  position: absolute;
  left: 5%;
  width: 50%;
  bottom: 10%;
}
.side-bar {
  position: fixed;
  right: 0;
  top: 20%;
  width: 5%;
  z-index: 1;
}

.bg-cream::before {
  content: url(../img/under_arr.png);
  position: absolute;
  top: -104px;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: scale(0.7);
}
.text1 {
  margin: 50px auto;
}
.news {
  margin: 30px auto;
}
.news li {
  border-top: 1px dotted #888;
  padding: 5px 0;
}
.news li:last-child {
  border-bottom: 1px dotted #888;
}
.sns {
  justify-content: space-evenly;
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.sns-item {
  width: 80px;
  font-size: 12px;
  text-align: center;
}
.footer-text {
  justify-content: center;
}
.diiferent_point {
  position: absolute;
  width: 41%;
}
.diiferent_point.-left {
  left: -3%;
  top: -20%;
  transform: rotate(-7deg);
}
.diiferent_point.-right {
  right: -3%;
  top: -20%;
  transform: rotate(7deg);
}
.under-marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fcbf31 60%);
  display: inline-block;
}
.hightouch-font {
  color: #fcbf31;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.05;
}
/* フッター */
footer {
  background-color: #4a4a4a;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.sp-cta-btn {
  display: none;
  bottom: 0px;
  z-index: 9999;
}
.table {
  margin-bottom: 50px;
}

/* フォーム */
/* form */
.Form {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.check-box input {
  background-color: #fff;
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: #fff;
}
:where(textarea) {
  resize: vertical;
  resize: block;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff8e8e;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-black {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #6b6b6b;
  color: #fff;
  font-size: 14px;
}
select {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: none;
  padding-right: 1em;
  flex: 1;
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #d6d6d6;
}
input {
  border: none;
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 207px;
  flex: 1;
  width: 100%;
  margin-top: 3%;

  background: #fff;
  font-size: 18px;
}
.wpcf7-list-item {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f26d46;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  margin-bottom: 50px;
}
.Form-Btn p input {
  background-color: transparent;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.form_tel_btn {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  padding: 12px 75px;
  font-weight: bold;
  border: none;
  box-shadow: 0px 6px 0px #116595;
  transition: all 0.3s;
}
.form_tel_btn:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.form_tel_btn span {
  position: relative;
  color: #fff;
}

/* フォームここまで */

/*20240304 お客様の声 */
.voice-container {
  justify-content: space-between;
}
.voice-container-item {
  width: 48%;
  padding: 10px;
}
.voice-container-item-text {
  background-color: #fff;
  padding: 10px;
  height: 450px;
}

/* 体験セクション追加 */
.taiken {
  background-image: url(../img/taiken_bg.png);
  background-position: center;
  padding-top: 83px;
}
.taiken-head {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  text-align: center;
  width: 60%;
  display: block;
  margin: 0 auto 30px auto;
}
.taiken-head span {
  color: #fa3764;
}
.taiken-head span.odd {
  position: relative;
}
.taiken-head span.odd::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/taiken-span.png);
  background-size: cover; /* 画像が正しくスケールするようにする */
  top: -78%;
  left: 24%;
  width: 63px;
  height: 42px;
}
.school-girl {
  position: absolute;
  right: -13%;
  top: -62%;
  width: 20%;
}
.taiken-fukidashi {
  position: absolute;
  left: -23%;
  top: -90%;
  width: 37%;
}
.taiken-content__item {
  width: 30%;
  text-align: center;
  padding-bottom: 10px;
  margin: 20px auto 50px auto;
  background-color: #fff;
}
.taiken-content__item-head {
  background-color: #fa3764;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.speechbubble01-bottom {
  position: absolute;
  left: 3%;
  top: -121%;
}
.speechbubble02-bottom {
  position: absolute;
  left: 30%;
  top: -125%;
  width: 41%;
  z-index: 1;
}


.cv-btn-box {
  position: relative;
}
.pt100{
  padding-top: 100px;
}


/* 0827「お問い合せページ」追加スタイル */
.contact_heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.contact_heading h2 {
  font-size: 34px;
  margin-bottom: 0;
}
.contact_heading img {
  width: 200px;
  margin-bottom: 30px;
}
.inner800{
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 30px auto;
}
.cv-btn.first img{
width: 100%;
margin-bottom: 20px;
}
.cv-btn.second img{
  width:98%;
  margin-bottom: 20px;
  }
  .cv-box.first{
    box-shadow: 3px 3px 16px #b9b9b9;
    padding: 20px 0;
    border-radius: 74px;
  }

@media screen and (min-width: 1000px) and (max-width: 1039px) {
  .voice-container-item {
    width: 50%;
  }
  .voice-container-item-text {
    height: 480px;
  }
  .voice-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 830px) and (max-width: 999px) {
  .voice-head {
    font-size: 1.2rem;
  }
  .voice-container-item {
    width: 50%;
  }
  .voice-container-item-text {
    height: 520px;
  }
  .voice-container {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 829px) {
  .voice-head {
    font-size: 1.2rem;
  }
  .voice-container-item-text {
    height: 580px;
  }
  .voice-container-item {
    width: 50%;
  }

  .voice-container {
    margin-bottom: 20px;
  }
  .taiken-head {
    font-size: 1.5rem;
  }
  .taiken-head span.odd::before {
    top: -105%;
  }
  .taiken-content__item-head {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .bg-cream {
    position: relative;
    background-color: #fffaef;
    padding-bottom: 50px;
  }
  
  section.taiken{
    padding-bottom: 0
  }
  /* .pt100{
    padding-top: 50px;
  } */
  .logo {
    width: 220px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .inner {
    padding: 0 10px;
  }
  .cv-btn img {
    width: 100%;
  }
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .catch-sp {
    position: absolute;
    top: 15%;
    left: -4%;
    width: 73%;
  }
  .column {
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .left-box,
  .right-box {
    width: 100%;
  }
  /* .bg-orange .cv-btn::before {
    top: -115px;
    left: -32%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: scale(0.4);
  } */
  .bg-cream::before {
    top: -103px;
    left: 17%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: scale(0.5);
  }
  .f2 {
    font-size: 1.2rem;
  }
  .tel-num {
    font-size: 2rem;
  }

  .tel-num:before {
    transform: scale(0.5);
    top: -3px;
    left: -44px;
  }
  .sns-item {
    width: 50px;
    font-size: 9px;
    text-align: center;
  }
  .table {
    max-width: 100%;
    min-width: 700px;
    overflow: auto;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #b5b5b5;
    border-radius: 5px;
    margin: 0 auto 30px auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: #41485b;
    border-radius: 5px;
    top: 0;
  }
  .txt-center.sp-text-left {
    text-align: left;
  }
  .under-marker {
    font-size: 80%;
  }
  .flex-img-area img {
    width: 100%;
    margin: 10px 0;
  }
  .sp-explain {
    padding-top: 80px;
  }
  .diiferent_point.-left {
    left: 0%;
    top: 4%;
    transform: rotate(-7deg);
  }
  .diiferent_point.-right {
    right: 0%;
    top: 5%;
    transform: rotate(7deg);
  }
  .flex-img-area .right-box {
    margin-top: 60px;
  }
  .flex-img-area img.diiferent_point {
    top: -15%;
  }
  .sp-cta-btn {
    position: fixed;
  }
  .faq li dd {
    font-size: 1rem;
  }
  .cv-box .cv-btn img {
    width: 87%;
  }
  .table {
    margin-bottom: 47px;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .cv-btn.flex img {
    width: 100%;
    margin: 10px 0;
  }
  .voice-container-item {
    width: 100%;
  }
  .voice-container-item-text {
    height: auto;
  }
  .f1-5 {
    font-size: 1.2rem;
  }

  /* 0517無料体験 */
  .taiken {
    padding-top: 10%;
  }
  .taiken-content__item,
  .taiken-head {
    width: 100%;
  }
  .taiken-head {
    font-size: 1.1rem;
  }
  .taiken-fukidashi {
    left: 10%;
    top: -120%;
    width: 45%;
  }
  .taiken-head span.odd::before {
    top: -42px;
    left: 6%;
    width: 56px;
    height: 36px;
  }
  .speechbubble01-bottom {
    left: 0%;
    top: -69%;
  }
  .speechbubble02-bottom {
    z-index: 1;
    top: -117%;
    width: 81%;
    left: 10%;
  }
  /* 0827「お問い合せページ」追加スタイル */
  .contact_heading {
    padding: 40px 0 0;
  }
  .contact_heading h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .contact_heading img {
    width: 160px;
    margin-bottom: 30px;
  }

  .contact_ban{
    padding: 0 10px;
  }
  .cv-btn.second img {
    width: 100%;
    margin-bottom: 20px;
}
.cv-box.first{
  padding: 10px 0;
}
}

@media screen and (max-width: 415px) {
  .speechbubble01-bottom {
    left: 0%;
    top: -69%;
  }
  .speechbubble02-bottom {
    z-index: 1;
    top: -117%;
    width: 81%;
    left: 10%;
  }
}
@media screen and (max-width: 393px) {
  .speechbubble01-bottom  {
    left: 0%;
    top: -69%;
  }
  .speechbubble02-bottom {
    z-index: 1;
    top: -117%;
    width: 81%;
    left: 10%;
  }
}
@media screen and (max-width: 390px) {
  .speechbubble01-bottom {
    left: 0%;
    top: -69%;
    font-size: 14px;
    padding: 10px;
  }
  .speechbubble02-bottom {
    z-index: 1;
    top: -117%;
    width: 81%;
    left: 10%;
  }
}
@media screen and (max-width: 375px) {
  .speechbubble01-bottom {
    left: 0%;
    top: -69%;
    font-size: 14px;
    padding: 10px;
  }
  .speechbubble02-bottom {
    z-index: 1;
    top: -117%;
    width: 81%;
    left: 10%;
  }
}
@media screen and (min-width: 434px) and (max-width: 768px) {
  .catch-sp {
    position: absolute;
    top: 265px;
    left: 19%;
    width: 66%;
  }
}
