@charset "UTF-8";
* {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #010101;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  height: auto;
  vertical-align: bottom;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.btn_wrap {
  height: auto;
  position: relative;
}
@media (max-width: 850px) {
  .btn_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .btn_wrap {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .btn_wrap.sp-none {
    display: none;
  }
}

@media (min-width: 851px) {
  .btn_wrap.pc-none {
    display: none;
  }
}

.btn_balloon {
  width: 85%;
  height: 50px;
  padding-left: 0.1em;
  border-radius: 30px;
  border: solid 2px #FD3D60;
  background-color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  transition: 0.2s;
  color: #FD3D60;
  z-index: 2;
}
@media (max-width: 500px) {
  .btn_balloon {
    width: 65%;
    height: 40px;
    bottom: 55px;
    font-size: 1.3rem;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  .btn_balloon {
    font-size: 2rem;
    bottom: 60px;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  .btn_balloon {
    bottom: 60px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .btn_balloon {
    bottom: 70px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .btn_balloon {
    bottom: 80px;
  }
}

.btn_balloon::before, .btn_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}

.btn_balloon::before {
  bottom: 1px;
  border-width: 9px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

.btn_balloon::after {
  bottom: 0;
  border-width: 12px 10px 0 10px;
  border-color: #FD3D60 transparent transparent transparent;
  z-index: 1;
}

.button {
  width: 100%;
  padding: 25px 30px 25px 30px;
  border-radius: 8px;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #FD3D60;
  box-shadow: 0 5px 0 #FF0F3B;
  color: #fff;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .button {
    font-size: 1.8rem;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  .button {
    font-size: 2rem;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  .button {
    font-size: 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .button {
    font-size: 3rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .button {
    font-size: 4rem;
  }
}

.button:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 15px;
  height: 15px;
  border-top: solid 5px currentColor;
  border-right: solid 5px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 500px) {
  .button:after {
    width: 10px;
    height: 10px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
  }
}

.button:hover {
  background: #FF7C94;
  color: #FFF;
  box-shadow: 0 2px 0 #FF0F3B;
  transform: translateY(3px);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  padding: 10px;
  margin: 0 auto;
}
.header__inner .header__free {
  background-color: #FD3D60;
  border-radius: 40px;
}
.header__inner .header__free a {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
.header__inner .header__free a:hover {
  background: #FF7C94;
  border-radius: 40px;
}
@media (max-width: 500px) {
  .header__inner .header__free a {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
@media (min-width: 501px) and (max-width: 1200px) {
  .header__inner .header__free a {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .header__inner h1 a img {
    width: 70%;
  }
}

#mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 62.5%;
}
@media (max-width: 850px) {
  #mv {
    background-image: url(../img/mv_bg-sp.png);
  }
}
@media (min-width: 851px) {
  #mv {
    background-image: url(../img/mv_bg.png);
  }
}
#mv .mv__inner {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  height: calc(100vh - 92px);
}
@media (min-width: 851px) {
  #mv .mv__inner {
    padding: 40px;
  }
}
@media (max-width: 850px) {
  #mv .mv__inner {
    display: block;
    text-align: center;
    max-width: 550px;
    height: calc(100vh - 70.39px);
  }
}
#mv .mv__inner .mv__txt .mv__copy {
  margin-bottom: 10px;
  background: linear-gradient(130deg, #41A1FB 15%, #7E70F9 30%, #311BF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.5rem;
  line-height: 10rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  #mv .mv__inner .mv__txt .mv__copy {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  #mv .mv__inner .mv__txt .mv__copy {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  #mv .mv__inner .mv__txt .mv__copy {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  #mv .mv__inner .mv__txt .mv__copy {
    font-size: 6rem;
    line-height: 7rem;
  }
}
#mv .mv__inner .mv__txt .mv__copy .fsz50 {
  font-size: 5rem;
}
@media (max-width: 500px) {
  #mv .mv__inner .mv__txt .mv__copy .fsz50 {
    font-size: 2.3rem;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  #mv .mv__inner .mv__txt .mv__copy .fsz50 {
    font-size: 3.5rem;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  #mv .mv__inner .mv__txt .mv__copy .fsz50 {
    font-size: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  #mv .mv__inner .mv__txt .mv__copy .fsz50 {
    font-size: 4rem;
  }
}
#mv .mv__inner .mv__txt p {
  margin-bottom: 80px;
  font-size: 3.65rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  #mv .mv__inner .mv__txt p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  #mv .mv__inner .mv__txt p {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  #mv .mv__inner .mv__txt p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  #mv .mv__inner .mv__txt p {
    font-size: 2.7rem;
  }
}
#mv .mv__inner .mv__img-box {
  position: relative;
}
@media (max-width: 850px) {
  #mv .mv__inner .mv__img-box {
    margin: 0 auto 70px;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  #mv .mv__inner .mv__img-box {
    width: 55%;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  #mv .mv__inner .mv__img-box {
    width: 55%;
  }
}
@media (min-width: 1601px) {
  #mv .mv__inner .mv__img-box {
    width: 50%;
  }
}
#mv .mv__inner .mv__img-box img {
  width: 100%;
}
#mv .mv__inner .mv__img-box .mv__meta {
  position: absolute;
  left: 120px;
  bottom: -20px;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  #mv .mv__inner .mv__img-box .mv__meta {
    display: none;
  }
}
#mv .mv__inner .mv__img-box .mv__webdesign {
  position: absolute;
  left: -70px;
  bottom: 20px;
  font-size: 10rem;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  color: #e38100;
}
@media (max-width: 850px) {
  #mv .mv__inner .mv__img-box .mv__webdesign {
    left: 0;
    bottom: 0;
    font-size: 5rem;
  }
}
@media (min-width: 851px) and (max-width: 1000px) {
  #mv .mv__inner .mv__img-box .mv__webdesign {
    left: 20px;
    bottom: -10px;
    font-size: 5rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  #mv .mv__inner .mv__img-box .mv__webdesign {
    left: -20px;
    bottom: 30px;
    font-size: 6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  #mv .mv__inner .mv__img-box .mv__webdesign {
    left: 30px;
    font-size: 8rem;
  }
}
@media (min-width: 851px) {
  #mv .mv__inner .mv__inner-box {
    width: 100%;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media (max-width: 850px) {
  #mv .mv__inner .mv__inner-box {
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.concept {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 100px 0;
  }
}
.concept__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.concept__img {
  position: relative;
  width: 50%;
}
.concept__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}
.concept__img::after {
  content: "Start now.";
  position: absolute;
  right: 0;
  bottom: -70px;
  font-size: 8rem;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  color: #6F6F6F;
  transform: rotate(-5deg);
  letter-spacing: 0.1em;
  pointer-events: none;
}
.concept__txt {
  width: 50%;
}
.concept__txt h2 {
  font-size: 3.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .concept__txt h2 {
    margin-bottom: 30px;
  }
}
.concept__txt h2 .text-accent {
  color: #e20d0d;
  font-weight: 700;
}
.concept__txt h2 .text-accent-dots {
  color: #e20d0d;
  position: relative;
  display: inline-block;
}
.concept__txt h2 .text-accent-dots::before {
  content: "・・・";
  position: absolute;
  top: -1.5rem;
  left: 53%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  letter-spacing: 1rem;
  color: #e20d0d;
}
.concept__txt p {
  font-size: 2rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .concept__inner {
    flex-direction: column;
    gap: 5rem;
  }
  .concept__img, .concept__txt {
    width: 100%;
  }
  .concept__img::after {
    font-size: 6rem;
    bottom: -5rem;
  }
}
.trouble {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .trouble {
    padding-bottom: 100px;
  }
}
.trouble__title {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .trouble__title {
    margin-bottom: 50px;
  }
}
.trouble__title .text-accent-dots {
  font-size: 5rem;
  font-weight: 700;
  color: #e20d0d;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 50%, #F5E020 50%);
}
@media screen and (max-width: 768px) {
  .trouble__title .text-accent-dots {
    font-size: 4rem;
  }
}
.trouble__title .text-accent-dots::before {
  content: "・・・";
  position: absolute;
  top: -2rem;
  left: 55%;
  transform: translateX(-50%);
  font-size: 3rem;
  letter-spacing: 1rem;
  color: #e20d0d;
}
.trouble__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trouble__list {
    gap: 50px;
  }
}
.trouble__item {
  background: #FF5070;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  list-style: none;
}
@media (max-width: 768px) {
  .trouble__item {
    padding: 15px;
  }
}
.trouble__num {
  position: absolute;
  top: -20px;
  left: -30px;
  font-size: 10rem;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .trouble__num {
    top: -15px;
    left: -25px;
    font-size: 7rem;
  }
}
.trouble__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.trouble__img img {
  width: 100%;
  height: auto;
  display: block;
}
.trouble__text {
  font-size: 2.5rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .trouble__text {
    font-size: 2rem;
  }
}
.trouble .container {
  padding: 150px 2rem;
  background-color: #FFF2E1;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .trouble .container {
    padding: 50px 0;
    border-radius: 30px;
  }
}

