/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
  /* width: auto; */
  /* max-width: 100%; */
  height: auto;
}

html {
  background: #eeeeee;
  font-size: calc(100vw / 414 * 10);
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
  --rem: 1rem;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.44vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1200 * 15);
    --rem: 0.8rem;
  }
}

@media screen and (min-width: 1242px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #3d3d3d;
  --plan-color: #666;
}

body.is-active {
  overflow: hidden;
}

body.plan-1 {
  --plan-color: #bd6458;
}

body.plan-2 {
  --plan-color: #b69748;
}

body.plan-3 {
  --plan-color: #8cb648;
}

body.plan-4 {
  --plan-color: #65b863;
}

body.plan-5 {
  --plan-color: #bb5d6e;
}

body.plan-6 {
  --plan-color: #48b6a7;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-header {
  position: sticky;
  z-index: 99999;
  top: 0;
  padding: 1.27rem 1.6rem 1.6rem;
  background: #fff;
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__logo {
  width: 14.4rem;
}

.l-header__logo img {
  width: 100%;
}

.l-header__btn a {
  display: flex;
  gap: 0.6rem;
  background: #db3025;
  color: #ffffff;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.6rem 3rem 0.6rem 0.6rem;
}

.call-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 3.7rem;
  height: 3.7rem;
  background: #fffb00;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.18;
  letter-spacing: 0.05em;
  color: #db3025;
}

.call-support {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fffb00;
  text-align: left;
  margin-bottom: 0.2rem;
}

.call-number {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .l-header__btn a {
    padding: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-gNav {
  padding: 1.27rem 0 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    padding: 1.2rem 0 0;
    margin-top: 0;
  }
}

.l-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-gNav__list:has(> :nth-child(4)) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-gNav__list:has(> :nth-child(4)) li {
  width: auto;
  padding: 0.4rem 0.8rem;
}

.l-gNav__item {
  width: 100%;
  flex: 1;
}

.l-gNav__list:has(.l-gNav__item:nth-child(3)) .l-gNav__item:nth-child(2) {
  flex: 1.5;
}

@media screen and (min-width: 768px) {
  .l-gNav__item {
    flex: 1;
  }
}

.l-gNav__item:not(:last-child) {
  border-right: solid 1px #c1c1c1;
}

.l-gNav__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.l-gNav__link.red {
  color: #db3025;
}

.p-view {
  background: #005083;
  padding-bottom: 0;
}

.p-view_head {
  padding: 1.2rem 0 0;
}

.p-view__head {
  padding: 1.6rem;
}

.p-view_head-img {
  padding: 0 1.6rem;
}

.p-view__lead {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.8rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 1.21px 2.42px 1.21px #00000073;
}

.p-view__lead-highlight {
  display: inline-block;
  background: #fff600;
  border-radius: 0.9rem;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #db3025;
  padding: 0.3rem 0.8rem 0.7rem;
  margin-left: 0.4rem;
  text-shadow: none;
}

.p-view__image--sp {
  margin: 1rem auto 0;
}

.p-view__summary {
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0.8rem auto;
  text-align: center;
}

.p-view__summary-highlight {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  background: #fff600;
  border-radius: 0.6rem;
  color: #db3025;
  padding: 0.1rem 0.4rem 0.5rem;
  margin: 0 0.4rem;
}

.p-view__summary-count {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.p-view__description {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff600;
  text-align: center;
  text-shadow: 1px 2px 1px #00000073;
}

.p-view_img {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-view {
    display: flex;
    flex-wrap: wrap;
  }

  .p-view_head {
    width: 50%;
    padding-top: 1.5rem;
    padding-left: 6.8rem;
    padding-right: 4.7rem;
    padding-bottom: 1.6rem;
  }

  .p-view_head-img {
    padding: 0;
  }

  .p-view_head img {
    display: block;
    width: 34rem;
    margin: 3.6rem auto 0;
  }

  .p-view__lead {
    font-size: 2.4rem;
    margin-top: 1rem;
    padding: 0;
  }

  .p-view__lead-highlight {
    border-radius: 0.6rem;
    font-size: 2.6rem;
    padding: 0.3rem 0.4rem 0.5rem;
  }

  .p-view__summary {
    font-size: 1.5rem;
    text-align: left;
  }

  .p-view__summary-highlight {
    font-size: 1.6rem;
  }

  .p-view__summary-count {
    font-size: 2.8rem;
  }

  .p-view__description {
    font-size: 2rem;
    text-align: left;
  }

  .p-view_body {
    width: 50%;
  }

  .p-view_img {
    display: block;
  }

  .p-view__image--sp {
    display: none;
  }
}

.p-view__head-sub {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 1.6rem;
  border-bottom: solid 1px #ffffff;
  text-shadow: 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.4);
}

.p-view__head-sub small {
  font-size: 2.4rem;
}

.p-view__head-sub .yellow {
  color: #fff600;
}

.p-view__price {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3rem;
}

.p-view__price-sub {
  width: 7.3rem;
  height: 7.3rem;
  font-size: 2.3rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.p-view__price-ttl {
  font-family: "Fjalla One", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  color: #fff600;
  text-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: -0.02em;
  gap: 0.4rem;
}

.p-view__price-ttl small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

.p-view__price-ttl small span {
  font-size: 2.2rem;
}

.p-view__price-txt {
  position: absolute;
  bottom: 1rem;
  right: 1.6rem;
  font-size: 1.6rem;
  text-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.p-view__price-txt span {
  font-family: "Fjalla One", sans-serif;
  margin-left: 0.6rem;
}

.p-view__price-note {
  position: absolute;
  bottom: 1rem;
  left: 1.6rem;
  font-size: 1.2rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #ffffff;
  text-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.4);
}

.p-view__desc {
  padding-bottom: 1.6rem;
}

.p-view__desc-txt {
  margin-top: -3.6rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.p-view__catch {
  text-align: center;
  background: #fff600;
  color: #db3025;
  font-size: 3rem;
  font-weight: 800;
  width: 100%;
  padding: 1.6rem 0;
}

@media screen and (min-width: 768px) {
  .p-view__catch {
    font-size: 2.4rem;
  }
}

.p-loadzero {
  background-color: #bbe0f7;
  padding: 0.8rem 0 2.2rem;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-loadzero {
    width: 100%;
    margin-top: 0.6rem;
  }
}

.p-loadzero::before {
  content: "";
  position: absolute;
  background: url(../img/loadzero-triangle.png) no-repeat center center /
    contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  width: 2.4rem;
  height: 0.8rem;
  background-color: #bbe0f7;
}

.p-loadzero__subtxt {
  font-size: 1.2rem;
  max-inline-size: max-content;
  margin-inline: auto;
  font-weight: 900;
  color: #ffffff;
  background-color: #004b7a;
  border-radius: 50rem;
  padding: 0.4rem 1.7rem;
}

.p-loadzero__txt {
  font-size: 1.8rem;
  font-weight: 900;
  color: #004b7a;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -2.2rem;
}

.p-loadzero__txt-highlight {
  font-size: 1.5rem;
  font-weight: 900;
  width: 3.2rem;
  display: inline-block;
  color: #db3025;
  line-height: 1.1;
}

.p-loadzero__txt-num {
  font-size: 5.8rem;
  font-weight: 700;
  color: #db3025;
  line-height: 0.8;
}

.p-loadzero__txt-unit {
  font-size: 2rem;
  font-weight: 700;
  color: #db3025;
}

.p-loadzero__txt-small {
  font-size: 1.6rem;
  margin-left: 0.4rem;
}

.p-cta {
  padding: 1.6rem;
}

.p-cta.p-cta--first {
  padding: 1.1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-cta {
    padding: 4rem 2.4rem 5.6rem;
  }
}

.p-cta__time {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.7rem;
}

.p-cta__time span {
  color: inherit;
}

.p-cta__head {
  text-align: center;
  margin-bottom: 1.4rem;
}

.p-cta__head-ttl {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.65;
}

.p-cta--first .p-cta__head-ttl {
  line-height: 1;
}

.p-cta__head-ttl .red {
  font-size: 2.6rem;
  color: #db3025;
}

.p-cta__head-ttl .underline {
  background: initial;
  color: #EA4335;
  font-size: 2.5rem;
  font-weight: 700;
}

.p-cta__head-ttl .large {
  font-size: 2.5rem;
}

.p-cta__banner {
  width: calc(100% - 2rem);
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}

.p-cta__desc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  background: #e9f6ff;
  color: #015083;
  padding: 1rem 0 0;
  margin-top: 1.2rem;
}

.p-cta__desc span {
  color: #db3025;
}

.p-cta__desc .u-mr {
  color: #015083;
}

.p-cta-bg-light-blue {
  padding: 1.6rem 0 0;
  background: #e9f6ff;
}

@media screen and (min-width: 768px) {
  .p-cta-bg-light-blue {
    padding: 2.6rem 0 36px;
  }
}

.p-cta__balloon {
  position: relative;
  display: block;
  margin: 0 auto 1.8rem;
  padding: 0.8rem 0 1.2rem;
  width: 31rem;
  color: #fff600;
  background: #db3025;
  border-radius: 5.4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.p-cta__balloon:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border: 0.5rem solid transparent;
  border-top: 1rem solid #db3025;
}

@media screen and (min-width: 768px) {
  .p-cta__balloon {
    margin: 0 auto 2rem;
    padding: 1rem 0 1.2rem;
    width: 28rem;
    border-radius: 5rem;
    font-size: 1.6rem;
  }
}

.p-cta__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-cta__btn {
    gap: 1.2rem;
    max-width: 80%;
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__btn-item {
    width: calc(50% - 0.6rem);
  }
}

.p-cta__btn-item:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-cta__btn-item:not(:last-child) {
    margin: 0;
  }
}

.p-cta__tel-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
}

