@charset "UTF-8";
/*
Theme Name: NEO HEALER
Theme URI: https: //neo-healer.jp/
Description: NEO HEALERのテーマ
Version: 1.0
*/
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 56.25%;
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 1200px;
  background: #f0f0f0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #191919;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media only screen and (max-width: 1240px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}
body#home {
  background: #f4f4f4 url("/wp-content/themes/neohealer_20201224/images/common/bg.jpg") center top repeat-y;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  body#home {
    background-image: url("/wp-content/themes/neohealer_20201224/images/common/bg_sp.jpg");
  }
}
@media only screen and (max-width: 640px) {
  body.is-nav {
    overflow: hidden;
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .pc-tablet {
    display: none;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 960px) {
  .tablet {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.move-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.mv {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

body:not(#contact) .grecaptcha-badge {
  visibility: hidden;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  /*padding: 35px;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  /* background: #fff;*/
  position: absolute;
  top: 0;
  left: 0;
}

.remodal__main {
  /*
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  */
  margin-top: 40px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  /*
  top: 0;
   left: 0;
  */
  top: 5px;
  right: 50%;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  margin-right: -335px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .remodal-close {
    right: 15px;
    margin-right: 0;
  }
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  /*font-size: 25px;*/
  font-size: 7rem;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
  color: #fff;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/*
@media only screen and (min-width: 768px) {
*/
.remodal {
  /*max-width: 700px;*/
  /*max-height: 100vh;*/
}

/*
}
*/
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  /*width: 700px;*/
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  /*
  right: 0;
   bottom: 0;
  */
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .remodal-wrapper {
    bottom: auto;
  }
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  /* margin-left: -0.05em;*/
  margin-left: 17px;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.header {
  background: url("/wp-content/themes/neohealer_20201224/images/common/header_pc.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .header {
    background-image: url("/wp-content/themes/neohealer_20201224/images/common/header_sp.jpg");
  }
}
.header .logo {
  position: absolute;
  top: 30px;
  left: 4vw;
}
@media only screen and (max-width: 960px) {
  .header .logo {
    top: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .header .logo {
    width: 43.8vw;
    top: 4vw;
    left: 3vw;
  }
}
.header .logo img {
  vertical-align: top;
}
.header .inner {
  width: 1000px;
  margin: 0 auto;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1240px) {
  .header .inner {
    width: 92%;
  }
}
@media only screen and (max-width: 640px) {
  .header .inner {
    height: 38.6vw;
  }
}
.header .inner .title {
  opacity: 0;
  transform: translateY(60px);
  margin-bottom: -100px;
  transition: opacity 1s ease, transform 1s ease;
}
.header .inner .title.mv {
  margin-bottom: 0;
}

.lang {
  position: fixed;
  top: 30px;
  right: 100px;
  z-index: 500;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .lang {
    top: 4vw;
    right: 17vw;
  }
}
#interview .lang, #news .lang, #faq .lang, #salon .lang, #neo-salon .lang, #contact .lang {
  display: none;
}
.lang .item {
  line-height: 1;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
@media only screen and (max-width: 640px) {
  .lang .item {
    filter: none;
  }
}
.lang .item:last-child {
  border-left: #fff 2px solid;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.lang .item a {
  color: #fff;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 100;
  padding: 0 0.25em;
}

.lang.is-move .item {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.7));
}
.lang.is-move .item:last-child {
  border-left-color: #828282;
}
.lang.is-move .item a {
  color: #828282;
}

#hamburger {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 1100;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 36px;
  height: 30px;
}
@media only screen and (max-width: 960px) {
  #hamburger {
    top: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  #hamburger {
    right: 4vw;
  }
}
#hamburger:hover {
  opacity: 0.8;
}
#hamburger span {
  display: block;
  width: 36px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#hamburger::before, #hamburger::after {
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
#hamburger::before {
  top: 0;
}
#hamburger.is-move span {
  border-color: #828282;
}
#hamburger.is-move::before, #hamburger.is-move::after {
  border-color: #828282;
}
#hamburger.is-active span {
  border: none;
}
#hamburger.is-active::before, #hamburger.is-active::after {
  width: 40px;
  top: 14px;
  left: -2px;
  border-color: #fff;
}
#hamburger.is-active::before {
  transform: rotate(-45deg);
}
#hamburger.is-active::after {
  transform: rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: -400px;
  background: rgba(0, 0, 0, 0.9);
  width: 400px;
  height: 100vh;
  z-index: 1000;
  padding: 100px 40px;
  transition: right 0.5s ease;
  overflow-y: auto;
}
@media only screen and (max-width: 640px) {
  .nav {
    width: 83vw;
    right: -83vw;
  }
}
.nav.is-active {
  right: 0;
}
.nav .item {
  text-align: right;
  margin-top: 1em;
}
.nav .item a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.nav .item a.soon {
  pointer-events: none;
  opacity: 0.2;
}
.nav .item a::after {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.2s ease;
}
.nav .item a:hover::after {
  width: 100%;
}

#home #nav .item:nth-child(1) a::after,
#microcurrent #nav .item:nth-child(2) a::after,
#products #nav .item:nth-child(3) a::after,
#interview #nav .item:nth-child(4) a::after,
#news #nav .item:nth-child(5) a::after,
#faq #nav .item:nth-child(6) a::after,
#salon #nav .item:nth-child(7) a::after,
#neo-salon #nav .item:nth-child(8) a::after,
#company #nav .item:nth-child(9) a::after,
#company.english #nav .item:nth-child(4) a::after,
#contact #nav .item:nth-child(10) a::after {
  width: 100%;
}

