@charset "UTF-8";

html {
  font-size: 100%;
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem;
  /* = 16px */
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--base-font-family);
  font-weight: var(--fw-regular);
  color: var(--color-text);
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* inner */
  --inner: min(1080px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 20px;
  /* z-index */
  --z-index-header: 900;
  /* color */
  --color-white: #fff;
  --color-text: #0d2936;
  --color-black: #000;
  --color-gray: #f5f5f5;
  --color-border-gray: #aaaaaf;
  --color-accent: #408f95;
  --color-primary: #234f5e;
  --color-secondary: #00f;
  --color-orange: #de8430;
  --color-cream: #ffffd0;
  --color-green: #49a3a5;
  --color--pink: #ffe6e6;
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  /* font-family */
  --base-font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --title-font-family: "Lato", sans-serif;
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 64px;
}
@media screen and (width >= 768px) {
  :root {
    --header-height: 80px;
  }
}

/* hover */
.l-header {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-header);
}

.l-inner {
  max-width: calc(var(--inner-sp) + var(--padding-inner) * 2);
  padding-inline: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(var(--inner) + var(--padding-inner) * 2);
  }
}

.l-wrapper {
  height: auto;
  background: none;
}
@media only screen and (width >= 768px) {
  .l-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-image: url("../images/fv-bg.Dm-T-opo.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

@media only screen and (width >= 768px) {
  .l-site-layout__catches {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 85%;
    transform: translateY(-50%);
  }
}
@media only screen and (width >= 1500px) {
  .l-site-layout__catches {
    top: 55%;
    width: 85%;
  }
}

@media only screen and (width <= 767px) {
  .l-site-layout__catches-inner {
    display: none;
  }
}
@media only screen and (width >= 768px) {
  .l-site-layout__catches-inner {
    position: relative;
    width: 100%;
  }
}

.l-site-layout__content {
  position: relative;
  width: 100%;
  aspect-ratio: 1345/896;
}
.l-site-layout__content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-site-layout__contact {
  position: absolute;
  bottom: 15%;
  left: 25%;
  display: block;
  width: 29%;
}
@media (any-hover: hover) {
  .l-site-layout__contact:hover:hover {
    animation: pulse 0.6s ease-in-out 2;
  }
}
.l-site-layout__contact img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.l-top {
  width: 100%;
  margin-top: 4.625rem;
}
@media only screen and (width >= 768px) {
  .l-top {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 30%;
    margin-top: 0;
    margin-right: 5%;
    margin-left: auto;
    background-color: var(--color-white);
  }
}

.l-section {
  width: 100%;
}

.l-section__inner {
  width: 100%;
  height: 100%;
}

.l-section__image {
  width: 100%;
}
.l-section__image img {
  width: 100%;
  object-fit: cover;
}

.l-cta {
  width: 100%;
}

.l-cta__inner {
  position: relative;
  width: 100%;
}

.l-cta__image {
  width: 100%;
}
.l-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-cta__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding-block: 0.875rem 0.625rem;
  padding-inline: 1.25rem;
  transform: translateX(-50%);
}

.l-cta__btn-link {
  display: block;
  width: 100%;
}
.l-cta__btn-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (any-hover: hover) {
  .l-cta__btn-link:hover:hover {
    animation: pulse 0.6s ease-in-out 2;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.c-accordion {
  --_text-color: var(--color-white);
  --_background-default: var(--color-accent);
  --_background-interactive: var(--color-primary);
  --_background-opened: var(--color-accent);
  --_text-color-opened: var(--color-white);
  --_duration: 0.2s;
}
.c-accordion + .c-accordion {
  margin-top: 2.1875rem;
}
.c-accordion::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .c-accordion::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}
.c-accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.c-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.c-accordion__summary {
  display: block grid;
  grid-template: ". icon"/1fr max-content;
  gap: calc(20 * var(--to-rem));
  align-items: center;
  padding-block: calc(20 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  color: var(--_text-color);
  background-color: var(--_background-default);
  transition: background-color var(--_duration) ease, color var(--_duration) ease;
}
.c-accordion__summary::before {
  display: inline-block;
  grid-area: icon;
  width: calc(18 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  content: "";
  background-color: currentcolor;
}
.c-accordion__summary::after {
  display: inline-block;
  grid-area: icon;
  width: calc(18 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  content: "";
  background-color: currentcolor;
  transition: rotate var(--_duration) ease;
  rotate: 90deg;
}
.c-accordion__summary:focus-visible {
  background-color: var(--_background-interactive);
  outline: 2px solid currentcolor;
  outline-offset: -2px;
}
@media (any-hover: hover) {
  .c-accordion__summary:hover {
    background-color: var(--_background-interactive);
  }
}
@media only screen and (width >= 768px) {
  .c-accordion__summary {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (width >= 1400px) {
  .c-accordion__summary {
    padding: 1.25rem 1.875rem;
  }
}

.c-accordion[open] .c-accordion__summary {
  color: var(--_text-color-opened);
  background-color: var(--_background-opened);
}
.c-accordion[open] .c-accordion__summary::after {
  rotate: 0deg;
}

.c-accordion__contents {
  padding-block: calc(20 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  background-color: var(--color-white);
  border-bottom: 2px solid var(--color-accent);
}

.c-button {
  position: relative;
  display: inline-block;
  padding: calc(14 * var(--to-rem)) calc(60 * var(--to-rem));
  font-size: calc(15 * var(--to-rem));
  line-height: 1.2;
  color: var(--color-black);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: var(--color-white);
  border: 1px solid currentcolor;
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: calc(20 * var(--to-rem));
  width: calc(8 * var(--to-rem));
  height: calc(8 * var(--to-rem));
  content: "";
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  transition: rotate 0.3s, translate 0.3s;
  rotate: 45deg;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .c-button:hover::before {
    translate: 5px -50%;
  }
}

.c-button[data-color=black] {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.c-button[data-color=black]::before {
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
}

.c-card {
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 12px;
  transition: scale 0.3s ease;
  container-type: inline-size;
  container-name: card;
}

.c-card__body {
  display: grid;
  grid-template-columns: minmax(min(400 * var(--to-rem), 100%), 1fr) auto;
}
@container card (inline-size <= 700px) {
  .c-card__body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (any-hover: hover) {
  .c-card:has(.c-button:hover) .c-card__image img {
    scale: 1.1;
  }
}
.c-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}

.c-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: calc(16 * var(--to-rem));
  padding: calc(24 * var(--to-rem));
}

.c-card__title {
  margin: 0;
  font-size: calc(20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-text);
}

@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: calc(24 * var(--to-rem));
  }
}
.c-card__text {
  margin: 0;
  font-size: calc(14 * var(--to-rem));
  line-height: 1.8;
  color: var(--color-text-secondary);
}

@media screen and (min-width: 768px) {
  .c-card__text {
    font-size: calc(16 * var(--to-rem));
  }
}
.c-card__button {
  align-self: end;
}

.c-image-text {
  display: grid;
  grid-template: "image" auto "text" auto/1fr;
  row-gap: calc(24 * var(--to-rem));
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-image-text {
    grid-template: "image gutter text margin" auto/41.6666666667% calc(16 * var(--to-rem)) 1fr max((100% - var(--inner)) / 2, 32 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--reverse {
    grid-template: "margin text gutter image" auto/max((100% - var(--inner)) / 2, 32 * var(--to-rem)) 1fr calc(16 * var(--to-rem)) 41.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap {
    grid-template: "image text margin" auto/41.6666666667% 1fr max((100% - var(--inner)) / 2, 32 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse {
    grid-template: "margin text image" auto/max((100% - var(--inner)) / 2, 32 * var(--to-rem)) 1fr 41.6666666667%;
  }
}

.c-image-text__image {
  grid-area: image;
}

.c-image-text__image img {
  width: 100%;
  height: calc(300 * var(--to-rem));
  object-fit: cover;
}

.c-image-text__text {
  grid-area: text;
  max-width: var(--inner-sp);
  padding: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-image-text__text {
    max-width: none;
    padding-inline: revert;
    margin-inline: 0;
  }
}

.c-image-text.c-image-text--overlap .c-image-text__text {
  padding: var(--padding-inner);
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap .c-image-text__text {
    padding: calc(20 * var(--to-rem)) 0 calc(20 * var(--to-rem)) calc(20 * var(--to-rem));
    margin-left: calc(-100 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse .c-image-text__text {
    padding: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0;
    margin-right: calc(-100 * var(--to-rem));
    margin-left: auto;
  }
}

.c-section-title {
  position: relative;
  font-family: var(--title-font-family);
  font-size: calc(40 * var(--to-rem));
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: calc(60 * var(--to-rem));
  }
}

.c-section-title[data-position=center] {
  text-align: center;
}

.c-section-title[data-position=left] {
  text-align: left;
}

.c-section-title[data-position=right] {
  text-align: right;
}

.c-section-title::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  font-size: calc(60 * var(--to-rem));
  color: var(--color-gray);
  content: attr(data-title);
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: calc(120 * var(--to-rem));
  }
}

.c-section-title[data-position=center]::before {
  left: 50%;
  translate: -50% -50%;
}

.c-section-title[data-position=left]::before {
  left: 0;
  translate: 0 -50%;
}

.c-section-title[data-position=right]::before {
  right: 0;
  translate: 0 -50%;
}

.c-triangle {
  display: inline-block;
  width: calc(64 * var(--to-rem));
  aspect-ratio: 1/1;
  background-color: var(--color-black);
}

.c-triangle[data-direction=top] {
  clip-path: var(--clip-triangle-top);
}

.c-triangle[data-direction=bottom] {
  clip-path: var(--clip-triangle-bottom);
}

.c-triangle[data-direction=left] {
  clip-path: var(--clip-triangle-left);
}

.c-triangle[data-direction=right] {
  clip-path: var(--clip-triangle-right);
}

.c-triangle[data-direction=lower-left] {
  clip-path: var(--clip-triangle-lower-left);
}

.c-triangle[data-direction=upper-left] {
  clip-path: var(--clip-triangle-upper-left);
}

.c-triangle[data-direction=lower-right] {
  clip-path: var(--clip-triangle-lower-right);
}

.c-triangle[data-direction=upper-right] {
  clip-path: var(--clip-triangle-upper-right);
}

.p-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(280 * var(--to-rem)), 1fr));
  gap: calc(32 * var(--to-rem));
  margin-top: calc(24 * var(--to-rem));
}

.p-footer {
  padding: calc(40 * var(--to-rem)) 0;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: calc(60 * var(--to-rem)) 0;
  }
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--to-rem));
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: calc(40 * var(--to-rem));
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15 * var(--to-rem)) calc(30 * var(--to-rem));
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    justify-content: flex-end;
  }
}

.p-footer__nav-item a {
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.p-footer__bottom {
  margin-top: calc(30 * var(--to-rem));
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: calc(40 * var(--to-rem));
  }
}

.p-footer__copyright {
  font-size: calc(14 * var(--to-rem));
  color: var(--color-white);
}

.p-header {
  width: 100%;
  height: 4.625rem;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 26.375rem;
  }
}

.p-header__inner {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding-block: 0.625rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    justify-content: flex-start;
    padding-inline: 2.0625rem 0.625rem;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 12.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 12.3125rem;
  }
}