.p-cta__tel-label {
  background: #ed6e01;
  padding: 0.4rem 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff600;
  border-radius: 0.3rem;
}

.p-cta__tel-number {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ea5701;
}

.p-cta__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: calc(var(--rem) * 2.6);
  border-radius: 0.4rem;
  padding: calc(var(--rem) * 2) calc(var(--rem) * 1.6) calc(var(--rem) * 2)
    calc(var(--rem) * 2.5);
}

@media screen and (max-width: 767px) {
  .p-cta__btn-item.p-cta__btn-item--tel {
    order: 1;
    margin-bottom: 0;
  }

  .p-cta__tel-info {
    order: 2;
  }

  .p-cta__tel-label {
    font-size: 1.8rem;
    padding: 0.3rem 0.4rem 0.5rem;
  }

  .p-cta__tel-number {
    font-size: 4.3rem;
  }

  .p-cta__btn-item.p-cta__btn-item--mail {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__btn-link {
    height: 100%;
  }
}

.p-cta__btn-link.orange {
  background: rgb(237, 112, 1);
  background: linear-gradient(
    135deg,
    rgb(237, 112, 1) 70%,
    rgb(236, 87, 1) 100%
  );
  -webkit-box-shadow: 0 0.4rem 0 #b24100;
  box-shadow: 0 0.4rem 0 #b24100;
}

.p-cta__btn-link.blue {
  background: rgb(8, 121, 175);
  background: linear-gradient(
    135deg,
    rgb(8, 121, 175) 70%,
    rgb(6, 103, 156) 100%
  );
  -webkit-box-shadow: 0 0.4rem 0 #004a72;
  box-shadow: 0 0.4rem 0 #004a72;
}

.p-cta__btn-ico {
  width: calc(var(--rem) * 3.8);
}

.p-cta__btn-ico img {
  width: 100%;
}

.p-cta__btn-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-cta__btn-ttl {
  font-size: calc(var(--rem) * 3.6);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: calc(var(--rem) * 1);
}

.p-cta__btn-txt {
  background: #fff600;
  border-radius: 5rem;
  padding: 0.6rem 1rem;
  font-size: calc(var(--rem) * 1.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #db3025;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-cta__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-cta__detail-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-cta__detail-txt {
    text-align: center;
  }
}

.p-cta__detail-list {
  list-style: disc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-cta__detail-listItem {
  font-size: 1.6rem;
  font-weight: 800;
  color: #005083;
  margin-left: -3rem;
}

.p-cta__detail-listItem:not(:last-child) {
  margin-bottom: 0.8rem;
}

.p-cta__detail-listItem .etc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #3d3d3d;
  margin-left: 3rem;
}

.p-cta__consul:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-cta__consul:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}

.p-cta__consul-link {
  display: block;
  background: #db3025;
  border-radius: 5rem;
  padding: 2rem 0 1.6rem;
  text-align: center;
  -webkit-box-shadow: 0 0.4rem 0 #ca0201;
  box-shadow: 0 0.4rem 0 #ca0201;
}

@media screen and (min-width: 768px) {
  .p-cta__consul-link {
    max-width: 60%;
    margin: 0 auto;
  }
}

.p-cta__consul-ttl {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}

.p-cta__consul-sub {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff600;
}

/* .p-how {
  padding: 0 2.4rem;
  margin-top: 4rem;
  max-width: 56rem;
  margin-inline: auto;
}

.p-how__subhead {
  font-size: 2.24rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}

.p-how__subhead-highlight {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 0.28rem;
  text-decoration-color: #FFD11A;
}

.p-how__subhead-large {
  font-size: 2.8rem;
  color: #DE473C;
}

.p-how__subhead-desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
  margin-top: 2.4rem;
  color: #333333;
} */

.p-choice {
  border: none;
  /* width: calc(100% - 1.6rem); */
  margin-inline: auto;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-choice {
    max-width: 670px;
  }
}

.p-choice__head {
  font-size: 2rem;
  font-weight: 600;
  background-color: #005083;
  color: #ffffff;
  text-align: center;
  padding: 1.6rem 0 1.4rem;
}

.p-choice__head-img {
  width: 24.5rem;
  display: inline-block;
  margin-bottom: 1.4rem;
}

.p-choice__head-large {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-choice__head-highlight {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fffb00;
}

.p-choice__desc-img {
  display: inline-block;
  width: 12.3rem;
  vertical-align: super;
}

.p-choice__contents {
  overflow: hidden;
}

.p-choice__space {
  float: right;
  height: 3rem;
}

.p-choice__img {
  width: 11.5rem;
  float: right;
  clear: both;
}

.p-choice__list {
  margin-top: 2rem;
  padding: 0 3.6rem 0 2rem;
}

.p-choice__list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-choice__list-item:not(:last-child) {
  margin-bottom: 1.8rem;
}

.p-choice__list-item-check {
  min-width: 2rem;
  max-width: 2rem;
  display: inline-block;
}

.p-choice__list-item-text {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
}

.keep-all {
  word-break: keep-all;
  min-width: max-content;
}

.p-coordination {
  background-color: #e9f6ff;
  margin-top: 2rem;
  padding-top: 1.8rem;
}

.p-coordination__head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 2;
  position: relative;
  max-inline-size: max-content;
  margin-inline: auto;
  padding-bottom: 0;
}

.p-coordination__head-small {
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #db3025;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 1rem;
  padding-left: 1.4rem;
}

.p-coordination__head-appeal {
  font-size: 1.4rem;
  font-weight: 700;
  color: #db3025;
  position: absolute;
  z-index: 1;
  left: -5rem;
  top: -1rem;
}

.p-coordination__head-appeal::before {
  content: "";
  display: block;
  width: 5.8rem;
  height: 5.9rem;
  background: url(../img/coordination-now-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -0.7rem;
  top: -1.6rem;
  z-index: -1;
}

.p-coordination__head-large {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #db3025;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 1rem;
}

.p-consideration {
  margin-top: 3.2rem;
  padding-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .p-consideration {
    padding-bottom: 4rem;
  }
}

.p-consideration__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #db7725;
  text-align: center;
  line-height: 1.4;
  border-top: 0.2rem solid #db7725;
  border-bottom: 0.2rem solid #db7725;
  padding: 0.8rem 0;
}

.p-consideration__subttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.8rem;
}

.p-consideration__subttl-icon {
  display: inline-block;
  width: 4.1rem;
}

.p-consideration__contents {
  margin-top: 2.8rem;
  width: calc(100% - 2.2rem * 2);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 56rem;
}

.p-consideration__contents-item {
  border: 0.2rem solid #d9d9d9;
  box-shadow: 0px 0.2rem 1.2rem 0px #0000001a;
  padding: 2rem 1.8rem 1rem;
  border-radius: 0.5rem;
}

.p-consideration__contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  justify-content: space-between;
  color: #005083;
  margin-bottom: 1rem;
}

.p-consideration__contents-item summary::-webkit-details-marker {
  display: none;
}

.p-consideration__contents-item-ttl-text {
  display: inline-block;
  flex: 1;
}

.p-consideration__contents-item-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #005083;
  border-radius: 50%;
  position: relative;
}

.p-consideration__contents-item-ttl-icon::before,
.p-consideration__contents-item-ttl-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fcff2f;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.p-consideration__contents-item-ttl-icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.p-consideration__contents-item-ttl-icon::after {
  width: 0.2rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}

.p-consideration__contents-item[open]
  .p-consideration__contents-item-ttl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-consideration__contents-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 1rem;
  /* color: #005083; */
  border-top: 0.2rem solid #d9d9d9;
  animation: detailsFadeIn 0.3s ease forwards;
}

@media screen and (min-width: 768px) {
  .p-consideration__contents-item-desc {
    font-size: 1.2rem;
  }
}

.p-consideration__desc {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.2rem;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}

.p-consideration__desc-highlight {
  font-size: 2.6rem;
  font-weight: 700;
  color: #db3025;
}

#p-consideration-appeal {
  scroll-margin-top: 12rem;
}

.p-consideration__appeal {
  margin-top: 3rem;
  background: linear-gradient(180deg, #ffffff 0%, #bdecfa 100%);
  border: 0.5rem solid #006fb5;
  border-radius: 1rem;
  width: calc(100% - 0.8rem * 2);
  margin-inline: auto;
  padding-top: 2.2rem;
}

@media screen and (min-width: 768px) {
  .p-consideration__appeal {
    max-width: 56rem;
  }
}

.p-consideration__appeal-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #006fb5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.p-consideration__appeal-ttl-small {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}

.p-consideration__appeal-ttl-img01 {
  display: block;
  width: 21.9rem;
  margin-inline: auto;
  margin-top: 1rem;
}

.p-consideration__appeal-ttl-img02 {
  display: block;
  width: 31.6rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.p-consideration__appeal-contents {
  display: flex;
  padding-left: 3rem;
  padding-right: 1rem;
  margin-top: 2.3rem;
}

.p-consideration__appeal-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
  width: calc(100% - 2rem * 2);
  margin-inline: auto;
  margin-top: 1rem;
}

.p-consideration__appeal-desc-highlight {
  font-weight: 900;
  color: #006fb5;
}

.p-consideration__appeal-img {
  display: block;
  width: 12rem;
  margin-inline: auto;
}

.p-consideration__appeal-txt {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #006fb5;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  padding: 1.1rem 0 1.4rem;
  position: relative;
}

.p-consideration__appeal-txt-highlight {
  font-size: 3.5rem;
  margin-left: 1.2rem;
  margin-right: 0.5rem;
}

.p-consideration__attention {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  margin-top: 1.2rem;
  width: calc(100% - 0.8rem * 2);
  margin-inline: auto;
  padding-left: 1em;
  text-indent: -1em;
  max-width: 56rem;
}

.pj-welfare {
  width: calc(100% - 2.2rem * 2);
  margin-inline: auto;
  max-width: 40rem;
  scroll-margin-top: 12rem;
}

.pj-welfare__desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1.2rem;
  color: #333333;
  position: relative;
  margin-top: 1rem;
}

