/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
header
-----------------------------------------------------------------------*/
.header {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 1232px) {
  .header__inner {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0 1rem;
  }
}
.header__logo-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__logo-box {
    gap: 1rem;
  }
}
.header__logo {
  width: 17.9rem;
}
@media (max-width: 1232px) {
  .header__logo {
    width: 14rem;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 8rem;
  }
}
.header__logo-img, .header__logo-link {
  width: 100%;
}
.header__logo-txt {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 1232px) {
  .header__logo-txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 1080px) {
  .header__logo-txt {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__logo-txt {
    display: block;
    font-size: 1.2rem;
  }
}
.header__link {
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 10;
}
.header__link-btn, .header__link-btn--tel, .header__link-btn--line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
  color: #ffffff;
}
@media (max-width: 1232px) {
  .header__link-btn, .header__link-btn--tel, .header__link-btn--line {
    height: 7.5rem;
  }
}
@media (max-width: 768px) {
  .header__link-btn, .header__link-btn--tel, .header__link-btn--line {
    display: none;
  }
}
.header__link-btn--line {
  gap: 0.6rem;
  width: 18rem;
  background-color: #3ea219;
}
.header__link-btn--tel {
  gap: 1rem;
  width: 23rem;
  background-color: #14a3ed;
}
.header__link-img {
  width: 2.6rem;
}
.header__link-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.header__link-txt--tel {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
}

/* --------------------------------------------------------------------- 
fv
-----------------------------------------------------------------------*/
.fv {
  margin-top: -2.4vw;
  width: 100%;
}
@media (max-width: 768px) {
  .fv {
    margin-top: initial;
  }
}
.fv__img {
  width: 100%;
}

/* --------------------------------------------------------------------- 
catch
-----------------------------------------------------------------------*/
.catch {
  padding-bottom: 6rem;
  background-image: url(../../common/images/catch__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .catch {
    padding-top: 6rem;
  }
}
.catch__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .catch__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.catch__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 1232px) {
  .catch__list {
    margin: 4rem auto 0;
    flex-wrap: wrap;
    width: 70rem;
  }
}
@media (max-width: 768px) {
  .catch__list {
    gap: 1rem;
    width: 90%;
  }
}
.catch__item {
  position: relative;
  width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .catch__item {
    width: 40%;
    max-width: 18rem;
  }
}
.catch__item-back {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.catch__item-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4;
  width: 100%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 40px rgb(89, 167, 60), 0px 0px 40px rgb(89, 167, 60);
}
@media (max-width: 768px) {
  .catch__item-txt {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------- 
worries
-----------------------------------------------------------------------*/
.worries {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .worries {
    padding: 6rem 0;
  }
}
.worries__sub-ttl-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .worries__sub-ttl-box {
    gap: 1rem;
  }
}
.worries__sub-ttl {
  padding: 0.6rem 2rem;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  background-color: #f5fc99;
}
@media (max-width: 768px) {
  .worries__sub-ttl {
    font-size: 1.6rem;
  }
}
.worries__ttl {
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .worries__ttl {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.worries__list-inner {
  position: relative;
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .worries__list-inner {
    width: 90%;
  }
}
.worries__list {
  padding: 4rem 10rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 80rem;
  background-image: url(../../common/images/worries__list-back.webp);
  background-size: cover;
}
@media (max-width: 1232px) {
  .worries__list {
    width: 70rem;
  }
}
@media (max-width: 768px) {
  .worries__list {
    padding: 2rem 2rem 2rem 4rem;
    width: 100%;
  }
}
.worries__item {
  display: flex;
  gap: 1rem;
}
.worries__item-check {
  display: block;
  margin-top: 0.3rem;
  width: 2.4rem;
  height: 100%;
}
@media (max-width: 768px) {
  .worries__item-check {
    margin-top: 0.1rem;
    width: 1.6rem;
  }
}
.worries__item-txt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .worries__item-txt {
    font-size: 1.6rem;
  }
}
.worries__list-deco {
  position: absolute;
  right: -4rem;
  bottom: -3.3rem;
  width: 17.1rem;
}
@media (max-width: 1232px) {
  .worries__list-deco {
    right: -2rem;
    width: 11rem;
  }
}
@media (max-width: 768px) {
  .worries__list-deco {
    display: none;
  }
}
.worries__arw-box {
  position: relative;
  margin: 4rem auto 0;
  width: 30rem;
}
@media (max-width: 768px) {
  .worries__arw-box {
    width: 26rem;
  }
}
.worries__arw {
  width: 100%;
}
.worries__arw-txt {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .worries__arw-txt {
    font-size: 2.6rem;
  }
}
.worries__txt-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  z-index: 1;
}
.worries__txt {
  text-align: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.worries__txt--wide {
  font-size: 4.2rem;
}
.worries__txt-box-back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  z-index: -1;
}

/* --------------------------------------------------------------------- 
question
-----------------------------------------------------------------------*/
.question {
  position: relative;
  padding: 8rem 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .question {
    padding: 6rem 0;
  }
}
.question__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.question__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .question__ttl {
    font-size: 2.2rem;
  }
}
.question__deco {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17.2rem;
  font-family: "adobe-garamond-pro", serif;
  color: #def7d6;
  z-index: -1;
}
@media (max-width: 768px) {
  .question__deco {
    font-size: 9rem;
  }
}
.question__box-arw-inner {
  position: relative;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .question__box-arw-inner {
    padding-bottom: 3rem;
  }
}
.question__box-arw-inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f1f1f1;
  -webkit-clip-path: polygon(0 80%, 0 0, 100% 0, 100% 80%, 50% 100%);
          clip-path: polygon(0 80%, 0 0, 100% 0, 100% 80%, 50% 100%);
}
@media (max-width: 768px) {
  .question__box-arw-inner::before {
    -webkit-clip-path: polygon(0 90%, 0 0, 100% 0, 100% 90%, 50% 100%);
            clip-path: polygon(0 90%, 0 0, 100% 0, 100% 90%, 50% 100%);
  }
}
.question__box {
  position: relative;
  padding-bottom: 4rem;
  margin: 6rem auto 0;
  width: 80rem;
  background-color: #ffffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.0862745098);
  z-index: 1;
}
@media (max-width: 1232px) {
  .question__box {
    width: 90%;
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .question__box {
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
}
.question__box-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  z-index: 1;
  color: #ffffff;
}
.question__box-head::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #59a73c, #2d541e);
  -webkit-clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
          clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
}
@media (max-width: 768px) {
  .question__box-head::before {
    height: 20rem;
  }
}
.question__box-head-txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .question__box-head-txt {
    font-size: 1.6rem;
  }
}
.question__box-head-txt--wide {
  text-align: center;
  font-size: 6.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .question__box-head-txt--wide {
    font-size: 3.2rem;
  }
}
.question__box-head-txt--widest {
  font-size: 7.2rem;
}
@media (max-width: 768px) {
  .question__box-head-txt--widest {
    font-size: 4.2rem;
  }
}
.question__box-img-list {
  position: relative;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .question__box-img-list {
    gap: 1rem;
  }
}
.question__box-img-item {
  position: relative;
  width: 24.5rem;
}
@media (max-width: 1232px) {
  .question__box-img-item {
    width: 20rem;
  }
}
@media (max-width: 768px) {
  .question__box-img-item {
    width: 30%;
  }
}
.question__box-img-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .question__box-img-txt {
    font-size: 1.6rem;
  }
}
.question__box-img {
  width: 100%;
}
.question__box-txt {
  text-align: center;
  margin-top: 1rem;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .question__box-txt {
    font-size: 2.2rem;
  }
}
.question__box-txt--wide {
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  font-size: 6.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #d80a49;
}
@media (max-width: 768px) {
  .question__box-txt--wide {
    font-size: 3.2rem;
  }
}
.question__box-txt--widest {
  font-size: 7.2rem;
}
.question__box-end-txt {
  margin: 3rem auto 0;
  width: 95%;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .question__box-end-txt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.question__box-end-txt--green {
  padding: 0.3rem 0.6rem;
  font-weight: bold;
  background-color: #59a73c;
  color: #ffffff;
}

/* --------------------------------------------------------------------- 
health
-----------------------------------------------------------------------*/
.health__list-inner {
  padding: 10rem 0;
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .health__list-inner {
    padding: 6rem 0;
  }
}
.health__list-inner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4faf2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.health__top-img {
  display: block;
  margin: auto;
  width: 34rem;
}
@media (max-width: 768px) {
  .health__top-img {
    width: 20rem;
  }
}
.health__ttl {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .health__ttl {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.health__list {
  display: flex;
  flex-direction: column;
  margin: 6rem auto 0;
  gap: 6rem;
  width: 100rem;
}
@media (max-width: 1232px) {
  .health__list {
    margin: 4cqb auto 0;
    max-width: 100rem;
    width: 90%;
  }
}
.health__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .health__item {
    flex-direction: column;
    gap: 2rem;
  }
  .health__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.health__item-img {
  width: 40rem;
}
@media (max-width: 768px) {
  .health__item-img {
    width: 90%;
    max-width: 40rem;
  }
}
.health__item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 56rem;
}
@media (max-width: 768px) {
  .health__item-txt-box {
    gap: 0.6rem;
    width: 90%;
    max-width: 56rem;
  }
}
.health__item-ttl {
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .health__item-ttl {
    font-size: 2.2rem;
  }
}
.health__item-txt {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .health__item-txt {
    font-size: 1.6rem;
  }
}
.health__end-txt-box {
  position: relative;
  padding-top: 6rem;
  z-index: 1;
}
.health__end-ttl {
  position: absolute;
  left: 50%;
  top: -7rem;
  transform: translateX(-50%);
  width: 14rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background-color: #59a73c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .health__end-ttl {
    top: -5rem;
    width: 10rem;
    font-size: 3.2rem;
  }
}
.health__end-txt {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .health__end-txt {
    font-size: 1.6rem;
  }
}
.health__end-txt:last-child {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .health__end-txt:last-child {
    margin-top: 2rem;
  }
}
.health__end-txt--bold {
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .health__end-txt--bold {
    font-size: 1.6rem;
  }
}
.health__end-txt--ghost {
  padding: 0.6rem;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background-image: url(../../common/images/health__end-txt--ghost-back.webp);
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 768px) {
  .health__end-txt--ghost {
    font-size: 2.4rem;
  }
}
.health__end-txt-flex {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .health__end-txt-flex {
    flex-direction: column;
  }
}
.health__end-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .health__end-list {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.health__end-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  width: 13rem;
  font-size: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .health__end-item {
    width: 10rem;
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------- 
prevention
-----------------------------------------------------------------------*/
.prevention {
  position: relative;
  padding: 16rem 0 10rem;
  background-image: url(../../common/images/prevention__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .prevention {
    padding: 8rem 0 6rem;
  }
}
.prevention::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 768px) {
  .prevention::before {
    height: 4rem;
  }
}
.prevention__ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .prevention__ttl {
    font-size: 2.4rem;
  }
}
.prevention__list {
  display: flex;
  flex-direction: column;
  width: 120rem;
  margin: 4rem auto 0;
}
@media (max-width: 1232px) {
  .prevention__list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .prevention__list {
    margin-top: 2rem;
  }
}
.prevention__item {
  display: flex;
}
.prevention__item:nth-of-type(1) {
  margin: 0 auto 0 0;
}
.prevention__item:nth-of-type(2) {
  margin-right: 0;
  margin-left: auto;
}
.prevention__item-img {
  width: 60rem;
}
@media (max-width: 1232px) {
  .prevention__item-img {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .prevention__item-img {
    width: 30rem;
    height: 100%;
    flex-shrink: 0;
  }
}
.prevention__item-txt {
  position: relative;
  margin-top: 6rem;
  padding: 1rem 2rem;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(to right, #87ce6e, #5ba93e);
}
@media (max-width: 768px) {
  .prevention__item-txt {
    margin-top: 10rem;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
}
.prevention__item-txt--start {
  margin-left: -6rem;
}
@media (max-width: 768px) {
  .prevention__item-txt--start {
    margin-left: -15rem;
  }
}
.prevention__item-txt--end {
  margin-right: -6rem;
}
@media (max-width: 768px) {
  .prevention__item-txt--end {
    margin-right: -15rem;
  }
}

/* --------------------------------------------------------------------- 
reason
-----------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 10rem 0;
  background-color: #eaeaea;
  z-index: 1;
}
@media (max-width: 768px) {
  .reason {
    padding: 6rem 0;
  }
}
.reason__deco {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.7;
  font-size: 17.2rem;
  font-family: "adobe-garamond-pro", serif;
  color: #ffffff;
  z-index: -1;
}
@media (max-width: 768px) {
  .reason__deco {
    font-size: 9rem;
  }
}
.reason__ttl {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .reason__ttl {
    font-size: 2.4rem;
  }
}
.reason__list {
  display: flex;
  flex-direction: column;
  width: 120rem;
  margin: 4rem auto 0;
  gap: 6rem;
}
@media (max-width: 1232px) {
  .reason__list {
    width: 90%;
  }
}
.reason__item {
  display: flex;
  justify-content: space-between;
  width: 112rem;
  height: 43rem;
  background-color: #ffffff;
}
@media (max-width: 1232px) {
  .reason__item {
    flex-direction: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
  }
}
.reason__item:nth-last-of-type(even) {
  margin: 0 0 0 auto;
}
@media (max-width: 1232px) {
  .reason__item:nth-last-of-type(even) {
    flex-direction: column-reverse;
  }
}
.reason__item-img {
  height: 100%;
}
@media (max-width: 1232px) {
  .reason__item-img {
    height: auto;
    width: 100%;
    max-width: 50rem;
  }
}
.reason__item-txt-box {
  width: 70rem;
  padding: 2rem;
}
@media (max-width: 1232px) {
  .reason__item-txt-box {
    width: 100%;
  }
}
.reason__item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reason__item-txt-box-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #59a73c;
}
@media (max-width: 768px) {
  .reason__item-txt-box-head {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.reason__item-num {
  font-size: 11rem;
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
}
@media (max-width: 768px) {
  .reason__item-num {
    font-size: 4.2rem;
  }
}
.reason__item-ttl {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .reason__item-ttl {
    font-size: 2.2rem;
  }
}
.reason__item-txt {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .reason__item-txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------- 
flow
-----------------------------------------------------------------------*/
.flow {
  padding: 14rem 0;
}
@media (max-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow__ttl {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .flow__ttl {
    font-size: 2.4rem;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  margin: 6rem auto 0;
  width: 100rem;
}
@media (max-width: 1232px) {
  .flow__list {
    justify-content: center;
    gap: 4rem 1rem;
    flex-wrap: wrap;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.flow__item {
  display: flex;
  flex-direction: column;
  width: 33rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .flow__item {
    width: 30rem;
  }
}
.flow__item-ttl {
  padding: 1.5rem 2rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #a3ce2d;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .flow__item-ttl {
    font-size: 2.2rem;
  }
}
.flow__item-ttl--last {
  background-color: #279100;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.flow__item-txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .flow__item-txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------- 
best
-----------------------------------------------------------------------*/
.best {
  padding-bottom: 10rem;
  background-image: url(../../common/images/best__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .best {
    padding-bottom: 6rem;
  }
}
.best__inner {
  display: flex;
}
@media (max-width: 768px) {
  .best__inner {
    flex-direction: column;
  }
}
.best__inner-img {
  display: block;
  margin-top: -4rem;
  width: 100%;
  height: 100%;
}
.best__inner-img-sp {
  display: block;
  margin: auto;
  width: 95%;
  margin-top: -2rem;
}
.best__item {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.best__item--left {
  margin-top: -4rem;
}
.best__item-img-box {
  position: relative;
  width: 45rem;
}
.best__item-img-box--left-neg {
  margin-left: -15rem;
}
.best__item-img-box--bottom-neg {
  margin-top: 29rem;
}
.best__item-img-box--top-neg {
  margin-top: -20rem;
  margin-left: -5rem;
}
.best__item-img {
  width: 100%;
}
.best__item-img-box-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.best__item-img-box-txt--bottom {
  top: inherit;
  bottom: 12rem;
}
.best__item-txt {
  font-size: 7.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
}
.best__item-txt--top {
  margin-top: 11rem;
}
.best__item-txt--bottom {
  margin-top: auto;
  margin-bottom: 20rem;
}
.best__txt {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .best__txt {
    font-size: 2.4rem;
  }
}
.best__logo {
  display: block;
  margin: 2rem auto 0;
  width: 56rem;
}
@media (max-width: 768px) {
  .best__logo {
    width: 30rem;
  }
}
.best__cta-txt {
  text-align: center;
  margin: 6rem auto 2rem;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 20px rgb(89, 167, 60);
}
@media (max-width: 768px) {
  .best__cta-txt {
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}

/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
.footer {
  padding: 2rem 0;
  background-color: #eaeaea;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 7.1rem;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

/* base
----------------------------------------------------------------- */
.cta {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cta {
    margin-top: 6rem;
  }
}
.cta--section {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .cta--section {
    padding: 6rem 0;
  }
}
.cta__btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  gap: 2rem;
  width: 60rem;
}
@media (max-width: 768px) {
  .cta__btn-list {
    width: 90%;
  }
}
.cta__btn-list--fixed {
  display: none;
}
@media (max-width: 768px) {
  .cta__btn-list--fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 100;
  }
}
.cta__btn, .cta__btn--tel, .cta__btn--line {
  padding: 2rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cta__btn, .cta__btn--tel, .cta__btn--line {
    padding: 1rem 0;
  }
}
.cta__btn--line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #3ea219;
}
@media (max-width: 768px) {
  .cta__btn--line {
    gap: 1rem;
  }
}
.cta__btn--line-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  background-color: #3ea219;
  width: 50%;
  padding: 0.6rem 0;
  text-align: center;
  line-height: 1.4;
}
.cta__btn--tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #71caf8;
}
@media (max-width: 768px) {
  .cta__btn--tel {
    gap: 0.6rem;
  }
}
.cta__btn--tel-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  background-color: #14a3ed;
  width: 50%;
}
.cta__btn-img--mail {
  width: 3.2rem;
}
@media (max-width: 768px) {
  .cta__btn-img--mail {
    width: 2.2rem;
  }
}
.cta__btn-img--tel {
  width: 3.9rem;
}
@media (max-width: 768px) {
  .cta__btn-img--tel {
    width: 2rem;
  }
}
.cta__btn-txt {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__btn-txt {
    font-size: 1.6rem;
  }
}
.cta__btn-txt--small {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__btn-txt--small {
    font-size: 1.4rem;
  }
}
.cta__btn-txt--tel {
  letter-spacing: 0.05em;
  font-size: 6.2rem;
  font-family: "din-2014", sans-serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__btn-txt--tel {
    font-size: 3.2rem;
  }
}
.cta__btn-txt--tel-fix {
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  color: #ffffff;
}
.cta__btn-txt--fix {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
.cta__btn-txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.cta__btn-txt-box--fix {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* base
----------------------------------------------------------------- */
.contact {
  padding: 10rem 0;
}
@media (max-width: 1232px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact__inner {
  max-width: 80rem;
  width: 90%;
  margin: auto;
  border: 1px solid #333333;
}
.contact__inner-item {
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
}
@media (max-width: 1232px) {
  .contact__inner-item {
    padding: 0 2rem;
  }
}
.contact__ttl {
  text-align: center;
  padding: 2rem 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__ttl {
    font-size: 2.4rem;
  }
}
.contact__input-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media (max-width: 1232px) {
  .contact__input-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
.contact__input-flex--column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.contact__input-flex--bottom {
  border-bottom: 1px solid #eaeaea;
}
.contact__input-txt {
  font-size: 2rem;
  font-weight: bold;
}
.contact__input {
  padding: 0.5rem 1rem;
  width: 58rem;
  height: 4rem;
  border: 1px solid #999999;
  font-size: 2rem;
}
@media (max-width: 1232px) {
  .contact__input {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact__input-select {
  padding: 0.5rem 1rem;
  width: 48rem;
  height: 4rem;
  border: 1px solid #999999;
  font-size: 2rem;
}
@media (max-width: 1232px) {
  .contact__input-select {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact__input-area {
  padding: 0.5rem 1rem;
  width: 100%;
  height: 20rem;
  border: 1px solid #999999;
  font-size: 2rem;
}
@media (max-width: 1232px) {
  .contact__input-area {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact__input-submit {
  padding: 1.7rem 0;
  text-align: center;
  margin: 4rem auto 0;
  display: block;
  width: 26rem;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #279100;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact__input-submit {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .contact__input-check {
    scale: 1.2;
  }
}

.contact__input-flex--column > .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-acceptance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  font-size: 1.8rem;
}

.wpcf7-list-item > label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .wpcf7-list-item > label {
    font-size: 1.4rem;
    line-height: 1.8;
    gap: 1.6rem;
  }
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem !important;
}

.wpcf7-list-item-label > a {
  font-weight: bold;
  border-bottom: 1px solid black;
}

@media (max-width: 1232px) {
  .wpcf7-form-control-wrap > select {
    width: 100%;
  }
}

@media (max-width: 1232px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
thanks
-----------------------------------------------------------------------*/
.thanks {
  height: 100vh;
  background-color: #71caf8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  width: 90%;
  margin: auto;
}
.thanks__txt, .thanks__txt--widest, .thanks__txt--wide {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (max-width: 1232px) {
  .thanks__txt, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 1.6rem;
  }
}
.thanks__txt--wide {
  font-size: 5.2rem;
}
@media (max-width: 1232px) {
  .thanks__txt--wide {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt--wide {
    font-size: 2.2rem;
  }
}
.thanks__txt--widest {
  font-size: 11rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .thanks__txt--widest {
    font-size: 5.2rem;
  }
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */