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

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

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

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

:root{
  --main-color:#004EA2;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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;
}

/* ----------------------------------------------------
settings
---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.4rem;
  font-size: 10px;
}
@media screen and (max-width: 1160px) {
  html {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 5.2rem;
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: 2.6315789474vw;
  }
}

:root {
  --spacing: 0.075em;
  --radius10: 1rem;
  --radius5: 0.5rem;
}
@media screen and (max-width: 767px) {
  :root {
    --radius10: 0.5rem;
    --radius5: 0.25rem;
  }
}

* {
  letter-spacing: var(--spacing);
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 遊ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 5.2rem;
  }
}

ul {
  list-style: none;
}

a,
button {
  text-decoration: none;
  color: inherit;
}
a:not([class]),
button:not([class]) {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([class]):hover,
  button:not([class]):hover {
    opacity: 0.7;
  }
}

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

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
/* ----------------------------------------------------
layout
---------------------------------------------------- */
/* ---------- container  ----------*/
.l-container {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 1.4rem;
  }
}

/* ---------- header ----------*/
.l-header {
  width: 100%;
  height: 6.4rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 5.2rem;
  }
}

.l-header__container {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding-right: 0;
  }
}

.l-header__logo {
  width: 24.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 21rem;
  }
}

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

.l-header__list {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.l-header__item {
  position: relative;
  display: block;
}
.l-header__item > a {
  display: inline-block;
  padding-block: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (hover: hover) {
  .l-header__item > a:hover {
    opacity: 1;
    color: #004da6;
  }
}
.l-header__item:has(.l-header__child):hover .l-header__child {
  opacity: 1;
  visibility: visible;
}

.l-header__child {
  width: 27.2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius10);
  padding: 3.2rem 2rem;
  box-shadow: 0 0 2.7rem 0 rgba(10, 14, 14, 0.23);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.l-header__child-item + .l-header__child-item {
  margin-top: 3.2rem;
}
.l-header__child-item a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (hover: hover) {
  .l-header__child-item a:hover {
    opacity: 1;
    color: #004da6;
  }
}

/* ---------- humberger button ----------*/
.l-humberger {
  display: none;
  width: 6.2rem;
  height: 100%;
  z-index: 300;
  background-color: #fff;
  transition: 0.3s ease;
}
.l-humberger span {
  position: relative;
  display: block;
  height: 0.2rem;
  width: 2.8rem;
  margin: 0 auto;
  background: #004da6;
  transition: 0.3s ease;
}
.l-humberger span:nth-child(1) {
  top: 0;
}
.l-humberger span:nth-child(2) {
  margin: 0.8rem auto;
}
.l-humberger span:nth-child(3) {
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-humberger {
    display: block;
  }
}

.l-humberger-show {
  background-color: #004da6;
}
.l-humberger-show span {
  background-color: #fff;
}
.l-humberger-show span:nth-child(1) {
  transform: rotate(45deg);
  top: 1rem;
}
.l-humberger-show span:nth-child(2) {
  opacity: 0;
}
.l-humberger-show span:nth-child(3) {
  transform: rotate(135deg);
  top: -1rem;
}

/* ---------- humberger menu ----------*/
.l-humberger-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #004da6;
  padding-top: 5.2rem;
}

.l-humberger-menu__container {
  overflow-y: scroll;
  height: calc(100dvh - 5.2rem);
  padding-bottom: 5.2rem;
}

.l-humberger-menu__nav-item {
  border-bottom: 0.1rem solid #fff;
  position: relative;
}
.l-humberger-menu__nav-item > a {
  font-weight: 600;
  display: block;
  padding: 2.2rem 2rem;
  color: #fff;
}
.l-humberger-menu__nav-item .l-humberger-menu__nav-accordion {
  width: 3rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  z-index: 3;
}
.l-humberger-menu__nav-item .l-humberger-menu__nav-accordion .c-icon-arrow {
  width: 0.8rem;
  transform: rotate(90deg);
  transition: 0.3s ease-out;
}
.l-humberger-menu__nav-item .l-humberger-menu__nav-accordion.is-open .c-icon-arrow {
  transform: rotate(270deg);
}

.l-humberger-menu__child {
  display: none;
  margin-top: 0.6rem;
  padding-bottom: 2.2rem;
}

.l-humberger-menu__child-item + .l-humberger-menu__child-item {
  margin-top: 2.8rem;
}
.l-humberger-menu__child-item a {
  font-weight: 600;
  color: #fff;
  padding-inline: 4.8rem;
}

.l-humberger-menu__btn {
  margin-top: 4.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.3rem;
}

.scroll-hide {
  overflow: hidden;
}

/* ---------- footer ----------*/
.l-footer {
  background-color: #ff8d32;
}

.l-footer__container {
  padding-block: 4.8rem 22.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-block: 1.7rem 14.4rem;
  }
}

.l-footer__copy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.025em;
  }
}

/* ----------------------------------------------------
component
---------------------------------------------------- */
/* ---------- button ----------*/
.c-btn-primary {
  display: block;
  width: 100%;
  max-width: 44.8rem;
  height: 8rem;
  margin-left: 3.2rem;
  filter: drop-shadow(0 0 2.1rem rgba(0, 23, 50, 0.38));
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-primary {
    max-width: 32.6rem;
    margin-left: 2.6rem;
    height: 7rem;
    filter: drop-shadow(0 0 1rem rgba(0, 23, 50, 0.38));
  }
}
.c-btn-primary.c-btn-primary--web .c-btn-primary__inner {
  background-color: #ff4e32;
  border: 0.4rem solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn-primary.c-btn-primary--web .c-btn-primary__inner {
    border-width: 0.3rem;
  }
}
.c-btn-primary.c-btn-primary--web .c-btn-primary__inner::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.c-btn-primary.c-btn-primary--web .c-btn-primary__icon {
  background-color: #fff;
}
.c-btn-primary.c-btn-primary--documents .c-btn-primary__inner {
  background-color: #fff;
  color: #ff4e32;
}
.c-btn-primary.c-btn-primary--documents .c-btn-primary__inner::after {
  background-color: rgba(255, 78, 50, 0.15);
}
.c-btn-primary.c-btn-primary--documents .c-btn-primary__icon {
  background-color: #ff4e32;
  border: 0.3rem solid #fff;
}
@media screen and (max-width: 767px) {
  .c-btn-primary.c-btn-primary--documents .c-btn-primary__icon {
    border-width: 0.15rem;
  }
}
.c-btn-primary .c-btn-primary__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-primary .c-btn-primary__inner {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.c-btn-primary .c-btn-primary__inner::after {
  content: "";
  display: inline-block;
  width: 12.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(55%, -50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-primary .c-btn-primary__inner::after {
    width: 12rem;
  }
}
.c-btn-primary .c-btn-primary__icon {
  width: 6.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn-primary .c-btn-primary__icon {
    width: 6rem;
    transform: translate(calc(-50% + 0.4rem), -50%);
  }
}
.c-btn-primary .c-icon-send {
  width: 3.1rem;
}
.c-btn-primary .c-icon-document {
  width: 2.6rem;
}
.c-btn-primary .c-icon-arrow {
  width: 1.3rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-primary .c-icon-arrow {
    right: 1.8rem;
  }
}
@media (hover: hover) {
  .c-btn-primary:hover .c-btn-primary__inner::after {
    transform: translate(55%, -50%) scale(8);
  }
  .c-btn-primary:hover .c-icon-arrow {
    transform: translate(0.4rem, -50%);
  }
}

.c-btn-secondary {
  width: 100%;
  max-width: 19.2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  background-color: #fff;
  border: 0.2rem solid #004da6;
  border-radius: 100vmax;
  color: #004da6;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-secondary {
    height: 4.5rem;
  }
}
.c-btn-secondary .c-icon-arrow {
  width: 0.9rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.c-btn-secondary .c-icon-arrow::before {
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-secondary .c-icon-arrow {
    right: 2.6rem;
  }
}
@media (hover: hover) {
  .c-btn-secondary:hover {
    background-color: #004da6;
    color: #fff;
  }
  .c-btn-secondary:hover .c-icon-arrow {
    transform: translate(0.4rem, -50%);
  }
  .c-btn-secondary:hover .c-icon-arrow::before {
    background: #fff;
  }
}

.c-btn-tertiary {
  display: inline-block;
  width: 100%;
  max-width: 33.4rem;
  height: 8rem;
  box-shadow: 0 0 1.6rem rgba(49, 46, 40, 0.29);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn-tertiary {
    max-width: 30.4rem;
    height: 7rem;
    box-shadow: 0 0 0.8rem rgba(49, 46, 40, 0.29);
  }
}
.c-btn-tertiary .c-btn-tertiary__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #ff4e32;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1rem 6.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-tertiary .c-btn-tertiary__inner {
    font-size: 2.2rem;
    padding: 1rem 8rem 1rem 9rem;
  }
}
.c-btn-tertiary .c-btn-tertiary__inner::after {
  content: "";
  display: inline-block;
  width: 12.4rem;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(55%, -50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-tertiary .c-btn-tertiary__inner::after {
    width: 12rem;
  }
}
.c-btn-tertiary .c-icon-arrow {
  width: 1.3rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-tertiary .c-icon-arrow {
    right: 1.6rem;
  }
}
@media (hover: hover) {
  .c-btn-tertiary:hover .c-btn-tertiary__inner::after {
    transform: translate(55%, -50%) scale(2);
  }
  .c-btn-tertiary:hover .c-icon-arrow {
    transform: translate(0.4rem, -50%);
  }
}

.c-btn-more.is-open .c-btn-more__inner::before {
  content: "閉じる";
}
.c-btn-more.is-open .c-btn-more__inner .c-icon-arrow {
  transform: rotate(270deg);
}

.c-btn-more__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.135em;
  font-weight: 700;
}
.c-btn-more__inner::before {
  content: "もっと見る";
  display: inline-block;
}
.c-btn-more__inner .c-icon-arrow {
  width: 0.7rem;
  transform: rotate(90deg);
}

