@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #535353;
}

.container {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
}

img {
  width: 100%;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: #535353;
}

a:hover {
  opacity: 0.75;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.baloo {
  font-family: "Baloo 2", sans-serif;
}

@media screen and (max-width: 1050px) {
  .tab-large-hide {
    display: none;
  }
}

.tab-large-show {
  display: none;
}

@media screen and (max-width: 1050px) {
  .tab-large-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .tab-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}

@media screen and (max-width: 900px) {
  .tab-show {
    display: block;
  }
}

.tab-small-show{
  display: none;
}

@media screen and (max-width: 700px) {
  .tab-small-show {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .tab-small-hide {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .sp-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .pc-show {
    display: none;
  }
}

header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 9999;
  top: 0;
 position: fixed;
}

@media screen and (min-width: 701px) {
  header{
    transition: transform .3s ease;
  }
  header.is-hide {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 700px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  position: fixed;
	  display: block !important;
  }
}

header.on {
	display: block !important;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container h1 {
  max-width: 500px;
  transform: translate(50px);
}

@media screen and (max-width: 900px) {
  header .container h1 {
    max-width: 400px;
  }
}

@media screen and (max-width: 700px) {
  header .container h1 {
    max-width: 220px;
    transform: translate(20px);
  }
}

header .container .right-icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media screen and (min-width: 701px) {
  header .container .right-icons{
    margin-top: -3%;
  }
}

@media screen and (max-width: 700px) {
  header .container .right-icons .mail-icon {
    display: none;
  }
}

header .container .right-icons .hambarger {
  max-width: 70px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  header .container .right-icons .hambarger {
    max-width: 40px;
    margin-top: -10px;
  }
}

header .container .right-icons .ham-line {
  display: none;
}

header .container .right-icons .ham-line.on {
  display: block;
}

header .container .right-icons .ham-close {
  display: none;
}

header .container .right-icons .ham-close.on {
  display: block;
}

.header-content-wrapper {
  display: none;
}

.header-content {
  background-color: #ebe5da;
  padding: 60px 40px;
  height: calc(100vh - 135px);
  min-height: 400px;
  overflow-y: scroll;
  position: fixed;
  top: 135px;
  width: 100%;
  z-index: 100000;
}

@media screen and (max-width: 900px) {
  .header-content {
    height: calc(100vh - 150px);
    top: 150px;
  }
}

@media screen and (max-width: 700px) {
  .header-content {
    height: calc(100vh - 86px);
    top: 86px;
    min-height: 420px;
    padding: 30px;
  }
}

.header-content ul {
  max-width: 690px;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 100px;
}

@media screen and (max-width: 700px) {
  .header-content ul {
    max-width: initial;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(1) {
    order: 1;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(3) {
    order: 2;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(5) {
    order: 3;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(7) {
    order: 4;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(2) {
    order: 5;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(4) {
    order: 6;
  }
}

@media screen and (max-width: 700px) {
  .header-content ul li:nth-of-type(6) {
    order: 7;
  }
}

.header-content ul li a {
  font-size: 21px;
}

@media screen and (max-width: 700px) {
  .header-content ul li a {
    font-size: 15px;
  }
}

.header-content ul li a img {
  max-width: 40px;
  transform: translateY(10px);
  margin-right: 20px;
}

@media screen and (max-width: 700px) {
  .header-content ul li a img {
    margin-right: 12px;
    max-width: 24px;
    transform: translateY(6px);
  }
}

.header-content .header-content-img {
  max-width: 435px;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

@media screen and (max-width: 700px) {
  .header-content .header-content-img {
    max-width: 250px;
  }
}

main{
  padding-top: var(--header-height);
}

.anchor{
  padding-top: var(--header-height);
  margin-top: calc(var(--header-height) * -1);
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .fv .container {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .fv .container h2 {
    display: none;
  }
}

.fv .container .swiper-out-wrapper {
  display: none;
}

@media screen and (max-width: 700px) {
  .fv .container .swiper-out-wrapper {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 700px) {
  .fv .container .swiper-out-wrapper h2 {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

.fv .container .swiper-wrapper {
  transition-timing-function: linear;
}

.fv .container .swiper-slide img {
  height: auto;
  width: 100%;
}

.about-section {
  margin-top: 60px;
}

@media screen and (max-width: 700px) {
  .about-section {
    margin-top: 40px;
  }
}

.about-section .container h2 {
  text-align: center;
  color: #7e6b5a;
  line-height: 1.7;
  font-size: 30px;
}

@media screen and (max-width: 700px) {
  .about-section .container h2 {
    font-size: 22px;
  }
}

.about-section .container h2 span {
  font-size: 1.33em;
  background: linear-gradient(transparent 50%, #ff6 50%);
}

@media screen and (max-width: 700px) {
  .about-section .container h2.sp-show {
    font-size: 19px;
    margin-top: 10px;
  }
}


.about-section .container .text {
  margin-top: 50px;
  text-align: center;
  line-height: 2.5;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .about-section .container .text {
    font-size: 16px;
    margin-top: 30px;
  }
}

.about-section .container .text span {
  color: #d98e51;
}

@media screen and (max-width: 700px) {
 .about-section .container .sp_wrap{
  background-color: rgba(235, 229, 218, .7);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 5px 20px 20px;
  margin-top: 40px;
 }
}

.about-section .container h3 {
  text-align: center;
  color: #7e6b5a;
  line-height: 1.5;
  font-size: 20px;
  margin: auto;
  margin-top: 70px;
  position: relative;
}

@media screen and (max-width: 700px) {
  .about-section .container h3 {
    font-size: 17px;
    margin-top: 20px;
    padding-top: 5px;
  }
}

.about-section .container h3::before {
  content: "";
  width: calc(50% - 170px);
  height: 2px;
  background-color: #7e6b5a;
  position: absolute;
  left: 0;
  top: 70%;
}

@media screen and (max-width: 700px) {
  .about-section .container h3::before {
    width: calc(50% - 130px);
  }
}

.about-section .container h3::after {
  content: "";
  width: calc(50% - 170px);
  height: 2px;
  background-color: #7e6b5a;
  position: absolute;
  right: 0;
  top: 70%;
}

@media screen and (max-width: 700px) {
  .about-section .container h3::after {
    width: calc(50% - 130px);
  }
}

.about-section .container h3 span {
  font-size: 2em;
}

.about-section .container .point-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .about-section .container .point-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px) {
  .about-section .container .point-items {
    grid-template-columns: 1fr;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-around;
  }
}

.about-section .container .point-items .point-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 700px) {
  .about-section .container .point-items .point-item {
    width: 46%;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    margin-bottom: 4vw;
    border-radius: 4.85vw;
  }
}

.about-section .container .point-items .point-item .img {
  max-width: 105px;
}

@media screen and (max-width: 500px) {
  .about-section .container .point-items .point-item .img {
    max-width: 85px;
  }
}

.about-section .container .point-items .point-item .point-item-text {
  font-weight: bold;
  color: #7e6b5a;
  line-height: 1.7;
}

@media screen and (max-width: 700px) {
  .about-section .container .point-items .point-item .point-item-text {
/*    font-size: 14px;*/
        font-size: 3vw;
        text-align: center;
  }
}

.step-section {
  margin-top: 100px;
}

@media screen and (max-width: 700px) {
  .step-section {
    margin-top: 60px;
  }
}

.step-section h2 {
  text-align: center;
  color: #7e6b5a;
  line-height: 1.7;
  font-size: 30px;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .step-section h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .step-section h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .step-section h2 {
    font-size: 19px;
  }
}

.step-section h2 span {
  font-size: 1.33em;
  background: linear-gradient(transparent 50%, #ff6 50%);
}

.step-section .step-item-wrapper {
  background-color: #ece6db;
  padding: 100px 0 100px;
/*  margin-top: 100px;*/
}

@media screen and (max-width: 900px) {
  .step-section .step-item-wrapper {
    background-color: initial;
    padding: 0;
/*    margin-top: 0;*/
  }
}

.step-section .step-item-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 900px) {
  .step-section .step-item-wrapper .container {
    gap: 40px;
  }
}

.step-section .step-item-wrapper .container .step-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 0 50px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .step-section .step-item-wrapper .container .step-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.step-section .step-item-wrapper .container .step-item h3 {
  text-align: center;
  color: white;
  background-color: #df745e;
  max-width: 400px;
  margin: auto;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 20px;
  transform: translateY(-35px);
}

@media screen and (max-width: 900px) {
  .step-section .step-item-wrapper .container .step-item h3 {
    transform: initial;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  .step-section .step-item-wrapper .container .step-item h3 {
    max-width: 280px;
    font-size: 18px;
    padding: 6px 0;
    margin-top: 12px;
  }
}

.step-section .step-item-wrapper .container .step-item h3 .large {
  font-size: 1.33em;
}

.step-section .step-item-wrapper .container .step-item .balloon {
  text-align: center;
  background-color: #df745e;
  width: 150px;
  height: 150px;
  border-radius: 100vh;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding-top: 38px;
  top: -55px;
  right: -20px;
  position: absolute;
}

@media screen and (max-width: 900px) {
  .step-section .step-item-wrapper .container .step-item .balloon {
    position: static;
    margin: auto;
  }
}

@media screen and (max-width: 700px) {
  .step-section .step-item-wrapper .container .step-item .balloon {
    width: 105px;
    height: 105px;
    padding-top: 24px;
    font-size: 17px;
  }
}

.step-section .step-item-wrapper .container .step-item .balloon.balloon2 {
  background-color: #edaf55;
}

.step-section .step-item-wrapper .container .step-item .balloon.balloon3 {
  background-color: #89c997;
}

.step-section .step-item-wrapper .container .step-item .lead-text {
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}

.step-section .step-item-wrapper .container .step-item .lead-text .ex-large {
  font-size: 1.75em;
  font-weight: bold;
  color: #df745e;
}

.step-section .step-item-wrapper .container .step-item .lead-text .large {
  font-size: 1.2em;
  color: #df745e;
  font-weight: bold;
}

.step-section .step-item-wrapper .container .step-item .text {
  text-align: center;
  line-height: 2;
/*  font-size: 17px;*/
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .step-section .step-item-wrapper .container .step-item .text {
/*    font-size: 15px;*/
    font-size: 4vw;
    text-align: left;
  }
}

.step-section .step-item-wrapper .container .step-item hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  border-top: 3px dotted #7e6b5a;
}

@media screen and (max-width: 700px) {
  .step-section .step-item-wrapper .container .step-item hr {
    max-width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.step-section .step-item-wrapper .container .step-item .btn-wrapper {
  max-width: 300px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  .step-section .step-item-wrapper .container .step-item .btn-wrapper {
    max-width: 220px;
  }
}

.lesson-fee-section {
  padding: 90px 0;
}

@media screen and (max-width: 900px) {
  .lesson-fee-section {
    padding: 50px 0;
  }
}

.lesson-fee-section .container h2 {
  color: #7e6b5a;
  line-height: 1;
  text-align: center;
  font-size: 34px;
}

.lesson-fee-section .container h2 span {
  font-size: 0.4em;
  color: #d1c0a5;
}

.lesson-fee-section .container .lesson-fee-items {
  margin-top: 50px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items {
    display: block;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item {
  border-radius: 20px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 {
  color: white;
  font-size: 26px;
  text-align: center;
  background-color: #df745e;
  line-height: 1.4;
  border-radius: 20px 20px 0 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 {
    background-color: initial;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #df745e;
    border-radius: initial;
    padding: 10px 0;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3.h3-2 {
  background-color: #edaf55;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3.h3-2 {
    background-color: initial;
    color: #edaf55;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3.h3-3 {
  background-color: #89c997;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3.h3-3 {
    background-color: initial;
    color: #89c997;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 span {
  font-size: 0.6em;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 span {
    vertical-align: 4px;
  }
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 span.tab-small-show{
      display: inline-block;
      margin: 0 .4em;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item h3 span.small-large {
  font-size: 0.9em;
  margin-left: 4px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content {
  background-color: #faeae7;
  border-radius: 0 0 20px 20px;
  padding: 25px 15px 40px;
  text-align: center;
  flex-grow: 1;
  height: 500px;
}

@media screen and (max-width: 900px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content {
    height: 520px;
  }
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content {
    background-color: initial;
    height: initial;
    padding-bottom: 60px;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content.content2 {
  background-color: #fcf3e6;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content.content2 {
    background-color: initial;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content.content3 {
  background-color: #edf7f0;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content.content3 {
    background-color: initial;
  }
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text .ex-large {
  font-size: 1.65em;
  font-weight: bold;
  color: #df745e;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text .large {
  font-size: 1.1em;
  color: #df745e;
  font-weight: bold;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text .orange {
  color: #edaf55;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text .green {
  color: #89c997;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .utiwake {
  margin-top: 10px;
  margin-bottom: 12px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content h4 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .h4-text {
  font-weight: 500;
  color: #626262;
  line-height: 1.2;
  margin-top: 5px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .h4-text span.baloo {
  font-size: 1.7em;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .h4-text span.small {
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 10px;
}

.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .content-btn-wrapper {
  display: none;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .content-btn-wrapper {
    display: block;
    max-width: 170px;
    margin: auto;
    margin-top: 30px;
  }
}

.lesson-fee-section .container .tar {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .tar {
    margin-top: 0;
    text-align: center;
  }
}

.lesson-fee-section .container .lesson-fee-btn-wrapper {
/*  max-width: 300px;*/
  max-width: 380px;
  margin: auto;
  margin-top: 50px;
  width: 90%;
}

@media screen and (max-width: 700px) {
  .lesson-fee-section .container .lesson-fee-btn-wrapper {
/*    display: none;*/
    margin-top: 10px;
  }
}

.top-cta {
  background-color: #ece6db;
  padding: 80px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #7e6b5a;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .top-cta {
    font-size: 17px;
    padding: 40px 0;
  }
}

.top-cta .btn-wrapper {
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 700px) {
  .top-cta .btn-wrapper {
    max-width: 240px;
    margin-top: 12px;
  }
}

.voice-section {
  background-color: #edaf55;
  padding: 60px 0 90px;
/*   overflow-x: hidden; */
}

@media screen and (max-width: 700px) {
  .voice-section {
    background-color: white;
    padding-bottom: 0px;
  }
}

.voice-section h2 {
  text-align: center;
  line-height: 0.8;
  color: white;
  font-size: 32px;
  margin-bottom: 45px;
}

@media screen and (max-width: 700px) {
  .voice-section h2 {
    color: #edaf55;
    margin-bottom: 0;
  }
}

.voice-section h2 span {
  font-size: 0.35em;
}

.voice-section .swiper-out-wrapper {
  position: relative;
/*	overflow: hidden;*/
}

.voice-section .swiper-horizontal > .swiper-pagination-bullets,
.voice-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice-section .swiper-pagination-custom,
.voice-section .swiper-pagination-fraction {
  top: initial;
  bottom: -40px;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper-horizontal > .swiper-pagination-bullets,
  .voice-section .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice-section .swiper-pagination-custom,
  .voice-section .swiper-pagination-fraction{
/*    top: 14px;*/
    top: 25px;
    bottom: auto;
  }
}

.voice-section .swiper {
  max-width: 800px;
  overflow: visible;
}

.voice-section .swiper .swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voice-section .swiper .swiper-slide .swiper-text {
  padding: 40px 60px;
  padding-bottom: 0;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-slide .swiper-text {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
/*    padding-top: 60px;*/
    padding-top: 80px;
  }
}

.voice-section .swiper .swiper-slide .swiper-slide-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  margin-top: auto;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-slide .swiper-slide-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 20px;
  }
}

.voice-section .swiper .swiper-slide .swiper-slide-bottom img {
  max-width: 180px;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-slide .swiper-slide-bottom img {
    max-width: 100px;
  }
}

.voice-section .swiper .swiper-button-next,
.voice-section .swiper .swiper-button-prev {
  --swiper-navigation-color: white;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-button-next,
  .voice-section .swiper .swiper-button-prev {
    background-color: #e5b264;
    padding: 10px;
    width: 32px;
    height: 32px;
    border-radius: 100vh;
/*    top: initial;*/
/*    bottom: 80px;*/
/*        top: 32px;*/
      top: 42px;
        bottom: auto;
      z-index: 20;
  }
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-button-prev::after,
  .voice-section .swiper .swiper-button-next::after {
    font-size: 18px;
  }
}

.voice-section .swiper .swiper-button-next {
  right: 15%;
/*  right: 10%;*/
  right: -5%;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-button-next{
    right: 10%;
  }
}

.voice-section .swiper .swiper-button-prev {
/*  left: 10%;*/ 
  left: -5%;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper .swiper-button-prev{
    left: 10%;
  }
}

.voice-section .swiper-pagination-bullet {
  background-color: white;
  height: 10px;
  opacity: 1;
  /* 画像の透過を無くす */
  width: 10px;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper-pagination-bullet {
    background-color: #f8e1be;
  }
}

.voice-section .swiper-pagination-bullet-active {
  background-color: #f8e1be;
}

@media screen and (max-width: 700px) {
  .voice-section .swiper-pagination-bullet-active {
    background-color: #edaf55;
  }
}

.topics-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 700px) {
  .topics-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 701px) {
  .topics-section .container{
      max-width: 860px;
  }
}

.topics-section .container h2 {
  color: #7e6b5a;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

.topics-section .container .topics-items {
  display: flex;
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  gap: 40px;*/
  flex-wrap: wrap;
  margin-top: 40px;
/*  border-top: 3px dotted #7e6b5a;*/
}

@media screen and (max-width: 700px) {
  .topics-section .container .topics-items {
    flex-direction: column;
    display: flex;
    margin-top: 20px;
  }
}

.topics-section .container .topics-items .topics-item{
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 30px;
/*  align-items: center;*/
/*  border-bottom: 3px dotted #7e6b5a;*/
}

@media screen and (max-width: 700px) {
  .topics-section .container .topics-items .topics-item {
    gap: 15px;
  }
}

.topics-section .container .topics-items .img{
/*    height: 300px;*/
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 700px) {
  .topics-section .container .topics-items .img {
/*        height: calc(100vw - 40px);*/
    width: 25vw;
    height: 25vw;
  }
}

.topics-section .container .topics-items .img a{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.topics-section .container .topics-items .img img{
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.topics-section .container .topics-items .text a{
  text-decoration: underline;
}

.topics-section .container .topics-items .topics-item .date{
  display: inline-block;
  margin-right: .5em;
}
.topics-section .container .topics-items .topics-item .category {
  /*font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;*/
  display: inline-block;
}

.topics-section .container .topics-items .topics-item h3 {
  color: #7d7d7d;
  font-size: 18px;
  margin: .4em 0;
}

.topics-section .container .btn-wrapper {
  max-width: 300px;
  margin: auto;
  margin-top: 60px;
}

@media screen and (min-width: 701px) {
  .topics-section .container .topics-items .text{
    margin-top: -5px;
  }
}

@media screen and (max-width: 700px) {
  .topics-section .container .btn-wrapper {
    max-width: 240px;
    margin-top: 40px;
  }
}

.profile-section {
  background-image: url(../images/profile-section-bg.png);
  background-size: cover;
  background-position: top center;
  padding: 150px 20px;
}

@media screen and (max-width: 700px) {
  .profile-section {
    background-image: initial;
/*    padding: 0px 0;*/
    padding: 40px 0 0;
      margin: 0 20px;
      border-top: 3px dotted #7e6b5a;
  }
}

.profile-section .container {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
/*  gap: 100px;*/
  gap: 45px;
  padding: 60px;
}

@media screen and (max-width: 900px) {
  .profile-section .container {
    gap: 20px;
  }
}

@media screen and (max-width: 700px) {
  .profile-section .container {
    flex-direction: column;
    padding: 0 20px;
  }
}

.profile-section .container .profile-left {
  max-width: 300px;
  min-width: 300px;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left {
    min-width: initial;
    margin: auto;
    text-align: center;
  }
}

.profile-section .container .profile-left .icon {
  max-width: 200px;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left .icon {
    max-width: 180px;
    margin: auto;
  }
}

.profile-section .container .profile-left .lead {
  margin-top: 20px;
  font-weight: bold;
  color: #59493f;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left .lead {
    text-align: left;
  }
}

.profile-section .container .profile-left h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #59493f;
  font-size: 25px;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.profile-section .container .profile-left h2 span {
  color: #a6937c;
}

.profile-section .container .profile-left li {
  color: #7e6b5a;
/*  margin-bottom: 10px;*/
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left li {
    text-align: left;
    margin-bottom: 2px;
  }
}

.profile-section .container .profile-left .left-text {
  color: #7e6b5a;
  font-size: 14px;
  font-weight: 500;
/*  margin-top: 30px;*/
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-left .left-text {
    margin-top: 0;
    text-align: left;
  }
}

.profile-section .container .profile-right {
  line-height: 1.93;
  color: #7d7d7d;
/*  font-weight: 500;*/
}

@media screen and (max-width: 900px) {
  .profile-section .container .profile-right {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .profile-section .container .profile-right {
    display: none;
  }
}

.profile-section .container .profile-right span {
  font-size: 0.75em;
}

.profile-section .container .sp-btn {
  transition: all 0.3s;
  cursor: pointer;
  max-width: 200px;
  margin: auto;
  display: none;
}

@media screen and (max-width: 700px) {
  .profile-section .container .sp-btn {
    display: block;
  }
  .profile-section .container .sp-btn:not(.open) .off, .profile-section .container .sp-btn.open .on{
    display: block;
  }
  .profile-section .container .sp-btn:not(.open) .on, .profile-section .container .sp-btn.open .off{
    display: none;
  }
}

.profile-section .container .sp-btn:hover {
  opacity: 0.8;
}

.profile-section .container .sp-text {
  display: none;
}

@media screen and (max-width: 700px) {
  .profile-section .container .sp-text {
    text-align: center;
    display: block;
    font-size: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.profile-section .profile-sp-content {
  background-color: #efefef;
  padding: 70px 40px;
  position: fixed;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.profile-section .profile-sp-content .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.profile-section .profile-sp-content .sp-content-title {
  margin-bottom: 20px;
}

.profile-section .profile-sp-content-wrapper {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

footer {
  padding: 70px 0 40px;
}

@media screen and (max-width: 700px) {
  footer {
    padding: 30px 0;
  }
}

footer ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  footer ul {
    gap: 15px;
  }
}

footer ul li {
  font-weight: bold;
}

footer ul li a {
  color: #7d7d7d;
}

@media screen and (max-width: 700px) {
  footer ul li a {
    font-size: 14px;
  }
}

footer .footer-icon {
  max-width: 40px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

footer .footer-text {
  text-align: center;
}

footer .footer-text a {
  color: #959595;
  font-size: 12px;
}

footer .copyright {
  text-align: center;
  color: #959595;
  font-size: 12px;
  margin-top: 5px;
}

.single-section {
/*  margin-top: 80px;*/
  margin-bottom: 80px;
}
.single-section .single-head .cat{
  font-weight: 500;
  margin-bottom: .5em;
}
.single-section .single-head{
  padding-bottom: 1em;
  border-bottom: 3px double #7e6b5a;
}

@media screen and (max-width: 700px) {
  .single-section {
/*    margin-top: 40px;*/
    margin-bottom: 80px;
  }
}

.single-section .container {
  max-width: 900px;
}

.single-section .container h1 {
/*  margin-top: 15px;*/
  margin: 1em 0;
  color: #7e6b5a;
}

@media screen and (max-width: 700px) {
  .single-section .container h1 {
    font-size: 24px;
  }
}

/*.single-section .container .single-content {
  margin-top: 40px;
}
*/
.single-section .container .single-content h2 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.single-section .container .single-content h3 {
  border-left: 4px solid;
  padding-left: 10px;
}

.single-section .container .single-content h2,
.single-section .container .single-content h3,
.single-section .container .single-content h4,
.single-section .container .single-content h5,
.single-section .container .single-content h6,
.single-section .container .single-content div,
.single-section .container .single-content p,
.single-section .container .single-content img {
  margin-bottom: 30px;
}


/* 260612以降追加css */
main{
  width: 100vw;
  overflow-x: hidden;
}
.step-item2-toggle-content {
	display: none;
}
.lesson-fee-section .container .lesson-fee-items .lesson-fee-item .lesson-fee-item-content .lead-text .ex-large.oomoji{
    font-size: 1.7em;
    margin: 0 .12em;
    vertical-align: -.02em;
}
@media screen and (min-width: 701px) {
  .step-item2-toggle-content{
    text-align: center;
    line-height: 2;
  }  
  .step-item2-toggle-content > p{
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
.step-item2-toggle-content {
/*	font-size: 14px;*/
  font-size: 4vw;
  line-height: 2;
}
}
.step-item2 .btn-wrapper a img {
	display: none;
}
.step-item2 .btn-wrapper a img.on {
	display: block;
}
.profile-sp-toggle-text {
	display: none;
}
.profile-sp-text-span {
	display:block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 2;
}
@media screen and (min-width: 701px) {
.profile-sp-text-span {
	display:none;
}
}

.contact .wpcf7-turnstile.cf-turnstile{
  text-align: center;
  margin-top: 50px;
}
.contact p{
  font-size: 18px;
}
.contact p.note{
  font-size: 16px;
  line-height: 1.4;
}
.contact table{
  width: 100%;
  font-size: 18px;
/*  margin-top: 50px;*/ 
  margin-top: 30px;
}
.contact th{
  width: 180px;
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
}
.contact th p{
  margin-top: .5em;
}
.contact td{
  width: calc(100% - 180px);
  padding: 15px 0;
}
.contact input:not([type="submit"]), .contact textarea{
  width: 100%;
  padding: .5em;
  border: 1px solid #535353;
  border-radius: 5px;
}
.contact th span, .contact span.red{
  color: #ed6f34;
}
.contact input[type="submit"]{
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 12px 0;
  font-size: 20px;
  margin: 30px auto;
  background-color: #535353;
  color: #fff;
}
.contact .privacy li{
  margin-bottom: 1em;
}
@media screen and (min-width: 701px) {
  .contact tr{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact .wpcf7-turnstile.cf-turnstile{
    margin-top: 30px;
  }
  .contact p{
    font-size: 16px;
  }
  .contact table{
    font-size: 16px;
    margin-top: 30px;
  }
  .contact p.note{
    font-size: 14px;
  }
  .contact th, .contact td{
    display: block;
    width: 100%;
    padding: 0;
  } 
  .contact th p{
    margin: 15px 0;
  }
  .contact .privacy{
    margin-top: 20px;
  }
}

#page-top a{
     background-color: #7c6a5a;
    padding: 10px 22px 20px;
    border-radius: 100%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    color: white;
    font-size: 32px;
    line-height: 1;
    transform: rotate(-90deg);
}

@media screen and (max-width: 700px) {
  #page-top a{
        padding: 5px 15px 15px;
            font-size: 22px;
  }
}

.post_container .single-content{
    font-size: 16px;
/*    line-height: 2;*/
    line-height: 1.8;
}

.container .breadcrumb > div{
  display: inline-block;
}
.container .breadcrumb a{
  color: #959595;
}

.post_container .single-section .widget-title {
    color: #7e6b5a;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 0 0 3px 0;
    border-bottom: 3px double #7e6b5a;
}
.post_container .single-section .sidebox{
  margin: 50px 0;
}
.post_container .single-section .sidebox li {
    margin: 0 0 0 0;
    padding: 7px 0px 7px 0px;
    list-style: none;
    border-bottom: 1px dotted #959595;
}
.post_container .single-section .sidebox li a {
    margin: 0 0 0 0;
    padding: 5px 0px 5px 0px;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.post_container .single-section .sidebox-new li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px 0 0px 0px;
    border-bottom: 1px dotted #959595;
}
.post_container .single-section table.similar-side {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.post_container .single-section table.similar-side th {
    text-align: left;
    width: 80px;
    vertical-align: middle;
    padding: 13px 13px 13px 0px;
}
.post_container .single-section table.similar-side img{
  width: 100%;
  height: auto;
}
.post_container .single-section table.similar-side td {
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 13px 0px;
}

@media screen and (max-width: 700px) {
  .post_container .single-content{
      font-size: 4vw;
  }
}

@media screen and (min-width: 901px) {
  .single-section .container h1{
    font-size: 22px;
  }
  .post_container .single-section .container{
    display: flex;
    justify-content: space-between;
  }
  .post_container .single-section .topics_wrap{
    width: 67%;
  }
  .post_container .single-section .sidebar_wrap{
    width: 30%;
    margin-left: 3%;
  }
  .post_container .single-section .sidebox{
    margin-top: 0;
  }
}

#policy-btn{
  cursor: pointer;
}
.policy-content-wrapper{
  display: none;
}
.policy-content-wrapper.on{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.policy-content{
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  margin: 0 20px;
  max-width: 1060px;
  width: calc(100% - 40px);
}
.policy-content .close-btn{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    cursor: pointer;
}
.policy-content p{
  font-size: 16px;
  line-height: 2;
}
.policy-content .policy-title{
  color: #7e6b5a;
  font-weight: bold;
}
.policy-content .policy-text{
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .policy-content{
    padding: 4vw;
  } 
  .policy-content p{
    font-size: 4vw;
  }
}