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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 1.7rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  text-decoration: none;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

p, h1, h2, h3, a {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

/* ------------------------------------------------
l-header
--------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5); /* 透明度50%の白 */
}

.l-header__nav-ul {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/* --------------------------------
l-wrapper
----------------------------------- */
.l-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* --------------------------------
l-main
----------------------------------- */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

/* ------------------------------------------------
l-footer
--------------------------------------------------- */
.l-footer__nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__nav-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .l-inner {
    padding-inline: 2rem;
    max-width: 700px;
  }
}

.l-inner--960 {
  max-width: 1040px;
}
@media (max-width: 767px) {
  .l-inner--960 {
    max-width: 600px;
  }
}

.l-inner--1240 {
  max-width: 1320px;
}
@media (max-width: 767px) {
  .l-inner--1240 {
    max-width: 600px;
  }
}

/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  width: 24px;
  height: inherit;
  margin-left: auto;
  position: relative;
  display: block;
  z-index: 999;
}

.c-hamburger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 24px;
  background-color: #7FBBDD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger span:nth-child(1) {
  top: 35%;
}

.c-hamburger span:nth-child(3) {
  top: 65%;
}

.p-header.is-bg .c-hamburger span {
  background-color: #fff;
}

.p-header--top .c-hamburger span {
  background-color: #fff;
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger.is-step01 span:nth-child(1) {
  top: 50%;
}

.c-hamburger.is-step01 span:nth-child(3) {
  top: 50%;
}

.c-hamburger.is-step02 span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 30px;
  background-color: #fff;
}

.c-hamburger.is-step02 span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-step02 span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  background-color: #fff;
}

/* ------------------------------------------------
c-section-title
--------------------------------------------------- */
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-section-title span:nth-child(1) {
  font-size: 13rem;
  font-family: "Allura", cursive, serif;
  line-height: 50%;
  color: rgba(183, 183, 183, 0.3);
}
@media (max-width: 767px) {
  .c-section-title span:nth-child(1) {
    font-size: 7.2rem;
  }
}

.c-section-title span:nth-child(2) {
  margin-top: -2.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #F58B05;
}
@media (max-width: 767px) {
  .c-section-title span:nth-child(2) {
    font-size: 1.8rem;
    margin-top: -1.3rem;
  }
}

.c-section-title__virtical {
  position: relative;
  display: inline-block;
  width: 13rem;
  height: 38.4rem;
}
@media (max-width: 767px) {
  .c-section-title__virtical {
    width: 7.2rem;
    height: auto;
  }
}

.c-section-title__virtical span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 10rem;
  font-size: 13rem;
  font-family: "Allura", cursive, serif;
  line-height: 50%;
  color: rgba(183, 183, 183, 0.3);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-section-title__virtical span:nth-child(1) {
    font-size: 7.2rem;
    left: 5.2rem;
  }
}

.c-section-title__virtical span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 10rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #F58B05;
}
@media (max-width: 767px) {
  .c-section-title__virtical span:nth-child(2) {
    font-size: 1.8rem;
    left: 5.2rem;
  }
}

/* ------------------------------------------------
c-breadcrumbs
--------------------------------------------------- */
.c-breadcrumbs .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs .l-inner {
    gap: 0.6rem;
  }
}

.c-breadcrumbs a,
.c-breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-breadcrumbs a,
  .c-breadcrumbs span {
    font-size: 1rem;
  }
}

.c-breadcrumbs a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs a {
    padding: 0.6rem 0.4rem;
  }
}
.c-breadcrumbs a:hover {
  opacity: 0.5;
}

.c-breadcrumbs .breadcrumb-icon {
  position: relative;
  display: inline-block;
  width: 0.6rem;
  height: 0.1rem;
  vertical-index: middle;
}

.c-breadcrumbs .breadcrumb-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------------------------------------
c-category
--------------------------------------------------- */
.c-category {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.4rem 3rem;
  background-color: #FEC398;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .c-category {
    font-size: 1.4rem;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
  }
}