@media (max-width: 768px) {
  .trouble__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .trouble__list {
    padding: 0 2rem;
  }
}
.solution {
  position: relative;
  /* 上の矢印は親につける */
}
.solution::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 100px;
  height: 100px;
  border-right: 6px solid #ff5a73;
  border-bottom: 6px solid #ff5a73;
  z-index: 100;
}
.solution__top {
  background-color: #01c3ca;
  position: relative;
  /* 下の尖り */
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
@media (max-width: 768px) {
  .solution__top {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}
.solution__top-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 2rem 180px;
}
@media (max-width: 768px) {
  .solution__top-inner {
    padding: 100px 2rem;
  }
}
.solution__top-inner p.solution__lead {
  width: 100%;
  margin-bottom: 70px;
  display: inline-block;
  background-color: #fff;
  color: #01c3ca;
  padding: 30px 60px;
  border-radius: 4px;
  position: relative;
  line-height: 1.4;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .solution__top-inner p.solution__lead {
    padding: 30px 10px;
    font-size: 2.3rem;
  }
}
.solution__top-inner p.solution__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 31px solid #fff;
}
.solution__top-inner p.solution__text {
  text-align: center;
  font-size: 3rem;
}
.solution__top-inner p.solution__text .nowrap {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .solution__top-inner p.solution__text {
    font-size: 2rem;
  }
}
.solution__bottom {
  margin: 100px 0;
  padding: 0 2rem;
  text-align: center;
}
.solution__catch {
  margin-bottom: 50px;
  font-size: 5rem;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .solution__catch {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.solution__catch .desi {
  color: #ff6f61;
  font-weight: 700;
}
.solution__catch .code {
  color: #34495e;
  font-weight: 700;
}
.solution__catch {
  /* 左右の // 装飾 */
}
.solution__catch::before, .solution__catch::after {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 60px;
  height: 5px;
  background: #E20D0D;
}
@media (max-width: 768px) {
  .solution__catch::before, .solution__catch::after {
    height: 3px;
  }
}
.solution__catch {
  /* 左側（\\） */
}
.solution__catch::before {
  left: -70px;
  transform: translateY(-50%) rotate(50deg);
  box-shadow: 0 8px 0 #E20D0D;
}
@media (max-width: 768px) {
  .solution__catch::before {
    left: -40px;
    bottom: 20px;
    width: 40px;
  }
}
.solution__catch {
  /* 右側（//） */
}
.solution__catch::after {
  right: -70px;
  transform: translateY(-50%) rotate(-50deg);
  box-shadow: 0 8px 0 #E20D0D;
}
@media (max-width: 768px) {
  .solution__catch::after {
    right: -40px;
    bottom: 20px;
    width: 40px;
  }
}
.solution__img {
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .solution__img img {
    width: 100%;
  }
}
.solution__note {
  font-size: 4.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 550px) {
  .solution__note .br-550 {
    display: none;
  }
}
@media (max-width: 768px) {
  .solution__note {
    font-size: 2.5rem;
  }
}
.solution__note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ff3b30;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .solution__note span {
    width: 45px;
    height: 45px;
  }
}

.features {
  background-color: #FFF2E1;
  padding: 150px 0;
}
.features__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .features__inner {
    padding: 0 2rem;
  }
}
.features__box {
  position: relative;
  margin-bottom: 120px;
  padding: 70px 2rem 60px;
  background-color: #fff;
  border-radius: 28px;
}
@media (max-width: 768px) {
  .features__box {
    margin-bottom: 60px;
  }
}
.features__cta .btn_wrap {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .features__cta .btn_wrap {
    width: 100%;
  }
}
.features__cta .btn_wrap .button .btn_balloon {
  width: 85%;
}
.features__en-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 10rem;
  line-height: 1;
  color: #E38100;
  text-align: center;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
}
@media (max-width: 768px) {
  .features__en-title {
    top: -10px;
  }
}
.features__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
.features__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .features__title span {
    font-size: 4rem;
  }
}
.features__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 25px;
  background-color: #fff100;
  z-index: -1;
}
.features__title span .txt-red {
  color: #E20D0D;
}
.features__list {
  display: grid;
  max-width: 800px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.features__item {
  position: relative;
}
.features__num {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 9rem;
  line-height: 1;
  color: #FD7878;
  z-index: 2;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
}
.features__img {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
}
.features__img img {
  display: block;
  width: 100%;
  height: auto;
}
.features__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E20D0D;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 2px solid #E20D0D;
}
.features__text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #222;
}

