@charset "UTF-8";

/* ==========================================================================
ベース設定
=========================================================================== */
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "AtkinsonHyperlegibleNext";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/AtkinsonHyperlegibleNext-BoldItalic.woff2") format("woff2");
  font-display: swap;
}

:root {
  /* カラー */
  --Main: #000;
  --Sub: #FD7D05;
  --Accent: #FFC654;
  --Back: #F5F5F5;
  --grey: #A1A1A1;

  /* フォント */
  --font_ja: NotoSansJP, sans-serif;
  --font_en: AtkinsonHyperlegibleNext, sans-serif;
}

.html {
  font-size: calc(100vw / 1440 * 16);
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

#wpadminbar {
  z-index: 10000000!important;
}

.body {
  font-family: var(--font_ja);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: var(--Main);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
  counter-reset: number 0;
  position: relative;
  overflow-x: hidden;
}

.body small {
  font-size: max(70%, 10px);
}

.body a {
  color: var(--Main);
  transition: all 0.3s;
}

.body a:hover {
  opacity: 0.6;
}

.forSP {
  display: none;
}

.forSP-inline {
  display: none;
}


/* ==========================================================================
ヘッダー
=========================================================================== */
.header {
  background: #fff;
  width: 100%;
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}

.header.is-invisible {
  transform: translateY(-1.5rem);
  opacity: 0;
}

.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 14rem;
}

.header__nav .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4.875rem;
}