/* ------------------------------------------------
c-link
--------------------------------------------------- */
.c-link {
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-link:hover {
  opacity: 0.7;
}

/* ------------------------------------------------
c-btn
--------------------------------------------------- */
.c-btn {
  min-width: 30.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 5rem;
  gap: 2rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.5rem;
}
@media (max-width: 767px) {
  .c-btn {
    min-width: 24rem;
    padding: 1.5rem 4rem;
  }
}

.c-btn span:nth-child(1) {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-btn span:nth-child(1) {
    font-size: 1.4rem;
  }
}

.c-btn span:nth-child(2) {
  position: relative;
  width: 1.5rem;
}
@media (max-width: 767px) {
  .c-btn span:nth-child(2) {
    width: 1.3rem;
  }
}

.c-btn span:nth-child(2) img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn--white {
  color: #333333;
  background-color: #fff;
  border: #F58B05 2px solid;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-btn--white img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.c-btn--white:hover {
  background-color: #F58B05;
  color: #fff;
}
.c-btn--white:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* ------------------------------------------------
c-to-top
--------------------------------------------------- */
.c-to-top {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  .c-to-top {
    right: 1rem;
    bottom: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
.c-to-top:hover .c-to-top__icon {
  background-color: #F58B05;
}

.c-to-top__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #FFC22F;
  mask-image: url("../images/common/clover.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /* Safari対応のためのベンダープレフィックス */
  -webkit-mask-image: url("../images/common/clover.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-to-top span {
  color: #fff;
  z-index: 1000;
}
@media (max-width: 767px) {
  .c-to-top span {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header {
  width: 100%;
  height: 8rem;
  background-color: none;
  padding-inline: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-header {
    height: 5rem;
    padding-inline: 2rem;
  }
}

.p-header__right {
  height: inherit;
}

/* ------------------------------------------------
p-header-logo
--------------------------------------------------- */
.p-header-logo {
  height: 5rem;
}
@media (max-width: 767px) {
  .p-header-logo {
    height: 3rem;
  }
}

.p-header-logo__img {
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header-logo__img:hover {
  opacity: 0.7;
}

.p-header-logo__img img {
  height: inherit;
}

/* ------------------------------------------------
p-header-nav
--------------------------------------------------- */
.p-header-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.p-header-nav__lists {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.p-header-nav__list {
  height: inherit;
}

.p-header-nav__list a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header-nav__list a:hover {
  color: #7FBBDD;
}

.p-header-nav__btn {
  height: inherit;
  width: 21.1rem;
}

.p-header-nav__btn a {
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #F58B05;
  border-radius: 0 0 0 3rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-header-nav__btn a:hover {
  background-color: #7FBBDD;
}

.p-header-nav__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-header-nav__btn span::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  /* アイコン画像の設定 */
  background-image: url("/images/common/contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ------------------------------------------------
p-drawer
--------------------------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-inline: 1.5rem;
  overflow-y: auto;
  padding-bottom: 6rem;
  z-index: 888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #7FBBDD;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__name {
  height: 5rem;
}

.p-drawer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13rem;
}

/* ------------------------------------------------
p-drawer-nav
--------------------------------------------------- */
.p-drawer-nav__lists {
  margin-top: 6rem;
}

.p-drawer-nav__list {
  text-align: center;
}

.p-drawer-nav__list a {
  display: block;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-drawer-nav__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------------
p-page-title
--------------------------------------------------- */
.p-page-title {
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-page-title {
    margin-top: 7rem;
  }
}

.p-page-title__inner {
  max-width: 1400px;
  padding-inline: 4rem;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .p-page-title__inner {
    padding-inline: 2rem;
  }
}

.p-page-title__bg {
  z-index: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .p-page-title__bg {
    border-radius: 1.5rem;
  }
}

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

.p-page-title__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-title__heading span:nth-child(1) {
  font-size: 10rem;
  font-family: "Allura", cursive, serif;
  line-height: 1;
  color: #E6CD99;
}
@media (max-width: 767px) {
  .p-page-title__heading span:nth-child(1) {
    font-size: 5.4rem;
  }
}

.p-page-title__heading span:nth-child(2) {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .p-page-title__heading span:nth-child(2) {
    font-size: 1.6rem;
    margin-top: -0.5rem;
  }
}

/* ------------------------------------------------
p-top-fv このセクションだけ可変例外設定
--------------------------------------------------- */
.p-top-fv {
  position: relative;
  padding-bottom: 10rem;
  /* ★500px〜767pxの間だけ、1emの基準をPC基準(1180px)で可変にする */
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-top-fv {
    font-size: 0.8474576271vw;
  }
}
@media (max-width: 479px) {
  .p-top-fv {
    padding-bottom: 5rem;
  }
}

.p-top-fv__container {
  position: relative;
}

.p-top-fv__bg {
  overflow: hidden;
}

.p-top-fv__slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.p-top-fv__slide--01 {
  z-index: 2;
}

.p-top-fv__slide--02 {
  z-index: 3;
}

/* 途切れず一定速度で流すための必須設定 */
.p-top-fv__slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 500px〜767px間をPC表示にするため、rem指定の箇所に em を併記 */
.p-top-fv__item {
  width: 147.2rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-top-fv__item {
    width: 147.2em; /* 500~767px間は1180px基準で縮小 */
  }
}
@media (max-width: 479px) {
  .p-top-fv__item {
    width: 39.1rem;
  }
}

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

.p-top-fv__bokashi img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.7;
}

.p-top-fv__catch {
  width: 96rem;
  position: absolute;
  z-index: 4;
  top: 17.2rem;
  left: 7.3rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-top-fv__catch {
    width: 96em;
    top: 17.2em;
    left: 7.3em;
    -webkit-transform: none;
            transform: none; /* SP用中央寄せを解除 */
  }
}
@media (max-width: 479px) {
  .p-top-fv__catch {
    width: 45.5rem;
    top: 23.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-fv__message {
  margin-top: -5rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-fv__message {
    margin-top: 0;
  }
}

.p-top-fv__text {
  line-height: 2.2;
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-top-fv__text {
    font-size: 1.4rem;
  }
}

.p-top-fv__deco {
  position: absolute;
  z-index: 2;
  top: -5rem;
  right: calc(50% - 80rem);
  width: 50rem;
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-top-fv__deco {
    top: -5em;
    right: calc(50% - 80em);
    width: 50em;
  }
}
@media (max-width: 499px) {
  .p-top-fv__deco {
    top: 1.4rem;
    right: calc(50% - 22.6rem);
    width: 18rem;
  }
}

/* ------------------------------------------------
p-top-about
--------------------------------------------------- */
.p-top-about {
  padding-block: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-about {
    padding-block: 5rem;
  }
}

.p-top-about__deco {
  position: absolute;
  top: -35rem;
  left: calc(50% - 80rem);
  width: 50rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-about__deco {
    top: -11rem;
    left: calc(50% - 22rem);
    width: 18rem;
  }
}

.p-top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
@media (max-width: 767px) {
  .p-top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
}

.p-top-about__textarea {
  width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top-about__textarea {
    width: 100%;
    gap: 3rem;
  }
}

.p-top-about__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-top-about__name {
    gap: 1rem;
  }
}

.p-top-about__name span:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-weight: 500;
  background-color: #FFDF92;
  border-radius: 3rem;
  padding: 0.5rem 3rem;
}

.p-top-about__name span:nth-child(2) {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-top-about__name span:nth-child(2) {
    font-size: 2rem;
  }
}

.p-top-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-top-about__items {
    gap: 1.2rem;
  }
}

.p-top-about__item {
  line-height: 1.5;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-about__item {
    padding-left: 1.6rem;
  }
}

.p-top-about__item::before {
  position: absolute;
  content: "";
  top: 0.9rem;
  left: 0;
  width: 0.8rem;
  height: 0%;
  border-radius: 50%;
  background-color: #F58B05;
}
@media (max-width: 767px) {
  .p-top-about__item::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-top-about__contents {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-top-about__contents {
    gap: 3rem;
  }
}

.p-top-about__deco--2 {
  width: 18rem;
  top: -5rem;
  left: calc(50% - 1rem);
}

.p-top-about__img--top {
  width: 33rem;
  aspect-ratio: 3/4;
  border-radius: 0 14rem 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-about__img--top {
    width: 20rem;
  }
}

.p-top-about__img--bottom {
  width: 100%;
  aspect-ratio: 510/267;
  border-radius: 0 14rem 0 0;
  overflow: hidden;
}

.p-top-about__img--top .p-top-about__img--bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* ------------------------------------------------
p-top-strength
--------------------------------------------------- */
.p-top-strength {
  padding-block: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 223, 146, 0)), color-stop(80%, rgba(255, 223, 146, 0.5)), to(rgb(255, 223, 146)));
  background: linear-gradient(to bottom, rgba(255, 223, 146, 0) 30%, rgba(255, 223, 146, 0.5) 80%, rgb(255, 223, 146) 100%);
}
@media (max-width: 767px) {
  .p-top-strength {
    padding-block: 5rem;
  }
}

.p-top-strength__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .p-top-strength__contents {
    gap: 4.5rem;
  }
}

.p-top-strength__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-top-strength__items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-top-strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: #fff;
  border: 0.2rem solid #F58B05;
  border-radius: 2rem;
  height: 28rem;
}
@media (max-width: 767px) {
  .p-top-strength__item {
    padding: 1.5rem;
    height: 21.8rem;
  }
}

.p-top-strength__icon {
  width: 11.5rem;
}
@media (max-width: 767px) {
  .p-top-strength__icon {
    width: 8.5rem;
  }
}

.p-top-strength__text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-strength__text {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------
p-top-works
--------------------------------------------------- */
.p-top-works {
  padding-block: 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-works {
    padding-block: 7rem;
  }
}

.p-top-works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

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

.p-top-works__inner {
  position: relative;
  z-index: 1;
}

.p-top-works__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-works__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-top-works__slider {
    margin-top: 4rem;
  }
}

.p-top-works__item {
  width: 32rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-top-works__item {
    width: 28rem;
  }
}

.p-top-works__item a {
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-works__item a {
    padding: 1.5rem;
    gap: 2rem;
  }
}

.p-top-works__img {
  width: 100%;
  overflow: hidden;
}

.p-top-works__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/213;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  .p-top-works__img img {
    aspect-ratio: 250/184;
  }
}

/* カード全体（aタグまたはliタグ）にホバーした時、画像を1.2倍にする */
.p-top-works__item a:hover .p-top-works__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-top-works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .p-top-works__body {
    gap: 1.5rem;
  }
}

.p-top-works__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
}
@media (max-width: 767px) {
  .p-top-works__categories {
    gap: 0.5rem 1rem;
  }
}

.p-top-works__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
}
@media (max-width: 767px) {
  .p-top-works__names {
    gap: 0.5rem 1rem;
  }
}

.p-top-works__name {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-top-works__name {
    font-size: 1.4rem;
  }
}

.p-top-works__client {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #F58B05;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-works__client {
    font-size: 1.5rem;
  }
}

/* works スライダー 矢印ナビ */
.p-top-works__arrow {
  position: absolute;
  top: 41%;
  z-index: 3;
  width: 3.2rem;
  height: 6rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  .p-top-works__arrow {
    width: 2.1rem;
    height: 4rem;
  }
}

.p-top-works__arrow--prev {
  left: calc(50% - 53rem);
}
.p-top-works__arrow--prev:hover {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
@media (max-width: 767px) {
  .p-top-works__arrow--prev {
    left: 2rem;
  }
}

.p-top-works__arrow--next {
  right: calc(50% - 53rem);
}
.p-top-works__arrow--next:hover {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
@media (max-width: 767px) {
  .p-top-works__arrow--next {
    right: 2rem;
  }
}

/* ------------------------------------------------
p-top-service
--------------------------------------------------- */
.p-top-service {
  padding-block: 16rem;
}
@media (max-width: 767px) {
  .p-top-service {
    padding-block: 7rem;
  }
}

.p-top-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .p-top-service__head {
    gap: 4rem;
  }
}

.p-top-service__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-service__catch {
  text-align: center;
}

.p-top-service__items {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
@media (max-width: 767px) {
  .p-top-service__items {
    margin-top: 5rem;
    gap: 5rem;
  }
}

.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 767px) {
  .p-top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 3rem;
  }
}