@media (max-width: 768px) {
  .features {
    padding: 100px 2rem;
  }
  .features__box {
    padding: 50px 2rem;
    border-radius: 20px;
  }
  .features__en-title {
    font-size: 3.8rem;
    margin-bottom: 14px;
  }
  .features__title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .features__title span::after {
    height: 10px;
    bottom: 3px;
  }
  .features__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .features__num {
    font-size: 4.8rem;
    top: -16px;
  }
  .features__img {
    margin-bottom: 14px;
  }
  .features__item-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .features__text {
    font-size: 1.6rem;
  }
  .features__cta {
    margin-top: 36px;
  }
  .features__btn {
    min-width: 100%;
    padding: 22px 20px 18px;
  }
  .features__btn-sub {
    font-size: 1.4rem;
    top: -15px;
    padding: 7px 14px;
  }
  .features__btn-main {
    font-size: 3rem;
    padding-right: 24px;
  }
  .features__btn-main::after {
    font-size: 3rem;
  }
}
.teacher {
  padding: 150px 0;
}
.teacher__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 2rem;
}
.teacher__title {
  position: relative;
  margin-bottom: 80px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.teacher__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 9px;
  margin: 16px auto 0;
  background: #E20D0D;
  border-radius: 999px;
}
.teacher__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.teacher__image {
  position: relative;
  width: 100%;
  max-width: 420px;
  flex-shrink: 0;
}
@media (min-width: 769px) and (max-width: 900px) {
  .teacher__image {
    width: 50%;
  }
}
.teacher__image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.teacher__name-en {
  position: absolute;
  left: 0;
  bottom: -8px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #E38100;
  white-space: nowrap;
}
@media (min-width: 501px) {
  .teacher__name-en .br-500 {
    display: none;
  }
}
.teacher__text {
  width: 100%;
  max-width: 480px;
  padding-top: 20px;
}
.teacher__text p {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #222;
}
@media (min-width: 769px) and (max-width: 900px) {
  .teacher__text p {
    margin-top: 15px;
    line-height: 1.5;
  }
}
.teacher__name-ja {
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
.teacher__position {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .teacher__content {
    gap: 40px;
  }
  .teacher__name-en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 900px) {
  .teacher__name-en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .teacher__name-ja {
    font-size: 3.2rem;
  }
  .teacher__position {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .teacher {
    padding: 100px 0;
  }
  .teacher__title {
    margin-bottom: 50px;
    font-size: 3.5rem;
  }
  .teacher__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .teacher__image {
    width: 100%;
    max-width: 100%;
  }
  .teacher__name-en {
    font-size: 3.6rem;
    bottom: -4px;
  }
  .teacher__text {
    max-width: 100%;
    padding-top: 0;
  }
  .teacher__text p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .teacher__name-ja {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .teacher__position {
    font-size: 2rem;
  }
}
.slide-animation {
  overflow: hidden;
}
.slide-animation .slide-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopAnimation 50s linear infinite;
}
.slide-animation .slide-contents {
  display: flex;
  align-items: center;
  gap: 50px;
}
.slide-animation .slide-contents li img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes loopAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 25px));
  }
}
@media screen and (max-width: 768px) {
  .slide-animation .slide-contents {
    width: 1400px;
    gap: 20px;
  }
  .slide-track {
    animation: loopAnimationSp 20s linear infinite;
  }
}
@keyframes loopAnimationSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
.flow {
  margin-bottom: 150px;
  padding: 150px 0;
  background-color: #FFF2E1;
}
.flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow {
    margin-bottom: 100px;
  }
}
.flow__box {
  position: relative;
  padding: 110px 60px 70px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .flow__box {
    padding: 50px 2rem;
  }
}
.flow__en {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8rem;
  line-height: 1;
  color: #e38100;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
}
.flow__title {
  position: relative;
  margin-bottom: 70px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.flow__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  margin: 16px auto 0;
  background-color: #e20d0d;
  border-radius: 999px;
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.flow__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.flow__item:not(:last-child) .flow__step {
  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  padding: 25px 8px 40px;
}
.flow__item:last-child .flow__step {
  padding: 25px 8px;
}
.flow__step {
  position: relative;
  width: 92px;
  min-width: 92px;
  background-color: #ef1010;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.flow__step img {
  width: 70%;
}
.flow__step-num {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.flow__step-icon img {
  width: 28px;
  display: block;
}
.flow__content {
  flex: 1;
  padding-top: 6px;
}
.flow__heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 5px solid #C6C6C6;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700 !important;
}
.flow__heading::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #E20D0D;
  bottom: -5px;
  width: 16%;
}
.flow__heading .nowrap {
  font-weight: 700;
}
.flow__text {
  font-size: 1.8rem;
  color: #111;
}
.flow__text span {
  font-size: 1.5rem;
  color: #444;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 100px 2rem;
  }
  .flow__inner {
    border-radius: 20px;
  }
  .flow__en {
    top: -18px;
    font-size: 3.8rem;
  }
  .flow__title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .flow__list {
    gap: 22px;
  }
  .flow__item {
    gap: 14px;
  }
  .flow__step {
    width: 72px;
    min-width: 72px;
    padding: 12px 6px 16px;
  }
  .flow__step-num {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .flow__step-icon {
    font-size: 1.8rem;
  }
  .flow__heading {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .flow__text {
    font-size: 1.4rem;
  }
  .flow__text span {
    display: block;
    font-size: 1.2rem;
  }
}
.cta {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 2rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cta {
    margin: 0 auto 100px;
  }
}
.cta__text {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 2.5rem;
  }
}
.cta__text::before, .cta__text::after {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 60px;
  height: 5px;
  background: #E20D0D;
}
@media screen and (max-width: 768px) {
  .cta__text::before, .cta__text::after {
    width: 30px;
    height: 3px;
    bottom: 20px;
  }
}
.cta__text::before {
  left: -50px;
  transform: translateY(-50%) rotate(50deg);
  box-shadow: 0 8px 0 #E20D0D;
}
@media screen and (max-width: 768px) {
  .cta__text::before {
    left: -25px;
  }
}
.cta__text::after {
  right: -50px;
  transform: translateY(-50%) rotate(-50deg);
  box-shadow: 0 8px 0 #E20D0D;
}
@media screen and (max-width: 768px) {
  .cta__text::after {
    right: -25px;
  }
}
.cta__text .highlight {
  color: #E20D0D;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.cta__text .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 15px;
  background: #fff100;
  z-index: -1;
}
.cta__btn-box {
  width: 70%;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 768px) {
  .cta__btn-box {
    width: 100%;
  }
}
.cta__btn {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  background: #FD3D60;
  box-shadow: 0 5px 0 #FF0F3B;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  padding: 25px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    font-size: 1.8rem;
  }
}
.cta__btn:hover {
  opacity: 0.85;
}
.cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 15px;
  height: 15px;
  border-top: solid 5px currentColor;
  border-right: solid 5px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.cta__note {
  font-size: 2.5rem;
  margin-top: 15px;
  font-weight: 700;
}
.cta__note .nowrap {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta__note {
    font-size: 1.8rem;
  }
}