.p-header__logo a {
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .p-header__logo a:hover:hover {
    opacity: 0.7;
  }
}

.p-header__logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.p-header__title {
  width: 100%;
  max-width: 7.5rem;
}

.p-header__title img {
  width: 100%;
  object-fit: contain;
}

.p-trouble {
  position: relative;
  width: 100%;
  padding-bottom: 3.125rem;
}
.p-trouble::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url("../images/trouble-bg.3vPSBYkX.png") repeat-y center/contain;
  opacity: 0.4;
}

.p-trouble__title {
  margin-top: -1.875rem;
  overflow: hidden;
}
.p-trouble__title img {
  display: block;
  width: 105%;
  margin-left: -0.625rem;
  object-fit: cover;
  object-position: center;
}
@media only screen and (width >= 500px) {
  .p-trouble__title {
    margin-top: -3.125rem;
  }
}
@media only screen and (width >= 768px) {
  .p-trouble__title {
    margin-top: -1.25rem;
  }
}

.p-recommended {
  margin-top: -2.0625rem;
}

.p-popularity {
  position: relative;
  width: 100%;
  padding-inline: 1.25rem;
}
.p-popularity::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url("../images/popularity-bg.DPYso9ZH.webp") no-repeat top center/cover;
}

.p-popularity .l-section__inner {
  padding-block: 3.125rem 2.1875rem;
}
.p-popularity .l-section__image {
  width: 90%;
  margin-inline: auto;
}

.p-strength {
  width: 100%;
  padding: 2.5rem 1.25rem 5rem;
  background-color: var(--color-green);
}

.p-strength__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-strength__inner .l-section__image:nth-child(3) {
  padding-inline: 1.75rem;
}

.p-love {
  margin-top: -5.5rem;
}
@media only screen and (width >= 768px) {
  .p-love {
    margin-top: -5rem;
  }
}

.p-introduction {
  padding-bottom: 2.5rem;
  margin-top: 0.6875rem;
}
.p-introduction .l-section__inner {
  padding-inline: 1.25rem;
}

.p-caution-needed {
  position: relative;
  padding-block: 3.125rem 2.1875rem;
  padding-inline: 1.25rem;
}
.p-caution-needed::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url("../images/caution-needed-bg.BGze1QBz.png") no-repeat top center/cover;
}

.p-support .l-section__inner {
  padding-inline: 0.1875rem;
  background-color: var(--color-green);
}

.p-support__content {
  padding-block: 3.375rem 3.75rem;
  padding-inline: 1.125rem 0.8125rem;
  margin-block-start: -3.125rem;
  background-color: var(--color-cream);
}

.p-choose {
  position: relative;
  padding-block-end: 2.1875rem;
  margin-top: -2.1875rem;
}
.p-choose::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/choose-bg.BAIAdy_1.png") no-repeat top center/cover;
}
.p-choose .p-choose__image {
  margin-top: -6.25rem;
}
@media only screen and (width >= 500px) {
  .p-choose .p-choose__image {
    margin-top: -9.6875rem;
  }
}
@media only screen and (width >= 768px) {
  .p-choose .p-choose__image {
    margin-top: -5rem;
  }
}
@media only screen and (width >= 1024px) {
  .p-choose .p-choose__image {
    margin-top: -6.25rem;
  }
}
@media only screen and (width >= 1440px) {
  .p-choose .p-choose__image {
    margin-top: -8.125rem;
  }
}
@media only screen and (width >= 1800px) {
  .p-choose .p-choose__image {
    margin-top: -11.5625rem;
  }
}

.p-fee {
  position: relative;
  padding-bottom: 3.75rem;
}

.p-fee__title {
  width: 70%;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-fee__stan-dart {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 3.125rem 1.25rem 1.875rem;
  margin-top: 3.75rem;
  background-color: var(--color-cream);
}
.p-fee__stan-dart::before {
  position: absolute;
  top: -1.875rem;
  left: 50%;
  z-index: 1;
  width: 80%;
  aspect-ratio: 222/30;
  content: "";
  background-image: url("../images/fee-point.Dy604nHd.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}

.p-fee__premium {
  padding: 1.875rem 1.25rem;
  background-color: var(--color--pink);
}

.p-data {
  position: relative;
  padding-block: 2.5rem 6.25rem;
}
.p-data::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("../images/data-bg.DDWUzBAV.webp");
  background-position: center;
  background-size: cover;
}

.p-future {
  position: relative;
  margin-top: -3.75rem;
}
.p-future::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("../images/future-bg.ret1ryVF.webp");
  background-position: center;
  background-size: cover;
}

.p-future__inner {
  padding: 2.5rem 1.25rem;
}

.p-faq {
  padding-top: 2.5rem;
  background-color: var(--color-gray);
}

.p-faq__title {
  width: 60%;
  margin-inline: auto;
}

.p-faq__inner {
  margin-top: 2.5rem;
}

.p-company {
  padding-block: 5rem 3.125rem;
  background-color: var(--color-gray);
}

.p-company__title {
  width: 60%;
  margin-inline: auto;
}

.p-company__inner {
  padding-inline: 1.25rem;
}
@media only screen and (width >= 768px) {
  .p-company__inner {
    padding-inline: 1.25rem;
  }
}
@media only screen and (width >= 1400px) {
  .p-company__inner {
    padding-inline: 1.875rem;
  }
}

.p-company__map {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 3.125rem 1.25rem;
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
  min-height: 16.625rem;
}

.p-company__request {
  padding-inline: 1.25rem;
  margin-top: 3.125rem;
}
@media only screen and (width >= 768px) {
  .p-company__request {
    padding-inline: 1.25rem;
  }
}
@media only screen and (width >= 1400px) {
  .p-company__request {
    padding-inline: 1.875rem;
  }
}

.p-company__request-title {
  width: 100%;
  padding-bottom: 3.125rem;
  border-bottom: 2px solid #e0e0e0;
}
.p-company__request-title img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.p-company__request-content {
  width: 100%;
  padding-bottom: 1.875rem;
  margin-top: 3.125rem;
  border-bottom: 2px solid #e0e0e0;
}
.p-company__request-content img {
  display: block;
  width: 100%;
  object-fit: contain;
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

@media (width <= 767px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width >= 768px) {
  [data-only-device=sm] {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

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

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}