@charset "UTF-8";
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block; }

/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.6;
  color: #000;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden; }

input, textarea, select, button {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

textarea {
  resize: none; }

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none; }

label {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

fieldset {
  border: 0; }

img {
  border: 0;
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

ul-2 {
  list-style-type: square;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px
}

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal; }

sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* ==========================================================
 base Link
========================================================== */
a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none; }

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.contents:before, .contents:after {
  content: "";
  display: table; }

.clearfix:after, .contents:after {
  clear: both; }

/* For IE 6/7
---------------------------------------------------------- */
.clearfix, .contents {
  *zoom: 1; }

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll; }

body {
  text-align: center; }

/* ==========================================================
 wrapper
========================================================== */
.wrapper, .header {
  width: 100%; }

.wrapper {
  padding-top: 45px; }
  @media all and (min-width: 769px) {
    .wrapper {
      padding-top: 80px; } }

@media all and (min-width: 769px) and (max-width: 776px) {
  .wrapper--fixedwidth .contents-in {
    margin: 0 auto;
    width: 576px; } }

/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 45px;
  margin-top: -45px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 769px) {
    .header {
      height: 80px;
      margin-top: -80px; } }
  .header .header-logo {
    float: left;
    width: 220px;
    padding-left: 8px;
    font-size: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media all and (min-width: 769px) {
      .header .header-logo {
        width: 340px;
        padding-left: 28px; } }
  @media all and (min-width: 769px) and (max-width: 1040px) {
    .header .header-logo {
      width: 28.3%; } }
    .header .header-logo a {
      display: inline-block;
      margin: auto 0; }
      .header .header-logo a img {
        width: 100%;
        display: block; }
        .header .header-logo a img:hover {
          opacity: 0.7; }
  .header .header-backlink {
    line-height: 45px;
    text-align: left;
    margin-left: 16px;
    padding-left: 14px;
    position: relative;
    color: #3f51b4; }
    .header .header-backlink:before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      top: calc(50% - 2px);
      left: 3px;
      transform: translateY(-50%);
      border-top: solid 2px #3f51b4;
      border-left: solid 2px #3f51b4;
      transform: rotate(-45deg) translateY(-50%); }
  .header .header-utility {
    display: none; }
    @media all and (min-width: 769px) {
      .header .header-utility {
        display: block;
        float: right;
        width: 200px; } }

.header-links__item {
  float: left; }
  .header-links__item a img:hover {
    opacity: 0.7; }

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  display: none; }
  @media all and (min-width: 769px) {
    .nav-global {
      display: inline-block;
      text-align: center;
      width: 446px;
      margin-left: -95px; } }
  @media all and (min-width: 769px) and (max-width: 1040px) {
    .nav-global {
      width: 39%; } }
  @media all and (min-width: 769px) {
      .nav-global__list {
        display: flex;
        width: 100%;
        margin: 0 auto; }
        .nav-global__list-item {
          position: relative;
          width: 25%;
          font-size: 12px; }
          .nav-global__list-item:before {
            background-color: #1a237e;
            top: 0;
            content: '';
            display: block;
            height: 6px;
            left: 0;
            position: absolute;
            transition: .5s all;
            width: 0; }
          .nav-global__list-item-child-wrap {
            position: relative; }
          .nav-global__list-item-child {
            display: none;
            position: absolute;
            top: 70px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #3f51b4;
            -webkit-transition: 2s;
            -moz-transition: 2s;
            -o-transition: 2s;
            -ms-transition: 2s;
            transition: 2s;
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4); }
            .nav-global__list-item-child:before {
              border-top: 0;
              border-bottom: solid 14px #3f51b4;
              border-left: solid 11px transparent;
              border-right: solid 11px transparent;
              width: 0;
              height: 0;
              content: '';
              position: absolute;
              top: -14px;
              left: 50%;
              transform: translateX(-50%); }
            .nav-global__list-item-child-menu {
              width: 140px;
              line-height: 34px;
              border-bottom: 1px solid #fff;
              font-weight: bold; }
              .nav-global__list-item-child-menu a {
                display: block;
                color: #fff; }
              .nav-global__list-item-child-menu:hover a {
                background-color: #1a237e; }
          .nav-global__list-item:hover:before {
            width: 100%; }
          .nav-global__list-item:hover .nav-global__list-item-child {
            display: block; } }
      @media all and (min-width: 769px) and (min-width: 769px) {
        .nav-global__list-item > a,
        .nav-global__list-item > div {
          display: block;
          line-height: 80px;
          position: relative;
          text-align: center;
          font-size: 12px; } }
  @media all and (min-width: 769px) and (min-width: 769px) and (min-width: 1200px) {
    .nav-global__list-item > a,
    .nav-global__list-item > div {
      font-size: 14px; } }

/* ==========================================================
 zdo_drawer_menu（ドロワーメニュー）
========================================================== */
.zdo_drawer_menu {
  display: block; }
  @media all and (min-width: 769px) {
    .zdo_drawer_menu {
      display: none; } }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav {
    padding: 9px 0 10px;
    margin: 0 6.5px 0 27px;
    border-top: 1px solid #fff; }
    .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav:nth-of-type(1) {
      margin-top: 47px;
      border: none; }
    .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav__item {
      color: #fff;
      margin-bottom: 0;
      line-height: 1.7; }
      .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav__item-title {
        font-size: 17px; }
      .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav__item-sub {
        margin-left: 15px;
        font-size: 14px; }

/* ==========================================================
 mod-sns-01（ドロワーメニュー内）SNS
========================================================== */
.mod-sns-01-spmenu {
  margin: 3px auto;
  display: block;
  width: 120px; }
  @media all and (min-width: 769px) {
    .mod-sns-01-spmenu {
      display: none; } }

.mod-sns-01-pcfooter {
  display: none; }
  @media all and (min-width: 769px) {
    .mod-sns-01-pcfooter {
      margin: 75px auto 0;
      display: block;
      width: 260px; } }

.mod-sns-01__item {
  float: left; }
  .mod-sns-01__item a {
    display: block; }
    .mod-sns-01__item a img {
      width: 100%; }

.mod-sns-01-spmenu .mod-sns-01__item {
  width: 44px; }
  .mod-sns-01-spmenu .mod-sns-01__item + .mod-sns-01__item {
    margin-left: 32px; }

.mod-sns-01-pcfooter .mod-sns-01__item {
  width: 80px; }
  .mod-sns-01-pcfooter .mod-sns-01__item + .mod-sns-01__item {
    margin-left: 100px; }
    @media all and (min-width: 769px) {
      .mod-sns-01-pcfooter .mod-sns-01__item + .mod-sns-01__item .mod-sns-01-spmenu {
        display: none; } }

.mod-sns-01-pcfooter .mod-sns-01__item {
  width: 80px; }

.mod-sns-01 a {
  transition-duration: 0.3s;
  transition-property: transform; }
  @media all and (min-width: 769px) {
    .mod-sns-01 a:hover {
      transform: translateY(-5px); } }

/* ==========================================================
 nav-local
========================================================== */
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  display: none; }
  @media all and (min-width: 769px) {
    .nav-breadcrumb {
      display: block;
      max-width: 976px;
      overflow: hidden;
      margin: 0 auto;
      padding: 26px 0;
      text-align: left; } }
  @media all and (min-width: 769px) and (max-width: 1040px) {
    .nav-breadcrumb {
      padding: 16px 0 0 10px; } }
  @media all and (min-width: 769px) {
      .nav-breadcrumb li {
        float: left;
        white-space: nowrap; }
        .nav-breadcrumb li a {
          color: #3f51b4; }
          .nav-breadcrumb li a:hover {
            opacity: 0.7; }
      .nav-breadcrumb li + li {
        padding-left: 5px; }
        .nav-breadcrumb li + li:before {
          margin-right: 5px;
          content: ">"; } }

/* ==========================================================
 contents
========================================================== */
.contents--bgwhite {
  background-color: #fff; }

.contents--bggrey {
  background-color: #e4e4e4; }

.contents--bglightgrey {
  background-color: #f5f5f5; }

.contents--bgblue {
  background-color: #3f51b4; }

.contents-in {
  width: 100%;
  margin: 0 auto;
  text-align: left; }
  @media all and (min-width: 769px) {
    .contents-in {
      max-width: 976px;
      width: calc(100vw - 200px);
      margin: 0 100px; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .contents-in {
      width: 100%;
      margin: 0 auto; } }

/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  color: #fff; }
  .footer .footer-in {
    display: block;
    background-color: #3f51b4;
    padding-bottom: 50px; }
    @media all and (min-width: 769px) {
      .footer .footer-in {
        padding-bottom: 0; } }
    .footer .footer-in-content {
      padding-top: 16px; }
      @media all and (min-width: 769px) {
        .footer .footer-in-content {
          max-width: 976px;
          margin: 0 100px;
          padding: 37px 0 63px; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .footer .footer-in-content {
      width: 976px;
      margin: 0 auto; } }
    .footer .footer-in-copyright {
      display: block;
      line-height: 40px;
      font-size: 11px; }
      @media all and (min-width: 769px) {
        .footer .footer-in-copyright {
          display: none; } }
  .footer .footer-in-sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    .footer .footer-in-sp__link {
      width: 100%; }
      .footer .footer-in-sp__link a {
        display: block;
        width: 50%;
        float: left;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
        color: #fff; }
        .footer .footer-in-sp__link a span {
          padding-left: 32px;
          background-image: url(/common/img/ico_mailer_mail_no.png);
          background-size: 20px 16px;
          background-repeat: no-repeat; }
      .footer .footer-in-sp__link-reserve {
        background-color: #ff9700; }
      .footer .footer-in-sp__link-contact {
        background-color: #1a237e; }
  .footer .footer-in-pc {
    background-color: #1a237e; }
    .footer .footer-in-pc__inner {
      max-width: 976px;
      margin: 0 auto;
      padding: 50px 0 40px;
      display: inline-table;
      width: 100%; }
    .footer .footer-in-pc__logo {
      display: table-cell;
      position: relative;
      width: 28%; }
      @media all and (min-width: 1200px) {
        .footer .footer-in-pc__logo {
          width: 274px; } }
      .footer .footer-in-pc__logo a {
        display: block;
        position: absolute;
        top: 50%;
        left: 45%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media all and (-ms-high-contrast: none) {
          .footer .footer-in-pc__logo a {
            top: 60px; } }
        .footer .footer-in-pc__logo a:hover {
          opacity: 0.7; }
        .footer .footer-in-pc__logo a img {
          width: 15vw;
          display: inline-block;
          vertical-align: middle; }
          @media all and (min-width: 1200px) {
            .footer .footer-in-pc__logo a img {
              width: 180px; } }
    .footer .footer-in-pc__lists {
      display: table-cell;
      border-left: 1px solid #fff;
      width: calc(100% - 22vw);
      padding-left: 24px; }
      @media all and (min-width: 1200px) {
        .footer .footer-in-pc__lists {
          width: calc(100% - 274px); } }
    .footer .footer-in-pc__copyright {
      font-size: 12px;
      line-height: 60px; }

.mod-map-01__title {
  line-height: 1.2; }
  .mod-map-01__title span {
    display: inline-block;
    position: relative;
    font-size: 20px; }
    @media all and (min-width: 769px) {
      .mod-map-01__title span {
        font-size: 32px; } }
    .mod-map-01__title span:before {
      position: absolute;
      content: "";
      width: 14px;
      height: 20px;
      top: 0;
      left: -25px;
      background-image: url(/common/img/ico_footer_accessmap.png);
      background-size: 14px 20px; }
      @media all and (min-width: 769px) {
        .mod-map-01__title span:before {
          width: 22.4px;
          height: 32px;
          top: 0;
          left: -40px;
          background-size: 22.4px 32px; } }

.mod-map-01__map {
  position: relative;
  padding-bottom: 59.5%;
  margin-top: 18px;
  height: 0;
  overflow: hidden; }
  @media all and (min-width: 769px) {
    .mod-map-01__map {
      margin-top: 46px; } }
  .mod-map-01__map iframe,
  .mod-map-01__map object,
  .mod-map-01__map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mod-footer-info-01 {
  margin-top: 9px;
  text-align: left; }
  @media all and (min-width: 769px) {
    .mod-footer-info-01 {
      margin-top: 20px; } }
  .mod-footer-info-01 .row {
    color: #fff; }
    .mod-footer-info-01 .row .mod-footer-info-01__text-wrap + .mod-footer-info-01__text-wrap {
      margin-top: 20px; }
      @media all and (min-width: 769px) {
        .mod-footer-info-01 .row .mod-footer-info-01__text-wrap + .mod-footer-info-01__text-wrap {
          margin-top: 0; } }
  .mod-footer-info-01 .row + .row {
    margin-top: 10px; }
    @media all and (min-width: 769px) {
      .mod-footer-info-01 .row + .row {
        margin-top: 30px; } }
  .mod-footer-info-01 .row.gutter-10 {
    margin-left: -18px;
    margin-right: -18px; }
    @media all and (min-width: 769px) {
      .mod-footer-info-01 .row.gutter-10 {
        margin-left: -27px;
        margin-right: -27px; } }
    .mod-footer-info-01 .row.gutter-10 > [class*='col-'] {
      padding-left: 12px;
      padding-right: 12px; }
  .mod-footer-info-01__text {
    font-size: 12px;
    letter-spacing: -0.1px; }
    @media all and (min-width: 769px) {
      .mod-footer-info-01__text {
        font-size: 16.8px; } }
  .mod-footer-info-01__text + .mod-footer-info-01__text {
    margin-top: 20px; }
  .mod-footer-info-01__button {
    border: none;
    font-size: 18px;
    line-height: 26px;
    width: 180px;
    text-align: left;
    margin: 0 auto; }
    @media all and (min-width: 769px) {
      .mod-footer-info-01__button {
        text-align: center;
        border: 4px solid #fff;
        font-size: 29px;
        line-height: 72px;
        width: auto; } }
    .mod-footer-info-01__button-wrap {
      white-space: nowrap; }
    .mod-footer-info-01__button a {
      display: inline-block;
      color: #fff; }
      @media all and (min-width: 769px) {
        .mod-footer-info-01__button a {
          display: block; } }
    .mod-footer-info-01__button span {
      position: relative;
      font-size: 18px; }
      @media all and (min-width: 769px) {
        .mod-footer-info-01__button span {
          font-size: 2.4vw;
          padding-left: 3.3vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-footer-info-01__button span {
      font-size: 28.8px;
      padding-left: 40px; } }
      .mod-footer-info-01__button span:before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: -25px; }
        @media all and (min-width: 769px) {
          .mod-footer-info-01__button span:before {
            left: 0; } }
        @media all and (-ms-high-contrast: none) {
          .mod-footer-info-01__button span:before {
            top: 12px;
            left: 0;
            transform: none; } }
    @media all and (min-width: 769px) {
      .mod-footer-info-01__button.mod-footer-info-01__button--mail a:hover {
        background-color: #fff;
        color: #3f51b4; } }
    .mod-footer-info-01__button.mod-footer-info-01__button--mail span:before {
      width: 15px;
      height: 12px;
      background-image: url(/common/img/ico_mailer_mail_no.png);
      background-size: 15px 12px; }
      @media all and (min-width: 769px) {
        .mod-footer-info-01__button.mod-footer-info-01__button--mail span:before {
          width: 24px;
          height: 20px;
          background-size: 24px 20px; } }
    @media all and (min-width: 769px) {
      .mod-footer-info-01__button.mod-footer-info-01__button--mail a:hover span:before {
        background-image: url(/common/img/ico_mailer_mail_on.png); } }
    @media all and (min-width: 769px) {
      .mod-footer-info-01__button.mod-footer-info-01__button--phone a {
        pointer-events: none !important;
        color: inherit !important; }
      .mod-footer-info-01__button.mod-footer-info-01__button--phone a::after {
        display: none !important; } }
    .mod-footer-info-01__button.mod-footer-info-01__button--phone span:before {
      width: 13px;
      height: 13px;
      background-image: url(/common/img/ico_mailer_phone_no.png);
      background-size: 13px 13px; }
      @media all and (min-width: 769px) {
        .mod-footer-info-01__button.mod-footer-info-01__button--phone span:before {
          width: 22px;
          height: 22px;
          background-size: 22px 22px; } }

.mod-footer-facebook-01 {
  margin-top: 35px;
  overflow: hidden; }
  @media all and (min-width: 769px) {
    .mod-footer-facebook-01 {
      margin-top: 60px; } }
  .mod-footer-facebook-01__title {
    font-size: 16px;
    line-height: 1.1.75
    text-align: center;
    font-weight: bold; }
    @media all and (min-width: 769px) {
      .mod-footer-facebook-01__title {
        font-size: 22px; } }
  .mod-footer-facebook-01__facebook {
    margin-top: 11px; }
    @media all and (min-width: 769px) {
      .mod-footer-facebook-01__facebook {
        margin-top: 20px; } }
    @media all and (max-width: 768px) {
      .mod-footer-facebook-01__facebook iframe ._2p3a {
        width: 100% !important; } }

.mod-footer-list {
  float: left;
  text-align: left; }
  .mod-footer-list:not(:first-of-type) {
    margin-left: 20px; }
  .mod-footer-list.mod-footer-list--top {
    width: 15vw; }
    @media all and (min-width: 1200px) {
      .mod-footer-list.mod-footer-list--top {
        width: 180px; } }
  .mod-footer-list.mod-footer-list--reason {
    width: 23vw; }
    @media all and (min-width: 1200px) {
      .mod-footer-list.mod-footer-list--reason {
        width: 276px; } }
  .mod-footer-list.mod-footer-list--introduce {
    width: 14vw; }
    @media all and (min-width: 1200px) {
      .mod-footer-list.mod-footer-list--introduce {
        width: 176px; } }
  .mod-footer-list__item {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.7; }
    .mod-footer-list__item a {
      color: #fff; }
      .mod-footer-list__item a:hover {
        opacity: 0.7; }
    .mod-footer-list__item-title {
      font-size: 17px; }
    .mod-footer-list__item-sub {
      margin-left: 15px;
      font-size: 14px;
      text-indent: -1em;
      padding-left: 1em; }

/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
/* section last margin */
section:last-of-type {
  margin-bottom: 0; }

/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  font-size: 0; }
  .hero-cmn__title img {
    width: 100%; }

/* ==========================================================
 module
========================================================== */
/* mod-reason-01
---------------------------------------------------------- */
.mod-reason-01 {
  padding: 18px 0 27px; }
  @media all and (min-width: 769px) {
    .mod-reason-01 {
      padding: 58px 60px 68px; } }
  .mod-reason-01__title {
    display: block;
    text-align: center; }
    .mod-reason-01__title span {
      display: inline-block;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      color: #1a237e;
      padding-left: 32px; }
      @media all and (min-width: 769px) {
        .mod-reason-01__title span {
          font-size: 32px;
          padding-left: 48px; } }
      .mod-reason-01__title span:before {
        position: absolute;
        content: "";
        width: 21px;
        height: 24px;
        top: 0;
        left: 0;
        background-image: url(/common/img/ico_reason_01.png);
        background-size: 21px 24px; }
        @media all and (min-width: 769px) {
          .mod-reason-01__title span:before {
            width: 33px;
            height: 38px;
            left: 0;
            background-size: 33px 38px; } }
    .mod-reason-01__title + .row {
      margin-top: 10px; }
      @media all and (min-width: 769px) {
        .mod-reason-01__title + .row {
          margin-top: 42px; } }
  @media all and (min-width: 769px) {
    .mod-reason-01__list {
      padding: 0 67px; } }
  .mod-reason-01__list .row {
    -webkit-justify-content: center;
    justify-content: center; }
    .mod-reason-01__list .row .mod-reason-01__item {
      text-align: left; }
      @media all and (min-width: 769px) {
        .mod-reason-01__list .row .mod-reason-01__item {
          text-align: center; } }
      .mod-reason-01__list .row .mod-reason-01__item a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 16px;
        transition-duration: 0.3s;
        transition-property: transform;
        position: relative; }
        @media all and (min-width: 769px) {
          .mod-reason-01__list .row .mod-reason-01__item a {
            width: 150px;
            padding: 0; } }
        .mod-reason-01__list .row .mod-reason-01__item a:after {
          display: inline-block;
          content: "";
          position: absolute;
          top: 50%;
          right: 16px;
          width: 8px;
          height: 8px;
          border-top: 2px solid #3f51b4;
          border-right: 2px solid #3f51b4;
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
          @media all and (min-width: 769px) {
            .mod-reason-01__list .row .mod-reason-01__item a:after {
              display: none; } }
        .mod-reason-01__list .row .mod-reason-01__item a .mod-reason-01__linkimage {
          display: inline-block;
          width: 24px;
          text-align: center;
          transition-duration: 0.3s;
          transition-property: transform;
          vertical-align: middle;
          margin-top: -8px; }
          @media all and (min-width: 769px) {
            .mod-reason-01__list .row .mod-reason-01__item a .mod-reason-01__linkimage {
              width: 80px;
              vertical-align: top; } }
        .mod-reason-01__list .row .mod-reason-01__item a .mod-reason-01__linktitle {
          display: inline-block;
          margin-top: 7px;
          margin-left: 14px;
          font-size: 16px;
          line-height: 3;
          font-weight: bold; }
          @media all and (min-width: 769px) {
            .mod-reason-01__list .row .mod-reason-01__item a .mod-reason-01__linktitle {
              display: block;
              margin-top: 14px;
              margin-left: 0;
              line-height: 1.6;
              font-size: 1.3vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-reason-01__list .row .mod-reason-01__item a .mod-reason-01__linktitle {
      font-size: 16px; } }
        @media all and (min-width: 769px) {
          .mod-reason-01__list .row .mod-reason-01__item a:hover .mod-reason-01__linkimage {
            transition-duration: 0.3s;
            transition-property: transform;
            transform: translateY(-5px); } }
        @media all and (min-width: 769px) {
          .mod-reason-01__list .row .mod-reason-01__item a:hover .mod-reason-01__linktitle {
            opacity: 0.7; } }
      .mod-reason-01__list .row .mod-reason-01__item + .mod-reason-01__item {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        @media all and (min-width: 769px) {
          .mod-reason-01__list .row .mod-reason-01__item + .mod-reason-01__item {
            border: none; } }

/* mod-reason-02
---------------------------------------------------------- */
.mod-reason-02 {
  padding: 18px 15px 27px; }
  @media all and (min-width: 769px) {
    .mod-reason-02 {
      padding: 58px 60px 68px; } }
  .mod-reason-02__title {
    display: block;
    text-align: center; }
    .mod-reason-02__title span {
      display: inline-block;
      padding-left: 32px;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      color: #1a237e; }
      @media all and (min-width: 769px) {
        .mod-reason-02__title span {
          padding-left: 47px;
          font-size: 32px; } }
      .mod-reason-02__title span:before {
        position: absolute;
        content: "";
        width: 21px;
        height: 24px;
        top: -3px;
        left: 0;
        background-image: url(/common/img/ico_reason_01.png);
        background-size: 21px 24px; }
        @media all and (min-width: 769px) {
          .mod-reason-02__title span:before {
            width: 33px;
            height: 38px;
            left: 0;
            background-size: 33px 38px; } }
    .mod-reason-02__title + .row {
      margin-top: 12px; }
      @media all and (min-width: 769px) {
        .mod-reason-02__title + .row {
          margin-top: 42px; } }
  @media all and (min-width: 769px) {
    .mod-reason-02__list {
      padding: 0 67px; } }
  .mod-reason-02__list .row {
    -webkit-justify-content: center;
    justify-content: center; }
    .mod-reason-02__list .row .mod-reason-02__item {
      padding: 0;
      text-align: center; }
      @media all and (min-width: 769px) {
        .mod-reason-02__list .row .mod-reason-02__item {
          padding: 0 15px; } }
      .mod-reason-02__list .row .mod-reason-02__item a {
        display: block;
        width: 90px;
        margin: 0 auto;
        transition-duration: 0.3s;
        transition-property: transform; }
        @media all and (min-width: 769px) {
          .mod-reason-02__list .row .mod-reason-02__item a {
            width: 150px; } }
        .mod-reason-02__list .row .mod-reason-02__item a .mod-reason-02__linkimage {
          width: 44px;
          text-align: center;
          transition-duration: 0.3s;
          transition-property: transform; }
          @media all and (min-width: 769px) {
            .mod-reason-02__list .row .mod-reason-02__item a .mod-reason-02__linkimage {
              width: 80px; } }
        .mod-reason-02__list .row .mod-reason-02__item a .mod-reason-02__linktitle {
          display: block;
          margin-top: 7px;
          font-size: 10px;
          font-weight: bold; }
          @media all and (min-width: 769px) {
            .mod-reason-02__list .row .mod-reason-02__item a .mod-reason-02__linktitle {
              margin-top: 14px;
              font-size: 1.3vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-reason-02__list .row .mod-reason-02__item a .mod-reason-02__linktitle {
      font-size: 16px; } }
        @media all and (min-width: 769px) {
          .mod-reason-02__list .row .mod-reason-02__item a:hover .mod-reason-02__linkimage {
            transition-duration: 0.3s;
            transition-property: transform;
            transform: translateY(-5px); } }
        @media all and (min-width: 769px) {
          .mod-reason-02__list .row .mod-reason-02__item a:hover .mod-reason-02__linktitle {
            opacity: 0.7; } }

/* mod-card-columns-01
---------------------------------------------------------- */
.mod-card-columns-01 .row {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 769px) {
    .mod-card-columns-01 .row {
      padding-top: 48px; } }
  .mod-card-columns-01 .row + .row {
    padding-top: 7px; }
    @media all and (min-width: 769px) {
      .mod-card-columns-01 .row + .row {
        padding-top: 38px; } }

.mod-card-columns-01__image {
  padding: 0;
  margin-top: -1px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__image {
      margin-bottom: 10px; } }
  .mod-card-columns-01__image a {
    display: block;
    width: 100%;
    height: 62.7vw;
    background-image: url(/common/img/img_index_01_no.jpg);
    background-size: 100% 62.7vw;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    @media all and (min-width: 769px) {
      .mod-card-columns-01__image a {
        width: calc((100vw - 200px) / 2);
        height: calc(((100vw - 200px) / 2) * 0.625);
        max-width: 488px;
        background-size: cover; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__image a {
      height: 305px;
      background-size: 488px 306px; } }
    .mod-card-columns-01__image a:hover {
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background-image: url(/common/img/img_index_01_on.jpg); }
      .mod-card-columns-01__image a:hover:before {
        border-width: 6px; }
    .mod-card-columns-01__image a:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0px solid #1f6eff;
      content: '';
      z-index: 4;
      -webkit-transition-property: border-width;
      transition-property: border-width;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mod-card-columns-01__image > figure img {
    width: 100%;
    display: block; }

.mod-card-columns-01__text {
  padding: 15px 9px 16px;
  background-color: #fff; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__text {
      padding: 12px 25px 0; }
      .mod-card-columns-01__text-in {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__text {
      height: 305px;
      padding: 34px 23px 24px; } }

.mod-card-columns-01__maintitle {
  text-align: center;
  font-weight: bold;
  color: #3f51b4;
  font-size: 24px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__maintitle {
      font-size: 2.7vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__maintitle {
      font-size: 33px; } }

.mod-card-columns-01__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__subtitle {
      margin-top: 0.38vw;
      font-size: 1.8vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__subtitle {
      margin-top: 4.5px;
      font-size: 22px; } }

.mod-card-columns-01__detail {
  font-size: 12px;
  line-height: 2; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__detail {
      margin-top: 1.25vw;
      font-size: 1.2vw;
      line-height: 2vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__detail {
      margin-top: 15px;
      font-size: 14px;
      line-height: 2; } }

.mod-card-columns-01__detail-wrap {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 769px) {
    .mod-card-columns-01__detail-wrap {
      padding-bottom: 0;
      border: none; } }

.mod-card-columns-01__link {
  text-align: center; }
  .mod-card-columns-01__link a {
    display: inline-block;
    background-color: #fff;
    margin-top: 13px;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    padding: 0 30px;
    border: 1px solid #3f51b4;
    border-radius: 14px;
    color: #3f51b4; }
    @media all and (min-width: 769px) {
      .mod-card-columns-01__link a {
        background-color: #3f51b4;
        margin-top: 10px;
        line-height: 30px;
        padding: 0 30px;
        border-radius: 15px;
        color: #fff; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-01__link a {
      margin-top: 25px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-01--no-paddingtop {
    padding-top: 60px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-01--no-paddingtop .row {
    background-color: #fff;
    padding-top: 0; }
    .mod-card-columns-01--no-paddingtop .row .mod-card-columns-01__text {
      margin-bottom: 10px; } }

.mod-card-columns-01--no-paddingtop .row:not(:last-of-type) {
  border: none; }
  .mod-card-columns-01--no-paddingtop .row:not(:last-of-type) .mod-card-columns-01__text {
    padding: 12px 9px 0; }
    @media all and (min-width: 769px) {
      .mod-card-columns-01--no-paddingtop .row:not(:last-of-type) .mod-card-columns-01__text {
        padding: 12px 25px 0; } }

.mod-card-columns-01--no-paddingtop .row + .row {
  padding-top: 0; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01--no-paddingtop .row + .row {
      padding-top: 0;
      position: relative; }
      .mod-card-columns-01--no-paddingtop .row + .row:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -2px;
        display: inline-block;
        width: calc(100% - 48px);
        height: 1px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #e4e4e4; } }

.mod-card-columns-01--no-paddingtop .row:last-of-type {
  margin-bottom: 7px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-01--no-paddingtop .row:last-of-type {
      margin-bottom: 0; } }

/* mod-card-columns-03
---------------------------------------------------------- */
@media all and (min-width: 769px) {
  .mod-card-columns-03 {
    padding-top: 60px; } }

.mod-card-columns-03__headtitle {
  margin-top: 18px;
  display: block;
  text-align: center; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__headtitle {
      margin-top: -20px; } }
  .mod-card-columns-03__headtitle span {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #1a237e; }
    @media all and (min-width: 769px) {
      .mod-card-columns-03__headtitle span {
        font-size: 32px;
        line-height: 1.75; } }
    .mod-card-columns-03__headtitle span:before {
      position: absolute;
      content: "";
      width: 23px;
      height: 21px;
      top: -3px;
      left: -34px;
      background-image: url(/common/img/ico_facility_01.png);
      background-size: 23px 21px; }
      @media all and (min-width: 769px) {
        .mod-card-columns-03__headtitle span:before {
          width: 37px;
          height: 34px;
          left: -53px;
          background-size: 37px 34px; } }
  .mod-card-columns-03__headtitle + .row {
    margin-top: 21px; }
    @media all and (min-width: 769px) {
      .mod-card-columns-03__headtitle + .row {
        margin-top: 18px; } }

.mod-card-columns-03--enrollment .mod-card-columns-03__headtitle span:before {
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  background-image: url(/enrollment/img/ico_prouser_01.png);
  background-size: 20px 20px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03--enrollment .mod-card-columns-03__headtitle span:before {
      width: 32px;
      height: 32px;
      left: -48px;
      background-size: 32px 32px; } }

.mod-card-columns-03 .row {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .mod-card-columns-03 .row + .row {
    padding-top: 7px; }
    @media all and (min-width: 769px) {
      .mod-card-columns-03 .row + .row {
        padding-top: 18px; } }

.mod-card-columns-03__image {
  padding: 0; }
  .mod-card-columns-03__image a {
    display: block;
    width: 100%;
    height: 62.7vw;
    background-image: url(/common/img/img_index_01_no.jpg);
    background-size: 100% 62.7vw;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    @media all and (min-width: 769px) {
      .mod-card-columns-03__image a {
        width: calc((100vw - 200px) / 2);
        height: calc(((100vw - 200px) / 2) * 0.625);
        max-width: 488px;
        background-size: cover; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__image a {
      height: 305px;
      background-size: 488px 306px; } }
    .mod-card-columns-03__image a:hover {
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background-image: url(/common/img/img_index_01_on.jpg); }
      .mod-card-columns-03__image a:hover:before {
        border-width: 6px; }
    .mod-card-columns-03__image a:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0px solid #1f6eff;
      content: '';
      z-index: 4;
      -webkit-transition-property: border-width;
      transition-property: border-width;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mod-card-columns-03__image > figure img {
    width: 100%;
    display: block; }

.mod-card-columns-03__text {
  padding: 7px 9px 18px;
  background-color: #fff; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__text {
      padding: 15px 1.9vw 2vw; }
      .mod-card-columns-03__text-in {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__text {
      height: 305px;
      padding: 34px 23px 24px; } }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__text--column-1 {
      height: auto; }
      .mod-card-columns-03__text--column-1 .mod-card-columns-03__text-in {
        max-width: 576px;
        margin: 0 auto; } }

.mod-card-columns-03__maintitle {
  text-align: center;
  font-weight: bold;
  color: #3f51b4;
  font-size: 24px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__maintitle {
      font-size: 2.7vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__maintitle {
      font-size: 33px; } }

.mod-card-columns-03__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__subtitle {
      margin-top: -0.38vw;
      font-size: 1.8vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__subtitle {
      margin-top: -4.5px;
      font-size: 22px; } }

.mod-card-columns-03__detail {
  font-size: 12px;
  line-height: 2;
  padding-top: 2px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__detail {
      margin-top: 0.5vw;
      font-size: 1.2vw;
      line-height: 2vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__detail {
      margin-top: 15px;
      font-size: 14px;
      line-height: 2; } }

.mod-card-columns-03__detail-wrap {
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 769px) {
    .mod-card-columns-03__detail-wrap {
      padding-bottom: 0;
      border: none; } }

.mod-card-columns-03__link {
  text-align: center; }
  .mod-card-columns-03__link a {
    display: inline-block;
    background-color: #fff;
    margin-top: 13px;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    padding: 0 30px;
    border: 1px solid #3f51b4;
    border-radius: 14px;
    color: #3f51b4; }
    @media all and (min-width: 769px) {
      .mod-card-columns-03__link a {
        background-color: #3f51b4;
        margin-top: 10px;
        line-height: 30px;
        padding: 0 30px;
        border-radius: 15px;
        color: #fff; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-card-columns-03__link a {
      margin-top: 25px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-03--no-paddingtop {
    padding-top: 60px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-03--no-paddingtop .row {
    background-color: #fff;
    padding-top: 0; }
    .mod-card-columns-03--no-paddingtop .row .mod-card-columns-03__text {
      margin-bottom: 10px; } }

.mod-card-columns-03--no-paddingtop .row:not(:last-of-type) {
  border: none; }
  .mod-card-columns-03--no-paddingtop .row:not(:last-of-type) .mod-card-columns-03__text {
    padding: 12px 9px 0; }

.mod-card-columns-03--no-paddingtop .row + .row {
  padding-top: 0; }
  @media all and (min-width: 769px) {
    .mod-card-columns-03--no-paddingtop .row + .row {
      padding-top: 0;
      position: relative; }
      .mod-card-columns-03--no-paddingtop .row + .row:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -2px;
        display: inline-block;
        width: calc(100% - 48px);
        height: 2px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #e4e4e4; } }

.mod-card-columns-03--no-paddingtop .row:last-of-type {
  margin-bottom: 7px; }

/* mod-facility-01
---------------------------------------------------------- */
.mod-facility-01 {
  display: none; }
  @media all and (min-width: 769px) {
    .mod-facility-01 {
      display: block;
      padding: 58px 22px 68px; } }
  .mod-facility-01__title {
    display: block;
    text-align: center; }
    .mod-facility-01__title span {
      display: inline-block;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      color: #1a237e;
      padding-left: 34px; }
      @media all and (min-width: 769px) {
        .mod-facility-01__title span {
          font-size: 32px;
          padding-left: 53px; } }
      .mod-facility-01__title span:before {
        position: absolute;
        content: "";
        width: 23px;
        height: 21px;
        top: 0;
        left: 0;
        background-image: url(/common/img/ico_facility_01.png);
        background-size: 23px 21px; }
        @media all and (min-width: 769px) {
          .mod-facility-01__title span:before {
            width: 37px;
            height: 34px;
            left: 0;
            background-size: 37px 34px; } }
    .mod-facility-01__title + .row {
      margin-top: 10px; }
      @media all and (min-width: 769px) {
        .mod-facility-01__title + .row {
          margin-top: 27px; } }
  .mod-facility-01__list .row {
    -webkit-justify-content: center;
    justify-content: center; }
    .mod-facility-01__list .row .mod-facility-01__item {
      text-align: left; }
      @media all and (min-width: 769px) {
        .mod-facility-01__list .row .mod-facility-01__item {
          text-align: center; } }
      .mod-facility-01__list .row .mod-facility-01__item a {
        display: block;
        margin: 0 auto;
        transition-duration: 0.3s;
        transition-property: transform;
        position: relative;
        max-width: 200px;
        padding: 0; }
        .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linkimage-wrap {
          position: relative; }
        .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linkimage {
          display: inline-block;
          text-align: center;
          transition-duration: 0.3s;
          transition-property: transform;
          width: 100%;
          vertical-align: top; }
          .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linkimage--on {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .3s;
            backface-visibility: hidden; }
        .mod-facility-01__list .row .mod-facility-01__item a:hover .mod-facility-01__linkimage--on {
          opacity: 1; }
        .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linktitle-main {
          font-size: 1.8vw;
          display: block;
          margin-top: 7.5px;
          margin-left: 0;
          line-height: 1.6;
          font-weight: bold;
          color: #3f51b4; }
          @media all and (min-width: 1200px) {
            .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linktitle-main {
              font-size: 24px;
              margin-top: 3px; } }
        .mod-facility-01__list .row .mod-facility-01__item a .mod-facility-01__linktitle-sub {
          font-size: 14px;
          display: block;
          margin-top: -1px;
          margin-left: 0;
          line-height: 1.4; }
      .mod-facility-01__list .row .mod-facility-01__item + .mod-facility-01__item {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        @media all and (min-width: 769px) {
          .mod-facility-01__list .row .mod-facility-01__item + .mod-facility-01__item {
            border: none; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible {
      display: block;
      padding: 22px 20px 16px; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .mod-facility-01__item {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .row .mod-facility-01__item a .mod-facility-01__linktitle-main {
      margin-left: -10px;
      margin-right: -10px;
      font-size: 10px;
      text-align: center; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .row .mod-facility-01__item a .mod-facility-01__linktitle-sub {
      margin-left: -10px;
      margin-right: -10px;
      font-size: 10px;
      text-align: center; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .mod-facility-01__list .row .mod-facility-01__item + .mod-facility-01__item {
      border: none; } }
  @media all and (max-width: 768px) {
    .mod-facility-01--spvisible .mod-facility-01__title + .row {
      margin-top: 14px; } }

/* mod-facility-02
---------------------------------------------------------- */
.mod-facility-02 {
  display: block;
  padding: 14px 0 0; }
  @media all and (min-width: 769px) {
    .mod-facility-02 {
      display: block;
      padding: 0 0 46px; } }
  @media all and (min-width: 769px) {
    .mod-facility-02__title-wrap {
      background-image: url(/img/bg_top_01.jpg);
      min-height: 100%;
      min-width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      text-align: center; } }
  .mod-facility-02__title {
    display: block;
    text-align: center; }
    @media all and (min-width: 769px) {
      .mod-facility-02__title {
        padding: 15% 0 8.5%; } }
    .mod-facility-02__title span {
      display: inline-block;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.8;
      color: #1a237e;
      padding-left: 34px; }
      @media all and (min-width: 769px) {
        .mod-facility-02__title span {
          font-size: 32px;
          padding-left: 0;
          color: #fff; } }
      .mod-facility-02__title span:before {
        position: absolute;
        content: "";
        width: 23px;
        height: 21px;
        top: 8px;
        left: 0;
        background-image: url(/common/img/ico_facility_01.png);
        background-size: 23px 21px; }
        @media all and (min-width: 769px) {
          .mod-facility-02__title span:before {
            width: 87px;
            height: 82px;
            top: -85px;
            left: 50%;
            transform: translateX(-50%);
            background-size: 87px 82px;
            background-image: url(/common/img/ico_facility_02.png); } }
    .mod-facility-02__title + .row {
      margin-top: 10px; }
      @media all and (min-width: 769px) {
        .mod-facility-02__title + .row {
          margin-top: 27px; } }
  .mod-facility-02 .row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
    @media all and (min-width: 769px) {
      .mod-facility-02 .row {
        padding-top: 48px; } }
    .mod-facility-02 .row + .row {
      margin-top: 7px;
      padding-top: 7px; }
      @media all and (min-width: 769px) {
        .mod-facility-02 .row + .row {
          padding-top: 38px;
          margin-top: 38px; } }
  .mod-facility-02__image {
    padding: 0; }
    .mod-facility-02__image a {
      position: relative;
      display: block;
      width: 100%;
      height: 61.4vw; }
      @media all and (min-width: 769px) {
        .mod-facility-02__image a {
          height: calc(((100vw - 200px) / 2) * 0.625);
          max-width: 488px; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__image a {
      height: 305px; } }
      .mod-facility-02__image a:before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0px solid #1f6eff;
        content: '';
        z-index: 4;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      @media all and (min-width: 769px) {
        .mod-facility-02__image a:hover .mod-facility-02__image-hoveron {
          opacity: 1;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .mod-facility-02__image a:hover:before {
          border-width: 6px; } }
      .mod-facility-02__image a img {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .mod-facility-02__image-hoveron {
      opacity: 0;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .mod-facility-02__image > figure img {
      width: 100%;
      display: block; }
  .mod-facility-02__text {
    padding: 15px 9px 16px;
    background-color: #fff; }
    @media all and (min-width: 769px) {
      .mod-facility-02__text {
        position: relative;
        padding: 1vw 2vw 0; }
        .mod-facility-02__text-in {
          position: relative;
          top: 16px; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__text {
      height: 305px;
      padding: 12px 25px 0; } }
  .mod-facility-02__maintitle {
    text-align: center;
    font-weight: bold;
    color: #3f51b4;
    font-size: 24px; }
    @media all and (min-width: 769px) {
      .mod-facility-02__maintitle {
        font-size: 2.7vw;
        line-height: 3.5vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__maintitle {
      font-size: 33px;
      line-height: 43px; } }
  .mod-facility-02__subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
    @media all and (min-width: 769px) {
      .mod-facility-02__subtitle {
        margin-top: 0.38vw;
        font-size: 1.8vw;
        line-height: 2vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__subtitle {
      margin-top: 4.5px;
      font-size: 22px;
      line-height: 25px; } }
  .mod-facility-02__detail {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6; }
    @media all and (min-width: 769px) {
      .mod-facility-02__detail {
        margin-top: 1.25vw;
        font-size: 1.2vw;
        line-height: 1.7; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__detail {
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.7; } }
  @media all and (min-width: 769px) {
    .mod-facility-02__detail-wrap {
      padding-bottom: 0;
      border: none; } }
  .mod-facility-02__link {
    margin-top: 14px;
    text-align: center; }
    @media all and (min-width: 769px) {
      .mod-facility-02__link {
        position: absolute;
        bottom: 1.3vw;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__link {
      bottom: 25px; } }
    .mod-facility-02__link a {
      position: relative;
      overflow: hidden;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #3f51b4;
      text-align: center;
      background-color: #fff;
      font-size: 10px;
      line-height: 28px;
      border-radius: 14px;
      z-index: 1;
      transition: .3s;
      padding: 0 30px;
      color: #3f51b4;
      font-weight: bold; }
      @media all and (min-width: 769px) {
        .mod-facility-02__link a {
          padding: 0 2.5vw;
          line-height: 2.3vw;
          border-radius: 1.25vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .mod-facility-02__link a {
      padding: 0 28px;
      line-height: 30px;
      border-radius: 15px; } }
      .mod-facility-02__link a .btn-child {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #3f51b4;
        width: 100%;
        height: 0;
        transition: all 0.3s;
        overflow: hidden; }
      .mod-facility-02__link a .btn-text {
        color: #3f51b4;
        position: relative;
        z-index: 2;
        font-weight: bold; }
      .mod-facility-02__link a:hover {
        background: #3f51b4;
        transition-delay: 0.3s;
        overflow: hidden; }
      .mod-facility-02__link a:hover .btn-text {
        color: #fff;
        transition: all 0.3s; }
      .mod-facility-02__link a:hover .btn-child {
        height: 100%;
        transition: all 0.3s;
        overflow: hidden; }
  @media all and (min-width: 769px) {
    .mod-facility-02--no-paddingtop {
      padding-top: 0; } }
  @media all and (min-width: 769px) {
    .mod-facility-02--no-paddingtop .row {
      background-color: #fff;
      padding-top: 0; }
      .mod-facility-02--no-paddingtop .row .mod-card-columns-01__text {
        margin-bottom: 10px; } }
  .mod-facility-02--no-paddingtop .row:not(:last-of-type) .mod-card-columns-01__text {
    padding: 12px 9px 0; }
    @media all and (min-width: 769px) {
      .mod-facility-02--no-paddingtop .row:not(:last-of-type) .mod-card-columns-01__text {
        padding: 12px 0 0; } }
  .mod-facility-02--no-paddingtop .row + .row {
    padding-top: 0; }
    @media all and (min-width: 769px) {
      .mod-facility-02--no-paddingtop .row + .row {
        padding-top: 0;
        position: relative; } }
  .mod-facility-02--no-paddingtop .row:last-of-type:not(.mod-facility-02__item--grouplesson) {
    margin-bottom: 0;
    border: none; }
    @media all and (min-width: 769px) {
      .mod-facility-02--no-paddingtop .row:last-of-type:not(.mod-facility-02__item--grouplesson) {
        margin-bottom: 0; } }

/* mod-richtitle-01
---------------------------------------------------------- */
.mod-richtitle-01 {
  padding: 20px 0 24px;
  text-align: center; }
  @media all and (min-width: 769px) {
    .mod-richtitle-01 {
      padding: 26px 0 62px; } }
  .mod-richtitle-01__image {
    width: 60px;
    margin: 0 auto; }
    @media all and (min-width: 769px) {
      .mod-richtitle-01__image {
        width: 120px; } }
    .mod-richtitle-01__image img {
      width: 100%; }
  .mod-richtitle-01__title {
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 42px;
    /* 「RightToLeft」の動作内容 */ }
    @media all and (min-width: 769px) {
      .mod-richtitle-01__title {
        margin-top: 10px;
        font-size: 40px;
        line-height: 83px; } }
    .mod-richtitle-01__title:before, .mod-richtitle-01__title:after {
      background-color: #3f51b4;
      content: '';
      display: block;
      width: 0;
      height: 2px;
      position: absolute;
      left: 0;
      animation-duration: 3s;
      animation-name: extendvar;
      animation-iteration-count: 1;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
      @media all and (min-width: 769px) {
        .mod-richtitle-01__title:before, .mod-richtitle-01__title:after {
          height: 4px; } }
    .mod-richtitle-01__title:before {
      top: 0; }
    .mod-richtitle-01__title:after {
      bottom: 0; }

@keyframes extendvar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
  .mod-richtitle-01__lead {
    margin: 22px auto 0;
    padding: 0 9px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 2; }
    @media all and (min-width: 769px) {
      .mod-richtitle-01__lead {
        margin: 48px auto 0;
        padding: 0;
        max-width: 562px;
        font-size: 16px; } }
    .mod-richtitle-01__lead-subtitle {
      font-size: 16px;
      line-height: 1.75;
      text-align: center;
      font-weight: bold; }
      @media all and (min-width: 769px) {
        .mod-richtitle-01__lead-subtitle {
          font-size: 22px; } }

/* mod-order-imagelist-01
---------------------------------------------------------- */
.mod-order-imagelist-01 {
  width: 100%;
  background-color: #fff;
  margin-top: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 769px) {
    .mod-order-imagelist-01 {
      margin-top: 18px;
      border-bottom: 2px solid rgba(0, 0, 0, 0.2); } }
  .mod-order-imagelist-01__header {
    padding: 0 0 17px;
    background-color: #fff; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__header {
        padding: 0 0 55px; } }
  .mod-order-imagelist-01__headerimage {
    width: 100vw; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__headerimage {
        width: 100%; } }
    .mod-order-imagelist-01__headerimage img {
      width: 100%; }
  .mod-order-imagelist-01__maintitle {
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
    color: #3f51b4;
    font-size: 24px; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__maintitle {
        font-size: 33px; } }
  .mod-order-imagelist-01__subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__subtitle {
        margin-top: 4.5px;
        font-size: 22px; } }
  .mod-order-imagelist-01__detail {
    margin-top: 2px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 2; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__detail {
        width: 576px;
        padding: 0;
        margin: 10px auto 0;
        font-size: 14px; } }
  .mod-order-imagelist-01__list {
    padding: 0 8px;
    counter-reset: number 0; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__list {
        width: 576px;
        padding: 0 0 55px;
        margin: 0 auto; } }
  .mod-order-imagelist-01__item + .mod-order-imagelist-01__item {
    margin-top: 18px; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__item + .mod-order-imagelist-01__item {
        margin-top: 35px; } }
  .mod-order-imagelist-01__title {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    background-color: #3f51b4;
    color: #fff; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__title {
        padding: 6.4px;
        font-size: 22.4px; } }
    .mod-order-imagelist-01__title:before {
      margin-right: 8px;
      padding: 4px 8px;
      counter-increment: number 1;
      content: "効果" counter(number);
      border-radius: 4px;
      font-size: 14px;
      line-height: 1;
      font-weight: bold;
      background-color: #fff;
      color: #3f51b4; }
      @media all and (min-width: 769px) {
        .mod-order-imagelist-01__title:before {
          margin-right: 13px;
          padding: 0 13px;
          font-size: 22.4px; } }
    .mod-order-imagelist-01__title _::-webkit-full-page-media, .mod-order-imagelist-01__title _:future, :root .mod-order-imagelist-01__title:before {
      padding: 6px 13px; }
  .mod-order-imagelist-01__image {
    margin-top: 8px; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__image {
        margin-top: 10px; } }
    .mod-order-imagelist-01__image img {
      width: 100%; }
  .mod-order-imagelist-01__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 2; }
    @media all and (min-width: 769px) {
      .mod-order-imagelist-01__text {
        margin-top: 12px;
        font-size: 14px; } }

/* mod-facility-title-01
---------------------------------------------------------- */
.mod-facility-title-01 {
  padding-bottom: 26px; }
  @media all and (min-width: 769px) {
    .mod-facility-title-01 {
      padding-bottom: 80px; } }
  .mod-facility-title-01__logo {
    margin: 0 auto; }
    .mod-facility-title-01__logo--milon {
      width: 250px;
      padding: 26px 0 15px; }
      @media all and (min-width: 769px) {
        .mod-facility-title-01__logo--milon {
          width: 376px;
          padding: 46px 0 35px; } }
    .mod-facility-title-01__logo--highalti {
      width: 170px;
      padding: 16px 0 10px; }
      @media all and (min-width: 769px) {
        .mod-facility-title-01__logo--highalti {
          width: 256px; } }
    .mod-facility-title-01__logo--sonix {
      width: 160px;
      padding: 16px 0; }
      @media all and (min-width: 769px) {
        .mod-facility-title-01__logo--sonix {
          width: 235px; } }
    .mod-facility-title-01__logo--grouplesson {
      width: 148px;
      padding: 23px 0 16px; }
      @media all and (min-width: 769px) {
        .mod-facility-title-01__logo--grouplesson {
          width: 258px; } }
    .mod-facility-title-01__logo img {
      max-width: 100%; }
  .mod-facility-title-01__text {
    padding: 0 8px;
    font-size: 12px;
    line-height: 2; }
    @media all and (min-width: 769px) {
      .mod-facility-title-01__text {
        margin-top: 40px;
        font-size: 16px; } }
    .mod-facility-title-01__text-in {
      text-align: left; }
      @media all and (min-width: 769px) {
        .mod-facility-title-01__text-in {
          margin: 0 auto;
          width: 566px;
          text-align: left; } }

/* mod-card-columns-02
---------------------------------------------------------- */
@media all and (min-width: 769px) {
  .mod-card-columns-02 {
    padding: 70px 0 50px; } }

.mod-card-columns-02__header {
  color: #fff;
  padding-top: 10px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-02__header {
      padding-top: 0; } }
  .mod-card-columns-02__header-title {
    text-align: center; }
    .mod-card-columns-02__header-title span {
      position: relative;
      font-weight: bold;
      font-size: 20px; }
      @media all and (min-width: 769px) {
        .mod-card-columns-02__header-title span {
          font-size: 32px; } }
      .mod-card-columns-02__header-title span:before {
        position: absolute;
        content: "";
        width: 23px;
        height: 21px;
        top: -1px;
        left: -33px;
        background-image: url(/common/img/ico_facility_02.png);
        background-size: 23px 21px; }
        @media all and (min-width: 769px) {
          .mod-card-columns-02__header-title span:before {
            width: 37px;
            height: 34px;
            left: -53px;
            background-size: 37px 34px; } }
  .mod-card-columns-02__header-lead {
    font-size: 12px;
    margin: 12px -4px 0; }
    @media all and (min-width: 769px) {
      .mod-card-columns-02__header-lead {
        width: 566px;
        text-align: left;
        margin: 21px auto 0;
        font-size: 16px;
        line-height: 2; } }

.mod-card-columns-02__sp-anchor {
  display: block;
  width: 100%;
  padding: 8px 8px 10px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-02__sp-anchor {
      display: none; } }
  .mod-card-columns-02__sp-anchor-item {
    width: calc(50% - 2px);
    float: left;
    display: inline-block; }
    .mod-card-columns-02__sp-anchor-item:nth-child(2n) {
      margin-left: 4px; }
    .mod-card-columns-02__sp-anchor-item:nth-child(n+3) {
      margin-top: 4px; }
    .mod-card-columns-02__sp-anchor-item a {
      display: block;
      width: 100%;
      padding: 2px 2px 2px 20px;
      background-color: #fff;
      color: #3f51b4;
      font-size: 10px;
      font-weight: bold;
      position: relative; }
      .mod-card-columns-02__sp-anchor-item a:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        top: calc(50% - 1px);
        left: 3px;
        transform: translateY(-50%);
        border-top: solid 2px;
        border-right: solid 2px;
        transform: rotate(45deg) translateY(-50%); }

.mod-card-columns-02 > .row.gutter-10 {
  margin-left: -15px;
  margin-right: -15px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-02 > .row.gutter-10 {
      margin-left: -4px;
      margin-right: -4px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-02 > .row.gutter-10 > [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px; } }

@media all and (min-width: 769px) {
  .mod-card-columns-02 > .row:nth-child(3) {
    margin-top: 16px; } }

.mod-card-columns-02__item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 7px; }
  @media all and (min-width: 769px) {
    .mod-card-columns-02__item {
      margin-top: 0; } }

.mod-card-columns-02 .row:nth-of-type(3) .mod-card-columns-02__item:first-of-type {
  margin-top: 0; }
  @media all and (min-width: 769px) {
    .mod-card-columns-02 .row:nth-of-type(3) .mod-card-columns-02__item:first-of-type {
      margin-top: 0; } }

@media all and (min-width: 769px) {
  .mod-card-columns-02 .row:nth-of-type(n+3) {
    margin-top: 18px; } }

.mod-card-columns-02__item-in {
  background-color: #fff;
  border-bottom: 1px solid #3a467d; }

.mod-card-columns-02__mainimage img {
  width: 100%; }

.mod-card-columns-02__detail {
  padding: 20px; }

.mod-card-columns-02__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px; }

.mod-card-columns-02__subimage {
  margin-top: 11px; }
  .mod-card-columns-02__subimage img {
    width: 100%; }

.mod-card-columns-02__explain {
  margin-top: 6px; }

.mod-card-columns-02__tinyimage {
  width: 42%;
  float: left;
  margin-top: 8px; }
  .mod-card-columns-02__tinyimage img {
    width: 100%; }

.mod-card-columns-02__text {
  width: 52%;
  float: right;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1.6; }

/* mod-card-single-01
---------------------------------------------------------- */
.mod-card-single-01 {
  width: 100%;
  padding-bottom: 7px; }
  @media all and (min-width: 769px) {
    .mod-card-single-01 {
      padding: 60px 0;
      max-width: 576px;
      margin: 0 auto; } }
  .mod-card-single-01__image img {
    width: 100%; }
  .mod-card-single-01__detail {
    background-color: #fff;
    padding: 6px 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media all and (min-width: 769px) {
      .mod-card-single-01__detail {
        padding: 21px 24px 30px;
        border: none; } }
  .mod-card-single-01__maintitle {
    font-size: 24px;
    font-weight: bold;
    color: #3F51B4;
    text-align: center; }
    @media all and (min-width: 769px) {
      .mod-card-single-01__maintitle {
        font-size: 34px;
        line-height: 1.75; } }
  .mod-card-single-01__subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    @media all and (min-width: 769px) {
      .mod-card-single-01__subtitle {
        margin-top: -3px;
        font-size: 22px;
        line-height: 1.75; } }
  .mod-card-single-01__text {
    font-size: 12px;
    line-height: 1.6; }
    @media all and (min-width: 769px) {
      .mod-card-single-01__text {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.5; } }

/* mod-concept-text-01
---------------------------------------------------------- */
.mod-concept-text-01 {
  text-align: center;
  padding: 0 5px 34px; }
  @media all and (min-width: 769px) {
    .mod-concept-text-01 {
      padding: 0 0 65px; } }
  .mod-concept-text-01__title {
    margin-top: 21px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold; }
    @media all and (min-width: 769px) {
      .mod-concept-text-01__title {
        margin-top: 50px;
        font-size: 40px; } }
  .mod-concept-text-01__text {
    margin-top: 10px;
    font-size: 9.6px;
    line-height: 2; }
    @media all and (min-width: 769px) {
      .mod-concept-text-01__text {
        font-size: 16px;
        margin-top: 30px; } }
  .mod-concept-text-01__text + .mod-concept-text-01__text {
    margin-top: 19.2px; }
    @media all and (min-width: 769px) {
      .mod-concept-text-01__text + .mod-concept-text-01__text {
        margin-top: 31px; } }
  .mod-concept-text-01__image {
    margin: 18px auto 0;
    width: 62px; }
    @media all and (min-width: 769px) {
      .mod-concept-text-01__image {
        margin: 62px auto 0;
        width: 144px; } }
    .mod-concept-text-01__image img {
      width: 100%; }

/* mod-table-01
---------------------------------------------------------- */
.mod-table-01__headtitle {
  display: block;
  text-align: center;
  padding: 20px 0; }
  @media all and (min-width: 769px) {
    .mod-table-01__headtitle {
      padding: 0; } }
  .mod-table-01__headtitle span {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #1a237e;
    padding-left: 37px; }
    @media all and (min-width: 769px) {
      .mod-table-01__headtitle span {
        font-size: 32px;
        line-height: 1;
        padding-left: 53px; } }
    .mod-table-01__headtitle span:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      background-image: url(/enrollment/img/ico_price_01.png);
      background-size: 20px 20px; }
      @media all and (min-width: 769px) {
        .mod-table-01__headtitle span:before {
          width: 32px;
          height: 32px;
          left: 0;
          background-size: 32px 32px; } }

.mod-table-01__content {
  background-color: #fff;
  padding: 10px 8px 24px;
  border-bottom: 1px solid #b5b5b5; }
  @media all and (min-width: 769px) {
    .mod-table-01__content {
      margin-top: 28px;
      padding: 30px 0 42px;
      border-bottom: 2px solid #b5b5b5; } }
  @media all and (min-width: 769px) {
    .mod-table-01__content-in {
      width: 576px;
      margin: 0 auto; } }

.mod-table-01__title--small {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold; }
  @media all and (min-width: 769px) {
    .mod-table-01__title--small {
      font-size: 22px; } }
  @media all and (min-width: 769px) {
    .mod-table-01__title--small + .mod-table-01__text {
      margin-top: -3px; } }

.mod-table-01__title--large {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold; }
  @media all and (min-width: 769px) {
    .mod-table-01__title--large {
      margin-top: 14px;
      font-size: 26px; } }

.mod-table-01__title:before {
  content: "■";
  color: #3f51b4; }

.mod-table-01__text {
  font-size: 12px;
  line-height: 1.7; }
  @media all and (min-width: 769px) {
    .mod-table-01__text {
      font-size: 14px; } }

.mod-table-01__table {
  width: 100%;
  border: 1px solid #3f51b4;
  border-left: 2px solid #3f51b4; }
  .mod-table-01__table-colheader {
    width: 56%; }
  .mod-table-01__table-coldata {
    width: 44%; }
  .mod-table-01__table-row + .mod-table-01__table-row .mod-table-01__table-header {
    border-top: 1px solid #fff; }
  .mod-table-01__table-row + .mod-table-01__table-row .mod-table-01__table-data {
    border-top: 1px solid #3f51b4; }
  .mod-table-01__table-header {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    background-color: #3f51b4;
    color: #fff; }
    @media all and (min-width: 769px) {
      .mod-table-01__table-header {
        padding: 13px 20px 17px;
        font-size: 19.2px; } }
    .mod-table-01__table-header span {
      font-size: 10px;
      font-weight: normal;
      line-height: 1.3; }
      @media all and (min-width: 769px) {
        .mod-table-01__table-header span {
          font-size: 16px; } }
  .mod-table-01__table-data {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    background-color: #fff;
    color: #000; }
    @media all and (min-width: 769px) {
      .mod-table-01__table-data {
        padding: 13px 20px 12px;
        font-size: 19.2px;
        line-height: 1.3; } }

.mod-table-01__note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em; }
  @media all and (min-width: 769px) {
    .mod-table-01__note {
      margin-top: 21px;
      font-size: 14px;
      line-height: 1.7; } }
  .mod-table-01__note:before {
    content: "※"; }
  .mod-table-01__note + .mod-table-01__note {
    margin-top: 0; }

.mod-table-01__buttonwrap {
  width: 100%;
  margin: 18px auto 0; }
  @media all and (min-width: 769px) {
    .mod-table-01__buttonwrap {
      margin-top: 40px;
      width: 440px; } }

.mod-table-01__button {
  width: calc((100% - 16px) / 2);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0 2px 4px gray;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold; }
  @media all and (min-width: 769px) {
    .mod-table-01__button {
      width: 200px;
      font-size: 20px;
      padding: 0; } }
  .mod-table-01__button:first-of-type {
    float: left;
    background-color: #3f51b4; }
  .mod-table-01__button:last-of-type {
    float: right;
    background-color: #ff9700; }
  .mod-table-01__button:hover {
    box-shadow: 0 5px 20px gray;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .mod-table-01__button a {
    display: block;
    color: #fff;
    line-height: 36px; }
    @media all and (min-width: 769px) {
      .mod-table-01__button a {
        line-height: 50px; } }

.mod-table-01__button + .mod-table-01__button {
  margin-left: 16px; }
  @media all and (min-width: 769px) {
    .mod-table-01__button + .mod-table-01__button {
      margin-left: 40px; } }

/* mod-content-links
---------------------------------------------------------- */
.mod-content-links {
  padding: 22px 0 16px;
  background-color: #3f51b4; }
  @media all and (min-width: 769px) {
    .mod-content-links {
      display: none; } }
  .mod-content-links__column-wrap {
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px; }
  .mod-content-links .row {
    text-align: center; }
  .mod-content-links__linkwrap {
    display: block; }
  .mod-content-links__image--enrollment {
    width: 36px; }
  .mod-content-links__image--careprevention {
    width: 33px; }
  .mod-content-links__title {
    margin-top: 9px;
    font-size: 10px;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .mod-content-links__anchor {
    margin-top: 17px; }
    .mod-content-links__anchor-in {
      display: inline-block;
      padding: 0 24px;
      border-radius: 15px;
      font-size: 10px;
      font-weight: bold;
      line-height: 30px;
      background-color: #fff;
      color: #3f51b4; }
      .mod-content-links__anchor-in:hover {
        color: #3f51b4; }

/* mod-howto-01
---------------------------------------------------------- */
.mod-howto-01 {
  padding-top: 20px; }
  @media all and (min-width: 769px) {
    .mod-howto-01 {
      padding: 45px 0 50px; } }
  .mod-howto-01__title {
    text-align: center; }
    .mod-howto-01__title span {
      font-weight: bold;
      font-size: 20px;
      color: #1a237e; }
      @media all and (min-width: 769px) {
        .mod-howto-01__title span {
          font-size: 32px;
          line-height: 1.75; } }
  .mod-howto-01__list {
    margin: 20px -30px 0; }
    @media all and (min-width: 769px) {
      .mod-howto-01__list {
        margin: 40px -24px 0; } }
  @media all and (min-width: 769px) {
    .mod-howto-01__item {
      padding: 0 24px; } }
  .mod-howto-01__image img {
    width: 100%; }
  .mod-howto-01__text {
    line-height: 1.4;
    padding: 10px 8px 45px; }
    @media all and (min-width: 769px) {
      .mod-howto-01__text {
        margin-top: 5px;
        padding: 0;
        min-height: 85px;
        font-size: 16px; } }

@media all and (min-width: 769px) {
  .mod-indoorview-01 {
    max-width: 976px;
    margin: 0 100px;
    padding: 0 0 38px; } }

@media (min-width: 1200px) and (min-width: 769px) {
  .mod-indoorview-01 {
    width: 976px;
    margin: 0 auto; } }

.mod-indoorview-01-in {
  position: relative;
  margin: -8px auto 0;
  height: 0;
  overflow: hidden; }

/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  text-align: right; }

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1; }
  .is-opacity:hover {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7; }

/* css animation
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* ==========================================================
 JS related CSS
========================================================== */
/* ボタンホバー時のリップルJS
---------------------------------------------------------- */
.btn-wave {
  color: #fff;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden; }

.ripple {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #7986cb;
  opacity: 1;
  transform: scale(0); }

.ripple-animation {
  animation: ripple .6s linear; }

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2); } }

/* SPメニューの背景固定
---------------------------------------------------------- */
.no-scroll {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }

/* スライダープラグイン「Slick.js」のスタイル設定
---------------------------------------------------------- */
.mod-slider-01 {
  height: 41%; }
  @media all and (min-width: 769px) {
    .mod-slider-01__item {
      position: relative; } }
  .mod-slider-01__item > a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .mod-slider-01__item > a img {
      width: 100%; }
  @media all and (min-width: 769px) {
    .mod-slider-01__item .mod-slider-01__button-wrap {
      position: absolute;
      top: 0;
      left: 0; }
      .mod-slider-01__item .mod-slider-01__button-wrap a {
        position: relative;
        overflow: hidden;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        border: 2px solid #333;
        text-align: center;
        background-color: #fff;
        line-height: 40px;
        border-radius: 21px;
        z-index: 1; }
        .mod-slider-01__item .mod-slider-01__button-wrap a .btn-child {
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #333;
          width: 100%;
          height: 0;
          transition: all 0.3s;
          overflow: hidden; }
        .mod-slider-01__item .mod-slider-01__button-wrap a .btn-text {
          color: #333;
          position: relative;
          z-index: 2;
          font-weight: bold; }
        .mod-slider-01__item .mod-slider-01__button-wrap a:hover {
          background: #333;
          transition-delay: 0.3s;
          overflow: hidden; }
        .mod-slider-01__item .mod-slider-01__button-wrap a:hover .btn-text {
          color: #fff;
          transition: all 0.3s; }
        .mod-slider-01__item .mod-slider-01__button-wrap a:hover .btn-child {
          height: 100%;
          transition: all 0.3s;
          overflow: hidden; } }
  .mod-slider-01__item .mod-slider-01__button-wrap--concept a {
    border: 1px solid #3f51b4;
    background-color: #fff; }
    .mod-slider-01__item .mod-slider-01__button-wrap--concept a .btn-child {
      background-color: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--concept a .btn-text {
      color: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--concept a:hover {
      background: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--concept a:hover .btn-text {
      color: #fff; }
  .mod-slider-01__item .mod-slider-01__button-wrap--milon a {
    border: none;
    background-color: #fff; }
    .mod-slider-01__item .mod-slider-01__button-wrap--milon a .btn-child {
      background-color: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--milon a .btn-text {
      color: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--milon a:hover {
      background: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--milon a:hover .btn-text {
      color: #fff; }
  .mod-slider-01__item .mod-slider-01__button-wrap--highalti a, .mod-slider-01__item .mod-slider-01__button-wrap--sonix a {
    border: 1px solid #fff;
    background-color: transparent; }
    .mod-slider-01__item .mod-slider-01__button-wrap--highalti a .btn-child, .mod-slider-01__item .mod-slider-01__button-wrap--sonix a .btn-child {
      background-color: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--highalti a .btn-text, .mod-slider-01__item .mod-slider-01__button-wrap--sonix a .btn-text {
      color: #fff; }
    .mod-slider-01__item .mod-slider-01__button-wrap--highalti a:hover, .mod-slider-01__item .mod-slider-01__button-wrap--sonix a:hover {
      border: 1px solid #3f51b4;
      background: #3f51b4; }
    .mod-slider-01__item .mod-slider-01__button-wrap--highalti a:hover .btn-text, .mod-slider-01__item .mod-slider-01__button-wrap--sonix a:hover .btn-text {
      color: #fff; }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--concept .mod-slider-01__button-wrap {
      top: auto;
      bottom: 8.2%;
      left: 61%; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--concept .mod-slider-01__button-wrap a {
      padding: 0 52px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--milon .mod-slider-01__button-wrap {
      top: auto;
      bottom: 8.2%;
      left: 55%; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--milon .mod-slider-01__button-wrap a {
      padding: 0 21px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--milon .mod-slider-01__button-wrap a:hover {
      padding: 0 21px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--highalti .mod-slider-01__button-wrap {
      top: auto;
      bottom: 8.2%;
      left: 50%;
      transform: translateX(-50%); } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--highalti .mod-slider-01__button-wrap a {
      padding: 0 23px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--highalti .mod-slider-01__button-wrap a:hover {
      padding: 0 23px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--sonix .mod-slider-01__button-wrap {
      top: auto;
      bottom: 8.2%;
      left: 50%;
      transform: translateX(-50%); } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--sonix .mod-slider-01__button-wrap a {
      padding: 0 35px; } }
  @media all and (min-width: 769px) {
    .mod-slider-01__item--sonix .mod-slider-01__button-wrap a:hover {
      padding: 0 35px; } }

.slick-arrow:hover {
  opacity: 0.6; }

.slick-prev, .slick-next {
  height: 52px;
  width: 52px;
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  color: #fff;
  opacity: 1; }

.slick-prev {
  left: 8px; }
  @media all and (min-width: 769px) {
    .slick-prev {
      left: 17px; } }

.slick-prev:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }
  @media all and (min-width: 769px) {
    .slick-prev:before {
      width: 16px;
      height: 16px;
      border-top: 4px solid #fff;
      border-left: 4px solid #fff; } }

.slick-next {
  right: 8px; }
  @media all and (min-width: 769px) {
    .slick-next {
      right: 17px; } }

.slick-next:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
  @media all and (min-width: 769px) {
    .slick-next:before {
      width: 16px;
      height: 16px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff; } }

.slick-dots {
  bottom: -24px;
  margin-left: 4.3vw; }
  @media all and (min-width: 769px) {
    .slick-dots {
      bottom: -38px;
      margin-left: 1vw; } }
  @media all and (min-width: 769px) and (min-width: 1200px) {
    .slick-dots {
      margin-left: 12px; } }
  @media all and (-ms-high-contrast: none) {
    .slick-dots {
      bottom: -35px; } }
  @supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
    .slick-dots {
      bottom: -35px; } }

_::-webkit-full-page-media, _:future, :root .slick-dots {
  bottom: -35px; }

.slick-dots li {
  width: 8px;
  margin: 0 4px; }
  @media all and (min-width: 769px) {
    .slick-dots li {
      margin: 0 9px; } }
  @media all and (-ms-high-contrast: none) {
    .slick-dots li {
      margin: 0 9px; } }
  @supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
    .slick-dots li {
      margin: 0 9px; } }

_::-webkit-full-page-media, _:future, :root .slick-dots li {
  margin: 0 9px; }

.slick-dots li.slick-active button:before {
  color: #3F51B4;
  opacity: 1; }

.slick-dots li button {
  height: 8px;
  width: 8px;
  padding: 0; }
  .slick-dots li button:hover:before {
    color: #3F51B4;
    opacity: 1; }

.slick-dots li button:before {
  width: 8px;
  height: 8px;
  left: -10px;
  font-size: 8px;
  line-height: 6px;
  color: #e4e4e4;
  opacity: 1; }
  @media all and (min-width: 769px) {
    .slick-dots li button:before {
      font-size: 13px; } }
  @media all and (-ms-high-contrast: none) {
    .slick-dots li button:before {
      font-size: 13px; } }
  @supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
    .slick-dots li button:before {
      font-size: 13px; } }

_::-webkit-full-page-media, _:future, :root .slick-dots li button:before {
  font-size: 13px; }

/* ==========================================================
 style
========================================================== */
.s-fw-n {
  font-weight: normal; }

.s-fw-b {
  font-weight: bold; }

.s-ta-l {
  text-align: left !important; }

.s-ta-c {
  text-align: center !important; }

.s-ta-r {
  text-align: right !important; }

.s-va-t {
  vertical-align: top !important; }

.s-va-m {
  vertical-align: middle !important; }

.s-va-b {
  vertical-align: bottom !important; }

.s-ov-h {
  overflow: hidden; }

.s-clear {
  clear: both; }

.s-hide {
  display: none; }

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.s-bg-n {
  background: none !important; }

.s-mt-00 {
  margin-top: 0 !important; }

@media all and (max-width: 768px) {
  .s-mt-07-sp {
    margin-top: 7px !important; } }

@media all and (min-width: 769px) {
  .s-mt-m01-pc {
    margin-top: -1px !important; } }

.s-mt-05 {
  margin-top: 5px !important; }

@media all and (min-width: 769px) {
  .s-mt-20-pc {
    margin-top: 20px !important; } }

@media all and (max-width: 768px) {
  .s-mt-05-sp {
    margin-top: 5px !important; } }

.s-mb-00 {
  margin-bottom: 0 !important; }

@media all and (min-width: 769px) {
  .s-pt-48-pc {
    padding-top: 48px !important; } }

@media all and (min-width: 769px) {
  .s-pt-60-pc {
    padding-top: 60px !important; } }

@media all and (max-width: 768px) {
  .s-pt-06-sp {
    padding-top: 6px !important; } }

@media all and (max-width: 768px) {
  .s-pt-14-sp {
    padding-top: 14px !important; } }

@media all and (max-width: 768px) {
  .s-pt-20-sp {
    padding-top: 20px !important; } }

@media all and (max-width: 768px) {
  .s-pb-07-sp {
    padding-bottom: 7px !important; } }

@media all and (min-width: 769px) {
  .s-pb-60-pc {
    padding-bottom: 60px !important; } }

.s-ml-00 {
  margin-left: 0 !important; }

.s-mr-00 {
  margin-right: 0 !important; }

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-tb, .only-sp, .no-pc {
  display: none !important; }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .only-pc, .no-sp, .only-tb, img.only-tb {
    display: none !important; }
  .only-sp, .no-pc, .no-tb {
    display: block !important; }
  img.only-sp, img.no-pc, img.no-tb {
    display: inline-block !important; } }
 
 .banner {
  text-align: center;
  margin:5px auto;
  width :750px;　/* バナーサイズとmarginを計算して調整 */
}
.banner #bannerright {
  float: right;
  margin: 5px;
  padding-right: 125px;
}
.banner #bannerleft {
  float: left;
  margin: 5px;
  padding-left: 125px;
}
