@charset "UTF-8";
body {
  font-weight: 600;
}

/* ---------------------
  trial
--------------------- */
@media screen and (max-width: 450px) {
  .sp-16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .uehonmachi-info__inner {
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .uehonmachi-info__inner.inner {
    width: 100%;
  }
}

.trial-intro .inner {
  padding-left: 10%;
}
@media screen and (max-width: 834px) {
  .trial-intro .inner {
    padding-left: 0;
  }
}
.trial-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .trial-intro__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .trial-intro__flex {
    gap: 3rem;
  }
}
.trial-intro__cont {
  max-width: 600px;
  min-width: 530px;
  width: 44%;
}
@media screen and (max-width: 834px) {
  .trial-intro__cont {
    max-width: auto;
    min-width: auto;
    width: 100%;
  }
}
.trial-intro__cont .f48 {
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .trial-intro__cont .f48 {
    margin-bottom: 2rem;
  }
}
.trial-intro__box {
  margin-top: 6rem;
  padding: 6% 5%;
  background-color: #2b9e76;
}
@media screen and (max-width: 834px) {
  .trial-intro__box {
    margin-top: 3rem;
  }
}
.trial-intro__box .f32 {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 450px) {
  .trial-intro__box .f32 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding-right: 2rem;
  }
}
.trial-intro__box img {
  max-width: 3.5rem;
}
.trial-intro__img {
  max-width: 650px;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .trial-intro__img {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  .trial-intro__img {
    width: 100%;
  }
  .trial-intro__img img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center center;
  }
}

.trial-method {
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 1100px) {
  .trial-method {
    margin-top: 10rem;
  }
}
.trial-method__ttl {
  position: absolute;
  top: -0.3em;
  left: 3%;
  font-size: 4.2rem;
}
@media screen and (max-width: 1100px) {
  .trial-method__ttl {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 601px) {
  .trial-method__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .trial-method__ttl {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2rem;
    font-size: 5.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .trial-method__ttl br {
    display: none;
  }
}
.trial-method__ttl p {
  display: inline-block;
  height: fit-content;
  padding: 0.28em;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (min-width: 601px) {
  .trial-method__ttl p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .trial-method__ttl p {
    padding: 0.28em 1rem;
  }
}
.trial-method__ttl p:not(:first-child) {
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .trial-method__ttl p:not(:first-child) {
    margin-right: 0;
    padding-left: 0;
    border-radius: 0 1rem 1rem 0;
    -webkit-border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .trial-method__ttl p:first-of-type {
    padding-right: 0;
    border-radius: 1rem 0 0 1rem;
    -webkit-border-radius: 1rem 0 0 1rem;
  }
}
.trial-method__intro {
  max-width: 1055px;
  width: 87%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .trial-method__intro {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .trial-method__intro {
    width: 100%;
  }
}
.trial-method__intro .f42 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .trial-method__intro .f42 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .trial-method__intro .f42 {
    font-size: 5.6vw;
  }
}
.trial-method__list {
  max-width: 1200px;
  margin: 7rem auto 0;
  padding: 6.6%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background-color: #33a17c;
}
@media screen and (max-width: 834px) {
  .trial-method__list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .trial-method__list {
    margin-top: 3rem;
  }
}
.trial-method__item {
  padding: 5.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .trial-method__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.trial-method__item:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .trial-method__item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.trial-method__item-cont {
  max-width: 510px;
  width: 57%;
}
@media screen and (max-width: 834px) {
  .trial-method__item-cont {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .trial-method__item-cont .f18 {
    font-size: 3.6vw;
  }
}
.trial-method__item-cont .f30 {
  margin-bottom: 1.5rem;
}
.trial-method__item-cont ul {
  margin-top: 3rem;
}
@media screen and (max-width: 450px) {
  .trial-method__item-cont ul {
    margin-top: 1em;
  }
}
.trial-method__item-cont li {
  position: relative;
  padding-left: 1.3em;
}
.trial-method__item-cont li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  z-index: 1;
}
.trial-method__fig {
  position: relative;
  max-width: 370px;
  width: 41%;
}
@media screen and (max-width: 834px) {
  .trial-method__fig {
    max-width: none;
    width: 100%;
  }
}
.trial-method__cap {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 6rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
  background-color: #208d67;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .trial-method__cap {
    width: 4rem;
  }
}
.trial-method__cap .f28 {
  font-weight: 500;
}
.trial-method__bring {
  max-width: 1200px;
  margin: 8rem auto 0;
  padding: 2.5% 3.3%;
  background-color: #2cb173;
  color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .trial-method__bring {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .trial-method__bring {
    padding: 2rem;
  }
}
.trial-method__bring-ttl {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .trial-method__bring-ttl {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .trial-method__bring-ttl {
    margin-top: 1rem;
  }
}
.trial-method__bring-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-image: repeating-radial-gradient(circle, #fff 0px, #fff 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 4px;
}
@media screen and (max-width: 450px) {
  .trial-method__bring-ttl::before {
    background-image: repeating-radial-gradient(circle, #fff 0px, #fff 1px, transparent 1px, transparent 4px);
  }
}
.trial-method__bring-flex {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .trial-method__bring-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}
.trial-method__bring-txt {
  position: relative;
  width: 160px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #2cb173;
  font-weight: 700;
  background-color: #dfedd1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 550px) {
  .trial-method__bring-txt {
    width: 140px;
    margin: 0 auto;
  }
  .trial-method__bring-txt.f22 {
    font-size: 1.8rem;
  }
}
.trial-method__bring-txt::before {
  position: absolute;
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 5px;
  left: 5px;
  border: 2px solid #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.trial-method__bring-cont {
  max-width: 666px;
  width: 55.5%;
}
@media screen and (max-width: 834px) {
  .trial-method__bring-cont {
    max-width: none;
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 550px) {
  .trial-method__bring-cont {
    width: 100%;
  }
}
.trial-method__bring-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 834px) {
  .trial-method__bring-list {
    gap: 5px;
  }
}
.trial-method__bring-item {
  padding: 0.9rem 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: #208d67;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .trial-method__bring-item {
    padding: 0.5rem 1em;
  }
  .trial-method__bring-item:nth-of-type(1) {
    order: 2;
  }
  .trial-method__bring-item:nth-of-type(2) {
    order: 1;
  }
  .trial-method__bring-item:nth-of-type(3) {
    order: 3;
  }
}
.trial-method__bring-item img {
  max-width: 2.6rem;
}
.trial-method__bring-img {
  max-width: 278px;
  width: 23%;
  margin-right: -3rem;
}
@media screen and (max-width: 834px) {
  .trial-method__bring-img {
    width: 30%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .trial-method__bring-img {
    width: 50%;
  }
}

.trial-cta .lesson-cta__inner {
  background: url(../img/trial/cta-bg.webp) no-repeat center center/cover;
}
.trial-cta .lesson-cta__ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .trial-cta .lesson-cta__ttl {
    font-size: 2.2rem;
  }
}