@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  -webkit-font-smoothing: antialiased;
  --base-size: 62.5%;
  --clr-text: #4c4949;
  --clr-placeholder: #a7a7a7;
  --clr-line: #b5dbf3;
  --clr-link: #3188d5;
  --clr-em: #3188d5;
  --clr-main: #4ba1d7;
  --clr-bg: #def2ff;
  --clr-strong: #e8070b;
  --clr-yellow: #fce639;
  --clr-orange: #fcbe39;
  --ff-sans: "Zen Maru Gothic", sans-serif;
  --ff-nunito: "Nunito", sans-serif;
  --fz: 1.6rem;
  --ls: normal;
  --lh: 2;
  --speed: 300ms;
  --ani: 300ms ease-out;
  --ani-fast: 200ms ease-out;
  --ani-slow: 400ms ease-out;
  --spSize: 375;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  font-feature-settings: "pkna" 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
::before,
::after {
  box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]),
textarea,
select,
button {
  font-size: 1.6rem;
  font-family: var(--ff-sans);
  color: var(--clr-text);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 2px solid #125fc4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

input[type=reset],
input[type=submit] {
  background: none;
  border: none;
  outline: none;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fz);
  font-family: var(--ff-sans);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (768px <= width) {
  button {
    cursor: pointer;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

sub {
  vertical-align: baseline;
  font-size: 1rem;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-size: var(--base-size);
  scroll-behavior: smooth;
}

body.menuopen {
  overflow: hidden;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: var(--fz);
  font-family: var(--ff-sans);
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  color: var(--clr-text);
}
@media (width < 768px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (768px <= width) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
ul.dot li {
  position: relative;
  padding-left: 1em;
}
ul.dot li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
}
ul.dot.gray li::before {
  background-color: var(--clr-lightYellow4);
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
  color: var(--clr-gray1);
  font-weight: 500;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}

@media (hover: hover) and (width >= 768px) {
  a[href^="tel:"]:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
svg {
  -webkit-backface-visibility: hidden;
}

p + p {
  margin-top: 1.5em;
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: top 250ms ease-out;
  top: 0;
}
@media (768px <= width) {
  #header {
    min-width: 135rem;
    background-color: #fff;
  }
}
#header.hide {
  top: calc(-63 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #header.hide {
    top: -10.7rem;
  }
}

.header__inner {
  height: calc(63 / var(--spSize) * 100vw);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (768px <= width) {
  .header__inner {
    width: 49.909rem;
    height: 10.7rem;
    display: block;
  }
}
.header__logo {
  width: calc(255 / var(--spSize) * 100vw);
  font-size: 1px;
}
@media (768px <= width) {
  .header__logo {
    width: 39.909rem;
  }
}
@media (1700px <= width) {
  .header__logo {
    width: 49.909rem;
  }
}
.header__logo a {
  height: calc(63 / var(--spSize) * 100vw);
  display: block;
  padding: calc(17 / var(--spSize) * 100vw) 0 0 calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__logo a {
    height: 10.7rem;
    padding: 0 3rem;
    display: grid;
    place-content: center;
  }
}
.header__logo a img {
  width: calc(223 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__logo a img {
    width: 100%;
  }
}
.header__menubutton {
  width: calc(66 / var(--spSize) * 100vw);
  height: calc(63 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .header__menubutton {
    display: none;
  }
}
.header__menubutton::before {
  content: "";
  width: calc(9 / var(--spSize) * 100vw);
  height: calc(9 / var(--spSize) * 100vw);
  border-radius: 100%;
  background: var(--clr-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all var(--ani);
}
.header__menubutton span {
  background: var(--clr-main);
  display: block;
  width: calc(34 / var(--spSize) * 100vw);
  height: calc(3 / var(--spSize) * 100vw);
  position: absolute;
  left: 50%;
  top: calc(30 / var(--spSize) * 100vw);
  transition: all var(--ani);
}
.header__menubutton span:nth-child(1) {
  transform: translate(-50%, calc(-8.5 / var(--spSize) * 100vw));
}
.header__menubutton span:nth-child(2) {
  transform: translate(-50%, 0);
}
.header__menubutton span:nth-child(3) {
  transform: translate(-50%, calc(8.5 / var(--spSize) * 100vw));
}
body.menuopen .header__menubutton::before {
  opacity: 1;
  width: calc(39 / var(--spSize) * 100vw);
  height: calc(39 / var(--spSize) * 100vw);
}
body.menuopen .header__menubutton span {
  background-color: #fff;
  width: calc(20 / var(--spSize) * 100vw);
  height: calc(2 / var(--spSize) * 100vw);
  border-radius: 10rem;
}
body.menuopen .header__menubutton span:nth-child(1) {
  transform: translate(-50%, 0) rotate(135deg);
}
body.menuopen .header__menubutton span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 0) rotate(180deg);
}
body.menuopen .header__menubutton span:nth-child(3) {
  transform: translate(-50%, 0) rotate(225deg);
}
.header__navigation {
  position: absolute;
  left: 0;
  top: calc(63 / var(--spSize) * 100vw);
  width: 100%;
  height: calc(100vh - 63 / var(--spSize) * 100vw);
  background-color: var(--clr-bg);
  padding: 0 calc(26 / var(--spSize) * 100vw);
  opacity: 0;
  transition: all 200ms ease-out;
  pointer-events: none;
}
@media (768px <= width) {
  .header__navigation {
    top: 0;
    left: auto;
    right: 0;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    padding: 2.3rem 3rem;
    background: none;
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
}
body.menuopen .header__navigation {
  opacity: 1;
  pointer-events: auto;
}
@media (768px <= width) {
  .header__navigation ul {
    display: flex;
    padding-right: 1.5rem;
  }
}
@media (1700px <= width) {
  .header__navigation ul {
    padding-right: 3.5rem;
  }
}
.header__navigation li a {
  border-bottom: 2px solid var(--clr-line);
  display: block;
  line-height: calc(67 / var(--spSize) * 100vw);
  padding-left: calc(33 / var(--spSize) * 100vw);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--clr-link);
  position: relative;
}
@media (768px <= width) {
  .header__navigation li a {
    padding: 0 1rem;
    line-height: 6.195rem;
    border: none;
  }
}
@media (1700px <= width) {
  .header__navigation li a {
    padding: 0 1.5rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .header__navigation li a {
    transition: opacity 250ms ease-in-out;
  }
  .header__navigation li a:hover {
    opacity: 0.7;
  }
}
.header__navigation li a::before {
  content: "";
  width: calc(11 / var(--spSize) * 100vw);
  height: calc(11 / var(--spSize) * 100vw);
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 5.5 / var(--spSize) * 100vw);
  left: 0;
  background-color: var(--clr-main);
}
@media (768px <= width) {
  .header__navigation li a::before {
    content: none;
  }
}
@media (768px <= width) {
  .header__navigation .tel {
    display: flex;
    gap: 0 1rem;
    margin-right: 1.5rem;
    line-height: 6.195rem;
  }
  .header__navigation .tel img {
    width: 3.9rem;
  }
  .header__navigation .tel span {
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--clr-main);
    line-height: 5.7rem;
  }
}
@media (1700px <= width) {
  .header__navigation .tel {
    margin-right: 3.2rem;
  }
  .header__navigation .tel span {
    font-size: 3.4rem;
  }
}
.header__navigation .contact {
  margin-top: calc(31 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__navigation .contact {
    margin-top: 0;
  }
}
.header__navigation .contact a {
  background: var(--clr-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: calc(53 / var(--spSize) * 100vw);
  display: grid;
  place-content: center;
  border-radius: 100rem;
  position: relative;
}
@media (768px <= width) {
  .header__navigation .contact a {
    height: 6.195rem;
    width: 20rem;
  }
}
@media (1700px <= width) {
  .header__navigation .contact a {
    width: 26.6rem;
  }
}
.header__navigation .contact a i.icon-next {
  position: absolute;
  top: 50%;
  right: calc(20 / var(--spSize) * 100vw);
  transform: translateY(-50%);
}
@media (768px <= width) {
  .header__navigation .contact a i.icon-next {
    right: 1.9rem;
  }
}

@media (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (width < 768px) {
  #footer {
    padding-bottom: calc(68 / var(--spSize) * 100vw);
  }
}

.footer {
  position: relative;
}
.footer__inner {
  padding: calc(30 / var(--spSize) * 100vw) calc(16 / var(--spSize) * 100vw) calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__inner {
    padding: 8rem calc(50% - 51.4rem) 6.7rem;
    display: grid;
    grid-template-columns: 41.5rem 61.3rem;
    align-content: flex-start;
  }
}
.footer__logo {
  width: calc(314 / var(--spSize) * 100vw);
  margin: 0 auto;
}
@media (768px <= width) {
  .footer__logo {
    width: 37.3rem;
    margin: 0;
  }
}
.footer__address {
  margin-top: calc(15 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .footer__address {
    margin-top: 2rem;
    text-align: left;
  }
}
.footer__tel {
  margin-top: calc(13 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .footer__tel {
    margin-top: 2rem;
    text-align: left;
  }
}
.footer__tel a {
  display: inline-flex;
  align-items: center;
  gap: 0 calc(8.28 / var(--spSize) * 100vw);
  line-height: 1;
}
@media (768px <= width) {
  .footer__tel a {
    gap: 0 0.828rem;
  }
}
.footer__tel span {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.3rem;
  color: var(--clr-main);
}
.footer__businessdays {
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__businessdays {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/5;
  }
}
.footer__businessdays table {
  width: 100%;
  border: 1px solid var(--clr-main);
  font-size: 1.4rem;
}
@media (768px <= width) {
  .footer__businessdays table {
    font-size: 1.6rem;
  }
}
.footer__businessdays table tr:not(:first-child) td {
  position: relative;
}
.footer__businessdays table tr:not(:first-child) td::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer__businessdays table tr:not(:first-child) td::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dedddd;
  position: absolute;
  right: 0;
  top: 0;
}
.footer__businessdays table tr:last-child td::before {
  content: none;
}
.footer__businessdays table th,
.footer__businessdays table td {
  text-align: center;
  padding: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__businessdays table th,
  .footer__businessdays table td {
    padding: 1rem;
  }
}
.footer__businessdays table th {
  background: var(--clr-main);
  color: #fff;
  font-weight: 500;
}
.footer__businessdays table td:nth-child(1) {
  font-weight: 500;
}
.footer__businessdays .closed {
  margin-top: calc(20 / var(--spSize) * 100vw);
  text-align: center;
  font-size: 1.6rem;
}
@media (768px <= width) {
  .footer__businessdays .closed {
    margin-top: 1rem;
    text-align: left;
  }
}
.footer__businessdays .closed .coution {
  color: var(--clr-main);
}
.footer .copyright {
  background-color: #f0efef;
  color: #3188d5;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 4.7rem;
}
@media (768px <= width) {
  .footer .copyright {
    font-size: 1.1rem;
    line-height: 5.6rem;
  }
}
.footer .totop {
  position: fixed;
  right: calc(9.86 / var(--spSize) * 100vw);
  bottom: calc(98 / var(--spSize) * 100vw);
  transition: opacity var(--ani);
  z-index: 10;
}
.footer .totop img {
  width: 100%;
}
@media (768px <= width) {
  .footer .totop {
    width: 7.1rem;
    bottom: 4.2rem;
    right: 4.2rem;
  }
  .footer .totop.stoped {
    position: absolute;
    top: -3.55rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer .totop {
    transition: all var(--ani);
  }
  .footer .totop:hover {
    opacity: 0.7;
  }
}
.footer .totop.hide {
  opacity: 0;
  pointer-events: none;
}

.fixedblock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 43fr 32fr;
  transition: opacity var(--ani);
}
.fixedblock.hide {
  opacity: 0;
  pointer-events: none;
}
@media (768px <= width) {
  .fixedblock {
    display: none;
  }
}
.fixedblock a {
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-size: var(--fontsize);
  font-weight: 500;
  height: calc(68 / var(--spSize) * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 calc(10 / var(--spSize) * 100vw);
}
.fixedblock a:nth-child(1) {
  --color: #6cace4;
  --fontsize: 1.8rem;
}
.fixedblock a:nth-child(2) {
  --color: #3188d5;
  --fontsize: 1.6rem;
}

#stage {
  padding-top: calc(63 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #stage {
    padding-top: 10.7rem;
    min-width: 135rem;
  }
}

@media (768px <= width) {
  .w_1000 {
    margin-left: max(50% - 500px, 5rem);
    margin-right: max(50% - 500px, 5rem);
    max-width: 1000px;
    width: calc(100% - 10rem);
  }
  .w_1100 {
    margin-left: max(50% - 550px, 5rem);
    margin-right: max(50% - 550px, 5rem);
    max-width: 1100px;
    width: calc(100% - 10rem);
  }
  .w_1200 {
    margin-left: max(50% - 600px, 5rem);
    margin-right: max(50% - 600px, 5rem);
    max-width: 1200px;
    width: calc(100% - 10rem);
  }
  .w_1300 {
    margin-left: max(50% - 650px, 5rem);
    margin-right: max(50% - 650px, 5rem);
    max-width: 1300px;
    width: calc(100% - 10rem);
  }
  .w_1400 {
    margin-left: max(50% - 700px, 5rem);
    margin-right: max(50% - 700px, 5rem);
    max-width: 1400px;
    width: calc(100% - 10rem);
  }
  .w_1500 {
    margin-left: max(50% - 750px, 5rem);
    margin-right: max(50% - 750px, 5rem);
    max-width: 1500px;
    width: calc(100% - 10rem);
  }
  .w_1600 {
    margin-left: max(50% - 800px, 5rem);
    margin-right: max(50% - 800px, 5rem);
    max-width: 1600px;
    width: calc(100% - 10rem);
  }
}
.wrapper {
  padding: calc(32 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .wrapper {
    padding: 8rem 0;
  }
}

.fadeinUp {
  opacity: 0;
  transform: translateY(50px);
  transition: transform var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
  transition-delay: var(--delay);
}
.fadeinUp.is-animeted {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

.delay7 {
  transition-delay: 2.1s;
}

.delay8 {
  transition-delay: 2.4s;
}

.delay9 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
a.button,
button.button,
button[type=button].button,
input[type=submit].button,
input[type=reset].button,
input[type=button].button {
  display: block;
}
@media (hover: hover) and (width >= 768px) {
  a.button,
  button.button,
  button[type=button].button,
  input[type=submit].button,
  input[type=reset].button,
  input[type=button].button {
    transition: opacity var(--ani);
  }
  a.button:hover,
  button.button:hover,
  button[type=button].button:hover,
  input[type=submit].button:hover,
  input[type=reset].button:hover,
  input[type=button].button:hover {
    opacity: 0.7;
  }
}
a.base,
button.base,
button[type=button].base,
input[type=submit].base,
input[type=reset].base,
input[type=button].base {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: calc(47 / var(--spSize) * 100vw);
  border-radius: 4px;
  gap: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  a.base,
  button.base,
  button[type=button].base,
  input[type=submit].base,
  input[type=reset].base,
  input[type=button].base {
    font-size: 2.4rem;
    height: 8.2rem;
    gap: 1rem;
  }
}
a.back,
button.back,
button[type=button].back,
input[type=submit].back,
input[type=reset].back,
input[type=button].back {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-line);
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: calc(47 / var(--spSize) * 100vw);
  border-radius: 4px;
  gap: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  a.back,
  button.back,
  button[type=button].back,
  input[type=submit].back,
  input[type=reset].back,
  input[type=button].back {
    font-size: 2.4rem;
    height: 8.2rem;
    gap: 1rem;
  }
}
a.line,
button.line,
button[type=button].line,
input[type=submit].line,
input[type=reset].line,
input[type=button].line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / var(--spSize) * 100vw);
  background-color: #fff;
  border: 2px solid var(--clr-main);
  color: var(--clr-main);
  border-radius: 100px;
  line-height: calc(51 / var(--spSize) * 100vw);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (768px <= width) {
  a.line,
  button.line,
  button[type=button].line,
  input[type=submit].line,
  input[type=reset].line,
  input[type=button].line {
    gap: 1rem;
    line-height: 5.1rem;
    font-size: 1.6rem;
  }
}
a.line.green,
button.line.green,
button[type=button].line.green,
input[type=submit].line.green,
input[type=reset].line.green,
input[type=button].line.green {
  border-color: var(--clr-green);
  color: var(--clr-green);
}

.select {
  position: relative;
}
.select::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 4px;
  border-style: solid;
  border-color: #333 transparent transparent;
  display: block;
  position: absolute;
  right: calc(20 / var(--spSize) * 100vw);
  top: calc(50% - 4px);
  pointer-events: none;
}
@media (768px <= width) {
  .select::after {
    right: 20px;
  }
}
.select:has(select[disabled])::after {
  border-top-color: #777;
}

select {
  padding: 10px 30px 10px 10px;
  border: none;
  width: 100%;
}
@media (768px <= width) {
  select {
    padding: 0 50px 0 15px;
    height: 60px;
  }
}
select[disabled] {
  color: #999;
  background-color: var(--clr-lightYellow3);
}

.incheckbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.incheckbox label:has(input[type=checkbox]) {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
.incheckbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  outline: none;
}
.incheckbox input[type=checkbox]:checked {
  background-color: var(--clr-blue);
}
.incheckbox input[type=checkbox]:checked::before {
  content: "";
  background: url(../images/common/icon_check.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/icon_check.webp) 1x, url(../images/common/icon_check@2x.webp) 2x);
  background-image: image-set(url(../images/common/icon_check.webp) 1x, url(../images/common/icon_check@2x.webp) 2x);
  width: 12px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 3.2rem;
}
@media (768px <= width) {
  h1 {
    font-size: 5.4rem;
  }
}

h2 {
  font-size: 2.4rem;
}
@media (768px <= width) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media (768px <= width) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media (768px <= width) {
  h4 {
    font-size: 1.8rem;
  }
}

.heading {
  position: relative;
  text-align: center;
  padding-bottom: calc(12 / var(--spSize) * 100vw);
  line-height: 1.44;
  margin-bottom: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .heading {
    padding-bottom: 1.7rem;
    margin-bottom: 3.2rem;
  }
}
.heading::after {
  content: "";
  width: calc(65 / var(--spSize) * 100vw);
  height: calc(3 / var(--spSize) * 100vw);
  background-color: var(--clr-main);
  position: absolute;
  left: calc(50% - 32.5 / var(--spSize) * 100vw);
  bottom: 0;
  border-radius: 100px;
}
@media (768px <= width) {
  .heading::after {
    width: 6.7rem;
    height: 0.5rem;
    left: calc(50% - 3.35rem);
  }
}
.heading.green::after {
  background-color: var(--clr-green);
}

.subhead {
  margin-bottom: calc(18 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .subhead {
    margin-bottom: 2.4rem;
  }
}

[class^=icon] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-next::before {
  content: "";
  width: calc(8 / var(--spSize) * 100vw);
  height: calc(14.01 / var(--spSize) * 100vw);
  display: block;
  background: url(../images/ibiki/icon_next.svg) center/contain no-repeat;
}
@media (768px <= width) {
  .icon-next::before {
    width: 0.8rem;
    height: 1.401rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(24 / var(--spSize) * 100vw);
  gap: 1.6rem;
}
@media (768px <= width) {
  .wp-pagenavi {
    margin-top: 4.8rem;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi .page {
  width: 3.4rem;
  height: 3.2rem;
  border: 1px solid var(--clr-main);
  border-radius: 100%;
  color: var(--clr-main);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-content: center;
}
@media (hover: hover) and (width >= 768px) {
  .wp-pagenavi .page {
    transition: all var(--ani);
  }
  .wp-pagenavi .page:hover {
    background-color: var(--clr-lightYellow2);
  }
}
.wp-pagenavi span.current {
  background-color: var(--clr-main);
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-content: center;
}
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  width: 2.7rem;
  height: 2.7rem;
}
.wp-pagenavi .previouspostslink {
  margin-right: 1rem;
}
.wp-pagenavi .nextpostslink {
  margin-left: 1rem;
}

.carlist {
  margin-top: calc(24 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .carlist {
    width: 100%;
    margin-top: 1.6rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.6rem;
  }
}
.carlist:not(.current) {
  display: none;
}
.carlist__item {
  display: block;
  border: 1px solid var(--clr-line);
  background-color: #fff;
  padding: calc(8 / var(--spSize) * 100vw);
  font-size: 1rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 10;
}
.carlist__item:nth-child(n+3) {
  margin-top: calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .carlist__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (768px <= width) {
  .carlist__item {
    padding: 1.2rem;
    font-size: 1.2rem;
    position: relative;
  }
  .carlist__item:nth-child(n+5) {
    margin-top: 1.6rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .carlist__item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid var(--clr-main);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--ani);
  }
  .carlist__item:hover::after {
    opacity: 1;
  }
}
.carlist__item .item__tenpo {
  background-color: var(--clr-main);
  color: #fff;
  font-weight: 700;
  padding: calc(2.5 / var(--spSize) * 100vw) calc(3 / var(--spSize) * 100vw);
  border-radius: calc(1.4 / var(--spSize) * 100vw);
  display: inline-block;
}
@media (768px <= width) {
  .carlist__item .item__tenpo {
    padding: 0.4rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
  }
}
.carlist__item .item__img {
  margin-top: calc(5.63 / var(--spSize) * 100vw);
  background-color: #f0f0f0;
}
@media (768px <= width) {
  .carlist__item .item__img {
    margin-top: 0.8rem;
  }
}
.carlist__item .item__img img {
  width: 100%;
  aspect-ratio: 150/112;
  -o-object-fit: cover;
     object-fit: cover;
}
.carlist__item .item__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 144%;
  text-align: center;
  padding: 1rem 0;
  align-self: center;
}
.carlist__item .item__name span {
  display: inline-block;
}
@media (768px <= width) {
  .carlist__item .item__name {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
.carlist__item .item__sougaku {
  text-align: center;
}
.carlist__item .item__sougaku .strong {
  font-size: 2.532rem;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-strong);
}
@media (768px <= width) {
  .carlist__item .item__sougaku .strong {
    font-size: 3.6rem;
  }
}
.carlist__item .item__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(2.81 / var(--spSize) * 100vw);
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: calc(5 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .carlist__item .item__more {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.pagenavi {
  margin-top: calc(24 / var(--spSize) * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media (768px <= width) {
  .pagenavi {
    margin-top: 3.2rem;
  }
}
.pagenavi .page {
  width: calc(34 / var(--spSize) * 100vw);
  height: calc(34 / var(--spSize) * 100vw);
  border-radius: 100%;
  display: grid;
  place-content: center;
  border: 1px solid var(--clr-main);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 144%;
  color: var(--clr-main);
}
@media (768px <= width) {
  .pagenavi .page {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pagenavi .page.current {
  background: var(--clr-main);
  color: #fff;
}

body#privacypolicy .contents {
  padding: 0 calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#privacypolicy .contents {
    padding: 0 0 200px;
  }
  body#privacypolicy .contents > * {
    max-width: 1100px;
  }
}
body#privacypolicy .headline {
  background-color: var(--clr-blue);
  color: #fff;
  font-size: 2.8rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
  padding-left: calc(45 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  body#privacypolicy .headline {
    font-size: 3.2rem;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
body#privacypolicy .headline::before {
  content: "";
  position: absolute;
  left: calc(20 / var(--spSize) * 100vw);
  top: calc(15 / var(--spSize) * 100vw);
  bottom: calc(15 / var(--spSize) * 100vw);
  width: calc(5 / var(--spSize) * 100vw);
  background-color: #fff;
}
@media (768px <= width) {
  body#privacypolicy .headline::before {
    left: 20px;
    top: 15px;
    bottom: 15px;
    width: 5px;
  }
}
@media (768px <= width) {
  body#privacypolicy .headline + * {
    margin-top: 40px;
  }
}
body#privacypolicy .heading {
  border: 1px dotted var(--clr-lightYellow3);
  border-width: 1px 0;
  padding: calc(14 / var(--spSize) * 100vw) 0;
  font-size: 2rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .heading {
    padding: 14px 0;
    font-size: 2.4rem;
  }
}
* + body#privacypolicy .heading {
  margin-top: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .heading {
    margin-top: 80px;
  }
}
body#privacypolicy .text p {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .text p {
    font-size: 2rem;
  }
}
.headline + body#privacypolicy .text {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .headline + body#privacypolicy .text {
    margin-top: 40px;
  }
}
* + body#privacypolicy .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .text {
    margin-top: 30px;
  }
}
body#privacypolicy ol.numberdot li,
body#privacypolicy ul.dot li {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy ol.numberdot li,
  body#privacypolicy ul.dot li {
    font-size: 2rem;
  }
}
* + body#privacypolicy ol.numberdot,
* + body#privacypolicy ul.dot {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy ol.numberdot,
  * + body#privacypolicy ul.dot {
    margin-top: 30px;
  }
}

.mv__inner {
  position: relative;
}
@media (768px <= width) {
  .mv__inner {
    margin: 0 5.4rem;
  }
}
@media (768px <= width) {
  .mv__bg {
    text-align: right;
    padding-left: 15.1213994%;
  }
  .mv__bg img {
    border-radius: 3rem;
    height: 88rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__text1 {
  position: absolute;
  top: calc(20 / var(--spSize) * 100vw);
  right: calc(18.54 / var(--spSize) * 100vw);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: calc(7.11 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .mv__text1 {
    top: 6.4rem;
    right: 9rem;
  }
}
.mv__text1 span {
  background: #fff;
  border-radius: calc(5.23 / var(--spSize) * 100vw);
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.672rem;
  font-weight: 700;
  color: var(--clr-em);
  line-height: calc(37.62 / var(--spSize) * 100vw);
  padding: calc(10 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .mv__text1 span {
    border-radius: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.3em;
    line-height: 7.2rem;
  }
}
.mv__text1 span:nth-child(2) {
  margin-top: calc(19.64 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .mv__text1 span:nth-child(2) {
    margin-top: 9.5rem;
  }
}
.mv__text2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--clr-em);
  line-height: 1.5958333333;
  position: absolute;
  top: calc(320 / var(--spSize) * 100vw);
  left: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .mv__text2 {
    font-size: 5rem;
    line-height: 1.6667;
    top: 40.8rem;
    left: 9.6rem;
  }
}
@media (1536px <= width) {
  .mv__text2 {
    font-size: 6rem;
  }
}
.mv__point {
  position: absolute;
  top: calc(221 / var(--spSize) * 100vw);
  left: calc(20 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: repeat(2, calc(88.33 / var(--spSize) * 100vw));
  gap: 0 calc(9.67 / var(--spSize) * 100vw);
}
.mv__point img {
  width: 100%;
}
@media (768px <= width) {
  .mv__point {
    top: 21.9rem;
    left: 9.6rem;
    grid-template-columns: repeat(2, 15.9rem);
  }
}

@media (768px <= width) {
  #snoring {
    margin-top: 14rem;
  }
}

@media (768px <= width) {
  .snoring__inner > .wrap {
    display: grid;
    grid-template-columns: max(29.4791668%, 56.6rem) 58.541667%;
    justify-content: flex-end;
  }
}
.snoring__inner strong {
  background: var(--clr-yellow);
  color: var(--clr-text);
  padding: 0 calc(3 / var(--spSize) * 100vw);
  line-height: calc(27 / var(--spSize) * 100vw);
  display: inline-block;
}
@media (768px <= width) {
  .snoring__inner strong {
    line-height: 4rem;
  }
}
.snoring__lead {
  color: #fff;
  background: var(--clr-main);
  padding: calc(30 / var(--spSize) * 100vw) calc(12 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__lead {
    padding: 0 7rem;
    grid-column: 2/3;
    display: grid;
    place-content: center;
  }
}
.snoring__lead .copy {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5833;
  text-align: center;
}
@media (768px <= width) {
  .snoring__lead .copy {
    font-size: 3.4rem;
    text-align: left;
  }
}
@media (1536px <= width) {
  .snoring__lead .copy {
    font-size: 4.2rem;
    text-align: left;
  }
}
.snoring__lead .text {
  font-size: 1.6rem;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__lead .text {
    font-size: 2rem;
    margin-top: 3.8rem;
  }
    .snoring__lead .text .caution{
    font-size: 1.4rem;
  }
}
@media (1536px <= width) {
  .snoring__lead .text {
    font-size: 2.6rem;
    line-height: 1.9 !important;
  }
    .snoring__lead .text .caution{
    font-size: 1.8rem;
  }
}
.snoring__lead strong:nth-child(1) {
  margin: 0 calc(5 / var(--spSize) * 100vw);
  padding: 0;
}
@media (768px <= width) {
  .snoring__lead strong {
    margin: 0 0.5rem !important;
  }
}
@media (768px <= width) {
  .snoring__img {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-left: 0;
  }
  .snoring__img img {
    border-radius: 2.4rem 0 0 2.4rem;
  }
}
.snoring__onayami {
  padding: calc(30 / var(--spSize) * 100vw) 0 0;
}
@media (768px <= width) {
  .snoring__onayami {
    padding-top: 10rem;
    position: relative;
    z-index: 2;
  }
}
.snoring__onayami .lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5833;
  text-align: center;
}
.snoring__onayami .lead strong {
  font-weight: 500;
  color: var(--clr-em);
  padding: 0;
  background: none;
}
@media (768px <= width) {
  .snoring__onayami .lead {
    font-size: 4.6rem;
  }
  .snoring__onayami .lead br {
    display: none;
  }
}
.snoring__onayami .wrap {
  background: var(--clr-bg);
  margin-top: calc(20 / var(--spSize) * 100vw);
  position: relative;
  height: calc(468 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .wrap {
    margin-top: 10rem;
    height: 71.3rem;
  }
}
.snoring__onayami .wrap::after {
  content: "";
  background: var(--clr-bg);
  position: absolute;
  left: calc(50% - 48.5 / var(--spSize) * 100vw);
  bottom: calc(-35 / var(--spSize) * 100vw);
  width: calc(97 / var(--spSize) * 100vw);
  height: calc(35 / var(--spSize) * 100vw);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media (768px <= width) {
  .snoring__onayami .wrap::after {
    width: 10.1rem;
    height: 3.8rem;
    left: calc(50% - 5.05 / var(--spSize) * 100vw);
    bottom: -3.8rem;
  }
}
.snoring__onayami .img {
  width: calc(228 / var(--spSize) * 100vw);
  position: absolute;
  top: calc(-32 / var(--spSize) * 100vw);
  left: 0;
}
@media (768px <= width) {
  .snoring__onayami .img {
    width: 51rem;
    top: 6.1rem;
    left: calc(50% - 67.4rem);
  }
}
.snoring__onayami .balloon {
  position: relative;
}
.snoring__onayami .balloon [class^=balloon] {
  position: absolute;
  background: #fff;
  color: var(--clr-em);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4286;
  text-align: center;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 100rem;
  border: calc(1.67 / var(--spSize) * 100vw) solid var(--clr-main);
  box-shadow: 0.112rem 0.335rem 0 rgba(0, 0, 0, 0.15);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon] {
    border-width: 0.3rem;
    line-height: 1.5;
  }
}
.snoring__onayami .balloon [class^=balloon].balloon01 {
  width: calc(138.37 / var(--spSize) * 100vw);
  left: calc(233 / var(--spSize) * 100vw);
  top: calc(-10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon01 {
    font-size: 2.043rem;
    width: 24.8rem;
    top: -1rem;
    left: calc(50% + 35.6rem);
  }
}
.snoring__onayami .balloon [class^=balloon].balloon02 {
  width: calc(148 / var(--spSize) * 100vw);
  left: calc(210 / var(--spSize) * 100vw);
  top: calc(259 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon02 {
    width: 28.1rem;
    font-size: 2.09rem;
    top: 36.4rem;
    left: calc(50% - 13.4rem);
  }
}
.snoring__onayami .balloon [class^=balloon].balloon03 {
  width: calc(150 / var(--spSize) * 100vw);
  left: calc(11 / var(--spSize) * 100vw);
  top: calc(288 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon03 {
    width: 24.8rem;
    font-size: 2.052rem;
    top: 53.7rem;
    left: calc(50% + 51.8rem);
  }
}
.snoring__onayami .balloon [class^=balloon].balloon04 {
  width: calc(173 / var(--spSize) * 100vw);
  left: calc(171 / var(--spSize) * 100vw);
  top: calc(103 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon04 {
    width: 31.4rem;
    font-size: 2.344rem;
    top: 28.8rem;
    left: calc(50% + 19.9rem);
  }
}
.snoring__onayami .balloon [class^=balloon].balloon05 {
  width: calc(126 / var(--spSize) * 100vw);
  left: calc(11 / var(--spSize) * 100vw);
  top: calc(108 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon05 {
    width: 25.5rem;
    font-size: 2.1rem;
    top: 8.8rem;
    left: calc(50% + 0.7rem);
  }
}
.snoring__onayami .balloon [class^=balloon].balloon06 {
  width: calc(122 / var(--spSize) * 100vw);
  left: calc(93 / var(--spSize) * 100vw);
  top: calc(198 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__onayami .balloon [class^=balloon].balloon06 {
    width: 24.8rem;
    font-size: 2.043rem;
    top: 26.4rem;
    left: calc(50% + 56.9rem);
  }
}
.snoring__mondai {
  padding: calc(60 / var(--spSize) * 100vw) calc(0 / var(--spSize) * 100vw) calc(172 / var(--spSize) * 100vw);
  background: var(--clr-main) url(../images/ibiki/nayami_img02_sp.svg) bottom center/calc(184 / var(--spSize) * 100vw) auto no-repeat;
  color: #fff;
}
@media (768px <= width) {
  .snoring__mondai {
    padding: 17.2rem 0 15.9rem;
    background: var(--clr-main);
    position: relative;
  }
  .snoring__mondai::after {
    content: "";
    background: url(../images/ibiki/nayami_img02_sp.svg) bottom center/contain no-repeat;
    width: 39rem;
    height: 30.8rem;
    position: absolute;
    bottom: 0;
    left: calc(50% + 41.7rem);
  }
}
.snoring__mondai .lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5833;
  text-align: center;
}
@media (768px <= width) {
  .snoring__mondai .lead {
    font-size: 5.4rem;
  }
  .snoring__mondai .lead br {
    display: none;
  }
}
.snoring__mondai .text {
  margin-top: calc(28 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .snoring__mondai .text {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 3;
  }
}
.snoring__anshin {
  background: url(../images/ibiki/nayami_img03_sp.webp) center/cover no-repeat;
  padding: calc(30 / var(--spSize) * 100vw) calc(16 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .snoring__anshin {
    padding: 12.8rem 0 11.4rem;
    grid-column: 1/3;
    background-image: url(../images/ibiki/nayami_img03.webp);
    background-image: -webkit-image-set(url(../images/ibiki/nayami_img03.webp) 1x, url(../images/ibiki/nayami_img03@2x.webp) 2x);
    background-image: image-set(url(../images/ibiki/nayami_img03.webp) 1x, url(../images/ibiki/nayami_img03@2x.webp) 2x);
  }
}
.snoring__anshin__copy {
  color: var(--clr-em);
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media (768px <= width) {
  .snoring__anshin__copy {
    font-size: 5rem;
  }
}
.snoring__anshin__copy::before, .snoring__anshin__copy::after {
  content: "";
  width: calc(23.79 / var(--spSize) * 100vw);
  height: calc(25.31 / var(--spSize) * 100vw);
  display: block;
  position: absolute;
  top: 50%;
}
@media (768px <= width) {
  .snoring__anshin__copy::before, .snoring__anshin__copy::after {
    width: 4.778rem;
    height: 5.084rem;
  }
}
.snoring__anshin__copy::before {
  background: url(../images/ibiki/nayami_img03_before.svg) center/contain no-repeat;
  left: 0;
  transform: translate(-100%, -50%);
}
@media (768px <= width) {
  .snoring__anshin__copy::before {
    transform: translate(-150%, -50%);
  }
}
.snoring__anshin__copy::after {
  background: url(../images/ibiki/nayami_img03_after.svg) center/contain no-repeat;
  right: 0;
  transform: translate(100%, -50%);
}
@media (768px <= width) {
  .snoring__anshin__copy::after {
    transform: translate(150%, -50%);
  }
}
.snoring__anshin__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: calc(14 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .snoring__anshin__text {
    font-size: 2.4rem;
  }
}
.snoring__anshin__lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media (768px <= width) {
  .snoring__anshin__lead {
    margin-top: 2rem;
    font-size: 3.8rem;
    line-height: 2;
  }
}
.snoring__anshin__lead b {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--clr-em);
  padding: 0 0.1em;
}
@media (768px <= width) {
  .snoring__anshin__lead b {
    font-size: 7rem;
  }
}

.featur__inner {
  padding-top: calc(48.95 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__inner {
    padding-top: 10.7rem;
  }
}
.featur__headline {
  text-align: center;
}
@media (768px <= width) {
  .featur__headline img {
    width: 37.556rem;
  }
}
.featur__contents {
  margin-top: calc(20 / var(--spSize) * 100vw);
  display: grid;
  gap: calc(30 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .featur__contents {
    gap: 8.9rem 0;
  }
}
@media (768px <= width) {
  .featur__block {
    display: grid;
    gap: 0 6rem;
  }
  .featur__block:nth-child(2n+1) {
    grid-template-columns: 53.1rem auto;
    margin-left: 9.6354166667vw;
  }
  .featur__block:nth-child(2n+1) .featur__block__img {
    grid-column: 2/3;
  }
  .featur__block:nth-child(2n+1) .featur__block__img img {
    -o-object-position: left center;
       object-position: left center;
  }
  .featur__block:nth-child(2n+1) .featur__block__text {
    grid-column: 1/2;
  }
  .featur__block:nth-child(2n) {
    grid-template-columns: auto 53.1rem;
    margin-right: 9.6354166667vw;
  }
  .featur__block:nth-child(2n) .featur__block__img {
    grid-column: 1/2;
  }
  .featur__block:nth-child(2n) .featur__block__img img {
    -o-object-position: right center;
       object-position: right center;
  }
  .featur__block:nth-child(2n) .featur__block__heading,
  .featur__block:nth-child(2n) .featur__block__text {
    grid-column: 2/3;
  }
}
.featur__block__heading {
  display: grid;
  grid-template-columns: calc(98.54 / var(--spSize) * 100vw) auto;
  align-items: center;
  margin-left: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__block__heading {
    margin: 0;
    grid-template-columns: 14.6rem auto;
  }
}
@media (768px <= width) {
  .featur__block__heading .num img {
    width: 100%;
  }
}
.featur__block__heading .label {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5833;
}
@media (768px <= width) {
  .featur__block__heading .label {
    padding-left: 3rem;
    font-size: 3.4rem;
    line-height: 1.5882;
  }
}
.featur__block__img {
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__block__img {
    grid-row: 1/3;
    margin-top: 0;
    padding-top: 2rem;
    height: 39.8rem;
  }
  .featur__block__img img {
    width: 100%;
    height: 37.8rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.featur__block__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: calc(20 / var(--spSize) * 100vw);
  margin-left: calc(16 / var(--spSize) * 100vw);
  margin-right: calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__block__text {
    font-size: 1.8rem;
    grid-row: 2/3;
    margin: 0;
    margin-top: 2rem;
    margin-left: 6.3rem;
    min-height: 23.5rem;
  }
}
.featur__nightlase {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__nightlase {
    margin-top: 17.3rem;
  }
}
.featur__nightlase strong {
  background: var(--clr-yellow);
  color: var(--clr-text);
  padding: 0 calc(3 / var(--spSize) * 100vw);
  line-height: calc(27 / var(--spSize) * 100vw);
  display: inline;
  font-weight: 500;
}
@media (768px <= width) {
  .featur__nightlase strong {
    line-height: 4.2rem;
    padding: 0 0.5rem;
    display: inline-block;
  }
}
@media (768px <= width) {
  .featur__nightlase__img img {
    height: 49.537rem;
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
}
.featur__nightlase__text {
  padding-top: calc(22 / var(--spSize) * 100vw);
  padding-left: calc(16 / var(--spSize) * 100vw);
  padding-right: calc(16 / var(--spSize) * 100vw);
  padding-bottom: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .featur__nightlase__text {
    padding-top: 3.8rem;
    padding-bottom: 14.4rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.4;
  }
  .featur__nightlase__text small {
    font-size: 1.6rem;
  }
}

.section__inner {
  padding-top: calc(30 / var(--spSize) * 100vw);
  padding-bottom: calc(35 / var(--spSize) * 100vw);
  padding-left: calc(17 / var(--spSize) * 100vw);
  padding-right: calc(17 / var(--spSize) * 100vw);
}
.section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .section__header {
    gap: 1.9rem;
  }
  .section__header img {
    width: 6.4rem;
  }
}
.section__header span {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (768px <= width) {
  .section__header span {
    font-size: 4.6rem;
  }
}
.section__contents {
  margin-top: calc(18 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .section__contents {
    margin-top: 6.8rem;
  }
}

.flow__inner {
  background: var(--clr-bg);
  padding-top: calc(30 / var(--spSize) * 100vw);
  padding-bottom: calc(35 / var(--spSize) * 100vw);
  padding-left: calc(17 / var(--spSize) * 100vw);
  padding-right: calc(17 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__inner {
    padding: 0 calc(50% - 50rem);
    padding-top: 17.1rem;
    padding-bottom: 14rem;
  }
}
.flow__contents {
  display: grid;
  gap: calc(42 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .flow__contents {
    margin-top: 8rem;
    gap: 11rem;
  }
}
.flow__step {
  background-color: #fff;
  border-radius: calc(7.77 / var(--spSize) * 100vw);
  position: relative;
  padding: calc(30 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step {
    border-radius: 1.6rem;
    padding: 5.5rem 2rem;
  }
}
.flow__step::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  border: 2px solid var(--clr-em);
  border-radius: calc(4 / var(--spSize) * 100vw);
  pointer-events: none;
}
@media (768px <= width) {
  .flow__step::before {
    border-radius: 1.6rem;
    border-width: 0.4rem;
  }
}
.flow__step.step02::after, .flow__step.step03::after, .flow__step.step04::after {
  content: "";
  background: url(../images/ibiki/arrow_down.svg) center/contain no-repeat;
  width: calc(22.69 / var(--spSize) * 100vw);
  height: calc(29.83 / var(--spSize) * 100vw);
  transform: translate(-50%, -100%);
  position: absolute;
  left: 50%;
  top: calc(-6 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step02::after, .flow__step.step03::after, .flow__step.step04::after {
    width: 4.434rem;
    height: 5.317rem;
  }
}
.flow__step__label {
  position: absolute;
  top: calc(-24 / var(--spSize) * 100vw);
  left: 0;
  width: calc(55.86 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step__label {
    top: -5.5rem;
    width: 11rem;
  }
  .flow__step__label img {
    width: 100%;
  }
}
.flow__step__lead {
  padding-right: calc(90 / var(--spSize) * 100vw);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--clr-em);
}
@media (768px <= width) {
  .flow__step__lead {
    font-size: 3.2rem;
    text-align: center;
  }
}
.flow__step.step01 .flow__step__lead {
  padding-right: calc(90 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step01 .flow__step__lead {
    padding: 0;
  }
}
.flow__step.step02 .flow__step__lead {
  padding-right: calc(90 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step02 .flow__step__lead {
    padding: 0;
  }
}
.flow__step.step03 .flow__step__lead {
  padding-right: calc(110 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step03 .flow__step__lead {
    padding: 0;
  }
}
.flow__step.step04 .flow__step__lead {
  padding-right: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step04 .flow__step__lead {
    padding: 0;
  }
}
.flow__step__img {
  position: absolute;
}
.flow__step.step01 .flow__step__img {
  width: calc(74 / var(--spSize) * 100vw);
  right: calc(25 / var(--spSize) * 100vw);
  top: calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step01 .flow__step__img {
    width: 13rem;
    right: 9rem;
    top: auto;
    bottom: 0.8rem;
  }
}
.flow__step.step02 .flow__step__img {
  width: calc(109 / var(--spSize) * 100vw);
  right: calc(14 / var(--spSize) * 100vw);
  top: calc(-40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step02 .flow__step__img {
    width: 13.5rem;
    left: 7.5rem;
    top: 2.3rem;
  }
}
.flow__step.step03 .flow__step__img {
  width: calc(132 / var(--spSize) * 100vw);
  right: calc(0 / var(--spSize) * 100vw);
  top: calc(-30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step03 .flow__step__img {
    width: 24.1rem;
    right: -7rem;
    top: 12rem;
  }
}
.flow__step.step04 .flow__step__img {
  width: calc(99 / var(--spSize) * 100vw);
  right: calc(0 / var(--spSize) * 100vw);
  top: calc(-15 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step.step04 .flow__step__img {
    width: 14.2rem;
    top: 6rem;
    left: 6rem;
  }
}
.flow__step__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .flow__step__text {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2rem;
  }
}

.voice__inner {
  background: url(../images/ibiki/voice_bg_sp.webp) center/cover no-repeat;
  padding: calc(30 / var(--spSize) * 100vw) calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .voice__inner {
    padding: 14rem calc(50% - 67.8rem);
  }
}
@media (768px <= width) {
  .voice__header img {
    width: 7.3rem;
  }
}
.voice__contents .text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media (768px <= width) {
  .voice__contents .text {
    font-size: 2.4rem;
  }
}
.voice__blocks {
  display: grid;
  gap: calc(20 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  .voice__blocks {
    margin-top: 8rem;
    gap: 0 6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.voice__blocks__box {
  background-color: #fff;
  border-radius: calc(7.94 / var(--spSize) * 100vw);
  box-shadow: 0 calc(2.12 / var(--spSize) * 100vw) calc(15.89 / var(--spSize) * 100vw) rgba(0, 0, 0, 0.15);
  padding: calc(20 / var(--spSize) * 100vw) calc(26 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .voice__blocks__box {
    border-radius: 1.5rem;
    padding: 3rem 5rem 4rem;
    box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.15);
  }
}
.voice__blocks__box:nth-child(1) {
  --color: #3188d5;
}
.voice__blocks__box:nth-child(2) {
  --color: #cc6783;
}
.voice__blocks__header {
  display: flex;
  gap: 0 calc(15 / var(--spSize) * 100vw);
  align-items: center;
}
@media (768px <= width) {
  .voice__blocks__header {
    gap: 0 5rem;
  }
  .voice__blocks__header img {
    height: 13.5rem;
  }
}
.voice__blocks__header span {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (768px <= width) {
  .voice__blocks__header span {
    font-size: 3.2rem;
  }
}
.voice__blocks__header span u {
  text-decoration-color: var(--color);
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.8rem;
}
@media (768px <= width) {
  .voice__blocks__header span u {
    text-decoration-thickness: 0.4rem;
    text-underline-offset: 2.5rem;
  }
}
.voice__blocks__body {
  margin-top: calc(8.6 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .voice__blocks__body {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.faq__inner {
  background: var(--clr-bg);
  padding: calc(30 / var(--spSize) * 100vw) calc(16 / var(--spSize) * 100vw) calc(142 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .faq__inner {
    padding: 12.7rem calc(50% - 49rem) 27.1rem;
  }
}
.faq__inner::after {
  content: "";
  width: 100%;
  height: calc(150 / var(--spSize) * 100vw);
  background: url(../images/ibiki/faq_img_sp.webp) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (768px <= width) {
  .faq__inner::after {
    width: 35rem;
    height: 28.7rem;
    left: calc(50% + 43.8rem);
    bottom: -0.1rem;
  }
}
@media (768px <= width) {
  .faq__header img {
    width: 9.4rem;
  }
}
.faq ul {
  display: grid;
  gap: calc(15 / var(--spSize) * 100vw) 0;
}
.faq ul li {
  background: #fff;
  border-radius: calc(8 / var(--spSize) * 100vw);
  padding: calc(17 / var(--spSize) * 100vw) calc(15 / var(--spSize) * 100vw) calc(7 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .faq ul li {
    border-radius: 1.5rem;
    padding: 3rem 3.5rem 0;
  }
}
.faq ul li.open .dt::after {
  background-image: url(../images/ibiki/faq_minus.svg);
}
.faq ul .dt {
  padding: 0 calc(37 / var(--spSize) * 100vw) calc(10 / var(--spSize) * 100vw) calc(28 / var(--spSize) * 100vw);
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (768px <= width) {
  .faq ul .dt {
    padding: 0 5rem 3rem 6.1rem;
    font-size: 2.4rem;
  }
}
.faq ul .dt::before {
  content: "Q";
  color: var(--clr-em);
  position: absolute;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (768px <= width) {
  .faq ul .dt::before {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.faq ul .dt::after {
  content: "";
  width: calc(25 / var(--spSize) * 100vw);
  height: calc(25 / var(--spSize) * 100vw);
  background: url(../images/ibiki/faq_plus.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (768px <= width) {
  .faq ul .dt::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.faq ul .dd {
  padding: calc(10 / var(--spSize) * 100vw) 0 calc(20 / var(--spSize) * 100vw) calc(28 / var(--spSize) * 100vw);
  position: relative;
  display: none;
}
@media (768px <= width) {
  .faq ul .dd {
    padding: 2rem 0 3rem 6.1rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.faq ul .dd::before {
  content: "A";
  color: var(--clr-orange);
  position: absolute;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (768px <= width) {
  .faq ul .dd::before {
    font-size: 3.6rem;
  }
}
.faq ul .dd::after {
  content: "";
  height: 0.1rem;
  width: 100%;
  background: var(--clr-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}