@charset "UTF-8";

#heading {
  top: 112.5vh;
}

.ui--sp {
  display: none;
}

/*----------------------------------------------------
  fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

/*---
.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../img/common/bg-texture-pink.png');
  background-repeat: repeat;
  position: absolute;
  top:0;
  left: 0;
  opacity:.7;
}
---*/
.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper1 {
  width: 25%;
  height: 70%;
  margin: 0 !important;
  position: absolute;
  top: 55%;
  left: 12.5%;
  transform: translate(0, -50%);
  overflow: initial;
}

.fv-img {
  width: 50%;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
}

.fv-img picture,
.fv-img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.iPad .fv,
.android .fv {
  height: 60vh;
}

.swiper-slide,
.swiper-slide-active {
  position: relative;
}

.swiper1 .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
}

.slide-img {
  height: 100%;
  position: relative;
}

.slide-img>picture,
.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper1-square {
  width: 140px;
  height: 140px;
  background: #e4dcd3;
  position: absolute;
  bottom: -70px;
  left: -70px;
}

.main-img__ttl {
  width: 35%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 45%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  z-index: 1;
}

.main-img__ttl h2 {
  width: 100%;
  height: auto;
  mix-blend-mode: difference;
}

/*------------------------------------
 .news
------------------------------------*/
.news {
  width: 100%;
  height: auto;
  padding: 150px 0 100px 0;
  position: relative;
  z-index: 1;
}