.footer {
  background: #191919;
}
.footer .outer {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0 30px;
}
@media only screen and (max-width: 1240px) {
  .footer .outer {
    width: 88%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .outer {
    width: auto;
    padding: 9.7% 6% 5%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .logo {
    width: 64.1%;
    padding-bottom: 20px;
  }
}
.footer .footNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  .footer .footNav {
    display: block;
  }
}
.footer .footNav .list {
  margin-right: 70px;
  padding-top: 15px;
}
@media only screen and (max-width: 640px) {
  .footer .footNav .list {
    margin-right: 0;
    padding-top: 0;
  }
}
.footer .footNav .item {
  margin-top: 10px;
}
.footer .footNav .item a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
  display: block;
}
.footer .footNav .item a:hover {
  opacity: 0.7;
}
.footer .footNav .item a.soon {
  pointer-events: none;
  opacity: 0.2;
}
.footer .foot {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .footer .foot {
    display: block;
    margin-top: -8.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .footer .foot .sns {
    width: auto;
    text-align: right;
  }
}
.footer .foot .sns .icon {
  display: inline-block;
  margin-right: 15px;
}
.footer .foot .sns .icon a {
  transition: opacity 0.2s ease;
  display: block;
}
.footer .foot .sns .icon a:hover {
  opacity: 0.7;
}
.footer .foot .bottom {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .footer .foot .bottom {
    width: auto;
  }
}
.footer .foot .bottomBottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .footer .foot .bottomBottom {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .footer .foot .company {
    width: 33.8%;
    margin: 8.6% 0 0 auto;
  }
}
.footer .foot .bottomNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer .foot .bottomNav {
    margin-top: 5%;
  }
}
.footer .foot .bottomNav .item {
  line-height: 1;
}
.footer .foot .bottomNav .item:not(:first-child) {
  border-left: #fff 1px solid;
  padding-left: 5px;
  margin-left: 5px;
}
.footer .foot .bottomNav .item a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease;
}
.footer .foot .bottomNav .item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .footer .foot .bottomNav .item a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 340px) {
  .footer .foot .bottomNav .item a {
    font-size: 1.1rem;
  }
}
.footer .foot .copyrights {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 50px;
}
@media only screen and (max-width: 960px) {
  .footer .foot .copyrights {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .foot .copyrights {
    padding-right: 0;
    margin-top: 5%;
  }
}

/* Button
---------------------------------------- */
.btn {
  border: 1px solid;
  text-align: center;
  width: 420px;
  height: 60px;
  line-height: 60px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 2.2rem;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 640px) {
  .btn {
    width: 66vw;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
}
.btn::after, .btn::before {
  content: "";
  height: 1px;
  border-bottom: #000 1px solid;
  position: absolute;
  top: 50%;
  right: -37px;
  transition: right 0.2s ease;
}
@media only screen and (max-width: 640px) {
  .btn::after, .btn::before {
    right: -7vw;
  }
}
.btn::after {
  width: 75px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .btn::after {
    width: 14vw;
  }
}
.btn::before {
  width: 20px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center right;
}
@media only screen and (max-width: 640px) {
  .btn::before {
    width: 5vw;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover::after, .btn:hover::before {
  right: -47px;
}
@media only screen and (max-width: 640px) {
  .btn:hover::after, .btn:hover::before {
    right: -7vw;
  }
}

/* faq
---------------------------------------- */
.faq .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.faq .leftSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .faq .leftSide {
    width: 6vw;
  }
}
.faq .rightSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .faq .rightSide {
    width: 6vw;
  }
}
.faq .inner {
  width: 1100px;
}
@media only screen and (max-width: 1240px) {
  .faq .inner {
    width: 88vw;
  }
}
.faq .inner .list .toggle {
  background: #fff;
  color: #191919;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  padding: 20px 60px 20px 80px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s ease;
}
.faq .inner .list .toggle:hover {
  opacity: 0.95;
}
@media only screen and (max-width: 640px) {
  .faq .inner .list .toggle {
    padding: 3vw 11vw 3vw 10vw;
    font-size: 1.5rem;
  }
}
.faq .inner .list .toggle::before {
  content: "";
  width: 20px;
  height: 28px;
  background: url("/wp-content/themes/neohealer_20201224/images/common/faq_q.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 23px;
  left: 35px;
}
@media only screen and (max-width: 640px) {
  .faq .inner .list .toggle::before {
    width: 2.8vw;
    height: 3.7vw;
    top: 4.4vw;
    left: 4vw;
  }
}
.faq .inner .list .toggle::after {
  content: "";
  width: 24px;
  height: 15px;
  background: url("/wp-content/themes/neohealer_20201224/images/common/arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .faq .inner .list .toggle::after {
    width: 12px;
    height: 8px;
    right: 4vw;
  }
}
.faq .inner .list .toggle.is-active::after {
  transform: translateY(-50%) scale(1, -1);
}
.faq .inner .list .target {
  overflow: hidden;
  display: none;
}
.faq .inner .list .target__inner {
  background: #f0f0f0;
  color: #191919;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  padding: 20px 30px 20px 80px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .faq .inner .list .target__inner {
    padding: 3vw 5vw 3vw 10vw;
    font-size: 1.4rem;
    line-height: 1.642;
  }
}
.faq .inner .list .target__inner::before {
  content: "";
  width: 18px;
  height: 22px;
  background: url("/wp-content/themes/neohealer_20201224/images/common/faq_a.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 27px;
  left: 36px;
}
@media only screen and (max-width: 640px) {
  .faq .inner .list .target__inner::before {
    width: 2.5vw;
    height: 2.9vw;
    top: 4.4vw;
    left: 4vw;
  }
}
.faq .inner .list .target__inner a {
  color: #000;
}
.faq .inner .list .target__inner a:hover {
  text-decoration: none;
}
.faq .inner .btn {
  color: #fff;
  margin: 2em auto 0;
}
.faq .inner .btn::after, .faq .inner .btn::before {
  border-color: #fff;
}

.homeHeader {
  background: url("/wp-content/themes/neohealer_20201224/images/home/kv_pc.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .homeHeader {
    background-image: url("/wp-content/themes/neohealer_20201224/images/home/kv_sp.jpg");
  }
}
.homeHeader .logoArea {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 1240px) {
  .homeHeader .logoArea {
    width: 100%;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea {
    width: 75vw;
    margin-right: 6%;
    padding: 0;
  }
}
.homeHeader .logoArea .logo {
  overflow: hidden;
  width: 0;
  transition: width 1s ease;
}
.homeHeader .logoArea .logo.mv {
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .logo.mv {
    width: 75vw;
  }
}
.homeHeader .logoArea .logo span {
  display: block;
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .logo span {
    width: 75vw;
  }
}
.homeHeader .logoArea .logo img {
  width: 100%;
}
.homeHeader .logoArea .catchcopy {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  font-feature-settings: "palt" 1;
  overflow: hidden;
  width: 0;
  transition: width 1s ease 0.15s;
}
@media only screen and (max-width: 640px) {
  .homeHeader .logoArea .catchcopy {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 340px) {
  .homeHeader .logoArea .catchcopy {
    font-size: 1.5rem;
  }
}
.homeHeader .logoArea .catchcopy.mv {
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .catchcopy.mv {
    width: 75vw;
  }
}
.homeHeader .logoArea .catchcopy span {
  display: block;
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .catchcopy span {
    width: 75vw;
  }
}
.homeHeader .logoArea .text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  overflow: hidden;
  width: 0;
  transition: width 1s ease 0.35s;
}
@media only screen and (max-width: 640px) {
  .homeHeader .logoArea .text {
    font-size: 1rem;
  }
}
.homeHeader .logoArea .text.mv {
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .text.mv {
    width: 75vw;
  }
}
.homeHeader .logoArea .text span {
  display: block;
  width: 460px;
}
@media only screen and (max-width: 960px) {
  .homeHeader .logoArea .text span {
    width: 75vw;
  }
}
.homeHeader .scroll {
  position: absolute;
  bottom: 55px;
  right: 3vw;
  z-index: 10;
  width: 1.25vw;
  opacity: 0;
  animation: moving 0.5s ease-out 3s 2 normal forwards running;
}
@media only screen and (max-width: 960px) {
  .homeHeader .scroll {
    width: 3.9vw;
    bottom: 90px;
  }
}
@keyframes moving {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(30px);
    opacity: 1;
  }
}

.home-microcurrent {
  position: relative;
}
.home-microcurrent .title {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 110;
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .title {
    width: 81vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .title {
    width: 78vw;
    top: 0;
    left: 0;
    margin: 1.5vw 0 0 1.5vw;
  }
}
.home-microcurrent .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.home-microcurrent .outer .leftSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .outer .leftSide {
    width: 6vw;
  }
}
.home-microcurrent .outer .rightSide {
  width: calc(50vw - 1100px / 2);
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .outer .rightSide {
    width: 6vw;
  }
}
.home-microcurrent .inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 180px 50px 70px;
  width: 780px;
  margin: 0 0 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .inner {
    width: 83vw;
    padding: 16.3vw 4.5vw 6.3vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .inner {
    width: 83vw;
    margin: 0 0 0 5vw;
    padding: 35.3vw 0 13.3vw 6vw;
  }
}
.home-microcurrent .inner .lead {
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .inner .lead {
    font-size: 2rem;
  }
}
.home-microcurrent .inner .text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.home-microcurrent .inner .text p:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (max-width: 340px) {
  .home-microcurrent .inner .text br {
    display: none;
  }
}
.home-microcurrent .inner .btnArea {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .inner .btnArea {
    margin-top: 8vw;
  }
}
.home-microcurrent .inner .profile {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .inner .profile {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .inner .profile .img {
    position: static;
    width: 25vw;
    margin-right: 2vw;
  }
}
.home-microcurrent .inner .profile .katagaki {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .inner .profile .katagaki {
    font-size: 1rem;
  }
}
.home-microcurrent .inner .profile .name {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.25em;
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .inner .profile .name {
    font-size: 1.3rem;
  }
}
.home-microcurrent .inner .profile .name span {
  font-size: 1.2rem;
  padding-left: 0.25em;
}
.home-microcurrent .material {
  position: absolute;
  top: 540px;
  left: 0;
  z-index: 10;
  width: 26vw;
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .material {
    top: 655px;
  }
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .material {
    top: 1098px;
  }
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .material {
    top: 875px;
    width: 40.8vw;
  }
}
@media only screen and (max-width: 340px) {
  .home-microcurrent .material {
    top: 865px;
  }
}
.home-microcurrent .material img {
  width: 100%;
}
.home-microcurrent .shoulder {
  position: absolute;
  top: 714px;
  right: 3vw;
  z-index: 10;
  width: 1.3vw;
}
@media only screen and (max-width: 1240px) {
  .home-microcurrent .shoulder {
    top: 755px;
  }
}
@media only screen and (max-width: 960px) {
  .home-microcurrent .shoulder {
    top: 1193px;
  }
}
@media only screen and (max-width: 640px) {
  .home-microcurrent .shoulder {
    top: 997px;
    width: 2.4vw;
    right: 2vw;
  }
}
@media only screen and (max-width: 340px) {
  .home-microcurrent .shoulder {
    top: 947px;
  }
}

.home-products {
  position: relative;
  z-index: 200;
  padding-top: 13.8%;
}
@media only screen and (max-width: 640px) {
  .home-products {
    padding-top: 42.4vw;
  }
}
.home-products .title {
  text-align: right;
  z-index: 100;
  position: relative;
  margin-right: 1vw;
}
@media only screen and (max-width: 960px) {
  .home-products .title {
    text-align: left;
    width: 89.2vw;
    margin: 0 0 0 1.5vw;
  }
}
.home-products .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: -2em;
}
@media only screen and (max-width: 640px) {
  .home-products .outer {
    margin-top: -4vw;
  }
}
.home-products .leftSide {
  width: calc(50vw - 1100px / 2);
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1240px) {
  .home-products .leftSide {
    width: 6vw;
  }
}
.home-products .rightSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .home-products .rightSide {
    width: 6vw;
  }
}
.home-products .inner {
  padding: 120px 50px 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  width: 1100px;
}
@media only screen and (max-width: 1240px) {
  .home-products .inner {
    width: 88vw;
    padding: 10.9vw 4.5vw 9vw;
  }
}
@media only screen and (max-width: 640px) {
  .home-products .inner {
    width: 83vw;
    padding: 14.6vw 6vw 25.7vw 0;
    margin-right: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .home-products .inner .sublead {
    font-size: 0.9rem;
  }
}
.home-products .inner .lead {
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .home-products .inner .lead {
    font-size: 2rem;
    line-height: 1.675;
  }
}
.home-products .inner .text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 640px) {
  .home-products .inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.home-products .inner .btn {
  color: #fff;
  margin-top: 2em;
}
.home-products .inner .btn::after, .home-products .inner .btn::before {
  border-color: #fff;
}
.home-products .material {
  position: absolute;
  top: 474px;
  right: 0;
  z-index: 10;
  width: 26vw;
}
@media only screen and (max-width: 1240px) {
  .home-products .material {
    top: 555px;
  }
}
@media only screen and (max-width: 960px) {
  .home-products .material {
    top: 655px;
  }
}
@media only screen and (max-width: 640px) {
  .home-products .material {
    width: 53vw;
    top: 740px;
  }
}
.home-products .material img {
  width: 100%;
}
.home-products .shoulder {
  position: absolute;
  top: 688px;
  left: 3vw;
  z-index: 10;
  width: 1.3vw;
}
@media only screen and (max-width: 1240px) {
  .home-products .shoulder {
    top: 605px;
  }
}
@media only screen and (max-width: 960px) {
  .home-products .shoulder {
    top: 655px;
  }
}
@media only screen and (max-width: 640px) {
  .home-products .shoulder {
    width: 2.4vw;
    top: 730px;
    left: 2vw;
  }
}
.home-how-to-use {
  position: relative;
  z-index: 200;
  padding-top: 13.8%;
}
@media only screen and (max-width: 640px) {
  .home-how-to-use {
    padding-top: 49.6vw;
  }
}
.home-how-to-use .title {
  z-index: 100;
  position: relative;
  padding-left: 1vw;
}
@media only screen and (max-width: 1240px) {
  .home-how-to-use .title {
    width: 85.4vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .title {
    width: 71.3vw;
    padding-left: 0;
    left: 0;
    margin: 0 0 0 1.5vw;
  }
}
.home-how-to-use .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: -2em;
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .outer {
    margin-top: -18.8vw;
  }
}
.home-how-to-use .leftSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .home-how-to-use .leftSide {
    width: 6vw;
  }
}
.home-how-to-use .rightSide {
  width: calc(50vw - 1100px / 2);
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1240px) {
  .home-how-to-use .rightSide {
    width: 6vw;
  }
}
.home-how-to-use .inner {
  padding: 120px 50px 100px 550px;
  background: rgba(255, 255, 255, 0.7);
  width: 1100px;
}
@media only screen and (max-width: 1240px) {
  .home-how-to-use .inner {
    width: 83vw;
    padding: 10.9vw 0vw 9vw 40vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .inner {
    width: 83vw;
    margin-left: 5vw;
    padding: 24.3vw 0 13.3vw 6vw;
  }
}
.home-how-to-use .inner .lead {
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  line-height: 1.35;
}
@media only screen and (max-width: 640px) {
  .home-how-to-use .inner .lead {
    font-size: 2rem;
  }
}
.home-how-to-use .inner .text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 640px) {
  .home-how-to-use .inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.home-how-to-use .inner .img {
  display: none;
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .inner .img {
    display: block;
    width: 100vw;
    position: relative;
    margin-left: -17vw;
    margin-top: 4vw;
    padding-right: 6vw;
  }
}
.home-how-to-use .inner .btnArea {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
  .home-how-to-use .inner .btnArea {
    margin-top: 6vw;
  }
}
.home-how-to-use .material {
  position: absolute;
  top: 27vw;
  left: 0;
  z-index: 10;
  width: 44vw;
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .material {
    display: none;
  }
}
.home-how-to-use .material img {
  width: 100%;
}
.home-how-to-use .shoulder {
  position: absolute;
  top: 44.7vw;
  right: 3vw;
  z-index: 10;
  width: 1.3vw;
}
@media only screen and (max-width: 1240px) {
  .home-how-to-use .shoulder {
    top: 700px;
  }
}
@media only screen and (max-width: 960px) {
  .home-how-to-use .shoulder {
    top: 1240px;
  }
}
@media only screen and (max-width: 640px) {
  .home-how-to-use .shoulder {
    width: 2.4vw;
    top: 955px;
    right: 2vw;
  }
}
@media only screen and (max-width: 340px) {
  .home-how-to-use .shoulder {
    top: 910px;
  }
}

.home-interview {
  position: relative;
  z-index: 200;
  padding-top: 21%;
}
@media only screen and (max-width: 960px) {
  .home-interview {
    padding-top: 30.4vw;
  }
}
.home-interview .title {
  text-align: right;
  z-index: 100;
  position: relative;
  margin-right: 1vw;
}
@media only screen and (max-width: 960px) {
  .home-interview .title {
    text-align: left;
    width: 89.2vw;
    margin: 0 0 0 1.5vw;
  }
}
.home-interview .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 245px;
}
@media only screen and (max-width: 960px) {
  .home-interview .outer {
    margin-top: -4.4vw;
  }
}
.home-interview .leftSide {
  width: calc(50vw - 1100px / 2);
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1240px) {
  .home-interview .leftSide {
    width: 6vw;
  }
}
.home-interview .rightSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .home-interview .rightSide {
    width: 6vw;
  }
}
.home-interview .inner {
  padding: 120px 50px 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  width: 1100px;
}
@media only screen and (max-width: 1240px) {
  .home-interview .inner {
    width: 88vw;
    padding: 10.9vw 4.5vw 9vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-interview .inner {
    width: 83vw;
    margin-right: 5vw;
    padding: 10.6vw 6vw 13.3vw 0;
  }
}
.home-interview .inner .movie {
  text-align: center;
  margin: -390px auto 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  width: 800px;
}
@media only screen and (max-width: 960px) {
  .home-interview .inner .movie {
    margin-top: 0;
    width: 94vw;
  }
}
.home-interview .inner .movie:hover {
  opacity: 0.9;
}
.home-interview .inner .text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .home-interview .inner .text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 9.3%;
    text-align: left;
  }
}
.home-interview .inner .btn {
  color: #fff;
  margin: 2em auto 0;
}
@media only screen and (max-width: 640px) {
  .home-interview .inner .btn {
    margin-left: 0;
  }
}
.home-interview .inner .btn::after, .home-interview .inner .btn::before {
  border-color: #fff;
}
.home-interview .shoulder {
  position: absolute;
  top: 926px;
  left: 3vw;
  z-index: 10;
  width: 1.3vw;
}
@media only screen and (max-width: 1240px) {
  .home-interview .shoulder {
    top: 757px;
  }
}
@media only screen and (max-width: 960px) {
  .home-interview .shoulder {
    top: 809px;
  }
}
@media only screen and (max-width: 640px) {
  .home-interview .shoulder {
    width: 2.4vw;
    top: 570px;
    left: 2vw;
  }
}
@media only screen and (max-width: 340px) {
  .home-interview .shoulder {
    top: 505px;
  }
}