/* ---------- head ----------*/
.c-head-primary {
  text-align: center;
  position: relative;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-head-primary {
    padding-bottom: 2.2rem;
  }
}
.c-head-primary::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 0.5rem;
  border-radius: 100vmax;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-head-primary::before {
    border-radius: 0.125rem;
  }
}
.c-head-primary.c-head-primary--orange::before {
  background-color: #ff8d32;
}
.c-head-primary.c-head-primary--blue::before {
  background-color: #004da6;
}

/* ---------- icon ----------*/
.c-icon {
  display: inline-block;
}
.c-icon::before {
  content: "";
  display: block;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
}

/* --- color ---*/
.c-icon--orange::before {
  background: #ff8d32;
}

.c-icon--blue::before {
  background: #004da6;
}

.c-icon--dark-orange::before {
  background: #ff4e32;
}

.c-icon--white::before {
  background: #fff;
}

/* --- icon image ---*/
.c-icon-apartment::before {
  aspect-ratio: 1008/1061;
  -webkit-mask-image: url(../img/icon_apartment.svg);
          mask-image: url(../img/icon_apartment.svg);
}

.c-icon-apply::before {
  aspect-ratio: 246/228;
  -webkit-mask-image: url(../img/icon_apply.svg);
          mask-image: url(../img/icon_apply.svg);
}

.c-icon-chat::before {
  aspect-ratio: 270/230;
  -webkit-mask-image: url(../img/icon_chat.svg);
          mask-image: url(../img/icon_chat.svg);
}

.c-icon-construction::before {
  aspect-ratio: 982/546;
  -webkit-mask-image: url(../img/icon_construction.svg);
          mask-image: url(../img/icon_construction.svg);
}

.c-icon-document::before {
  aspect-ratio: 187/231;
  -webkit-mask-image: url(../img/icon_document.svg);
          mask-image: url(../img/icon_document.svg);
}

.c-icon-home::before {
  aspect-ratio: 881/768;
  -webkit-mask-image: url(../img/icon_home.svg);
          mask-image: url(../img/icon_home.svg);
}

.c-icon-human::before {
  aspect-ratio: 103/166;
  -webkit-mask-image: url(../img/icon_human.svg);
          mask-image: url(../img/icon_human.svg);
}

.c-icon-security::before {
  aspect-ratio: 190/221;
  -webkit-mask-image: url(../img/icon_security.svg);
          mask-image: url(../img/icon_security.svg);
}

.c-icon-send::before {
  aspect-ratio: 222/200;
  -webkit-mask-image: url(../img/icon_send.svg);
          mask-image: url(../img/icon_send.svg);
}

.c-icon-support::before {
  aspect-ratio: 61/59;
  -webkit-mask-image: url(../img/icon_support.svg);
          mask-image: url(../img/icon_support.svg);
}

.c-icon-wifi::before {
  aspect-ratio: 191/149;
  -webkit-mask-image: url(../img/icon_wifi.svg);
          mask-image: url(../img/icon_wifi.svg);
}

.c-icon-arrow::before {
  aspect-ratio: 40/70;
  -webkit-mask-image: url(../img/icon_arrow.png);
          mask-image: url(../img/icon_arrow.png);
}

/* ----------------------------------------------------
utility
---------------------------------------------------- */
/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

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

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

/* ---------- align ----------*/
.u-align-left {
  text-align: left;
}

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

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

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