.news-body {
  width: 90%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.news-box {
  width: 100%;
  padding: 30px 60px 40px 60px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 10px;
  position: relative;
  filter: drop-shadow(2px 6px 20px rgba(26, 26, 26, .1));
}

.news-box-tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 2rem;
  padding: 0 50px;
  background: linear-gradient(45deg, #D6D4A9 30%, #D6C4A9 100%);
  border-radius: 4px 4px 0 0;
  position: absolute;
  top: -48px;
  left: 0;
}

.news-box {
  width: 100%;
  background: #fff;
}

.news-ttl {
  border-bottom: 1px solid #ECEAEE;
  padding: 0 10px 10px 10px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.news-ttl>h2 {
  font-size: 2.4rem;
  color: #8F7C6C;
}

.news-inner {
  display: block;
}

.news-list {
  width: 100%;
  margin-bottom: 10px;
}

.news-article {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}

.news-article:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ECEAEE;
}

.news-article-taxonomy {
  width: 30%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.news-article-taxonomy::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background: linear-gradient(45deg, #D6D4A9 30%, #D6C4A9 100%);
  margin-right: 5px;
}

.news-article-date {
  width: 80px;
  margin-right: 20px;
}

.news-article-cat {
  background: #F0ECF1;
  padding: 0 10px;
  font-size: 1.2rem;
  border-radius: 2px;
}

.news-article-title {
  width: 67.5%;
  display: flex;
  overflow: hidden;
}

.news-article-title>a {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 1.6rem;
  font-weight: 400;
}

.news-link-btn>a {
  margin-left: auto !important;
}

.link-btn__inner {
  font-size: 1.3rem;
}

.link-btn__inner>span {
  font-size: 1.2rem;
}

/*------------------------------------
 .about
------------------------------------*/
.about {
  width: 100%;
  height: auto;
  padding: 100px 0 50px 0;
  position: relative;
}

.about-body {
  width: 90%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-ttl {
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.about-ttl>span {
  color: #9A9085;
  font-size: 6rem;
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 1;
}

.about-ttl>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ECEAEE;
  margin-left: -5px;
}

.about-ttl>h2 {
  font-size: 1.4rem;
  color: #A992B0;
  letter-spacing: 0;
  padding-left: 5px;
  box-sizing: border-box;
}

.about-col {
  width: 100%;
  max-width: 1104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.about-inner {
  width: 45%;
}

.about-inner__lead {
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.about-inner__txt {
  width: 100%;
}

.about-inner__txt-leadInner {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.about-inner__txt-leadInner::after {
  display: block;
  content: '';
  flex: 1;
  margin-left: 10px;
  border-top: 1px solid #ECEAEE;
}

.about-inner__txt-leadInner>img {
  width: 14px;
  margin-right: 5px;
}

.about-inner__txt-leadInner-main {
  font-size: 2.4rem;
}

.about-inner__txt-leadInner-sub {
  font-size: 1.6rem;
  color: #9A9085;
  margin-left: 10px;
  align-content: baseline;
}

.about-inner__txt>p {
  margin-bottom: 14px;
}

.about-img {
  width: 45%;
  margin-left: 15%;
  position: relative;
}

.about-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 120%;
}

.about-img_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-img_inner>img {
  height: 100%;
  object-fit: cover;
}

.about-img_name {
  width: 8%;
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translate(0, -50%);
  opacity: .8;
}

.about-img-text {
  width: 80%;
  position: absolute;
  top: 87.5%;
  right: -30%;
}

/*------------------------------------
 .service
------------------------------------*/
.service {
  padding: 200px 0 100px 0;
  background: #FAF8F5;
  position: relative;
}

.service-bg-circle {
  width: 30%;
  height: auto;
  position: absolute;
  top: -5%;
  left: -15%;
  z-index: 1;
  animation: rotation 40s linear infinite;
}

.service-body {
  width: 90%;
  height: auto;
  max-width: 1284px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.service-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}

.service-imgWrap {
  width: 40%;
}

.service-img {
  width: 100%;
  clip-path: inset(0 0 round 0 35vh 0 35vh);
  position: relative;
}

.service-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.service-img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-inner {
  width: 40%;
}

.service-inner__ttl {
  margin-bottom: 14px;
}

.service-inner__ttl>h3 {
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.service-inner__ttlSub {
  display: flex;
  align-items: center;
}

.service-inner__ttlSub>img {
  width: 14px;
  margin-right: 5px;
}

.service-inner__ttlSub>span {
  font-size: 1.8rem;
  margin-right: 3px;
}

.service-inner__ttlSub::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.service-txt {
  font-size: 1.6rem;
}

.service-txt>p:not(:last-of-type) {
  margin-bottom: 14px;
}

.service-inner__img {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.service-inner__img>img {
  width: 30%;
  border-radius: 20px;
}

.service-link {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.service-link__lead {
  text-align: center;
  margin-bottom: 10px;
}

.service-link__lead>p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-link__lead>p::before {
  display: block;
  content: '';
  width: 1px;
  height: 22px;
  background: #1a1a1a;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.service-link__lead>p::after {
  display: block;
  content: '';
  width: 1px;
  height: 22px;
  background: #1a1a1a;
  transform: rotate(30deg);
  margin-left: 20px;
}

.service-link__lead>p br {
  display: none;
}

.service-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(45deg, #C4A983, #A992B0);
  color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.service-link>a>img {
  width: 58px;
  margin-right: 10px;
}

.service-link__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.service-link__inner-main {
  font-size: 2rem;
  font-weight: bold;
}

.service-link__inner-sub {
  font-size: 1.8rem;
}

/*------------------------------------
 .book
------------------------------------*/
.book {
  width: 100%;
  height: auto;
  padding: 200px 0;
  position: relative;
}

.book-bg-top {
  width: 120%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.book-bg-bottom {
  width: 120%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.book-bg-top::after,
.book-bg-bottom::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 5.2%;
}

.book-bg-top>img,
.book-bg-bottom>img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
}

.book::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #E6DECA, #F7F5EF 70%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.book-body {
  width: 90%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.book-ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9A9085;
  line-height: 1.2;
  margin-bottom: 40px;
}

.book-ttl>img {
  width: 60px;
}

.book-ttl>span {
  font-size: 6rem;
}

.book-ttl>h2 {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.book-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, .8);
  padding: 80px 60px;
  margin-bottom: 100px;
  box-sizing: border-box;
}

.book-img {
  width: 40%;
}

.book-img-sp {
  display: none;
}

.book-inner {
  width: 50%;
}

.book-inner__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.8;
  border-bottom: 1px solid #EDE7D9;
  padding: 0 14px 14px 14px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.book-inner__ttl>span {
  background: linear-gradient(45deg, #D6D4A9 30%, #D6C4A9 100%);
  padding: 0 14px;
  margin-bottom: 5px;
}

.book-inner__ttl>h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

.book-inner__ttl>h3 br {
  display: none;
}

.book-inner__ttl>p {
  font-size: 1.8rem;
}

.book-inner__txt {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}

.book-inner__txt-lead {
  font-size: 2rem;
  color: #8F7C6C;
  margin-bottom: 14px;
}

.book-inner__txt-lead br {
  display: none;
}

.book-info {
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.book-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.book-link>a {
  width: 49%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.book-link-amazon {
  background: #9A9085;
}

.book-link-seibundo {
  background: #3C6F9A;
}

.book-link-rakuten {
  background: #bf0000;
}

.school-link {
  width: 80%;
  margin: 0 auto;
}

.school-link .contents-ttl>h3::after {
  border-top: 1px solid #DFD9D5;
}

.school-link .contents-ttl>p {
  font-size: 5rem;
}

.school-link-banner {
  width: 100%;
}

.school-link-banner>a {
  display: block;
  width: 100%;
}

/*------------------------------------
 .contents
------------------------------------*/
.contents {
  width: 100%;
  height: auto;
  padding: 100px 0 150px 0;
  position: relative;
}

.contents-body {
  width: 90%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contents-online {
  width: 60%;
}

.contents-ttl {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
  margin-bottom: 30px;
}

.contents-ttl>h3 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.contents-ttl>h3::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #E0DEE5;
  margin-left: 8px;
}

.contents-ttl>h3>img {
  width: 12px;
  margin-right: 5px;
}

.contents-ttl>p {
  font-size: 3rem;
  color: #8F7C6C;
}

.contents-sns {
  width: 27.5%;
  display: flex;
  flex-direction: column;
}

.contents-sns__innerWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contents-sns__inner {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(45deg, #D6D4A9 30%, #D6C4A9 100%);
  border-radius: 10px;
}

.contents-sns__inner:nth-of-type(n+2) {
  margin-top: 14px;
}

.contents-sns__inner>img {
  width: 48px;
  height: auto;
  margin-right: 14px;
}

.contents-sns__inner-txt {
  line-height: 1.4;
}

.contents-sns__inner-txt-main {
  font-size: 2rem;
  font-weight: 700;
}

.contents-sns__inner-txt-sub {
  font-size: 1.2rem;
}

.contents-sns__inner-img {
  width: 60%;
}

.contents-sns__inner>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*------------------------------------
 .contact
------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  padding: 100px 0 150px 0;
  position: relative;
}

.contact-body {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-body form {
  width: 100%;
}

.contact-form dl {
  width: 46%;
}

.contact-form dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.contact-form dl>dt::before {
  display: block;
  content: '';
  width: calc(24px * .4);
  height: calc(28px * .4);
  background: url('../icon/icon-dia.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.contact-form dl>dt:not(span) {
  font-weight: 700;
}

.contact-form dl>dt>span {
  width: auto;
  font-size: 1.2rem;
  padding: 0 14px;
  border-radius: 2px;
  color: #fff;
  margin-left: 14px;
}

.must {
  background: #922724;
}

.any {
  background: #9A9085;
}

.contact-form dl>dd {
  width: 100%;
  margin-bottom: 20px;
}

input:not([type=checkbox]) {
  width: 100%;
  height: 44px;
}

textarea {
  width: 100%;
  height: 330px;
}

input:not([type=checkbox]),
textarea {
  padding: 10px 14px;
  border: 1px solid #FBFAF7;
  background: #F4F0E8;
  box-sizing: border-box;
}

input,
select,
textarea {
  font-size: 1.6rem;
  line-height: 2;
}

.privacy-acceptance {
  margin-bottom: 20px;
  text-align: center;
}

.privacy-acceptance .wpcf7-list-item label {
  display: flex;
  justify-content: center;
}

.privacy-acceptance a {
  color: #922724;
  text-decoration: underline;
}

.your-acceptance {
  transform: scale(1.5);
  vertical-align: middle;
  margin-right: 10px;
}

input[type=submit] {
  display: block;
  width: 360px;
  height: 68px;
  border-radius: 50vh;
  background-image: linear-gradient(45deg, #C4A983, #A992B0);
  color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
}

.privacy {
  width: 90%;
  height: 240px;
  margin: 60px auto 0 auto;
  padding: 30px 60px;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 1.4rem;
  border: 1px solid #ECEAEE;
  border-radius: 6px;
  color: #545454;
}

.privacy>h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.privacy-lead {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.privacy dt {
  font-weight: 700;
}

.privacy dd {
  margin-bottom: 10px;
}

@media screen and (max-width:1280px) {
  #heading {
    top: 102.5vh;
  }

  .fv {
    height: 100vh;
  }

  .swiper1 {
    width: 30%;
    height: 60%;
  }

  .main-img__ttl {
    width: 47%;
  }
}

@media screen and (max-width:1100px) {
  .book-col {
    padding: 60px 40px;
  }
}

@media screen and (max-width:1024px) {
  .main-img__ttl {
    mix-blend-mode: normal;
  }

  /*---news---*/
  .news {
    padding-top: 150px;
  }

  .news-article {
    flex-direction: column;
  }

  .news-article-taxonomy {
    width: 100%;
  }

  .news-article-title {
    width: 100%;
  }

  /*---about---*/
  .about-body {
    width: 65%;
  }

  .about-col {
    flex-direction: column-reverse;
  }

  .about-inner {
    width: 100%;
  }

  .about-img {
    width: 90%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  /*---service---*/
  .service-body {
    width: 75%;
  }

  .service-col {
    flex-direction: column;
    padding: 0;
  }

  .service-col:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .service-imgWrap {
    width: 100%;
  }

  .service-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-img {
    width: 100%;
    clip-path: inset(0px round 0px 15vh);
    margin-bottom: 30px;
  }

  .service-inner {
    width: 100%;
  }

  /*---book---*/
  .book-body {
    width: 75%;
  }

  .book-col {
    flex-direction: column;
    padding: 60px 10%;
  }

  .book-img-pc {
    display: none;
  }

  .book-img-sp {
    display: block;
  }

  .book-img {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .book-inner {
    width: 100%;
  }

  .book-inner__ttl {
    margin-bottom: 30px;
  }

  .school-link {
    width: 100%;
  }

  /*---contents---*/
  .contents-sns {
    width: 35%;
  }

}

@media screen and (max-width:896px) {

  /*---about---*/
  .about-body {
    width: 75%;
  }

  /*---service---*/
  .service-body {
    width: 80%;
  }

  /*---book---*/
  .book {
    padding: 150px 0;
  }

  .book-body {
    width: 80%;
  }

  /*---contents---*/
  .contents-body {
    width: 75%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contents-online {
    width: 100%;
    margin-bottom: 60px;
  }

  .contents-sns {
    width: 100%;
  }

  .contents-sns__innerWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contents-sns__inner {
    width: 49%;
  }

  .contents-sns__inner:nth-of-type(2) {
    margin-top: 0;
  }
}

@media screen and (max-width:786px) {

  /*---about---*/
  .about-body {
    width: 75%;
  }

  /*---service---*/
  .service-body {
    width: 85%;
  }

  /*---book---*/
  .book-body {
    width: 85%;
  }

  /*---contents---*/
  .contents-body {
    width: 85%;
  }

  /*---contact---*/
  .contact-form dl {
    width: 48.5%;
  }
}

@media screen and (max-width:680px) {
  #heading {
    top: calc(var(--vh, 1vh) * 102);
  }

  /*---fv---*/
  .fv {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
  }

  .fv-img {
    width: 90%;
    height: 80%;
    top: 0;
  }

  .swiper1 {
    width: 50%;
    height: auto;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .slide-img::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  .slide-img>picture {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-img>picture,
  .slide-img img {
    height: 100%;
    object-fit: cover;
  }

  .main-img__ttl {
    width: 70%;
    top: 80%;
    left: initial;
    right: 0;
    transform: translate(0, -50%);
  }

  /*---news---*/
  .news {
    padding-top: 150px;
  }

  .news-box {
    padding: 30px;
    flex-direction: column;
  }

  .news-ttl {
    border-bottom: 1px solid #EAE0DE;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .news-ttl>h2 {
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 3rem;
  }

  .news-ttl>h2>span {
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
  }

  .news-inner {
    padding-top: 20px;
  }

  /*---about---*/
  .about-body {
    width: 85%;
  }

  /*---service---*/
  .service {
    padding-top: 100px;
  }

  .service-body {
    width: 85%;
  }

  .service-bg-circle {
    width: 50%;
    height: auto;
    position: absolute;
    top: -2%;
    left: -25%;
  }

  /*---book---*/
  .book {
    padding: 150px 0;
  }

  .book-body {
    width: 90%;
  }

  .book-col {
    flex-direction: column;
    padding: 40px 5%;
  }

  /*---contents---*/
  .contents-sns__inner>img {
    width: 32px;
  }

  .contents-sns__inner-txt-main {
    font-size: 1.8rem;
  }

  .contents-sns__inner-txt-sub {
    font-size: 1rem;
  }
}

@media screen and (max-width:480px) {
  #heading {
    top: calc(var(--vh, 1vh) * 102);
  }

  .ui--sp {
    display: block;
  }

  /*---fv---*/
  .fv {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: initial;
    z-index: 1;
  }

  .main-img {
    height: 100%;
    top: 0;
  }

  .main-img::before {
    display: block;
    content: '';
    width: 90%;
    height: 90%;
    background: #e4dcd3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0, -50%);
  }

  .fv-img {
    height: 85%;
  }

  .swiper1-square {
    display: none;
  }

  .main-img__ttl {
    width: 95%;
    right: -2.5%;
    top: 65%;
    transform: translate(0, -50%);
  }

  /*---news---*/
  .news {
    padding: 150px 0 80px 0;
  }

  .news-box-tab {
    height: 30px;
    top: -30px;
    padding: 0 14px;
    font-size: 1.3rem;
  }

  .news-box {
    padding: 20px;
  }

  .news-ttl {
    margin-bottom: 10px;
  }


  .news-ttl>h2 {
    font-size: 1.6rem;
  }

  .news-ttl>h2>span {
    margin-left: 0;
  }

  .news-inner {
    padding-top: 14px;
  }

  .news-lead::before {
    display: none;
  }

  .news-article-title>a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .news-article-taxonomy {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .news-article-date {
    width: auto;
    margin-right: 8px;
  }

  .news-article-cat {
    font-size: 1rem;
  }

  .news-article-title {
    margin-bottom: 5px;
  }

  .news-article-title>a {
    font-size: 1.4rem;
  }

  .news-article-title h3 {
    font-weight: 400;
  }

  .news-article-title>a {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  /*---about---*/
  .about {
    padding-top: 80px;
  }

  .about-img {
    width: 100%;
  }

  .about-ttl>span {
    font-size: 4rem;
  }

  .about-inner__lead {
    font-size: 2.6rem;
    text-align: center;
    white-space: nowrap;
  }

  .about-inner__txt>p {
    font-size: 1.4rem;
  }

  .school-link .contents-ttl>p {
    font-size: 3rem;
  }

  /*---service---*/
  .service-col {
    margin-bottom: 60px;
  }

  .service-img {
    width: 100%;
    clip-path: inset(0px round 15vh 0);
    margin-bottom: 30px;
  }

  .service-inner__ttl>h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .service-inner__ttlSub>img {
    width: 10px;
  }

  .service-inner__ttlSub {
    font-size: 1.2rem;
  }

  .service-inner__ttlSub>span {
    font-size: 1.5rem;
  }

  .service-txt {
    font-size: 1.4rem;
  }

  .service-inner__img {
    margin-top: 20px;
  }

  .service-link__lead>p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .service-link__lead>p::before,
  .service-link__lead>p::after {
    height: 40px;
  }

  .service-link__lead>p br {
    display: block;
  }

  .service-link>a {
    height: 70px;
  }

  .service-link>a>img {
    width: 40px;
  }

  .service-link__inner-main {
    font-size: 1.5rem;
  }

  .service-link__inner-sub {
    font-size: 1.4rem;
  }

  /*---book---*/
  .book {
    padding: 100px 0;
  }

  .book-ttl {
    margin-bottom: 24px;
  }

  .book-ttl>span {
    font-size: 4rem;
  }

  .book-col {
    margin-bottom: 80px;
  }

  .book-inner__ttl {
    margin-bottom: 20px;
  }

  .book-inner__ttl>h3 {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .book-inner__ttl>h3 br {
    display: block;
  }

  .book-inner__ttl>p {
    font-size: 1.4rem;
  }

  .book-img {
    width: 80%;
    margin-bottom: 20px;
  }

  .book-inner__txt {
    padding: 0;
  }

  .book-inner__txt-lead {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
  }

  .book-inner__txt-lead>p {
    text-align: center;
  }

  .book-inner__txt-lead br {
    display: block;
  }

  .book-inner__txt>p {
    font-size: 1.2rem;
    text-align: justify;
    word-break: break-all;
  }

  .book-link>a {
    height: 56px;
    font-size: 1.4rem;
  }

  /*---contents---*/
  .contents {
    padding: 100px 0;
  }

  .contents-sns__innerWrap {
    flex-direction: column;
  }

  .contents-sns__inner {
    width: 100%;
  }

  .contents-sns__inner:nth-of-type(2) {
    margin-top: 8px;
  }

  /*---contact---*/
  .contact {
    padding: 100px 0;
  }

  .contact-body {
    width: 85%;
  }

  .contact-col {
    flex-direction: column;
  }

  .contact-form dl {
    width: 100%;
  }

  .privacy-acceptance {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }

  input[type=submit] {
    width: 95%;
  }

  .privacy {
    width: 100%;
    padding: 30px;
    margin-top: 50px;
  }

  .privacy>h3 {
    font-size: 1.2rem;
  }

  .privacy-lead {
    font-size: 1.1rem;
  }

  .privacy dl,
  .privacy-text {
    font-size: 1rem;
  }
}