@charset "utf-8";
/*共通
----------------------------------------------------------------*/
#conbox .right_box {
  float: right;
}
#conbox .left_box {
  float: left;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.left_box {
  float: left;
}
.right_box {
  float: right;
}
.left_box:after, .right_box:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
#conbox .box {
  padding: 25px;
}
#conbox .box02 {
  padding: 20px;
  background-color: #F6FAFB;
}
@media screen and (max-width: 640px) {
  #conbox .box {
    padding: 25px 0;
  }
  #conbox .box02 {
    padding: 0;
  }
}
#conbox .btn_entry {
  width: 310px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#conbox .btn_entry.l_btn {
  width: 720px;
  font-size: 2.416em;
  line-height: 1.2;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 640px) {
  #conbox .btn_entry {
    width: 100%;
    text-align: left;
  }
  #conbox .btn_entry.l_btn {
    width: 100%;
    font-size: 1em;
  }
}
#conbox .btn_entry_list {
  text-align: center;
}
#conbox .btn_entry_list li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 5px;
  margin: 0 5px 10px;
}
#conbox .btn_entry a {
  background: #EDDCBD url(../img/common_img/btn-entry-arrow.png) no-repeat 65px center;
  display: block;
  height: 90px;
  padding: 0 0 0 30px;
  line-height: 90px;
  color: #4787AB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#conbox .btn_entry_list li.btn_program a {
  background: #CC786C url(../img/common_img/btn-entry-arrow02.png) no-repeat 40px center;
  color: #FFF;
}
#conbox .btn_entry.l_btn a {
  background: #EDDCBD url(../img/common_img/btn-entry-arrow.png) no-repeat 30px center;
  line-height: 1.2;
  height: 130px;
  padding: 52px 0 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  #conbox .btn_entry_list {
    text-align: left;
  }
  #conbox .btn_entry_list li {
    display: block;
    padding-right: 0;
    margin: 0 0 10px;
  }
  #conbox .btn_entry a {
    background: #EDDCBD url(../img/common_img/btn-entry-arrow.png) no-repeat 20px center;
    display: block;
    height: auto;
    padding: 20px 20px 20px 40px;
    line-height: 1;
    color: #4787AB;
  }
  #conbox .btn_entry_list li.btn_program a {
    background: #CC786C url(../img/common_img/btn-entry-arrow02.png) no-repeat 20px center;
  }
  #conbox .btn_entry.l_btn a {
    background: #EDDCBD url(../img/common_img/btn-entry-arrow.png) no-repeat 20px center;
    line-height: 1.4;
    height: auto;
    padding: 20px 20px 20px 40px;
    font-size: 1em;
  }
}
#conbox .btn_entry a:link, #conbox .btn_entry a:visited, #conbox .btn_entry a:active {
  color: #4787AB;
}
#conbox .btn_entry a:hover {
  text-decoration: none;
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#conbox .local_navi {
  text-align: center;
  font-size: 1.333em;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#experience #conbox .local_navi {}
#conbox .local_navi a {
  background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 100px center;
  color: #4787AB;
  display: block;
  padding: 10px 0;
}
#experience #conbox .local_navi .btn01, #silksuspension #conbox .local_navi .btn01 {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #experience #conbox .local_navi, #silksuspension #conbox .local_navi {
    font-size: 1.1em;
  }
}
#experience #conbox .local_navi .btn01 a, #silksuspension #conbox .local_navi .btn01 a {
  background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 20px center !important;
  padding: 12px 0 10px 30px;
  height: 65px;
}
#experience #conbox .local_navi .btn02 a, #silksuspension #conbox .local_navi .btn02 a {
  background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 100px center;
  padding: 0 0 0 30px;
  height: 65px;
  line-height: 65px;
}
#conbox .local_navi .on a {
  background: #CCC url(../img/common_img/arrow-on.png) no-repeat 100px center !important;
  color: #000 !important;
}
#experience #conbox .local_navi .on a {
  background: #CCC url(../img/common_img/arrow-on.png) no-repeat 20px center !important;
  padding: 12px 0 10px 30px;
}
#concept #conbox .local_navi a, #program #conbox .local_navi a {
  height: 60px;
  line-height: 60px;
  padding: 0;
}
#conbox .local_navi a:link, #conbox .local_navi a:visited, #conbox .local_navi a:active {
  color: #4787AB;
}
#conbox .local_navi a:hover {
  background: #CCC url(../img/common_img/arrow-on.png) no-repeat 100px center !important;
  color: #000 !important;
  text-decoration: none;
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media screen and (max-width: 640px) {
  #conbox .local_navi {
    text-align: left;
    font-size: 1;
  }
  #conbox .local_navi a {
    background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 20px center;
    padding: 20px 10px 20px 30px;
  }
  #experience #conbox .local_navi .btn01, #silksuspension #conbox .local_navi .btn01 {
    text-align: left;
  }
  #experience #conbox .local_navi .btn01 a, #silksuspension #conbox .local_navi .btn01 a {
    background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 20px center !important;
    padding: 10px 10px 10px 30px;
    height: auto;
  }
  #experience #conbox .local_navi .btn02 a, #silksuspension #conbox .local_navi .btn02 a {
    background: #F3F4F4 url(../img/common_img/arrow-off.png) no-repeat 20px center;
    padding: 20px 10px 20px 30px;
    height: auto;
    line-height: 1;
  }
  #conbox .local_navi .on a {
    background: #CCC url(../img/common_img/arrow-on.png) no-repeat 20px center !important;
  }
  #experience #conbox .local_navi .on a {
    background: #CCC url(../img/common_img/arrow-on.png) no-repeat 20px center !important;
    padding: 10px 10px 10px 30px;
  }
  #concept #conbox .local_navi a, #program #conbox .local_navi a {
    height: auto;
    line-height: 1;
    padding: 20px 10px 20px 30px;
  }
  #conbox .local_navi a:link, #conbox .local_navi a:visited, #conbox .local_navi a:active {
    color: #4787AB;
  }
  #conbox .local_navi a:hover {
    background: #CCC url(../img/common_img/arrow-on.png) no-repeat 20px center !important;
  }
}
/*Ukit
----------------------------------------------------------------*/
.uk-grid {}
.uk-grid img {}
.uk-panel {
  padding: 20px;
  background-color: #F3F4F4;
}
.uk-offcanvas {
  padding: 0;
  margin: 0;
}
.uk-offcanvas-bar {
  background-color: #FFF;
}
.uk-nav-offcanvas {
  font-size: 1.3em;
  color: #666;
  background-color: #FFF !important;
}
#offcanvas .uk-nav {
  padding: 0px;
}
#offcanvas .uk-nav li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
#offcanvas .uk-nav li a {
  position: relative;
  margin: 0;
  padding: 8px 20px 8px 12px;
  color: #666;
}
#offcanvas .uk-nav li a:before {
  content: '\f0da';
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 15px;
  line-height: 1;
  font-size: 0.8em;
  color: #F16A00;
}
#offcanvas .uk-nav li.menu-item-has-children {
  border-bottom: 1px solid #CCC !important;
}
#offcanvas .uk-nav li.menu-item-has-children:last-child {
  border: none !important;
}
#offcanvas .uk-nav li.menu-item-has-children.sub-drop-menu a:before {
  display: none;
}
#offcanvas .uk-nav li.menu-item-has-children.sub-drop-menu:before {
  content: '\f078';
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 14px;
  line-height: 1;
  font-size: 0.8em;
}
#offcanvas .uk-nav li.menu-item-has-children li ul.sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 15px;
  line-height: 1;
  font-size: 0.8em;
  color: #666;
}
#offcanvas .uk-nav li ul.sub-menu li {
  border: none;
}
#offcanvas .uk-nav li a:hover {
  color: #999;
}
@media screen and (max-width: 640px) {
  .uk-container-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -10px;
  margin-right: -10px;
}
.uk-grid-divider > * {
  padding-left: 10px;
  padding-right: 10px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -20px;
    margin-right: -20px;
  }
  .uk-grid-divider > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .uk-grid-divider:empty {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*css3 ボタン
----------------------------------------------------------------*/
.button {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 20px;
  font-size: 1em;
  background-color: #7AA94F;
  color: #FFF !important;
  font-weight: bold;
  text-decoration: none !important;
  /*アニメーションの設定*/
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
button:hover, button:focus, .button:hover, .button:focus {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*トップページ
----------------------------------------------------------------*/
#home #conbox h2 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #ddeaf3;
  text-align: center;
}
#home #conbox .top_news_area {
  margin: 0 0 20px;
}
#home #conbox .top_news_area dl {
  font-size: 15px;
  background: url(../img/common_img/dotted_line.jpg) left bottom repeat-x;
  padding-top: 8px;
  padding-bottom: 8px;
}
#home #conbox .top_news_area dl dt {
  padding: 2px 20px 2px 0;
  color: #666;
  font-weight: bold;
  display: inline-block;
}
#home #conbox .top_news_area dl dt img {
  margin-top: 6px;
  margin-left: 15px;
  width: inherit !important;
  max-width: 100% !important;
}
#home #conbox .top_news_area dl dd {
  padding: 2px 0 2px 0;
  display: inline-block;
}
/*コンセプト
----------------------------------------------------------------*/
#concept {}
@media screen and (max-width: 640px) {
  #concept #conbox .logo_img {
    width: 50% !important;
  }
}
#concept #conbox .concept_info h4 {
  margin: 0;
  font-size: 2.33em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4786AA;
}
#concept #conbox .concept_info h5 {
  margin: 0;
  font-size: 1.33em;
  line-height: 1.4;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #85BFCB;
}
#concept #conbox .concept_info p {
  font-size: 1.33em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#concept #conbox .training {
  font-size: 1.416em;
}
#concept #conbox .concept_info .uk-panel {
  text-align: center;
  font-size: 1.055em;
}
#concept #conbox .concept_info .uk-panel h4 {
  font-size: 1.58em;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  #concept #conbox .concept_info h4 {
    font-size: 1.2em;
  }
  #concept #conbox .concept_info h5 {
    font-size: 1.1em;
  }
  #concept #conbox .concept_info p {
    font-size: 1em;
  }
  #concept #conbox .training {
    font-size: 1.1em;
  }
  #concept #conbox .concept_info .uk-panel {
    font-size: 1em;
  }
  #concept #conbox .concept_info .uk-panel h4 {
    font-size: 1.1em;
  }
}
#concept #conbox .concept_info .uk-panel h5 {
  display: inline-block;
  padding: 5px 0;
  width: 170px;
  background-color: #81BFCC;
  color: #FFF;
}
#concept #conbox .concept_info .uk-panel p {
  margin: 0;
}
#concept #conbox .concept_info .uk-panel p b {
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#concept #conbox .method_info {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#concept #conbox .method_info .item {
  background-color: #81BFCC;
  color: #FFF;
  text-align: center;
  margin: 0 0 10px;
}
#concept #conbox .method_info h4 {
  color: #4787AB;
  text-align: center;
  margin: 0 0 20px;
}
#concept #conbox .method_info h5 {
  text-align: center;
  font-size: 1.4em;
}
#concept #conbox .method_info p {
  font-size: 1.1428em;
  text-align: center;
  letter-spacing: -0.07em;
}
#concept #conbox .method_info .uk-panel span {
  color: #4787AB;
}
#concept #conbox .method_info .uk-panel ul {
  text-align: center;
  margin: 0;
}
#concept #conbox .method_info .uk-panel ul li {
  margin: 0 0 20px;
}
#concept #conbox .method_info .uk-panel ul li:last-child {
  margin: 0;
}
#concept #conbox .message {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#concept #conbox .message h4 {
  font-size: 1.715em;
  color: #4787AB;
  text-align: center;
  margin: 0 0 20px;
}
#concept #conbox .message h5 {
  font-size: 1.1428em;
  text-align: center;
}
#concept #conbox .message p {
  font-size: 1.166em;
  text-align: center;
  letter-spacing: -0.07em;
}
#concept #conbox .message .uk-panel p {
  font-size: 1.5em;
  color: #4787AB;
  margin: 0;
}
#concept #conbox ul.flow li {
  position: relative;
  padding: 0 0 10px;
  font-size: 1.416em;
}
#concept #conbox ul.flow li.next:before {
  background: url(../img/common_img/arrow-down.png) no-repeat center bottom;
  width: 22px;
  height: 20px;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -11px;
}
@media screen and (max-width: 640px) {
  #concept #conbox .method_info p {
    font-size: 1em;
  }
  #concept #conbox .message h4 {
    font-size: 1.1em;
    color: #4787AB;
    text-align: center;
    margin: 0 0 20px;
  }
  #concept #conbox .message h5 {
    font-size: 1em;
    text-align: center;
  }
  #concept #conbox .message p {
    font-size: 1em;
    text-align: center;
    letter-spacing: -0.07em;
  }
  #concept #conbox .message .uk-panel p {
    font-size: 1.1em;
    color: #4787AB;
    margin: 0;
  }
  #concept #conbox ul.flow li {
    position: relative;
    padding: 0 0 10px;
    font-size: 1.1em;
  }
}
/*プログラム
----------------------------------------------------------------*/
#program #conbox {}
#program #conbox h4 {
  margin: 0 0 5px;
  padding: 10px 0 0;
  color: #4787AB;
}
#program #conbox .box h3 {
  font-size: 1.666em;
  line-height: 1.4;
  margin: 0 0 5px;
  padding: 10px 0 0;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4787AB;
  border: none;
}
#program #conbox .flow {
  margin: 0;
}
#program #conbox .flow p {
  margin: 10px 0 0;
}
#program #conbox .silksuspension_info h3 {
  background: none;
  margin: 0 0 10px;
  border: none;
}
#program #conbox .system_info .copy {
  font-size: 1.333em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#program #conbox .vipr_info h3 {
  background: none;
  margin: 0;
  border: none;
}
@media screen and (max-width: 640px) {
  #program #conbox .box h3 {
    font-size: 1.1em;
  }
  #program #conbox .system_info .copy {
    font-size: 1em;
  }
  #program #conbox .flow p.btm_arrow {
    margin: 10px 0 20px;
  }
  #program #conbox .flow p.btm_arrow img {
    width: inherit !important;
    max-width: 100% !important;
  }
}
/*スタッフ紹介
----------------------------------------------------------------*/
#staff #conbox h4 {
  color: #4787AB;
  margin: 0 0 10px;
  font-size: 24px;
}
#staff #conbox h4 span {
  font-size: 0.6em;
}
#staff #conbox h5 {
  margin: 0 0 5px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 16px;
}
#staff #conbox .title_name {
  color: #4787AB;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*体験
----------------------------------------------------------------*/
#experience, #silksuspension {}
#experience #conbox h4, #silksuspension #conbox h4 {
  background-color: #4386AB;
  margin: 0;
  color: #FFF;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 10px;
}
#experience #conbox h5, #silksuspension #conbox h5 {
  text-align: center;
  font-size: 3.214em;
  font-weight: normal;
}
#experience #conbox h5 span, #silksuspension #conbox h5 span {
  font-size: 1.356em;
}
#experience #conbox .box, #silksuspension #conbox .box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#experience #conbox .box_menu, #silksuspension #conbox .box_menu {
  background-color: #EFFCFF;
  padding: 20px 25px;
}
@media screen and (max-width: 640px) {
  #experience #conbox .box_menu, #silksuspension #conbox .box_menu {
    padding: 10px;
  }
  #experience #conbox h5, #silksuspension #conbox h5 {
    font-size: 1em;
  }
  #experience #conbox h5 span, #silksuspension #conbox h5 span {
    font-size: 1.356em;
  }
}
#experience #conbox .box_menu .lesson_menu_box01, #silksuspension #conbox .box_menu .lesson_menu_box01 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #experience #conbox .box_menu .lesson_menu_box01, #silksuspension #conbox .box_menu .lesson_menu_box01 {
    width: 100%;
    margin: 0;
  }
}
#experience #conbox .box_menu h4, #silksuspension #conbox .box_menu h4 {
  background-color: #C7D9E1;
  text-align: center;
  color: #000;
  letter-spacing: 0;
}
#experience #conbox .box_menu .price_area, #silksuspension #conbox .box_menu .price_area {
  background-color: #0098CE;
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 1.333em;
  letter-spacing: -0.07em;
  color: #FFF;
}
#silksuspension #conbox .box_menu .price_area p {
  margin: 0;
  font-size: 1.2em;
}
#experience #conbox .box_menu .price_area .price span, #silksuspension #conbox .box_menu .price_area .price span {
  font-size: 2.786em;
}
#experience #conbox .lesson_info p, #silksuspension #conbox .lesson_info p {
  font-size: 1.333em;
}
#experience #conbox .lesson_info h4, #silksuspension #conbox .lesson_info h4 {
  background: none;
  color: #4786AA;
  font-size: 2.416em;
}
#experience #conbox .lesson_info h5, #silksuspension #conbox .lesson_info h5 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}
#experience #conbox .lesson_info .lesson_box, #silksuspension #conbox .lesson_info .lesson_box {
  background-color: #FFF;
  padding: 40px 25px;
}
#experience #conbox .lesson_box p, #silksuspension #conbox .lesson_box p {
  font-size: 1.333em;
}
#experience #conbox .lesson_info .lesson_box h5, #silksuspension #conbox .lesson_info .lesson_box h5 {
  text-align: left;
  color: #4786AA;
  margin: 0;
  border: none;
}
#experience #conbox .lesson_info .lesson_box p, #silksuspension #conbox .lesson_info .lesson_box p {
  font-size: 1.333em;
}
#experience #conbox .lesson_info .refund_area, #silksuspension #conbox .lesson_info .refund_area {
  background-color: #167AA9;
  text-align: center;
  font-size: 2.0714em;
  line-height: 1.4;
  color: #FFF;
  padding: 20px 0;
}
#experience #conbox .lesson_info .refund_area p, #silksuspension #conbox .lesson_info .refund_area p {
  margin: 0;
}
#experience #conbox .tel_info, #silksuspension #conbox .tel_info {
  width: 720px;
  margin: 0 auto 10px;
  padding: 20px 0;
  background-color: #CC786C;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #experience #conbox .box_menu .price_area, #silksuspension #conbox .box_menu .price_area {
    font-size: 1em;
  }
  #silksuspension #conbox .box_menu .price_area p {
    font-size: 1em;
  }
  #experience #conbox .box_menu .price_area .price span, #silksuspension #conbox .box_menu .price_area .price span {
    font-size: 1.2em;
  }
  #experience #conbox .lesson_info p, #silksuspension #conbox .lesson_info p {
    font-size: 1em;
  }
  #experience #conbox .lesson_info h4, #silksuspension #conbox .lesson_info h4 {
    font-size: 1.2em;
  }
  #experience #conbox .lesson_info h5, #silksuspension #conbox .lesson_info h5 {
    font-size: 1em;
  }
  #experience #conbox .lesson_box p, #silksuspension #conbox .lesson_box p {
    font-size: 1em;
  }
  #experience #conbox .lesson_info .lesson_box p, #silksuspension #conbox .lesson_info .lesson_box p {
    font-size: 1em;
  }
  #experience #conbox .lesson_info .refund_area, #silksuspension #conbox .lesson_info .refund_area {
    font-size: 1.2em;
  }
  #experience #conbox .lesson_info .refund_area, #silksuspension #conbox .lesson_info .refund_area {
    font-size: 1.1em;
  }
  #experience #conbox .tel_info, #silksuspension #conbox .tel_info {
    padding: 10px;
    width: 100%;
  }
}
#experience #conbox .tel_info h4, #silksuspension #conbox .tel_info h4 {
  background: none;
  color: #FFF;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
}
#experience #conbox .tel_info p, #silksuspension #conbox .tel_info p {
  font-size: 1.5em;
  margin: 0;
  line-height: 1.4;
}
#experience #conbox .tel_info p.telno span, #silksuspension #conbox .tel_info p.telno span {
  display: inline-block;
  background: url(../img/common_img/tel-info.png) no-repeat left center;
  font-size: 2.23em;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 640px) {
  #experience #conbox .tel_info p.telno span, #silksuspension #conbox .tel_info p.telno span {
    display: inline-block;
    background: url(../img/common_img/tel-info.png) no-repeat left center;
    background-size: 20px 20px;
    font-size: 1em;
    padding: 0 0 0 25px;
  }
}
#silksuspension #conbox .box_voice {
  background-color: #F6F1ED;
  padding: 40px 40px 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  #silksuspension #conbox .box_voice {
    padding: 20px;
  }
}
#silksuspension #conbox .box_voice h5 {
  text-align: left;
  margin: 0;
  border: none;
}
#silksuspension #conbox .box_voice ul {
  margin: 0 0 0 1em;
  font-size: 1.166em;
  line-height: 1.4;
}
#silksuspension #conbox .box_voice ul li {
  list-style-type: disc;
  margin: 0;
}
#silksuspension #conbox .uk-grid.silk_info_area {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #silksuspension #conbox .uk-grid.silk_info_area {
    width: inherit !important;
  }
}
/*プログラム
----------------------------------------------------------------*/
#access {}
#access #conbox h4, #osaka #conbox h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
}
#access #conbox .uk-grid p {
  margin: 0 0 5px;
  width: 254px;
  line-height: 1.4;
}
#access #conbox .uk-grid .next {
  position: relative;
}
#access #conbox .uk-grid .next:before {
  background: url(../img/common_img/arrow-left.png) no-repeat center bottom;
  width: 19px;
  height: 22px;
  content: '';
  position: absolute;
  right: -16px;
  top: 82px;
}
#moriyama #conbox .uk-grid .next {
  position: relative;
}
#moriyama #conbox .uk-grid .next:before {
  background: url(../img/common_img/arrow-left.png) no-repeat center bottom;
  width: 19px;
  height: 22px;
  content: '';
  position: absolute;
  right: -16px;
  top: 82px;
}
#osaka #conbox .uk-grid p {
  margin: 0 0 5px;
  width: 254px;
  line-height: 1.4;
}
#osaka #conbox .uk-grid .next {
  position: relative;
}
#osaka #conbox .uk-grid .next:before {
  background: url(../img/common_img/arrow-left.png) no-repeat center bottom;
  width: 19px;
  height: 22px;
  content: '';
  position: absolute;
  right: -16px;
  top: 82px;
}
#osaka h3 small {
  display: inline;
  padding-left: 10px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #access #conbox .uk-grid p {
    margin: 0 0 5px;
    width: 100%;
    line-height: 1.4;
  }
  #access #conbox .uk-grid .next_sp, #access #conbox .uk-grid .next {
    position: relative;
    padding: 0 0 50px;
  }
  #access #conbox .uk-grid .next_sp:before, #access #conbox .uk-grid .next:before {
    content: '';
    background: url(../img/common_img/arrow-down.png) no-repeat center bottom;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: inherit;
    bottom: 20px;
    margin-top: inherit;
  }
  #osaka #conbox .uk-grid p {
    margin: 0 0 5px;
    width: 100%;
    line-height: 1.4;
  }
  #osaka #conbox .uk-grid .next_sp, #osaka #conbox .uk-grid .next {
    position: relative;
    padding: 0 0 50px;
  }
  #osaka #conbox .uk-grid .next_sp:before, #osaka #conbox .uk-grid .next:before {
    content: '';
    background: url(../img/common_img/arrow-down.png) no-repeat center bottom;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: inherit;
    bottom: 20px;
    margin-top: inherit;
  }
  .map {
    position: relative;
    padding-bottom: 75%; // これが縦横比
    height: 0;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*お客様の声
----------------------------------------------------------------*/
#voice {}
#voice #cponbox .voice_list {}
#voice #conbox h4 {
  background-color: #F9F7F6;
  color: #167AA9;
  padding: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1.166em;
}
#voice #conbox h5 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000;
  margin: 0 0 5px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #voice #conbox .voice_list .voice_thumbnail {
    text-align: center;
  }
  #voice #conbox .voice_list .voice_thumbnail img {
    width: auto !important;
    margin: 0 auto;
  }
}
/*ブログ
----------------------------------------------------------------*/
#blog {}
.hentry {
  clear: both;
}
#blog #conbox h1 {
  text-indent: 0;
  background-color: #F8F7F5;
  padding: 13px 11px;
  color: #4685a9;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
}
#blog #conbox h2 {
  background-color: transparent;
  padding: 4px 0px;
  color: #4685a9;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  border-bottom: 3px solid #4685a9;
}
#blog #conbox h3 {
  background-color: transparent;
  padding: 0 0 0 8px;
  color: #4685a9;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  border-style: none;
  border-left: 6px solid #4685a9;
}
.blog_title {
  background-color: #F8F7F5;
  padding: 13px 11px;
  color: #4685a9;
  font-size: 20px;
  margin: 0 0 10px;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
}
#blog #conbox .post_date {
  text-align: right;
}
/*お問い合わせ
----------------------------------------------------------------*/
#contact {}
#conbox #trust-form .contact-form {
  height: auto;
}
#conbox p#message-container-input {}
#conbox #trust-form table {
  width: 100%;
  margin: 0 0 30px;
  font-size: 14px;
}
#conbox #trust-form table th {
  text-align: left;
  width: 25%;
}
#conbox #trust-form table td {}
#conbox #trust-form table td ul {
  margin: 0;
}
#conbox #trust-form table td ul li {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#conbox #trust-form table td ul li input {
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#conbox #trust-form table td ul li label {
  display: block;
  padding: 5px;
  cursor: pointer;
}
#conbox #trust-form input, #conbox #trust-form textarea {
  border: 1px solid #CCC;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#conbox #trust-form .field {
  width: 100%;
}
#conbox #trust-form .field_s {
  width: 20%;
}
#conbox #trust-form .zip {
  width: 20%;
}
#conbox #trust-form .e_mail {}
#conbox #trust-form .inquiry {
  width: 100%;
  height: 200px;
}
#conbox #trust-form .submit-container {
  margin: 0px 0px 50px;
  text-align: center;
}
#conbox div#trust-form.contact-form table tr:hover {
  background: none;
}
#conbox #confirm-button input {
  width: 30%;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
  font-size: 1.4em;
  background-color: #167AA9;
  border-color: #167AA9;
  color: #FFF;
}
#conbox #confirm-button input:hover {
  -moz-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #conbox #trust-form table th {
    width: 100%;
    padding: 10px 0 !important;
    border-bottom: none !important;
  }
  #conbox #trust-form table td {
    border-bottom: 1px solid #ccc !important;
  }
  #conbox #trust-form .zip {
    width: 50%;
  }
  #conbox #confirm-button input {
    width: 100% !important;
  }
}
.campaign-btn {
  text-align: right;
  margin: 30px 0 0 0;
}
.campaign-btn a {
  display: inline-block;
  background-color: #75a4be;
  box-shadow: 0 3px 0 #437e9f;
  width: auto;
  padding: 10px 15px 8px 15px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
#home #conbox .home-main-content h2 {
  background: #4786AA;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 22px;
  margin-bottom: 20px;
}
#home #conbox .home-main-content h3 {
  margin: 10px 0;
  color: #069;
  font-size: 20px;
}
.home-main-content p strong {
  color: #a40000;
  font-weight: bold !important;
}
.title-fukidashi {
  padding: 8px 10px;
  background-color: #81BFCC;
  color: #FFF;
  text-align: center;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.check-mark {
  color: #a40000;
  font-size: 20px;
  margin-right: 8px;
}
#conbox .fukidashi-text {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ddeaf3;
}
#conbox .fukidashi-text p {
  font-size: 16px;
  margin-bottom: 0
}
#conbox .fukidashi-text .fa {
  color: #81BFCC;
  margin-right: 8px;
  font-size: 18px;
}
.fukidashi-text-01, .fukidashi-text-02 {
  float: left;
  width: 50%;
  padding: 10px;
}
.guarantee {
  background-color: #167AA9;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 481px) {
  #home #conbox .home-main-content h2 br {
    display: none;
  }
  .fukidashi-text-01, .fukidashi-text-02 {
    width: 100%;
    padding-bottom: 0;
  }
  .guarantee br {
    display: none;
  }
}
/* side */
#conbox .side-banner {
  text-align: center;
}
#conbox .side-banner h3 {
  font-size: 19px;
  color: #069;
  margin-top: 8px;
  border-bottom: none;
  text-align: left;
}
#conbox .side-banner p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
/* access  Osaka */
.map_box {
  width: 100%;
}
.map-content-map {
  width: 320px;
  float: left;
}
.map-content-text {
  padding: 10px;
  float: left;
}
@media screen and (max-width: 479px) {
  .map-content-map, .map-content-text {
    float: none;
    width: 100%;
  }
}
.header-page-link {
  text-align: right;
}
/* company info */
#conbox .company_info p {
  font-size: 15px;
  line-height: 1.8;
}
#conbox .company_info h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #222;
}
#conbox .company_info h4 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #4988aa;
  border-left: 4px solid #88c0cb;
  padding-left: 15px;
}
#conbox .company_info li {
  font-size: 15px;
  line-height: 1.8;
}
#conbox .company_info ul {
  margin: 0 0 20px 0;
}
#conbox .company_info ul li {
  margin: 0 0 7px;
  line-height: 1.7;
  position: relative;
  padding-left: 28px;
}
#conbox .company_info ul li:before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #88c0cb;
  border-radius: 50%;
}
#conbox .company_info table {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
#conbox .company_info table th {
  white-space: nowrap;
  font-weight: bold;
}
/* footer info */
#footer h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #504946;
}
#footer h2 span {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 0 3px;
}
#footer strong {
  color: #4887aa;
}
.footer-address {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}
/* footer banner */
.footer_bnr {
  text-align: center;
  margin-bottom: 20px;
}
.footer_bnr img {
  max-width: 800px;
}
/*footer widget*/
.footerWidgetArea {
  /*margin: 40px 0 0;*/
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  /*padding: 40px 0;*/
  display: flex;
  justify-content: flex-start;
  max-width: 960px;
  margin: 0 auto;
}
.widget-container {
  /*float: left;*/
  /*width: 17%;
  margin-left: 2%;*/
  width: fit-content;
  margin: 0 0 0 60px;
}
.widget-container:first-child {
  width: 330px;
  margin: 0;
}
.widget-container .menu li {
  /*padding-right: 10px;*/
  font-size: 14px;
  margin: 0 0 5px 0;
}
.widget-container .menu li a:link, .widget-container .menu li a:visited, .widget-container .menu li a:active {
  color: #FFF;
}
.widget-container .menu li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #000;
  font-size: 10px;
  font-weight: bold;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
