@charset "UTF-8";
/*--------------------------------------------------

    header

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    padding: 16px 0 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
    header .hd-wrap {
      align-items: center; }
    header .hd-group {
      align-items: center; }
    header .hd-info {
      width: 242px; }
    header .hd-text {
      width: 100%;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      letter-spacing: 0.12em;
      border-radius: 5px;
      background-color: #7fbfff; }
    header .hd-tel {
      font-weight: 800;
      font-size: 2rem;
      letter-spacing: 0.08em; }
      header .hd-tel span {
        font-size: 1.6rem; }
    header .hd-sns {
      align-items: center;
      margin-left: 23px; }
      header .hd-sns li:not(:last-child) {
        margin-right: 20px; }
      header .hd-sns a:hover {
        opacity: 0.7;
        transform: translateY(-5px); }
    .gnav {
      padding: 13px 0;
      margin: 16px 0 0;
      background-color: #e0f0ff; }
      .gnav-inner {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        width: 1080px;
        margin: auto;
        text-align: center;
        border-left: 1px solid #7fbfff; }
      .gnav li {
        flex: 1;
        text-align: center;
        border-right: 1px solid #7fbfff; }
      .gnav a {
        padding: 2px 0; }
        .gnav a:hover {
          opacity: 0.7;
          transform: translateY(-5px); } }

@media screen and (max-width: 767px) {
  header .hd-bar {
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    background-color: #e0f0ff;
    box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  header .hamburger-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.5s; }
    header .hamburger-btn span {
      display: block;
      width: 30px;
      height: 2.5px;
      margin: auto;
      background-color: #3a3a3a;
      transition: all 0.3s;
      position: absolute;
      right: 0;
      left: 0; }
      header .hamburger-btn span:first-child {
        top: 9px; }
      header .hamburger-btn span:nth-child(2) {
        top: 19px; }
      header .hamburger-btn span:last-child {
        top: 29px; }
    header .hamburger-btn.is-active span:first-child {
      transform: rotate(45deg); }
    header .hamburger-btn.is-active span:last-child {
      transform: rotate(-45deg); }
    header .hamburger-btn.is-active span:nth-child(2) {
      opacity: 0;
      transform: translateX(20px); }
    header .hamburger-btn.is-active span:not(:nth-child(2)) {
      top: 19px; }
  header h1 {
    width: auto;
    height: 32px; }
    header h1 img {
      height: 100%; }
  .gnav {
    align-items: baseline;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2;
    padding: 20px 20px 50%;
    font-size: 16px;
    background: repeating-linear-gradient(-45deg, #e0f0ff 0%, #e0f0ff 10px, #e6f3ff 10px, #e6f3ff 20px);
    position: fixed;
    top: 50px;
    left: 0;
    overflow-y: auto;
    z-index: 1100;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s, opacity 0.5s; }
    .gnav.open {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .gnav ul {
      width: 100%; }
      .gnav ul span {
        width: 100%;
        display: block;
        letter-spacing: 0.06em;
        font-size: 2.1rem; }
      .gnav ul a.is-current {
        color: #ffbf80; }
    .gnav-inner {
      margin: 0 0 20px;
      padding: 0 0 15px;
      border-bottom: 1px solid #7fbfff; }
      .gnav-inner li {
        position: relative; }
        .gnav-inner li:first-child {
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #7fbfff; }
      .gnav-inner a {
        width: 100%;
        padding: 4px 7px;
        transition: all 0.4s; }
        .gnav-inner a::after {
          content: '\f0da';
          font-size: 0.8em;
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
        .gnav-inner a:hover {
          color: #7fbfff; }
    .gnav-text {
      width: 210px;
      padding: 3px 0;
      margin: 0 0 5px;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      background-color: #7fbfff;
      border-radius: 5px; }
    .gnav-tel {
      line-height: 1;
      font-size: 2rem;
      font-weight: 800; }
      .gnav-tel span {
        font-size: 1.6rem; }
    .gnav-sns {
      margin: 15px 0 0;
      justify-content: flex-start; }
      .gnav-sns li:not(:last-child) {
        margin-right: 20px; } }

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  position: relative; }
  .catch-slider {
    width: 100%;
    height: 100%; }
  .catch-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s; }
  .catch _:-ms-lang(x), .catch-item {
    transition: all 1.5s; }
  .catch .flickity-viewport {
    height: 100% !important; }
  .catch-title {
    position: relative;
    z-index: 10; }
  .catch-fig {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .catch-image {
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .catch {
      margin: 156px 0 0;
      height: calc(100vh - 156px); }
      .catch-title {
        margin-left: calc(50% - 540px); } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 60vh;
      margin: 50px 0 0; }
      .catch-item {
        justify-content: center; }
      .catch-title {
        width: 83%; } }
  .catchUnder {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative; }
    .catchUnder-title {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      position: relative;
      z-index: 10; }
    .catchUnder-fig {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .catchUnder-image {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .catchUnder {
        height: 400px;
        margin: 156px 0 0; }
        .catchUnder-title {
          min-width: 300px;
          padding: 10px 20px;
          font-size: 4rem; } }
    @media screen and (max-width: 767px) {
      .catchUnder {
        height: 30vh;
        margin: 50px 0 0; }
        .catchUnder-title {
          min-width: 50%;
          padding: 10px; } }

/*--------------------------------------------------

    trouble

--------------------------------------------------*/
.trouble-title {
  text-align: center; }

