@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;
}

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 {
  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: 640px) {
  body {
    font-size: 1.6rem;
  }
}

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: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media screen and (min-width: 640px) {
  .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.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 2rem;
}

@media screen and (min-width: 640px) {
  .nav-toggle-wrap {
    display: block;
  }
  .nav-toggle-wrap:after {
    content: url("../studio-img/sp-menu-btn.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(5, 10, 40, 0.9);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #fff;
}

.nav-toggle-item a {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem 3rem;
  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: 640px) {
  .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: rgba(5, 10, 40, 0.8);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  z-index: 999;
}

.studio-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.studio-header nav a {
  display: none;
}

.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: rgba(5, 10, 40, 0.8);
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    z-index: 999;
  }
  .studio-header nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .studio-header nav a {
    display: flex;
  }
  .studio-header nav a:hover {
    opacity: 1 !important;
    color: #70c4e5;
  }
  .studio-header nav .logo {
    display: block;
    width: auto;
    height: auto;
    display: inline-block;
  }
}

.logo {
  margin-right: 0;
}

.logo img {
  max-width: 150px;
}

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

.entry-button {
  display: none;
}

@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;
  }
}

.tel-button {
  font-size: 1.8rem;
  border: 2px 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: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px 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;
}

.tokyo-mainvisual {
  background: url("../studio-img/sp-mainvisual-tokyo.jpg") no-repeat;
  background-size: cover;
  padding: 4rem 0rem 1rem 0rem;
}

.tokyo-mainvisual h1 {
  padding: 11rem 0 2rem 0;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 1.7rem;
  font-feature-settings: 'palt';
}

.tokyo-mainvisual h1 .mv-bigtext {
  font-size: 4.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.tokyo-mainvisual h1 .sub-text-top {
  color: #2bd892;
  font-size: 2.1rem;
}

.tokyo-mainvisual h1 .sub-text-bottom {
  color: #2bd892;
  font-size: 2.1rem;
}

@media screen and (min-width: 820px) {
  .tokyo-mainvisual {
    background: url("../studio-img/tb-mainvisual-tokyo.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 2rem 6.5rem 2rem;
  }
}

@media screen and (min-width: 1100px) {
  .tokyo-mainvisual {
    background: url("../studio-img/mainvisual-bg-03.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 2rem 6.5rem 2rem;
  }
  .tokyo-mainvisual h1 {
    padding: 8rem 0 4rem 0;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    font-feature-settings: 'palt';
  }
  .tokyo-mainvisual h1 .mv-bigtext {
    font-size: 10rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .tokyo-mainvisual h1 .sub-text-top {
    color: #2bd892;
    font-size: 4rem;
  }
  .tokyo-mainvisual h1 .sub-text-bottom {
    color: #2bd892;
    font-size: 4rem;
  }
}

.mainvisual-btn {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 645px;
}

.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: 640px) {
  .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: #050a28;
  padding: 3rem 0;
}

@media screen and (min-width: 820px) {
  .hybrid {
    background: #050a28;
    padding: 7rem 0 5rem 0;
  }
}

.hybrid-inner h1 {
  display: block;
  background: url("../studio-img/headbg-sp.png") no-repeat;
  background-size: cover;
  color: #70c4e5;
  font-size: 2rem;
  line-height: normal;
  font-feature-settings: 'palt';
  letter-spacing: 0.8rem;
  text-align: center;
  font-weight: bold;
  background-blend-mode: lighten;
  background-color: rgba(5, 10, 40, 0.8);
}

.hybrid-inner img {
  max-width: 750px;
  display: block;
  margin: 0 auto;
  padding-top: 4rem;
}

.hybrid-inner p {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 1rem;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 820px) {
  .hybrid-inner {
    padding: 0;
  }
  .hybrid-inner h1 {
    display: block;
    background: url("../studio-img/headbg.png") no-repeat;
    background-size: contain;
    color: #70c4e5;
    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: #fff;
    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(#0e00ac, #7971e2);
  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 #050a28;
}

.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: #050a28;
  outline: 1px solid #050a28;
}

.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: 820px) {
  .big-cta {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 455px;
    background: linear-gradient(#0e00ac, #7971e2);
    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 #050a28;
  }
  .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: #050a28;
    outline: 1px solid #050a28;
  }
  .big-cta:hover::after {
    content: "";
    background: url("../icon/allow-min.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
}

.features {
  padding: 3rem 0 2rem 0;
  background: #050a28;
}

.features h1 {
  color: #70c4e5;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 0.5rem;
  font-feature-settings: 'palt';
  padding-bottom: 3.9rem;
}

.features h1 span {
  font-size: 2.8rem;
}

@media screen and (min-width: 640px) {
  .features {
    padding: 5rem 0 2rem 0;
    background: #050a28;
  }
  .features h1 {
    color: #70c4e5;
    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;
  }
}

.features-item {
  color: #fff;
  height: auto;
  display: block;
  margin-bottom: 3rem;
}

.features-item h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 1rem 2rem 1rem;
}

.features-item p {
  line-height: 2.3rem;
}

.features-item p span {
  color: #ea3db5;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .features-item {
    color: #fff;
    height: 236px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6rem;
  }
  .features-item h2 {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 3rem 0 2rem 0;
  }
  .features-item p {
    line-height: normal;
  }
  .features-item p span {
    color: #ea3db5;
    font-weight: bold;
  }
}

.features-item01 {
  background: url("../studio-img/features-item-bg01-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: 640px) {
  .features-item01 {
    background: url("../studio-img/features-item-bg01.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-bg02-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: 640px) {
  .features-item02 {
    background: url("../studio-img/features-item-bg02.webp") no-repeat;
    background-size: contain;
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .features-item02 {
    background: url("../studio-img/features-item-bg02.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-bg03-sp.webp") no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (min-width: 640px) {
  .features-item03 {
    background: url("../studio-img/features-item-bg03.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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;
  border: 2px solid #fff;
  margin-bottom: 2rem;
}

.left-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 640px) {
  .left-btn {
    padding: 3rem;
    border: 5px solid #fff;
    margin-bottom: 0rem;
  }
}

.right-btn {
  padding: 2rem;
  background: linear-gradient(#0e00ac, #7971e2);
}

.right-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 640px) {
  .right-btn {
    padding: 3rem;
    background: linear-gradient(#0e00ac, #7971e2);
  }
}

.difference {
  background: #050a28;
  padding: 3.3rem 0;
}

.difference h1 {
  font-size: 2rem;
  color: #70c4e5;
  text-align: center;
  padding-bottom: 3.5rem;
}

.difference h1 span {
  font-size: 2.8rem;
}

@media screen and (min-width: 640px) {
  .difference {
    background: #050a28;
    padding: 5.5rem 0;
  }
  .difference h1 {
    font-size: 3.6rem;
    color: #70c4e5;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .difference h1 span {
    font-size: 4.8rem;
  }
}

.difference-table table {
  color: #fff;
  margin: 0 auto !important;
  max-width: 980px;
  border-collapse: separate;
  border-spacing: 0.8rem;
}

@media screen and (min-width: 640px) {
  .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: #ea3db5;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .difference-table td {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    margin: 2rem;
    line-height: 2.7rem;
  }
  .difference-table td span {
    color: #ea3db5;
    font-weight: bold;
  }
}

.table-pc {
  display: none;
}

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

.th-title {
  text-align: center;
  font-size: 1.8rem;
}

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

.table-sp-top {
  display: block;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .table-sp-bottom {
    display: none;
  }
}

.th-title-left {
  background: linear-gradient(#0095c0, #70c4e5);
  padding: 1.8rem 0;
}

@media screen and (min-width: 640px) {
  .th-title-left {
    background: linear-gradient(#0095c0, #70c4e5);
    padding: 3rem 0;
  }
}

.th-title-right {
  background: #fff;
  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 #fff;
  text-align: center;
  padding: 0.5rem !important;
}

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

.td-gray {
  background: #353a52;
}

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

.table-cta {
  padding-top: 3rem;
}

.table-cta a {
  margin: 0 auto;
}

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

.instructor {
  background: #2e3a44;
  padding: 2.8rem 0 1.2rem 0;
}

@media screen and (min-width: 640px) {
  .instructor {
    background: #2e3a44;
    padding: 7rem 0 5.2rem 0;
  }
}

.instructor-inner h1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

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

.instructor-item {
  color: #fff;
}

.instructor-item h2 {
  background: linear-gradient(#0095c0, #70c4e5);
  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 {
  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: #70c4e5;
  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;
  line-height: 2.2rem;
}

.instructor-item a {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  padding: 1.2rem 0;
  margin-bottom: 1rem;
}

.instructor-item a:nth-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.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 640px) {
  .instructor-item {
    color: #fff;
  }
  .instructor-item h2 {
    background: linear-gradient(#0095c0, #70c4e5);
    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: #70c4e5;
    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 #fff;
    text-align: center;
    padding: 1.2rem 0;
    margin-bottom: 1rem;
  }
  .instructor-item a:nth-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.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: 820px) {
  .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: #70c4e5;
  margin-right: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 820px) {
  .point-min-box {
    width: 8px;
    height: 8px;
    background: #70c4e5;
    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: linear-gradient(to left, #ba002a, #c62c88);
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 640px) {
  .price {
    font-size: 1.3rem;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
    background: linear-gradient(to left, #ba002a, #c62c88);
    margin-bottom: 0rem;
  }
}

.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;
  }
}

.tokyo-testimonial {
  background: #050a28;
  padding: 3rem 0;
  letter-spacing: 0.7rem;
}

.tokyo-testimonial h1 {
  color: #70c4e5;
  font-size: 2rem;
  text-align: center;
}

.tokyo-testimonial h1 span {
  font-size: 2.8rem;
}

@media screen and (min-width: 640px) {
  .tokyo-testimonial {
    background: #050a28;
    padding: 7.5rem 0 3rem 0;
    letter-spacing: 0.7rem;
  }
  .tokyo-testimonial h1 {
    color: #70c4e5;
    font-size: 3.6rem;
    text-align: center;
  }
  .tokyo-testimonial h1 span {
    font-size: 4.8rem;
  }
}

.tokyo-testimonial-wrap {
  display: block;
  padding: 3.2rem 0;
}

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

.tokyo-testimonial-item {
  background: #010516;
  color: #fff;
  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 #2e3a44;
  border-radius: 1.2rem;
  margin-bottom: 2.5rem;
}

.tokyo-testimonial-item:nth-child(3) {
  margin-right: 0;
}

.tokyo-testimonial-item img {
  margin: 0 1.5rem 1rem 0;
  display: inline;
  width: 90px;
  height: 90px;
  float: left;
}

@media screen and (min-width: 640px) {
  .tokyo-testimonial-item {
    background: #010516;
    color: #fff;
    width: 360px;
    padding: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.6rem;
    margin-right: 3.5rem;
    border: 1px solid #2e3a44;
    border-radius: 1.2rem;
  }
  .tokyo-testimonial-item:nth-child(3) {
    margin-right: 0;
  }
  .tokyo-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: #999999;
}

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

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

.student-inner h1 {
  text-align: center;
  color: #70c4e5;
  font-size: 2rem;
}

.student-inner h1 span {
  font-size: 2.8rem;
  letter-spacing: 0.8rem;
}

@media screen and (min-width: 640px) {
  .student-inner h1 {
    text-align: center;
    color: #70c4e5;
    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;
}

.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;
}

@media screen and (min-width: 640px) {
  .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;
  }
  .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;
  }
}

.studio-link {
  background: #050a28;
  padding: 2.5rem 0 4.5rem 0;
}

@media screen and (min-width: 640px) {
  .studio-link {
    background: #050a28;
    padding: 7rem 0;
  }
}

.student-wrap {
  display: block;
  padding: 3rem 0 0 0;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .student-btn {
    margin-top: 5rem;
  }
  .student-btn a {
    margin: 0 auto;
  }
}

.studio-link-wrap {
  display: block;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .studio-link-item {
    width: 47.5%;
    height: 335px;
    color: #fff;
    padding: 3rem;
    position: relative;
  }
}

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

.studio-link-item-bottom {
  margin-top: 3rem;
  background: url("../studio-img/studio-link01.webp") no-repeat;
  background-size: 100%;
}

.studio-link-item-bottom .studio-link-text {
  position: absolute;
  bottom: 1.7rem;
}

@media screen and (min-width: 640px) {
  .studio-link-item-bottom {
    margin-top: 6rem;
    background: url("../studio-img/studio-link01.webp") no-repeat;
    background-size: 100%;
  }
}

.studio-link-text {
  position: absolute;
  bottom: 0;
  width: 98%;
}

.studio-link-text h1 {
  font-size: 2rem;
}

.studio-link-text p {
  padding: 0.2rem 0 2rem 0;
}

.studio-link-text a {
  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;
}

@media screen and (min-width: 640px) {
  .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 {
    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;
  }
}

.tokyo-faq {
  background: #2e3a44;
  padding: 4rem 0;
}

@media screen and (min-width: 640px) {
  .tokyo-faq {
    background: #2e3a44;
    padding: 9rem 0 8rem 0;
  }
}

.tokyo-faq-inner h1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .tokyo-faq-inner h1 {
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
  }
}

.tokyo-faq-wrap {
  color: #fff;
  padding-top: 3.5rem;
}

@media screen and (min-width: 640px) {
  .tokyo-faq-wrap {
    color: #fff;
    padding-top: 5.5rem;
  }
}

.acd-label {
  width: 100%;
  display: block;
  background: #020616;
  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;
  content: 'Q';
  font-family: 'Roboto';
  padding: 1.5rem 1rem;
  font-size: 2.8rem;
  background: linear-gradient(#0095c0, #70c4e5);
  display: inline-block;
}

.acd-label:after {
  content: '';
  display: inline-block;
  background: url("../studio-img/arrow02.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/arrow01.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 4rem 0;
  visibility: visible;
}

.acd-content {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .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: linear-gradient(#ba002a, #c62c88);
  display: inline-block;
}

.common-studio {
  background: #020616;
  padding: 4rem 0;
}

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

.common-studio-inner h1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.common-studio-inner p {
  padding: 4rem 0 3rem 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: normal;
}

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

.common-studio-wrap {
  display: none;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .sp-common-studio-wrap {
    display: none;
  }
}

footer {
  padding-top: 5rem;
  background: #050a28;
  border-top: 10px solid #142359;
}

.footer-box {
  display: block;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

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

.footer-list-top {
  padding-top: 2rem;
}

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

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}

@media screen and (min-width: 640px) {
  .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/sub-mainvisual-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 6.5rem;
}

@media screen and (min-width: 820px) {
  .mainvisual-all {
    height: 240px;
    background: url("../studio-img/sub-mainvisual-bg.jpg");
    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;
}

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

.mainvisual-all-min-title {
  display: none;
}

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

#page-separation {
  background: #050a28;
  padding: 1rem 0 4rem 0;
}

@media screen and (min-width: 640px) {
  #page-separation {
    padding: 5rem 0;
  }
}

.breadcrumb {
  padding: 2rem 1rem !important;
  background: #050a28;
  color: #fff;
}

@media screen and (min-width: 820px) {
  .breadcrumb {
    padding: 2rem 1rem 0 1rem !important;
    background: #050a28;
  }
}

.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: 820px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: flex-start;
  }
}

.arrow p {
  font-size: 1rem;
}

@media screen and (min-width: 820px) {
  .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: #70c4e5;
  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: #050a28;
}

.page-title-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #70c4e5;
}

@media screen and (min-width: 820px) {
  .page-title-text {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.8rem;
    color: #70c4e5;
    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: #050a28;
  }
  .page-title-text:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2px;
    background: #70c4e5;
  }
}

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

.instructor-price-list {
  background: #050a28;
}

.instructor-price-list-wrap {
  padding: 3.3rem 0 3rem 0;
  display: block;
  justify-content: space-between;
}

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

.instructor-price-min-title {
  color: #050a28;
  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: 820px) {
  .instructor-price-min-title::before {
    color: #050a28;
    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: #353a52;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}

.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: #ba002a;
	color:#fff;
}

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

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

.instructor-price-list-box-left {
  width: 100%;
}

@media screen and (min-width: 820px) {
  .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.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.svg") no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
  }
}

.profile-cta:hover {
  color: #fff;
  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: 640px) {
  .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, #0e00ac, #7971e2);
}

.instructor-price-list-box-right {
  width: 100%;
}

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

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

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

.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: 820px) {
  .corse-price-text {
    font-family: 'Roboto' sans-serif;
    font-size: 2.8rem;
    margin-left: 3rem;
    margin-right: 0.5rem;
  }
}

.visitor-rabel {
  background: linear-gradient(#0095c0, #70c4e5);
  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: 820px) {
  .offer {
    padding: 3rem 0;
  }
}

.offer-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  border: 8px solid #050a28;
}

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

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

.offer-title {
  color: #050a28;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

@media screen and (min-width: 820px) {
  .offer-title {
    color: #050a28;
    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: 820px) {
  .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: 820px) {
  .price-text-wrap {
    padding: 2rem 0;
  }
}

.price-text-all {
  padding: 0rem 0;
}

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

.price-big-title {
  font-size: 2rem;
  text-align: left;
}

@media screen and (min-width: 820px) {
  .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: 820px) {
  .price-item {
    padding-top: 6rem;
  }
}

.price-middle-title {
  font-size: 1.8rem;
  color: #050a28;
}

@media screen and (min-width: 820px) {
  .price-middle-title {
    font-size: 2.2rem;
    color: #050a28;
  }
}

.price-text-all-last {
  padding-bottom: 4rem;
}

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

.instructor-price-cta-sp {
  display: block;
  margin: 2rem 0;
}

@media screen and (min-width: 820px) {
  .instructor-price-cta-sp {
    display: none;
  }
}

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

.voice {
  padding: 3rem 0;
  background: #050a28;
  color: #fff;
}

.voice-item {
  padding: 2rem 0 1rem 0;
}

.voice-item-text {
  width: 100%;
}

.voice-item-text span {
  color: #ea3db5;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .voice-item-text {
    width: 77%;
  }
}

.voice-item-bottom {
  display: block;
  padding: 4rem 0 2rem 0;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .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;
}

.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: #70c4e5;
}

@media screen and (min-width: 640px) {
  .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: #70c4e5;
  }
}

.testimonial-rabel {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(#0e00ac, #7971e2);
  padding: 0 1.5rem;
  margin: 0 2rem 0 0;
}

@media screen and (min-width: 640px) {
  .testimonial-rabel {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    background: linear-gradient(#0095c0, #70c4e5);
    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(#0095c0, #70c4e5);
}

@media screen and (min-width: 640px) {
  .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: #70c4e5;
  padding-bottom: 1rem;
  border-bottom: 1px solid #70c4e5;
}

.common-title-all h2 {
  font-size: 2.4rem;
}

@media screen and (min-width: 640px) {
  .common-title-all {
    display: flex;
    align-items: baseline;
    padding-bottom: 2rem;
    border-bottom: 1px solid #70c4e5;
    color: #70c4e5;
  }
}

.studio-info {
  background: #050a28;
}

.studio-table-all {
  padding-bottom: 5rem;
}

.studio-table-all-inner {
  padding: 3rem 0;
}

.studio-table-all-inner td {
  margin: 0.5rem;
}

.studio-item {
  padding: 5rem 0;
}

.studio-map {
  border: 5px solid #dddddd;
  margin: 2rem 0 0 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: #151b37;
  color: #fff;
  padding: 1.5rem 0;
  width: 25%;
  text-align: center;
}

@media screen and (min-width: 820px) {
  .common-table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #151b37;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    width: 30%;
  }
}

.common-table-text {
  display: flex;
  align-items: center;
  width: 80%;
  font-size: 1.4rem;
  background: #353a52;
  padding: 1.5rem 1rem;
  word-break: break-all;
  color: #fff;
}

@media screen and (min-width: 820px) {
  .common-table-text {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    background: #353a52;
    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: #ea3db5;
  font-weight: bold;
}

.instructors-text-min br {
  display: none;
}

@media screen and (min-width: 640px) {
  .instructors-text-min br {
    display: block;
  }
}

.instructors-box {
  background: #353a52;
  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: 820px) {
  .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: 820px) {
  .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, #0e00ac, #7971e2);
}

.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: 820px) {
  .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, #0e00ac, #7971e2);
  }
  .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: 640px) {
  .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: 640px) {
  .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: #050a28 !important;
  border: 1px solid #fff !important;
}

@media screen and (min-width: 640px) {
  .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: 640px) {
  .about-title {
    padding: 4rem 0;
  }
}

.method-des {
  background: #353a52;
  padding: 1.5rem 1rem;
}

.method-des p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 3rem;
  text-align: left;
}

.method-des p span {
  color: #ea3db5;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .method-des {
    background: #353a52;
    padding: 4rem;
  }
  .method-des p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
  }
}

.method {
  background: #050a28;
  padding-bottom: 5rem;
}

.method-inner {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0 1rem;
}

.method-inner h1 {
  color: #70c4e5;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.method-inner h1 span {
  font-size: 2.8rem;
}

@media screen and (min-width: 640px) {
  .method-inner h1 {
    color: #70c4e5;
    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: 640px) {
  .method-chart {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding: 2rem 0 8rem 0;
  }
}

.abroad-method {
  padding: 3rem 0;
  background: #050a28;
  color: #fff;
}

.abroad-method-inner {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0 1rem;
}

.abroad-method-inner h1 {
  color: #70c4e5;
  text-align: center;
  font-size: 2rem;
}

.abroad-method-inner h1 span {
  font-size: 2.8rem;
}

@media screen and (min-width: 640px) {
  .abroad-method-inner h1 {
    color: #70c4e5;
    text-align: center;
    font-size: 3.3rem;
  }
  .abroad-method-inner h1 span {
    font-size: 4.8rem;
  }
}

.abroad-method-wrap {
  padding: 3rem 0;
}

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

.abroad-method-item {
  margin-bottom: 4rem;
}

.abroad-method-item h2 {
  font-size: 2rem;
  border-bottom: 3px solid #fff;
  padding: 1.5rem 0;
}

.abroad-method-item:nth-child(3) {
  margin-bottom: 0rem;
}

@media screen and (min-width: 640px) {
  .abroad-method-item {
    margin-bottom: 6rem;
  }
  .abroad-method-item h2 {
    font-size: 3rem;
    border-bottom: 3px solid #fff;
    padding: 3rem 0;
  }
}

.method-item {
  display: inline-block;
  font-size: 1.4rem;
  background: linear-gradient(#0095c0, #70c4e5);
  padding: 0.5rem 5rem;
  letter-spacing: 0.44rem;
}

@media screen and (min-width: 640px) {
  .method-item {
    display: inline-block;
    font-size: 1.8rem;
    background: linear-gradient(#0095c0, #70c4e5);
    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: 640px) {
  .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: #353a52;
  padding: 1.5rem;
  font-size: 1.3rem;
}

.clients-box h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 640px) {
  .clients-box {
    background: #353a52;
    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;
  border-collapse: separate;
  border-spacing: 1rem;
  text-align: center;
}

.method-table td {
  padding: 0.5rem;
  line-height: 3rem;
}

@media screen and (min-width: 640px) {
  .method-table {
    padding-top: 5rem;
  }
  .method-table table {
    font-size: 1.4rem;
    border-collapse: separate;
    border-spacing: 1rem;
    text-align: center;
  }
  .method-table td {
    padding: 1.5rem 2rem;
    line-height: 3rem;
  }
}

.method-th {
  padding: 1rem 0;
  text-align: center;
  background: linear-gradient(#0095c0, #70c4e5) !important;
}

.method-td-title {
  border: 3px solid #fff;
  width: 25%;
}

.method-th-bg {
  background: #151b37;
  width: 50%;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .method-th-bg {
    background: #151b37;
    width: 60%;
    text-align: left;
  }
}

.method-td-bg {
  background: #353a52;
  width: 15%;
}

.lesson-flow-info {
  background: #050a28;
  color: #fff;
}

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

.lesson-flow-btn-area {
  display: block;
  background: linear-gradient(#0095c0, #70c4e5);
  padding: 2rem;
}

@media screen and (min-width: 1100px) {
  .lesson-flow-btn-area {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(#0095c0, #70c4e5);
    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: #050a28;
  padding: 2rem 1.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

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

.step-item {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1100px) {
  .step-item {
    margin-bottom: 7rem;
  }
}

.step-flow {
  color: #fff;
}

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

.step-label {
  font-size: 2.4rem;
  display: inline-block;
  background: linear-gradient(#0095c0, #70c4e5);
  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;
  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;
    padding-top: 0rem;
  }
}

.step-item-inner h2 {
  color: #70c4e5;
  font-size: 2.4rem;
}

.step-item-inner p {
  padding-top: 2rem;
  line-height: 3rem;
}

@media screen and (min-width: 1100px) {
  .step-item-inner h2 {
    color: #70c4e5;
  }
  .step-item-inner p {
    padding-top: 3rem;
    line-height: 3rem;
  }
}

.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;
  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: #fff;
}

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

.required:after {
  content: '必須';
  color: #ea3db5;
  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: 640px) {
  .required:after {
    content: '必須';
    color: #ea3db5;
    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: 640px) {
  .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: #fff;
}

.contact-page-cta {
  width: 100% !important;
}
/*# sourceMappingURL=tokyo.css.map */