@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400 700;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
.u-mb-sm {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-sm-pc {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-sm-sp {
    margin-bottom: 4px !important;
  }
}

.u-mb-01 {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-01-pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-01-sp {
    margin-bottom: 8px !important;
  }
}

.u-mb-02 {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-02-pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-02-sp {
    margin-bottom: 16px !important;
  }
}

.u-mb-03 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-03-pc {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-03-sp {
    margin-bottom: 24px !important;
  }
}

.u-mb-04 {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-04-pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-04-sp {
    margin-bottom: 32px !important;
  }
}

.u-mb-05 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-05-pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-05-sp {
    margin-bottom: 40px !important;
  }
}

.u-mb-06 {
  margin-bottom: 48px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-06-pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-06-sp {
    margin-bottom: 48px !important;
  }
}

.u-mb-07 {
  margin-bottom: 56px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-07-pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-07-sp {
    margin-bottom: 56px !important;
  }
}

.u-mb-08 {
  margin-bottom: 64px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-08-pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-08-sp {
    margin-bottom: 64px !important;
  }
}

.u-mb-09 {
  margin-bottom: 72px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-09-pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-09-sp {
    margin-bottom: 72px !important;
  }
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-10-pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-10-sp {
    margin-bottom: 80px !important;
  }
}

.u-mb-md {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-md-pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-md-sp {
    margin-bottom: 120px !important;
  }
}

.u-mb-lg {
  margin-bottom: 160px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-lg-pc {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-lg-sp {
    margin-bottom: 160px !important;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.6rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 744px) {
  a[href*="tel:"] {
    pointer-events: none !important;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 744px) {
  .l-container {
    max-width: 144rem;
  }
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.home .l-header-nav,
.home .l-header-hamburger {
  display: none;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5000;
}
@media screen and (max-width: 743px) {
  .l-header {
    display: grid;
    padding: 8px 8px 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 2.5rem;
    padding-left: 4.9rem;
  }
}
.l-header-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-hamburger {
    display: block;
  }
}
.l-header-hamburger__btn {
  align-items: center;
  background: #0ABAB5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 3rem;
    width: 3rem;
  }
}
.l-header-hamburger__btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-hamburger__btn div.-open-icon {
  height: 3rem;
  width: 3rem;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-open-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  height: 8px;
  width: 10px;
  opacity: 1;
  background-image: url(../images/common/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header-hamburger__btn div.-close-icon {
  height: 10px;
  width: 10px;
  opacity: 0;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-close-icon::before, .l-header-hamburger__btn div.-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.l-header-hamburger__btn div.-close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.l-header-hamburger__btn div.-close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-hamburger__btn.open .-open-icon {
  opacity: 0;
}
.l-header-hamburger__btn.open .-close-icon {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(10, 186, 181, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2rem 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: clip;
  width: 100%;
  z-index: 1;
  cursor: initial;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    max-width: 325px;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-wrapper .l-header-primary-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  max-width: 30rem;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper .l-header-primary-list {
    margin-top: 5rem;
  }
}
.l-header-hamburger-wrapper .l-header-primary-item {
  cursor: pointer;
}
.l-header-hamburger-wrapper .l-header-primary-sub-list {
  padding-left: 1.5em;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-header-hamburger-wrapper .l-header-primary-tel {
  color: #fff;
  margin: 0;
}
.l-header-hamburger-wrapper .l-header-primary-tel .l-header-primary-link {
  background-color: #fff;
}
.l-header-hamburger-wrapper .l-header-primary-contact {
  width: 300px;
  display: flex;
  align-items: center;
}
.l-header-hamburger-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.l-header-hamburger-nav__link {
  display: block;
  transition: 0.3s ease;
}
.l-header-hamburger-nav__link:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav__link.-sub {
  padding-left: 1.8rem;
}
.l-header-hamburger-nav__text {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.l-header-hamburger-nav__item {
  margin-right: 2rem;
}
.l-header-hamburger-nav__item.-has-sub {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 7px;
}
.l-header-hamburger-nav__item.is-open[data-accordion] .l-header-primary-link::after {
  transform: rotate(180deg);
}
.l-header-hamburger-nav-sub-list {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list {
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list {
    background-color: #fff;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-hamburger-nav-sub-list {
    background-color: unset;
    position: relative;
  }
}
.l-header-hamburger-nav-sub-list-item {
  outline: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.l-header-hamburger-nav-sub-list-item:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav-sub-list-item a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-hamburger-nav-sub-list-item a {
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .l-header-branding {
    display: contents;
  }
}
.l-header-branding__desc {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 743px) {
  .l-header-branding__desc {
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
    grid-row: 1/span 1;
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__desc {
    font-size: 1.2rem;
    line-height: 1.41;
  }
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
  }
}
.l-header-branding__logo a {
  display: block;
  max-width: max-content;
}
.l-header-branding__logo a * {
  transition: 0.3s ease;
}
.l-header-branding__logo a:hover * {
  opacity: 0.8;
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo-img {
    width: 20.6rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo-img {
    width: 33.7rem;
  }
}
.l-header-cta {
  background-color: #FF8C00;
  color: #fff;
  border-radius: 8px;
}
.l-header-cta * {
  transition: 0.3s ease;
}
.l-header-cta:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-header-cta {
    width: 13rem;
    grid-row: 2/span 1;
    grid-column: 2/span 1;
    margin-left: auto;
  }
}
@media screen and (min-width: 744px) {
  .l-header-cta {
    width: 20.7rem;
  }
}
.l-header-cta__link {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .l-header-cta__link {
    padding: 0.4rem 0.5rem 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-cta__link {
    padding-left: 1.4rem;
    padding-right: 1.6rem;
  }
}
.l-header-cta__image {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .l-header-cta__image {
    width: 2rem;
    margin-right: 3px;
  }
}
@media screen and (min-width: 744px) {
  .l-header-cta__image {
    width: 3rem;
  }
}
.l-header-cta__text1 {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .l-header-cta__text1 {
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 744px) {
  .l-header-cta__text1 {
    line-height: 1.4375;
  }
}
.l-header-cta__text2 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .l-header-cta__text2 {
    line-height: 1;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 744px) {
  .l-header-cta__text2 {
    line-height: 1.45;
    font-size: 2rem;
  }
}

.l-footer-main {
  background-color: #0ABAB5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .l-footer-main {
    padding-top: 1.7rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-main {
    padding-top: 7.4rem;
    padding-bottom: 3.7rem;
  }
}
.l-footer-logo1 {
  width: 13.3rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 743px) {
  .l-footer-logo2 {
    max-width: 36rem;
    margin: 0 auto 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-logo2 {
    width: 44.8rem;
    margin: 0 auto 3.6rem;
  }
}
.l-footer-text1 {
  font-size: 2rem;
  line-height: 1.45;
  margin: 0 auto 8px;
}
.l-footer-text2 {
  line-height: 1.4375;
}
@media screen and (max-width: 743px) {
  .l-footer-text2 {
    margin: 0 auto 48px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-text2 {
    margin: 0 auto 64px;
  }
}
.l-footer-text3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 auto 24px;
}
.l-footer-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .l-footer-list {
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-list {
    gap: 1.3rem;
  }
}
.l-footer-item {
  width: 21.5rem;
}
.l-footer-item__link * {
  transition: 0.3s ease;
}
.l-footer-item__link:hover * {
  opacity: 0.7;
}
.l-footer-copy {
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.416;
}
@media screen and (max-width: 743px) {
  .l-footer-copy {
    padding: 2.2rem 8px 1.9rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-copy {
    padding: 4.1rem 8px 5rem;
  }
}

.l-main {
  overflow: clip;
}

@media screen and (max-width: 743px) {
  .l-section {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-pb0 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-pb0 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-lg {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-lg-pb0 {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-lg-pb0 {
    padding-top: 16rem;
  }
}

@media screen and (max-width: 743px) {
  .l-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-content {
    max-width: calc(100rem + 32px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.l-grid {
  display: flex;
}
.l-grid.-wrap {
  flex-wrap: wrap;
}
.l-grid.-two-col-lg {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg {
    gap: 56px;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg {
    gap: 6rem;
  }
}
.l-grid.-two-col-lg .l-grid-item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item {
    align-items: center;
    gap: 3.5%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item__image {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item__image {
    width: 38%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item__texts {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item__texts {
    width: 58.5%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg.-reverse .l-grid-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.l-grid.-two-col-xl {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-xl {
    gap: 56px;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-xl {
    gap: 6rem;
  }
}
.l-grid.-two-col-xl .l-grid-item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-xl .l-grid-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-xl .l-grid-item {
    align-items: center;
    gap: 2.8%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-xl .l-grid-item__image {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-xl .l-grid-item__image {
    width: 38.5%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-xl .l-grid-item__texts {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-xl .l-grid-item__texts {
    width: 58.7%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-xl.-reverse .l-grid-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.l-grid.-two-col-md {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md {
    gap: 48px;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md {
    gap: 2rem;
  }
}
.l-grid.-two-col-md .l-grid-item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item {
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item {
    gap: 4%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item__image {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__image {
    width: 35.2%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item__texts {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__texts {
    width: 60.8%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__title {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__sub {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 2.8rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image {
    padding-right: 2.9rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
  color: #0ABAB5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
    right: 0;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
    right: -2rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon .c-heading-sm {
  line-height: 1 !important;
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #0ABAB5;
  order: 2;
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Antonio", sans-serif !important;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md.-reverse .l-grid-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md.-reverse-odd .l-grid-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-wrap {
    flex-direction: column;
    gap: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5rem 3.2rem;
  }
}
.l-grid.-two-col-wrap .l-grid-item {
  border: 5px solid #0ABAB5;
  border-radius: 2rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-wrap .l-grid-item {
    width: 100%;
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-wrap .l-grid-item {
    width: calc((100% - 3.2rem) / 2);
    padding-top: 3.4rem;
    padding-bottom: 2.3rem;
    padding: 32px 24px;
  }
}
.l-grid.-two-col-wrap .l-grid-item__image img {
  height: 6.5rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-three-col {
    flex-direction: column;
    gap: 2.3rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-three-col {
    gap: 2rem;
  }
}
.l-grid.-three-col .l-grid-item {
  border: 6px solid #0ABAB5;
}
@media screen and (max-width: 743px) {
  .l-grid.-three-col .l-grid-item {
    width: 100%;
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-three-col .l-grid-item {
    width: calc((100% - 4rem) / 3);
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
}
.l-grid.-three-col .l-grid-item__image img {
  height: 13.4rem;
}

.c-form {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 744px) {
  .c-form {
    max-width: 60rem;
    margin: 0 auto;
  }
}
.c-form.--complete {
  color: #fff;
}
.c-form input:not([name*=zip]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #D4D4D4;
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
}
.c-form-content {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 744px) {
  .c-form-content {
    gap: 24px;
    grid-template-columns: 11em 1fr;
  }
}
.c-form-content__title {
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
}
.c-form-content__title.hissu {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.c-form-content__title.hissu::after {
  background: #0ABAB5;
  border-radius: 5px;
  color: #fff;
  content: "必須";
  font-size: 0.75em;
  line-height: 1;
  padding: 4px;
  transform: translateY(0.2em);
}
.c-form-privacy {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-privacy .wpcf7-form-control-wrap label {
  font-weight: 900;
}
.c-form-privacy a {
  color: #0033cc;
  text-decoration: underline;
  transition: 0.4s;
}
.c-form-privacy a:hover {
  color: rgb(0, 45.9, 183.6);
}
.c-form-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-form-btns__btn {
  align-self: stretch;
  max-width: 40.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-form-btns input {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 3em;
  color: #FF8C00;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 900;
  max-width: 100%;
  padding: 8px;
  transition: 0.4s;
  width: 100%;
}
.c-form-btns input:hover {
  background: #FF8C00;
  border-color: #fff;
  color: #fff;
}
.c-form-btns input:disabled {
  filter: grayscale(1);
}
.c-form-btns .wpcf7-spinner {
  display: none;
}
.c-form-btn__back {
  filter: grayscale(1);
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-red {
  color: #f00 !important;
}

.u-bold,
.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

@media screen and (max-width: 743px) {
  .u-md-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 744px) {
  .u-md-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .u-lg-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-xl-min-none {
    display: none !important;
  }
}

.u-d-none {
  display: none !important;
}

.u-d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 743px) {
  .u-d-inline-block-sp {
    display: inline-block;
  }
}

.u-d-block {
  display: inline-block;
}

.u-text-center {
  text-align: center;
}

@media screen and (min-width: 744px) {
  .u-text-center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 743px) {
  .u-text-center-sp {
    text-align: center;
  }
}

.u-text-center {
  text-align: center;
}

.u-c-main {
  color: #0ABAB5 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg {
  background-color: #F5FFFE !important;
}

.u-c-accent {
  color: #f00;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ml1 {
  margin-left: 8px;
}

@media screen and (max-width: 743px) {
  .u-ml1-sp {
    margin-left: 8px;
  }
}

@media screen and (min-width: 744px) {
  .u-ml1-pc {
    margin-left: 8px;
  }
}

.u-underline {
  text-decoration: underline;
  display: inline;
}

.u-marker {
  background: linear-gradient(transparent 50%, #FDCF00 50%);
}

.u-list {
  display: flex;
  flex-direction: column;
}
.u-list li {
  display: flex;
  position: relative;
}
.u-list li:before {
  content: "・";
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.p-top-mv {
  position: relative;
  overflow: hidden;
}
.p-top-mv-bg {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-mv-bg {
    padding-top: 7.8rem;
    background-image: url(../images/index/mv/bg@sp.jpg);
    background-size: 100% 69rem;
    background-position: bottom;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv-bg {
    background-image: url(../images/index/mv/bg.jpg);
    background-size: 87% auto;
    background-position: right top;
    padding-top: 17.9rem;
  }
}
.p-top-mv__wrapper {
  display: grid;
}
@media screen and (max-width: 743px) {
  .p-top-mv__wrapper {
    padding-top: 7.8rem;
    max-width: 393px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__wrapper {
    padding-top: min(12.4305555556vw, 179px);
    padding-left: min(4.3055555556vw, 62px);
  }
}
.p-top-mv__top {
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-top-mv__top {
    font-size: 2rem;
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    padding: 0 0.5rem 0 2rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__top {
    font-size: min(1.9444444444vw, 28px);
    line-height: 1.46;
    margin-top: min(3.4722222222vw, 50px);
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__top-text3 {
    margin-top: min(0.7638888889vw, 11px);
  }
}
.p-top-mv__top-text-lg {
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 743px) {
  .p-top-mv__top-text-lg {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__top-text-lg {
    font-size: min(3.4722222222vw, 50px);
  }
}
.p-top-mv__middle {
  font-weight: 700;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .p-top-mv__middle {
    text-align: center;
    grid-column: 1/span 2;
    grid-row: 3/span 1;
    margin-bottom: 16px;
    color: #fff;
    font-size: 1.7rem;
    padding-top: 16px;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
@media screen and (max-width: 743px) and (max-width: 379px) {
  .p-top-mv__middle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__middle {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.45;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__middle-text1 {
    margin-bottom: 0.5rem;
    margin-right: -1em;
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__middle-text2 {
    background-color: #fff;
    color: #0ABAB5;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__middle-text2 {
    max-width: max-content;
    background-color: #0ABAB5;
    color: #fff;
    font-size: min(2.0833333333vw, 30px);
    padding: min(0.6944444444vw, 10px) min(1.3888888889vw, 10px) min(0.6944444444vw, 10px) min(1.3888888889vw, 20px);
    margin-top: min(0.4861111111vw, 7px);
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__middle-text3 {
    line-height: 1.5;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__middle-text3 {
    margin-top: min(0.7638888889vw, 11px);
  }
}
.p-top-mv__middle-text-lg {
  font-size: min(3.4722222222vw, 50px);
  font-weight: 700;
  line-height: 1.44;
}
.p-top-mv__list {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .p-top-mv__list {
    flex-direction: column;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    padding-left: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__list {
    gap: min(3.4722222222vw, 50px);
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
}
.p-top-mv__item {
  position: relative;
  border-radius: 50%;
  border: 8px solid #0ABAB5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item {
    width: 14.5rem;
    height: 14.5rem;
  }
  .p-top-mv__item:nth-of-type(2), .p-top-mv__item:nth-of-type(3) {
    margin-top: -1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item {
    width: min(14.5833333333vw, 210px);
    height: min(14.5833333333vw, 210px);
  }
  .p-top-mv__item::after {
    content: "";
    background-image: url(../images/index/mv/icon-shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: min(10.1388888889vw, 146px);
    height: min(3.4722222222vw, 50px);
    position: absolute;
    bottom: max(-5.5555555556vw, -80px);
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-image {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-image.-image1 {
    width: 7.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-image.-image1 {
    width: min(7.5694444444vw, 109px);
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-image.-image2 {
    width: 6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-image.-image2 {
    width: min(6.0416666667vw, 87px);
  }
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-image.-image3 {
    width: 5.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-image.-image3 {
    width: min(5.2777777778vw, 76px);
  }
}
.p-top-mv__item-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.44;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-top-mv__item-text {
    font-size: 1.2rem;
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__item-text {
    font-size: min(1.25vw, 18px);
    margin-top: min(0.6944444444vw, 10px);
  }
}
.p-top-mv__image {
  aspect-ratio: 636/827;
  display: grid;
  mask: url(../images/index/mv/mask.png) no-repeat center/contain;
}
@media screen and (max-width: 743px) {
  .p-top-mv__image {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    position: absolute;
    top: 15px;
    right: 0;
    width: 31rem;
    z-index: 1;
  }
}
@media screen and (max-width: 743px) and (max-width: 379px) {
  .p-top-mv__image {
    right: 18px;
    width: 30rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__image {
    grid-column: 2/span 1;
    grid-row: 1/span 3;
  }
}
.p-top-mv__image video, .p-top-mv__image img {
  grid-area: 1/1;
  width: 100%;
}
.p-top-lead {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-lead__wrapper {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead__wrapper {
    padding: 32px 0;
  }
}
.p-top-lead-banner {
  background-color: #0ABAB5;
  color: #fff;
  display: grid;
  align-items: center;
  position: relative;
  grid-template-rows: repeat(3, max-content);
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner {
    grid-template-columns: max-content 1fr;
    max-width: 39rem;
    padding: 2.3rem 1.5rem 1.5rem;
    margin-bottom: 5rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner {
    justify-content: center;
    max-width: 86rem;
    padding: 24px 16px 16px;
    margin-bottom: 9.3rem;
    min-height: 15.6rem;
  }
}
.p-top-lead-banner__text1 {
  font-weight: 700;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner__text1 {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner__text1 {
    font-size: 2.1rem;
  }
}
.p-top-lead-banner__text2 {
  font-weight: 700;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner__text2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner__text2 {
    font-size: 5rem;
  }
  .p-top-lead-banner__text2.-lg {
    font-size: 6.9rem;
    text-align: center;
  }
}
.p-top-lead-banner__text3 {
  font-weight: 500;
  grid-column: 1/span 2;
  grid-row: 3/span 1;
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner__text3 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner__text3 {
    font-size: 1.4rem;
  }
}
.p-top-lead-banner__text4 {
  font-weight: 700;
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner__text4 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner__text4 {
    font-size: 9.6rem;
  }
}
.p-top-lead-banner__img {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-lead-banner__img {
    top: 50%;
    transform: translateY(-50%);
    right: 0.8rem;
    width: 9.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-banner__img {
    right: 7.7rem;
    width: 14.8rem;
    top: -1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-lead-banner__img {
    right: 1.8rem;
  }
}
.p-top-lead-swiper-container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-lead-swiper-container {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-swiper-container {
    padding-bottom: 19rem;
  }
}
.p-top-lead-swiper {
  overflow: visible !important;
}
.p-top-lead__list {
  transition-timing-function: linear !important;
}
.p-top-lead__item {
  width: 28.3rem;
}
.p-top-lead__item-inner {
  display: block;
}
.p-top-lead-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #FF8C00;
  border-radius: 5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-top-lead-cta * {
  transition: 0.3s ease;
}
.p-top-lead-cta:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-top-lead-cta {
    max-width: 34.3rem;
    width: 100%;
    height: 15.5rem;
    padding: 1rem 2.1rem 0;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-cta {
    align-items: center;
    width: 48rem;
    height: 14.3rem;
  }
}
.p-top-lead-cta__text1 {
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-top-lead-cta__text1 {
    font-size: 2.4rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-cta__text1 {
    font-size: 2.5rem;
  }
}
.p-top-lead-cta__text2 {
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-top-lead-cta__text2 {
    font-size: 3.3rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-cta__text2 {
    font-size: 3.5rem;
  }
}
.p-top-lead-cta__img {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-lead-cta__img {
    width: 12.1rem;
    bottom: -0.7rem;
    right: -2.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead-cta__img {
    width: 16.5rem;
    bottom: 0;
    right: -4.9rem;
  }
}
.p-top-problem {
  overflow: hidden;
}
.p-top-problem-heading {
  color: #0ABAB5;
}
@media screen and (max-width: 743px) {
  .p-top-problem-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
.p-top-problem-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  max-width: max-content;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-problem-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-problem-heading__text1::after {
  content: "";
  background-image: url(../images/common/icon-sweat.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4.3rem;
  height: 4.3rem;
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-problem-heading__text1::after {
    top: -2rem;
    right: -1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-heading__text1::after {
    top: -1rem;
    right: 0;
  }
}
.p-top-problem-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-problem-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-heading__text2 {
    font-size: 5rem;
  }
}
.p-top-problem-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-problem-lead {
    max-width: 39rem;
    margin: 0 auto;
    font-size: 2rem;
  }
  .p-top-problem-lead p + p {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-lead {
    font-size: 2.4rem;
  }
  .p-top-problem-lead p + p {
    margin-top: 2rem;
  }
}
.p-top-problem-lead::after {
  content: "";
  background-image: url(../images/common/char03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-problem-lead::after {
    width: 13.9rem;
    height: 26.2rem;
    top: -18.7rem;
    right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-lead::after {
    width: 20.7rem;
    height: 38.9rem;
    bottom: -4rem;
    right: -4.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-lead__lg {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-lead__mod1 {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem-lead__mod2 {
    display: inline-block;
    padding-bottom: 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem-lead__mod2 {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem .l-grid-item__texts {
    display: contents;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem .l-grid-item__image {
    order: 2;
  }
}
.p-top-problem__text1 {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-problem__text1 {
    order: 1;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__text1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.p-top-problem__text1::before {
  content: "";
  background-image: url(../images/common/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-top-problem__text1::before {
    width: 3.1rem;
    height: 3.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__text1::before {
    width: 4.3rem;
    height: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-problem__text2 {
    order: 3;
  }
}
@media screen and (min-width: 744px) {
  .p-top-problem__text2 {
    padding-left: 4.3rem;
  }
}
.p-top-risk {
  overflow: hidden;
}
.p-top-risk-heading {
  color: #0ABAB5;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-risk-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
.p-top-risk-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-risk-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-risk-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-risk-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk-heading__text2 {
    font-size: 5rem;
  }
}
.p-top-risk-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-risk-lead {
    max-width: 39rem;
    margin: 0 auto;
    font-size: 2rem;
  }
  .p-top-risk-lead p + p {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-top-risk-lead p + p {
    margin-top: 1.1rem;
  }
}
.p-top-risk-lead::after {
  content: "";
  background-image: url(../images/common/char04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-risk-lead::after {
    width: 12rem;
    height: 23.7rem;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk-lead::after {
    width: 19.6rem;
    height: 38.7rem;
    bottom: -4rem;
    right: -4.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-risk-lead__mod1 {
    display: inline-block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-risk-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
    margin-top: 1rem;
    display: inline-block;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk-lead__lg {
    font-size: 3.2rem;
  }
}
.p-top-risk-lead__sm {
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 3rem !important;
}
@media screen and (max-width: 743px) {
  .p-top-risk-lead__sm {
    text-align: center;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-risk-lead__sm {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-risk__text1 {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-risk__text1 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk__text1 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-risk__text1 {
    font-size: 2rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-top-risk__text2 {
  margin-top: 3.8rem;
}
@media screen and (max-width: 743px) {
  .p-top-risk__text2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-risk__text2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-top-risk__bottom-arrow {
  width: 36.1rem;
  margin: 1.1rem auto 5rem;
}
.p-top-solution {
  background-image: url(../images/index/solution/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-top-solution__wrapper {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution__wrapper {
    padding-top: 10rem;
    padding-bottom: 4.9rem;
  }
}
.p-top-solution-heading {
  color: #0ABAB5;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.8rem;
}
@media screen and (max-width: 743px) {
  .p-top-solution-heading {
    padding-top: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-heading {
    max-width: 59.1rem;
    padding-top: 1.2rem;
    padding-bottom: 4rem;
  }
}
.p-top-solution-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-solution-heading__text1 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-heading__text1 {
    font-size: 5rem;
    margin-bottom: 1.8rem;
  }
}
.p-top-solution-heading__img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-top-solution-heading__img {
    max-width: 34rem;
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-heading__img {
    width: 44.9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-top {
    padding-bottom: 9.3rem;
    position: relative;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-solution-top {
    position: static;
  }
}
.p-top-solution-top__img1 {
  width: 70.9rem;
  position: absolute;
  left: -24rem;
  top: -1rem;
}
@media screen and (max-width: 1279px) {
  .p-top-solution-top__img1 {
    width: 60%;
    left: -16rem;
    top: 16rem;
  }
}
.p-top-solution-top__img2 {
  position: absolute;
  width: 35.6rem;
  right: -9rem;
  top: -3rem;
}
@media screen and (max-width: 1279px) {
  .p-top-solution-top__img2 {
    width: 20%;
    right: 4.6875vw;
    top: 23rem;
  }
}
.p-top-solution-top__img3 {
  margin-top: 2.7rem;
  position: relative;
  height: 48.3rem;
  max-width: 39.3rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top-solution-top__img3 img {
  position: absolute;
  top: 0;
  right: -4rem;
  max-width: unset;
  height: 47.5rem;
  width: auto;
  object-fit: contain;
}
.p-top-solution-top__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-solution-top__text1 {
    font-size: 3.6rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-top__text1 {
    font-size: 3.6rem;
    margin-bottom: 2.2rem;
  }
}
.p-top-solution-top__text2 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-solution-top__text2 {
    font-size: 3.6rem;
    margin-bottom: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-top__text2 {
    font-size: 3.6rem;
    margin-top: 2.7rem;
  }
}
.p-top-solution-texts {
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-solution-texts {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-texts {
    font-size: 2.4rem;
  }
}
.p-top-solution-texts__lg {
  background-color: #FF8C00;
  color: #fff;
  padding: 0.4rem 0.7rem;
}
@media screen and (max-width: 743px) {
  .p-top-solution-texts__lg {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-texts__lg {
    font-size: 3.2rem;
    display: inline-block;
  }
}
.p-top-solution-texts__text1 {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 743px) {
  .p-top-solution-texts__text2 {
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-texts__text2 {
    margin-bottom: 4rem;
  }
}
.p-top-solution-texts__text3 {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 743px) {
  .p-top-solution-texts__text4 {
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-solution-texts__text4 {
    margin-bottom: 6rem;
  }
}
.p-top-solution-texts__text5 {
  margin-bottom: 2.2rem;
}
.p-top-solution-texts__text6 {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 744px) {
  .p-top-benefit__wrapper {
    padding-top: 7.8rem;
  }
}
.p-top-benefit-heading {
  color: #0ABAB5;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-benefit-heading {
    font-size: 4rem;
    line-height: 1.325;
  }
}
@media screen and (min-width: 744px) {
  .p-top-benefit-heading {
    font-size: 5rem;
  }
}
.p-top-benefit__text1 {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-benefit__text1 {
    font-size: 2rem;
    padding: 8px 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-benefit__text1 {
    font-size: 2.4rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-top-benefit__text2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-benefit__text2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-top-benefit__bottom-arrow {
  width: 36.1rem;
  margin: 1.1rem auto 5rem;
}
.p-top-reason {
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-top-reason {
    padding-bottom: 7.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason {
    padding-bottom: 15rem;
  }
}
.p-top-reason-heading {
  color: #0ABAB5;
}
@media screen and (max-width: 743px) {
  .p-top-reason-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
.p-top-reason-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  max-width: max-content;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-reason-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-reason-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-reason-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason-heading__text2 {
    font-size: 5rem;
  }
}
.p-top-reason-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-reason-lead {
    max-width: 39rem;
    margin: 0 auto 4.6rem;
    font-size: 2rem;
  }
  .p-top-reason-lead p + p {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason-lead {
    font-size: 2.4rem;
    margin-bottom: 9rem;
  }
  .p-top-reason-lead p + p {
    margin-top: 2rem;
  }
}
.p-top-reason-lead::after {
  content: "";
  background-image: url(../images/common/char05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-reason-lead::after {
    width: 19.2rem;
    height: 25.5rem;
    top: -16.7rem;
    right: -5.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason-lead::after {
    width: 35rem;
    height: 46.5rem;
    bottom: -12rem;
    right: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-reason-lead::after {
    width: 19.6rem;
    height: 38.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason-lead__lg {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason .l-grid-item__texts {
    display: contents;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason .l-grid-item__image {
    order: 2;
  }
}
.p-top-reason__text1 {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-reason__text1 {
    order: 1;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-reason__text1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-reason__text2 {
    order: 3;
    margin-top: 16px;
  }
}
.p-top-voice {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .p-top-voice {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice__wrapper {
    padding-top: 3.5rem !important;
    padding-bottom: 4.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice__wrapper {
    padding-top: 6.6rem;
    padding-bottom: 11.5rem;
  }
}
.p-top-voice-heading {
  color: #0ABAB5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .p-top-voice-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-heading {
    display: flex;
    align-items: baseline;
  }
}
.p-top-voice-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  max-width: max-content;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-voice-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-voice-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-voice-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-heading__text2 {
    font-size: 5rem;
  }
}
.p-top-voice-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
.p-top-voice-lead p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .p-top-voice-lead {
    max-width: 39rem;
    margin: 0 auto 6.5rem;
    font-size: 2rem;
  }
  .p-top-voice-lead p + p {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-lead {
    font-size: 2.4rem;
    margin-bottom: 15rem;
  }
  .p-top-voice-lead p + p {
    margin-top: 2rem;
  }
}
.p-top-voice-lead::after {
  content: "";
  background-image: url(../images/common/char06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-top-voice-lead::after {
    width: 15.2rem;
    height: 23.5rem;
    top: -12.7rem;
    right: -2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-lead::after {
    width: 32.5rem;
    height: 50.2rem;
    bottom: -20.2rem;
    right: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-voice-lead::after {
    width: 19.6rem;
    height: 38.7rem;
    bottom: -3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-lead__lg {
    font-size: 3.2rem;
  }
}
.p-top-voice-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-voice-item {
    padding-bottom: 4.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-item {
    border-top: 5px solid #0ABAB5;
    padding-top: 5rem;
    padding-bottom: 5.9rem;
  }
}
.p-top-voice-item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 743px) {
  .p-top-voice-item:last-of-type {
    border-top: 5px solid #0ABAB5;
    padding-top: 4.7rem;
  }
}
.p-top-voice-item__title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 743px) {
  .p-top-voice-item__title {
    flex-direction: column;
    gap: 1.9rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-item__title {
    margin-bottom: 8px;
  }
}
.p-top-voice-item__title-cat {
  background-color: #0ABAB5;
  color: #fff;
  width: 11.7rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 1.8rem;
}
.p-top-voice-item__title-text {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
}
@media screen and (max-width: 743px) {
  .p-top-voice-item__title-text {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-item__title-text {
    font-size: 3.6rem;
  }
}
.p-top-voice-item__title-image {
  width: 28.3rem;
}
@media screen and (max-width: 743px) {
  .p-top-voice-item__title-image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice-item__title-image {
    padding-left: calc(11.7rem + 16px);
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice .l-grid-item__texts {
    display: contents;
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice .l-grid-item__image {
    order: 2;
  }
}
.p-top-voice__text1 {
  color: #48C0F0;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-voice__text1 {
    order: 1;
    font-size: 2rem;
    margin-bottom: 8px;
    justify-content: center;
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice__text1 {
    font-size: 2rem;
    margin-top: 24px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice__text2 {
    order: 3;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice__text2 {
    padding-left: 3.5rem;
  }
}
.p-top-voice__text3 {
  color: #48C0F0;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-voice__text3 {
    order: 1;
    font-size: 2.4rem;
    margin-bottom: 8px;
    justify-content: center;
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice__text3 {
    font-size: 2.4rem;
    margin-top: 5rem;
    margin-bottom: 4.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-voice__text4 {
    margin-top: 24px;
    order: 3;
  }
}
@media screen and (min-width: 744px) {
  .p-top-voice__text4 {
    padding-left: 3.5rem;
  }
}
.p-top-price {
  overflow: hidden;
}
.p-top-price-heading {
  color: #0ABAB5;
}
@media screen and (max-width: 743px) {
  .p-top-price-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
.p-top-price-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  max-width: max-content;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-price-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-price-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-top-price-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-heading__text2 {
    font-size: 5rem;
  }
}
.p-top-price-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-price-lead {
    max-width: 39rem;
    margin: 0 auto 4.6rem;
    font-size: 2rem;
  }
  .p-top-price-lead p + p {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-lead {
    font-size: 2.4rem;
    margin-bottom: 9rem;
  }
  .p-top-price-lead p + p {
    margin-top: 3.7rem;
  }
}
.p-top-price-lead::after {
  content: "";
  background-image: url(../images/common/char07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-price-lead::after {
    width: 16.8rem;
    height: 22.2rem;
    top: -25.7rem;
    right: -1.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-lead::after {
    width: 34.5rem;
    height: 42.6rem;
    bottom: 4rem;
    right: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-price-lead::after {
    width: 19.6rem;
    height: 38.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-price-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-lead__lg {
    font-size: 3.2rem;
  }
}
.p-top-price-detail {
  border: 5px solid #0ABAB5;
  border-radius: 2.1rem;
}
@media screen and (max-width: 743px) {
  .p-top-price-detail {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail {
    padding: 40px 6.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 3.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__img1 {
    max-width: 39rem;
    margin: 0 auto 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__img1 {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    max-width: 44.8rem;
    margin: 0 auto 1.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__img2 {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__img2 {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    margin-right: -2rem;
    transform: translateX(7rem);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-price-detail__img2 {
    width: 70%;
  }
}
.p-top-price-detail__title {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__title {
    order: 1;
    font-size: 2.4rem;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-price-detail__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__dl-container {
    margin: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__dl-container {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin-right: -7rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-price-detail__dl-container {
    display: grid;
    gap: 16px;
  }
}
.p-top-price-detail__dl {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__dl {
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-price-detail__dl {
    flex-direction: column;
  }
}
.p-top-price-detail__dt {
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__dt {
    width: 13.3rem;
    font-size: 2.4rem;
  }
}
.p-top-price-detail__dd {
  width: 13.3rem;
  font-weight: 900;
  display: flex;
  align-items: baseline;
  flex-grow: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 743px) {
  .p-top-price-detail__dd {
    max-width: max-content;
    font-size: 1.4rem;
    flex-wrap: wrap;
  }
  .p-top-price-detail__dd .-lg {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__dd {
    white-space: nowrap;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-price-detail__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-detail__dd .-lg {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-price-detail__dd .-lg {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-price-detail__dd {
    justify-content: flex-start;
    line-height: 1;
    width: 100%;
  }
}
.p-top-price-func {
  margin-top: 4rem;
}
.p-top-price-func__title {
  color: #0ABAB5;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-price-func__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-func__title {
    font-size: 2.4rem;
  }
}
.p-top-price-func__list {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  margin: auto;
  max-width: max-content;
}
.p-top-price-func__item {
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-price-func__item {
    order: 1;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-func__item {
    align-items: center;
    font-size: 2rem;
  }
}
.p-top-price-func__item::before {
  content: "";
  background-image: url(../images/common/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-top-price-func__item::before {
    width: 3.1rem;
    height: 3.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-func__item::before {
    width: 4.3rem;
    height: 4.3rem;
  }
}
.p-top-price-option {
  margin-top: 4rem;
}
.p-top-price-option__title {
  color: #0ABAB5;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-price-option__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-option__title {
    font-size: 2.4rem;
  }
}
.p-top-price-option__sub {
  color: #48C0F0;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-price-option__sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price-option__sub {
    font-size: 2rem;
  }
}
.p-top-price__text1 {
  color: #0ABAB5;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-price__text1 {
    order: 1;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-price__text1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-price__text2 {
    order: 3;
    margin-top: 16px;
  }
}
.p-top-suggest {
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-top-suggest {
    padding-bottom: 7.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest {
    padding-bottom: 9.3rem;
  }
}
.p-top-suggest-heading {
  color: #0ABAB5;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading {
    max-width: 39rem;
    margin: 0 auto;
  }
}
.p-top-suggest-heading__text1 {
  font-weight: 900;
  line-height: 1.45;
  display: block;
  max-width: max-content;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading__text1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-heading__text1 {
    font-size: 4rem;
  }
}
.p-top-suggest-heading__text2 {
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading__text2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-heading__text2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading__text2 .-sm {
    font-size: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-heading__text2 .-sm {
    font-size: 4rem;
  }
}
.p-top-suggest-heading-box {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading-box {
    max-width: 39rem;
    margin: 0 auto 4.6rem;
  }
}
.p-top-suggest-heading-box::after {
  content: "";
  background-image: url(../images/common/char05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-heading-box::after {
    width: 19.2rem;
    height: 25.5rem;
    top: 0.3rem;
    right: -3.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-heading-box::after {
    width: 35rem;
    height: 46.5rem;
    bottom: -12rem;
    right: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-suggest-heading-box::after {
    width: 19.6rem;
    height: 38.7rem;
    bottom: 0;
  }
}
.p-top-suggest-lead {
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-suggest-lead {
    text-align: center;
    max-width: 39rem;
    margin: 0 auto 1rem;
    font-size: 2rem;
  }
  .p-top-suggest-lead p + p {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-lead {
    text-align: center;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .p-top-suggest-lead p + p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-suggest-lead__lg {
    line-height: 1.46;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest-lead__lg {
    text-align: center;
    font-size: 3.2rem;
  }
}
.p-top-suggest__text1 {
  background-color: #0ABAB5;
  color: #fff;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: flex;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__text1 {
    order: 1;
    font-size: 3rem;
    margin-bottom: 8px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__text1 {
    font-size: 3.6rem;
    padding: 2.2rem;
    margin-top: 6.1rem;
    margin-bottom: 40px;
    max-width: 86.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-suggest__text2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__text2 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__text2 {
    margin-top: 40px;
  }
}
.p-top-suggest__text3 {
  margin-bottom: 5.8rem;
  text-align: center;
}
.p-top-suggest__list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: auto;
  max-width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__list {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__list {
    margin-bottom: 2.8rem;
  }
}
.p-top-suggest__item {
  font-weight: 500;
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__item {
    order: 1;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__item {
    line-height: 1.45;
    font-size: 2rem;
  }
}
.p-top-suggest__item::before {
  content: "";
  background-image: url(../images/common/icon-talk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__item::before {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__item::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-top-suggest__bottom {
  border-top: 5px solid #0ABAB5;
  border-bottom: 5px solid #0ABAB5;
  text-align: center;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.p-top-suggest__bottom p {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__bottom {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__bottom {
    padding: 1.5rem 0;
  }
}
.p-top-suggest__bottom::after {
  content: "";
  background-image: url(../images/common/char08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-suggest__bottom::after {
    width: 9.2rem;
    height: 11.9rem;
    top: -3.9rem;
    right: -3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-suggest__bottom::after {
    width: 16.2rem;
    height: 20.9rem;
    bottom: -4rem;
    right: 4.2rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-suggest__bottom::after {
    bottom: -8rem;
    width: 13.2rem;
    height: 15.9rem;
    right: 2rem;
  }
}
.p-top-suggest__bottom-text2 {
  background-color: #FDCF00;
  max-width: max-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .p-top-suggest__bottom-text2 {
    font-size: 2.2rem;
  }
}
.p-top-contact {
  overflow: hidden;
  background-color: #FF8C00;
}
@media screen and (max-width: 743px) {
  .p-top-contact {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-contact {
    padding-top: 9rem;
    padding-bottom: 7.6rem;
  }
}
.p-top-contact-heading {
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1.45;
}
@media screen and (max-width: 743px) {
  .p-top-contact-heading {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-contact-heading {
    font-size: 4rem;
    margin-bottom: 6.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-faq {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq {
    padding-bottom: 17.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq__wrapper {
    padding-top: 10rem;
  }
}
.p-top-faq-heading {
  color: #0ABAB5;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 743px) {
  .p-top-faq-heading {
    font-size: 4rem;
    line-height: 1.325;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq-heading {
    font-size: 5rem;
    margin-bottom: 10.8rem;
  }
}
.p-top-faq__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-faq__list {
    gap: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq__list {
    gap: 5rem;
  }
}
.p-top-faq__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-faq__item {
    gap: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq__item {
    gap: 24px;
  }
}
.p-top-faq__item-q {
  display: flex;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-faq__item-q {
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq__item-q {
    gap: 16px;
  }
}
.p-top-faq__item-q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  background-color: #0ABAB5;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  padding-bottom: 3px;
  transform: translateY(-5px);
}
.p-top-faq__item-q-inner {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
}
.p-top-faq__item-a {
  display: flex;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-faq__item-a {
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-faq__item-a {
    gap: 16px;
    padding-left: 2.2rem;
  }
}
.p-top-faq__item-a::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  background-color: #FF8C00;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  padding-bottom: 3px;
  transform: translateY(-5px);
}
.p-top-faq__item-a-inner {
  line-height: 1.5;
}
.p-single {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}