@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

ol, ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

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

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

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

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

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

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

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

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

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

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

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

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

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

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

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

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1b1a30;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4444444444;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
  margin-top: 6rem;
}
@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    margin-top: 10rem;
    line-height: 1.6923076923;
  }
}

#container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: #1b1a30;
  transition: all 0.4s;
}

.inner {
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
}

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

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  height: 6rem;
  padding-inline: 9rem 7.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header {
    height: 10rem;
    padding-inline: 3rem;
  }
}
.header h1 {
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header h1 {
    font-size: 2.8rem;
  }
}
.header h1 span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .header h1 span {
    font-size: 2.5rem;
  }
}
.header ul {
  display: flex;
}
@media (max-width: 767px) {
  .header ul {
    flex-direction: column;
  }
}
.header ul li {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-inline: 1.8rem;
}

.hbm-container {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.hbm-container span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}
.hbm-container.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #fff;
}
.hbm-container.open span:nth-child(2) {
  opacity: 0;
}
.hbm-container.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #fff;
}

@media (max-width: 767px) {
  .header-nav {
    position: absolute;
    top: -2rem;
    left: 120%;
    width: 100%; /* 画面全幅で覆う（部分幅にしたい場合は 80vw などに変更） */
    height: 100vh;
    background: #302d34;
    z-index: 2; /* ヘッダー(9999)より前面 */
    padding: 12rem 2rem 2rem; /* 上部に余白（ロゴが隠れてOKなら調整） */
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
  }
  .header-nav ul {
    border-top: #fff 1px solid;
  }
  .header-nav ul li {
    height: 10.4rem;
    width: 100%;
    border-bottom: #fff 1px solid;
    display: flex;
    align-items: center;
  }
  .header-nav ul li a {
    color: #fff;
    font-size: 3.2rem;
    height: 100%;
    width: 100%;
    padding-left: 4rem;
    padding-top: 2rem;
  }
  .header-nav .closed {
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 3.2rem;
    margin-top: 6rem;
  }
  .header-nav.open {
    left: 0;
    pointer-events: all;
    opacity: 1;
  }
}

/* SP時：メニュー縦並び（既存ULをそのまま使用） */
@media (max-width: 767px) {
  .l-header__parent-ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    font-size: 1.8rem;
  }
}

.footer {
  background-color: #cf82ec;
  color: #fff;
  height: 6.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .footer {
    font-size: 1.8rem;
    height: 9.8rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.fv {
  position: relative;
}
.fv .fv-text {
  position: absolute;
  bottom: 5.2083333333vw;
  left: 10.3472222222vw;
}
@media (max-width: 767px) {
  .fv .fv-text {
    bottom: 6.4rem;
    left: 2.4rem;
  }
}
.fv .fv-text01 {
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fv .fv-text01 {
    font-size: 2.8rem;
  }
}
.fv .fv-text01 span {
  font-size: 1.875vw;
  margin-left: -1.0416666667vw;
}
@media (max-width: 767px) {
  .fv .fv-text01 span {
    font-size: 3.2rem;
  }
}
.fv .fv-text02 {
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .fv .fv-text02 {
    font-size: 7.6rem;
  }
}
.fv .fv-text02 span {
  margin-left: -2.0833333333vw;
}

.about {
  padding-top: 16.5rem;
}
@media (max-width: 767px) {
  .about {
    padding-top: 30.2rem;
    padding-inline: 3rem;
  }
}

.sec-title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 6.2rem;
  }
}

.t-line {
  display: block;
  width: 24.4rem;
  height: 0.2rem;
  background-color: #8724ac;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .t-line {
    width: 43.5rem;
    height: 0.367rem;
  }
}
.t-line::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #8724ac;
}
.t-line::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #8724ac;
}

.about-text {
  margin-block: 7.5rem 13rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4444444444;
  text-align: left;
  padding-inline: 6.9rem;
}
@media (max-width: 767px) {
  .about-text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    padding-inline: 4.6rem;
  }
}

.about-box {
  background-color: #f3eaff;
  padding: 3rem 2.5rem;
  display: flex;
  align-items: center;
  column-gap: 12.9rem;
}
@media (max-width: 767px) {
  .about-box {
    flex-direction: column;
    padding: 5rem 5rem 12rem;
  }
}
.about-box img {
  width: 68.6rem;
}
@media (max-width: 767px) {
  .about-box img {
    width: 100%;
    height: auto;
  }
}
.about-box .box-text {
  width: 35rem;
}
@media (max-width: 767px) {
  .about-box .box-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-box h3 {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #8724ac;
  line-height: 1.2;
  margin-bottom: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about-box h3 {
    font-size: 6.2rem;
    margin-block: 6.4rem 9.4rem;
  }
}
.about-box p {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about-box p {
    font-size: 3.4rem;
    line-height: 1.8;
  }
}

.vision {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .vision {
    flex-direction: column;
  }
}

.mission {
  margin-bottom: 6.2rem;
}

.sec02 {
  padding: 16rem;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 19rem 3rem;
  }
}