.p-top-service__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-top-service__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-service__img {
  width: 51rem;
  aspect-ratio: 510/287;
  border-radius: 0 0 16rem 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(245, 139, 5, 0.5);
          box-shadow: 0 0 1.5rem 0 rgba(245, 139, 5, 0.5);
}
@media (max-width: 767px) {
  .p-top-service__img {
    width: 100%;
    aspect-ratio: 335/189;
    border-radius: 0 0 12rem 0;
  }
}

.p-top-service__img--blue {
  border-radius: 0 0 0 16rem;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(127, 187, 221, 0.8);
          box-shadow: 0 0 1.5rem 0 rgba(127, 187, 221, 0.8);
}

.p-top-service__img--yellow {
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(255, 194, 47, 0.5);
          box-shadow: 0 0 1.5rem 0 rgba(255, 194, 47, 0.5);
}

.p-top-service__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-top-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-service__type {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #F58B05;
}
@media (max-width: 767px) {
  .p-top-service__type {
    font-size: 1.8rem;
  }
}

.p-top-service__type--blue {
  color: #7FBBDD;
}

.p-top-service__type--yellow {
  color: #FFC22F;
}

.p-top-service__text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-top-service__text {
    margin-top: 2rem;
  }
}

.p-top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-top-service__list {
    gap: 1rem;
  }
}