/* ---------- font ----------*/
.u-font-sans {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 遊ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

.u-font-serif {
  font-family: "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.u-font-english {
  font-family: "Oswald", sans-serif;
}

.u-font-accent {
  font-family: "", serif;
}

/* ---------- text ----------*/
.u-head-primary {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .u-head-primary {
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
}

.u-head-secondary {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .u-head-secondary {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}

.u-head-tertiary {
  font-size: 2rem;
  line-height: 1.5;
}

.u-text-primary {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .u-text-primary {
    line-height: 1.5625;
  }
}

.u-text-secondary {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .u-text-secondary {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.u-text-tertiary {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-text-tertiary {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}

/* ---------- shadow ----------*/
.u-shadow {
  box-shadow: 0 0 2.9rem 0 rgba(55, 43, 20, 0.2);
}

/* ---------- color ----------*/
.u-color-primary {
  color: #ff8d32;
}

.u-color-secondary {
  color: #004da6;
}

.u-color-tertiary {
  color: #70cde5;
}

/* ---------- bgColor ----------*/
.u-bgColor-base {
  background-color: #fcfaf0;
}

.u-bgColor-primary {
  background-color: #ff8d32;
}

.u-bgColor-secondary {
  background-color: #004da6;
}

.u-bgColor-tertiary {
  background-color: #70cde5;
}

.u-bgColor-gray {
  background-color: #b3b3b3;
}

.u-bgColor-secondary-light {
  background-color: #ecf3fb;
}

/* ----------------------------------------------------
project
---------------------------------------------------- */
/* ---------- top ----------*/
.p-top {
  background-color: #ff8d32;
}
@media screen and (max-width: 767px) {
  .p-top {
    display: none;
  }
}

.p-top__container {
  padding-block: 1.6rem;
}

.p-top__ttl {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* ---------- fv ----------*/
.p-fv {
  background: url(../img/fv_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: none;
  }
}

.p-fv__img {
  margin-top: -3rem;
  max-width: 92.3rem;
  margin-inline: auto;
  transform: translateX(-1.5rem);
  padding-inline: 2.8rem;
}

.p-fv__head {
  margin-top: -4.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
  padding-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    padding: 4.9rem 1.4rem 3.5rem;
    gap: 0;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fdd03c;
    position: relative;
    z-index: 2;
  }
  .p-fv__head::before, .p-fv__head::after {
    content: "";
    display: inline-block;
    width: 25.6rem;
    aspect-ratio: 256/139;
    background: url(../img/fv_frame_sp.png) center/contain no-repeat;
    position: absolute;
    z-index: -1;
  }
  .p-fv__head::before {
    top: 0;
    left: 0;
  }
  .p-fv__head::after {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
  }
}

.p-fv__ttl {
  max-width: 69.4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__ttl {
    max-width: 48rem;
  }
}

.p-fv__achieve {
  max-width: 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-fv__achieve {
    margin-inline: auto 0;
    margin-top: -3.2rem;
    max-width: 16.4rem;
  }
}
.p-fv__achieve img {
  filter: drop-shadow(0.4rem 0.8rem 0 rgba(59, 59, 59, 0.27));
}
@media screen and (max-width: 767px) {
  .p-fv__achieve img {
    filter: drop-shadow(0.2rem 0.4rem 0 rgba(59, 59, 59, 0.27));
  }
}

@media screen and (max-width: 767px) {
  .p-fv__illust {
    width: 15rem;
    position: absolute;
    left: 2.5rem;
    bottom: 0;
  }
}

.p-fv__trouble {
  margin-top: 1.9rem;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-fv__trouble {
    margin-top: 0;
    padding: 3rem 1.4rem 3.2rem;
    background-color: #f18c3c;
  }
}

.p-fv__trouble-img {
  max-width: 48rem;
  margin-inline: auto;
}

.p-fv__trouble-anchor {
  width: 100%;
  max-width: 52.4rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-inline: auto;
  border: 0.3rem solid #004da6;
  background-color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 100vmax;
  color: #004da6;
  text-align: center;
  padding: 1.2rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-fv__trouble-anchor {
    max-width: 35.2rem;
    margin-top: 1.6rem;
    font-size: 1.9rem;
    letter-spacing: 0.025em;
    padding: 1.7rem 1rem;
    position: relative;
  }
}
.p-fv__trouble-anchor .c-icon-arrow {
  width: 1.1rem;
  transform: rotate(90deg);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-fv__trouble-anchor .c-icon-arrow {
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-fv__trouble-anchor .c-icon-arrow::before {
    transition: 0.3s ease-out;
  }
}
@media (hover: hover) {
  .p-fv__trouble-anchor:hover {
    background-color: #004da6;
    color: #fff;
  }
  .p-fv__trouble-anchor:hover .c-icon-arrow {
    transform: translateY(0.4rem) rotate(90deg);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .p-fv__trouble-anchor:hover .c-icon-arrow {
    transform: translateY(calc(-50% + 0.4rem)) rotate(90deg);
  }
}
@media (hover: hover) {
  .p-fv__trouble-anchor:hover .c-icon-arrow::before {
    background: #fff;
  }
}

/* ---------- plan ----------*/
.p-plan {
  background: url(../img/plan_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-plan {
    background: url(../img/plan_bg_sp.jpg) no-repeat center/cover;
  }
}

.p-plan__container {
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__container {
    padding-block: 4rem;
  }
}

.p-plan__wrap {
  margin-top: 4rem;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap {
    margin-top: 2.8rem;
    flex-direction: column;
    gap: 4rem;
  }
}

.p-plan__col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-plan__house .p-plan__list {
  position: relative;
}
/*--------
.p-plan__house .p-plan__list::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: calc(100% + 7.1rem);
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1.7rem;
  transform: translateX(100%);
}
---------------------*/
@media screen and (max-width: 767px) {
  .p-plan__house .p-plan__list::before {
    content: none;
  }
}
.p-plan__house .p-plan__sub,
.p-plan__house .p-plan__item-ttl {
  background-color: #004da6;
}
.p-plan__house .p-plan__item-icon {
  width: 11.1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__house .p-plan__item-icon {
    top: -1.2rem;
    right: -0.9rem;
  }
}

.p-plan__apartment .p-plan__sub,
.p-plan__apartment .p-plan__item-ttl {
  background-color: #0085a6;
}
.p-plan__apartment .p-plan__item-icon {
  width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__apartment .p-plan__item-icon {
    top: -0.7rem;
    right: 1.7rem;
  }
}

.p-plan__sub {
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-plan__list {
  margin-top: 2.3rem;
  display: flex;
  gap: 1.2rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    margin-top: 1.6rem;
    flex-direction: column;
    gap: 2.9rem;
  }
}

.p-plan__item {
  flex: 1;
  min-width: 26.1rem;
  background-color: #fff;
  border-radius: var(--radius10);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__item-inner {
    position: relative;
    overflow: hidden;
    padding: 1.6rem 0.8rem;
  }
}

.p-plan__item-cap {
  width: 12.6rem;
  border-radius: 100vmax;
  background-color: #fff;
  color: #004da6;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__item-cap {
    width: 12rem;
    background-color: #ff8d32;
    font-size: 1.8rem;
    line-height: 1.3888888889;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}

.p-plan__item-ttl {
  height: 8.8rem;
  border-radius: var(--radius10) var(--radius10) 0 0;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item-ttl {
    min-width: 13.6rem;
    width: 13.6rem;
    border-radius: var(--radius10);
    font-size: 1.7rem;
    line-height: 1.3529411765;
    flex-direction: column;
    padding-inline: 0.1rem;
  }
}
.p-plan__item-ttl span {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-plan__item-ttl span {
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-plan__item-content {
  padding: 0 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item-content {
    padding: 0;
  }
}

.p-plan__item-price {
  margin-top: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-plan__item-price {
    margin-top: 0;
    font-size: 1.7rem;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-price b {
    writing-mode: vertical-lr;
    font-feature-settings: normal;
  }
}
.p-plan__item-price strong {
  font-size: 5rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-inline: 0.4rem;
}
.p-plan__item-price span {
  display: inline-flex;
  flex-direction: column-reverse;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item-price span {
    font-size: 2.4rem;
  }
}
.p-plan__item-price span small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-plan__item-price span small {
    font-size: 1.2rem;
  }
}

.p-plan__item-feature {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  background-color: #ffd122;
  border-radius: var(--radius5);
}
@media screen and (max-width: 767px) {
  .p-plan__item-feature {
    line-height: 1.75;
  }
}

.p-plan__item-wifi {
  margin-top: 0.8rem;
  min-height: 5.3rem;
  border: 0.1rem solid #1a1a1a;
  border-radius: var(--radius5);
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item-wifi {
    min-height: 2.8rem;
    flex-direction: row;
    gap: 1.2rem;
    padding: 0.2rem;
  }
}
.p-plan__item-wifi span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.p-plan__item-wifi span::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  aspect-ratio: 19/16;
  background: #1a1a1a;
  -webkit-mask-image: url(../img/icon_wifi.svg);
          mask-image: url(../img/icon_wifi.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-plan__item-txt {
  margin-top: 1.4rem;
  line-height: 1.5;
}

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

@media screen and (max-width: 767px) {
  .p-plan__item-more {
    margin-top: 1.6rem;
  }
}

.p-plan__item-icon {
  opacity: 0.2;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}

.p-plan__caution {
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-plan__caution {
    margin-top: 1.8rem;
  }
}

.p-plan__anchor-link {
  cursor: pointer;
  margin-top: 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link {
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .p-plan__anchor-link:hover .p-plan__anchor-link-inner::after {
    transform: translate(50%, -50%) scale(2);
  }
  .p-plan__anchor-link:hover .c-icon-arrow {
    transform: translate(0.4rem, -50%);
  }
}

.p-plan__anchor-link-inner {
  overflow: hidden;
  min-height: 5.3rem;
  border-radius: var(--radius5);
  background-color: #70cde5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  text-shadow: 0 0 0.8rem rgba(29, 58, 65, 0.28);
  position: relative;
}
.p-plan__anchor-link-inner.typ2 {
  background: #0eb763;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link-inner {
    min-height: 6rem;
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 0.6rem 1.7rem;
  }
}
.p-plan__anchor-link-inner::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  transition: 0.3s ease-out;
}
.p-plan__anchor-link-inner p {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link-inner p {
    display: block;
  }
}
.p-plan__anchor-link-inner .c-icon-security {
  width: 1.7rem;
  filter: drop-shadow(0 0 0.8rem rgba(29, 58, 65, 0.28));
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link-inner .c-icon-security {
    margin-right: 1rem;
  }
}
.p-plan__anchor-link-inner .c-icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

.p-plan__anchor-link--standard {
  width: 100%;
}
.p-plan__anchor-link--standard .p-plan__anchor-link-inner {
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link--standard .p-plan__anchor-link-inner {
    padding-right: 0;
  }
}
.p-plan__anchor-link--standard .p-plan__anchor-link-inner::after {
  width: 12.4rem;
}
.p-plan__anchor-link--standard .c-icon-arrow {
  right: 2.4rem;
  width: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link--standard .c-icon-arrow {
    width: 1.2rem;
    right: 1.2rem;
  }
}

.p-plan__anchor-link--opition {
  width: 100%;
}
.p-plan__anchor-link--opition .p-plan__anchor-link-inner::after {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link--opition .p-plan__anchor-link-inner::after {
    width: 12.4rem;
  }
}
.p-plan__anchor-link--opition .c-icon-arrow {
  right: 0.8rem;
  width: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchor-link--opition .c-icon-arrow {
    width: 1.2rem;
    right: 1.2rem;
  }
}

.p-plan__initial {
  margin-top: 8.3rem;
  border-radius: var(--radius10);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__initial {
    margin-top: 9.4rem;
  }
}

.p-plan__initial-puls {
  width: 3.4rem;
  aspect-ratio: 1;
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-plan__initial-puls {
    top: -3.2rem;
  }
}
.p-plan__initial-puls::before, .p-plan__initial-puls::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.6rem;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-plan__initial-puls::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-plan__initial-ttl {
  color: #fff;
  font-weight: 600;
  background-color: #666;
  min-height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius10) var(--radius10) 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-ttl {
    min-height: 3.2rem;
  }
}

.p-plan__initial-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 3.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-inner {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2rem 1.2rem;
  }
}

.p-plan__initial-price {
  font-size: 2.5rem;
  font-weight: 600;
}
.p-plan__initial-price strong {
  font-size: 4.5rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-right: 0.8rem;
}
.p-plan__initial-price span {
  font-size: 2rem;
  font-weight: 600;
}

.p-plan__initial-detail {
  display: flex;
  min-height: 4rem;
  border-radius: var(--radius5);
  background-color: #ffeee1;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail {
    border-radius: var(--radius10);
  }
}

.p-plan__initial-detail-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8d32;
  color: #fff;
  border-radius: var(--radius5) 0 0 var(--radius5);
  font-weight: 700;
  padding: 1.2rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail-ttl {
    padding: 1rem 0.4rem;
    min-width: 5.6rem;
    border-radius: var(--radius10) 0 0 var(--radius10);
  }
}

.p-plan__initial-detail-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail-txt {
    padding: 1.2rem 1rem;
    line-height: 1.2857142857;
  }
}
.p-plan__initial-detail-txt p,
.p-plan__initial-detail-txt div {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail-txt div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.6rem;
  }
}
.p-plan__initial-detail-txt strong {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 0.875;
  letter-spacing: 0.025em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail-txt strong {
    font-size: 2.8rem;
  }
}
.p-plan__initial-detail-txt .unit {
  font-size: 1.6rem;
}
.p-plan__initial-detail-txt .plus {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  display: inline-block;
  margin-inline: 0.8rem;
  transform: translateY(0.4rem);
}
@media screen and (max-width: 767px) {
  .p-plan__initial-detail-txt .plus {
    margin-block: -0.4rem;
    font-weight: 400;
    display: block;
    text-align: center;
    transform: translateY(0);
  }
}

/* ---------- cta ----------*/
.p-cta {
  background-color: #004da6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    overflow: hidden;
  }
}
.p-cta::before {
  content: "";
  display: inline-block;
  width: 13.5rem;
  aspect-ratio: 135/196;
  background: url(../img/cta_illust01.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 4.1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    width: 8.9rem;
    left: calc(50% - 5rem);
    transform: translateX(-50%);
  }
}
.p-cta::after {
  content: "";
  display: inline-block;
  width: 11.3rem;
  aspect-ratio: 113/208;
  background: url(../img/cta_illust02.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cta::after {
    width: 7.4rem;
    left: calc(50% + 6.4rem);
    right: auto;
    bottom: -0.8rem;
    transform: translateX(-50%);
  }
}

.p-cta__container {
  padding-block: 5.4rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__container {
    padding-block: 3.4rem 13.9rem;
  }
}

.p-cta__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 2.3rem;
    line-height: 1.5217391304;
    letter-spacing: 0.05em;
  }
}
.p-cta__ttl strong {
  font-size: 4.2rem;
  line-height: 1.2380952381;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl strong {
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-cta__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 2.6rem;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}

/* ---------- message ----------*/
.p-message {
  background: url(../img/message_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-message {
    background: url(../img/message_bg_sp.jpg) no-repeat center/cover;
  }
}

.p-message__container {
  padding-block: 4.8rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    padding-block: 3.5rem;
  }
}

.p-message__ttl {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.7619047619;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-message__ttl {
    font-size: 2.4rem;
  }
}
.p-message__ttl span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .p-message__ttl span {
    letter-spacing: 0.025em;
  }
}
.p-message__ttl u {
  text-decoration: none;
  position: relative;
}
.p-message__ttl u::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.8rem;
  border-radius: 100vmax;
  background-color: #70cde5;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-message__ttl u::before {
    height: 0.5rem;
    bottom: -1rem;
  }
}
.p-message__ttl strong {
  color: #ff8d32;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-message__ttl strong {
    letter-spacing: 0.025em;
  }
}