@media(max-width:479px) {
  .footerWidgetArea {
    flex-direction: column;
    width: 100%;
  }
  #footer h2 {
    font-size: 120%
  }
  .widget-container {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
    font-size: 120%
  }
  .widget-container:first-child {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .widget-container .menu li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}
@media(max-width:479px) {
  #wpfront-scroll-top-container {
    bottom: 100px !important;
    right: 10px !important;
  }
}
/*facebook-icon*/
a.fb-icon {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #3b5998;
  width: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 999px;
  font-size: 20px;
}
@media(max-width:640px) {
  a.fb-icon {
    right: 4%;
    top: 48%;
  }
}
/*footer-widget*/
#text-7 {
  font-size: 14px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}
#text-7 .note {
  font-size: 12px;
  color: #FFF;
}
#text-7 b {
  font-size: 15px;
}
.footerWidgetArea #text-7 .textwidget .tenpo-info {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #504946;
  color: #FFF;
}
.footerWidgetArea #text-7 .textwidget .tenpo-info a {
  color: #FFF;
}
a.text-widget-facebook {
  color: #FFF;
  font-size: 30px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
/*osaka lp*/
.lp {
  max-width: 740px;
  margin: 0 auto;
}
.page-id-5831 .footer_bnr, .page-id-5831 .footerWidgetArea, .page-id-5831 #globalnav, .page-id-5831 #header .btn_entry, .page-id-5831 #header .btn_entry .toggle, .page-id-5831 hgroup {
  display: none;
}
.page-id-5831 #header_inner {
  background-image: none;
  height: 0;
}
/*体験ページ｜オンラインレッスン追加*/
.online-wrap {}
.online-read {
  width: 100%;
}
.online-read .img-box {
  width: 100%;
  margin: 15px 0 30px 0;
}
.online-read .img-box img {
  width: 100%;
  height: auto;
}
.online-read .txt-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.online-read .txt-box strong {
  color: #FF6600;
  font-weight: bold !important;
}
#experience #conbox .online-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #c0e6f6;
  margin: 0 0 10px 0;
  background-color: inherit;
  padding: 0;
  color: #333;
}
.online-box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  box-sizing: border-box;
}
.online-box {
  width: calc(100% / 3);
  background: linear-gradient(135deg, #3399cc 10%, #c0e6f6 10%);
  border-radius: 5px;
  margin: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#experience #conbox .online-box h5 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #FFF;
  text-align: left;
}
.online-box dl {
  margin: -20px 0 20px 30px;
}
.online-box dt, .online-box dd {
  font-size: 16px;
  font-weight: bold;
  color: #3399cc;
  line-height: 140%;
}
.online-box dd {
  color: #FF6600;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.online-box p {
  line-height: 160%;
}
#experience #conbox .online-wrap .tel_info {
  margin: 0 auto 20px auto;
}
#experience #conbox .online-wrap .tel_info h4 {
  background: none;
  color: #FFF;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  border: none;
}
.line-info {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 80px auto;
  text-align: center;
}
.line-info img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .online-box-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .online-box {
    width: 100%;
    margin: 10px 0;
  }
  #wpstats {
    display: none;
  }
}
/*オンライン体験申し込みフォーム（2020.6.24）*/
.online-form #trust-form table {
  border: 1px solid #CCC;
}
.online-form div#trust-form.contact-form input[type="radio"] {
  margin: 0 10px 0 0;
}
/* recruiリニューアル（2021.10.12） */
#conbox .content-recruit.new h2 {
  border-bottom: 2px solid #4786AA;
  margin: 0 0 30px 0;
}
#conbox .content-recruit.new div:after {
  display: none;
}
/*代表メッセージ*/
#conbox .content-recruit.new .message {
  margin: 0 0 50px 0;
}
#conbox .content-recruit.new .message div {
  margin: 0 0 20px 0;
}
#conbox .content-recruit.new .message p {
  margin: 0 0 15px 0;
  line-height: 160%;
}
#conbox .content-recruit.new .message strong {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold !important;
  display: inline-block;
  margin: 10px 0 0 0;
}
#conbox .content-recruit.new .message .box-wrap {
  display: flex;
  justify-content: space-between;
}
#conbox .content-recruit.new .message .box-wrap.reverse {
  flex-direction: row-reverse;
}
#conbox .content-recruit.new .message .box-wrap .img-box {
  width: 450px;
  height: auto;
}
#conbox .content-recruit.new .message .box-wrap .txt-box {
  width: calc(100% - 480px);
}
/*採用情報*/
#conbox .content-recruit.new .detail {
  margin: 0 0 50px 0;
}
/*スタッフの声*/
#conbox .content-recruit.new .recruit-item {
  padding: 0;
  margin: 0 0 50px 0;
  border: 3px solid #4786AA;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#conbox .content-recruit.new .recruit-item .staff-name {
  background: #81BFCC;
  padding: 15px 20px 11px 20px;
  color: #FFF;
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
}
#conbox .content-recruit.new .recruit-item .staff-name::before {
  content: "Staff's Voice";
  font-size: 16px;
  margin: 0 20px 0 0;
  color: #4786AA;
}
#conbox .content-recruit.new .recruit-item h3 {
  font-size: 20px;
}
#conbox .content-recruit.new .staff-voice .box-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
#conbox .content-recruit.new .staff-voice .box-wrap .img-box {
  width: 500px;
  height: auto;
}
#conbox .content-recruit.new .staff-voice .box-wrap .txt-box {
  width: calc(100% - 530px);
}
#conbox .content-recruit.new .staff-voice .box-wrap-reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
#conbox .content-recruit.new .staff-voice .box-wrap-reverse .img-box {
  width: 300px;
  height: auto;
}
#conbox .content-recruit.new .staff-voice .box-wrap-reverse .txt-box {
  width: calc(100% - 330px);
}
#conbox .content-recruit.new .staff-voice .more-box {
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #ebf6f7;
}
#conbox .content-recruit.new .staff-voice .more-box p {
  margin: 0;
}
#conbox .content-recruit.new .staff-voice .more-box .flex-box {
  display: flex;
  justify-content: space-between;
}
#conbox .content-recruit.new .staff-voice .more-box .flex-box .left-box {
  width: 200px;
}
#conbox .content-recruit.new .staff-voice .more-box .flex-box .right-box {
  width: calc(100% - 230px);
}
#conbox .content-recruit.new .staff-voice .more-box .flex-box .right-box p:last-child {
  width: 300px;
  margin: 20px 0 0 0;
}
#conbox .content-recruit.new .staff-voice .midashi {
  font-weight: bold;
  color: #4786AA;
  margin: 0;
  font-size: 18px;
}
#conbox .content-recruit.new .staff-voice .embed-youtube {
  text-align: left !important;
}
#conbox .content-recruit.new .staff-voice .recruit-item .video {
  margin: 0;
}
#conbox .content-recruit.new .btn {
  width: 95%;
  max-width: 500px;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
  margin: 30px auto 80px auto;
  text-align: center;
}
#conbox .content-recruit.new .btn a {
  display: block;
  background: #4786AA;
  border-radius: 5px;
  color: #FFF;
  position: relative;
}
#conbox .content-recruit.new .btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  position: absolute;
  right: 20px;
}
#conbox .content-recruit.new .btn a:hover {
  text-decoration: none;
  background: #81BFCC;
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  #conbox .content-recruit.new h2 {
    font-size: 20px;
  }
  #conbox .content-recruit.new .message .box-wrap, #conbox .content-recruit.new .message .box-wrap.reverse, #conbox .content-recruit.new .staff-voice .box-wrap, #conbox .content-recruit.new .staff-voice .box-wrap-reverse {
    flex-direction: column-reverse;
  }
  #conbox .content-recruit.new .message .box-wrap .img-box, #conbox .content-recruit.new .staff-voice .box-wrap .img-box, #conbox .content-recruit.new .staff-voice .box-wrap-reverse .img-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #conbox .content-recruit.new .message .box-wrap .txt-box, #conbox .content-recruit.new .staff-voice .box-wrap .txt-box, #conbox .content-recruit.new .staff-voice .box-wrap-reverse .txt-box {
    width: 100%;
  }
  #conbox .content-recruit.new .staff-voice .video {
    padding: 0;
  }
  #conbox .content-recruit.new .staff-voice .more-box .flex-box {
    flex-direction: column;
  }
  #conbox .content-recruit.new .staff-voice .more-box .flex-box .left-box {
    margin: 0 auto 20px auto;
  }
  #conbox .content-recruit.new .staff-voice .more-box .flex-box .right-box {
    width: 100%;
  }
  #conbox .content-recruit.new .btn a::after {
    right: 10px;
  }
}
/*採用エントリーフォーム（2021.10.13）*/
#recruit-form #contents_inner .main_img {
  display: none;
}
.recruit-form-wrap {
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 500px;
}
.form-wrap {
  background: #EEE;
  padding: 20px 30px;
}
.recruit-form dl {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.recruit-form dt {
  color: #4786AA;
  margin: 0 0 10px 0;
}
.recruit-form dt .required {
  color: #DD0000;
  font-size: 12px;
  margin: 0 0 0 7px;
  font-weight: normal;
}
.recruit-form dt .note {
  color: #666;
  font-size: 12px;
  margin: 0 0 0 7px;
  font-weight: normal;
}
.recruit-form input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  width: 300px;
}
.recruit-form .birthday input[type="text"] {
  width: 60px;
}
.recruit-form .zip input[type="tel"] {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  width: 100px;
}
.recruit-form .mail input[type="email"] {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  width: 300px;
}
.recruit-form textarea {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.recruit-form .btn-submit, .recruit-form .btn-prev {
  text-align: center;
}
.recruit-form .btn-submit input {
  background: #4786AA;
  color: #FFF;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.recruit-form .btn-prev input {
  background: #666;
  color: #FFF;
  padding: 7px 15px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.recruit-form .btn-submit input:hover, .recruit-form .btn-prev input:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/*メディア掲載・指導実績（2021.10.14）*/
@media screen and (max-width: 640px) {
  #media #conbox h2 {
    font-size: 20px;
  }
  #media #conbox h3 {
    font-size: 18px;
  }
}
/*採用ページコンテンツ追加（2021.11.1）*/
#conbox .content-recruit.new .recruit-movie {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 50px auto;
}
/*アンカーナビ*/
#conbox .content-recruit.new .content-nav {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px 0;
}
#conbox .content-recruit.new .content-nav li {
  width: calc(100% / 6 - 2px);
  margin: 0 1px;
  text-align: center;
  font-size: 16px;
}
#conbox .content-recruit.new .content-nav li a {
  display: block;
  background: #4786AA;
  color: #FFF;
  padding: 10px 0 5px 0;
}
#conbox .content-recruit.new .content-nav li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  display: block;
}
#conbox .content-recruit.new .content-nav li a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}
/*共通*/
#conbox .content-recruit .box {
  padding: 0;
  margin: 0 0 50px 0;
}
#conbox .content-recruit .flex-box {
  display: flex;
  justify-content: space-between;
}
#conbox .content-recruit .flex-box .img-box {
  width: 400px;
  height: auto;
}
#conbox .content-recruit .flex-box .txt-box {
  width: calc(100% - 420px);
}
#conbox .content-recruit.new h3 {
  font-size: 20px;
  font-family: inherit;
  color: #4786AA;
  border-bottom: 1px dotted #4786AA;
  padding: 0;
  margin: 0 0 20px 0;
}
/*経営理念・基本方針*/
#conbox .content-recruit.new .rinen {
  display: flex;
  align-items: center;
  background: #4786AA;
  padding: 20px;
  border-radius: 5px;
  margin: 15px 0 0 0;
}
#conbox .content-recruit.new .rinen p:first-child {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #FFF;
  color: #4786AA;
  text-align: center;
  line-height: 80px;
  margin: 0 30px 0 0;
}
#conbox .content-recruit.new .rinen p:nth-child(2) {
  margin: 0;
  font-size: 20px;
  width: calc(100% - 110px);
  color: #FFF;
  letter-spacing: 1px;
}
#conbox .content-recruit.new .rinen ul {
  margin: 0;
  width: calc(100% - 110px);
}
#conbox .content-recruit.new .rinen li {
  margin: 0;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 1px;
  position: relative;
  padding: 0 0 0 15px;
}
#conbox .content-recruit.new .rinen li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  font-size: 12px;
  margin: 0 10px 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}
/*トレーナーの仕事*/
#conbox .content-recruit.new .work .inline li {
  display: inline-block;
}
#conbox .content-recruit.new .work .inline li::after {
  content: "／";
  margin: 0 5px;
  color: #4786AA;
}
#conbox .content-recruit.new .work .inline li:last-child::after {
  content: none;
}
#conbox .content-recruit.new .work .mark li {
  border-bottom: 1px dotted #4786AA;
  width: fit-content;
}
#conbox .content-recruit.new .work .check li {
  position: relative;
  padding: 0 0 0 20px;
}
#conbox .content-recruit.new .work .check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #4786AA;
  position: absolute;
  left: 0;
}
/*採用情報*/
#conbox .content-recruit.new .detail .flow {
  text-align: center;
}
#conbox .content-recruit.new .detail .flow ul {
  margin: 0 0 50px 0;
}
#conbox .content-recruit.new .detail .flow li {
  background: #ebf6f7;
  color: #4786AA;
  border-radius: 4px;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto 30px auto;
  position: relative;
}
#conbox .content-recruit.new .detail .flow li:last-child {
  background: #4786AA;
  color: #FFF;
}
#conbox .content-recruit.new .detail .flow li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 7px);
}
#conbox .content-recruit.new .detail .flow li .midashi {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
#conbox .content-recruit.new .detail .flow li .note {
  font-size: 14px;
}
#conbox .vimeo-wrap {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-wrap: wrap;
}
#conbox .vimeo-wrap .vimeo-box {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    margin: 20px 0 30px 0;
    text-align: center;
}


@media screen and (max-width: 640px) {
  #conbox .content-recruit .flex-box {
    flex-direction: column;
  }
  #conbox .content-recruit .flex-box .img-box {
    width: 100%;
    height: auto;
  }
  #conbox .content-recruit .flex-box .txt-box {
    width: 100%;
  }
  #conbox .content-recruit.new .rinen {
    flex-direction: column;
  }
  #conbox .content-recruit.new .rinen p:first-child {
    margin: 0 0 20px 0;
  }
  #conbox .content-recruit.new .rinen p:nth-child(2), #conbox .content-recruit.new .rinen ul {
    width: 100%;
  }
  #conbox .content-recruit.new .content-nav {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  #conbox .content-recruit.new .content-nav li {
    width: calc(100% / 2 - 2px);
    margin: 1px;
  }
  .recruit-movie .video {
    padding-bottom: 0;
  }
}
/*体験ページ文言追加 2021.11.5*/
#experience #conbox p.price {
  margin: 0;
}
/*研修制度*/
#conbox .content-recruit .training h3 span {
  font-size: 14px;
  margin: 0 0 0 20px;
}
#conbox .content-recruit .training-1 .img-box {
  max-width: 800px;
}
#conbox .content-recruit .training-2 .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#conbox .content-recruit .training-2 .img-box li {
  width: calc(100% / 2 - 20px);
  margin: 0 0 20px 0;
}
#conbox .content-recruit .training-2 .img-box li {
  position: relative;
}
#conbox .content-recruit .training-2 .img-box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#conbox .content-recruit .training-2 .img-box li span {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #conbox .content-recruit .training-2 .img-box {
    flex-direction: column;
  }
  #conbox .content-recruit .training-2 .img-box li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
/* customer voice */
.costomer-voice-box {
  margin-bottom: 25px;
}
#voice #conbox h4.case-cat-list.title {
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #333;
}
#conbox .costomer-voice-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#conbox .costomer-voice-box p {
  margin-bottom: 0px;
}
.readmore {
  text-align: right;
}
.readmore a {
  background-color: #167AA9;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
}
.single-customer_voice #conbox h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #36a4bb;
}
.customer-voice-single {
  padding: 10px;
}
#sidebar.customer-voice div {
  padding: 0;
  background-color: #fff;
}
#sidebar #customer-voice {
  margin: 0 0 15px;
}
#customer-voice #customer-voice-category h4 {
  color: #333;
  background-color: #F9F7F6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#customer-voice #customer-voice-category {
  padding: 0 0 0 30px;
}
#customer-voice #customer-voice-category ul.case-cat-list {
  margin: 0 0 20px 0;
}
#customer-voice #customer-voice-category ul.case-cat-list li {
  margin: 0 0 7px;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