.remodal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.remodal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.remodal .video {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media only screen and (max-width: 960px) {
  .remodal .video {
    width: 90vw;
  }
}
@media only screen and (max-width: 640px) {
  .remodal .video {
    width: 100vw;
  }
}
.remodal .video iframe {
  width: 100%;
  height: 45vw;
  outline: 0;
}
@media only screen and (max-width: 960px) {
  .remodal .video iframe {
    height: 50.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .remodal .video iframe {
    height: 56.25vw;
  }
}
.remodal .close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 60px;
  cursor: pointer;
  z-index: 500;
}
@media only screen and (max-width: 1240px) {
  .remodal .close {
    top: 3vw;
    right: 3vw;
    max-width: 15vw;
  }
}

.home-news {
  position: relative;
  z-index: 200;
  padding-top: 9.3%;
}
@media only screen and (max-width: 640px) {
  .home-news {
    padding-top: 40vw;
  }
}
.home-news .title {
  z-index: 100;
  position: relative;
  padding-left: 1%;
}
@media only screen and (max-width: 960px) {
  .home-news .title {
    width: 49.4vw;
    padding: 0;
    margin: 0 0 0 1.5vw;
  }
}
.home-news .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: -2em;
}
@media only screen and (max-width: 960px) {
  .home-news .outer {
    margin-top: -4.9vw;
  }
}
.home-news .leftSide {
  width: calc(50vw - 1100px / 2);
}
@media only screen and (max-width: 1240px) {
  .home-news .leftSide {
    width: 6vw;
  }
}
.home-news .rightSide {
  width: calc(50vw - 1100px / 2);
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1240px) {
  .home-news .rightSide {
    width: 6vw;
  }
}
.home-news .inner {
  padding: 65px 50px 70px;
  background: rgba(255, 255, 255, 0.7);
  width: 1100px;
}
@media only screen and (max-width: 1240px) {
  .home-news .inner {
    width: 88vw;
    padding: 5.9vw 4.5vw 6.3vw;
  }
}
@media only screen and (max-width: 960px) {
  .home-news .inner {
    width: 83vw;
    margin-left: 5vw;
    padding: 6vw 0 13.3vw 6vw;
  }
}
.home-news .inner .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 960px) {
  .home-news .inner .list {
    display: block;
  }
}
.home-news .inner .list .item {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  .home-news .inner .list .item {
    width: 100%;
    margin-top: 11.3%;
  }
}
.home-news .inner .list .item a {
  text-decoration: none;
  color: #191919;
  transition: opacity 0.2s ease;
  display: block;
}
.home-news .inner .list .item a:hover {
  opacity: 0.7;
}
.home-news .inner .list .item a .date {
  color: #828282;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .home-news .inner .list .item a .date {
    font-size: 0.9rem;
  }
}
.home-news .inner .list .item a .midashi {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 640px) {
  .home-news .inner .list .item a .midashi {
    font-size: 1.9rem;
    line-height: 1.526;
    margin-top: 0;
  }
}
.home-news .inner .list .item a .text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 640px) {
  .home-news .inner .list .item a .text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.home-news .inner .btn {
  margin: 2em auto 0;
}
@media only screen and (max-width: 640px) {
  .home-news .inner .btn {
    margin-left: 0;
  }
}

.home-faq {
  position: relative;
  z-index: 200;
  padding-top: 12.5%;
}
@media only screen and (max-width: 640px) {
  .home-faq {
    padding-top: 26.6vw;
  }
}
.home-faq .title {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .home-faq .title {
    width: 17.2vw;
    margin: 0 auto;
  }
}
.home-faq .subtitle {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin: 0.75em 0 3em;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .home-faq .subtitle {
    font-size: 1.1rem;
  }
}
.home-faq .leftSide,
.home-faq .rightSide,
.home-faq .inner {
  background: rgba(0, 0, 0, 0.75);
}
.home-faq .inner {
  padding: 120px 50px 100px;
}
@media only screen and (max-width: 1240px) {
  .home-faq .inner {
    padding: 10.9vw 4.5vw 9vw;
  }
}
@media only screen and (max-width: 640px) {
  .home-faq .inner {
    padding: 13.3vw 0;
  }
}

.home-lineup {
  padding: 6.9% 0 9.7%;
}
.home-lineup .title {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .home-lineup .title {
    width: 31.6vw;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.home-lineup .list {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .home-lineup .list {
    width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .home-lineup .list {
    width: auto;
  }
}
.home-lineup .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .home-lineup .item {
    display: block;
  }
}
.home-lineup .item .imgArea {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .home-lineup .item .imgArea {
    width: 88vw;
    margin: 0 auto;
  }
}
.home-lineup .item .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-lineup .item .textArea {
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 60px;
}
@media only screen and (max-width: 1240px) {
  .home-lineup .item .textArea {
    padding: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .home-lineup .item .textArea {
    width: 88vw;
    margin: 0 auto;
    padding: 8vw 6vw 9.3vw;
  }
}
.home-lineup .item .name {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .home-lineup .item .name {
    font-size: 1.2rem;
  }
}
.home-lineup .item .catchcopy {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.52;
}
@media only screen and (max-width: 640px) {
  .home-lineup .item .catchcopy {
    font-size: 1.7rem;
    line-height: 1.47;
  }
}
.home-lineup .item .price {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 640px) {
  .home-lineup .item .price {
    font-size: 1.5rem;
  }
}
.home-lineup .item .price span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .home-lineup .item .price span {
    font-size: 1.1rem;
  }
}
.home-lineup .item .btnArea {
  margin-top: 1.5em;
}
.home-lineup .item .btnArea .btn {
  width: 316px;
}
@media only screen and (max-width: 960px) {
  .home-lineup .item .btnArea .btn {
    width: 88%;
  }
}

.home-salon {
  padding: 6.9% 0;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 640px) {
  .home-salon {
    padding: 12.6% 0;
  }
}
.home-salon .title {
  text-align: center;
  padding-bottom: 3vw;
}
@media only screen and (max-width: 960px) {
  .home-salon .title {
    width: 15.4vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .home-salon .title {
    width: 29.6vw;
    padding-bottom: 5vw;
  }
}
.home-salon .text {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .home-salon .text {
    font-size: 1.6rem;
  }
}
.home-salon .btn {
  margin: 2em auto 0;
}

.interviewHeader {
  background: url("/wp-content/themes/neohealer_20201224/images/interview/header.jpg") center center no-repeat;
  background-size: cover;
  height: 580px;
  padding: 30px 4vw 0;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader {
    padding: 30px 3vw 0;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader {
    background-image: url("/wp-content/themes/neohealer_20201224/images/interview/header_sp.jpg");
    height: 82.66vw;
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .logo {
    padding: 30px 3vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .interviewHeader .logo {
    width: 43.8vw;
    padding: 4vw 3vw 0;
  }
}
.interviewHeader .inner {
  width: 1000px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner {
    margin-top: 97px;
    position: relative;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner {
    margin-top: 15vw;
  }
}
.interviewHeader .inner .img {
  width: 480px;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .inner .img {
    width: 48vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner .img {
    width: 58vw;
  }
}
.interviewHeader .inner .textArea {
  width: calc(100% - 480px);
  color: #fff;
  padding: 60px 0 0 70px;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .inner .textArea {
    width: 52vw;
    padding: 6vw 0 0 3vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner .textArea {
    width: 42vw;
    padding: 0 2vw 0 3vw;
  }
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner .textArea {
    margin-top: -5rem;
  }
}
.interviewHeader .inner .textArea .num {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner .textArea .num {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 340px) {
  .interviewHeader .inner .textArea .num {
    font-size: 2rem;
  }
}
.interviewHeader .inner .textArea .katagaki {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner .textArea .katagaki {
    font-size: 1.2rem;
  }
}
.interviewHeader .inner .textArea .name {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner .textArea .name {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 340px) {
  .interviewHeader .inner .textArea .name {
    font-size: 2rem;
  }
}
.interviewHeader .inner .textArea .lead {
  margin-top: 0.75em;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner .textArea .lead {
    display: none;
  }
}
.interviewHeader .inner.type02 .img {
  width: 590px;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .inner.type02 .img {
    width: 48vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner.type02 .img {
    width: 58vw;
    margin-top: 13.1578947368vw;
  }
}
.interviewHeader .inner.type02 .textArea {
  width: calc(100% - 590px);
  color: #fff;
  padding: 60px 0 0 70px;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .inner.type02 .textArea {
    width: 52vw;
    padding: 6vw 0 0 3vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .inner.type02 .textArea {
    width: 42vw;
    padding: 0 2vw 0 3vw;
  }
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner.type02 .textArea {
    margin-top: -5rem;
  }
}
.interviewHeader .inner.type02 .textArea .num {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .interviewHeader .inner.type02 .textArea .num {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 340px) {
  .interviewHeader .inner.type02 .textArea .num {
    font-size: 2rem;
  }
}
.interviewHeader .title {
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -543px;
  opacity: 0;
  margin-bottom: -100px;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 1240px) {
  .interviewHeader .title {
    right: 1vw;
    margin-right: 0;
    width: 60vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .title {
    right: auto;
    bottom: auto;
    top: 91px;
    left: 25px;
    width: 74.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .interviewHeader .title {
    top: 18vw;
    left: 4vw;
  }
}
@media only screen and (max-width: 960px) {
  .interviewHeader .title img {
    opacity: 0;
  }
}
.interviewHeader .title.mv {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .interviewHeader .title.mv img {
    opacity: 1;
  }
}

#interview .sp-lead {
  display: none;
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.78;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 960px) {
  #interview .sp-lead {
    display: block;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #interview .sp-lead {
    font-size: 2.1rem;
    padding: 0 3vw 10vw;
  }
}
#interview .main {
  padding: 200px 0 140px;
}
@media only screen and (max-width: 960px) {
  #interview .main {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 640px) {
  #interview .main {
    padding: 24vw 0 18.6vw;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .tabletNoTopMargin {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
#interview .main .lead {
  color: #191919;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.53;
  font-feature-settings: "palt" 1;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media only screen and (max-width: 640px) {
  #interview .main .lead {
    font-size: 1.9rem;
  }
}
#interview .main .lead02 {
  color: #191919;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.53;
  font-feature-settings: "palt" 1;
  padding-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #interview .main .lead02 {
    font-size: 1.9rem;
  }
}
#interview .main .text {
  color: #191919;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 2;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 640px) {
  #interview .main .text {
    font-size: 1.4rem;
  }
}
#interview .main .text p {
  margin-top: 1em;
}
#interview .main .text .interviewee {
  font-weight: 700;
}
#interview .main .section01, #interview .main .section07, #interview .main .section05, #interview .main .section03 {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  #interview .main .section01, #interview .main .section07, #interview .main .section05, #interview .main .section03 {
    width: 100%;
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .section01, #interview .main .section07, #interview .main .section05, #interview .main .section03 {
    padding: 0 6vw;
  }
}
#interview .main .section02, #interview .main #products .section03, #products #interview .main .section03, #interview .main .section08, #interview .main .section06, #interview .main .section04 {
  overflow: hidden;
}
#interview .main .section02 .outer, #interview .main #products .section03 .outer, #products #interview .main .section03 .outer, #interview .main .section08 .outer, #interview .main .section06 .outer, #interview .main .section04 .outer {
  width: 1000px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1240px) {
  #interview .main .section02 .outer, #interview .main #products .section03 .outer, #products #interview .main .section03 .outer, #interview .main .section08 .outer, #interview .main .section06 .outer, #interview .main .section04 .outer {
    width: 100%;
    padding: 0 3vw 50px;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .section02 .outer, #interview .main #products .section03 .outer, #products #interview .main .section03 .outer, #interview .main .section08 .outer, #interview .main .section06 .outer, #interview .main .section04 .outer {
    margin-top: 9.3vw;
    display: block;
    padding: 0 6vw 50px;
    margin-top: 16vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview .main .section02 .outer, #interview .main #products .section03 .outer, #products #interview .main .section03 .outer, #interview .main .section08 .outer, #interview .main .section06 .outer, #interview .main .section04 .outer {
    padding-bottom: 6.6vw;
  }
}
#interview .main .section02 .textArea, #interview .main #products .section03 .textArea, #products #interview .main .section03 .textArea, #interview .main .section08 .textArea, #interview .main .section06 .textArea, #interview .main .section04 .textArea {
  width: 458px;
  margin-top: 70px;
}
@media only screen and (max-width: 1240px) {
  #interview .main .section02 .textArea, #interview .main #products .section03 .textArea, #products #interview .main .section03 .textArea, #interview .main .section08 .textArea, #interview .main .section06 .textArea, #interview .main .section04 .textArea {
    width: 45.8%;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .section02 .textArea, #interview .main #products .section03 .textArea, #products #interview .main .section03 .textArea, #interview .main .section08 .textArea, #interview .main .section06 .textArea, #interview .main .section04 .textArea {
    width: 100%;
    margin-top: 0;
  }
}
#interview .main .section02 .imgArea, #interview .main #products .section03 .imgArea, #products #interview .main .section03 .imgArea, #interview .main .section08 .imgArea, #interview .main .section06 .imgArea, #interview .main .section04 .imgArea {
  width: 480px;
  margin-top: 0.5em;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  #interview .main .section02 .imgArea, #interview .main #products .section03 .imgArea, #products #interview .main .section03 .imgArea, #interview .main .section08 .imgArea, #interview .main .section06 .imgArea, #interview .main .section04 .imgArea {
    width: 48%;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .section02 .imgArea, #interview .main #products .section03 .imgArea, #products #interview .main .section03 .imgArea, #interview .main .section08 .imgArea, #interview .main .section06 .imgArea, #interview .main .section04 .imgArea {
    width: 100%;
    margin-top: 9.3vw;
  }
}
#interview .main .section02 .imgArea::before, #interview .main #products .section03 .imgArea::before, #products #interview .main .section03 .imgArea::before, #interview .main .section08 .imgArea::before, #interview .main .section06 .imgArea::before, #interview .main .section04 .imgArea::before {
  content: "";
  width: 100vw;
  height: 386px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #interview .main .section02 .imgArea::before, #interview .main #products .section03 .imgArea::before, #products #interview .main .section03 .imgArea::before, #interview .main .section08 .imgArea::before, #interview .main .section06 .imgArea::before, #interview .main .section04 .imgArea::before {
    height: 70.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview .main .section02 .imgArea::before, #interview .main #products .section03 .imgArea::before, #products #interview .main .section03 .imgArea::before, #interview .main .section08 .imgArea::before, #interview .main .section06 .imgArea::before, #interview .main .section04 .imgArea::before {
    top: 6.6vw;
    left: 12vw;
  }
}
#interview .main .section02 .imgArea img, #interview .main #products .section03 .imgArea img, #products #interview .main .section03 .imgArea img, #interview .main .section08 .imgArea img, #interview .main .section06 .imgArea img, #interview .main .section04 .imgArea img {
  width: 100%;
}
#interview .main .section03 {
  margin-top: 70px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section04 .outer {
    margin-top: 0;
  }
}
#interview .main .section04 .imgArea::before {
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 640px) {
  #interview .main .section04 .imgArea::before {
    right: 12vw;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .section04 .textArea {
    margin-top: 25.3vw;
  }
}
#interview .main .section05 {
  margin-top: 70px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section05 {
    margin-top: 9.3vw;
  }
}
#interview .main .section06 .outer {
  margin-top: 70px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section06 .outer {
    margin-top: 9.3vw;
  }
}
#interview .main .section06 .imgArea {
  width: 100%;
}
#interview .main .section06 .imgArea::before {
  height: 501px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section06 .imgArea::before {
    height: 70.4vw;
  }
}
#interview .main .section07 {
  margin-top: 70px;
}
#interview .main .section08 .outer {
  margin-top: 70px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section08 .outer {
    margin-top: 9.3vw;
  }
}
#interview .main .section08 .imgArea {
  width: 100%;
}
#interview .main .section08 .imgArea::before {
  height: 501px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 960px) {
  #interview .main .section08 .imgArea::before {
    height: 70.4vw;
  }
}
#interview .main .profile {
  margin: 140px auto 0;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1240px) {
  #interview .main .profile {
    width: 100%;
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .profile {
    display: block;
    width: 66.4%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #interview .main .profile {
    margin-top: 26.6vw;
  }
}
#interview .main .profile .imgArea {
  width: 380px;
}
@media only screen and (max-width: 1240px) {
  #interview .main .profile .imgArea {
    width: 38%;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .profile .imgArea {
    width: 100%;
  }
}
#interview .main .profile .imgArea img {
  width: 100%;
}
#interview .main .profile .textArea {
  width: 560px;
}
@media only screen and (max-width: 1240px) {
  #interview .main .profile .textArea {
    width: 56%;
  }
}
@media only screen and (max-width: 960px) {
  #interview .main .profile .textArea {
    width: 100%;
    margin-top: 9.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview .main .profile .textArea .title {
    width: 17.4vw;
  }
}
#interview .main .profile .textArea .name {
  color: #191919;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  #interview .main .profile .textArea .name {
    font-size: 2.7rem;
    margin-top: 4vw;
  }
}
#interview .main .profile .textArea .name span {
  font-size: 2rem;
  margin-left: 0.5em;
}
@media only screen and (max-width: 640px) {
  #interview .main .profile .textArea .name span {
    font-size: 1.6rem;
  }
}
#interview .main .profile .textArea .data {
  color: #191919;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.76;
  font-feature-settings: "palt" 1;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #interview .main .profile .textArea .data {
    font-size: 1.4rem;
    margin-top: 1vw;
  }
}
#interview .main .profile .textArea .history {
  color: #191919;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.76;
  font-feature-settings: "palt" 1;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #interview .main .profile .textArea .history {
    font-size: 1.4rem;
  }
}
#interview .main .profile .textArea .history__title {
  font-weight: 700;
}
#interview .main .btnArea {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  #interview .main .btnArea {
    margin-top: 18vw;
  }
}
#interview .main .btnArea .backNumber {
  width: 410px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #191919 url("/wp-content/themes/neohealer_20210122/images/interview/arrow.png") right 10px center no-repeat;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05;
  text-decoration: none;
  transition: opacity 0.2s ease;
  position: relative;
  cursor: pointer;
}
#interview .main .btnArea .backNumber:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  #interview .main .btnArea .backNumber {
    width: 86%;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}

#interview .remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}
#interview .backNumberArea {
  max-width: 90%;
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea {
    width: 86%;
  }
}
#interview .backNumberArea .close {
  position: static;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: right;
}
#interview .backNumberArea__inner {
  height: 460px;
  background: #f0f0f0;
  padding: 50px 60px;
  pointer-events: auto;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea__inner {
    padding: 4vh 8vw;
    height: 50vh;
  }
}
#interview .backNumberArea .title {
  text-align: left;
  border-bottom: #000 1px solid;
  padding-bottom: 3px;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea .title img {
    width: 58.4vw;
  }
}
#interview .backNumberArea .backNumberList {
  margin-top: 45px;
  height: 270px;
  overflow-y: auto;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea .backNumberList {
    margin-top: 6.6vw;
    height: 33vh;
  }
}
#interview .backNumberArea .backNumberList__item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea .backNumberList__item:not(:first-child) {
    margin-top: 6.6vw;
  }
}
#interview .backNumberArea .backNumberList__item a {
  color: #000;
  text-decoration: none;
}
#interview .backNumberArea .backNumberList__item a:hover {
  text-decoration: underline;
}
#interview .backNumberArea .backNumberList__item a .interviewTitle {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea .backNumberList__item a .interviewTitle {
    font-size: 1.5rem;
  }
}
#interview .backNumberArea .backNumberList__item a .interviewMidashi {
  font-size: 2rem;
  letter-spacing: 0.05;
}
@media only screen and (max-width: 960px) {
  #interview .backNumberArea .backNumberList__item a .interviewMidashi {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 960px) {
  #products .header .inner .title {
    width: 74.4vw;
  }
}
#products .main {
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  #products .main {
    padding-top: 9.3vw;
  }
}
#products .section01, #products #interview .main .section03, #interview .main #products .section03, #products #interview .main .section05, #interview .main #products .section05, #products #interview .main .section07, #interview .main #products .section07 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2.25;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1240px) {
  #products .section01, #products #interview .main .section03, #interview .main #products .section03, #products #interview .main .section05, #interview .main #products .section05, #products #interview .main .section07, #interview .main #products .section07 {
    font-size: 1.8rem;
    padding: 0 6vw 90px;
  }
}
@media only screen and (max-width: 960px) {
  #products .section01, #products #interview .main .section03, #interview .main #products .section03, #products #interview .main .section05, #interview .main #products .section05, #products #interview .main .section07, #interview .main #products .section07 {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #products .section01, #products #interview .main .section03, #interview .main #products .section03, #products #interview .main .section05, #interview .main #products .section05, #products #interview .main .section07, #interview .main #products .section07 {
    font-size: 1.4rem;
    line-height: 1.78;
    padding-bottom: 9.3vw;
  }
}
@media only screen and (max-width: 960px) {
  #products .section01 br, #products #interview .main .section03 br, #interview .main #products .section03 br, #products #interview .main .section05 br, #interview .main #products .section05 br, #products #interview .main .section07 br, #interview .main #products .section07 br {
    display: none;
  }
}
#products .section02#text-book, #products #text-book.section03, #products #interview .main #text-book.section04, #interview .main #products #text-book.section04, #products #interview .main #text-book.section06, #interview .main #products #text-book.section06, #products #interview .main #text-book.section08, #interview .main #products #text-book.section08 {
  margin-top: 110px;
}
@media only screen and (max-width: 640px) {
  #products .section02#text-book, #products #text-book.section03, #products #interview .main #text-book.section04, #interview .main #products #text-book.section04, #products #interview .main #text-book.section06, #interview .main #products #text-book.section06, #products #interview .main #text-book.section08, #interview .main #products #text-book.section08 {
    margin-top: 9.3vw;
  }
}
#products .section02 .outer, #products .section03 .outer, #products #interview .main .section04 .outer, #interview .main #products .section04 .outer, #products #interview .main .section06 .outer, #interview .main #products .section06 .outer, #products #interview .main .section08 .outer, #interview .main #products .section08 .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  /*dots*/
}
#products .section02 .outer .leftSide, #products .section03 .outer .leftSide, #products #interview .main .section04 .outer .leftSide, #interview .main #products .section04 .outer .leftSide, #products #interview .main .section06 .outer .leftSide, #interview .main #products .section06 .outer .leftSide, #products #interview .main .section08 .outer .leftSide, #interview .main #products .section08 .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  #products .section02 .outer .leftSide, #products .section03 .outer .leftSide, #products #interview .main .section04 .outer .leftSide, #interview .main #products .section04 .outer .leftSide, #products #interview .main .section06 .outer .leftSide, #interview .main #products .section06 .outer .leftSide, #products #interview .main .section08 .outer .leftSide, #interview .main #products .section08 .outer .leftSide {
    width: 6vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .leftSide, #products .section03 .outer .leftSide, #products #interview .main .section04 .outer .leftSide, #interview .main #products .section04 .outer .leftSide, #products #interview .main .section06 .outer .leftSide, #interview .main #products .section06 .outer .leftSide, #products #interview .main .section08 .outer .leftSide, #interview .main #products .section08 .outer .leftSide {
    display: none;
  }
}
#products .section02 .outer .rightSide, #products .section03 .outer .rightSide, #products #interview .main .section04 .outer .rightSide, #interview .main #products .section04 .outer .rightSide, #products #interview .main .section06 .outer .rightSide, #interview .main #products .section06 .outer .rightSide, #products #interview .main .section08 .outer .rightSide, #interview .main #products .section08 .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  #products .section02 .outer .rightSide, #products .section03 .outer .rightSide, #products #interview .main .section04 .outer .rightSide, #interview .main #products .section04 .outer .rightSide, #products #interview .main .section06 .outer .rightSide, #interview .main #products .section06 .outer .rightSide, #products #interview .main .section08 .outer .rightSide, #interview .main #products .section08 .outer .rightSide {
    width: 6vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .rightSide, #products .section03 .outer .rightSide, #products #interview .main .section04 .outer .rightSide, #interview .main #products .section04 .outer .rightSide, #products #interview .main .section06 .outer .rightSide, #interview .main #products .section06 .outer .rightSide, #products #interview .main .section08 .outer .rightSide, #interview .main #products .section08 .outer .rightSide {
    display: none;
  }
}
#products .section02 .outer .inner, #products .section03 .outer .inner, #products #interview .main .section04 .outer .inner, #interview .main #products .section04 .outer .inner, #products #interview .main .section06 .outer .inner, #interview .main #products .section06 .outer .inner, #products #interview .main .section08 .outer .inner, #interview .main #products .section08 .outer .inner {
  padding: 50px 0 50px 60px;
  background: #fff;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1240px) {
  #products .section02 .outer .inner, #products .section03 .outer .inner, #products #interview .main .section04 .outer .inner, #interview .main #products .section04 .outer .inner, #products #interview .main .section06 .outer .inner, #interview .main #products .section06 .outer .inner, #products #interview .main .section08 .outer .inner, #interview .main #products .section08 .outer .inner {
    width: 88vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .inner, #products .section03 .outer .inner, #products #interview .main .section04 .outer .inner, #interview .main #products .section04 .outer .inner, #products #interview .main .section06 .outer .inner, #interview .main #products .section06 .outer .inner, #products #interview .main .section08 .outer .inner, #interview .main #products .section08 .outer .inner {
    display: block;
    width: 100%;
    padding: 13.3vw 6vw;
  }
}
#products .section02 .outer .imgArea, #products .section03 .outer .imgArea, #products #interview .main .section04 .outer .imgArea, #interview .main #products .section04 .outer .imgArea, #products #interview .main .section06 .outer .imgArea, #interview .main #products .section06 .outer .imgArea, #products #interview .main .section08 .outer .imgArea, #interview .main #products .section08 .outer .imgArea {
  width: 440px;
}
@media only screen and (max-width: 1240px) {
  #products .section02 .outer .imgArea, #products .section03 .outer .imgArea, #products #interview .main .section04 .outer .imgArea, #interview .main #products .section04 .outer .imgArea, #products #interview .main .section06 .outer .imgArea, #interview .main #products .section06 .outer .imgArea, #products #interview .main .section08 .outer .imgArea, #interview .main #products .section08 .outer .imgArea {
    width: 47.5%;
  }
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .imgArea, #products .section03 .outer .imgArea, #products #interview .main .section04 .outer .imgArea, #interview .main #products .section04 .outer .imgArea, #products #interview .main .section06 .outer .imgArea, #interview .main #products .section06 .outer .imgArea, #products #interview .main .section08 .outer .imgArea, #interview .main #products .section08 .outer .imgArea {
    width: 100%;
  }
}
#products .section02 .outer .imgArea .logoImg, #products .section03 .outer .imgArea .logoImg, #products #interview .main .section04 .outer .imgArea .logoImg, #interview .main #products .section04 .outer .imgArea .logoImg, #products #interview .main .section06 .outer .imgArea .logoImg, #interview .main #products .section06 .outer .imgArea .logoImg, #products #interview .main .section08 .outer .imgArea .logoImg, #interview .main #products .section08 .outer .imgArea .logoImg {
  display: none;
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .imgArea .logoImg, #products .section03 .outer .imgArea .logoImg, #products #interview .main .section04 .outer .imgArea .logoImg, #interview .main #products .section04 .outer .imgArea .logoImg, #products #interview .main .section06 .outer .imgArea .logoImg, #interview .main #products .section06 .outer .imgArea .logoImg, #products #interview .main .section08 .outer .imgArea .logoImg, #interview .main #products .section08 .outer .imgArea .logoImg {
    display: block;
    width: 56vw;
    margin: 0 auto;
  }
}
#products .section02 .outer .imgArea .name, #products .section03 .outer .imgArea .name, #products #interview .main .section04 .outer .imgArea .name, #interview .main #products .section04 .outer .imgArea .name, #products #interview .main .section06 .outer .imgArea .name, #interview .main #products .section06 .outer .imgArea .name, #products #interview .main .section08 .outer .imgArea .name, #interview .main #products .section08 .outer .imgArea .name {
  display: none;
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .imgArea .name, #products .section03 .outer .imgArea .name, #products #interview .main .section04 .outer .imgArea .name, #interview .main #products .section04 .outer .imgArea .name, #products #interview .main .section06 .outer .imgArea .name, #interview .main #products .section06 .outer .imgArea .name, #products #interview .main .section08 .outer .imgArea .name, #interview .main #products .section08 .outer .imgArea .name {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 6vw;
  }
}
#products .section02 .outer .productSlide, #products .section03 .outer .productSlide, #products #interview .main .section04 .outer .productSlide, #interview .main #products .section04 .outer .productSlide, #products #interview .main .section06 .outer .productSlide, #interview .main #products .section06 .outer .productSlide, #products #interview .main .section08 .outer .productSlide, #interview .main #products .section08 .outer .productSlide {
  opacity: 0;
}
#products .section02 .outer .productSlide.slick-initialized, #products .section03 .outer .productSlide.slick-initialized, #products #interview .main .section04 .outer .productSlide.slick-initialized, #interview .main #products .section04 .outer .productSlide.slick-initialized, #products #interview .main .section06 .outer .productSlide.slick-initialized, #interview .main #products .section06 .outer .productSlide.slick-initialized, #products #interview .main .section08 .outer .productSlide.slick-initialized, #interview .main #products .section08 .outer .productSlide.slick-initialized {
  opacity: 1;
}
#products .section02 .outer .slick-slide, #products .section03 .outer .slick-slide, #products #interview .main .section04 .outer .slick-slide, #interview .main #products .section04 .outer .slick-slide, #products #interview .main .section06 .outer .slick-slide, #interview .main #products .section06 .outer .slick-slide, #products #interview .main .section08 .outer .slick-slide, #interview .main #products .section08 .outer .slick-slide {
  outline: 0;
}
#products .section02 .outer .slick-dots, #products .section03 .outer .slick-dots, #products #interview .main .section04 .outer .slick-dots, #interview .main #products .section04 .outer .slick-dots, #products #interview .main .section06 .outer .slick-dots, #interview .main #products .section06 .outer .slick-dots, #products #interview .main .section08 .outer .slick-dots, #interview .main #products .section08 .outer .slick-dots {
  position: static !important;
  margin: 10px auto !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}
