@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal; }

html {
  scroll-behavior: smooth;
 }

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-variant-ligatures: none;
  font-family: "ゴシック体","MS Pゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal; }

a, a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s; }

p, a, ul li, span {
  letter-spacing: 0.05em; }

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

.d-fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

.l-hd {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(250, 247, 247, 0.5); }
  .l-hd-inn {
    padding: 25px 11%; }
    @media screen and (max-width: 768px) {
      .l-hd-inn {
        width: 90%;
        margin: auto;
        padding: 20px 0; } }
    .l-hd-inn-logo {
      max-width: 327px;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .l-hd-inn-logo {
          max-width: 198px;
          width: 60%; } }

.l-mv-inn-content .mvbanner-wrp {
  position: relative; }
  .l-mv-inn-content .mvbanner-wrp .mv-btn {
    position: absolute;
    right: 44px;
    bottom: 44px;
    width: 30%;
    max-width: 355px; }
    @media screen and (max-width: 768px) {
      .l-mv-inn-content .mvbanner-wrp .mv-btn {
        width: 90%;
        max-width: 207px;
        right: 0;
        bottom: 16px;
        left: 0;
        margin: 0 auto; } }
    @media screen and (max-width: 350px) {
      .l-mv-inn-content .mvbanner-wrp .mv-btn {
        bottom: 7px; } }
    .l-mv-inn-content .mvbanner-wrp .mv-btn a {
      display: inline-block; }