#customer-voice #customer-voice-category ul.case-cat-list li:before {
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: #36a4bb;
  border-radius: 50%;
}
#conbox h2.taxonomy-title {
  font-size: 20px;
  margin-bottom: 20px;
  background-color: #F9F7F6;
  padding: 10px 15px;
}
.section-contact {
  border: 4px solid #36a4bb;
  background-color: #e6f1f3;
  margin-top: 40px;
  padding: 20px;
  font-size: 18px;
}
#conbox .section-contact h2 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #447fa0;
}
.footer-contact-tel, .footer-contact-email {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px;
}
.business-hour {
  font-size: 13px;
}
@media screen and (max-width: 479px) {
  .business-hour {
    display: block;
  }
}
/* recruit */
#conbox .recruit-item {
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
#conbox .recruit-item h3 {
  color: #4786AA;
  margin-bottom: 20px;
}
#conbox .recruit-item .video {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 0;
}
/* blog archive */
#conbox .category-archive-title {
  font-size: 16px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
h4 .blog-date {
  font-size: 16px;
  padding-right: 10px;
}
#conbox .archive_date.archive_title {
  font-size: 20px;
  margin-bottom: 20px;
}
/*お客様の声改修（20221028）*/
#voice .uk-width-3-10 {
  display: none;
}
#voice .uk-width-7-10 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #voice #contents {
    padding: 0 20px;
  }
  #customer-voice {
    display: none;
  }
  #voice #conbox .costomer-voice-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #voice #conbox .costomer-voice-box p {
    line-height: 140%;
    font-size: 14px;
  }
}
/*メディア掲載・指導実績（20221028）*/
.media #conbox .box {
  margin: 0 0 50px 0;
  padding: 20px 30px;
  border: 2px solid #4685a9;
  box-shadow: 3px 3px #EEE;
}
.media #conbox h3, #blog .media #conbox h3 {
  border: none;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px dotted #4685a9;
}
.media #conbox h3 .media-cat a {
  display: inline-block;
  font-size: 12px;
  background: #4685a9;
  color: #FFF;
  padding: 3px 10px 2px 10px;
  margin: 0 10px 0 0;
}
.media #conbox h3 .media-cat a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: 0.3s;
}
.media #conbox .media-cat-list li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.media #conbox .media-cat-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #4685a9;
  font-size: 10px;
  font-weight: bold;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.media #conbox .box img {
  max-width: 400px;
}
@media screen and (max-width: 640px) {}
/*===========================================
　体験ページリニューアル(2022.10.31)
===========================================*/
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
.taiken_new .main-content * {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.taiken_new .main-content .content-inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.taiken_new .main-content h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px 0;
}
.taiken_new .main-content h2 span {
  display: block;
  color: #007bbb;
  font-size: 14px;
  font-weight: 500;
}
.taiken_new .main-content li {
  list-style-type: none;
}
.taiken_new .main-content .img-box img {
  width: 100%;
  height: auto;
}
.taiken_new a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*予約ボタン共通デザイン*/
.taiken_new .main-content .btn-yoyaku {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px auto;
}
.taiken_new .main-content .btn-yoyaku a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #ffdc00;
  padding: 20px 30px;
  font-size: 22px;
  position: relative;
}
.taiken_new .main-content .btn-yoyaku a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  right: 20px;
  top: calc(50% - 16px);
  font-weight: bold;
}
.taiken_new .main-content .btn-wrap .btn-yoyaku:first-child {
  margin: 0 auto 20px auto;
}
.taiken_new .main-content .btn-yoyaku a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.taiken_new .main-content .pc-none {
  display: none;
}
@media screen and (max-width:480px) {
  .taiken_new .main-content .pc-none {
    display: inherit;
  }
  .taiken_new .main-content .sp-none {
    display: none;
  }
  .taiken_new .main-content .content-inner {
    width: 90%;
  }
  .taiken_new .main-content .btn-yoyaku a::after {
    position: absolute;
    right: 10px;
  }
}
/*---------------------------------------------------------------
悩み（nayami）
---------------------------------------------------------------*/
.taiken_new .main-content .nayami {
  padding: 40px 0 0 0;
}
.taiken_new .main-content .nayami .content-inner {
  max-width: 700px;
}
.taiken_new .main-content .nayami .box {
  margin: 0 0 50px 0;
}
.taiken_new .main-content .nayami .box p + p {
  margin: 20px 0 0 0;
}
.taiken_new .main-content .nayami h2 {
  color: #4786AA;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.taiken_new .main-content .nayami .box h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #ec6d71;
  border-bottom: 1px dotted #ec6d71;
}
.taiken_new .main-content .nayami .box .midashi {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.taiken_new .main-content .nayami-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.taiken_new .main-content .nayami-list li {
  background-color: #ebf6f7;
  width: calc(100% / 2);
  padding: 0 30px 0 70px;
  line-height: 70px;
  background-image: url("../img/taiken/nayami-kata.png");
  background-repeat: no-repeat;
  background-position: top 10px left 10px;
  background-size: 50px;
  margin: 0;
}
.taiken_new .main-content .nayami-list li:nth-child(2), .taiken_new .main-content .nayami-list li:nth-child(3), .taiken_new .main-content .nayami-list li:nth-child(6), .taiken_new .main-content .nayami-list li:nth-child(7) {
  background-color: #c1e4e9;
}
.taiken_new .main-content .nayami-list li:nth-child(2) {
  background-image: url("../img/taiken/nayami-koshi.png");
}
.taiken_new .main-content .nayami-list li:nth-child(3) {
  background-image: url("../img/taiken/nayami-zutuu.png");
}
.taiken_new .main-content .nayami-list li:nth-child(4) {
  background-image: url("../img/taiken/nayami-4050.png");
}
.taiken_new .main-content .nayami-list li:nth-child(5) {
  background-image: url("../img/taiken/nayami-mukumi.png");
}
.taiken_new .main-content .nayami-list li:nth-child(6) {
  background-image: url("../img/taiken/nayami-top.png");
}
.taiken_new .main-content .nayami-list li:nth-child(7) {
  background-image: url("../img/taiken/nayami-bottom.png");
}
.taiken_new .main-content .nayami-list li:nth-child(8) {
  background-image: url("../img/taiken/nayami-tsukare.png");
}
.taiken_new .main-content .nayami-list .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.taiken_new .main-content .nayami-list .txt strong {
  color: #007bbb;
  font-size: 26px;
}
.taiken_new .main-content .nayami .box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.taiken_new .main-content .nayami .matome {
  text-align: center;
  font-size: 24px;
  background: #ec6d71;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
}
.taiken_new .main-content .nayami .matome::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #ec6d71;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
}
@media screen and (max-width:480px) {
  .taiken_new .main-content .nayami .content-inner {
    padding: 0;
  }
  .taiken_new .main-content .nayami h2 {
    font-size: 24px;
  }
  .taiken_new .main-content .nayami-list li {
    width: calc(100% / 2);
    padding: 0 0 0 47px;
    line-height: 55px;
    background-repeat: no-repeat;
    background-position: top 10px left 5px;
    background-size: 35px;
    margin: 0;
    letter-spacing: normal;
  }
  .taiken_new .main-content .nayami .box .midashi {
    font-size: 18px;
  }
  .taiken_new .main-content .nayami .box-wrap {
    flex-direction: column;
  }
  .taiken_new .main-content .nayami .box-wrap .txt-box {
    margin: 0 0 20px 0;
  }
  .taiken_new .main-content .nayami .box h3 {
    font-size: 22px;
  }
  .taiken_new .main-content .nayami .box-wrap .img-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .taiken_new .main-content .nayami .matome {
    font-size: 20px;
    padding: 10px 20px;
  }
}
/*---------------------------------------------------------------
体験レッスンのご案内
---------------------------------------------------------------*/
#experience h2.main_img {
  text-align: center;
}
/*trial*/
.taiken_new .main-content .trial .content-inner {
  text-align: center;
  margin: 0 auto 20px auto;
  position: relative;
}
.taiken_new .main-content .trial h3 {
  font-size: 30px;
}
.taiken_new .main-content .trial .trial-box {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto;
  position: relative;
}
.taiken_new .main-content .trial .txt-box {
  width: 400px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  text-align: right;
}
.taiken_new .main-content .trial .txt-box span {
  display: inline-block;
  background: #FFF;
  padding: 5px 10px;
  line-height: 100%;
  font-size: 20px;
  margin: 5px 0;
  box-shadow: 2px 2px 0 0 #85bfcb;
}
.taiken_new .main-content .trial .txt-box span span {
  display: inline-block;
  background: none;
  padding: 5px 0;
  line-height: 100%;
  font-size: 14px;
  margin: 5px 0;
  box-shadow: none;
}
.taiken_new .main-content .trial .note {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.taiken_new .main-content .trial .midashi {
  font-size: 34px;
  color: #007bbb;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 20px 0;
  position: relative;
}
.taiken_new .main-content .counseling {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.taiken_new .main-content .contact .counseling {
  color: #FFF;
}
.taiken_new .main-content .contact-wrap {
  max-width: none;
}
.taiken_new .main-content .contact-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.taiken_new .main-content .contact-wrap .box {
  display: block;
  width: calc(100% / 2 - 20px);
  background: #85bfcb;
  font-size: 20px;
}
.taiken_new .main-content .contact-wrap .box a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 10px 0;
}
.taiken_new .main-content .contact-wrap .box.mailform a i {
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.taiken_new .main-content .contact-wrap .box.line a i {
  font-family: "Font Awesome 6 Brands";
  font-size: 28px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media screen and (max-width:480px) {
  .taiken_new .main-content .trial h3 {
    font-size: 24px;
  }
  .taiken_new .main-content .trial .txt-box {
    position: static;
    width: 100%;
    text-align: center;
  }
}
/*---------------------------------------------------------------
レッスンの特徴動画
---------------------------------------------------------------*/
.taiken_new .main-content .tokucho .content-inner {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  background: #FFF url(../img/taiken/bk-hougan.png);
  border-top: 3px solid #007bbb;
  border-bottom: 3px solid #007bbb;
}
.taiken_new .main-content .tokucho h2 {
  font-size: 24px;
  color: #007bbb;
}
.taiken_new .main-content .tokucho .box-wrap {
  display: flex;
  justify-content: space-between;
}
.taiken_new .main-content .tokucho .left-box {
  width: 48%;
}
.taiken_new .main-content .tokucho .right-box {
  width: 48%;
}
.taiken_new .main-content .ban-box {
  margin: 0 auto 10px auto;
  width: 60%;
}
@media screen and (max-width:480px) {
  .taiken_new .main-content .tokucho .box-wrap {
    flex-direction: column;
  }
  .taiken_new .main-content .tokucho {
    padding: 20px 20px 0 20px;
  }
  .taiken_new .main-content .tokucho .left-box, .taiken_new .main-content .tokucho .right-box {
    width: 100%;
  }
  .taiken_new .main-content .tokucho .right-box {
    margin: 20px 0 0 0;
  }
}
/*返金保証*/
.taiken_new .main-content .hosyo {
  background: #ebf6f7;
  margin: 0 0 2px 0;
}
.taiken_new .main-content .hosyo .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.taiken_new .main-content .hosyo h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  width: 220px;
  color: #4786AA;
  font-size: 20px;
  padding: 0 0 0 10px;
}
.taiken_new .main-content .hosyo .txt-box {
  width: calc(100% - 220px);
  padding: 0 10px 0 30px;
  border-left: 1px solid #4786AA;
}
.taiken_new .main-content .hosyo li {
  color: #FF6600;
}
/*---------------------------------------------------------------
お客様の声（voice-wrap）
---------------------------------------------------------------*/
.taiken_new .main-content .voice-wrap {
  background: url(../img/taiken/bk-hougan.png);
  border-bottom: 3px solid #007bbb;
  margin: 1px 0 0 0;
}
.taiken_new .main-content .voice-wrap .ttl-head {
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.taiken_new .main-content .voice-wrap .ttl-img {
  width: 300px;
  margin: 0 auto 20px auto;
}
.taiken_new .main-content .voice-wrap .ttl-img img {
  width: 100%;
}
.taiken_new .main-content .voice-box {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px auto;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #007bbb;
}
.taiken_new .main-content .voice-box:nth-child(even) {
  flex-direction: row-reverse;
}
.taiken_new .main-content .voice-box .txt-box {
  width: 70%;
}
.taiken_new .main-content .voice-box .img-box {
  width: 25%;
}
.taiken_new .main-content .voice-box .img-box img {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.taiken_new .main-content .voice-box .txt-box p.voice-name {
  margin: 0 0 10px 0;
  color: #007bbb;
  border-bottom: 1px dotted #007bbb;
  font-size: 18px;
}
.taiken_new .main-content .voice-box .voice-name span {
  font-size: 14px;
}
.taiken_new .main-content .voice-box .txt-box p {
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 1px;
}
.taiken_new .main-content .voice-box .txt-box p + p {
  margin: 10px 0 0 0;
}
@media screen and (max-width:480px) {
  .taiken_new .main-content .voice-box, .taiken_new .main-content .voice-box:nth-child(even) {
    flex-direction: column;
  }
  .taiken_new .main-content .voice-box .img-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
  .taiken_new .main-content .voice-box .img-box img:last-child {
    display: none;
  }
  .taiken_new .main-content .voice-box .txt-box {
    width: 100%;
  }
  .taiken_new .main-content .hosyo .content-inner {
    flex-direction: column;
  }
  .taiken_new .main-content .hosyo h3 {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #4786AA;
    text-align: center;
  }
  .taiken_new .main-content .hosyo .txt-box {
    width: 100%;
    border: none;
    padding: 0;
  }
}
/*-----------------------------------------------------------
　プログラム（program）
-----------------------------------------------------------*/
.taiken_new .main-content .program {
  background: #ebf6f7;
}
.taiken_new .main-content .program .lead-txt {
  max-width: 600px;
  margin: 0 auto 50px auto;
}
.taiken_new .main-content .program .box-wrap {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto 10px auto;
}
.taiken_new .main-content .program .box-wrap .img-box {
  width: 216px;
  height: auto;
}
.taiken_new .main-content .program .box-wrap .img-box img {
  width: 100%;
  height: auto;
  border: 2px solid #FFF;
}
.taiken_new .main-content .program .box-wrap .txt-box {
  width: 500px;
}
.taiken_new .main-content .program .box-wrap .txt-box h5 {
  font-size: 18px;
  margin: 0 0 14px 0;
  border-bottom: 1px dotted #007bbb;
  padding: 0 0 3px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #007bbb;
}
.taiken_new .main-content .program .box-wrap .txt-box h5 span {
  display: inline-block;
  font-family: 'Bebas Neue', cursive;
  background: #007bbb;
  color: #FFF;
  font-size: 20px;
  padding: 5px 10px 0 10px;
  margin: 0 10px 0 0;
}
.taiken_new .main-content .program .program-link {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 50px auto 0 auto;
  text-align: center;
}
.taiken_new .main-content .program .program-link a {
  display: block;
  background: #ebf6f7;
  border-radius: 5px;
  color: #4786AA;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width:750px) {
  .taiken_new .main-content .program .box-wrap {
    flex-direction: column;
    width: 100%;
  }
  .taiken_new .main-content .program .box-wrap .img-box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .taiken_new .main-content .program .box-wrap .txt-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .taiken_new .main-content .program .box-wrap .txt-box h5 {
    font-size: 16px;
  }
  .taiken_new .main-content .program .box-wrap .txt-box h5 span {
    font-size: 18px;
  }
}
/*-----------------------------------------------------------
　問い合わせ導線（contact）
-----------------------------------------------------------*/
.taiken_new .main-content .contact {
  text-align: center;
  background: #4786AA;
}
.taiken_new .main-content .contact h2 {
  color: #FFF;
}
.conttaiken_new .main-content .contactact h2 strong {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
}
.taiken_new .main-content .contact .price-wrap {
  color: #FFF;
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 640px;
  margin: 20px auto 40px auto;
}
.taiken_new .main-content .contact .price-wrap h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.taiken_new .main-content .contact .price-wrap h3 {
  margin: 0 0 10px 0;
}
.taiken_new .main-content .contact .price-head {
  font-size: 28px;
  font-weight: bold;
  background: #ec6800;
  width: fit-content;
  height: 50px;
  padding: 2px 10px 0 10px;
  margin: 0 auto 20px auto;
  position: relative;
}
.taiken_new .main-content .contact .price-head::before {
  content: "";
  width: 20px;
  height: 50px;
  display: block;
  border-top: 25px solid #ec6800;
  border-bottom: 25px solid #ec6800;
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  position: absolute;
  left: -20px;
  top: 0;
}
.taiken_new .main-content .contact .price-head::after {
  content: "";
  width: 20px;
  height: 50px;
  display: block;
  border-top: 25px solid #ec6800;
  border-bottom: 25px solid #ec6800;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  position: absolute;
  right: -20px;
  top: 0;
}
.taiken_new .main-content .contact .price {
  font-size: 50px;
  font-weight: 500;
  color: #FFF;
  display: inline;
}
.taiken_new .main-content .contact .price span.tax {
  font-size: 16px;
  padding: 0 0 0 3px;
}
.taiken_new .main-content .contact .price span.normal-price {
  font-size: 20px;
  font-weight: normal;
  padding: 0 3px 0 0;
}
.taiken_new .main-content .contact .cashback {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.taiken_new .main-content .contact .cashback span {
  color: #FFFF00;
  font-size: 28px;
  padding: 0 3px 0 0;
}
.taiken_new .main-content .online {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
.taiken_new .main-content .online .img-box {
  max-width: 960px;
  margin: 0 auto 30px auto;
}
.taiken_new .main-content .online .txt-box {
  max-width: 600px;
  margin: 0 auto;
}
.taiken_new .main-content .online .txt-box .txt {
  margin: 0 0 10px 0;
}
.taiken_new .main-content .online .txt-box i {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
@media screen and (max-width:750px) {
  .taiken_new .main-content .contact .btn-yoyaku {
    width: 100%;
  }
  .taiken_new .main-content .contact .btn-yoyaku a {
    font-size: 22px;
  }
  .taiken_new .main-content .contact .box-wrap {
    flex-direction: column;
  }
  .taiken_new .main-content .contact .box {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .taiken_new .main-content .contact-wrap .btn-yoyaku {
    width: 100%;
  }
  .taiken_new .main-content .contact-wrap .box-wrap {
    flex-direction: column;
  }
  .taiken_new .main-content .contact-wrap .box {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .taiken_new .main-content .contact h3 {
    font-size: 26px;
    line-height: 130%;
  }
  .taiken_new .main-content .contact .price {
    height: 100px;
    line-height: 140%;
  }
  .taiken_new .main-content .contact .price::before {
    height: 100px;
    border-top: 50px solid #e95464;
    border-bottom: 50px solid #e95464;
  }
  .taiken_new .main-content .contact .price::after {
    width: 20px;
    height: 100px;
    border-top: 50px solid #e95464;
    border-bottom: 50px solid #e95464;
  }
  .taiken_new .main-content .contact h2 {
    font-size: 20px;
  }
  .taiken_new .main-content .contact .price-head {
    height: 100px;
    margin: 0 auto;
  }
  .taiken_new .main-content .contact .price-head::before {
    height: 100px;
    display: block;
    border-top: 50px solid #ec6800;
    border-bottom: 50px solid #ec6800;
  }
  .taiken_new .main-content .contact .price-head::after {
    height: 100px;
    border-top: 50px solid #ec6800;
    border-bottom: 50px solid #ec6800;
  }
  .taiken_new .main-content .contact .price span.normal-price {
    font-size: 24px;
  }
  .taiken_new .main-content .contact .contact-wrap .txt {
    margin: 0 0 10px 0;
  }
  .taiken_new .main-content .online {
    width: 90%;
    margin: 0 auto;
  }
}
/*トップページ　リニューアル（2022.11.2）*/
#home .uk-grid {
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
#home .uk-grid:after, .uk-grid:before {
  content: none;
}
#home .uk-grid:after {
  content: none;
}
#home #conbox:after {
  content: none;
}
#home .uk-grid-small > * {
  padding: 0;
}
#home .rinji-box {
  padding: 20px 0;
  max-width: 960px;
  margin: 0 auto;
}
#home .rinji-box dl {
  background: #ebf6f7;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 auto;
}
#home .rinji-box dt {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
}
#home .rinji-box dt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: bold;
  margin: 0 0 0 10px;
}
#home .rinji-box dt.active::after {
  content: "\f139";
}
#home .rinji-box dd {
  padding: 20px;
}
#home .rinji-box dd p {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#home .rinji-box dd .img-box {
  max-width: 600px;
  margin: 0 auto;
}
#home #news-wrap {
  background: #75a4be;
  padding: 50px 0;
}
#home #news-wrap .item {
  max-width: 960px;
  margin: 0 auto 50px auto;
  border: 3px solid #437e9f;
  background: #FFF;
  padding: 15px 20px 20px 20px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#home #news-wrap .item:last-child {
  margin: 0 auto;
}
#home #news-wrap .item .item-inner {
  display: flex;
  justify-content: space-between;
}
#home #news-wrap h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #437e9f;
  color: #437e9f;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 3px 0;
}
#home #news-wrap h3 span {
  background: #437e9f;
  color: #FFF;
  font-size: 16px;
  padding: 2px 10px 3px 10px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}