.course {
  padding: 150px 0;
}
.course__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.course__title {
  position: relative;
  margin-bottom: 80px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.course__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  margin: 18px auto 0;
  background-color: #e20d0d;
  border-radius: 999px;
}
.course__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.course__item {
  display: flex;
  align-items: center;
  gap: 70px;
}
.course__img-box {
  position: relative;
  width: 42%;
}
.course__img-box img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.86;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.course__en {
  position: absolute;
  top: -42px;
  left: 0;
  z-index: 2;
  font-size: 10rem;
  line-height: 1;
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  transform: rotate(-7deg);
  pointer-events: none;
}
.course__label {
  padding: 12px 10px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 0 0 24px 24px;
}
.course__content {
  width: 48%;
}
.course__catch {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e20d0d;
}
.course__name {
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e20d0d;
  font-size: 2.8rem;
  font-weight: 700;
  color: #e20d0d;
  line-height: 1.3;
}
.course__sub-title {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 700;
}
.course__text-list li {
  margin-bottom: 18px;
  padding-left: 1em;
  font-size: 1.9rem;
  line-height: 1.35;
  text-indent: -1em;
}
.course__text-list li::before {
  content: "・";
}
.course__text-list li span {
  font-size: 1.7rem;
}
.course__item--design .course__en {
  color: #e38100;
}
.course__item--design .course__label {
  background-color: #e20d0d;
}
.course__item--web .course__en {
  color: #00BADE;
}
.course__item--web .course__label {
  background-color: #00BADE;
}

