h2 {
  letter-spacing: -0.05em; }

.slick-active * {
  pointer-events: auto !important; }

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

ul.slide {
  opacity: 0;
  transition: opacity .3s linear; }
  ul.slide.slick-initialized {
    opacity: 1; }
  ul.slide li {
    pointer-events: none; }
    ul.slide li.slide01 {
      position: relative;
      background: url(/images/top/bg_slide01.png) no-repeat calc(50% + 142px) top;
      height: 740px;
      background-size: 1350px; }
      @media screen and (max-width: 999px) {
        ul.slide li.slide01 {
          background: none;
          height: auto; } }
    ul.slide li.slide02 {
      background: url(/images/top/slide02_ttl.png) no-repeat calc(50% - 304px) top #f7f8f8;
      height: 735px;
      background-size: 1050px; }
      @media screen and (max-width: 999px) {
        ul.slide li.slide02 {
          background: none;
          height: auto; } }
      ul.slide li.slide02 .img {
        padding: 0;
        width: 800px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        margin-top: 95px; }
      @media screen and (max-width: 999px) {
        ul.slide li.slide02 {
          position: static; } }
      ul.slide li.slide02 a {
        width: 370px;
        position: absolute;
        bottom: 40px;
        right: 50px;
        transition: opacity 0.3s; }
        @media screen and (max-width: 999px) {
          ul.slide li.slide02 a {
            width: 100%;
            position: static; } }
        ul.slide li.slide02 a:hover {
          opacity: 0.6; }
          @media screen and (max-width: 999px) {
            ul.slide li.slide02 a:hover {
              opacity: 1; } }
        ul.slide li.slide02 a img {
          width: 100%; }
    ul.slide li.slide03 {
      background-color: #f7f8f8;
      padding: 80px 0 0; }
      ul.slide li.slide03 > div {
        padding: 0 40px;
        margin: 0 auto; }
        @media screen and (max-width: 999px) {
          ul.slide li.slide03 > div {
            height: auto;
            padding: 0; } }
      @media screen and (max-width: 999px) {
        ul.slide li.slide03 {
          padding: 0; } }
      ul.slide li.slide03 .inner {
        max-width: 1000px;
        margin: 0 auto; }
      ul.slide li.slide03 h2 {
        width: 585px;
        margin: 0 auto; }
      ul.slide li.slide03 ul {
        width: 1000px;
        display: flex;
        padding: 0 40px;
        margin: 60px auto 0;
        justify-content: space-between; }
        ul.slide li.slide03 ul li {
          width: 221px; }
          ul.slide li.slide03 ul li a {
            transition: opacity 0.3s;
            position: relative; }
            ul.slide li.slide03 ul li a:hover {
              opacity: 0.6; }
            ul.slide li.slide03 ul li a .slide-balloon {
              width: 93px;
              position: absolute;
              top: -18px;
              right: 0; }
      ul.slide li.slide03 .shadow {
        width: 1000px;
        padding: 0 40px;
        margin: 0 auto; }

section.lead {
  margin: 80px auto 0;
  text-align: center;
  max-width: 1180px;
  padding: 0 40px; }
  @media screen and (max-width: 599px) {
    section.lead {
      margin-top: 0;
      text-align: left;
      padding: 0 40px; } }

section.about {
  margin-top: 100px;
  background: url(/images/top/bg_about2.png) no-repeat calc(50% - 153px) bottom, url(/images/top/bg_about.jpg) no-repeat center bottom 300px;
  background-size: 3000px,auto; }
  @media screen and (max-width: 999px) {
    section.about {
      margin-top: 40px;
      background: none; } }
  section.about h2 {
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
    font-size: 34px;
    padding: 0 40px;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    @media screen and (max-width: 999px) {
      section.about h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 4%; } }
  section.about .lead {
    font-size: 20px;
    max-width: 1020px;
    margin: 40px auto 0;
    text-align: left;
    line-height: 2;
    padding: 0 40px 1000px;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    @media screen and (max-width: 999px) {
      section.about .lead {
        margin-top: 20px;
        font-size: 14px;
        padding: 0 4%;
        line-height: 1.8; } }
  section.about .bg {
    position: relative;
    margin-top: -30px; }
    @media screen and (max-width: 999px) {
      section.about .bg {
        margin-top: 0; } }
    section.about .bg .txt {
      position: absolute;
      bottom: 82px;
      left: 50%;
      transform: translate(-50%, 0);
      margin-left: -450px;
      font-size: 24px;
      font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
      @media screen and (max-width: 999px) {
        section.about .bg .txt {
          bottom: 11%;
          left: 6%;
          margin-left: 0;
          font-size: 3.5vw;
          line-height: 1.3; } }
      section.about .bg .txt .f1 {
        font-size: 36px; }
        @media screen and (max-width: 999px) {
          section.about .bg .txt .f1 {
            font-size: 5vw; } }
      section.about .bg .txt .f2 {
        font-size: 16px; }
        @media screen and (max-width: 999px) {
          section.about .bg .txt .f2 {
            font-size: 3vw; } }
      section.about .bg .txt .f3 {
        font-size: 31px; }
        @media screen and (max-width: 999px) {
          section.about .bg .txt .f3 {
            font-size: 4vw; } }

section.plan {
  margin: 140px auto 0;
  max-width: 1020px;
  padding: 0 40px; }
  @media screen and (max-width: 999px) {
    section.plan {
      margin-top: 60px;
      text-align: left;
      padding: 0 4%; } }
  section.plan h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important;
    letter-spacing: -0.15em; }
    @media screen and (max-width: 999px) {
      section.plan h2 {
        font-size: 18px; } }
    section.plan h2 img {
      width: 270px;
      transform: translate(20px, 15px); }
      @media screen and (max-width: 999px) {
        section.plan h2 img {
          width: 165px;
          transform: none;
          display: block;
          margin: 10px auto 0; } }
  section.plan p {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    line-height: 1.8; }
    @media screen and (max-width: 999px) {
      section.plan p {
        font-size: 15px;
        margin-top: 30px;
        text-align: left; } }
  section.plan ul.plan-list li:nth-child(even) a {
    padding-left: 116px; }
    @media screen and (max-width: 770px) {
      section.plan ul.plan-list li:nth-child(even) a {
        padding-left: 4.5vw; } }
  section.plan ul.plan-list li a {
    display: block;
    background: #fdf3e4;
    border-radius: 20px;
    max-width: 690px;
    padding: 20px 25px 30px 35px;
    text-align: left;
    position: relative;
    margin-top: 45px; }
    @media screen and (max-width: 770px) {
      section.plan ul.plan-list li a {
        width: 100%;
        border-radius: 15px;
        margin: 0 auto;
        padding: 10px 4.5vw 20px;
        margin-top: 5%; } }
    section.plan ul.plan-list li a h3 {
      font-size: 31px;
      line-height: 1; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li a h3 {
          font-size: 5vw; } }
    section.plan ul.plan-list li a .img {
      position: absolute; }
      section.plan ul.plan-list li a .img img {
        width: 100%; }
    section.plan ul.plan-list li a h4 {
      color: #006b8c;
      font-size: 32px;
      line-height: 1.2;
      letter-spacing: -0.08em;
      text-align: left;
      margin-top: 0; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li a h4 {
          font-size: 5.5vw; } }
      section.plan ul.plan-list li a h4 .f1 {
        font-size: 53px; }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li a h4 .f1 {
            font-size: 9vw; } }
      section.plan ul.plan-list li a h4 .f2 {
        font-size: 18px; }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li a h4 .f2 {
            font-size: 4vw; } }
      section.plan ul.plan-list li a h4 .f3 {
        font-size: 44px; }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li a h4 .f3 {
            font-size: 7vw; } }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li a h4 .spsmall {
          font-size: 5.5vw; } }
    section.plan ul.plan-list li a .link {
      color: #006b8c;
      font-size: 15px;
      margin-top: 10px;
      display: block;
      text-align: left; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li a .link {
          text-align: center !important; } }
      section.plan ul.plan-list li a .link span {
        border-bottom: 1px solid #006b8c;
        padding-bottom: 3px;
        letter-spacing: -0.1em;
        position: relative;
        margin-right: 25px; }
        section.plan ul.plan-list li a .link span:after {
          content: "";
          width: 22px;
          height: 22px;
          position: absolute;
          top: 1px;
          right: -25px;
          background: url(/images/top/icn_link.svg) no-repeat center center; }
          @media screen and (max-width: 770px) {
            section.plan ul.plan-list li a .link span:after {
              background: url(/images/top/icn_link.svg) no-repeat center center;
              background-size: contain;
              width: 23px;
              height: 23px;
              top: 0; } }
    section.plan ul.plan-list li a:hover {
      opacity: 0.6; }
      @media screen and (max-width: 999px) {
        section.plan ul.plan-list li a:hover {
          opacity: 1; } }
  section.plan ul.plan-list li:nth-child(1) a {
    margin-top: 80px;
    position: relative; }
    @media screen and (max-width: 770px) {
      section.plan ul.plan-list li:nth-child(1) a {
        margin-top: 50px; } }
    section.plan ul.plan-list li:nth-child(1) a:before {
      content: "";
      position: absolute;
      top: 4px;
      left: -4px;
      width: 585px;
      height: 85px;
      background: url(/images/top/bg_anshin_odd.svg) no-repeat center center; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(1) a:before {
          top: -32%;
          left: 0;
          width: 60%;
          height: 100%;
          background: url(/images/top/bg_anshin_odd_sp.svg) no-repeat center center; } }
    section.plan ul.plan-list li:nth-child(1) a h3 {
      transform: translate(0, 3px); }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(1) a h3 {
          transform: translate(-3px, 0); } }
      section.plan ul.plan-list li:nth-child(1) a h3 img {
        width: 19px;
        transform: translate(4px, 2px); }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li:nth-child(1) a h3 img {
            transform: translate(2px, 1px);
            width: 3.8vw; } }
    section.plan ul.plan-list li:nth-child(1) a h4 {
      margin-top: 20px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(1) a h4 {
          text-align: center;
          margin-top: 7%; }
          section.plan ul.plan-list li:nth-child(1) a h4 .f2 {
            display: none; } }
    section.plan ul.plan-list li:nth-child(1) a .img {
      top: -53px;
      right: -22px;
      width: 303px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(1) a .img {
          top: -21%;
          right: 4.5vw;
          width: 40vw; } }
  section.plan ul.plan-list li:nth-child(2) a {
    margin-left: auto;
    position: relative; }
    section.plan ul.plan-list li:nth-child(2) a:before {
      content: "";
      position: absolute;
      top: 16px;
      right: -6px;
      width: 496px;
      height: 72px;
      background: url(/images/top/bg_anshin_even.svg) no-repeat center center; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(2) a:before {
          top: -32%;
          right: 0;
          width: 68vw;
          height: 100%;
          background: url(/images/top/bg_anshin_even_sp.svg) no-repeat center center; } }
    section.plan ul.plan-list li:nth-child(2) a h3 {
      padding: 3px 0 0 160px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(2) a h3 {
          padding: 0 0 0 34vw; } }
      section.plan ul.plan-list li:nth-child(2) a h3 img {
        width: 27px;
        transform: translate(4px, 0); }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li:nth-child(2) a h3 img {
            transform: translate(4px, 1px);
            width: 5vw; } }
    section.plan ul.plan-list li:nth-child(2) a h4 {
      text-align: center;
      transform: translate(36px, 0);
      margin-top: 25px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(2) a h4 {
          margin-top: 7%;
          transform: none; } }
    section.plan ul.plan-list li:nth-child(2) a .img {
      top: -7px;
      left: -46px;
      width: 290px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(2) a .img {
          top: -15%;
          left: -4vw;
          width: 37%; } }
    section.plan ul.plan-list li:nth-child(2) a .link {
      text-align: right; }
  section.plan ul.plan-list li:nth-child(3) a {
    position: relative; }
    section.plan ul.plan-list li:nth-child(3) a:before {
      content: "";
      position: absolute;
      top: 4px;
      left: -4px;
      width: 585px;
      height: 85px;
      background: url(/images/top/bg_anshin_odd.svg) no-repeat center center; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(3) a:before {
          top: -32%;
          left: 0;
          width: 70vw;
          height: 100%;
          background: url(/images/top/bg_anshin3_sp.svg) no-repeat center center; } }
    section.plan ul.plan-list li:nth-child(3) a h3 img {
      width: 28px;
      transform: translate(4px, 2px); }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(3) a h3 img {
          width: 5.2vw; } }
    section.plan ul.plan-list li:nth-child(3) a h4 {
      margin-top: 45px;
      line-height: 1.15; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(3) a h4 {
          margin-top: 9%;
          margin-left: 11vw; } }
    section.plan ul.plan-list li:nth-child(3) a .img {
      top: -17px;
      right: 45px;
      width: 240px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(3) a .img {
          top: -30%;
          right: 5vw;
          width: 32%; } }
  section.plan ul.plan-list li:nth-child(4) a {
    margin-left: auto;
    position: relative; }
    section.plan ul.plan-list li:nth-child(4) a:before {
      content: "";
      position: absolute;
      top: 16px;
      right: -6px;
      width: 496px;
      height: 72px;
      background: url(/images/top/bg_anshin_even.svg) no-repeat center center; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(4) a:before {
          top: -32%;
          right: 0;
          width: 68vw;
          height: 100%;
          background: url(/images/top/bg_anshin_even_sp.svg) no-repeat center center; } }
    section.plan ul.plan-list li:nth-child(4) a h3 {
      padding: 3px 0 0 160px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(4) a h3 {
          padding: 0 0 0 34vw; } }
      section.plan ul.plan-list li:nth-child(4) a h3 img {
        width: 34px;
        transform: translate(4px, 1px); }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li:nth-child(4) a h3 img {
            transform: translate(4px, 2px);
            width: 5.5vw; } }
    section.plan ul.plan-list li:nth-child(4) a h4 {
      text-align: left;
      transform: translate(36px, 0);
      margin-top: 25px;
      margin-left: 125px;
      line-height: 1.3; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(4) a h4 {
          transform: none;
          margin-top: 8%;
          margin-left: 26vw; } }
    section.plan ul.plan-list li:nth-child(4) a .img {
      top: -17px;
      left: -12px;
      width: 225px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(4) a .img {
          top: -6%;
          left: -2vw;
          width: 32%; } }
    section.plan ul.plan-list li:nth-child(4) a .link {
      text-align: right; }
  section.plan ul.plan-list li:nth-child(5) a {
    position: relative; }
    section.plan ul.plan-list li:nth-child(5) a:before {
      content: "";
      position: absolute;
      top: 21px;
      left: -5px;
      width: 470px;
      height: 71px;
      background: url(/images/top/bg_anshin5.svg) no-repeat center center; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(5) a:before {
          top: -27%;
          left: 0;
          width: 57vw;
          height: 100%;
          background: url(/images/top/bg_anshin5_sp.svg) no-repeat center center; } }
    section.plan ul.plan-list li:nth-child(5) a h3 {
      transform: translate(0, 3px); }
      section.plan ul.plan-list li:nth-child(5) a h3 img {
        width: 30px;
        transform: translate(5px, 0px); }
        @media screen and (max-width: 770px) {
          section.plan ul.plan-list li:nth-child(5) a h3 img {
            transform: translate(5px, 1px);
            width: 5vw; } }
    section.plan ul.plan-list li:nth-child(5) a h4 {
      margin-top: 30px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(5) a h4 {
          margin-top: 8%;
          margin-left: 8vw; } }
    section.plan ul.plan-list li:nth-child(5) a .img {
      top: -11px;
      right: -42px;
      width: 347px; }
      @media screen and (max-width: 770px) {
        section.plan ul.plan-list li:nth-child(5) a .img {
          top: -16%;
          right: -2vw;
          width: 42%; } }
  section.plan .note-plan-list {
    font-size: 14px;
    text-align: right;
    margin-top: 20px; }
    @media screen and (max-width: 599px) {
      section.plan .note-plan-list {
        margin-top: 10px; } }

