@charset "UTF-8";
@media (max-width: 767px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-pc {
    display: none;
  }
}
/*==========================
common
==========================*/
body {
  font-family: "ヒラギノ明朝 ProN", serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6875;
}

img {
  width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.util-title {
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  color: #333333;
  line-height: 1;
}
.util-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #3EA1D1;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .util-title {
    font-size: 30px;
  }
}

.main-color {
  color: #3EA1D1;
}

.section {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .section {
    margin-top: 110px;
  }
}

.util-btn {
  color: #3EA1D1;
  border: 1px solid #3EA1D1;
  cursor: pointer;
  font-size: 14px;
  padding: 16px 54px;
  background: #fff;
}
.util-btn:hover {
  color: #fff;
  background: #3EA1D1;
}

/*header
------------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding: 0;
  }
}

.header-logo img {
  width: 120px;
}
@media (max-width: 767px) {
  .header-logo {
    margin-left: 14px;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav-list li a {
  text-decoration: none;
  color: #333333;
  line-height: 1;
}
.header-nav-list li:not(:first-child) {
  margin-left: 49px;
}
@media (max-width: 767px) {
  .header-nav-list {
    display: block;
  }
  .header-nav-list li a {
    color: #fff;
    padding: 0;
    line-height: 1;
    margin: 43px 14px -3px;
    font-size: 20px;
  }
}

.drawer-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.drawer--right.drawer-open .drawer-nav {
  background: #3EA1D1;
  margin-top: 60px;
  width: 72%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: -2px;
}

.drawer-hamburger {
  display: none;
}
@media (max-width: 767px) {
  .drawer-hamburger {
    display: block;
    background: transparent;
  }
}

.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::after {
  background: #3EA1D1;
}
.drawer-open .drawer-hamburger-icon::before,
.drawer-open .drawer-hamburger-icon::before {
  background: #3EA1D1;
}

.drawer-menu-item:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #3EA1D1;
}
@media (max-width: 767px) {
  .drawer-menu-item:hover {
    color: #fff;
    text-decoration: line-through;
  }
}

.header-logo {
  width: 120px;
}

.header-nav {
  margin-left: auto;
}

/* footer
====================*/
.footer {
  padding: 44px 40px 12px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 40px 17px;
  }
}

.footer-logo {
  width: 120px;
  margin: 3px auto;
  line-height: 1;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .footer-nav-list {
    display: block;
    margin-top: 17px;
  }
}

.fa-brands:hover {
  opacity: 70%;
}

.footer-nav-item + .footer-nav-item {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .footer-nav-item + .footer-nav-item {
    margin-left: 0;
  }
}

.footer-nav-item-link {
  padding: 12px 0;
  font-size: 12px;
  color: #333333;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-nav-item-link {
    padding: 3px;
    text-align: center;
  }
}

.footer-sns-list {
  text-align: center;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .footer-sns-list {
    line-height: 1;
    margin-top: 23px;
  }
}

.footer-sns-link {
  display: block;
  padding: 0.1em 0.9em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer-sns-link {
    padding: 0.1em 0.9em;
  }
}

.footer-sns-item {
  display: inline-block;
}

.footer-copyright {
  font-size: 14px;
  color: #888888;
  padding-top: 10px;
  text-align: center;
}

/* main  top
====================*/
.main {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

.top {
  position: relative;
}

.top-img {
  background: url(../img/top.png) top right/82.5% no-repeat;
  padding-top: 59%;
}
@media (max-width: 767px) {
  .top-img {
    background: url(../img/sp/top.png) no-repeat center center/cover;
    padding: 50%;
    height: 413px;
    display: block;
  }
}

.top-massage {
  position: absolute;
  background: #FFFFFF;
  padding: 90px 41px 90px 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-massage {
    position: static;
    background: transparent;
    padding: 0;
    display: contents;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-massage {
    padding: 60px 0;
  }
}

.top-text-title {
  font-size: 26px;
  line-height: 1.6923076923;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-text-title {
    margin-top: 36px;
  }
}

.top-text-message {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .top-text-message {
    margin-top: 14px;
  }
}

/* concept
-----------------------*/
.concept {
  margin-top: 114px;
}
@media (max-width: 767px) {
  .concept {
    margin-top: 90px;
  }
}

.concept-inner {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .concept-inner {
    display: block;
    margin-top: 50px;
  }
}

.concept-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.concept-massage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-left: 80px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .concept-massage {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept-massage {
    margin-left: 24px;
  }
}

.contact-title-massae {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-title-massae {
    font-size: 20px;
  }
}

.contact-text-massage {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .contact-text-massage {
    margin-top: 22px;
  }
}

/* feature
-----------------------*/
.feature {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .feature {
    padding: 13px;
    margin-top: 73px;
  }
}

.feature-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .feature-list {
    display: block;
    margin-top: 0;
  }
}

.feature-list-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.333%;
          flex: 0 0 28.333%;
  -webkit-box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
  display: block;
}
@media (max-width: 767px) {
  .feature-list-box {
    margin-top: 48px;
  }
}

.feature-text-title {
  line-height: 23px;
}

.feature-item {
  color: #333333;
}

.feature-body {
  text-align: center;
  padding: 18px 22px 32px;
}
@media (max-width: 767px) {
  .feature-body {
    padding: 24px 40px;
  }
}

.feature-image {
  overflow: hidden;
}
.feature-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* about
----------------------*/
.about {
  background: url(../img/bg.png) no-repeat center center/cover;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .about {
    background: url(../img/sp/bg.png) no-repeat center center/cover;
    margin-top: 80px;
  }
}

.about-inner {
  color: #fff;
  padding: 119px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .about-inner {
    padding: 182px 17px 55px;
  }
}