.pj-welfare__desc::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* .p-points {
  padding-bottom: 4rem;
  margin-top: 4.8rem;
}

.p-points__head {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0 1rem;
  border-top: 0.2rem solid #005083;
  border-bottom: 0.2rem solid #005083;
}

.p-points__head-img {
  width: 18.2rem;
  margin-inline: auto;
}

.p-points__head-txt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #005083;
  padding: 0.4rem 2.4rem 1.2rem;
  max-inline-size: max-content;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
}

.p-points__head-txt-icon {
  width: 3rem;
  display: block;
  margin-right: 0.9rem;
}

.p-points__head-txt-large {
  font-size: 4rem;
}

.p-points__head-txt-small {
  font-size: 2.4rem;
  text-align: center;
}

.p-points__contents-wrap {
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-points__contents-wrap {
    max-width: 56rem;
    margin-inline: auto;
  }
}

.p-points__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 2.4rem;
}

.p-points__list-item-ttl {
  font-size: 2.4rem;
  color: #005083;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-points__list-item-ttl {
    font-size: calc(2.4rem * 0.8);
  }
}

.p-points__list-item-label {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #DE473C;
  border-radius: 0.4rem;
  width: 8rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-points__list-item-label {
    font-size: calc(1.2rem * 0.8);
  }
}

.p-points__list-item-label-num {
  font-size: 1.8rem;
  margin-left: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-points__list-item-label-num {
    font-size: calc(1.8rem * 0.8);
  }
}

.p-points__list-item-img {
  margin-top: 1.6rem;
}

.p-points__list-item-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6rem;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .p-points__list-item-desc {
    font-size: calc(1.5rem * 0.8);
  }
} */

.p-preparation {
  padding: 4rem 0 2rem;
  background-color: #f2fff1;
  border-top: 0.5rem solid #16833f;
  position: relative;
  margin-top: 3.2rem;
}

.p-preparation::before {
  content: "";
  position: absolute;
  background: url(../img/preparation-triangle.png) no-repeat center/cover;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 5.1rem;
  height: 2.7rem;
}

.p-preparation__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #16833f;
  text-align: center;
  line-height: 1.2;
}

.p-preparation__ttl-highlight {
  font-size: 3.9rem;
}

.p-preparation__contents {
  margin-top: 2.8rem;
  width: calc(100% - 2.2rem * 2);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 56rem;
}

.p-preparation__contents-item {
  border: 0.2rem solid #d9d9d9;
  box-shadow: 0px 0.2rem 1.2rem 0px #0000001a;
  padding: 2rem 1.8rem 1.4rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.p-preparation__contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  color: #16833f;
  margin-bottom: 1rem;
}

.p-preparation__contents-item summary::-webkit-details-marker {
  display: none;
}

.p-preparation__contents-item-ttl-number {
  font-size: 2.4rem;
}

.p-preparation__contents-item-ttl-text {
  display: inline-block;
  flex: 1;
  margin-left: -1rem;
}

.p-preparation__contents-item-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #16833f;
  border-radius: 50%;
  position: relative;
}

.p-preparation__contents-item-ttl-icon::before,
.p-preparation__contents-item-ttl-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fcff2f;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.p-preparation__contents-item-ttl-icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.p-preparation__contents-item-ttl-icon::after {
  width: 0.2rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}

.p-preparation__contents-item[open]
  .p-preparation__contents-item-ttl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-preparation__contents-item-desc {
  padding-top: 1rem;
  border-top: 0.2rem solid #d9d9d9;
}

.p-preparation__contents-item-desc-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
}

.p-preparation__contents-item-desc-txt-caution {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #16833f;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-preparation__contents-item-desc-txt-caution-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  background-color: #ed6e01;
  border-radius: 0.3rem;
  display: block;
  max-inline-size: max-content;
}

.p-preparation__contents-item-desc-txt-appeal {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005083;
  margin-top: 1.6rem;
}

.p-preparation__contents-item-desc-btn {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 23rem;
  height: 5.2rem;
  border-radius: 4rem;
  background-color: #ed7001;
  margin-inline: auto;
  margin-top: 2.4rem;
}

.p-preparation__contents-item-desc-btn.blue {
  background-color: #005083;
}

.p-preparation__contents-item-desc-btn-icon {
  width: 1.6rem;
}

.p-preparation__contents-item-desc-txt-attention {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  margin-top: 1rem;
}

.p-preparation__list-wrap {
  margin-top: 3.2rem;
  padding: 2.4rem 2.3rem;
  background-color: #ffffff;
  box-shadow: 0px -1px 1.1rem 0.2rem #00000012;
  width: calc(100% - 2.2rem * 2);
  margin-inline: auto;
  max-width: 584px;
}

.p-preparation__list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-preparation__list-item:not(:last-child) {
  margin-bottom: 1.8rem;
}

.p-preparation__list-item-check {
  min-width: 2rem;
  max-width: 2rem;
  display: inline-block;
}

.p-preparation__list-item-text {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
}

.p-preparation__list-item-text-highlight {
  color: #db3025;
}

.p-preparation__list-note {
  display: flex;
  position: relative;
  margin-top: 3.3rem;
}

.p-preparation__list-note-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  color: #005083;
  font-family: "Noto Serif JP", serif;
  width: 25.3rem;
}

.p-preparation__list-note-img {
  width: 11rem;
  position: absolute;
  top: -3.4rem;
  right: -1.7rem;
}

.p-wor {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/wor_bg1-1.jpg) no-repeat center/cover;
  padding: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-wor {
    padding: 4.2rem 2.4rem 6.4rem;
  }
}

.p-wor__head {
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  background: initial;
  font-family: initial;
  margin-bottom: 1.6rem;
}

.p-wor__head .red {
  font-size: 2.6rem;
  color: #db3025;
}

.p-wor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.p-wor__desc span {
  display: inline;
  text-align: center;
  color: #005083;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.5;
  background: initial;
}

.p-prop {
  padding: 1.6rem 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-prop {
    padding: 1.6rem 5.6rem;
  }
}

.p-prop__head {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-prop__head {
    margin-bottom: 3.2rem;
  }
}

.p-prop__head-arw {
  margin-bottom: 1.6rem;
}
.p-prop__head-arw img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .p-prop__head-arw {
    max-width: 16rem;
    margin: 2.4rem auto;
  }
}

.p-prop__head-sub {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.p-prop__head-ttl {
  font-size: 3.2rem;
  font-weight: 900;
  color: #db3025;
}

.p-prop__head-ttl span {
  font-size: 4.2rem;
}

.p-prop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-prop__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.2rem 2.4rem;
  }
}

.p-prop__item {
  background: #005083;
  color: #fff;
  padding: 1.5rem 1rem;
  border: solid 0.2rem #005083;
  border-radius: calc(var(--rem) * 0.4);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-prop__item {
    width: calc(50% - 1.2rem);
    padding: 1.5rem 1rem;
	background: #005083;
	color: #fff;
  }
}

.p-prop__num {
  position: absolute;
  left: calc(var(--rem) * -1);
  top: calc(var(--rem) * -1);
  border-radius: 100%;
  border: 1px solid #005083;
  width: calc(var(--rem) * 6.2);
  height: calc(var(--rem) * 6.2);
  background: #fff;
  color: #005083;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: calc(var(--rem) * 1.4);
}

.p-prop__num span {
  font-size: calc(var(--rem) * 2.8);
}

.p-prop__img {
  display: block;
  margin: calc(var(--rem) * 1.6) 0 calc(var(--rem) * 0.8);
}

@media screen and (min-width: 768px) {
  .p-prop__img {
    margin: 2rem 0 1.6rem;
  }
}

.p-prop__catch {
  font-size: calc(var(--rem) * 2.4);
  font-weight: 800;
  padding-left: calc(var(--rem) * 5);
  line-height: 1.25;
}

.p-prop__catch small {
  font-size: calc(var(--rem) * 2.2);
}

.p-prop__catch .green {
  font-size: calc(var(--rem) * 2.5);
  color: #fff;
  margin: 0 .5rem 0 0;
}

.p-prop__desc {
  font-size: calc(var(--rem) * 1.4);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-prop__desc {
    line-height: 1.8;
  }
}

.p-process {
  padding: 4rem 0 2rem;
  background-color: #e8f6ff;
  border-top: 0.5rem solid #005083;
  position: relative;
}

.p-process::before {
  content: "";
  position: absolute;
  background: url(../img/process-triangle.png) no-repeat center/cover;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 5.1rem;
  height: 2.7rem;
}

.p-process__ttl {
  font-size: 2.7rem;
  font-weight: 700;
  color: #005083;
  text-align: center;
  line-height: 1.3;
}

.p-process__ttl-highlight {
  width: 24.3rem;
  display: block;
  margin: 0 auto 0.8rem;
}

.p-process__contents {
  margin-top: 2.8rem;
  width: calc(100% - 2.2rem * 2);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 56rem;
}

.p-process__contents-item {
  border: 0.2rem solid #005083;
  box-shadow: 0px 0.2rem 1.2rem 0px #0000001a;
  padding: 2rem 1.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  position: relative;
}

.p-process__contents-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 1rem;
  background: url(../img/process-item-triangle.png) no-repeat center/cover;
}

.p-process__contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  color: #005083;
  margin-bottom: 1rem;
}

.p-process__contents-item summary::-webkit-details-marker {
  display: none;
}

.p-process__contents-item-ttl-number {
  font-size: 2.4rem;
}

.p-process__contents-item-ttl-text {
  display: inline-block;
  flex: 1;
  margin-left: -1rem;
}