.trouble-content {
  position: relative; }

.trouble-list {
  line-height: 1.40909;
  color: #fff; }
  .trouble-list li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #7fbfff;
    border-radius: 40% 50% 50% 50% / 50% 50% 45% 50%;
    position: relative;
    z-index: 0; }
    .trouble-list li::after {
      content: '';
      position: absolute;
      z-index: -1; }

.troubleImp {
  border-radius: 30px;
  position: relative; }
  .troubleImp::before {
    content: '';
    width: 218px;
    height: 34px;
    margin: auto;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0; }
  .troubleImp-title {
    text-align: center;
    position: relative;
    z-index: 0; }
    .troubleImp-title::before, .troubleImp-title::after {
      content: '';
      position: absolute;
      z-index: -1; }
    .troubleImp-title::before {
      width: 400px;
      height: 279px;
      background: url(../images/trouble/troubleImp-title_shape01.png) no-repeat center/contain;
      top: -50px;
      left: -30px; }
    .troubleImp-title::after {
      width: 229px;
      height: 237px;
      margin: auto;
      background: url(../images/trouble/troubleImp-title_shape02.png) no-repeat center/contain;
      top: 0;
      right: 100px;
      bottom: 0; }
  .troubleImp-item {
    background: url(../images/trouble/troubleImp-item_bg.png) no-repeat center; }
  .troubleImp-video {
    padding: 20px;
    border-radius: 10px;
    background-color: #bddeff; }
    .troubleImp-video * {
      width: 100% !important;
      height: 100% !important; }
  .troubleImp-service {
    border-radius: 10px;
    background-color: #fff; }
    .troubleImp-serviceTitle {
      text-align: center; }
    .troubleImp-serviceList li {
      position: relative; }
    .troubleImp-serviceList a:hover {
      opacity: 0.7; }
    .troubleImp-serviceList p {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      justify-content: center;
      line-height: 1;
      margin: auto;
      color: #fff;
      text-align: center;
      background-color: #7fbfff;
      border-radius: 40% 50% 50% 50% / 50% 50% 45% 50%;
      position: absolute;
      right: 0;
      bottom: -70px;
      left: 0;
      z-index: 10; }
      .troubleImp-serviceList p::after {
        content: '\f054';
        margin: auto;
        font-size: 0.6em;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        bottom: 25px;
        left: 0; }

@media screen and (min-width: 768px) {
  .trouble {
    padding: 60px 0 100px; }
    .trouble-title {
      margin: 0 0 55px; }
    .trouble-list {
      font-size: 2.2rem;
      z-index: 10; }
      .trouble-list li {
        width: 248px;
        height: 240px;
        position: relative; }
        .trouble-list li:first-child {
          margin-right: calc(50% - 124px); }
          .trouble-list li:first-child::after {
            content: url(../images/trouble/trouble-list_shape01.png);
            right: 45px;
            bottom: -30px; }
        .trouble-list li:nth-child(2)::after {
          content: url(../images/trouble/trouble-list_shape02.png);
          right: 36px;
          bottom: -20px; }
        .trouble-list li:nth-child(-n+2) {
          margin-bottom: 140px; }
        .trouble-list li:nth-child(3)::after {
          content: url(../images/trouble/trouble-list_shape03.png);
          right: 24px;
          bottom: -1px; }
        .trouble-list li:nth-child(4) {
          margin-top: 130px; }
          .trouble-list li:nth-child(4)::after {
            content: url(../images/trouble/trouble-list_shape04.png);
            right: 23px;
            bottom: -21px; }
        .trouble-list li:last-child::after {
          content: url(../images/trouble/trouble-list_shape05.png);
          right: 52px;
          bottom: -45px; }
    .trouble-fig {
      margin: auto;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: -1; }
    .troubleImp {
      padding: 100px 0 130px;
      margin: 85px 0 0;
      position: relative;
      z-index: 0; }
      .troubleImp::before {
        background: linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left/22.5px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 22.5px center/22.5px 100%, linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 87px center/22.5px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 109.5px center/22.5px 100%, linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat right 22.5px center/22.5px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat right center/22.5px 100%; }
      .troubleImp::after {
        content: '';
        width: calc(100% - 200px);
        min-width: 1200px;
        height: 100%;
        margin: auto;
        background-color: #e0f0ff;
        border-radius: inherit;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .troubleImp-wrap {
        width: 1280px; }
      .troubleImp-title {
        margin: 0 0 40px; }
      .troubleImp-item {
        padding: 0 100px;
        margin: 0 0 115px; }
      .troubleImp-video {
        width: 540px; }
      .troubleImp-content {
        width: 515px; }
      .troubleImp-service {
        padding: 75px 100px 95px; }
        .troubleImp-serviceTitle {
          margin: -150px 0 50px; }
        .troubleImp-serviceList p {
          width: 149px;
          height: 145px;
          font-size: 2rem; }
        .troubleImp-serviceList li:last-child p {
          justify-content: flex-start;
          padding-top: 35px; } }

@media screen and (max-width: 1600px) and (min-width: 767px) {
  .troubleImp-wrap {
    width: 1130px; }
  .troubleImp-title::before {
    left: -70px; }
  .troubleImp-title::after {
    right: 0; }
  .troubleImp-item {
    padding: 0; }
  .troubleImp-service {
    padding-right: 50px;
    padding-left: 50px; } }

@media screen and (max-width: 767px) {
  .trouble {
    padding-bottom: 0; }
    .trouble-title {
      margin: 0 0 30px; }
    .trouble-list {
      position: relative;
      z-index: 10; }
      .trouble-list li {
        width: 48%;
        height: 44.8vw;
        font-size: 3.63636vw; }
        .trouble-list li::after {
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .trouble-list li:first-child::after {
          width: 26.53333vw;
          height: 11.33333vw;
          background-image: url(../images/trouble/trouble-list_shape01.png);
          bottom: -15px;
          right: 20px; }
        .trouble-list li:nth-child(2)::after {
          width: 16vw;
          height: 11.46667vw;
          background-image: url(../images/trouble/trouble-list_shape02.png);
          bottom: -10px; }
        .trouble-list li:nth-child(3)::after {
          width: 16.8vw;
          height: 7.2vw;
          background-image: url(../images/trouble/trouble-list_shape03.png);
          right: 20px;
          bottom: 0; }
        .trouble-list li:nth-child(4)::after {
          width: 16.66667vw;
          height: 11.46667vw;
          background-image: url(../images/trouble/trouble-list_shape04.png);
          bottom: -15px;
          right: 40px; }
        .trouble-list li:last-child::after {
          width: 15.2vw;
          height: 15.06667vw;
          background-image: url(../images/trouble/trouble-list_shape05.png);
          bottom: -15px;
          right: 40px; }
        .trouble-list li:not(:last-child) {
          margin-bottom: 6vw; }
    .trouble-fig {
      width: 76%;
      position: absolute;
      right: 0;
      bottom: 0; }
    .troubleImp {
      padding: 50px 0;
      margin: 50px 0 0;
      border-radius: 0;
      background-color: #e0f0ff; }
      .troubleImp::before {
        width: 150px;
        height: 24px;
        background: linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left/16px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 16px center/16px 100%, linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 61px center/16px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat left 77px center/16px 100%, linear-gradient(to left bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat right 16px center/16px 100%, linear-gradient(to right bottom, #ffbf80 50%, rgba(255, 255, 255, 0) 52%) no-repeat right center/16px 100%;
        top: -10px; }
      .troubleImp-title {
        margin: 0 0 30px;
        text-align: left; }
        .troubleImp-title::before {
          content: normal; }
        .troubleImp-title::after {
          width: 104.09091px;
          height: 107.72727px;
          right: 0; }
        .troubleImp-title img {
          width: calc(100% - 100px); }
      .troubleImp-item {
        margin: 0 0 50px;
        background-size: contain; }
      .troubleImp-content {
        width: 100%;
        margin: 0 0 20px; }
      .troubleImp-video {
        width: 100%;
        padding: 10px;
        height: 54.66667vw; }
      .troubleImp-service {
        padding: 20px 20px 70px; }
        .troubleImp-serviceTitle {
          margin: 0 0 30px; }
        .troubleImp-serviceList li {
          width: 100%;
          text-align: center; }
          .troubleImp-serviceList li:not(:last-child) {
            margin-bottom: 60px; }
        .troubleImp-serviceList p {
          width: 118px;
          height: 118px;
          font-size: 1.8rem;
          bottom: -40px; }
          .troubleImp-serviceList p::after {
            bottom: 15px; }
        .troubleImp-serviceList li:last-child p {
          justify-content: flex-start;
          padding-top: 25px; } }

/*--------------------------------------------------

    commit

--------------------------------------------------*/
.commit {
  background: repeating-linear-gradient(-45deg, #f7f1eb 0%, #f7f1eb 10px, #f9f5f0 10px, #f9f5f0 20px); }
  .commit-subtitle {
    line-height: 1.5;
    color: #7fbfff; }
    .commit-subtitle span {
      display: inline-block;
      padding: 0 5px;
      color: #fff;
      border-radius: 3px;
      background-color: #7fbfff; }
  @media screen and (min-width: 768px) {
    .commit {
      padding: 60px 0; }
      .commit-title {
        margin: 0 0 50px;
        text-align: center; }
      .commit-list li:nth-child(even) {
        flex-direction: row-reverse; }
      .commit-subtitle {
        width: 100%;
        margin: 0 0 25px;
        font-size: 2.5rem;
        text-align: center; }
      .commit-item {
        width: 726px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center; }
      .commit-group {
        position: relative;
        z-index: 0; }
        .commit-group::after {
          content: '';
          width: 74px;
          height: 72px;
          margin: auto;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: -85px;
          right: 0;
          left: 0; }
      .commit-fig {
        position: relative;
        z-index: 10; }
      .commit-list li:not(:last-child) {
        margin-bottom: 30px; }
      .commit-list li:nth-child(1) .commit-item {
        background: url(../images/commit/commit-list_shape01.png) no-repeat center; }
      .commit-list li:nth-child(2) .commit-item {
        background: url(../images/commit/commit-list_shape02.png) no-repeat center; }
      .commit-list li:nth-child(3) .commit-item {
        background: url(../images/commit/commit-list_shape03.png) no-repeat center; }
      .commit-list li:first-child .commit-item {
        height: 398px; }
      .commit-list li:nth-child(2) .commit-item {
        height: 407px; }
      .commit-list li:last-child .commit-item {
        height: 431px; }
      .commit-list li:nth-child(odd) .commit-item {
        padding-left: 165px;
        padding-right: 80px;
        margin-left: auto; }
      .commit-list li:nth-child(odd) .commit-fig {
        margin-right: -120px; }
      .commit-list li:nth-child(even) .commit-item {
        padding-left: 85px;
        padding-right: 200px;
        margin-right: auto; }
      .commit-list li:nth-child(even) .commit-fig {
        margin-left: -120px; }
      .commit-list li:nth-child(1) .commit-group::after {
        background-image: url(../images/commit/commit-list_number01.png); }
      .commit-list li:nth-child(2) .commit-group::after {
        background-image: url(../images/commit/commit-list_number02.png); }
      .commit-list li:nth-child(3) .commit-group::after {
        background-image: url(../images/commit/commit-list_number03.png); } }
  @media screen and (max-width: 767px) {
    .commit-title {
      height: 16vw;
      max-height: 100px;
      margin: 0 0 50px;
      text-align: center; }
      .commit-title img {
        height: 100%; }
    .commit-list li:not(:last-child) {
      margin-bottom: 50px; }
    .commit-list li > * {
      width: 100%; }
    .commit-fig {
      margin: 0 0 10px;
      text-align: center;
      position: relative;
      z-index: 0; }
      .commit-fig::after {
        content: '';
        width: 49.33333px;
        height: 48px;
        margin: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -25px;
        right: 0;
        left: 0; }
    .commit-list li:nth-child(1) .commit-fig::after {
      background-image: url(../images/commit/commit-list_number01.png); }
    .commit-list li:nth-child(2) .commit-fig::after {
      background-image: url(../images/commit/commit-list_number02.png); }
    .commit-list li:nth-child(3) .commit-fig::after {
      background-image: url(../images/commit/commit-list_number03.png); }
    .commit-subtitle {
      margin: 0 0 20px;
      font-size: 1.8rem; } }

/*--------------------------------------------------

    price

--------------------------------------------------*/
.price-title {
  text-align: center; }

.price-box {
  border-radius: 10px;
  background-color: #e0f0ff; }

.price-content {
  border-radius: 10px;
  background-color: #e0f0ff; }

.price-note {
  font-size: 1.2rem;
  text-align: right; }

.price-subtitle {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #7fbfff; }
  .price-subtitle::before {
    content: '●';
    margin-right: 10px;
    color: #7fbfff; }
  .price-subtitle span {
    color: #7fbfff;
    font-weight: 800; }

.price-list li {
  text-align: center; }

.price-listLabel {
  position: relative;
  z-index: 10; }

.price-list figure {
  padding: 20px;
  margin-top: -18px;
  border-radius: 10px; }

.price-list_before figure {
  background-color: #dbdbdb;
  position: relative;
  z-index: 0; }

.price-list_after figure {
  background-color: #ffeddb; }

@media screen and (min-width: 768px) {
  .price {
    padding: 100px 0; }
    .price-title {
      margin: 0 0 40px; }
    .price-box {
      padding: 50px;
      margin: 0 0 50px; }
    .price-table th {
      flex: 1; }
    .price-table td {
      text-align: right; }
    .price-content {
      padding: 45px 60px 50px; }
    .price-subtitle {
      padding: 0 0 10px;
      margin: 0 0 30px;
      font-size: 2rem; }
      .price-subtitle span {
        font-size: 2.5rem; }
        .price-subtitle span span {
          font-size: 1.6rem; }
    .price-list {
      justify-content: center; }
      .price-list li {
        width: 300px; }
        .price-list li:first-child {
          margin-right: 85px; }
      .price-list_before figure::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 15.5px solid transparent;
        border-bottom: 15.5px solid transparent;
        border-left: 16.5px solid #7fbfff;
        position: absolute;
        margin: auto;
        top: 0;
        right: -58px;
        bottom: 0; }
    .price-button {
      width: 600px;
      padding: 10px 0;
      margin-top: 40px;
      font-size: 2.5rem; }
      .price-button::after {
        font-size: 0.3em; } }

@media screen and (max-width: 767px) {
  .price-title {
    height: 8vw;
    max-height: 47px;
    margin: 0 0 30px; }
    .price-title img {
      height: 100%; }
  .price-box {
    padding: 20px;
    margin: 0 0 30px; }
  .price-content {
    padding: 20px;
    margin: 0 0 30px; }
  .price-subtitle {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 1.6rem; }
    .price-subtitle::before {
      content: normal; }
    .price-subtitle span {
      font-size: 2rem; }
      .price-subtitle span span {
        font-size: 1.4rem; }
  .price-list {
    max-width: 310px;
    margin: auto; }
    .price-list li:not(:last-child) {
      margin-bottom: 50px; }
    .price-list_before figure::after {
      content: '';
      width: 0;
      height: 0;
      border-top: 20px solid #7fbfff;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      position: absolute;
      margin: auto;
      right: 0;
      bottom: -40px;
      left: 0; } }

/*--------------------------------------------------

    faq

--------------------------------------------------*/
.faq {
  background: url(../images/faq/faq-bg.png) no-repeat center/cover; }
  .faq-title {
    text-align: center; }
  .faq-text {
    line-height: 1.66667; }
  .faq-subtitle {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    background-color: #7fbfff;
    position: relative;
    cursor: pointer; }
    .faq-subtitle::before {
      content: '';
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      margin-right: 13px;
      background: url(../images/faq/faq-list_question.png) no-repeat center/contain; }
    .faq-subtitle::after {
      content: '\f078';
      display: flex;
      align-items: center;
      margin: auto;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      transition: all 0.5s; }
    .faq-subtitle.is-select::after {
      transform: rotate(-180deg); }
    .faq-subtitle span {
      align-self: center; }
  .faq-answer {
    display: flex;
    align-items: flex-start;
    margin: 5px 0 0;
    border-radius: 10px;
    background-color: #fff; }
    .faq-answer::before {
      content: '';
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      margin-right: 13px;
      background: url(../images/faq/faq-list_answer.png) no-repeat center/contain; }
  .faq-button {
    display: block;
    width: 100%;
    max-width: 330px; }
  .faq .more-button::after {
    transform: rotate(90deg); }
  .faq .close-button {
    display: none; }
    .faq .close-button::after {
      transform: rotate(-90deg); }
  @media screen and (min-width: 768px) {
    .faq {
      padding: 100px 0; }
      .faq-text {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: center;
        width: 450px;
        height: 109px;
        margin: 25px auto 30px;
        background: url(../images/faq/faq-text_shape.png) no-repeat center; }
      .faq-list li:not(:last-child) {
        margin-bottom: 30px; }
      .faq-subtitle {
        padding: 17px 20px 17px 25px;
        font-size: 2rem; }
      .faq-answer {
        padding: 30px 25px; }
      .faq-button {
        margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .faq-title {
      height: 16vw;
      max-height: 86px; }
      .faq-title img {
        height: 100%; }
    .faq-text {
      padding: 20px;
      margin: 20px 0;
      border-radius: 20px;
      background-color: #fff; }
    .faq-list li {
      margin: 0 0 20px; }
    .faq-subtitle {
      padding: 10px 20px 10px 10px;
      font-size: 1.8rem; }
      .faq-subtitle::before {
        width: 26px;
        height: 26px; }
      .faq-subtitle::after {
        font-size: 0.8em;
        right: 10px; }
    .faq-answer {
      line-height: 1.6;
      padding: 20px; }
      .faq-answer::before {
        width: 26px;
        height: 26px; } }

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about-title {
  text-align: center; }

@media screen and (min-width: 768px) {
  .about {
    padding: 100px 0; }
    .about-title {
      margin: 0 0 65px; }
    .about-content {
      background: url(../images/about/about-content_shape.png) no-repeat center bottom 40px; }
    .about-group {
      width: 540px; }
    .about-name {
      margin: 0 0 10px;
      font-size: 2.2rem; }
    .about-lead {
      margin: 0 0 35px; }
    .about-fig:last-child {
      margin-top: 15px;
      text-align: right; } }

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 100px; }
    .about-title {
      height: 8vw;
      max-height: 46px;
      margin: 0 0 30px; }
      .about-title img {
        height: 100%; }
    .about-content > * {
      width: 100%; }
    .about-group {
      margin: 0 0 30px;
      background: url(../images/about/about-content_shape.png) no-repeat center/contain; }
    .about-name {
      margin: 0 0 10px;
      font-size: 1.8rem; }
    .about-lead {
      margin: 0 0 20px; }
    .about-item {
      max-width: 350px;
      margin: auto;
      position: relative; }
    .about-fig:first-child {
      width: 90%; }
    .about-fig:last-child {
      width: 51%;
      margin-left: auto;
      position: absolute;
      right: 0;
      bottom: -40px; } }

/*--------------------------------------------------

    shop

--------------------------------------------------*/
.shop-title {
  text-align: center; }

@media screen and (min-width: 768px) {
  .shop {
    padding: 100px 0;
    position: relative;
    z-index: 0; }
    .shop::after {
      content: '';
      width: calc(100% - 200px);
      min-width: 1200px;
      height: 100%;
      margin: auto;
      border-radius: 30px;
      background: repeating-linear-gradient(45deg, #f7f1eb 0%, #f7f1eb 10px, #f9f5f0 10px, #f9f5f0 20px);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .shop-title {
      margin: 0 0 50px; }
    .shop-list {
      margin: 50px 0 60px; }
    .shop-map {
      height: 430px; } }

@media screen and (max-width: 767px) {
  .shop {
    background: repeating-linear-gradient(45deg, #f7f1eb 0%, #f7f1eb 10px, #f9f5f0 10px, #f9f5f0 20px); }
    .shop-title {
      height: 8vw;
      max-height: 42px;
      margin: 0 0 30px; }
      .shop-title img {
        height: 100%; }
    .shop-list {
      margin: 35px 0; }
      .shop-list li {
        width: 48%; }
        .shop-list li:nth-child(-n+2) {
          margin-bottom: 4%; }
      .shop-list img {
        width: 100%; }
    .shop-map {
      height: 66.66667vw; } }

/*--------------------------------------------------

    newsTop

--------------------------------------------------*/
.newsTop-banner {
  text-align: center; }

.newsTop-link {
  align-items: stretch;
  line-height: 1.3; }
  .newsTop-link a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #7fbfff; }
    .newsTop-link a:hover {
      background-color: #ffbf80;
      transform: translateY(-5px); }
  .newsTop-link_facebook::before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 20px;
    background: url(../images/icon-facebook_white.png) no-repeat center/contain; }
  .newsTop-link_insta::before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 20px;
    background: url(../images/icon-insta_white.png) no-repeat center/contain; }
  .newsTop-link span {
    width: 100%; }

@media screen and (min-width: 768px) {
  .newsTop {
    padding: 100px 0; }
    .newsTop-box {
      align-items: center;
      margin: 0 0 50px; }
    .newsTop-button {
      width: 250px;
      margin: 0; }
    .newsTop-banner {
      margin: 60px 0 50px; }
    .newsTop-link {
      font-size: 2rem; }
      .newsTop-link a {
        width: 240px;
        height: 80px; }
      .newsTop-link_site {
        font-size: 1.8rem; }
      .newsTop-link span {
        display: block;
        font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .newsTop-wrap {
    position: relative; }
  .newsTop-box {
    margin: 0 0 30px; }
  .newsTop-title {
    width: 100%;
    height: 8vw;
    max-height: 42px;
    text-align: center; }
    .newsTop-title img {
      height: 100%; }
  .newsTop-button {
    max-width: 240px;
    margin-top: 20px; }
  .newsTop-banner {
    margin: 40px 0 30px; }
  .newsTop-link {
    font-size: 1.6rem; }
    .newsTop-link li {
      width: 49%;
      height: 60px; }
      .newsTop-link li:nth-child(-n+2) {
        margin-bottom: 2%; }
    .newsTop-link_facebook::before {
      margin-right: 10px; }
    .newsTop-link_insta::before {
      margin-right: 10px; }
    .newsTop-link span {
      font-size: 1rem; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error a {
  color: #7fbfff;
  display: inline-block;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .error {
    padding: 100px 0; }
    .error-title {
      margin: 0 0 20px; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact {
  background: url(../images/contact/contact-bg.png) no-repeat center/cover; }
  .contact-title {
    text-align: center; }
  .contact tr:focus-within th {
    color: #fff;
    background-color: #7fbfff; }
  .contact th {
    transition: all 0.5s; }
    .contact th [class*="mark"] {
      line-height: 1.5;
      color: #fff;
      float: right;
      padding: 4px 12px;
      font-size: 1.2rem;
      border-radius: 16px; }
    .contact th .required-mark {
      background-color: #ffbf80; }
    .contact th .arbitrary-mar {
      background-color: #15b91b; }
  .contact td {
    color: #000; }
    .contact td a {
      display: inline-block;
      text-decoration: underline; }
    .contact td div:not(:last-child) {
      margin-bottom: 8px; }
    .contact td input:focus,
    .contact td select:focus,
    .contact td textarea:focus {
      outline: none;
      background-color: #fff; }
    .contact td label {
      width: 100%;
      white-space: nowrap; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='num'],
  .contact input[type='email'] {
    padding: 5px;
    border: 2px solid #e0f0ff;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: #e0f0ff;
    transition: all 0.5s; }
  .contact textarea {
    display: block;
    resize: none; }
  .contact input[type='button'],
  .contact input[type='submit'] {
    border: none;
    -webkit-appearance: none;
    transition: all 0.5s;
    cursor: pointer; }
  .contact input[type='button'][disabled],
  .contact input[type='submit'][disabled] {
    opacity: .7;
    pointer-events: none; }
  .contact input[type=radio],
  .contact input[type=checkbox] {
    display: inline-block;
    margin-right: 6px; }
  .contact input[type=radio] + label,
  .contact input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer; }
  .contact input[type=radio],
  .contact input[type=checkbox] {
    display: none;
    margin: 0; }
  .contact input[type=radio] + label,
  .contact input[type=checkbox] + label {
    padding: 0 0 0 24px;
    color: inherit; }
  .contact input[type=radio] + label::before,
  .contact input[type=checkbox] + label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0; }
  .contact input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px; }
  .contact input[type=checkbox] + label::before {
    border: 2px solid #ccc; }
  .contact input[type=radio]:checked + label::after,
  .contact input[type=checkbox]:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%; }
  .contact input[type=radio]:checked + label::after {
    margin-top: -4px;
    background: #b91515;
    border-radius: 8px;
    left: 5px;
    width: 8px;
    height: 8px; }
  .contact input[type=checkbox]:checked + label::after {
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #b91515;
    border-bottom: 3px solid #b91515;
    transform: rotate(-45deg);
    left: 3px; }
  .contact input[name="items[address]"] {
    margin-top: 8px; }
  .contact .sec-error-text {
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #3f955b; }
  .contact .error-text {
    margin: 0 0 4px;
    color: #b91515; }
  .contact-submits {
    text-align: center; }
  .contact-recaptcha {
    margin: 0 0 30px;
    overflow: hidden; }
    .contact-recaptcha .g-recaptcha {
      width: 304px;
      margin: auto; }
  .contact .privacy {
    margin: 0 0 20px;
    background-color: #fff; }
    .contact .privacy iframe {
      width: 100% !important;
      height: 100% !important; }
  @media screen and (min-width: 768px) {
    .contact {
      padding: 100px 0; }
      .contact-button {
        width: 333px;
        margin: 50px auto; }
      .contact-form-table {
        width: 100%;
        margin: 0 0 20px; }
        .contact-form-table th {
          justify-content: space-between;
          width: 340px;
          line-height: 1.5;
          padding-right: 15px;
          padding-left: 15px; }
        .contact-form-table td {
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          min-height: 70px; }
      .contact .privacy_check {
        width: 100%;
        margin: 0 0 50px 39px; }
      .contact input[type='num'] {
        max-width: 100px; }
      .contact select,
      .contact textarea,
      .contact input[type='tel'],
      .contact input[type='text'],
      .contact input[type='email'] {
        width: 85%; }
      .contact textarea {
        min-height: 230px; }
      .contact-submitsButton {
        padding: 15px 30px; }
      .contact .privacy {
        height: 250px; } }
  @media screen and (max-width: 767px) {
    .contact-title {
      height: 6.93333vw;
      max-height: 38px; }
      .contact-title img {
        height: 100%; }
    .contact-button {
      width: 240px;
      margin: 30px auto 40px; }
    .contact-form-table {
      margin: 0 0 20px; }
      .contact-form-table th {
        line-height: 1.5;
        padding: 16px 12px;
        text-align: left; }
      .contact-form-table td {
        padding: 15px; }
        .contact-form-table td br {
          content: normal; }
    .contact input[type=radio] + lable {
      width: 31%;
      margin: 0; }
    .contact input[type='num'] {
      width: 27%;
      line-height: 1;
      padding: 4px; }
    .contact textarea {
      min-height: 200px; }
    .contact select,
    .contact textarea,
    .contact input[type='tel'],
    .contact input[type='text'],
    .contact input[type='email'] {
      width: 100%; }
    .contact-recaptcha {
      margin: 0 0 30px; }
    .contact .privacy {
      height: 53.33333vw; }
    .contact-submitsButton {
      padding: 10px; } }

/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {
  line-height: 1.53846;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  background: repeating-linear-gradient(-45deg, #e0f0ff 0%, #e0f0ff 10px, #e6f3ff 10px, #e6f3ff 20px); }
  footer a {
    display: inline-block; }
  footer .ft-tel {
    line-height: 1;
    font-weight: 800; }
  footer .ft-copy {
    font-size: 1rem; }
  footer .ft-label {
    display: block;
    width: 80px;
    padding: 1px 0 2px;
    margin: 0 0 5px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #7fbfff; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 65px 0; }
      footer .ft-logo {
        margin: 0 0 15px; }
      footer .ft-tel {
        margin: 15px 0 25px;
        font-size: 2.5rem; }
        footer .ft-tel span {
          font-size: 1.8rem; }
      footer .ft-time {
        margin: 0 0 28px; }
        footer .ft-time span:first-child {
          margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 50px 0 20px;
      text-align: center; }
      footer .ft-wrap > * {
        width: 100%; }
      footer .ft-item {
        margin: 0 0 25px; }
      footer .ft-logo {
        margin: 0 0 15px; }
      footer .ft-tel {
        margin: 10px 0 0;
        font-size: 2rem; }
        footer .ft-tel span {
          font-size: 1.6rem; }
      footer .ft-time {
        margin: 0 0 15px; }
      footer .ft-label {
        margin: 0 auto 5px; }
      footer .ft-text {
        justify-content: center; }
        footer .ft-text span {
          text-align: left; }
        footer .ft-text span:first-child {
          margin-right: 10px; }
      footer .ft-info {
        margin: 0 0 20px; }
      footer .ft-copy {
        text-align: center; } }

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