/* foundation
====================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* color
====================================================*/
/* project
====================================================*/
/* breakpoint
====================================================*/
/* px-to-rem
====================================================*/
/* reset
====================================================*/
*,
::before,
::after {
  box-sizing: border-box;
}

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

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

em {
  font-style: normal;
}

dd {
  margin-left: 0;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: none;
  cursor: pointer;
}

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

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: none;
}

textarea {
  resize: none;
}

td,
th {
  padding: 0;
}

th {
  font-weight: inherit;
}

/* font-face
====================================================*/
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* base
====================================================*/
html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 576px) {
  html {
    font-size: 87.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3A3A3A;
  line-height: 2;
}

a,
input[type=submit] {
  transition: 0.2s;
}
a:hover,
input[type=submit]:hover {
  opacity: 0.6;
}

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

button {
  cursor: pointer;
}

/* layout
====================================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-container {
  max-width: 74.5rem;
  padding: 0 1rem;
  margin: 0 auto;
}

/* object
====================================================*/
/* component */
.c-section {
  position: relative;
  max-width: 74.5rem;
  padding: 4.125rem 1rem 6rem;
  margin: 0 auto;
}
.c-section::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c-section--green::before {
  background-color: #ECF9EB;
}
.c-section--gray::before {
  background-color: #F1F1F1;
}
.c-section__heading-container {
  font-size: 1rem;
  margin-bottom: 3em;
}
.c-section__subheading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125em 1.5em;
  background-color: #0B984C;
  margin: 0 auto 1.625em;
  color: #fff;
  font-weight: 700;
}
.c-section__heading {
  text-align: center;
  line-height: 1.5;
  font-size: 2.5em;
  font-weight: 600;
}
.c-section__description {
  text-align: center;
  font-size: 1.25em;
  margin-top: 1em;
}