#home #news-wrap .item .img-box {
  width: 360px;
}
#home #news-wrap .item .item_content {
  width: calc(100% - 400px);
}
#home #news-wrap .item .item_content p {
  font-size: 16px;
}
/*トップページ｜ブログ表示*/
#home .blog-wrap {
  background: #FFF;
  padding: 50px 0;
}
#home .blog-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 2px;
  background: #FFF;
}
#home .blog-inner h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 0 5px 10px;
  color: #504946;
  border-bottom: 2px solid #504946;
}
#home .blog-inner dl {
  font-size: 15px;
  border-bottom: 1px dotted #504946;
  padding: 8px 10px;
}
#home .blog-inner dl dt {
  padding: 2px 20px 2px 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}
#home .blog-inner dl dt span {
  font-size: 12px;
  background: #000;
  color: #FFF;
  padding: 0 5px 1px 5px;
  margin: 0 0 0 20px;
}
#home .blog-inner dl dd {
  padding: 2px 0 2px 0;
  display: inline-block;
  font-size: 16px;
}
#home .blog-inner dl dt img {
  margin-top: 6px;
  margin-left: 15px;
  width: inherit !important;
  max-width: 100% !important;
}
@media screen and (min-width:480px) {
  #home .uk-width-small-2-3 {
    width: 70%;
  }
  #home .uk-width-small-1-3 {
    width: calc(30% - 20px);
  }
}
@media screen and (max-width:640px) {
  #home #contents {
    padding: 0;
  }
  #home .home-main-content, #home .uk-width-small-1-3 {
    padding: 0 10px;
  }
  #home .blog-inner, #home #news-wrap .item {
    width: 95%;
  }
  #home #news-wrap .item .item-inner {
    flex-direction: column;
  }
  #home #news-wrap .item .img-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #home #news-wrap .item .item_content {
    width: 100%;
  }
  #home #news-wrap h3 {
    line-height: 140%;
  }
}
#home #bottom-menu {
  background: #332e2c;
}
#home #bottom-menu .box-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#home #bottom-menu .box-wrap:after {
  content: none;
}
#home #bottom-menu .box-wrap .box {
  width: calc(100% / 3 - 50px);
}
#home #bottom-menu .box-wrap .box a {
  display: block;
}
#home #bottom-menu .box-wrap .box a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}
#home #bottom-menu .box a:hover .img-box img {
  filter: grayscale(100%);
  transition: 0.3s;
}
#home #bottom-menu .box a .img-box {
  width: 100%;
  margin: 0 0 15px 0;
}
#home #bottom-menu .box a .txt-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #FFF;
  border-bottom: 1px solid #504946;
}
#home #bottom-menu .box a .txt-box h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #75a4be;
  font-size: 10px;
  font-weight: bold;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
#home #bottom-menu .box a .txt-box .txt {
  font-size: 14px;
  line-height: 160%;
  color: #FFF;
}
@media screen and (max-width:640px) {
  #home #bottom-menu .box-wrap {
    width: 90%;
    flex-direction: column;
  }
  #home #bottom-menu .box-wrap .box {
    width: 100%;
  }
  #home #bottom-menu .box-wrap .box + .box {
    margin: 30px 0 0 0;
  }
}
/*トップメインコンテンツリニューアル*/
#home #contents #main-contents .content-wrap .pc-none {
  display: none;
}
#home #contents #main-contents div:after {
  content: none;
}
#home #contents #main-contents .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
#home #contents #main-contents .content-wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #4786AA;
  text-align: center;
  font-size: 32px;
  margin: 0 0 60px 0;
  letter-spacing: 1px;
}
#home #contents #main-contents .content-wrap h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  color: #4786AA;
  border-bottom: 2px solid #4786AA;
}
#home #contents #main-contents .content-wrap .txt {
  font-size: 16px;
}
#home #contents #main-contents .content-wrap .txt + .txt {
  margin: 15px 0 0 0;
}
#home #contents #main-contents .content-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
#home #contents #main-contents .content-wrap .box-wrap.reverse {
  flex-direction: row-reverse;
}
#home #contents #main-contents .content-wrap .box-wrap .left-box {
  width: 45%;
}
#home #contents #main-contents .content-wrap .box-wrap .right-box {
  width: 52%;
}
#home #contents #main-contents .content-wrap .lead-txt {
  text-align: center;
  font-size: 16px;
  margin: 0 0 50px 0;
}
#home #contents #main-contents .content-wrap .top-linkbutton {
  text-align: center;
}
#home #contents #main-contents .content-wrap .top-linkbutton a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #75a4be;
  color: #FFF;
  padding: 15px 0;
  border-radius: 5px;
}
#home #contents #main-contents .content-wrap .top-linkbutton a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  padding: 0 0 0 20px;
}
#home #contents #main-contents .content-wrap .top-linkbutton a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}
/*コンセプト*/
#home #contents #main-contents .nayami-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
#home #contents #main-contents .nayami-list li {
  background-color: #ebf6f7;
  width: calc(100% / 2);
  padding: 0 30px 0 70px;
  font-size: 14px;
  line-height: 70px;
  background-image: url("../img/taiken/nayami-kata.png");
  background-repeat: no-repeat;
  background-position: top 10px left 10px;
  background-size: 50px;
  margin: 0;
}
#home #contents #main-contents .nayami-list li:nth-child(2), #home #contents #main-contents .nayami-list li:nth-child(3), #home #contents #main-contents .nayami-list li:nth-child(6), #home #contents #main-contents .nayami-list li:nth-child(7) {
  background-color: #c1e4e9;
}
#home #contents #main-contents .nayami-list li:nth-child(2) {
  background-image: url("../img/taiken/nayami-koshi.png");
}
#home #contents #main-contents .nayami-list li:nth-child(3) {
  background-image: url("../img/taiken/nayami-zutuu.png");
}
#home #contents #main-contents .nayami-list li:nth-child(4) {
  background-image: url("../img/taiken/nayami-4050.png");
}
#home #contents #main-contents .nayami-list li:nth-child(5) {
  background-image: url("../img/taiken/nayami-mukumi.png");
}
#home #contents #main-contents .nayami-list li:nth-child(6) {
  background-image: url("../img/taiken/nayami-top.png");
}
#home #contents #main-contents .nayami-list li:nth-child(7) {
  background-image: url("../img/taiken/nayami-bottom.png");
}
#home #contents #contents e #main-contents .nayami-list li:nth-child(8) {
  background-image: url("../img/taiken/nayami-tsukare.png");
}
/*体験*/
#home #contents #main-contents .content-wrap.experience {
  width: 100%;
  background: url(../img/top/bk-pat.png);
}
#home #contents #main-contents .content-wrap.experience .experience-inner {
  max-width: 960px;
  margin: 0 auto;
}
#home #contents #main-contents .content-wrap.experience .box {
  margin: 0 0 50px 0;
}
#home #contents #main-contents .content-wrap .vimeo {
  text-align: center;
  position: relative;
}
#home #contents #main-contents .content-wrap .vimeo .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: min(9vw, 6em);
  color: #437e9f;
}
#home #contents #main-contents .content-wrap .vimeo iframe {
  height: 360px;
}
#home #contents #main-contents .content-wrap .hosyo {
  display: flex;
  align-items: center;
  background: #FFF;
  border: 2px solid #4786AA;
  padding: 20px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
#home #contents #main-contents .content-wrap .hosyo h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 220px;
  color: #4786AA;
  font-size: 20px;
  padding: 0 0 0 10px;
  border: none;
}
#home #contents #main-contents .content-wrap .hosyo .txt-box {
  width: calc(100% - 220px);
  padding: 0 10px 0 30px;
  border-left: 1px solid #4786AA;
}
#home #contents #main-contents .content-wrap .hosyo .txt-box strong {
  display: block;
}
@media screen and (max-width:640px) {
  #home #contents #main-contents .content-wrap .sp-none {
    display: none;
  }
  #home #contents #main-contents .content-wrap .pc-none {
    display: block;
  }
  #home #contents #main-contents .content-wrap {
    width: 90%;
    padding: 30px 0 50px 0;
  }
  #home #contents #main-contents .content-wrap.experience .experience-inner {
    width: 90%;
  }
  #home #contents #main-contents .content-wrap h2 {
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 30px 0;
  }
  #home #contents #main-contents .content-wrap .lead-txt {
    text-align: left;
    margin: 0 0 20px 0;
  }
  #home #contents #main-contents .content-wrap .box-wrap, #home #contents #main-contents .content-wrap .box-wrap.reverse {
    flex-direction: column-reverse;
  }
  #home #contents #main-contents .content-wrap .box-wrap .left-box {
    width: 100%;
  }
  #home #contents #main-contents .content-wrap .box-wrap .right-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #home #contents #main-contents .content-wrap.experience .box {
    margin: 0 0 20px 0;
  }
  #home #contents #main-contents .content-wrap .vimeo iframe {
    height: 200px;
  }
  #home #contents #main-contents .nayami-list li {
    width: calc(100% / 2);
    padding: 0 0 0 47px;
    line-height: 55px;
    background-repeat: no-repeat;
    background-position: top 10px left 5px;
    background-size: 35px;
    margin: 0;
    letter-spacing: normal;
  }
  #home #contents #main-contents .content-wrap .hosyo {
    flex-direction: column;
  }
  #home #contents #main-contents .content-wrap .hosyo h3 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #home #contents #main-contents .content-wrap .hosyo .txt-box {
    width: 100%;
    border-left: none;
    border-top: 1px solid #4786AA;
    padding: 20px 0 0 0;
  }
}

/*スタッフ紹介（2022.12リニューアル）
----------------------------------------------------------------*/
#conbox .profile_info div:after {
	content: none;
}
#conbox .profile_info h3 {
	margin: 0 0 30px 0;
}
#conbox .profile_info .staff-wrap {

}
#conbox .profile_info .staff-box {
	display: flex;
	justify-content: space-between;	padding: 10px;
	border: 5px solid #c1e4e9;
	margin: 0 0 30px 0;
}
	#conbox .profile_info .staff-box .left-box .staff-img {
		margin: 0;
	}
#conbox .profile_info .staff-box .left-box {
	width: 220px;
}
#conbox .profile_info .staff-box .left-box {
	width: 220px;
}
#conbox .profile_info .staff-box .left-box h4 {
	font-size: 20px;
color: #4786AA;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	position: relative;
}
#conbox .profile_info .staff-box .left-box h4 strong {
	font-size: 14px;
color: #4786AA;
	display: block;
}
#conbox .profile_info .staff-box .left-box h4 span {
	font-size: 16px;
}
#conbox .profile_info .staff-box .left-box h4 span::before {
	content: "／";
	padding: 0 5px;
}
#conbox .profile_info .staff-box.nunokawa .left-box h4 span {
	display: block;
}
#conbox .profile_info .staff-box.nunokawa .left-box h4 span::before {
	content: none;
	padding: 0;
}
#conbox .profile_info .staff-box .left-box h4::before {
	content: "";
	width: 10px;
	height: 28px;
	background: #4786AA;
	display: block;
	position: absolute;
	left: -15px;
	top: 4px;
}
#conbox .profile_info .staff-box.nunokawa .left-box h4::before {
	height: 63px;
}
#conbox .profile_info .staff-box .right-box {
	width: 690px;
	padding: 38px 0 0 0;
}
#conbox .profile_info .staff-box.nunokawa .right-box {
	padding: 80px 0 0 0;
}
#conbox .profile_info .staff-box .right-box h5 {
	font-size: 14px;
	margin: 0 0 10px 0;	
	padding: 5px 10px;
color: #4786AA;
	background: #ebf6f7;
}
#conbox .profile_info .trigger {
	cursor: pointer;
	position: relative;
}
#conbox .profile_info .trigger::after {
	content: "＋";
	display: block;
	position: absolute;
	right: 20px;
	top:5px;
}
#conbox .profile_info .trigger:hover {
	transition: 0.3s;
}
#conbox .profile_info .trigger.active::after {
	content: "閉じる";
	font-weight: normal;
	font-size: 14px;
}
#conbox .profile_info .right-box .txt {
	line-height: 150%;
}
#conbox .profile_info .right-box .txt,
#conbox .profile_info .right-box ul {
	margin: 0 15px 10px 15px;
	font-size: 16px;
}
#conbox .profile_info .right-box ul li {
	font-size: 16px;
	margin: 0;
}
@media screen and (max-width:640px) {
	#conbox .profile_info .staff-box {
		flex-direction: column;
	}
	#conbox .profile_info .staff-box .left-box {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	#conbox .profile_info .staff-box .left-box .staff-img {
		width: 120px;
		margin: 0 0 10px 0;
	}
	#conbox .profile_info .staff-box .left-box h4 {
		width: calc(100% - 120px);
		padding: 0 0 0 20px;
		margin: 0;
	}
	#conbox .profile_info .staff-box .left-box h4::before {
		content: none;
	}
#conbox .profile_info .staff-box .left-box h4 span {
	display: block;
}
#conbox .profile_info .staff-box .left-box h4 span::before {
	content: none;
}
	#conbox .profile_info .staff-box .right-box {
		width: 100%;
		padding: 0;
	}
	
#conbox .profile_info .staff-box.nunokawa .right-box {
	padding: 0;
}
	#conbox .profile_info .right-box .txt, #conbox .profile_info .right-box ul {
		margin: 0 10px 15px 10px;
    font-size: 14px;
		line-height: 140%;
	}
#conbox .profile_info .right-box ul li {
	font-size: 14px;
	margin: 0;
}
}

/*--------------------------------
QA（2022.12リニューアル）
--------------------------------*/
#qa .txt {
	font-size: 18px;
	color: #4786AA;
	margin: 0 0 30px 0;
}
#qa dt {
	font-size: 18px;
	font-weight: normal;
	color: #4786AA;
	padding: 10px 50px 10px 10px;
	margin: 0 0 20px 0;
	cursor: pointer;
    background: #ebf6f7;
	position: relative;
}
#qa dt::after {
	content: "＋";
	position: absolute;
	right: 10px;
	top: calc(50% - 16px);
}
#qa dt.active::after {
	content: "×";
	position: absolute;
	right: 10px;
}
#qa dd {
	font-size: 16px;
	padding: 10px 10px 30px 10px;
}