section.course {
  margin: 100px auto 0;
  max-width: 1040px;
  padding: 0 40px; }
  @media screen and (max-width: 599px) {
    section.course {
      margin-top: 60px;
      text-align: left;
      padding: 0 4%; } }
  section.course h2 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    @media screen and (max-width: 999px) {
      section.course h2 {
        font-size: 18px; } }
    @media screen and (max-width: 999px) {
      section.course h2 span {
        transform: translate(5px, -17px);
        display: inline-block; } }
    @media screen and (max-width: 999px) {
      section.course h2 .sp600 {
        display: block !important; } }
    section.course h2 img {
      width: 280px;
      transform: translate(-6px, 11px); }
      @media screen and (max-width: 999px) {
        section.course h2 img {
          width: 195px;
          transform: none;
          display: block;
          margin: 10px auto 0; } }
      @media screen and (max-width: 999px) {
        section.course h2 img {
          display: inline-block;
          margin: 3px 0; } }
  section.course ul.course-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      section.course ul.course-list {
        width: 100%;
        display: block;
        margin-top: 30px; } }
    section.course ul.course-list li {
      width: 48%;
      position: relative;
      margin-bottom: 40px; }
      @media screen and (max-width: 999px) {
        section.course ul.course-list li {
          width: 100%;
          margin-bottom: 20px; } }
      section.course ul.course-list li .balloon {
        position: absolute;
        width: 160px;
        top: -28px;
        right: -10px; }
        @media screen and (max-width: 999px) {
          section.course ul.course-list li .balloon {
            width: 18%;
            top: -8%; } }
        @media screen and (max-width: 999px) {
          section.course ul.course-list li .balloon {
            display: none; } }
      section.course ul.course-list li .balloon2 {
        display: none; }
        @media screen and (max-width: 999px) {
          section.course ul.course-list li .balloon2 {
            width: 18%;
            display: block;
            position: absolute;
            width: 23%;
            top: -9%;
            left: -5px; } }
      section.course ul.course-list li a {
        transition: opacity 0.3s; }
        section.course ul.course-list li a:hover {
          opacity: 0.6; }
          @media screen and (max-width: 999px) {
            section.course ul.course-list li a:hover {
              opacity: 1; } }