/* ---------- reason ----------*/
.p-reason {
  overflow: hidden;
  background-color: #ffd122;
  position: relative;
  z-index: 1;
}
.p-reason::before {
  content: "";
  display: inline-block;
  width: 38.2rem;
  aspect-ratio: 382/941;
  background: url(../img/reason_frame01.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reason::before {
    width: 33rem;
    background: url(../img/reason_frame01_sp.png) center/contain no-repeat;
    aspect-ratio: 330/470;
  }
}
.p-reason::after {
  content: "";
  display: inline-block;
  width: 44.4rem;
  aspect-ratio: 444/745;
  background: url(../img/reason_frame02.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reason::after {
    width: 38rem;
    background: url(../img/reason_frame02_sp.png) center/contain no-repeat;
    aspect-ratio: 380/444;
  }
}

.p-reason__container {
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__container {
    padding-block: 4rem;
  }
}

.p-reason__wrap {
  margin-top: 4rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem 4.8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    margin-top: 3rem;
    padding: 3.2rem 2.4rem 0;
  }
}

.p-reason__illust01 {
  width: 11.9rem;
  position: absolute;
  top: 0;
  left: 7.5rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-reason__illust01 {
    width: 5.9rem;
    left: 0;
  }
}
.p-reason__illust01 img {
  aspect-ratio: 119/133;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-reason__illust01 img {
    aspect-ratio: 59/75;
  }
}

.p-reason__illust02 {
  width: 8.7rem;
  position: absolute;
  top: 0;
  right: 7.9rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-reason__illust02 {
    width: 4.3rem;
    right: 1.5rem;
  }
}
.p-reason__illust02 img {
  aspect-ratio: 87/134;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-reason__illust02 img {
    aspect-ratio: 43/75;
  }
}

.p-reason__intro {
  max-width: 69rem;
  margin-inline: auto;
}

.p-reason__body {
  position: relative;
  height: 66.2rem;
  overflow: hidden;
  transition: height 0.5s;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__body {
    padding-bottom: 3.2rem;
    height: 90rem;
  }
}

.p-reason__card {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card {
    margin-top: 2.1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.p-reason__item {
  border-radius: 1rem;
  background-color: #fcfaf0;
}
.p-reason__item:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-of-type(1) {
    grid-area: auto;
  }
}
.p-reason__item:nth-of-type(1) .p-reason__item-content {
  flex-direction: row-reverse;
  gap: 2.4rem;
  padding: 4.8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-of-type(1) .p-reason__item-content {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
  }
}
.p-reason__item:nth-of-type(1) .p-reason__item-img,
.p-reason__item:nth-of-type(1) .p-reason__item-txt {
  flex: 1;
}
.p-reason__item:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-of-type(2) {
    grid-area: auto;
  }
}
.p-reason__item:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-of-type(3) {
    grid-area: auto;
  }
}