.p-process__contents-item-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #005083;
  border-radius: 50%;
  position: relative;
}

.p-process__contents-item-ttl-icon::before,
.p-process__contents-item-ttl-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fcff2f;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.p-process__contents-item-ttl-icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.p-process__contents-item-ttl-icon::after {
  width: 0.2rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}

.p-process__contents-item[open] .p-process__contents-item-ttl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-process__contents-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 1rem;
  color: #005083;
  border-top: 0.2rem solid #005083;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-process__contents-item-todo {
  background-color: #f8f2e6;
  padding: 1.6rem 2rem;
}

.p-process__contents-item-todo-ttl {
  font-size: 1.8rem;
  color: #005083;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-process__contents-item-todo-ttl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
}

.p-process__contents-item-todo-list {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
  margin-top: 1.8rem;
}

.p-process__contents-item-todo-list-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-process__contents-item-todo-txt-caution {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
  margin-top: 0.8rem;
}

.p-process__contents-item-immediately {
  background-color: #0050831a;
}

.p-process__contents-item-immediately-ttl {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #005083;
  padding: 1.5rem 0;
}

.p-process__contents-item-immediately-ttl-large {
  width: 15.9rem;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: super;
}

.p-process__contents-item-immediately-ttl-highlight {
  color: #fff600;
  font-size: 2.2rem;
}

.p-process__contents-item-immediately-txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333333;
  padding: 1.4rem 1rem;
  text-align: center;
}

.p-cta__btn.center {
  justify-content: center;
}

.p-discount {
  padding: 2rem 1.6rem;
}

.p-discount__head-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.p-discount__head-ttl .blue {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #23b0ff;
  margin-bottom: 1.6rem;
}

.p-discount__head-sub {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  background: #db3025;
  padding: 1.2rem;
  margin: 1.6rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-discount__price {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 800;
  color: #db3025;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(85%, transparent),
    color-stop(85%, #fff600)
  );
  background: linear-gradient(transparent 85%, #fff600 85%);
}

.p-discount__price .large {
  font-size: 6.7rem;
}

.p-discount__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-discount__card-img {
  width: 18rem;
}

.p-discount__card-txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-plan {
  padding: calc(var(--rem) * 1.6);
}

@media screen and (min-width: 768px) {
  .p-plan {
    padding: 1.6rem 5.6rem;
  }
}

.p-plan__catch {
  text-align: center;
  background: #005083;
  color: #fff600;
  padding: calc(var(--rem) * 1);
  border-radius: calc(var(--rem) * 5);
  font-size: calc(var(--rem) * 2);
  font-weight: 700;
}

.p-plan__catch:not(:first-child) {
  margin-top: 2rem;
}

.p-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-plan__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__list--item {
    width: calc(50% - 0.5rem);
  }
}

.p-plan__item {
  display: block;
  border: solid 1px;
  border-radius: calc(var(--rem) * 0.4);
  padding-bottom: calc(var(--rem) * 1.6);
}

.p-plan__item:not(:first-child) {
  margin-top: calc(var(--rem) * 2);
}

.p-plan__item.plan-1 {
  border-color: #bd6458;
}

.p-plan__item.plan-2 {
  border-color: #b69748;
}

.p-plan__item.plan-3 {
  border-color: #8cb648;
}

.p-plan__item.plan-4 {
  border-color: #65b863;
}

.p-plan__item.plan-5 {
  border-color: #bb5d6e;
}

.p-plan__item.plan-6 {
  border-color: #48b6a7;
}

.p-plan__head-ttl {
  color: #ffffff;
  text-align: center;
  font-size: calc(var(--rem) * 2.8);
  font-weight: 600;
  padding: calc(var(--rem) * 1);
}

.p-plan__head-ttl.plan-1 {
  background: #bd6458;
}

.p-plan__head-ttl.plan-2 {
  background: #b69748;
}

.p-plan__head-ttl.plan-3 {
  background: #8cb648;
}

.p-plan__head-ttl.plan-4 {
  background: #65b863;
}

.p-plan__head-ttl.plan-5 {
  background: #bb5d6e;
}

.p-plan__head-ttl.plan-6 {
  background: #48b6a7;
}

.p-plan__head-sub {
  text-align: center;
  padding: calc(var(--rem) * 0.8);
  font-size: calc(var(--rem) * 1.6);
  font-weight: 600;
}

.p-plan__head-sub.plan-1 {
  color: #bd6458;
  background: #efe1df;
}

.p-plan__head-sub.plan-2 {
  color: #b69748;
  background: #efecdf;
}

.p-plan__head-sub.plan-3 {
  color: #8cb648;
  background: #efecdf;
}

.p-plan__head-sub.plan-4 {
  color: #65b863;
  background: #e0efdf;
}

.p-plan__head-sub.plan-5 {
  color: #bb5d6e;
  background: #efdfe4;
}

.p-plan__head-sub.plan-6 {
  color: #48b6a7;
  background: #dfefef;
}

.p-plan__img {
  margin: calc(var(--rem) * 0.8);
}

.p-plan__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(var(--rem) * 0.8);
  margin-bottom: calc(var(--rem) * 1.6);
}

.p-plan__tag-item {
  font-size: calc(var(--rem) * 1.4);
  padding: calc(var(--rem) * 1) calc(var(--rem) * 1.5);
  border-radius: calc(var(--rem) * 2);
  color: #ffffff;
}

.p-plan__tag.plan-1 li {
  font-weight: 700;
  background: #bd6458;
}

.p-plan__tag.plan-2 li {
  font-weight: 700;
  background: #b69748;
}

.p-plan__tag.plan-3 li {
  font-weight: 700;
  background: #8cb648;
}

.p-plan__tag.plan-4 li {
  font-weight: 700;
  background: #65b863;
}

.p-plan__tag.plan-5 li {
  font-weight: 700;
  background: #bb5d6e;
}

.p-plan__tag.plan-6 li {
  font-weight: 700;
  background: #48b6a7;
}

.p-plan__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: calc(var(--rem) * 0.8);
  margin-right: calc(var(--rem) * 0.8);
  margin-bottom: calc(var(--rem) * 1);
}

@media screen and (min-width: 768px) {
  .p-plan__detail {
    justify-content: center;
    gap: 1rem;
  }
}

.p-plan__detail-img {
  width: calc(var(--rem) * 12);
}

.p-plan__detail-img img {
  width: 100%;
}

.p-plan__detail-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-plan__detail-txt {
    flex: unset;
  }
}

.p-plan__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #EA4335;
}

.p-plan__note {
  font-size: calc(var(--rem) * 1.4);
}

.p-plan__price-main {
  font-family: "Fjalla One", sans-serif;
  font-size: calc(var(--rem) * 6);
  letter-spacing: -0.04em;
}

.p-plan__price-sub {
  text-align: center;
  font-size: calc(var(--rem) * 1.8);
  font-weight: 700;
  margin-bottom: calc(var(--rem) * 1);
  width: calc(var(--rem) * 4);
}

.p-plan__price-sub span {
  font-size: calc(var(--rem) * 2.8);
}

.p-plan__note span {
  font-family: "Fjalla One", sans-serif;
}

.p-plan__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(var(--rem) * 0.8);
  margin-top: calc(var(--rem) * 1.2);
}

.p-plan__flow-item {
  font-size: calc(var(--rem) * 1.4);
  border-radius: calc(var(--rem) * 0.4);
  padding: calc(var(--rem) * 0.6) calc(var(--rem) * 0.8);
  border: solid 1px;
}

.p-plan__flow-item.inactive {
  color: #c1c1c1 !important;
  background: #e3e3e3 !important;
  border-color: #c1c1c1 !important;
}

.p-plan__flow.plan-1 li {
  border-color: #bd6458;
  color: #bd6458;
}

.p-plan__flow.plan-2 li {
  border-color: #b69748;
  color: #b69748;
}

.p-plan__flow.plan-3 li {
  border-color: #8cb648;
  color: #8cb648;
}

.p-plan__flow.plan-4 li {
  border-color: #65b863;
  color: #65b863;
}

.p-plan__flow.plan-5 li {
  border-color: #bb5d6e;
  color: #bb5d6e;
}

.p-plan__flow.plan-6 li {
  border-color: #48b6a7;
  color: #48b6a7;
}

.p-tab {
  margin-bottom: 1.6rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  line-height: 1.35;
}

.p-tab__item {
  -webkit-box-flex: fit-content;
  -ms-flex: fit-content;
  flex: fit-content;
  background: #f5f5f5;
  border-bottom: solid 0.3rem;
}

.p-tab__item:nth-of-type(1) {
  border-color: #bd6458;
}

.p-tab__item:nth-of-type(2) {
  border-color: #bb5d6e;
}

.p-tab__item:nth-of-type(3) {
  border-color: #b69748;
}

.p-tab__item:nth-of-type(4) {
  border-color: #65b863;
}

.p-tab__item:nth-of-type(5) {
  border-color: #8cb648;
}

.p-tab__item:nth-of-type(6) {
  border-color: #48b6a7;
}

.p-tab__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 1.6rem 0;
}

.p-tab__item.is-active {
  border-bottom: none;
  border-radius: 0.6rem;
  color: #ffffff;
  position: relative;
}

.p-tab__item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  width: 0.6rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-tab__item.is-active:nth-of-type(1) {
  background: #bd6458;
}

.p-tab__item.is-active:nth-of-type(1)::after {
  background: #bd6458;
}

.p-tab__item.is-active:nth-of-type(2) {
  background: #bb5d6e;
}

.p-tab__item.is-active:nth-of-type(2)::after {
  background: #bb5d6e;
}

.p-tab__item.is-active:nth-of-type(3) {
  background: #b69748;
}

.p-tab__item.is-active:nth-of-type(3)::after {
  background: #b69748;
}

.p-tab__item.is-active:nth-of-type(4) {
  background: #65b863;
}