section.table {
  margin: 100px auto 0;
  text-align: center;
  max-width: 1100px;
  padding: 0 40px; }
  @media screen and (max-width: 999px) {
    section.table {
      margin-top: 0;
      text-align: left;
      padding: 0 4%; } }

section.voice {
  max-width: 1040px;
  margin: 0 auto; }
  section.voice ul.voice-content {
    column-count: 2;
    column-gap: 30px; }
    @media screen and (max-width: 999px) {
      section.voice ul.voice-content {
        column-count: 1; } }
    section.voice ul.voice-content li {
      margin-bottom: 40px;
      padding: 30px;
      border-radius: 20px;
      background-color: #fdf3e4;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      @media screen and (max-width: 999px) {
        section.voice ul.voice-content li {
          margin-bottom: 24px;
          padding: 24px 5%; }
          section.voice ul.voice-content li:last-child {
            margin-bottom: 0; } }
      section.voice ul.voice-content li:first-child {
        margin-top: 80px; }
        @media screen and (max-width: 999px) {
          section.voice ul.voice-content li:first-child {
            margin-top: 0; } }
      section.voice ul.voice-content li .user {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 10px;
        width: 100%;
        margin-bottom: 15px; }
        section.voice ul.voice-content li .user img {
          width: 100px; }
          @media screen and (max-width: 999px) {
            section.voice ul.voice-content li .user img {
              width: 65px; } }
        section.voice ul.voice-content li .user .name {
          width: calc(100% - 120px);
          font-size: 25px;
          font-weight: bold;
          font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important;
          letter-spacing: -0.05em; }
          @media screen and (max-width: 999px) {
            section.voice ul.voice-content li .user .name {
              width: calc(100% - 65px);
              font-size: 18px; } }
      section.voice ul.voice-content li .txt p {
        font-size: 19px;
        font-weight: normal; }
        @media screen and (max-width: 999px) {
          section.voice ul.voice-content li .txt p {
            font-size: 14px; } }

