@charset "UTF-8";
.main_ttl {
  text-align: center;
  position: relative;
  font-weight: 700;
  padding: 25px 0;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .main_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.main_ttl::before, .main_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.main_ttl::before {
  top: 0;
  background: #292929;
  background: linear-gradient(to right, #292929 0%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr=" #808080", GradientType=1);
}
.main_ttl::after {
  bottom: 0;
  background: #808080;
  background: linear-gradient(to right, #808080 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080", endColorstr=" #292929", GradientType=1);
}

.dot_ttl {
  text-align: center;
  margin-top: 30px;
}
.dot_ttl span {
  display: inline-block;
  position: relative;
  padding: 25px 80px 20px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
.dot_ttl span::before, .dot_ttl span::after {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  top: 0;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.dot_ttl span::before {
  left: 0;
}
.dot_ttl span::after {
  right: 0;
}

.large_ttl {
  font-family: "Bebas Neue", sans-serif;
  font-size: 220px;
  font-size: 22rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .large_ttl {
    font-size: 20vw;
  }
}

.bg_gray {
  background-image: url("img/common/bg_gray.jpg");
  background-repeat: repeat;
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .bg_gray {
    background-image: url("img/common/bg_gray_sp.jpg");
    background-size: 100% auto;
  }
}

.page .container section {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .page .container section {
    padding: 70px 0;
  }
}
.page .container section .section_inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page .container section .section_inner {
    width: 100%;
  }
}
.page .common_lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page .common_lead {
    text-align: left;
  }
}
.page .page_fv {
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.page .page_fv.fv_trial {
  background-image: url("img/trial/fv.jpg");
}
@media only screen and (max-width: 768px) {
  .page .page_fv.fv_trial {
    background-image: url("img/trial/fv_sp.jpg");
  }
}
.page .page_fv .inner {
  width: 1000px;
  margin: 0 auto;
  height: 420px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page .page_fv .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page .page_fv .inner {
    height: 300px;
  }
}
.page .page_fv .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .page .page_fv .page_ttl {
    font-size: 16vw;
    margin-top: 35px;
  }
}
.page .page_fv .page_ttl span.ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
}
.page_common h2 {
  text-align: center;
  position: relative;
  font-weight: 700;
  padding: 25px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_common h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page_common h2::before, .page_common h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.page_common h2::before {
  top: 0;
  background: #292929;
  background: linear-gradient(to right, #292929 0%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr=" #808080", GradientType=1);
}
.page_common h2::after {
  bottom: 0;
  background: #808080;
  background: linear-gradient(to right, #808080 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080", endColorstr=" #292929", GradientType=1);
}
.page_common h2:first-child {
  margin-top: 0;
}
.page_common p + p {
  margin-top: 10px;
}

.page_kids {
  padding: 0;
}
.page_kids .kids_fv {
  height: 800px;
}
@media only screen and (max-width: 768px) {
  .page_kids .kids_fv {
    height: 500px;
  }
}
.page_kids .kids_fv .movie {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page_kids .kids_fv .movie {
    height: 500px;
  }
}
.page_kids .kids_fv .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(16, 57, 75, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.page_kids .kids_fv .movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page_kids .section01 .top_heading .heading, .page_kids .section02 .top_heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .top_heading .heading, .page_kids .section02 .top_heading .heading {
    font-size: 5vw;
    margin-top: 15px;
  }
}
.page_kids .section01 .top_heading .txt, .page_kids .section02 .top_heading .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .top_heading .txt, .page_kids .section02 .top_heading .txt {
    padding: 0 20px;
    text-align: left;
    margin-top: 25px;
  }
}
.page_kids .section01 .items, .page_kids .section02 .items {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .items, .page_kids .section02 .items {
    margin-top: 70px;
  }
}
.page_kids .section01 .items .item, .page_kids .section02 .items .item {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .items .item, .page_kids .section02 .items .item {
    margin-top: 70px;
  }
}
.page_kids .section01 .items .item:first-child, .page_kids .section02 .items .item:first-child {
  margin-top: 0;
}
.page_kids .section01 .reason .test02, .page_kids .section02 .reason .test02 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .reason .test02, .page_kids .section02 .reason .test02 {
    flex-wrap: wrap;
  }
}
.page_kids .section01 .reason .test02.top, .page_kids .section02 .reason .test02.top {
  margin-bottom: 60px;
}
.page_kids .section01 .reason .test02.bottom, .page_kids .section02 .reason .test02.bottom {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .reason .test02 > div, .page_kids .section02 .reason .test02 > div {
    width: 50%;
  }
}
.page_kids .section01 .reason ul, .page_kids .section02 .reason ul {
  padding: 0 50px;
  margin-top: 100px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .reason ul, .page_kids .section02 .reason ul {
    margin-top: 70px;
  }
}
.page_kids .section01 .reason ul li, .page_kids .section02 .reason ul li {
  width: 430px;
  margin-top: 90px;
}
@media only screen and (min-width: 769px) {
  .page_kids .section01 .reason ul li:nth-child(1), .page_kids .section01 .reason ul li:nth-child(2), .page_kids .section02 .reason ul li:nth-child(1), .page_kids .section02 .reason ul li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .reason ul li, .page_kids .section02 .reason ul li {
    margin-top: 70px;
  }
  .page_kids .section01 .reason ul li:first-child, .page_kids .section02 .reason ul li:first-child {
    margin-top: 0;
  }
}
.page_kids .section01 .reason ul li, .page_kids .section02 .reason ul li {
  position: relative;
}
.page_kids .section01 .reason ul li::before, .page_kids .section02 .reason ul li::before {
  position: absolute;
  top: -40px;
  line-height: 1;
  left: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  z-index: 5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .reason ul li::before, .page_kids .section02 .reason ul li::before {
    font-size: 80px;
    font-size: 8rem;
    top: -30px;
    left: 40%;
  }
}
.page_kids .section01 .reason ul li:nth-child(1)::before, .page_kids .section02 .reason ul li:nth-child(1)::before {
  content: "01";
}
.page_kids .section01 .reason ul li:nth-child(2)::before, .page_kids .section02 .reason ul li:nth-child(2)::before {
  content: "02";
}
.page_kids .section01 .reason ul li:nth-child(3)::before, .page_kids .section02 .reason ul li:nth-child(3)::before {
  content: "03";
}
.page_kids .section01 .reason ul li:nth-child(4)::before, .page_kids .section02 .reason ul li:nth-child(4)::before {
  content: "04";
}
.page_kids .section01 .reason .heading, .page_kids .section02 .reason .heading {
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
  font-size: 20px;
  font-size: 2rem;
}
.page_kids .section01 .reason p, .page_kids .section02 .reason p {
  margin-top: 20px;
}
.page_kids .section01 .instructor .inner, .page_kids .section02 .instructor .inner {
  padding: 50px 50px 0;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .instructor .inner, .page_kids .section02 .instructor .inner {
    padding: 30px 20px 0;
  }
}
.page_kids .section01 .instructor .image, .page_kids .section02 .instructor .image {
  margin-top: 30px;
}
.page_kids .section01 .plan .inner, .page_kids .section02 .plan .inner {
  padding: 50px 50px 0;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan .inner, .page_kids .section02 .plan .inner {
    padding: 30px 20px 0;
  }
}
.page_kids .section01 .plan .tab_items, .page_kids .section02 .plan .tab_items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}
.page_kids .section01 .plan .tab_items li, .page_kids .section02 .plan .tab_items li {
  width: 200px;
  cursor: pointer;
  background: #313131;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0;
  border-left: 2px solid #000;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan .tab_items li, .page_kids .section02 .plan .tab_items li {
    font-size: 2.8vw;
    width: 33.3333333333%;
  }
}
.page_kids .section01 .plan .tab_items li:first-child, .page_kids .section02 .plan .tab_items li:first-child {
  border: none;
}
@media only screen and (min-width: 769px) {
  .page_kids .section01 .plan .tab_items li:hover, .page_kids .section02 .plan .tab_items li:hover {
    background: #252525;
  }
}
.page_kids .section01 .plan .tab_items li.select, .page_kids .section02 .plan .tab_items li.select {
  background: #191919;
}
.page_kids .section01 .plan .content_wrap, .page_kids .section02 .plan .content_wrap {
  background: #191919;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan .content_wrap, .page_kids .section02 .plan .content_wrap {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page_kids .section01 .plan .payment, .page_kids .section02 .plan .payment {
  margin: 70px auto;
  background: #191919;
}
.page_kids .section01 .plan .payment .wrap, .page_kids .section02 .plan .payment .wrap {
  display: flex;
  align-items: center;
  padding: 30px 50px 30px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan .payment .wrap, .page_kids .section02 .plan .payment .wrap {
    padding: 20px 20px 20px;
  }
}
.page_kids .section01 .plan .payment .wrap .txt, .page_kids .section02 .plan .payment .wrap .txt {
  margin-left: 20px;
}
.page_kids .section01 .plan table, .page_kids .section02 .plan table {
  width: 100%;
  border-top: 1px solid #454545;
}
.page_kids .section01 .plan table tr, .page_kids .section02 .plan table tr {
  border-bottom: 1px solid #454545;
}
.page_kids .section01 .plan table th, .page_kids .section01 .plan table td, .page_kids .section02 .plan table th, .page_kids .section02 .plan table td {
  font-weight: 500;
  padding: 20px 15px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan table th, .page_kids .section01 .plan table td, .page_kids .section02 .plan table th, .page_kids .section02 .plan table td {
    padding: 15px 0;
  }
}
.page_kids .section01 .plan table th, .page_kids .section02 .plan table th {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan table th, .page_kids .section02 .plan table th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_kids .section01 .plan table th .remarks, .page_kids .section02 .plan table th .remarks {
  font-size: 13px;
  font-size: 1.3rem;
}
.page_kids .section01 .plan table td, .page_kids .section02 .plan table td {
  text-align: right;
}
.page_kids .section01 .plan table td span, .page_kids .section02 .plan table td span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan table td span, .page_kids .section02 .plan table td span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_kids .section01 .plan table .roboto, .page_kids .section02 .plan table .roboto {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  margin: 0 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan table .roboto, .page_kids .section02 .plan table .roboto {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 5px;
  }
}
.page_kids .section01 .plan table .gold, .page_kids .section02 .plan table .gold {
  background: #463e2e;
}
.page_kids .section01 .plan table .ask, .page_kids .section02 .plan table .ask {
  font-weight: 700;
  color: #caa359;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 .plan table .ask, .page_kids .section02 .plan table .ask {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_kids .section01 {
  background-image: url("img/kids/section01_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .page_kids .section01 {
    background-image: url("img/kids/section01_bg_sp.jpg");
  }
}
.page_kids .section02 .top_heading h2 {
  font-size: 190px;
  font-size: 19rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section02 .top_heading h2 {
    font-size: 19vw;
  }
}
.page_kids .section02 .plan .content {
  width: 800px;
  margin: 0 auto;
  background: #191919;
  border: 3px solid #fff;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section02 .plan .content {
    width: 100%;
  }
}
.page_kids .section02 .plan .content .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.page_kids .section02 .plan .content .txt span {
  display: inline-block;
}
.page_kids .section02 .plan .content .txt .txt1 {
  font-size: 20px;
  font-size: 2rem;
}
.page_kids .section02 .plan .content .txt .txt2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.page_kids .section02 .plan .content .txt .txt3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-left: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section02 .plan .content .txt .txt3 {
    margin-left: 10px;
  }
}
.page_kids .section03 .top_heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section03 .top_heading .heading {
    font-size: 5vw;
    margin-top: 15px;
  }
}
.page_kids .section03 .top_heading .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page_kids .section03 .top_heading .txt {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 25px;
    text-align: left;
  }
}
.page_kids .section03 .main_ttl {
  margin-top: 70px;
}
.page_kids .section03 .items {
  margin-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page_kids .section03 .items {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.page_kids .section03 .items .item {
  width: 220px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section03 .items .item {
    width: 50%;
    margin-top: 20px;
  }
  .page_kids .section03 .items .item:nth-child(1), .page_kids .section03 .items .item:nth-child(2) {
    margin-top: 0;
  }
  .page_kids .section03 .items .item .image {
    padding: 0 20px;
  }
}
.page_kids .section03 .items .item .txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section04 {
    padding-top: 0;
  }
}
.page_kids .section04 .wrap {
  margin-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section04 .wrap {
    display: block;
    margin-top: 50px;
  }
}
.page_kids .section04 .wrap .image {
  width: 212px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section04 .wrap .image {
    width: 150px;
    margin: 0 auto;
  }
}
.page_kids .section04 .wrap .txt {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section04 .wrap .txt {
    padding: 20px 30px 0;
  }
}
.page_kids .section04 .wrap .txt p {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_kids .section04 .wrap .txt ul {
  margin-top: 20px;
  list-style-type: circle;
  margin-left: 1em;
}
.page_kids .section04 .wrap .txt ul li {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
.page_kids .section04 .wrap .txt ul li:first-child {
  margin-top: 0;
}
.page_kids .section04 .wrap .txt .common_btns {
  margin-top: 30px;
}
.page_kids .section04 .wrap .txt .common_btns .common_btn {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section04 .wrap .txt .common_btns .common_btn {
    margin: 0 auto;
  }
}
.page_kids .section05 .form_section {
  width: 850px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .form_section {
    width: 100%;
  }
  .page_kids .section05 .form_section th, .page_kids .section05 .form_section td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_kids .section05 .form_section th {
    padding-bottom: 0;
  }
  .page_kids .section05 .form_section td {
    padding-top: 10px;
  }
}
.page_kids .section05 .form_section .experience .times {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_kids .section05 .form_section .experience .times .item {
  width: 50%;
}
.page_kids .section05 .form_section .experience .times .item .selector {
  width: 70%;
  display: inline-block;
}
.page_kids .section05 .form_section .main_btn {
  margin-top: 40px;
}
.page_kids .section05 .flow {
  margin-top: 90px;
}
.page_kids .section05 .flow .items {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items {
    margin-top: 70px;
  }
}
.page_kids .section05 .flow .items .item {
  margin-top: 100px;
}
.page_kids .section05 .flow .items .item:first-child {
  margin-top: 0;
}
.page_kids .section05 .flow .items .item .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items .item .wrap {
    display: block;
  }
}
.page_kids .section05 .flow .items .item .wrap .step {
  width: 380px;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: 160px;
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items .item .wrap .step {
    width: 100%;
    font-size: 120px;
    font-size: 12rem;
  }
}
.page_kids .section05 .flow .items .item .wrap .step::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  top: -15px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items .item .wrap .step::before {
    left: 55px;
  }
}
.page_kids .section05 .flow .items .item .wrap .step::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  background-image: url("img/kids/section05_ico.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items .item .wrap .step::after {
    width: 30px;
  }
}
.page_kids .section05 .flow .items .item:last-child .wrap .step::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .items .item:last-child .wrap .step::after {
    display: block;
  }
}
.page_kids .section05 .flow .txt {
  width: calc(100% - 380px);
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section05 .flow .txt {
    width: 100%;
    padding: 40px 30px 0;
  }
}
.page_kids .section05 .flow .txt .lead {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.page_kids .section05 .flow .txt p {
  margin-top: 5px;
}
.page_kids .section06 {
  padding-top: 0 !important;
  margin-top: -50px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_kids .section06 .content {
  background: #191919;
  border: 3px solid #fff;
  padding: 50px 140px 100px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .content {
    padding: 30px 20px 40px;
  }
}
.page_kids .section06 h3 {
  text-align: center;
  font-size: 110px;
  font-size: 11rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 h3 {
    font-size: 14vw;
  }
}
.page_kids .section06 .check {
  margin-top: 10px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 45px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .check {
    padding: 35px 5px;
  }
}
.page_kids .section06 .check::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  content: "";
  width: 90px;
  height: 4px;
  background: #191919;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .check::before {
    width: 70px;
  }
}
.page_kids .section06 .check::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -32px;
  width: 1px;
  height: 60px;
  background: #454545;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .check::after {
    height: 45px;
    bottom: -25px;
  }
}
.page_kids .section06 .check ul {
  display: inline-block;
}
.page_kids .section06 .check ul li {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  padding-left: 28px;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .check ul li {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.page_kids .section06 .check ul li:first-child {
  margin-top: 0;
}
.page_kids .section06 .check ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  background-image: url("img/kids/ico_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  top: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .check ul li::before {
    width: 12px;
    top: 6px;
  }
}
.page_kids .section06 .txt1 {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
.page_kids .section06 .txt2 {
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  color: #caa359;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .txt2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page_kids .section06 .image {
  margin-top: 30px;
  text-align: center;
}
.page_kids .section06 .txt3 {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.page_kids .section06 .overview {
  margin-top: 50px;
  border: 1px solid #454545;
  position: relative;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview {
    margin-top: 40px;
  }
}
.page_kids .section06 .overview .heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview .heading {
    top: -17px;
  }
}
.page_kids .section06 .overview .heading span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background: #191919;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #caa359;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview .heading span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_kids .section06 .overview .wrap {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview .wrap {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page_kids .section06 .overview .wrap dl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-top: 10px;
}
.page_kids .section06 .overview .wrap dl:first-child {
  margin-top: 0;
}
.page_kids .section06 .overview .wrap dl dt {
  text-align: left;
  width: 150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview .wrap dl dt {
    width: 90px;
  }
}
.page_kids .section06 .overview .wrap dl dt::before {
  content: "…";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .page_kids .section06 .overview .wrap dl dt::before {
    right: 23px;
  }
}

.archive .container section {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .archive .container section {
    padding: 70px 0;
  }
}
.archive .container section .common_lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .archive .container section .common_lead {
    padding: 0 20px;
  }
}
.archive .container section .main_ttl {
  margin-bottom: 70px;
}
.archive .container section .section_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .archive .container section .section_inner {
    width: 100%;
  }
}
.archive .container section .section_inner .main-content {
  flex: 70%;
  padding: 0;
}
.archive .container section .section_inner .main-content .article {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  text-decoration: none;
  background: #191919;
}
.archive .container section .section_inner .main-content .article-image {
  flex: 30%;
  margin: 10px 20px 0 10px;
}
.archive .container section .section_inner .main-content .article-image img {
  max-width: 100%;
  height: auto;
}
.archive .container section .section_inner .main-content .article-details {
  flex: 70%;
  padding: 10px 10px 0 0;
}
.archive .container section .section_inner .main-content .article-category {
  color: #ddd;
  font-size: 14px;
}
.archive .container section .section_inner .main-content .article-title {
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
}
.archive .container section .section_inner .main-content .article-excerpt {
  font-size: 18px;
  color: #ddd;
}
.archive .container section .section_inner .main-content .article-date {
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}
.archive .container section .section_inner .main-content .article:hover .article-title {
  color: #caa359;
}
@media only screen and (max-width: 768px) {
  .archive .container section .section_inner .main-content .article .article-image {
    flex: 40%;
    margin-right: 20px;
  }
  .archive .container section .section_inner .main-content .article .article-details {
    flex: 60%;
  }
}
.archive .container section .section_inner .main-content .pagination {
  margin: 40px 0 0;
  font-size: 2rem;
}
.archive .container section .section_inner .main-content .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.archive .container section .section_inner .main-content .pagination ul li {
  padding: 0 10px;
}
.archive .container section .section_inner .main-content .pagination ul li a:hover {
  opacity: 0.7;
}
.archive .container section .section_inner .sidebar {
  flex: 30%;
  margin-left: 25px;
  background: #191919;
}
.archive .container section .section_inner .sidebar .widget {
  margin-top: 40px;
}
.archive .container section .section_inner .sidebar .widget:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .archive .container section .section_inner .sidebar .widget:first-child {
    margin-top: 40px;
  }
}
.archive .container section .section_inner .sidebar .widget .twitter-timeline {
  padding: 10px;
}
.archive .container section .section_inner .sidebar .widget .sidebar-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.25em 3.5em;
  overflow: hidden;
  position: relative;
}
.archive .container section .section_inner .sidebar .widget .sidebar-ttl::before {
  left: 1em;
}
.archive .container section .section_inner .sidebar .widget .sidebar-ttl::after {
  right: 1em;
}
.archive .container section .section_inner .sidebar .widget .sidebar-ttl:after, .archive .container section .section_inner .sidebar .widget .sidebar-ttl:before {
  content: "";
  top: 50%;
  width: 2em;
  background: currentColor;
  box-sizing: inherit;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}