.p-tab__item.is-active:nth-of-type(4)::after {
  background: #65b863;
}

.p-tab__item.is-active:nth-of-type(5) {
  background: #8cb648;
}

.p-tab__item.is-active:nth-of-type(5)::after {
  background: #8cb648;
}

.p-tab__item.is-active:nth-of-type(6) {
  background: #48b6a7;
}

.p-tab__item.is-active:nth-of-type(6)::after {
  background: #48b6a7;
}

.p-tab__item.is-active a {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.8rem;
}

.p-planView__ttl {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  padding: 1rem;
  color: #bd6458;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-planView__ttl {
    font-size: 2.4rem;
    padding: 2.4rem 20%;
  }
}

.p-planView__ttl.plan-1 {
  color: #bd6458;
}

.p-planView__ttl.plan-2 {
  color: #846619;
}

.p-planView__ttl.plan-3 {
  color: #8cb648;
}

.p-planView__ttl.plan-4 {
  color: #65b863;
}

.p-planView__ttl.plan-5 {
  color: #963648;
}

.p-planView__ttl.plan-6 {
  color: #48b6a7;
}

@media screen and (min-width: 768px) {
  .p-planView img {
    padding: 1.6rem 20% 2.4rem;
    background: var(--plan-color);
  }
}

.p-reason__list--container {
  max-width: 56rem;
}

.p-reason {
  padding: 1.6rem 1.6rem 2rem;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 1.6rem;
  }
}

.p-reason__desc {
  text-align: center;
  margin-bottom: 1rem;
}

.p-reason__desc-txt {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fff600)
  );
  background: linear-gradient(transparent 70%, #fff600 70%);
}

.p-reason__head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-reason__head {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.p-reason__head-sub {
  color: #ffffff;
  border-radius: 3rem;
  padding: 1rem 1.4rem;
  display: block;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.p-reason__head-sub.plan-1 {
  background: #8f3939;
}

.p-reason__head-sub.plan-2 {
  background: #846619;
}

.p-reason__head-sub.plan-3 {
  background: #8cb648;
}

.p-reason__head-sub.plan-4 {
  background: #4c824a;
}

.p-reason__head-sub.plan-5 {
  background: #963648;
}

.p-reason__head-sub.plan-6 {
  background: #48b6a7;
}

.p-reason__list {
  background: #f5f5f5;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.p-reason__list:not(:last-child) {
  margin-bottom: 0.8rem;
}

.p-reason__list dt {
  width: 12rem;
}

.p-reason__list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
}

.p-reason__list dd span {
  color: #ff0000;
}

.p-set {
  padding: 2rem 1.6rem;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-set {
    padding: 4rem 5.6rem 6.4rem;
  }
}

.p-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-set__item {
  width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .p-set__item {
    width: calc((100% - 4rem) / 3);
  }
}

.p-wrap {
  margin-top: 2rem;
  margin-bottom: 2.6rem;
}

.p-headLine {
  text-align: center;
  color: #005083;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: solid 1px #005083;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
}

.p-cmn {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.p-cmn:not(:last-child) {
  margin-bottom: 2rem;
}

.p-cmn__head {
  border-left: solid 0.5rem #005083;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}

.p-cmn p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-cmn p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.p-thanks {
  padding: 2rem 1.6rem 26rem;
  background: #e1ffd9;
}

.p-thanks__head {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #005083;
  margin-bottom: 1.6rem;
}

.p-thanks__desc {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.p-thanks__btn {
  font-size: 2rem;
  font-weight: 600;
  background: #005083;
  color: #ffffff;
  padding: 1.4rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 0.3rem 0 #266129;
  box-shadow: 0 0.3rem 0 #266129;
}

.p-company {
  padding-bottom: 16em;
  margin-top: 2rem;
}

.p-company__table {
  width: calc(100% - 3.2rem);
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.p-company__table tbody tr th {
  background: #d9d9d9;
  padding: 1.6rem 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  border: solid 1px #bfbfbf;
}

.p-company__table tbody tr td {
  background: #f5f5f5;
  padding: 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  border: solid 1px #bfbfbf;
  vertical-align: middle;
}

.p-company__table tbody tr td ul {
  list-style: disc;
  margin-left: 2rem;
}

.p-company__table tbody tr td ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.p-form__head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2rem;
}

.p-form__note {
  text-align: center;
  color: #005083;
  background: #e1ffd9;
  padding: 0.6rem 1rem;
  border: solid 0.2rem #7fb471;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-form__wrap {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 2.4rem;
}

.p-form__summary {
  margin-bottom: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-form__summary span {
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
}

.p-form__summary span.req {
  background: #db3025;
}

.p-form__summary span.any {
  background: #808080;
}

.p-form__list:not(:last-child) {
  margin-bottom: 2.4rem;
}

.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-form__btn-item {
  width: calc((100% - 1rem) / 2);
}

.p-form__btn-item input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: absolute;
  visibility: hidden;
}

.p-form__btn-item label {
  display: block;
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 0.4rem;
  padding: 0.8rem;
  position: relative;
}

.p-form__btn-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/ico/ico_check.svg) no-repeat center/contain;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  right: 1rem;
}

.p-form__btn-item input:checked + label::after {
  background: url(../img/ico/ico_check-on.svg) no-repeat center/contain;
}

.p-form__field-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.p-form__field-1__item {
  width: 100%;
}

.p-form__field-1__select {
  width: 100%;
  position: relative;
}

.p-form__field-1__select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #3d3d3d;
  border-left: solid 2px #3d3d3d;
}

.p-form__submit {
  margin-top: 2.4rem;
}

.p-form input[type="text"],
.p-form input[type="email"],
.p-form input[type="tel"] {
  border: solid 1px #d9d9d9;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
}

.p-form input[type="text"]::-webkit-input-placeholder,
.p-form input[type="email"]::-webkit-input-placeholder,
.p-form input[type="tel"]::-webkit-input-placeholder {
  color: #c0c0c0;
}

.p-form input[type="text"]::-moz-placeholder,
.p-form input[type="email"]::-moz-placeholder,
.p-form input[type="tel"]::-moz-placeholder {
  color: #c0c0c0;
}

.p-form input[type="text"]:-ms-input-placeholder,
.p-form input[type="email"]:-ms-input-placeholder,
.p-form input[type="tel"]:-ms-input-placeholder {
  color: #c0c0c0;
}

.p-form input[type="text"]::-ms-input-placeholder,
.p-form input[type="email"]::-ms-input-placeholder,
.p-form input[type="tel"]::-ms-input-placeholder {
  color: #c0c0c0;
}

.p-form input[type="text"]::placeholder,
.p-form input[type="email"]::placeholder,
.p-form input[type="tel"]::placeholder {
  color: #c0c0c0;
}

.p-form input[type="submit"] {
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  background: #005083;
  color: #ffffff;
  padding: 1.4rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 0.3rem 0 #266129;
  box-shadow: 0 0.3rem 0 #266129;
  outline: none;
}

.p-form textarea {
  border: solid 1px #d9d9d9;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  height: 14rem;
}

.p-form textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}

.p-form textarea::-moz-placeholder {
  color: #c0c0c0;
}

.p-form textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.p-form textarea::-ms-input-placeholder {
  color: #c0c0c0;
}

.p-form textarea::placeholder {
  color: #c0c0c0;
}

.p-form select {
  border: solid 1px #d9d9d9;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  line-height: 1.45;
  color: #3d3d3d;
}

.p-flow {
  margin-top: 1.5rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.p-flow__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.p-flow__head-sub {
  color: #ffffff;
  border-radius: 3rem;
  padding: 1rem 1.4rem;
  display: inline-block;
  vertical-align: middle;
}

.p-flow__head-sub.plan-1 {
  background: #8f3939;
}

.p-flow__head-sub.plan-2 {
  background: #846619;
}

.p-flow__head-sub.plan-3 {
  background: #8cb648;
}

.p-flow__head-sub.plan-4 {
  background: #4c824a;
}

.p-flow__head-sub.plan-5 {
  background: #963648;
}

.p-flow__head-sub.plan-6 {
  background: #48b6a7;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.8rem;
}

@media screen and (min-width: 768px) {
  .p-flow__list {
    flex-direction: row;
    justify-content: center;
  }
  .p-flow__list-hasSixItems {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}

.p-flow__item {
  padding: 1.6rem;
  background: #f5f5f5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-flow__item {
    width: calc((100% - 2.8rem * 4) / 4);
  }
  .p-flow__list-hasSixItems .p-flow__item {
    width: calc((100% / 3) - 1.6rem);
  }
}

.p-flow__item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/flow_dec1-1.png) no-repeat center/100% 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child)::after {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: calc(100% + 0.2rem);
    width: 1.6rem;
    height: 1.6rem;
    border: solid #d8d8d8;
    border-width: 0 0.2rem 0.2rem 0;
    background: none;
  }
  .p-flow__item:nth-of-type(3)::after {
    content: none;
  }
}

.p-flow__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #bd6458;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-flow__item-ttl {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
}

.p-flow__item-ttl.plan-1 {
  color: #bd6458;
}

.p-flow__item-ttl.plan-2 {
  color: #b69748;
}

.p-flow__item-ttl.plan-3 {
  color: #8cb648;
}

.p-flow__item-ttl.plan-4 {
  color: #65b863;
}

.p-flow__item-ttl.plan-5 {
  color: #bb5d6e;
}

.p-flow__item-ttl.plan-6 {
  color: #48b6a7;
}

.p-flow__item-txt {
  font-size: 1.55rem;
  line-height: 1.45;
}

@media screen and (min-width: 768px) {
  .p-flow__item-txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-flow__item-num {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
}

.p-cost {
  padding: 2rem 1.6rem;
}

.p-cost__sub {
  background: #005083;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 4rem;
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-cost__txt {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.p-cost__main {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.p-cost__main .red {
  font-size: 3.2rem;
  font-weight: 800;
  color: #db3025;
}

.p-cost__main .red b {
  font-size: 5.2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.04em;
  margin-right: 0.3rem;
}

.p-cost__main .underline {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    color-stop(65%, #fff600)
  );
  background: linear-gradient(transparent 65%, #fff600 65%);
}

.p-cost__img {
  max-width: 46rem;
  margin: 2rem auto 0;
  text-align: center;
}

.p-cost__img img {
  width: 100%;
}

.p-support {
  background: #f1f7fa;
  padding: 2.4rem 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-support {
    padding: 4.8rem 20%;
  }
}

.p-support__head {
  margin-bottom: 1.4rem;
}

.p-support__head-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #005083;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 0 0.4rem 0.4rem;
  background: initial;
  background: linear-gradient(transparent 65%, #fff600 65%);
}

.p-support__head-sub {
  text-align: center;
}

.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}

.p-support__list-item {
  width: calc((100% - 1.6rem) / 2);
}

.p-procedure {
  padding: 3.2rem 2.4rem;
  background-color: #e8f6ff;
}

.p-procedure__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #005083;
  text-align: center;
  line-height: 1.3;
  border-top: 0.2rem solid #005083;
  border-bottom: 0.2rem solid #005083;
  padding: 1.6rem 0;
}

.p-procedure__ttl-small {
  font-size: 3.2rem;
  font-weight: 700;
  color: #005083;
}

.p-procedure__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #005083;
  margin-top: 2.4rem;
}

.p-procedure__contents {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-procedure__contents-item {
  border: 0.2rem solid #d9d9d9;
  box-shadow: 0px 0.2rem 1.2rem 0px #0000001a;
  padding: 2rem 1.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.p-procedure__contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  color: #005083;
  margin-bottom: 1rem;
}

.p-procedure__contents-item summary::-webkit-details-marker {
  display: none;
}

.p-procedure__contents-item-ttl-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-procedure__contents-item-ttl-labels {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-procedure__contents-item-ttl-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #005083;
  padding: 0.5rem 1rem;
  background-color: #e9f1f6;
  border-radius: 5rem;
  padding: 0.4rem 1.2rem;
}

.p-procedure__contents-item-ttl-text {
  display: inline-block;
  flex: 1;
}

.p-procedure__contents-item-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #005083;
  border-radius: 50%;
  position: relative;
}

.p-procedure__contents-item-ttl-icon::before,
.p-procedure__contents-item-ttl-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fcff2f;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.p-procedure__contents-item-ttl-icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.p-procedure__contents-item-ttl-icon::after {
  width: 0.2rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}

.p-procedure__contents-item[open] .p-procedure__contents-item-ttl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-procedure__contents-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 1rem;
  color: #005083;
  border-top: 0.2rem solid #d9d9d9;
}

.p-procedure__contents-item-desc-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.p-procedure__contents-item-desc-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-procedure__contents-item-desc-list-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #db3025;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.p-procedure__contents-item-desc-list-item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}

.p-procedure__contents-item-desc-list-item-caution {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}

.p-voice {
  padding: 2.4rem 0 1.6rem;
  background-color: #fff7f0;
}

.p-voice__ttl {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #ed7001;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}

.p-voice__ttl-icon {
  display: inline-block;
  width: 3rem;
}

.p-voice__ttl-text {
  display: inline-block;
}

.p-voice__scroll-container {
  overflow-x: auto;
  padding: 1.4rem 1rem;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: 1rem;
  scrollbar-color: #d9d9d9 #f0f0f0;
  margin-top: 2rem;
}

.p-voice__scroll-container::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}

.p-voice__scroll-container::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 1.6rem;
}

.p-voice__scroll-container::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 1.6rem;
}

.p-voice__scroll-container::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

.p-voice__list {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  min-width: 100%;
  justify-content: center;
}

.p-voice__list-item {
  border: 0.2rem solid #d9d9d9;
  box-shadow: 0px 0.2rem 1.2rem 0px #0000001a;
  padding: 2rem 1.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  width: 33.1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-voice__list-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ed7001;
  color: #ffffff;
  padding: 0.5rem 1rem;
}

.p-voice__list-item-ttl-icon {
  display: inline-block;
  width: 4.5rem;
}

.p-voice__list-item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-faq {
  padding: 3.2rem 2.4rem;
  background-color: #e8f6ff;
}

.p-faq__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #005083;
  text-align: center;
  line-height: 1.3;
  border-top: 0.2rem solid #005083;
  border-bottom: 0.2rem solid #005083;
  padding: 1.6rem 0;
}

.p-faq__contents-wrap {
  max-width: 56rem;
  margin-inline: auto;
}

.p-faq__groups {
  margin-top: 2.8rem;
  background-color: #fff;
  padding: 2.6rem 2rem 1rem;
  border-radius: 1.3rem;
}

.p-faq__groups-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  color: #005083;
  margin-bottom: 1.8rem;
}

.p-faq__groups-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}

.p-faq__groups-ttl-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #005083;
  border-bottom: 2px solid #005083;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.p-faq__groups[open] .p-faq__groups-ttl-icon::before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.p-faq__contents {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1px;
}

.p-faq__contents-item {
  border: 0.2rem solid #ffffff;
  box-shadow: 0 0 8px 0 #00000026;
  border: 2px solid #ffffff;
  border-radius: 0.5rem;
}

.p-faq__contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  color: #ffffff;
  background-color: #005083;
  border-radius: 0.5rem;
  padding: 1.6rem 1.8rem;
}

.p-faq__contents-item[open] .p-faq__contents-item-ttl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-faq__contents-item summary::-webkit-details-marker {
  display: none;
}

.p-faq__contents-item-ttl-question {
  font-size: 2.4rem;
}

.p-faq__contents-item-ttl-text {
  display: inline-block;
  flex: 1;
  margin-left: -1rem;
}

.p-faq__contents-item-ttl-icon {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}

.p-faq__contents-item-ttl-icon::before,
.p-faq__contents-item-ttl-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #005083;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.p-faq__contents-item-ttl-icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.p-faq__contents-item-ttl-icon::after {
  width: 0.2rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}

.p-faq__contents-item[open] .p-faq__contents-item-ttl-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-faq__contents-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 1rem;
  color: #005083;
  padding: 1.6rem 2.4rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.p-faq__appeal {
  margin-top: 3rem;
  max-width: 567px;
  margin-inline: auto;
}

.p-faq__appeal-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #005083;
  text-align: center;
  padding: 1.6rem 0;
}

.p-faq__appeal-contents {
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem 0.6rem;
  position: relative;
  border: 0.3rem solid #005083;
  background-color: #ffffff;
}

.p-faq__appeal-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 29.1rem;
}

.p-faq__appeal-item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  padding-left: 1em;
  text-indent: -1em;
}

.p-faq__appeal-item-highlight {
  font-weight: 900;
  color: #db3025;
}

.p-faq__appeal-img {
  width: 8.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-footer {
  background: #005083;
  padding: 1.6rem;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}

.l-footer__link {
  color: #ffffff;
  font-size: 1.2rem;
}

.l-footer__copy {
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}

.l-footer__copy:not(:first-child) {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    /* position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%; */
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }

  .l-gNav.is-active {
    left: 0;
  }
}

.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
  }

  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }

  .l-hamburger span {
    background: #3d3d3d;
  }

  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }

  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }

  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }

  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

.p-search__nearFuneral {
  background-color: #f9f9f9;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-search__nearFuneral {
    padding-top: 4rem;
  }
}

.p-search__ttlWrapper {
  text-align: center;
}
.p-search__nearFuneralTtl,
.p-search__useFuneralTtl {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-left: 3rem;
}
.p-search__nearFuneralTtl {
  color: #005083;
  font-size: 2.4rem;
}
.p-search__useFuneralTtl {
  color: #3d3d3d;
  font-size: 2.2rem;
}
.p-search__nearFuneralTtl::after,
.p-search__useFuneralTtl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.p-search__nearFuneralTtl::after {
  width: 1.8rem;
  height: 2.4rem;
  background-image: url(../img/addSection/searchIcon.svg);
}
.p-search__useFuneralTtl::after {
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../img/addSection/lookUpIcon.svg);
}
.p-search__areabtnWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.8rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-search__areabtnWrapper {
    max-width: 70rem;
    padding-bottom: 3.2rem;
  }
}
.p-search__areabtn {
  width: calc(50% - 0.8rem);
  border: 1px solid #005083;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 1.8rem;
  display: block;
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 1.1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search__areabtn {
    width: calc(25% - 1.2rem);
    font-size: 1.6rem;
  }
}
.p-search__areabtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-color: transparent transparent transparent #005083;
  transform: translateY(-50%);
}
.p-search__useFuneral {
  padding-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-search__useFuneral {
    padding-top: 2.8rem;
  }
}
.p-search__areatxt {
  color: #23b0ff;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.p-search__btn {
  font-size: 1.8rem;
  display: block;
  border-radius: 0.4rem;
  border: 2px solid #005083;
  color: #3d3d3d;
  text-align: center;
  font-weight: 700;
  width: calc(100% - 32px);
  padding: 1.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search__btn {
    width: 50%;
  }
}
.p-search__btn span {
  color: #23b0ff;
}
.p-search__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #005083;
  transform: translateY(-50%);
}
.p-search__showFuneralBtn {
  margin: 2.4rem auto 0;
}
.p-search__funeralContents {
  padding-top: 1rem;
}
.p-search__funeralContent {
  border: 1px solid #c1c1c1;
  border-radius: 0.4rem;
  width: calc(100% - 3.2rem);
  max-width: 43.2rem;
  margin: 1.6rem auto 0;
  padding: 1.2rem 1.5rem 0.7rem;
}
.p-search__funeralName {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-search__funeralBody {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  padding-top: 1.3rem;
  padding-bottom: 0.9rem;
}
.p-search__funeralImgWrapper {
  flex: 1;
  max-width: 20rem;
}
.p-search__funeralImg {
  display: block;
}
.p-search__funeralTxtarea {
  width: 19.2rem;
}
.p-search__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding-top: 1.3rem;
  padding-bottom: 0.9rem;
}
.p-search__tag-item {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #005083;
  border-radius: 10rem;
  padding: 0.4rem 0.6rem;
}
.p-search__detailHead {
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0.5rem;
  line-height: 1.4;
  float: left;
}
.p-search__detailBody {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-left: 5.2rem;
  padding-right: 1rem;
  line-height: 1.4;
}
.p-search__phoneBtn {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(-45deg, #005083, #166292);
  max-width: 21rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 10rem;
  padding: 1.4rem 0.5rem 1.4rem 4rem;
  position: relative;
  box-shadow: 0px 3px #143d5b;
}
.p-search__phoneBtn::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/addSection/phoneIcon.svg);
  background-size: cover;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .p-search__funeralContents {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    padding: 3rem 3rem 0;
  }
  .p-search__funeralContent {
    margin: unset;
    width: calc(50% - 2.5rem);
  }
}
.p-search__moreFuneral {
  margin: 2.4rem auto 0;
}
.p-search__price {
  text-align: center;
  padding-top: 1.7rem;
}
.p-search__priceHead {
  display: inline-block;
  color: #fff;
  background-color: #005083;
  border-radius: 10rem;
  font-weight: 900;
  font-size: 1.8rem;
  padding: 0.8rem 1.6rem;
}
.p-search__priceTxt {
  font-size: 1.8rem;
  font-weight: 900;
  padding-top: 1rem;
  line-height: 1.5;
}
.p-search__redTxt {
  font-size: 3.2rem;
  color: #db3025;
  position: relative;
  line-height: 1;
  z-index: 0;
}
.p-search__redTxt::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.6rem);
  height: 0.8rem;
  left: -0.3rem;
  bottom: 0.3rem;
  background-color: #fff600;
  z-index: -1;
}
.p-search__redNum {
  font-size: 4.2rem;
}
.p-search__funeralIllustWrapper {
  padding: 1.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-search__funeralIllustWrapper {
    max-width: 70rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-post {
    padding: 6rem 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-wor__list {
    max-width: 78%;
    margin: 0 auto;
  }
}

.floating-cta--sp {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 1rem 1.4rem 1.3rem;
  background: rgba(100,100,100,0.9);
  z-index: 1;
}

.floating-cta__text--sp {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  width: 100%;
}

.floating-cta__text--sp span {
  font-size: 1.8rem;
}

.floating-cta__btn--tel--sp {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  border-radius: 0.6rem;
  background: #ED7001 url("../img/tel_btn-s_bg.png") no-repeat center center / cover;
  /* border: solid 0.1rem rgba(255,255,255,0.8); */
}

.floating-cta__btn--mail--sp {
  width: calc(50% - 0.5rem);
}

.floating-cta--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .floating-cta--sp {
    display: none;
  }

  .floating-cta--pc {
    display: flex;
    gap: 2.4rem;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0.6rem 11rem;
    background: rgba(84,84,88,.85);
    z-index: 1;
  }

  .floating-cta__text--pc {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-bottom: 0.6rem;
  }

  .floating-cta__text--pc span {
    font-size: 1.2rem;
  }

  .floating-cta__tel-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .floating-cta__tel-label {
    background: #ffffff;
    padding: 0.3rem 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    color: #ed7001;
    border-radius: 0.3rem;
  }

  .floating-cta__tel-number {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
  }

  .floating-cta__btn--tel--pc {
    width: 16.6rem;
  }

  .floating-cta__btn--mail--pc {
    display: none !important;
    width: 16.6rem;
  }
}

.p-cta--first .cta-fv__head {
  background: #015083;
  color: #fff;
  padding: 1.5rem 0 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.p-cta--first .cta-fv__urgent {
  max-width: 95.225rem;
  margin: 1.6rem 2.3rem;
  border: 2px solid #3d7399;
  background: #fff;
  padding: 1.2rem;
}

.p-cta--first .cta-fv__urgent-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.p-cta--first .cta-fv__urgent-text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-cta--first .cta-fv__urgent-text strong {
  color: #de473c;
  font-weight: 900;
  border-bottom: 2px solid #ffb800;
}

.p-cta--first .cta-fv__urgent-text span {
  color: #de473c;
  font-weight: 900;
  border-bottom: 2px solid #ffb800;
}

.p-cta--first .cta-fv__image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.p-cta--first .cta-fv__img-block {
  margin-top: 1.5rem;
  text-align: center;
}

.p-cta--first .cta-fv__img {
  width: 100%;
  max-width: 34.5rem;
  height: auto;
}

.p-cta--first .cta-fv__tel {
  font-size: 2.4rem;
  font-weight: 700;
  color: #d23b38;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-cta--first .cta-fv__tel-label {
  display: block;
  background-color: #de473c;
  color: #fff600;
  padding: 0.476rem 0.678rem;
  margin-right: 0.903rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.318rem;
}

.p-cta--first .cta-fv__tel-number {
  font-family: "Oswald", sans-serif;
  color: #de473c;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-cta--first .cta-fv__info {
  padding: 0 3.5rem 2.4rem;
}

.p-cta--first .cta-fv__btns--img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* width: 100%; */
  max-width: 600px;
  gap: 0.8rem;
  margin-top: 2rem;
}

.p-cta--first .cta-fv__btns--img a {
  display: inline-block;
}

.p-cta--first .cta-fv__btn-img {
  width: 100%;
}

/* その他のcta */
.p-cta--sub {
  background: #f5f5f5;
  padding: 1.6rem 0 1.6rem 0;
}

.p-cta--sub .cta-fv__urgent {
  background: #fff;
  max-width: 95.225rem;
  margin: 1.6rem 2.3rem;
  border: 2px solid #3d7399;
  padding: 1.2rem;
}

.p-cta--sub .cta-fv__urgent-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.p-cta--sub .cta-fv__urgent-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-cta--sub .cta-fv__urgent-text strong {
  font-size: 2rem;
  color: #de473c;
  font-weight: 900;
  border-bottom: 2px solid #ffb800;
}

.p-cta--sub .cta-fv__urgent-text span {
  font-size: 2rem;
  color: #de473c;
  font-weight: 900;
  border-bottom: 2px solid #ffb800;
}

.p-cta--sub .cta-fv__image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.p-cta--sub .cta-fv__img-block {
  margin-top: 1.5rem;
  text-align: center;
}

.p-cta--sub .cta-fv__img-block .cta-fv__img {
  width: 100%;
  max-width: 34.5rem;
  /* height: 8.6rem; */
}

.p-cta--sub .cta-fv__tel {
  font-size: 2.4rem;
  font-weight: 700;
  color: #d23b38;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-cta--sub .cta-fv__tel-label {
  display: block;
  background-color: #de473c;
  color: #fff600;
  padding: 0.476rem 0.678rem;
  margin-right: 0.903rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.318rem;
}

.p-cta--sub .cta-fv__tel-number {
  font-family: "Oswald", sans-serif;
  color: #de473c;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-cta--sub .cta-fv__info {
  padding: 0 3.5rem 2.4rem;
}

.p-cta--sub .cta-fv__btns--img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* width: 100%; */
  max-width: 600px;
  gap: 0.8rem;
  margin-top: 2rem;
}

.p-cta--sub .cta-fv__btns--img a {
  display: inline-block;
}

