@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: bold;
  font-weight: 700;
  src: url("font/NotoSansJP-Bold.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: #292522;
  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.9rem;
  text-align: center;
}

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

p {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
}

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

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

li {
  list-style-type: none;
}

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

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

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

a img {
  border-style: none;
}

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

u {
  font-weight: 700;
}

i {
  color: #999999;
}

*: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;
  /*p:last-child {
    margin-bottom: 0px;
  }*/
}

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

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

/* common */
.wd760 {
  margin: 0px auto;
  position: relative;
  width: 760px;
}

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

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

.grayBg {
  background: #eae5e4;
}

.whiteBg {
  background: #fff;
}

.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: #255677;
  font-weight: 700;
}

.subDominantTxt {
  color: #5db83e;
  font-weight: 700;
}

.dominantTxt {
  color: #d81919;
  font-weight: 700;
}

.dominantDeepTxt {
  color: #a62e1e;
  font-weight: 700;
}

.grayTxt {
  color: #666;
}

.whiteTxt {
  color: #fff;
}

.shadowTxt {
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 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: #d81919;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

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

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

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

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

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

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

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

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

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

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

.ph-left img {
  float: left;
  width: 42%;
}

.ph-left p,
.ph-left ul {
  margin-left: 46%;
}

@media screen and (max-width: 640px) {
  .ph-left img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .ph-left p,
  .ph-left ul {
    margin-left: 0;
  }
}

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

.ph-right img {
  float: right;
  width: 42%;
}

.ph-right p,
.ph-right ul {
  margin-right: 46%;
}

@media screen and (max-width: 640px) {
  .ph-right img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .ph-right p,
  .ph-right ul {
    margin-right: 0;
  }
}

/* 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;
  }
}

.discList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 40px 1.8rem;
  width: auto;
}

.discList li {
  line-height: 20px;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 16px 1.6rem;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .discList {
    margin-bottom: 20px;
  }
  .discList li {
    margin-bottom: 8px;
  }
}

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

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

.fz18 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

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

.fz20 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 640px) {
  .fz20 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.fz24 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.fz28 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.4rem;
}

@media screen and (max-width: 640px) {
  .fz28 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.fz40 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3rem;
}

.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: 1200px) {
  .headerArea {
    -webkit-transition: 0.7s;
    opacity: 0;
    transition: 0.7s;
  }
}

@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/onlineTitle.png) #fff no-repeat left top;
  background-size: 204px auto;
  display: block;
  height: 31px;
  margin-top: 10px;
  text-indent: -9999px;
  width: 204px;
}

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

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

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

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

@media screen and (max-width: 1200px) {
  .headerArea-phoneNumber {
    background: #292522;
    border: none;
    color: #fff;
    float: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .headerArea-phoneNumber span {
    background: #292522;
    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: 1200px) {
  .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: 700;
    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: 1200px) {
  .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: 1000px) {
  .headerArea-rightColumn {
    float: none;
  }
}

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

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

@media screen and (max-width: 1200px) {
  .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: #d81919;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  text-align: left;
  transition: 0.5s;
}

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

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

.headerArea-mailButton .PCdispNone {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .headerArea-mailButton {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .headerArea-mailButton a {
    padding: 0px;
    text-align: center;
  }
}

@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: #00b900;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  text-align: left;
  transition: 0.5s;
}

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

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

.headerArea-lineButton .PCdispNone {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .headerArea-lineButton {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .headerArea-lineButton a {
    padding: 0px;
    text-align: center;
  }
}

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

.fixed {
  position: fixed;
}

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

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

.mainVisualVisual {
  background: url(../images/mainVisualBG.jpg) #0f2230 repeat-x center top;
  background-size: 1200px auto;
}

.mainVisualPC {
  display: block;
  margin: 0px auto;
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .mainVisualPC {
    width: 100%;
  }
}

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

.mainVisualSP {
  display: none;
}

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

.secTitle01 {
  background: #fff;
  border-bottom: 6px solid #3780b1;
  border-top: 6px solid #255677;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .secTitle01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.secTitle01 div {
  display: inline-block;
  margin: 0px auto;
  padding: 60px 0px 40px 0px;
  position: relative;
}

.secTitle01 div:before, .secTitle01 div:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 4px solid #5db83e;
  border-right: 4px solid #5db83e;
  bottom: 0px;
  bottom: auto;
  content: "";
  display: block;
  height: 14px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  top: 32px;
  transform: rotate(45deg);
  width: 14px;
}

.secTitle01 div:after {
  top: 22px;
}

@media screen and (max-width: 640px) {
  .secTitle01 {
    margin-bottom: 20px;
  }
  .secTitle01 div {
    -webkit-box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
    display: block;
    margin: 0px 32px;
    padding: 20px 0px;
    text-align: left;
  }
  .secTitle01 div:before, .secTitle01 div:after {
    -webkit-transform: rotate(-45deg);
    border-bottom: 2px solid #5db83e;
    border-right: 2px solid #5db83e;
    bottom: 0px;
    left: -22px;
    right: auto;
    top: 0px;
    transform: rotate(-45deg);
  }
  .secTitle01 div:after {
    left: -28px;
  }
}

.secTitle02 {
  background: url(../images/secTitle02Bg.png) #fff repeat-x center bottom;
  background-size: 400px auto;
  border-top: 6px solid #255677;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  padding: 40px 10px 50px 10px;
}

@media screen and (max-width: 640px) {
  .secTitle02 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .secTitle02 {
    padding: 20px 16px 28px 16px;
  }
}

.secTitle03 {
  background: #255677;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  padding: 40px 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .secTitle03 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.secTitle03 span {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.4rem;
}

@media screen and (max-width: 640px) {
  .secTitle03 span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.secTitle03:before {
  background: transparent;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 40px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 40px;
}

.secTitle03:after {
  background: transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  bottom: 20px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 40px;
}

@media screen and (max-width: 640px) {
  .secTitle03 {
    padding: 20px;
  }
  .secTitle03:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 14px;
    left: 10px;
    top: 10px;
    width: 14px;
  }
  .secTitle03:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 10px;
    height: 14px;
    right: 10px;
    width: 14px;
  }
}

.secTitle03Arrow {
  padding-top: 40px;
  position: relative;
}

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

.secSubTitle01 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.4em;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .secSubTitle01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .secSubTitle01 {
    margin-bottom: 20px;
    text-align: left;
  }
}

.secSubTitle01Inline {
  background: #fff;
  display: inline-block;
  letter-spacing: normal;
  padding: 0px 6px;
}

.secSubTitle01InlineBlk {
  background: #255677;
  color: #fff;
}

.secSubTitle01InlineBlk em {
  display: block;
  text-indent: 1.3em;
}

.secSubTitle02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: auto;
}

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

.secSubTitle02:after {
  background: #255677;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.secSubTitle02 span {
  background: #255677;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.4rem;
  padding: 2px 8px 4px 8px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .secSubTitle02 span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .secSubTitle02 {
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
}

.musicalTheaterLogo {
  margin-bottom: 12px;
  width: 580px;
}

@media screen and (max-width: 640px) {
  .musicalTheaterLogo {
    margin-bottom: 8px;
    width: 100%;
  }
}

.greenBg {
  background: #eae5e4;
  border-top: 6px solid #255677;
  padding: 0px 0px 40px 0px;
}

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

.greenBgTitle {
  border-bottom: 1px solid #3780b1;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  padding: 40px 10px 40px 10px;
  position: relative;
  /*span {
    display: inline-block;
    padding: 0px 4px;
    background: $color-basicTxt;
    color: #fff;
  }*/
}