#products .section02 .outer .slick-dots li, #products .section03 .outer .slick-dots li, #products #interview .main .section04 .outer .slick-dots li, #interview .main #products .section04 .outer .slick-dots li, #products #interview .main .section06 .outer .slick-dots li, #interview .main #products .section06 .outer .slick-dots li, #products #interview .main .section08 .outer .slick-dots li, #interview .main #products .section08 .outer .slick-dots li {
  width: 30%;
  cursor: pointer;
  line-height: 0;
  background: #000;
}
#products .section02 .outer .slick-dots li img, #products .section03 .outer .slick-dots li img, #products #interview .main .section04 .outer .slick-dots li img, #interview .main #products .section04 .outer .slick-dots li img, #products #interview .main .section06 .outer .slick-dots li img, #interview .main #products .section06 .outer .slick-dots li img, #products #interview .main .section08 .outer .slick-dots li img, #interview .main #products .section08 .outer .slick-dots li img {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#products .section02 .outer .slick-dots li img, #products .section03 .outer .slick-dots li img, #products #interview .main .section04 .outer .slick-dots li img, #interview .main #products .section04 .outer .slick-dots li img, #products #interview .main .section06 .outer .slick-dots li img, #interview .main #products .section06 .outer .slick-dots li img, #products #interview .main .section08 .outer .slick-dots li img, #interview .main #products .section08 .outer .slick-dots li img {
  width: 100%;
}
#products .section02 .outer .slick-dots li:hover img, #products .section03 .outer .slick-dots li:hover img, #products #interview .main .section04 .outer .slick-dots li:hover img, #interview .main #products .section04 .outer .slick-dots li:hover img, #products #interview .main .section06 .outer .slick-dots li:hover img, #interview .main #products .section06 .outer .slick-dots li:hover img, #products #interview .main .section08 .outer .slick-dots li:hover img, #interview .main #products .section08 .outer .slick-dots li:hover img,
#products .section02 .outer .slick-dots li.slick-active img,
#products .section03 .outer .slick-dots li.slick-active img,
#products #interview .main .section04 .outer .slick-dots li.slick-active img,
#interview .main #products .section04 .outer .slick-dots li.slick-active img,
#products #interview .main .section06 .outer .slick-dots li.slick-active img,
#interview .main #products .section06 .outer .slick-dots li.slick-active img,
#products #interview .main .section08 .outer .slick-dots li.slick-active img,
#interview .main #products .section08 .outer .slick-dots li.slick-active img {
  opacity: 0.9;
}
#products .section02 .outer .textArea, #products .section03 .outer .textArea, #products #interview .main .section04 .outer .textArea, #interview .main #products .section04 .outer .textArea, #products #interview .main .section06 .outer .textArea, #interview .main #products .section06 .outer .textArea, #products #interview .main .section08 .outer .textArea, #interview .main #products .section08 .outer .textArea {
  width: 410px;
}
@media only screen and (max-width: 1240px) {
  #products .section02 .outer .textArea, #products .section03 .outer .textArea, #products #interview .main .section04 .outer .textArea, #interview .main #products .section04 .outer .textArea, #products #interview .main .section06 .outer .textArea, #interview .main #products .section06 .outer .textArea, #products #interview .main .section08 .outer .textArea, #interview .main #products .section08 .outer .textArea {
    width: 47.5%;
  }
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .textArea, #products .section03 .outer .textArea, #products #interview .main .section04 .outer .textArea, #interview .main #products .section04 .outer .textArea, #products #interview .main .section06 .outer .textArea, #interview .main #products .section06 .outer .textArea, #products #interview .main .section08 .outer .textArea, #interview .main #products .section08 .outer .textArea {
    width: 100%;
  }
}
#products .section02 .outer .textArea .logoImg, #products .section03 .outer .textArea .logoImg, #products #interview .main .section04 .outer .textArea .logoImg, #interview .main #products .section04 .outer .textArea .logoImg, #products #interview .main .section06 .outer .textArea .logoImg, #interview .main #products .section06 .outer .textArea .logoImg, #products #interview .main .section08 .outer .textArea .logoImg, #interview .main #products .section08 .outer .textArea .logoImg {
  text-align: center;
  padding-top: 10px;
}
#products .section02 .outer .textArea .name, #products .section03 .outer .textArea .name, #products #interview .main .section04 .outer .textArea .name, #interview .main #products .section04 .outer .textArea .name, #products #interview .main .section06 .outer .textArea .name, #interview .main #products .section06 .outer .textArea .name, #products #interview .main .section08 .outer .textArea .name, #interview .main #products .section08 .outer .textArea .name {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 15px;
}
#products .section02 .outer .textArea .data, #products .section03 .outer .textArea .data, #products #interview .main .section04 .outer .textArea .data, #interview .main #products .section04 .outer .textArea .data, #products #interview .main .section06 .outer .textArea .data, #interview .main #products .section06 .outer .textArea .data, #products #interview .main .section08 .outer .textArea .data, #interview .main #products .section08 .outer .textArea .data {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 25px;
}
#products .section02 .outer .textArea .note, #products .section03 .outer .textArea .note, #products #interview .main .section04 .outer .textArea .note, #interview .main #products .section04 .outer .textArea .note, #products #interview .main .section06 .outer .textArea .note, #interview .main #products .section06 .outer .textArea .note, #products #interview .main .section08 .outer .textArea .note, #interview .main #products .section08 .outer .textArea .note {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .textArea .note, #products .section03 .outer .textArea .note, #products #interview .main .section04 .outer .textArea .note, #interview .main #products .section04 .outer .textArea .note, #products #interview .main .section06 .outer .textArea .note, #interview .main #products .section06 .outer .textArea .note, #products #interview .main .section08 .outer .textArea .note, #interview .main #products .section08 .outer .textArea .note {
    font-size: 1rem;
  }
}
#products .section02 .outer .textArea .price, #products .section03 .outer .textArea .price, #products #interview .main .section04 .outer .textArea .price, #interview .main #products .section04 .outer .textArea .price, #products #interview .main .section06 .outer .textArea .price, #interview .main #products .section06 .outer .textArea .price, #products #interview .main .section08 .outer .textArea .price, #interview .main #products .section08 .outer .textArea .price {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
}
#products .section02 .outer .textArea .price span, #products .section03 .outer .textArea .price span, #products #interview .main .section04 .outer .textArea .price span, #interview .main #products .section04 .outer .textArea .price span, #products #interview .main .section06 .outer .textArea .price span, #interview .main #products .section06 .outer .textArea .price span, #products #interview .main .section08 .outer .textArea .price span, #interview .main #products .section08 .outer .textArea .price span {
  font-size: 1.5rem;
}
#products .section02 .outer .textArea .btnArea, #products .section03 .outer .textArea .btnArea, #products #interview .main .section04 .outer .textArea .btnArea, #interview .main #products .section04 .outer .textArea .btnArea, #products #interview .main .section06 .outer .textArea .btnArea, #interview .main #products .section06 .outer .textArea .btnArea, #products #interview .main .section08 .outer .textArea .btnArea, #interview .main #products .section08 .outer .textArea .btnArea {
  margin-top: 40px;
  max-width: 340px;
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .textArea .btnArea, #products .section03 .outer .textArea .btnArea, #products #interview .main .section04 .outer .textArea .btnArea, #interview .main #products .section04 .outer .textArea .btnArea, #products #interview .main .section06 .outer .textArea .btnArea, #interview .main #products .section06 .outer .textArea .btnArea, #products #interview .main .section08 .outer .textArea .btnArea, #interview .main #products .section08 .outer .textArea .btnArea {
    margin-top: 6vw;
  }
}
#products .section02 .outer .textArea .btnArea a, #products .section03 .outer .textArea .btnArea a, #products #interview .main .section04 .outer .textArea .btnArea a, #interview .main #products .section04 .outer .textArea .btnArea a, #products #interview .main .section06 .outer .textArea .btnArea a, #interview .main #products .section06 .outer .textArea .btnArea a, #products #interview .main .section08 .outer .textArea .btnArea a, #interview .main #products .section08 .outer .textArea .btnArea a {
  display: block;
  transition: opacity 0.2s ease;
}
#products .section02 .outer .textArea .btnArea a:hover, #products .section03 .outer .textArea .btnArea a:hover, #products #interview .main .section04 .outer .textArea .btnArea a:hover, #interview .main #products .section04 .outer .textArea .btnArea a:hover, #products #interview .main .section06 .outer .textArea .btnArea a:hover, #interview .main #products .section06 .outer .textArea .btnArea a:hover, #products #interview .main .section08 .outer .textArea .btnArea a:hover, #interview .main #products .section08 .outer .textArea .btnArea a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  #products .section02 .outer .textArea .btnArea iframe, #products .section03 .outer .textArea .btnArea iframe, #products #interview .main .section04 .outer .textArea .btnArea iframe, #interview .main #products .section04 .outer .textArea .btnArea iframe, #products #interview .main .section06 .outer .textArea .btnArea iframe, #interview .main #products .section06 .outer .textArea .btnArea iframe, #products #interview .main .section08 .outer .textArea .btnArea iframe, #interview .main #products .section08 .outer .textArea .btnArea iframe {
    width: 100%;
  }
}
#products .neo-healer-tech .textArea {
  width: 48% !important;
}
#products .neo-healer-tech .textArea img {
  width: 100%;
  margin-bottom: 40px;
}
#products .neo-healer-tech .price {
  margin-top: 0 !important;
}
#products .neo-healer-tech .data {
  margin-top: 5px !important;
}
#products .neo-healer-tech .box {
  margin-bottom: 60px !important;
}
#products .neo-healer-tech .btnArea img {
  margin-bottom: 0 !important;
}
#products .section03 {
  margin-top: 110px;
}
@media only screen and (max-width: 640px) {
  #products .section03 {
    margin-top: 9.3vw;
  }
}
#products .section03 .outer .leftSide {
  background: #fff;
}
#products .section03 .outer .rightSide {
  background: none;
}
#products .section03 .outer .inner {
  padding: 50px 60px 50px 0;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  #products .section03 .outer .inner {
    display: block;
    width: 100%;
    padding: 13.3vw 6vw;
  }
}
#products .section04 {
  margin-top: 190px;
}
@media only screen and (max-width: 640px) {
  #products .section04 {
    margin-top: 16vw;
  }
}
#products .section04__title {
  padding-left: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #products .section04__title {
    width: 71vw;
    padding-left: 1vw;
    padding-bottom: 5vw;
  }
}
#products .section04 .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
#products .section04 .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer .leftSide {
    width: 6vw;
  }
}
#products .section04 .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #414141;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer .rightSide {
    width: 6vw;
  }
}
#products .section04 .outer .inner {
  padding: 70px 0 75px 515px;
  background: #414141;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer .inner {
    width: 88vw;
    padding: 70px 0 75px 44vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer .inner {
    width: 83vw;
    margin-left: 5vw;
    display: block;
    padding: 13.3vw 0 20vw 9.3vw;
  }
}
#products .section04 .outer .inner .imgArea {
  position: absolute;
  top: 70px;
  left: calc((50vw - 1000px / 2) * -1);
  width: 46.5vw;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer .inner .imgArea {
    left: -6vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer .inner .imgArea {
    top: auto;
    padding-top: 9.3vw;
    left: -11vw;
    width: 81.3vw;
  }
}
#products .section04 .outer .inner .imgArea img {
  width: 100%;
}
#products .section04 .outer .inner .textArea .lead {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.58;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer .inner .textArea .lead {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 960px) {
  #products .section04 .outer .inner .textArea .lead {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer .inner .textArea .lead {
    font-size: 2rem;
    line-height: 1.675;
  }
}
@media only screen and (max-width: 340px) {
  #products .section04 .outer .inner .textArea .lead {
    font-size: 1.7rem;
  }
}
#products .section04 .outer .inner .textArea .text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer .inner .textArea .text {
    font-size: 1.4rem;
    margin-top: 6.5vw;
  }
}
#products .section04 .outer2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 13.8vw;
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer2 {
    margin-top: 75.6vw;
  }
}
#products .section04 .outer2 .leftSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer2 .leftSide {
    width: 6vw;
  }
}
#products .section04 .outer2 .rightSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer2 .rightSide {
    width: 6vw;
  }
}
#products .section04 .outer2 .inner {
  padding: 80px 110px 370px 0;
  background: #fff;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer2 .inner {
    width: 88vw;
  }
}
@media only screen and (max-width: 960px) {
  #products .section04 .outer2 .inner {
    padding: 80px 6vw 37vw 0;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer2 .inner {
    padding: 13.6vw 6vw 49.7vw 0;
    display: block;
  }
}
#products .section04 .outer2 .inner .imgArea {
  position: absolute;
  top: 360px;
  width: 890px;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer2 .inner .imgArea {
    width: 74.3vw;
  }
}
@media only screen and (max-width: 960px) {
  #products .section04 .outer2 .inner .imgArea {
    padding-right: 8vw;
    top: 53vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer2 .inner .imgArea {
    width: 100%;
    top: auto;
    padding-top: 19.3vw;
    padding-right: 0;
  }
}
#products .section04 .outer2 .inner .textArea .lead {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.17;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .outer2 .inner .textArea .lead {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer2 .inner .textArea .lead {
    font-size: 2rem;
    line-height: 1.675;
  }
}
@media only screen and (max-width: 340px) {
  #products .section04 .outer2 .inner .textArea .lead {
    font-size: 1.7rem;
  }
}
#products .section04 .outer2 .inner .textArea .text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #products .section04 .outer2 .inner .textArea .text {
    font-size: 1.4rem;
    margin-top: 5.3vw;
  }
}
#products .section04 .difference {
  margin: 360px auto 0;
  width: 1000px;
}
@media only screen and (max-width: 1240px) {
  #products .section04 .difference {
    width: 100%;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 960px) {
  #products .section04 .difference {
    margin-top: 36vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section04 .difference {
    margin-top: 45.4vw;
  }
}
#products .section04 .difference .title {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #products .section04 .difference .title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 340px) {
  #products .section04 .difference .title {
    font-size: 1.7rem;
  }
}
#products .section04 .difference .midashi {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #products .section04 .difference .midashi {
    font-size: 1.6rem;
    margin-top: 7vw;
  }
}
#products .section04 .difference .text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  #products .section04 .difference .text {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
#products .section05 {
  margin-top: 190px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 960px) {
  #products .section05 {
    margin-top: 19vw;
    padding-bottom: 14vw;
  }
}
#products .section05__title {
  padding-left: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #products .section05__title {
    width: 96.8vw;
    margin: 0 auto;
    padding: 0 0 3vw;
  }
}
#products .section05 .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
#products .section05 .outer .leftSide {
  width: calc(50% - 1000px / 2);
  background: #414141;
}
@media only screen and (max-width: 1240px) {
  #products .section05 .outer .leftSide {
    width: 6vw;
  }
}
#products .section05 .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #414141;
}
@media only screen and (max-width: 1240px) {
  #products .section05 .outer .rightSide {
    width: 6vw;
  }
}
#products .section05 .outer .inner {
  padding: 80px 0;
  background: #414141;
  width: 1000px;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  #products .section05 .outer .inner {
    width: 88vw;
  }
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner {
    padding: 12.8vw 0;
  }
}
#products .section05 .outer .inner .imgArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner .imgArea {
    display: block;
    margin-top: 13.3vw;
  }
}
#products .section05 .outer .inner .imgArea .img {
  width: 470px;
}
@media only screen and (max-width: 1240px) {
  #products .section05 .outer .inner .imgArea .img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner .imgArea .img {
    width: 72vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner .imgArea .img:last-child {
    margin-top: 10vw;
  }
}
#products .section05 .outer .inner .textArea .text {
  font-size: 2.37rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.73;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner .textArea .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#products .section05 .outer .inner .textArea .note {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2.5;
}
@media only screen and (max-width: 640px) {
  #products .section05 .outer .inner .textArea .note {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#products .section05 .footColumn {
  margin: 90px auto 0;
  width: 1000px;
}
@media only screen and (max-width: 960px) {
  #products .section05 .footColumn {
    margin-top: 9vw;
  }
}
@media only screen and (max-width: 1240px) {
  #products .section05 .footColumn {
    width: 100%;
    padding: 0 6vw;
  }
}
#products .section05 .footColumn:nth-of-type(2) {
  margin-top: 180px;
}
@media only screen and (max-width: 960px) {
  #products .section05 .footColumn:nth-of-type(2) {
    margin-top: 18vw;
  }
}
#products .section05 .footColumn:not(:nth-of-type(2)) .midashi {
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn:not(:nth-of-type(2)) .midashi {
    margin-top: 9.3vw;
  }
}
#products .section05 .footColumn:nth-of-type(4) .text, #products .section05 .footColumn:nth-of-type(5) .text {
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn:nth-of-type(4) .text, #products .section05 .footColumn:nth-of-type(5) .text {
    margin-top: 3vw;
  }
}
#products .section05 .footColumn .title {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn .title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 340px) {
  #products .section05 .footColumn .title {
    font-size: 1.5rem;
  }
}
#products .section05 .footColumn .midashi {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn .midashi {
    font-size: 1.3rem;
    margin-top: 7vw;
  }
}
#products .section05 .footColumn .text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn .text {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
#products .section05 .footColumn .note {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn .note {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
#products .section05 .footColumn .list {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 0.5em;
  margin-left: 1.5em;
}
#products .section05 .footColumn .list li {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  #products .section05 .footColumn .list li {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}

