@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  background-color: white;
  /* font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", 游ゴシック体, "Yu Gothic",
    YuGothic, sans-serif; */
  font-family: "initial", "sans-serif";
}

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

i {
  margin-right: 10px;
  color: white;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  header {
    justify-content: flex-end !important;
    width: 100vw !important;
    /*=============================
    .btn-trigger
    =============================*/
  }
  header a {
    display: none !important;
  }
  header img,
  header .phone_title {
    display: block !important;
  }
  header img {
    width: 56px;
  }
  header .phone_title {
    font-size: 17px;
    font-weight: bolder;
    font-family: inherit;
  }
  header .row {
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  header section {
    margin-right: 40px;
  }
  header section .btn-trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
  }
  header section .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5a5a5a;
    border-radius: 4px;
  }
  header section .btn-trigger,
  header section .btn-trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  header section .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  header section .btn-trigger span:nth-of-type(2) {
    top: 20px;
  }
  header section .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header section #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  header section #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  header section #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  main .items .main .logo .text_logo .co_name_en,
  main .items .main .logo .text_logo .co_name_en {
    font-size: 20px !important;
  }
  main .items .main p {
    font-size: 0.9rem !important;
  }
  main .items .main img {
    width: 100px;
  }
  main .items .lessons p {
    margin-bottom: 15px !important;
  }

  .studio_access .container-fluid .row .col-md-6 {
    justify-content: center !important;
    align-items: center !important;
  }
}
.enter_fadein {
  transform: translateX(-200px);
  opacity: 0;
}

header {
  height: 10vh;
  position: fixed;
  z-index: 10;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}
header img,
header .phone_title {
  display: none;
}
header .row .title {
  height: 80%;
  padding: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .row a {
  display: block;
  width: 100px;
  height: 8vh;
}
header .row a .menu {
  height: 100%;
  font-family: sans-serif;
  padding: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  transition: 0.2s all;
}
header .row a .menu:hover {
  background-color: #c0b49a;
  cursor: pointer;
}
header .row a .menu:hover .ja {
  color: #f8f8f8;
}
header .row a .menu:hover .en {
  color: #f8f8f8;
}
header .row a .menu .ja {
  transition: 0.2s all;
  color: #444343;
  font-size: 89%;
}
header .row a .menu .en {
  transition: 0.2s all;
  color: #777777;
  font-size: 70%;
}

main {
  padding-top: 10vh;
}
main .top_image {
  position: relative;
  background: url("../image/top_image-2.jpg") no-repeat center center;
  /* background: url("../image/top_image.jpg") no-repeat; */
  background-size: cover;
  width: 100vw;
  height: 90vh;
  animation: opacity_in 3s ease both;
}
@keyframes opacity_in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
main .items {
  position: absolute;
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  top: calc(10vh);
}
main .items .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .items .main .logo {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .items .main .logo img {
  animation: co_logo_fade_left 2s ease-out both 0.4s;
}
main .items .main .logo .text_logo {
  animation: co_logo_fade_right 2s ease-out both 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .items .main .logo .text_logo p {
  color: #3e3e3e;
  margin: 0;
}
@keyframes co_logo_fade_left {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes co_logo_fade_right {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
main .items .main p {
  font-family: cursive;
  letter-spacing: 5px;
  font-weight: 700;
  text-shadow: 2px 1px 7px #272020;
  margin-bottom: 3%;
  color: white;
  font-size: 2.2rem;
}
main .items .main .first {
  animation: fade_in_subtext 3s ease both 2s;
}
main .items .main .second {
  animation: fade_in_subtext 3s ease both 2.5s;
}
@keyframes fade_in_subtext {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
main .items .lessons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
}
main .items .lessons p {
  margin: 0 30px;
  background-color: chartreuse;
  padding: 20px 20px;
  border-radius: 50%;
}
main .items .lessons .trial {
  background-color: rgba(223, 79, 79, 0.849);
}
main .items .lessons .online {
  background-color: rgba(185, 243, 127, 0.808);
}
main .items .lessons .business_trip {
  background-color: rgba(0, 217, 255, 0.87);
}

.about_us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_us .title {
  margin: 50px auto 0 auto;
  width: 350px;
  height: 50px;
  background-color: #c0b49a;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.about_us .main_text {
  transition: 4s all;
}
.about_us .main_text .row {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.about_us .main_text .row img {
  max-width: 250px;
  max-height: 200px;
}
.about_us .main_text .row .text {
  font-size: 17px;
  text-shadow: 1px 1px 1px #cccccc;
  color: #616161;
}
.about_us .main_text .row .emphasis {
  background: linear-gradient(transparent 70%, orange 30%);
  font-weight: bold;
  color: black;
}
.about_us .step {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100px;
  margin-top: 30px;
  position: relative;
  align-items: center;
  color: white;
}
.about_us .step .try {
  animation: co_logo_fade_left 2s ease-out both 0.4s;
  position: relative;
  bottom: 15px;
  width: 60px;
  height: 50px;
  border-color: transparent black black black;
  background-color: #58a5f8;
  font-size: 12px;
  font-weight: bolder;
  line-height: 80px;
  text-align: center;
}
.about_us .step .try .child {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: white transparent transparent transparent;
  position: absolute;
  left: 0;
  top: -1px;
}
.about_us .step .try .child2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #58a5f8 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.about_us .step .box26 {
  animation: co_logo_fade_right 2s ease-out both 0.4s;
  position: relative;
  margin: 2em 0 2em 10px;
  padding: 0.5em 1em;
  border: solid 3px #58a5f8;
  border-radius: 8px;
  height: 70px;
  width: 280px;
  color: black;
  font-size: 12px;
}
.about_us .step .box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #58a5f8;
  font-weight: bold;
}
.about_us .step .box26 p {
  margin: 0;
  padding: 7px 0 0 0;
}
.about_us .step2 {
  margin-top: 50px;
}
.about_us .step2 .try {
  background-color: #59b442;
}
.about_us .step2 .try .child2 {
  border-color: #59b442 transparent transparent transparent;
}
.about_us .step2 .box26 {
  border: solid 3px #59b442;
  height: 125px;
}
.about_us .step2 .box26 .box-title {
  color: #59b442;
}

.studio_access .title {
  margin: 50px auto 0 auto;
  width: 350px;
  height: 50px;
  background-color: #c0b49a;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.studio_access .container-fluid .row {
  transition: 4s all;
}
.studio_access .container-fluid .row .col-md-6 {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 30px;
}
.studio_access .container-fluid .row .col-md-6:nth-child(1) {
  align-items: flex-end;
}
.studio_access .container-fluid .row .col-md-6:nth-child(2) {
  align-items: flex-start;
}
.studio_access .container-fluid .row .col-md-6 .box {
  margin-top: 40px;
  font-size: 14px;
}
.studio_access .container-fluid .row .col-md-6 .box .studio_name {
  font-size: 21px;
  margin-bottom: 11px;
  text-align: center;
}
.studio_access .container-fluid .row .col-md-6 .box .phone,
.studio_access .container-fluid .row .col-md-6 .box .studio_name {
  margin-top: 8px;
}
.studio_access .container-fluid .row .col-md-6 .box img {
  width: 225px;
  height: 168px;
}
.studio_access .other {
  margin: 20px auto;
  max-width: 455px;
  font-size: 13px;
}

.schedule .title {
  margin: 50px auto 0 auto;
  width: 350px;
  height: 50px;
  background-color: #c0b49a;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.schedule .calender {
  transition: 4s all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.schedule .calender iframe {
  width: 60%;
  height: 500px;
}
@media (max-width: 767.98px) {
  .schedule .calender iframe {
    width: 80%;
    height: 400px;
  }
}
.schedule .other_infor {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule .other_infor li {
  padding-top: 30px;
  text-align-last: center;
  list-style-type: disc;
}

.price .title {
  margin: 50px auto 0 auto;
  width: 350px;
  height: 50px;
  background-color: #c0b49a;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.price .container-fluid {
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .price .container-fluid .row {
    flex-direction: column;
    align-items: center;
  }
}
.price .container-fluid .row .box {
  margin-top: 30px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .price .container-fluid .row .box {
    align-items: center !important;
  }
}
.price .container-fluid .row .box:nth-child(1) {
  align-items: flex-end;
}
.price .container-fluid .row .box:nth-child(2) {
  align-items: flex-start;
}
.price .container-fluid .row .box .plan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.price .container-fluid .row .box .plan .course {
  font-size: 23px;
  border-bottom: double 6px orange;
}
.price .container-fluid .row .box .plan .price {
  padding-top: 15px;
}
.price .container-fluid .row .box .plan .price .price_emphasis {
  font-size: 30px;
  font-weight: bold;
}
.price .container-fluid .row .box .plan .text_area {
  background-color: blanchedalmond;
  height: 100px;
  padding: 10px 20px;
  text-align: center;
  line-height: 80px;
  margin-top: 20px;
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .price .container-fluid .row .box .plan .text_area {
    width: 340px;
  }
}
.price .other {
  margin: 20px auto;
  max-width: 455px;
  font-size: 13px;
}

.contact .title {
  margin: 50px auto 0 auto;
  width: 350px;
  height: 50px;
  background-color: #c0b49a;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.contact .address_box {
  position: relative;
  margin: 5em auto;
  padding: 4em 2em 2em;
  max-width: 400px;
  background: #fff;
  font-weight: bold;
  color: #000000;
  border: 5px solid #e7d38c;
  border-radius: 3px;
  box-shadow: 0 0 8px #333, 0 0 2px #555 inset;
}
.contact .address_box i {
  color: black;
}
.contact .address_box .other {
  font-weight: 100 !important;
}
.contact .address_box .other li {
  font-size: 90%;
}
.contact .address_box::before,
.contact .address_box::after {
  position: absolute;
  content: "";
  width: 25px;
  bottom: 3px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #666;
}
.contact .address_box::before {
  right: 55px;
  border: solid 3px #7777ff;
  /*飾ペン青 */
}
.contact .address_box::after {
  right: 20px;
  border: solid 3px #333;
  /*飾ペン黒 */
  transform: rotate(8deg);
  /*飾ペン角度 */
}
.contact .address_box_title {
  position: absolute;
  padding: 0.1em 0.5em;
  left: 1em;
  top: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  /* 文字サイズ */
  color: black;
  /* タイトル文字色 */
  background-color: #ffffff;
  /* ボックス背景色 */
  box-shadow: 1px 1px 3px #a0a0a0;
}
.contact .board_text:nth-child(2),
.contact .board_text:nth-child(3) {
  margin: 10px 0;
}

footer {
  width: 100vw;
  height: 9vh;
  background-color: #a2a2a2;
  color: #060606;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
}
footer .company_name a {
  font-size: 27px;
  color: white;
}
footer .company_name a:hover {
  text-decoration: none;
}
footer .policies {
  margin-top: 8px;
}
footer .policies a {
  font-size: 10px;
  color: white;
  transition: 0.3s all;
}
footer .policies a:hover {
  color: #060606;
  text-decoration: underline;
}
footer .rights,
footer .ban {
  font-size: 10px;
}
footer .rights,
footer .ban {
  margin-top: 15px;
}

.slide_menu {
  animation: slide_in 0.3s ease both;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 10vh;
  width: 100vw;
  height: 90vh;
  background-color: #ffffffed;
}
@keyframes slide_in {
  from {
    transform: translateX(600px);
  }
  to {
    transform: translateX(0px);
  }
}
#slide_menu a {
  margin: 20px 0 30px 30px;
  color: black;
  display: block;
  margin-left: 5;
  transition: 0.3s all;
  box-sizing: border-box;
  padding: 0px 0 10px 20px;
  border-radius: 6px;
  border: 1px solid transparent;
}
#slide_menu a:hover {
  border: 1px solid #c3c3c352;
  background-color: #c0b49a8a;
}
#slide_menu a .side_bar_menu .en {
  font-size: 35px;
  height: 47px;
  font-family: -webkit-pictograph;
  font-weight: 700;
}
#slide_menu a .side_bar_menu .ja {
  font-size: 13px;
}
#slide_menu a .side_bar_menu .ja .blank {
  display: inline-block;
  width: 5px;
}

/*# sourceMappingURL=style.css.map */