@media screen and (max-width: 640px) {
  .greenBgTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.greenBgTitle:before {
  -webkit-transform: rotate(45deg);
  background: #eae5e4;
  border-bottom: 1px solid #3780b1;
  border-right: 1px solid #3780b1;
  bottom: 0px;
  bottom: -11px;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  top: auto;
  transform: rotate(45deg);
  width: 20px;
}

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

.greenBgTitle span {
  background: #292522;
  color: #fff;
  display: inline-block;
  padding: 0px 4px;
}

.troubles {
  margin-bottom: 40px;
}

.troubles ul {
  margin-bottom: 40px;
}

.troubles li {
  -webkit-box-sizing: border-box;
  background: #a62e1e;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 1.4rem;
  margin-bottom: 20px;
  padding: 8px 4px;
  position: relative;
  width: calc(100% - 4px);
}

.troubles li:before {
  background: #999999;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
}

.troubles li:after {
  background: #999999;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
}

@media screen and (max-width: 640px) {
  .troubles {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3rem;
  }
}

.greenBgBox {
  background: #fff;
  border: 1px solid #255677;
  border-top: 3px solid #255677;
  position: relative;
  text-align: left;
}

.greenBgBox:before {
  background: #255677;
  content: "";
  display: block;
  height: 6px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 220px;
}

.greenBgBox:after {
  border-right: 6px solid transparent;
  border-top: 6px solid #255677;
  content: "";
  display: block;
  height: 0px;
  left: 220px;
  position: absolute;
  top: 0px;
  width: 0px;
}

.greenBgBox .greenBgBoxInner,
.greenBgBox .ph-left,
.greenBgBox .ph-right {
  padding: 20px 20px 0px 20px;
}

@media screen and (max-width: 640px) {
  .greenBgBox .greenBgBoxInner,
  .greenBgBox .ph-left,
  .greenBgBox .ph-right {
    padding: 20px 16px 0px 16px;
  }
  .greenBgBox:before {
    width: 110px;
  }
  .greenBgBox:after {
    left: 110px;
  }
}

.greenBgBoxTitle {
  border-bottom: 1px dotted #255677;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-bottom: 20px;
  padding: 24px 20px 20px 20px;
}

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

@media screen and (max-width: 640px) {
  .greenBgBoxTitle {
    padding: 24px 16px 16px 16px;
  }
}

.greenBgBoxWrap {
  margin: 0px 20px 20px 20px;
}

@media screen and (max-width: 640px) {
  .greenBgBoxWrap {
    margin: 0px 16px 16px 16px;
  }
}

.greenBgInnerBox {
  background: #eae5e4;
  margin: 0px 20px 20px 20px;
  padding-bottom: 20px;
}

.greenBgInnerBox span {
  background: #255677;
  color: #fff;
  padding: 4px 12px;
}

.greenBgInnerBox p {
  margin: 10px 20px 0px 20px;
}

.greenBgInnerBox ul {
  margin: 0px 20px 20px 20px;
}

@media screen and (max-width: 640px) {
  .greenBgInnerBox {
    margin: 0px 16px 16px 16px;
  }
}

.notice {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  margin: 0px auto;
  padding-left: 1.6rem;
  text-align: left;
  text-indent: -1.6rem;
  width: 480px;
}

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

.borderTopTonicLight {
  border-top: 6px solid #3780b1;
}

.firstButton {
  background: #0f2230;
  padding: 40px 16px;
}

@media screen and (max-width: 640px) {
  .firstButton {
    padding: 24px 16px;
  }
}

.firstButtonButton {
  -webkit-box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #eae5e4));
  background: -webkit-linear-gradient(#fff 0%, #eae5e4 60%);
  background: linear-gradient(#fff 0%, #eae5e4 60%);
  border-radius: 8px;
  box-sizing: border-box;
  box-sizing: border-box;
  color: #0f2230 !important;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0px auto;
  padding: 8px 0px 44px;
  position: relative;
  width: 760px;
  /*&:after {
    top: auto;
    bottom: 18px;
  }*/
}

.firstButtonButton .fz16 {
  background: #d81919;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0px 16px 2px 16px;
}

.firstButtonButton:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  bottom: 0px;
  bottom: 10px;
  content: "";
  display: block;
  height: 16px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  top: auto;
  transform: rotate(45deg);
  width: 16px;
}

.firstButtonButton:before {
  background: #d81919;
  border-radius: 0px 0px 8px 8px;
  bottom: 0px;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  top: auto;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .firstButtonButton {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 2px 0px 40px;
    width: 100%;
  }
  .firstButtonButton .fz16 {
    margin-bottom: 4px;
  }
}

.clientCompany {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(60%, #000));
  background: -webkit-linear-gradient(#333 0%, #000 60%);
  background: linear-gradient(#333 0%, #000 60%);
  background-size: cover;
  padding: 40px 0px 30px 0px;
}

.clientCompany p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

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

.clientCompanyTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: auto;
}

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

.clientCompanyTitle:after {
  background: #fff;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.clientCompanyTitle span {
  background: #a62e1e;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0px 8px 2px 8px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .clientCompanyTitle {
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
}

.clientCompanyList {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 8px;
}

.clientCompanyList li {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  color: #d81919;
  font-weight: 700;
  margin: 0 1% 20px 1%;
  padding: 0px 8px 8px 8px;
  position: relative;
  width: calc(31% - 8px);
}

.clientCompanyList li:before {
  -webkit-transform: skewX(-45deg);
  background: #fff;
  content: "";
  display: block;
  height: 8px;
  left: 4px;
  position: absolute;
  top: -8px;
  transform: skewX(-45deg);
  width: 100%;
}

.clientCompanyList li:after {
  -webkit-transform: skewY(-45deg);
  background: #fff;
  content: "";
  display: block;
  height: calc(100% + 1px);
  position: absolute;
  right: -8px;
  top: -5px;
  transform: skewY(-45deg);
  width: 8px;
}

@media screen and (max-width: 780px) {
  .clientCompanyList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .clientCompanyList li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .clientCompanyList li:last-child {
    margin-bottom: 10px;
  }
}

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

.clientComent {
  background: #d2e5ee;
  border-top: 5px solid #265677;
}

.clientComent ul {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .clientComent ul {
    display: block;
  }
}

.clientComent li {
  width: 50%;
}

@media screen and (max-width: 780px) {
  .clientComent li {
    width: 100%;
  }
}

.clientComent img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 780px) {
  .clientComent img {
    margin-right: 0em;
    width: 100%;
  }
}

.clientComent li p {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #d81919;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 0px;
}

.clientComent li p br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .clientComent li p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 780px) {
  .clientComent li p {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0em;
    margin-top: 10%;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .clientComent li p {
    float: none;
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .clientComent li p {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .clientComent li p br {
    display: block;
  }
}

.clientComent li p .secSubTitle01Inline {
  background: #fff;
  border-bottom: solid 3px #c60352;
  letter-spacing: normal;
  margin-bottom: 10px;
  padding: 0px 6px;
}

/* ご挨拶 */
.hello {
  padding: 0px 0px 10px 0px;
}

.helloSakurada {
  margin: 0px auto 40px auto;
  width: 480px;
}

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

.trouble {
  background: url(../images/troubleBg.jpg) #666 no-repeat center top;
  padding: 40px 0px;
  position: relative;
  z-index: auto;
}

.trouble:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #333));
  background: -webkit-linear-gradient(transparent 0%, #333 60%);
  background: linear-gradient(transparent 0%, #333 60%);
  bottom: 0px;
  content: "";
  display: block;
  height: 500px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .trouble {
    background-size: 100% auto;
    padding: 20px 0px;
  }
}

.troubleTitle {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .troubleTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.troubleTitle span {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3.4rem;
  line-height: 2rem;
}

@media screen and (max-width: 640px) {
  .troubleTitle span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

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

.troubleList li {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  color: #d81919;
  line-height: 1.4rem;
  margin-bottom: 16px;
  padding: 8px 4px;
  position: relative;
  width: calc(100% - 4px);
}

.troubleList li:before {
  background: #000;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
}

.troubleList li:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
}

@media screen and (max-width: 640px) {
  .troubleList li {
    margin-bottom: 8px;
  }
}

.featureSubTitle {
  background: #fff;
  border-bottom: 1px dotted #3780b1;
  border-top: 6px solid #3780b1;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  padding: 40px 0px 30px 0px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .featureSubTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.featureSubTitle img {
  vertical-align: baseline;
  width: 80px;
}

.featureSubTitle span {
  background: #5db83e;
  bottom: -20px;
  color: #fff;
  display: block;
  font-size: 28px !important;
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 40px;
}

@media screen and (max-width: 640px) {
  .featureSubTitle {
    padding: 20px 0px 30px 0px;
  }
  .featureSubTitle img {
    width: 50px;
  }
}

.featureBg {
  background: -webkit-gradient(linear, left top, left bottom, from(#eae5e4), color-stop(50%, #f8f8f8));
  background: -webkit-linear-gradient(#eae5e4 0%, #f8f8f8 50%);
  background: linear-gradient(#eae5e4 0%, #f8f8f8 50%);
  padding: 50px 0px 10px 0px;
}

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

/*.balloonBox_online {
    background: #fff;
    border: 2px solid #387fb2;;
    border-radius: 8px;
    font-weight: bold;
    width:720px;
    margin: 20px auto 70px;
    padding: 18px 20px;
    position: relative;
    text-align: left;
    @include fz16;
    @include mq($maxWidth3) {
      width: auto;
      margin: 0px 10px 20px;

    }
}*/
.salesPoint-fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.salesPoint-point {
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 60px;
  padding: 15px 15px 15px 180px;
  position: relative;
  text-align: left;
}

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

@media screen and (max-width: 780px) {
  .salesPoint-point {
    margin-top: 55px;
    padding: 15px;
  }
}

.salesPoint-point-title {
  left: 15px;
  position: absolute;
  top: 10px;
  width: 146px;
}

@media screen and (max-width: 780px) {
  .salesPoint-point-title {
    left: 0px;
    margin: auto;
    right: 0px;
    top: -48px;
  }
}

.techniqueTitle {
  background: url(../images/techniqueTitleBg.png) #fff repeat-x center bottom;
  background-size: 376px auto;
  border-bottom: 6px solid #3780b1;
  border-top: 6px solid #255677;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 40px 0px 0px 0px;
}

@media screen and (max-width: 640px) {
  .techniqueTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

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

.techniqueTitleInner {
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  position: relative;
  width: 760px;
}

@media screen and (max-width: 780px) {
  .techniqueTitleInner {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .techniqueTitleInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 16px 10px;
  }
  .techniqueTitleInner:before {
    -webkit-transform: scale(0.5);
    bottom: -66px;
    left: -30px;
    transform: scale(0.5);
  }
  .techniqueTitleInner:after {
    -webkit-transform: scale(0.5);
    bottom: -66px;
    right: -50px;
    transform: scale(0.5);
  }
}

.techniqueTitleSquare {
  background: #d81919;
  color: #fff;
  display: block;
  font-size: 60px !important;
  height: 80px;
  line-height: 80px;
  margin: 12px auto 0px auto;
  position: relative;
  width: 80px;
}

.techniqueTitleSquare:before {
  background: #5db83e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
}

.techniqueTitleSquare:after {
  background: #5db83e;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .techniqueTitleSquare {
    font-size: 50px !important;
    height: 66px;
    line-height: 66px;
    width: 66px;
  }
}

.techniqueSubTitle {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  padding: 8px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .techniqueSubTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.techniqueSubTitle span {
  background: #d81919;
  color: #fff;
  display: inline-block;
  margin: 0px 4px;
  padding: 0px 4px;
}

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

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

@media screen and (max-width: 640px) {
  .techniqueSubTitle {
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
}

.techiqueLead {
  background: -webkit-linear-gradient(#eae5e4 0%, #fff 500px);
  background: linear-gradient(#eae5e4 0%, #fff 500px);
  border-bottom: 1px solid #5db83e;
  padding: 40px 0px;
}

.techiqueLead p {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .techiqueLead {
    background: -webkit-linear-gradient(#eae5e4 0%, #fff 600px);
    background: linear-gradient(#eae5e4 0%, #fff 600px);
    padding: 20px 0px;
  }
}

.techniqueBox {
  padding: 60px 0px;
  position: relative;
}

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

.techniqueBox:before {
  background: #3780b1;
  bottom: 0px;
  bottom: auto;
  content: "";
  display: block;
  height: 10px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
}

.techniqueBox:after {
  background: #3780b1;
  bottom: 0px;
  content: "";
  display: block;
  height: 10px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  top: auto;
  width: 20px;
}

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

.techniqueBoxNoBottom:after {
  content: none;
}

/* インストラクター */
.instructorBg {
  background: -webkit-linear-gradient(#eae5e4 0%, #fff 600px);
  background: linear-gradient(#eae5e4 0%, #fff 600px);
  border-top: 6px solid #5db83e;
  padding: 40px 0px;
}

@media screen and (max-width: 640px) {
  .instructorBg {
    background: -webkit-linear-gradient(#eae5e4 0%, #fff 400px);
    background: linear-gradient(#eae5e4 0%, #fff 400px);
    padding: 20px 0px;
  }
}

.intructorTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: auto;
}

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

.intructorTitle:after {
  background: #5db83e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.intructorTitle span {
  background: #5db83e;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  line-height: 3rem;
  padding: 2px 16px 4px 16px;
  position: relative;
  z-index: 2;
}

.intructorTitle span:before {
  background: #255677;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
}

.intructorTitle span:after {
  background: #255677;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
}

@media screen and (max-width: 640px) {
  .intructorTitle {
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
}

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

.intructorMain {
  float: left;
  width: 36%;
}

@media screen and (max-width: 780px) {
  .intructorMain {
    float: none;
    margin: 0px auto 20px auto;
    width: auto;
  }
}

@media screen and (max-width: 780px) {
  .intructorMain {
    width: 240px;
  }
}

.instructorProfile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 16px 0px 0px 6%;
  width: 64%;
}

@media screen and (max-width: 780px) {
  .instructorProfile {
    float: none;
    padding: 0px;
    width: 100%;
  }
}

.instructorBlack {
  background: #255677;
  color: #fff;
  display: inline-block;
  line-height: 1.3rem;
  margin-bottom: 8px;
  padding: 0px 4px 2px 4px;
}

.instrucotrHistoryTitle {
  border-bottom: 1px solid #5db83e;
  margin-bottom: 8px;
  text-align: left;
}

.instrucotrHistoryTitle span {
  background: #5db83e;
  color: #fff;
  display: inline-block;
  line-height: 1.2rem;
  padding: 2px 6px 7px 6px;
  text-align: left;
}

.instructorGreeting {
  background: #fff;
  border: 1px solid #5db83e;
  margin-top: 40px;
  padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 640px) {
  .instructorGreeting {
    margin-top: 0px;
    padding: 0px 16px 16px 16px;
  }
}

.instructorGreetingTitle {
  background: #5db83e;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 4px 60px;
  position: relative;
}

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

.instructorGreetingTitle:before {
  border-left: 24px solid #fff;
  border-top: 32px solid transparent;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
}

.instructorGreetingTitle:after {
  border-right: 24px solid #fff;
  border-top: 32px solid transparent;
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

/* 初回レッスン */
.firstLesson {
  padding-bottom: 60px;
}

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

.firstLessonList {
  margin-bottom: 60px;
}

.firstLessonList li {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.4rem;
  margin: 30px auto 80px;
  padding: 30px;
  position: relative;
  width: calc(100% - 4px);
}

.firstLessonList li p {
  line-height: 1.8rem;
  margin: 0px;
}

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

.firstLessonList li p img {
  float: left;
  margin-right: 20px;
  width: 40%;
}

.firstLessonList li:before {
  background: #999999;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
}

.firstLessonList li:after {
  background: #999999;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
}

.firstLessonList li:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 640px) {
  .firstLessonList {
    margin-bottom: 40px;
  }
  .firstLessonList li {
    margin-bottom: 70px;
    padding: 10px;
  }
  .firstLessonList li p img {
    float: none;
    margin: 0px 0px 10px;
    width: 100%;
  }
}

.firstLessonListNumb {
  background: #255677;
  bottom: 0px;
  bottom: auto;
  color: #fff;
  content: "";
  display: block;
  font-weight: 700;
  height: 30px;
  left: 0px;
  line-height: 30px;
  margin: auto;
  position: relative;
  position: absolute;
  right: 0px;
  top: 0px;
  top: -30px;
  width: 30px;
}

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

@media screen and (max-width: 640px) {
  .firstLessonListNumb:before {
    top: -25px;
  }
}

.firstLessonListSubTitle {
  color: #5db83e;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 16px;
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .firstLessonListSubTitle {
    margin-bottom: 6px;
  }
}

.firstLessonListNoArrow:before {
  content: none;
}

.firstLessonPriceTitle {
  color: #5db83e;
  letter-spacing: 0.1rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .firstLessonPriceTitle {
    margin-bottom: 24px;
  }
}

.firstLessonPrice {
  color: #d81919;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  margin-bottom: 20px;
}

.firstLessonResult {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.4rem;
}

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

.firstLessonResult u {
  color: #a62e1e;
}

/* 特典 */
.benefitsWrap {
  padding: 40px 0px;
}

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

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

/* スタジオ */
.studio {
  padding-bottom: 40px;
}

.studio .greenBgInnerBox {
  margin: 0px auto 40px;
  text-align: center;
}

.studio .greenBgInnerBox p {
  text-align: center;
}

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

.studioPhotos {
  margin-bottom: 40px;
}

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

.studioPhotos img {
  float: left;
  width: 49.8%;
}

.studioPhotos img:last-child {
  float: right;
}

@media screen and (max-width: 640px) {
  .studioPhotos {
    margin-bottom: 20px;
  }
  .studioPhotos img {
    float: none;
    width: auto;
    /*&:last-child {
        display: none;
      }*/
  }
  .studioPhotos img:first-child {
    margin-bottom: 8px;
  }
}

.studioTxt {
  margin-bottom: 40px;
  text-align: center;
}

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

.studioPhotoSP {
  display: none;
  margin-bottom: 20px;
}

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

.studioMap {
  border: 5px solid #dddddd;
  margin: 0px auto;
  position: relative;
  width: 100%;
}

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

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

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

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

/* 料金表 */
.priceInner {
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
}

.priceInner .fz40 {
  letter-spacing: 0.2rem;
}

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

.priceUnderArrow {
  display: block;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
}

.priceUnderArrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #5db83e;
  bottom: 0px;
  bottom: -24px;
  content: "";
  display: block;
  height: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  top: auto;
  width: 0;
}

.priceList {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto 20px;
  width: 700px;
}

@media screen and (max-width: 780px) {
  .priceList {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}

.priceListCount {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  line-height: 1.8rem !important;
  margin-bottom: 30px;
  padding: 8px;
  width: 40%;
}

@media screen and (max-width: 640px) {
  .priceListCount {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.priceListCount span {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 780px) {
  .priceListCount {
    margin-bottom: 10px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .priceListCount {
    line-height: 1.2rem !important;
    margin-bottom: 4px;
  }
}

.priceListPrice {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 2.4rem;
  line-height: 1.8rem !important;
  margin-bottom: 30px;
  padding: 45px 8px 8px;
  text-align: left;
  width: 55%;
}

@media screen and (max-width: 640px) {
  .priceListPrice {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.priceListPrice span {
  color: #666;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.3rem;
  margin-top: 8px;
}

.priceListPrice em {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 780px) {
  .priceListPrice {
    margin-bottom: 32px;
    padding: 8px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .priceListPrice span {
    margin-top: 4px;
  }
}

.c_position {
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 5px;
}

.c_position li {
  color: #255677;
  font-size: 14px;
  line-height: 1.5;
}

/* メッセージ */
.message {
  background: -webkit-linear-gradient(#fff 240px, #eae5e4 700px);
  background: linear-gradient(#fff 240px, #eae5e4 700px);
}

.message .greenBgTitle {
  background: #fff;
}

.message .greenBgTitle:before {
  background: #fff;
}

.message .greenBgBox:before, .message .greenBgBox:after {
  content: none;
}

.message .greenBgBoxInner,
.message .ph-left,
.message .ph-right {
  padding-top: 0px !important;
}

@media screen and (max-width: 640px) {
  .message {
    background: -webkit-linear-gradient(#fff 100px, #eae5e4 280px);
    background: linear-gradient(#fff 100px, #eae5e4 280px);
  }
}

.messageSakurada {
  margin: 40px auto 20px auto;
  width: 300px;
}

@media screen and (max-width: 640px) {
  .messageSakurada {
    margin: 20px auto;
    width: 210px;
  }
}

/* 追伸 */
.postscript {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

.toInquiryButton-first {
  border: 1px solid #292522;
  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: 700;
  margin: 0px 5px;
}

.toInquiryButton-first:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #292522;
  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: 780px) {
  .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: 700;
}

@media screen and (max-width: 780px) {
  .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: #d81919;
  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: 780px) {
  .toInquiryButton-click {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 5px 50px;
  }
}

.inquiry {
  padding-bottom: 40px;
}

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

.inquiryForm-form {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px 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: 780px) {
  .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: 780px) {
  .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: 0px auto 20px;
    width: auto;
  }
}

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

.inquiryForm-submitCheck {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #255677;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  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: #d81919;
  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: 700;
  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: #255677;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  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: #d81919;
  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: 700;
  line-height: 1.6rem;
  margin-bottom: 10px;
}

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

.breadColumnList {
  padding: 8px 0px;
}

.breadColumnList ul {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  margin-bottom: 0px !important;
  text-align: left;
}

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

.breadColumnList ul li {
  display: inline;
  margin-right: 10px;
}

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

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

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

@media screen and (max-width: 780px) {
  footer {
    padding-bottom: 40px;
  }
}

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

/*バナー*/
.bannerArea-title {
  background: #5db83e;
  border: 3px solid #5db83e;
  border-bottom: none;
  color: #fff;
  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 {
  background: #fff;
  border-bottom: 3px solid #5db83e;
  border-top: 3px solid #5db83e;
  padding: 30px 0px;
}

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

.bannerArea-buttonLeft {
  display: block;
  float: left;
  width: 48%;
}

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

.bannerArea-buttonRight {
  display: block;
  float: right;
  width: 48%;
}

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

/* 新規追加スタイル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 #292522;
  box-sizing: border-box;
  color: #292522 !important;
  display: block;
  margin: 0px auto;
  padding: 22px;
  width: 612px;
}

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

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

.toInquiryButton2-first {
  background: #292522;
  border: 1px solid #292522;
  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: 700;
  margin: 0px 5px;
}

.toInquiryButton2-first:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #292522;
  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: 780px) {
  .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: 700;
}

@media screen and (max-width: 780px) {
  .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: 780px) {
  .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: #292522 !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: 780px) {
  .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: 700;
  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: 780px) {
  .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: 780px) {
  .LINEMerit {
    padding: 30px 0px;
  }
}

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

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

@media screen and (max-width: 780px) {
  .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: 780px) {
  .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: 780px) {
  .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: 700;
  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: 780px) {
  .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: 700;
  line-height: 40px;
  margin: 0px auto;
  padding: 10px 20px;
}

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

@media screen and (max-width: 780px) {
  .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: 50%;
}

.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: 50%;
}

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

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

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

.headerNav-show {
  opacity: 1;
}

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

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

.VT-media {
  background: #fff;
  border: 4px solid #a62e1e;
  margin: 0px auto;
  width: 860px;
}

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

.VT-media h3 {
  background-color: #a62e1e;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

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

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

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

.VT-media-photo {
  letter-spacing: -0.4em;
  margin: 0px 29px 20px 30px;
  text-align: center;
}

.VT-media-photo li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0px 1px 1px 0px;
  width: 262px;
}

@media screen and (max-width: 780px) {
  .VT-media-photo li {
    margin: 0px 0px 2px 0px;
    width: auto;
  }
}

.instructorList {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.instructorList li {
  -webkit-box-sizing: border-box;
  background: #999999;
  box-sizing: border-box;
  margin: 0 1% 2%;
  width: 30%;
}

.instructorList li.gold {
  background-color: #cab85f;
  border: 4px solid #cab85f;
}

.instructorList li.blue {
  background-color: #1f1fa5;
  border: 4px solid #1f1fa5;
}

.instructorList li.red {
  background-color: #b82c2c;
  border: 4px solid #b82c2c;
}

.instructorList li span {
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 18px;
}

@media screen and (max-width: 640px) {
  .instructorList {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .instructorList li {
    margin-bottom: 10px;
  }
}

.outerLink {
  background-color: #d81919;
  border-radius: 40px;
  color: #fff !important;
  display: inline-block;
  padding: 10px 40px;
  position: relative;
}

.outerLink:before {
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 0;
}

.firtstYoutube {
  background: #0f2230;
  padding: 20px 0px 0px 0px;
}

.firtstYoutube .youtube-outer {
  margin-top: 0px;
}

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

.firtstYoutubeTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: auto;
}

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

.firtstYoutubeTitle:after {
  background: #5db83e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.firtstYoutubeTitle span {
  background: #5db83e;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 8px 5px 8px;
  position: relative;
  z-index: 2;
}

.firtstYoutubeTitle span:before {
  border-bottom: solid 41px transparent;
  border-right: solid 40px #5db83e;
  border-top: solid 41px transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: -40px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.firtstYoutubeTitle span:after {
  border-bottom: solid 41px transparent;
  border-left: solid 40px #5db83e;
  border-top: solid 41px transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}

@media screen and (max-width: 640px) {
  .firtstYoutubeTitle {
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
  .firtstYoutubeTitle span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6rem;
    width: calc(100% - 40px);
  }
  .firtstYoutubeTitle span:before, .firtstYoutubeTitle span:after {
    content: none;
  }
}

/*新規コンテンツ追加20200607*/
.twitter ul {
  margin-bottom: 30px;
}

.twitter .twittervoice {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 0;
  margin-bottom: 4%;
  margin-right: 4%;
  width: calc(30% - 0px);
}

.twitter .twittervoice:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .twitter .twittervoice {
    margin-right: 5%;
    width: calc(50% - 20px);
  }
  .twitter .twittervoice:nth-child(2n) {
    margin-right: 0%;
  }
  .twitter .twittervoice:nth-child(3n) {
    margin-right: 5%;
  }
  .twitter .twittervoice:nth-child(6) {
    margin-right: 0%;
  }
}

.TOP-instructor-purpose {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 2% 5%;
}

.TOP-instructor-purposeButton {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #b82c2c;
  box-sizing: border-box;
  color: #b82c2c !important;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 0px 1% 0px;
  min-height: 46px;
  padding: 6px 0px;
  position: relative;
  text-align: center;
  width: 23%;
}

.TOP-instructor-purposeButton:nth-child(4) {
  margin-right: 0;
}

.TOP-instructor-purposeButton .active {
  display: block;
}

@media screen and (max-width: 640px) {
  .TOP-instructor-purposeButton {
    margin: 0px 2% 10px 0px;
    width: 49%;
  }
  .TOP-instructor-purposeButton:nth-child(2n) {
    margin-right: 0;
  }
}

.TOP-instructor-purpose .active {
  background: #b82c2c;
  border: 1px solid #b82c2c;
  color: #fff !important;
}

.TOP-instructor-purposeButton:nth-child(1),
.TOP-instructor-purposeButton:nth-child(4) {
  padding-top: 15px;
}

/* MIXITUP */
.sortContent .mix,
.sortContent .gap {
  display: inline-block;
}

#SORTCONTENT .mix {
  display: none;
}
