@charset "UTF-8";
.Top h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em; }
  @media only screen and (max-width: 1200px) {
    .Top h3 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 0.6em; } }

/* ==========================================================================
 メインビジュアル
 ========================================================================== */
.Top__Visual {
  position: relative; }
  .Top__Visual h1 {
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 2; }
    @media only screen and (max-width: 1520px) {
      .Top__Visual h1 {
        top: 50px;
        left: 50px; } }
    @media only screen and (max-width: 1200px) {
      .Top__Visual h1 {
        top: 20px;
        left: 40px; }
        .Top__Visual h1 img {
          width: 120px; } }
    @media only screen and (max-width: 640px) {
      .Top__Visual h1 {
        left: 30px; }
        .Top__Visual h1 img {
          width: 100px; } }
  .Top__Visual .Visual__Text {
    position: absolute;
    bottom: 60px;
    z-index: 3; }
    @media only screen and (max-width: 1200px) {
      .Top__Visual .Visual__Text {
        bottom: 40px; } }
    @media only screen and (max-width: 950px) {
      .Top__Visual .Visual__Text {
        bottom: 20px; } }
    @media only screen and (max-width: 480px) {
      .Top__Visual .Visual__Text {
        display: none; } }
    .Top__Visual .Visual__Text .Catch {
      font-size: 55px;
      font-size: 5.5rem;
      font-weight: bold;
      font-feature-settings: "palt"; }
      @media only screen and (max-width: 1520px) {
        .Top__Visual .Visual__Text .Catch {
          font-size: 40px;
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .Top__Visual .Visual__Text .Catch {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media only screen and (max-width: 950px) {
        .Top__Visual .Visual__Text .Catch {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 640px) {
        .Top__Visual .Visual__Text .Catch {
          font-size: 28px;
          font-size: 2.8rem; } }
      .Top__Visual .Visual__Text .Catch span {
        display: inline-block;
        position: relative;
        z-index: 1; }
        .Top__Visual .Visual__Text .Catch span::after {
          position: absolute;
          content: "";
          display: block;
          z-index: -1;
          width: 100%;
          height: 15px;
          height: 0.27em;
          background: #ea783b;
          bottom: 0.13em;
          left: 0; }
    .Top__Visual .Visual__Text .Sub {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 300;
      line-height: 2.0; }
      @media only screen and (max-width: 1520px) {
        .Top__Visual .Visual__Text .Sub {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 640px) {
        .Top__Visual .Visual__Text .Sub {
          font-size: 16px;
          font-size: 1.6rem; } }
  .Top__Visual .Contents-Inner--2 {
    margin-right: 0; }
  .Top__Visual .Top__Slide {
    position: relative;
    z-index: 1; }
    .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide {
      height: 840px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media only screen and (max-width: 1520px) {
        .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide {
          height: 600px; } }
      @media only screen and (max-width: 1200px) {
        .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide {
          height: 480px; } }
      @media only screen and (max-width: 950px) {
        .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide {
          height: 400px; } }
      @media only screen and (max-width: 640px) {
        .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide {
          height: 320px; } }
      .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide.slide-01 {
        background-image: url("/assets/img/top/slide_01.jpg");
        background-position: center right; }
      .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide.slide-02 {
        background-image: url("/assets/img/top/slide_02.jpg"); }
      .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide.slide-03 {
        background-image: url("/assets/img/top/slide_03.jpg"); }
      .Top__Visual .Top__Slide .swiper-wrapper .swiper-slide.slide-04 {
        background-image: url("/assets/img/top/slide_04.jpg"); }

/* ==========================================================================
 無料体験受付中！
 ========================================================================== */
.Info h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ea783b;
  margin-top: 80px;
  padding: 8px; }
  @media only screen and (max-width: 1520px) {
    .Info h2 {
      margin-top: 60px;
      font-size: 36px;
      font-size: 3.6rem; } }
  @media only screen and (max-width: 1200px) {
    .Info h2 {
      margin-top: 50px;
      font-size: 30px;
      font-size: 3rem; } }
  @media only screen and (max-width: 640px) {
    .Info h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 40px; } }
.Info .Info__Text__Wrapper {
  padding: 30px 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1520px) {
    .Info .Info__Text__Wrapper {
      padding: 30px; } }
  @media only screen and (max-width: 640px) {
    .Info .Info__Text__Wrapper {
      padding: 20px; } }
.Info .Info__Tel {
  width: 560px; }
  @media only screen and (max-width: 1520px) {
    .Info .Info__Tel {
      width: 360px; } }
  @media only screen and (max-width: 1200px) {
    .Info .Info__Tel {
      width: 100%; } }
  .Info .Info__Tel .Tel__Number {
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 1; }
    @media only screen and (max-width: 1520px) {
      .Info .Info__Tel .Tel__Number {
        font-size: 50px;
        font-size: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 1200px) {
      .Info .Info__Tel .Tel__Number {
        flex-direction: row;
        justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .Info .Info__Tel .Tel__Number {
        flex-direction: column; } }
    @media only screen and (max-width: 640px) {
      .Info .Info__Tel .Tel__Number {
        font-size: 38px;
        font-size: 3.8rem; } }
    .Info .Info__Tel .Tel__Number a {
      color: inherit; }
    .Info .Info__Tel .Tel__Number span {
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 10px;
      padding: 12px 10px;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 300;
      background: #f4ecea;
      vertical-align: middle; }
      @media only screen and (max-width: 1520px) {
        .Info .Info__Tel .Tel__Number span {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 640px) {
        .Info .Info__Tel .Tel__Number span {
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto 10px; } }
  .Info .Info__Tel .Tel__Sub {
    font-weight: 300;
    text-align: center; }
.Info .Info__Text {
  width: calc(100% - 560px); }
  @media only screen and (max-width: 1520px) {
    .Info .Info__Text {
      width: calc(100% - 360px); } }
  @media only screen and (max-width: 1200px) {
    .Info .Info__Text {
      width: 100%;
      margin-top: 20px; } }
  .Info .Info__Text p {
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 1520px) {
      .Info .Info__Text p {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 640px) {
      .Info .Info__Text p {
        font-size: 16px;
        font-size: 1.6rem; } }

/* ==========================================================================
 About
 ========================================================================== */
.About {
  margin-top: 160px;
  padding: 80px 0;
  background: #fff; }
  @media only screen and (max-width: 1520px) {
    .About {
      margin-top: 120px;
      padding: 60px 0; } }
  @media only screen and (max-width: 950px) {
    .About {
      margin-top: 100px;
      padding: 50px 0; } }
  @media only screen and (max-width: 640px) {
    .About {
      margin-top: 50px; } }
  .About .About__Header {
    padding-bottom: 20px;
    position: relative; }
    .About .About__Header p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2.0;
      color: #ea783b;
      font-size: 16px;
      font-size: 1.6rem; }
    .About .About__Header .About__Img {
      display: block;
      content: "";
      position: absolute;
      top: -150px;
      right: 0;
      width: calc(100% - 15vw - 460px);
      height: calc(100% + 150px);
      background: no-repeat center url("/assets/img/top/about_01.jpg");
      background-size: cover; }
      @media only screen and (max-width: 1520px) {
        .About .About__Header .About__Img {
          top: -120px;
          width: calc(100% - 15vw - 400px);
          height: calc(100% + 100px); } }
      @media only screen and (max-width: 950px) {
        .About .About__Header .About__Img {
          top: -100px;
          width: calc(100% - 40px - 480px); } }
      @media only screen and (max-width: 640px) {
        .About .About__Header .About__Img {
          display: none; } }
  .About .About__Contents__Wrapper {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1520px) {
      .About .About__Contents__Wrapper {
        margin-top: 60px; } }
    @media only screen and (max-width: 1200px) {
      .About .About__Contents__Wrapper {
        margin-top: 50px; } }
    .About .About__Contents__Wrapper .About__Contents {
      width: 48%; }
      @media only screen and (max-width: 950px) {
        .About .About__Contents__Wrapper .About__Contents {
          width: 100%; }
          .About .About__Contents__Wrapper .About__Contents:nth-child(2) {
            margin-top: 40px; } }
      .About .About__Contents__Wrapper .About__Contents p {
        line-height: 2.0; }
        .About .About__Contents__Wrapper .About__Contents p span {
          color: #ea783b; }

/* ==========================================================================
 Feature
 ========================================================================== */
.Feature {
  background: #fff; }
  @media only screen and (max-width: 950px) {
    .Feature {
      background: #f8f6f2; } }
  .Feature .Contents-Inner--Wide-Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .Feature .Feature__Header {
    padding-top: 80px;
    width: 270px; }
    @media only screen and (max-width: 1520px) {
      .Feature .Feature__Header {
        padding-top: 60px;
        width: 240px; } }
    @media only screen and (max-width: 1200px) {
      .Feature .Feature__Header {
        padding-top: 40px;
        width: 200px; } }
    @media only screen and (max-width: 950px) {
      .Feature .Feature__Header {
        width: 100%; } }
  .Feature .Feature__Contents {
    width: calc(100% - 250px);
    background: #f8f6f2;
    margin: 0 -20px;
    padding: 70px 20px; }
    @media only screen and (max-width: 1520px) {
      .Feature .Feature__Contents {
        padding: 50px 20px;
        width: calc(100% - 210px); } }
    @media only screen and (max-width: 1200px) {
      .Feature .Feature__Contents {
        width: calc(100% - 180px); } }
    @media only screen and (max-width: 950px) {
      .Feature .Feature__Contents {
        width: 100%;
        padding: 0 10px 50px; } }
  .Feature .Fueature__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: num; }
    .Feature .Fueature__List li {
      position: relative;
      margin: 0 20px;
      padding: 80px 40px 40px;
      width: calc(33.3% - 40px);
      background: #fff;
      box-shadow: 0 0 50px rgba(63, 58, 57, 0.15); }
      @media only screen and (max-width: 1520px) {
        .Feature .Fueature__List li {
          margin: 0 10px;
          padding: 60px 20px 20px;
          width: calc(33.3% - 20px); } }
      @media only screen and (max-width: 640px) {
        .Feature .Fueature__List li {
          width: 100%; }
          .Feature .Fueature__List li:nth-child(n+2) {
            margin-top: 20px; } }
      .Feature .Fueature__List li::before {
        counter-increment: num;
        content: "0" counter(num);
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #ea783b;
        width: 2em;
        height: 1em;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        margin: auto; }
        @media only screen and (max-width: 1520px) {
          .Feature .Fueature__List li::before {
            top: 30px; } }
      .Feature .Fueature__List li h3 {
        text-align: center; }
      .Feature .Fueature__List li img {
        max-width: 100%;
        margin: 20px auto 40px; }
        @media only screen and (max-width: 1520px) {
          .Feature .Fueature__List li img {
            margin: 10px auto 20px; } }
        @media only screen and (max-width: 1200px) {
          .Feature .Fueature__List li img {
            max-width: 90%; } }

/* ==========================================================================
 Service
 ========================================================================== */
.Service {
  position: relative;
  padding: 80px 70px 80px 0;
  background: #fff; }
  @media only screen and (max-width: 1520px) {
    .Service {
      padding: 60px 50px 60px 0; } }
  @media only screen and (max-width: 1200px) {
    .Service {
      padding: 50px 40px 50px 0; } }
  .Service .Service__Inner {
    padding-left: 70px;
    width: 100%;
    max-width: 1000px;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 1520px) {
      .Service .Service__Inner {
        padding-left: 50px;
        max-width: 800px; } }
    @media only screen and (max-width: 1200px) {
      .Service .Service__Inner {
        padding-left: 40px; } }
    @media only screen and (max-width: 950px) {
      .Service .Service__Inner {
        max-width: 100%;
        margin: auto; } }
  .Service .Service__Contents__Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
  .Service .Service__Contents {
    width: 48%; }
    @media only screen and (max-width: 640px) {
      .Service .Service__Contents {
        width: 100%; }
        .Service .Service__Contents:nth-child(2) {
          margin-top: 50px; } }
    .Service .Service__Contents img {
      width: 100%;
      height: auto;
      margin-bottom: 33px; }
      @media only screen and (max-width: 640px) {
        .Service .Service__Contents img {
          margin-bottom: 10px; } }
    .Service .Service__Contents h3 {
      font-feature-settings: "palt"; }
  .Service .Service__Bg {
    position: absolute;
    width: calc(100% - 1000px - 70px);
    height: calc(100% - 20px);
    top: 80px;
    left: 0;
    display: block;
    content: "";
    background: no-repeat right center url("/assets/img/top/service_bg.jpg");
    background-size: cover; }
    @media only screen and (max-width: 1520px) {
      .Service .Service__Bg {
        width: calc(100% - 800px - 50px);
        top: 60px; } }
    @media only screen and (max-width: 950px) {
      .Service .Service__Bg {
        display: none; } }

/* ==========================================================================
 Guide
 ========================================================================== */
.Guide {
  padding: 140px 0 160px; }
  @media only screen and (max-width: 1520px) {
    .Guide {
      padding: 100px 0 120px; } }
  @media only screen and (max-width: 950px) {
    .Guide {
      padding: 60px 0 80px; } }
  .Guide .Guide__Contents__Wrapper {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1520px) {
      .Guide .Guide__Contents__Wrapper {
        margin-top: 70px; } }
    @media only screen and (max-width: 640px) {
      .Guide .Guide__Contents__Wrapper {
        margin-top: 60px; } }
    .Guide .Guide__Contents__Wrapper.Align-Center {
      align-items: center; }
      .Guide .Guide__Contents__Wrapper.Align-Center h3 {
        margin-bottom: 0; }
        @media only screen and (max-width: 640px) {
          .Guide .Guide__Contents__Wrapper.Align-Center h3 {
            margin-bottom: 0.6em; } }
    .Guide .Guide__Contents__Wrapper h3 {
      width: 238px; }
      @media only screen and (max-width: 1520px) {
        .Guide .Guide__Contents__Wrapper h3 {
          width: 120px; } }
      @media only screen and (max-width: 640px) {
        .Guide .Guide__Contents__Wrapper h3 {
          width: 100%; } }
    .Guide .Guide__Contents__Wrapper p {
      width: calc(100% - 238px);
      padding: 30px 36px;
      background: #fff; }
      @media only screen and (max-width: 1520px) {
        .Guide .Guide__Contents__Wrapper p {
          width: calc(100% - 120px); } }
      @media only screen and (max-width: 640px) {
        .Guide .Guide__Contents__Wrapper p {
          width: 100%; } }
  .Guide .Guide__Table {
    width: calc(100% - 238px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media only screen and (max-width: 1520px) {
      .Guide .Guide__Table {
        width: calc(100% - 120px); } }
    @media only screen and (max-width: 640px) {
      .Guide .Guide__Table {
        width: 100%; } }
    .Guide .Guide__Table table {
      flex-grow: 1; }
      @media only screen and (max-width: 1000px) {
        .Guide .Guide__Table table {
          width: 100%; } }
      .Guide .Guide__Table table + table {
        margin-left: 40px; }
        @media only screen and (max-width: 1520px) {
          .Guide .Guide__Table table + table {
            margin-left: 30px; } }
        @media only screen and (max-width: 1000px) {
          .Guide .Guide__Table table + table {
            margin: 50px 0 0; } }
  .Guide .Guide__Info {
    margin-top: 80px;
    padding: 60px 40px;
    background: #fff;
    border: 3px solid #ea783b; }
    @media only screen and (max-width: 640px) {
      .Guide .Guide__Info {
        padding: 30px; } }
    .Guide .Guide__Info h3 {
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .Guide .Guide__Info h3 {
          text-align: left; } }
    .Guide .Guide__Info p {
      text-align: center; }
      @media only screen and (max-width: 950px) {
        .Guide .Guide__Info p {
          text-align: left; } }
    .Guide .Guide__Info .Guide__Price {
      margin: 20px auto 0; }
      .Guide .Guide__Info .Guide__Price th {
        width: 60px;
        padding-right: 0; }

/* ==========================================================================
 Access
 ========================================================================== */
.Access .Access__Img {
  margin-bottom: 160px; }
  @media only screen and (max-width: 1520px) {
    .Access .Access__Img {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 1200px) {
    .Access .Access__Img {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 950px) {
    .Access .Access__Img {
      margin-bottom: 80px; } }
.Access .Access__Contents__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
.Access .Access__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc(40% - 40px); }
  @media only screen and (max-width: 950px) {
    .Access .Access__Text {
      width: 100%; } }
  .Access .Access__Text .Access__Add p {
    font-size: 18px;
    font-size: 1.8rem; }
.Access .Access__Map {
  width: 60%;
  height: 0;
  padding-top: 27%;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 950px) {
    .Access .Access__Map {
      width: 100%;
      margin-top: 30px;
      padding-top: 45%; } }
  .Access .Access__Map iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