.p-reason__item-ttl {
  background-color: #ff8d32;
  border-radius: 1rem 1rem 0 0;
  min-height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reason__item-ttl {
    min-height: 8.1rem;
  }
}

.p-reason__item-content {
  padding: 3.2rem 2.4rem 2.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-content {
    padding: 2.4rem 1.6rem;
  }
}

.p-reason__item-img img {
  border-radius: var(--radius10);
}

.p-reason__accordion {
  width: 100%;
  height: 12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-reason__accordion {
    height: 8rem;
  }
}
.p-reason__accordion::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9));
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
}
.p-reason__accordion.is-open::before {
  opacity: 0;
  visibility: hidden;
}
.p-reason__accordion.is-open .p-reason__accordion-btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-reason__accordion-btn {
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #004da6;
  pointer-events: all;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .p-reason__accordion-btn {
    width: 5.1rem;
  }
}
.p-reason__accordion-btn::before, .p-reason__accordion-btn::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 0.5rem;
  border-radius: 100vmax;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-reason__accordion-btn::before, .p-reason__accordion-btn::after {
    width: 2.9rem;
    height: 0.3rem;
  }
}
.p-reason__accordion-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-out;
}

.p-reason__gift {
  margin-top: 8.5rem;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__gift {
    margin-top: 10rem;
  }
}