@media only screen and (max-width: 960px) {
  #news .header .inner .title {
    width: 41.3vw;
  }
}
#news .main {
  padding: 90px 0 140px;
}
@media only screen and (max-width: 640px) {
  #news .main {
    padding: 9.3vw 0 18.6vw;
  }
}
#news .news .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
#news .news .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  #news .news .outer .leftSide {
    width: 6vw;
  }
}
#news .news .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  #news .news .outer .rightSide {
    width: 6vw;
  }
}
#news .news .outer .inner {
  padding: 70px 0 70px 60px;
  background: #fff;
  width: 1000px;
}
@media only screen and (max-width: 1240px) {
  #news .news .outer .inner {
    width: 88vw;
    padding: 5vw 6vw;
  }
}
@media only screen and (max-width: 640px) {
  #news .news .outer .inner {
    padding: 0 0 0 6vw;
  }
}
#news .news .outer .newsList__item {
  padding: 25px 0;
  border-bottom: #d2d2d2 1px solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  #news .news .outer .newsList__item {
    display: block;
  }
}
#news .news .outer .newsList__item:last-child {
  border: none;
}
#news .news .outer .newsList__item .date {
  font-size: 1.8rem;
  font-weight: 500;
  color: #828282;
  letter-spacing: 0.05em;
  padding-right: 40px;
  width: 15%;
}
@media only screen and (max-width: 640px) {
  #news .news .outer .newsList__item .date {
    width: 100%;
    font-size: 1.3rem;
    padding-right: 0;
  }
}
#news .news .outer .newsList__item .text {
  width: 85%;
}
@media only screen and (max-width: 640px) {
  #news .news .outer .newsList__item .text {
    width: 100%;
  }
}
#news .news .outer .newsList__item .text a {
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #news .news .outer .newsList__item .text a {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
#news .news .outer .newsList__item .text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article.inner {
    padding: 9.3vw 0 9.3vw 6vw;
  }
}
#news .news .outer article .date {
  font-size: 2rem;
  font-weight: 500;
  color: #828282;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .date {
    font-size: 1.3rem;
  }
}
#news .news .outer article .newsTitle {
  font-size: 3.6rem;
  font-weight: 700;
  color: #191919;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .newsTitle {
    font-size: 2.3rem;
    line-height: 1.43;
  }
}
#news .news .outer article .text {
  margin-top: 50px;
  font-size: 1.7rem;
  color: #191919;
  letter-spacing: 0.05em;
  line-height: 1.76;
  /* editor */
  /* img */
  /* clearfix */
  overflow: hidden;
  position: relative;
  zoom: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text {
    font-size: 1.4rem;
  }
}
#news .news .outer article .text a {
  color: #191919;
  text-decoration: underline;
}
#news .news .outer article .text a:hover {
  text-decoration: none;
}
#news .news .outer article .text strong,
#news .news .outer article .text em {
  font-weight: 700;
}
#news .news .outer article .text p:not(:first-child) {
  margin-top: 1em;
}
#news .news .outer article .text p {
  display: block;
  margin: 1em 0;
}
#news .news .outer article .text strong {
  font-weight: bold;
}
#news .news .outer article .text em {
  font-style: italic;
}
#news .news .outer article .text blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#news .news .outer article .text .aligncenter {
  display: block;
  margin: 0 auto;
}
#news .news .outer article .text .alignright {
  float: right;
}
#news .news .outer article .text .alignleft {
  float: left;
}
#news .news .outer article .text img[class*=wp-image-],
#news .news .outer article .text img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
#news .news .outer article .text .clearfix {
  overflow: hidden;
  zoom: 1;
}
#news .news .outer article .text .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#news .news .outer article .text h2 {
  font-size: 2rem;
}
#news .news .outer article .text h3 {
  font-size: 1.8rem;
}
#news .news .outer article .text h4 {
  font-size: 1.6rem;
}
#news .news .outer article .text table {
  margin: 20px 0 0;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text table {
    margin: 20px 0;
  }
}
#news .news .outer article .text table th,
#news .news .outer article .text table td {
  padding: 10px;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text table th,
  #news .news .outer article .text table td {
    min-width: 75px;
  }
}
#news .news .outer article .text a {
  color: #000;
  text-decoration: underline;
}
#news .news .outer article .text a:hover {
  text-decoration: none;
}
#news .news .outer article .text em {
  font-style: italic;
}
#news .news .outer article .text cite,
#news .news .outer article .text pre {
  margin: 10px 70px 0;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text cite,
  #news .news .outer article .text pre {
    margin: 5px 0 0;
  }
}
#news .news .outer article .text pre {
  white-space: pre-wrap;
}
#news .news .outer article .text ul,
#news .news .outer article .text ol {
  margin: 20px 0 0;
  list-style-position: outside;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text ul,
  #news .news .outer article .text ol {
    margin: 10px 0 0;
  }
}
#news .news .outer article .text ul li,
#news .news .outer article .text ol li {
  margin-left: 1.25em;
}
#news .news .outer article .text ul {
  list-style-type: disc;
}
#news .news .outer article .text ol {
  list-style-type: decimal;
}
#news .news .outer article .text .wp-block-group {
  margin: 20px 0 0;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text .wp-block-group {
    margin: 20px 0 0;
  }
}
#news .news .outer article .text .wp-block-group h2,
#news .news .outer article .text .wp-block-group h3,
#news .news .outer article .text .wp-block-group h4,
#news .news .outer article .text .wp-block-group p,
#news .news .outer article .text .wp-block-group cite,
#news .news .outer article .text .wp-block-group pre,
#news .news .outer article .text .wp-block-group ul,
#news .news .outer article .text .wp-block-group ol {
  margin-left: 0;
  margin-right: 0;
}
#news .news .outer article .text .wp-block-image {
  clear: both;
}
#news .news .outer article .text .wp-block-image .aligncenter,
#news .news .outer article .text .wp-block-image .alignright,
#news .news .outer article .text .wp-block-image .alignleft {
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text .wp-block-image .aligncenter,
  #news .news .outer article .text .wp-block-image .alignright,
  #news .news .outer article .text .wp-block-image .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