.p-cta--sub .cta-fv__btn-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .p-cta--first .cta-fv__urgent {
    width: 95.225rem;
    max-width: 952.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    padding: 1.9rem 4.5rem 2.3rem;
    /* padding: 1.583vw 5.625vw 1.9166vw; */
    margin: 2.6rem auto 1.8rem;
    width: fit-content;
  }

  .p-cta--sub .cta-fv__urgent {
    width: 95.225rem;
    max-width: 952.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    padding: 1.9rem 4.5rem 2.3rem;
    margin: 1rem auto 1.8rem;
    width: fit-content;
  }

  .p-cta--first .cta-fv__urgent .cta-fv__img-block {
    width: 28.75vw;
    max-width: 345px;
  }

  .p-cta--sub .cta-fv__urgent .cta-fv__img-block {
    width: 28.75vw;
    max-width: 345px;
  }

  .p-cta--first .cta-fv__urgent-text {
    font-size: 2vw;
  }

  .p-cta--sub .cta-fv__urgent-text {
    font-size: 2vw;
  }

  .p-cta--first .cta-fv__urgent-text strong {
    font-size: 2.53vw;
  }

  .p-cta--sub .cta-fv__urgent-text strong {
    font-size: 2.53vw;
  }

  .p-cta--first .cta-fv__urgent-text span {
    font-size: 2.53vw;
  }

  .p-cta--sub .cta-fv__urgent-text span {
    font-size: 2.53vw;
  }

  .cta-fv__urgent-box .cta-fv__image {
    width: 10.3875vw;
    max-width: 124.65px;
    height: 10.3875vw;
    max-height: 124.65px;
    border-radius: 50%;
  }

  .p-cta--first .cta-fv__tel-label {
    font-size: 1.5vw;
  }

  .p-cta--first .cta-fv__tel-number {
    font-size: 3.58vw;
  }

  .p-cta--sub .cta-fv__tel-label {
    font-size: 1.5vw;
  }

  .p-cta--sub .cta-fv__tel-number {
    font-size: 3.58vw;
  }

  .p-cta--first .cta-fv__info {
    padding: 0 0 25px;
    margin: 0 auto;
    max-width: 952.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 24px; */
  }

  .p-cta--sub .cta-fv__info {
    padding: 0 0 25px;
    margin: 0 auto;
    max-width: 952.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 24px; */
  }

  .p-cta--first .cta-fv__info .cta-fv__img-block {
    margin: 0;
  }

  .p-cta--sub .cta-fv__info .cta-fv__img-block {
    margin: 0;
  }

  .p-cta--first .cta-fv__info .cta-fv__img-block .cta-fv__img {
    width: 100%;
    width: 32.66vw;
    max-width: 392px;
    height: 6vw;
    max-height: 72px;
  }

  .p-cta--sub .cta-fv__info .cta-fv__img-block .cta-fv__img {
    width: 100%;
    width: 32.66vw;
    max-width: 392px;
    height: 6vw;
    max-height: 72px;
  }

  .p-cta--first .cta-fv__info .cta-fv__btns--img {
    margin: 0;
    margin-left: 24px;
  }

  .p-cta--sub .cta-fv__info .cta-fv__btns--img {
    margin: 0;
    margin-left: 24px;
  }

  .p-cta--first .cta-fv__info .cta-fv__btns--img .cta-fv__btn-img01 {
    width: 100%;
    width: 20.41vw;
    max-width: 245px;
    height: 6vw;
    max-height: 72px;
  }

  .p-cta--sub .cta-fv__info .cta-fv__btns--img .cta-fv__btn-img01 {
    width: 100%;
    width: 20.41vw;
    max-width: 245px;
    height: 6vw;
    max-height: 72px;
  }

  .p-cta--first .cta-fv__info .cta-fv__btns--img .cta-fv__btn-img02 {
    width: 100%;
    width: 23.41vw;
    max-width: 281px;
    height: 6vw;
    max-height: 72px;
  }

  .p-cta--sub .cta-fv__info .cta-fv__btns--img .cta-fv__btn-img02 {
    width: 100%;
    width: 23.41vw;
    max-width: 281px;
    height: 6vw;
    max-height: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .p-cta--first .cta-fv__urgent-text {
    font-size: 24px;
  }

  .p-cta--sub .cta-fv__urgent-text {
    font-size: 24px;
  }

  .p-cta--first .cta-fv__urgent-text strong {
    font-size: 31px;
  }

  .p-cta--sub .cta-fv__urgent-text strong {
    font-size: 31px;
  }

  .p-cta--first .cta-fv__urgent-text span {
    font-size: 31px;
  }

  .p-cta--sub .cta-fv__urgent-text span {
    font-size: 31px;
  }

  .p-cta--first .cta-fv__tel-label {
    font-size: 18px;
  }

  .p-cta--first .cta-fv__tel-number {
    font-size: 43px;
  }

  .p-cta--sub .cta-fv__tel-label {
    font-size: 18px;
  }

  .p-cta--sub .cta-fv__tel-number {
    font-size: 43px;
  }
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #015083;
  padding: 0.6rem 1.4rem;
  margin: 0 auto;
  z-index: 1000;
  text-align: center;

  max-width: 1200px;
  margin: 0 auto;
  right: 0;
}

.cta-fixed__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #fff;
  margin-bottom: 0.4rem;
}

.cta-fixed__text--highlight {
  color: #fff600;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  position: relative;
}

.cta-fixed__buttons {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.cta-fixed__text--highlight::before,
.cta-fixed__text--highlight::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
}

.cta-fixed__text--highlight::before {
  content: "|";
  left: -7.8rem;
  transform: translateY(-50%) rotate(-15deg);
}

.cta-fixed__text--highlight::after {
  content: "|";
  right: -9.2rem;
  transform: translateY(-50%) rotate(15deg);
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }

  .cta-fixed__inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-fixed__text {
    font-weight: 700;
    font-size: 1.33vw;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #fff;
    margin-bottom: -1rem;
  }

  .cta-fixed__text--highlight {
    font-size: 1.5vw;
  }

  .cta-fixed__text--highlight::before,
  .cta-fixed__text--highlight::after {
    font-size: 1.33vw;
  }
  .cta-fixed__text--highlight::before {
    left: -6.5vw;
  }

  .cta-fixed__text--highlight::after {
    right: -7.66vw;
  }

  .cta-fixed .cta-fixed__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cta-fixed__tel .cta-fixed__tel-label {
    display: block;
    background-color: #fff;
    color: #ed7001;
    margin-right: 0.903rem;
    padding: 0.333vw 0.5vw;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1;
    border-radius: 0.318rem;
  }

  .cta-fixed .cta-fixed__tel-number {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 3.833vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .cta-fixed__buttons {
    /* max-width: 1200px;
    margin: 0 auto; */
    margin-left: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-fixed__text {
    font-size: 16px;
  }
  .cta-fixed__text--highlight {
    font-size: 18px;
  }

  .cta-fixed__text--highlight::before,
  .cta-fixed__text--highlight::after {
    font-size: 16px;
  }
  .cta-fixed__text--highlight::before {
    left: -78px;
  }

  .cta-fixed__text--highlight::after {
    right: -92px;
  }
  .cta-fixed__tel .cta-fixed__tel-label {
    padding: 4px 6px;
    font-size: 18px;
  }

  .cta-fixed .cta-fixed__tel-number {
    font-size: 46px;
  }
}

.cta-fixed__imgbtn {
  display: block;
  width: 18.9rem;
  max-width: 189px;
}

.cta-fixed__imgbtn img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .cta-fixed__imgbtn {
    display: block;
    width: 21.0275vw;
    max-width: 252.33px;
  }
}

.cta-fixed__textbtn {
  display: flex;
  align-items: center;
  background-color: #d84335;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.2em;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 4px 0 #a02e22;
  transition: background 0.3s;

  &:hover {
    background-color: darken(#d84335, 10%);
  }

  .cta-fixed__icon {
    margin-right: 0.8em;

    img {
      width: 2em;
      height: auto;
      vertical-align: middle;
    }
  }

  .cta-fixed__content {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }

  .cta-fixed__hours {
    font-size: 0.9rem;
  }

  .cta-fixed__text {
    font-size: 1rem;
  }
}

/* 追加 */
.cta-phone-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/cta-phone-orange-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 1.2rem;
  padding: 0.6rem 1rem;
  aspect-ratio: 690 / 152;
}

.cta-phone-orange .cta-phone-24 {
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 0.8rem;
}

.cta-phone-orange p {
  color: #fff600;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  filter: drop-shadow(0 0.2rem 0 #a33b00);
}

.cta-phone-orange p span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.cta-phone-orange .cta-phone-arrow {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.7rem;
}

@media screen and (min-width: 768px) {
  .cta-phone-orange {
    height: 4.8rem;
    background-image: url(../img/cta-phone-orange-bg-pc.png);
    background-size: contain;
    padding: 0.3rem 1.2rem 0.3rem 2.5rem;
    aspect-ratio: 0;
  }

  .cta-phone-orange .cta-phone-24 {
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 0.53rem;
  }

  .cta-phone-orange p {
    font-size: 1.065rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    filter: drop-shadow(0 2px 0 #a33b00);
  }

  .cta-phone-orange p span {
    font-size: 2.13rem;
  }

  .cta-phone-orange .cta-phone-arrow {
    width: 1.065rem;
    height: 1.065rem;
    margin-left: 1.6rem;
  }
}

:root {
  interpolate-size: allow-keywords;
}

details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition:
    height 0.3s ease,
    opacity 0.3s ease,
    content-visibility 0.3s ease allow-discrete;
}

details[open]::details-content {
  height: auto; /* for unsupported browser */
  height: calc-size(auto, size);
  opacity: 1;
}

.sp-break {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-break {
    display: none;
  }
}

/*------------------------------
  新規追加
------------------------------*/
.p-view__summary-highlight {
    background: initial;
    color: #fff;
}

.p-view__description {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
}

span.p-view__summary-count {
    font-size: 3rem;
}

.p-loadzero {
    display: none;
}

.p-cta__balloon {
    background: initial;
    color: initial;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding: 0;
}

.p-cta__balloon:before {
    content: none;
}

.p-cta__tel-number {
    color: initial;
    font-size: 3rem;
}

.p-cta__tel-info {
    margin: 0 auto 3rem;
}

.p-cta__btn-item.p-cta__btn-item--mail {
    display: none;
}

.p-cta__tel-label {
    background: #005083;
    color: #fff;
    font-weight: 500;
    line-height: 2rem;
    padding: .5rem 1rem .8rem;
}

.p-plan__catch {
    display: none;
}

.p-choice__list-item-text {
    font-size: 1.7rem;
}

.p-choice__list {
    margin: 1rem auto;
    padding: 0 5%;
}

.p-choice__img {
    display: none;
}

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif!important;
}

p.p-view__summary {
    display: none;
}

p.p-view__description {
    display: none;
}

.p-view_head {
    padding: 1.2rem 0 0;
}

a.p-cta__banner {
    display: none;
}

p.p-view__lead {
    font-size: 2rem;
}

span.p-view__lead-highlight {
    font-size: 2rem;
    padding: .5rem;
}

p.p-consideration__desc {
    display: none;
}

div#p-consideration-appeal {
    display: none;
}

p.p-consideration__attention {
    display: none;
}

.p-discount {
    padding: 2rem 0 0;
}

.p-plan {padding: 0 calc(var(--rem) * 1.6);}

.p-cta__consul {
    display: none;
}

div#p-welfare {
    display: none;
}

.p-preparation__list-wrap {
    display: none;
}

section#p-wor {
    background: initial;
	padding: 1.6rem 1.6rem 0;
}

.p-support + .p-cta {
    display: none;
}

li.p-voice__list-item {
    padding: 1rem;
    width: 65vw;
}

h3.p-voice__list-item-ttl {
    font-size: 1.5rem;
    padding: 1rem;
}

/* フローティングCTA */
.floating-cta__btn--mail--sp {
    display: none !important;
}