@media screen and (max-width: 768px) {
  .course {
    padding: 0 0 100px 0;
  }
  .course__title {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  .course__list {
    gap: 70px;
  }
  .course__item {
    flex-direction: column;
    gap: 30px;
  }
  .course__img-box, .course__content {
    width: 100%;
  }
  .course__en {
    top: -28px;
    font-size: 5rem;
  }
  .course__name {
    font-size: 2.4rem;
  }
  .course__text-list li {
    font-size: 1.7rem;
  }
  .course__text-list li span {
    font-size: 1.5rem;
  }
}
.price {
  padding: 150px 0;
  background-color: #fff2e1;
}
.price__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.price__title {
  position: relative;
  margin-bottom: 50px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #613E01;
}
.price__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  margin: 16px auto 0;
  background-color: #e20d0d;
  border-radius: 999px;
}
.price__lead {
  margin-bottom: 35px;
  font-size: 2.5rem;
  text-align: center;
  color: #e20d0d;
  font-weight: 700;
}
.price__lead span.red {
  margin: 0 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #e20d0d;
  font-weight: 700;
}
.price__table-wrap {
  overflow-x: auto;
}
.price__table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background-color: #fff;
}
.price__table th,
.price__table td {
  padding: 22px 16px;
  border: 2px solid #fff;
  vertical-align: middle;
  font-size: 1.5rem;
  border: 1px solid #EBEAEA;
}
@media screen and (max-width: 768px) {
  .price__table th,
  .price__table td {
    padding: 10px;
  }
}
.price__table thead th {
  background-color: #474954;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.price__course {
  width: 15%;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.price__course--design {
  background-color: #e20d0d;
}
.price__course--web {
  background-color: #00bade;
}
.price__course--support {
  background-color: #e38100;
}
.price__period {
  width: 14%;
  text-align: center;
  font-size: 2.2rem !important;
  font-weight: 700;
}
.price__period span {
  font-size: 1.4rem;
}
.price__label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3px 8px;
  background-color: #e20d0d;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
}
.price strong {
  display: block;
  color: #e20d0d;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.price small {
  display: block;
  font-size: 1rem;
}
.price__content {
  width: 32%;
}
.price__content ul {
  margin-top: 10px;
}
.price__content ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.price__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.price__catch {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #fd3d60;
}
.price__catch span {
  font-size: 0.9rem;
  color: #fd3d60;
}
@media screen and (min-width: 1001px) {
  .price__catch::before, .price__catch::after {
    content: "";
    position: absolute;
    bottom: 6px;
    width: 20px;
    height: 3px;
    background: #E20D0D;
  }
}
.price__catch::before {
  left: 0;
  transform: translateY(-50%) rotate(50deg);
}
.price__catch::after {
  right: 0;
  transform: translateY(-50%) rotate(-50deg);
}
.price__recommend td {
  background-color: #FFDD7E;
}
.price__support-price ul {
  display: inline-block;
  text-align: left;
}
.price__support-price ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.price__support-price ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.price__notes {
  margin-top: 25px;
}
.price__notes li {
  font-size: 1.5rem;
  line-height: 1.8;
}
.price__cta {
  margin-top: 110px;
}
.price__cta .btn_wrap {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 100px 0;
  }
  .price__box {
    border-radius: 20px;
  }
  .price__title {
    margin-bottom: 35px;
    font-size: 3.2rem;
  }
  .price__lead {
    font-size: 2rem;
    line-height: 40px;
  }
  .price__table-wrap {
    padding-bottom: 10px;
  }
  .price__notes li {
    font-size: 1.3rem;
  }
  .price__cta {
    margin-top: 70px;
  }
  .price__cta .btn_wrap {
    width: 100%;
  }
  .price__cta .btn_wrap .btn_balloon {
    width: 85%;
  }
}
.faq {
  padding: 150px 0;
  background-color: #F8F6F6;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 100px 0;
  }
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.faq__title {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 3.2rem;
  }
}
.faq__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  margin: 16px auto 0;
  background-color: #e20d0d;
  border-radius: 999px;
}
.faq .qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}
.faq .qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #010101;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq .qa-6 summary {
    font-size: 1.6rem;
  }
}
.faq .qa-6 summary::before,
.faq .qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.faq .qa-6 summary::before {
  color: #75bbff;
  content: "Q";
}
.faq .qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(1, 1, 1, 0.7019607843);
  border-right: 3px solid rgba(1, 1, 1, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}
.faq .qa-6[open] summary::after {
  transform: rotate(225deg);
}
.faq .qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .qa-6[open] p {
  transform: none;
  opacity: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .faq .qa-6[open] p {
    font-size: 1.6rem;
  }
}
.faq .qa-6 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.contact {
  padding: 150px 0;
}
.contact__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.contact__title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.contact__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  margin: 16px auto 0;
  background-color: #e20d0d;
  border-radius: 999px;
}
.contact__lead {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  font-weight: 700;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__item {
  display: flex;
  flex-direction: column;
}
.contact__label {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.contact .required {
  margin-left: 8px;
  padding: 2px 6px;
  background-color: #e20d0d;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 14px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1.6rem;
}
.contact__input:focus, .contact__textarea:focus {
  border-color: #fd3d60;
  outline: none;
}
.contact__textarea {
  resize: vertical;
}
.contact__item--check {
  margin-top: 10px;
}
.contact__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
}
.contact__check input {
  width: 18px;
  height: 18px;
}
.contact__btn {
  margin-top: 40px;
}
.contact__btn .btn_wrap {
  width: 100%;
  text-align: center;
}
.contact__btn .btn_wrap input, .contact__btn .btn_wrap button {
  padding: 10px 50px;
  border: none;
  background: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #e20d0d;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 40px;
}
.contact__btn .btn_wrap p .wpcf7-spinner {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 100px 0;
  }
  .contact__title {
    font-size: 3.2rem;
  }
  .contact__lead {
    font-size: 1.6rem;
  }
  .contact__label {
    font-size: 1.6rem;
  }
  .contact__btn .btn_wrap {
    width: 100%;
  }
}
.footer {
  background-color: #333;
  color: #fff;
  padding: 60px 0 30px;
}
.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.footer__top {
  margin-bottom: 30px;
}
.footer__logo {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__nav li a {
  font-size: 1.4rem;
  color: #fff;
  transition: 0.3s;
}
.footer__nav li a:hover {
  opacity: 0.7;
}
.footer__links {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__links li a {
  font-size: 1.3rem;
  color: #ccc;
}
.footer__links li a:hover {
  color: #fff;
}
.footer__copy {
  font-size: 1.2rem;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer__logo {
    font-size: 2rem;
  }
  .footer__nav {
    gap: 10px;
  }
  .footer__nav li a {
    font-size: 1.2rem;
  }
  .footer__links {
    gap: 10px;
  }
  .footer__links li a {
    font-size: 1.1rem;
  }
}
#contact-page {
  position: relative;
}

#contact-page .contact_container {
  padding: 200px;
}