.l-contact-bnr-inn .contact-banner {
  position: relative;
  z-index: 0;
  background: #707070;
  background-image: url("../assets/img/topmv_img02.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .l-contact-bnr-inn .contact-banner {
      padding-top: 30px;
      background-image: url("../assets/img/topmv_img02-sp.png");
      background-position: center; } }
  .l-contact-bnr-inn .contact-banner .btn-group {
    position: relative; }
    .l-contact-bnr-inn .contact-banner .btn-group-ttl {
      padding: 40px 0;
      max-width: 860px; }
      @media screen and (max-width: 768px) {
        .l-contact-bnr-inn .contact-banner .btn-group-ttl {
          padding: 22px 0 30px 0; } }
      .l-contact-bnr-inn .contact-banner .btn-group-ttl.sm-inner {
        max-width: 605px;
        margin-left: auto;
        margin-right: 7%; }
        @media screen and (max-width: 768px) {
          .l-contact-bnr-inn .contact-banner .btn-group-ttl.sm-inner {
            margin: auto; } }
      @media screen and (max-width: 768px) {
        .l-contact-bnr-inn .contact-banner .btn-group-ttl.right-ttlsp {
          padding: 20px 0 83px; } }
      @media screen and (max-width: 768px) {
        .l-contact-bnr-inn .contact-banner .btn-group-ttl.right-ttlsp h3 {
          text-align: right; } }
      .l-contact-bnr-inn .contact-banner .btn-group-ttl h3 {
        color: #fff;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0.03em;
        text-align: center;
        padding: 20px 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff; }
        @media screen and (max-width: 768px) {
          .l-contact-bnr-inn .contact-banner .btn-group-ttl h3 {
            font-size: 30px;
            line-height: 1.4;
            margin: 0; } }
        @media screen and (max-width: 350px) {
          .l-contact-bnr-inn .contact-banner .btn-group-ttl h3 {
            font-size: 24px; } }
    .l-contact-bnr-inn .contact-banner .btn-group .note-person {
      position: absolute;
      top: 0;
      left: 8%;
      bottom: 0;
      max-width: 315px;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .l-contact-bnr-inn .contact-banner .btn-group .note-person {
          top: unset;
          left: -20px;
          max-width: 245px;
          z-index: 0; } }
    .l-contact-bnr-inn .contact-banner .btn-group-inn-content {
      display: flex;
      justify-content: center;
      padding-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content {
          display: block;
          padding-bottom: 0; } }
      .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block {
        border-radius: 50px; }
        @media screen and (max-width: 768px) {
          .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block {
            max-width: 280px;
            margin: 0 auto; } }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 20px 22px;
          width: 280px;
          border-radius: 30px;
          font-size: 18px;
          font-weight: 600;
          color: #fff;
          text-align: center;
          z-index: 0;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); }
          @media screen and (max-width: 1100px) {
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block a {
              width: 200px;
              font-size: 15px; } }
          @media screen and (max-width: 768px) {
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block a {
              width: 100%;
              font-size: 18px; } }
          .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 24px;
            margin: auto;
            width: 9px;
            height: 9px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 1; }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block .icon {
          display: inline-block;
          max-width: 20px;
          height: auto;
          position: absolute;
          left: 25px;
          top: 50%;
          transform: translateY(-50%); }
          .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block .icon.mail-icon {
            top: 44%; }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block .txtwhite {
          color: #fff; }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:first-child {
          background: #FCF452;
          margin-right: 20px; }
          .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:first-child a {
            color: #000000; }
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:first-child a::after {
              border-top: 2px solid #000;
              border-right: 2px solid #000; }
          @media screen and (max-width: 768px) {
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:first-child {
              margin-right: auto; } }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:nth-child(2) {
          background: #EF3700;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:nth-child(2) {
              margin-right: auto;
              margin-top: 20px; } }
        .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:last-child {
          background: #00B900; }
          @media screen and (max-width: 768px) {
            .l-contact-bnr-inn .contact-banner .btn-group-inn-content .btn-block:last-child {
              margin-top: 20px; } }
.l-connectlink-inn .reasonblock-box {
  border-bottom: 1px solid #707070;
  background-color: #fff; }
  .l-connectlink-inn .reasonblock-box-inn {
    padding: 30px 0; }
    .l-connectlink-inn .reasonblock-box-inn-content ul {
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .l-connectlink-inn .reasonblock-box-inn-content ul {
          flex-wrap: wrap; } }
      .l-connectlink-inn .reasonblock-box-inn-content ul li {
        width: 19%;
        margin-right: 12px; }
        @media screen and (max-width: 768px) {
          .l-connectlink-inn .reasonblock-box-inn-content ul li {
            width: 31.2%;
            margin-right: 3.2%;
            margin-bottom: 10px;
            }
            .l-connectlink-inn .reasonblock-box-inn-content ul li:nth-child(3) {
              margin-right: 0; }
            .l-connectlink-inn .reasonblock-box-inn-content ul li:nth-child(4), .l-connectlink-inn .reasonblock-box-inn-content ul li:last-child {
              margin-bottom: 0; } }
        .l-connectlink-inn .reasonblock-box-inn-content ul li a {
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0.05em;
          line-height: 1.55;
          border: 1px solid #000;
          text-align: center;
          padding: 6px 8px;
          height: 70px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-radius: 10px; }
          @media screen and (max-width: 1100px) {
            .l-connectlink-inn .reasonblock-box-inn-content ul li a {
              font-size: 14px; } }
          @media screen and (max-width: 768px) {
            .l-connectlink-inn .reasonblock-box-inn-content ul li a {
              font-size: 12px;
              line-height: 1.5;
              height: 60px;
              padding: 8px 5px; } }
          @media screen and (max-width: 350px) {
            .l-connectlink-inn .reasonblock-box-inn-content ul li a {
              font-size: 10px;
              height: 50px; } }
        .l-connectlink-inn .reasonblock-box-inn-content ul li:last-child {
          margin-right: 0; }
        .l-connectlink-inn .reasonblock-box-inn-content ul li span {
          display: block; }
.l-connectlink-inn .establishclinic-ttl {
  text-align: center; }
  .l-connectlink-inn .establishclinic-ttl h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.32;
    padding: 40px 0; }
    @media screen and (max-width: 768px) {
      .l-connectlink-inn .establishclinic-ttl h2 {
        font-size: 32px;
        text-align: left;
        padding: 20px 0;
        margin-left: -3px; } }
    @media screen and (max-width: 330px) {
      .l-connectlink-inn .establishclinic-ttl h2 {
        font-size: 27px; } }
    @media screen and (max-width: 768px) {
      .l-connectlink-inn .establishclinic-ttl h2 span {
        line-height: 1.6; } }
    .l-connectlink-inn .establishclinic-ttl h2 span.border {
      position: relative;
      font-weight: 700; }
      .l-connectlink-inn .establishclinic-ttl h2 span.border::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        width: 100%;
        height: 9px;
        background-color: #FCF452;
        z-index: -1; }
    .l-connectlink-inn .establishclinic-ttl h2 span:first-child {
      font-size: 32px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .l-connectlink-inn .establishclinic-ttl h2 span:first-child {
          font-size: 24px; } }
      @media screen and (max-width: 330px) {
        .l-connectlink-inn .establishclinic-ttl h2 span:first-child {
          font-size: 20px; } }
    .l-connectlink-inn .establishclinic-ttl h2 span:nth-child(2) {
      display: inline-block;
      margin: 0 5px;
      color: #FC1F30;
      font-weight: 700; }
    .l-connectlink-inn .establishclinic-ttl h2 span:last-child {
      font-size: 32px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .l-connectlink-inn .establishclinic-ttl h2 span:last-child {
          font-size: 18px; } }
      @media screen and (max-width: 330px) {
        .l-connectlink-inn .establishclinic-ttl h2 span:last-child {
          font-size: 15px; } }
.l-flow {
  padding: 65px 0 35px 0;
  background: #0096E1; }
  @media screen and (max-width: 768px) {
    .l-flow {
      padding: 40px 0; } }
  .l-flow-inn-ttl {
    text-align: center; }
    .l-flow-inn-ttl h2 {
      font-size: 38px;
      letter-spacing: 0.05em;
      line-height: 1.6;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .l-flow-inn-ttl h2 {
          font-size: 36px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 330px) {
        .l-flow-inn-ttl h2 {
          font-size: 33px; } }
      .l-flow-inn-ttl h2 span {
        font-weight: 700; }
        .l-flow-inn-ttl h2 span.dotted {
          position: relative; }
          .l-flow-inn-ttl h2 span.dotted::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 7px;
            height: 7px;
            background-color: #FCF452;
            border-radius: 50%; }
        .l-flow-inn-ttl h2 span:first-child {
          display: inline-block;
          margin-right: 5px;
          position: relative;
          top: -7px;
          font-size: 18px;
          letter-spacing: 0.05em;
          font-weight: 800;
          border-bottom: 2px solid #FCF452; }
          @media screen and (max-width: 768px) {
            .l-flow-inn-ttl h2 span:first-child {
              margin-right: 0;
              margin-bottom: 20px; } }
        .l-flow-inn-ttl h2 span:nth-child(3) {
          color: #FCF452; }
        .l-flow-inn-ttl h2 span:nth-child(5) {
          font-size: 60px;
          letter-spacing: 0.05em;
          color: #FCF452;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .l-flow-inn-ttl h2 span:nth-child(5) {
              font-size: 56px;
              line-height: 1.6; } }
        .l-flow-inn-ttl h2 span:nth-child(6) {
          font-size: 24px;
          letter-spacing: 0.05em; }
        .l-flow-inn-ttl h2 span:last-child {
          font-weight: 700; }
  .l-flow-inn .flow-content {
    margin-top: 10px;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .l-flow-inn .flow-content {
        flex-direction: column;
        gap: 0;
        align-items: center;
        margin-bottom: 0; } }
    .l-flow-inn .flow-content .block-content {
      position: relative;
      background: #fff;
      width: 32%;
      margin-right: 20px;
      border-radius: 10px;
      padding: 30px 0 15px 0;
      margin-bottom: 25px;
      min-height: 350px; }
      .l-flow-inn .flow-content .block-content:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 1100px) {
        .l-flow-inn .flow-content .block-content {
          width: 47%; }
          .l-flow-inn .flow-content .block-content:nth-child(3n) {
            margin-right: 20px; } }
      @media screen and (max-width: 768px) {
        .l-flow-inn .flow-content .block-content {
          width: 100%;
          margin-bottom: 30px;
          min-height: auto;
          padding: 30px 0 40px;
          margin-right: auto; }
          .l-flow-inn .flow-content .block-content:last-child {
            margin-bottom: 0; } }
      .l-flow-inn .flow-content .block-content p {
        letter-spacing: 0.05em;
        font-size: 14px;
        font-weight: 700;
        line-height: 2.5;
        text-align: center; }
        .l-flow-inn .flow-content .block-content p .num-txt {
          display: block;
          font-size: 40px;
          font-weight: 800;
          letter-spacing: 0.05em;
          line-height: 1.1;
          padding-bottom: 10px; }
        .l-flow-inn .flow-content .block-content p .flow-txt {
          display: inline-block;
          font-size: 14px;
          font-weight: 700;
          position: relative; }
          .l-flow-inn .flow-content .block-content p .flow-txt::before {
            content: '';
            position: absolute;
            top: 3%;
            left: -17%;
            width: 3px;
            height: 40px;
            background-color: #FCF452;
            transform: rotate(-35deg); }
            @media screen and (max-width: 768px) {
              .l-flow-inn .flow-content .block-content p .flow-txt::before {
                left: -23%; } }
          .l-flow-inn .flow-content .block-content p .flow-txt::after {
            content: '';
            position: absolute;
            top: 3%;
            right: -17%;
            width: 3px;
            height: 40px;
            background-color: #FCF452;
            transform: rotate(35deg); }
            @media screen and (max-width: 768px) {
              .l-flow-inn .flow-content .block-content p .flow-txt::after {
                right: -23%; } }
      .l-flow-inn .flow-content .block-content .ttl {
        text-align: center; }
        .l-flow-inn .flow-content .block-content .ttl h3 {
          font-size: 26px;
          letter-spacing: 0.05em;
          line-height: 1.35;
          font-weight: 800; }
          .l-flow-inn .flow-content .block-content .ttl h3 span:nth-child(1) {
            font-size: 36px;
            letter-spacing: 0.05em;
            line-height: 1.02;
            color: #0096E1;
            padding-right: 0;
            font-weight: 800; }
          .l-flow-inn .flow-content .block-content .ttl h3 span:nth-child(2) {
            font-size: 36px;
            letter-spacing: 0.05em;
            line-height: 1.02;
            color: #0096E1;
            font-weight: 800; }
        .l-flow-inn .flow-content .block-content .ttl .sub-ttl {
          padding: 22px 0 30px; }
          @media screen and (max-width: 768px) {
            .l-flow-inn .flow-content .block-content .ttl .sub-ttl {
              padding: 20px 0; } }
          .l-flow-inn .flow-content .block-content .ttl .sub-ttl h3 {
            font-size: 24px;
            letter-spacing: 0.05em;
            line-height: 1.33;
            font-weight: 400; }
      .l-flow-inn .flow-content .block-content .more-txt {
        padding: 0px 15px 50px;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .l-flow-inn .flow-content .block-content .more-txt {
            padding: 0px 10px 30px; } }
        .l-flow-inn .flow-content .block-content .more-txt p {
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.7;
          font-weight: 400;
          text-align: left; }
      .l-flow-inn .flow-content .block-content .down-arr {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 18px;
        height: 11px;
        text-align: center;
        cursor: pointer; }
        .l-flow-inn .flow-content .block-content .down-arr.up {
          transform: rotate(180deg); }
        @media screen and (max-width: 768px) {
          .l-flow-inn .flow-content .block-content .down-arr {
            bottom: 25px; } }
.l-problem-inn .problem-part {
  max-width: 1100px;
  margin-top: -9%; }
  @media screen and (max-width: 768px) {
    .l-problem-inn .problem-part {
      width: 100%;
      margin-top: -15%; } }
.l .graph-chartpart .chart-ttl {
  padding-top: 29px; }
  .l .graph-chartpart .chart-ttl .sub-ttl {
    text-align: center; }
    .l .graph-chartpart .chart-ttl .sub-ttl h3 {
      font-size: 26px;
      letter-spacing: 0.05em;
      line-height: 1.3;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .l .graph-chartpart .chart-ttl .sub-ttl h3 {
          font-size: 16px;
          line-height: 1.8; } }
      @media screen and (max-width: 330px) {
        .l .graph-chartpart .chart-ttl .sub-ttl h3 {
          font-size: 15px; } }
  .l .graph-chartpart .chart-ttl .main-ttl {
    text-align: center; }
    .l .graph-chartpart .chart-ttl .main-ttl h2 {
      font-size: 50px;
      letter-spacing: 0.05em;
      line-height: 1.1;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .l .graph-chartpart .chart-ttl .main-ttl h2 {
          font-size: 24px;
          line-height: 1.5; } }
      @media screen and (max-width: 330px) {
        .l .graph-chartpart .chart-ttl .main-ttl h2 {
          font-size: 20px; } }
      .l .graph-chartpart .chart-ttl .main-ttl h2 span {
        font-size: 32px;
        letter-spacing: 0.05em;
        line-height: 1.4;
        font-weight: 800; }
        @media screen and (max-width: 768px) {
          .l .graph-chartpart .chart-ttl .main-ttl h2 span {
            font-size: 16px;
            line-height: 1.5; } }
        @media screen and (max-width: 330px) {
          .l .graph-chartpart .chart-ttl .main-ttl h2 span {
            font-size: 15px; } }
.l-securepart-inn .safe-securepart {
  position: relative;
  padding-top: 57px;
  padding-bottom: 50px; }
  .l-securepart-inn .safe-securepart::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 70px solid #fff; }
  .l-securepart-inn .safe-securepart-ttl {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #0096E1;
    padding: 36px 0;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .l-securepart-inn .safe-securepart-ttl {
        display: block;
        padding: 20px 0; } }
    .l-securepart-inn .safe-securepart-ttl p {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.7;
      color: #fff;
      text-align: right;
      position: relative;
      padding: 40px; }
      @media screen and (max-width: 768px) {
        .l-securepart-inn .safe-securepart-ttl p {
          font-size: 16px;
          line-height: 1.8;
          text-align: center;
          padding: 20px 0; } }
      .l-securepart-inn .safe-securepart-ttl p::before {
        content: '';
        position: absolute;
        top: -45px;
        right: 90px;
        width: 2px;
        height: 112px;
        background-color: #FCF452;
        transform: rotate(-260deg); }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .safe-securepart-ttl p::before {
            height: 29px;
            top: 20px;
            left: calc(50% - 130px);
            right: auto;
            transform: rotate(-200deg) translateX(-50%); } }
      .l-securepart-inn .safe-securepart-ttl p::after {
        content: '';
        position: absolute;
        bottom: -45px;
        right: 90px;
        width: 2px;
        height: 112px;
        background-color: #FCF452;
        transform: rotate(250deg); }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .safe-securepart-ttl p::after {
            height: 29px;
            top: 20px;
            right: calc(50% - 130px);
            transform: rotate(200deg) translateX(-50%); } }
    .l-securepart-inn .safe-securepart-ttl h2 {
      font-size: 60px;
      font-weight: 800;
      line-height: 1.4;
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .l-securepart-inn .safe-securepart-ttl h2 {
          font-size: 40px;
          text-align: center; } }
      .l-securepart-inn .safe-securepart-ttl h2 small {
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .safe-securepart-ttl h2 small {
            font-size: 30px; } }
      .l-securepart-inn .safe-securepart-ttl h2 span {
        color: #FCF452;
        font-weight: 800; }
    .l-securepart-inn .safe-securepart-ttl::after {
      content: '';
      position: absolute;
      bottom: -35px;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-top: 70px solid #0096E1; }
  .l-securepart-inn .safe-securepart-contents {
    padding-top: 22px;
    margin-top: 65px; }
    .l-securepart-inn .safe-securepart-contents-inn {
      display: flex;
      position: relative; }
      @media screen and (max-width: 1100px) {
        .l-securepart-inn .safe-securepart-contents-inn {
          display: block; } }
      .l-securepart-inn .safe-securepart-contents-inn .content-list {
        margin-right: 54px; }
        @media screen and (max-width: 1100px) {
          .l-securepart-inn .safe-securepart-contents-inn .content-list {
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .safe-securepart-contents-inn .content-list {
            margin-left: 25px;
            margin-right: 0; } }
        .l-securepart-inn .safe-securepart-contents-inn .content-list ul li {
          position: relative;
          font-size: 24px;
          letter-spacing: 0.05em;
          line-height: 1.3;
          font-weight: 400;
          padding-bottom: 30px;
          padding-left: 20px; }
          @media screen and (max-width: 768px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-list ul li {
              font-size: 16px;
              line-height: 1.75;
              padding-bottom: 20px;
              padding-left: 0; } }
          .l-securepart-inn .safe-securepart-contents-inn .content-list ul li::before {
            content: '';
            position: absolute;
            top: 10px;
            left: -25px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #000; }
            @media screen and (max-width: 1100px) {
              .l-securepart-inn .safe-securepart-contents-inn .content-list ul li::before {
                left: -7px; } }
            @media screen and (max-width: 768px) {
              .l-securepart-inn .safe-securepart-contents-inn .content-list ul li::before {
                left: -20px; } }
          .l-securepart-inn .safe-securepart-contents-inn .content-list ul li:last-child {
            padding-bottom: 0; }
          .l-securepart-inn .safe-securepart-contents-inn .content-list ul li .warning-txt {
            border-bottom: 2px solid #FCF452; }
        .l-securepart-inn .safe-securepart-contents-inn .content-list figure {
          max-width: 400px; }
          @media screen and (max-width: 1100px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-list figure {
              margin: 10px 0; } }
      .l-securepart-inn .safe-securepart-contents-inn .message {
        position: absolute;
        left: 44%;
        bottom: 21%;
        max-width: 227px; }
        @media screen and (max-width: 1100px) {
          .l-securepart-inn .safe-securepart-contents-inn .message {
            display: none; } }
      @media screen and (max-width: 768px) {
        .l-securepart-inn .safe-securepart-contents-inn .content-img figure {
          width: 102%; } }
      .l-securepart-inn .safe-securepart-contents-inn .content-img figure.tab {
        display: none; }
        @media screen and (max-width: 1100px) {
          .l-securepart-inn .safe-securepart-contents-inn .content-img figure.tab {
            display: block; } }
      @media screen and (max-width: 1100px) {
        .l-securepart-inn .safe-securepart-contents-inn .content-img figure.pc {
          display: none; } }
      .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl {
        position: relative;
        padding-top: 29px; }
        @media screen and (max-width: 1100px) {
          .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl {
            max-width: 280px;
            margin: 0 auto; } }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl {
            max-width: 350px;
            padding-top: 17px; } }
        .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::before {
          content: '';
          position: absolute;
          top: 17%;
          left: -9%;
          width: 2px;
          height: 70%;
          background-color: #707070;
          transform: rotate(210deg); }
          @media screen and (max-width: 768px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::before {
              top: 19%;
              left: 19%;
              transform: rotate(200deg);
              height: 80%; } }
          @media screen and (max-width: 350px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::before {
              left: 15%; } }
        .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::after {
          content: '';
          position: absolute;
          top: 17%;
          right: -9%;
          width: 2px;
          height: 70%;
          background-color: #707070;
          transform: rotate(-210deg); }
          @media screen and (max-width: 768px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::after {
              top: 19%;
              right: 19%;
              height: 80%;
              transform: rotate(-200deg); } }
          @media screen and (max-width: 350px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl::after {
              right: 15%; } }
        .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl p {
          position: relative;
          font-size: 24px;
          letter-spacing: 0.05em;
          line-height: 1.4;
          font-weight: 400;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl p {
              font-size: 16px;
              line-height: 1.6; } }
          .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl p .warning-txt {
            border-bottom: 2px solid #FCF452; }
            .l-securepart-inn .safe-securepart-contents-inn .content-img .img-ttl p .warning-txt.bold {
              font-weight: 600; }
.l-securepart-inn .beardhrtreament {
  margin-top: 42px;
  padding: 24px 20px 20px 20px;
  background-color: #fff;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
  border: 1.5px solid #0096E1; }
  @media screen and (max-width: 768px) {
    .l-securepart-inn .beardhrtreament {
      padding: 30px 15px; } }
  .l-securepart-inn .beardhrtreament-ttl {
    padding-bottom: 15px; }
    .l-securepart-inn .beardhrtreament-ttl h3 {
      font-size: 36px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        .l-securepart-inn .beardhrtreament-ttl h3 {
          display: block;
          font-size: 30px; } }
      .l-securepart-inn .beardhrtreament-ttl h3 span:first-child {
        display: inline-block;
        padding: 5px 20px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.05em;
        background: #0096E1;
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .beardhrtreament-ttl h3 span:first-child {
            font-size: 18px;
            margin-right: 0;
            top: 0;
            margin-bottom: 20px; } }
      .l-securepart-inn .beardhrtreament-ttl h3 span:last-child {
        margin-left: 15px;
        display: inline-block;
        font-size: 20px;
        letter-spacing: 0.05em;
        font-weight: 400;
        border-bottom: 2px solid #FCF452;
        padding-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .l-securepart-inn .beardhrtreament-ttl h3 span:last-child {
            font-size: 16px;
            margin-left: 18px; } }
  .l-securepart-inn .beardhrtreament-txt {
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .l-securepart-inn .beardhrtreament-txt {
        padding-top: 20px; } }
    .l-securepart-inn .beardhrtreament-txt p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0.05em; }
.l-interview {
  padding: 85px 0 200px;
  background: #EAF8FF; }
  @media screen and (max-width: 768px) {
    .l-interview {
      padding: 80px 0 40px; } }
  .l-interview-inn-ttl h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-interview-inn-ttl h2 {
        font-size: 26px; } }
  .l-interview-inn .interview-wrap {
    margin-top: 55px; }
    @media screen and (max-width: 768px) {
      .l-interview-inn .interview-wrap {
        margin-top: 30px; } }
    .l-interview-inn .interview-wrap .ques {
      position: relative;
      margin-bottom: 45px; }
      @media screen and (max-width: 768px) {
        .l-interview-inn .interview-wrap .ques {
          margin-bottom: 30px; }
          .l-interview-inn .interview-wrap .ques.ans {
            margin-bottom: 55px; } }
      .l-interview-inn .interview-wrap .ques-txt {
        width: 80%;
        background: #fff;
        border: 3px solid #D06363;
        border-radius: 10px;
        padding: 30px 35px;
        box-sizing: border-box;
        margin-left: 55px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .l-interview-inn .interview-wrap .ques-txt {
            width: 100%;
            padding: 20px;
            margin-left: 0;
            border: 2px solid #D06363; } }
        .l-interview-inn .interview-wrap .ques-txt::after {
          content: '';
          position: absolute;
          bottom: -35px;
          left: 35px;
          width: 53px;
          height: 43px;
          background: url(../assets/img/pink-arr-01.png) no-repeat center;
          background-size: 100%; }
          @media screen and (max-width: 768px) {
            .l-interview-inn .interview-wrap .ques-txt::after {
              bottom: -31px;
              left: 32px;
              width: 35px;
              height: 43px; } }
        .l-interview-inn .interview-wrap .ques-txt p {
          position: relative;
          font-size: 22px;
          display: flex;
          align-items: center;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            .l-interview-inn .interview-wrap .ques-txt p {
              font-size: 16px; } }
          @media screen and (max-width: 350px) {
            .l-interview-inn .interview-wrap .ques-txt p {
              font-size: 14px; } }
          .l-interview-inn .interview-wrap .ques-txt p .number {
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #D06363;
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 0.05em;
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              .l-interview-inn .interview-wrap .ques-txt p .number {
                width: 35px;
                height: 35px;
                font-size: 14px;
                top: 20px; } }
          .l-interview-inn .interview-wrap .ques-txt p .text {
            display: block;
            padding-left: 65px;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              .l-interview-inn .interview-wrap .ques-txt p .text {
                padding-left: 45px; } }
      .l-interview-inn .interview-wrap .ques.ans .ans-txt {
        position: relative;
        border: 3px solid #636ECE;
        margin-left: auto;
        margin-right: 45px; }
        @media screen and (max-width: 768px) {
          .l-interview-inn .interview-wrap .ques.ans .ans-txt {
            margin-left: 0;
            margin-right: 0;
            border: 2px solid #636ECE; } }
        .l-interview-inn .interview-wrap .ques.ans .ans-txt::after {
          bottom: -35px;
          left: unset;
          right: 35px;
          background: url(../assets/img/blue-arr-01.png) no-repeat center;
          background-size: 100%; }
          @media screen and (max-width: 768px) {
            .l-interview-inn .interview-wrap .ques.ans .ans-txt::after {
              bottom: -31px;
              right: 32px;
              width: 35px;
              height: 43px; } }
        .l-interview-inn .interview-wrap .ques.ans .ans-txt p .number {
          background: #636ECE; }
    .l-interview-inn .interview-wrap .person {
      position: absolute;
      left: 0;
      bottom: -160px;
      width: 12%; }
      @media screen and (max-width: 1100px) {
        .l-interview-inn .interview-wrap .person {
          bottom: -135px; } }
      @media screen and (max-width: 768px) {
        .l-interview-inn .interview-wrap .person {
          display: none; } }
      .l-interview-inn .interview-wrap .person.boy {
        left: unset;
        right: 0; }
        @media screen and (max-width: 1100px) {
          .l-interview-inn .interview-wrap .person.boy {
            right: -7px; } }
.l-price {
  background: #fff;
  border-top: 10px solid #0096E1;
  border-bottom: 10px solid #0096E1; }
  @media screen and (max-width: 768px) {
    .l-price {
      border-top: 8px solid #0096E1;
      border-bottom: 8px solid #0096E1; } }
  .l-price-inn-ttl {
    position: relative;
    max-width: 600px;
    margin: -50px auto 0;
    padding: 19px 20px;
    background: #0096E1;
    border-radius: 50px; }
    @media screen and (max-width: 768px) {
      .l-price-inn-ttl {
        max-width: 310px;
        padding: 15px 0;
        margin: -35px auto 0; } }
    .l-price-inn-ttl::after {
      content: '';
      position: absolute;
      bottom: -17px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 20px solid #0096E1; }
    .l-price-inn-ttl h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .l-price-inn-ttl h2 {
          font-size: 26px; } }
      .l-price-inn-ttl h2 span {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          .l-price-inn-ttl h2 span {
            margin-left: 0; } }
  .l-price-inn .price-wrap {
    padding: 85px 0 60px; }
    @media screen and (max-width: 768px) {
      .l-price-inn .price-wrap {
        display: block;
        padding: 90px 0 40px; } }
    .l-price-inn .price-wrap .price-box {
      position: relative;
      width: 32%;
      margin-right: 20px;
      padding: 75px 10px 30px;
      background: #0096E1;
      border-radius: 20px;
      color: #fff;
      box-sizing: border-box; }
      @media screen and (max-width: 1100px) {
        .l-price-inn .price-wrap .price-box {
          width: 100%;
          max-width: 400px;
          margin: 0 auto 80px; } 
            .l-price-inn .price-wrap .price-box:last-of-type{
              margin-bottom: 0;
            }
        
        }
      @media screen and (max-width: 768px) {
        .l-price-inn .price-wrap .price-box:first-child {
          padding: 90px 10px 30px; } }
      .l-price-inn .price-wrap .price-box:last-of-type {
        margin-right: 0; }
        @media screen and (max-width: 1100px) {
          .l-price-inn .price-wrap .price-box:last-of-type {
            margin-right: auto; } }
      @media screen and (max-width: 768px) {
        .l-price-inn .price-wrap .price-box {
          width: 100%;
          margin-bottom: 70px;
          min-height: 188px;
          border-radius: 10px; }
          .l-price-inn .price-wrap .price-box:last-of-type {
            margin-bottom: 0; } }
      .l-price-inn .price-wrap .price-box .time {
        position: absolute;
        top: -46px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 94px;
        height: 94px;
        background: #0096E1;
        border: 3px solid #fff;
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        text-align: center;
        border-radius: 50%; }
      .l-price-inn .price-wrap .price-box p {
        font-size: 40px;
        font-weight: 700;
        color: #FCF452;
        text-align: center; }
        .l-price-inn .price-wrap .price-box p span {
          font-size: 26px;
          color: #fff; }
        .l-price-inn .price-wrap .price-box p.amount-disc {
          margin-top: 15px;
          font-size: 18px;
          color: #fff;
          font-weight: 400; }
.l-removal {
  padding: 65px 0 0;
  background: #fff; }
  .l-price .bn_area  {
    max-width: 751px;
    margin: 30px auto 0 ;
}
  @media screen and (max-width: 768px) {
    .l-removal {
      padding: 30px 0 0; } }
  .l-removal-inn-ttl {
    text-align: center; }
    .l-removal-inn-ttl h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      letter-spacing: 0.05em;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .l-removal-inn-ttl h2 {
          display: block;
          padding: 0 10px 0 35px;
          font-size: 26px;
          text-align: left; } }
      .l-removal-inn-ttl h2::after {
        content: '';
        position: absolute;
        top: -38px;
        right: -215px;
        width: 228px;
        height: 159px;
        background: url(../assets/img/notice-msg.png) no-repeat center;
        background-size: 100%; }
        @media screen and (max-width: 1100px) {
          .l-removal-inn-ttl h2::after {
            top: -105px;
            right: -155px;
            width: 198px; } }
        @media screen and (max-width: 768px) {
          .l-removal-inn-ttl h2::after {
            top: -75px;
            right: 0;
            width: 180px; } }
        @media screen and (max-width: 350px) {
          .l-removal-inn-ttl h2::after {
            top: -94px;
            width: 160px; } }
      .l-removal-inn-ttl h2 span {
        display: inline;
        font-weight: 800; }
        .l-removal-inn-ttl h2 span.border {
          border-bottom: 7px solid #FCF452; }
  .l-removal-inn-img {
    position: relative;
    width: 90%;
    max-width: 1050px !important;
    padding-top: 50px;
    padding-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .l-removal-inn-img {
        width: 100% !important;
        padding: 25px 15px 30px 10px; } }
    .l-removal-inn-img::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -45px;
      width: 201px;
      height: 70px;
      margin: 0 auto;
      background: url(../assets/img/black-down-arrow.png) no-repeat center;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .l-removal-inn-img::after {
          width: 108px; } }
  .l-removal-inn .point-wrap {
    padding: 85px 0 60px;
    width: 100%;
    height: 100%;
    background: url(../assets/img/point-shape-bg.png) no-repeat center;
    background-size: cover;
    border-top: 8px solid #0096E1;
    border-bottom: 8px solid #0096E1; }
    @media screen and (max-width: 768px) {
      .l-removal-inn .point-wrap {
        padding: 40px 0 30px; } }
    .l-removal-inn .point-wrap .point-txt {
      color: #fff;
      text-align: center; }
      .l-removal-inn .point-wrap .point-txt .text-01 {
        font-size: 36px;
        font-weight: 800; }
        @media screen and (max-width: 768px) {
          .l-removal-inn .point-wrap .point-txt .text-01 {
            font-size: 26px; } }
        @media screen and (max-width: 350px) {
          .l-removal-inn .point-wrap .point-txt .text-01 {
            font-size: 22px; } }
      .l-removal-inn .point-wrap .point-txt .text-02 {
        padding: 45px 0 33px;
        color: #FCF452;
        font-size: 60px;
        font-weight: 800; }
        @media screen and (max-width: 768px) {
          .l-removal-inn .point-wrap .point-txt .text-02 {
            padding: 20px 0 15px;
            font-size: 40px; } }
        @media screen and (max-width: 350px) {
          .l-removal-inn .point-wrap .point-txt .text-02 {
            font-size: 36px; } }
        .l-removal-inn .point-wrap .point-txt .text-02 small {
          margin: 0 15px;
          font-size: 40px; }
          @media screen and (max-width: 768px) {
            .l-removal-inn .point-wrap .point-txt .text-02 small {
              font-size: 30px;
              margin: 0 5px; } }
          @media screen and (max-width: 350px) {
            .l-removal-inn .point-wrap .point-txt .text-02 small {
              font-size: 26px; } }
      .l-removal-inn .point-wrap .point-txt .text-03 {
        font-size: 26px; }
        @media screen and (max-width: 768px) {
          .l-removal-inn .point-wrap .point-txt .text-03 {
            font-size: 20px; } }
        @media screen and (max-width: 350px) {
          .l-removal-inn .point-wrap .point-txt .text-03 {
            font-size: 18px; } }
.l-machine {
  padding: 35px 0;
  background: #EAF8FF; }
  .l-machine-inn-ttl h2 {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-machine-inn-ttl h2 {
        padding-left: 20px;
        text-align: left; } }
    .l-machine-inn-ttl h2 small {
      font-size: 36px;
      letter-spacing: 0.05em;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .l-machine-inn-ttl h2 small {
          font-size: 24px; } }
    .l-machine-inn-ttl h2 span {
      display: block;
      max-width: 845px;
      margin: 29px auto 20px; }
      @media screen and (max-width: 1100px) {
        .l-machine-inn-ttl h2 span {
          max-width: 650px; } }
      @media screen and (max-width: 768px) {
        .l-machine-inn-ttl h2 span {
          max-width: 333px;
          margin: 20px 0 15px; } }
  .l-machine-inn .machine-wrap {
    margin-top: 40px;
    margin-bottom: 68px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .machine-wrap {
        margin-bottom: 0; } }
    .l-machine-inn .machine-wrap-ttl {
      padding: 35px 90px;
      background: #0096E1;
      color: #fff;
      border-radius: 20px 20px 0 0;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .machine-wrap-ttl {
          padding: 30px 15px;
          flex-direction: column;
          border-radius: 10px 10px 0 0; } }
      .l-machine-inn .machine-wrap-ttl .point {
        margin-right: 56px; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .machine-wrap-ttl .point {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 0; } }
        .l-machine-inn .machine-wrap-ttl .point .text {
          display: block;
          margin-bottom: 5px;
          font-size: 20px;
          font-weight: 800; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .machine-wrap-ttl .point .text {
              margin-right: 5px;
              margin-bottom: 0;
              font-size: 16px; } }
        .l-machine-inn .machine-wrap-ttl .point .number {
          display: block;
          color: #FCF452;
          font-size: 61px;
          font-weight: 800; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .machine-wrap-ttl .point .number {
              font-size: 46px; } }
        .l-machine-inn .machine-wrap-ttl .point .ttl01-sm {
          font-size: 36px;
          font-weight: 600; }
      .l-machine-inn .machine-wrap-ttl-inn h3 {
        margin-bottom: 20px;
        font-size: 30px;
        letter-spacing: 0.05em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .machine-wrap-ttl-inn h3 {
            margin-bottom: 5px;
            text-align: center;
            line-height: 1.5; } }
        .l-machine-inn .machine-wrap-ttl-inn h3 small {
          font-size: 24px;
          font-weight: 600; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .machine-wrap-ttl-inn h3 .ttl01-sm {
            display: block; } }
        .l-machine-inn .machine-wrap-ttl-inn h3 .border {
          font-weight: 600;
          padding-bottom: 5px;
          border-bottom: 2px solid #FCF452; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .machine-wrap-ttl-inn h3 .border {
              padding-bottom: 0;
              display: inline-block; } }
          .l-machine-inn .machine-wrap-ttl-inn h3 .border.bold {
            font-weight: 800; }
        .l-machine-inn .machine-wrap-ttl-inn h3.ttl02 {
          margin-bottom: 0; }
          .l-machine-inn .machine-wrap-ttl-inn h3.ttl02 .img-ttl {
            display: inline-block;
            max-width: 329px;
            padding-bottom: 5px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .machine-wrap-ttl-inn h3.ttl02 .img-ttl {
                max-width: 300px;
                margin: auto; } }
    .l-machine-inn .machine-wrap-info {
      padding: 60px 40px 40px;
      background: #fff;
      box-sizing: border-box;
      border-radius: 0 0 20px 20px; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .machine-wrap-info {
          padding: 30px 15px;
          border-radius: 0 0 10px 10px; } }
      .l-machine-inn .machine-wrap-info ul.info-list {
        justify-content: space-between; }
        .l-machine-inn .machine-wrap-info ul.info-list li {
          width: 49%;
          padding: 7px;
          color: #0096E1;
          border: 2px solid #0096E1;
          border-radius: 10px;
          font-size: 24px;
          font-weight: 400;
          text-align: center;
          box-sizing: border-box;
          margin-bottom: 20px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .machine-wrap-info ul.info-list li {
              width: 100%;
              margin-right: 0;
              font-size: 20px; } }
      .l-machine-inn .machine-wrap-info .image-fl {
        margin-top: 10px;
        margin-bottom: 50px;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .machine-wrap-info .image-fl {
            margin-top: 0;
            margin-bottom: 30px; } }
        .l-machine-inn .machine-wrap-info .image-fl .image {
          width: 50%; }
          .l-machine-inn .machine-wrap-info .image-fl .image--01 {
            max-width: 330px;
            margin: 0 auto; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .machine-wrap-info .image-fl .image--01 {
                max-width: 106px; } }
          .l-machine-inn .machine-wrap-info .image-fl .image--02 {
            max-width: 345px;
            margin: 0 auto; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .machine-wrap-info .image-fl .image--02 {
                max-width: 171px; } }
      .l-machine-inn .machine-wrap-info .details {
        justify-content: space-between;
        padding-bottom: 60px; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .machine-wrap-info .details {
            padding-bottom: 30px; } }
        .l-machine-inn .machine-wrap-info .details-txt {
          position: relative;
          width: 49%;
          border: 1px solid #BCBCBC;
          padding: 50px 30px 20px;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .machine-wrap-info .details-txt {
              padding: 30px 10px 10px; } }
          .l-machine-inn .machine-wrap-info .details-txt h3 {
            position: absolute;
            top: -25px;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .machine-wrap-info .details-txt h3 {
                top: -15px; } }
            .l-machine-inn .machine-wrap-info .details-txt h3 span {
              display: inline-block;
              padding: 10px 25px;
              font-size: 24px;
              font-weight: 600;
              letter-spacing: 0.05em;
              text-align: center;
              background: #EAF8FE; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .machine-wrap-info .details-txt h3 span {
                  padding: 5px 20px;
                  font-size: 16px; } }
          .l-machine-inn .machine-wrap-info .details-txt p {
            font-size: 18px;
            line-height: 1.7; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .machine-wrap-info .details-txt p {
                font-size: 14px; } }
  .l-machine-inn .clinic-wrap {
    position: relative;
    margin: 20px auto 0;
    padding: 45px 0 0;
    background: #C6EEFF; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .clinic-wrap {
        padding: 20px 0 0; } }
    .l-machine-inn .clinic-wrap::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      width: 100%;
      height: 80px;
      background: #C6EEFF;
      clip-path: polygon(0 0, 48% 100%, 99% 0); }
      @media screen and (max-width: 768px) {
        .l-machine-inn .clinic-wrap::after {
          height: 50px; } }
    .l-machine-inn .clinic-wrap .clinic-ttl h2 {
      font-size: 38px;
      letter-spacing: 0.05em;
      margin-left: 18%; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .clinic-wrap .clinic-ttl h2 {
          font-size: 18px;
          margin-left: 30px; } }
      .l-machine-inn .clinic-wrap .clinic-ttl h2 span {
        display: inline-block;
        position: relative;
        font-weight: 800; }
        .l-machine-inn .clinic-wrap .clinic-ttl h2 span::after {
          content: '';
          position: absolute;
          top: -90px;
          right: -201px;
          width: 233px;
          height: 159px;
          background: url(../assets/img/notice-msg.png) no-repeat center;
          background-size: 100%; }
          @media screen and (max-width: 1100px) {
            .l-machine-inn .clinic-wrap .clinic-ttl h2 span::after {
              top: -90px;
              right: -130px;
              width: 150px; } }
          @media screen and (max-width: 768px) {
            .l-machine-inn .clinic-wrap .clinic-ttl h2 span::after {
              top: -88px;
              right: -101px;
              width: 121px; } }
          @media screen and (max-width: 350px) {
            .l-machine-inn .clinic-wrap .clinic-ttl h2 span::after {
              right: -61px;
              width: 74px; } }
    .l-machine-inn .clinic-wrap .clinic-txt {
      text-align: center; }
      .l-machine-inn .clinic-wrap .clinic-txt-01 {
        padding: 28px 0 17px;
        font-size: 16px;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .clinic-wrap .clinic-txt-01 {
            padding: 15px 10px;
            font-size: 14px;
            text-align: left; } }
      .l-machine-inn .clinic-wrap .clinic-txt-02 {
        color: #FF0000;
        font-size: 26px;
        font-weight: 800;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .clinic-wrap .clinic-txt-02 {
            font-size: 14px;
            text-align: left;
            padding: 0 10px 15px; } }
  .l-machine-inn .clinic-step {
    margin-top: 130px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .clinic-step {
        margin-top: 80px;
        padding: 30px 20px 0px;
        border-radius: 10px; } }
    .l-machine-inn .clinic-step.gray-bg {
      background: #F2F2F2; }
    .l-machine-inn .clinic-step.blue-bg {
      margin-top: 0;
      background: #EAF8FE; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .clinic-step.blue-bg {
          padding: 30px 20px; } }
      .l-machine-inn .clinic-step.blue-bg .group-list ul.image li {
        width: 17%;
        padding: 10px 0; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .clinic-step.blue-bg .group-list ul.image li {
            width: 80px;
            padding: 0; } }
    @media screen and (max-width: 768px) {
      .l-machine-inn .clinic-step-inn {
        display: flex;
        justify-content: space-between; }
        .l-machine-inn .clinic-step-inn.full {
          display: block; }
          .l-machine-inn .clinic-step-inn.full .group {
            width: 100%; } }
    .l-machine-inn .clinic-step-inn .group {
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .clinic-step-inn .group {
          display: block;
          width: 48%; } }
      .l-machine-inn .clinic-step-inn .group.group-A {
        margin-bottom: 30px; }
      .l-machine-inn .clinic-step-inn .group-type {
        width: 16%;
        background: #B1B1B1;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .clinic-step-inn .group-type {
            width: 100%;
            padding: 15px 0;
            margin-bottom: 10px; } }
        .l-machine-inn .clinic-step-inn .group-type.blue-bg {
          background: #0096E1; }
          .l-machine-inn .clinic-step-inn .group-type.blue-bg p {
            font-size: 17px;
            line-height: 1.7; }
            .l-machine-inn .clinic-step-inn .group-type.blue-bg p small {
              font-size: 16px;
              letter-spacing: 0.05em; }
        .l-machine-inn .clinic-step-inn .group-type p {
          text-align: center;
          color: #fff; }
          .l-machine-inn .clinic-step-inn .group-type p small {
            display: block;
            font-size: 18px;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .clinic-step-inn .group-type p small {
                font-size: 16px; } }
          .l-machine-inn .clinic-step-inn .group-type p span {
            display: block;
            margin: 20px 0;
            font-size: 50px;
            font-weight: 800; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .clinic-step-inn .group-type p span {
                margin: 10px 0;
                font-size: 30px; } }
      .l-machine-inn .clinic-step-inn .group-list {
        width: 80.6%;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .clinic-step-inn .group-list {
            width: 100%;
            margin-top: 5px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between; } }
        .l-machine-inn .clinic-step-inn .group-list ul {
          align-items: center;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .clinic-step-inn .group-list ul {
              display: block; } }
          .l-machine-inn .clinic-step-inn .group-list ul.list li {
            width: 21.2%;
            height: 50px;
            margin: 0 -5px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .clinic-step-inn .group-list ul.list li {
                width: 100%;
                height: 93px;
                margin: 0; } }
          .l-machine-inn .clinic-step-inn .group-list ul.list img {
            height: 50px;
            object-fit: fill; }
            @media screen and (max-width: 1100px) {
              .l-machine-inn .clinic-step-inn .group-list ul.list img {
                height: 40px; } }
            @media screen and (max-width: 768px) {
              .l-machine-inn .clinic-step-inn .group-list ul.list img {
                height: 100px; } }
          .l-machine-inn .clinic-step-inn .group-list ul.image li {
            width: 20%;
            padding: 10px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .clinic-step-inn .group-list ul.image li {
                width: 80px;
                padding: 0;
                height: 80px;
                margin-bottom: 15px;
                display: flex;
                justify-content: center;
                align-items: center; }
                .l-machine-inn .clinic-step-inn .group-list ul.image li:last-child {
                  margin-bottom: 0; } }
            @media screen and (max-width: 350px) {
              .l-machine-inn .clinic-step-inn .group-list ul.image li {
                width: 70px;
                height: 70px;
                margin-right: 5px;
                margin-bottom: 26px; } }
            .l-machine-inn .clinic-step-inn .group-list ul.image li .name {
              display: block;
              margin-top: 10px;
              font-size: 16px;
              text-align: center; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .clinic-step-inn .group-list ul.image li .name {
                  display: none; } }
  .l-machine-inn .next-step-ttl {
    margin: 40px 0 15px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .next-step-ttl {
        margin: 30px 0 20px; } }
  .l-machine-inn .all-machine {
    margin-top: 20px;
    margin-bottom: -15px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .all-machine {
        margin: 0; }
        .l-machine-inn .all-machine img {
          height: 460px; } }
  .l-machine-inn .small-txt-01 {
    margin: 15px 20px;
    font-size: 14px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .small-txt-01 {
        display: flex;
        margin: 15px 0;
        font-size: 14px; } }
  .l-machine-inn .yellow-arrow {
    margin: 35px auto 0;
    max-width: 122px;
    height: 47px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .yellow-arrow {
        max-width: 76px;
        margin: 20px auto 0; } }
  .l-machine-inn .show-result {
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .show-result {
        margin-top: 20px; } }
    .l-machine-inn .show-result-inn {
      position: relative;
      justify-content: space-between; }
      .l-machine-inn .show-result-inn .result-box {
        width: 48%;
        padding: 30px 0 40px 0;
        position: relative;
        border: 3px solid #0096E1;
        border-radius: 20px; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .show-result-inn .result-box {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 30px 5px 20px 20px;
            border-radius: 10px;
            border: 1.5px solid #0096E1;
            margin-bottom: 45px; } }
        .l-machine-inn .show-result-inn .result-box .title {
          position: absolute;
          top: -25px;
          left: 0;
          right: 0;
          margin: 0 auto;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .show-result-inn .result-box .title {
              top: -14px;
              left: 20px;
              right: unset; } }
          .l-machine-inn .show-result-inn .result-box .title h3 {
            display: inline-block;
            padding: 13px 35px;
            font-size: 20px;
            text-align: center;
            font-weight: 600;
            letter-spacing: 0.05em;
            color: #fff;
            background: #0096E1; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .show-result-inn .result-box .title h3 {
                font-size: 14px;
                padding: 4px 15px;
                line-height: 1.4; } }
            .l-machine-inn .show-result-inn .result-box .title h3 span {
              display: inline; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .show-result-inn .result-box .title h3 span {
                  display: none; } }
        .l-machine-inn .show-result-inn .result-box:nth-child(2) {
          border: 3px solid #B1B1B1;
          margin-bottom: 0; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .show-result-inn .result-box:nth-child(2) {
              border: 1.5px solid #B1B1B1; } }
          @media screen and (max-width: 768px) {
            .l-machine-inn .show-result-inn .result-box:nth-child(2) .title {
              top: -26px; } }
          .l-machine-inn .show-result-inn .result-box:nth-child(2) h3 {
            background: #B1B1B1; }
          .l-machine-inn .show-result-inn .result-box:nth-child(2) .text {
            font-size: 26px;
            font-weight: 400; }
            @media screen and (max-width: 1100px) {
              .l-machine-inn .show-result-inn .result-box:nth-child(2) .text {
                font-size: 22px; } }
            @media screen and (max-width: 768px) {
              .l-machine-inn .show-result-inn .result-box:nth-child(2) .text {
                margin-top: 0px;
                font-size: 20px; } }
            @media screen and (max-width: 350px) {
              .l-machine-inn .show-result-inn .result-box:nth-child(2) .text {
                font-size: 18px; } }
        .l-machine-inn .show-result-inn .result-box .image {
          max-width: 214px;
          margin: 20px auto 17px; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .show-result-inn .result-box .image {
              width: 40%;
              max-width: 132px;
              margin: 0; } }
        .l-machine-inn .show-result-inn .result-box .text {
          font-size: 36px;
          text-align: center;
          font-weight: 600; }
          @media screen and (max-width: 1100px) {
            .l-machine-inn .show-result-inn .result-box .text {
              font-size: 25px; } }
          @media screen and (max-width: 768px) {
            .l-machine-inn .show-result-inn .result-box .text {
              width: 60%;
              font-size: 20px;
              margin-top: -20px; } }
          .l-machine-inn .show-result-inn .result-box .text span {
            display: inline-block;
            position: relative;
            font-weight: 600; }
            .l-machine-inn .show-result-inn .result-box .text span::after, .l-machine-inn .show-result-inn .result-box .text span::before {
              content: '';
              position: absolute;
              width: 30px;
              height: 30px;
              background: url(../assets/img/yellow-star-icon.png) no-repeat center;
              background-size: 100%; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .show-result-inn .result-box .text span::after, .l-machine-inn .show-result-inn .result-box .text span::before {
                  width: 20px;
                  height: 20px; } }
            .l-machine-inn .show-result-inn .result-box .text span::before {
              top: -24px;
              left: -23px; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .show-result-inn .result-box .text span::before {
                  top: -20px;
                  left: -4px; } }
            .l-machine-inn .show-result-inn .result-box .text span::after {
              bottom: -24px;
              right: -10px; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .show-result-inn .result-box .text span::after {
                  bottom: -20px;
                  right: -17px; } }
      .l-machine-inn .show-result-inn .message {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        max-width: 315px;
        z-index: 1;
        transform: translateY(-50%); }
        @media screen and (max-width: 1100px) {
          .l-machine-inn .show-result-inn .message {
            max-width: 250px; } }
        @media screen and (max-width: 768px) {
          .l-machine-inn .show-result-inn .message {
            max-width: 240px;
            right: -19%;
            left: unset;
            top: 47%; } }
        @media screen and (max-width: 350px) {
          .l-machine-inn .show-result-inn .message {
            max-width: 170px; } }
  .l-machine-inn .point02-info {
    background: #fff;
    padding: 60px 40px 40px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px; }
    @media screen and (max-width: 768px) {
      .l-machine-inn .point02-info {
        padding: 30px 15px;
        border-radius: 0 0 10px 10px; } }
    .l-machine-inn .point02-info-inn {
      justify-content: space-between; }
      .l-machine-inn .point02-info-inn-box {
        position: relative;
        padding: 30px 0;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .point02-info-inn-box {
            padding: 0; } }
        .l-machine-inn .point02-info-inn-box::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 100%;
          background-color: #EAF8FE;
          z-index: -1;
          border-radius: 20px 0 0 20px; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info-inn-box::before {
              display: none; } }
        .l-machine-inn .point02-info-inn-box::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 50%;
          height: 100%;
          background-color: #F2F2F2;
          z-index: -1;
          border-radius: 0 20px 20px 0; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info-inn-box::after {
              display: none; } }
        .l-machine-inn .point02-info-inn-box .title {
          width: 50%; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info-inn-box .title {
              width: 100%; } }
          .l-machine-inn .point02-info-inn-box .title--01 h3 span {
            color: #0096E1;
            border: 2px solid #0096E1; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info-inn-box .title--01 h3 span {
                background-color: #fff !important;
                font-size: 24px !important;
                width: 167px !important;
                margin: 0 auto !important;
                display: block !important;
                text-align: center; } }
          .l-machine-inn .point02-info-inn-box .title--02 h3 span {
            color: #444444;
            border: 2px solid #444444; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info-inn-box .title--02 h3 span {
                background-color: #fff !important;
                font-size: 24px !important;
                width: 167px !important;
                margin: 0 auto !important;
                display: block !important;
                text-align: center; } }
          .l-machine-inn .point02-info-inn-box .title h3 {
            text-align: center; }
            .l-machine-inn .point02-info-inn-box .title h3 span {
              display: inline-block;
              width: 250px;
              font-size: 34px;
              font-weight: 600;
              padding: 9px 20px; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info-inn-box .title h3 span {
                  font-size: 24px; } }
        .l-machine-inn .point02-info-inn-box .point02-img {
          width: 77.5%;
          margin: 30px auto 25px; }
        .l-machine-inn .point02-info-inn-box .detail-txt {
          justify-content: space-between; }
          .l-machine-inn .point02-info-inn-box .detail-txt-inn {
            width: 50%;
            padding: 0 30px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info-inn-box .detail-txt-inn {
                width: 100%;
                padding: 0; } }
            .l-machine-inn .point02-info-inn-box .detail-txt-inn .name {
              margin-bottom: 27px;
              font-size: 26px;
              text-align: center;
              font-weight: 600;
              line-height: 1.5; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .name {
                  margin-top: 17px;
                  font-size: 16px;
                  max-width: 176px;
                  text-align: center; } }
            .l-machine-inn .point02-info-inn-box .detail-txt-inn .laser-txt {
              display: block;
              margin-bottom: 10px;
              padding: 20px 0;
              color: #fff;
              background-color: #0096E1;
              font-size: 26px;
              font-weight: 600;
              text-align: center; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .laser-txt {
                  padding: 13px 0;
                  font-size: 18px; } }
              @media screen and (max-width: 350px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .laser-txt {
                  font-size: 14px; } }
            .l-machine-inn .point02-info-inn-box .detail-txt-inn .detail-txt01 {
              font-size: 16px;
              line-height: 1.75; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .detail-txt01 {
                  line-height: 1.5; } }
            .l-machine-inn .point02-info-inn-box .detail-txt-inn .down-arr {
              width: 50px;
              height: 19px;
              margin: 15px auto 12px; }
            .l-machine-inn .point02-info-inn-box .detail-txt-inn .note-txt {
              color: #FF0000;
              font-size: 30px;
              font-weight: 600;
              text-align: center; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .note-txt {
                  margin-top: 20px;
                  font-size: 28px; } }
              @media screen and (max-width: 350px) {
                .l-machine-inn .point02-info-inn-box .detail-txt-inn .note-txt {
                  font-size: 26px; } }
        .l-machine-inn .point02-info-inn-box.sp .box-inn:first-child {
          background-color: #EAF8FE; }
        .l-machine-inn .point02-info-inn-box.sp .box-inn:last-child {
          background-color: #F2F2F2; }
        @media screen and (max-width: 768px) {
          .l-machine-inn .point02-info-inn-box.sp .box-inn {
            padding: 30px 15px;
            box-sizing: border-box;
            border-radius: 10px;
            margin-bottom: 30px; }
            .l-machine-inn .point02-info-inn-box.sp .box-inn .point-img {
              margin-top: 12px; } }
    .l-machine-inn .point02-info .point02-next-ttl {
      margin: 59px 47px 20px; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .point02-info .point02-next-ttl {
          margin: 40px 0 30px; } }
    .l-machine-inn .point02-info .point02-tbl-wrap {
      white-space: nowrap;
      overflow-x: auto; }
      .l-machine-inn .point02-info .point02-tbl-wrap table {
        display: block;
        padding-bottom: 35px; }
        .l-machine-inn .point02-info .point02-tbl-wrap table tr {
          display: flex;
          flex-wrap: nowrap;
          white-space: nowrap; }
        .l-machine-inn .point02-info .point02-tbl-wrap table thead tr {
          margin-bottom: 15px; }
          .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th {
            padding: 9px;
            font-size: 26px;
            font-weight: 600;
            letter-spacing: 0.05em;
            border-radius: 10px;
            text-align: center;
            vertical-align: middle; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th {
                font-size: 18px; } }
            .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:first-child {
              width: 160px; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:first-child {
                  width: 130px; } }
            .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:nth-child(2) {
              margin-right: 20px;
              width: 240px;
              border: 2px solid #0096E1;
              color: #0096E1; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:nth-child(2) {
                  width: 170px; } }
            .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:nth-child(3) {
              color: #0096E1;
              width: 500px;
              background-color: #FFFDCC;
              border: 2px solid #0096E1; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info .point02-tbl-wrap table thead tr th:nth-child(3) {
                  width: 360px; } }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:first-child td:nth-child(2), .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:first-child td:nth-child(3), .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:first-child td:nth-child(4) {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:last-child td:first-child, .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:last-child td:nth-child(2), .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:last-child td:nth-child(3), .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr:last-child td:nth-child(4) {
          padding: 15px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          border-bottom: 0px; }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:first-child {
          width: 160px;
          margin-right: 0;
          font-size: 20px;
          background-color: #fff;
          border-bottom: 1px solid #B1B1B1;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:first-child {
              width: 130px;
              font-size: 16px; } }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:nth-child(2) {
          background-color: #F2F2F2; }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:nth-child(3) {
          color: #fff;
          background-color: #0096E1;
          font-size: 20px;
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:nth-child(3) {
              font-size: 16px; } }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:nth-child(4) {
          margin-right: 0;
          background-color: #EAF8FE; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td:nth-child(4) {
              font-size: 14px; } }
        .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td {
          display: flex;
          flex-flow: wrap;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-right: 20px;
          padding: 23px 5px;
          width: 240px;
          font-size: 16px;
          letter-spacing: 0.05em;
          text-align: center;
          border-bottom: 1px solid #fff;
          vertical-align: middle;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td {
              width: 170px;
              font-size: 12px;
              padding: 15px 5px; } }
          .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td span.icon {
            display: block;
            width: 39px;
            height: 39px;
            margin: 0 auto 7px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td span.icon {
                width: 30px;
                height: 30px; } }
            .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td span.icon.triangle-icon {
              width: 43px; }
              @media screen and (max-width: 768px) {
                .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td span.icon.triangle-icon {
                  width: 33px; } }
          .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td.bold-font {
            font-size: 20px;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td.bold-font {
                font-size: 16px; } }
          .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td.note-txt {
            font-size: 24px;
            background-color: #FCF452; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td.note-txt {
                font-size: 18px; } }
          .l-machine-inn .point02-info .point02-tbl-wrap table tbody tr td.red-color {
            color: #FF0000; }
    .l-machine-inn .point02-info .point02-bottom-detail {
      justify-content: space-between;
      margin-left: 30px; }
      @media screen and (max-width: 768px) {
        .l-machine-inn .point02-info .point02-bottom-detail {
          margin-left: 0;
          flex-direction: column-reverse; } }
      .l-machine-inn .point02-info .point02-bottom-detail .person-img {
        width: 40%; }
        @media screen and (max-width: 1100px) {
          .l-machine-inn .point02-info .point02-bottom-detail .person-img {
            width: 100%;
            max-width: 250px;
            margin: 40px auto 10px; } }
      .l-machine-inn .point02-info .point02-bottom-detail .detail-txt {
        width: 55%;
        margin-top: 20px;
        position: relative;
        z-index: 0; }
        @media screen and (max-width: 1100px) {
          .l-machine-inn .point02-info .point02-bottom-detail .detail-txt {
            width: 100%;
            margin-top: 40px; } }
        .l-machine-inn .point02-info .point02-bottom-detail .detail-txt::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 291px;
          height: 143px;
          background: url(../assets/img/next-show-arrow.png) no-repeat center;
          background-size: 100%;
          z-index: -1;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-bottom-detail .detail-txt::after {
              max-width: 250px; } }
        .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-01 {
          font-size: 20px;
          line-height: 1.6;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-01 {
              font-size: 18px; } }
          .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-01 span {
            display: block;
            font-size: 34px; }
            @media screen and (max-width: 350px) {
              .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-01 span {
                font-size: 30px; } }
        .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-02 {
          margin-top: 25px;
          color: #FF0000;
          font-size: 34px;
          line-height: 1.6;
          font-weight: 600;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-02 {
              font-size: 28px; } }
          @media screen and (max-width: 350px) {
            .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-02 {
              font-size: 24px; } }
          .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-02 span {
            font-size: 28px; }
            @media screen and (max-width: 768px) {
              .l-machine-inn .point02-info .point02-bottom-detail .detail-txt-02 span {
                font-size: 20px; } }
.l-discount-bnr {
  padding: 60px 0;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .l-discount-bnr {
      padding: 30px 0; } }
  .l-discount-bnr-inn {
    justify-content: space-between;
    align-items: center; }
    .l-discount-bnr-inn-txt {
      margin-left: 30px;
      position: relative;
      width: 58%;
      z-index: 0; }
      @media screen and (max-width: 1100px) {
        .l-discount-bnr-inn-txt {
          width: 100%;
          margin-left: 0; } }
      .l-discount-bnr-inn-txt::after {
        content: '';
        position: absolute;
        top: 55%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 291px;
        height: 143px;
        background: url(../assets/img/next-show-arrow.png) no-repeat center;
        background-size: 100%;
        z-index: -1;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .l-discount-bnr-inn-txt::after {
            top: 50%; } }
      .l-discount-bnr-inn-txt .bnr-txt01 {
        font-size: 20px;
        line-height: 1.7;
        text-align: center; }
        @media screen and (max-width: 350px) {
          .l-discount-bnr-inn-txt .bnr-txt01 {
            font-size: 16px; } }
        .l-discount-bnr-inn-txt .bnr-txt01 .blue-note-txt {
          color: #009EE8;
          font-size: 36px;
          font-weight: 700;
          letter-spacing: 0.03em; }
          @media screen and (max-width: 768px) {
            .l-discount-bnr-inn-txt .bnr-txt01 .blue-note-txt {
              font-size: 30px; } }
          @media screen and (max-width: 350px) {
            .l-discount-bnr-inn-txt .bnr-txt01 .blue-note-txt {
              font-size: 26px; } }
        .l-discount-bnr-inn-txt .bnr-txt01 .black-note-txt {
          display: block;
          margin: 15px 0 0;
          font-size: 36px;
          font-weight: 600; }
      .l-discount-bnr-inn-txt .bnr-txt02 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.5;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .l-discount-bnr-inn-txt .bnr-txt02 {
            font-size: 20px; } }
        .l-discount-bnr-inn-txt .bnr-txt02 small {
          font-size: 26px; }
        .l-discount-bnr-inn-txt .bnr-txt02 .border {
          border-bottom: 2px solid #FFF041;
          font-size: 30px;
          font-weight: 600; }
    .l-discount-bnr-inn-img {
      width: 36%;
      margin-right: 30px; }
      @media screen and (max-width: 1100px) {
        .l-discount-bnr-inn-img {
          width: 100%;
          margin: 25px auto 0;
          max-width: 250px; } }
.l-question {
  background: #EAF8FF;
  padding: 55px 0 60px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .l-question {
      padding: 35px 0 40px;
      margin-bottom: 30px; } }
  .l-question .ques-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .l-question .ques-title {
        font-size: 26px;
        padding-bottom: 15px; } }
  .l-question h3 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 38px; }
    @media screen and (max-width: 768px) {
      .l-question h3 {
        font-size: 40px;
        margin-bottom: 25px; } }
    .l-question h3 span {
      font-weight: 800; }
      .l-question h3 span:first-child {
        color: #636ECE; }
      .l-question h3 span:last-child {
        color: #D06363; }
    .l-question h3 small {
      font-size: 30px;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .l-question h3 small {
          font-size: 26px; } }
  .l-question .ques-block dl {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 15px 30px 15px 20px;
    margin-bottom: 30px;
    background: #fff;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .l-question .ques-block dl {
        padding: 20px 15px;
        margin-bottom: 10px; } }
    .l-question .ques-block dl dt {
      font-size: 26px;
      font-weight: 600;
      line-height: 1.7;
      position: relative;
      padding-left: 40px;
      cursor: pointer;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 768px) {
        .l-question .ques-block dl dt {
          font-size: 16px;
          padding-left: 23px;
          padding-right: 26px; } }
      .l-question .ques-block dl dt:before {
        content: "Q";
        position: absolute;
        font-size: 26px;
        color: #636ECE;
        letter-spacing: 0.05em;
        left: 0;
        top: 0; }
        @media screen and (max-width: 768px) {
          .l-question .ques-block dl dt:before {
            font-size: 20px;
            top: -3px; } }
      .l-question .ques-block dl dt:after {
        content: " ";
        position: absolute;
        right: 0px;
        top: 15px;
        margin: auto;
        width: 13px;
        height: 13px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(135deg);
        transition: all .3s ease; }
        @media screen and (max-width: 768px) {
          .l-question .ques-block dl dt:after {
            width: 10px;
            height: 10px;
            top: 10px;
            right: 3px; } }
      .l-question .ques-block dl dt.open::after {
        transform: rotate(-45deg);
        top: 15px; }
        @media screen and (max-width: 768px) {
          .l-question .ques-block dl dt.open::after {
            top: 12px; } }
    .l-question .ques-block dl dd {
      position: relative;
      margin-top: 15px;
      display: none; }
      .l-question .ques-block dl dd:before {
        content: "A";
        position: absolute;
        font-size: 20px;
        color: #D06363;
        font-weight: 800; }
        @media screen and (max-width: 768px) {
          .l-question .ques-block dl dd:before {
            font-size: 16px; } }
      .l-question .ques-block dl dd p {
        padding: 0 45px 0 40px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.75; }
        @media screen and (max-width: 768px) {
          .l-question .ques-block dl dd p {
            font-size: 14px;
            padding: 0 0 0 23px; } }
        .l-question .ques-block dl dd p b {
          font-size: 18px;
          font-weight: 800; }
          @media screen and (max-width: 768px) {
            .l-question .ques-block dl dd p b {
              font-size: 16px; } }
        .l-question .ques-block dl dd p .tab {
          display: inline-block;
          margin-left: 20px; }
          @media screen and (max-width: 768px) {
            .l-question .ques-block dl dd p .tab {
              margin-left: 10px; } }
    .l-question .ques-block dl:last-child {
      margin-bottom: 0; }
.l-hair-inn {
  margin-bottom: 60px; }
  .l-hair-inn h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-align: center;
    position: relative;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .l-hair-inn h2 {
        font-size: 30px;
        border-bottom: 8px solid #5D5D5D; } }
    .l-hair-inn h2 span {
      padding-bottom: 10px;
      font-weight: 800;
      display: inline-block;
      border-bottom: 8px solid #5D5D5D; }
      @media screen and (max-width: 768px) {
        .l-hair-inn h2 span {
          padding-bottom: 10px;
          border-bottom: none; } }
      .l-hair-inn h2 span.hair-txtColor {
        font-size: 50px;
        color: #0096E1;
        border-bottom: none; }
        @media screen and (max-width: 768px) {
          .l-hair-inn h2 span.hair-txtColor {
            font-size: 40px; } }
    .l-hair-inn h2:after {
      position: absolute;
      content: " ";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 70px 100px 0 100px;
      border-color: #FCF452 transparent transparent transparent;
      top: 65%;
      left: 50%;
      transform: translate(-50%, 40%);
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .l-hair-inn h2:after {
          border-width: 59px 84px 0 84px;
          transform: translate(-50%, 65%); } }
  .l-hair-inn h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .l-hair-inn h3 {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 350px) {
      .l-hair-inn h3 {
        font-size: 16px; } }
    .l-hair-inn h3 span {
      font-weight: 600;
      font-size: 36px;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        .l-hair-inn h3 span {
          font-size: 30px;
          display: inline-block;
          margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .l-hair-inn h3 span {
          font-size: 24px; } }
      @media screen and (max-width: 768px) {
        .l-hair-inn h3 span.no-drop {
          margin-left: -3vw;
          margin-right: -3vw; } }
      @media screen and (max-width: 768px) {
        .l-hair-inn h3 span.no-drop {
          margin-left: 0;
          margin-right: 0; } }
  .l-hair-inn .hair-block table {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .l-hair-inn .hair-block table {
        margin: 0 auto 20px; } }
    .l-hair-inn .hair-block table tr {
      display: flex; }
      .l-hair-inn .hair-block table tr th {
        width: 170px;
        border-bottom: 1px solid #B1B1B1;
        margin-right: 3px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.05em;
        display: inline-grid;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .l-hair-inn .hair-block table tr th {
            width: 70px;
            margin-right: 0;
            font-size: 16px; } }
      .l-hair-inn .hair-block table tr td {
        width: calc((100% - 200px) / 2);
        padding: 28px 0;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 768px) {
          .l-hair-inn .hair-block table tr td {
            width: calc((100% - 80px) / 2);
            font-size: 14px;
            padding: 20px 0; } }
        .l-hair-inn .hair-block table tr td.grey {
          background: #E5E5E5;
          border-bottom: 1px solid #fff; }
        .l-hair-inn .hair-block table tr td.white {
          background: #F5F5F5;
          border-bottom: 1px solid #fff;
          margin-left: 30px; }
          @media screen and (max-width: 768px) {
            .l-hair-inn .hair-block table tr td.white {
              margin-left: 10px; } }
      .l-hair-inn .hair-block table tr:nth-child(1) td {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 768px) {
          .l-hair-inn .hair-block table tr:nth-child(1) td {
            font-size: 16px; } }
        .l-hair-inn .hair-block table tr:nth-child(1) td.grey {
          padding: 43px 0;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
          @media screen and (max-width: 768px) {
            .l-hair-inn .hair-block table tr:nth-child(1) td.grey {
              padding: 33px 0; } }
        .l-hair-inn .hair-block table tr:nth-child(1) td.white {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
      .l-hair-inn .hair-block table tr.tbl-noTxt th {
        border-bottom: none; }
      .l-hair-inn .hair-block table tr.tbl-noTxt td {
        padding: 15px 0;
        border-bottom: none; }
        .l-hair-inn .hair-block table tr.tbl-noTxt td.grey {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
        .l-hair-inn .hair-block table tr.tbl-noTxt td.white {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
  .l-hair-inn .hair-tbltxt {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin: 26px 0 42px; }
    @media screen and (max-width: 768px) {
      .l-hair-inn .hair-tbltxt {
        margin: 10px 0 30px;
        font-size: 12px;
        text-indent: -10px;
        padding-left: 10px; } }
    .l-hair-inn .hair-tbltxt span {
      display: block;
      padding-left: 15px; }
      @media screen and (max-width: 768px) {
        .l-hair-inn .hair-tbltxt span {
          padding-left: 10px; } }
  .l-hair-inn h4 {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .l-hair-inn h4 {
        margin-bottom: 15px; } }
    .l-hair-inn h4 span {
      position: relative;
      display: inline-block;
      padding: 0 50px;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .l-hair-inn h4 span {
          font-size: 20px;
          line-height: 1.5; } }
      @media screen and (max-width: 768px) {
        .l-hair-inn h4 span {
          font-size: 18px; } }
      .l-hair-inn h4 span:before {
        position: absolute;
        content: "";
        top: 17px;
        left: 0;
        width: 55px;
        height: 2px;
        background: #000;
        transform: rotate(70deg); }
        @media screen and (max-width: 768px) {
          .l-hair-inn h4 span:before {
            top: 50%; } }
      .l-hair-inn h4 span:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 0;
        width: 55px;
        height: 2px;
        background: #000;
        transform: rotate(-70deg); }
        @media screen and (max-width: 768px) {
          .l-hair-inn h4 span:after {
            top: 50%; } }
  .l-hair-inn .more-btn {
    text-align: center; }
    .l-hair-inn .more-btn a {
      display: block;
      width: 100%;
      max-width: 600px;
      position: relative;
      padding: 21px 0 21px 151px;
      background: #399D26;
      border-radius: 50px;
      font-size: 36px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.3;
      text-align: left;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
      margin: auto; }
      @media screen and (max-width: 768px) {
        .l-hair-inn .more-btn a {
          max-width: 335px;
          padding: 15px 45px;
          font-size: 26px; } }
      .l-hair-inn .more-btn a:after {
        position: absolute;
        content: "";
        background: url("../assets/img/btn_icon.png") no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
        right: 65px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .l-hair-inn .more-btn a:after {
            width: 27px;
            height: 27px;
            right: 45px; } }
.l-speedy {
  margin-top: 58px;
  background: #EAF8FF;
  padding: 30px 0 115px; }
  @media screen and (max-width: 768px) {
    .l-speedy {
      margin-top: 40px;
      padding: 30px 0 55px; } }
  .l-speedy-inn h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .l-speedy-inn h2 {
        font-size: 26px;
        line-height: 1.7;
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .l-speedy-inn h2 {
        font-size: 22px; } }
    .l-speedy-inn h2 span {
      font-weight: 800;
      border-bottom: 7px solid #FCF452;
      display: inline-block;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .l-speedy-inn h2 span {
          border-bottom: 3px solid #FCF452; } }
      .l-speedy-inn h2 span.speedy-blue {
        border-bottom: none;
        color: #0096E1; }
      .l-speedy-inn h2 span.speedy-dot {
        position: relative;
        border-bottom: none; }
        @media screen and (max-width: 768px) {
          .l-speedy-inn h2 span.speedy-dot {
            margin-top: 15px; } }
        .l-speedy-inn h2 span.speedy-dot:before {
          position: absolute;
          content: "";
          top: -5px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #FF0000; }
          @media screen and (max-width: 768px) {
            .l-speedy-inn h2 span.speedy-dot:before {
              width: 5px;
              height: 5px; } }
  .l-speedy-inn .speedy-box {
    padding: 0 30px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .l-speedy-inn .speedy-box {
        display: block;
        width: 100%;
        padding: 0; } }
    .l-speedy-inn .speedy-box-lft {
      background: #0096E1;
      border-radius: 20px;
      width: 48%;
      padding: 32px 20px 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box-lft {
          width: 100%;
          padding: 30px 20px; } }
      .l-speedy-inn .speedy-box-lft h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.05em;
        border-bottom: 2px solid #fff;
        padding-bottom: 20px;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .l-speedy-inn .speedy-box-lft h3 {
            font-size: 28px; } }
      .l-speedy-inn .speedy-box-lft .speedy-box-txt {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.1;
        color: #fff;
        padding-top: 45px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .l-speedy-inn .speedy-box-lft .speedy-box-txt {
            font-size: 26px;
            padding-top: 40px; } }
        @media screen and (max-width: 768px) {
          .l-speedy-inn .speedy-box-lft .speedy-box-txt {
            font-size: 20px; } }
        .l-speedy-inn .speedy-box-lft .speedy-box-txt span {
          color: #FCF452;
          font-size: 50px;
          font-weight: 700;
          line-height: 1.4;
          display: inline-block;
          padding-right: 5px; }
          @media screen and (max-width: 768px) {
            .l-speedy-inn .speedy-box-lft .speedy-box-txt span {
              font-size: 46px; } }
          @media screen and (max-width: 768px) {
            .l-speedy-inn .speedy-box-lft .speedy-box-txt span {
              font-size: 39px; } }
        .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01 {
          padding-top: 10px; }
          .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01 span {
            padding: 0 0 0 10px; }
            .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01 span.speedy-txtpd {
              padding: 0 0 0 35px; }
            @media screen and (max-width: 768px) {
              .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01 span {
                padding: 0 0 0 2%; }
                .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01 span.speedy-txtpd {
                  padding: 0 0 0 30px; } }
          .l-speedy-inn .speedy-box-lft .speedy-box-txt.speedy-box-txt01:last-child {
            padding-top: 0; }
  .l-speedy-inn .speedy-notice {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 50px;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .l-speedy-inn .speedy-notice {
        padding-left: 0;
        font-size: 12px;
        margin-bottom: 30px; } }
  .l-speedy-inn .speedy-box01 {
    background: #fff;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 25px 20px 37px;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-speedy-inn .speedy-box01 {
        margin: 40px auto 0;
        max-width: 100%;
        padding: 25px 15px 30px; } }
    .l-speedy-inn .speedy-box01 h3 {
      color: #0096E1;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box01 h3 {
          font-size: 26px; } }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box01 h3 {
          font-size: 22px; } }
    .l-speedy-inn .speedy-box01-text {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box01-text {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box01-text {
          font-size: 15px; } }
    .l-speedy-inn .speedy-box01-text01 span {
      display: inline-block;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .l-speedy-inn .speedy-box01-text01 span {
          font-size: 24px;
          margin-bottom: 20px; } }
      .l-speedy-inn .speedy-box01-text01 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 7px;
        border-bottom: 7px solid #FCF452; }
        @media screen and (max-width: 768px) {
          .l-speedy-inn .speedy-box01-text01 span:after {
            left: 50%;
            bottom: -5px;
            height: 3px;
            border-bottom: 3px solid #FCF452;
            transform: translateX(-55%); } }
.l-beardPart {
  position: relative; }
  .l-beardPart-inn {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      .l-beardPart-inn {
        padding-top: 40px; } }
    .l-beardPart-inn .l-beard-ttlBox h2 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 55px;
      background: #0096E1;
      border-radius: 50px;
      text-align: center;
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: 0.05em;
      padding: 16px 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .l-beardPart-inn .l-beard-ttlBox h2 {
          font-size: 20px;
          max-width: 340px;
          margin: 0 auto 40px;
          padding: 11px 0; } }
      .l-beardPart-inn .l-beard-ttlBox h2:after {
        position: absolute;
        content: " ";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 26px 37px 0 37px;
        border-color: #0096E1 transparent transparent transparent;
        border-color: #0096E1 transparent transparent transparent;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%); }
    .l-beardPart-inn .l-beardPart-tbl {
      position: relative;
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .l-beardPart-inn .l-beardPart-tbl {
          margin: 0 0 40px; } }
      .l-beardPart-inn .l-beardPart-tbl table {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .l-beardPart-inn .l-beardPart-tbl table {
            margin: 0 auto; } }
        .l-beardPart-inn .l-beardPart-tbl table tr {
          width: 100%; }
          .l-beardPart-inn .l-beardPart-tbl table tr th {
            width: 180px;
            font-size: 20px;
            font-weight: 600;
            border-bottom: 1px solid #B1B1B1;
            line-height: 1.8;
            letter-spacing: 0.05em;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr th {
                width: 70px;
                font-size: 12px; } }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr th {
                width: 60px; } }
          .l-beardPart-inn .l-beardPart-tbl table tr td {
            width: calc((100% - 220px) / 3);
            border-bottom: 1px solid #fff;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 0.05em;
            line-height: 1.7;
            text-align: center;
            padding: 23px 0;
            margin-right: 20px; }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr td {
                width: calc((100% - 90px) / 3);
                margin-right: 10px;
                font-size: 12px;
                padding: 14px 0; } }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr td {
                width: calc((100% - 80px) / 3); } }
            .l-beardPart-inn .l-beardPart-tbl table tr td.beardPart-green {
              background: #A2E3FF; }
            .l-beardPart-inn .l-beardPart-tbl table tr td.beardPart-blue {
              background: #C9EFFF; }
            .l-beardPart-inn .l-beardPart-tbl table tr td.beardPart-bluemint {
              background: #EAF8FE;
              margin-right: 0; }
          .l-beardPart-inn .l-beardPart-tbl table tr:first-child td {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.5;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr:first-child td {
                font-size: 12px; } }
          .l-beardPart-inn .l-beardPart-tbl table tr:last-child th {
            border-bottom: none; }
          .l-beardPart-inn .l-beardPart-tbl table tr:last-child td {
            padding: 20px 0;
            border-bottom: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
            @media screen and (max-width: 768px) {
              .l-beardPart-inn .l-beardPart-tbl table tr:last-child td {
                padding: 10px 0; } }
.l-orderFlow {
  background-color: #0096E1;
  padding: 55px 85px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .l-orderFlow {
      padding: 60px 0;
      margin-bottom: 40px; } }
  .l-orderFlow-inn .l-orderFlow-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 47px; }
    @media screen and (max-width: 768px) {
      .l-orderFlow-inn .l-orderFlow-title {
        font-size: 22px;
        margin-bottom: 35px; } }
  .l-orderFlow-inn-box {
    justify-content: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 768px) {
      .l-orderFlow-inn-box {
        flex-wrap: wrap;
        display: block;
        justify-content: unset;
        padding: 0 5%; } }
    .l-orderFlow-inn-box .orderFlow-box {
      background: #fff;
      width: 255px;
      margin-right: 30px;
      text-align: center;
      padding: 45px 30px 35px;
      position: relative; }
      @media screen and (max-width: 1100px) {
        .l-orderFlow-inn-box .orderFlow-box {
          padding: 30px 10px; } }
      @media screen and (max-width: 768px) {
        .l-orderFlow-inn-box .orderFlow-box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 35px;
          padding: 20px 10px 15px 10px; }
          .l-orderFlow-inn-box .orderFlow-box:last-child {
            margin-bottom: 0; }
          .l-orderFlow-inn-box .orderFlow-box-sp {
            display: flex; } }
      .l-orderFlow-inn-box .orderFlow-box:before {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        width: 94px;
        height: 8px;
        border-top: 8px solid #FCF452;
        transform: translateX(-50%); }
      .l-orderFlow-inn-box .orderFlow-box:after {
        position: absolute;
        content: "";
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 3px;
        border-top: 3px solid #fff; }
        @media screen and (max-width: 768px) {
          .l-orderFlow-inn-box .orderFlow-box:after {
            right: 50%;
            top: unset;
            bottom: -18px;
            width: 3px;
            height: 35px;
            border-left: 3px solid #fff;
            border-top: 0;
            transform: translateY(50%); } }
      .l-orderFlow-inn-box .orderFlow-box figure {
        max-width: 145px;
        margin: 0 auto 27px; }
        @media screen and (max-width: 768px) {
          .l-orderFlow-inn-box .orderFlow-box figure {
            max-width: 100px;
            margin: 0 15px 0 0; } }
      .l-orderFlow-inn-box .orderFlow-box-number {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.3;
        color: #0096E1; }
        @media screen and (max-width: 768px) {
          .l-orderFlow-inn-box .orderFlow-box-number {
            font-size: 40px; } }
      .l-orderFlow-inn-box .orderFlow-box-text {
        font-size: 24px;
        color: #0096E1;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.05em;
        margin-bottom: 25px; }
        @media screen and (max-width: 1100px) {
          .l-orderFlow-inn-box .orderFlow-box-text {
            font-size: 16px; } }
        @media screen and (max-width: 768px) {
          .l-orderFlow-inn-box .orderFlow-box-text {
            font-size: 24px;
            margin-bottom: 5px; } }
      .l-orderFlow-inn-box .orderFlow-box-content {
        font-size: 14px;
        font-weight: 600;
        line-height: 2;
        letter-spacing: initial;
        white-space: nowrap; }
        @media screen and (max-width: 1100px) {
          .l-orderFlow-inn-box .orderFlow-box-content {
            font-size: 10px; } }
        @media screen and (max-width: 768px) {
          .l-orderFlow-inn-box .orderFlow-box-content {
            font-size: 14px;
            text-align: left;
            padding-top: 5px;
            white-space: inherit; } }
        @media screen and (max-width: 350px) {
          .l-orderFlow-inn-box .orderFlow-box-content {
            font-size: 12px; } }
      .l-orderFlow-inn-box .orderFlow-box-img {
        margin-bottom: 30px; }
      .l-orderFlow-inn-box .orderFlow-box:last-child {
        margin-right: 0; }
        .l-orderFlow-inn-box .orderFlow-box:last-child:after {
          display: none; }
.l-clinic {
  margin-bottom: 40px; }
  .l-clinic-inn-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .l-clinic-inn-title {
        font-size: 22px; } }
  .l-clinic-inn-slider .clinic-slider {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .l-clinic-inn-slider .clinic-slider {
        margin: 0 auto 30px;
        width: 90%; } }
    .l-clinic-inn-slider .clinic-slider figure {
      margin: 0 15px; }
      @media screen and (max-width: 768px) {
        .l-clinic-inn-slider .clinic-slider figure {
          margin: 0; } }
      .l-clinic-inn-slider .clinic-slider figure img.pc {
        display: block; }
        @media screen and (max-width: 768px) {
          .l-clinic-inn-slider .clinic-slider figure img.pc {
            display: none; } }
      .l-clinic-inn-slider .clinic-slider figure img.sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .l-clinic-inn-slider .clinic-slider figure img.sp {
            display: block; } }
    .l-clinic-inn-slider .clinic-slider .slick-prev {
      left: 13%;
      z-index: 1; }
    .l-clinic-inn-slider .clinic-slider .slick-next {
      right: 13%; }
    .l-clinic-inn-slider .clinic-slider .slick-prev:before {
      content: " ";
      position: absolute;
      right: 5px;
      top: 10px;
      margin: auto;
      width: 23px;
      height: 23px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .l-clinic-inn-slider .clinic-slider .slick-next:before {
      content: " ";
      position: absolute;
      right: 5px;
      top: 10px;
      margin: auto;
      width: 23px;
      height: 23px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.l-access-inn-block .access-block-map {
  width: 50%; }
  .l-access-inn-block .access-block-map iframe {
    height: 380px; }
  @media screen and (max-width: 768px) {
    .l-access-inn-block .access-block-map {
      width: 100%; }
      .l-access-inn-block .access-block-map iframe {
        height: 250px; } }
.l-access-inn-block .access-block-rhtBox {
  width: 50%;
  background: #EFEFEF;
  padding: 25px 0 30px 20px; }
  @media screen and (max-width: 768px) {
    .l-access-inn-block .access-block-rhtBox {
      width: 100%;
      padding: 35px 5% 25px; } }
  .l-access-inn-block .access-block-rhtBox .access-address {
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .l-access-inn-block .access-block-rhtBox .access-address {
        margin-bottom: 15px; } }
    .l-access-inn-block .access-block-rhtBox .access-address dt {
      font-size: 21px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .l-access-inn-block .access-block-rhtBox .access-address dt {
          font-size: 17px; } }
    .l-access-inn-block .access-block-rhtBox .access-address dd {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .l-access-inn-block .access-block-rhtBox .access-address dd {
          font-size: 12px; } }
  .l-access-inn-block .access-block-rhtBox .access-time {
    align-items: center;
    margin-bottom: 15px; }
    .l-access-inn-block .access-block-rhtBox .access-time:last-child {
      margin-bottom: 0;
      align-items: flex-start; }
    .l-access-inn-block .access-block-rhtBox .access-time dt {
      background: #000;
      border-radius: 5px;
      width: 85px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.7;
      letter-spacing: 0.05em;
      padding: 2px 0;
      margin-right: 15px; }
      @media screen and (max-width: 768px) {
        .l-access-inn-block .access-block-rhtBox .access-time dt {
          font-size: 12px;
          width: 70px;
          margin-right: 10px; } }
    .l-access-inn-block .access-block-rhtBox .access-time dd {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.1; }
      @media screen and (max-width: 768px) {
        .l-access-inn-block .access-block-rhtBox .access-time dd {
          font-size: 18px;
          width: calc(100% - 80px); } }
      .l-access-inn-block .access-block-rhtBox .access-time dd ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.7;
        margin-bottom: 5px; }
        .l-access-inn-block .access-block-rhtBox .access-time dd ul li .access-time-def dt {
          width: 100px;
          background: none;
          color: inherit;
          padding: 0;
          margin-right: 0;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .l-access-inn-block .access-block-rhtBox .access-time dd ul li .access-time-def dt {
              width: 65px;
              font-size: 11px; } }
        .l-access-inn-block .access-block-rhtBox .access-time dd ul li .access-time-def dd {
          width: calc(100% - 100px);
          position: relative;
          font-size: inherit;
          font-weight: inherit;
          line-height: inherit;
          padding-left: 25px; }
          @media screen and (max-width: 768px) {
            .l-access-inn-block .access-block-rhtBox .access-time dd ul li .access-time-def dd {
              font-size: 10px;
              width: calc(100% - 65px);
              letter-spacing: initial; } }
          .l-access-inn-block .access-block-rhtBox .access-time dd ul li .access-time-def dd:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            background: url("../assets/img/access-img01.png") no-repeat;
            width: 18px;
            height: 1px;
            transform: translateY(-50%); }
.l-formWrap {
  padding: 60px 0 0; }
  @media screen and (max-width: 768px) {
    .l-formWrap {
      padding: 40px 0 0; } }
  @media screen and (max-width: 768px) {
    .l-formWrap-inn {
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .l-formWrap-inn .reserve_form-wrap {
      letter-spacing: 0.05rem; } }
  .l-formWrap-inn-ttl h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn-ttl h2 {
        font-size: 26px; } }
  .l-formWrap-inn .reserve_form {
    max-width: 650px;
    width: 100%;
    margin: 40px auto 80px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn .reserve_form {
        margin: 20px auto 40px; } }
    .l-formWrap-inn .reserve_form .top_notice {
      font-size: 16px;
      line-height: 1.7;
      padding: 20px 0;
      color: red; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .reserve_form .top_notice {
          font-size: 14px;
          line-height: 2;
          padding: 10px 0; } }
    .l-formWrap-inn .reserve_form .require-notice {
      font-size: 16px;
      line-height: 1.5;
      padding: 30px 0; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .reserve_form .require-notice {
          font-size: 14px; } }
      .l-formWrap-inn .reserve_form .require-notice span {
        margin-right: 10px; }
    .l-formWrap-inn .reserve_form dl {
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .reserve_form dl {
          display: block; } }
      .l-formWrap-inn .reserve_form dl dt {
        margin-right: 10px;
        font-weight: 500; }
      .l-formWrap-inn .reserve_form dl dd {
        margin-bottom: 0.5rem;
        margin-left: 0; }
        @media screen and (max-width: 768px) {
          .l-formWrap-inn .reserve_form dl dd.timeinfo {
            flex-direction: column; } }
        .l-formWrap-inn .reserve_form dl dd.timeinfo span {
          display: inline-block;
          min-width: 135px; }
          @media screen and (max-width: 768px) {
            .l-formWrap-inn .reserve_form dl dd.timeinfo span {
              display: block; } }
  .l-formWrap-inn .formnavBox li {
    width: 30%;
    background: #d3b271;
    position: relative;
    color: #fff;
    padding: 6px 0 5px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn .formnavBox li {
        width: 40%;
        background: #d3b271;
        padding: 6px 0 5px;
        font-size: 12px; } }
    .l-formWrap-inn .formnavBox li:nth-child(1).formnavBox_on:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: -20px;
      border-left: 20px solid #ad9349;
      border-bottom: 20px solid transparent;
      border-top: 20px solid transparent;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .formnavBox li:nth-child(1).formnavBox_on:after {
          border-bottom: 17.5px solid transparent;
          border-top: 17.5px solid transparent; } }
  .l-formWrap-inn .formnavBox .formnavBox_on {
    background-color: #ad9349;
    font-size: 15px;
    position: relative;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn .formnavBox .formnavBox_on {
        font-size: 12px; } }
  .l-formWrap-inn .table-res-form {
    width: 100%; }
    .l-formWrap-inn .table-res-form input[type=tel],
    .l-formWrap-inn .table-res-form input[type=date],
    .l-formWrap-inn .table-res-form input[type=datetime-local],
    .l-formWrap-inn .table-res-form input[type=email],
    .l-formWrap-inn .table-res-form input[type=number],
    .l-formWrap-inn .table-res-form input[type=text],
    .l-formWrap-inn .table-res-form select,
    .l-formWrap-inn .table-res-form textarea {
      width: 100%;
      border: 1px solid #ad9248;
      padding: 0.9em;
      border-radius: 0;
      margin-right: 15px;
      position: relative;
      opacity: 1;
      font-size: 16px;
      box-sizing: border-box;
      height: 46px;
      min-height: 46px; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .table-res-form input[type=tel],
        .l-formWrap-inn .table-res-form input[type=date],
        .l-formWrap-inn .table-res-form input[type=datetime-local],
        .l-formWrap-inn .table-res-form input[type=email],
        .l-formWrap-inn .table-res-form input[type=number],
        .l-formWrap-inn .table-res-form input[type=text],
        .l-formWrap-inn .table-res-form select,
        .l-formWrap-inn .table-res-form textarea {
          padding: 0.4em; } }
    .l-formWrap-inn .table-res-form input[type=date],
    .l-formWrap-inn .table-res-form .seltp_inner input {
      max-width: 350px;
      padding: 0.5em;
      height: 46px;
      min-height: 46px; }
      @media screen and (max-width: 768px) {
        .l-formWrap-inn .table-res-form input[type=date],
        .l-formWrap-inn .table-res-form .seltp_inner input {
          padding: 0.34em; } }
    .l-formWrap-inn .table-res-form input[type=radio] {
      display: inline-block;
      margin: 0 1em; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn .table-res-form select {
        padding: 0.78em 0.4em; } }
    .l-formWrap-inn .table-res-form input:focus,
    .l-formWrap-inn .table-res-form select:focus,
    .l-formWrap-inn .table-res-form textarea:focus {
      outline: none; }
    .l-formWrap-inn .table-res-form .seltp_inner .wpcf7-form-control-wrap {
      display: inline-block;
      margin: 0;
      margin-bottom: 10px; }
  .l-formWrap-inn table caption {
    text-align: left; }
  .l-formWrap-inn table tr th {
    width: 100%;
    margin: 10px 0 0;
    padding: 5px;
    text-align: left;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    color: #ad9248;
    font-size: 17px;
    border-left: 2px solid #af944b;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn table tr th {
        padding: 0 6px;
        font-size: 14px; } }
  .l-formWrap-inn table tr td {
    display: block;
    width: 100%;
    margin: 10px 0 20px; }
  .l-formWrap-inn .accept_me {
    width: 100%;
    margin: 0 auto 60px;
    padding: 30px 0 55px;
    background: #d3b271;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .l-formWrap-inn .accept_me {
        margin: 0 auto 30px;
        padding: 10px 0 30px; } }
    .l-formWrap-inn .accept_me h2 {
      padding: 20px 0;
      text-align: center;
      font-size: 16px;
      color: #fff; }
      .l-formWrap-inn .accept_me h2 a {
        color: #fff; }
        .l-formWrap-inn .accept_me h2 a span.required {
          right: 10px; }
    .l-formWrap-inn .accept_me .acceptme_inner-fl {
      justify-content: center;
      align-items: center;
      font-size: 14px; }
    .l-formWrap-inn .accept_me .acceptme_inner-fl-l {
      display: inline-block;
      margin: 10px; }
  .l-formWrap-inn input[type=submit] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    padding: 20px 0;
    width: 294px;
    height: 100%;
    margin: 0 auto;
    background: #a58d4a;
    text-align: center;
    color: #fff;
    display: block;
    border: 0;
    position: relative;
    font-size: 15px;
    outline: 0;
    letter-spacing: 0; }
  .l-formWrap-inn td p {
    font-size: 15px;
    text-align: left; }
  .l-formWrap-inn span.required {
    font-size: 9px;
    color: red;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    top: -4px;
    right: -10px; }
  .l-formWrap-inn .wpcf7-form-control-wrap {
    margin: 5px 0;
    display: block; }
  .l-formWrap-inn .col-md-13-btn {
    width: 100%;
    text-align: center; }
  .l-formWrap-inn .col-md-13-btn a {
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 300px;
    width: 80%;
    margin: 40px auto 0;
    position: relative;
    padding: 15px 10px;
    border: 1px solid #a58d4a;
    background-color: #a58d4a;
    color: #fff; }

.sub_page_hd_ttl_inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 150px 0 50px; }
  .sub_page_hd_ttl_inner h2 {
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.sub_page_ttl {
  text-align: left;
  margin-bottom: 50px; }
  .sub_page_ttl h2 {
    font-size: 24px;
    display: block;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .sub_page_ttl span {
    display: block;
    background-color: #b19e5e;
    width: 50px;
    margin-top: 10px;
    height: 2px; }

.sl-contact {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .sl-contact {
      padding: 40px 0; } }
  .sl-contact .thanks-txt p {
    font-size: 16px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .sl-contact .thanks-txt p {
        font-size: 14px; } }

.wpcf7 form .wpcf7-response-output {
  font-size: 16px; }

.l-ft-inn {
  position: relative; }
  .l-ft-inn .copyright {
    padding: 15px 0;
    background-color: #00015F;
    color: #fff; }
    .l-ft-inn .copyright p {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      text-align: center; }
      .l-ft-inn .copyright p span {
        display: inline-block;
        width: 5px;
        height: 5px; }
  .l-ft-inn #top_btn {
    position: fixed;
    right: 20px;
    bottom: 150px;
    width: 94px;
    height: 94px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .l-ft-inn #top_btn {
        width: 70px;
        height: 70px;
        right: 10px;
        bottom: 185px; } }
    .l-ft-inn #top_btn a {
      display: block; }

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .site-main {
    overflow-x: hidden; } }

.anchor-link {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  top: 0; }
  .anchor-link span {
    display: block !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    top: -150px !important;
    left: 0 !important;
    right: 0 !important; }
    @media screen and (max-width: 768px) {
      .anchor-link span {
        top: -150px !important; } }

body.fixed #follow_link {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9;
  transition: all .3s ease;
  border-bottom: 0px;
  }
  @media screen and (max-width: 768px) {
    body.fixed #follow_link{
      bottom: 78px;
    }
    body.fixed #follow_link .reasonblock-box-inn {
      padding: 10px 0;
      } }


      .site-content{
        color: #000;
        line-height: 1.15;
      }
      .site-content  p{
      line-height: 1.15;
      }
      .accept_me a span{
        text-decoration: none;
      }