.p-top-service__list li {
  line-height: 1.5;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-service__list li {
    padding-left: 1.6rem;
  }
}

.p-top-service__list li::before {
  position: absolute;
  content: "";
  top: 0.9rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #F58B05;
}
@media (max-width: 767px) {
  .p-top-service__list li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-top-service__list--blue li::before {
  background-color: #7FBBDD;
}

.p-top-service__list--yellow li::before {
  background-color: #FFC22F;
}

/* ------------------------------------------------
p-top-flow
--------------------------------------------------- */
.p-top-flow {
  padding-block: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-flow {
    padding-block: 5rem;
  }
}

.p-top-flow__accent {
  position: absolute;
  width: 100rem;
  height: 103.7rem;
}

.p-top-flow__accent--1 {
  top: -34.5rem;
  right: -50rem;
}

.p-top-flow__accent--2 {
  top: 60rem;
  left: -39.6rem;
}

.p-top-flow__body {
  margin-top: 8rem;
  position: relative;
  height: 178rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-flow__body {
    height: auto;
  }
}

.p-top-flow__bg {
  position: absolute;
  width: 96.2rem;
  top: 35rem;
  left: 6.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top-flow__bg {
    width: 30.8rem;
    top: 20%;
    left: 1rem;
  }
}

@media (max-width: 767px) {
  .p-top-flow__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}

.p-top-flow__img {
  position: absolute;
  width: 31.6rem;
  aspect-ratio: 316/237;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-flow__img {
    width: 16rem;
    aspect-ratio: 160/120;
  }
}

.p-top-flow__img--1 {
  top: 4.3rem;
  right: calc(50% - 50rem);
}
@media (max-width: 767px) {
  .p-top-flow__img--1 {
    top: -18rem;
    right: calc(50% - 17rem);
  }
}

.p-top-flow__img--2 {
  bottom: 72rem;
  left: 0rem;
}

.p-top-flow__img--3 {
  bottom: 10rem;
  right: 7rem;
}

.p-top-flow__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* ------------------------------------------------
p-flow-item
--------------------------------------------------- */
.p-flow-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 45.6rem;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-flow-item {
    position: relative;
    width: 100%;
    gap: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .p-flow-item--1 {
    top: 0;
    left: 0;
  }
  .p-flow-item--2 {
    top: 40rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-flow-item--3 {
    top: 76rem;
    right: 0;
  }
  .p-flow-item--4 {
    top: 111rem;
    left: 26rem;
  }
  .p-flow-item--5 {
    top: 137rem;
    left: 0rem;
  }
  .p-flow-item--6 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-flow-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-flow-item__title {
    gap: 1rem;
  }
}

.p-flow-item__num {
  font-family: "Allura", cursive, serif;
  font-size: 11rem;
  line-height: 1;
  color: #FFDF92;
}
@media (max-width: 767px) {
  .p-flow-item__num {
    font-size: 6rem;
  }
}

.p-flow-item__heading {
  font-size: 2.4rem;
  line-height: 1;
  color: #F58B05;
}
@media (max-width: 767px) {
  .p-flow-item__heading {
    font-size: 1.7rem;
  }
}

/* ------------------------------------------------
p-cta
--------------------------------------------------- */
.p-top-cta {
  padding-block: 10rem 16rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-cta {
    padding-block: 5rem;
  }
}

.p-cta__accent {
  position: absolute;
  width: 80rem;
  height: 80rem;
  top: -30rem;
  right: calc(50% - 100rem);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-cta__accent {
    width: 34rem;
    height: 34rem;
    top: -6rem;
    right: calc(50% + 2rem);
  }
}

.p-cta__box {
  max-width: 1240px;
  padding: 5rem;
  margin-inline: auto;
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B9F2F9), color-stop(82%, #FFE899), to(#FEC479));
  background: linear-gradient(180deg, #B9F2F9 0%, #FFE899 82%, #FEC479 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.6rem 3rem;
    gap: 2rem;
  }
}

.p-cta__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cta__title span:nth-child(1) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15rem;
}
@media (max-width: 767px) {
  .p-cta__title span:nth-child(1) {
    font-size: 7.2rem;
  }
}

.p-cta__title span:nth-child(2) {
  color: #333333;
}

.p-cta__text {
  text-align: center;
}

/* ------------------------------------------------
p-footer
--------------------------------------------------- */
.p-footer {
  color: #fff;
}

.p-footer__container {
  background-color: #7FBBDD;
  padding: 8rem 6rem 3rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
@media (max-width: 767px) {
  .p-footer__container {
    gap: 4rem;
    padding: 4rem 2rem 2rem 2rem;
  }
}

.p-footer__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.p-footer__logo {
  width: 20.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .p-footer__logo {
    width: 17rem;
  }
}
.p-footer__logo:hover {
  opacity: 0.6;
}

.p-footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-footer-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-footer-nav__item:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
@media (max-width: 767px) {
  .p-footer-nav__item:not(:last-child) {
    border-right: none;
  }
}

.p-footer-nav__item a {
  display: inline-block;
  padding-block: 0.5rem 0.5rem;
  padding-inline: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer-nav__item a:hover {
  opacity: 0.5;
}

.p-footer__copy small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------
p-works-modal
--------------------------------------------------- */
.p-works-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.p-works-modal__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-content: center;
}

.p-works-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.p-works-modal__item {
  width: 74rem;
  position: relative;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-works-modal__item {
    width: 100%;
    padding: 2rem;
    gap: 1.5rem;
  }
}

.p-works-modal__close-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 767px) {
  .p-works-modal__close-btn {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.5rem;
    right: 0.5rem;
  }
}

.p-works-modal__close-btn span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #333333;
  position: absolute;
  top: 0.7rem;
  left: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-works-modal__close-btn span {
    height: 0.1rem;
    top: 0.6rem;
  }
}
.p-works-modal__close-btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-works-modal__close-btn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-works-modal__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #F58B05;
}
@media (max-width: 767px) {
  .p-works-modal__text {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------
p-contact
--------------------------------------------------- */
.p-contact__body {
  padding-block: 11rem;
}
@media (max-width: 767px) {
  .p-contact__body {
    padding-block: 8rem;
  }
}

.p-contact-body__inner {
  max-width: 88rem;
}

.p-contact-body__lead {
  text-align: center;
}

.p-contact__thanks {
  font-family: "Allura", cursive, serif;
  font-size: 10rem;
  line-height: 1.2;
  color: #F58B05;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-contact__thanks {
    font-size: 5.4rem;
    margin-bottom: 4rem;
  }
}

/* ------------------------------------------------
 Snow Monkey Formsのスタイル
--------------------------------------------------- */
.snow-monkey-form {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .snow-monkey-form {
    margin-top: 5rem;
  }
}

.smf-form--letter .smf-text-control__control {
  color: #333333;
}
.smf-form--letter .smf-text-control__control::-webkit-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.smf-form--letter .smf-text-control__control::-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.smf-form--letter .smf-text-control__control:-ms-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.smf-form--letter .smf-text-control__control::-ms-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.smf-form--letter .smf-text-control__control::placeholder {
  color: #d9d9d9;
  opacity: 1;
}

.smf-form--letter .smf-item {
  padding: 2rem 0;
}

.smf-form .smf-text-control__control {
  border: 0.1rem solid #333333;
}

.smf-form .smf-checkbox-control__control {
  border: 0.1rem solid #333333;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .smf-form .smf-checkbox-control__control {
    margin-top: 0.5rem;
  }
}