.header__nav .menu a {
  font-family: var(--font_en);
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/* ==========================================================================
トップページ
=========================================================================== */
.inner {
  width: 62.5rem;
  margin: 0 auto;
}

.ttl {
  font-family: var(--font_en);
  font-weight: 700;
  font-style: italic;
  font-size: 5rem;
  line-height: 3.3125rem;
  letter-spacing: 0.05em;
}

.marker {
  background: var(--Accent);
}

.numbering > *::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.numbering > *:nth-child(1)::before {
  background-image: image-set(
    url(../img/num_01.webp) type("image/webp"),
    url(../img/num_01.png) type("image/png")
  );
  width: 6.3125rem;
  aspect-ratio: 101 / 52;
}

.numbering > *:nth-child(2)::before {
  background-image: image-set(
    url(../img/num_02.webp) type("image/webp"),
    url(../img/num_02.png) type("image/png")
  );
  width: 7.25rem;
  aspect-ratio: 116 / 52;
}

.numbering > *:nth-child(3)::before {
  background-image: image-set(
    url(../img/num_03.webp) type("image/webp"),
    url(../img/num_03.png) type("image/png")
  );
  width: 7.3125rem;
  aspect-ratio: 117 / 52;
}

.numbering > *:nth-child(4)::before {
  background-image: image-set(
    url(../img/num_04.webp) type("image/webp"),
    url(../img/num_04.png) type("image/png")
  );
  width: 7.0625rem;
  aspect-ratio: 113 / 52;
}

.numbering > *:nth-child(5)::before {
  background-image: image-set(
    url(../img/num_05.webp) type("image/webp"),
    url(../img/num_05.png) type("image/png")
  );
  width: 7.25rem;
  aspect-ratio: 116 / 52;
}

.numbering > *:nth-child(6)::before {
  background-image: image-set(
    url(../img/num_06.webp) type("image/webp"),
    url(../img/num_06.png) type("image/png")
  );
  width: 7.3125rem;
  aspect-ratio: 117 / 52;
}

.numbering > *:nth-child(7)::before {
  background-image: image-set(
    url(../img/num_07.webp) type("image/webp"),
    url(../img/num_07.png) type("image/png")
  );
  width: 6.875rem;
  aspect-ratio: 110 / 52;
}

.numbering > *:nth-child(8)::before {
  background-image: image-set(
    url(../img/num_08.webp) type("image/webp"),
    url(../img/num_08.png) type("image/png")
  );
  width: 7.4375rem;
  aspect-ratio: 119 / 52;
}

.numbering > *:nth-child(9)::before {
  background-image: image-set(
    url(../img/num_09.webp) type("image/webp"),
    url(../img/num_09.png) type("image/png")
  );
  width: 7.3125rem;
  aspect-ratio: 117 / 52;
}

.numbering > *:nth-child(10)::before {
  background-image: image-set(
    url(../img/num_10.webp) type("image/webp"),
    url(../img/num_10.png) type("image/png")
  );
  width: 6.25rem;
  aspect-ratio: 100 / 52;
}

/* FV */
.home__fv {
  min-height: 100svh;
  padding: 16.375rem 0 14.25rem;
  position: relative;
  z-index: 0;
}

.home__fv-catch {
  width: 27.8125rem;
}

.home__fv-txt {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
}

.home__fv-img {
  position: absolute;
  z-index: -1;
}

.home__fv-mainImg {
  width: 37.1875rem;
  top: 11.8125rem;
  right: 6.25rem;
}

.home__fv-img01 {
  width: 16.3125rem;
  top: 35rem;
  left: -0.75rem;
}

.home__fv-img02 {
  width: 7.375rem;
  top: 11.0625rem;
  left: 3.6875rem;
}

.home__fv-img03 {
  width: 2.0625rem;
  top: 44.5rem;
  right: 41.625rem;
}

.home__fv-img04 {
  width: 8.0625rem;
  top: 36.0625rem;
  right: 33.5625rem;
}

.home__fv-img05 {
  width: 4.8125rem;
  top: 11.25rem;
  right: 34.75rem;
}

.home__fv-img06 {
  width: 4.8125rem;
  top: 45.0625rem;
  right: 21.5625rem;
}

.home__fv-img07 {
  width: 13.0625rem;
  top: 5.875rem;
  right: -1.625rem;
}

/* 導入 */
.home__intro {
  padding-top: 5rem;
  margin-top: 5rem;
  position: relative;
}

.home__intro::before {
  content: "";
  display: inline-block;
  background-image: url(../img/line.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 36rem;
  aspect-ratio: 576 / 17;
  position: absolute;
  top: 0;
  left: calc((100% - 62.5rem) / 2);
}

.home__intro-catch {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.home__intro-txt {
  margin-top: 4rem;
}

.home__intro-txt p {
  text-align: justify;
  letter-spacing: 0.05em;
}

.home__intro-txt p + p {
  margin-top: calc(1em * 2);
}

/* CONCEPT */
.home__concept {
  padding-top: 10rem;
}

.home__concept-content {
  margin-top: 7.5rem;
}

.home__concept-list-item {
  position: relative;
}

.home__concept-list-item:nth-of-type(n+2) {
  margin-top: 7.5rem;
}

.home__concept-list-item-ttl {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.home__concept-list-item-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home__concept-list-item-img01 {
  width: 14.5rem;
}

.home__concept-list-item-img02 {
  width: 14.625rem;
}

.home__concept-list-item-img03 {
  width: 18.4375rem;
}

.home__concept-list-item-txt {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: justify;
  width: 42.5rem;
  margin-top: 2rem;
}

/* COMPANY */
.home__company {
  padding-top: 10rem;
}

.home__company-content {
  margin-top: 3.0625rem;
}

.home__company-flex {
  display: flex;
  justify-content: space-between;
}

.home__company-list {
  display: grid;
  grid-template-columns: 6rem 1fr;
  border-top: max(1px, 0.0625rem) solid var(--Main);
  width: 37.5rem;
}

.home__company-list dt {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  border-bottom: 0.1875rem solid #333;
  height: 100%;
}

.home__company-list dd {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 1.5rem 0 1.5rem 2.5rem;
  border-bottom: max(1px, 0.0625rem) solid #888;
}

.home__company-logo {
  background: var(--Back);
  width: 22.5rem;
  padding-top: 9.5rem;
}

.home__company-logo img {
  width: 14.625rem;
  margin: 0 auto;
}

/* CONTACT */
.home__contact {
  padding-top: 10rem;
}

.home__contact-txt {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 3.5rem;
}

.contact__form {
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
  padding: 5rem 10rem 3.75rem;
  margin-top: 3.5rem;
}

.contact__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
}

.contact__form-grid > p:nth-of-type(1) {
  grid-row: 1;
  grid-column: 1;
}

.contact__form-grid > p:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}

.contact__form-grid > p:nth-of-type(3) {
  grid-row: 2;
  grid-column: 1;
}

.contact__form-grid > p:nth-of-type(4) {
  grid-row: 2;
  grid-column: 2;
}

.contact__form-grid > p:nth-of-type(5) {
  grid-row: 3;
  grid-column: 1 / 3;
}

.contact__form label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.contact__form input[type="text"],
.contact__form input[type="email"] {
  font-family: var(--font_ja);
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border: none;
  outline: max(1px, 0.0625rem) solid var(--grey);
  border-radius: 0.25rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
  margin-top: 0.375rem;
}

.contact__form select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font_ja);
  font-size: 0.875rem;
  color: var(--Main);
  line-height: 1.8;
  letter-spacing: 0.02em;
  background: url(../img/select_down.svg) no-repeat right 1rem center / 1.5rem auto;
  border: none;
  outline: max(1px, 0.0625rem) solid var(--grey);
  outline-offset: -0.0625rem;
  border-radius: 0.25rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
  margin-top: 0.375rem;
}

