@charset "UTF-8";
/*! destyle.css v2.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*/
  font-size: 62.5%;
}

/* 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;
  line-height: 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.g-footer__block {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
  .g-footer__block {
    width: auto;
    padding: 0 6.66667vw;
  }
}

/* aside */
.g-footer-aside {
  padding: 40px 0;
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .g-footer-aside {
    padding: 30px 0;
  }
}

.g-footer-aside__title {
  margin: 0 0 1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .g-footer-aside__title {
    font-size: 15px;
  }
}

.g-footer-aside__text {
  margin-top: 1em;
  font-weight: 500;
  line-height: 1.75;
  font-size: 16px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .g-footer-aside__text {
    font-size: 10px;
  }
}

.g-footer-aside__notelist {
  position: relative;
  display: grid;
  gap: 0.3em;
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .g-footer-aside__notelist {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.g-footer-aside__notelist > li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .g-footer-aside__notelist > li {
    font-size: 10px;
  }
}

.g-footer-aside__notelist > li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

.g-footer-slim {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  z-index: 1;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .g-footer-slim {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}

.g-footer-slim__linkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-footer-slim__link {
  position: relative;
  color: #211815;
  font-size: 1.4rem;
  padding: 1px 30px;
}

@media screen and (max-width: 767px) {
  .g-footer-slim__link {
    font-size: 2.8vw;
    padding: 0.26667vw 8vw;
  }
}

.g-footer-slim__link:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #211815;
}

.g-footer-slim__logo {
  margin-top: 19px;
  width: 297px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .g-footer-slim__logo {
    margin-top: 2.93333vw;
    width: 61.6vw;
  }
}

.g-footer-slim__logo img {
  height: auto;
  width: 100%;
}

.g-footer-slim__copy {
  margin-top: 22px;
  letter-spacing: .025em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .g-footer-slim__copy {
    font-size: 2.66667vw;
    margin-top: 4.26667vw;
  }
}

/* footer-cv
----------------------------------------------*/
.g-footer-cv {
  padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
  .g-footer-cv {
    padding: 55px 0;
  }
}

.g-footer-cv-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-layout {
    gap: 16vw;
    display: grid;
    justify-content: stretch;
  }
}

.g-footer-cv-layout__button {
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-layout__button {
    width: 100%;
  }
}

.g-footer-cv__button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #000;
  padding: 10px;
  color: inherit;
  min-height: 115px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .g-footer-cv__button {
    flex-direction: row;
    gap: 8px;
    font-size: 4.53333vw;
    padding: 0;
    min-height: 60px;
  }
}

.g-footer-cv__button:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
}

.g-footer-cv__button.is-mail:before {
  width: 28px;
  aspect-ratio: 28/22;
  background: url(../img/icon_mail.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .g-footer-cv__button.is-mail:before {
    width: 20px;
  }
}

.g-footer-cv__button.is-store:before {
  width: 27px;
  aspect-ratio: 32/40;
  background: url(../img/icon_building.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .g-footer-cv__button.is-store:before {
    width: 16px;
  }
}

.g-footer-cv__button:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  right: 24px;
  width: 8px;
  aspect-ratio: 1 / 1;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
}

@media print, screen and (min-width: 768px) {
  .g-footer-cv__button {
    transition: ease opacity 0.3s;
  }
  .g-footer-cv__button:hover {
    opacity: 0.6;
  }
}

.g-footer-cv-tel {
  text-align: center;
}

.g-footer-cv-tel__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__title {
    font-size: 21px;
  }
}

.g-footer-cv-tel__title:before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__title:before {
    width: 20px;
    height: 26px;
  }
}

.g-footer-cv-tel__subtitle {
  margin: 18px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__subtitle {
    margin-top: 2.66667vw;
    font-size: 4.66667vw;
  }
}

.g-footer-cv-tel__link {
  margin-top: 10px;
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  .g-footer-cv-tel__link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__link {
    margin-top: 0.5em;
    font-size: 7.2vw;
  }
}

.g-footer-cv-tel__notice {
  margin-top: 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__notice {
    line-height: 1.3846;
    margin-top: 3.46667vw;
  }
}

.g-footer-cv-tel__time {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-tel__time {
    margin-top: 1em;
    font-size: 10px;
  }
}

.g-footer-cv-privacy {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .g-footer-cv-privacy {
    margin-top: 25px;
    font-size: 12px;
  }
}

.g-footer-inlinelink {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

.g-footer-inlinelink:hover {
  text-decoration: none;
}

/* nav
----------------------------------------------*/
.g-footer-nav {
  padding: 16px 0 120px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .g-footer-nav {
    padding: 30px 0;
  }
}

.g-footer-nav img {
  max-width: 100%;
}

.g-footer-nav--gray {
  background-color: #f0f0f0;
}

.g-footer-nav__inner {
  margin: 0 auto;
  max-width: 1300px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .g-footer-nav__inner {
    gap: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .g-footer-nav__inner {
    gap: 0;
    width: auto;
    max-width: 100%;
    padding: 0 20px;
    flex-direction: column-reverse;
  }
}

.g-footer-nav__left {
  max-width: 28%;
}

@media screen and (max-width: 767px) {
  .g-footer-nav__left {
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .g-footer-nav__copyright {
    margin-top: 4vw;
  }
}

.g-footer-nav__copyright__logo {
  width: 298px;
}

@media screen and (max-width: 767px) {
  .g-footer-nav__copyright__logo {
    margin: 0 auto;
    width: 61.33333vw;
  }
}

.g-footer-nav__copyright__logo img {
  mix-blend-mode: multiply;
}

.g-footer-nav__copyright__text {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .g-footer-nav__copyright__text {
    margin-top: 16px;
    font-size: 10px;
  }
}

.g-footer-nav-list {
  display: flex;
  line-height: 1;
  margin-top: 40px;
  color: #4d4d4d;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .g-footer-nav-list {
    margin-top: 0;
    font-size: 3.2vw;
    justify-content: center;
  }
}

.g-footer-nav-list > li + li {
  border-left: 1px solid #4d4d4d;
}

.g-footer-nav-list > li > a {
  padding: 0 10px;
  cursor: pointer;
}

.g-policy-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

.g-policy-modal__overray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.g-policy-modal__contents_wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.g-policy-modal__contents_wrap::-webkit-scrollbar {
  display: none;
}

.g-policy-modal__contents_inner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.g-policy-modal__contents_wrap .g-policy-modal__contents_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.g-policy-modal__contents {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1010px;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__contents {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    width: 92vw;
  }
}

.g-policy-modal__inner {
  position: relative;
  display: block;
  padding: 98px 80px 62px;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__inner {
    padding: 12.93333vw 6.66667vw 9.86667vw;
  }
}

.g-policy-modal__close {
  top: 30px;
  right: 30px;
  width: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__close {
    top: 4vw;
    right: 4vw;
    width: 4vw;
    padding-bottom: 4vw;
  }
}

.g-policy-modal__close {
  position: absolute;
  height: 0;
  background: url(../img/modal_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform .5s;
}

.g-policy-modal__detail {
  position: relative;
  background-color: #eee;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__detail {
    font-size: 2.66667vw;
  }
}

.g-policy-modal__textbox {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__textbox {
    margin-bottom: 8vw;
  }
}

.g-policy-modal__textbox--last {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__textbox--last {
    margin-bottom: 0;
  }
}

.g-policy-modal__title {
  font-weight: 700;
  color: #211815;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .g-policy-modal__title {
    margin-bottom: 3.2vw;
    font-size: 3.73333vw;
  }
}

.g-policy-modal__text_wrap {
  margin-top: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.g-policy-modal__text_wrap + .g-policy-modal__text_wrap {
  margin-top: 0;
}

.g-policy-modal__paragraph {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 14px;
}

.g-policy-modal__notelist {
  margin-top: 0.5em;
}

.g-policy-modal__notelist > li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.66667;
}

.g-policy-modal__notelist > li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

@media print, screen and (min-width: 768px) {
  .g-serviceslider {
    margin: 40px -10px 0;
  }
  .g-serviceslider .slick-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .g-serviceslider {
    margin: 20px -15px 0;
  }
  .g-serviceslider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 59px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
  }
  .g-serviceslider .slick-arrow.slick-prev {
    left: 15px;
    transform: rotate(180deg) translateY(50%);
  }
  .g-serviceslider .slick-arrow.slick-next {
    right: 15px;
  }
  .g-serviceslider .slick-arrow:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -12%;
    transform: translateY(-50%) rotate(45deg);
    width: 26px;
    height: 26px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .2));
    animation: g_sdb 2s infinite;
  }
}

.g-serviceslider .slick-track {
  display: flex;
}

.g-serviceslider .slick-dots {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .g-serviceslider .slick-dots {
    display: none;
  }
}

.g-serviceslider .slick-dots li button {
  border: none;
  padding: 0;
  width: 8px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: #eeeeee;
}

.g-serviceslider .slick-dots li.slick-active button {
  background-color: #dbdbdb;
}

.g-serviceslider__item {
  display: flex !important;
  padding: 5px 10px;
  height: auto !important;
  float: none !important;
  max-width: 370px;
}

.g-serviceslider:not(.slick-initialized) .g-serviceslider__item:nth-child(n+2) {
  display: none !important;
}

.g-serviceslider__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 25px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  background-color: #fff;
}

.g-serviceslider__item__figure.is-omisepocket {
  margin-left: -10px;
}

.g-serviceslider-button {
  margin-top: 15px;
}

.g-serviceslider-button__link {
  position: relative;
  display: block;
  border: 1px solid #211815;
  letter-spacing: 0.1em;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  color: #211815;
  text-align: center;
  letter-spacing: normal;
}

@media print, screen and (min-width: 768px) {
  .g-serviceslider-button__link {
    transition: ease opacity 0.3s;
  }
  .g-serviceslider-button__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .g-serviceslider-button__link {
    padding: 12px;
    font-size: 17px;
  }
}

.g-serviceslider-button__link:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  right: 30px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .g-serviceslider-button__link:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.g-case-slider {
  margin: 0 -60px;
  padding: 0 60px;
}

@media screen and (max-width: 1200px) {
  .g-case-slider {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .g-case-slider {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .g-case-slider {
    margin: 0 -15px;
    padding: 0;
    width: auto;
  }
}

.g-case-slider .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 210px;
  width: 38px;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .g-case-slider .slick-arrow {
    top: 16vw;
    width: 33px;
    height: 59px;
  }
}

.g-case-slider .slick-arrow.slick-prev {
  left: 15px;
  transform: rotate(180deg);
}

.g-case-slider .slick-arrow.slick-next {
  right: 15px;
}

.g-case-slider .slick-arrow:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -12%;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  display: block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .2));
  animation: g_sdb 2s infinite;
}

@media screen and (max-width: 767px) {
  .g-case-slider .slick-arrow:after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: 26px;
    height: 26px;
  }
}

.g-case-slider__item {
  padding: 0 15px 1px;
  max-width: 370px;
}

.g-case-slider:not(.slick-initialized) .g-case-slider__item:nth-child(n+2) {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .g-case-slider__item {
    padding: 0 8px;
  }
}

.g-case-slider__image {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .g-case-slider__image {
    margin: 0 0 15px;
  }
}

.g-case-slider__image img {
  aspect-ratio: 345 / 230;
  object-fit: cover;
}

.g-case-slider__category {
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .g-case-slider__category {
    margin: 0 0 8px;
  }
}

.g-case-slider__category span {
  padding: 2px 15px;
  background-color: #00a796;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222;
}

@media screen and (max-width: 767px) {
  .g-case-slider__category span {
    font-size: 12px;
    line-height: 1.75;
  }
}

.g-case-slider__copy {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.381;
}

@media screen and (max-width: 767px) {
  .g-case-slider__copy {
    font-size: 18px;
  }
}

.g-case-slider__position {
  margin-top: 1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .g-case-slider__position {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-case-slider__aside {
  margin-top: 1em;
  color: #4d4644;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-case-slider__aside {
    font-size: 12px;
  }
}

.g-case-toggle {
  margin-top: 15px;
}

.g-case-toggle__switch {
  border: 1px solid #c4c2c1;
  padding: 8px;
  text-align: center;
  display: block;
  line-height: 1.1;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.7273;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__switch {
    font-size: 13px;
    line-height: 1.7692;
  }
}

.g-case-toggle__switch i {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  height: 10px;
  width: 10px;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__switch i {
    margin-right: 10px;
    height: 9px;
    width: 9px;
  }
}

.g-case-toggle__switch i:before, .g-case-toggle__switch i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  transition: ease transform 0.3s;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__switch i:before, .g-case-toggle__switch i:after {
    height: 1px;
  }
}

.g-case-toggle__switch i:before {
  transform: rotate(-90deg);
}

.is-open .g-case-toggle__switch i:before {
  transform: rotate(0deg);
}

.g-case-toggle__detail {
  display: none;
  padding: 15px 15px;
  background-color: #e9e9e9;
}

.g-case-toggle__detail > :first-child,
.g-case-toggle__detail > section:first-child > :first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__detail {
    padding: 15px 15px;
  }
  .g-case-toggle__detail--bg--sp {
    padding: 15px !important;
    background-color: #e9e9e9 !important;
  }
}

.g-case-toggle__text {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__text {
    font-size: 13px;
    line-height: 1.9231;
  }
}

.g-case-toggle__text em {
  font-weight: bold;
  background-image: linear-gradient(to top, #99d0be 5px, rgba(255, 255, 255, 0) 5px);
}

.g-case-toggle__title {
  margin: 30px 0 10px;
  border-left: 3px solid #6bba99;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3043;
}

@media screen and (max-width: 767px) {
  .g-case-toggle__title {
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5;
  }
}

@keyframes g_sdb {
  0%,
  20%,
  40%,
  100% {
    left: -12%;
  }
  10%,
  30% {
    left: 0%;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hover-opacity, .c-accordion__switch, .js-modal-youtube {
    transition: ease opacity 0.3s;
  }
  .u-hover-opacity:hover, .c-accordion__switch:hover, .js-modal-youtube:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.u-color-red {
  color: #e9643f !important;
}

.u-color-orange {
  color: #fd8600 !important;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-tab:not(.u-show-sp) {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .u-show-tab:not(.u-show-pc) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-show-tab {
    display: inline !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-hide-tab {
    display: none;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-15em {
  margin-top: 1.5em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

body {
  font-family: YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.is-entrymodal-open, body.is-gnav-open {
  max-height: 100vh;
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-block {
    max-width: 1100px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .l-block--900 {
    max-width: 900px;
  }
  .l-block--1025 {
    max-width: 1025px;
  }
  .l-block--1200 {
    max-width: 1200px;
  }
  .l-block--1300 {
    max-width: 1300px;
  }
  .l-block--1500 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 767px) {
  .l-block {
    padding: 0 15px;
  }
}

.l-block > :first-child {
  margin-top: 0;
}

.c-paragraph {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .c-paragraph {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .c-paragraph {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
}

.c-paragraph--small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-paragraph--small {
    font-size: 1.1rem;
  }
}

a.c-inlinelink {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

a.c-inlinelink:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a.c-inlinelink[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

.c-headline-v1 {
  margin: 120px 0 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline-v1 {
    margin: 50px 0 30px;
  }
}

.c-headline-v1__main {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-v1__main {
    font-size: 2.2rem;
    line-height: 1.72727;
    letter-spacing: 0.1em;
  }
}

.c-headline-v2 {
  margin: 0 0 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline-v2 {
    margin: 0 0 8vw;
  }
}

.c-headline-v2__main {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-v2__main {
    line-height: 1.5;
    font-size: 7.73333vw;
  }
}

.c-normal-list--center {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-normal-list li {
  position: relative;
  padding-left: 0.8em;
  font-size: 1.7rem;
  line-height: 1.70588;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-normal-list li {
    margin-top: 0.4em;
    font-size: 1.3rem;
  }
}

.c-normal-list li:first-child {
  margin-top: 0 !important;
}

.c-normal-list li:before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .c-normal-list li:before {
    top: 10px;
  }
}

.c-normal-list--medium li {
  margin-top: 0.2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-normal-list--medium li {
    font-size: 1.1rem;
  }
}

.c-notelist {
  margin-top: 1.0em;
}

.c-notelist li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .c-notelist li {
    margin-top: 0.4em;
    font-size: 1rem;
  }
}

.c-notelist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

.c-notelist--medium li {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-notelist--medium li {
    font-size: 1.1rem;
  }
}

.c-notelist--large li {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-notelist--large li {
    font-size: 1.2rem;
  }
}

ol.c-notelist {
  counter-reset: notelist;
}

ol.c-notelist > li {
  padding-left: 2em;
  counter-increment: notelist;
}

ol.c-notelist > li:before {
  content: "※" counter(notelist);
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-button-wrap {
    margin-top: 13.33333vw;
  }
}

.c-button-wrap--small {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-button-wrap--small {
    margin: 5.33333vw auto 0;
    max-width: 90%;
  }
}

.c-button {
  position: relative;
  border: 1px solid #211815;
  padding: 24px 30px;
  color: #211815;
  font-size: 2.6rem;
  font-weight: 700;
  max-width: 100%;
  width: 600px;
}

@media screen and (max-width: 767px) {
  .c-button {
    padding: 5.33333vw 4vw;
    width: 100%;
    font-size: 4.53333vw;
    line-height: 1.4;
  }
}

.c-button--small {
  padding: 14px 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-button--small {
    font-size: 4.53333vw;
  }
}

.c-button:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  right: 30px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-button:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.c-button .is-size01 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .c-button .is-size01 {
    font-size: 3.73333vw;
    display: block;
  }
}

.c-button .is-size02 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .c-button .is-size02 {
    font-size: 4.53333vw;
    display: block;
  }
}

.p-point {
  margin-top: 100px;
  padding-bottom: 100px;
  background-color: #e2efeb;
}

@media screen and (max-width: 767px) {
  .p-point {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .p-point .l-block {
    padding: 0 30px;
  }
}

.p-point-bg {
  margin-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-point-bg {
    margin-bottom: 30px;
  }
}

.p-point-bg img {
  width: 100%;
}

.p-point__title {
  margin: 0 0 60px;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.76471;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-point__title {
    margin: 0 0 30px;
    font-size: 2.1rem;
    line-height: 1.52381;
    letter-spacing: 0.05em;
  }
}

.p-point__title span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #211815;
}

@media screen and (max-width: 767px) {
  .p-point__title span {
    padding-bottom: 12px;
  }
}

.p-point__title span:after {
  position: absolute;
  z-index: 2;
  top: calc(100% - 1px);
  right: 260px;
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: #dbebe6 url(../img/about_bg02.png) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .p-point__title span:after {
    right: 25%;
    background-size: contain;
    width: 11px;
    height: 12px;
  }
}

.p-point__subtitle {
  text-align: center;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-point__subtitle {
    font-size: 2.2rem;
    line-height: 1.36364;
    letter-spacing: 0.05em;
  }
}

.p-point__subtitle span {
  position: relative;
  display: inline-block;
  padding-top: 0.5em;
  font-weight: bold;
}

.p-point__subtitle span::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1em;
  color: #679080;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .p-point__lineup {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup {
    margin-top: 50px;
  }
}

.p-point__lineup__item {
  border-radius: 10px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-point__lineup__item {
    width: calc(33.3333% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__item + .p-point__lineup__item {
    margin-top: 35px;
  }
}

.p-point__lineup__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  background-color: #03785d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 78px;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__lineup__head {
    height: 70px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__head {
    height: 60px;
    font-size: 2.6rem;
    line-height: 1.73077;
    letter-spacing: 0.2em;
  }
}

.p-point__lineup__head > span {
  position: relative;
  padding-left: 130px;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__lineup__head > span {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__head > span {
    margin-left: -50px;
    padding-left: 100px;
  }
}

.p-point__lineup__head img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__lineup__head img {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-point__lineup__head img {
    width: 78px;
  }
}

.p-point__lineup__body {
  padding: 50px 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__body {
    padding: 40px 15px;
  }
}

.p-point__lineup__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__figure {
    margin: 0 auto;
    display: block;
  }
  .p-point__lineup__figure.is-size01 {
    width: 64vw;
  }
  .p-point__lineup__figure.is-size02 {
    width: 49.6vw;
  }
  .p-point__lineup__figure.is-size03 {
    width: 48vw;
  }
}

.p-point__lineup__text {
  margin-top: 50px;
  font-size: 2.2rem;
  line-height: 1.68182;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point__lineup__text {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.025em;
  }
}

.p-point-section {
  margin-top: 100px;
  padding: 0 7.7% 100px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section {
    padding: 0 4% 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section {
    margin: 68px -30px 0;
    padding: 0 30px 40px;
    border-radius: 0;
  }
}

.p-point-section .c-paragraph {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-section .c-paragraph {
    font-size: 1.5rem;
    line-height: 1.93;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section .c-accordion__detail {
    padding: 15px 0;
    background-color: #fff;
  }
}

.p-point-section .c-cliniclink {
  margin: 55px 0 85px;
}

@media screen and (max-width: 767px) {
  .p-point-section .c-cliniclink {
    margin: 35px 0;
  }
}

.p-point-section__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #03785d;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-point-section__title {
    margin: 0 auto 100px;
    height: 78px;
    max-width: 100%;
    width: 776px;
    max-width: 100%;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section__title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section__title {
    border-radius: 0;
    margin: 0 -30px 0;
    height: 50px;
    width: auto;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

.p-point-section__title img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 210px;
  transform: translateY(-50%);
  width: 103px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-section__title img {
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-section__title img {
    left: 20%;
    transform: translateY(-50%);
    width: 62px;
  }
}

.p-point-section__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.4);
  border: 25px solid transparent;
  border-top-color: #03785d;
}

@media screen and (max-width: 767px) {
  .p-point-section__title:after {
    border-width: 15px;
  }
}

.p-point-lead {
  margin-top: 150px;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.52632;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-lead {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-lead {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 1.9rem;
    line-height: 1.94737;
    letter-spacing: 0.025em;
  }
}

.p-point-lead small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-point-lead small {
    font-size: 1.3rem;
  }
}

.p-point-lead__icon {
  padding: 8px 15px;
  display: inline-block;
  background-color: #211815;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-lead__icon {
    margin: 0 auto 15px;
    display: block;
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-lead__icon {
    display: block;
    width: 130px;
    margin: 0 auto 10px;
    padding: 4px 5px;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-lead-v2 {
    margin: 70px 0 50px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-point-lead-v2 {
    margin: 40px -15px 25px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #579280;
  }
}

.p-point-lead-v2 span {
  flex-shrink: 0;
  padding: 0 20px;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-lead-v2 span {
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.73684;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-lead-v2:before, .p-point-lead-v2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #579280;
  }
}

.p-point-lead-v3 {
  margin: 60px 0 50px;
  padding: 10px;
  text-align: center;
  background-color: #c8e4e0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-lead-v3 {
    margin: 25px -30px 20px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-point-paragraph {
  margin-top: 40px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-paragraph {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.p-point-figure01 {
  margin: 55px -19px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-figure01 {
    margin: 18.66vw -5.3vw 0;
  }
}

.p-point-figure01__icon {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -50px;
  width: 14%;
  transform: translateY(-60%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-figure01__icon {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure01__icon {
    right: 4vw;
    width: 25.06vw;
  }
}

.p-point-movie {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-movie {
    margin-top: 50px;
  }
}

.p-point-movie a {
  position: relative;
  display: inline-block;
}

.js-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  width: 100%;
  height: 100vh;
}

.js-movie-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.js-movie-modal #movie-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 90%;
  max-width: 900px;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity .3s;
}

.js-movie-modal #api-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

.js-movie-close {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 11;
  height: 0;
  cursor: pointer;
  background: url(../img/modal_ic01.svg) center/contain no-repeat;
  width: 25px;
  padding-bottom: 25px;
}

.js-movie-modal #api-box iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-point-figure02 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-point-figure02 {
    display: block;
  }
}

.p-point-figure02__item {
  position: relative;
  width: 32.63636%;
}

@media screen and (max-width: 767px) {
  .p-point-figure02__item {
    margin-top: 25px;
    width: auto;
  }
  .p-point-figure02__item img {
    width: 100%;
    border-radius: 10px;
  }
}

.p-point-figure02__item:not(:last-child):after {
  position: absolute;
  z-index: 5;
  content: "";
  border: 30px solid transparent;
}

@media print, screen and (min-width: 768px) {
  .p-point-figure02__item:not(:last-child):after {
    top: 50%;
    right: -54px;
    border-left-color: #80c8ac;
    transform: translateY(-50%) scaleY(0.5);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point-figure02__item:not(:last-child):after {
    transform: translateY(-50%) translateX(35%) scaleY(0.5);
    right: -20px;
    border-width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure02__item:not(:last-child):after {
    top: calc(100% + 5px);
    right: 50%;
    border-width: 15px;
    border-top-color: #80c8ac;
    transform: translateX(50%) scaleX(0.6);
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-figure03 {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-figure03__item {
    width: 48.63636%;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__item {
    text-align: center;
  }
  .p-point-figure03__item + .p-point-figure03__item {
    margin-top: 20px;
  }
}

.p-point-figure03__desc-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc-wrap {
    flex-direction: column;
  }
}

.p-point-figure03__desc {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  width: 48.63636%;
  padding: 20px 30px 20px 160px;
  background-color: #dbebe6;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc {
    margin-top: 12px;
    padding: 15px 15px 15px 105px;
    width: 100%;
  }
}

.p-point-figure03__desc dt {
  margin: 0 0 4px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc dt {
    margin: 0 0 6px;
    font-size: 1.5rem;
    line-height: 1.33333;
    letter-spacing: 0.025em;
  }
}

.p-point-figure03__desc dd {
  line-height: 1.615;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc dd {
    font-size: 1.3rem;
  }
}

.p-point-figure03__desc:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 36px);
  left: 44px;
  width: 93px;
  height: 72px;
  content: "";
  display: block;
  background: 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc:before {
    top: calc(50% - 28px);
    left: 20px;
    width: 74px;
    height: 57px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item01 {
    order: 1;
  }
}

.p-point-figure03__desc.is-item01:before {
  background-image: url(../img/point_ic06.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item01:before {
    background-size: 74px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item02 {
    order: 3;
  }
}

.p-point-figure03__desc.is-item02:before {
  background-image: url(../img/point_ic07.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item02:before {
    background-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item03 {
    order: 2;
  }
}

.p-point-figure03__desc.is-item03:before {
  background-image: url(../img/point_ic08.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item03:before {
    background-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item04 {
    order: 4;
  }
}

.p-point-figure03__desc.is-item04:before {
  background-image: url(../img/point_ic09.svg);
}

@media screen and (max-width: 767px) {
  .p-point-figure03__desc.is-item04:before {
    background-size: 72px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure04 {
    margin: 0 -10px;
  }
}

.p-point-figure05 {
  margin: 0 -23px 0 -8px;
}

@media screen and (max-width: 767px) {
  .p-point-figure05 {
    margin: 0 -10px;
  }
}

.c-linklist {
  margin: 40px auto 0;
  list-style: none;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-linklist li:nth-child(n+2) {
  margin-top: 20px;
}

.c-linklist a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-linklist a {
    padding-right: 12px;
    font-size: 1.3rem;
  }
}

.c-linklist a:hover {
  text-decoration: none;
}

.c-linklist a.c-linklist__member:before, .c-linklist a.c-linklist__clinic:before {
  position: relative;
  top: -2px;
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 25px;
  background: url(../img/clinic_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-linklist a.c-linklist__member:before, .c-linklist a.c-linklist__clinic:before {
    top: -1px;
    margin-right: 10px;
    width: 17px;
    height: 17px;
  }
}

.c-linklist a.c-linklist__member:before {
  background-image: url(../img/member_ic01.svg);
}

.c-linklist a:after {
  position: absolute;
  z-index: 10;
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #ff801e;
  border-right: 2px solid #ff801e;
  content: "";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-linklist a:after {
    top: calc(50% - 4px);
    border-top-width: 1px;
    border-right-width: 1px;
    width: 7px;
    height: 7px;
  }
}

.c-linklist--left {
  width: 100%;
}

.p-point-service {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-point-service {
    margin: 25px 0 0;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-point-service__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 20px;
  background-color: #e2eeeb;
}

@media screen and (max-width: 767px) {
  .p-point-service__item {
    padding: 16px;
  }
  .p-point-service__item:nth-child(-n+4) {
    grid-column: span 2;
  }
}

.p-point-service__note {
  margin-top: 1em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-point-service__note {
    font-size: 1.1rem;
  }
}

.p-point-service__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
  min-height: 2.6em;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__title {
    margin: 0 0 15px;
    min-height: 0;
    font-size: 1.4rem;
  }
}

.p-point-service__item__title__sub {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__title__sub {
    font-size: 1.3rem;
  }
}

.p-point-service__item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__list {
    gap: 5px;
    margin-top: 0;
  }
}

.p-point-service__item__list li {
  padding: 0.5em;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  background-color: #14a292;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__list li {
    padding: 0.8em;
    font-size: 1.2rem;
  }
}

.p-point-service__item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-point-service__item__body img.is-size01 {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size01 {
    width: 200px;
  }
}

.p-point-service__item__body img.is-size02 {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size02 {
    width: 200px;
  }
}

.p-point-service__item__body img.is-size03 {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .p-point-service__item__body img.is-size03 {
    width: 100px;
  }
}

.p-point-service__iconlist {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fb8b00;
  letter-spacing: 0.4em;
}

.p-point-service__iconlist img {
  width: 76px;
}

@media screen and (max-width: 767px) {
  .p-point-service__iconlist img {
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-service__iconlist {
    font-size: 2.0rem;
  }
}

.p-point-figure07 {
  margin-top: 34px;
  margin-right: -8px;
}

@media screen and (max-width: 767px) {
  .p-point-figure07 {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-figure08 {
    margin: 0 -15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point-cycle {
    display: flex;
    justify-content: space-between;
  }
}

.p-point-cycle__item {
  width: 46.54545%;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__item {
    width: auto;
  }
}

.p-point-cycle__item .p-point-lead-v3 {
  margin-bottom: 10px;
}

.p-point-cycle__list li {
  position: relative;
  border-bottom: 2px dotted #b8b9b9;
  padding: 20px 0;
  padding-left: 50px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .p-point-cycle__list li > span {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}

.p-point-cycle__list li small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li small {
    font-size: 1.1rem;
  }
}

.p-point-cycle__list li.is-strong > span:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/point_ic05.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .p-point-cycle__list li.is-strong > span:before {
    position: absolute;
    z-index: 5;
    top: calc(50% - 16px);
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list li.is-strong > span:before {
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }
}

.p-point-cycle__list--nomargin li {
  padding-left: 0;
}

.p-point-cycle__list__new {
  position: relative;
  top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  padding: 2px 10px;
  background-color: #fd8600;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list__new {
    margin-left: 6px;
    padding: 1px 3px;
    font-size: 12px;
  }
}

.p-point-cycle__list__price {
  font-size: 31px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .p-point-cycle__list__price {
    font-size: 16px;
  }
}

.p-point-app {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 40px auto 50px;
  max-width: 850px;
}

@media screen and (max-width: 767px) {
  .p-point-app {
    margin: 30px auto 30px;
  }
}

.p-point-app__detail {
  flex-grow: 1;
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-app__detail {
    font-size: 1.5rem;
  }
}

.p-point-app__image {
  flex-shrink: 0;
  margin-right: 15px;
  width: 121px;
}

@media screen and (max-width: 767px) {
  .p-point-app__image {
    margin-right: 10px;
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-option {
    margin-top: 50px;
  }
}

.p-point-option__lead {
  margin: 50px 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-point-option__lead {
    margin: 20px 0 30px;
    font-size: 1.5rem;
    line-height: 1.93333;
  }
}

.p-point-figure09 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point-figure09 {
    margin: 0 auto;
    width: 80vw;
  }
}

.p-plan__headline {
  margin: 100px 0 0;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan__headline {
    margin: 50px 0 0;
    font-size: 2.1rem;
  }
}

.p-plan__lead {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #009682;
}

@media screen and (max-width: 767px) {
  .p-plan__lead {
    margin: 15px 0 0;
    font-size: 1.8rem;
  }
}

.p-plan-table {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 55px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
}

@media screen and (max-width: 767px) {
  .p-plan-table {
    margin: 9.33333vw -4vw;
  }
  .p-plan-table .slick-track {
    display: flex;
  }
  .p-plan-table .slick-list {
    padding-top: 16px !important;
  }
  .p-plan-table .slick-arrow {
    position: absolute;
    top: calc(50% - 23px);
    z-index: 100;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    overflow: hidden;
    text-indent: 9999px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .p-plan-table .slick-arrow:before {
    position: absolute;
    z-index: 2;
    top: 0.45em;
    left: 0;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    transition: ease all 0.3s;
  }
  .p-plan-table .slick-arrow.slick-prev {
    left: 15px;
  }
  .p-plan-table .slick-arrow.slick-prev:before {
    top: 14px;
    left: 18px;
    transform: rotate(-135deg);
  }
  .p-plan-table .slick-arrow.slick-next {
    right: 15px;
  }
  .p-plan-table .slick-arrow.slick-next:before {
    top: 14px;
    left: 10px;
  }
  .p-plan-table .slick-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.p-plan-table__section {
  --plan_mainColor: #00b2ed;
  --plan_bgColor: rgba(112, 212, 245, .2);
  position: relative;
  z-index: 5;
  border: 1px solid #010101;
  background-color: #fff;
  padding: 10px 10px 20px;
  transition: ease transform 0.3s;
}

.p-plan-table__section.is-plan02 {
  --plan_mainColor: #ff801e;
  --plan_bgColor: rgba(255, 162, 49, .2);
}

.p-plan-table__section.is-plan03 {
  --plan_mainColor: #009682;
  --plan_bgColor: rgba(0, 150, 130, .2);
}

@media print, screen and (min-width: 768px) {
  .p-plan-table__section {
    width: 47.63%;
  }
  .p-plan-table__section.is-current {
    z-index: 10;
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__section {
    margin: 0 5px;
    height: auto !important;
  }
}

.p-plan-table__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  height: 112px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--plan_bgColor);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__headline {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__headline {
    height: 82px;
    font-size: 2.5rem;
  }
}

.p-plan-per {
  text-align: center;
}

.p-plan-per__headline {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin: 15px 0 0;
}

.p-plan-per__headline > span {
  flex-shrink: 0;
  padding: 8px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f1f1f1;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-per__headline > span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-per__headline > span {
    padding: 6px 10px;
    font-size: 1.3rem;
  }
}

.p-plan-per__headline:before, .p-plan-per__headline:after {
  content: "";
  flex-shrink: 0;
  border-top: 2px dotted #000000;
  flex-grow: 1;
}

.p-plan-per__section {
  padding: 15px 0;
}

.p-plan-per__section + .p-plan-per__section {
  border-top: 2px dotted #000000;
}

.p-plan-per__label {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3333;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-per__label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-per__label {
    font-size: 1.1rem;
  }
}

.p-plan-per__label.is-large {
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .p-plan-per__label.is-large {
    font-size: 1.3rem;
  }
}

.p-plan-per__result {
  position: relative;
  margin: 0 auto;
  font-size: 4.4rem;
  width: -webkit-fit-content;
  width: fit-content;
  font-weight: bold;
  font-style: italic;
  font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic';
}

@media screen and (max-width: 767px) {
  .p-plan-per__result {
    font-size: 3.3rem;
  }
}

.p-plan-per__result.is-strong {
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .p-plan-per__result.is-strong {
    font-size: 4.2rem;
  }
}

.p-plan-per__result.has-color {
  color: var(--plan_mainColor);
}

.p-plan-per__result small {
  margin-left: 0.2em;
  font-family: YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 35%;
}

.p-plan-per__result sup {
  position: absolute;
  z-index: 5;
  top: 40%;
  right: 0;
  font-size: 20%;
  font-style: normal;
  color: #000;
}

.p-plan-matome {
  border-top: 2px solid #000000;
  padding: 20px 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-matome {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-matome {
    padding: 4vw 0 0;
  }
}

.p-plan-matome-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price {
    gap: 0 4vw;
    font-size: 1.3rem;
  }
}

.p-plan-matome-price__label {
  padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__label {
    font-size: 3.46667vw;
  }
}

.p-plan-matome-price__aside {
  text-decoration: line-through;
  -webkit-text-decoration-color: #fb8b00;
          text-decoration-color: #fb8b00;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__aside {
    font-size: 2.93333vw;
  }
}

.p-plan-matome-price__value {
  flex-shrink: 0;
  color: #fb8b00;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__value {
    font-size: 4.26667vw;
  }
}

.p-plan-matome-price__value strong {
  margin: 0 0.1em;
  font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic';
  font-style: italic;
  font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__value strong {
    font-size: 8.8vw;
  }
}

.p-plan-matome-price__value__new {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 0.5em;
  padding: 5px 9px 4px;
  background-color: #fcb000;
  color: #fff;
  font-style: normal;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__value__new {
    top: -2px;
    padding: 3px 5px 2px;
    font-size: 0.8rem;
  }
}

.p-plan-matome-price__next {
  margin-top: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__next {
    margin-top: 0.6em;
    font-size: 1.2rem;
  }
}

.p-plan-matome-price__next__small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__next__small {
    font-size: 1.0rem;
  }
}

.p-plan-matome-price__notice {
  margin-top: 0.8em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7143;
}

@media screen and (max-width: 767px) {
  .p-plan-matome-price__notice {
    font-size: 0.8rem;
  }
}

.p-plan-note {
  margin-top: 2em;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-plan-note {
    font-size: 1.0rem;
  }
}

.p-plan-cv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  height: 55px;
  padding: 0 25px;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #ff801e;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-plan-cv {
    margin: 15px auto 0;
    height: 40px;
    max-width: 220px;
    padding: 0 20px;
    font-size: 1.3rem;
  }
}

.p-plan-cv:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-plan-cv:after {
    top: calc(50% - 3px);
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-plan-cv--single {
    margin-top: 40px;
    max-width: 600px;
    height: 90px;
    font-size: 30px;
  }
  .p-plan-cv--single:after {
    right: 30px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-cv--single {
    margin: 25px auto;
    max-width: 89%;
    width: 100%;
    height: 65px;
    font-size: 19px;
  }
  .p-plan-cv--single:after {
    right: 20px;
  }
}

.p-plan-table__badge {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
  font-weight: bold;
  background-color: #ffa900;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-60%);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__badge {
    left: 10px;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__badge {
    transform: translateY(-50%);
    height: 67px;
    width: 67px;
  }
}

.p-plan-table__badge span {
  font-size: 2.0rem;
  transform: skewX(-10deg) rotate(-5deg);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-table__badge span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-table__badge span {
    font-size: 1.3rem;
  }
}

.p-plan-popup {
  display: block;
  margin: -8px auto 0;
  max-width: 294px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .p-plan-popup {
    margin: 5px auto 0;
  }
}

.p-plan-over {
  display: grid;
  grid-template-columns: 380px 1fr;
  border: 1px solid #010101;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-plan-over {
    grid-template-columns: 100%;
    margin-top: 28px;
  }
}

.p-plan-over__header {
  background-color: #eaeaea;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan-over__header {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
}

.p-plan-over__header__icon {
  margin: 0 auto 10px;
  width: 47px;
}

@media screen and (max-width: 767px) {
  .p-plan-over__header__icon {
    width: 35px;
  }
}

.p-plan-over__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 50px;
  grid-template-columns: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-plan-over__body {
    padding: 15px 15px;
    line-height: 1.3;
    font-size: 1.3rem;
    text-align: center;
    align-items: center;
  }
  .p-plan-over__body .c-linklist a {
    padding-right: 0;
  }
}

.p-case {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 18.66667vw;
  }
}

.p-case-title {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case-title {
    margin: 0 0 5.33333vw;
  }
}

.p-case-title + * {
  margin-top: 0 !important;
}

.p-case-title__sub {
  margin: 0 0 0.5em;
  font-weight: 700;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .p-case-title__sub {
    margin: 0;
    font-size: 7.73333vw;
    line-height: 1.4;
  }
}

.p-case-title__main {
  font-weight: 700;
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .p-case-title__main {
    line-height: 1.4;
    font-size: 7.73333vw;
  }
}

.c-accordion {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-accordion {
    margin-top: 20px;
  }
}

.c-accordion__switch {
  border: 1px solid #010101;
  padding: 10px;
  text-align: center;
  display: block;
  line-height: 1.1;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.72727;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch {
    font-size: 1.3rem;
    line-height: 1.76923;
  }
}

.c-accordion__switch i {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch i {
    margin-right: 10px;
    height: 9px;
    width: 9px;
  }
}

.c-accordion__switch i:before, .c-accordion__switch i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  transition: ease transform 0.3s;
}

@media screen and (max-width: 767px) {
  .c-accordion__switch i:before, .c-accordion__switch i:after {
    height: 1px;
  }
}

.c-accordion__switch i:before {
  transform: rotate(-90deg);
}

.is-open .c-accordion__switch i:before {
  transform: rotate(0deg);
}

.c-accordion__detail {
  display: none;
  padding: 40px 100px;
  background-color: #e9e9e9;
}

.c-accordion__detail > :first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-accordion__detail {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion__detail {
    padding: 30px 20px;
  }
  .c-accordion__detail--bg--sp {
    padding: 15px !important;
    background-color: #e9e9e9 !important;
  }
}

.c-accordion__detail em {
  font-weight: bold;
  background-image: linear-gradient(to top, #99d0be 5px, rgba(255, 255, 255, 0) 5px);
}

.c-accordion__detail .c-paragraph {
  font-size: 1.7rem;
  line-height: 1.88235;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-accordion__detail .c-paragraph {
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.c-accordion__detail > section:first-child > :first-child {
  margin-top: 0;
}

.c-accordion__detail--cycle {
  padding-inline: 60px;
}

@media screen and (max-width: 767px) {
  .c-accordion__detail--cycle {
    padding-inline: 0;
    background-color: #fff;
  }
}

.c-accordion__title {
  margin: 60px 0 20px;
  border-left: 5px solid #6bba99;
  padding-left: 10px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.30435;
}

@media screen and (max-width: 767px) {
  .c-accordion__title {
    margin: 40px 0 15px;
    border-left-width: 4px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-accordion__smallbox {
  border: 1px solid #fff;
  margin: 15px 0;
  padding: 15px 40px;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-accordion__smallbox {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

.p-flow {
  margin-top: 145px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 50px;
  }
}

.p-flow-list {
  margin: 55px auto 80px;
  max-width: 900px;
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-flow-list {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

.p-flow-box {
  position: relative;
  display: flex;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-flow-box + .p-flow-box {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-flow-box + .p-flow-box {
    margin-top: 50px;
  }
}

.p-flow-box:nth-child(n+2):after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: calc(100% - 18px);
  content: "";
  display: block;
  border: 40px solid transparent;
  transform: scaleX(0.7);
  border-top-color: #000;
}

@media screen and (max-width: 767px) {
  .p-flow-box:nth-child(n+2):after {
    left: calc(50% - 13px);
    bottom: calc(100% - 12px);
    border-width: 24px;
  }
}

.p-flow-box__header {
  flex-shrink: 0;
  width: 150px;
  padding: 30px;
  background-color: #a7d4cd;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-flow-box__header {
    width: 55px;
    padding: 15px 5px;
  }
}

.p-flow-box__num {
  font-size: 5.0rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-flow-box__num {
    font-size: 2.6rem;
  }
}

.p-flow-box__icon {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__icon {
    margin: 10px auto 0;
    width: 22px;
  }
}

.p-flow-box__body {
  overflow: hidden;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body {
    padding: 15px 15px;
  }
}

.p-flow-box__body .c-paragraph {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body .c-paragraph {
    margin-top: 0.5em;
    font-size: 14px;
  }
}

.p-flow-box__body .c-notelist {
  margin-top: 0.5em;
}

.p-flow-box__body .c-notelist li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-flow-box__body .c-notelist li {
    font-size: 12px;
  }
}

.p-flow-box__title {
  font-size: 31px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-flow-box__title {
    font-size: 16px;
  }
}

.p-requirement {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .p-requirement {
    margin-top: 60px;
  }
}

.p-requirement__block {
  margin: 0 auto;
  max-width: 1025px;
}

.p-requirement-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.65%;
}

@media screen and (max-width: 767px) {
  .p-requirement-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-requirement__box {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 3px;
  padding: 25px 10px 10px;
  background-color: #dbebe6;
}

@media screen and (max-width: 767px) {
  .p-requirement__box {
    padding: 15px 20px 17px;
  }
}

.p-requirement__box__number {
  margin: 0 0 15px;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__number {
    margin: 0 0 10px;
    font-size: 3.5rem;
  }
}

.p-requirement__box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 8%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__body {
    padding: 20px;
  }
}

.p-requirement__box__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.73913;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-requirement__box__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirement__box__title {
    font-size: 1.7rem;
  }
}

.p-requirement__box__text {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.64706;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-requirement__box__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirement__box__text {
    font-size: 1.4rem;
  }
}

.p-requirement__box__figure {
  margin-top: 25px;
  flex-grow: 1;
  display: grid;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-requirement__box__figure {
    margin-top: 15px;
  }
  .p-requirement__box__figure.is-size01 {
    width: 106px;
  }
  .p-requirement__box__figure.is-size02 {
    width: 173px;
  }
  .p-requirement__box__figure.is-size03 {
    width: 55px;
  }
}

.p-requirement-note {
  margin-top: 25px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .p-requirement-note {
    margin-top: 20px;
    line-height: 1.7407;
    font-size: 1.3rem;
  }
}

.p-requirement-banner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-requirement-banner {
    margin-top: 20px;
  }
}

.p-requirement-banner + .p-requirement-banner {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-requirement-banner + .p-requirement-banner {
    margin-top: 20px;
  }
}

.p-requirement__guideline {
  margin: 45px 0 0;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-requirement__guideline {
    margin: 25px 0 0;
    font-size: 1.2rem;
  }
}

.p-fixnav {
  position: fixed;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .p-fixnav {
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
  .p-fixnav.is-show {
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .p-fixnav {
    width: 100%;
    bottom: -1px;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-fixnav__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-fixnav-cv-scrolltop {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 53px;
    border-radius: 0 15px 15px 0;
  }
  .p-fixnav-cv-scrolltop img {
    width: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-scrolltop {
    position: absolute;
    z-index: 10;
    right: 2.66667vw;
    bottom: 17.33333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 13.33333vw;
    background-color: #000;
  }
  .p-fixnav-cv-scrolltop img {
    width: 4.8vw;
  }
}

.p-fixnav-cv-list__button {
  display: block;
  width: 264px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}

@media screen and (max-width: 767px) {
  .p-fixnav-cv-list__button {
    filter: drop-shadow(0 -2px 3px rgba(0, 0, 0, .2));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14.66667vw;
    border: 2px solid #fd8600;
    background-color: #fff;
  }
  .p-fixnav-cv-list__button img {
    width: 86.4vw;
  }
}

.js-modal-youtube {
  cursor: pointer;
}

.lp-header {
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .lp-header {
    padding: 4.66667vw 0 6.66667vw;
  }
}

.lp-header__inner {
  display: flex;
  align-items: center;
  gap: 0 24px;
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp-header__inner {
    width: auto;
    padding: 0 4.53333vw;
    gap: 0 3.2vw;
  }
}

.lp-header__logo01 {
  width: 298px;
}

@media screen and (max-width: 767px) {
  .lp-header__logo01 {
    width: 39.73333vw;
  }
}

.lp-header__logo02 {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .lp-header__logo02 {
    width: 17.33333vw;
  }
}

.lp-company {
  margin: 30px 0 0;
  padding: 35px 0;
  background-color: #f5fafa;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-company {
    margin: 4vw 0 0;
    padding: 5.33333vw 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-company-figure {
    margin: 0 auto;
    width: 68vw;
  }
}

.lp-cv {
  margin: 70px 0 0;
  padding: 70px 0 40px;
  background-color: #cbe8e4;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .lp-cv {
    margin: 10.66667vw 0 0;
    padding: 10.66667vw 0 10.66667vw;
    font-size: 3.46667vw;
  }
}

.lp-cv__detail {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .lp-cv__detail {
    margin: 6.66667vw 0 0;
    font-size: 3.46667vw;
  }
}

.lp-cv__list {
  counter-reset: entryollist;
}

.lp-cv__list > li {
  position: relative;
  padding-left: 1em;
  counter-increment: entryollist;
}

.lp-cv__list > li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: counter(entryollist) ".";
}

.lp-cv-box {
  border: 1px solid #fd8600;
}

.lp-cv-box__head {
  padding: 23px;
  color: #fff;
  background-color: #fd8600;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-cv-box__head {
    padding: 3.06667vw 0;
    font-size: 4.8vw;
  }
}

.lp-cv-box__body {
  padding: 50px 30px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1100px) {
  .lp-cv-box__body {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lp-cv-box__body {
    padding: 5.33333vw 4vw;
  }
}

.lp-cv-box__layout {
  display: flex;
  gap: 0 90px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .lp-cv-box__layout {
    flex-direction: column;
    text-align: center;
  }
}

.lp-cv-box__title {
  padding-top: 0.3em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1100px) {
  .lp-cv-box__title {
    padding-top: 0;
    margin: 0 0 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-cv-box__title {
    margin: 0 0 2vw;
    padding-top: 0;
    font-size: 4.8vw;
  }
}

.lp-cv-box__tel a {
  position: relative;
  display: block;
  margin-left: -50px;
  padding-left: 50px;
  width: -webkit-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .lp-cv-box__tel a {
    margin-bottom: 0.2em;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-cv-box__tel a {
    margin: 0 auto;
    padding-left: 8vw;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 100%;
    font-size: 10.13333vw;
  }
}

.lp-cv-box__tel a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 40px;
  aspect-ratio: 40 / 62;
  background: url(../img/icon_tel02.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .lp-cv-box__tel a:before {
    width: 5.33333vw;
  }
}

.lp-cv-box__note1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .lp-cv-box__note1 {
    margin: 1em auto 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.46667vw;
    text-align: left;
    width: 86%;
  }
}

.lp-cv-box__note2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .lp-cv-box__note2 {
    margin-top: 0.4em;
    font-size: 2.93333vw;
    text-align: center;
  }
}

.lp-intro {
  margin: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .lp-intro {
    margin: 8vw 0 0;
  }
}

.lp-intro__block {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
}

.lp-intro__popup {
  position: relative;
  max-width: 100%;
  width: 730px;
  margin: 0 auto 25px;
  padding: 22px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  background-color: #fd8600;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-intro__popup {
    width: auto;
    margin: 0 auto 6.13333vw;
    padding: 2.93333vw 0;
    font-size: 4.53333vw;
  }
}

.lp-intro__popup:before {
  content: "";
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  left: 50%;
  width: 20px;
  aspect-ratio: 1 / 1;
  background-color: #fd8600;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

@media screen and (max-width: 767px) {
  .lp-intro__popup:before {
    width: 4vw;
  }
}

.lp-intro__title {
  font-size: 43px;
  line-height: 1.8605;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lp-intro__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .lp-intro__title {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.lp-intro__note {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .lp-intro__note {
    margin: 4vw 0 0;
    font-size: 2.93333vw;
  }
}

.lp-effort {
  margin: 150px 0 170px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-effort {
    margin: 16vw 0;
  }
}

.lp-effort__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  color: #fd8600;
}

@media screen and (max-width: 767px) {
  .lp-effort__sub {
    align-items: flex-end;
    gap: 0 2.66667vw;
    font-size: 6.66667vw;
  }
}

.lp-effort__sub:before, .lp-effort__sub:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 45px;
  width: 2px;
  background-color: #fd8600;
}

@media screen and (max-width: 767px) {
  .lp-effort__sub:before, .lp-effort__sub:after {
    height: 6vw;
  }
}

.lp-effort__sub:before {
  transform: skewX(25deg);
}

.lp-effort__sub:after {
  transform: skewX(-25deg);
}

.lp-effort__main {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .lp-effort__main {
    margin-top: 0.5em;
    font-size: 7.73333vw;
    line-height: 1.3793;
  }
}

.lp-effort__text {
  max-width: 960px;
  margin: 50px auto 0;
  font-size: 22px;
  line-height: 1.72;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lp-effort__text {
    margin: 6.66667vw auto 0;
    font-size: 4vw;
  }
}

.lp-effort__figure {
  margin: 60px auto 0;
  max-width: 1175px;
}

@media screen and (max-width: 767px) {
  .lp-effort__figure {
    margin: 8vw auto 0;
    max-width: 100%;
  }
}

.p-mv25__inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1200px;
  aspect-ratio: 1200/580;
}

@media screen and (max-width: 767px) {
  .p-mv25__inner {
    width: auto;
    aspect-ratio: inherit;
  }
}

.p-mv25-slider {
  width: 54.16667%;
  margin-left: auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-mv25-slider {
    width: auto;
  }
}

.is-show .p-mv25-slider {
  opacity: 1;
  transition: opacity 1s;
}

.p-mv25-slider__item {
  overflow: hidden;
}

.p-mv25-slider:not(.slick-initialized) .p-mv25-slider__item:nth-child(n+2) {
  display: none;
}

.p-mv25-slider__item img {
  transform: scale(1.1);
  transition: transform 8s;
}

@media print, screen and (min-width: 768px) {
  .p-mv25-slider__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 653 / 500;
    object-fit: cover;
  }
}

.p-mv25-slider__item.is-animated img {
  transform: scale(1);
}

.p-mv25-stage {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 0;
  padding: 0;
  width: 60.83333%;
}

@media screen and (max-width: 767px) {
  .p-mv25-stage {
    position: relative;
    z-index: 5;
    top: 0;
    margin: -34.66667vw 0 0 auto;
    width: 100%;
  }
}

.p-mv25__note {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 89%;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-mv25__note {
    position: static;
    margin-top: 2.66667vw;
    padding: 0 5.33333vw;
    font-size: 2.66667vw;
    text-align: right;
  }
}

.p-about {
  padding: 110px 0 0;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding: 13.33333vw 0 0;
  }
}

.p-about-headline {
  position: relative;
  margin: 35px 0 75px;
  padding: 30px;
  background-color: #c8e4e0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-headline {
    margin: 5.33333vw -4vw 9.33333vw;
    padding: 4vw 2.66667vw;
  }
}

.p-about-headline:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.6);
  content: "";
  display: block;
  border: 32px solid transparent;
  border-top-color: #c8e4e0;
}

@media screen and (max-width: 767px) {
  .p-about-headline:after {
    border-width: 4.8vw;
  }
}

.p-about-headline__num {
  margin: 80px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #c0e3df;
}

@media screen and (max-width: 767px) {
  .p-about-headline__num {
    margin: 16vw 0 0;
    font-size: 17.33333vw;
  }
}

.p-about-headline__main {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-about-headline__main {
    font-size: 4.93333vw;
    line-height: 1.6;
  }
}

.p-about-headline__main em {
  background: linear-gradient(to top, #fd801e 10%, transparent 10%);
}

@media screen and (max-width: 767px) {
  .p-about-figure {
    margin: 0 -4vw;
  }
}

.p-about-lead {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  color: #249582;
}

@media screen and (max-width: 767px) {
  .p-about-lead {
    font-size: 6.4vw;
  }
}

.p-about-lead em {
  font-style: italic;
  font-size: 8.8rem;
  font-family: "Century Gothic", CenturyGothic,"SF Pro Display", "Helvetica Neue", "Apple Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-about-lead em {
    font-size: 11.73333vw;
  }
}

.p-about-brandlist {
  margin: 40px -100px 0;
}

@media screen and (max-width: 1300px) {
  .p-about-brandlist {
    margin: 5.33333vw 0 0;
  }
}

.p-about-lead-v2 {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  font-size: 29px;
  font-weight: 500;
  line-height: 2.0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-lead-v2 {
    margin-top: -4vw;
    font-size: 4.8vw;
  }
}

.p-about-point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 45px 0 0;
}

@media screen and (max-width: 767px) {
  .p-about-point {
    grid-template-columns: 100%;
    margin: 6.66667vw 0 0;
    padding: 0 5.33333vw;
    border: 1px solid #c8e4e0;
  }
}

.p-about-point__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 20px 38px;
  box-shadow: 0 0 0 1px #c8e4e0;
}

@media screen and (max-width: 767px) {
  .p-about-point__item {
    box-shadow: none;
    padding: 5.33333vw 0;
  }
  .p-about-point__item:nth-child(n+2) {
    border-top: 1px solid #c8e4e0;
  }
}

.p-about-point__title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-about-point__title {
    margin: 0 0 1.33333vw;
    gap: 3.46667vw;
    font-size: 4vw;
  }
}

.p-about-point__title .is-size01 {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .p-about-point__title .is-size01 {
    width: 9.33333vw;
  }
}

.p-about-point__title .is-size02 {
  width: 72px;
}

@media screen and (max-width: 767px) {
  .p-about-point__title .is-size02 {
    width: 12vw;
  }
}

.p-about-point__title .is-size03 {
  width: 74px;
}

@media screen and (max-width: 767px) {
  .p-about-point__title .is-size03 {
    width: 12vw;
  }
}

.p-about-point__title .is-size04 {
  width: 68px;
}

@media screen and (max-width: 767px) {
  .p-about-point__title .is-size04 {
    width: 12vw;
  }
}

.p-about-point__text {
  margin-top: 0.4em;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-about-point__text {
    font-size: 3.46667vw;
  }
}

.p-reason {
  margin: 0 0 100px;
  padding: 110px 0 0;
}

@media screen and (max-width: 767px) {
  .p-reason {
    margin: 0 0 20vw;
    padding: 8vw 0 0;
  }
}

.p-reason-anclist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  counter-reset: anclist;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-reason-anclist {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-anclist {
    grid-template-columns: 100%;
    gap: 0vw;
  }
}

.p-reason-anclist__link {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 15px 40px 15px 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1923;
  counter-increment: anclist;
}

@media screen and (max-width: 767px) {
  .p-reason-anclist__link {
    gap: 0 7.2vw;
    margin-top: -1px;
    padding: 4vw 10.66667vw 4vw 4vw;
    font-size: 5.06667vw;
  }
}

.p-reason-anclist__link:before {
  content: "0" counter(anclist);
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  color: #91cac1;
}

@media screen and (max-width: 767px) {
  .p-reason-anclist__link:before {
    font-size: 6.13333vw;
  }
}

.p-reason-anclist__link:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 7px);
  right: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 1px solid #010101;
  border-right: 1px solid #010101;
  content: "";
  display: inline-block;
  transition: ease all 0.3s;
}

.p-reason-headline {
  margin: 80px 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason-headline {
    margin: 13.33333vw 0 5.33333vw;
  }
}

.p-reason-headline__num {
  font-family: "Roboto", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1;
  color: #bddfda;
}

@media screen and (max-width: 767px) {
  .p-reason-headline__num {
    font-size: 17.33333vw;
  }
}

.p-reason-headline__main {
  margin: 15px 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.1923;
}

@media screen and (max-width: 767px) {
  .p-reason-headline__main {
    margin: 2.66667vw 0 0;
    font-size: 7.73333vw;
    line-height: 1.3793;
  }
}

.p-reason-headline__aside {
  margin: 20px 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7308;
}

@media screen and (max-width: 767px) {
  .p-reason-headline__aside {
    margin: 5.33333vw auto 0;
    max-width: 90%;
    font-size: 4.8vw;
  }
}

.p-reason-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}

@media screen and (max-width: 767px) {
  .p-reason-support {
    grid-template-columns: 100%;
    gap: 4vw 0;
  }
}

.p-reason-support__illust {
  margin: 0 auto;
  max-width: 492px;
}

@media screen and (max-width: 767px) {
  .p-reason-support__illust {
    max-width: 77.33333vw;
  }
}

.p-reason-support__card {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}

.p-reason-support__card__item {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 20px 40px;
  background-color: #deefec;
}

@media screen and (max-width: 767px) {
  .p-reason-support__card__item {
    grid-template-columns: 17.33333vw 1fr;
    gap: 4vw;
    padding: 4vw 5.33333vw;
  }
}

.p-reason-support__card__icon {
  text-align: center;
}

.p-reason-support__card__detail {
  text-align: center;
}

.p-reason-support__card__maintitle {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-reason-support__card__maintitle {
    font-size: 6.13333vw;
  }
}

.p-reason-support__card__subtitle {
  margin-top: 0.5em;
  font-size: 1.9rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-reason-support__card__subtitle {
    margin-top: 0.25em;
    font-size: 4.26667vw;
  }
}

.p-reason-support__card__notice {
  margin-top: 0.5em;
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-support__card__notice {
    font-size: 2.66667vw;
  }
}

.p-cv {
  padding: 80px 0;
  background-color: #d8e8e3;
}

@media screen and (max-width: 767px) {
  .p-cv {
    padding: 10.66667vw 0;
  }
}

.p-cv-lead {
  text-align: center;
  font-size: 3rem;
  line-height: 1.8667;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-cv-lead {
    line-height: 1.2;
    font-size: 4.53333vw;
  }
}

.p-cv-prev {
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff801e;
}

@media screen and (max-width: 767px) {
  .p-cv-prev {
    margin: 0 0 5.33333vw;
    font-size: 4.53333vw;
  }
}

.p-cv-prev > a:hover {
  text-decoration: underline;
}

.p-cv-prev > a:after {
  position: relative;
  top: 2px;
  margin-left: 15px;
  z-index: 10;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3b2b24;
  border-right: 2px solid #3b2b24;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-cv-prev > a:after {
    top: 2px;
    margin-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    width: 7px;
    height: 7px;
  }
}

.steraPanel-360 .tab {
  margin: 65px auto 0;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab {
    margin-top: 8vw;
  }
}

.steraPanel-360 .tab_area {
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_area {
    margin: 0 auto;
    width: 80vw;
  }
}

.steraPanel-360 .tab_feature {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  z-index: 3;
}

.steraPanel-360 .tab_feature-active {
  opacity: 1;
  pointer-events: auto;
}

.steraPanel-360 .tab_label {
  position: relative;
  border-bottom: 2px solid #000;
  cursor: pointer;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 18px;
  text-align: center;
  width: 50%;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_label {
    border-bottom-width: 1px;
    font-size: 4vw;
    padding-bottom: 2.66667vw;
  }
}

.steraPanel-360 .tab_label:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.steraPanel-360 .tab_label-active:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_label-active:after {
    bottom: -3px;
    height: 5px;
  }
}

.steraPanel-360 .tab_contents {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_contents {
    margin: 34px auto 0;
    max-width: 316px;
    width: 100%;
  }
}

.steraPanel-360 .tab_rotationButton {
  background-color: transparent;
  background-image: url(../img/terminal_ic01.png);
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 40%;
  width: 80px;
  aspect-ratio: 1 / 1;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.steraPanel-360 .tab_rotationButton:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_rotationButton {
    height: 60px;
    right: 5px;
    top: 206px;
    width: 60px;
  }
}

.steraPanel-360 .tab_rotationArea {
  background-image: url(../img/terminal_im01.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  position: relative;
  top: 0;
  transform: translateX(-50%);
  width: 709px;
  aspect-ratio: 609 / 600;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_rotationArea {
    margin-top: -60px;
    transform: translateX(-50%);
    width: 435px;
  }
}

.steraPanel-360 .steraPanel-tabbtn li {
  padding: 30px 10px 30px 45px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  position: relative;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: .4;
}

.steraPanel-360 .steraPanel-tabbtn li.-active {
  opacity: 1;
  pointer-events: none;
}

.steraPanel-360 .steraPanel-tabbtn li:hover {
  cursor: pointer;
}

.steraPanel-360 .steraPanel-tabbtn li::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  left: 12px;
}

.steraPanel-360 .release-date-b,
.steraPanel-360 .release-date-w {
  margin: auto auto auto 10px;
  padding: 3px 8px;
  border-radius: 100px;
  vertical-align: super;
  font-size: 13px;
}

.steraPanel-360 .release-date-b {
  background: #000;
  color: #fff;
}

.steraPanel-360 .release-date-w {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .steraPanel-tabbtn {
    margin-top: 32px;
  }
  .steraPanel-360 .steraPanel-tabbtn li {
    padding: 12px 0;
    font-size: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .steraPanel-360 .steraPanel-tabbtn li::before {
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    top: 50%;
    left: auto;
    right: 0;
  }
  .steraPanel-360 .release-date-b,
  .steraPanel-360 .release-date-w {
    margin: auto auto auto 0;
    padding: 4px 8px;
    font-size: 10px;
  }
  .steraPanel-360 .release-date-b {
    background: #000;
    color: #fff;
  }
  .steraPanel-360 .release-date-w {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .steraPanel-360 .steraPanel-tabbtn li span:first-child {
    display: inline-block;
    width: 120px;
  }
  .steraPanel-360 .steraPanel-tabbtn li span:nth-child(2) span {
    display: inline-block;
    width: 79px;
  }
}

@media screen and (max-width: 374px) {
  .steraPanel-360 .steraPanel-tabbtn li {
    gap: 4px;
  }
}

.steraPanel-360 .-show {
  display: block;
}

.steraPanel-360 .-hide {
  display: none;
}

.steraPanel-360 .tabDetails {
  position: relative;
}

.steraPanel-360 .tabDetailsWrap {
  position: absolute;
  z-index: 10;
}

.steraPanel-360 .is-pos-01-01 {
  top: 39%;
  left: 55%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-01-01 {
    top: 30%;
    left: 55%;
  }
}

.steraPanel-360 .is-pos-01-02 {
  top: 48%;
  left: 55%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-01-02 {
    top: 42%;
    left: 55%;
  }
}

.steraPanel-360 .is-pos-01-03 {
  top: 80%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-01-03 {
    top: 80%;
    left: 50%;
  }
}

.steraPanel-360 .is-pos-02-01 {
  top: 33%;
  left: 53%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-02-01 {
    top: 38%;
    left: 53%;
  }
}

.steraPanel-360 .is-pos-02-02 {
  top: 55%;
  left: 46%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-02-02 {
    top: 60%;
    left: 46%;
  }
}

.steraPanel-360 .is-pos-02-03 {
  top: 66%;
  left: 46%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .is-pos-02-03 {
    top: 72%;
    left: 46%;
  }
}

.steraPanel-360 .tabDetails_icon {
  background-color: #cfe2d7;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: 28px;
  position: relative;
  transition: all 0.5s;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tabDetails_icon {
    height: 22px;
    width: 22px;
  }
}

.steraPanel-360 .tabDetails_icon::before,
.steraPanel-360 .tabDetails_icon::after {
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  z-index: 5;
  width: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.steraPanel-360 .tabDetails_icon::after {
  left: 6px;
  top: 11px;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tabDetails_icon::after {
    left: 3px;
    top: 8px;
  }
}

.steraPanel-360 .tabDetails_icon-open {
  border-color: #cfe2d7;
  transform: rotate(45deg);
  transition: transform 0.5s;
}

.steraPanel-360 .tabDetails_text {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -3px;
  height: 32px;
  padding: 0 10px;
  padding-left: 29px;
  border: 2px solid #fff;
  border-radius: 27px;
  color: #000;
  line-height: 1.8;
  white-space: nowrap;
  pointer-events: none;
  background-color: #cfe2d7;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: ease all 0.5s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tabDetails_text {
    font-size: 1.2rem;
    padding: 4px 10px 4px 24px;
    top: -5px;
  }
}

.steraPanel-360 .tabDetails_text.is-open {
  opacity: 1;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.steraPanel-360 .tab_rotationInfo {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 6%;
}

@media screen and (max-width: 767px) {
  .steraPanel-360 .tab_rotationInfo {
    top: 0%;
    left: 6%;
    width: 36vw;
  }
}