.smf-form .smf-textarea-control__control {
  border: 0.1rem solid #333333;
}

.smf-form--letter .smf-item__col--label {
  padding-bottom: 1rem;
}

.smf-item__label__text {
  font-weight: 500;
}

.smf-item:has([data-validations~=required]) .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding: 0.3rem 1rem 0.4rem;
  color: #fff;
  background-color: #F58B05;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1rem;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .smf-item:has([data-validations~=required]) .smf-item__label::after {
    font-size: 1.3rem;
  }
}

.smf-custom-privacy-link {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .smf-custom-privacy-link {
    margin-top: 4rem;
  }
}

.smf-placeholder[data-name=privacy-policy] {
  text-align: center;
  margin-top: 1rem;
}

.smf-form--letter + .smf-action {
  margin: 8rem 0 0 0;
}
@media (max-width: 767px) {
  .smf-form--letter + .smf-action {
    margin: 3rem 0 0 0;
  }
}

/* 確認・完了・送信失敗時はフォーム外のリードを非表示
   data-screen は .snow-monkey-form に付くため :has() で祖先から判定 */
.p-contact-body:has([data-screen=confirm]) .p-contact-body__lead,
.p-contact-body:has([data-screen=complete]) .p-contact-body__lead,
.p-contact-body:has([data-screen=systemerror]) .p-contact-body__lead {
  display: none;
}