.archive .container section .section_inner .sidebar .widget li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 2.4em;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 8px;
  color: #fff;
  background: #191919;
  margin-bottom: 2px;
}
.archive .container section .section_inner .sidebar .widget li a:hover {
  background: #191919;
  color: #caa359;
}
.archive .container section .section_inner .sidebar .widget li a span {
  line-height: 1em;
  float: right;
  margin: 8px 0 0 8px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #caa359;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .archive .container section .section_inner {
    width: 95%;
    flex-direction: column;
  }
  .archive .container section .section_inner .main-content {
    flex: 100%;
  }
  .archive .container section .section_inner .sidebar {
    flex: 100%;
    margin-left: 0;
  }
}
.archive .page_fv {
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.archive .page_fv .inner {
  width: 1000px;
  margin: 0 auto;
  height: 420px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .archive .page_fv .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .archive .page_fv .inner {
    height: 300px;
  }
}
.archive .page_fv .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .archive .page_fv .page_ttl {
    font-size: 16vw;
    margin-top: 35px;
  }
}
.archive .page_fv .page_ttl span.ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
}

.single .container section {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .single .container section {
    padding: 70px 0;
  }
}
.single .container section .main_ttl {
  margin-bottom: 40px;
}
.single .container section .section_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single .container section .section_inner {
    width: 100%;
  }
}
.single .container section .section_inner .main-content {
  flex: 70%;
  padding: 0;
  font-size: 2rem;
}
.single .container section .section_inner .main-content .content {
  padding: 40px 0;
}
.single .container section .section_inner .main-content .thumb img {
  width: 100%;
}
.single .container section .section_inner .sidebar {
  flex: 30%;
  margin-left: 25px;
  background: #191919;
}
.single .container section .section_inner .sidebar .widget {
  margin-top: 40px;
}
.single .container section .section_inner .sidebar .widget:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .single .container section .section_inner .sidebar .widget:first-child {
    margin-top: 40px;
  }
}
.single .container section .section_inner .sidebar .widget .twitter-timeline {
  padding: 10px;
}
.single .container section .section_inner .sidebar .widget .sidebar-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.25em 3.5em;
  overflow: hidden;
  position: relative;
}
.single .container section .section_inner .sidebar .widget .sidebar-ttl::before {
  left: 1em;
}
.single .container section .section_inner .sidebar .widget .sidebar-ttl::after {
  right: 1em;
}
.single .container section .section_inner .sidebar .widget .sidebar-ttl:after, .single .container section .section_inner .sidebar .widget .sidebar-ttl:before {
  content: "";
  top: 50%;
  width: 2em;
  background: currentColor;
  box-sizing: inherit;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}