.activity-container {
  padding-inline: 6.4rem 7rem;
  margin-top: 3.3rem;
  display: flex;
  column-gap: 8.6rem;
}
@media (max-width: 767px) {
  .activity-container {
    flex-direction: column;
    padding-inline: 0;
  }
}
.activity-container-img {
  width: 35.2rem;
}
@media (max-width: 767px) {
  .activity-container-img {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.activity-container-img img {
  flex-shrink: 0;
}
.activity-container-text {
  width: 66.9rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4444444444;
  letter-spacing: -0.04em;
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 6.3rem;
}
@media (max-width: 767px) {
  .activity-container-text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    width: 100%;
  }
}

.cta {
  width: 50.2rem;
  margin: 0 auto;
  margin-top: 9.4rem;
}
@media (max-width: 767px) {
  .cta {
    width: 67.2rem;
  }
}

.sec03 {
  padding: 15rem 14.4rem;
  background-color: #f3eaff;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 17rem 3rem 20rem;
  }
}

.company-container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 6.6rem 4rem 6.6rem 3.4rem;
  column-gap: 10.6rem;
  margin-top: 7rem;
}
@media screen and (max-width: 1330px) {
  .company-container {
    column-gap: 4.6rem;
  }
}
@media (max-width: 767px) {
  .company-container {
    flex-direction: column;
    padding: 12rem 3rem;
  }
}
.company-container dl {
  flex: 1;
}

.map {
  width: 42rem;
  height: 48rem;
}
@media (max-width: 767px) {
  .map {
    width: 100%;
    height: 87.9rem;
    margin-top: 9rem;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.company-text {
  display: flex;
  align-items: flex-start;
  padding-block: 2.2rem;
  border-bottom: #dcdcdc solid 0.1rem;
}
@media (max-width: 767px) {
  .company-text {
    flex-direction: column;
    padding-block: 3rem 4rem;
  }
}
.company-text dt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 18rem;
  padding-left: 1.2rem;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .company-text dt {
    font-size: 3.4rem;
    width: 100%;
    padding-left: 2.6rem;
  }
}
.company-text dd {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company-text dd {
    font-size: 3.2rem;
    padding-left: 2.6rem;
  }
}

.company-mail {
  border-bottom: none;
}

.cta {
  transition: all 0.4s;
}
.cta:hover {
  opacity: 0.8;
}

.contact {
  padding-block: 14rem 15rem;
}

@media (max-width: 767px) {
  .contact-container {
    padding-inline: 3rem;
  }
}

/* Contact Form 全体 */
.contact-dl {
  margin-top: 5.2rem;
  padding-inline: 5rem;
}

.contact-dl dd {
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .contact-dl dd {
    margin: 0 0 4rem;
  }
}

.floating-field {
  position: relative;
}

/* 入力欄 */
.floating-field input[type=text],
.floating-field input[type=email],
.floating-field input[type=tel] {
  width: 100%;
  padding: 1.2rem 1.3rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .floating-field input[type=text],
  .floating-field input[type=email],
  .floating-field input[type=tel] {
    font-size: 3rem;
    padding: 3.2rem 2.1rem;
  }
}

.floating-field textarea {
  width: 100%;
  padding: 1.2rem 1.3rem;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 18.3rem;
}
@media (max-width: 767px) {
  .floating-field textarea {
    font-size: 3rem;
    padding: 3.2rem 1rem;
    height: 31rem;
  }
}

/* ラベル（浮上） */
.floating-field label {
  position: absolute;
  left: 12px;
  top: 1.5rem;
  font-size: 1.4rem;
  color: #777;
  pointer-events: none;
  transition: transform 0.18s ease, font-size 0.18s ease, top 0.18s ease, color 0.18s ease;
  background: #fff;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .floating-field label {
    font-size: 3rem;
  }
}

.floating-field.is-focused label,
.floating-field.has-value label {
  top: -17px;
  transform: none;
  font-size: 1.5rem;
  color: #2c92d4;
}
@media (max-width: 767px) {
  .floating-field.is-focused label,
  .floating-field.has-value label {
    font-size: 3rem;
  }
}

/* textarea 初期位置微調整 */
.floating-field textarea + label {
  top: 16px;
  transform: translateY(0);
}

.floating-field.is-focused textarea + label,
.floating-field.has-value textarea + label {
  top: -9px;
  transform: none;
}

/* 疑似プレースホルダー（本物の ::placeholder を使わない） */
.floating-field .fake-ph {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
  white-space: nowrap;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* テキストエリア用の位置 */
.floating-field textarea ~ .fake-ph {
  top: 22px;
  transform: none;
}

/* フォーカス中で未入力のときだけ表示 */
.floating-field.is-focused:not(.has-value) .fake-ph {
  opacity: 1;
}

.wpcf7-submit {
  background-color: #4fa6ce;
  color: #fff;
  width: 10.6rem;
  height: 4.2rem;
  border-radius: 3px;
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .wpcf7-submit {
    width: 100%;
    margin-left: 0;
    padding-inline: 3rem;
    height: 8.3rem;
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.css.map */