.c-contact.c-section::before {
  background-image: url(../images/image_contact_01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 450px;
}
@media screen and (max-width: 576px) {
  .c-contact.c-section::before {
    background-size: 300px;
  }
}
.c-contact--with-baloon.c-section {
  padding-top: 0;
}
.c-contact__baloon {
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375em 2em;
  background-color: #0B984C;
  margin: 0 auto 2em;
  transform: translateY(-1em);
}
.c-contact__baloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.707em;
  background-color: #0B984C;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 576px) {
  .c-contact__baloon {
    padding: 0.2em 1em;
    font-size: 1.7142857143rem;
  }
}
.c-contact__description {
  font-size: 1.5rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em;
}
.c-contact__description strong {
  font-weight: inherit;
  padding: 0 0.33em;
  border: 1px solid #0B984C;
  border-radius: 0.0833em;
  background-color: #fff;
}
.c-contact__description em {
  color: #0B984C;
}
@media screen and (max-width: 576px) {
  .c-contact__description {
    font-size: 1.4285714286rem;
  }
}
.c-contact__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  width: 90%;
  height: 14.375rem;
  margin: 0 auto;
  background-color: #FEDF52;
  border-radius: 9999px;
  z-index: 1;
  box-shadow: inset 0px -7px 4px 0px rgba(102, 102, 102, 0.35), 0px 11px 10px 0px rgba(57, 57, 57, 0.25);
}
@media screen and (max-width: 1200px) {
  .c-contact__button {
    width: 100%;
    max-width: 54.375rem;
    height: 12.5rem;
    font-size: 1.25rem;
    min-height: unset;
  }
}
@media screen and (max-width: 992px) {
  .c-contact__button {
    max-width: unset;
    width: 80%;
    height: 11.25rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__button {
    width: 100%;
    padding: 0.5em;
    justify-content: flex-start;
    gap: 2em;
  }
}
@media screen and (max-width: 576px) {
  .c-contact__button {
    font-size: clamp(0.8571428571rem, 3.1vw, 1.2857142857rem);
    height: clamp(7.1428571429rem, 26.667vw, 12.8571428571rem);
    gap: 0;
  }
}
.c-contact__glass {
  position: absolute;
  aspect-ratio: 1/1;
  height: calc(100% - 1em);
  top: 0.5em;
  left: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 0.25em solid #0B984C;
  border-radius: 50%;
  padding-top: 1.75em;
  line-height: 1.5;
  color: #0B984C;
}
.c-contact__glass em {
  font-size: 1.66em;
  font-weight: 700;
}
.c-contact__glass::before {
  content: "";
  position: absolute;
  width: 5em;
  height: 1.5em;
  background-color: #0B984C;
  border-radius: 9999px;
  bottom: 10%;
  left: 10%;
  transform: translate(-50%, 50%) rotate(-45deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-contact__glass {
    position: relative;
    top: unset;
    left: unset;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-contact__glass {
    padding-top: 2.25em;
    font-size: clamp(0.7142857143rem, 2.667vw, 1.1428571429rem);
  }
}
.c-contact__glass-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.66;
}
@media screen and (max-width: 576px) {
  .c-contact__glass-text-container {
    line-height: 1.5;
  }
}
.c-contact__glass-text-middle {
  font-size: 2.08em;
}
.c-contact__glass-text-bottom {
  display: flex;
  gap: 1em;
  margin-top: 0.5em;
}
.c-contact__glass-text-bottom-left {
  display: inline-block;
  padding: 0 0.4em;
  background-color: #E6E6E6;
}

/* project */
.p-header {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 5rem;
    display: flex;
    align-items: center;
  }
}
.p-header__inner {
  max-width: 74.5rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    width: 100%;
  }
}
.p-header__logo {
  width: 14.375rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 10.7142857143rem;
  }
}
.p-header__navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-header__navigation-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 3.75rem;
}
@media screen and (max-width: 1200px) {
  .p-header__navigation-list {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.p-header__button {
  display: block;
  background-color: #FEDF52;
  border-radius: 9999px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.4em 1.7em;
}
@media screen and (max-width: 768px) {
  .p-header__button {
    font-size: 1rem;
  }
}
.p-header__button-upper-text {
  display: block;
  font-size: 0.857em;
  text-align: center;
}
.p-header__button-lower-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.25em;
}
.p-header__button-icon {
  display: block;
  width: 1.2em;
  height: 1.2em;
}
.p-header__tel-number {
  font-weight: 600;
}
.p-header__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
  transform: translate(0, -100%);
}
.p-header__modal.is-show {
  transform: translate(0, 0);
}
.p-header__hamburger {
  position: absolute;
  top: 6rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.p-header__hamburger-line {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #3A3A3A;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.p-header__hamburger-line:nth-of-type(3) {
  bottom: 0;
}

.p-menu-sp {
  background-color: #fff;
  padding: 5.7142857143rem 1.4285714286rem;
}
.p-menu-sp__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.p-menu-sp__close::before, .p-menu-sp__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 141.4%;
  height: 4px;
  background-color: #0B984C;
}
.p-menu-sp__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-menu-sp__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-menu-sp__logo {
  width: 100%;
  max-width: 28.5714285714rem;
  margin: 0 auto;
}
.p-menu-sp__list {
  font-size: 1.1428571429rem;
}
.p-menu-sp__item-link {
  display: block;
  text-align: center;
  padding: 1em 0;
}
.p-menu-sp__button {
  font-size: 1.1428571429rem;
  padding: 0.6em 1.388em;
  background-color: #FEDF52;
  border-radius: 9999px;
  color: #fff;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.72em;
  margin: 0 auto;
}

.p-footer__inner {
  max-width: 74.5rem;
  padding: 6.25rem 1rem 0.625rem;
  margin: 0 auto;
}
.p-footer__logo-container {
  max-width: 28.125rem;
}
.p-footer__copy {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.4em;
  transform: translateY(50%);
}
.p-footer__address {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.78em auto 0;
  font-size: 0.875rem;
}
.p-footer__copyright {
  display: block;
  text-align: right;
  font-size: 87.5%;
}
.p-footer__totop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .p-fv {
    padding-top: 5rem;
  }
}
.p-fv__slider .swiper-pagination-bullet-active {
  background: #0B984C;
  width: 28px;
  border-radius: 9999px;
}
.p-fv__slider-item {
  background: linear-gradient(to right, #0B984C 0%, #0B984C 70%, #fff 70%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .p-fv__slider-item {
    padding-top: 3.8571428571rem;
    background: #0B984C;
  }
}
.p-fv__image {
  display: block;
  max-width: 74.5rem;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fv__image {
    padding: 0;
  }
}

.p-description {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 576px) {
  .p-description {
    display: block;
  }
}
.p-description__left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-description__right {
  flex-shrink: 0;
  width: 38%;
}
@media screen and (max-width: 576px) {
  .p-description__right {
    width: 80%;
    max-width: 28.5714285714rem;
    margin: 4rem auto 0;
  }
}
.p-description__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1em;
}
.p-description__heading em {
  background-color: #0B984C;
  color: #fff;
  border-radius: 0.125em;
  padding: 0 0.3em;
}
@media screen and (max-width: 992px) {
  .p-description__heading {
    font-size: 1.5rem;
  }
}
.p-description__image img {
  width: 100%;
  height: auto;
}

.p-point .c-section__heading {
  font-size: 1.5em;
}
.p-point .c-section__heading em {
  font-size: 1.6667em;
  color: #0B984C;
}
.p-point__list {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 17.5rem));
  grid-template-rows: repeat(3, auto);
  justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 576px) {
  .p-point__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5rem;
    width: 80%;
    max-width: 21.4285714286rem;
    margin: 0 auto;
  }
}
.p-point__item {
  display: grid;
  grid-row: 1/4;
  grid-template-rows: subgrid;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-point__item {
    grid-row: unset;
    grid-template-rows: auto;
  }
}
.p-point__item-image-container {
  position: relative;
  grid-row: 1/1;
  margin-bottom: 1rem;
}
.p-point__item-heading {
  grid-row: 2/3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.16667em;
}
.p-point__item-heading em {
  color: #0B984C;
}
@media screen and (max-width: 768px) {
  .p-point__item-heading {
    font-size: 1.25rem;
  }
}
.p-point__item-description {
  grid-row: 3/4;
}
.p-point__item-badge {
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0B984C;
  padding: 0 1.5em;
  border: 1px solid #0B984C;
  border-radius: 50%;
  background-color: #fff;
}
.p-point__item-badge em {
  font-size: 2.222em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-point__item-badge {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-point__item-badge {
    font-size: 1rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-service__item {
  background-color: #fff;
  font-size: 1.25rem;
  padding: 1.35rem;
  text-align: center;
}
.p-service__item-image {
  max-width: 8.75rem;
  margin: 0 auto 1.2em;
}

.p-flow__list {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 0 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5rem;
    width: 80%;
    margin: 0 auto;
  }
}
.p-flow__item {
  display: grid;
  grid-row: 1/4;
  grid-template-rows: subgrid;
  row-gap: 0.75rem;
}
.p-flow__item:first-of-type .p-flow__item-image::before, .p-flow__item:last-of-type .p-flow__item-image::before {
  width: calc(100% + 2.75rem / 2);
}
.p-flow__item:first-of-type .p-flow__item-image::before {
  left: 50%;
}
.p-flow__item:last-of-type .p-flow__item-image::before {
  right: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    grid-row: unset;
    grid-template-rows: auto;
  }
}
.p-flow__item-heading {
  counter-increment: item;
  grid-row: 1/2;
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-flow__item-heading::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: -0.2em;
  bottom: 0.1em;
  transform: translateX(-100%);
  font-size: 1.667em;
  font-weight: 700;
  color: #0B984C;
}
.p-flow__item-heading--two-rows::before {
  bottom: -0.2em;
}
.p-flow__item-heading small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 66.66%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-flow__item-heading::before {
    bottom: unset;
  }
}
.p-flow__item-image {
  grid-row: 2/3;
  position: relative;
}
.p-flow__item-image img {
  width: 62.5%;
  margin: 0 auto;
}
.p-flow__item-image::before {
  content: "";
  position: absolute;
  width: calc(100% + 2.75rem);
  height: 0.75rem;
  top: 50%;
  left: calc(-2.75rem / 2);
  transform: translateY(-50%);
  background-color: #B9E9CF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-flow__item-image img {
    width: 50%;
  }
  .p-flow__item-image::before {
    content: none;
  }
}
.p-flow__item-description {
  grid-row: 3/4;
}
@media screen and (max-width: 768px) {
  .p-flow__item-description {
    text-align: center;
  }
}

.p-pickup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-pickup__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5rem;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .p-pickup__list {
    width: 100%;
    gap: 4rem;
  }
}
.p-pickup__item {
  grid-row: 1/5;
  display: grid;
  grid-template-rows: subgrid;
  background-color: #fff;
  padding: 1rem 1rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-pickup__item {
    grid-row: unset;
    grid-template-rows: auto;
  }
}
.p-pickup__item-image {
  grid-row: 1/2;
}
.p-pickup__item-heading {
  grid-row: 2/3;
  background-color: #0B984C;
  line-height: 1.44;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0.6em 1em;
}
.p-pickup__access {
  grid-row: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 0.88em 0;
}
.p-pickup__button {
  position: relative;
  display: block;
  max-width: 33.25rem;
  padding: 0.625em 0;
  margin: 2.33em auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #FEDF52;
  border-radius: 9999px;
  box-shadow: 0px 5px 10px 0px rgba(57, 57, 57, 0.2);
}
.p-pickup__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6667em;
  transform: translate(0, -50%);
  width: 0.866em;
  height: 1em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #3A3A3A;
}
@media screen and (max-width: 576px) {
  .p-pickup__button {
    font-size: 1.1428571429rem;
  }
}