section.faq {
  max-width: 940px;
  margin: 0 auto; }
  section.faq ul.faq-content li:last-child {
    border-bottom: 1px solid #d70c18; }
  section.faq ul.faq-content .faq-q {
    padding: 30px 35px 30px 100px;
    border-top: 1px solid #d70c18;
    line-height: 1.6;
    font-size: 22px;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 599px) {
      section.faq ul.faq-content .faq-q {
        padding: 20px 35px 20px 50px;
        font-size: 16px; } }
    section.faq ul.faq-content .faq-q::after {
      content: "+";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      padding: 0 0 3px 1px;
      border: 1px solid #000;
      border-radius: 20px;
      background-color: #efefef;
      position: absolute;
      top: 33px;
      right: 0;
      box-sizing: border-box; }
      @media screen and (max-width: 599px) {
        section.faq ul.faq-content .faq-q::after {
          width: 25px;
          height: 25px;
          top: calc(50% - 12px);
          padding: 0;
          font-size: 15px; } }
    section.faq ul.faq-content .faq-q.active::after {
      content: '-';
      padding: 0 0 1px 2px; }
    section.faq ul.faq-content .faq-q i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      padding: 0 2px 2px 0px;
      border: 1px solid #000;
      border-radius: 55px;
      line-height: 1;
      font-size: 20px;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      top: 20px;
      left: 20px; }
      @media screen and (max-width: 599px) {
        section.faq ul.faq-content .faq-q i {
          width: 40px;
          height: 40px;
          top: calc(50% - 20px);
          left: 0;
          padding: 0 0 2px;
          font-size: 15px; } }
  section.faq ul.faq-content .faq-a {
    display: none;
    padding: 30px 50px 30px 100px;
    border-top: 1px solid #d70c18;
    background-color: #fdf3e4;
    line-height: 1.8;
    position: relative; }
    @media screen and (max-width: 599px) {
      section.faq ul.faq-content .faq-a {
        padding: 10px 15px 10px 65px; } }
    section.faq ul.faq-content .faq-a::before {
      content: 'A';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 0 0 5px 2px;
      border: 1px solid #000;
      border-radius: 25px;
      line-height: 1;
      font-size: 22px;
      position: absolute;
      top: 35px;
      left: 20px;
      box-sizing: border-box;
      font-weight: normal; }
      @media screen and (max-width: 599px) {
        section.faq ul.faq-content .faq-a::before {
          width: 40px;
          height: 40px;
          padding: 0;
          font-size: 14px;
          top: 10px;
          left: 10px; } }
    section.faq ul.faq-content .faq-a p {
      font-size: 18px;
      font-weight: normal; }
      @media screen and (max-width: 599px) {
        section.faq ul.faq-content .faq-a p {
          font-size: 14px; } }