.about-question-title {
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 767px) {
  .about-question-title {
    font-size: 20px;
    line-height: 34px;
  }
}

.about-text {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .about-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}

/* product
------------------------*/
.products {
  max-width: 1020px;
}
@media (max-width: 767px) {
  .products {
    margin-top: 96px;
  }
}

.products-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .products-list {
    display: block;
    margin-top: 44px;
  }
}

.products-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.6%;
          flex: 0 0 27.6%;
}
@media (max-width: 767px) {
  .products-item {
    width: 260px;
    margin: 48px auto 0;
  }
}

.products-item-list {
  color: #333333;
  font-size: 14px;
  display: block;
}

.products-image {
  overflow: hidden;
}
.products-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.products-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-text-title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .products-text-title {
    margin-top: 12px;
  }
}

.products-cost {
  margin-top: 10px;
  color: #989898;
}

.products-footer {
  margin-top: 52px;
  text-align: center;
}

/* news
-----------------------*/
.news {
  max-width: 1125px;
  margin-top: 170px;
}
@media (max-width: 767px) {
  .news {
    margin-top: 105px;
  }
}

.news-links {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .news-links {
    margin-top: 48px;
    padding: 0 18px;
  }
}

.news-item-picture {
  overflow: hidden;
  width: 90%;
}
.news-item-picture img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 7px;
}
.news-item-picture img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .news-item-picture {
    width: 100%;
    margin: 0 auto;
  }
  .news-item-picture img {
    margin-top: 5px;
  }
}

.news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .news-item-link {
    display: block;
  }
}

.news-item-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.7%;
          flex: 0 0 27.7%;
}

.news-item-body {
  padding: 24px 0 22px;
  margin-left: 13px;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-item-body {
    margin-left: 0;
    padding-bottom: 24px;
  }
}

.news-item-date {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-item-date {
    line-height: 0;
  }
}

.news-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .news-item-title {
    font-size: inherit;
    margin-top: 18px;
  }
}

.news-item-text {
  color: #888888;
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .news-item-text {
    width: 97%;
    margin-top: 0;
  }
}

.news-footer {
  margin-top: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-footer {
    margin-top: 53px;
  }
}

/* concept2
---------------------*/
.concept2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .concept2-inner {
    display: block;
  }
}

.concept2-image {
  margin-top: 8px;
}

.concept2-massage {
  margin-right: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}
@media (max-width: 767px) {
  .concept2-massage {
    margin-top: 19px;
    margin-right: 0;
  }
}

.concept2-text-title {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .concept2-text-title {
    font-size: 20px;
    line-height: 34px;
  }
}

.concept2-text {
  margin-top: 30px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .concept2-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 28px;
  }
}

/* contact
-------------------------*/
.contact {
  margin-top: 218px;
  background: url(../img/contact.png) no-repeat center center/cover;
  padding: 70px 40px 80px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 94px;
    padding: 43px 28px 51px;
  }
}

.contact-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact-text {
    font-weight: 600;
  }
}

.contact-form {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 26px;
  }
}

.contact-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-right: 18px;
  font-size: 18px;
  background: rgba(62, 161, 209, 0.7);
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 14px;
    height: 32px;
    display: inline-block;
    padding: 5px 15px;
    line-height: 24px;
  }
}
.contact-title::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 0 20px 8px;
  border-color: transparent transparent transparent rgba(62, 161, 209, 0.7);
  right: -8px;
}
@media (max-width: 767px) {
  .contact-title::after {
    display: none;
  }
}

.contact-text-inline {
  color: rgb(231, 114, 142);
  font-size: 16px;
}

.contact-item-inline {
  color: rgb(231, 114, 142);
  font-size: 12px;
  vertical-align: super;
  line-height: 1;
}

.contact-footer {
  text-align: center;
}

input[type=text],
input[type=email],
textarea {
  border: 0;
  width: 100%;
  font-size: 16px;
  padding: 0.2em 0.5em;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 2px;
}

input[type=text],
input[type=email] {
  height: 40px;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-list {
  max-width: 510px;
  margin: -13px auto 0;
}

.contact-item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-item {
    display: block;
    margin-top: 30px;
  }
}

.contact-item-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media (max-width: 767px) {
  .contact-item-input {
    margin-top: 3px;
  }
}

.contact-label {
  position: relative;
  cursor: pointer;
}

.radio-btn {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.radio-btn:checked + .contact-ladio-part {
  background: #3EA1D1;
  color: #fff;
}
.radio-btn:focus + .contact-ladio-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-item-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 1px;
  border: 1px solid #fff;
}

.contact-ladio-part {
  color: #3EA1D1;
  background: #fff;
  display: block;
  height: 38px;
  width: 80px;
  line-height: 38px;
  text-align: center;
}

.end-message {
  text-align: center;
  font-weight: 600;
  color: #3EA1D1;
  display: none;
}

.false-message {
  text-align: center;
  font-weight: 600;
  color: #3EA1D1;
  display: none;
}

.is-not-active {
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.is-active {
  cursor: pointer;
  background: #3EA1D1;
  color: #FFF;
  pointer-events: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-footer-text {
  margin-top: 28px;
  line-height: 1;
}

.contact-privacy-link {
  text-decoration: underline;
  color: #3EA1D1;
}

.contact-privacy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.privacy-checkbox {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.privacy-checkbox:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 5px;
}
.privacy-checkbox:focus + .contact-privacy-part {
  outline: -webkit-focus-ring-color auto 5px;
}
.privacy-checkbox:checked:focus + .contact-privacy-part {
  outline: none;
}

.contact-privacy-part {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #3EA1D1;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-footer-submit {
  margin-top: 50px;
}

.contact-btn {
  padding: 12px 53px;
}