.contact__form select::picker-icon {
  display: none;
}

.contact__form textarea {
  font-family: var(--font_ja);
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border: none;
  outline: max(1px, 0.0625rem) solid var(--grey);
  outline-offset: -0.0625rem;
  border-radius: 0.25rem;
  width: 100%;
  height: 8rem;
  padding: 0.25rem 0.5rem;
  margin-top: 0.375rem;
}

.contact__form input[type="text"]::placeholder,
.contact__form input[type="email"]::placeholder,
.contact__form select.is-placeholder,
.contact__form textarea::placeholder {
  color: var(--grey);
}

.contact__form input[type="text"]:focus,
.contact__form input[type="email"]:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: 0.125rem solid var(--Main);
}

.contact__form .wpcf7-acceptance {
  display: flex;
  justify-content: center;
}

.contact__form .wpcf7-acceptance label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: flex-start;
  gap: 0.6875rem;
  position: relative;
}

.contact__form .wpcf7-acceptance label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: max(1px, 0.0625rem) solid var(--grey);
  border-radius: 0.25rem;
  width: 1.5rem;
  aspect-ratio: 1;
}

.contact__form .wpcf7-acceptance label::after {
  content: "";
  display: inline-block;
  background: #fff;
  border-left: 0.1875rem solid var(--Sub);
  border-bottom: 0.1875rem solid var(--Sub);
  width: 0.875rem;
  aspect-ratio: 10 / 6;
  position: absolute;
  top: 45%;
  left: 0.3125rem;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

.contact__form .wpcf7-acceptance label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}

.contact__form .wpcf7-acceptance label a {
  text-decoration: underline;
}

.contact__form input[type="checkbox"] {
  display: none;
}

.contact__form label:has(.wpcf7-validates-as-required) .contact__form-ttl::after {
  content: "必須";
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  background: var(--Sub);
  border-radius: 0.125rem;
  height: 1.25rem;
  padding: 0 0.5rem;
  margin-left: 1rem;
}

.contact__form input[type="submit"] {
  font-family: var(--font_ja);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/btn_arrow_white.svg) no-repeat right 1rem center / 2rem auto,
              linear-gradient(180deg, #59BDEF 0%, #1794D3 100%);
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0 0 #2573BA;
  width: 17.5rem;
  height: 3.5rem;
  margin: 2rem auto 0;
  transition: all 0.3s;
  cursor: pointer;
}

.contact__form input[type="submit"]:disabled {
  opacity: 0.4;
}

.contact__form input[type="submit"]:hover {
  opacity: 0.6;
}

.contact__form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
  display: block !important;
}


/* ==========================================================================
固定ページ
=========================================================================== */
.page__top {
  padding-top: 12.5rem;
}

.page__content {
  font-size: 0.875rem;
  margin-top: 7.5rem;
}

.page__content .inner > *:first-child {
  margin-top: 0;
}

.page__content p {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}

.page__content h2 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.page__content h2 + * {
  margin-top: 2rem;
}

.page__content h3 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.page__content h3 + * {
  margin-top: 2rem;
}

.page__content ul:not(.privacy-policy__list) li {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  padding-left: 1.5em;
  position: relative;
}

.page__content ul:not(.privacy-policy__list) li::before {
  content: "";
  display: inline-block;
  background: var(--Main);
  width: 0.25rem;
  aspect-ratio: 1;
  position: absolute;
  top: 1em;
  left: 0.6em;
}

.privacy-policy__list {
  margin-top: 5rem;
}

.privacy-policy__list-item:nth-of-type(n+2) {
  margin-top: 5rem;
}




/* ==========================================================================
フッター
=========================================================================== */
.footer {
  background: #F5F5F5;
  padding: 3.5rem 0 1rem;
  margin-top: 10rem;
}

.page:not(.home) .footer {
  margin-top: 7.5rem;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 19.25rem;
}

.footer__logo-txt {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer__nav {
  margin-top: 0.875rem;
}

.footer__nav .menu {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.footer__nav .menu a {
  font-size: inherit;
  line-height: inherit;
}

.footer__copyright {
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}

.footer__copyright small {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: #888;
}


/* ==========================================================================
404
=========================================================================== */
.error404__content {
  text-align: center;
  padding: 7.5rem 0 0;
}

.error404__ttl {
  font-family: var(--font_en);
  font-size: 2.5rem;
}

.error404__message-ttl {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.error404__message-txt {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.error404__content a.link {
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}