@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

#inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1250px) {
  #inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: block;
}
@media screen and (min-width: 821px) {
  .tb-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-br {
    display: block;
  }
}

.sp-contact-btn {
  font-size: 1.3rem;
  display: inline-block !important;
}
@media screen and (min-width: 1250px) {
  .sp-contact-btn {
    display: none !important;
  }
}

.nav-toggle {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1250px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle-wrap {
  display: block;
}
.nav-toggle-wrap:after {
  content: url("../studio-img/sp-menu-btn-black.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (min-width: 769px) {
  .nav-toggle-wrap {
    display: block;
  }
  .nav-toggle-wrap:after {
    content: url("../studio-img/sp-menu-btn-black.svg");
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .nav-toggle-wrap {
    display: none;
  }
}

.nav-toggle-item {
  z-index: 999;
  position: fixed;
  overflow: auto;
  top: 45px;
  background: rgba(0, 45, 42, 0.9);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #fff;
}
.nav-toggle-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem 3rem !important;
  border-bottom: 1px solid #fff;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.nav-toggle-item a:after {
  content: "";
  background: url("../studio-img/arrow-right.svg") no-repeat;
  width: 8px;
  height: 16px;
  display: inline-block;
}
.nav-toggle-item p {
  text-align: center;
  padding: 2rem 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-toggle-item p:after {
  content: "";
  display: inline-block;
  background: url("../studio-img/cross-icon.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 2rem;
}
@media screen and (min-width: 769px) {
  .nav-toggle-item {
    top: 57px;
  }
}

.toggle-tel {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2rem;
}

.nav-tel-btn {
  display: flex;
  align-items: center;
}
.nav-tel-btn:before {
  display: inline-block;
  content: "";
  background: url("../studio-img/tel-icon.svg") no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 0.5rem;
}

.nav-line-btn {
  display: flex;
  align-items: center;
}
.nav-line-btn:before {
  display: inline-block;
  content: "";
  background: url("../studio-img/line-icon.svg") no-repeat;
  width: 40px;
  height: 13px;
  margin-right: 2rem;
}

.show {
  opacity: 1;
  visibility: visible;
}

.studio-header {
  position: fixed;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #154744;
  z-index: 999;
}
.studio-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studio-header nav a {
  display: none;
  padding: 0;
}
.studio-header nav .logo {
  width: 200px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 1250px) {
  .studio-header {
    position: fixed;
    width: 100%;
    height: 85px;
    background: #fff;
    padding: 0rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #154744;
    z-index: 999;
  }
  .studio-header nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .studio-header nav a {
    display: flex;
    padding: 2rem 0;
  }
  .studio-header nav a:hover {
    opacity: 1 !important;
    color: #00C7BA;
  }
  .studio-header nav .logo {
    display: block;
    width: auto;
    height: auto;
    display: inline-block;
  }
}

.osaka-instructor-btn {
  position: relative;
}
.osaka-instructor-btn ul {
  display: none;
}
.osaka-instructor-btn:hover > ul {
  color: #fff;
  position: absolute;
  display: block;
  background: rgba(0, 45, 42, 0.8);
  width: 180px;
  top: 60px;
}
.osaka-instructor-btn:hover > ul li {
  text-align: center;
  padding: 1rem;
}
.osaka-instructor-btn:hover > ul li a {
  padding: 0 !important;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  color: #fff;
  display: block;
  padding: 2rem 3rem !important;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.sp-instructor-btn {
  text-align: left !important;
  font-weight: normal !important;
  padding: 0 !important;
  display: inline-block !important;
  border-bottom: none !important;
}
.sp-instructor-btn::after {
  content: none !important;
}

.logo {
  margin-right: 0;
}
.logo img {
  max-width: 150px;
}
@media screen and (min-width: 769px) {
  .logo {
    margin-right: 4.5rem;
  }
  .logo img {
    max-width: 200px;
  }
}

.entry-button {
  display: none;
  background: #154744;
}
@media screen and (min-width: 1250px) {
  .entry-button {
    display: block;
    width: 190px;
    color: #fff;
    margin-left: 2rem;
  }
  .entry-button a {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 1.5rem !important;
  }
  .entry-button a:hover {
    color: #154744 !important;
    background: #fff;
  }
}

.tel-button {
  font-size: 1.8rem;
  border: 1px solid #fff;
}
.tel-button:before {
  content: "";
  width: 14px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background: url("../studio-img/tel-icon.svg") no-repeat;
}

.line-button {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.line-button:before {
  content: "";
  width: 33px;
  height: 11px;
  display: inline-block;
  background-size: contain;
  background: url("../studio-img/line-icon.svg") no-repeat;
}

.mv-bigtext-bottom {
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 1100px) {
  .mv-bigtext-bottom {
    letter-spacing: 0.8rem;
  }
}

.tokyo-mainvisual {
  background: url("../studio-img/osaka-sp-mainvisual.jpg") no-repeat;
  background-size: cover;
  padding: 8rem 0rem 2rem 0rem;
}
.tokyo-mainvisual h1 {
  padding: 9rem 0 1rem 0;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
.tokyo-mainvisual h1 .mv-bigtext {
  font-size: 3rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 4rem;
  text-shadow: 1px 2px 3px #808080;
}
.tokyo-mainvisual h1 .sub-text-top {
  display: inline-block;
  padding: 0 1rem;
  margin: 1rem 0 0.5rem 0;
  color: #fff;
  font-size: 1.8rem;
  background: linear-gradient(to right, #e26a1a, #f48f56);
}
.tokyo-mainvisual h1 .sub-text-bottom {
  display: inline-block;
  padding: 0 1rem;
  margin: 0rem 0 1rem 0;
  color: #fff;
  font-size: 1.8rem;
  background: linear-gradient(to right, #e26a1a, #f48f56);
}
.tokyo-mainvisual p {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 821px) {
  .tokyo-mainvisual {
    background: url("../studio-img/osaka-tb-mainvisual.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 2rem 6.5rem 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .tokyo-mainvisual {
    background: url("../studio-img/osaka-mainvisual.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 2rem 6.5rem 2rem;
  }
  .tokyo-mainvisual h1 {
    padding: 10rem 0 1rem 0;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 3rem;
    font-feature-settings: "palt";
  }
  .tokyo-mainvisual h1 .mv-bigtext {
    font-size: 8rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    line-height: 9.5rem;
    text-shadow: 1px 2px 3px #808080;
  }
  .tokyo-mainvisual h1 .sub-text-top {
    display: inline-block;
    padding: 0 1rem;
    margin: 2rem 0 1rem 0;
    color: #fff;
    font-size: 3.4rem;
    background: linear-gradient(to right, #e26a1a, #f48f56);
  }
  .tokyo-mainvisual h1 .sub-text-bottom {
    display: inline-block;
    padding: 0 1rem;
    margin: 0rem 0 1rem 0;
    color: #fff;
    font-size: 3.4rem;
    letter-spacing: 0.35rem;
    background: linear-gradient(to right, #e26a1a, #f48f56);
  }
  .tokyo-mainvisual p {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 2rem;
  }
}

.osaka-mainvisual-btn {
  background: rgba(0, 45, 42, 0.7);
}
@media screen and (min-width: 769px) {
  .osaka-mainvisual-btn {
    background: none;
  }
}

.mainvisual-btn {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.8rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 645px;
  background: rgba(0, 45, 42, 0.7);
}
.mainvisual-btn:after {
  margin-left: 0rem;
  content: "";
  width: 44px;
  height: 20px;
  display: inline-block;
  background: url("../studio-img/arrow.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .mainvisual-btn {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    border: 5px solid #fff;
    padding: 2.5rem 4rem;
    display: flex;
    align-items: center;
    max-width: 645px;
  }
  .mainvisual-btn:after {
    margin-left: 3rem;
    content: "";
    width: 44px;
    height: 20px;
    display: inline-block;
    background: url("../studio-img/arrow.svg") no-repeat;
    background-size: contain;
  }
}

.hybrid {
  background: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 821px) {
  .hybrid {
    background: #fff;
    padding: 7rem 0;
  }
}

.hybrid-inner h1 {
  display: block;
  background: url("../studio-img/osaka-head-bg-sp.png") no-repeat;
  background-size: cover;
  color: #154744;
  font-size: 2rem;
  line-height: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.8rem;
  text-align: center;
  font-weight: bold;
  background-blend-mode: lighten;
}
.hybrid-inner img {
  max-width: 750px;
  display: block;
  margin: 0 auto;
  padding-top: 4rem;
}
.hybrid-inner p {
  color: #333333;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 1rem;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 821px) {
  .hybrid-inner {
    padding: 0;
  }
  .hybrid-inner h1 {
    display: block;
    background: url("../studio-img/osaka-head-bg.png") no-repeat;
    background-size: contain;
    color: #333333;
    font-size: 3.6rem;
    line-height: 4.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.8rem;
    text-align: center;
    font-weight: bold;
  }
  .hybrid-inner img {
    max-width: 750px;
    display: block;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .hybrid-inner p {
    color: #333333;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 4.4rem;
    letter-spacing: 0.2rem;
    line-height: 2.8rem;
  }
}

.big-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 455px;
  background: linear-gradient(#e26a1a, #f48f56);
  color: #fff;
  font-size: 1.5rem;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
  padding: 3rem;
  letter-spacing: normal;
  margin: 3rem auto 0 auto;
  border: 1px solid #002D2A;
}
.big-cta::after {
  content: "";
  background: url("../icon/allow-min-white.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 5px;
}
.big-cta:hover {
  background: #fff;
  color: #002D2A;
  outline: 1px solid #002D2A;
}
.big-cta:hover::after {
  content: "";
  background: url("../icon/allow-min.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 5px;
}
@media screen and (min-width: 821px) {
  .big-cta {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 455px;
    background: linear-gradient(#e26a1a, #f48f56);
    color: #fff;
    font-size: 2rem;
    outline: 1px solid #FFFFFF;
    outline-offset: -5px;
    padding: 2.8rem;
    letter-spacing: 0.3rem;
    margin: 6rem auto 0 auto;
    border: 1px solid #002D2A;
  }
  .big-cta::after {
    content: "";
    background: url("../icon/allow-min-white.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
  .big-cta:hover {
    background: #fff;
    color: #002D2A;
    outline: 1px solid #002D2A;
  }
  .big-cta:hover::after {
    content: "";
    background: url("../icon/allow-min.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
}

.movie-section {
  background: #D1F2EE;
  padding: 7rem 0 4rem 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .movie-section {
    background: #D1F2EE;
    padding: 9rem 0 8rem 0;
    position: relative;
  }
}

.movie-arrow {
  position: absolute;
  top: 0;
  left: 40%;
  width: 40px;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
@media screen and (min-width: 769px) {
  .movie-arrow {
    position: absolute;
    top: 0;
    left: 47%;
    width: 74px;
    border-top: 40px solid #fff;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}

.movie-section-inner {
  max-width: 930px !important;
}
.movie-section-inner h1 {
  text-align: center;
  color: #154744;
  font-size: 2rem;
}
.movie-section-inner h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 821px) {
  .movie-section-inner h1 {
    text-align: center;
    color: #154744;
    font-size: 3.6rem;
  }
  .movie-section-inner h1 span {
    font-size: 4.8rem;
  }
}

.movie-item-wrap p {
  color: #333333;
  text-align: left;
  line-height: 3.2rem;
}
.movie-item-wrap p span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .movie-item-wrap p {
    color: #333333;
    text-align: center;
    line-height: 3.2rem;
  }
  .movie-item-wrap p span {
    color: #f48f56;
    font-weight: bold;
  }
}

.movie-item {
  padding: 4rem 0 1rem 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .movie-item {
    padding: 6rem 0 5rem 0;
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.movie-item iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 769px) {
  .movie-item iframe {
    width: 100%;
    height: 350px;
  }
}
@media screen and (min-width: 821px) {
  .movie-item iframe {
    width: 100%;
    height: 500px;
  }
}

.features {
  padding: 3rem 0 2rem 0;
  background: #fff;
}
.features h1 {
  color: #00C7BA;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 0.5rem;
  font-feature-settings: "palt";
  padding-bottom: 3rem;
}
.features h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .features {
    padding: 5rem 0 2rem 0;
    background: #fff;
  }
  .features h1 {
    color: #00C7BA;
    font-size: 3.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.5rem;
    font-feature-settings: "palt";
    padding-bottom: 6.5rem;
  }
  .features h1 span {
    font-size: 4.7rem;
  }
}

.movie-cta {
  margin-top: 3rem;
}
.movie-cta a {
  max-width: 515px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2.5rem;
  background: linear-gradient(#E26A1A, #f48f56);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.8rem;
}
.movie-cta a:after {
  content: url(../studio-img/arrow.svg);
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 2rem;
}
.movie-cta a span {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .movie-cta {
    margin-top: 7rem;
  }
  .movie-cta a {
    max-width: 515px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 3rem 6rem;
    background: linear-gradient(#E26A1A, #F48F56);
    display: flex;
    justify-content: center;
    line-height: 2.1rem;
  }
  .movie-cta a:after {
    content: url(../studio-img/arrow.svg);
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 2rem;
  }
  .movie-cta a span {
    font-size: 2.4rem;
    font-weight: 900;
  }
}

.features-item {
  height: auto;
  display: block;
  margin-bottom: 3rem;
}
.features-item h2 {
  color: #154744;
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 1rem 2rem 1rem;
}
.features-item p {
  color: #333333;
  line-height: 2.3rem;
}
.features-item p span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .features-item {
    height: 236px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6rem;
  }
  .features-item h2 {
    color: #154744;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 3rem 0 2rem 0;
  }
  .features-item p {
    color: #333333;
    line-height: normal;
  }
  .features-item p span {
    color: #f48f56;
    font-weight: bold;
  }
}

.features-item01 {
  background: url("../studio-img/features-item-bg04-sp.webp") no-repeat;
  background-size: contain;
  position: relative;
}
.features-item01:after {
  position: absolute;
  top: -38px;
  right: 0px;
  content: "";
  background: url("../studio-img/feature-num1.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 180px;
  height: 366px;
}
@media screen and (min-width: 769px) {
  .features-item01 {
    background: url("../studio-img/features-item-bg04.webp") no-repeat;
    background-size: contain;
    position: relative;
  }
}
@media screen and (min-width: 1250px) {
  .features-item01 {
    background-size: contain;
    position: relative;
  }
  .features-item01:after {
    position: absolute;
    top: -38px;
    right: -30px;
    content: "";
    background: url("../studio-img/feature-num1.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 180px;
    height: 366px;
  }
}

.features-item02 {
  background: url("../studio-img/features-item-bg05-sp.webp") no-repeat;
  background-size: contain;
  margin-left: 0rem;
  position: relative;
  z-index: 100;
}
.features-item02::before {
  position: absolute;
  top: -38px;
  right: -10px;
  content: "";
  background: url("../studio-img/feature-num2.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 180px;
  height: 366px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .features-item02 {
    background: url("../studio-img/features-item-bg05.webp") no-repeat;
    background-size: contain;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .features-item02 {
    background: url("../studio-img/features-item-bg05.webp") no-repeat;
    background-size: contain;
    margin-left: 14rem;
    position: relative;
    z-index: 100;
  }
  .features-item02::before {
    position: absolute;
    top: -38px;
    left: -140px;
    content: "";
    background: url("../studio-img/feature-num2.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 180px;
    height: 366px;
    z-index: 1;
  }
}

.features-item03 {
  background: url("../studio-img/features-item-bg06-sp.webp") no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 769px) {
  .features-item03 {
    background: url("../studio-img/features-item-bg06.webp") no-repeat;
    background-size: contain;
    position: relative;
  }
}
.features-item03:after {
  position: absolute;
  top: -38px;
  right: 0px;
  content: "";
  background: url("../studio-img/feature-num3.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 180px;
  height: 366px;
}

.features-item-box-top {
  display: inline-block;
  width: 23%;
}

.features-item-box-center {
  display: inline-block;
  width: 26%;
}

.features-item-box-text {
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  line-height: 2.8rem;
  padding-top: 9rem;
}
@media screen and (min-width: 769px) {
  .features-item-box-text {
    width: 64%;
    padding-top: 0rem;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    line-height: 2.8rem;
  }
}

.features-item-box-text-center {
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  line-height: 2.8rem;
  padding-top: 9rem;
}
@media screen and (min-width: 769px) {
  .features-item-box-text-center {
    padding-top: 0rem;
    width: 72%;
    font-feature-settings: "palt";
    letter-spacing: 0.3rem;
    line-height: 2.8rem;
  }
}

.cta-area {
  display: block;
  justify-content: space-between;
  padding: 0rem;
}
.cta-area a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.cta-area a:after {
  content: url("../studio-img/arrow.svg");
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 2rem;
}
@media screen and (min-width: 769px) {
  .cta-area {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
  }
  .cta-area a {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .cta-area a:after {
    content: url("../studio-img/arrow.svg");
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 2rem;
  }
}

.left-btn {
  padding: 2rem;
  color: #154744 !important;
  border: 2px solid #154744;
  margin-bottom: 2rem;
}
.left-btn:after {
  content: url("../studio-img/arrow-black.svg") !important;
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 2rem;
}
.left-btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .left-btn {
    padding: 3rem;
    color: #154744 !important;
    border: 5px solid #154744;
    margin-bottom: 0rem;
  }
}

.right-btn {
  padding: 2rem;
  background: linear-gradient(#E26A1A, #F48F56);
}
.right-btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .right-btn {
    padding: 3rem;
    background: linear-gradient(#E26A1A, #F48F56);
  }
}

.difference {
  background: #fff;
  padding: 3.3rem 0;
}
.difference h1 {
  font-size: 2rem;
  color: #00C7BA;
  text-align: center;
  padding-bottom: 3.5rem;
}
.difference h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .difference {
    background: #fff;
    padding: 5.5rem 0;
  }
  .difference h1 {
    font-size: 3.6rem;
    color: #00C7BA;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .difference h1 span {
    font-size: 4.8rem;
  }
}

.difference-table table {
  color: #333333;
  margin: 0 auto !important;
  max-width: 980px;
  border-collapse: separate;
  border-spacing: 0.8rem;
}
@media screen and (min-width: 769px) {
  .difference-table table {
    margin: 0 auto !important;
    max-width: 980px;
    border-collapse: separate;
    border-spacing: 2rem;
  }
}
.difference-table td {
  padding: 1rem;
  font-size: 1.4rem;
  margin: 2rem;
  line-height: 2rem;
}
.difference-table td span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .difference-table td {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    margin: 2rem;
    line-height: 2.7rem;
  }
  .difference-table td span {
    color: #f48f56;
    font-weight: bold;
  }
}

.table-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .table-pc {
    display: block;
  }
}

.th-title {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .th-title {
    text-align: center;
    font-size: 2.4rem;
  }
}

.table-sp-top {
  display: block;
}
@media screen and (min-width: 769px) {
  .table-sp-top {
    display: none;
  }
}

.table-sp-bottom {
  display: block;
}
.table-sp-bottom .th-title {
  text-align: center;
  font-size: 1.8rem;
}
.table-sp-bottom .td-title {
  width: 13%;
}
.table-sp-bottom .th-title-right {
  margin-top: 10px !important;
}
@media screen and (min-width: 769px) {
  .table-sp-bottom {
    display: none;
  }
}

.th-title-left {
  background: linear-gradient(#00C7BA, #5DDBD3);
  padding: 1.8rem 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .th-title-left {
    background: linear-gradient(#00C7BA, #5DDBD3);
    padding: 3rem 0;
  }
}

.th-title-right {
  background: #EFEFEF;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 40px;
}

.td-title {
  font-size: 1.4rem !important;
  font-weight: bold;
  width: 25%;
  border: 2px solid #154744;
  text-align: center;
  padding: 0.5rem !important;
}
@media screen and (min-width: 769px) {
  .td-title {
    font-size: 2rem !important;
    font-weight: bold;
    width: 23%;
    border: 2px solid #154744;
    text-align: center;
    padding: 0rem !important;
  }
}

.td-gray {
  background: #D1F2EE;
}

.td-navy {
  background: #DDDDDD;
  width: 40%;
}

.table-cta {
  padding-top: 3rem;
}
.table-cta a {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .table-cta {
    padding-top: 6rem;
  }
  .table-cta a {
    margin: 0 auto;
  }
}

.instructor {
  background: #D1F2EE;
  padding: 2.8rem 0 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .instructor {
    background: #D1F2EE;
    padding: 7rem 0 5.2rem 0;
  }
}

.instructor-inner h1 {
  color: #154744;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 769px) {
  .instructor-inner h1 {
    color: #154744;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.8rem;
  }
}

.instructor-item h2 {
  background: linear-gradient(#00C7BA, #5DDBD3);
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem;
}
.instructor-item img {
  padding: 1rem 0 0.8rem 0;
}
.instructor-item ul {
  border-bottom: 1px dotted #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.instructor-item ul li {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: 0.18rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  text-indent: -2rem;
}
.instructor-item ul li:before {
  content: "";
  margin-top: 0.8rem;
  margin-right: 1rem;
  display: inline-block;
  background: #00C7BA;
  background-size: contain;
  width: 13px;
  height: 3px;
  clear: both;
}
.instructor-item p {
  color: #333333;
  padding: 1rem 0 1.5rem 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2rem;
}
.instructor-item a {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  border: 2px solid #333333;
  text-align: center;
  padding: 1.2rem 0;
  margin-bottom: 1rem;
}
.instructor-item a:last-child {
  margin-bottom: 0;
}
.instructor-item a::after {
  margin-left: 2rem;
  content: "";
  width: 18px;
  height: 10px;
  display: inline-block;
  background: url("../studio-img/arrow-black.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .instructor-item {
    color: #fff;
  }
  .instructor-item h2 {
    background: linear-gradient(#00a597, #00c7ba);
    color: #fff;
    font-size: 1.8rem;
    padding: 0.8rem 2.5rem;
  }
  .instructor-item img {
    padding: 2rem 0 1rem 0;
  }
  .instructor-item ul {
    border-bottom: 1px dotted #fff;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .instructor-item ul li {
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.18rem;
    padding-left: 2rem;
    text-indent: -2rem;
  }
  .instructor-item ul li:before {
    content: "";
    margin-top: 0.8rem;
    margin-right: 1rem;
    display: inline-block;
    background: #00C7BA;
    background-size: contain;
    width: 13px;
    height: 3px;
    clear: both;
  }
  .instructor-item p {
    padding: 1rem 0 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .instructor-item a {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    border: 2px solid #333333;
    text-align: center;
    padding: 1.2rem 0;
    margin-bottom: 1rem;
  }
  .instructor-item a:last-child {
    margin-bottom: 0;
  }
  .instructor-item a::after {
    margin-left: 3rem;
    content: "";
    width: 18px;
    height: 10px;
    display: inline-block;
    background: url("../studio-img/arrow-black.svg") no-repeat;
    background-size: contain;
  }
}

.point-item {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.point-item p {
  width: 95%;
}
@media screen and (min-width: 821px) {
  .point-item {
    font-size: 1.4rem;
    display: flex;
    align-items: flex-start;
  }
  .point-item p {
    width: 100%;
  }
}

.point-min-box {
  width: 8px;
  height: 8px;
  background: #00C7BA;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .point-min-box {
    width: 8px;
    height: 8px;
    background: #00C7BA;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}

.tax {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 0.3rem;
}

.price {
  font-size: 1.3rem;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  background: #fff;
  margin-bottom: 0.8rem;
  color: #00C7BA;
}
@media screen and (min-width: 769px) {
  .price {
    font-size: 1.3rem;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
    background: #fff;
    margin-bottom: 0rem;
    color: #00C7BA;
  }
}

.price-big-text {
  font-size: 5.1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}

.instructor-wrap {
  padding-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1100px) {
  .instructor-wrap {
    padding-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.instructor-item {
  width: 47%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .instructor-item {
    width: 22.9%;
    margin-right: 3rem;
    margin-bottom: 4rem;
  }
  .instructor-item:nth-child(4) {
    margin-right: 0rem;
  }
}

.osaka-testimonial {
  background: #fff;
  padding: 3rem 0;
  letter-spacing: 0.7rem;
}
.osaka-testimonial h1 {
  color: #00C7BA;
  font-size: 2rem;
  text-align: center;
}
.osaka-testimonial h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .osaka-testimonial {
    background: #fff;
    padding: 7.5rem 0 3rem 0;
    letter-spacing: 0.7rem;
  }
  .osaka-testimonial h1 {
    color: #00C7BA;
    font-size: 3.6rem;
    text-align: center;
  }
  .osaka-testimonial h1 span {
    font-size: 4.8rem;
  }
}

.osaka-testimonial-wrap {
  display: block;
  padding: 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .osaka-testimonial-wrap {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
  }
}

.osaka-testimonial-item {
  background: #D1F2EE;
  color: #333333;
  width: 100%;
  padding: 2rem 2rem 2.2rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.1rem;
  margin-right: 3.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 1.2rem;
  margin-bottom: 2.5rem;
}
.osaka-testimonial-item:nth-child(3) {
  margin-right: 0;
}
.osaka-testimonial-item img {
  margin: 0 1.5rem 1rem 0;
  display: inline;
  width: 90px;
  height: 90px;
  float: left;
}
@media screen and (min-width: 769px) {
  .osaka-testimonial-item {
    background: #D1F2EE;
    color: #333333;
    width: 360px;
    padding: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.6rem;
    margin-right: 3.5rem;
    border: 1px solid #CCCCCC;
    border-radius: 1.2rem;
  }
  .osaka-testimonial-item:nth-child(3) {
    margin-right: 0;
  }
  .osaka-testimonial-item img {
    margin: 0 1.5rem 1rem 0;
    display: inline;
    width: 90px;
    height: 90px;
    float: left;
  }
}

.artist-name {
  margin-top: 1.5rem;
  text-align: right;
  color: #333333;
}

.voice-cta a {
  margin: -1.7rem auto 0 auto;
}

.student {
  background: #fff;
  padding: 4rem 0;
}

.student-inner h1 {
  text-align: center;
  color: #00C7BA;
  font-size: 2rem;
}
.student-inner h1 span {
  font-size: 2.8rem;
  letter-spacing: 0.8rem;
}
@media screen and (min-width: 769px) {
  .student-inner h1 {
    text-align: center;
    color: #00C7BA;
    font-size: 3.6rem;
  }
  .student-inner h1 span {
    font-size: 4.8rem;
    letter-spacing: 0.8rem;
  }
}

.student-item {
  width: 100%;
  color: #fff;
  margin-right: 4rem;
  margin-bottom: 5.5rem;
}
.student-item:nth-child(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.student-item h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #154744;
}
.student-item img {
  max-width: 440px;
  margin: 2rem auto 3rem auto;
  display: block;
  text-align: center;
}
.student-item p {
  letter-spacing: 0.23rem;
  line-height: 2.2rem;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .student-item {
    width: 46%;
    color: #fff;
    margin-right: 4rem;
  }
  .student-item:nth-child(2) {
    margin-right: 0;
  }
  .student-item h2 {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    color: #154744;
  }
  .student-item img {
    max-width: 440px;
    margin: 5rem auto;
    display: block;
    text-align: center;
  }
  .student-item p {
    letter-spacing: 0.23rem;
    line-height: 2.6rem;
    color: #333333;
  }
}

.studio-link {
  background: #fff;
  padding: 2.5rem 0 4.5rem 0;
}
@media screen and (min-width: 769px) {
  .studio-link {
    background: #fff;
    padding: 7rem 0;
  }
}

.student-wrap {
  display: block;
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .student-wrap {
    display: flex;
    justify-content: center;
    padding: 4rem 0 0 0;
  }
}

.student-btn {
  margin-top: 3rem;
}
.student-btn a {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .student-btn {
    margin-top: 3rem;
  }
  .student-btn a {
    margin: 0 auto;
  }
}

.studio-link-wrap {
  display: block;
}
@media screen and (min-width: 769px) {
  .studio-link-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.studio-link-item {
  width: 100%;
  height: 300px;
  color: #fff;
  padding: 0 0.5rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .studio-link-item {
    width: 47.5%;
    height: 335px;
    color: #fff;
    padding: 3rem;
    position: relative;
  }
}

.studio-link-item-top {
  background: url("../studio-img/studio-link03.png") no-repeat;
  background-size: 100%;
}

.studio-link-item-bottom {
  margin-top: 3rem;
  background: url("../studio-img/studio-link04.png") no-repeat;
  background-size: 100%;
}
.studio-link-item-bottom .studio-link-text {
  position: absolute;
  bottom: 1.7rem;
}
@media screen and (min-width: 769px) {
  .studio-link-item-bottom {
    margin-top: 6rem;
    background: url("../studio-img/studio-link04.png") no-repeat;
    background-size: 100%;
  }
}

.studio-link-text {
  position: absolute;
  bottom: 22px;
  width: 98%;
}
.studio-link-text h1 {
  font-size: 2rem;
}
.studio-link-text p {
  padding: 0.2rem 0 2rem 0;
}
.studio-link-text a {
  color: #333;
  border: 2px solid #333;
  display: block;
  padding: 1.2rem 0;
  text-align: center;
}
.studio-link-text a::after {
  margin-left: 3rem;
  content: "";
  width: 18px;
  height: 10px;
  display: inline-block;
  background: url("../studio-img/arrow-black.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .studio-link-text {
    position: absolute;
    bottom: 10%;
    width: 90%;
  }
  .studio-link-text h1 {
    font-size: 3rem;
  }
  .studio-link-text p {
    padding: 1.2rem 0 2rem 0;
  }
  .studio-link-text a {
    color: #fff;
    border: 2px solid #fff;
    display: block;
    padding: 1.2rem 0;
    text-align: center;
  }
  .studio-link-text a::after {
    margin-left: 3rem;
    content: "";
    width: 18px;
    height: 10px;
    display: inline-block;
    background: url("../studio-img/arrow.svg") no-repeat;
    background-size: contain;
  }
}

.blog-feed {
  background: #D1F2EE;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .blog-feed {
    background: #D1F2EE;
    padding: 8rem 0 6rem 0;
  }
}

.blog-cta {
  background: #fff;
}

.blog-feed-inner h1 {
  color: #154744;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .blog-feed-inner h1 {
    color: #154744;
    font-size: 3.6rem;
    text-align: center;
  }
}

.blog-feed-wrap {
  display: block;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .blog-feed-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6rem 0;
  }
}

.blog-feed-item {
  width: 100%;
  margin-bottom: 3rem;
  display: block;
}
.blog-feed-item h2 {
  margin-top: 1rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: normal;
}
.blog-feed-item h2:after {
  content: "≫";
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .blog-feed-item {
    width: 23%;
    margin-bottom: 0;
  }
  .blog-feed-item h2 {
    margin-top: 1rem;
    color: #333333;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .blog-feed-item h2:after {
    content: "≫";
    display: inline-block;
    margin-left: 1rem;
  }
}

.blog-data {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  color: #00c7ba;
  display: flex;
  align-items: center;
}
.blog-data:before {
  margin-right: 1rem;
  content: "";
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #00c7ba;
}

.osaka-faq {
  background: #5DDBD3;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .osaka-faq {
    background: #5DDBD3;
    padding: 9rem 0 8rem 0;
  }
}

.osaka-faq-inner h1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 2.1rem;
}
@media screen and (min-width: 769px) {
  .osaka-faq-inner h1 {
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    line-height: 2.1rem;
  }
}

.osaka-faq-wrap {
  padding-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .osaka-faq-wrap {
    padding-top: 5rem;
  }
}

.acd-label {
  width: 100%;
  display: block;
  background: #fff;
  color: #154744;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-right: 3rem;
  position: relative;
  cursor: pointer;
}
.acd-label:before {
  margin-right: 2rem;
  color: #fff;
  content: "Q";
  font-family: "Roboto";
  padding: 1.5rem 1rem;
  font-size: 2.8rem;
  background: #154744;
  display: inline-block;
}
.acd-label:after {
  content: "";
  display: inline-block;
  background: url("../studio-img/arrow04.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 20px;
}

.acd-check:checked + .acd-label:after {
  content: "";
  display: inline-block;
  background: url("../studio-img/arrow03.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 20px;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0 0 2rem 0;
  visibility: visible;
}

.acd-content {
  background: rgba(21, 71, 68, 0.8);
  color: #fff;
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}
.acd-content p {
  margin: 0.5rem 0 0 3rem;
}

.label-answer {
  font-family: "Roboto";
  padding: 0.68rem 1rem;
  font-size: 2.8rem;
  background: #fff;
  display: inline-block;
  color: #00C7BA;
}

.common-studio {
  background: #D1F2EE;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .common-studio {
    background: #D1F2EE;
    padding: 9rem 0 10rem 0;
  }
}

.common-studio-inner h1 {
  color: #154744;
  font-size: 2rem;
  text-align: center;
}
.common-studio-inner p {
  padding: 4rem 0 3rem 0;
  color: #154744;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .common-studio-inner h1 {
    color: #154744;
    font-size: 3.6rem;
    text-align: center;
  }
  .common-studio-inner p {
    padding: 5rem 0;
    color: #154744;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.8rem;
  }
}

.common-studio-wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .common-studio-wrap {
    display: flex;
    justify-content: space-between;
  }
  .common-studio-wrap a {
    margin-right: 2rem;
  }
  .common-studio-wrap a:nth-child(5) {
    margin-right: 0;
  }
}

.sp-common-studio-wrap {
  display: block;
}
.sp-common-studio-wrap a {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .sp-common-studio-wrap {
    display: none;
  }
}

footer {
  padding-top: 5rem;
  background: #fff;
}

.footer-box {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 769px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 769px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 769px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  margin-top: 5rem;
  border-top: 2px solid #142359;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #fff;
}

.mainvisual-all {
  height: 130px;
  background: url("../studio-img/osaka-sub-mainvisual.jpg") no-repeat;
  background-size: cover;
  padding-top: 6.5rem;
}
@media screen and (min-width: 821px) {
  .mainvisual-all {
    height: 240px;
    background: url("../studio-img/osaka-sub-mainvisual.jpg") no-repeat;
    background-size: cover;
    padding-top: 13rem;
    padding-left: 1rem;
    letter-spacing: 5px;
  }
}

.mainvisual-all-title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-align: left;
  margin-left: 0;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (min-width: 821px) {
  .mainvisual-all-title {
    font-size: 5rem;
    font-weight: 800;
    color: #fff;
    text-align: left;
    margin-left: 0;
    text-shadow: 1px 2px 3px #808080;
  }
}

.mainvisual-all-min-title {
  display: none;
}
@media screen and (min-width: 821px) {
  .mainvisual-all-min-title {
    display: inline;
    margin-left: 2rem;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

#page-separation {
  background: #fff;
  padding: 1rem 0 4rem 0;
}
@media screen and (min-width: 769px) {
  #page-separation {
    padding: 5rem 0;
  }
}

.breadcrumb {
  padding: 2rem 1rem !important;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 821px) {
  .breadcrumb {
    padding: 2rem 1rem 0 1rem !important;
    background: #fff;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 821px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: flex-start;
  }
}

.arrow p {
  font-size: 1rem;
}
@media screen and (min-width: 821px) {
  .arrow p {
    font-size: 1.2rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.page-title-text {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.8rem;
  color: #154744;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-title-text span {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: -5px;
  padding-right: 2rem;
  background: #fff;
}
.page-title-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #00C7BA;
}
@media screen and (min-width: 821px) {
  .page-title-text {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.8rem;
    color: #154744;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-title-text span {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: -5px;
    padding-right: 4rem;
    background: #fff;
  }
  .page-title-text:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2px;
    background: #00C7BA;
  }
}

.minute {
  font-size: 2rem;
  margin-right: 1rem;
}

.instructor-price-list {
  background: #002D2A;
}

.instructor-price-list-wrap {
  padding: 3.3rem 0 0rem 0;
  display: block;
  justify-content: space-between;
}
@media screen and (min-width: 821px) {
  .instructor-price-list-wrap {
    padding: 3.3rem 0 3rem 0;
    display: flex;
    justify-content: space-between;
  }
}

.instructor-price-list-item {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 821px) {
  .instructor-price-list-item {
    margin: 0;
  }
}

.instructor-price-min-title {
  color: #002D2A;
  letter-spacing: 0.13rem;
  display: flex;
  align-items: center;
}
.instructor-price-min-title::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}
@media screen and (min-width: 821px) {
  .instructor-price-min-title::before {
    color: #002D2A;
    letter-spacing: 0.13rem;
    display: flex;
    align-items: center;
  }
  .instructor-price-min-title::before::before {
    margin-right: 2.5rem;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
  }
}

.instructor-price-box {
  background: #fff;
  padding: 2rem;
  border: 2px solid #00C7BA;
  margin-bottom: 2rem;
  color: #154744;
}

.first-lesson-price-label {
  margin-bottom: 2rem;
}
.first-lesson-price-label p {
  padding: 0.3rem 1.2rem;
  font-size: 1.3rem;
  display: inline-block;
  background: #154744;
  color: #fff;
  font-weight: bold;
}

.lesson-price-min-text {
  font-size: 1.3rem;
  color: #fff;
  margin-left: 0.5rem;
}

.instructor-lesson-price {
  padding-top: 3rem;
}

.instructor-price-list-box-left {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .instructor-price-list-box-left {
    width: 31%;
  }
}

.instructor-price-cta {
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 1.5rem 3rem;
  position: relative;
}

.allow-page01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allow-page01::after {
  content: "";
  background: url("../studio-img/arrow-black.svg") no-repeat;
  width: 22px;
  height: 12px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .allow-page01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .allow-page01::after {
    content: "";
    background: url("../studio-img/arrow-black.svg") no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
  }
}

.profile-cta {
  background: #fff;
  color: #333 !important;
  border: 2px solid #333 !important;
}
.profile-cta:hover {
  color: #fff !important;
  background: #333;
}

.contact-min-cta:hover {
  color: #fff;
}

.allow-page02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allow-page02::after {
  content: "";
  background: url("../studio-img/arrow.svg") no-repeat;
  width: 22px;
  height: 12px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .allow-page02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .allow-page02::after {
    content: "";
    background: url("../studio-img/arrow.svg") no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
  }
}

.profile-text {
  padding: 0 0 5rem 0;
}
.profile-text h2 {
  padding-top: 4rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
.profile-text h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: #0090d9;
  margin: 2rem auto 0 auto;
}
.profile-text p {
  font-size: 1.4rem;
  margin: 0 0 2.8rem 0;
}
.profile-text img {
  margin-bottom: 2.8rem;
}
.profile-text h3 {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 769px) {
  .profile-text {
    padding: 0 0 5rem 0;
  }
  .profile-text h2 {
    padding-top: 4rem;
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 7rem;
    text-align: left;
    position: relative;
  }
  .profile-text h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 75px;
    height: 4px;
    background: #0090d9;
    margin: 2rem auto 0 auto;
  }
  .profile-text p {
    font-size: 1.4rem;
    margin: 0 0 2.8rem 0;
  }
  .profile-text img {
    margin-bottom: 2.8rem;
  }
  .profile-text h3 {
    margin-bottom: 2.8rem;
  }
}

.greeting-text {
  padding: 6rem 0;
}
.greeting-text h2 {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
}
.greeting-text h3 {
  margin-bottom: 2.8rem;
}
.greeting-text p {
  font-size: 1.4rem;
  margin: 0 0 2.8rem 0;
}
.greeting-text img {
  margin-bottom: 2.8rem;
}

.profile-cta {
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 1rem;
}

.contact-min-cta {
  color: #fff;
  background: linear-gradient(to right, #e26a1a, #f48f56);
}

.instructor-price-list-box-right {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .instructor-price-list-box-right {
    width: 63.5%;
  }
}

.minutes-rabel {
  background: linear-gradient(#00a597, #00c7ba);
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.3rem 1.5rem;
}

.course-list {
  margin-top: 1rem;
  color: #333;
}

.corse-list-item {
  padding: 1rem 0;
  border-bottom: 1px dotted #666666;
}

.corse-price-text {
  font-family: "Roboto" sans-serif;
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 821px) {
  .corse-price-text {
    font-family: "Roboto" sans-serif;
    font-size: 2.8rem;
    margin-left: 3rem;
    margin-right: 0.5rem;
  }
}

.visitor-rabel {
  background: linear-gradient(#00a597, #00c7ba);
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.3rem 1rem 0.3rem 1.5rem;
  margin-bottom: 2rem;
}

.visitor-min-text {
  font-size: 1.4rem;
}

.visitor-price {
  margin-top: 4rem;
}

.second-minutes-rabel {
  margin-top: 4rem;
}

.instructor-price-min-title-second {
  margin-top: 1rem;
  color: #0090d9;
  letter-spacing: 0.13rem;
  display: flex;
  align-items: baseline;
}
.instructor-price-min-title-second::before {
  width: 5%;
  margin-right: 2.5rem;
  font-family: "Font Awesome 5 Free";
  content: "\f03d";
  font-weight: 900;
}

.offer {
  padding: 0 1rem;
}
@media screen and (min-width: 821px) {
  .offer {
    padding: 3rem 0;
  }
}

.offer-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  border: 8px solid #002D2A;
}
@media screen and (min-width: 821px) {
  .offer-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 0 3rem 0;
    border: 8px solid #002D2A;
  }
}

.offer-text p {
  font-size: 1.4rem;
  margin: 2rem 0;
  line-height: 3rem;
}

.offer-title {
  color: #002D2A;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (min-width: 821px) {
  .offer-title {
    color: #002D2A;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
  }
}

.price-inner {
  max-width: 800px;
  margin: 0 auto;
}

.price-min-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 821px) {
  .price-min-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.price-min-text {
  font-size: 1.4rem;
}

.price-text-wrap {
  padding: 1rem 0;
}
@media screen and (min-width: 821px) {
  .price-text-wrap {
    padding: 2rem 0;
  }
}

.price-text-all {
  padding: 0rem 0;
}
@media screen and (min-width: 821px) {
  .price-text-all {
    padding: 2rem 0;
  }
}

.price-big-title {
  font-size: 2rem;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .price-big-title {
    font-size: 2.6rem;
  }
}
.price-big-title::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background: #0090d9;
  margin: 3rem auto 0 auto;
}

.price-item {
  padding-top: 4rem;
}
@media screen and (min-width: 821px) {
  .price-item {
    padding-top: 6rem;
  }
}

.price-middle-title {
  font-size: 1.8rem;
  color: #002D2A;
}
@media screen and (min-width: 821px) {
  .price-middle-title {
    font-size: 2.2rem;
    color: #002D2A;
  }
}

.price-text-all-last {
  padding-bottom: 4rem;
}
@media screen and (min-width: 821px) {
  .price-text-all-last {
    padding-bottom: 7rem;
  }
}

.instructor-price-cta-sp {
  display: block;
  margin: 2rem 0;
}
@media screen and (min-width: 821px) {
  .instructor-price-cta-sp {
    display: none;
  }
}

.instructor-price-cta-pc {
  display: block;
  margin-bottom: 3rem;
}

.voice {
  padding: 1rem 0 4rem 0;
  background: #fff;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .voice {
    padding: 4rem 0;
    background: #fff;
    color: #333333;
  }
}

.voice-item {
  padding: 4rem 0 0rem 0;
}
.voice-item:nth-child(1) {
  padding: 0rem 0 0rem 0;
}
@media screen and (min-width: 769px) {
  .voice-item {
    padding: 4rem 0 0rem 0;
  }
  .voice-item:nth-child(1) {
    padding: 2rem 0 1rem 0;
  }
  .voice-item:last-child {
    padding: 4rem 0 0 0;
  }
}

.voice-item-text {
  width: 100%;
}
.voice-item-text span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .voice-item-text {
    width: 77%;
  }
}

.voice-item-bottom {
  display: block;
  padding: 4rem 0 0rem 0;
}
@media screen and (min-width: 769px) {
  .voice-item-bottom {
    display: flex;
    justify-content: flex-start;
    padding: 4rem 0 2rem 0;
  }
}

.voice-item-img {
  width: 220px;
  height: 220px;
  margin: 0 auto 3rem auto;
}
.voice-item-img img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .voice-item-img {
    width: 220px;
    height: 220px;
    margin: 0 4rem 0 0;
  }
  .voice-item-img img {
    object-fit: cover;
  }
}

.voice-item-text-min {
  margin-bottom: 2.7rem;
}
.voice-item-text-min:last-child {
  margin-bottom: 0rem;
}
@media screen and (min-width: 769px) {
  .voice-item-text-min {
    margin-bottom: 2.7rem;
  }
}

.centering-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.centering-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 0.4rem;
  margin: 2rem auto 0 auto;
  background: #00C7BA;
}
@media screen and (min-width: 769px) {
  .centering-title {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
  }
  .centering-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 0.4rem;
    margin: 4rem auto 0 auto;
    background: #00C7BA;
  }
}

.testimonial-rabel {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(#00a597, #00c7ba);
  padding: 0 1.5rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 769px) {
  .testimonial-rabel {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    background: linear-gradient(#00a597, #00c7ba);
    padding: 0 1.5rem;
    margin: 0 2rem 0 0;
  }
}

.common-rabel {
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 1rem;
  margin: 0 0 1rem 0;
  letter-spacing: 0.04rem;
  background: linear-gradient(#00a597, #00c7ba);
}
@media screen and (min-width: 769px) {
  .common-rabel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 1rem;
    margin: 0 2rem 0 0;
    letter-spacing: 0.04rem;
  }
}

.common-title-all {
  display: block;
  color: #154744;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00C7BA;
}
.common-title-all h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .common-title-all {
    display: flex;
    align-items: baseline;
    padding-bottom: 2rem;
    border-bottom: 1px solid #00C7BA;
    color: #154744;
  }
}

.studio-info {
  background: #fff;
}

.studio-min-text {
  color: #333;
  margin: 2rem 0 0 0 !important;
}
.studio-min-text p {
  margin-bottom: 2rem;
  display: block;
  text-align: left;
}
.studio-min-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .studio-min-text {
    color: #333;
    margin: 4rem 0 0 0 !important;
  }
  .studio-min-text p {
    margin-bottom: 4rem;
    display: block;
    text-align: center;
  }
  .studio-min-text p:last-child {
    margin-bottom: 0;
  }
}

.studio-table-all {
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .studio-table-all {
    padding-bottom: 8rem;
  }
}

.studio-table-all-inner {
  padding: 2rem 0;
}
.studio-table-all-inner td {
  margin: 0.5rem;
}
@media screen and (min-width: 769px) {
  .studio-table-all-inner {
    padding: 3rem 0;
  }
  .studio-table-all-inner td {
    margin: 0.5rem;
  }
}

.studio-item {
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .studio-item {
    padding: 5rem 0 0 0;
  }
}

.studio-map {
  border: 5px solid #dddddd;
  margin: 2rem 0;
  height: 500px;
}

.common-table {
  width: 100%;
}

.common-table-inner {
  display: flex;
}
.common-table-inner a {
  color: #fff;
}

.common-table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: #fff;
  color: #333;
  padding: 1.5rem 0;
  border: 2px solid #333;
  width: 25%;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .common-table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    text-align: center;
    width: 30%;
  }
}

.common-table-text {
  display: flex;
  align-items: center;
  width: 80%;
  font-size: 1.4rem;
  background: #D1F2EE;
  padding: 1.5rem 1rem;
  word-break: break-all;
  color: #333;
}
.common-table-text a {
  color: #333;
}
@media screen and (min-width: 821px) {
  .common-table-text {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5rem 0 1.5rem 4rem;
    word-break: break-all;
  }
}

.instructors {
  color: #fff;
  padding: 2rem 0 8rem 0;
}

.instructors-item {
  margin-bottom: 2rem;
}

.instructors-item-wrap {
  display: block;
}
.instructors-item-wrap img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .instructors-item-wrap {
    display: flex;
    align-items: flex-start;
  }
  .instructors-item-wrap img {
    width: 220px;
    height: auto;
    object-fit: contain;
    margin-right: 4rem;
  }
}

.instructors-text {
  width: 100%;
}

.instructors-text-min p span {
  color: #f48f56;
  font-weight: bold;
}
.instructors-text-min br {
  display: none;
}
@media screen and (min-width: 769px) {
  .instructors-text-min br {
    display: block;
  }
}

.instructors-box {
  background: #257a75;
  margin: 3rem 0 0 0;
  padding: 2rem 3rem 3.5rem 3rem;
  font-size: 1.4rem;
}
.instructors-box h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.instructors-box ul li {
  margin: 0rem 0 1.5rem 0;
}
.instructors-box ul li:last-of-type {
  margin: 0;
}

.instructor-price-btn {
  display: block;
  border-bottom: 1px dotted #666666;
  padding: 3rem 0;
}
@media screen and (min-width: 821px) {
  .instructor-price-btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px dotted #666666;
    padding: 4rem 0;
  }
}

.instructor-price-label {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  text-align: center;
  background: #ba002a;
  margin: 0 3rem 0 0;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .instructor-price-label {
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    text-align: center;
    background: #ba002a;
    margin: 0 3rem 0 0;
    display: inline-block;
    margin-bottom: 0rem;
  }
}

.instructor-price-text {
  color: #fff;
  margin: 0 4rem 0 0;
  font-family: "Roboto";
}
.instructor-price-text span {
  font-size: 2rem;
  margin: 0 0.5rem;
}
.instructor-price-text p {
  font-size: 5.1rem !important;
  line-height: 5rem;
}

.price-tax-text {
  font-size: 1.3rem !important;
  color: #999999;
}

.instructor-price-profile-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  background: linear-gradient(to right, #e26a1a, #ffa73a);
}
.instructor-price-profile-cta a:after {
  margin-left: 1.5rem;
  content: "";
  width: 22px;
  height: 10px;
  display: inline-block;
  background: url("../studio-img/arrow.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 821px) {
  .instructor-price-profile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 9rem;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0rem;
    background: linear-gradient(to right, #e26a1a, #f48f56);
  }
  .instructor-price-profile-cta a:after {
    margin-left: 1.5rem;
    content: "";
    width: 22px;
    height: 10px;
    display: inline-block;
    background: url("../studio-img/arrow.svg") no-repeat;
    background-size: contain;
  }
}

.instructor-profile-sns-area {
  display: block;
  justify-content: flex-start;
  padding: 4rem 0;
}
.instructor-profile-sns-area a {
  font-weight: bold;
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 0.8rem;
  text-align: center;
  display: inline-block;
  padding: 2rem 0;
  font-size: 1.3rem;
  border: 2px solid #fff;
}
.instructor-profile-sns-area a:nth-child(3) {
  margin-right: 0;
}
.instructor-profile-sns-area a:after {
  margin-left: 1.5rem;
  content: "";
  width: 22px;
  height: 10px;
  display: inline-block;
  background: url("../studio-img/arrow.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .instructor-profile-sns-area {
    display: flex;
    justify-content: flex-start;
    padding: 4rem 0;
  }
  .instructor-profile-sns-area a {
    font-weight: bold;
    width: 32%;
    margin-bottom: 0rem;
    margin-right: 2rem;
    text-align: center;
    display: inline-block;
    padding: 2rem 0;
    font-size: 1.3rem;
    border: 2px solid #fff;
  }
  .instructor-profile-sns-area a:nth-child(3) {
    margin-right: 0;
  }
  .instructor-profile-sns-area a:after {
    margin-left: 1.5rem;
    content: "";
    width: 22px;
    height: 10px;
    display: inline-block;
    background: url("../studio-img/arrow.svg") no-repeat;
    background-size: contain;
  }
}

.instructors-cta {
  display: block;
}
@media screen and (min-width: 769px) {
  .instructors-cta {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .instructors-cta {
    display: flex;
    justify-content: flex-start;
  }
}

.instructors-cta-item {
  width: 100%;
  background: #002D2A !important;
  border: 1px solid #fff !important;
}
@media screen and (min-width: 769px) {
  .instructors-cta-item {
    width: 350px;
    height: 50px;
    margin-right: 2rem;
  }
}

.about-intro {
  padding: 4rem 0 8rem 0;
}

.about-title {
  padding: 3rem 0;
}
@media screen and (min-width: 769px) {
  .about-title {
    padding: 4rem 0;
  }
}

.method-des {
  background: #D1F2EE;
  padding: 1.5rem 1rem;
}
.method-des p {
  font-size: 1.6rem;
  color: #333;
  line-height: 3rem;
  text-align: left;
}
.method-des p span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .method-des {
    background: #D1F2EE;
    padding: 4rem;
  }
  .method-des p {
    font-size: 1.8rem;
    color: #333;
    line-height: 3rem;
    text-align: center;
  }
}

.method {
  background: #fff;
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 769px) {
  .method {
    background: #fff;
    padding: 0 0 5rem 0;
  }
}

.method-inner {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0 1rem;
}
.method-inner h1 {
  color: #00C7BA;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.method-inner h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .method-inner h1 {
    color: #00C7BA;
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .method-inner h1 span {
    font-size: 4.8rem;
  }
}

.method-chart {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  padding: 0rem 0 4rem 0;
}
@media screen and (min-width: 769px) {
  .method-chart {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding: 2rem 0 8rem 0;
  }
}

.abroad-method {
  padding: 3rem 0 0 0;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 769px) {
  .abroad-method {
    padding: 3rem 0;
    background: #fff;
    color: #333;
  }
}

.abroad-method-inner {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0 1rem;
}
.abroad-method-inner h1 {
  color: #00C7BA;
  text-align: center;
  font-size: 2rem;
}
.abroad-method-inner h1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .abroad-method-inner h1 {
    color: #00C7BA;
    text-align: center;
    font-size: 3.3rem;
  }
  .abroad-method-inner h1 span {
    font-size: 4.8rem;
  }
}

.abroad-method-wrap {
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .abroad-method-wrap {
    padding: 5rem 0;
  }
}

.abroad-method-item {
  margin-bottom: 4rem;
  padding: 1rem;
  border: 2px solid #154744;
}
.abroad-method-item h2 {
  font-size: 2rem;
  border-bottom: 3px solid #fff;
  padding: 1.5rem 0;
  color: #154744;
}
.abroad-method-item:nth-child(3) {
  margin-bottom: 0rem;
}
@media screen and (min-width: 769px) {
  .abroad-method-item {
    margin-bottom: 6rem;
    padding: 2.5rem;
    border: 2px solid #154744;
  }
  .abroad-method-item h2 {
    font-size: 3rem;
    border-bottom: 3px solid #fff;
    padding: 3rem 0;
    color: #154744;
  }
}

.method-item {
  display: inline-block;
  font-size: 1.4rem;
  background: linear-gradient(#00a597, #00c7ba);
  padding: 0.5rem 5rem;
  color: #fff;
  letter-spacing: 0.44rem;
}
@media screen and (min-width: 769px) {
  .method-item {
    display: inline-block;
    font-size: 1.8rem;
    background: linear-gradient(#00a597, #00c7ba);
    padding: 0.5rem 5rem;
    letter-spacing: 0.44rem;
  }
}

.abroad-method-text {
  display: block;
  padding: 2rem 0;
}
.abroad-method-text img {
  max-width: inherit;
  width: 100%;
  margin-right: 0rem;
}
.abroad-method-text p {
  margin-top: 1rem;
  line-height: 3rem;
}
.abroad-method-text p span {
  color: #70c4e5;
}
@media screen and (min-width: 769px) {
  .abroad-method-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 0;
  }
  .abroad-method-text img {
    max-width: 530px;
    margin-right: 3.5rem;
  }
  .abroad-method-text p {
    margin-top: 0rem;
    line-height: 3rem;
  }
  .abroad-method-text p span {
    color: #70c4e5;
  }
}

.clients-box {
  background: #D1F2EE;
  padding: 1.5rem;
  font-size: 1.3rem;
}
.clients-box h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .clients-box {
    background: #D1F2EE;
    padding: 3rem;
    font-size: 1.4rem;
  }
  .clients-box h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.method-table {
  padding-top: 2rem;
}
.method-table table {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  height: 100%;
}
.method-table td {
  padding: 0.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .method-table {
    padding-top: 5rem;
  }
  .method-table table {
    font-size: 1.4rem;
    text-align: center;
    height: 100%;
  }
  .method-table td {
    padding: 1.5rem 2rem;
    line-height: 3rem;
  }
}

.method-th {
  padding: 1rem 0;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  text-align: center;
  background: linear-gradient(#00a597, #00c7ba) !important;
}
.method-th:last-child {
  border-right: 0px solid #fff;
  border-bottom: 5px solid #fff;
}

.method-td-title {
  width: 25%;
  padding: 0 !important;
  border-bottom: 5px solid #fff;
  color: #333;
}
.method-td-title div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #333;
}

.method-th-bg {
  background: #ebf4f3;
  border-bottom: 5px solid #fff;
  width: 50%;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 769px) {
  .method-th-bg {
    background: #ebf4f3;
    border-bottom: 5px solid #fff;
    width: 60%;
    text-align: left;
  }
}

.method-td-bg {
  background: #D1F2EE;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 15%;
  color: #333;
}

.lesson-flow-info {
  background: #002D2A;
  color: #fff;
}

.lesson-flow-btn-area {
  display: inline-block;
}

.lesson-flow-btn-area {
  display: block;
  background: linear-gradient(#00a597, #00c7ba);
  padding: 2rem;
}
@media screen and (min-width: 1100px) {
  .lesson-flow-btn-area {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(#00a597, #00c7ba);
    padding: 4rem 3rem;
  }
}

.step-title {
  font-size: 2.4rem;
  letter-spacing: 0.44rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
}

.step-text {
  background: #fff;
  color: #002D2A;
  padding: 2rem 1.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .step-text {
    background: #fff;
    color: #002D2A;
    padding: 2rem 1.4rem;
    font-weight: 900;
  }
}

.step-item {
  margin-bottom: 4rem;
  border: 3px solid #327a75;
  padding: 1rem;
}
.step-item:last-child {
  margin-bottom: 0rem;
}
@media screen and (min-width: 1100px) {
  .step-item {
    margin-bottom: 7rem;
    border: 3px solid #327a75;
    padding: 2.5rem;
  }
  .step-item:last-child {
    margin-bottom: 3rem;
  }
}

.step-flow {
  color: #fff;
}

.step-flow-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
}

.step-label {
  font-size: 2rem;
  display: block;
  text-align: center;
  background: linear-gradient(#00a597, #00c7ba);
  letter-spacing: 0.44rem;
  padding: 1rem 10rem;
}
@media screen and (min-width: 821px) {
  .step-label {
    font-size: 2.4rem;
    display: inline-block;
    background: linear-gradient(#00a597, #00c7ba);
    letter-spacing: 0.44rem;
    padding: 1rem 10rem;
  }
}

.step-item-wrap {
  padding-top: 2rem;
  display: block;
  justify-content: space-between;
  align-items: flex-start;
}
.step-item-wrap img {
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .step-item-wrap {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .step-item-wrap img {
    max-width: 400px;
    height: 250px;
    object-fit: cover;
    padding-top: 0rem;
  }
}

.step-item-inner h2 {
  color: #154744;
  font-size: 2.4rem;
}
.step-item-inner p {
  color: #333;
  padding-top: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 1100px) {
  .step-item-inner h2 {
    color: #154744;
  }
  .step-item-inner p {
    padding-top: 3rem;
    line-height: 3rem;
  }
}

.studio-label-text {
  padding: 3rem 0 0 0;
  position: relative;
  z-index: 100;
}
.studio-label-text h2 {
  font-size: 1.8rem;
  color: #257a75;
  text-align: center;
  position: relative;
  z-index: 100;
  padding: 0.3rem 1rem;
}
.studio-label-text p {
  color: #333;
  text-align: center;
  padding: 2rem 0;
  line-height: 2.9rem;
}
.studio-label-text p br {
  display: none;
}
@media screen and (min-width: 769px) {
  .studio-label-text {
    padding: 3rem 0 0 0;
    position: relative;
    z-index: 100;
  }
  .studio-label-text h2 {
    font-size: 2.2rem;
    color: #154744;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 0.3rem 1rem;
  }
  .studio-label-text p {
    color: #333;
    text-align: center;
    padding: 3rem 0;
    line-height: 2.9rem;
  }
  .studio-label-text p br {
    display: block;
  }
}

.studio-img-wrap {
  display: block;
}
.studio-img-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.studio-img-wrap img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .studio-img-wrap {
    display: flex;
    justify-content: space-around;
  }
  .studio-img-wrap img {
    width: 30%;
    margin-bottom: 0rem;
  }
  .studio-img-wrap img:last-child {
    margin-bottom: 0;
  }
}

.contact-page-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact-form-wrap {
  font-size: 1.6rem;
  width: 100%;
}

.contact-label-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem 0;
}

.text-area-item {
  display: flex;
  justify-content: space-around;
  align-items: flex-start !important;
  margin: 2rem 0;
}

.text-area-title {
  margin-top: 1rem;
}

.contact-label-text {
  width: 60%;
}
.contact-label-text input {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  background: #fff;
}
.contact-label-text select {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.contact-text-area {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  position: relative;
  appearance: none;
  background: #fff;
}

.contact-label-select {
  position: relative;
}
.contact-label-select:after {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  content: "";
  background: url("../icon/arrow-icon-black.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.contact-label-title {
  width: 40%;
  text-align: left;
  margin-right: 1rem;
  display: block;
  color: #333;
}
@media screen and (min-width: 769px) {
  .contact-label-title {
    width: 40%;
    text-align: left;
    margin-right: 1rem;
    display: flex;
  }
}

.required:after {
  content: "必須";
  color: #f48f56;
  font-weight: bold;
  width: 60px;
  display: block;
  padding: 0 1rem;
  margin-left: 5%;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .required:after {
    content: "必須";
    color: #f48f56;
    font-weight: bold;
    display: inline-block;
    padding: 0 1rem;
    margin-left: 5%;
    margin-top: 0;
    text-align: center;
    font-weight: normal;
  }
}

.optional:after {
  content: "任意";
  color: #fff;
  width: 60px;
  display: block;
  padding: 0 1rem;
  margin-left: 5%;
  margin-top: 0.5rem;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .optional:after {
    content: "任意";
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
    margin-left: 5%;
    margin-top: 0;
    font-weight: normal;
  }
}

.contact-page-inner p {
  color: #333;
}

.contact-page-cta {
  width: 100% !important;
}

.osaka-instructor {
  background: #fff;
  padding: 1rem 0 4rem 0;
}
.osaka-instructor h1 {
  color: #154744;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.22em;
  border-bottom: 1px solid #00C7BA;
  padding-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .osaka-instructor {
    background: #fff;
    padding: 6rem 0;
  }
  .osaka-instructor h1 {
    color: #154744;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.22em;
    border-bottom: 1px solid #00C7BA;
    padding-bottom: 2rem;
  }
}

.osaka-instructor-wrap {
  display: block;
  padding-top: 3rem;
  color: rgba(51, 51, 51, 0.2);
}
.osaka-instructor-wrap img {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 330px;
}
@media screen and (min-width: 821px) {
  .osaka-instructor-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    color: #333;
  }
  .osaka-instructor-wrap img {
    display: block;
    max-width: 330px;
    margin: 0 4rem 0 0;
  }
}

.osaka-price-text-all p {
  color: #333;
  line-height: 2.9rem;
  margin-bottom: 0.5rem;
}
.osaka-price-text-all p span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .osaka-price-text-all p {
    line-height: 2.9rem;
    margin-bottom: 1.2rem;
  }
  .osaka-price-text-all p span {
    color: #f48f56;
    font-weight: bold;
  }
}

.osaka-price-list-wrap {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .osaka-price-list-wrap {
    width: 78%;
  }
}

.osaka-price-list-item {
  display: block;
  border-bottom: 1px dotted #666666;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.osaka-price-list-item:nth-child(4) {
  margin-bottom: 0 !important;
  border-bottom: 1px dotted #666666;
}
.osaka-price-list-item p {
  margin-right: 0rem;
}
@media screen and (min-width: 821px) {
  .osaka-price-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dotted #666666;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .osaka-price-list-item:nth-child(4) {
    margin-bottom: 0 !important;
    border-bottom: 0px;
  }
  .osaka-price-list-item p {
    margin-right: 2rem;
  }
}

.visiter-list {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 821px) {
  .visiter-list {
    margin-bottom: 2rem !important;
  }
}

.osaka-price-text {
  margin-top: 2.5rem;
}
.osaka-price-text span {
  margin-left: 1rem;
}
@media screen and (min-width: 821px) {
  .osaka-price-text {
    margin-top: 2.5rem;
  }
  .osaka-price-text span {
    margin-left: 2rem;
  }
}

.osaka-price-list {
  display: block;
  border-top: 0px dotted #666666;
  border-bottom: 1px dotted #666666;
  margin-top: 3rem;
}
.osaka-price-list:nth-child(4) {
  border-bottom: 0px;
}
@media screen and (min-width: 821px) {
  .osaka-price-list {
    display: flex;
    align-items: flex-start;
    border-top: 1px dotted #666666;
    border-bottom: 0px dotted #666666;
    margin-bottom: 0rem;
  }
}

.tax-price {
  color: #999999 !important;
  font-size: 1.3rem !important;
  font-weight: normal !important;
  margin-bottom: 2rem !important;
}

.big-price {
  color: #00C7BA !important;
  font-size: 5.1rem;
  font-weight: normal !important;
  font-family: "Roboto";
}

.yen {
  font-weight: normal !important;
  color: #00C7BA !important;
}

.osaka-price-first-label {
  width: 140px;
  font-size: 1.8rem;
  display: inline-block;
  background: #154744;
  color: #fff !important;
  font-weight: bold;
  padding: 0.5rem 0rem;
  text-align: center;
  margin-right: 3rem;
}

.osaka-price-label {
  width: 140px;
  font-size: 1.8rem;
  display: inline-block;
  color: #fff !important;
  background: linear-gradient(#00a597, #00c7ba);
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 0rem;
  text-align: center;
  margin-right: 3rem;
}

.course-label {
  font-size: 1.6rem;
  margin-bottom: 2rem !important;
  color: #154744 !important;
  font-weight: normal !important;
  margin-right: 3rem;
}

.price-min {
  color: #154744 !important;
  font-weight: normal !important;
  font-size: 2.8rem;
  font-family: "Roboto";
  margin-bottom: 2rem !important;
  margin-right: 1rem;
}

.osaka-instructor-cta {
  padding: 2rem 2rem;
  background: linear-gradient(to right, #e26a1a, #f48f56);
  font-weight: bold;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.osaka-instructor-cta:after {
  content: url("../studio-img/arrow.svg");
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 2rem;
}
@media screen and (min-width: 821px) {
  .osaka-instructor-cta {
    padding: 2rem 5rem;
    background: linear-gradient(to right, #e26a1a, #f48f56);
    font-weight: bold;
    margin-top: 2rem;
    display: inline-block;
  }
  .osaka-instructor-cta:after {
    content: url("../studio-img/arrow.svg");
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 2rem;
  }
}

.yen02 {
  color: #fff !important;
  font-weight: normal !important;
  margin: 0 !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 821px) {
  .yen02 {
    color: #fff !important;
    font-weight: normal !important;
    margin: 0 !important;
    font-size: 1.6rem;
  }
}

.instructor-qa {
  border: 1px solid #00C7BA;
  margin-top: 3rem;
}
.instructor-qa h2 {
  color: #154744;
  font-size: 1.8rem;
  border-bottom: 1px solid #00C7BA;
  padding: 2rem;
}
@media screen and (min-width: 821px) {
  .instructor-qa {
    border: 1px solid #00C7BA;
    margin-top: 8rem;
  }
  .instructor-qa h2 {
    color: #154744;
    font-size: 1.8rem;
    border-bottom: 1px solid #00C7BA;
    padding: 2rem;
  }
}

.instructor-qa-wrap {
  padding: 1.5rem;
}
@media screen and (min-width: 821px) {
  .instructor-qa-wrap {
    padding: 3rem 2.5rem;
  }
}

.instructor-qa-wrap-min {
  display: flex;
  flex-wrap: wrap;
}
.instructor-qa-wrap-min img {
  order: 1;
  max-width: 400px;
  object-fit: contain;
  margin-left: 0rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 821px) {
  .instructor-qa-wrap-min {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .instructor-qa-wrap-min img {
    order: 2;
    max-width: 400px;
    object-fit: contain;
    margin-left: 3rem;
    margin-bottom: 0rem;
  }
}

.instructor-qa-text {
  order: 2;
  color: #333;
}
.instructor-qa-text h3 {
  color: #00C7BA;
  font-size: 1.6rem;
}
.instructor-qa-text p {
  padding: 1rem 0 2rem 0;
  line-height: 2.9rem;
}
.instructor-qa-text p span {
  color: #f48f56;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .instructor-qa-text {
    order: 2;
    color: #333;
  }
  .instructor-qa-text h3 {
    color: #00C7BA;
    font-size: 1.6rem;
  }
  .instructor-qa-text p {
    padding: 2.5rem 0;
    line-height: 2.9rem;
  }
  .instructor-qa-text p span {
    color: #f48f56;
    font-weight: bold;
  }
}

.instructor-qa-text-bottom {
  color: #333;
}
.instructor-qa-text-bottom h3 {
  color: #00C7BA;
  font-size: 1.6rem;
}
.instructor-qa-text-bottom p {
  padding: 1rem 0 2rem 0;
  line-height: 2.9rem;
}
.instructor-qa-text-bottom p span {
  color: #f48f56;
  font-weight: bold;
}
.instructor-qa-text-bottom p:nth-child(4) {
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 821px) {
  .instructor-qa-text-bottom {
    color: #333;
  }
  .instructor-qa-text-bottom h3 {
    color: #00C7BA;
    font-size: 1.6rem;
  }
  .instructor-qa-text-bottom p {
    padding: 2.5rem 0;
    line-height: 2.9rem;
  }
  .instructor-qa-text-bottom p span {
    color: #f48f56;
    font-weight: bold;
  }
  .instructor-qa-text-bottom p:nth-child(4) {
    padding: 2.5rem 0 0 0;
  }
}

.top-qa {
  display: flex;
  align-items: flex-start;
}
.top-qa:before {
  content: "1";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00C7BA;
  width: 40px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 821px) {
  .top-qa:before {
    content: "1";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00C7BA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1rem;
  }
}

.center-qa {
  display: flex;
  align-items: flex-start;
}
.center-qa:before {
  content: "2";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00C7BA;
  width: 27px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 821px) {
  .center-qa:before {
    content: "2";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00C7BA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1rem;
  }
}

.center-qa02 {
  display: flex;
  align-items: flex-start;
}
.center-qa02:before {
  content: "3";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00C7BA;
  width: 27px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 821px) {
  .center-qa02:before {
    content: "3";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00C7BA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1rem;
  }
}

.bottom-qa {
  display: flex;
  align-items: flex-start;
}
.bottom-qa:before {
  content: "4";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00C7BA;
  width: 23px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 821px) {
  .bottom-qa:before {
    content: "4";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00C7BA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1rem;
  }
}

.instructor-message {
  background: #D1F2EE;
  padding: 3rem 0 4rem 0;
}
.instructor-message h1 {
  color: #154744;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .instructor-message {
    padding: 10rem 0 6rem 0;
  }
  .instructor-message h1 {
    color: #154744;
    font-size: 3.6rem;
    text-align: center;
  }
}

.instructor-message-item {
  width: 300px;
  height: 300px;
  display: block;
  margin: 3rem auto;
}
@media screen and (min-width: 821px) {
  .instructor-message-item {
    width: 300px;
    height: 300px;
    display: block;
    margin: 6rem auto;
  }
}

.instructor-message-text {
  text-align: left;
}
.instructor-message-text h2 {
  text-align: center;
  display: block;
  background: #fff;
  color: #00C7BA;
  padding: 0.5rem 3rem;
  margin-bottom: 3rem;
  position: relative;
  font-size: 1.6rem;
}
.instructor-message-text h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.instructor-message-text p {
  color: #333;
  line-height: 2.9rem;
  margin-bottom: 2rem;
}
.instructor-message-text p span {
  color: #f48f56;
  font-weight: bold;
}
.instructor-message-text p:last-child {
  margin-bottom: 0rem;
}
.instructor-message-text img {
  display: block;
  margin: 0 auto 3rem auto;
  max-width: 500px;
  object-fit: contain;
}
@media screen and (min-width: 821px) {
  .instructor-message-text {
    text-align: center;
  }
  .instructor-message-text h2 {
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #00C7BA;
    padding: 0.5rem 3rem;
    margin-bottom: 4.5rem;
    position: relative;
    font-size: 2.4rem;
  }
  .instructor-message-text h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 30px 0 30px;
  }
  .instructor-message-text p {
    color: #333;
    line-height: 2.9rem;
    margin-bottom: 4rem;
  }
  .instructor-message-text p span {
    color: #f48f56;
    font-weight: bold;
  }
  .instructor-message-text img {
    display: block;
    margin: 0 auto 6rem auto;
    max-width: 500px;
    object-fit: contain;
  }
}

.ceo-message {
  background: #fff;
  padding: 4rem 0;
}
.ceo-message h1 {
  font-size: 2rem;
  text-align: center;
  color: #154744;
}
@media screen and (min-width: 821px) {
  .ceo-message {
    padding: 6rem 0;
  }
  .ceo-message h1 {
    font-size: 3.6rem;
    text-align: center;
    color: #154744;
  }
}

.ceo-message-wrap {
  display: block;
  padding-top: 3rem;
}
@media screen and (min-width: 821px) {
  .ceo-message-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 6rem;
  }
}

.ceo-prof img {
  width: 260px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto -1rem auto;
}
@media screen and (min-width: 821px) {
  .ceo-prof img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto -1rem auto;
  }
}

.ceo-prof-text-box {
  background: #fff;
  font-size: 1.3rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  border: 1px solid #00C7BA;
}
.ceo-prof-text-box p {
  color: #002d2a;
  margin-bottom: 3rem;
}
.ceo-prof-text-box h2 {
  font-size: 1.3rem;
  color: #00C7BA;
  border-bottom: 1px dotted #00C7BA;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ceo-prof-text-box ul {
  color: #666666;
}
.ceo-prof-text-box ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 821px) {
  .ceo-prof-text-box {
    background: #fff;
    font-size: 1.3rem;
    padding: 2rem;
    position: relative;
    z-index: 1;
  }
  .ceo-prof-text-box p {
    color: #002d2a;
    margin-bottom: 3rem;
  }
  .ceo-prof-text-box h2 {
    font-size: 1.3rem;
    color: #00C7BA;
    border-bottom: 1px dotted #00C7BA;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .ceo-prof-text-box ul {
    color: #666666;
  }
  .ceo-prof-text-box ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}

.ceo-text {
  color: #333;
  margin-left: 0rem;
}
.ceo-text p {
  line-height: 2.9rem;
  margin-bottom: 2rem;
}
.ceo-text p span {
  color: #f48f56;
  font-weight: bold;
}
.ceo-text p:last-child {
  margin-bottom: 0rem;
}
@media screen and (min-width: 821px) {
  .ceo-text {
    color: #333;
    margin-left: 9rem;
  }
  .ceo-text p {
    line-height: 2.9rem;
    margin-bottom: 4rem;
  }
  .ceo-text p span {
    color: #f48f56;
    font-weight: bold;
  }
}

.contact-step {
  padding: 0rem 0 3rem 0;
  background: #002D2A;
}
@media screen and (min-width: 769px) {
  .contact-step {
    padding: 3rem 0;
  }
}

.contact-step-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.contact-step-top-label {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.contact-step-top-label p {
  width: 30%;
  text-align: center;
  background: #9aaebf;
  margin-right: 2rem;
  position: relative;
}
.contact-step-top-label p:nth-child(1) {
  background: #fff;
}
.contact-step-top-label p:nth-child(1):after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}
.contact-step-top-label p:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #9aaebf;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}

.contact-step02-top-label {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.contact-step02-top-label p {
  width: 30%;
  text-align: center;
  background: #9aaebf;
  margin-right: 2rem;
  position: relative;
}
.contact-step02-top-label p:nth-child(2) {
  background: #fff;
}
.contact-step02-top-label p:nth-child(2):after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}
.contact-step02-top-label p:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #9aaebf;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}

.contact-step-wrap {
  padding: 3rem 2rem;
  position: relative;
}
.contact-step-wrap br {
  display: none;
}

.instructor-select-label {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 3rem;
}
.instructor-select-label::after {
  font-size: 1.2rem;
  color: #f8b500;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #f8b500;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}

.contact-step-label {
  display: block;
  margin-bottom: 3rem;
}
.contact-step-label label {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
.contact-step-label label::after {
  font-size: 1.2rem;
  color: #F48F56;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #F48F56;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}
.contact-step-label input {
  padding: 0 1.5rem;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid;
}
.contact-step-label select {
  padding: 0 1.5rem;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid;
}
.contact-step-label p br {
  display: none;
}

.form-step-button {
  width: 100%;
  height: 75px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(#E26A1A, #F48F56);
  height: 100%;
}
.form-step-button br {
  display: block !important;
}
.form-step-button:hover {
  background: #fff;
  color: #E26A1A;
}

.send[disabled] {
  background-color: #aaa;
  cursor: not-allowed;
}

.contact-step-check-item {
  margin-bottom: 1.5rem;
  display: flex !important;
  align-items: flex-start;
  font-weight: 400 !important;
}
.contact-step-check-item input {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 0;
  margin-right: 1rem;
  appearance: auto;
  -webkit-appearance: auto;
}
.contact-step-check-item p {
  font-size: 1.8rem;
  margin-left: 1.5rem;
}
.contact-step-check-item p span {
  display: block;
  font-size: 1.2rem;
}

input[type=date]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date] {
  width: 100%;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.contact-step-price {
  width: 48%;
  height: 60px;
  max-width: 250px;
}
.contact-step-price input {
  display: inline-block;
}
.contact-step-price p {
  font-size: 1.4rem;
}
.contact-step-price p span {
  font-size: 4rem;
  font-family: "Roboto";
  margin-left: 0.5rem;
}

.contact-step-price-min {
  display: flex;
  align-items: baseline;
  font-size: 3rem !important;
  font-weight: bold;
}

.contact-step-last-btn {
  z-index: 999;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d8e5ef;
}

.contact-step-price-btn {
  width: 48%;
  max-width: 250px;
  cursor: pointer;
}
.contact-step-price-btn button {
  margin-top: 0 !important;
  display: inline-block !important;
}
.contact-step-price-btn button span {
  font-size: 1.8rem;
}

.visitar-link {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.pad-area #inner {
  padding: 0;
}

.contact-first-message {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.contact-first-message p {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  color: #F48F56;
  border: 2px solid;
  border-radius: 0.5rem;
}
.contact-first-message p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F48F56;
}

.instructor-contact-min-box {
  display: none;
}

.min-box01 {
  display: block;
}

.reserve-instructor h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

.instructor-min-box-text h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .instructor-min-box-text h3 {
    font-size: 1.8rem;
  }
}
.instructor-min-box-text p {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.instructor-min-box-text p span {
  font-size: 1.2rem;
  color: #fff;
  background: #CB0241;
  display: inline-block;
  line-height: 1.8;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
.instructor-min-box-text ul {
  font-size: 1.1rem;
}
.instructor-min-box-text ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.instructor-min-box-text ul li::before {
  content: "■";
  color: #c2d500;
  width: 8px;
  height: 8px;
  margin-right: 0.8rem;
}
@media screen and (min-width: 769px) {
  .instructor-min-box-text ul {
    font-size: 1.3rem;
  }
}

.instructor-contact-min-wrap {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}
.instructor-contact-min-wrap img {
  width: 35%;
  object-fit: contain;
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  .instructor-contact-min-wrap img {
    width: 180px;
    object-fit: contain;
    margin-right: 1rem;
  }
}

#box4 {
  display: none;
}

.contact-step-top-label {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.contact-step-top-label p {
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
  background: #d7dedd;
  margin-right: 2rem;
  position: relative;
}
.contact-step-top-label p:nth-child(1) {
  background: #00a597;
}
.contact-step-top-label p:nth-child(1):after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #00a597;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}
.contact-step-top-label p:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #d7dedd;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}

.copy-right02 {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.footer-reserve {
  padding-top: 1rem !important;
}

.sp-reserve-btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 45, 42, 0.8);
  padding: 1rem;
}
.sp-reserve-btn a {
  color: #fff;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  display: block;
  padding: 1rem 2rem 0.8rem 2rem;
  background: linear-gradient(#E26A1A, #f48f56);
}
.sp-reserve-btn a span {
  display: inline-block;
  max-width: 150px;
  position: absolute;
  font-weight: normal;
  top: -1.6rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  color: #E26A1A;
  font-size: 1.3rem;
  padding: 0.1rem 2rem;
  border-radius: 6rem;
  border: 2px solid #E26A1A;
}
@media screen and (min-width: 769px) {
  .sp-reserve-btn {
    display: none;
  }
}/*# sourceMappingURL=osaka.css.map */