.p-profile__content {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-profile__content {
    display: block;
  }
}
.p-profile__left {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-profile__left {
    width: 33.3333%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-profile__left {
    width: 80%;
  }
}
.p-profile__image {
  position: relative;
}
.p-profile__baloon {
  position: absolute;
  top: -2.5rem;
  right: -3.125rem;
  width: 11.875rem;
}
.p-profile__right {
  flex-grow: 1;
}
.p-profile__name-container {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-profile__name-container {
    text-align: center;
  }
}
.p-profile__name {
  font-weight: 600;
}
.p-profile__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 1em 0 1.5em;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-profile__tag-list {
    justify-content: center;
  }
}
.p-profile__tag {
  background-color: #B9E9CF;
  padding: 0.14em 1.14em;
  border-radius: 0.285em;
}
.p-profile__career-container {
  font-size: 0.875rem;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .p-profile__career-container {
    width: 80%;
    margin: 0 auto 1.8em;
  }
}
@media screen and (max-width: 576px) {
  .p-profile__career-container {
    width: 90%;
  }
}
.p-profile__career-heading {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.p-profile__career-heading-text {
  font-weight: 600;
  color: #0B984C;
}
.p-profile__career-heading-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ADADAD;
  border: none;
}
.p-profile__career-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
  justify-content: space-between;
  gap: 0.5em;
}
@media screen and (max-width: 576px) {
  .p-profile__career-list {
    grid-auto-flow: unset;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.p-profile__lecture-container {
  font-size: 0.875rem;
  background-color: #F0FAEF;
  border-radius: 0.57em;
  padding: 1.142em 2.57em 1.35em;
}
@media screen and (max-width: 768px) {
  .p-profile__lecture-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .p-profile__lecture-container {
    width: 100%;
  }
}
.p-profile__lecture-heading {
  font-size: 1.25rem;
  margin-bottom: 0.85em;
}
.p-profile__lecture-heading-text {
  font-weight: 600;
  color: #0B984C;
}
.p-profile__lecture-heading-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ADADAD;
  border: none;
}

.p-client__content {
  background: url(../images/image_map_kansai.webp) no-repeat right bottom/contain;
}
.p-client__description {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0B984C;
  margin-bottom: 1.375em;
}
.p-client__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, minmax(220px, max-content));
  grid-template-rows: repeat(14, auto);
  font-size: 0.875rem;
  gap: 0.5em 2em;
}
@media screen and (max-width: 576px) {
  .p-client__list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(22, auto);
  }
}
.p-client__item {
  list-style-type: disc;
  list-style-position: inside;
}
.p-client__item::marker {
  color: #0B984C;
}

.p-office__content {
  max-width: 50.75rem;
  margin: 0 auto;
}
.p-office__table {
  width: 100%;
  border-collapse: collapse;
}
.p-office__table-row {
  border-bottom: 1px solid #ADADAD;
}
.p-office__table-row:last-of-type {
  border-bottom: none;
}
.p-office__table-head, .p-office__table-data {
  padding: 1.125em 0;
}
.p-office__table-head {
  width: 20%;
  color: #0B984C;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}
.p-office__table-data {
  padding-left: 1em;
}
.p-office__map {
  margin-top: 2rem;
}

/* utility */
.u-break--xxl {
  display: none;
}
@media screen and (max-width: 1440px) {
  .u-break--xxl {
    display: block;
  }
}
.u-break--xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-break--xl {
    display: block;
  }
}
.u-break--lg {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-break--lg {
    display: block;
  }
}
.u-break--md {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-break--md {
    display: block;
  }
}
.u-break--sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-break--sm {
    display: block;
  }
}

.u-inline--xxl {
  display: block;
}
@media screen and (max-width: 1440px) {
  .u-inline--xxl {
    display: none;
  }
}
.u-inline--xl {
  display: block;
}
@media screen and (max-width: 1200px) {
  .u-inline--xl {
    display: none;
  }
}
.u-inline--lg {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-inline--lg {
    display: none;
  }
}
.u-inline--md {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-inline--md {
    display: none;
  }
}
.u-inline--sm {
  display: block;
}
@media screen and (max-width: 576px) {
  .u-inline--sm {
    display: none;
  }
}

.u-display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sp {
    display: block;
  }
}

.u-display-flex--pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-display-flex--pc {
    display: none;
  }
}
.u-display-flex--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display-flex--sp {
    display: flex;
  }
}

.u-display-inline--pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-display-inline--pc {
    display: none;
  }
}
.u-display-inline--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display-inline--sp {
    display: inline;
  }
}

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