@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

html {
  font-size: min(10px, 2.42vw);
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  font-family: "Noto Serif JP", serif;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(10px, 1.33333vw);
  }
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 2.5rem 2.4rem 1rem;
}
.header.open_menu .group-content .nav-head .menu-trigger .group span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.open_menu .group-content .nav-head .menu-trigger .group span:nth-child(2) {
  opacity: 0;
}
.header.open_menu .group-content .nav-head .menu-trigger .group span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header.open_menu .menu-nav {
  right: 0;
}
.header .group-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .group-content .nav-head {
  width: 100%;
  max-width: 65rem;
  display: flex;
  align-items: center;
}
.header .group-content .nav-head .btn {
  width: 100%;
  max-width: 13.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1rem 2.2rem;
  height: 10rem;
}
.header .group-content .nav-head .btn p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.3;
}
.header .group-content .nav-head .btn span {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
}
.header .group-content .nav-head .btn.h-arr {
  position: relative;
}
.header .group-content .nav-head .btn.h-arr::after {
  content: "";
  position: absolute;
  border-bottom: 1.6rem solid #fff;
  border-left: 1.6rem solid transparent;
  bottom: 0.6rem;
  right: 0.6rem;
}
.header .group-content .nav-head .btn.web {
  background-color: #bba643;
}
.header .group-content .nav-head .btn.line {
  background-color: #00b832;
}
.header .group-content .nav-head .btn.num {
  max-width: 28.6rem;
  background-color: #fff;
}
.header .group-content .nav-head .btn.num p {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #598679;
  font-weight: 500;
}
.header .group-content .nav-head .btn.num p small {
  font-size: 2.2rem;
}
.header .group-content .nav-head .btn.num span {
  color: #598679;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
}
.header .group-content .nav-head .menu-trigger {
  width: 100%;
  height: 10rem;
  max-width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #69bac4;
}
.header .group-content .nav-head .menu-trigger .group {
  position: relative;
  width: 4rem;
  height: 3.2rem;
  display: flex;
}
.header .group-content .nav-head .menu-trigger .group span {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
}
.header .group-content .nav-head .menu-trigger .group span:nth-child(1) {
  top: 0;
}
.header .group-content .nav-head .menu-trigger .group span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .group-content .nav-head .menu-trigger .group span:nth-child(3) {
  bottom: 0;
}
.header .group-content .nav-head .menu-trigger p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0.6rem;
}
.header .menu-nav {
  position: fixed;
  top: 14rem;
  right: -100%;
  width: 100%;
  height: 100vh;
  max-width: 58rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  background-color: #69bac4;
  transition: all 0.5s;
}
.header .menu-nav .link {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.header .menu-nav .link span {
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 1200px) {
  .header .group-content .logo {
    max-width: 30.8vw;
  }
}
@media (max-width: 1080px) {
  .header .group-content .nav-head .btn {
    display: none;
  }
  .header .group-content .nav-head {
    width: 10rem;
  }
  .header .group-content .logo {
    max-width: 41vw;
  }
}
@media (max-width: 768px) {
  .header .group-content .logo {
    max-width: 54rem;
  }
  .header .menu-nav {
    top: 13rem;
  }
}
.footer .group-above {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.footer .group-above .text {
  width: 100%;
  padding: 2.4rem 0;
}
.footer .group-above .text p {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
.footer .group-above .btn-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  padding: 4.8rem 2rem;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 97rem;
  background: #598679;
  border-radius: 1rem;
}
.footer .group-above .btn-link .ic {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer .group-above .btn-link .ic img {
  transform: translateX(0.5rem);
}
.footer .group-above .btn-link span {
  font-size: 5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.footer .group-above .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.footer .group-above .group .text-g {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer .group-above .group .text-g p {
  font-size: 2.4rem;
  font-weight: 700;
}
.footer .group-above .group .text-g span {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer .group-above .group .btn {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  color: #598679;
  padding: 1.4rem 2rem;
  border: 1px solid #598679;
}
.footer .group-above .group .btn span {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
}
.footer .group-above .group .btn p {
  font-size: 4.4rem;
  line-height: 0.4;
}
.footer .group-above .group .btn p small {
  font-size: 3rem;
}
.footer .group-below {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.footer .group-below .map {
  width: 100%;
}
.footer .group-below .map iframe {
  width: 100%;
  height: 50rem;
}
.footer .group-below span {
  padding: 1.8rem 0;
  background: #598679;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .group-above .btn-link span {
    font-size: 3.2rem;
  }
  .footer .group-above .btn-link .ic {
    width: 5rem;
    height: 5rem;
  }
  .footer .group-above .btn-link .ic img {
    width: 2rem;
  }
  .footer .group-above .btn-link {
    padding: 2.8rem 2rem;
  }
  .footer .group-above .group .text-g p {
    font-size: 2rem;
  }
  .footer .group-above .group .text-g span {
    font-size: 1.5rem;
  }
  .footer .group-above .group .btn p {
    font-size: 2.8rem;
  }
  .footer .group-above .group .btn p small {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer .group-above {
    width: 94%;
  }
  .footer .group-above .text p {
    font-size: 2.4rem;
  }
  .footer .group-above .group {
    flex-direction: column;
  }
  .footer .group-above .group .text-g p {
    font-size: 4rem;
  }
  .footer .group-above .group .text-g span {
    font-size: 3rem;
  }
  .footer .group-above .group .btn span {
    font-size: 2.4rem;
  }
  .footer .group-above .group .btn p {
    font-size: 5rem;
  }
}
.blink-o p {
  position: relative;
}
.blink-o p::after {
  content: "";
  width: 3.9rem;
  height: 3.6rem;
  top: 0;
  left: -2rem;
  position: absolute;
  background: url("../images/common/blink-o.png") no-repeat center center/100% 100%;
}
.blink-o p::before {
  content: "";
  width: 3.9rem;
  height: 3.6rem;
  top: 0;
  right: -3rem;
  transform: rotateY(180deg);
  position: absolute;
  background: url("../images/common/blink-o.png") no-repeat center center/100% 100%;
}

.sec-banner .group-content {
  position: relative;
}
.sec-banner .group-content .image img {
  width: 100%;
}
.sec-banner .group-content .big-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54.89vw;
}
.sec-banner .group-content .group-text {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.sec-banner .group-content .group-text .group {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec-banner .group-content .group-text .group .item {
  position: relative;
}
.sec-banner .group-content .group-text .group .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: unset;
}
.sec-banner .group-content .group-text .group .item .text span {
  font-size: 3.3rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
.sec-banner .group-content .group-text .group .item .text p {
  font-size: 5.7rem;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(179deg, rgb(235, 204, 137) 0%, rgb(255, 248, 232) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  color: transparent;
  line-height: 1;
}
.sec-banner .group-content .group-text .group .item .text p small {
  font-size: 4.5rem;
}
.sec-banner .group-content .group-text .group .item:nth-child(2) span {
  font-size: 2.8rem;
}
.sec-banner .group-content .group-text .group .item:nth-child(2) p {
  font-size: 4.5rem;
}
.sec-banner .group-content .group-text .group .item:nth-child(2) p small {
  font-size: 3.6rem;
}
.sec-banner .group-content .group-text .text {
  padding: 1rem;
  color: #236a54;
  background-color: #fff;
}
.sec-banner .group-content .group-text .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.sec-white {
  background: #eff7f5;
  padding: 4rem 0 5rem;
}
.sec-white .container {
  max-width: 119rem;
}
.sec-white .group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-white .group-content .title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 114.6rem;
  border-bottom: 1px solid #cda347;
}
.sec-white .group-content .title p {
  font-size: 7rem;
  color: #cda347;
}
.sec-white .group-content .title p small {
  font-size: 5.5rem;
  color: #000;
}
.sec-white .group-content .title p small.txt-o {
  color: #cda347;
}
.sec-white .group-content .group-image {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.6rem;
}
.sec-white .group-content .group-image .image {
  display: flex;
  position: relative;
}
.sec-white .group-content .group-image .image p {
  position: absolute;
  bottom: 1rem;
  right: 2.8rem;
  font-size: 2.6rem;
  color: #fff;
}
.sec-white .group-content .group-text {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 111rem;
  padding: 2rem 1rem;
  border-radius: 4rem;
  background: linear-gradient(90deg, rgb(40, 105, 86) 0%, rgb(105, 146, 134) 100%);
  position: relative;
}
.sec-white .group-content .group-text::after {
  position: absolute;
  content: "";
  width: 12.6rem;
  height: 2.6rem;
  bottom: -2.5rem;
  background: url(../images/common/arr-white.png) no-repeat center center/100% 100%;
}
.sec-white .group-content .group-text p {
  color: transparent;
  background: linear-gradient(180deg, rgb(235, 204, 137) 0%, rgb(255, 248, 232) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  font-size: 4rem;
}
.sec-white .group-content .group-text p small {
  font-size: 3.7rem;
}
.sec-white .group-content .group-text p span {
  font-size: 3.5rem;
}
.sec-white .group-content .text {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-white .group-content .text p {
  font-size: 5rem;
  color: #447869;
}
.sec-white .group-content .text p span {
  font-size: 4.6rem;
}

.sec-voice .group-content .title-big {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  padding: 2.6rem 0 2.1rem;
  background: #f6fafb;
  margin-top: 0.8rem;
  position: relative;
}
.sec-voice .group-content .title-big::after {
  position: absolute;
  content: "";
  width: 12.6rem;
  height: 2.6rem;
  bottom: -2.5rem;
  background: url(../images/common/arr-voice.png) no-repeat center center/100% 100%;
}
.sec-voice .group-content .title-big p {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
.sec-voice .group-content .title-big p::before {
  content: "";
  width: 3.9rem;
  height: 3.6rem;
  top: -2rem;
  transform: rotateY(180deg);
  left: -2rem;
  position: absolute;
  background: url("../images/common/blink.png") no-repeat center center/100% 100%;
}
.sec-voice .group-content .title-big p::after {
  content: "";
  width: 3.9rem;
  height: 3.6rem;
  top: -2rem;
  right: -1rem;
  position: absolute;
  background: url("../images/common/blink.png") no-repeat center center/100% 100%;
}
.sec-voice .group-content .title-big p span {
  color: #cda347;
}
.sec-voice .group-content .title-vip {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #73baa4;
}
.sec-voice .group-content .title-vip p {
  font-size: 7.3rem;
  font-weight: 600;
  color: #fff;
}
.sec-voice .group-content .title-vip span {
  padding: 1.4rem 1.6rem;
  background-color: #fff;
  color: #73baa4;
  border-radius: 1rem;
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
}
.sec-voice .group-content .group-voice {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/common/bg-sec-2.png) no-repeat center center/cover;
}
.sec-voice .group-content .group-voice .group {
  width: 100%;
  max-width: 119rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.5rem 3rem 3rem;
  background: #fff;
  border-radius: 3rem;
}
.sec-voice .group-content .group-voice .group .title {
  border-bottom: 1px solid #cda347;
}
.sec-voice .group-content .group-voice .group .title p {
  font-size: 4rem;
  font-weight: 600;
  color: #cda347;
}
.sec-voice .group-content .group-voice .group .title p::after {
  left: -4rem;
  top: -2rem;
}
.sec-voice .group-content .group-voice .group .title p::before {
  top: -2rem;
  right: -4rem;
}
.sec-voice .group-content .group-voice .group .title p span {
  font-size: 3.4rem;
}
.sec-voice .group-content .group-voice .group .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.sec-voice .group-content .group-voice .group .list .item {
  position: relative;
  width: 100%;
  max-width: 37rem;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(1) {
  transform: translateY(-10rem);
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(1) .text {
  background-color: #e2f4f6;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(1) .text p {
  color: #0191a1;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(2) {
  max-width: 36rem;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(2) .text {
  background-color: #f7f7e6;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(2) .text p {
  color: #b28601;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(3) {
  transform: translateY(-7rem);
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(3) .text {
  background-color: #fbf3f3;
}
.sec-voice .group-content .group-voice .group .list .item:nth-child(3) .text p {
  color: #c51d1d;
}
.sec-voice .group-content .group-voice .group .list .item .text {
  padding: 1.6rem 6rem 2.3rem 2.2rem;
  border-radius: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  min-height: 33rem;
}
.sec-voice .group-content .group-voice .group .list .item .text p {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.sec-voice .group-content .group-voice .group .list .item .image {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 2rem;
  right: 0;
}
.sec-voice .group-content .group-voice .group .list .item .image img:nth-child(2) {
  margin-left: auto;
  margin-right: 1rem;
  max-width: 14rem;
}

.sec-nine-q .top {
  height: 3rem;
  background: #f6fafb;
  position: relative;
}
.sec-nine-q .top::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12.6rem;
  height: 2.6rem;
  bottom: -2.5rem;
  background: url(../images/common/arr-nine-q.png) no-repeat center center/100% 100%;
}
.sec-nine-q .bottom {
  height: 5rem;
  background: #f6fafb;
}
.sec-nine-q .group-content {
  padding: 4rem 0 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/common/bg-sec-3.png) no-repeat center center/cover;
}
.sec-nine-q .group-content .title p {
  font-size: 4.1rem;
  color: #fff;
  font-weight: 600;
}
.sec-nine-q .group-content .title p span {
  font-size: 3.5rem;
}
.sec-nine-q .group-content .list {
  display: flex;
  align-items: center;
  gap: 4.4rem;
}
.sec-nine-q .group-content .list .group {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.sec-nine-q .group-content .list .group .item {
  position: relative;
}
.sec-nine-q .group-content .list .group .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec-nine-q .group-content .list .group .item .text p {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.sec-500 {
  padding: 4rem 0 4.5rem;
  position: relative;
}
.sec-500.vip::after {
  background: #f6fafb;
}
.sec-500.vip .group-content .left {
  max-width: 64rem;
}
.sec-500.vip .group-content .left .title-vip p {
  font-size: 5.5rem;
  color: #598679;
  letter-spacing: 0.005em;
}
.sec-500.vip .group-content .left .content-vip .text P {
  font-size: 2.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-500.vip .group-content .left .content-vip .text P strong {
  color: #598679;
}
.sec-500.vip .group-content .left .content-vip .text-vip {
  margin-top: 3rem;
}
.sec-500.vip .group-content .left .content-vip .text-vip p {
  font-size: 1.8rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-500::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 68%;
  background-color: #faf6eb;
}
.sec-500 .container {
  max-width: 192rem;
}
.sec-500 .group-content {
  width: 100%;
  max-width: 155.5rem;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  justify-content: flex-end;
}
.sec-500 .group-content .left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sec-500 .group-content .left .title-vip {
  padding-left: 4rem;
  position: relative;
}
.sec-500 .group-content .left .title-vip::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #598679;
  top: 0;
  left: 0;
}
.sec-500 .group-content .left .title-vip span {
  font-size: 4.5rem;
  line-height: 1;
}
.sec-500 .group-content .left .title-vip p {
  font-size: 8.1rem;
  line-height: 1.1;
}
.sec-500 .group-content .left .title-vip p small {
  font-size: 6.5rem;
  line-height: 1.3;
}
.sec-500 .group-content .left .content {
  display: flex;
  gap: 3rem;
}
.sec-500 .group-content .left .content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  writing-mode: vertical-rl;
}
.sec-500 .group-content .left .content .text {
  max-height: 42rem;
}
.sec-500 .group-content .left .content .text p {
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.sec-500 .group-content .left .content .text p strong {
  color: #598679;
}
.sec-500 .group-content .left .content .text p strong span {
  writing-mode: lr;
  line-height: 1.1;
}
.sec-500 .group-content .left .content .title p {
  color: #bba643;
  font-size: 4.4rem;
  font-weight: 700;
}
.sec-500 .group-content .left .content .title p small {
  font-size: 4rem;
  line-height: 1;
  writing-mode: lr;
}
.sec-500 .group-content .left .content .title p span {
  writing-mode: lr;
  line-height: 1.1;
}
.sec-500 .group-content .right {
  width: 48.22vw;
}

.sec-contact {
  padding: 4rem 0;
  background-color: #eff4f2;
}
.sec-contact .group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.sec-contact .group-content .title p {
  font-size: 3rem;
  font-weight: 600;
  color: #598679;
}
.sec-contact .group-content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 119rem;
}
.sec-contact .group-content .list .item {
  width: 100%;
  max-width: 38rem;
  height: 12.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.sec-contact .group-content .list .item:nth-child(1) {
  background: #bba643;
  border: 0.6rem solid #d9cd95;
}
.sec-contact .group-content .list .item:nth-child(2) {
  background: #00b832;
  border: 0.6rem solid #a5f4ba;
}
.sec-contact .group-content .list .item:nth-child(3) {
  background: #69bac4;
  border: 0.6rem solid #b2dee3;
}
.sec-contact .group-content .list .item::after {
  content: "";
  position: absolute;
  border-bottom: 1.6rem solid #fff;
  border-left: 1.6rem solid transparent;
  bottom: 0.6rem;
  right: 0.6rem;
}
.sec-contact .group-content .list .item .above {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec-contact .group-content .list .item .above p {
  font-size: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.sec-contact .group-content .list .item span {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.sec-nine-white {
  padding: 5rem 0 4.6rem;
}
.sec-nine-white .group-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec-nine-white .group-content .title-vip {
  margin-top: 2rem;
}
.sec-nine-white .group-content .title-vip p {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.sec-nine-white .group-content .title-vip p span {
  color: #598679;
  background: linear-gradient(0deg, rgb(239, 244, 242) 0%, rgb(239, 244, 242) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.sec-nine-white .group-content .group-top {
  width: 100%;
  max-width: 192rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4.6rem;
  gap: 6rem;
  overflow: hidden;
}
.sec-nine-white .group-content .group-top .item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 141.3rem;
  gap: 4rem;
  position: relative;
}
.sec-nine-white .group-content .group-top .item.ct-left {
  margin-left: unset;
  flex-direction: row-reverse;
}
.sec-nine-white .group-content .group-top .item.ct-left .content .group-title::after {
  left: unset;
  right: 0;
}
.sec-nine-white .group-content .group-top .item .image {
  width: 100%;
  max-width: 58.5rem;
}
.sec-nine-white .group-content .group-top .item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sec-nine-white .group-content .group-top .item .content .group-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding-bottom: 3.6rem;
}
.sec-nine-white .group-content .group-top .item .content .group-title::after {
  content: "";
  position: absolute;
  width: 54.16vw;
  height: 0.6rem;
  bottom: 0;
  left: 0;
  background-color: #c4d9d7;
}
.sec-nine-white .group-content .group-top .item .content .group-title p {
  font-size: 10rem;
  color: #c4d9d7;
  line-height: 1;
}
.sec-nine-white .group-content .group-top .item .content .group-title span {
  font-size: 3.6rem;
  line-height: 1.3;
}
.sec-nine-white .group-content .group-top .item .content .text {
  max-width: 71.5rem;
  margin-top: 4rem;
}
.sec-nine-white .group-content .group-top .item .content .text p {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
.sec-nine-white .group-content .title-nine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sec-nine-white .group-content .title-nine .title p {
  font-size: 7rem;
  color: #89c0b0;
  line-height: 1.2;
}
.sec-nine-white .group-content .title-nine .text p {
  font-size: 4rem;
  line-height: 1.2;
}
.sec-nine-white .group-content .title-nine .text p span {
  color: #598679;
  background: linear-gradient(0deg, rgb(239, 244, 242) 0%, rgb(239, 244, 242) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.sec-nine-white .group-content .group-safe {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 150rem;
}
.sec-nine-white .group-content .group-safe .list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec-nine-white .group-content .group-safe .list .item {
  width: 100%;
  max-width: 46rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f9f7ec;
}
.sec-nine-white .group-content .group-safe .list .item .content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.sec-nine-white .group-content .group-safe .list .item .content .title p {
  text-align: center;
  font-size: 3.2rem;
  color: #bba643;
  font-weight: 700;
  line-height: 1.5;
}
.sec-nine-white .group-content .group-safe .list .item .content .text {
  margin-top: 2rem;
}
.sec-nine-white .group-content .group-safe .list .item .content .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-nine-white .group-content .group-commitment {
  width: 100%;
  margin-top: 10rem;
  max-width: 119rem;
}
.sec-nine-white .group-content .group-commitment .list {
  margin-top: 5rem;
  display: grid;
  gap: 6rem 5rem;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(39rem, 1fr));
}
.sec-nine-white .group-content .group-commitment .list .item {
  width: 100%;
  padding: 5rem 4rem 4rem;
  max-width: 57rem;
  border: 2px solid #EFF4F2;
  border-radius: 2rem;
  position: relative;
}
.sec-nine-white .group-content .group-commitment .list .item .num {
  position: absolute;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.4rem;
  left: 2rem;
  background-color: #bba643;
}
.sec-nine-white .group-content .group-commitment .list .item .num p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.sec-nine-white .group-content .group-commitment .list .item .content .title p {
  font-size: 2.6rem;
  font-weight: 700;
}
.sec-nine-white .group-content .group-commitment .list .item .content .text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
}

.title-vip-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0 1rem;
}
.title-vip-main .title p {
  font-size: 7rem;
  color: #89c0b0;
  line-height: 1;
}
.title-vip-main .text p {
  font-size: 4rem;
}
.title-vip-main .text p span {
  color: #598679;
  background: linear-gradient(0deg, rgb(239, 244, 242) 0%, rgb(239, 244, 242) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

.sec-whitening {
  background: #eff4f2;
}
.sec-whitening .group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-whitening .group-content .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sec-whitening .group-content .group .text p {
  font-size: 2.8rem;
  text-align: center;
}
.sec-whitening .group-content .group-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 119rem;
}
.sec-whitening .group-content .group-list .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.sec-whitening .group-content .group-list .list .item {
  display: flex;
  gap: 3rem;
  padding: 2rem 3rem;
  background: #fff;
}
.sec-whitening .group-content .group-list .list .item .image {
  width: 100%;
  max-width: 36rem;
}
.sec-whitening .group-content .group-list .list .item .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-whitening .group-content .group-list .list .item .content .group-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-whitening .group-content .group-list .list .item .content .group-title .num {
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #36625b;
}
.sec-whitening .group-content .group-list .list .item .content .group-title .num p {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
.sec-whitening .group-content .group-list .list .item .content .group-title .title p {
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.sec-whitening .group-content .group-list .list .item .content .group-title .title p span {
  color: #bba643;
}
.sec-whitening .group-content .group-list .list .item .content .text p {
  font-size: 1.8rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-price .group-content .group-main-content {
  padding: 5rem 0 8rem;
  background: #bcdcd3;
}
.sec-price .group-content .group-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.sec-price .group-content .group-price .above {
  padding: 1.2rem 1.2rem 3rem;
  background: #fff;
  width: 100%;
  max-width: 120rem;
}
.sec-price .group-content .group-price .above .group-title {
  width: 100%;
  position: relative;
}
.sec-price .group-content .group-price .above .group-title .item-p {
  position: absolute;
  top: -3rem;
  left: 4rem;
}
.sec-price .group-content .group-price .above .group-title .item-p .item {
  position: relative;
}
.sec-price .group-content .group-price .above .group-title .item-p .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec-price .group-content .group-price .above .group-title .item-p .item .text span {
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec-price .group-content .group-price .above .group-title .item-p .item .text p {
  font-size: 5.3rem;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(0deg, rgb(235, 204, 137) 0%, rgb(255, 248, 232) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  color: transparent;
  line-height: 1;
}
.sec-price .group-content .group-price .above .group-title .item-p .item .text p small {
  font-size: 4.5rem;
}
.sec-price .group-content .group-price .above .group-title .title {
  padding: 2rem 1rem 2.4rem 23rem;
  background-color: #598679;
}
.sec-price .group-content .group-price .above .group-title .title p {
  font-size: 4.6rem;
  background: linear-gradient(179deg, rgb(235, 204, 137) 0%, rgb(255, 248, 232) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  padding-bottom: 1rem;
}
.sec-price .group-content .group-price .above .group-title .title:nth-child(2) {
  background-color: #bba643;
  padding: 1.4rem 1rem 1.4rem 23rem;
}
.sec-price .group-content .group-price .above .group-title .title:nth-child(2) p {
  font-size: 4rem;
  color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
  background: unset;
  -webkit-text-fill-color: unset;
  padding-bottom: unset;
}
.sec-price .group-content .group-price .above .group-real {
  padding: 3.2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #36625b;
}
.sec-price .group-content .group-price .above .group-real .left p {
  font-size: 8.6rem;
  color: #36625b;
  line-height: 1;
  font-weight: 600;
}
.sec-price .group-content .group-price .above .group-real .left p small {
  margin-left: 2rem;
  font-size: 7rem;
}
.sec-price .group-content .group-price .above .group-real .left span {
  font-size: 4rem;
  color: #bba643;
}
.sec-price .group-content .group-price .above .group-real .right {
  color: #36625b;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec-price .group-content .group-price .above .group-real .right .text p {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.sec-price .group-content .group-price .above .group-real .right .text p span {
  font-size: 4rem;
}
.sec-price .group-content .group-price .above .group-real .right .price p {
  font-size: 8.7rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
}
.sec-price .group-content .group-price .above .group-real .right .price p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .above .group-real .right .price p span span {
  font-weight: 600;
  font-size: 2rem;
}
.sec-price .group-content .group-price .above .group-real .right .price-sm p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.sec-price .group-content .group-price .above .group-real .right .price-sm p span {
  font-weight: 700;
  font-size: 2.6rem;
}
.sec-price .group-content .group-price .above .groups {
  margin-top: 0.8rem;
}
.sec-price .group-content .group-price .above .groups .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  background-color: #e6f2ef;
}
.sec-price .group-content .group-price .above .groups .title p {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #36625b;
  line-height: 1;
}
.sec-price .group-content .group-price .above .groups .group-item {
  padding: 2.2rem 2.8rem 2rem;
  background: #f9f7ec;
}
.sec-price .group-content .group-price .above .groups .group-item .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.5rem, 1fr));
  align-items: flex-end;
  gap: 3rem;
}
.sec-price .group-content .group-price .above .groups .group-item .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-price .group-content .group-price .above .groups .group-item .list .item:nth-child(2) span {
  margin-bottom: 0.4rem;
}
.sec-price .group-content .group-price .above .groups .group-item .list .item span {
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.sec-price .group-content .group-price .above .groups .group-item .list .item .text {
  margin-top: 1rem;
}
.sec-price .group-content .group-price .above .groups .group-item .list .item .text p {
  font-size: 6rem;
  color: #a98f13;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
.sec-price .group-content .group-price .above .groups .group-item .text-btn {
  margin-top: 3rem;
  background: #36625b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0 1.6rem;
}
.sec-price .group-content .group-price .above .groups .group-item .text-btn p {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .above .groups .group-item .text-btn p span {
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 2rem;
}
.sec-price .group-content .group-price .below {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  width: 100%;
  max-width: 120rem;
}
.sec-price .group-content .group-price .below .left {
  width: 100%;
  max-width: 59.4rem;
  padding: 1.4rem 1rem 1rem;
  background: #fff;
}
.sec-price .group-content .group-price .below .left .title {
  padding: 1rem 0;
  background: #bba643;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-price .group-content .group-price .below .left .title p {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.sec-price .group-content .group-price .below .left .group-a .text p {
  font-size: 6rem;
  color: #36625b;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .below .left .group-a .text p span {
  font-weight: 600;
  font-size: 4.8rem;
  margin-left: 1rem;
}
.sec-price .group-content .group-price .below .left .group-a .text-b {
  margin-top: 1rem;
}
.sec-price .group-content .group-price .below .left .group-a .text-b p {
  font-size: 3.2rem;
  color: #a98f13;
  font-weight: 600;
}
.sec-price .group-content .group-price .below .left .group-a .g-price {
  color: #36625b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .price-text p {
  font-size: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price p {
  font-size: 7.5rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price p span span {
  font-weight: 600;
  font-size: 1.8rem;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price-sm p {
  font-size: 2rem;
  font-weight: 600;
}
.sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price-sm p span {
  font-weight: 700;
  font-size: 2.6rem;
}
.sec-price .group-content .group-price .below .left .group-b .title-b {
  padding: 0.6rem 0 1rem;
  background: #e6f2ef;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sec-price .group-content .group-price .below .left .group-b .title-b p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-weight: 700;
}
.sec-price .group-content .group-price .below .left .group-b .title-b p span {
  margin-left: 1rem;
  color: #36625b;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 700;
}
.sec-price .group-content .group-price .below .left .group-b .content {
  padding: 1.7rem 3rem 2rem;
  background: #f9f7ec;
}
.sec-price .group-content .group-price .below .left .group-b .content .group p {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-price .group-content .group-price .below .left .group-b .content .price {
  margin-top: 1rem;
}
.sec-price .group-content .group-price .below .left .group-b .content .price p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .below .left .group-b .content .price p span {
  font-size: 3.8rem;
  color: #a98f13;
}
.sec-price .group-content .group-price .below .right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 58rem;
  justify-content: space-between;
}
.sec-price .group-content .group-price .below .right .item {
  padding: 1rem;
  background: #fff;
}
.sec-price .group-content .group-price .below .right .item .g-above {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0 2rem;
  border-bottom: 1px solid #36625b;
}
.sec-price .group-content .group-price .below .right .item .g-above .text {
  font-size: 2.6rem;
  color: #36625b;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  gap: 0.6rem;
}
.sec-price .group-content .group-price .below .right .item .g-above .text::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  content: "";
  display: flex;
  background: #a98f13;
}
.sec-price .group-content .group-price .below .right .item .g-above .group .price p {
  font-size: 5.4rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  color: #36625b;
}
.sec-price .group-content .group-price .below .right .item .g-above .group .price p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.sec-price .group-content .group-price .below .right .item .g-above .group .price p span span {
  font-weight: 600;
  font-size: 1.6rem;
}
.sec-price .group-content .group-price .below .right .item .g-below {
  padding: 1.5rem 2.2rem;
  background: #f9f7ec;
}
.sec-price .group-content .group-price .below .right .item .g-below p {
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-price .group-content .image-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3.6rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.sec-price .group-content .image-group .content {
  position: absolute;
  right: 14rem;
  top: 10rem;
}
.sec-price .group-content .image-group .content p {
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  line-height: 2;
  color: #fff;
}
.sec-price .group-content .image-group .btn-play {
  position: absolute;
  bottom: 3rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17rem;
  height: 17rem;
  background-color: #bba643;
  border-radius: 50%;
}
.sec-price .group-content .image-group .btn-play span {
  font-size: 3.4rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transform: translateY(1rem);
}
.sec-price .group-content .image-group .btn-play span small {
  font-size: 2.8rem;
}
.sec-price .group-content .image-group .btn-play .ic {
  margin-top: 0.4rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 2px solid #dac669;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-payment {
  padding-bottom: 3rem;
}
.sec-payment .group-content .group {
  width: 100%;
  max-width: 136rem;
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.sec-payment .group-content .group .content {
  display: flex;
  flex-direction: column;
}
.sec-payment .group-content .group .content .title {
  padding: 2rem 3rem 2rem;
  border-bottom: 1.2rem solid #c4d9d7;
}
.sec-payment .group-content .group .content .title p {
  font-size: 3rem;
  line-height: 1.8;
}
.sec-payment .group-content .group .content .text {
  padding: 3rem;
}
.sec-payment .group-content .group .content .text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-faq {
  padding-bottom: 4rem;
}
.sec-faq .group-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.sec-faq .group-content .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}
.sec-faq .group-content .list .item {
  display: flex;
  flex-direction: column;
}
.sec-faq .group-content .list .item.active .q .text .ic span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}
.sec-faq .group-content .list .item .q {
  display: flex;
  max-height: 6rem;
}
.sec-faq .group-content .list .item .q .t {
  max-width: 6rem;
  padding: 1.2rem 1.4rem;
  background: #cda347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-faq .group-content .list .item .q .t p {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 0.8;
}
.sec-faq .group-content .list .item .q .text {
  padding: 1.4rem;
  width: 100%;
  background: #598679;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-faq .group-content .list .item .q .text p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.sec-faq .group-content .list .item .q .text .ic {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.sec-faq .group-content .list .item .q .text .ic span {
  position: absolute;
  transition: 0.5s all;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-faq .group-content .list .item .q .text .ic span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-faq .group-content .list .item .a {
  display: none;
  padding: 3rem 2.6rem;
}
.sec-faq .group-content .list .item .a p {
  font-size: 1.8rem;
  font-weight: 500;
}

.sec-caution .group-content .group {
  padding: 4rem 3.4rem 4rem 10rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  border: 1px solid #1aa0b0;
  position: relative;
}
.sec-caution .group-content .group .w {
  position: absolute;
  top: 2.4rem;
  left: 1.8rem;
}
.sec-caution .group-content .group p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-caution .group-content .group .left .title p {
  font-size: 2.6rem;
  color: #2d4d8f;
}
.sec-caution .group-content .group .left .text {
  margin-top: 1rem;
}
.sec-caution .group-content .group .left .text p {
  line-height: 2;
}
.sec-caution .group-content .group .left .text p span {
  color: #1aa0b0;
}
.sec-counselling .group-content .group {
  background: url(../images/common/person-sec-15.png) no-repeat center center/cover;
  width: 100%;
  max-width: 192rem;
}
.sec-counselling .group-content .group .content-main {
  padding: 4rem 0 5rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.sec-counselling .group-content .group .content-main .list {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.sec-counselling .group-content .group .content-main .list .item {
  position: relative;
}
.sec-counselling .group-content .group .content-main .list .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec-counselling .group-content .group .content-main .list .item .text p {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
}
.sec-counselling .group-content .group .content-main .group-text {
  max-width: 49rem;
}
.sec-counselling .group-content .group .content-main .group-text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sec-counselling .group-content .group .content-main .group-text .title p {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}
.sec-counselling .group-content .group .content-main .group-text .title p span {
  font-weight: 700;
  font-size: 3.8rem;
}
.sec-counselling .group-content .group .content-main .group-text .text {
  padding: 4.4rem 3.2rem;
  background-color: #fff;
}
.sec-counselling .group-content .group .content-main .group-text .text p {
  font-size: 1.8rem;
}

.sec-contact.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 0;
  display: none;
  opacity: 0;
}
.sec-contact.fixed .list-fix {
  display: flex;
  width: 100%;
}
.sec-contact.fixed .list-fix .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.sec-contact.fixed .list-fix .item p, .sec-contact.fixed .list-fix .item span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.sec-contact.fixed .list-fix .item.phone {
  max-width: 29.3rem;
  background-color: #fff;
}
.sec-contact.fixed .list-fix .item.phone p, .sec-contact.fixed .list-fix .item.phone span {
  color: #598679;
}
.sec-contact.fixed .list-fix .item.phone p {
  font-size: 3rem;
  display: flex;
  gap: 0.4rem;
}
.sec-contact.fixed .list-fix .item.phone p::before {
  content: "";
  display: flex;
  width: 2.9rem;
  height: 2.9rem;
  background: url(../images/common/ic-phone-fix.png) no-repeat center center/100% 100%;
}
.sec-contact.fixed .list-fix .item.phone span {
  font-size: 2rem;
}
.sec-contact.fixed .list-fix .item.web {
  position: relative;
  background-color: #bba643;
}
.sec-contact.fixed .list-fix .item.web::after {
  content: "";
  position: absolute;
  border-bottom: 1.6rem solid #fff;
  border-left: 1.6rem solid transparent;
  bottom: 0.6rem;
  right: 0.6rem;
}
.sec-contact.fixed .list-fix .item.line {
  position: relative;
  background-color: #00b832;
}
.sec-contact.fixed .list-fix .item.line::after {
  content: "";
  position: absolute;
  border-bottom: 1.6rem solid #fff;
  border-left: 1.6rem solid transparent;
  bottom: 0.6rem;
  right: 0.6rem;
}
.sec-contact.fixed .list-fix .item span {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
}
.sec-contact.fixed .list-fix .item p {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .sec-white .group-content .title p {
    font-size: 3.6rem;
  }
  .sec-white .group-content .title p small {
    font-size: 3rem;
  }
  .sec-white .group-content .group-text p {
    font-size: 2rem;
  }
  .sec-white .group-content .group-text p small {
    font-size: 1.7rem;
  }
  .sec-white .group-content .group-text p span {
    font-size: 2rem;
  }
  .sec-white .group-content .text p {
    font-size: 2rem;
  }
  .sec-voice .group-content .title-big p {
    font-size: 4rem;
  }
  .sec-voice .group-content .title-vip p {
    font-size: 4rem;
  }
  .sec-voice .group-content .title-vip span {
    font-size: 2rem;
  }
  .sec-voice .group-content .title-big::after {
    content: "";
    width: 9.6rem;
    height: 1.6rem;
    bottom: -1.5rem;
  }
  .sec-voice .group-content .title-big img {
    width: 8vw;
  }
  .sec-voice .group-content .title-big p::before,
  .sec-voice .group-content .title-big p::after .blink-o p::after,
  .blink-o p::before {
    width: 2.9rem;
    height: 2.6rem;
  }
  .sec-voice .group-content .group-voice .group .list .item .image {
    width: 13.6vw;
  }
  .sec-voice .group-content .group-voice .group .list .item .image img:nth-child(2) {
    width: 8.8vw;
  }
  .sec-voice .group-content .group-voice .group .list .item,
  .sec-voice .group-content .group-voice .group .list .item:nth-child(2) {
    max-width: 30rem;
  }
  .sec-voice .group-content .group-voice .group .list .item .text p {
    font-size: 2rem;
    line-height: 1.8;
  }
  .sec-voice .group-content .group-voice .group .title p {
    font-size: 3rem;
  }
  .sec-nine-q .group-content .title p {
    font-size: 3rem;
  }
  .sec-nine-q .group-content .title p span {
    font-size: 2.5rem;
  }
  .sec-500 .group-content .left .title-vip span {
    font-size: 3rem;
  }
  .sec-500 .group-content .left .title-vip p {
    font-size: 6rem;
  }
  .sec-500 .group-content .left .title-vip p small {
    font-size: 4rem;
  }
  .sec-500 .group-content .left .content .title p {
    font-size: 2.4rem;
  }
  .sec-500 .group-content .left .content .title p small {
    font-size: 2.2rem;
  }
  .sec-500 .group-content .left .content .text p {
    font-size: 1.8rem;
  }
  .sec-500::after {
    height: 75%;
  }
  .sec-contact .group-content .list .item .above p {
    font-size: 2.4rem;
  }
  .sec-contact .group-content .list .item span {
    font-size: 1.8rem;
  }
  .sec-contact .group-content .list .item .above img {
    width: 3rem;
  }
  .sec-contact .group-content {
    gap: 2rem;
  }
  .sec-contact .group-content .list .item {
    height: 10.3rem;
  }
  .sec-contact .group-content .title p {
    font-size: 2.4rem;
  }
  .sec-nine-white .group-content .logo {
    width: 17.8vw;
  }
  .sec-nine-white .group-content .title-vip p {
    font-size: 2.4rem;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title span {
    font-size: 2.4rem;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title p {
    font-size: 6rem;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title {
    padding-bottom: 2rem;
  }
  .sec-nine-white .group-content .group-top .item .content .text p {
    font-size: 1.6rem;
  }
  .sec-nine-white .group-content .title-nine .title p {
    font-size: 4rem;
  }
  .sec-nine-white .group-content .title-nine .text p {
    font-size: 2rem;
  }
  .sec-nine-white .group-content .group-safe .list {
    justify-content: center;
  }
  .sec-nine-white .group-content .group-safe .list .item .content .title p {
    font-size: 2rem;
  }
  .sec-nine-white .group-content .group-safe .list .item .content .text p {
    font-size: 1.6rem;
  }
  .sec-nine-white .group-content .group-safe,
  .sec-nine-white .group-content .group-commitment {
    margin-top: 6rem;
  }
  .sec-nine-white .group-content .group-commitment .list {
    gap: 3rem 2rem;
  }
  .sec-contact .group-content .list {
    justify-content: center;
  }
  .sec-nine-white .group-content .group-commitment .list .item .num {
    width: 4rem;
    height: 4rem;
  }
  .sec-nine-white .group-content .group-commitment .list .item {
    padding: 3rem 2rem 2rem;
  }
  .sec-nine-white .group-content .group-commitment .list .item .num p {
    font-size: 1.8;
  }
  .title-vip-main .title p {
    font-size: 4rem;
  }
  .title-vip-main .text p {
    font-size: 2rem;
  }
  .title-vip-main {
    padding: 3rem 0 1rem;
  }
  .sec-whitening .group-content .group .text p {
    font-size: 1.8rem;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .title p {
    font-size: 2rem;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .num {
    width: 4rem;
    height: 4rem;
  }
  .sec-price .group-content .group-price .above .group-title .title p {
    font-size: 3rem;
  }
  .sec-price .group-content .group-price .above .group-title .title:nth-child(2) p {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .above .group-real .left p {
    font-size: 6rem;
  }
  .sec-price .group-content .group-price .above .group-real .left p small {
    font-size: 3rem;
  }
  .sec-price .group-content .group-price .above .group-real .left span,
  .sec-price .group-content .group-price .above .group-real .right .text p span {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .text p,
  .sec-price .group-content .group-price .above .group-real .right .price-sm p span {
    font-size: 2rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p {
    font-size: 6.7rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p span {
    font-size: 3rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p span span,
  .sec-price .group-content .group-price .above .group-real .right .price-sm p {
    font-size: 1.8rem;
  }
  .sec-price .group-content .group-price .above .group-real {
    flex-wrap: wrap;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list .item .text p {
    font-size: 4rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .text-btn p {
    font-size: 2.6rem;
  }
  .sec-price .group-content .group-price .below {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .sec-price .group-content .group-price .below .right {
    max-width: 100%;
    gap: 2rem;
  }
  .sec-price .group-content .image-group .content p {
    font-size: 2.2rem;
  }
  .sec-price .group-content .image-group .btn-play {
    width: 14rem;
    height: 14rem;
  }
  .sec-price .group-content .image-group .btn-play span {
    font-size: 2.4rem;
  }
  .sec-price .group-content .image-group .btn-play span small {
    font-size: 1.8rem;
  }
  .sec-500.vip .group-content .left .title-vip p {
    font-size: 3.6rem;
  }
  .sec-500.vip .group-content .left .content-vip .text P {
    font-size: 2rem;
  }
  .sec-500.vip .group-content .left .content-vip .text-vip p {
    font-size: 1.6rem;
  }
  .sec-500.vip .group-content .left {
    max-width: 45rem;
  }
  .sec-payment .group-content .group .content .title p {
    font-size: 2rem;
  }
  .sec-payment .group-content .group {
    margin: 2rem auto 0;
  }
  .sec-payment .group-content .group .content {
    max-width: 45rem;
  }
  .sec-faq .group-content {
    width: 96%;
  }
  .sec-faq .group-content .list .item .q .t p {
    font-size: 2.4rem;
  }
  .sec-faq .group-content .list .item .q .text p {
    font-size: 1.8rem;
  }
  .sec-caution .group-content .group .left .title p {
    font-size: 2rem;
  }
  .sec-caution .group-content .group .left .text p {
    font-size: 1.6rem;
  }
  .sec-caution .group-content .group .left {
    max-width: 45rem;
  }
  .sec-caution .group-content .group .left {
    max-width: 64%;
  }
  .sec-counselling .group-content .group .content-main .list {
    justify-content: center;
  }
  .sec-counselling .group-content .group .content-main .list .item .text p {
    font-size: 1.8rem;
  }
  .sec-counselling .group-content .group .content-main .list .item {
    max-width: 24rem;
  }
  .sec-counselling .group-content .group .content-main .group-text .title p {
    font-size: 2rem;
  }
  .sec-counselling .group-content .group .content-main .group-text .text p {
    font-size: 1.6rem;
  }
  .sec-price .group-content .group-price .below .left {
    max-width: 100%;
  }
  .sec-nine-white .group-content .group-top .item {
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) {
  .sec-banner .group-content .big-text {
    width: 38.89vw;
  }
  .sec-banner .group-content .group-text .group .item {
    max-width: 11rem;
  }
  .sec-banner .group-content .group-text .group .item .text span {
    font-size: 2rem;
  }
  .sec-banner .group-content .group-text .group .item .text p {
    font-size: 3.2rem;
  }
  .sec-banner .group-content .group-text .group .item .text p small {
    font-size: 3rem;
  }
  .sec-white .group-content .group-text {
    padding: 1rem;
    border-radius: 2rem;
  }
  .sec-white .group-content .group-image {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .sec-banner .group-content .big-text {
    width: 100%;
    bottom: 47rem;
  }
  .sec-banner .group-content .big-text img {
    width: 100%;
  }
  .sec-banner .group-content .group-text {
    left: unset;
    right: 1rem;
    gap: 0;
  }
  .sec-banner .group-content .group-text .text p {
    font-size: 2.1rem;
  }
  .sec-banner .group-content .group-text .group .item {
    max-width: 18rem;
  }
  .sec-banner .group-content .group-text .group .item .text span {
    font-size: 3.6rem;
  }
  .sec-banner .group-content .group-text .group .item .text p {
    font-size: 6.2rem;
  }
  .sec-banner .group-content .group-text .group .item .text p small {
    font-size: 4.9rem;
  }
  .sec-banner .group-content .group-text .group .item:nth-child(2) span {
    font-size: 3rem;
  }
  .sec-banner .group-content .group-text .group .item .text p {
    font-size: 4.9rem;
  }
  .sec-banner .group-content .group-text .group .item .text p small {
    font-size: 3.9rem;
  }
  .sec-banner .group-content .group-text .group {
    transform: translateY(0.5rem);
  }
  .blink-o p::before,
  .blink-o p::after {
    display: none;
  }
  .sec-white .group-content .title p {
    text-align: center;
    line-height: 1.3;
  }
  .sec-white {
    padding: 6rem 0 5rem;
  }
  .sec-white .group-content .group-image {
    flex-direction: column;
    gap: 0;
  }
  .sec-white .group-content .group-image .arr {
    transform: rotate(90deg);
  }
  .sec-white .group-content .group-text p {
    text-align: center;
    line-height: 1.3;
    font-size: 3.7rem;
  }
  .sec-white .group-content .group-text p small {
    font-size: 3.7rem;
  }
  .sec-white .group-content .text p {
    font-size: 5rem;
  }
  .sec-voice .group-content .title-big p {
    font-size: 8rem;
  }
  .sec-voice .group-content .title-big img {
    width: 12.8rem;
  }
  .sec-voice .group-content .title-vip {
    flex-direction: column;
    padding: 3rem 0 2rem;
  }
  .sec-voice .group-content .title-vip p {
    font-size: 7.2rem;
  }
  .sec-voice .group-content .title-vip span {
    font-size: 5rem;
  }
  .sec-voice .group-content .group-voice .group .title.blink-o p::after,
  .sec-voice .group-content .group-voice .group .title.blink-o p::before {
    display: block;
  }
  .sec-voice .group-content .group-voice .group .list {
    flex-direction: column;
    gap: 5rem;
  }
  .sec-voice .group-content .group-voice .group .list .item:nth-child(1),
  .sec-voice .group-content .group-voice .group .list .item:nth-child(3) {
    transform: unset;
  }
  .sec-voice .group-content .group-voice .group .list .item .text {
    max-width: 29.3rem;
    min-height: 43rem;
    width: 100%;
    padding: 2.4rem 4rem;
  }
  .sec-voice .group-content .group-voice .group .list .item .text p {
    font-size: 2.8rem;
  }
  .sec-voice .group-content .group-voice .group .title p {
    font-size: 4.8rem;
  }
  .sec-voice .group-content .group-voice .group .list .item .image {
    width: 34rem;
    right: 8rem;
  }
  .sec-voice .group-content .group-voice .group .list .item,
  .sec-voice .group-content .group-voice .group .list .item:nth-child(2) {
    max-width: 100%;
  }
  .sec-voice .group-content .group-voice .group .list .item .image img:nth-child(2) {
    width: 21.8rem;
  }
  .sec-voice .group-content .group-voice .group {
    width: 96%;
    padding: 4rem 6rem 10rem;
  }
  .sec-nine-q .group-content .list .group {
    display: grid;
    margin-top: 2.6rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .sec-nine-q .group-content .title p {
    font-size: 4.9rem;
  }
  .sec-nine-q .group-content .title p span {
    font-size: 4.1rem;
  }
  .sec-500 .group-content {
    flex-direction: column-reverse;
  }
  .sec-500 .group-content .right {
    width: 100%;
  }
  .sec-500 .group-content .left {
    width: 100%;
    padding: 0 4rem;
  }
  .sec-500 .group-content .left .content .text p {
    font-size: 2.8rem;
    line-height: 2;
  }
  .sec-500 .group-content .left .content .title p {
    font-size: 4.4rem;
  }
  .sec-500 .group-content .left .content .title p small {
    font-size: 4rem;
  }
  .sec-500 .group-content .left .title-vip span {
    font-size: 4.5rem;
  }
  .sec-500 .group-content .left .title-vip p {
    font-size: 8.1rem;
  }
  .sec-500 .group-content .left .title-vip p small {
    font-size: 6.5rem;
  }
  .sec-500::after {
    height: 51rem;
  }
  .sec-contact .group-content .title p {
    font-size: 3.8rem;
  }
  .sec-contact .group-content .list .item {
    height: 17.5rem;
    max-width: 53rem;
  }
  .sec-contact .group-content .list .item .above p {
    font-size: 4.8rem;
  }
  .sec-contact .group-content .list .item .above img {
    width: auto;
  }
  .sec-contact .group-content .list .item span {
    font-size: 2.8rem;
  }
  .sec-contact {
    padding: 6rem 0 8rem;
  }
  .sec-nine-white .group-content .logo {
    width: 29.3rem;
  }
  .sec-nine-white .group-content .title-vip p {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
  }
  .sec-nine-white .group-content .group-top .item {
    flex-direction: column-reverse;
  }
  .sec-nine-white .group-content .group-top .item.ct-left {
    flex-direction: column-reverse;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title::after {
    width: 110%;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title span {
    font-size: 4rem;
  }
  .sec-nine-white .group-content .group-top .item .content .group-title p {
    font-size: 10rem;
  }
  .sec-nine-white .group-content .group-top .item .content .text p {
    font-size: 2.8rem;
  }
  .sec-nine-white .group-content .group-top .item .image {
    max-width: 100%;
    width: 90%;
  }
  .sec-nine-white .group-content .group-top .item .image img {
    width: 100%;
  }
  .sec-nine-white .group-content .group-safe, .sec-nine-white .group-content .group-commitment {
    margin-top: 13rem;
  }
  .sec-nine-white .group-content .title-nine .title p {
    font-size: 7rem;
  }
  .sec-nine-white .group-content .title-nine .text p {
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
  }
  .sec-nine-white .group-content .group-safe .list {
    gap: 4rem;
  }
  .sec-nine-white .group-content .group-safe .list .item {
    max-width: 92%;
  }
  .sec-nine-white .group-content .group-safe .list .item .image {
    width: 100%;
  }
  .sec-nine-white .group-content .group-safe .list .item .image img {
    width: 100%;
  }
  .sec-nine-white .group-content .group-safe .list .item .content .title p {
    font-size: 4.7rem;
  }
  .sec-nine-white .group-content .group-safe .list .item .content .text p {
    font-size: 2.8rem;
  }
  .sec-nine-white .group-content .group-commitment .list {
    display: flex;
    flex-direction: column;
  }
  .sec-nine-white .group-content .group-commitment .list .item {
    max-width: 100%;
    padding: 5rem 4.6vrem 3rem;
  }
  .sec-nine-white .group-content .group-commitment .list {
    width: 92%;
    margin: 5rem auto 0;
    gap: 6rem;
  }
  .sec-nine-white .group-content .group-commitment .list .item .image {
    width: 100%;
  }
  .sec-nine-white .group-content .group-commitment .list .item .image img {
    width: 100%;
  }
  .sec-nine-white .group-content .group-commitment .list .item .content .text p {
    font-size: 2.8rem;
  }
  .sec-whitening .group-content .group-list .list .item {
    flex-direction: column;
  }
  .sec-whitening .group-content .group-list .list {
    width: 92%;
    margin: 0 auto;
  }
  .sec-whitening .group-content .group .image {
    display: none;
  }
  .title-vip-main {
    background-color: #fff;
    width: 100%;
    padding: 10rem 0 2rem;
  }
  .title-vip-main .text p {
    text-align: center;
    font-size: 4rem;
  }
  .title-vip-main .title p {
    font-size: 6.98rem;
  }
  .sec-whitening .group-content .group .text {
    padding: 2rem 0;
  }
  .sec-whitening .group-content .group .text p {
    font-size: 3rem;
  }
  .sec-whitening .group-content .group-list .list .item {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .sec-whitening .group-content .group-list .list .item .image {
    width: 100%;
    max-width: 100%;
  }
  .sec-whitening .group-content .group-list .list .item .image img {
    width: 100%;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .num {
    width: 8.2rem;
    height: 8.2rem;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .num p {
    font-size: 4rem;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .title {
    flex: 1;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title .title p {
    font-size: 4rem;
    line-height: 1.3;
  }
  .sec-whitening .group-content .group-list .list .item .content .text p {
    font-size: 2.8rem;
  }
  .sec-whitening .group-content .group-list .list .item .content .group-title {
    gap: 2rem;
  }
  .sec-price .group-content .group-price .above .group-title .item-p {
    left: -1rem;
    top: -5rem;
  }
  .sec-price .group-content .group-price .above .group-title .item-p .item .image img {
    width: 19rem;
  }
  .sec-price .group-content .group-price .above .group-title .title {
    padding: 2rem 1rem 2.4rem 19rem;
  }
  .sec-price .group-content .group-price .above {
    width: 94%;
  }
  .sec-price .group-content .group-price .above .group-title .title p {
    font-size: 4.8rem;
    text-align: center;
  }
  .sec-price .group-content .group-price .above .group-title .title:nth-child(2) {
    padding: 2.4rem 0;
  }
  .sec-price .group-content .group-price .above .group-title .title:nth-child(2) p {
    font-size: 3.2rem;
  }
  .sec-price .group-content .group-price .above .group-real {
    flex-direction: column;
  }
  .sec-price .group-content .group-price .above .group-real .left p {
    font-size: 8.8rem;
  }
  .sec-price .group-content .group-price .above .group-real .left p small {
    font-size: 7rem;
  }
  .sec-price .group-content .group-price .above .group-real .left span, .sec-price .group-content .group-price .above .group-real .right .text p span {
    font-size: 4.4rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .text p, .sec-price .group-content .group-price .above .group-real .right .price-sm p span {
    font-size: 3.2rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p {
    font-size: 11.5rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p span {
    font-size: 6rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p span span {
    font-size: 2.5rem;
  }
  .sec-price .group-content .group-price .above .group-real .right .price p span span, .sec-price .group-content .group-price .above .group-real .right .price-sm p {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 3rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list .item span {
    font-size: 2.8rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list .item .text p {
    font-size: 7.8rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list .item .image {
    width: 100%;
  }
  .sec-price .group-content .group-price .above .groups .group-item .list .item .image img {
    width: 100%;
  }
  .sec-price .group-content .group-price .above .groups .group-item .text-btn p {
    font-size: 6.6rem;
  }
  .sec-price .group-content .group-price .above .groups .group-item .text-btn p span {
    font-size: 3.2rem;
  }
  .sec-price .group-content .group-price .below .left .title {
    padding: 2.4rem 0;
  }
  .sec-price .group-content .group-price .below .left .title p {
    font-size: 4.6rem;
  }
  .sec-price .group-content .group-price .below .left {
    width: 94%;
  }
  .sec-price .group-content .group-price .below .left .group-a .text p {
    font-size: 7.2rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .text p small {
    font-size: 5.8rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .text span {
    font-size: 3.8rem;
  }
  .sec-price .group-content .group-price .below .left .group-a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price {
    font-size: 9rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price span {
    font-size: 5rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price span span {
    font-size: 2.2rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .price-text p {
    font-size: 4.4rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price-sm p {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .below .left .group-a .g-price .group-text .price-sm p span {
    font-size: 3.1rem;
  }
  .sec-price .group-content .group-price .below .left .group-b .title-b p {
    font-size: 3.1rem;
  }
  .sec-price .group-content .group-price .below .left .group-b .title-b p span {
    font-size: 5.2rem;
  }
  .sec-price .group-content .group-price .below .left .group-b .title-b p span small {
    font-size: 4rem;
  }
  .sec-price .group-content .group-price .below .left .group-b .content .group p {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .below .right {
    width: 94%;
  }
  .sec-price .group-content .group-price .below .right .item .g-above .text {
    font-size: 3.2rem;
  }
  .sec-price .group-content .group-price .below .right .item .g-below p {
    font-size: 2.4rem;
  }
  .sec-price .group-content .group-price .below .right .item .g-above {
    padding: 0.8rem 1rem 2rem;
  }
  .sec-price .group-content .group-price .below .right .item .g-above .group .price p {
    font-size: 6.4rem;
  }
  .sec-price .group-content .group-price .below .right .item .g-above .group .price p span {
    font-size: 4.4rem;
  }
  .sec-price .group-content .group-price .below .right .item .g-above .group .price p span span {
    font-size: 2rem;
  }
  .sec-price .group-content .image-group .content p {
    font-size: 3.8rem;
    line-height: 1.8;
  }
  .sec-price .group-content .image-group .btn-play span {
    font-size: 4rem;
  }
  .sec-price .group-content .image-group .btn-play span small {
    font-size: 3.3rem;
  }
  .sec-price .group-content .image-group .btn-play {
    width: 20rem;
    height: 20rem;
  }
  .sec-500.vip .group-content .left {
    max-width: 100%;
  }
  .sec-500.vip .group-content .left .content-vip .text P {
    font-size: 2.8rem;
  }
  .sec-500.vip .group-content .left .content-vip .text-vip p {
    font-size: 2.4rem;
  }
  .sec-payment .group-content .group {
    flex-direction: column;
    width: 94%;
  }
  .sec-payment .group-content .group .image {
    width: 100%;
  }
  .sec-payment .group-content .group .image img {
    width: 100%;
  }
  .sec-payment .group-content .group .content {
    max-width: 100%;
  }
  .sec-payment .group-content .group .content .title p {
    font-size: 3.8rem;
  }
  .sec-payment .group-content .group .content .text p {
    font-size: 2.4rem;
  }
  .sec-faq .group-content .list .item .q .text p {
    font-size: 3.2rem;
  }
  .sec-faq .group-content .list .item .q .t p {
    font-size: 3.2rem;
  }
  .sec-faq .group-content .list .item .a p {
    font-size: 3.2rem;
  }
  .sec-caution .group-content .group {
    flex-direction: column-reverse;
  }
  .sec-caution .group-content .group .left {
    width: 100%;
    max-width: 100%;
  }
  .sec-caution .group-content .group .w {
    width: 6.8rem;
  }
  .sec-caution .group-content .group .right {
    width: 100%;
  }
  .sec-caution .group-content .group .right img {
    width: 100%;
  }
  .sec-caution .group-content .group .left .title p {
    font-size: 3rem;
  }
  .sec-caution .group-content .group .left .text p {
    font-size: 2.4rem;
  }
  .sec-counselling .group-content .group .content-main {
    width: 94%;
  }
  .sec-counselling .group-content .group .content-main .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-counselling .group-content .group .content-main .list .item {
    margin: 0 auto;
  }
  .sec-counselling .group-content .group .content-main .group-text {
    max-width: 100%;
  }
  .sec-counselling .group-content .group .content-main .group-text .title p {
    font-size: 4rem;
  }
  .sec-counselling .group-content .group .content-main .group-text .title p span {
    font-size: 5.2rem;
  }
  .sec-counselling .group-content .group .content-main .group-text .text p {
    font-size: 2.4rem;
  }
  .sec-contact.fixed.active {
    animation: opa 0.5s ease-in-out forwards;
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */