@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
header .li-fb .icon-window {
  display: none; }

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



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /*--------------------------------------------追加↑-------*/
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 30px 0; } }
    .home .main-v .main-v-inner {
      /*--------------------------------------------追加↓-------*/
      margin: 0 auto;
      padding: 0;
      position: relative; }
      @media (max-width: 1000px) {
        .home .main-v .main-v-inner {
          padding: 0;
          position: relative; } }
      .home .main-v .main-v-inner .bx-viewport {
        border: 0px;
        box-shadow: none; }
      .home .main-v .main-v-inner .bx-wrapper {
        background: none;
        box-shadow: none;
        border: none;
        margin-bottom: 0; }
        @media (max-width: 1000px) {
          .home .main-v .main-v-inner .bx-wrapper {
            margin: 0 auto; } }
      .home .main-v .main-v-inner .bx-pager {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 200; }
        @media (max-width: 1000px) {
          .home .main-v .main-v-inner .bx-pager {
            padding-top: 8px; } }
      .home .main-v .main-v-inner li a {
        display: block;
        width: 100%;
        height: 600px;
        text-indent: -9999px; }
        @media (max-width: 1000px) {
          .home .main-v .main-v-inner li a {
            height: auto;
            padding-top: 23%;
            height: 400px; } }
        @media (max-width: 768px) {
          .home .main-v .main-v-inner li a {
            padding-top: 20%;
            height: 300px; } }
        @media (max-width: 425px) {
          .home .main-v .main-v-inner li a {
            padding-top: 0;
            height: 250px; } }
      .home .main-v .main-v-inner .main-v-conf {
        background: url(../img/mainv01.jpg) top center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf02 {
        background: url(../img/mainv02.jpg) top center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf03 {
        background: url(../img/mainv03.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf04 {
        background: url(../img/mainv04.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf05 {
        background: url(../img/mainv05.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf06 {
        background: url(../img/mainv06.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf07 {
        background: url(../img/mainv07.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .main-v-conf08 {
        background: url(../img/mainv08.jpg) center center/cover no-repeat; }
      .home .main-v .main-v-inner .top-catch {
        position: absolute;
        bottom: 35px;
        left: 0;
        text-align: left;
        font-size: 3rem;
        letter-spacing: 0.5em;
        z-index: 0;
        margin-left: 50px;
        font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif; }
        @media (max-width: 960px) {
          .home .main-v .main-v-inner .top-catch {
            bottom: 10px;
            font-size: 2rem; } }
        @media (max-width: 607px) {
          .home .main-v .main-v-inner .top-catch {
            font-size: 1rem;
            margin-left: 0;
            padding: 2em 2em 2em 1em; } }
        .home .main-v .main-v-inner .top-catch span {
          position: relative;
          padding: 10px 5px 10px 20px;
          color: #00a5be;
          line-height: 200%;
          z-index: -1; }
          .home .main-v .main-v-inner .top-catch span:after {
            display: block;
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            mix-blend-mode: multiply;
            background-color: #ffffff;
            border-radius: 5px;
            z-index: -1;
            opacity: 0.75; }
          @media (max-width: 603px) {
            .home .main-v .main-v-inner .top-catch span {
              padding-top: 3px;
              padding-bottom: 3px; } }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: 55px;
      z-index: 500;
      width: 100%; }
      @media (max-width: 425px) {
        .home .main-v .bx-controls {
          bottom: 37px; } }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home .menu .menu_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 554px) {
      .home .menu .menu_inner {
        flex-wrap: wrap; } }
    .home .menu .menu_inner .menu_box {
      background: #00a5be;
      width: 23%;
      border-radius: 10px; }
      .home .menu .menu_inner .menu_box:hover {
        opacity: 0.7; }
      @media (max-width: 554px) {
        .home .menu .menu_inner .menu_box {
          width: 100%;
          margin-bottom: 20px; } }
      .home .menu .menu_inner .menu_box a {
        display: block;
        padding: 30px;
        color: #ffffff; }
        .home .menu .menu_inner .menu_box a:before {
          content: "";
          height: 50px;
          width: 50px;
          background: url(../img/ico-seminar.png) center center/contain no-repeat;
          display: block;
          margin: 0 auto; }
        @media (max-width: 554px) {
          .home .menu .menu_inner .menu_box a {
            padding: 10px; } }
        .home .menu .menu_inner .menu_box a h2 {
          border-bottom: 0px;
          font-size: 120%;
          font-weight: normal;
          text-align: center;
          margin: 0;
          padding-left: 0; }
          .home .menu .menu_inner .menu_box a h2:before {
            display: none; }
          @media (max-width: 554px) {
            .home .menu .menu_inner .menu_box a h2 {
              padding-top: 10px;
              padding-bottem: 0px; } }
        .home .menu .menu_inner .menu_box a p {
          text-align: center;
          margin: 0; }
      .home .menu .menu_inner .menu_box + .box01 a:before {
        background: url(../img/ico-seminar.png) center center/contain no-repeat; }
      .home .menu .menu_inner .menu_box + .box02 a:before {
        background: url(../img/ico-doctor.png) center center/contain no-repeat; }
      .home .menu .menu_inner .menu_box + .box03 a:before {
        background: url(../img/ico-session.png) center center/contain no-repeat; }
      .home .menu .menu_inner .menu_box + .box04 {
        background: #ff8c8c; }
        .home .menu .menu_inner .menu_box + .box04 a:before {
          background: url(../img/ico-consultation.png) center center/contain no-repeat; }
  .home main {
    /*max-width: 1000px;*/
    /*-------------------------------------------------変更*/
    margin: 0 auto; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1040px;
    /*-------------------------------------------------変更*/
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #00a5be;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #00a5be; }
  .home .news, .home .sns {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* アイコン */ }
    @media (max-width: 554px) {
      .home .news, .home .sns {
        margin-top: 10px; } }
    @media (max-width: 768px) {
      .home .news, .home .sns {
        flex-wrap: wrap; } }
    .home .news .news-inner .news-txt, .home .news .news-inner .sns-txt, .home .news .sns-inner .news-txt, .home .news .sns-inner .sns-txt, .home .sns .news-inner .news-txt, .home .sns .news-inner .sns-txt, .home .sns .sns-inner .news-txt, .home .sns .sns-inner .sns-txt {
      margin-right: 2em; }
      @media (max-width: 768px) {
        .home .news .news-inner .news-txt, .home .news .news-inner .sns-txt, .home .news .sns-inner .news-txt, .home .news .sns-inner .sns-txt, .home .sns .news-inner .news-txt, .home .sns .news-inner .sns-txt, .home .sns .sns-inner .news-txt, .home .sns .sns-inner .sns-txt {
          width: 100%; } }
      .home .news .news-inner .news-txt h2, .home .news .news-inner .sns-txt h2, .home .news .sns-inner .news-txt h2, .home .news .sns-inner .sns-txt h2, .home .sns .news-inner .news-txt h2, .home .sns .news-inner .sns-txt h2, .home .sns .sns-inner .news-txt h2, .home .sns .sns-inner .sns-txt h2 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 0;
        color: #4d4d4d; }
      .home .news .news-inner .news-txt p, .home .news .news-inner .sns-txt p, .home .news .sns-inner .news-txt p, .home .news .sns-inner .sns-txt p, .home .sns .news-inner .news-txt p, .home .sns .news-inner .sns-txt p, .home .sns .sns-inner .news-txt p, .home .sns .sns-inner .sns-txt p {
        font-size: 90%;
        letter-spacing: 0.3em; }
    .home .news .news-box, .home .sns .news-box {
      width: 72%; }
      @media (max-width: 768px) {
        .home .news .news-box, .home .sns .news-box {
          width: 100%; } }
    .home .news .sns-inner, .home .sns .sns-inner {
      width: 250px; }
      @media (max-width: 768px) {
        .home .news .sns-inner, .home .sns .sns-inner {
          width: 100%; } }
    .home .news h2, .home .sns h2 {
      margin: 0; }
    .home .news ul, .home .sns ul {
      overflow: hidden;
      width: 100%;
      margin: 10px 0 30px 0;
      border-top: 1px solid #ccc; }
      @media (max-width: 768px) {
        .home .news ul, .home .sns ul {
          width: 100%; } }
    .home .news li, .home .sns li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before, .home .sns li:before {
        display: none; }
      .home .news li a, .home .sns li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a, .home .sns li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span, .home .sns time, .home .sns span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span, .home .sns time, .home .sns span {
          display: inline; } }
    .home .news time, .home .sns time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico, .home .sns .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0;
      min-width: 2.4em; }
    .home .news .ico-new, .home .sns .ico-new {
      background: #f6b209; }
    .home .news .btn a, .home .sns .btn a {
      border-radius: 10px;
      border: 3px solid #6bcbd9; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home .sns {
    margin-top: 50px;
    margin-bottom: 50px; }
  .home .twitter-wrap {
    width: 100%; }

/* end .home */
/*-------------------------------------------------------------------------------

consultationページ

-------------------------------------------------------------------------------*/
/*
.consultation {
  h2 {
    height: 45px;
  }
  h3 {
    margin-top: 15px;
  }
  .side-contents .local-nav h2 {
    padding-bottom: 0;
  }
}
*/
.consultation .img-flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%; }
.consultation .img-flex-content {
  width: 49%; }
.consultation .img-flex-content-pc {
  width: 49%; }
.consultation .margin-top-zero {
  margin-top: 0; }
.consultation .margin-bottom-zero {
  margin-bottom: 0; }
@media (min-width: 425px) {
  .consultation .img-flex-content-sp {
    display: none; } }
@media (max-width: 425px) {
  .consultation .img-flex-wrap {
    display: block; }
  .consultation .img-flex-content {
    width: 100%; }
  .consultation .img-flex-content-pc {
    display: none; }
  .consultation .img-flex-content-sp {
    display: block;
    width: 100%; } }
@media (max-width: 425px) {
  .consultation figure.size-large {
    margin: 0; } }

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


共通パーツ


-------------------------------------------------------------------------------*/
.ct-title-default article .medium {
  background-image: url(../img/title-bg02.png), url(../img/title-bg01.jpg);
  background-position: left top, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 60% 160%, 59%;
  padding: 1.5em 0;
  height: auto; }
  @media (max-width: 425px) {
    .ct-title-default article .medium {
      background-size: 60% 160%, cover; } }
  .ct-title-default article .medium span {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
    padding-left: 1em;
    font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif; }
.ct-title-default article section h2 {
  text-align: center;
  color: #00a5be;
  font-weight: bold;
  font-size: 150%;
  font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 0;
  padding-left: 0; }
  .ct-title-default article section h2:before {
    display: none; }
.ct-title-default article section h3 {
  font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif; }
.ct-title-default article section h4 {
  font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif; }
.ct-title-default article section h5 {
  font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',sans-serif;
  font-size: 100%;
  margin: 20px 0 5px; }
.ct-title-default article section .p-right {
  text-align: right; }
.ct-title-default article section table {
  display: block;
  border-top: 0; }
  .ct-title-default article section table tbody {
    display: block; }
    .ct-title-default article section table tbody tr:first-child td {
      border-top: 1px solid #cccccc; }
      @media (max-width: 685px) {
        .ct-title-default article section table tbody tr:first-child td {
          border-top: 0px; }
          .ct-title-default article section table tbody tr:first-child td:first-child {
            border-top: 1px solid #cccccc; } }
    @media (max-width: 685px) {
      .ct-title-default article section table tbody tr {
        display: block; } }
    @media (max-width: 685px) {
      .ct-title-default article section table tbody tr td {
        display: block;
        padding: 0px 8px 0px 20px;
        border-bottom: 0px; }
        .ct-title-default article section table tbody tr td:first-child {
          padding: 0px 8px; }
        .ct-title-default article section table tbody tr td:last-child {
          border-bottom: 1px solid #ccc;
          white-space: normal; } }
    .ct-title-default article section table tbody .w3 tr td:nth-of-type(2) {
      white-space: nowrap; }
    .ct-title-default article section table tbody .w2 tr td:nth-of-type(1) {
      white-space: nowrap; }
.ct-title-default article section .video-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
  margin-bottom: 30px; }
  .ct-title-default article section .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*追加*/
@media (max-width: 768px) {
  .consultation article .contents-wrap section h2 {
    font-size: 135%; } }

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

  newsページ

  -------------------------------------------------------------------------------*/
.ct-title-default article section .news-h2 {
  text-align: left;
  padding-left: 0;
  height: auto;
  font-size: 125%; }
  .ct-title-default article section .news-h2 time {
    display: block;
    font-size: 80%;
    letter-spacing: 0;
    color: #8a8a8a;
    margin-bottom: 0.5em; }

.news article section h2,
.visit article section h2 {
  height: auto; }
  .news article section h2 + p,
  .visit article section h2 + p {
    margin-top: 1em; }

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

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
@media (max-width: 960px) {
  ul.menu-list.open > li.nav-1 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  ul.menu-list.open > li.nav-2 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  ul.menu-list.open > li.nav-3 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  ul.menu-list.open > li.nav-4 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  ul.menu-list.open > li.nav-5 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  ul.menu-list.open > li.nav-6 > a {
    pointer-events: none; } }

@media (max-width: 960px) {
  body {
    margin: 0; } }

@media (max-width: 960px) {
  main {
    padding: 8px; } }

@media (max-width: 960px) {
  footer {
    width: auto;
    margin: 8px; } }

.global-nav ul.menu-list-sub li.open-menu-list-sub {
  display: block; }

@media (min-width: 768px) {
  .at48_jass41 .side-contents .local-nav h2 {
    font-size: 113%;
    height: auto;
  }
}  

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