/* カスタムHTMLブロック内のリンク装飾 */
.smf-custom-privacy-link a {
  color: #3a7cfe;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.smf-custom-privacy-link a:hover {
  opacity: 0.5;
}

.smf-action .smf-button-control__control {
  position: relative;
  min-width: 30.3rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 2rem 5rem;
  border: 0.2rem solid #F58B05;
  background-color: #F58B05;
  color: #fff;
  border-radius: 3.5rem;
  cursor: not-allowed;
  text-align: center;
  /* 背景画像として矢印を配置 */
  background-image: url("../images/common/btn-arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: right 2.4rem center;
  -webkit-transition: background-color 0.3s, color 0.3s, background-image 0.3s;
  transition: background-color 0.3s, color 0.3s, background-image 0.3s;
}
@media (max-width: 767px) {
  .smf-action .smf-button-control__control {
    min-width: 24rem;
    font-size: 1.4rem;
    padding: 1.5rem 4rem;
  }
}
.smf-action .smf-button-control__control:hover {
  background-color: #fff;
  color: #333333;
  background-image: url("../images/common/btn-arrow_orange.svg");
}

/* 「戻る」ボタンのスタイル */
.smf-button-control__control[data-action=back] {
  background-color: #ccc;
  color: #333333;
  border: 0.2rem solid #ccc;
  background-image: url("../images/common/btn-arrow_back-black.svg");
  background-position: left 2.4rem center;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}
.smf-button-control__control[data-action=back]:hover {
  background-color: #fff;
  border: 0.2rem solid #333333;
  background-image: url("../images/common/btn-arrow_back-black.svg");
}

/* Snow Monkey Forms の確認・送信ボタンホバー時のカーソルを修正 */
.smf-action-widget__button:hover,
.smf-button:hover,
button[type=submit]:hover {
  cursor: pointer !important;
}

/* ------------------------------------------------
p-privacy-policy
--------------------------------------------------- */
.p-privacy-policy__body {
  padding-block: 11rem;
}
@media (max-width: 767px) {
  .p-privacy-policy__body {
    padding-block: 8rem;
  }
}

.p-privacy-policy__items {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-privacy-policy__items {
    margin-top: 5rem;
  }
}

.p-privacy-policy__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  color: #F58B05;
}
@media (max-width: 767px) {
  .p-privacy-policy__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-privacy-policy__text {
  margin-top: 0.5rem;
}

.p-privacy-policy__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-privacy-policy__list li {
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-privacy-policy__list li {
    padding-left: 1.6rem;
  }
}

.p-privacy-policy__list li::before {
  position: absolute;
  content: "";
  top: 1.3rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FFC22F;
}
@media (max-width: 767px) {
  .p-privacy-policy__list li::before {
    top: 1.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-privacy-policy__text--small {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-privacy-policy__text a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-privacy-policy__text a:hover {
  opacity: 0.5;
}

/* ------------------------------------------------
p-404
--------------------------------------------------- */
.p-404 {
  position: relative;
  margin-top: 6rem;
  padding-block: 16rem;
}
@media (max-width: 767px) {
  .p-404 {
    margin-top: 5.2rem;
    padding-block: 8rem 6rem;
  }
}

.p-404__page-title {
  font-size: 7.2rem;
  font-family: "Allura", cursive, serif;
  color: #7FBBDD;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__page-title {
    font-size: 5rem;
  }
}

.p-404__text {
  margin-top: 6rem;
  font-size: max(1.6rem, 12px);
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__text {
    max-width: 420px;
    margin-inline: auto;
    margin-top: 3.6rem;
    font-size: 1.4rem;
  }
}

/* --------------------------------
utility
----------------------------------- */
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */