@charset "UTF-8";



:root {
  --content-width: 390px;
  --content-inner-width: 330px;
  --content-inner-width-w: 360px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

button {
  color: #444;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]) {
  color: #03c;
}

a:not([class]):visited {
  color: #639;
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #444;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
.l-body {
  background-color: #fff;
  color: #444;
}

.l-wrapper {
  position: relative;
  margin: auto;
  -webkit-box-shadow: 0 2px 14px -2px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, .25);
  background-color: #d0e3ea;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  width: 100%;
  min-width: 320px;
  max-width: 390px;
  overflow: hidden;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: -110%;
  left: 0;
  z-index: 20;
  -webkit-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  width: 100%;
}

.l-header.is-fixed {
  top: 0;
  -webkit-box-shadow: 0 3px 6px rgba(117, 117, 117, .16);
  box-shadow: 0 3px 6px rgba(117, 117, 117, .16);
}

.c-section-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

.c-section-title[data-en]::before {
  display: block;
  margin-bottom: 6px;
  margin-bottom: .375rem;
  color: #aea5a5;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1;
  content: attr(data-en);
}

.c-section-title__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-bottom: .625rem;
  color: #444;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
}

.c-section-title__sub::before, .c-section-title__sub::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  width: calc((100% - 3.75rem) / 2);
  height: 1px;
  height: .0625rem;
  content: '';
}

.c-section-title__sub::before {
  left: 0;
}

.c-section-title__sub::after {
  right: 0;
}

.c-totop {
  display: block;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background-color: #27acbb;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

.c-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.c-totop.is-active {
  visibility: visible;
  opacity: .7;
}

.c-totop.is-active:hover, .c-totop.is-active:focus {
  opacity: 1;
}

.p-about {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  overflow: visible;
}

.p-about__inner {
  margin-inline: 24px;
  margin-inline: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-about__inner--balance {
  padding-inline: 11px;
  padding-inline: .6875rem;
  margin-inline: 18px;
  margin-inline: 1.125rem;
}

.p-about__inner--connection {
  margin-inline: 20px;
  margin-inline: 1.25rem;
}

.p-about__inner--fukushin {
  margin-inline: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #d0e3ea;
  padding: 36px 26px;
  padding: 2.25rem 1.625rem;
}

.p-about__question {
  background-color: #2ea9b7;
  padding: 12px 18px;
  padding: .75rem 1.125rem;
}

.p-about__questionTitle {
  margin: 0;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.7;
  text-align: center;
}

.p-about__cycle {
  position: relative;
  margin: 46px 20px 0;
  margin: 2.875rem 1.25rem 0;
  padding: 0 6px 8px;
  padding: 0 .375rem .5rem;
}

.p-about__cycle img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about__connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  background: url('../img/refine-circle.png') no-repeat center;
  background-size: calc(100% + .5rem);
  width: 351px;
  width: 21.9375rem;
  height: 185px;
  height: 11.5625rem;
}

.p-about__connectionText {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 152px;
  width: 9.5rem;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-about__connectionLine {
  margin: 0;
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
}

.p-about__connectionMain {
  margin: 0;
  width: 249px;
  width: 15.5625rem;
  color: #2ea9b7;
  font-size: 31px;
  font-size: 1.9375rem;
}

.p-about__bodyText {
  margin: 68px 0 16px;
  margin: 4.25rem 0 1rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-about__bodyText p {
  margin: 0;
}

.p-about__bodyText p + p {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-about__loopBanner {
  aspect-ratio: 350/91;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../img/refine-arrow.png') no-repeat center;
  background-size: contain;
  text-align: center;
}

.p-about__loopText {
  margin: 0;
  margin-top: -8px;
  margin-top: -.5rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-about__balance {
  padding: 14px 0 25px;
  padding: .875rem 0 1.5625rem;
  text-align: center;
}

.p-about__balancePre, .p-about__balancePost {
  margin: 0;
  color: #000;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1.5;
}

.p-about__balanceBox {
  margin-top: 12px;
  margin-top: .75rem;
  -webkit-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .25);
  box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .25);
  background-color: #2ea9b7;
  padding: 11px;
  padding: .6875rem;
}

.p-about__balanceBox p {
  margin: 0;
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-about__bgSection {
  padding-block: 18px;
  padding-block: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-top: .9375rem;
  margin-bottom: 57px;
  margin-bottom: 3.5625rem;
  background-image: url('../img/about-bg-acupuncture.png');
  background-position: center;
  background-size: cover;
}

.p-about__bgTitle {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px;
  padding: 1.25rem;
  color: #333;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-about__bgTitleUnderline {
  -webkit-box-decoration-break: clone;
  display: inline;
  box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(54%, transparent), color-stop(54%, #ffd680), to(#ffd680));
  background-image: linear-gradient(to bottom, transparent 0, transparent 54%, #ffd680 54%, #ffd680 100%);
  padding: 0 .02em;
  color: #333;
}

.p-about__fukushinTitle {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.3;
  text-align: center;
}

.p-about__fukushinTitleMain {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.07em;
}

.p-about__fukushinText {
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-about__fukushinText p {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.p-about__fukushinText p:last-child {
  margin-bottom: 0;
}

.p-access {
  border-bottom-right-radius: 60px;
  border-bottom-right-radius: 3.75rem;
  background-color: #fff;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  width: 100%;
  overflow: hidden;
}

.p-access__inner {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-access__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-access__title {
  color: #444;
  font-family: 'YuMincho', '游明朝', serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .06em;
}

.p-access__map {
  aspect-ratio: 330/230;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-access__mapText {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: .04em;
}

.p-access__address {
  margin: 9px 0 65px 16px;
  margin: .5625rem 0 4.0625rem 1rem;
  color: #000;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.8;
}

.p-profile__head {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.p-profile__inner {
  gap: 26px;
  gap: 1.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-profile__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 5px 4px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 5px 4px 4px 0 rgba(0, 0, 0, .15);
  width: 174px;
  width: 10.875rem;
  min-height: 200px;
  min-height: 12.5rem;
  overflow: hidden;
}

.p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-profile__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.p-profile__name {
  margin-top: 12px;
  margin-top: .75rem;
  color: #444;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}

.p-profile__nameEn {
  margin-bottom: 15px;
  margin-bottom: .9375rem;
  color: #717171;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  text-align: center;
}

.p-profile__license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-profile__licenseTitle {
  margin-bottom: 10px;
  margin-bottom: .625rem;
  border-top: 1px solid #d0e3ea;
  border-bottom: 1px solid #d0e3ea;
  color: #444;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  text-align: center;
}

.p-profile__licenseList {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 9.5px;
  font-size: .59375rem;
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  overflow-wrap: break-word;
}

.p-profile__btnWrap {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-btn-detail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  -webkit-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .25);
  box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .25);
  border: none;
  border-radius: 5rem;
  background-color: #d0e3ea;
  padding: 13px 30px;
  padding: .8125rem 1.875rem;
  width: 200px;
  width: 12.5rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.c-btn-detail:hover {
  opacity: .8;
}

.c-btn-detail::after {
  position: absolute;
  top: 50%;
  right: 18px;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  background: url('../img/icon-triangle-down.svg') no-repeat center/contain;
  width: 10px;
  width: .625rem;
  height: 6px;
  height: .375rem;
  content: '';
}

.c-btn-detail.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-profile__detail {
  width: 100%;
}

.p-profile__historyList {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-profile__historyItem {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-profile__historyItem::before {
  position: absolute;
  top: 3px;
  top: .1875rem;
  left: 0;
  background: url('../img/icon-bullet-arrow.svg') no-repeat center/contain;
  width: 10px;
  width: .625rem;
  height: 17px;
  height: 1.0625rem;
  content: '';
}

.p-cause {
  margin-top: 54px;
  color: #444;
}

.p-cause__inner {
  margin-inline: 20px;
  margin-inline: 1.25rem;
  background-color: rgba(141, 140, 140, .6);
  padding: 38px 10px 37px;
  padding: 2.375rem .625rem 2.3125rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-cause__header {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-cause__troubleWrap {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-cause__line {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 0;
  max-width: 135px;
  max-width: 8.4375rem;
  height: 5px;
  height: .3125rem;
}

.p-cause__line::before, .p-cause__line::after {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #444;
  height: 1px;
  content: '';
}

.p-cause__line::before {
  top: 0;
}

.p-cause__line::after {
  bottom: 0;
}

.p-cause__trouble {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  width: 3.75rem;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.p-cause__title {
  margin: 0;
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
}

.p-cause__border {
  border-bottom: 3px double #444;
  width: 100%;
}

.p-cause__list {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.p-cause__item {
  margin: 0;
  border: 1px solid #aea5a5;
  background-color: #efefef;
  overflow: hidden;
}

.p-cause__triggerWrap {
  margin: 0;
  padding: 0;
}

.p-cause__trigger {
  padding-inline: 15px;
  padding-inline: .9375rem;
  padding-block: 10px 11px;
  padding-block: .625rem .6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  width: 100%;
  min-height: 50px;
  min-height: 3.125rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: left;
}

.p-cause__trigger::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  margin-left: 8px;
  margin-left: .5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23444444'/%3E%3Cpath d='M6 8l4 4 4-4' stroke='%23efefef' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.p-cause__trigger.active {
  border-bottom-color: #aea5a5;
}

.p-cause__trigger.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-cause__trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.p-cause__content {
  display: none;
  margin: 0;
  border: none;
  background-color: #efefef;
  padding: 8px 17px;
  padding: .5rem 1.0625rem;
}

.p-cause__contentText {
  margin: 0;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-cause__contentText + .p-cause__contentText {
  margin-top: 1em;
}

.p-cause__neglect {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: url('../img/cause-neglect-bg.svg') no-repeat center/100% 100%;
  width: 100%;
  max-width: 390px;
  max-width: 24.375rem;
  min-height: 201px;
  min-height: 12.5625rem;
  color: #fff;
}

.p-cause__neglectInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 28px;
  padding: 1.25rem .9375rem 1.75rem;
}

.p-cause__neglectBadge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -43px;
  margin-top: -2.6875rem;
  background-color: #444;
  padding: 13px 10px;
  padding: .8125rem .625rem;
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: center;
}

.p-cause__neglectArrow {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 17px;
  margin-top: 1.0625rem;
  background: url('../img/cause-neglect-arrow.svg') no-repeat center/contain;
  width: 12px;
  width: .75rem;
  height: 40px;
  height: 2.5rem;
}

.p-cause__neglectTextWrap {
  padding-inline: 37px;
  padding-inline: 2.3125rem;
  margin-top: 15px;
  margin-top: .9375rem;
}

.p-cause__neglectText {
  margin-top: 0;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.p-cause__bottom {
  position: relative;
  z-index: 1;
  margin-top: 49px;
  margin-top: 3.0625rem;
  color: #333;
}

.p-cause__bottomInner {
  padding-block: 41px 53px;
  padding-block: 2.5625rem 3.3125rem;
  padding-inline: 48px;
  padding-inline: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-cause__bottomLine {
  margin: 0;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.p-cause__bottomLine strong {
  font-weight: 700;
}

.p-cause__bottomLine--head {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px 15px 29px;
  padding: .75rem .9375rem 1.8125rem;
  width: calc(100% - 2.5rem);
  max-width: 350px;
  max-width: 21.875rem;
}

.p-cta__subtitle {
  margin-bottom: 13px;
  margin-bottom: .8125rem;
  color: #2ea9b7;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.5;
  text-align: center;
}

.p-cta__priceBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
}

.p-cta__priceBoxInner {
  row-gap: 3px;
  row-gap: .1875rem;
  display: grid;
  grid-template-areas: 'before limited' 'discount main';
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .375rem;
  -moz-column-gap: .375rem;
  column-gap: .375rem;
  width: 100%;
}

.p-cta__priceBeforeWrapper {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: before;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-cta__priceLabel {
  margin-left: 2px;
  margin-left: .125rem;
  border: .5px solid #444;
  padding: 2px 4px;
  padding: .125rem .25rem;
  color: #000;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.p-cta__priceBefore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
  padding-top: .4375rem;
}

.p-cta__priceTime {
  color: #444;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
}

.p-cta__priceStrike {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #444;
}

.p-cta__priceStrike::after {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  background-color: #444;
  width: 120%;
  height: 1px;
  content: '';
}

.p-cta__priceAmount {
  font-family: 'Futura', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.p-cta__priceCurrency {
  margin-left: 2px;
  margin-left: .125rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.p-cta__priceLimited {
  margin-block: 5px;
  margin-block: .3125rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 1px solid #efa309;
  border-bottom: 1px solid #efa309;
  padding: 3px 0;
  padding: .1875rem 0;
  width: 90%;
  color: #efa309;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
}

.p-cta__priceDiscount {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: discount;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  margin-top: 5px;
  margin-top: .3125rem;
  margin-left: 4px;
  margin-left: .25rem;
  background-color: #2ea9b7;
  padding-right: 3px;
  padding-right: .1875rem;
  width: clamp(105px, 28vw, 120px);
  width: clamp(6.5625rem, 28vw, 7.5rem);
  height: 66px;
  height: 4.125rem;
  color: #fff;
}

.p-cta__discountNumber {
  font-family: 'Futura', sans-serif;
  font-size: clamp(34px, 9vw, 42px);
  font-size: clamp(2.125rem, 9vw, 2.625rem);
  font-weight: 500;
  line-height: 1;
}

.p-cta__discountLabel {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-cta__priceMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: main;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #efa309;
  white-space: nowrap;
}

.p-cta__priceRAmount {
  font-family: 'Futura', sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-cta__priceRCurrency {
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: clamp(24px, 6vw, 30px);
  font-size: clamp(1.5rem, 6vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1;
}

.p-cta__btnWrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-cta__btnItem {
  position: relative;
  margin-top: 15px;
  margin-top: .9375rem;
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
}

.p-cta__btnBadge {
  position: absolute;
  top: -16px;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 1.25rem;
  background-color: #efa309;
  padding: 5px 18px;
  padding: .3125rem 1.125rem;
  width: 100%;
  max-width: 206px;
  color: #fff;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: -.07em;
  text-align: center;
}

.p-cta__btnBadge::after {
  position: absolute;
  bottom: -4px;
  bottom: -.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-width: .3125rem .3125rem 0 .3125rem;
  border-style: solid;
  border-color: #efa309 transparent transparent transparent;
  content: '';
}

.p-cta--second {
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.c-btn-whatsapp,
.c-btn-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .25);
  box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .25);
  border-radius: 2.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
  height: 58px;
  height: 3.625rem;
  color: #fff;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.c-btn-whatsapp::after,
.c-btn-online::after {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.c-btn-whatsapp {
  background: -webkit-gradient(linear, left bottom, left top, from(#03983a), to(#79cb9a));
  background: linear-gradient(to top, #03983a 0%, #79cb9a 100%);
  padding-right: 48px;
  padding-right: 3rem;
}

.c-btn-whatsapp::before {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  margin-right: .5rem;
  background-image: url('../img/icon-whatsapp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.c-btn-whatsapp::after {
  background-image: url('../img/cta-link.png');
}

.c-btn-whatsapp__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}

.c-btn-online {
  background: -webkit-gradient(linear, left bottom, left top, from(#27acbb), to(#79c1cb));
  background: linear-gradient(to top, #27acbb 0%, #79c1cb 100%);
}

.c-btn-online::after {
  background-image: url('../img/cta-link-r.png');
}

.p-disorder__inner {
  margin-inline: 20px;
  margin-inline: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .625rem;
  background-color: #fff;
  padding: 36px 20px 65px;
  padding: 2.25rem 1.25rem 4.0625rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-disorder__head {
  position: relative;
}

.p-disorder__head::before {
  position: absolute;
  top: 48%;
  left: -10px;
  left: -.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/disorder__head-left.png') no-repeat center/contain;
  width: 11px;
  width: .6875rem;
  height: 60px;
  height: 3.75rem;
  content: '';
}

.p-disorder__head::after {
  position: absolute;
  top: 48%;
  right: -10px;
  right: -.625rem;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  background: url('../img/disorder__head-right.png') no-repeat center/contain;
  width: 11px;
  width: .6875rem;
  height: 60px;
  height: 3.75rem;
  content: '';
}

.p-disorder__title {
  margin: 0;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(21px, 21px + (100vw - 375px) * 1 / 15, 22px);
  font-size: clamp(1.3125rem, 21px + (100vw - 375px) * 1 / 15, 1.375rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.p-disorder__grid {
  gap: 12px;
  gap: .75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
  margin-top: .875rem;
}

.p-disorder__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .1875rem;
  background-color: #7d7d7d;
  padding: 5px;
  padding: .3125rem;
  height: 94px;
  height: 5.875rem;
  color: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-disorder__itemText {
  margin: 0;
}

.p-disorder__item--small {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.2;
}

.p-disorder-flow {
  position: relative;
  z-index: 0;
}

.p-disorder-flow__inner {
  padding-inline: 57px;
  padding-inline: 3.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-disorder-flow__text {
  margin: 0;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-disorder-flow__text--spacer {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-disorder-flow__lead {
  margin: 0;
  background-color: #444;
  padding: 8px 14px;
  padding: .5rem .875rem;
  color: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-disorder-flow__chips {
  padding-inline: 8px;
  padding-inline: .5rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  overflow: hidden;
}

.p-disorder-flow__row {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 0;
}

.p-disorder-flow__row + .p-disorder-flow__row {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-disorder-flow__chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: .25rem;
  background-color: #5c5c5c;
  padding: 0 14px;
  padding: 0 .875rem;
  min-width: 0;
  height: 30px;
  height: 1.875rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(14px, 14px + (100vw - 375px) * 2 / 15, 16px);
  font-size: clamp(.875rem, 14px + (100vw - 375px) * 2 / 15, 1rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1;
  white-space: nowrap;
}

.p-faq {
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #fff;
}

.p-faq__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 25px;
  padding: 2.5rem 1.5625rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-faq__head {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
  text-align: center;
}

.p-faq__headEn {
  opacity: .3;
  margin: 0;
  color: #d9d9d9;
  font-family: 'Futura', sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq__headJa {
  margin: -28px 0 0;
  margin: -1.75rem 0 0;
  color: #2ea9b7;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
}

.p-faq__list {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-faq__item {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-faq__q {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d0e3ea;
  padding: 10px 0;
  padding: .625rem 0;
  width: 300px;
  width: 18.75rem;
}

.p-faq__qMark {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 4px;
  padding-top: .25rem;
  width: 45px;
  width: 2.8125rem;
  color: #2ea9b7;
  font-family: 'Futura', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq__qText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  min-width: 0;
  max-width: 255px;
  max-width: 15.9375rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.2;
}

.p-faq__a {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 300px;
  width: 18.75rem;
}

.p-faq__aMark {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 4px;
  padding-top: .25rem;
  width: 45px;
  width: 2.8125rem;
  color: #efa309;
  font-family: 'Futura', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq__aText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-faq__aText p {
  margin: 0;
}

.p-faq__aText p + p {
  margin-top: 1em;
}

.p-faq__note {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-faq__noteBody {
  width: 330px;
  width: 20.625rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-faq__noteBody p {
  margin: 0;
}

.p-faq__noteBody p + p {
  margin-top: 4px;
  margin-top: .25rem;
}

.p-faq__noteTitle {
  margin-bottom: 4px;
  margin-bottom: .25rem;
  font-weight: 700;
}

.p-faq__noteSpacer {
  margin: 8px 0;
  margin: .5rem 0;
  min-height: .5em;
}

.p-faq__divider {
  border: none;
  background: url('../img/faq-divider.svg') no-repeat center/contain;
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
  height: 1px;
}

.p-footer-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  -webkit-box-shadow: 0 -.125rem .625rem rgba(0, 0, 0, .08);
  box-shadow: 0 -.125rem .625rem rgba(0, 0, 0, .08);
  background-color: #fff;
  width: 100%;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-footer-cta__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  background-color: #efa309;
  padding: 3px 0;
  padding: .1875rem 0;
  height: 20px;
  height: 1.25rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.p-footer-cta__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.p-footer-cta__btn {
  display: block;
  position: relative;
  height: 64px;
  height: 4rem;
  color: #fff;
  text-decoration: none;
}

.p-footer-cta__btn--whatsapp {
  background-color: #03983a;
  padding: 23px 6px;
  padding: 1.4375rem .375rem;
}

.p-footer-cta__btn--online {
  background-color: #2ea9b7;
  padding: 22px 6px;
  padding: 1.375rem .375rem;
}

.p-footer-cta__btnInner {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.p-footer-cta__btn--whatsapp::before {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(calc(-50% - 4.625rem), -50%);
  transform: translate(calc(-50% - 4.625rem), -50%);
  background: url('../img/icon-whatsapp.svg') no-repeat center/contain;
  width: 14px;
  width: .875rem;
  height: 14px;
  height: .875rem;
  content: '';
}

.p-footer-cta__text {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-footer-cta__btn::after {
  position: absolute;
  top: 50%;
  right: 8px;
  right: .5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-footer-cta__btn--whatsapp::after {
  right: 4px;
  right: .25rem;
  background-image: url('../img/cta-link.png');
  width: 14px;
  width: .875rem;
  height: 14px;
  height: .875rem;
}

.p-footer-cta__btn--online::after {
  background-image: url('../img/cta-link-r.png');
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.p-fv {
  position: relative;
  margin-bottom: 95px;
  margin-bottom: 5.9375rem;
  width: 100%;
}

.p-fv__body {
  font-family: 'Noto Serif JP', serif;
}

.p-fv__body .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-fv__imageArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url('../img/fv-img.jpg') no-repeat center center/cover;
  min-height: 362px;
  min-height: 22.625rem;
}

.p-fv__imageArea .l-container {
  width: 100%;
}

.p-fv__topTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  padding-top: 5px;
  padding-top: .3125rem;
  color: #444;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}

.p-fv__topTitle::after {
  aspect-ratio: 638/24;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 9px;
  margin-top: .5625rem;
  background: url('../img/fv-title-line.png') no-repeat center/contain;
  width: 314px;
  width: 19.625rem;
  content: '';
}

.p-fv__topTitleSmall {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

.p-fv__topTitleLarge {
  font-size: 26px;
  font-size: 1.625rem;
}

.p-fv__labels {
  padding-block: 4px 11px;
  padding-block: .25rem .6875rem;
  padding-inline: 10px;
  padding-inline: .625rem;
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27acbb;
}

.p-fv__appeal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}

.p-fv__labelLine {
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  line-height: normal;
}

.p-fv__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1px;
  margin-bottom: .0625rem;
  margin-left: 3px;
  margin-left: .1875rem;
  background-color: #333;
  width: 201px;
  width: 12.5625rem;
  height: 35px;
  height: 2.1875rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.p-fv__title {
  padding-inline: 18px;
  padding-block: 4px 13px;
  padding-block: .25rem .8125rem;
  background-color: #fff;
  color: #2ea9b7;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-fv__titleTop {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: .04em;
  letter-spacing: .04em;
  line-height: 1.4;
}

.p-fv__titleBottom {
  font-size: 43px;
  font-size: 2.6875rem;
  letter-spacing: .04em;
}

.p-fv__points {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  margin-bottom: -60px;
  margin-bottom: -3.75rem;
}

.p-fv__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  color: #2ea9b7;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.4;
  text-align: center;
}

.p-fv__point::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #2ea9b7;
  border: .0625rem solid #2ea9b7;
  border-radius: 50%;
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  pointer-events: none;
  content: '';
}

.p-fv__point--small {
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .04em;
}

.p-fv__pointEm {
  border-bottom: none;
  text-decoration: underline;
}

.p-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 20;
  background-color: #d0e3ea;
  padding: 10px 6px;
  padding: .625rem .375rem;
  height: 80px;
  height: 5rem;
}

.p-header__logo {
  margin: 0;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.p-header__logo a {
  display: block;
  height: 100%;
}

.p-header__logo img {
  width: auto;
  height: 100%;
}

.p-header__cta .c-btn-cta {
  padding: 0 44px;
  padding: 0 2.75rem;
  height: 60px;
  height: 3.75rem;
  font-size: 12px;
  font-size: .75rem;
}

.c-btn-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
  border: 1px solid #027b2f;
  border: .0625rem solid #027b2f;
  border-radius: 1.875rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(82.61%, #03983a), color-stop(95%, #79cb9a));
  background: linear-gradient(360deg, #03983a 82.61%, #79cb9a 95%);
  padding: 20px min(10.4vw, 30px) 15px min(7.2vw, 30px);
  padding: 1.25rem min(10.4vw, 1.875rem) .9375rem min(7.2vw, 1.875rem);
  height: 60px;
  height: 3.75rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.07em;
  text-decoration: none;
  word-break: keep-all;
}

.c-btn-cta:hover {
  opacity: .85;
}

.c-btn-cta::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(4.62vw, 16px);
  left: min(4.62vw, 1rem);
  margin: auto;
  background: url('../img/icon-whatsapp.png') no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  content: '';
}

.c-btn-cta::after {
  position: absolute;
  top: 0;
  right: min(4.62vw, 18px);
  right: min(4.62vw, 1.125rem);
  bottom: 0;
  margin: auto;
  background: url('../img/cta-link.png') no-repeat;
  background-size: contain;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: '';
}

.p-how {
  background-color: #fff;
  padding: 40px 10px 60px;
  padding: 2.5rem .625rem 3.75rem;
}

.p-how__intro {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  max-width: var(--content-inner-width-w);
}

.p-how__introLead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #d0e3ea;
  padding: 10px;
  padding: .625rem;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.p-how__introText {
  margin: 0;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  max-width: 360px;
  max-width: 22.5rem;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.p-how__box {
  margin: 0 auto;
  width: 100%;
  max-width: var(--content-inner-width-w);
}

.p-how__item {
  border: 2px solid #2ea9b7;
  background-color: #f9fdff;
  padding: 0 15px 20px;
  padding: 0 .9375rem 1.25rem;
}

.p-how__item + .p-how__item {
  position: relative;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-how__item + .p-how__item::before {
  display: block;
  position: absolute;
  top: -62px;
  top: -3.875rem;
  right: 0;
  left: 0;
  margin: auto;
  background: url('../img/triangle.png') no-repeat;
  background-size: contain;
  width: 96px;
  width: 6rem;
  height: 18px;
  height: 1.125rem;
  content: '';
}

.p-how__title {
  margin-top: -17px;
  margin-top: -1.0625rem;
  border-radius: 2.5rem;
  background-color: #2ea9b7;
  padding: 10px 30px;
  padding: .625rem 1.875rem;
  max-width: 348px;
  max-width: 21.75rem;
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: center;
}

.p-how__item--1 {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
}

.p-how__item--1 .p-how__img {
  margin-bottom: 0;
}

.p-how__item--2 {
  text-align: center;
}

.p-how__item--2 .p-how__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 330px;
  max-width: 20.625rem;
  min-height: 40px;
  min-height: 2.5rem;
}

.p-how__item--2 .p-how__img {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-how__ba {
  margin-block: 20px;
  margin-block: 1.25rem;
}

.p-how__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-how__baLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 6px 10px;
  padding: .375rem .625rem;
  min-height: 38px;
  min-height: 2.375rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-how__baLabel--after {
  background-color: #efa309;
}

.p-how__baLabel--later {
  background-color: #959393;
}

.p-how__note {
  margin: 0;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-how__planLead {
  margin-block: 20px 12px;
  margin-block: 1.25rem .75rem;
  color: #444;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.p-how__planLead p {
  margin: 0;
}

.p-how__planLead p + p {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-how__visit {
  padding-top: 10px;
  padding-top: .625rem;
}

.p-how__visitHead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 12px;
  margin: 0 0 .75rem;
  padding: 0;
  font-weight: 700;
  list-style: none;
}

.p-how__visitHead li {
  position: relative;
  margin-right: 4px;
  margin-right: .25rem;
  margin-left: -4px;
  margin-left: -.25rem;
  padding: 8px 0;
  padding: .5rem 0;
  line-height: 1;
}

.p-how__visitHead li:first-child {
  margin-left: 0;
}

.p-how__visitHead li::after {
  position: absolute;
  top: 0;
  right: -4px;
  right: -.25rem;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-width: 16px 0 16px 4px;
  border-width: 1rem 0 1rem .25rem;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  content: '';
}

.p-how__visitHead li:nth-child(1) {
  background-color: #d0e3ea;
}

.p-how__visitHead li:nth-child(2) {
  background-color: #b6ddeb;
}

.p-how__visitHead li:nth-child(3) {
  background-color: #6dbec7;
  color: #fff;
}

.p-how__visitHead li:nth-child(1)::after {
  border-left-color: #d0e3ea;
}

.p-how__visitHead li:nth-child(2)::after {
  border-left-color: #b6ddeb;
}

.p-how__visitHead li:nth-child(3)::after {
  border-left-color: #6dbec7;
}

.p-how__visitContent {
  border: 1px solid #959393;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
}

.p-how__visitContent tr:nth-child(1) td {
  vertical-align: middle;
  text-align: center;
}

.p-how__visitContent tr:nth-child(2) td {
  vertical-align: middle;
  text-align: center;
}

.p-how__visitContent td {
  vertical-align: top;
  border: 1px solid #959393;
  padding: 5px 2px;
  padding: .3125rem .125rem;
  width: 33.3333333333%;
  font-size: 12px;
  font-size: .75rem;
}

.p-how__visitContent em {
  font-size: 12px;
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.07em;
}

.p-how__visitContent small {
  display: block;
  font-size: 10px;
  font-size: .625rem;
}

.p-mechanism {
  background-color: #fff;
}

.p-mechanism__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 36px;
  padding-top: 2.25rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-mechanism__title {
  padding-inline: 75px;
  padding-inline: 4.6875rem;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-mechanism__card {
  background-color: #fff;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-mechanism__card + .p-mechanism__card {
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-mechanism__cardLead {
  padding-inline: 30px;
  padding-inline: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #27acbb;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: center;
}

.p-mechanism__media {
  -webkit-mask-image: url('../img/mechanism-mask.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url('../img/mechanism-mask.svg');
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  margin: 0 auto;
  width: 314px;
  width: 19.625rem;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
}

.p-mechanism__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mechanism__text {
  padding-inline: 35px;
  padding-inline: 2.1875rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
  color: #444;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
}

.p-mechanism__text p {
  margin: 0;
}

.p-mechanism__text p + p {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-reason__title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-bottom: .625rem;
  line-height: 1;
}

.p-reason__title::before {
  position: absolute;
  top: 27px;
  top: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: #2ea9b7;
  width: 100vw;
  height: 1px;
  content: '';
}

.p-reason__titleHead {
  display: block;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  border-radius: 1.875rem;
  background-color: #2ea9b7;
  padding: 8px 20px;
  padding: .5rem 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-reason__titleBottom {
  display: block;
  position: relative;
  margin: 12px auto 0;
  margin: .75rem auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-reason__titleBottom::before, .p-reason__titleBottom::after {
  position: absolute;
  bottom: 0;
  width: 12px;
  width: .75rem;
  height: 34px;
  height: 2.125rem;
  content: '';
}

.p-reason__titleBottom::before {
  left: -32px;
  left: -2rem;
  background: url('../img/reason-title-l.png') no-repeat;
  background-size: contain;
}

.p-reason__titleBottom::after {
  right: -32px;
  right: -2rem;
  background: url('../img/reason-title-r.png') no-repeat;
  background-size: contain;
}

.p-reason__titleBottom em {
  font-size: clamp(16px, 10.3vw, 40px);
  font-style: normal;
}

.p-reason__box {
  margin: auto;
  width: 90%;
  max-width: 330px;
}

.p-reason__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-reason__itemTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-reason__itemNo {
  position: absolute;
  background-color: #d0e3ea;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Futura', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-reason__itemNo em {
  color: #2ea9b7;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
}

.p-reason__item:nth-child(odd) .p-reason__itemNo {
  top: -10px;
  top: -.625rem;
  left: 0;
  padding-right: 5px;
  padding-right: .3125rem;
}

.p-reason__item:nth-child(even) .p-reason__itemNo {
  right: 0;
  bottom: -10px;
  bottom: -.625rem;
  padding-left: 5px;
  padding-left: .3125rem;
}

.p-reason__noline {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d0e3ea;
  height: 1px;
}

.p-reason__itemText {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 10px 0;
  padding: .625rem 0;
  width: 100%;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.p-reason__item:nth-child(odd) .p-reason__itemText {
  padding-left: 10px;
  padding-left: .625rem;
  text-align: right;
}

.p-reason__item:nth-child(even) .p-reason__itemText {
  padding-right: 10px;
  padding-right: .625rem;
  text-align: left;
}

.p-reason__itemContent {
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-refine {
  margin-top: -20px;
  margin-top: -1.25rem;
  background-color: #fff;
  padding: 40px 0;
  padding: 2.5rem 0;
}

.p-refine .c-section-title {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-refine .c-section-title em {
  font-size: 28px;
  font-size: 1.75rem;
  font-style: normal;
}

.p-refine .c-section-title em.u-color-primary {
  font-size: 32px;
  font-size: 2rem;
}

.p-refine__titleHead {
  display: block;
  margin: auto;
  border-radius: 1rem;
  background-color: #2ea9b7;
  padding: 6px 10px;
  padding: .375rem .625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.p-refine__head {
  position: relative;
  border-radius: 0 2.5rem 0 2.5rem;
  background-color: #f0fdff;
  padding: 30px 5px;
  padding: 1.875rem .3125rem;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  text-align: center;
}

.p-refine__head span {
  display: block;
  position: absolute;
  background-color: #aea5a5;
}

.p-refine__head span:nth-child(odd) {
  width: 1px;
  height: 40px;
  height: 2.5rem;
}

.p-refine__head span:nth-child(even) {
  width: 76px;
  width: 4.75rem;
  height: 1px;
}

.p-refine__head span:nth-child(1) {
  top: -10px;
  top: -.625rem;
  left: 0;
}

.p-refine__head span:nth-child(2) {
  top: 0;
  left: -10px;
  left: -.625rem;
}

.p-refine__head span:nth-child(3) {
  right: 0;
  bottom: -10px;
  bottom: -.625rem;
}

.p-refine__head span:nth-child(4) {
  right: -10px;
  right: -.625rem;
  bottom: 0;
}

.p-refine__headText1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-refine__headText2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-refine__content {
  letter-spacing: 0;
}

.p-refine__content::before {
  display: block;
  margin: 40px auto 20px;
  margin: 2.5rem auto 1.25rem;
  background: url('../img/triangle.png') no-repeat;
  background-size: contain;
  width: 96px;
  width: 6rem;
  height: 18px;
  height: 1.125rem;
  content: '';
}

.p-refine__img {
  background-color: #f0fdff;
  padding: 20px 23px;
  padding: 1.25rem 1.4375rem;
}

.p-refine__imgText {
  margin-top: 10px;
  margin-top: .625rem;
  border: 1px solid #2ea9b7;
  background-color: #fff;
  padding: 0 12px;
  padding: 0 .75rem;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-refine__circle {
  aspect-ratio: 380/210;
  display: grid;
  position: relative;
  place-content: center;
  z-index: 1;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  background: url('../img/refine-circle.png') no-repeat;
  background-size: contain;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.p-refine__circle em {
  font-size: 36px;
  font-size: 2.25rem;
  font-style: normal;
}

.p-refine__circle::after {
  display: block;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
  background: url('../img/triangle.png') no-repeat;
  background-size: contain;
  width: 96px;
  width: 6rem;
  height: 18px;
  height: 1.125rem;
  content: '';
}

.p-refine__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.p-refine__arrow {
  aspect-ratio: 310/120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px auto 0;
  margin: .375rem auto 0;
  background: url('../img/refine-arrow.png') no-repeat;
  background-size: contain;
}

.p-refine__arrow strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.p-refine__lastText {
  margin-top: 14px;
  margin-top: .875rem;
  border-radius: 3.75rem 0 0 0;
  background-color: #2ea9b7;
  padding: 15px 0;
  padding: .9375rem 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-refine__lastText em {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}

.p-select-reason {
  background-color: #fff;
}

.p-select-reason__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 67px 20px 50px;
  padding: 4.1875rem 1.25rem 3.125rem;
  max-width: 390px;
  max-width: 24.375rem;
}

.p-select-reason__title {
  padding-inline: 45px;
  padding-inline: 2.8125rem;
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.5;
  text-align: center;
}

.p-select-reason__card {
  position: relative;
  background-color: rgba(208, 227, 234, .5);
  padding: 37px 20px 28px;
  padding: 2.3125rem 1.25rem 1.75rem;
}

.p-select-reason__card + .p-select-reason__card {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-select-reason__badge {
  display: grid;
  position: absolute;
  top: -18px;
  top: -1.125rem;
  left: 50%;
  place-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #efa309;
  width: 151px;
  width: 9.4375rem;
  height: 36px;
  height: 2.25rem;
  color: #fff;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: .9;
}

.p-select-reason__cardTitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #333;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-select-reason__media {
  margin-bottom: 11px;
  margin-bottom: .6875rem;
  width: 100%;
  max-width: 306px;
  max-width: 19.125rem;
  height: 180px;
  height: 11.25rem;
}

.p-select-reason__text {
  color: #333;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-select-reason__text p {
  margin: 0;
}

.p-select-reason__text p + p {
  margin-top: 1em;
}

.p-select-reason__textLead {
  margin: 0 0 8px;
  margin: 0 0 .5rem;
}

.p-select-reason__bulletList {
  margin: 8px 0 0;
  margin: .5rem 0 0;
  padding-left: 1.25em;
  list-style-type: disc;
}

.p-select-reason__bulletList li {
  margin-top: .5em;
}

.p-select-reason__bulletList li:first-child {
  margin-top: 0;
}

.p-voice {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

.p-voice__inner {
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 .9375rem;
  width: 100%;
}

.p-voice .c-section-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.p-voice__box iframe {
  aspect-ratio: 351/230;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/************************************************************************
* visible device
************************************************************************/
.u-onlyPc {
  display: none;
}

.u-onlyTab {
  display: none;
}

.u-onlySp {
  display: none;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

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

.u-overflowHidden {
  overflow: hidden !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 330px) {

  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) {

  html {
    font-size: 4.8484848485vw;
    font-size: calc(var(--vw) / 330px * 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .u-onlyTab {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {

  .u-onlyPc {
    display: block;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .u-onlySp {
    display: block;
  }

  .u-hidden--sp {
    display: none !important;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw) / 375px * 100%);
  }
}
/*# sourceMappingURL=map/style.css.map */