@media screen and (max-width: 768px) {
  #contact-page .contact_container {
    padding: 80px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #contact-page .contact_container {
    padding: 200px 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1554px) {
  #contact-page .contact_container {
    padding: 200px 100px;
  }
}
#contact-page .contact-form {
  margin: 0 auto;
  background-image: linear-gradient(0deg, #784BA0, #2B86C5);
  padding: 100px 150px;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  #contact-page .contact-form {
    padding: 50px 0;
  }
  #contact-page .contact-form .contact-form_box {
    width: 90%;
    margin: 0 auto;
  }
}
#contact-page .contact-form div.detail {
  margin-bottom: 70px;
  text-align: center;
}

#contact-page .contact-form div.detail p {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  color: #fff;
  font-weight: bold;
}

#contact-page .contact-form p:first-of-type span span {
  color: #fff;
}

#contact-page .contact-form p:first-of-type span span[aria-hidden=true] {
  color: #dc3232;
}

#contact-page .contact-form p {
  color: #fff;
}

#contact-page .contact-form p:not(:first-of-type) label {
  color: #fff;
}

#contact-page .contact-form p:not(:first-of-type) input {
  display: block;
  width: 100%;
  height: 5rem;
  margin-top: 5px;
  padding: 10px;
  border-radius: 1rem;
  border: none;
}

#contact-page .contact-form p:not(:first-of-type) input[type=submit] {
  border-radius: 4rem;
  width: 30%;
  margin: 0 auto;
}

#contact-page .contact-form p:not(:first-of-type) input[name=your-consent] {
  height: auto;
}

#contact-page .contact-form p:not(:first-of-type) .your-consent-a {
  color: #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

#contact-page .contact-form p:not(:first-of-type) textarea {
  display: block;
  width: 100%;
  height: 10rem;
  margin-top: 5px;
  padding: 10px;
  border-radius: 1rem;
  border: none;
}

#contact-page .contact-form p:last-of-type input {
  color: #784BA0;
  font-weight: bold;
  font-size: 1.7rem;
  cursor: pointer;
}

#contact-page .contact-form p:last-of-type span {
  display: block;
  margin: 0 auto;
}

#contact-page .contact-form p:nth-last-of-type(2) {
  margin-bottom: 80px;
}

#contact-page .contact-form :not(:last-of-type) {
  margin-bottom: 30px;
}

#contact-page .contact-form .wpcf7-list-item {
  margin-bottom: 0;
}

#contact-page .contact-form .wpcf7-response-output {
  padding: 10px;
  border-color: #fff;
  color: #fff;
  font-size: 1.5rem;
}

#contact-page .contact-form p:not(:first-of-type) input[name=your-consent] {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .privacy_container {
    padding: 80px 2rem;
  }
}
.privacy_container .privacy-box {
  margin-bottom: 80px;
}

.privacy_container .privacy-box h2 {
  margin-bottom: 30px;
  border-bottom: 2px solid #FF5070;
  font-size: 3rem;
  color: #FF5070;
}

.privacy_container p {
  font-size: 1.6rem;
}

.privacy_container .privacy-box ul {
  margin: 30px 0;
}

.privacy_container .privacy-box li {
  list-style-type: square;
  list-style-position: inside;
  font-size: 1.6rem;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 150px;
  z-index: 5500;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: 0.5s;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem;
}

.mv-privacy {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-privacy {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .mv-privacy {
    padding: 200px 0;
  }
}
.mv-privacy h1 {
  display: inline-block;
  line-height: 80px;
  color: #FF5070;
  font-size: 5rem;
  font-family: "forma-djr-micro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv-privacy h1 {
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mv-privacy h1 {
    line-height: 55px;
  }
}
.mv-privacy h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  color: #FF5070;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .privacy_container {
    margin-bottom: 200px;
  }
}
#pagetop {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 5500;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: 0.5s;
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(315deg);
}

.wpcf7-turnstile.cf-turnstile {
  text-align: center;
}/*# sourceMappingURL=style.css.map */