/* ========================================
    リセットcss
========================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}


p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
}

.only-sp {
  display: none;
}

/* ヘッダー */
.header-top-flex {
  display: flex;
}

.header-left-flex {
  width: 6%;
}

.header-left-flex img {
  width: 100%;
  height: 100%;
}

.header-center-flex {
  width: 20%;
  display: block;
  margin-left: 65%;
}

.date {
  margin-top: 5%;
  margin-left: 10%;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}

.mail {
  margin-left: 16%;
}

.header-right-flex {
  width: 10%;
  background: #5DC426;
}

.header-right-flex p {
  text-align: center;
  margin-top: 8%;
  width: 100%;
  font-size: 25px;
  color: #fff;

}

.header-top-img {
  width: 100%;
  position: relative;
}

.header-top-img img {
  width: 100%;
}

.header-img-text {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 10%;
  background: rgba(239, 239, 239, .8);
  text-align: center;
  padding: 2% 0;
}

.top-green-text {
  font-size: 40px;
  color: #5dc426;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: bold;
  line-height: 45px;
}

.top-green-text span {
  font-size: 55px;
}

.top-normal-text {
  margin-top: 50px;
  font-size: 35px;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;

}

.top-normal-text span {
  font-size: 45px;

}

.header-img-text h1 {
  font-size: 60px;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: bold;
  line-height: 55px;
}

.header-img-text h2 {
  width: 87%;
  margin: 0 6.5%;
  font-size: 75px;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: bold;
  color: #3AA900;
  background: linear-gradient(transparent 60%, #FFC627 60%);
}

.circle-left-text {
  position: absolute;
  top: 37%;
  left: 15%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
}

.circle-left-text h3 {
  position: absolute;
  top: 35%;
  left: 2%;

  width: 100%;
  font-size: 33px;
  color: #5DC426;
  transform: rotate(-15deg);
  text-align: center;
}

.circle-right-text {
  position: absolute;
  top: 37%;
  left: 65%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
}

.circle-right-text h3 {
  position: absolute;
  top: 35%;
  left: 1%;
  width: 100%;
  font-size: 33px;
  color: #5DC426;
  transform: rotate(15deg);
  text-align: center;
}

/* ヘッダー　おわり */
/* メイン */

/* 強み */
.strong-img {
  width: 100%;
}

.strong-img img {
  width: 100%;
  margin-top: 5%;
  pointer-events: none;
}

.strong-wrapper {
  position: relative;
  width: 100%;
  background: #5DC426;
  margin-top: 5%;
}

.strong-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 10%;
}

.strong-flex {
  width: 27%;
  margin: 5% 3.1%;
  background: #fff;
  align-items: center;
  padding-bottom: 2%;
}

.strong-img {
  width: 25%;
  margin: 0 37.5%;
}

.strong-img img {
  width: 100%;
  height: 100%;
  margin-top: 10%;
}

.strong-flex h2 {
  text-align: center;
  font-size: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.strong-flex hr {
  border: none;
  height: 3px;
  background-color: #5DC426;
  width: 20%;
  align-items: center;
  margin: 2% 40%;
}

.strong-sub-title {
  text-align: center;
  color: #5dc426;
  font-weight: bold;
  padding-bottom: 3%;
  align-items: center;
  font-size: 20px;
}

.strong-text {
  width: 90%;
  margin: 0 5%;
  letter-spacing: 1px;
  align-items: center;
  font-size: 18px;
}

.strong-tree1 {
  position: absolute;
  top: 63%;
  width: 10%;
  z-index: 100;
}

.strong-tree2 {
  position: absolute;
  top: 63%;
  left: 90%;
  width: 10%;
  z-index: 100;
}

.mt0 {
  margin-top: 20%;
}

.mt {
  margin-top: 13%;
}

.mt2 {
  margin-top: 10%;
}

.mt-home {
  margin-top: 5%;
}

/* 強み　終わり */
/* 無料体験会 */
.experience-wrapper {
  position: relative;
  width: 100%;
  margin: 5% 0;
  background: #42BF00;
}

.experience-title {
  font-size: 60px;
  text-align: center;
  color: #fff;
  padding-top: 10%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.small-text {
  font-size: 40px;
}

sup {
  font-size: 20px;
}

.experience-wrapper h2 {
  text-align: center;
  font-size: 70px;
  color: #fff;
}

.big-text {
  font-size: 85px;
}

.big-yellow-text {
  font-size: 95px;
  color: #fff000;
}

.sub-text {
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 1% 0;
}

.experience-button {
  width: 40%;
  margin: 0 30%;
  background: #fff;
  padding: 2% 0;
  font-size: 45px;
  text-align: center;
}

.experience-button a {
  text-decoration: none;
  color: #42BF00;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.detail-text {
  font-size: 25px;
  text-align: center;
  color: #fff;
  margin-top: 3%;
  padding-bottom: 2%;
}

.star1 {
  position: absolute;
  top: -1%;
  left: 15%;
  width: 10%;
}

.star2 {
  position: absolute;
  top: 6%;
  left: 84%;
  width: 8%;
}

.star3 {
  position: absolute;
  top: 58%;
  left: 10%;
  width: 7%;
}

.star4 {
  position: absolute;
  top: 60%;
  left: 80%;
  width: 10%;
}

.worry-img {
  width: 100%;
}

.worry-img img {
  width: 100%;
  pointer-events: none;
}

.worry-wrapper {
  background: #efefef;
}

.worry-wrapper h1 {
  text-align: center;
  padding: 3% 0 5% 0;
  font-size: 60px;
  letter-spacing: 5px;
  color: #707070;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.worry-wrapper {
  position: relative;
  padding-bottom: 40%;
}

.worry-wrapper img {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 55%;
}

.worry-wrapper a {
  pointer-events: none;
}

.worry-wrapper ul {
  width: 80%;
  height: 0%;
  margin: 0 10%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
}

.worry-wrapper ul li {
  position: absolute;
  list-style: none;

}

.worry1 {
  top: 18%;
  left: 7%;
  font-size: 35px;

}

.worry1 span {}

.worry2 {
  top: 28%;
  left: 68%;
  font-size: 32px;
  line-height: 70px;

}

.worry2 span {}

.worry3 {
  top: 50%;
  left: 2%;
  font-size: 29px;

}

.worry3 span {}

.worry4 {
  top: 63%;
  left: 63%;
  font-size: 26px;

}

.worry5 {
  top: 74%;
  left: 9%;
  font-size: 26px;

}

.threePoint-title p {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  margin: 4% 0 3% 0;
  letter-spacing: 1px;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: normal;
}

.threePoint-title p span {
  font-size: 70px;
  color: #5dc426;
  font-weight: bold;
}

.threePoint-flex {
  display: flex;
  margin-top: 3%;
}

.border {
  width: 35%;
  height: 3px;
  background: #ccc;
  margin: 5% 0%;
}

.margin1 {
  margin-left: 10%;
}

.margin2 {
  margin-right: 10%;
}

.number-flex {
  width: 10%;
}

.number-flex img {
  width: 60%;
  margin: 20%;
}

.strong-wrapper {
  position: relative;
  width: 100%;
  background: #5DC426;
  margin-top: 5%;
}

.strong-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 7.5%;
}

.strong-flex {
  width: 27%;
  margin: 5% 3.1%;
  background: #fff;
  align-items: center;
}

.strong-images {
  width: 100%;
}

.strong-images img {
  width: 100%;
  height: 100%;
  margin-top: 10%;
}

.strong-flex h2 {
  text-align: center;
  font-size: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.strong-flex hr {
  border: none;
  height: 3px;
  background-color: #5DC426;
  width: 20%;
  align-items: center;
  margin: 2% 40%;
}

.strong-sub-title {
  text-align: center;
  color: #5dc426;
  font-weight: bold;
  padding-bottom: 3%;
  align-items: center;
  font-size: 20px;
}

.strong-text {
  width: 90%;
  margin: 0 5%;
  letter-spacing: 1px;
  align-items: center;
  font-size: 18px;
}


.green-banner {
  background: #5dc426;
}

.point1-title h2 {
  position: relative;
  color: #fff;
  font-size: 45px;
  text-align: center;
  display: block;
  padding: 2% 0;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.point1-title h2 span {
  position: absolute;
  top: 10%;
  left: 59%;
}

.point1-title h2 span img {
  width: 35%;
  transform: rotate(15deg);
}

.point1-flex {
  display: flex;
  flex-wrap: wrap;
}

.point1-light-flex {
  display: flex;
  flex-wrap: wrap;
}

.point1-left-flex {
  width: 70%;
}

.light-left-flex {
  width: 30%;
}

.light-left-flex img {
  width: 50%;
  margin: 20% 0% 0 30%;
}

.light-right-flex {
  width: 70%;
  margin-top: 13%;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.light-right-flex h3 {
  font-size: 35px;
  color: #5dc426;
}

.light-right-flex p {
  width: 80%;
  font-size: 18.5px;
  margin: 3% 5% 0 0;
  line-height: 35px;
  text-align: justify;
}

.point1-right-flex {
  width: 30%;
}

.point1-right-flex img {
  width: 100%;
  height: 100%;
}

.point1-banner-flex {
  display: flex;
  position: relative;
}

.point1-banner-left-flex {
  width: 70%;

}

.opacity-content {
  padding: 3% 2%;
  position: absolute;
  top: 50%;
  left: 55%;
  width: 48%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, .9);
}

.opacity-content h3 {
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #5dc426;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.opacity-content p {
  width: 90%;
  margin: 2% 5%;
  font-size: 22px;
  line-height: 35px;
  text-align: left;
}

.point1-banner-left-flex img {
  width: 100%;
}

.point1-banner-right-flex {
  width: 30%;
  background: #5dc426;
}

.point2-img {
  width: 100%;
}

.point2-img img {
  width: 100%;
  pointer-events: none;
  ]
}

.point2-title {
  padding: 3% 0;
}

.point2-title h2 {
  position: relative;
  color: #5dc426;
  font-size: 45px;
  text-align: center;
  display: block;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: normal;
}

.point2-title h2 span {
  position: absolute;
  top: -20%;
  left: 62%;
}

.point2-title h2 span img {
  width: 35%;
  transform: rotate(15deg);
}

.point2-text img {
  width: 10%;
  margin: 0 45%;
  margin-top: 0%;
}

.point2-text h3 {
  text-align: center;
  font-size: 35px;
  color: #5dc426;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  margin-top: 3%;
  font-weight: normal;
}

.point2-text p {
  font-size: 14px;
  text-align: center;
  margin: 3% 0 5% 0;
  line-height: 30px;
}

.dancer-wrapper {
  background: #efefef;
}

.dancer-wrapper h4 {
  font-size: 45px;
  text-align: center;
  padding: 3% 0;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.dancer-wrapper h4 span {
  font-size: 70px;
  color: #5dc426;
}

.dancer-flex {
  display: flex;
  flex-wrap: wrap;
}

.dancer-left-flex {
  width: 45%;
  border-radius: 50%;
}

.dancer-left-flex p {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.dancer-radius {
  display: block;
  text-align: center;
  font-size: 25px;
}

.dancer-radius img {
  margin-top: 5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.dancer-right-flex {
  width: 45%;
  border: 5px solid #5dc426;
  background: #fff;
}

.introduce-title {
  font-size: 40px;
}

.introduce-content {
  padding: 5%;
  font-size: 27px;
}

.introduce-content span {
  padding-left: 10%;
}

.text-indent {
  text-indent: 1em;
}

.phrase {
  font-size: 40px;
}

.point3-title {
  padding: 3% 0;
}

.green-banner {
  background: #5dc426;
}

.point3-title h2 {
  position: relative;
  color: #fff;
  font-size: 45px;
  text-align: center;
  display: block;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: normal;
}

.point3-title h2 span {
  position: absolute;
  top: -40%;
  left: 65%;
}

.point3-title h2 span img {
  width: 40%;
  transform: rotate(15deg);
}

.point3-text img {
  width: 6%;
  margin: 0 47%;
  margin-top: 5%;
}

.point3-text h3 {
  text-align: center;
  font-size: 35px;
  color: #5dc426;
  margin: 1% 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.mt0 {
  margin-top: 10%;
}

.page-flex {
  display: flex;
  width: 80%;
  margin: 2% 10%;
}

.page-left-flex {
  width: 50%;
}

.page-left-flex img {
  width: 85%;
  margin-left: 5%;
}

.page-right-flex {
  width: 50%;
}

.page-right-flex p {
  width: 90%;
  font-size: 19px;
  line-height: 35px;
}

.card-flex {
  display: flex;
  flex-wrap: wrap-reverse;
  width: 80%;
  margin: 3% 10%;
}

.card-left-flex {
  width: 35%;
  margin-left: 15%;
}

.card-left-flex p {
  line-height: 30px;
  font-size: 18px;
}

.card-right-flex {
  width: 40%;
  margin: 0 5%;
}

.card-right-flex img {
  width: 80%;
}

.vivi-title img {
  width: 40%;
  margin: 5% 30% 0 30%;
}

.vivi-title h2 {
  position: relative;
  font-size: 45px;
  line-height: 100px;
  text-align: center;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: normal;
  font-weight: bold;
}

.vivi-title h2 .vivi-left-light {
  position: absolute;
  left: 15%;
  transform: rotate(-15deg);
}

.vivi-title h2 .vivi-right-light {
  position: absolute;
  left: 65%;
  transform: rotate(15deg);
}

.vivi-flex {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 10%;
  background: #efefef;
}

.vivi-left-flex {
  width: 45%;
}

.vivi-left-flex img {
  width: 80%;
  margin: 10%;
}

.vivi-right-flex {
  width: 50%;
  margin: 8% 0%;
}

.vivi-right-flex h3 {
  font-size: 28px;
  color: #5dc426;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: normal;
}

.vivi-right-flex p {
  margin-top: 5%;
  font-size: 27px;
  line-height: 50px;
}

.interview-title {
  text-align: center;
  font-size: 45px;
  color: #5dc426;
  margin: 1% 0;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  font-weight: bold;
  letter-spacing: 3px;
}

.interview-title img {
  width: 10%;
  margin: 0 45%;
  margin-top: 5%;
}

.interview-wrapper {
  width: 80%;
  margin: 0 10%;
}

.interview-flex {
  display: flex;
  margin-top: 10%;
}

.interview-left-flex {
  width: 60%;
}

.interview-left-flex img {
  width: 100%;
}

.interview-right-flex {
  width: 40%;
}

.interview-right-flex h3 {
  font-size: 35px;
  margin: 5% 0;
}

.interview-theme {
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  margin: 5% 0;
}

.interview-text {
  font-size: 18px;
  line-height: 45px;
}

.tree-flex {
  display: flex;

}

.tree1 {
  width: 30%;
  margin-top: 15%;
}

.tree1 img {
  width: 100%;
}

.tree2 {
  width: 15%;
  margin-top: 30%;
}

.tree2 img {
  width: 100%;
}

.tree3 {
  width: 20%;
  margin-top: 25%;
}

.tree3 img {
  width: 100%;
}

.tree4 {
  width: 35%;
  margin-top: 10%;

}

.tree4 img {
  width: 100%;
}

.contact-img {
  width: 100%;
  margin-bottom: 5%;
}

.contact-img img {
  width: 100%;
  position: none;
}

.contact-wrapper {
  background: #efefef;
  padding-bottom: 3%;
}

.contact-flex {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 10%;
}

.contact-flex-content {
  position: relative;
  width: 28%;
  margin: 2% 2%;
  background: #fff;
  align-items: center;
  padding-bottom: 3%;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #5dc426 transparent transparent transparent;
}

.contact-flex-content img {
  width: 150px;
  height: 150px;
  margin: 0 30%;
  border: 5px solid #808080;
  border-radius: 50%;
}

.contact-title {
  position: relative;
  color: #fff;
  background: #5dc426;
  width: 90%;
  margin: 1% 5%;
  border-radius: 25px;
  padding: 3% 0;
  font-size: 40px;
}

.contact-text img {
  width: 6%;
  margin: 0 47%;
  margin-top: 5%;
}

.contact-text h3 {
  font-size: 45px;
  color: #5dc426;
  text-align: center;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

.contact-title h3 {
  text-align: center;
  font-size: 16px;
  opacity: 0;
}

.contact-flex-content h4 {
  font-size: 30px;
}

.big-number {
  position: absolute;
  left: 5%;
  top: -110%;
  font-size: 80px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ml {
  margin-left: 17.5%;
}

.triangle2 {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #5dc426 transparent transparent transparent;
}

.contact-flex-content h4 {
  width: 90%;
  margin: 4% 5%;
  font-size: 22px;
  color: #5dc426;
  text-align: center;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}


.contact-sub-text {
  width: 90%;
  margin: 0 5%;
}

.justify {
  width: 90%;
  margin: 0 5%;
  text-align: justify;
}

.mt3 {
  margin-top: 13.5% !important;
}

.mt4 {
  margin-top: 53.7px;
}

.ml {
  margin-left: 17.5%;
}

.start-banner {
  position: relative;
}

.start-banner img {
  width: 100%;
}

.start-banner h2 {
  position: absolute;
  top: 20%;
  left: 13%;
  color: #fff;
  font-size: 70px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ccc;

  font-weight: bold;
}

footer {
  background: #efefef;
}

.footer-logo {
  width: 20%;
  margin: 0 40%;
  padding-top: 1%;
}

.footer-logo img {
  width: 100%;
}

.footer-icon {
  display: flex;
  width: 10%;
  margin: 0 45%;
}

.footer-icon-content {
  text-align: center;
  width: 30%;
  margin: 0 1.5%;
}

.insta-wrapper i {
  text-align: center;
  font-size: 70px;
  width: 20%;
  margin: 0 40%;
  padding: 1% 0;
}

.footer-area {
  text-align: center;
  padding: 2% 0;
  font-size: 20px;
}

.footer-logo-flex {
  display: flex;
  width: 20%;
  margin: 0 40%;
}

.footer-left-flex {
  width: 30%;
}

.footer-left-flex img {
  width: 100%;
}

.footer-right-flex {
  width: 70%;
}

.footer-right-flex p {
  position: relative;
  text-align: center;
  width: 50%;
  margin-left: 50%;
  background: #5dc426;
  padding: 10% 5%;
  color: #fff;
  font-weight: bold;
}

.copy {
  text-align: center;
}

@media (max-width: 1024px) {
  .header-left-flex {
    width: 10%;
    height: 100px;
  }

  .header-center-flex {
    text-align: left;
    width: 75%;
  }

  .date {
    width: 50%;
    margin: 5% 15% 0 35%;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .mail {
    margin-left: 25%;
  }

  .header-right-flex {
    width: 15%;
  }

  .header-right-flex p {
    font-size: 18px;


  }

  .strong-flex-wrapper {
    width: 80%;
    margin: 0 10%;
  }

  .strong-img {
    width: 20%;
    margin: 0 40%;
  }

  .strong-flex h2 {
    font-size: 18px;
  }

  .strong-flex hr {
    height: 2px;
  }

  .strong-sub-title {
    padding: 2% 0 5% 0;
    font-size: 16px;
  }

  .strong-text {
    font-size: 14px;
    text-align: center;
  }

  .strong-tree1 {
    width: 100px;
    height: 100px;
    top: calc(100% - 100px);
  }

  .strong-tree2 {
    width: 100px;
    height: 100px;
    top: calc(100% - 100px);
    left: calc(100% - 100px);
  }

  .mt0 {
    margin-top: 17%;
  }

  .mt {
    margin-top: 12%;
  }

  .mt2 {
    margin-top: 0%;
  }

  .worry-wrapper h1 {
    font-size: 45px;
  }

  .worry-wrapper img {
    top: 45%;
  }

  .worry1 {
    font-size: 25px;
  }

  .worry2 {
    font-size: 23px;
  }

  .worry3 {
    font-size: 21px;
  }

  .worry4 {
    font-size: 19px;
  }

  .worry5 {
    font-size: 17px;
  }

  .point1-title h2 {
    font-size: 40px;
  }

  .point1-title h2 span {
    left: 60%;
  }

  .point1-title h2 span img {
    width: 30%;
  }

  .opacity-content {
    padding: 3%;
  }

  .opacity-content h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .opacity-content p {
    font-size: 12px;
    line-height: 25px;
  }

  .point2-title h2 {
    font-size: 40px;
  }

  .point2-title h2 span {
    left: 63%;
  }

  .point2-title h2 span img {
    width: 30%;
  }

  .point3-title h2 {
    font-size: 40px;
  }

  .point3-title h2 span {
    top: -15%;
    left: 81%;
  }

  .page-left-flex img {
    width: 100%;
    margin: 0;
  }

  .card-flex {
    width: 80%;
    margin: 0 10%;
  }

  .card-left-flex {
    width: 40%;
    margin-left: 10%;
  }

  .vivi-title img {
    width: 30%;
    margin: 0 35%;
  }

  .vivi-title h2 .vivi-left-light {
    left: 2%;
  }

  .vivi-title h2 .vivi-right-light {
    left: 70%;
  }

  .vivi-right-flex h3 {
    font-size: 25px;
  }

  .vivi-right-flex p {
    font-size: 16px;
  }

  .interview-right-flex h3 {
    font-size: 30px;
  }

  .interview-theme {
    font-size: 25px;
    line-height: 40px;
  }

  .interview-text {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-title h3 {
    font-size: 16px;
  }

  .big-number {
    top: -140%;
  }

  .contact-flex-content h4 {
    font-size: 18px;
  }

  .contact-text {
    font-size: 16px;
  }

  .mt3 {
    margin-top: 41.8px;
  }

  .mt4 {
    margin-top: 83.6px;
  }

  .start-banner h2 {
    font-size: 45px;
    -webkit-text-stroke-width: 2px;
  }

  .footer-right-flex p {
    width: 60%;
    padding: 6% 5%;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .header-left-flex {
    width: 15%;
    height: 50px;
  }

  .header-center-flex {
    text-align: left;
    width: 70%;
    margin-left: 0%;
  }

  .date {
    width: 50%;
    font-size: 6px;
    line-height: 15px;
    margin: 5% 15% 0 35%;
  }

  .header-right-flex {
    width: 15%;
    height: 50px;
  }

  .header-right-flex p {
    margin-top: 20%;
    margin-left: 1%;
    font-size: 10px;
    letter-spacing: 0;
  }


  .header-img-text {
    width: 80%;
    position: absolute;
    top: 48%;
    left: 10%;
    background: rgba(239, 239, 239, .8);
    text-align: center;
    padding: 3% 0;
  }

  .top-green-text {
    font-size: 17px;
    line-height: 16px;
    margin-top: 7%;
    letter-spacing: 0;
  }

  .top-green-text span {
    font-size: 21px;
  }

  .top-normal-text {
    margin-top: 25px;
    font-size: 14px;
  }

  .top-normal-text span {
    font-size: 16px;

  }

  .header-img-text h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .header-img-text h2 {
    font-size: 18px;
    background: linear-gradient(transparent 60%, #FFC627 60%);
  }

  p {
    letter-spacing: 0;
  }

  .circle-left-text {
    top: 38%;
    left: 2%;
    width: 110px;
    height: 110px;
  }

  .circle-left-text h3 {
    top: 35%;
    left: 2%;
    font-size: 14px;
  }

  .circle-right-text {
    top: 38%;
    left: 69%;
    width: 110px;
    height: 110px;
  }

  .circle-right-text h3 {
    top: 36%;
    left: 1%;
    font-size: 14px;
  }


  .strong-wrapper {
    width: 100%;
  }

  .strong-img {
    margin: 5% 40% 0 40%;
  }

  .strong-flex {
    width: 90%;
    margin: 5%;
    padding: 0 5% 5% 5%;
  }

  .strong-flex h2 {
    font-size: 16px;
  }

  .strong-flex hr {
    height: 2px;
    width: 15%;
    margin: 2% 42.5%;
  }

  .strong-sub-title {
    padding: 2%;
    font-size: 13px;
  }

  .strong-text {
    font-size: 10px;
    width: 100%;
    margin: 0;
  }

  .strong-tree1 {
    width: 30px;
    height: 30px;
    top: calc(100% - 30px);
  }

  .strong-tree2 {
    width: 30px;
    height: 30px;
    top: calc(100% - 30px);
    left: calc(100% - 30px);
  }

  .sp-point1-img {
    width: 100%;
    margin-top: 5%;
  }

  .sp-point1-img img {
    width: 100%;
    pointer-events: none;
  }

  .mt {
    margin-top: 0%;
  }

  .mt2 {
    margin-top: 0%;
  }

  /* 無料体験会 */
  .experience-title {
    font-size: 14px;
    padding-top: 15%;
  }

  .small-text {
    font-size: 12px;
  }

  sup {
    font-size: 8px;
  }

  .experience-wrapper h2 {
    font-size: 14px;
    color: #fff;
  }

  .big-text {
    font-size: 23px;
  }

  .big-yellow-text {
    font-size: 23px;
  }

  .sub-text {
    font-size: 12px;
    margin: 2% 0;
  }

  .experience-button {
    padding: 2% 0;
    font-size: 14px;
  }

  .detail-text {
    font-size: 10px;
    margin-top: 2%;
    padding-bottom: 2%;
    line-height: 12px;
  }

  .star1 {
    position: absolute;
    top: -1%;
    left: 15%;
    width: 10%;
  }

  .star2 {
    position: absolute;
    top: 6%;
    left: 84%;
    width: 8%;
  }

  .star3 {
    position: absolute;
    top: 58%;
    left: 10%;
    width: 7%;
  }

  .star4 {
    position: absolute;
    top: 65%;
    left: 78%;
    width: 10%;
  }

  .worry-wrapper {
    padding-bottom: 80%;
  }

  .worry-wrapper h1 {
    padding: 3% 0 5% 0;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .worry-wrapper img {
    position: absolute;
    top: 70%;
    left: 65%;
    width: 40%;
  }

  .worry1 {
    top: 23%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry1 span {}

  .worry2 {
    top: 37%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry2 span {}

  .worry3 {
    top: 50%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry3 span {}

  .worry4 {
    top: 64%;
    left: 15%;
    line-height: 20px;
    font-size: 14px;
  }

  .worry5 {
    top: 75%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .threePoint-title p {
    font-size: 16px;
  }

  .threePoint-title p span {
    font-size: 32px;
    color: #5dc426;
  }

  .threePoint-flex {}

  .border {
    height: 1px;
    background: #707070;
    margin: 7% 0%;
  }

  .margin1 {
    margin-left: 12.5%;
  }

  .margin2 {
    margin-right: 12.5%;
  }

  .number-flex {
    width: 15%;
  }

  .point1-title h2 {
    font-size: 20px;
  }

  .sp-point1-content {
    position: relative;
    width: 100%;

  }

  .sp-point1-content img {
    width: 90%;
    margin: 5%;
    opacity: 0.3;
  }

  .sp-point1-text {
    position: absolute;
    top: 5%;
    width: 90%;
    left: 5%;
  }

  .sp-point1-text h3 {
    font-size: 20px;
    text-align: center;
    border-bottom: 3px solid #5dc426;
    margin-top: 3%;
    font-weight: bold;
    color: #5dc426;
    font-family: YuMincho,
      /* Mac用 */
      'Yu Mincho',
      /* Windows用 */
      serif;
  }

  .sp-point1-text p {
    width: 90%;
    margin: 0 5%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10%;
    font-weight: bold;
  }

  .sp-point1-banner h3 {
    font-size: 20px;
    color: #5dc426;
    text-align: center;
    margin-top: 5%;
    font-family: YuMincho,
      /* Mac用 */
      'Yu Mincho',
      /* Windows用 */
      serif;
  }

  .sp-point1-banner img {
    width: 100%;
  }

  .sp-point1-banner p {
    font-size: 13px;
    width: 90%;
    margin: 5% 5% 10% 5%;
    font-weight: bold;
    text-align: justify;
  }

  .point2-title h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .point2-title h2 span {
    top: -15%;
    left: 70%;
  }

  .point2-text img {
    width: 10%;
    margin: 0 45%;
    margin-top: 3%;
  }

  .point2-text h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .point2-text p {
    font-size: 10px;
    line-height: 20px;
    width: 90%;
    margin: 5%;
    font-weight: bold;
  }

  .dancer-left-flex p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }

  .dancer-wrapper h4 {
    font-size: 14px;
    font-weight: bold;
  }

  .dancer-wrapper h4 span {
    font-size: 20px;
  }

  .dancer-left-flex {
    width: 100%;
  }

  .dancer-radius {
    font-size: 16px;
  }

  .dancer-radius img {
    width: 20%;
    margin: 0 40%;
    height: 20%;
    border: none;
  }

  .dancer-right-flex {
    width: 90%;
    margin: 0 5%;
    border: 3px solid #5dc426;
  }

  .introduce-title {
    font-size: 16px;
    font-weight: bold;
  }

  .introduce-content {
    padding: 5%;
    font-size: 12px;
    font-weight: bold;
  }

  .introduce-content span {
    padding-left: 10%;
  }

  .phrase {
    font-size: 14px;
    font-weight: bold;
  }

  .point3-title h2 {
    font-size: 16px;
    font-weight: bold;
  }

  .point3-title h2 span {
    top: -30%;
    left: 75%;
  }

  .point3-title h2 span img {
    width: 40%;
  }

  .point3-text img {
    width: 10%;
    margin: 5% 45% 0 45%;
  }

  .point3-text h3 {
    font-size: 15px;
    margin: 1% 0 5% 0;
  }

  .page-flex {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5%;
  }

  .page-left-flex {
    width: 100%;
    margin: 0%;
  }

  .page-left-flex img {
    width: 100%;
    margin: 0%;
  }

  .page-right-flex {
    width: 100%;
    margin: 0%;
  }

  .page-right-flex p {
    width: 90%;
    line-height: 17px;
    font-size: 12px;
    margin: 5%;
    font-weight: bold;
    text-align: justify;
  }

  .page-right-flex img {
    width: 80%;
    margin: 5% 10%;
  }

  .card-flex {
    width: 90%;
    margin: 0 5%;
  }

  .card-left-flex {
    width: 90%;
    margin: 0 5%;
  }

  .card-left-flex p {
    line-height: 17px;
    font-size: 10px;
    font-weight: bold;
  }

  .card-right-flex {
    width: 90%;
    margin: 5%;
  }

  .card-right-flex img {
    width: 90%;
    margin: 0 5%;
  }

  .vivi-title img {
    width: 50%;
    margin: 5% 25%;
  }

  .vivi-title h2 {
    font-size: 20px;
    line-height: 30px;

  }

  .vivi-title h2 .vivi-left-light {
    left: -25%;
    top: -15%;
  }

  .vivi-title h2 .vivi-left-light img {
    width: 20%;
  }

  .vivi-title h2 .vivi-right-light {
    left: 75%;
  }

  .vivi-flex {
    width: 90%;
    margin: 0 5%;
  }

  .vivi-left-flex {
    width: 90%;
    margin: 0 5%;
  }

  .vivi-left-flex img {
    width: 100%;
    margin: 10% 0;
  }

  .vivi-right-flex {
    width: 90%;
    margin: 0 5%;
  }

  .vivi-right-flex h3 {
    font-size: 16px;
  }

  .vivi-right-flex p {
    margin: 10% 0;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .interview-wrapper {
    width: 90%;
    margin: 0 5%;
  }

  .interview-title {
    font-size: 16px;
    letter-spacing: 0;
  }

  .interview-flex {
    flex-wrap: wrap;
  }

  .interview-left-flex {
    width: 90%;
    margin: 0 5%;
  }

  .interview-right-flex {
    width: 90%;
    margin: 10% 5%;
  }

  .interview-right-flex h3 {
    font-size: 16px;
  }

  .interview-theme {
    font-size: 14px;
    line-height: 20px;
    margin: 3% 0;
  }

  .interview-text {
    width: 90%;
    margin: 0 5%;
    font-size: 12px;
    line-height: 15px;
  }

  .contact-flex {
    width: 90%;
    margin: 0 5%;
  }

  .contact-flex-content {
    width: 90%;
    margin: 5%;
  }

  .justify {
    text-align: justify;

  }

  .contact-flex-content h4 {
    font-size: 14px;
  }

  .contact-text h3 {
    font-size: 16px;
  }

  .contact-flex-content img {
    width: 50%;
    margin: 0 25%;
    border: 3px solid #808080;
  }

  .mt3 {
    margin-top: 0 !important;
  }

  .ml {
    margin-left: 5%;
  }

  .contact-title {
    width: 90%;
    margin: 2% 5%;
    padding: 1% 0;
  }

  .contact-title h3 {
    font-size: 14px;
  }

  .big-number {
    left: 5%;
    top: -180%;
    font-size: 70px;
    font-family: YuMincho,
      /* Mac用 */
      'Yu Mincho',
      /* Windows用 */
      serif;
  }

  .contact-sub-text {
    font-size: 12px;
  }

  .justify {
    font-size: 12px;
  }

  .contact-text {
    font-size: 10px;
    padding: 5% 0;
    -webkit-hyphens: auto;
  }

  .mt3 {
    margin-top: 0px;
  }

  .mt4 {
    margin-top: 0px;
  }

  .start-banner h2 {
    top: 20%;
    left: 13%;
    font-size: 25px;
    -webkit-text-stroke-width: 1px;
  }

  .footer-logo {
    width: 60%;
    margin: 0 20%;
    padding: 3% 0 0 0;
  }

  .footer-logo img {
    width: 80%;
    margin: 0 10%;
  }

  .footer-icon {
    width: 48%;
    margin: 0 26%;
  }

  .footer-icon-content {
    width: 80%;
    margin: 0 10%;
  }

  .footer-logo-flex {
    width: 80%;
    margin: 0 10%;
    padding-bottom: 3%;
  }

  .footer-left-flex {
    width: 50%;
  }

  .footer-left-flex img {
    width: 30%;
    margin-left: 60%;
  }

  .footer-right-flex {
    width: 50%;
  }

  .footer-right-flex p {
    width: 50%;
    margin-left: 10%;
    font-size: 12px;
    padding: 5% 2%;
    line-height: 15px;
  }

  .copy {
    font-size: 10px;
  }

  .insta-wrapper {
    text-align: center;
    padding: 3% 0;
  }

  .insta-wrapper i {
    font-size: 30px;
  }
}

@media(max-width: 322px) {
  .header-center-flex {
    width: 65%;
  }

  .header-right-flex {
    width: 20%;
  }

  .worry1 {
    font-size: 14px;
    line-height: 20px;

  }

  .worry2 {
    top: 36%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry3 {
    top: 50%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry4 {
    top: 64%;
    left: 15%;
    line-height: 20px;
    font-size: 14px;

  }

  .worry5 {
    top: 75%;
    left: 15%;
    font-size: 14px;
    line-height: 20px;

  }

  .worry-wrapper img {
    position: absolute;
    top: 80%;
    left: 75%;
    width: 20%;
  }

  .point1-title h2 {
    font-size: 18px;
  }

  .point1-title h2 span {
    position: absolute;
    top: -15%;
  }

  .point1-title h2 span img {
    width: 25%;
  }

  .footer-area p {
    font-size: 12px;
  }

  .footer-right-flex p {
    padding: 4% 2%;
    font-size: 10px;
  }

  .point2-title h2 {
    font-size: 18px;
  }

  .point2-title h2 span {
    position: absolute;
    top: -15%;
    left: 75%;
  }

  .point2-title h2 span img {
    width: 40%;
  }

  .point3-title h2 {
    font-size: 16px;
  }

  .point3-title h2 span {
    position: absolute;
    top: -10%;
    left: 82%;
  }

  .point3-title h2 span img {
    width: 45%;
  }

  .vivi-title h2 {
    font-size: 18px;
  }

  .vivi-title h2 .vivi-left-light img {
    width: 14%;
  }

  .vivi-title h2 .vivi-left-light {
    left: -32%;
  }

  .vivi-title h2 .vivi-right-light {
    left: 78%;
  }
}

/* フォーム */

h2.reservation {
  color: #5dc426;
  text-align: center;
  /* font-family: YuMincho, 'Yu Mincho', serif; */
}

.reservation-form-wrapper {
  padding: 1rem;
  max-width: 512px;
  margin: 0 auto;
}


#reservation-form label {
  font-size: 16px;
}

#reservation-form p.subtitle {
  border-bottom: 1px solid #5dc426;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/* #reservation-form input:not(#privacy-policy-radio) { */
#reservation-form input[type=text],
#reservation-form input[type=email] {
  border: solid 1px rgba(0, 0, 0, 0.26);
  font-size: 20px;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 100%;
  margin-bottom: 1rem;
}

#reservation-form input[type=radio] {
  display: none;
}

#reservation-form label.radio::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: #9f9f9f;
}

#reservation-form input[type=radio]:checked+label.radio::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #000;
}

#reservation-form td.first {
  width: 2rem;
}

#reservation-form p.place {
  margin-top: 0.5rem;
}

#reservation-form table {
  width: 100%;
}

#reservation-form tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.26);
  display: block;
}

#reservation-form tr:last-child {
  border-bottom: none;
}

#reservation-form tr.selected {
  background-color: rgba(67, 191, 0, 0.4);
}

#reservation-form .privacy-policy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
}

#reservation-form input[type=submit] {
  background-color: #FF9090;
  width: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1rem;
  height: 3rem;
  margin: 0 auto;
  display: block;
}

#reservation-form input[type=submit].loading {
  background-image: url(/kids/rickeyyy/lp/images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  color: gray;
}

#reservation-form .error-message {
  color: red;
}