@charset "UTF-8";
/*====================
 * [Suggested order by mozilla.org]
 * z-index
 * display
 * list-style
 * position
 * float
 * clear
 *
 * width
 * height
 * margin
 * padding
 * border
 *
 * background
 * color
 *
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *====================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("font/NotoSansJP-Black.woff") format("woff");
}

@-webkit-keyframes pageTopShake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
    transform: translate(0px, -5px) rotateZ(5deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
    transform: translate(0px, -5px) rotateZ(-5deg);
  }
}

@keyframes pageTopShake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
    transform: translate(0px, -5px) rotateZ(5deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
    transform: translate(0px, -5px) rotateZ(-5deg);
  }
}

@-webkit-keyframes iconShake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 0px) rotateZ(8deg);
    transform: translate(0px, 0px) rotateZ(8deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(0px, 0px) rotateZ(-8deg);
    transform: translate(0px, 0px) rotateZ(-8deg);
  }
}

@keyframes iconShake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 0px) rotateZ(8deg);
    transform: translate(0px, 0px) rotateZ(8deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(0px, 0px) rotateZ(-8deg);
    transform: translate(0px, 0px) rotateZ(-8deg);
  }
}

/*====================
 *   Base
 *====================*/
body {
  color: #333333;
  font-family: "NotoSansJP", "Noto Sans", "Noto Sans CJK JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 16px;
  line-height: 1.5rem;
  text-align: center;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
  }
}

dl,
dt,
dd,
ul,
nav,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

@media screen and (max-width: 640px) {
  li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}

a {
  border: none;
  outline: none;
  text-decoration: none;
}

a:link, a:visited {
  color: #e7005a;
  text-decoration: none;
}

a:hover, a:active {
  color: #fc7e7e;
  text-decoration: none;
}

a img {
  border-style: none;
}

em {
  font-style: normal;
  font-weight: 700;
}

*:focus {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

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

section {
  position: relative;
}

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

section p:last-child {
  margin-bottom: 0px;
}

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

/* common */
.wd800 {
  margin: 0px auto;
  position: relative;
  width: 800px;
}

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

@media screen and (max-width: 820px) {
  .wd800 {
    margin: 0px 10px;
    width: auto;
  }
}

.wd900 {
  margin: 0px auto;
  position: relative;
  width: 900px;
}

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

@media screen and (max-width: 920px) {
  .wd900 {
    margin: 0px 10px;
    width: auto;
  }
}

.wd1000 {
  margin: 0px auto;
  position: relative;
  width: 1000px;
}

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

@media screen and (max-width: 1020px) {
  .wd1000 {
    margin: 0px 10px;
    width: auto;
  }
}

.wd1200 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  position: relative;
  width: 100%;
}

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

@media screen and (max-width: 1200px) {
  .wd1200 {
    padding: 0px;
    width: auto;
  }
}

.leftColumn {
  float: left;
}

.rightColumn {
  float: right;
}

.alCent {
  text-align: center;
}

.alRight {
  text-align: right;
}

.alLeft {
  text-align: left;
}

.wrap {
  position: relative;
}

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

.displayNone {
  display: none;
}

.tonicTxt {
  color: #fca306;
}

.subDominantTxt {
  color: #231815;
}

.subDominantDeepTxt {
  color: #b69d30;
}

.dominantTxt {
  color: #e7005a;
}

.grayTxt {
  color: #666;
}

.redTxt {
  color: #e7005a;
}

.pinkTxt {
  color: #e7005a;
}

.whiteTxt {
  color: #fff;
}

.shadowTxt {
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 8px;
}

.normalTxt {
  font-weight: normal;
}

.fz20 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.borderBox {
  -webkit-box-sizing: border-box;
  border: 1px solid #fff9ed;
  box-sizing: border-box;
  padding: 10px;
}

.borderRadius {
  border-radius: 8px;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
  color: #e7005a;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 640px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 640px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 640px) {
  .mb60 {
    margin-bottom: 20px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .mb80 {
    margin-bottom: 20px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.wd20per {
  width: 20% !important;
}

@media screen and (max-width: 440px) {
  .wd20per {
    width: 30% !important;
  }
}

.wd30per {
  width: 30% !important;
}

@media screen and (max-width: 440px) {
  .wd30per {
    width: 40% !important;
  }
}

.wd40per {
  width: 40% !important;
}

@media screen and (max-width: 440px) {
  .wd40per {
    width: 45% !important;
  }
}

.wd50per {
  width: 50% !important;
}

@media screen and (max-width: 440px) {
  .wd50per {
    width: 50% !important;
  }
}

.wd200px {
  width: 200px;
}

.wd250px {
  width: 250px;
}

.wd300px {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .br-SPNone br {
    display: none;
  }
}

.imgBorder {
  border: 1px solid #dddddd;
}

.imgBorder-photo {
  -webkit-box-sizing: border-box;
  border: 5px solid #fff;
  box-sizing: border-box;
}

.ph-left {
  float: left;
  margin: 0px 15px 10px 0px;
}

.ph-left img {
  border-radius: 8px;
}

@media screen and (max-width: 440px) {
  .ph-left {
    float: none;
    margin: 0px auto 15px auto;
    width: auto !important;
  }
}

.ph-right {
  float: right;
  margin: 0px 0px 10px 15px;
}

.ph-right img {
  border-radius: 8px;
}

@media screen and (max-width: 440px) {
  .ph-right {
    float: none;
    margin: 0px auto 15px auto;
    width: auto !important;
  }
}

/* youtube */
.youtube-outer {
  margin: 40px auto 0px auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .youtube-outer {
    margin-top: 20px;
    width: 100%;
  }
}

.youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.anchor {
  left: 0px;
  position: absolute;
  top: 0px;
}

.flexBox {
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.flexBox .flexBox-inner {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  position: relative;
}

.flexBox .flexBox-inner:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 640px) {
  .flexBox {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .flexBox .flexBox-inner {
    margin: 0px 0px 10px 0px;
  }
}

.br-PC {
  display: block;
}

@media screen and (max-width: 640px) {
  .br-PC {
    display: none;
  }
}

.br-SP {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-SP {
    display: block;
  }
}

.dotList li {
  line-height: 18px;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 5px 1rem;
}

.headerArea {
  background: #fff;
  border-bottom: 1px solid #333;
  height: 50px;
  left: 0px;
  margin: 0px auto;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 200;
}

@media screen and (max-width: 1020px) {
  .headerArea {
    border-bottom: none;
    height: 28px;
  }
}

.headerArea-siteTitle {
  float: left;
  height: 29px;
  width: 256px;
}

.headerArea-siteTitle a {
  background: url(../images/VTbylogo.png) #fff no-repeat left top;
  background-size: 256px 29px;
  display: block;
  height: 29px;
  margin-top: 12px;
  text-indent: -9999px;
  width: 256px;
}

@media screen and (max-width: 1200px) {
  .headerArea-siteTitle {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .headerArea-siteTitle {
    display: none;
  }
}

.headerArea-phoneNumber {
  -webkit-box-sizing: border-box;
  border: 1px solid #231815;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  float: left;
  height: 28px;
  text-align: left;
}

.headerArea-phoneNumber span {
  background: #231815;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 26px;
  padding: 0px 10px 0px 9px;
  vertical-align: top;
}

.headerArea-phoneNumber a {
  color: #fff !important;
}

@media screen and (max-width: 1020px) {
  .headerArea-phoneNumber {
    background: #231815;
    color: #fff;
    float: none;
    text-align: center;
    width: 100%;
  }
  .headerArea-phoneNumber span {
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .headerArea-phoneNumber {
    float: none;
    width: 100%;
  }
}

.headerArea-phoneNumber-num {
  color: #000;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  height: 26px;
  padding: 0px 8px 0px 10px;
}

@media screen and (max-width: 1020px) {
  .headerArea-phoneNumber-num {
    color: #fff;
    padding: 0px 0px 0px 8px;
  }
}

@media screen and (max-width: 440px) {
  .headerArea-phoneNumber-num {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
}

.headerArea-phoneNumber-time {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 10px;
}

@media screen and (max-width: 1020px) {
  .headerArea-phoneNumber-time {
    color: #fff;
    padding: 0px 0px 0px 10px;
  }
}

@media screen and (max-width: 440px) {
  .headerArea-phoneNumber-time {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0px 0px 0px 5px;
  }
}

.headerArea-rightColumn {
  display: inline-block;
  float: right;
  padding-top: 11px;
}

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

@media screen and (max-width: 1020px) {
  .headerArea-rightColumn {
    float: none;
  }
}

@media screen and (max-width: 1020px) {
  .headerArea-rightColumn {
    padding: 0px;
    width: 100%;
  }
}

.headerArea-rightColumn-wrap {
  float: left;
}

@media screen and (max-width: 1020px) {
  .headerArea-rightColumn-wrap {
    float: none;
    width: 100%;
  }
}

.headerArea-mailButton {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.headerArea-mailButton a {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.5s;
  background: #2168D3;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0rem;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  text-align: left;
  transition: 0.5s;
}

.headerArea-mailButton a:hover {
  background: #2168D3;
}

.headerArea-mailButton a img {
  height: 16px;
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .headerArea-mailButton {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .headerArea-mailButton a {
    font-size: 14px;
    padding: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .headerArea-mailButton a img {
    margin-top: -2px;
    height: 12px;
  }
}

@media screen and (max-width: 440px) {
  .headerArea-mailButton .SPdispNone {
    display: none;
  }
  .headerArea-mailButton .PCdispNone {
    display: inline;
  }
}

.headerArea-lineButton {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.headerArea-lineButton a {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.5s;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0rem;
  height: 28px;
  line-height: 28px;
  padding: 0px 60px;
  text-align: left;
  transition: 0.5s;
}

.headerArea-lineButton a:hover {
  background: #000;
}

.headerArea-lineButton a img {
  height: 16px;
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
  width: 60px;
}

@media screen and (max-width: 1020px) {
  .headerArea-lineButton {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .headerArea-lineButton a {
    font-size: 15px;
    padding: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 440px) {
  .headerArea-lineButton span {
    display: none;
  }
}

.fixed {
  position: fixed;
}

.mainVisual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 56px;
  position: relative;
  text-align: center;
}

.mainVisual-PC {
  display: block;
}

@media screen and (max-width: 1020px) {
  .mainVisual{
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .mainVisual-PC {
    display: none;
  }
}

.mainVisual-SP {
  display: none;
}

@media screen and (max-width: 640px) {
  .mainVisual-SP {
    display: block;
  }
}

.introduction {
  background: #fff9ed;
  border-top: 2px solid #fca306;
  padding: 0px 0px 60px 0px;
}

@media screen and (max-width: 640px) {
  .introduction {
    padding-bottom: 30px;
  }
}

.introduction-title {
  -webkit-box-sizing: border-box;
  background: #fca306;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
  padding: 8px 10px 12px 10px;
  position: relative;
  width: 600px;
}

@media screen and (max-width: 640px) {
  .introduction-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.introduction-title:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #fca306;
  bottom: -20px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .introduction-title {
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0px 20px 4px 20px;
    width: auto;
  }
}

.indroduction-title-sub {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .indroduction-title-sub {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
}

.introduction-about-title {
  background: #231815;
  border: 3px solid #231815;
  border-bottom: none;
  color: #231815;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  margin-top: 30px;
  padding: 8px 20px 6px 20px;
}

@media screen and (max-width: 640px) {
  .introduction-about-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.introduction-about-title img {
  width: 195px;
}

@media screen and (max-width: 640px) {
  .introduction-about-title {
    margin-top: 20px;
    padding: 2px 10px 4px 10px;
  }
}

.introduction-about {
  background: #fff;
  border: 3px solid #231815;
  padding: 30px;
}

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

@media screen and (max-width: 640px) {
  .introduction-about {
    padding: 15px;
  }
}

.introduction-about-left {
  float: left;
  text-align: left;
  width: 58%;
}

@media screen and (max-width: 640px) {
  .introduction-about-left {
    float: none;
    width: auto;
  }
}

.introduction-about-right {
  float: right;
  width: 39%;
}

@media screen and (max-width: 640px) {
  .introduction-about-right {
    float: none;
    width: auto;
  }
}

.introduction-about-history {
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
}

.introduction-about-history li {
  /*border-bottom: 1px dotted #999999;*/
  margin-bottom: 10px;
  padding: 0px 0px 10px 26px;
  position: relative;
}

.introduction-about-history li:before {
  content: "";
  content: "★";
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 12px;
}

.introduction-about-history li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
  .introduction-about-history {
    margin-bottom: 15px;
  }
}

.introduction-about-catch {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.2rem;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .introduction-about-catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 820px) {
  .introduction-about-catch {
    text-align: left;
  }
  .introduction-about-catch br {
    display: none;
  }
}

.introduction-profile{
  margin: 60px auto 0px auto;
  text-align: left;
  padding: 40px;
  border: 4px solid #fca306;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .introduction-profile{
    margin-top: 30px;
    padding: 26px 18px 16px 18px;
  }
}

.introduction-profile-title{
  font-size: 48px;
  letter-spacing: 0.2rem;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fca306;
}

.introduction-profile-title span{
  font-size: 18px;
  margin-left: 10px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 640px) {
  .introduction-profile-title{
    padding-bottom: 16px;
    font-size: 34px;
  }
  .introduction-profile-title span{
    font-size: 14px;
  }
}

.introduction-profile-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.introduction-profile-img{
  width: 40%;
  margin-right: 5%;
}
.introduction-profile-texts{
  width: 55%;
}

@media screen and (max-width: 640px) {
  .introduction-profile-wrap{
    display: block;
  }
  .introduction-profile-img{
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .introduction-profile-texts{
    width: 100%;
  }
}
.introduction-profile-button{
  position: relative;
  display: block;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0.1rem;
  box-shadow: 0px 4px 0px 0px rgb(60, 60, 60), inset 0px -4px 0px 0px rgba(255, 255, 255, 0.1);
  text-align: center;
}
.introduction-profile-button:before{
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
}

.whiteBg {
  background: #fff;
  padding: 60px 0px;
}

.whiteBg p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .whiteBg {
    padding: 30px 0px;
  }
}

.orangeBg {
  background: #fff9ed;
  padding: 60px 0px;
}

.orangeBg p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .orangeBg {
    padding: 30px 0px;
  }
}

.balloonBox {
  background: #fff;
  border: 2px solid #dddddd;
  border-radius: 8px;
  color: #999999;
  font-weight: bold;
  margin-left: 113px;
  padding: 18px 20px;
  position: relative;
  text-align: left;
}

.balloonBox:before {
  -webkit-transform: rotate(45deg);
  background: #fff;
  border-bottom: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  bottom: 0px;
  content: "";
  display: block;
  height: 10px;
  left: -8px;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
  width: 10px;
}

.balloonBox:before {
  top: 32px;
}

.balloonBox:after {
  background: url(../images/thumbnail.jpg) top center;
  background-size: 88px 88px;
  border: 3px solid #fca306;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: -110px;
  position: absolute;
  top: -12px;
  width: 80px;
}

@media screen and (max-width: 640px) {
  .balloonBox {
    margin-left: 94px;
    padding: 10px 12px;
  }
  .balloonBox:after {
    background-size: 74px 74px;
    border-radius: 70px;
    height: 70px;
    left: -94px;
    top: 0px;
    width: 70px;
  }
}

.forYou {
  background: url(../images/forYou-bg.jpg) center center;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .forYou {
    padding: 30px 0px;
  }
}

.forYou:before {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 48px solid #fca306;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: -24px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .forYou:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 28px solid #fca306;
    top: -14px;
  }
}

.trouble {
  background: url(../images/trouble-bg.png) repeat-x center top #515151;
  padding: 60px 0px;
  position: relative;
}

.trouble:before {
  background: url(../images/trouble-shilhouette.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 70px;
  width: 504px;
}

@media screen and (max-width: 640px) {
  .trouble {
    background: url(../images/trouble-bg.png) repeat-x center -300px #515151;
    padding: 30px 0px;
  }
  .trouble:before {
    background-size: 80% auto;
    top: 60px;
    width: 100%;
  }
}

.trouble-title {
  position: relative;
  margin: 0px auto 50px auto;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 28px;
  line-height: 40px;
  width: 596px;
  padding-top: 10px;
}

.trouble-title:before {
  border: 5px solid #fff;
  border-right: none;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 8px;
}
.trouble-title:after {
  border: 5px solid #fff;
  border-left: none;
  content: "";
  display: block;
  height: 100%;
  right: 0px;
  position: absolute;
  top: 0px;
  width: 8px;
}

@media screen and (max-width: 640px) {
  .trouble-title {
    margin-bottom: 40px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .trouble-title:before{
    border: 4px solid #fff;
    border-right: none;
  }
  .trouble-title:after{
    border: 4px solid #fff;
    border-left: none;
  }
}

.trouble-list {
  color: #fff;
  display: inline-block;
  margin: 0px auto 40px auto;
}

.trouble-list li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
  text-align: left;
}

.trouble-list li:before {
  background: url(../images/trouble-check.png) no-repeat left top;
  background-size: auto 16px;
  content: "";
  display: block;
  height: 16px;
  left: 0px;
  position: absolute;
  top: 2px;
  width: 16.5px;
}

.trouble-list li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
  .trouble-list {
    margin: 0px 20px 20px 20px;
  }
  .trouble-list li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 26px;
  }
}

.trouble-example {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}

.levelUp {
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .levelUp {
    padding: 20px 0px;
  }
}

.levelUp-lead {
  background: #ffc74c;
  border: 4px solid #231815;
  border-radius: 8px;
  color: #231815;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px 30px;
}

.levelUp-lead br {
  display: none;
}

@media screen and (max-width: 640px) {
  .levelUp-lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
  .levelUp-lead br {
    display: block;
  }
}

.levelUp-copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.2rem;
}

@media screen and (max-width: 640px) {
  .levelUp-copy {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.8rem;
  }
  .levelUp-copy span {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.bg-tonicLine {
  background: url(../images/bgLine01.png) no-repeat center top;
  background-size: 1000px auto;
}

.training {
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .training {
    padding-bottom: 30px;
  }
}

.traing-number {
  background: #fca306;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1px;
}

@media screen and (max-width: 640px) {
  .traing-number {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0rem;
  }
}

.traing-number span {
  background: #fff;
  border: 1px solid #fca306;
  color: #fca306;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 38px;
  margin-left: 14px;
  width: 38px;
}

.training-title {
  background: #ffc74c;
  border-bottom: solid 5px #fca306;
  color: #231815;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.0rem;
  padding: 20px 10px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .training-title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 2.6rem;
  }
}

.training-title:before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 22px solid #ffc74c;
  bottom: -22px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .training-title {
    padding: 10px;
  }
}

.training-title-vt {
  margin: 0px auto 10px auto;
  vertical-align: top;
  width: 118px;
}

@media screen and (max-width: 640px) {
  .training-title-vt {
    margin-bottom: 0px;
  }
}

.training-title-super {
  margin: 0px auto 10px auto;
  vertical-align: top;
  width: 230px;
}

@media screen and (max-width: 640px) {
  .training-title-super {
    margin-bottom: 0px;
  }
}

.training-wrap{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .training-wrap{
    width: 80%;
    margin: 0px auto;
  }
  }
.training-texts{
  position: relative;
  width: 31.5%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #dedede;
  padding: 20px;
  box-sizing: border-box;
}
.training-texts h3{
  margin-bottom: 20px;
  color: #e7005a;
}
.training-texts p{
  margin: 20px auto 60px auto;
  text-align: left;
}
.training-texts a{
  position: absolute;
  bottom: 20px;
  margin: auto;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 16px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1rem;
  box-shadow: 0px 4px 0px 0px rgb(60, 60, 60), inset 0px -4px 0px 0px rgba(255, 255, 255, 0.1);
  text-align: center;
}
.training-texts a:before{
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
}



.training-dock {
  padding: 80px 0px 0px 0px;
}

@media screen and (max-width: 640px) {
  .training-dock {
    padding: 35px 0px 0px 0px;
  }
}

.training-dock-title {
  color: #e7005a;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin: 0px auto 50px auto;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.training-dock-title span {
  font-size: 40px;
  font-size: 2.5rem;
}

.training-dock-title:before {
  border: 5px solid #e7005a;
  border-right: none;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 8px;
}

.training-dock-title:after {
  border: 5px solid #e7005a;
  border-left: none;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
}

@media screen and (max-width: 640px) {
  .training-dock-title {
    font-size: 16px;
    line-height: 1.8rem;
    margin-bottom: 20px;
    width: auto;
  }
  .training-dock-title span {
    font-size: 22px;
  }
}

.training-dock-wrap {
  margin-bottom: 40px;
}

.training-dock-wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.training-dock-wrap img {
  float: left;
  width: 39%;
}

.training-dock-wrap p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .training-dock-wrap {
    margin-bottom: 20px;
  }
  .training-dock-wrap img {
    float: none;
    margin: 0px 0px 20px 0px;
    width: auto;
  }
  .training-dock-wrap p {
    margin: 20px 0 20px 0;
  }
}

.training-dock-bg01 {
  background: url(../images/bgLine02.png) no-repeat center -60px;
  background-size: 1000px auto;
}

@media screen and (max-width: 640px) {
  .training-dock-bg01 {
    background: url(../images/bgLine02.png) no-repeat center -40px;
    background-size: 620px auto;
  }
}

.training-dock-bg021 {
  position: relative;
}

.training-dock-bg021:before {
  background: url(../images/bgLine03.png) no-repeat center top;
  background-size: 1000px auto;
  bottom: -300px;
  content: "";
  display: block;
  height: 330px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .training-dock-bg021:before {
    background: url(../images/bgLine03.png) no-repeat center top;
    background-size: 620px auto;
    bottom: -170px;
    height: 206px;
  }
}

.training-dock-bg022 {
  position: relative;
}

.training-dock-bg022:before {
  background: url(../images/bgLine02.png) no-repeat center top;
  background-size: 1000px auto;
  bottom: -300px;
  content: "";
  display: block;
  height: 330px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .training-dock-bg022:before {
    background: url(../images/bgLine02.png) no-repeat center top;
    background-size: 620px auto;
    bottom: -170px;
    height: 206px;
  }
}

.bannerArea-title {
  background: #ffff66;
  border: 3px solid #231815;
  border-bottom: none;
  color: #231815;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  padding: 8px 20px 6px 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .bannerArea-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .bannerArea-title {
    padding: 2px 20px 4px 20px;
  }
}

.bannerArea-wrap {
  border-bottom: 3px solid #231815;
  border-top: 3px solid #231815;
  padding: 30px 0px;
}
.bannerArea-wrap p{
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #e7005a;
}

@media screen and (max-width: 640px) {
  .bannerArea-wrap {
    padding: 20px 0px;
  }
}

.bannerArea-buttonLeft {
  display: block;
  width: 48%;
  height: 80px;
  margin: auto;
  border-radius: 16px;
  background: #2168D3;
  color: #fff !important;
  font-weight: bold;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 0.1rem;
  box-shadow: 0px 4px 0px 0px rgba(0, 70, 170, 1), inset 0px -4px 0px 0px rgba(0, 70, 170, 0.5);
}

@media screen and (max-width: 640px) {
  .bannerArea-buttonLeft {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}

.honestly {
  background: #fff9ed;
  padding: 60px 0px;
}

.honestly p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .honestly {
    padding: 30px 0px;
  }
}

.title-side {
  color: #231815;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.2rem;
  margin: 0px auto 50px auto;
  padding: 0px 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .title-side {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
}

.title-side strong {
  color: #231815;
}

.title-side:before {
  border: 3px solid #231815;
  border-right: none;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 8px;
}

.title-side:after {
  border: 3px solid #231815;
  border-left: none;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
}

@media screen and (max-width: 640px) {
  .title-side {
    margin-bottom: 20px;
    width: auto;
  }
  .title-side:before {
    border: 3px solid #231815;
    border-right: none;
  }
  .title-side:after {
    border: 3px solid #231815;
    border-left: none;
  }
}

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

.honestly-leftImg p {
  float: right;
  width: 58%;
}

.honestly-leftImg img {
  float: left;
  width: 39%;
}

@media screen and (max-width: 640px) {
  .honestly-leftImg p {
    float: none;
    width: auto;
  }
  .honestly-leftImg img {
    float: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
}

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

.honestly-rightImg p {
  float: left;
  width: 58%;
}

.honestly-rightImg img {
  float: right;
  width: 39%;
}

@media screen and (max-width: 640px) {
  .honestly-rightImg p {
    float: none;
    width: auto;
  }
  .honestly-rightImg img {
    float: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
}

.profile {
  background: url(../images/profile-bg.jpg) #000 no-repeat center top;
  background-size: 100%;
  color: #fff;
  margin-bottom: 30px;
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .profile {
    margin-bottom: 20px;
    padding: 30px 0px;
  }
}

.profile-title {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 3.0rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .profile-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .profile-title {
    margin-bottom: 20px;
  }
}

.profile-program {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-history-title {
  background: #fff;
  color: #000;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 20px;
  padding: 5px 40px;
}

@media screen and (max-width: 640px) {
  .profile-history-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 2px 10px 0px 10px;
  }
}

.profile-history {
  border-top: 2px solid #fff;
  padding-top: 30px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .profile-history {
    padding-top: 20px;
  }
}

.profile-history-subTitle{
  border-left: 6px solid #fff;
  margin: 0px 0px 30px 0px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 640px) {
  .profile-history-subTitle{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.firstLessonDetail {
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .firstLessonDetail {
    padding: 30px 0px;
  }
}

.firstLessonDetail-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.0rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .firstLessonDetail-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .firstLessonDetail-title {
    margin-bottom: 30px;
  }
}

.firstLessonDetail-list {
  margin-bottom: 40px;
}

.firstLessonDetail-list li {
  background: #ffc74c;
  border: 4px solid #231815;
  border-radius: 8px;
  color: #231815;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-align: left;
}

.firstLessonDetail-list li:before {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #231815;
  bottom: -22px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

.firstLessonDetail-list li:after {
  color: #fff;
  content: "";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  left: 12px;
  position: absolute;
  top: 10px;
}

.firstLessonDetail-list li:nth-child(1):after {
  content: "1";
}

.firstLessonDetail-list li:nth-child(2):after {
  content: "2";
}

.firstLessonDetail-list li:nth-child(3):after {
  content: "3";
}

.firstLessonDetail-list li:nth-child(4):after {
  content: "4";
}

.firstLessonDetail-list li:nth-child(5):after {
  content: "5";
}

.firstLessonDetail-list li:last-child {
  margin-bottom: 0px;
}

.firstLessonDetail-list li:last-child:before {
  content: none;
}

.firstLessonDetail-list li:last-child:after {
  content: "6";
}

@media screen and (max-width: 640px) {
  .firstLessonDetail-list {
    margin-bottom: 30px;
  }
  .firstLessonDetail-list li {
    padding: 5px 5px 5px 30px;
  }
  .firstLessonDetail-list li:after {
    font-size: 26px;
    font-size: 1.625rem;
    left: 8px;
    top: 8px;
  }
}

.firstLessonDetail-satisfaction img {
  margin: 0px auto 10px auto;
  width: 50%;
}

.firstLessonDetail-satisfaction span {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 640px) {
  .firstLessonDetail-satisfaction img {
    margin: 0px auto 10px auto;
    width: 75%;
  }
}

.firstLessonDetail-satisfaction-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin: 20px 0px;
}

@media screen and (max-width: 640px) {
  .firstLessonDetail-satisfaction-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.firstLesson {
  background: #fff9ed;
  padding: 60px 0px;
  margin-bottom: 40px;
}
.firstLessonImg{
  width: 500px;
}
@media screen and (max-width: 640px) {
  .firstLessonImg{
    width: 100%;
  }
}

/*.firstLesson p {
  font-weight: normal;
  text-align: left;
}*/

@media screen and (max-width: 640px) {
  .firstLesson {
    padding: 30px 0px;
    margin-bottom: 30px;
  }
}

.firstLesson-present{
  width: 500px;
  margin: 40px auto 20px auto;
}
@media screen and (max-width: 640px) {
  .firstLesson-present{
    width: 100%;
    margin: 10px auto;
  }
}

.firstLesson-title strong {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.0rem;
}

@media screen and (max-width: 640px) {
  .firstLesson-title strong {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .firstLesson-title {
    display: block;
    padding: 0px;
  }
}

.firstLesson-price {
  background: #231815;
  border: 3px solid #231815;
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .firstLesson-price {
    display: block;
    margin-bottom: 15px;
  }
}

.firstLesson-price-title {
  background: #231815;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.0rem;
  padding: 30px 100px;
}

@media screen and (max-width: 640px) {
  .firstLesson-price-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .firstLesson-price-title {
    padding: 15px;
  }
}

.firstLesson-price-price {
  background: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.0rem;
  padding: 30px 30px 40px 30px;
}

@media screen and (max-width: 640px) {
  .firstLesson-price-price {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

.firstLesson-price-price strong {
  font-weight: 900;
}

.firstLesson-price-price span {
  display: inline-block;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 10px 0px 0px 10px;
}

@media screen and (max-width: 640px) {
  .firstLesson-price-price {
    padding: 15px;
  }
  .firstLesson-price-price span {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 900;
  }
}

.firstLesson-privilege-number {
  background: #ffc74c;
  border: 3px solid #231815;
  border-bottom: none;
  color: #231815;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  padding: 2px 10px;
}

@media screen and (max-width: 640px) {
  .firstLesson-privilege-number {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.firstLesson-privilege-number span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.firstLesson-privilege {
  background: #fff;
  border: 3px solid #231815;
  margin-bottom: 30px;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .firstLesson-privilege {
    margin-bottom: 20px;
    padding: 10px;
  }
}

.firstLesson-privilege-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .firstLesson-privilege-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .firstLesson-privilege-title {
    margin-bottom: 10px;
    text-align: left;
  }
}

.firstLesson-privilege-wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.firstLesson-privilege-wrap img {
  float: left;
  margin-right: 3%;
  width: 39%;
}

@media screen and (max-width: 640px) {
  .firstLesson-privilege-wrap img {
    float: none;
    margin: 0px 0px 15px 0px;
    width: auto;
  }
}

.price {
  /*background: #efefef;*/
  margin-bottom: 30px;
  padding: 60px 0px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .price {
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
}

.price-title {
  margin: 0px auto 30px auto;
}

.price-subTitle {
  border-bottom: 2px solid #231815;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .price-subTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .price-subTitle {
    margin-bottom: 20px;
  }
}

.price-list {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0px auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .price-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.price-list-count {
  background: #231815;
  color: #fff;
  /*float: left;*/
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 60px;
  margin: 0px auto;
}

@media screen and (max-width: 640px) {
  .price-list-count {
    width: 40px;
  }
}

.price-list-price {
  margin: 20px auto 40px auto;
}

.price-list-price em {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 640px) {
  .price-list-price em {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .price-list-price {
    margin: 10px auto 20px auto;
  }
}

.studio {
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .studio {
    padding: 30px 0px;
  }
}

.studio-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.0rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .studio-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .studio-title {
    margin-bottom: 20px;
  }
}

.studio-map {
  border: 5px solid #dddddd;
  margin: 0px auto 50px auto;
  position: relative;
}

.studio-map iframe {
  height: 500px;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 1020px) {
  .studio-map {
    margin-bottom: 30px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .studio-map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 440px) {
  .studio-map iframe {
    height: 300px;
  }
}

.VT-title {
  margin: 0px auto 20px auto;
  width: 608px;
}

@media screen and (max-width: 640px) {
  .VT-title {
    width: auto;
  }
}

.VT-media {
  margin: 0px auto;
  width: 868px;
}

@media screen and (max-width: 1020px) {
  .VT-media {
    width: auto;
  }
}

.VT-media-logo {
  letter-spacing: -0.4em;
  text-align: center;
}

.VT-media-logo li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0px 24px 20px 0px;
  vertical-align: middle;
}

.VT-media-logo li:last-child {
  margin-right: 0px;
}

.VT-media-logo li img {
  height: 68px;
  width: auto;
}

@media screen and (max-width: 1020px) {
  .VT-media-logo li {
    margin: 0px 10px 20px 10px;
  }
  .VT-media-logo li:last-child {
    margin-right: 10px;
  }
}

.VT-media-photo {
  letter-spacing: -0.4em;
  margin-bottom: 0px !important;
  text-align: center;
}

.VT-media-photo li {
  display: inline-block;
  letter-spacing: normal;
  margin: 30px 3.5% 0px 0;
  width: 31%;
}

.VT-media-photo li:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 440px) {
  .VT-media-photo li {
    display: block;
    margin: 0px 0px 20px 0px;
    width: auto;
  }
  .VT-media-photo li:last-child {
    margin-bottom: 0px;
  }
}

.inquiry {
  background: #fff9ed;
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .inquiry {
    padding: 40px 0px;
  }
}

.inquiry-title {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.0rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .inquiry-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 640px) {
  .inquiry-title {
    margin-bottom: 30px;
  }
}

.toInquiryButton {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 8px solid #333333;
  box-sizing: border-box;
  color: #333333 !important;
  display: block;
  margin: 0px auto;
  padding: 22px;
  width: 612px;
}

@media screen and (max-width: 640px) {
  .toInquiryButton {
    padding: 10px;
    width: auto;
  }
}

.toInquiryButton-first {
  border: 1px solid #333333;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.toInquiryButton-first span {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  margin: 0px 5px;
}

.toInquiryButton-first:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #333333;
  bottom: -14px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

.toInquiryButton-first:after {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  bottom: -12px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .toInquiryButton-first {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
    padding: 5px;
  }
  .toInquiryButton-first span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.toInquiryButton-order {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 25px;
}

.toInquiryButton-order span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .toInquiryButton-order {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .toInquiryButton-order span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.toInquiryButton-click {
  -webkit-transition: 0.3s;
  background: #e7005a;
  color: #fff !important;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  padding: 10px 60px;
  position: relative;
  transition: 0.3s;
}

.toInquiryButton-click:before {
  -webkit-transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  bottom: 0px;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0px;
  transform: rotate(-45deg);
  width: 8px;
}

.toInquiryButton-click:hover {
  background: #fc7e7e;
}

@media screen and (max-width: 640px) {
  .toInquiryButton-click {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 5px 50px;
  }
}

.inquiryForm-form {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0px auto 60px auto;
  text-align: left;
  width: 600px;
}

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

.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 dd {
  margin: 0px 0px 30px 0px;
  padding-left: 240px;
  width: 360px;
}

.inquiryForm-form dd:last-child {
  margin-bottom: 0px;
}

.inquiryForm-form dd input,
.inquiryForm-form dd textarea {
  border: 1px solid #999999;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 2%;
  width: 96%;
}

.inquiryForm-form dd select {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .inquiryForm-form dd {
    margin-bottom: 15px;
    padding-left: 0px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .inquiryForm-form {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 15px auto;
    width: auto;
  }
}

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

.inquiryForm-submitCheck {
  -webkit-box-sizing: border-box;
  border: 1px solid #fca306;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0px auto 50px auto;
  padding: 20px;
  text-align: left;
  width: 480px;
}

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

.inquiryForm-submitCheck span {
  display: block;
  margin-left: 50px;
}

.inquiryForm-submitCheck input {
  -webkit-transform: scale(1.4);
  float: left;
  height: 20px;
  margin: 0px;
  transform: scale(1.4);
  width: 20px;
}

@media screen and (max-width: 640px) {
  .inquiryForm-submitCheck input {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .inquiryForm-submitCheck {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 20px;
    width: auto;
  }
}

.inquiryForm-submitButton {
  -webkit-transition: 0.3s;
  background-color: #e7005a;
  border: 5px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "NotoSansJP", "Noto Sans", "Noto Sans CJK JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0px auto;
  padding: 20px 70px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.inquiryForm-submitButton:hover {
  background: #fc7e7e;
}

@media screen and (max-width: 640px) {
  .inquiryForm-submitButton {
    display: block;
    padding: 20px 0px;
    width: 100%;
  }
}

.inquiryForm-form-item {
  background: #fca306;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 10px;
}

@media screen and (max-width: 640px) {
  .inquiryForm-form-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    padding: 0px 6px;
  }
}

.required {
  background: #e7005a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  margin-left: 10px;
  padding: 0px 8px;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .required {
    line-height: 26px;
    padding: 0px 3px;
  }
}

.candidate {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .candidate {
    font-size: 16px;
    font-size: 1rem;
  }
}

.breadColumnList {
  padding: 5px 0px;
}

.breadColumnList ul {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0px !important;
  text-align: left;
}

.breadColumnList ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.breadColumnList ul li {
  float: left;
  margin-right: 20px;
}

.breadColumnList ul li a {
  color: #e7005a;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 440px) {
  .breadColumnList ul li {
    margin-right: 0px;
  }
}

footer {
  background: #231815;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
}

.toPageTop {
  bottom: 30px;
  display: block;
  position: fixed;
  right: 30px;
  z-index: 200;
}

.toPageTop a {
  display: block;
  text-indent: -9999px;
}

.toPageTop a:hover {
  -webkit-animation: pageTopShake 0.3s 1;
  animation: pageTopShake 0.3s 1;
}

@media screen and (max-width: 440px) {
  .toPageTop {
    bottom: 10px;
    right: 10px;
  }
  .toPageTop a {
    opacity: 0.8;
  }
}

/* 新規追加スタイル20180515 */
.buttonAreaBg {
  padding: 60px 0px 60px 0px;
}

@media screen and (max-width: 640px) {
  .buttonAreaBg {
    padding: 20px 0px 20px 0px;
  }
}

.toInquiryButton2 {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 8px solid #333333;
  box-sizing: border-box;
  color: #333333 !important;
  display: block;
  margin: 0px auto;
  padding: 22px;
  width: 612px;
}

.toInquiryButton2:hover {
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  .toInquiryButton2 {
    padding: 10px;
    width: auto;
  }
}

.toInquiryButton2-first {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3rem;
  margin-bottom: 20px;
  padding: 5px 10px 0px 10px;
  position: relative;
}

.toInquiryButton2-first span {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  margin: 0px 5px;
}

.toInquiryButton2-first:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #333333;
  bottom: -14px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 0px;
}

.toInquiryButton2-first:after {
  /*@include pe;
		bottom: -12px;
		right: 0px;
		left: 0px;
		margin: auto;
		width: 0px;
		height: 0px;
		border-left: 14px solid transparent;
		border-top: 14px solid #fff;
		border-right: 14px solid transparent;
	*/
}

@media screen and (max-width: 820px) {
  .toInquiryButton2-first {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
    padding: 3px 5px 0px 5px;
  }
  .toInquiryButton2-first span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.toInquiryButton2-order {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 25px;
}

.toInquiryButton2-order span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .toInquiryButton2-order {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .toInquiryButton2-order span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.toInquiryButton2-click {
  -webkit-transition: 0.3s;
  background: #cc0000;
  color: #fff !important;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  padding: 10px 60px;
  position: relative;
  transition: 0.3s;
}

.toInquiryButton2-click:before {
  -webkit-transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  bottom: 0px;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0px;
  transform: rotate(-45deg);
  width: 8px;
}

.toInquiryButton2-click:hover {
  background: #cc0000;
}

@media screen and (max-width: 820px) {
  .toInquiryButton2-click {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 5px 50px;
  }
}

.toLINEButton {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 8px solid #00b900;
  box-sizing: border-box;
  color: #333333 !important;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  margin: 20px auto 0px auto;
  padding: 15px;
  width: 612px;
}

.toLINEButton em {
  color: #00b900;
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  padding: 10px 0px 15px 0px;
}

.toLINEButton:hover {
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  .toLINEButton {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    width: auto;
  }
  .toLINEButton em {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    padding: 6px 0px 10px 0px;
  }
}

.toLINEButton-button {
  background: #00b900;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 10px 30px 14px 30px;
}

.toLINEButton-button img {
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: text-bottom;
  width: 130px;
}

@media screen and (max-width: 820px) {
  .toLINEButton-button {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    padding: 4px 20px 8px 20px;
  }
  .toLINEButton-button img {
    width: 100px;
  }
}

.LINEMerit {
  background: #00b900;
  color: #fff;
  padding: 60px 0px;
}

@media screen and (max-width: 820px) {
  .LINEMerit {
    padding: 30px 0px;
  }
}

.LINEMerit-title {
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 30px;
}

.LINEMerit-title img {
  margin: 0px 10px 8px 0px;
  vertical-align: middle;
  width: 130px;
}

@media screen and (max-width: 820px) {
  .LINEMerit-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.LINEMerit-title-sec01 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 40px;
}

.LINEMerit-title-sec01 br {
  display: none;
}

@media screen and (max-width: 820px) {
  .LINEMerit-title-sec01 {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
  .LINEMerit-title-sec01 br {
    display: block;
  }
}

.LINEMerit-wrap {
  background: #fff;
  border-radius: 8px;
  color: #00b900;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0px auto;
  padding: 30px 30px 40px 30px;
  width: 612px;
}

@media screen and (max-width: 820px) {
  .LINEMerit-wrap {
    padding: 20px 20px 30px 20px;
    width: auto;
  }
}

.LINEMerit-list {
  margin-bottom: 50px;
}

.LINEMerit-list li {
  border-bottom: 1px dotted #00b900;
  margin-bottom: 15px;
  padding: 0px 0px 15px 50px;
  position: relative;
  text-align: left;
}

.LINEMerit-list li:before {
  background: #00b900;
  border-radius: 15px;
  color: #fff;
  content: "";
  content: "1";
  display: block;
  font-weight: bold;
  height: 30px;
  left: 0px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 30px;
}

.LINEMerit-list li:nth-child(2):before {
  content: "2";
}

.LINEMerit-list li:nth-child(3):before {
  content: "3";
}

.LINEMerit-list li:last-child:before {
  content: "4";
}

@media screen and (max-width: 820px) {
  .LINEMerit-list {
    margin-bottom: 20px;
  }
  .LINEMerit-list li:before {
    top: 3px;
  }
}

.LINEMerit-button {
  background: #cc0000;
  border-radius: 8px;
  color: #fff !important;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
  margin: 0px auto;
  padding: 10px 20px;
}

.LINEMerit-button:hover {
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  .LINEMerit-button {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
  }
}

.footerNav {
  -webkit-transition: 0.7s;
  background: #b69d30;
  background: rgba(60, 61, 55, 0.9);
  bottom: 0px;
  display: none;
  left: 0px;
  opacity: 0;
  position: fixed;
  transition: 0.7s;
  width: 100%;
}

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

.footerNav li {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 30%;
}

.footerNav li:nth-child(2) {
  -webkit-box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  width: 40%;
}

.footerNav li a {
  color: #fff !important;
  display: block;
  line-height: 30px;
}

@media screen and (max-width: 820px) {
  .footerNav {
    display: block;
  }
}

.footerNav-show {
  background: rgba(60, 61, 55, 0.9);
  opacity: 1;
}

.voice {
  background: #ffff66;
  padding: 60px 0px;
  position: relative;
}

.voice:before {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #fff;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .voice {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 820px) {
.voice-wrap{
  width: 80%;
  margin: 0px auto;
}
}

.voice-title {
  margin-bottom: 30px;
}

.voice-text {
  background: #fff;
  border: 2px solid #dddddd;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 18px 20px;
  position: relative;
  text-align: left;
}

.voice-text-name {
  border-bottom: 2px solid #fca306;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 10px 0px 4px 42px;
  position: relative;
}

.voice-text-name:before {
  background: url(../images/voice.png) #fff no-repeat left top;
  background-size: 40px 40px;
  content: "";
  display: block;
  height: 40px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 40px;
}

/* 追加：推薦者の声 */
.recommendation {
  background: #000;
  color: #fff;
  font-weight: normal;
  padding: 60px 0px;
}

@media screen and (max-width: 640px) {
  .recommendation {
    padding: 30px 0px;
  }
}

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

.recommendation-wrap img {
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  width: 36%;
}

@media screen and (max-width: 640px) {
  .recommendation-wrap img {
    float: none;
    margin-bottom: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .recommendation-wrap img {
    -o-object-fit: cover;
    -o-object-position: 0 0;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
  }
}

.recommendation-title {
  color: #fff;
}

.recommendation-title strong {
  color: #fff;
}

.recommendation-title:before {
  border: 3px solid #fff;
  border-right: none;
}

.recommendation-title:after {
  border: 3px solid #fff;
  border-left: none;
}

@media screen and (max-width: 640px) {
  .recommendation-title:before {
    border: 3px solid #fff;
    border-right: none;
  }
  .recommendation-title:after {
    border: 3px solid #fff;
    border-left: none;
  }
}

.recommendation-text {
  float: right;
  text-align: left;
  width: 58%;
}

.recommendation-text strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #e7005a));
  background: -webkit-linear-gradient(transparent 80%, #e7005a 80%);
  background: linear-gradient(transparent 80%, #e7005a 80%);
  color: #fff;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 640px) {
  .recommendation-text {
    float: none;
    width: 100%;
  }
}

.recommendation-name {
  border-bottom: 1px dotted #fff;
  display: inline-block;
  float: right;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-align: left;
  width: 58%;
}

.recommendation-name span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .recommendation-name {
    float: none;
    margin: 8px 0px 16px 0px;
    width: 100%;
  }
  .recommendation-name span {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 8px;
  }
}

.recommendation-profile {
  border: 1px solid #999999;
  color: #dddddd;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 18px 20px;
}

.recommendation-profile b {
  margin-bottom: 12px;
}

/* 料金のテキスト追加 */
.price-text {
  font-weight: normal;
  margin: 80px auto 60px auto;
  position: relative;
}

.price-text:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #fca306;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: -40px;
  width: 0px;
}

.price-text:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ffc74c;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: -50px;
  width: 0px;
}

@media screen and (max-width: 640px) {
  .price-text {
    margin: 60px auto 30px auto;
    text-align: left;
  }
  .price-text br {
    display: none;
  }
}

/* modal */
.modal{
  display: none;
}
.modaal-close {
  background: #000 !important;
  top: calc((100% - 550px) / 2 + 8px);
  right: 8vw;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.modaal-close:before, .modaal-close:after {
  top: 5px;
  left: 15px;
  background: #fff;
  width: 3px;
}


.modaal-close2{
  position: relative;
  right: auto;
  top: auto;
  margin: 20px auto 0px auto;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 16px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1rem;
  box-shadow: 0px 4px 0px 0px rgb(60, 60, 60), inset 0px -4px 0px 0px rgba(255, 255, 255, 0.1);
  text-align: center;
}
.modaal-close2:before, .modaal-close2:after{
  content: none;
}

/* slickカスタマイズ  */
.slick-arrow{
  position: absolute;
  top: auto;
  bottom: -90px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000 !important;
  opacity: 1 !important;
  outline: none;
  border: none;
  text-indent: -9999px;
}
.slick-arrow:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 25%;
  height: 25%;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 1 !important;
}
.slick-next{
  right: -8%;
  z-index: 10;
}
.slick-next:before{
  transform: rotate(-135deg);
  right: 40%;
}
@media screen and (max-width: 640px) {
  .slick-next{
    right: -13%;
  }
}
.slick-prev{
  left: -8%;
  z-index: 11;
}
.slick-prev:before{
  transform: rotate(45deg);
  left: 40%;
}
@media screen and (max-width: 640px) {
  .slick-prev{
    left: -13%;
  }
}
.slick-dots{
  bottom: -50px;
}
.slick-dots li{
  width: 14px;
  height: 14px;
  margin: 14px;
  opacity: 1;
}
.slick-dots li button:before{
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 7px;
  content: " ";
}
.slick-dots li.slick-active button:before{
  color: #000;
  opacity: 1;
}