.p-reason__gift-img {
  width: 24.5rem;
  position: absolute;
  top: -3.6rem;
  left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__gift-img {
    width: 18.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-reason__gift-btn {
  width: 100%;
  min-height: 11.2rem;
  border-radius: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.7rem 7rem 0.7rem 35.2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__gift-btn {
    min-height: auto;
    justify-content: center;
    padding: 6.1rem 2rem 1.5rem;
  }
}
.p-reason__gift-btn::after {
  content: "";
  display: inline-block;
  width: 12.4rem;
  aspect-ratio: 1;
  background-color: rgba(0, 77, 166, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(55%, -50%);
  transition: 0.3s ease-out;
}
.p-reason__gift-btn .c-icon-arrow {
  width: 1.3rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-reason__gift-btn .c-icon-arrow {
    right: 1.4rem;
  }
}
@media (hover: hover) {
  .p-reason__gift-btn:hover::after {
    transform: translate(55%, -50%) scale(2);
  }
  .p-reason__gift-btn:hover .c-icon-arrow {
    transform: translate(0.4rem, -50%);
  }
}

.p-reason__gift-ttl {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-reason__gift-ttl {
    font-size: 2.1rem;
    line-height: 1.4285714286;
    text-align: center;
  }
}
.p-reason__gift-txt {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__gift-txt{
    font-size: 1.2rem;
  }
}

.p-reason__detail {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail {
    margin-top: 4.7rem;
  }
}

.p-reason__detail-card {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-card {
    flex-direction: column;
    gap: 5.6rem;
  }
}

.p-reason__detail-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #fff;
}
.p-reason__detail-item:nth-of-type(1) .p-reason__detail-head {
  padding-left: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-item:nth-of-type(1) .p-reason__detail-head {
    padding-left: 10.7rem;
  }
}
.p-reason__detail-item:nth-of-type(1) .p-reason__detail-ttl img {
  width: 6.6rem;
  aspect-ratio: 66/82;
  left: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-item:nth-of-type(1) .p-reason__detail-ttl img {
    left: 4.3rem;
  }
}
.p-reason__detail-item:nth-of-type(2) .p-reason__detail-head {
  padding-left: 8rem;
}
.p-reason__detail-item:nth-of-type(2) .p-reason__detail-ttl img {
  width: 5.8rem;
  aspect-ratio: 58/85;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-item:nth-of-type(2) .p-reason__detail-ttl img {
    width: 5.3rem;
    aspect-ratio: 53/91;
    left: 1.4rem;
  }
}
.p-reason__detail-item:nth-of-type(3) .p-reason__detail-head {
  padding-left: 16.6rem;
}
.p-reason__detail-item:nth-of-type(3) .p-reason__detail-ttl img {
  width: 12.7rem;
  aspect-ratio: 127/89;
  left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-item:nth-of-type(3) .p-reason__detail-ttl img {
    aspect-ratio: 127/81;
    left: 3rem;
  }
}

.p-reason__detail-head {
  display: flex;
  align-items: center;
  min-height: 6.3rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #004da6;
  position: relative;
  padding: 0.5rem 1rem;
}

.p-reason__detail-ttl {
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.p-reason__detail-ttl span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.p-reason__detail-ttl img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-reason__detail-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 2.5rem 2.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__detail-content {
    padding: 2.2rem 2.5rem 2.8rem;
  }
}

.p-reason__detail-txt {
  flex-grow: 1;
}

.p-reason__detail-btn {
  margin-top: 2rem;
}
.p-reason__detail-btn button {
  margin-inline: auto;
}

/* ---------- support ----------*/
.p-support {
  background: url(../img/support_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-support {
    background: url(../img/support_bg_sp.jpg) no-repeat center/cover;
  }
}

.p-support__container {
  padding-block: 6.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support__container {
    padding-block: 3.6rem 4rem;
  }
}

.p-support__intro {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__intro {
    margin-top: 2.2rem;
    text-align: justify;
    font-weight: 400;
  }
}

.p-support__card {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support__card {
    margin-top: 14.7rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-support__card::before {
  content: "";
  display: inline-block;
  width: 13.6rem;
  aspect-ratio: 136/170;
  background: url(../img/support_illust.png) center/contain no-repeat;
  position: absolute;
  top: -2.5rem;
  right: 8rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-support__card::before {
    width: 9.6rem;
    position: absolute;
    top: -2.4rem;
    left: 50%;
    right: auto;
    transform: translate(-50%, -100%);
  }
}

.p-support__item {
  background-color: #fcfaf0;
  border-radius: 1rem;
}

.p-support__item-ttl {
  min-height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700;
  background-color: #ff8d32;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 1rem 1rem 0 0;
}
.p-support__item-ttl .c-icon-human {
  width: 2.3rem;
}
.p-support__item-ttl .c-icon-support {
  width: 3.8rem;
}

.p-support__item-content {
  padding: 4rem 4.8rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-support__item-content {
    padding: 1.7rem 2rem 2.4rem;
  }
}

.p-support__item-sub {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support__item-sub {
    text-align: justify;
  }
}

.p-support__item-price {
  margin-top: 1.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-support__item-price {
    margin-top: 1rem;
  }
}

.p-support__item-txt {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-support__item-txt {
    margin-top: 2.5rem;
  }
}

.p-support__item-chuki {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__item-chuki {
    margin-top: 0.7rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-support__item-chuki li {
  padding-left: 1em;
}
.p-support__item-chuki li::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}

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

.p-support__more {
  margin-top: 2rem;
}

/* ---------- area ----------*/
.p-area {
  overflow: hidden;
  background-color: #70cde5;
  position: relative;
  z-index: 1;
}
.p-area::before {
  content: "";
  display: inline-block;
  width: 38.5rem;
  aspect-ratio: 385/809;
  background: url(../img/area_frame01.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-area::before {
    width: 38rem;
    aspect-ratio: 380/470;
    background: url(../img/area_frame01_sp.png) center/contain no-repeat;
  }
}
.p-area::after {
  content: "";
  display: inline-block;
  width: 54.6rem;
  aspect-ratio: 546/857;
  background: url(../img/area_frame02.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-area::after {
    width: 38rem;
    aspect-ratio: 380/470;
    background: url(../img/area_frame02_sp.png) center/contain no-repeat;
  }
}

.p-area__container {
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-area__container {
    padding-block: 4rem;
  }
}

.p-area__intro {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-area__intro {
    margin-top: 2.3rem;
  }
}

.p-area__wrap {
  margin-top: 4rem;
  border: 0.3rem solid #004da6;
  background-color: #fff;
  padding: 4.4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-area__wrap {
    margin-top: 1rem;
    padding: 3rem 1.4rem;
  }
}

.p-area__col {
  max-width: 93rem;
  margin-inline: auto;
}
.p-area__col + .p-area__col {
  border-top: 0.2rem solid #004da6;
}

.p-area__label {
  cursor: pointer;
  padding-block: 3.2rem;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-area__label {
    padding-block: 2.2rem;
    font-size: 1.8rem;
  }
}
.p-area__label.is-open .p-area__btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-area__btn {
  width: 2.4rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-area__btn {
    width: 1.8rem;
  }
}
.p-area__btn::before, .p-area__btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  background-color: #004da6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-area__btn::before, .p-area__btn::after {
    height: 0.3rem;
  }
}
.p-area__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-out;
}

.p-area__content {
  display: none;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    padding-bottom: 2.2rem;
  }
}
.p-area__content dl {
  display: grid;
  grid-template-columns: 4rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-area__content dl {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-area__content dt {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  color: #004da6;
  padding-bottom: 1.6rem;
  border-bottom: solid 0.2rem #f2f2f2;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-area__content dt {
    font-size: 1.8rem;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.p-area__content dt:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.p-area__content dd {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: solid 0.2rem #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-area__content dd {
    font-size: 1.4rem;
  }
}
.p-area__content dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/* ---------- flow ----------*/
.p-flow {
  background-color: #fcfaf0;
}

.p-flow__container {
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    padding-block: 4rem;
  }
}

.p-flow__card {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    margin-top: 5.1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1rem;
  }
}

.p-flow__item {
  border-radius: 1rem;
  border: 0.4rem solid #ff8d32;
  background-color: #fff;
  position: relative;
  padding: 3.8rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    border-width: 0.3rem;
    padding: 3.8rem 1.2rem 2rem;
  }
}
.p-flow__item::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  aspect-ratio: 17/34;
  background-color: #ff8d32;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-flow__item::before {
    width: 3.4rem;
    aspect-ratio: 34/17;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.p-flow__item:last-of-type::before {
  content: none;
}

.p-flow__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ff8d32;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__item-num {
    width: 4.5rem;
    font-size: 2.7rem;
    top: 0;
    transform: translate(-50%, calc(-50% - 0.1rem));
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item-inner {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item-head {
    width: 12rem;
    min-width: 12rem;
  }
}

.p-flow__item-ttl {
  font-weight: 700;
  color: #ff8d32;
}

.p-flow__item-icon {
  margin-top: 1.2rem;
  text-align: center;
}
.p-flow__item-icon .c-icon-apply {
  width: 5rem;
  transform: translateX(10%);
}
.p-flow__item-icon .c-icon-chat {
  width: 6rem;
}
.p-flow__item-icon .c-icon-construction {
  width: 9rem;
}

.p-flow__item-txt {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-txt {
    font-weight: 400;
    margin-top: 0;
  }
}

.p-flow__caution {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__caution {
    margin-top: 1.2rem;
  }
}

/* ---------- faq ----------*/
.p-faq__container {
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    padding-block: 4rem;
  }
}

.p-faq__wrap {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-top: 2.8rem;
  }
}

.p-faq__col {
  border-radius: 1rem;
}
.p-faq__col + .p-faq__col {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__col + .p-faq__col {
    margin-top: 2.4rem;
  }
}

.p-faq__inner {
  overflow: hidden;
  border-radius: inherit;
  background-color: #fff;
}

.p-faq__q {
  padding: 3.2rem 10.4rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    padding: 2rem 2.2rem 1.8rem;
  }
}
.p-faq__q::after {
  content: "";
  display: inline-block;
  width: 14rem;
  aspect-ratio: 1;
  background-color: rgba(255, 141, 50, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(45%, -50%);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-faq__q::after {
    transform: translate(50%, -50%);
  }
}
.p-faq__q.is-open .p-faq__q-btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-faq__q.is-open::after {
    transform: translate(45%, -75%);
  }
}

.p-faq__q-txt {
  font-weight: 600;
  padding-left: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-inline: 3rem 5.7rem;
  }
}
.p-faq__q-txt::before {
  content: "Q.";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #ff8d32;
  margin-right: 2.3rem;
  position: absolute;
  top: -1.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__q-txt::before {
    font-size: 2.2rem;
    line-height: 1;
    top: 0.4rem;
  }
}

.p-faq__q-btn {
  width: 2.4rem;
  aspect-ratio: 1;
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q-btn {
    width: 1.5rem;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
  }
}
.p-faq__q-btn::before, .p-faq__q-btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  border-radius: 100vmax;
  background-color: #ff8d32;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-faq__q-btn::before, .p-faq__q-btn::after {
    height: 0.25rem;
  }
}
.p-faq__q-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-out;
}

.p-faq__a {
  display: none;
  border-top: 0.1rem solid #ff8d32;
  padding-block: 3.2rem 2.4rem;
  margin-inline: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    padding-block: 1.6rem 2rem;
    margin-inline: 2.2rem;
  }
}

.p-faq__a-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 600;
  padding-left: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__a-txt {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 400;
    padding-left: 3rem;
  }
}
.p-faq__a-txt::before {
  content: "A.";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #004da6;
  margin-right: 2.3rem;
  position: absolute;
  top: -1.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__a-txt::before {
    font-size: 2.2rem;
    line-height: 1;
    top: 0.4rem;
  }
}

/* ---------- caution ----------*/
.p-caution {
  background-color: #fcfaf0;
}

.p-caution__container {
  padding-block: 6.4rem 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-caution__container {
    padding-block: 4rem;
  }
}

.p-caution__list {
  width: 100%;
  max-width: 88rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-caution__list {
    margin-top: 1.4rem;
  }
}

.p-caution__item {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-caution__item {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.p-caution__item::before {
  content: "●";
  display: inline-block;
  text-indent: -1em;
}

/* ---------- modal ----------*/
.p-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  text-align: left;
  cursor: pointer;
}

.p-modal__body {
  width: 100%;
  max-width: 116rem;
  position: absolute;
  top: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    top: 3.2rem;
  }
}

.p-modal__inner {
  border-radius: 1rem;
  padding-top: 1.6rem;
  max-height: calc(100dvh - 9.6rem);
  overflow-y: scroll;
  cursor: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-modal__inner {
    padding-inline: 1.4rem;
    padding-top: 0;
    max-height: calc(100dvh - 6.4rem);
  }
}
.p-modal__inner::-webkit-scrollbar {
  display: none;
}

.p-modal__close {
  display: block;
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -1rem;
  right: 0.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    width: 3.6rem;
    top: -1.5rem;
    right: 0.5rem;
  }
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 0.5rem;
  border-radius: 100vmax;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .p-modal__close::before, .p-modal__close::after {
    width: 2rem;
    height: 0.25rem;
  }
}
.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__head {
  border-radius: 1rem 1rem 0 0;
  background-color: #ff8d32;
  min-height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-modal__head {
    min-height: 10.9rem;
    position: relative;
  }
}

.p-modal__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modal__ttl {
    font-size: 2.3rem;
    line-height: 1.1739130435;
  }
}
.p-modal__ttl strong {
  display: inline-block;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-modal__ttl strong {
    font-size: 4.5rem;
  }
}
.p-modal__ttl span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-modal__ttl span {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__ttl b {
    font-size: 2rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .p-modal__img {
    position: absolute;
  }
}
.p-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-modal__content {
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  padding: 4rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    padding: 2.4rem 2.4rem 3.2rem;
  }
}

