@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
/*! destyle.css v4.0.1 | 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;
  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 {
  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] {
  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 */
  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;
}

:root {
  --font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  --color-main: #83A39E;
  --color-text: #231815;
  --color-bg: #FCFCFA;
  --color-cont: #F3F3F1;
  --bezier: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 6rem;
  }
}

body {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 1.9;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  overscroll-behavior: none;
  background: var(--color-bg);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

body {
  overflow-x: clip;
}

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

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
}
.c-container {
  padding: 0 3rem;
  margin: auto;
  max-width: 1220px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-container_s {
  padding: 0 3rem;
  margin: auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .c-container_s {
    padding: 0 2rem;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

body.js-navopen {
  overflow: hidden;
  /* スクロールを無効化 */
}

.l-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 6rem;
  }
}
.l-header_inner {
  position: relative;
  max-width: 1480px;
  height: 100%;
  padding-inline: max(3rem, 3vw) 3rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding-inline: 2rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .l-header_logo {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .l-header_navbtn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .l-global {
    border-top: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    height: 100dvh;
    position: fixed;
    flex-direction: column;
    top: 6rem;
    left: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-block: 4rem 10rem;
    transition: opacity 0.5s var(--bezier), visibility 0.8s var(--bezier);
  }
}
.l-global_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-global_list {
    flex-direction: column;
    width: 100%;
    padding-inline: 2rem;
  }
}
.l-global_list li {
  margin-left: 8rem;
}
@media screen and (max-width: 1199px) {
  .l-global_list li {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .l-global_list li {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.l-global_list a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #595757;
  transition: color 0.2s, background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .l-global_list a {
    font-size: 2rem;
    font-weight: 500;
    padding-block: 1.5rem;
    display: block;
  }
}
@media (hover: hover) {
  .l-global_list a:hover {
    color: #83A39E;
  }
}
@media screen and (max-width: 991px) {
  .l-global_list-contact {
    margin-top: 2rem;
  }
}
.l-global_list-contact a {
  background: #83A39E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 18rem;
  height: 5rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .l-global_list-contact a {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .l-global_list-contact a:hover {
    background: #6b8c85;
    color: #fff;
  }
}

/* ハンバーガーボタン */
.navbtn {
  display: block;
  all: unset;
  outline: revert;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #83A39E;
}

.navbtn-bar,
.navbtn::before,
.navbtn::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background-color: #83A39E;
  grid-area: 1/1;
  transition: transform 0.3s;
}

.navbtn::before {
  transform: translateY(-10px);
}

.navbtn::after {
  transform: translateY(10px);
}

.js-navopen .navbtn-bar {
  transform: scale(0);
}

.js-navopen .navbtn::before {
  transform: translateY(0) rotate(45deg);
}

.js-navopen .navbtn::after {
  transform: translateY(0) rotate(-45deg);
}

.js-navopen {
  overflow: hidden;
}

/* スクリーンリーダー */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js-navopen .l-global {
  opacity: 1;
  visibility: visible;
}

.js-sptoggle .l-global_sp-sublist {
  max-height: 300px;
}
.js-sptoggle ul.l-global_sp .head::before {
  transform: translateY(-50%) rotate(-90deg);
}
.js-sptoggle ul.l-global_sp .head::after {
  transform: translateY(-50%) rotate(-270deg);
}

.l-footer {
  background: var(--color-cont);
  padding: 1rem 0;
}
.l-footer .copyright {
  text-align: center;
}
.l-footer .copyright small {
  font-size: clamp(12px, 11.1712707182px + 0.2209944751vw, 14px);
  color: #8B8B8B;
}

main {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
}

a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.8;
}

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

.mt5 {
  margin-top: 5em;
}

.mt3 {
  margin-top: 3em;
}

.scroll-anim {
  transform: translateY(3rem);
  opacity: 0;
  /* visibilityは外す or is-inview付与前に手動制御 */
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform, opacity;
  /* ←ここが重要 */
}

.scroll-anim.is-inview {
  transform: translateY(0);
  opacity: 1;
}

/* 遅延アニメーション */
.scroll-anim.scroll-anim-delay.is-inview {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .scroll-anim.scroll-anim-delay.is-inview {
    transition-delay: 0s;
  }
}

/* 上部だけアニメーション強調したい場合 */
.scroll-anim.top-anim {
  transform: translateY(0rem);
  /* これは無意味なので削除してもOK */
}

.scroll-anim.top-anim.is-inview {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2s ease, opacity 2.5s ease;
}

.pa-section_title .ja {
  font-size: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 1s cubic-bezier(0.65, 0, 0.61, 0.63);
}
.pa-section_title .ja::before {
  content: "";
  display: inline-block;
  width: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
  height: clamp(3px, 1.7569060773px + 0.3314917127vw, 6px);
  border-radius: 3px;
  margin-right: clamp(15px, 12.9281767956px + 0.5524861878vw, 20px);
}
.p-feature .pa-section_title .ja::before {
  background: #96B5B1;
}
.p-service .pa-section_title .ja::before {
  background: #779BAF;
}
.p-about .pa-section_title .ja::before {
  background: #5E7A96;
}
.p-contact .pa-section_title .ja::before {
  background: #DB9BA2;
}
.pa-section_title::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(54px, 43.226519337px + 2.8729281768vw, 80px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: clamp(5px, 2.9281767956px + 0.5524861878vw, 10px);
  clip-path: inset(0 100% 0 0);
  /* 初期状態：右側100%クリップ */
  opacity: 1;
  transition: clip-path 1s cubic-bezier(0.65, 0, 0.61, 0.63);
}
.p-feature .pa-section_title::before {
  color: #96B5B1;
}
.p-service .pa-section_title::before {
  color: #779BAF;
}
.p-about .pa-section_title::before {
  color: #5E7A96;
}
.p-contact .pa-section_title::before {
  color: #DB9BA2;
}
.pa-section_title.is-inview::before {
  clip-path: inset(0 0 0 0);
  /* アニメーション後：全体表示 */
}
.pa-section_title.is-inview .ja {
  opacity: 1;
}

.p-feature {
  padding-block: 2rem 10rem;
  padding-inline: clamp(10px, 1.7127071823px + 2.2099447514vw, 30px);
}
.p-feature_container {
  background: var(--color-cont);
  padding-block: clamp(50px, 37.5690607735px + 3.3149171271vw, 80px) clamp(50px, 33.4254143646px + 4.4198895028vw, 90px);
  border-radius: 4rem 0 4rem 0;
  max-width: 1420px;
  margin-inline: auto;
}
.p-feature_list {
  margin-top: clamp(40px, 27.5690607735px + 3.3149171271vw, 70px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(60px, 51.7127071823px + 2.2099447514vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-feature_list {
    grid-template-columns: 1fr;
  }
}
.p-feature_list-item figure img {
  border-radius: 4rem 0 4rem 0;
  width: 100%;
}
.p-feature_list-item h3 {
  margin-top: 1.5em;
  font-weight: 600;
  font-size: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.p-feature_list-item p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-feature_list-item p {
    margin-top: 1em;
  }
}

.p-service {
  padding-block: clamp(50px, 37.5690607735px + 3.3149171271vw, 80px) clamp(60px, 47.5690607735px + 3.3149171271vw, 90px);
  background: var(--color-cont);
}
.p-service_top {
  margin-top: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
  letter-spacing: 0.1em;
}
.p-service_toplist {
  margin-top: clamp(40px, 35.8563535912px + 1.1049723757vw, 50px);
}
.p-service_toplist-item-inner {
  max-width: 1040px;
  margin-inline: auto;
}
.p-service_toplist-item-inner h3 {
  font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
  font-weight: 600;
}
.p-service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 7.5690607735px + 3.3149171271vw, 50px) clamp(20px, 3.4254143646px + 4.4198895028vw, 60px);
  margin-top: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-service_list {
    grid-template-columns: 1fr;
  }
}
.p-service_list-item {
  background: #FAFAF9;
  border-radius: 2rem 0 2rem 0;
  box-shadow: 0 0 10px rgba(150, 181, 177, 0.5);
  padding: clamp(15px, 10.8563535912px + 1.1049723757vw, 25px) clamp(10px, -2.4309392265px + 3.3149171271vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-service_list-item {
    padding-inline: 1rem;
  }
}
.p-service_list-item-cont {
  display: flex;
  align-items: center;
}
.p-service_list-item-cont h3 {
  font-weight: 600;
  font-size: clamp(18px, 15.5138121547px + 0.6629834254vw, 24px);
}
.p-service_list-item-cont .cont-icon {
  width: clamp(64px, 54.0552486188px + 2.6519337017vw, 88px);
  aspect-ratio: 1;
  border-radius: 2rem 0 2rem 0;
  margin-right: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
}
.p-service_list-item-cont .cont-icon img {
  border-radius: 2rem 0 2rem 0;
}
.p-service .service-item {
  background: #FAFAF9;
  border-radius: 2rem 0 2rem 0;
  box-shadow: 0 0 10px rgba(150, 181, 177, 0.5);
  padding: clamp(40px, 31.7127071823px + 2.2099447514vw, 60px) clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
}
.p-service .topitem-cont {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 17.5690607735px + 3.3149171271vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-service .topitem-cont {
    grid-template-columns: 1fr;
  }
}
.p-service .topitem-cont .icn-arrow {
  margin-top: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
}
.p-service .topitem-cont .topitem-fig img {
  border-radius: 2rem 0 2rem 0;
  width: 100%;
}
.p-service .icn-arrow {
  position: relative;
  overflow: visible;
  width: 8.8rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .p-service .icn-arrow {
    transform: scale(0.8);
    width: 7.8rem;
  }
}
.p-service .icn-arrow:hover {
  background: #83A39E;
}
.p-service .icn-arrow:hover svg line {
  stroke: #fff;
}
.p-service .icn-arrow::before, .p-service .icn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(131, 163, 158, 0.3);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-service .icn-arrow:hover::before {
  animation: none;
  animation: ripple-glow 1.2s ease-out forwards;
}
.p-service .icn-arrow:hover::after {
  animation: none;
  animation: ripple-glow 1.2s ease-out 0.3s forwards;
}

@keyframes ripple-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    box-shadow: 0 0 0 0 rgba(131, 163, 158, 0.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0;
    box-shadow: 0 0 30px 50px rgba(131, 163, 158, 0);
  }
}
.service-modal_content {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
}
.service-modal_title {
  font-size: clamp(24px, 20.6850828729px + 0.8839779006vw, 32px);
  font-weight: 600;
  color: #779BAF;
  border-bottom: 2px dashed;
  padding-bottom: 0.5em;
}
.service-modal_text {
  margin-top: 2em;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .service-modal_text {
    line-height: 1.9;
  }
}

.p-about {
  margin-top: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px);
  padding-block: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px) clamp(50px, 33.4254143646px + 4.4198895028vw, 90px);
  position: relative;
}
.p-about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 76.8vw;
  background: var(--color-cont);
  border-radius: 0 4rem 4rem 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    width: 90vw;
  }
}
.p-about_top {
  margin-top: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
  max-width: min(70vw, 810px);
  line-height: 2.2222222222;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-about_top {
    max-width: calc(90vw - 4rem);
  }
}
.p-about_company {
  width: 100%;
  max-width: 940px;
  margin: clamp(40px, 27.5690607735px + 3.3149171271vw, 70px) auto 0;
  padding: clamp(40px, 31.7127071823px + 2.2099447514vw, 60px) clamp(30px, 25.8563535912px + 1.1049723757vw, 40px) clamp(50px, 37.5690607735px + 3.3149171271vw, 80px);
  box-shadow: 0 0 10px rgba(94, 122, 150, 0.3);
  border-radius: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
  background: #FAFAFA;
}
.p-about_company h3 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
}
.p-about_company-list {
  margin-top: clamp(10px, 1.7127071823px + 2.2099447514vw, 30px);
  margin-inline: auto;
  width: 100%;
  max-width: 780px;
}
.p-about_company-list dl {
  display: flex;
  border-bottom: 1px dashed #707070;
  /* 破線を引く */
  border-image: repeating-linear-gradient(to right, #707070 0, #707070 2px, transparent 2px, transparent 4px) 1;
}
@media screen and (max-width: 767px) {
  .p-about_company-list dl {
    flex-direction: column;
  }
}
.p-about_company-list dl dt {
  font-weight: 600;
  width: 220px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about_company-list dl dt {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.p-about_company-list dl dd {
  padding: 2.5rem 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about_company-list dl dd {
    padding: 1rem 0 2rem;
  }
}

.p-contact {
  margin-top: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px);
  padding-block: clamp(60px, 51.7127071823px + 2.2099447514vw, 80px) clamp(30px, 9.2817679558px + 5.5248618785vw, 80px);
  background: var(--color-cont);
}
.p-contact_top {
  margin-top: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
}
.p-contact_btn {
  width: 694px;
  height: 100px;
  max-width: 100%;
  margin: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px) auto;
}
.p-contact_btn button,
.p-contact_btn input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #83A39E;
  border-radius: 1rem;
  color: #fff;
  font-size: clamp(17px, 15.7569060773px + 0.3314917127vw, 20px);
  font-weight: 700;
  position: relative;
  padding: 1rem 0 1rem 8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-contact_btn button,
  .p-contact_btn input {
    padding: 1rem 0 1rem 1.5rem;
  }
}
.p-contact_btn button:hover,
.p-contact_btn input:hover {
  background: #6b8c85;
}
.p-contact_btn button:hover .icn-arrow,
.p-contact_btn input:hover .icn-arrow {
  background: #83A39E;
}
.p-contact_btn button:hover .icn-arrow svg line,
.p-contact_btn input:hover .icn-arrow svg line {
  stroke: #fff;
}
.p-contact_btn button:hover .icn-arrow::before,
.p-contact_btn input:hover .icn-arrow::before {
  animation: none;
  animation: ripple-glow 1.2s ease-out forwards;
}
.p-contact_btn button:hover .icn-arrowr::after,
.p-contact_btn input:hover .icn-arrowr::after {
  animation: none;
  animation: ripple-glow 1.2s ease-out 0.3s forwards;
}
.p-contact_privacy-top {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-contact_privacy-link {
  text-align: center;
  margin-top: 3rem;
}
.p-contact_privacy-link a,
.p-contact_privacy-link button {
  font-weight: 600;
  cursor: pointer;
}
.p-contact_privacy-link a::after,
.p-contact_privacy-link button::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 2rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color-text);
  position: relative;
  top: -0.1rem;
}
.p-contact_privacy-link a:hover,
.p-contact_privacy-link button:hover {
  color: #83A39E;
}
.p-contact_privacy-link a:hover::after,
.p-contact_privacy-link button:hover::after {
  background: #83A39E;
}
.p-contact .form-table {
  width: 100%;
  max-width: 940px;
  margin: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px) auto;
}
.p-contact .form-table th {
  font-weight: 600;
  padding: 1.5rem 4rem 1.5rem 0;
  width: 25%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact .form-table th {
    width: 100%;
    display: block;
    padding: 1.5rem 0 1rem;
  }
}
.p-contact .form-table td {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact .form-table td {
    display: block;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #ddd;
  }
}
.p-contact .form-table .must {
  color: #fff;
  font-size: 1.2rem;
  background: #D55D5D;
  border-radius: 3px;
  padding: 0.2rem 1.5rem;
  margin-left: 2em;
  line-height: 1.4;
  position: relative;
  top: -0.2rem;
}
.p-contact .form-table input[type=text],
.p-contact .form-table input[type=email],
.p-contact .form-table textarea {
  width: 100%;
  padding: 1.5rem;
  border-radius: 3px;
  border: 1px solid #C1C1C1;
  font-size: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact .form-table input[type=text],
  .p-contact .form-table input[type=email],
  .p-contact .form-table textarea {
    padding: 1rem;
  }
}
.p-contact .form-table input[type=text]:focus,
.p-contact .form-table input[type=email]:focus,
.p-contact .form-table textarea:focus {
  border-color: #83A39E;
  outline: none;
}
.p-contact .form-table textarea {
  height: 20rem;
}
.p-contact .icn-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  overflow: visible;
  width: 5.8rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  z-index: 10;
  transition: background 0.4s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact .icn-arrow {
    transform: translateY(-50%);
    width: 3.8rem;
    top: 50%;
    right: 0.5rem;
  }
  .p-contact .icn-arrow svg {
    width: 40%;
  }
}
.p-contact .icn-arrow::before, .p-contact .icn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgb(131, 163, 158);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-contact.p-contact_confirm {
  margin-top: 0;
}
.p-contact.p-contact_confirm .p-contact_btn button,
.p-contact.p-contact_confirm .p-contact_btn input {
  justify-content: center;
  padding: 1rem;
  font-size: clamp(18px, 15.5138121547px + 0.6629834254vw, 24px);
}
.p-contact.p-contact_confirm .form-table th,
.p-contact.p-contact_confirm .form-table td {
  border-bottom: 1px solid #83A39E;
}
@media screen and (max-width: 767px) {
  .p-contact.p-contact_confirm .form-table th {
    border-bottom: 0;
  }
  .p-contact.p-contact_confirm .p-contact_btn {
    height: 60px;
  }
}
.p-contact.p-contact_thanks {
  margin-top: 0;
}
.p-contact .p-contact_back {
  text-align: center;
}
.p-contact .p-contact_thanks-cont {
  margin-top: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
  text-align: center;
}
.p-contact .p-contact_thanks-link {
  text-align: center;
  margin-top: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
}
.p-contact .p-contact_thanks-link a {
  background: #83A39E;
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 1rem;
  font-weight: 600;
  min-width: 240px;
}

.privacy-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.privacy-content h4 {
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.privacy-content ul {
  list-style: disc;
  margin-left: 2em;
}

.privacy-content ol {
  list-style: decimal;
  margin-left: 2em;
}

.privacy-content p,
.privacy-content li {
  font-size: 14px;
}

.privacy-content .tR {
  text-align: right;
}

.p-banner {
  padding-block: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
}
.p-banner a {
  display: block;
  width: 400px;
  max-width: 90%;
  margin-inline: auto;
}

/**************************\
  Basic Modal Styles
\**************************/
#modal-1 {
  display: none;
}

#modal-1.is-open {
  display: block;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 980px;
  max-height: 90vh;
  width: 100%;
  border-radius: 2rem;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modal__container.modal__privacy {
  max-width: 1080px;
  font-size: clamp(12px, 10.3425414365px + 0.4419889503vw, 16px);
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-radius: 4px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  width: 100%;
  max-width: 320px;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
  z-index: 1000;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__close {
  background: transparent;
  border: 0;
  position: relative;
  width: 4rem;
  height: 4rem;
  outline: none;
}
.modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 3px;
  background-color: #83A39E;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 3px;
  background-color: #83A39E;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__footer .modal__close {
  width: 200px;
  height: 50px;
  margin: 3em auto 0;
  background: #83A39E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.modal__footer .modal__close::before, .modal__footer .modal__close::after {
  display: none;
}/*# sourceMappingURL=style.css.map */