/*--------------------------------
大阪店（2022.12リニューアル）
--------------------------------*/
#osaka div:after {
	content: none;
}
/*基本情報*/
#osaka .access_info h3 {
	margin: 0 0 20px 0;
}
#osaka .access_info .info-box {
	background: url(../img/top/bk-pat.png);
	padding: 10px 15px;
	margin: 0 0 20px 0;
}
#osaka .access_info .info-box .txt {
	margin: 0 0 5px 0;
	font-size: 16px;
}
#osaka .access_info .info-box .txt:last-child {
	margin: 0;
}
#osaka .access_info .info-box .txt span {
	display: inline-block;
	width: 80px;
	margin: 0 10px 0 0;
	text-align: center;
	background: #75a4be;
	color: #FFF;
	font-size: 14px;
}
/*地図*/
#osaka .access_info .map-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
#osaka .access_info .map-wrap .box {
	width: 480px;
	padding: 0;
}
#osaka .access_info .map-wrap .box:last-child {
	width: calc(100% - 480px);
}
#osaka .map-content-map,
#osaka .map-content-text {
	float: none;
	padding: 0;
}
/*Youtube*/
#osaka .access_info .youtube-box {
	margin: 0 0 30px 0;
}
/*アクセス*/
#osaka .access_info .access-box {
	border: 2px solid #75a4be;
	padding: 10px 20px;
	margin: 0 0 30px 0;
}
#osaka .access_info .access-box h4 {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	color: #4786AA;
	position: relative;
	    font-size: 20px;
}
#osaka .access_info .access-box h4::before {
	content: "";
	display: block;
	width: 20px;
	height: 30px;
	background: #75a4be;
	position: absolute;
	top: 0;
	left: -20px;
	box-sizing: border-box;
}
#osaka .access_info .box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#osaka .access_info .box-wrap .box {
	width: calc(100% / 3 - 20px);
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}
#osaka .access_info .box-wrap .box::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	top: 90px;
	visibility: visible;
	color: #4786AA;
}
#osaka .access_info .box-wrap .box:nth-child(3)::after,
#osaka .access_info .box-wrap .box:nth-child(6)::after {
	content:none;
}
#osaka .access_info .box-wrap .box .txt{
	line-height: 140%;
	margin: 10px 0 0 0;
}
#osaka .access_info .access-box.car .txt{
	line-height: 140%;
	margin: 0 0 10px 0;
}
/*スタジオについて*/
#osaka .studio_info {
	background: #ebf6f7;
	padding: 10px 20px;
	margin: 0 0 60px 0;
}
#osaka .studio_info h3 {
	color: #4786AA;
	margin: 0 0 20px 0;
	font-weight: normal;
	border-bottom: 1px solid #4786AA;
}
#osaka .studio_info h3 span {
	font-size: 14px;
	margin: 0 0 0 10px;
}
#osaka .studio_info .box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#osaka .studio_info .box-wrap .box {
	width: calc(100% / 3 - 20px);
	padding: 0;
	margin: 0 0 20px 0;
}
#osaka .studio_info .box-wrap .box .txt{
	line-height: 140%;
	margin: 10px 0 0 0;
}
/*下部メニュー*/
#osaka .btn-wrap ul {
	display: flex;
	justify-content: space-between;
}
#osaka .btn-wrap li {
	width: calc(100% / 3 - 20px);
	text-align: center;
	font-size: 18px;
}
#osaka .btn-wrap li a {
	display: block;
	background: #4786AA;
	color: #FFF;
	padding: 20px 30px 20px 0;
	border-radius: 3px;
	position: relative;
}
#osaka .btn-wrap li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
}
#osaka .btn-wrap li a:hover {
	opacity: 0.7;
	transition: 0.3s;
	text-decoration: none;
}
@media screen and (max-width: 640px){
	#osaka .access_info .map-wrap {
	flex-direction: column;
	}
	#osaka .access_info .map-wrap .box,
	#osaka .access_info .map-wrap .box:last-child {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#osaka .access_info .box-wrap {
	flex-direction: column;
	}
	#osaka .access_info .box-wrap .box {
		width: 100%;
		padding: 0 0 10px 0;
	}
	#osaka .access_info .box-wrap .box::after,
	#osaka .access_info .box-wrap .box:nth-child(3)::after {
		content: "\f0dd";
		top: inherit;
		right: calc(50% - 10px);
		bottom: 20px;
	}
	#osaka .studio_info h3 {
		font-size: 18px;
	}
	#osaka .studio_info h3 span {
		font-size: 12px;
	}
	#osaka .studio_info .box-wrap {
	flex-direction: column;
	}
	#osaka .studio_info .box-wrap .box {
		width: 100%;
	}
	#osaka .btn-wrap ul {
	flex-direction: column;
}
	#osaka .btn-wrap li {
		width: 100%;
	}
}
/*--------------------------------
守山店（2022.12リニューアル）
--------------------------------*/
#moriyama #conbox:after {
	content: none;
}
#moriyama div:after {
	content: none;
}
/*基本情報*/
#moriyama .access_info h3 {
	margin: 0 0 20px 0;
}
#moriyama .access_info .info-box {
	background: url(../img/top/bk-pat.png);
	padding: 10px 15px;
	margin: 0 0 20px 0;
}
#moriyama .access_info .info-box .txt {
	margin: 0 0 5px 0;
	font-size: 16px;
}
#moriyama .access_info .info-box .txt:last-child {
	margin: 0;
}
#moriyama .access_info .info-box .txt span {
	display: inline-block;
	width: 80px;
	margin: 0 10px 0 0;
	text-align: center;
	background: #75a4be;
	color: #FFF;
	font-size: 14px;
}
/*地図*/
#moriyama .access_info .map-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
#moriyama .access_info .map-wrap .box {
	width: 480px;
	padding: 0;
}
#moriyama .access_info .map-wrap .box:last-child {
	width: calc(100% - 480px);
}
#moriyama .map-content-map,
#moriyama .map-content-text {
	float: none;
	padding: 0;
}
/*Youtube*/
#moriyama .access_info .youtube-box {
	margin: 0 0 30px 0;
}
/*アクセス*/
#moriyama .access_info .access-box {
	border: 2px solid #75a4be;
	padding: 10px 20px;
	margin: 0 0 30px 0;
}
#moriyama .access_info .access-box h4 {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	color: #4786AA;
	position: relative;
	font-size: 20px;
}
#moriyama .access_info .access-box h4::before {
	content: "";
	display: block;
	width: 20px;
	height: 30px;
	background: #75a4be;
	position: absolute;
	top: 0;
	left: -20px;
	box-sizing: border-box;
}
#moriyama .access_info .access-box h5 {
	margin: 0 0 10px 0;
	color: #4786AA;
	border-bottom: 2px solid #4786AA;
	font-size: 18px;
}
#moriyama .access_info .box-wrap {
	display: flex;
	flex-wrap: wrap;
}
#moriyama .access_info .box-wrap .box {
	width: calc(100% / 3 - 20px);
	padding: 0;
	margin: 0 30px 20px 0;
	position: relative;
}
#moriyama .access_info .box-wrap .box:nth-child(3),
#moriyama .access_info .box-wrap .box:last-child {
	margin: 0 0 20px 0;
}
#moriyama .access_info .box-wrap .box::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	top: 90px;
	visibility: visible;
	color: #4786AA;
}
#moriyama .access_info .box-wrap .box:nth-child(3)::after,
#moriyama .access_info .box-wrap .box:last-child::after {
	content:none;
}
#moriyama .access_info .box-wrap .box .txt{
	line-height: 140%;
	margin: 10px 0 0 0;
}
#moriyama .access_info .access-box.car .txt{
	line-height: 140%;
	margin: 0 0 10px 0;
}
/*スタジオについて*/
#moriyama .studio_info {
	background: #ebf6f7;
	padding: 10px 20px;
	margin: 0 0 60px 0;
}
#moriyama .studio_info h3 {
	color: #4786AA;
	margin: 0 0 20px 0;
	font-weight: normal;
	border-bottom: 1px solid #4786AA;
}
#moriyama .studio_info h3 span {
	font-size: 14px;
	margin: 0 0 0 10px;
}
#moriyama .studio_info .box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#moriyama .studio_info .box-wrap .box {
	width: calc(100% / 3 - 20px);
	padding: 0;
	margin: 0 0 20px 0;
}
#moriyama .studio_info .box-wrap .box .txt{
	line-height: 140%;
	margin: 10px 0 0 0;
}
/*下部メニュー*/
#moriyama .btn-wrap ul {
	display: flex;
	justify-content: space-between;
}
#moriyama .btn-wrap li {
	width: calc(100% / 3 - 20px);
	text-align: center;
	font-size: 18px;
}
#moriyama .btn-wrap li a {
	display: block;
	background: #4786AA;
	color: #FFF;
	padding: 20px 30px 20px 0;
	border-radius: 3px;
	position: relative;
}
#moriyama .btn-wrap li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
}
#moriyama .btn-wrap li a:hover {
	opacity: 0.7;
	transition: 0.3s;
	text-decoration: none;
}
@media screen and (max-width: 640px){
	#moriyama .access_info .map-wrap {
	flex-direction: column;
	}
	#moriyama .access_info .map-wrap .box,
	#moriyama .access_info .map-wrap .box:last-child {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#moriyama .access_info .box-wrap {
	flex-direction: column;
	}
	#moriyama .access_info .box-wrap .box {
		width: 100%;
		padding: 0 0 10px 0;
	}
	#moriyama .access_info .box-wrap .box::after,
	#moriyama .access_info .box-wrap .box:nth-child(3)::after {
		content: "\f0dd";
		top: inherit;
		right: calc(50% - 10px);
		bottom: 20px;
	}
	#moriyama .studio_info h3 {
		font-size: 18px;
	}
	#moriyama .studio_info h3 span {
		font-size: 12px;
	}
	#moriyama .studio_info .box-wrap {
	flex-direction: column;
	}
	#moriyama .studio_info .box-wrap .box {
		width: 100%;
	}
	#moriyama .btn-wrap ul {
	flex-direction: column;
}
	#moriyama .btn-wrap li {
		width: 100%;
	}
}

/*会社概要ページリニューアル20230201*/
#company div:after {
	content: none;
}
#company .message .midashi {
	text-align: center;
	font-size: 28px;
}
#company .message .txt {
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto 20px auto;
}
#company .message .img-box {
	text-align: center;
}
#company .flex-wrap {
	display: flex;
	justify-content: space-between;
}
#company .flex-wrap .txt-box {
	width: calc(40% - 20px);
}
#company .flex-wrap .img-box {
	width: 60%;
}
#company .outline th {
	width: 100px;
}
#company .outline td span {
	display: block;
}
#conbox .company_info h3 {
		    color: #4988aa;
	}
@media screen and (max-width: 640px){
	
#company .box-wrap {
	padding: 0 20px;
}
#company .message .midashi {
	font-size: 22px;
}
	#company .message .txt {
	font-size: 16px;
	}
#company .flex-wrap {
	flex-direction: column;
}
#company .flex-wrap .txt-box {
	width: 100%;
	margin: 0 0 20px 0;
}
#company .flex-wrap .img-box {
	width: 100%;
}
#company .flex-wrap ol.txt-box {
	margin: 0 0 20px 20px;
}
#conbox .company_info h3 {
		font-size: 20px;
		    color: #4988aa;
	}
}



/*守山９周年記念キャンペーン*/
.taiken_new .main-content .contact .price-wrap {
	max-width: 800px;
}
.taiken_new .special-camp {
	margin: 20px auto 0 auto;
}
.taiken_new .special-camp p img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:750px) {
.taiken_new .main-content .contact .price-wrap {
		padding: 0;
	}
	.taiken_new .contact .price-wrap.camp .price-head {
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
	
}