#news .news .outer article .text .wp-block-table {
  clear: both;
}
#news .news .outer article .text .wp-block-embed {
  margin: 20px auto 0;
  width: 940px;
}
@media only screen and (max-width: 640px) {
  #news .news .outer article .text .wp-block-embed {
    margin: 20px 0;
    width: auto;
  }
}
#news .news .backBtn {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn {
    margin-top: 12vw;
  }
}
#news .news .backBtn a {
  margin: 0 auto;
  display: block;
  text-align: center;
  border: #191919 1px solid;
  width: 420px;
  height: 60px;
  line-height: 60px;
  color: #191919;
  text-decoration: none;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn a {
    width: 66vw;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
}
#news .news .backBtn a::after, #news .news .backBtn a::before {
  content: "";
  height: 1px;
  border-bottom: #000 1px solid;
  position: absolute;
  top: 50%;
  left: -37px;
  transition: left 0.2s ease;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn a::after, #news .news .backBtn a::before {
    left: -7vw;
  }
}
#news .news .backBtn a::after {
  width: 75px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn a::after {
    width: 14vw;
  }
}
#news .news .backBtn a::before {
  width: 20px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center left;
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn a::before {
    width: 5vw;
  }
}
#news .news .backBtn a:hover {
  opacity: 0.7;
}
#news .news .backBtn a:hover::after, #news .news .backBtn a:hover::before {
  left: -47px;
}
@media only screen and (max-width: 640px) {
  #news .news .backBtn a:hover::after, #news .news .backBtn a:hover::before {
    left: -7vw;
  }
}

@media only screen and (max-width: 960px) {
  #faq .header .inner .title {
    width: 27.7vw;
  }
}
#faq .main {
  padding: 90px 0 140px;
}
@media only screen and (max-width: 640px) {
  #faq .main {
    padding: 9.3vw 0 18.6vw;
  }
}
#faq .faq__title {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #faq .faq__title {
    font-size: 1.6rem;
    margin-top: 6.6vw;
  }
}

@media only screen and (max-width: 960px) {
  #company .header .inner .title {
    width: 69.7vw;
  }
}
#company .main {
  padding: 90px 0 0;
}
@media only screen and (max-width: 640px) {
  #company .main {
    padding: 7.3vw 0 0;
  }
}
#company .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  #company .wrapper {
    width: 88vw;
  }
}
#company .company:nth-child(1) .title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #company .company:nth-child(1) .title {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 340px) {
  #company .company:nth-child(1) .title {
    font-size: 1.8rem;
  }
}
#company .company:nth-child(2) {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  #company .company:nth-child(2) {
    margin-top: 12.4vw;
  }
}
#company .company:nth-child(2) .title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #company .company:nth-child(2) .title {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 340px) {
  #company .company:nth-child(2) .title {
    font-size: 1.8rem;
  }
}
#company .company .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #company .company .outer {
    margin-top: 5vw;
  }
}
#company .company .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  #company .company .outer .leftSide {
    width: 6vw;
  }
}
#company .company .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  #company .company .outer .rightSide {
    width: 6vw;
  }
}
#company .company .outer .inner {
  padding: 50px 60px;
  background: #fff;
  width: 1000px;
}
@media only screen and (max-width: 1240px) {
  #company .company .outer .inner {
    width: 88vw;
    padding: 5vw 6vw;
  }
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner {
    padding: 9.3vw 0 9.3vw 6vw;
  }
}
#company .company .outer .inner table {
  width: 100%;
}
#company .company .outer .inner table th,
#company .company .outer .inner table td {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  padding-top: 20px;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner table th,
  #company .company .outer .inner table td {
    font-size: 1.4rem;
    padding-top: 0;
    display: block;
  }
}
#company .company .outer .inner table th {
  width: 17%;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner table th {
    width: 100%;
    padding-top: 3.5vw;
  }
}
#company .company .outer .inner table td {
  width: 83%;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner table td {
    width: 100%;
  }
}
#company .company .outer .inner table tr:first-child th,
#company .company .outer .inner table tr:first-child td {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner table tr:first-child th,
  #company .company .outer .inner table tr:first-child td {
    padding-top: 0;
  }
}
#company .company .outer .inner .text {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.22;
  font-feature-settings: "palt" 1;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner .text {
    font-size: 1.4rem;
    padding-top: 3.5vw;
  }
}
#company .company .outer .inner .text:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner .text:first-child {
    padding-top: 0;
  }
}
#company .company .outer .inner .note {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  #company .company .outer .inner .note {
    font-size: 1.2rem;
    padding-top: 3.5vw;
  }
}

#privacypolicy {
  width: 1000px;
  margin: 120px auto 0;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1240px) {
  #privacypolicy {
    width: 88%;
  }
}
@media only screen and (max-width: 640px) {
  #privacypolicy {
    margin-top: 18.6vw;
    padding-bottom: 18.6vw;
  }
}
#privacypolicy .toggle {
  background: #505050;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #privacypolicy .toggle {
    font-size: 1.6rem;
    height: 13.3vw;
    line-height: 13.3vw;
  }
}
@media only screen and (max-width: 340px) {
  #privacypolicy .toggle {
    font-size: 1.4rem;
  }
}
#privacypolicy .toggle::after {
  content: "";
  width: 24px;
  height: 15px;
  background: url("/wp-content/themes/neohealer_20201224/images/company/arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  #privacypolicy .toggle::after {
    width: 12px;
    height: 8px;
    right: 4vw;
  }
}
#privacypolicy .toggle.is-active::after {
  transform: translateY(-50%) scale(1, -1);
}
#privacypolicy .target {
  display: none;
}
#privacypolicy .target .inner {
  background: #fff;
  padding: 50px 60px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  line-height: 1.73;
}
@media only screen and (max-width: 640px) {
  #privacypolicy .target .inner {
    padding: 4.5vw;
    font-size: 1.2rem;
  }
}
#privacypolicy .target dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #privacypolicy .target dt {
    font-size: 1.5rem;
    margin-top: 7vw;
  }
}
@media only screen and (max-width: 340px) {
  #privacypolicy .target dt {
    font-size: 1.4rem;
  }
}
#privacypolicy .target dd p:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #privacypolicy .target dd p:not(:first-child) {
    margin-top: 7vw;
  }
}
#privacypolicy .target .note {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #privacypolicy .target .note {
    margin-top: 7vw;
  }
}

@media only screen and (max-width: 960px) {
  #microcurrent .header .inner .title {
    width: 88vw;
  }
}
@media only screen and (max-width: 640px) {
  #microcurrent .header .inner .title {
    width: 65.2vw;
  }
}
#microcurrent .main {
  padding: 90px 0 140px;
}
@media only screen and (max-width: 640px) {
  #microcurrent .main {
    padding: 9.3vw 0 18.6vw;
  }
}
#microcurrent .profile {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1240px) {
  #microcurrent .profile {
    width: 88%;
  }
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile {
    display: block;
    width: 100%;
  }
}
#microcurrent .profile .imgArea {
  width: 260px;
}
@media only screen and (max-width: 1240px) {
  #microcurrent .profile .imgArea {
    width: 26vw;
  }
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile .imgArea {
    width: 42.4vw;
    margin: 0 auto;
  }
}
#microcurrent .profile .imgArea img {
  width: 100%;
}
#microcurrent .profile .textArea {
  width: calc(1000px - 320px);
}
@media only screen and (max-width: 1240px) {
  #microcurrent .profile .textArea {
    width: 56vw;
  }
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile .textArea {
    width: 88%;
    margin: 4vw auto 0;
  }
}
#microcurrent .profile .textArea .katagaki {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile .textArea .katagaki {
    padding: 0 22.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #microcurrent .profile .textArea .katagaki {
    font-size: 1.2rem;
  }
}
#microcurrent .profile .textArea .name {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile .textArea .name {
    padding: 0 22.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #microcurrent .profile .textArea .name {
    font-size: 2rem;
  }
}
#microcurrent .profile .textArea .name span {
  font-size: 2rem;
  margin-left: 0.25em;
}
@media only screen and (max-width: 640px) {
  #microcurrent .profile .textArea .name span {
    font-size: 1.2rem;
  }
}
#microcurrent .profile .textArea .text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.5em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 960px) {
  #microcurrent .profile .textArea .text {
    margin-top: 2.7vw;
  }
}
@media only screen and (max-width: 640px) {
  #microcurrent .profile .textArea .text {
    font-size: 1.4rem;
  }
}

.microcurrent .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer {
    margin-top: 5vw;
  }
}
.microcurrent .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  .microcurrent .outer .leftSide {
    width: 6vw;
  }
}
.microcurrent .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  .microcurrent .outer .rightSide {
    width: 6vw;
  }
}
.microcurrent .outer .inner {
  padding: 70px 0 70px 60px;
  background: #fff;
  width: 1000px;
}
@media only screen and (max-width: 1240px) {
  .microcurrent .outer .inner {
    width: 88vw;
    padding: 5vw 6vw;
  }
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer .inner {
    padding: 9.3vw 0 9.3vw 6vw;
  }
}
.microcurrent .outer .inner .lead {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.38;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer .inner .lead {
    font-size: 1.9rem;
  }
}
.microcurrent .outer .inner .text {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer .inner .text {
    font-size: 1.4rem;
    padding-top: 3.5vw;
  }
}
.microcurrent .outer .inner .text p {
  padding-top: 30px;
}
@media only screen and (max-width: 960px) {
  .microcurrent .outer .inner .text p {
    padding-top: 4vw;
  }
}
.microcurrent .outer .inner .text + .lead {
  padding-top: 90px;
}
@media only screen and (max-width: 960px) {
  .microcurrent .outer .inner .text + .lead {
    padding-top: 12vw;
  }
}
.microcurrent .outer .inner .text .note {
  font-size: 1.4rem;
  line-height: 1.857;
}
.microcurrent .outer .inner .img1 {
  padding-top: 60px;
}
@media only screen and (max-width: 960px) {
  .microcurrent .outer .inner .img1 {
    padding-top: 6vw;
  }
}
.microcurrent .outer .inner .img2 {
  float: right;
  padding-top: 40px;
  margin-left: 40px;
  width: 41.6%;
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer .inner .img2 {
    display: none;
  }
}
.microcurrent .outer .inner .img3 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .microcurrent .outer .inner .img3 {
    padding-top: 6vw;
    display: block;
    width: 100%;
  }
}
.microcurrent .outer .inner .img3 img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  #contact .header .inner .title {
    width: 69.2vw;
  }
}
#contact .main {
  padding: 80px 0 140px;
}
@media only screen and (max-width: 640px) {
  #contact .main {
    padding: 8vw 0 18.6vw;
  }
}
#contact .lead {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #contact .lead {
    line-height: 1.52;
    font-size: 1.5rem;
  }
}
#contact .contact .outer {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 1240px) {
  #contact .contact .outer {
    width: 88%;
  }
}
@media only screen and (max-width: 640px) {
  #contact .contact .outer {
    margin-top: 6vw;
    padding: 6vw 5vw;
  }
}
#contact .contact .item {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item {
    font-size: 1.6rem;
  }
}
#contact .contact .item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item:not(:first-child) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  #contact .contact .item label {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
#contact .contact .item input[type=text],
#contact .contact .item input[type=email],
#contact .contact .item input[type=tel],
#contact .contact .item textarea {
  border: #828282 1px solid;
  width: 100%;
  padding: 15px;
  font-size: 2rem;
  font-family: inherit;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item input[type=text],
  #contact .contact .item input[type=email],
  #contact .contact .item input[type=tel],
  #contact .contact .item textarea {
    padding: 3vw;
    font-size: 1.6rem;
  }
}
#contact .contact .item input[type=text]::placeholder,
#contact .contact .item input[type=email]::placeholder,
#contact .contact .item input[type=tel]::placeholder,
#contact .contact .item textarea::placeholder {
  color: #aaa;
  font-size: 1.7rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item input[type=text]::placeholder,
  #contact .contact .item input[type=email]::placeholder,
  #contact .contact .item input[type=tel]::placeholder,
  #contact .contact .item textarea::placeholder {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  #contact .contact .item textarea {
    height: 20vh;
  }
}
#contact .contact .item .selectMenu {
  width: 100%;
  position: relative;
}
#contact .contact .item .selectMenu::after {
  content: "";
  width: 24px;
  height: 15px;
  background: url("/wp-content/themes/neohealer_20201224/images/common/arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item .selectMenu::after {
    width: 12px;
    height: 8px;
    right: 4vw;
  }
}
#contact .contact .item .selectMenu select {
  border: #828282 1px solid;
  width: calc(100% - 30px);
  padding: 15px;
  font-size: 2rem;
  outline: 0;
}
@media only screen and (max-width: 640px) {
  #contact .contact .item .selectMenu select {
    padding: 3vw;
    font-size: 1.6rem;
  }
}
#contact .contact .sendBtn {
  width: 500px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 640px) {
  #contact .contact .sendBtn {
    width: 100%;
    margin-top: 9vw;
  }
}
#contact .contact .sendBtn input[type=submit] {
  width: 100%;
  height: 64px;
  line-height: 64px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #contact .contact .sendBtn input[type=submit] {
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }
}
#contact .contact .backBtn {
  width: 300px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 640px) {
  #contact .contact .backBtn {
    width: 80%;
    margin-top: 1vw;
  }
}
#contact .contact .backBtn input[type=button] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  border: 1px solid;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #contact .contact .backBtn input[type=button] {
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}

.wpcf7-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.wpcf7-form .wpcf7c-conf,
.wpcf7-form .wpcf7c-conf:focus {
  background: #f4f4f4 !important;
  border: #ccc 1px solid !important;
}

@media only screen and (max-width: 960px) {
  #salon .header .inner .title {
    width: 31.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #salon .header .inner .title {
    width: 45vw;
  }
}
#salon .main {
  padding: 90px 0 140px;
}
@media only screen and (max-width: 640px) {
  #salon .main {
    padding: 9.3vw 0 18.6vw;
  }
}

.salon .outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.salon .outer .leftSide {
  width: calc(50% - 1000px / 2);
}
@media only screen and (max-width: 1240px) {
  .salon .outer .leftSide {
    width: 6vw;
  }
}
.salon .outer .rightSide {
  width: calc(50% - 1000px / 2);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  .salon .outer .rightSide {
    width: 6vw;
  }
}
.salon .outer .inner {
  padding: 70px 0 70px 60px;
  background: #fff;
  width: 1000px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  overflow-wrap: break-word;
}
.salon .outer .inner img {
  max-width: 100%;
}
.salon .outer .inner strong {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner strong {
    font-size: 1.7rem;
  }
}
.salon .outer .inner a {
  color: #000;
  text-decoration: underline;
}
.salon .outer .inner a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1240px) {
  .salon .outer .inner {
    width: 88vw;
    padding: 5vw 6vw;
  }
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner {
    padding: 9.3vw 0 9.3vw 6vw;
    font-size: 1.4rem;
  }
}
.salon .outer .inner h2 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner h2 br {
    display: none;
  }
}
.salon .outer .inner ul:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner ul:first-of-type {
    margin-top: 15px;
  }
}
.salon .outer .inner ul:first-of-type li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: #000 1px solid;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner ul:first-of-type li {
    margin-top: 10px;
  }
}
.salon .outer .inner ul:first-of-type li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.salon .outer .inner ul:first-of-type li a {
  font-size: 2.4rem;
  color: #000;
  text-decoration: none;
  border-bottom: #fff 1px solid;
  padding: 0.25em 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner ul:first-of-type li a {
    font-size: 1.6rem;
  }
}
.salon .outer .inner ul:first-of-type li a:hover {
  border-bottom-color: #000;
}
.salon .outer .inner h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  padding-top: 60px;
  border-top: #d2d2d2 1px solid;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner h3 {
    font-size: 2.1rem;
    margin-top: 7.5vw;
  }
}
.salon .outer .inner p {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .salon .outer .inner p {
    margin-top: 7.5vw;
  }
}

@media only screen and (max-width: 960px) {
  #evidence .header .inner .title {
    width: 88vw;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .header .inner .title {
    width: 65.2vw;
  }
}
#evidence .main {
  padding: 90px 0 140px;
}
@media only screen and (max-width: 640px) {
  #evidence .main {
    padding: 9.3vw 0 18.6vw;
  }
}
#evidence .profile {
  width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1240px) {
  #evidence .profile {
    width: 88%;
  }
}
@media only screen and (max-width: 960px) {
  #evidence .profile {
    display: block;
    width: 100%;
  }
}
#evidence .profile .imgArea {
  width: 260px;
}
@media only screen and (max-width: 1240px) {
  #evidence .profile .imgArea {
    width: 26vw;
  }
}
@media only screen and (max-width: 960px) {
  #evidence .profile .imgArea {
    width: 260px;
    margin: 0 auto;
    margin-left: 25px;
  }
}
#evidence .profile .imgArea img {
  width: 100%;
}
#evidence .profile .textArea {
  width: calc(1000px - 320px);
}
@media only screen and (max-width: 1240px) {
  #evidence .profile .textArea {
    width: 56vw;
  }
}
@media only screen and (max-width: 960px) {
  #evidence .profile .textArea {
    width: 88%;
    margin: 4vw auto 0;
  }
}
#evidence .profile .textArea .katagaki {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #evidence .profile .textArea .katagaki {
    padding: 0 22.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .profile .textArea .katagaki {
    font-size: 1.2rem;
    padding-left: 0;
  }
}
#evidence .profile .textArea .name {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #evidence .profile .textArea .name {
    padding: 0 22.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .profile .textArea .name {
    font-size: 2rem;
    padding-left: 0;
  }
}
#evidence .profile .textArea .name span {
  font-size: 2rem;
  margin-left: 0.25em;
}
@media only screen and (max-width: 640px) {
  #evidence .profile .textArea .name span {
    font-size: 1.2rem;
  }
}
#evidence .profile .textArea .text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.5em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 960px) {
  #evidence .profile .textArea .text {
    margin-top: 2.7vw;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .profile .textArea .text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .right small {
    display: block;
    margin-top: 30px;
    font-size: 12px;
  }
}
#evidence .right small {
  font-weight: 400;
}
#evidence .mb_20 {
  margin-bottom: 20px;
}
#evidence .mt_20 {
  margin-top: 20px;
}
#evidence .mt_30 {
  margin-top: 30px;
}
#evidence .mt_40 {
  margin-top: 40px;
}
#evidence .mt_50 {
  margin-top: 50px;
}
#evidence .mt_60 {
  margin-top: 60px;
}
#evidence .mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  #evidence .mt_100 {
    margin-top: 50px;
  }
}
#evidence .outer {
  margin-bottom: 90px;
}
#evidence .rightSide {
  width: calc(50% - 500px);
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #evidence .rightSide {
    width: 6vw;
  }
}
#evidence .faq .inner .list .toggle {
  background-color: #efefef;
}
#evidence .lead {
  margin-bottom: 30px;
}
#evidence .lead small {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem !important;
}
#evidence .lead h2 {
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #evidence .lead h2 {
    font-size: 1.9rem;
  }
}
#evidence dt {
  padding-left: 120px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #evidence dt {
    padding-left: 80px;
    font-size: 12px;
  }
}
#evidence dt small {
  font-weight: bold;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #evidence dt small {
    font-size: 10px;
  }
}
#evidence .faq .inner .list .target {
  margin-top: 30px !important;
}
@media only screen and (max-width: 640px) {
  #evidence .faq .inner .list .target {
    margin-top: 0px !important;
  }
}
#evidence .inner .target__inner {
  background-color: #fff;
  padding: 70px 0 70px 60px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner {
    padding: 9.3vw 0 9.3vw 6vw;
  }
}
#evidence .inner .target__inner .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: unset;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
#evidence .inner .target__inner .flex.top {
  align-items: flex-start;
}
#evidence .inner .target__inner .flex.center {
  align-items: center;
}
#evidence .inner .target__inner .flex.bottom {
  align-items: flex-end;
}
#evidence .inner .target__inner .flex .left {
  width: 49%;
  line-height: 2.2em;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex .left {
    width: 100%;
    line-height: 2em;
    border-bottom: 1px dashed #8e8d8d;
    margin-bottom: 25px;
    padding-bottom: 50px;
  }
}
#evidence .inner .target__inner .flex .left ol {
  padding-left: 15px;
}
#evidence .inner .target__inner .flex .left ol li {
  list-style: disc;
  line-height: 1.6em;
}
#evidence .inner .target__inner .flex .left ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex .left ol li {
    font-size: 13px;
  }
}
#evidence .inner .target__inner .flex .left b {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex .left b {
    font-size: 16px;
  }
}
#evidence .inner .target__inner .flex .left small {
  font-size: 13px;
  line-height: 1.6em;
  display: block;
  font-weight: 400;
}
#evidence .inner .target__inner .flex .left p.lead {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex .left p.lead {
    font-size: 16px;
  }
}
#evidence .inner .target__inner .flex .left p.bold {
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.6em;
}
#evidence .inner .target__inner .flex .left p.color {
  color: #009fe8;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
#evidence .inner .target__inner .flex .right {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .flex .right {
    width: 100%;
  }
}
#evidence .inner .target__inner .flex .right p.lead {
  font-size: 20px;
  font-weight: bold;
}
#evidence .inner .target__inner .flex .right p.bold {
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.6em;
}
#evidence .inner .target__inner .flex .right p.color {
  color: #009fe8;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
#evidence .inner .target__inner .flex .right ul {
  margin-left: 8%;
}
#evidence .inner .target__inner .flex .right ul li {
  font-size: 13px;
}
#evidence .inner .target__inner .flex .right ul li:not(:last-child) {
  margin-bottom: 10px;
}
#evidence .inner .target__inner .flex .right figcaption {
  font-size: 12px;
}
#evidence .inner .target__inner .two_flex {
  justify-content: space-between;
}
#evidence .inner .target__inner .two_flex img {
  width: 46%;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .two_flex img {
    width: 100%;
  }
}
#evidence .inner .target__inner .three_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .three_flex {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 10px;
  }
}
#evidence .inner .target__inner .three_flex p {
  font-size: 11px;
  margin: 0;
}
#evidence .inner .target__inner .three_flex .left {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .three_flex .left {
    width: 48%;
    order: 2;
  }
}
#evidence .inner .target__inner .three_flex .center {
  width: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .three_flex .center {
    order: 1;
    width: 100%;
  }
}
#evidence .inner .target__inner .three_flex .right {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner .three_flex .right {
    width: 48%;
    order: 3;
  }
}
#evidence .inner .target__inner p {
  margin-block: 15px;
  line-height: 2em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner p {
    font-size: 14px;
  }
}
#evidence .inner .target__inner p.center {
  text-align: center;
}
#evidence .inner .target__inner p.result {
  background-color: #f5fbfe;
  padding: 20px 20px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner p.result {
    margin-left: calc(50% - 46vw);
    /* margin-right: calc(50% - 46vw); */
    position: relative;
    right: -6vw;
  }
}
#evidence .inner .target__inner p.result span {
  display: block;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner p.result span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #evidence .inner .target__inner p.small {
    font-size: 12px;
    text-align: left;
  }
}
#evidence .inner .target__inner p.list {
  font-size: 12px;
  letter-spacing: -0.01em;
}
#evidence .inner .list .toggle::before {
  content: "研究結果";
  width: auto;
  height: auto;
  background: none;
  background-size: contain;
  position: absolute;
  top: 23px;
  left: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #evidence .inner .list .toggle::before {
    font-size: 11px;
    top: 12px;
  }
}
#evidence .faq .inner .list .target__inner::before {
  display: none;
}
#evidence .border_area {
  border: 1px solid #009fe8;
  padding: 40px 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #evidence .border_area {
    margin-top: 30px;
    padding: 20px 15px;
  }
}
#evidence .border_area b {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  #evidence .border_area b {
    font-size: 16px;
  }
}
#evidence .border_area img {
  margin-bottom: 35px;
}
#evidence .border_area span {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #evidence .border_area span {
    font-size: 14px;
  }
}
#evidence .border_area p {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #evidence .border_area p {
    font-size: 12px;
  }
}
#evidence .img_area {
  margin-block: 30px;
}
#evidence .img_area .attention {
  display: block;
  margin-top: 25px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  #evidence .img_area .attention {
    font-size: 10px;
  }
}
#evidence .result_box {
  background-color: #efefef;
  margin-block: 15px !important;
  padding: 15px 10px 15px 25px;
  border-radius: 30px 0 0 30px;
  gap: 7px;
  align-items: center !important;
  justify-content: left !important;
  flex-direction: unset !important;
}
@media only screen and (max-width: 640px) {
  #evidence .result_box {
    padding: 15px 10px 15px 15px;
  }
}
#evidence .result_box.bg_none {
  background-color: #fff;
  border: 1px solid #009fe8;
}
#evidence .result_box p {
  margin-block: 0 !important;
  line-height: 1.5em;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #evidence .result_box p {
    font-size: 10px;
  }
}
#evidence .result_box span {
  text-align: center;
  background: #009fe8;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #evidence .result_box span {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
#evidence #sec05 .left,
#evidence #sec06 .left,
#evidence #sec07 .left {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  #evidence #sec05 .left,
  #evidence #sec06 .left,
  #evidence #sec07 .left {
    width: 100%;
  }
}
#evidence #sec05 .right,
#evidence #sec06 .right,
#evidence #sec07 .right {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  #evidence #sec05 .right,
  #evidence #sec06 .right,
  #evidence #sec07 .right {
    width: 100%;
  }
}
#evidence .sub__inner {
  background-color: #fff;
  padding: 0px 0 70px 60px;
}
@media only screen and (max-width: 640px) {
  #evidence .sub__inner {
    padding: 9.3vw 0 9.3vw 6vw;
  }
}
#evidence .sub__inner h3 {
  font-size: 20px;
  color: #009fe8;
  margin-bottom: 10px;
}
#evidence .sub__inner img {
  width: 50%;
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  #evidence .sub__inner img {
    width: 100%;
  }
}
#evidence .sub__inner p {
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #evidence .sub__inner p {
    font-size: 14px;
  }
}
#evidence .img2 {
  float: right;
  padding-top: 10px;
  margin-left: 20px;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #evidence figure figcaption {
    font-size: 10px;
  }
}
#evidence .color {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #evidence .color {
    margin-top: 60px;
    font-weight: 500;
    font-size: 16px;
  }
}
#evidence .result .target__inner .flex .left {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#evidence .result small.attention {
  font-size: 13px;
  display: table;
}
#evidence .result small.attention::before {
  content: "※";
  display: table-cell;
  padding-right: 5px;
}
#evidence .result small.attention:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 15px;
}