/* --- gift ---*/
@media screen and (max-width: 767px) {
  .p-modal-gift .p-modal__inner {
    padding-top: 6rem;
  }
}
.p-modal-gift .p-modal__head {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift .p-modal__head {
    align-items: flex-end;
    text-align: center;
    gap: 0;
    padding-bottom: 0.8rem;
  }
}
.p-modal-gift .p-modal__img {
  width: 16.4rem;
  margin-top: -1.3rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift .p-modal__img {
    margin-top: 0;
    width: 15.6rem;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-modal-gift .p-modal__content {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-modal-gift .p-modal__close {
    top: 4.5rem;
  }
}

.p-modal-gift__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-modal-gift__item {
  background-color: #fcfaf0;
  border-radius: 1rem;
}

.p-modal-gift__item-head {
  min-height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
}

.p-modal-gift__item-ttl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-modal-gift__item-ttl span {
  font-size: 80%;
}

.p-modal-gift__item-content {
  padding: 4.4rem 4rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-content {
    padding: 2rem 1.6rem;
  }
}

.p-modal-gift__item-sub {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3636363636;
}
.p-modal-gift__item-sub span {
  font-size: 90%;
}
.p-modal-gift__item-sub strong {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
}

.p-modal-gift__item-value {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-modal-gift__item-value strong {
  font-size: 2.4rem;
  line-height: 0.875;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-value strong {
    font-size: 2rem;
  }
}

.p-modal-gift__item-price {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-price {
    margin-top: 1.6rem;
  }
}
.p-modal-gift__item-price strong {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-inline: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-price strong {
    font-size: 5rem;
  }
}

.p-modal-gift__item-caution {
  margin-top: 3.2rem;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-caution {
    margin-top: 2.4rem;
    pointer-events: all;
    cursor: pointer;
    text-align: center;
  }
}
.p-modal-gift__item-caution::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-caution::before {
    content: none;
  }
}
.p-modal-gift__item-caution span {
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.05em;
  background-color: #fcfaf0;
  padding-right: 0.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-caution span {
    font-size: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-caution span::after {
    content: "";
    display: inline-block;
    width: 0.8rem;
    aspect-ratio: 8/15;
    background: #1a1a1a;
    -webkit-mask-image: url(../img/icon_arrow.png);
            mask-image: url(../img/icon_arrow.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transform: rotate(90deg);
  }
}
.p-modal-gift__item-caution.is-open span::after {
  transform: rotate(270deg);
}

.p-modal-gift__item-txt {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__item-txt {
    display: none;
    margin-top: 1rem;
  }
}

.p-modal-gift__txt {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__txt{
    text-align: justify;
    font-size: 1.2rem;
  }
}

.p-modal-gift__cta {
  background-color: #004da6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  padding: 6.4rem 2.4rem;
  border-radius: 0 0 1rem 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-modal-gift__cta {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-gift__cta .c-btn-primary {
    margin-left: 0;
    max-width: 30.4rem;
  }
  .p-modal-gift__cta .c-btn-primary .c-btn-primary__inner {
    padding-left: 1rem;
  }
  .p-modal-gift__cta .c-btn-primary .c-btn-primary__icon {
    width: auto;
    background-color: transparent;
    border: none;
  }
  .p-modal-gift__cta .c-btn-primary .c-icon-send {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  .p-modal-gift__cta .c-btn-primary .c-icon-send::before {
    background: #fff;
  }
  .p-modal-gift__cta .c-btn-primary .c-icon-document {
    position: absolute;
    top: 50%;
    left: 4.9rem;
    transform: translateY(-50%);
  }
  .p-modal-gift__cta .c-btn-primary .c-icon-document::before {
    background-color: #ff4e32;
  }
}

/* --- set ---*/
.p-modal-set .p-modal__head {
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-modal-set .p-modal__head {
    padding-left: 2.8rem;
  }
}
.p-modal-set .p-modal__img {
  width: 6.9rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-modal-set .p-modal__img {
    width: 5.5rem;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 2.8rem;
  }
}
.p-modal-set .p-modal__img img {
  aspect-ratio: 69/86;
}
@media screen and (max-width: 767px) {
  .p-modal-set .p-modal__img img {
    aspect-ratio: 55/79;
  }
}

.p-modal-set__intro {
  margin-top: -1rem;
  width: 100%;
  max-width: 69rem;
  margin-inline: auto;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modal-set__intro {
    font-weight: 400;
    margin-top: -0.5rem;
    text-align: justify;
  }
}

.p-modal-set__col {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-modal-set__col {
    margin-top: 2rem;
  }
}
.p-modal-set__col + .p-modal-set__col {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-modal-set__col + .p-modal-set__col {
    margin-top: 3.1rem;
  }
}

.p-modal-set__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-modal-set__head {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
    pointer-events: all;
    position: relative;
    cursor: pointer;
  }
}
.p-modal-set__head.is-open .p-modal-set__ttl::after {
  transform: translateY(-50%) rotate(270deg);
}

.p-modal-set__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 5.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: var(--radius5);
}
@media screen and (max-width: 767px) {
  .p-modal-set__ttl {
    min-height: 3.8rem;
    border-radius: var(--radius10);
    position: relative;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-set__ttl::after {
    content: "";
    display: inline-block;
    width: 0.8rem;
    aspect-ratio: 8/15;
    background: #fff;
    -webkit-mask-image: url(../img/icon_arrow.png);
            mask-image: url(../img/icon_arrow.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s ease-out;
  }
}
.p-modal-set__ttl.p-modal-set__ttl--softbank {
  background-color: #6b6c6c;
}
.p-modal-set__ttl.p-modal-set__ttl--ymobile {
  background-color: #ff0033;
}
.p-modal-set__ttl.p-modal-set__ttl--au {
  background-color: #e25402;
}
.p-modal-set__ttl.p-modal-set__ttl-uq {
  background-color: #de007d;
}

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

.p-modal-set__img {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-modal-set__img {
    margin-top: 1.6rem;
  }
}
.p-modal-set__img img {
  width: 100%;
}

.p-modal-set__txt {
  margin-top: 2.7rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-modal-set__txt {
    margin-top: 1rem;
    font-weight: 500;
    text-align: justify;
  }
}

.p-modal-set__caution {
  margin-top: 3.2rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-modal-set__caution {
    margin-top: 2.4rem;
    text-align: justify;
  }
}

/* --- security ---*/
.p-modal-security .p-modal__head {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security .p-modal__head {
    gap: 0;
    padding-right: 4.8rem;
  }
}
.p-modal-security .p-modal__img {
  width: 5.9rem;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security .p-modal__img {
    width: 5.2rem;
    margin-top: 0;
    bottom: 0;
    right: 2.2rem;
  }
}
.p-modal-security .p-modal__img img {
  aspect-ratio: 59/91;
}

.p-modal-security__wrap {
  display: flex;
  gap: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__wrap {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
}

.p-modal-security__content {
  width: 100%;
  max-width: 59.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__content {
    max-width: none;
  }
}

.p-modal-security__name {
  font-weight: 700;
}

.p-modal-security__txt {
  margin-top: 1.3rem;
}

.p-modal-security__caution {
  margin-top: 0.8rem;
}

.p-modal-security__img {
  width: 100%;
  max-width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__img {
    max-width: 17.2rem;
  }
}

.p-modal-security__detail {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__detail {
    max-width: 48rem;
    margin-inline: auto;
    margin-top: 3.2rem;
    gap: 2.7rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-modal-security__detail-img img {
  width: 100%;
  box-shadow: 0 0 1.2rem rgba(55, 43, 20, 0.2);
}

.p-modal-security__detail-ttl {
  margin-top: 1.6rem;
  text-align: center;
}

.p-modal-security__feature {
  margin-top: 5.6rem;
  background-color: #fcfaf0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__feature {
    margin-top: 3.2rem;
  }
}

.p-modal-security__feature-ttl {
  border-radius: 1rem 1rem 0 0;
  background-color: #ff8d32;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-modal-security__feature-card {
  padding: 3.2rem 4rem 2.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-security__feature-card {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.4rem 1.6rem;
    gap: 2.9rem;
  }
}

.p-modal-security__feature-img {
  max-width: 48rem;
  margin-inline: auto;
}
.p-modal-security__feature-img img {
  border-radius: var(--radius10);
}

.p-modal-security__feature-txt {
  margin-top: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-modal-security__feature-txt {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    letter-spacing: 0.075em;
    font-weight: 400;
  }
}

/* --- introduction ---*/
.p-modal-introduction .p-modal__img:nth-of-type(1) {
  width: 7.9rem;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction .p-modal__img:nth-of-type(1) {
    width: 7rem;
    margin-top: 0;
    bottom: 0;
    left: 1.7rem;
  }
}
.p-modal-introduction .p-modal__img:nth-of-type(1) img {
  aspect-ratio: 79/95;
}
.p-modal-introduction .p-modal__img:nth-of-type(2) {
  width: 8.4rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction .p-modal__img:nth-of-type(2) {
    width: 7.4rem;
    margin-top: 0;
    bottom: 0;
    right: 2.1rem;
  }
}
.p-modal-introduction .p-modal__img:nth-of-type(2) img {
  aspect-ratio: 84/90;
}

.p-modal-introduction__intro {
  margin-top: -0.9rem;
  width: 100%;
  max-width: 69.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__intro {
    margin-top: -0.5rem;
  }
}

.p-modal-introduction__example {
  margin-top: 3.3rem;
  background-color: #fcfaf0;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example {
    margin-top: 2.3rem;
  }
}
.p-modal-introduction__example::before {
  content: "";
  display: inline-block;
  width: 33.5rem;
  aspect-ratio: 335/52;
  background-color: rgba(255, 141, 50, 0.2);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example::before {
    width: 16.7rem;
  }
}

.p-modal-introduction__ttl {
  min-height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

.p-modal-introduction__example-content {
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-content {
    padding: 3.2rem 1.9rem 2.7rem;
  }
}

.p-modal-introduction__example-type {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-type {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
}

.p-modal-introduction__example-item {
  width: -moz-max-content;
  width: max-content;
  min-width: 24rem;
  text-align: center;
}

.p-modal-introduction__example-head {
  font-weight: 700;
  min-width: 21rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-head {
    min-width: 22.3rem;
    padding-block: 0.5rem;
  }
}

.p-modal-introduction__example-price {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-price {
    margin-top: 1.8rem;
    font-size: 2.6rem;
  }
}
.p-modal-introduction__example-price strong {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-price strong {
    font-size: 5rem;
  }
}
.p-modal-introduction__example-price span {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-price span {
    font-size: 2.5rem;
  }
}
.p-modal-introduction__example-price small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-price small {
    font-size: 1.3rem;
  }
}

.p-modal-introduction__example-txt {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__example-txt {
    margin-top: 2.7rem;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}

.p-modal-introduction__detail {
  margin-top: 7.6rem;
  background-color: #fcfaf0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__detail {
    margin-top: 4.6rem;
  }
}

.p-modal-introduction__detail-content {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__detail-content {
    padding: 2.8rem 1.4rem;
  }
}

.p-modal-introduction__detail-wrap {
  border-radius: var(--radius10);
  background-color: #ccc;
  padding: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__detail-wrap {
    padding: 0;
  }
}

.p-modal-introduction__detail-table img {
  width: 100%;
}

.p-modal-introduction__btn {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__btn {
    margin-top: 2.8rem;
  }
}

.p-modal-introduction__caution {
  margin-top: 4.8rem;
  background-color: #eee;
  border-radius: 1rem;
  padding: 4rem 4rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__caution {
    margin-top: 3.2rem;
    padding: 2.6rem 1.6rem 2.7rem;
  }
}

.p-modal-introduction__caution-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__caution-ttl {
    font-size: 1.6rem;
  }
}

.p-modal-introduction__caution-list {
  max-width: 79rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-modal-introduction__caution-list {
    margin-top: 2rem;
  }
}
.p-modal-introduction__caution-list li {
  padding-left: 1em;
}
.p-modal-introduction__caution-list li::before {
  content: "●";
  display: inline-block;
  text-indent: -1em;
}

/* ---------- fixed ----------*/
.p-fixed {
  background-color: #004da6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.6s;
}
.p-fixed.is-show {
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.p-fixed__container {
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-fixed__container {
    padding: 0;
  }
}

.p-fixed__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fixed__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0.8rem;
  }
}

.p-fixed__btn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-fixed__btn {
    gap: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed__btn .c-btn-primary {
    margin-left: 0;
    width: 50%;
    max-width: none;
    height: 6rem;
    filter: none;
  }
  .p-fixed__btn .c-btn-primary .c-btn-primary__inner {
    font-size: 1.6rem;
    line-height: 1.3125;
    border-radius: 0;
    border: none;
    padding-left: 2rem;
  }
  .p-fixed__btn .c-btn-primary .c-btn-primary__inner::after {
    width: 8rem;
  }
  .p-fixed__btn .c-btn-primary .c-btn-primary__icon {
    width: 3.8rem;
    border: none;
    position: absolute;
    left: 1.2rem;
    transform: translateY(-50%);
  }
  .p-fixed__btn .c-btn-primary .c-icon-send {
    width: 1.8rem;
  }
  .p-fixed__btn .c-btn-primary .c-icon-document {
    width: 1.5rem;
  }
  .p-fixed__btn .c-btn-primary .c-icon-arrow {
    width: 0.9rem;
    right: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .p-fixed__btn .c-btn-primary:hover .c-btn-primary__inner::after {
    transform: translate(55%, -50%) scale(10);
  }
}


