@charset "UTF-8";
@keyframes pageTopShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, -5px) rotateZ(5deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, -5px) rotateZ(-5deg);
  }
}
@keyframes iconShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, 0px) rotateZ(8deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, 0px) rotateZ(-8deg);
  }
}
html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------

studio

----------------------------------------------------------- */
/*
section_mv
----------------------------------------------------------- */
.studio section.section_mv {
  background-image: url(../studio/img/bg.jpg);
}

/*
section_access
----------------------------------------------------------- */
.studio section.section_access {
  padding: 120px 0px 0;
  background-color: #000;
}
.studio section.section_access .titbox {
  color: #FFF;
}
.studio section.section_access .box {
  max-width: 680px;
  margin: 40px auto 0;
  padding: 50px;
  border: 1px solid #333333;
  background-color: #FFF;
}
.studio section.section_access .box .unit {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.studio section.section_access .box .unit .label {
  text-align: center;
  width: 100px;
  background: #333333;
  color: #fff;
  padding: 10px;
}
.studio section.section_access .box .unit p {
  margin-left: 32px;
}
.studio section.section_access .box .unit p a {
  color: #333333;
}
.studio section.section_access .view {
  max-width: 1040px;
  margin: 80px auto 120px;
  display: flex;
  justify-content: center;
}
.studio section.section_access .view img {
  width: 45%;
}
.studio section.section_access .view img:nth-of-type(2n) {
  margin-left: 50px;
}

@media screen and (max-width: 480px) {
  .studio section.section_access {
    padding: 10% 10px 0;
  }
  .studio section.section_access .box .unit {
    flex-wrap: wrap;
    justify-content: center;
  }
  .studio section.section_access .box .unit p {
    margin-left: 0;
    margin-top: 5%;
    text-align: center;
  }
  .studio section.section_access .view {
    flex-wrap: wrap;
    margin: 20% auto;
  }
  .studio section.section_access .view img {
    width: 100%;
  }
  .studio section.section_access .view img:nth-of-type(2n) {
    margin-left: 0px;
    margin-top: 10%;
  }
  .studio section.section_access .map iframe {
    height: 300px;
  }
}
/*-----------------------------------------------------------

profile

----------------------------------------------------------- */
/*
profile section_mv
----------------------------------------------------------- */
.profile section.section_mv {
  background-image: url(../instructor/img/bg.jpg);
}

/*
section_profile
----------------------------------------------------------- */
.profile section.section_intro {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  height: 584px;
}
.profile section.section_intro .box {
  padding-top: 70px;
  display: flex;
}
.profile section.section_intro .box .item01 {
  margin: 0 auto;
  max-width: 480px;
  margin-top: 60px;
}
.profile section.section_intro .box .item01 h2 {
  font-size: 28px;
  margin-bottom: 36px;
}
.profile section.section_intro .box .item01 p {
  font-size: 20px;
  margin-bottom: 42px;
}
.profile section.section_intro .box .item01 img {
  max-width: 409px;
}
.profile section.section_intro .box .item02 {
  text-align: center;
}
.profile section.section_intro .box .item02 img {
  max-width: 540px;
  vertical-align: bottom;
}

@media screen and (max-width: 1080px) {
  .profile section.section_intro {
    padding: 70px 10px 0;
    margin: 0 auto;
    background-size: 19rem;
    background-position: center bottom;
    height: auto !important;
  }
  .profile section.section_intro .box {
    padding-top: 0px;
    display: block;
  }
  .profile section.section_intro .box .item01 {
    margin: 0 auto;
    max-width: 80%;
  }
  .profile section.section_intro .box .item01 h2 {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .profile section.section_intro .box .item01 p {
    font-size: 20px;
    margin-bottom: 42px;
  }
  .profile section.section_intro .box .item01 img {
    max-width: 409px;
  }
  .profile section.section_intro .box .item02 {
    text-align: center;
  }
  .profile section.section_intro .box .item02 img {
    max-width: 540px;
    vertical-align: bottom;
  }
}
/*
section_instructor
----------------------------------------------------------- */
.profile section.section_instructor {
  padding: 90px 0 100px;
  margin: 0 auto;
  background: #f7f7f7;
}
.profile section.section_instructor .titbox {
  margin: 0 auto 100px;
}
.profile section.section_instructor .inner {
  margin: 20px;
}
.profile section.section_instructor .inner .box {
  max-width: 950px;
  margin: 0 auto;
}
.profile section.section_instructor .inner .box .item01 .instructor_pic {
  float: right;
  width: 430px;
}
.profile section.section_instructor .inner .box .item01 .txtblock {
  margin-bottom: 48px;
}
.profile section.section_instructor .inner .box .item01 .txtblock h4 {
  color: #cc3c50;
}
.profile section.section_instructor .inner .box .item01 .txtblock .name {
  font-size: 48px;
  font-weight: bold;
}
.profile section.section_instructor .inner .box .item01 .txtblock .yomi {
  color: #b3b3b3;
  font-size: 24px;
  margin-bottom: 28px;
}
.profile section.section_instructor .inner .box .item01 .txtblock .label {
  font-size: 22px;
}
.profile section.section_instructor .inner .box .item01 .txtblock .box_p {
  margin-top: 20px;
}
.profile section.section_instructor .inner .box .item01 .txtblock .box_p .program {
  text-align: left;
  max-width: 440px;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .profile section.section_instructor {
    padding: 50px 10px 10%;
  }
  .profile section.section_instructor .titbox {
    margin: 0 auto 20%;
  }
  .profile section.section_instructor .inner {
    margin: 0 20px 20px 20px;
  }
  .profile section.section_instructor .inner .box .item01 .instructor_pic {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .profile section.section_instructor .inner .box .txtblock {
    margin-top: 5%;
  }
}
/*
section_message
----------------------------------------------------------- */
.profile section.section_message {
  padding: 80px 0 100px;
  margin: 0 auto;
  background: #FFF;
}
.profile section.section_message .titbox {
  margin: 0 auto;
}
.profile section.section_message .txtblock_all {
  padding: 0 15px;
}
.profile section.section_message .txtblock_all .txtblock {
  position: relative;
  max-width: 784px;
  margin: 0 auto;
}
.profile section.section_message .txtblock_all .txtblock:nth-of-type(n + 1) {
  margin-top: 90px;
}
.profile section.section_message .txtblock_all .txtblock .label {
  position: absolute;
  top: -45px;
  background: #1b425c;
  width: 450px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 0px;
}
.profile section.section_message .txtblock_all .txtblock .txt {
  border: 5px solid #1b425c;
  padding: 75px 50px 50px;
  background: #FFF;
}
.profile section.section_message .txtblock_all .txtblock .txt .txtmargin {
  margin-top: 10px;
}
.profile section.section_message .txtblock_all .box2col {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.profile section.section_message .txtblock_all .box2col .big {
  font-size: 22px;
}
.profile section.section_message .txtblock_all .box2col .txt p {
  margin-top: -35px;
}
.profile section.section_message .txtblock_all .box2col .ph {
  margin-left: 20px;
  width: 341px;
}
.profile section.section_message .txtblock_all .motto {
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  padding: 28px;
  max-width: 700px;
  margin: 50px auto 100px;
}
.profile section.section_message .txtblock_all .motto span {
  font-size: 24px;
  font-weight: bold;
}
.profile section.section_message .btn2col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.profile section.section_message .btn2col .btn_cv {
  width: 350px;
  margin: 0 20px;
}

@media screen and (max-width: 640px) {
  .profile section.section_message {
    padding: 10% 10px 0;
  }
  .profile section.section_message .txtblock_all {
    margin: 0 auto;
    margin-top: -40px;
  }
  .profile section.section_message .txtblock_all .txtblock .label {
    position: static;
    width: 100% !important;
  }
  .profile section.section_message .txtblock_all .txtblock .txt {
    border: 5px solid #1b425c;
    padding: 28px 25px !important;
  }
  .profile section.section_message .txtblock_all .box2col {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 10%;
  }
  .profile section.section_message .txtblock_all .box2col .big {
    font-size: 2rem;
  }
  .profile section.section_message .txtblock_all .box2col .txt {
    margin-top: 10%;
    padding-top: 63px !important;
  }
  .profile section.section_message .txtblock_all .box2col .ph {
    margin: 0px auto;
    width: 100%;
  }
  .profile section.section_message .txtblock_all .motto {
    margin: 10% auto;
  }
  .profile section.section_message .btn2col .btn_cv {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 640px) {
  .spbr3 {
    display: none;
  }
}
/*
section_tokyoteam
----------------------------------------------------------- */
.profile section.section_tokyoteam {
  padding: 80px 20px 100px 20px;
  background: #f7f7f7;
  margin: 0 auto 0;
  position: relative;
}
.profile section.section_tokyoteam .ph {
  max-width: 900px;
  margin: 0 auto;
}
.profile section.section_tokyoteam .box {
  margin-top: -35px;
  display: flex;
  justify-content: center;
}
.profile section.section_tokyoteam .box .ph {
  width: 100%;
}
.profile section.section_tokyoteam .box .item01 {
  width: 480px;
  margin-top: 50px;
  font-size: 18px;
}
.profile section.section_tokyoteam .box .item02 img {
  width: 360px;
  vertical-align: bottom;
}
.profile section.section_tokyoteam .team_profile {
  background: #fff;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.profile section.section_tokyoteam .team_profile:nth-of-type(n + 1) {
  margin-bottom: 60px;
  padding: 30px;
}
.profile section.section_tokyoteam .team_profile h3 {
  background: #0071bc;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 80px auto 0;
  padding: 20px 0 20px 20px;
}
.profile section.section_tokyoteam .team_profile h3:nth-of-type(n + 1) {
  margin-top: 40px;
}
.profile section.section_tokyoteam .team_profile .unit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.profile section.section_tokyoteam .team_profile .unit .item_img {
  width: 257px;
}
.profile section.section_tokyoteam .team_profile .unit .item {
  margin-left: 52px;
}
.profile section.section_tokyoteam .team_profile .unit .item .label {
  color: #0071bc;
  font-weight: bold;
}
.profile section.section_tokyoteam .team_profile .unit .item .program {
  background: #f7f7f7;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
}
.profile section.section_tokyoteam .team_profile .unit .item .txtbox {
  margin-top: 20px;
}
.profile section.section_tokyoteam .team_profile .career {
  background: #f7f7f7;
  padding: 20px;
  margin: 40px 40px 0;
  display: block;
  text-align: center;
}
.profile section.section_tokyoteam .team_profile .career .block {
  text-align: left;
  display: inline-block;
}
.profile section.section_tokyoteam .team_profile .career .block p::before {
  content: "■　";
  color: #0071bc;
}

@media screen and (max-width: 740px) {
  .profile section.section_tokyoteam {
    padding: 40px 10px;
  }
  .profile section.section_tokyoteam .box {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .profile section.section_tokyoteam .box .ph {
    width: 100%;
  }
  .profile section.section_tokyoteam .box .item01 {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }
  .profile section.section_tokyoteam .box .item02 {
    text-align: center;
  }
  .profile section.section_tokyoteam .box .item02 img {
    width: 300px;
  }
  .profile section.section_tokyoteam .team_profile {
    padding-bottom: 5%;
  }
  .profile section.section_tokyoteam .team_profile:nth-of-type(n + 1) {
    margin-bottom: 5%;
  }
  .profile section.section_tokyoteam .team_profile .unit {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5%;
    margin-top: 0;
  }
  .profile section.section_tokyoteam .team_profile .unit .item_img {
    width: 70%;
  }
  .profile section.section_tokyoteam .team_profile .unit .item {
    margin-left: 0;
  }
  .profile section.section_tokyoteam .team_profile .career {
    background: #f7f7f7;
    padding: 20px;
    margin: 5%;
    display: block;
    text-align: center;
  }
  .profile section.section_tokyoteam .team_profile .career .block {
    text-align: left;
    display: inline-block;
  }
  .profile section.section_tokyoteam .team_profile .career .block p::before {
    content: "■　";
    color: #0071bc;
  }
}
/*-----------------------------------------------------------

hollywood

----------------------------------------------------------- */
/*
section_mv
----------------------------------------------------------- */
.hollywood section.section_mv {
  background-image: url(../hollywood/img/bg.jpg);
}

/*
section_effect
----------------------------------------------------------- */
.hollywood section.section_effect {
  background: url("../voice/img/voice_lb_item.png") no-repeat;
  background-size: 100%;
  background-position: right 0% bottom 0%;
  padding: 50px 0px 0;
  background-color: #1b425c;
  margin: 0 auto;
}
.hollywood section.section_effect .box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 400px;
}
.hollywood section.section_effect .box .item01 {
  margin: 0 auto;
  max-width: 800px;
}
.hollywood section.section_effect .box .item02 {
  width: 960px;
  background-image: linear-gradient(-45deg, #f8f8f8 35%, #ebebeb 35%, #ebebeb 50%, #f8f8f8 50%, #f8f8f8 85%, #ebebeb 85%, #ebebeb);
  background-size: 10px 10px;
  line-height: 2;
  text-align: center;
  position: absolute;
  padding: 60px 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.hollywood section.section_effect .box .item02 .Bigtxt {
  font-size: 22px;
  font-weight: 600;
  color: #006950;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (max-width: 1199px) {
  .hollywood section.section_effect {
    padding: 5% 10px 0;
  }
  .hollywood section.section_effect .box .item01 {
    margin: 0 auto;
  }
  .hollywood section.section_effect .box .item02 {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .hollywood section.section_effect .box .item02 .Bigtxt {
    font-size: 17px;
  }
}
.hollywood section.section_method {
  padding: 220px 0px 0;
  margin: 0 auto;
}
.hollywood section.section_method .box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.hollywood section.section_method .box .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hollywood section.section_method .box .item01 {
  max-width: 550px;
  margin: 0 20px;
}
.hollywood section.section_method .box .item01 img {
  max-width: 464px;
}
.hollywood section.section_method .box .item01 p {
  margin-top: 40px;
}
.hollywood section.section_method .box .item01 p .big {
  font-size: 20px;
}
.hollywood section.section_method .box .item02 img {
  margin-top: 130px;
}

@media screen and (max-width: 960px) {
  .hollywood section.section_method {
    padding: 220px 0px 0;
    margin: 0 auto;
  }
  .hollywood section.section_method .box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .hollywood section.section_method .box .inner {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  .hollywood section.section_method .box .item01 {
    text-align: center;
    margin: 0 20px;
    max-width: 100%;
  }
  .hollywood section.section_method .box .item01 img {
    max-width: 464px;
  }
  .hollywood section.section_method .box .item01 p {
    margin-top: 40px;
  }
  .hollywood section.section_method .box .item01 p .big {
    font-size: 20px;
  }
  .hollywood section.section_method .box .item02 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .hollywood section.section_method {
    padding: 10% 10px 0;
  }
  .hollywood section.section_method .box {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}
.hollywood section.section_tokyoteam {
  margin-top: 110px;
}
.hollywood section.section_tokyoteam .team_profile {
  background: #fff;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.hollywood section.section_tokyoteam .team_profile:nth-of-type(n + 1) {
  margin-bottom: 60px;
}
.hollywood section.section_tokyoteam .team_profile h3 {
  background: #d6a11d;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 80px auto 0;
  padding: 20px 0 20px 20px;
}
.hollywood section.section_tokyoteam .team_profile h3:nth-of-type(n + 1) {
  margin-top: 40px;
}
.hollywood section.section_tokyoteam .team_profile .unit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.hollywood section.section_tokyoteam .team_profile .unit .item_img {
  width: 400px;
}
.hollywood section.section_tokyoteam .team_profile .unit .item {
  margin-left: 52px;
}
.hollywood section.section_tokyoteam .team_profile .unit .item .label {
  color: #d6a11d;
  font-weight: bold;
}
.hollywood section.section_tokyoteam .team_profile .unit .item .program {
  color: #d6a11d;
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
.hollywood section.section_tokyoteam .team_profile .unit .item .program span {
  font-size: 44px;
}
.hollywood section.section_tokyoteam .team_profile .unit .item .txtbox {
  margin-top: 20px;
}
.hollywood section.section_tokyoteam .team_profile .career {
  background: #f7f7f7;
  padding: 32px;
  margin: 40px 40px 0;
  display: block;
  text-align: center;
}
.hollywood section.section_tokyoteam .team_profile .career .block {
  text-align: left;
  display: inline-block;
}
.hollywood section.section_tokyoteam .team_profile .career .block h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .hollywood section.section_tokyoteam {
    margin-top: 40px;
    padding: 0 10px 0;
  }
  .hollywood section.section_tokyoteam .team_profile {
    border: 1px solid #d6a11d;
    padding-bottom: 10px;
  }
  .hollywood section.section_tokyoteam .team_profile h3 {
    margin: 0px auto 0;
  }
  .hollywood section.section_tokyoteam .team_profile h3:nth-of-type(n + 1) {
    margin-top: 0px;
  }
  .hollywood section.section_tokyoteam .team_profile .unit {
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 1em;
  }
  .hollywood section.section_tokyoteam .team_profile .unit .item {
    margin-left: 0;
  }
  .hollywood section.section_tokyoteam .team_profile .unit .item .program {
    font-size: 20px;
  }
  .hollywood section.section_tokyoteam .team_profile .unit .item .program span {
    font-size: 35px;
  }
  .hollywood section.section_tokyoteam .team_profile .career {
    margin: 10px 10px 0;
  }
}
/*-----------------------------------------------------------

price

----------------------------------------------------------- */
/*
section_mv
----------------------------------------------------------- */
.price section.section_mv {
  background-image: url(../price/img/bg.jpg);
}

/*
section_intro
----------------------------------------------------------- */
.price section.section_intro {
  padding: 80px 0px 80px;
  background: #f7f7f7;
}
.price section.section_intro .box {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.price section.section_intro .box .item01 p {
  font-size: 20px;
  margin-bottom: 20px;
}
.price section.section_intro .box .item01 h2 {
  font-size: 32px;
  margin-bottom: 50px;
}
.price section.section_intro .box .item01 .unit {
  display: flex;
  justify-content: flex-start;
}
.price section.section_intro .box .item01 .unit .icon {
  width: 120px;
  text-align: center;
}
.price section.section_intro .box .item01 .unit .icon:nth-of-type(2n) {
  margin: 0 10px;
}
.price section.section_intro .box .item01 .unit .icon img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.price section.section_intro .box .item01 .unit .icon p {
  font-size: 20px;
}
.price section.section_intro .box .item01 .unit .icon p span {
  font-size: 16px;
}
.price section.section_intro .box .item02 {
  margin-left: 20px;
  max-width: 500px;
}

@media screen and (min-width: 1199px) {
  .spbr_sub {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .price section.section_intro {
    padding: 10% 10px 0;
  }
  .price section.section_intro .box {
    display: block;
  }
  .price section.section_intro .box .item01 {
    text-align: center;
  }
  .price section.section_intro .box .item01 .unit {
    display: flex;
    justify-content: center;
  }
  .price section.section_intro .box .item02 {
    margin: 0 auto;
  }
}
/*
section_select
----------------------------------------------------------- */
.price section.section_select {
  padding: 100px 0;
  max-width: 963px;
  margin: 0 auto;
}
.price section.section_select .titbox {
  margin-bottom: 80px;
}
.price section.section_select .profile {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.price section.section_select .profile .item01 {
  width: 50%;
  text-align: center;
}
.price section.section_select .profile .item01 img {
  width: 268px;
}
.price section.section_select .profile .item02 {
  width: 50%;
  text-align: center;
}
.price section.section_select .profile .item02 .part {
  text-align: left;
}
.price section.section_select .profile .item02 .part:nth-of-type(n + 1) {
  margin-top: 36px;
}
.price section.section_select .profile .item02 .part .label {
  color: #cc3c50;
}
.price section.section_select .profile .item02 .part .name {
  font-size: 32px;
}
.price section.section_select .profile .item02 .part .desc {
  font-size: 18px;
}
.price section.section_select .plan table {
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
}
.price section.section_select .plan th,
.price section.section_select .plan td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.price section.section_select .plan .light {
  background: #ffe0e8;
}
.price section.section_select .plan th {
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  background: #eee;
}
.price section.section_select .plan img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.price section.section_select .plan tr + .hidden {
  padding: 14px;
  display: block;
}
.price section.section_select .plan tr + .sepa {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.price section.section_select .btn_cv {
  margin-top: 50px;
}
.price section.section_select .textlink {
  margin: 0 auto;
  max-width: 360px;
  padding: 23px;
  text-align: center;
  margin-top: 30px;
  display: block;
  color: #000;
  font-weight: 600;
  background-image: linear-gradient(-45deg, #f8f8f8 35%, #ebebeb 35%, #ebebeb 50%, #f8f8f8 50%, #f8f8f8 85%, #ebebeb 85%, #ebebeb);
  background-size: 10px 10px;
}

@media screen and (max-width: 640px) {
  .price section.section_select {
    padding: 10% 10px 15%;
  }
  .price section.section_select .profile {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .price section.section_select .profile .item01 {
    width: 100%;
  }
  .price section.section_select .profile .item02 {
    width: 100%;
  }
  .price section.section_select .plan th,
  .price section.section_select .plan td {
    padding: 1rem 1rem;
  }
}
/*
section_campaign
----------------------------------------------------------- */
.price section.section_campaign {
  padding: 100px 0 100px;
  background: #f7f7f7;
}
.price section.section_campaign .titbox {
  color: #1b425c;
  margin-bottom: 60px;
}
.price section.section_campaign .box {
  background: #fff;
  padding: 50px;
  max-width: 960px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.price section.section_campaign .box:nth-of-type(n + 1) {
  margin-bottom: 24px;
}
.price section.section_campaign .box + .box3 {
  justify-content: center;
}
.price section.section_campaign .box .campph {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.price section.section_campaign .box .campph img {
  width: 100%;
}
.price section.section_campaign .box .unit {
  margin: 20px;
  margin-left: 28px;
}
.price section.section_campaign .box .unit .badge {
  background: #333333;
  color: #fff;
  width: 84px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  font-size: 14px;
}
.price section.section_campaign .box .unit h3 {
  font-size: 44px;
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.price section.section_campaign .box .unit p.txt {
  margin-top: 35px;
}
.price section.section_campaign .btn_cv {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .price section.section_campaign {
    padding: 10% 2em 0;
  }
  .price section.section_campaign .titbox {
    color: #cc3c50;
    margin-bottom: 10%;
  }
  .price section.section_campaign .box {
    flex-wrap: wrap;
    padding: 1em 1em 2em;
  }
  .price section.section_campaign .box img {
    width: 100%;
    margin-bottom: 1em;
    margin: 0 auto;
  }
  .price section.section_campaign .box .unit {
    margin-left: 0;
  }
  .price section.section_campaign .box .unit .box .campph {
    margin: 0 auto;
  }
  .price section.section_campaign .box .unit h3 {
    margin-top: 5px;
  }
  .price section.section_campaign .btn_cv {
    margin: 10% auto 10%;
  }
}
/*-----------------------------------------------------------

 section_faq

----------------------------------------------------------- */
/*
section_mv
----------------------------------------------------------- */
.faq section.section_mv {
  background-image: url(../faq/img/faq_bg.jpg);
}

/*
section_faq
----------------------------------------------------------- */
section.section_faq {
  padding: 60px 0;
  background-image: none;
  background-size: cover;
  background-color: #fff;
}
section.section_faq .btn3col .btn_cv a {
  margin: 0 10px;
}
section.section_faq .btn3col .btn_cv a p::after {
  transform: translateY(-50%) rotate(135deg);
}
section.section_faq .inner {
  background: rgba(255, 255, 255, 0.9);
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
section.section_faq .titbox {
  color: #333333;
  margin: 0px 0 40px;
}
section.section_faq .inner > p {
  text-align: center;
  margin: 50px 0;
  font-size: 24px;
  font-weight: bold;
}
section.section_faq .inner > p:nth-of-type(n + 2) {
  margin-top: 80px;
}
section.section_faq .unit {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
}
section.section_faq .unit .circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #333333;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
section.section_faq .unit .circle .label {
  font-size: 14px;
}
section.section_faq .unit .txtbox {
  width: 750px;
}
section.section_faq .unit .txtbox .acd-check {
  display: none;
}
section.section_faq .unit .txtbox .acd-label {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #333333;
  padding: 4px 40px 4px 10px;
  position: relative;
}
section.section_faq .unit .txtbox .acd-label:after {
  box-sizing: border-box;
  content: "▼";
  color: #333333;
  height: 52px;
  padding: 0px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
section.section_faq .unit .txtbox .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
section.section_faq .unit .txtbox .acd-check:checked + .acd-label:after {
  content: "▲";
}
section.section_faq .unit .txtbox .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
section.section_faq .btn_cv {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  section.section_faq {
    padding: 10% 10px;
  }
  section.section_faq .inner {
    padding: 50px 4% 4%;
    box-sizing: border-box;
  }
  section.section_faq .inner > p {
    margin: 8% 0;
  }
  section.section_faq .inner > p:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  section.section_faq .unit .circle {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
  }
  section.section_faq .unit .circle .label {
    font-size: 14px;
  }
  section.section_faq .unit .txtbox .acd-label {
    font-size: 18px;
  }
  section.section_faq .btn_cv {
    margin-top: 4%;
  }
}
.inquiryForm {
  margin: 100px 0 100px;
}

@media screen and (max-width: 1199px) {
  .inquiryForm {
    padding: 10% 10px 10%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  .inquiryForm-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
}
.inquiryForm-form {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 60px auto 0px auto;
  text-align: left;
  width: 600px;
}

.inquiryForm-form:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 700px) {
  .inquiryForm-form {
    font-size: 16px;
    font-size: 1rem;
    margin: 15px auto;
    width: auto;
  }
}
.inquiryForm-form dt {
  float: left;
  width: 240px;
}

@media screen and (max-width: 820px) {
  .inquiryForm-form dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .inquiryForm-form dt br {
    display: none;
  }
}
.inquiryForm-form dt span {
  background: #ea7575;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 10px;
  padding: 4px 5px 3px 5px;
}

.inquiryForm-form dd {
  margin: 0px 0px 30px 0px;
  padding-left: 240px;
  width: 360px;
}

@media screen and (max-width: 920px) {
  .inquiryForm-form dd {
    margin-bottom: 15px;
    padding-left: 0px;
    width: auto;
  }
}
.inquiryForm-form dd input,
.inquiryForm-form dd textarea {
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 2%;
  width: 96%;
}

.inquiryForm-form dd select {
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  padding: 2px 1%;
}

.inquiryForm-notice {
  color: #ff0000;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 0 0 1rem;
  text-indent: -1rem;
}

.inquiryForm-submitButtonArea {
  text-align: center;
}

.inquiryForm-submitCheck {
  background: #fff;
  border: 3px solid #1a6382;
  border-radius: 8px;
  color: #f00;
  font-weight: bold;
  margin: 0px auto 50px auto;
  padding: 10px 20px;
  text-align: left;
  width: 560px;
}

.inquiryForm-submitCheck:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 700px) {
  .inquiryForm-submitCheck {
    margin-bottom: 20px;
    width: auto;
  }
}
.inquiryForm-submitCheck input {
  -webkit-transform: scale(1.4);
  float: left;
  height: 16px;
  margin: 8px 20px 20px 0px;
  transform: scale(1.4);
  width: 16px;
}

@media screen and (max-width: 700px) {
  .inquiryForm-submitCheck input {
    margin-bottom: 0px;
  }
}
.inquiryForm-submitButton {
  background-color: #c92b6e;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0px auto;
  padding: 30px 80px;
  text-align: center;
}

.inquiryForm-submitButton:hover {
  background-color: #ec428a;
}

.dominantTxt {
  text-align: center;
}

.contact .section_mv {
  background-image: url(../contact/img/bg.jpg);
}

/*
section_voice
----------------------------------------------------------- */
.voice .section_mv {
  background-image: url(../faq/img/bg.jpg);
}

.voice_lable {
  background: #1b425c;
  text-align: center;
  padding-top: 20px;
}
.voice_lable .voice_lb_inner {
  background: url("../voice/img/voice_lb_item.png") no-repeat;
  background-position: right 0% bottom 0%;
  background-size: cover;
}
.voice_lable img {
  max-width: 770px;
  padding-bottom: 40px;
}

.voice_content .voice_inner {
  max-width: 810px;
  margin: 0 auto;
  padding: 60px 0;
}
.voice_content .voice_inner .voice_txt {
  line-height: 30px;
  position: relative;
}
.voice_content .voice_inner .voice_txt h2 {
  font-weight: 700 !important;
  font-size: 24px;
}
.voice_content .voice_inner .voice_txt p {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.voice_content .voice_inner .inyou {
  width: 60px;
  position: absolute;
  z-index: 0;
}
.voice_content .voice_inner .voice_box {
  color: #1b425c;
  background: url("../voice/img/voice_box_bg.png") no-repeat;
  background-size: cover;
  margin: 40px 0;
  padding: 40px 30px;
  border: 3px solid #1b425c;
  display: flex;
  justify-content: space-between;
}
.voice_content .voice_inner .voice_box .voice_img {
  padding: 50px 0;
  width: 228px;
  text-align: center;
  margin-right: 30px;
}
.voice_content .voice_inner .voice_box .voice_img p {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
}

.Marker_yellow {
  background: linear-gradient(transparent 60%, #fef084 0%);
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .voice_lable {
    background-color: #1b425c;
    text-align: center;
    padding-top: 0px;
  }
  .voice_lable .voice_lb_inner {
    background: url("../voice/img/voice_lb_item.png") no-repeat;
    background-position: right 0% bottom 0%;
    background-size: cover;
  }
  .voice_lable img {
    width: 90%;
    padding-bottom: 0px;
    padding: 20px 0;
  }
  .voice_content .voice_inner {
    max-width: 810px;
    margin: 0 auto;
    padding: 0px 20px;
  }
  .voice_content .voice_inner .voice_txt {
    line-height: 30px;
    position: relative;
    margin: 0 auto;
  }
  .voice_content .voice_inner .voice_txt h2 {
    font-weight: 900;
    font-size: 24px;
  }
  .voice_content .voice_inner .voice_txt p {
    font-size: 16px;
    position: relative;
    z-index: 1;
  }
  .voice_content .voice_inner .inyou {
    width: 60px;
    position: absolute;
    z-index: 0;
  }
  .voice_content .voice_inner .voice_box {
    color: #1b425c;
    background: url("../voice/img/voice_box_bg.png") no-repeat;
    background-size: cover;
    margin: 25px 0;
    padding: 20px;
    border: 3px solid #1b425c;
    display: block;
  }
  .voice_content .voice_inner .voice_box .voice_img {
    padding: 20px 0;
    width: 228px;
    text-align: center;
    margin-right: 0px;
    margin: 0 auto;
  }
  .voice_content .voice_inner .voice_box .voice_img p {
    font-size: 24px;
    font-weight: 700;
  }
  .voice_pc {
    display: none;
  }
}
/*
インストラクターページリデザイン用CSS
----------------------------------------------------------- */
.message {
  padding-bottom: 50px;
}

.message-top-all {
  background: url("../instructor/img/message-top-bg-sp.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
  height: auto;
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .message-top-all {
    background: url("../instructor/img/message-top-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
  }
}

.tsukamoto-message-top {
  background: url("../instructor/img/message-top-bg02-sp.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
  height: auto;
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .tsukamoto-message-top {
    background: url("../instructor/img/message-top-bg02.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
  }
}

@media screen and (min-width: 960px) {
  .message-top {
    max-width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
}

.message-top-inner {
  width: 90%;
  margin: 0 auto;
  padding-left: 0px;
}
@media screen and (min-width: 740px) {
  .message-top-inner {
    width: 60%;
    padding-left: 20px;
    margin: 0;
  }
}

.message-top-title {
  max-width: 350px;
  margin: 0 auto 15px auto;
}

.message-top-box {
  opacity: 0.8;
  background: #FFF;
  border: 2px solid #1b425c;
  padding: 25px 40px;
  line-height: 30px;
}
.message-top-box p {
  margin: 15px 0;
}
@media screen and (min-width: 740px) {
  .message-top-box {
    opacity: 1;
    background: #FFF;
    border: 2px solid #1b425c;
    padding: 25px 40px;
    line-height: 30px;
  }
  .message-top-box p {
    margin: 15px 0;
  }
}

.bold-text {
  font-weight: bold;
}

.message-bottom {
  background: url("../instructor/img/message-bottom-bg-sp.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .message-bottom {
    background: url("../instructor/img/message-bottom-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
  }
}

.tsukamoto-message-bottom {
  background: url("../instructor/img/message-bottom-bg02-sp.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .tsukamoto-message-bottom {
    background: url("../instructor/img/message-bottom-bg02.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
  }
}

.bigtext {
  font-size: 25px;
}

.message-bottom-inner {
  max-width: 975px;
  padding: 0 20px;
  margin: 0 auto;
}

.message-bottom-title {
  max-width: 715px;
  margin-bottom: 30px;
}

.message-bottom-text {
  color: #fff;
}

.message-bottom-text p {
  margin: 15px 0;
  line-height: 30px;
}

.instructor-message-inner {
  max-width: 975px;
  padding: 40px 20px;
  margin: 0 auto;
}

.instructor-message-top {
  display: block;
}
@media screen and (min-width: 740px) {
  .instructor-message-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.instructor-message-text p {
  margin: 28px 0;
}

.message-big-text {
  color: #c9445a;
  font-size: 28px;
  font-weight: bold;
}

.main-color {
  color: #c9445a;
}

.instructor-image {
  position: relative;
  z-index: 0;
}
.instructor-image img {
  vertical-align: bottom;
}

.instructor-message-box {
  position: relative;
  z-index: 2;
  max-width: 975px;
  text-align: center;
  background: #f0f0f0;
  padding: 20px;
}
.instructor-message-box p {
  margin: 5px 0;
}
.instructor-message-box span {
  font-size: 24px;
  font-weight: bold;
}

.message-seemore-btn {
  display: block;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 740px) {
  .message-seemore-btn {
    max-width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}

.cv-btn {
  width: 100%;
  text-align: center;
  position: relative;
  background: #333;
  padding: 15px 0;
  margin: 10px 0px;
  border: 2px solid #333;
}
.cv-btn a {
  color: #FFF;
}
@media screen and (min-width: 740px) {
  .cv-btn {
    width: 100%;
    text-align: center;
    position: relative;
    background: #333;
    padding: 15px 0;
    margin: 0 10px;
    border: 2px solid #333;
  }
  .cv-btn a {
    color: #FFF;
  }
  .cv-btn::after {
    content: url("../instructor/img/arrow-icon.svg");
    display: inline-block;
    width: 15px;
    position: absolute;
    right: 3%;
    top: 15px;
  }
  .cv-btn:hover {
    background: #FFF;
    border: 2px solid #333;
  }
  .cv-btn:hover a {
    color: #333;
  }
}

.lesson-btn {
  max-width: 350px;
  margin: 40px auto;
}

.ceo-review-visual {
  background: url("../instructor/img/ceo-review-visual-bg-sp.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0;
}
@media screen and (min-width: 960px) {
  .ceo-review-visual {
    background: url("../instructor/img/ceo-review-visual-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.ceo-review-visual-text {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}

.ceo-review-text {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.ceo-review-text p {
  text-align: center;
  margin: 25px 0;
}
.ceo-review-text span {
  color: #1a425d;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.recommendation {
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/worn-dots.png);
}

.recommendation-visual {
  background: url("../instructor/img/recommendation-visual-bg-sp.jpg") no-repeat center;
  background-size: cover;
  padding: 140px 0;
}
@media screen and (min-width: 480px) {
  .recommendation-visual {
    background: url("../instructor/img/recommendation-visual-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 140px 0;
  }
}

.recommendation-title {
  display: flex;
  justify-content: center;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
}
.recommendation-title img {
  max-width: 460px;
}

.recommendation-text-logo {
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
}

.recommendation-inner {
  max-width: 800px;
  padding: 60px 20px;
  margin: 0 auto;
}

.recommendation-text {
  padding-bottom: 50px;
}
.recommendation-text p {
  margin: 20px 0;
  text-align: center;
}

.master-coach-box {
  background: #000;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .master-coach-box {
    background: #000;
    padding: 30px 40px;
  }
}

.master-coach-profile {
  display: block;
}
@media screen and (min-width: 740px) {
  .master-coach-profile {
    display: flex;
    justify-content: space-between;
  }
}

.master-coach-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .master-coach-image {
    margin-bottom: 0px;
    object-fit: contain;
  }
}

.master-coach-text {
  padding: 0 20px;
  color: #FFF;
}
.master-coach-text p {
  margin: 15px 0 0 0;
}

.master-coach-title {
  background: #FFF;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.master-coach-message {
  background: #FFF;
  padding: 15px 25px;
  margin-top: 20px;
}

.color-black {
  color: #333;
}

/*
料金ページリデザイン用CSS
----------------------------------------------------------- */
.price-visual {
  background: url("../price/img/price-visual-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

.price-visual-inner {
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto;
}

.price-visual-title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 35px;
  padding-bottom: 80px;
}

.price-visual-image img {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.price-visual-text {
  padding-top: 60px;
  color: #fff;
  text-align: center;
}
.price-visual-text p {
  margin-bottom: 25px;
}

.campaing-item {
  padding: 60px 0;
  background: url("../img/top/point_bg.png") center;
  background-size: 100%;
  background-attachment: fixed;
}

.campaing-item-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.campaing-item-title {
  padding: 25px 0;
  max-width: 770px;
  margin: 0 auto;
}

.campaing-list-item {
  display: none;
}
@media screen and (min-width: 740px) {
  .campaing-list-item {
    display: block;
    margin: 25px 0;
  }
}

.campaing-list-item-sp {
  display: block;
}
@media screen and (min-width: 740px) {
  .campaing-list-item-sp {
    display: none;
    margin: 25px 0;
  }
}

.limited {
  background: url("../price/img/limited-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

.limited-inner {
  max-width: 655px;
  padding: 0 20px;
  margin: 0 auto;
}

.limited-movie {
  max-width: 560px;
  margin: 0 auto;
  width: 95%;
  padding: 40px 0;
}

.limited-text {
  text-align: center;
  color: #FFF;
}

/*
ハリウッド式ボイストレーニングリデザイン用CSS
----------------------------------------------------------- */
.section_method {
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/worn-dots.png);
}

.hybrid-component {
  background: #333;
  padding: 60px 0;
}

.hybrid-component-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.hybrid-component-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .hybrid-component-title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (min-width: 960px) {
  .hybrid-component-title {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
  }
}

.hybrid-component-box {
  background: #FFF;
  margin: 50px 0;
}

.hybrid-component-box-title {
  background: #d6a11d;
  color: #FFF;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: bold;
}

.method-profile {
  display: block;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .method-profile {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    text-align: left;
  }
}

.method-profile-image {
  max-width: 400px;
  object-fit: contain;
  margin-bottom: 20px;
}

.method-profile-big-title {
  color: #d6a11d;
  font-size: 20px;
  font-weight: 700;
}
.method-profile-big-title span {
  font-size: 34px;
}
@media screen and (min-width: 740px) {
  .method-profile-big-title {
    color: #d6a11d;
    font-size: 24px;
    font-weight: 700;
  }
  .method-profile-big-title span {
    font-size: 44px;
  }
}

.method-profile-min-text {
  padding: 15px 0;
}

.method-profile-box {
  padding: 0 30px 30px 30px;
}

.method-profile-box-inner {
  background: #e7e7e7;
  padding: 30px;
}
.method-profile-box-inner .center {
  text-align: center;
  font-weight: bold;
}
.method-profile-box-inner p {
  padding: 5px 0;
}

.ceo-comment-title {
  background: #d6a11d;
  color: #FFF;
  text-align: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}

.ceo-comment-box {
  display: block;
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .ceo-comment-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 20px 30px;
    text-align: left;
  }
}

.ceo-comment-image {
  width: 180px;
  padding: 0 20px;
  object-fit: contain;
}

.ceo-comment-text {
  padding: 0 20px;
}
.ceo-comment-text p {
  margin: 15px 0;
}

.marker-yellow {
  color: #1a425d;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.triangle {
  margin: -5px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d6a11d;
}

.hybrid-intro {
  background: url("../hollywood/img/hybrid-intro-bg-sp.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .hybrid-intro {
    background: url("../hollywood/img/hybrid-intro-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
  }
}

.hybrid-intro-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.hybrid-intro-title {
  text-align: center;
  padding-bottom: 40px;
}

.hybrid-intro-text {
  text-align: center;
  color: #FFF;
}
.hybrid-intro-text p {
  margin: 15px 0;
}

.hybrid-movie {
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
}

.hybrid-movie-title {
  color: #fff;
  background: #333;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
}
@media screen and (min-width: 960px) {
  .hybrid-movie-title {
    color: #fff;
    background: #333;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
  }
}

.hybrid-movie-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.hybrid-movie-text {
  text-align: center;
  padding: 30px 0 40px 0;
}

.triangle2 {
  margin: -5px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #333;
}

.hybrid-case-box-top {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .hybrid-case-box-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.hybrid-case-movie {
  width: 100%;
  order: 2;
  margin: 0px auto;
}
@media screen and (min-width: 960px) {
  .hybrid-case-movie {
    width: 70%;
    object-fit: contain;
    margin: 0 20px;
    order: 1;
  }
}

.hybrid-case-title {
  margin: 0 5px;
  order: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .hybrid-case-title {
    margin: 0 20px;
    text-align: left;
    order: 2;
  }
}

.case-font {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 50px;
}

.case-label {
  background: #1c435d;
  color: #FFF;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.case-text {
  margin-top: 15px;
  font-weight: bold;
}

.case-traning {
  border: 2px dashed #1c435d;
  padding: 20px 20px 20px 50px;
  position: relative;
  background: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .case-traning {
    border: 2px dashed #1c435d;
    padding: 30px 40px 30px 100px;
    position: relative;
    background: #FFF;
    font-weight: bold;
  }
}

.traning-title {
  width: 100%;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0px;
  background: #1c435d;
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .traning-title {
    width: auto;
    position: absolute;
    top: -20px;
    left: 35%;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 100px;
    background: #1c435d;
    display: inline-block;
  }
}

.traning-list {
  margin-top: 30px;
}
.traning-list li {
  list-style-position: outside;
  list-style-image: url(../img/top/check02.png);
}
@media screen and (min-width: 1000px) {
  .traning-list {
    margin-top: 0;
  }
}

.instructor-comment {
  padding: 20px 0;
}

.instructor-comment-title {
  background: #1c435d;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

.triangle3 {
  margin: -5px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1c435d;
}

.instructor-comment-box {
  display: block;
  padding: 10px 0;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .instructor-comment-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 20px;
    align-items: center;
    text-align: left;
  }
}

.instructor-comment-image {
  width: 180px;
  object-fit: contain;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .instructor-comment-image {
    width: 180px;
    object-fit: contain;
    padding: 0 20px;
    margin: 0;
  }
}

.instructor-comment-text {
  padding: 0 20px;
}
.instructor-comment-text p {
  margin: 30px 0;
}

@media screen and (min-width: 480px) {
  .sp-br {
    display: none;
  }
}
.gnav {
  position: relative;
}

#instructor-content {
  position: absolute;
  bottom: -120px;
  left: 40%;
  transform: translateX(-40%);
  background: #fff;
  width: 200px;
}
#instructor-content a {
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#instructor-content a:last-child {
  border-bottom: 0;
}
#instructor-content a:hover {
  color: #fff;
  background: #0090D9;
}/*# sourceMappingURL=skin.css.map */