@media screen and (max-width: 999px) {
  section.table {
    display: none; } }

section.service {
  margin: 20px auto 0;
  text-align: center;
  max-width: 1030px;
  padding: 0 40px; }
  @media screen and (max-width: 999px) {
    section.service {
      margin-top: 0;
      text-align: left;
      padding: 0 4% 0 0; } }
  section.service .service-note {
    margin-top: 10px; }
    section.service .service-note li {
      font-size: 10px;
      text-align: left; }

.btn-reserve {
  margin-top: 80px; }
  .btn-reserve.one {
    margin-top: 0; }
  @media screen and (max-width: 999px) {
    .btn-reserve {
      margin-top: 40px; } }

.btn-white {
  margin: 80px auto 0; }
  @media screen and (max-width: 999px) {
    .btn-white {
      margin-top: 40px; } }
  .btn-white a {
    width: 90%;
    max-width: 400px;
    height: auto;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 15px 0;
    border-radius: 9999px;
    transition: opacity 0.3s;
    font-weight: normal;
    margin: 0 auto;
    border: 1px solid #000000;
    font-size: 20px; }
    @media screen and (max-width: 599px) {
      .btn-white a {
        width: 280px;
        font-size: 14px; } }
    .btn-white a:hover {
      opacity: 0.6; }
      @media screen and (max-width: 999px) {
        .btn-white a:hover {
          opacity: 1; } }

.bg-heart.one {
  margin: -12% auto 0; }
  @media screen and (max-width: 999px) {
    .bg-heart.one {
      margin: -2% auto 0; } }
.bg-heart.two {
  margin: -9% auto 0; }
  @media screen and (max-width: 999px) {
    .bg-heart.two {
      margin: 3% auto 0; } }
.bg-heart.three {
  margin: -18% auto 0; }
  @media screen and (max-width: 999px) {
    .bg-heart.three {
      margin: -3% auto 0; } }
.bg-heart.four {
  margin: -12% auto 0; }
  @media screen and (max-width: 999px) {
    .bg-heart.four {
      margin: -8% auto 0; } }

@media screen and (min-width: 1000px) {
  .modal1, .modal2 {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .modal1, .modal2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100; }
    .modal1 .modal_wrap, .modal2 .modal_wrap {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal1 .modal_wrap img, .modal2 .modal_wrap img {
        padding: 0 5%; } }

_:lang(x) + _:-webkit-full-screen-document, ul.voice-content li {
  display: inline-block; }

_:lang(x) + _:-webkit-full-screen-document, .voice-all {
  margin-top: 40px !important; }

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