.single .container section .section_inner .sidebar .widget li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 2.4em;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 8px;
  color: #fff;
  background: #191919;
  margin-bottom: 2px;
}
.single .container section .section_inner .sidebar .widget li a:hover {
  background: #caa359;
  color: #FFF;
}
.single .container section .section_inner .sidebar .widget li a span {
  line-height: 1em;
  float: right;
  margin: 8px 0 0 8px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #191919;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .single .container section .section_inner {
    width: 95%;
    flex-direction: column;
  }
  .single .container section .section_inner .main-content {
    flex: 100%;
  }
  .single .container section .section_inner .sidebar {
    flex: 100%;
    margin-left: 0;
  }
}
.single .page_fv {
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.single .page_fv .inner {
  width: 1000px;
  margin: 0 auto;
  height: 420px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .single .page_fv .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single .page_fv .inner {
    height: 300px;
  }
}
.single .page_fv .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .single .page_fv .page_ttl {
    font-size: 16vw;
    margin-top: 35px;
  }
}
.single .page_fv .page_ttl span.ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  .archive_instructor section {
    padding: 30px 20px !important;
  }
}
.archive_instructor section .main_ttl {
  margin-top: 70px;
  margin-bottom: 40px;
}
.archive_instructor section .main_ttl:first-child {
  margin-top: 0;
}
.archive_instructor section .anchor_link ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.archive_instructor section .anchor_link ul li {
  width: 200px;
  margin: 3px 3px;
  word-break: auto-phrase;
}
@media only screen and (max-width: 768px) {
  .archive_instructor section .anchor_link ul li {
    width: 40%;
  }
}
.archive_instructor section .anchor_link ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #313131;
  padding: 20px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .archive_instructor section .anchor_link ul li a:hover {
    background: #191919;
  }
}
@media only screen and (max-width: 768px) {
  .archive_instructor section .anchor_link ul li a {
    padding: 5px 8px;
  }
}
.archive_instructor section ul.instructor_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  .archive_instructor section ul.instructor_list li {
    width: 22%;
    margin-left: 4%;
    margin-top: 60px;
  }
  .archive_instructor section ul.instructor_list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .archive_instructor section ul.instructor_list li:nth-child(1), .archive_instructor section ul.instructor_list li:nth-child(2), .archive_instructor section ul.instructor_list li:nth-child(3), .archive_instructor section ul.instructor_list li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive_instructor section ul.instructor_list li {
    width: 47%;
    margin-left: 6%;
    margin-top: 40px;
  }
  .archive_instructor section ul.instructor_list li:nth-child(odd) {
    margin-left: 0;
  }
  .archive_instructor section ul.instructor_list li:nth-child(1), .archive_instructor section ul.instructor_list li:nth-child(2) {
    margin-top: 0;
  }
}
.archive_instructor section figure {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  z-index: 5;
}
.archive_instructor section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .archive_instructor section figure img:hover {
    transform: scale(1.1, 1.1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
.archive_instructor section ul.instructor_list a {
  display: block;
  position: relative;
}
.archive_instructor section ul.instructor_list a::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -15px;
  top: -15px;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .archive_instructor section ul.instructor_list a::before {
    width: 60px;
    left: -8px;
    top: -10px;
  }
}
.archive_instructor section .genre {
  text-align: center;
  margin-top: 15px;
  color: #caa359;
  font-size: 13px;
  font-size: 1.3rem;
}
.archive_instructor section .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.single_instructor {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 0;
}
@media only screen and (max-width: 768px) {
  .single_instructor {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single_instructor {
    padding: 30px 20px 0;
  }
}
.single_instructor .movie {
  position: relative;
  padding-top: 56.25%;
}
.single_instructor .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single_instructor .profile {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .single_instructor .profile {
    margin-top: 50px;
  }
  .single_instructor .profile .large_ttl {
    font-size: 30vw;
  }
}
.single_instructor .profile .photo {
  position: relative;
  z-index: 1;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .single_instructor .profile .photo {
    margin-top: -50px;
    width: 180px;
  }
}
.single_instructor .profile .photo img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
.single_instructor .profile .common_sns {
  margin-top: 20px;
}
.single_instructor .profile .common_sns ul {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.single_instructor .profile .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.single_instructor .history {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .single_instructor .history {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.single_instructor .history::before, .single_instructor .history::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.single_instructor .history::before {
  top: 0;
  background: #292929;
  background: linear-gradient(to right, #292929 0%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr=" #808080", GradientType=1);
}
.single_instructor .history::after {
  bottom: 0;
  background: #808080;
  background: linear-gradient(to right, #808080 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080", endColorstr=" #292929", GradientType=1);
}
.single_instructor .history .heading {
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .single_instructor .history .heading {
    top: -15px;
  }
}
.single_instructor .history .heading span {
  display: inline-block;
  font-size: 29px;
  font-size: 2.9rem;
  background: #000;
  padding: 0 50px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .single_instructor .history .heading span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 30px;
  }
}
.single_instructor .history .txt {
  padding: 70px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .single_instructor .history .txt {
    padding: 50px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.single_instructor .faq_items {
  margin-top: 140px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .single_instructor .faq_items {
    margin-top: 100px;
    padding: 0;
  }
}
.single_instructor .faq_items .faq_item {
  margin-top: 110px;
}
.single_instructor .faq_items .faq_item:first-child {
  margin-top: 0;
}
.single_instructor .faq_items .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single_instructor .faq_items .wrap .ico {
  width: 110px;
  font-size: 160px;
  font-size: 16rem;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .single_instructor .faq_items .wrap .ico {
    width: 90px;
  }
}
.single_instructor .faq_items .wrap .ico::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -35px;
  top: -15px;
  pointer-events: none;
}
.single_instructor .faq_items .wrap .question {
  width: calc(100% - 110px);
  padding-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .single_instructor .faq_items .wrap .question {
    width: calc(100% - 90px);
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 0;
  }
}
.single_instructor .faq_items .answer {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .single_instructor .faq_items .answer {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lum-lightbox-inner img.lum-img {
  padding-top: 120px;
  max-width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .lum-lightbox-inner img.lum-img {
    padding-top: 0;
  }
}

.lum-gallery-button:after {
  width: 16px !important;
  height: 16px !important;
}

.page_plan .anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page_plan .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.page_plan .anchor2 {
  margin-top: -150px;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .page_plan .anchor2 {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.page_plan .top_heading {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page_plan .top_heading .large_ttl {
    font-size: 20vw;
  }
}
.page_plan .top_heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_plan .top_heading .heading {
    font-size: 4.5vw;
    margin-top: 15px;
  }
}
.page_plan .top_heading .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page_plan .top_heading .txt {
    padding: 0 20px;
    text-align: left;
    margin-top: 25px;
  }
}
.page_plan .top_heading .image {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page_plan .top_heading .image {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page_plan .section01 {
    padding: 0 20px;
  }
}
.page_plan .section01 .anchor_link ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_plan .section01 .anchor_link ul li {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section01 .anchor_link ul li {
    width: 40%;
  }
}
.page_plan .section01 .anchor_link ul li:nth-child(2) {
  margin-left: 2px;
}
.page_plan .section01 .anchor_link ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #313131;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page_plan .section01 .anchor_link ul li a:hover {
    background: #191919;
  }
}
.page_plan .section01 .wrap {
  margin: 0 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.page_plan .section01 .schedule {
  margin-top: 50px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section01 .schedule {
    margin-top: 30px;
    padding: 0 5px;
  }
}
.page_plan .section02 .top_heading {
  margin-top: 0;
}
.page_plan .section02 .wrap {
  padding: 50px 50px 0;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap {
    padding: 30px 20px 0;
  }
}
.page_plan .section02 .wrap .tab_items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}
.page_plan .section02 .wrap .tab_items li {
  width: 200px;
  cursor: pointer;
  background: #313131;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0;
  border-left: 2px solid #000;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap .tab_items li {
    font-size: 2.8vw;
    width: 33.3333333333%;
  }
}
.page_plan .section02 .wrap .tab_items li:first-child {
  border: none;
}
@media only screen and (min-width: 769px) {
  .page_plan .section02 .wrap .tab_items li:hover {
    background: #252525;
  }
}
.page_plan .section02 .wrap .tab_items li.select {
  background: #191919;
}
.page_plan .section02 .wrap .content_wrap {
  background: #191919;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap .content_wrap {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page_plan .section02 .wrap .payment {
  margin: 70px auto;
  background: #191919;
}
.page_plan .section02 .wrap .payment .wrap {
  display: flex;
  align-items: center;
  padding: 30px 50px 30px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap .payment .wrap {
    padding: 20px 20px 20px;
  }
}
.page_plan .section02 .wrap .payment .wrap .txt {
  margin-left: 20px;
}
.page_plan .section02 .wrap table {
  width: 100%;
  border-top: 1px solid #454545;
}
.page_plan .section02 .wrap table tr {
  border-bottom: 1px solid #454545;
}
.page_plan .section02 .wrap table th, .page_plan .section02 .wrap table td {
  font-weight: 500;
  padding: 20px 15px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap table th, .page_plan .section02 .wrap table td {
    padding: 15px 0;
  }
}
.page_plan .section02 .wrap table th {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap table th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_plan .section02 .wrap table th .remarks {
  font-size: 13px;
  font-size: 1.3rem;
}
.page_plan .section02 .wrap table td {
  text-align: right;
}
.page_plan .section02 .wrap table td span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap table td span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_plan .section02 .wrap table .roboto {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  margin: 0 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap table .roboto {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 5px;
  }
}
.page_plan .section02 .wrap table .gold {
  background: #463e2e;
}
.page_plan .section02 .wrap table .ask {
  font-weight: 700;
  color: #caa359;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .wrap table .ask {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_plan .section02 .common_btns {
  margin-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page_plan .section02 .common_btns {
    margin-top: 50px;
  }
}

.page_company .anchor {
  margin-top: -150px;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .page_company .anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .top_heading .large_ttl {
    font-size: 20vw;
  }
}
.page_company .section01 .top_heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .top_heading .heading {
    font-size: 4.5vw;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .sp_image {
    margin: 40px auto 0;
    text-align: center;
  }
  .page_company .section01 .sp_image img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  .page_company .section01 .sp_image p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
  }
}
.page_company .section01 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .wrap {
    display: block;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.page_company .section01 .wrap .image {
  width: 262px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .wrap .image {
    display: none;
  }
}
.page_company .section01 .wrap .image::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -15px;
  top: -15px;
  pointer-events: none;
  z-index: 1;
}
.page_company .section01 .wrap .image p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
}
.page_company .section01 .wrap .txt {
  width: calc(100% - 262px);
  padding-right: 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page_company .section01 .wrap .txt {
    width: 100%;
    padding: 0;
  }
}
.page_company .section01 .wrap .txt .sign {
  margin-top: 20px;
  text-align: right;
}
.page_company .section02 .wrap {
  width: 850px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .page_company .section02 .wrap {
    width: 100%;
  }
}
.page_company .section02 table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.page_company .section02 table th, .page_company .section02 table td {
  padding: 30px 10px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page_company .section02 table th, .page_company .section02 table td {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page_company .section02 table th {
    padding-bottom: 0;
  }
  .page_company .section02 table td {
    padding-top: 10px;
  }
}
.page_company .section02 table tr {
  position: relative;
}
.page_company .section02 table tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #808080;
  background: linear-gradient(to right, #808080 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080", endColorstr=" #292929", GradientType=1);
}
.page_company .section02 table tr:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #808080;
  background: linear-gradient(to right, #808080 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080", endColorstr=" #292929", GradientType=1);
}
.page_company .section02 table th {
  width: 180px;
}
.page_company .section02 table ul {
  margin-left: 1em;
  list-style: disc;
}
.page_company .section02 table ul li {
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .page_company .section02 table ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page_company .section02 table ul li:first-child {
  margin-top: 0;
}
.page_company .section02 table ul li span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page_company .section02 table ul li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page_company .section03 {
  overflow: hidden;
}
.page_company .section03 .wrap {
  position: relative;
  padding-left: 300px;
}
@media only screen and (max-width: 768px) {
  .page_company .section03 .wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page_company .section03 .wrap .large_ttl {
    position: absolute;
    top: 160px;
    left: -140px;
    transform: rotate(90deg);
  }
}
.page_company .section03 .wrap .items {
  position: relative;
  padding: 40px 0 80px;
}
@media only screen and (max-width: 768px) {
  .page_company .section03 .wrap .items {
    margin-top: 40px;
  }
}
.page_company .section03 .wrap .items::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page_company .section03 .wrap .items::before {
    left: 90px;
  }
}
.page_company .section03 .wrap .items .item {
  margin-top: 60px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_company .section03 .wrap .items .item:first-child {
  margin-top: 0;
}
.page_company .section03 .wrap .items .item .date {
  width: 130px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_company .section03 .wrap .items .item .date {
    width: 90px;
  }
}
.page_company .section03 .wrap .items .item .date::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #fff;
  right: -3px;
  top: 10px;
  z-index: 10;
}
.page_company .section03 .wrap .items .item .txt {
  width: calc(100% - 130px);
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .page_company .section03 .wrap .items .item .txt {
    padding-left: 30px;
    width: calc(100% - 90px);
  }
}
.page_company .section04 .top_heading .large_ttl {
  font-size: 200px;
  font-size: 20rem;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .top_heading .large_ttl {
    font-size: 16vw;
  }
  .page_company .section04 .top_heading .large_ttl .stroke {
    color: #fff;
    -webkit-text-stroke: none;
    text-stroke: none;
  }
}
.page_company .section04 .top_heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .top_heading .heading {
    font-size: 4.5vw;
    margin-top: 15px;
  }
}
.page_company .section04 .top_heading .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .top_heading .txt {
    padding: 0 20px;
    text-align: left;
    margin-top: 25px;
  }
}
.page_company .section04 .works {
  margin-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.page_company .section04 .works .items .item {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works .items .item {
    margin-top: 70px;
  }
}
.page_company .section04 .works .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_company .section04 .works .wrap .image {
  width: 430px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works .wrap .image {
    width: 100%;
  }
}
.page_company .section04 .works .wrap .image::before {
  position: absolute;
  top: -40px;
  line-height: 1;
  left: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  z-index: 5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works .wrap .image::before {
    font-size: 80px;
    font-size: 8rem;
    top: -30px;
  }
}
.page_company .section04 .works .wrap .txt {
  width: calc(100% - 430px);
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works .wrap .txt {
    width: 100%;
    padding: 20px 0 0;
  }
}
.page_company .section04 .works .wrap .txt .lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page_company .section04 .works .wrap .txt .lead {
    text-align: center;
  }
}
.page_company .section04 .works .wrap .txt dl {
  display: flex;
  margin-top: 10px;
}
.page_company .section04 .works .wrap .txt dl dt {
  width: 30%;
  margin-right: 5%;
}
.page_company .section04 .works .wrap .txt dl dd {
  width: 65%;
}
.page_company .section04 .works .wrap .txt p {
  margin-top: 10px;
}
.page_company .section04 .works .event .wrap .image::before {
  content: "EVENT";
}
.page_company .section04 .works .dispatch .wrap .image::before {
  content: "DISPATCH";
}
.page_company .section04 .works .media .wrap .image::before {
  content: "MEDIA";
}

.page_trial .section01 .main_ttl {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section01 .common_lead {
    padding: 0 20px;
  }
}
.page_trial .section01 .items {
  margin-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page_trial .section01 .items {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.page_trial .section01 .items .item {
  width: 220px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_trial .section01 .items .item {
    width: 50%;
    margin-top: 20px;
  }
  .page_trial .section01 .items .item:nth-child(1), .page_trial .section01 .items .item:nth-child(2) {
    margin-top: 0;
  }
  .page_trial .section01 .items .item .image {
    padding: 0 20px;
  }
}
.page_trial .section01 .items .item .txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page_trial .section02 {
    padding-top: 0;
  }
}
.page_trial .section02 .wrap {
  margin-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_trial .section02 .wrap {
    display: block;
    margin-top: 50px;
  }
}
.page_trial .section02 .wrap .image {
  width: 212px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section02 .wrap .image {
    width: 150px;
    margin: 0 auto;
  }
}
.page_trial .section02 .wrap .txt {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section02 .wrap .txt {
    padding: 20px 30px 0;
  }
}
.page_trial .section02 .wrap .txt p {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_trial .section02 .wrap .txt ul {
  margin-top: 20px;
  list-style-type: circle;
  margin-left: 1em;
}
.page_trial .section02 .wrap .txt ul li {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
.page_trial .section02 .wrap .txt ul li:first-child {
  margin-top: 0;
}
.page_trial .section02 .wrap .txt .common_btns {
  margin-top: 30px;
}
.page_trial .section02 .wrap .txt .common_btns .common_btn {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section02 .wrap .txt .common_btns .common_btn {
    margin: 0 auto;
  }
}
.page_trial .section03 .form_section {
  width: 850px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .form_section {
    width: 100%;
  }
  .page_trial .section03 .form_section th, .page_trial .section03 .form_section td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_trial .section03 .form_section th {
    padding-bottom: 0;
  }
  .page_trial .section03 .form_section td {
    padding-top: 10px;
  }
}
.page_trial .section03 .form_section .experience .times {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_trial .section03 .form_section .experience .times .item {
  width: 50%;
}
.page_trial .section03 .form_section .experience .times .item .selector {
  width: 70%;
  display: inline-block;
}
.page_trial .section03 .form_section .main_btn {
  margin-top: 40px;
}
.page_trial .section03 .flow {
  margin-top: 90px;
}
.page_trial .section03 .flow .items {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items {
    margin-top: 70px;
  }
}
.page_trial .section03 .flow .items .item {
  margin-top: 100px;
}
.page_trial .section03 .flow .items .item:first-child {
  margin-top: 0;
}
.page_trial .section03 .flow .items .item .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items .item .wrap {
    display: block;
  }
}
.page_trial .section03 .flow .items .item .wrap .step {
  width: 380px;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: 160px;
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items .item .wrap .step {
    width: 100%;
    font-size: 120px;
    font-size: 12rem;
  }
}
.page_trial .section03 .flow .items .item .wrap .step::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 100%;
  background-image: url("img/common/dot.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  top: -15px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items .item .wrap .step::before {
    left: 55px;
  }
}
.page_trial .section03 .flow .items .item .wrap .step::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  background-image: url("img/kids/section05_ico.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items .item .wrap .step::after {
    width: 30px;
  }
}
.page_trial .section03 .flow .items .item:last-child .wrap .step::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .items .item:last-child .wrap .step::after {
    display: block;
  }
}
.page_trial .section03 .flow .txt {
  width: calc(100% - 380px);
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .page_trial .section03 .flow .txt {
    width: 100%;
    padding: 40px 30px 0;
  }
}
.page_trial .section03 .flow .txt .lead {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.page_trial .section03 .flow .txt p {
  margin-top: 5px;
}

.page_404 .txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}
.page_404 .main_btn {
  margin: 50px auto 0;
}/*# sourceMappingURL=page.css.map */