@charset "UTF-8";
/* =========================================
   Base Settings
========================================= */
/* =========================================
   Unit Utility
========================================= */
/* =========================================
   Typography Mixins
========================================= */
/* =========================================
   Clamp Font Size
========================================= */
/* =========================================
   Media Query Mixins
========================================= */
.fn-ja {
  font-family: "Zen Kaku Gothic New", -apple-system, sans-serif;
}

.fn-en {
  font-family: "Roboto", -apple-system, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

a:hover {
  opacity: 0.8;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -----------------------
  iOSでのデフォルトスタイルをリセット
----------------------- */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=tel],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 30px auto;
}

.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin: 0;
  color: #666;
  font-size: 14px;
  text-align: center;
}

html {
  scroll-padding-top: 4.1666666667vw;
  overflow-x: hidden;
}

body {
  color: #000;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", -apple-system, sans-serif;
  background-color: #d4edea;
}
body::after {
  content: "";
  position: fixed;
  background: url(../img/logo_mark.svg) no-repeat center top/cover;
  width: 100vw;
  height: 38.4375vw;
  top: 4.4270833333vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body::after {
    background: url(../img/logo_mark_sp.svg) no-repeat center top/cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 125vw;
    width: 125vw;
    z-index: -1;
  }
}
body.is-hero-passed::after {
  z-index: -1;
}
body.is-fixed {
  overflow: hidden;
}

.l-wrapper {
  max-width: 85.375rem;
  margin: 0 auto;
  padding-inline: 6%;
}
@media screen and (min-width: 1367px) {
  .l-wrapper {
    padding-inline: 1.25rem;
  }
}

.l-header__inner {
  padding: 1.5625rem 2.5rem 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0.9375rem 1.25rem 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.625rem 0.625rem;
  }
}
.l-header .c-btn {
  width: auto;
  margin: 0;
}
.l-header .c-btn__link {
  padding-inline: 5rem;
}
@media screen and (min-width: 1025px) {
  .l-header .c-btn__link {
    padding-inline: 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .c-btn__link {
    padding-inline: 2.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.p-footer {
  margin-top: clamp(7.5rem, 5.5279126214rem + 8.4142394822vw, 15.625rem);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-footer {
    margin-top: clamp(7.5rem, 5.9830097087rem + 6.4724919094vw, 13.75rem);
  }
}
.p-footer__inner {
  position: relative;
  width: calc(100% - 5rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-footer__inner {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    width: 100%;
  }
}
.p-footer__bg img {
  border-radius: clamp(1.875rem, 1.3440533981rem + 2.2653721683vw, 4.0625rem);
}
.p-footer__main {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__main {
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    bottom: 5.3333333333vw;
  }
}
.p-footer__content {
  position: relative;
  z-index: 1;
  padding-inline: 20px;
}
.p-footer__lead {
  font-size: clamp(1.625rem, 1.3216019417rem + 1.2944983819vw, 2.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__lead {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__lead {
    line-height: 1.5;
  }
}
.p-footer__logo {
  width: clamp(7.375rem, 6.7530339806rem + 2.6537216828vw, 9.9375rem);
  margin: 3.125vw auto 3.6458333333vw;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: 1.875rem auto 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__logo {
    margin: 1.25rem auto 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin: 1.5625rem auto 26.6666666667vw;
  }
}
.p-footer__en-text {
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
  opacity: 0.6;
  position: absolute;
  bottom: -20px;
  right: 20px;
  pointer-events: none;
}
.p-footer__nav {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__nav {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 80%;
    margin-top: 0;
    margin-inline: auto;
  }
}
.p-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem 1.875rem;
}
.p-footer__nav-item {
  position: relative;
}
.p-footer__nav-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.9375rem;
  color: #fff;
}
.p-footer__nav-item a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0em;
}
.p-footer__privacy {
  margin-top: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__privacy {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    margin-top: 0.9375rem;
  }
}
.p-footer__privacy a {
  color: #fff;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  letter-spacing: 0em;
}
.p-footer__copyright {
  margin-block: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  text-align: center;
  font-size: clamp(0.6875rem, 0.6419902913rem + 0.1941747573vw, 0.875rem);
  letter-spacing: 0.2em;
}

.c-logo__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-logo__link {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-logo__link {
    flex-direction: row-reverse;
  }
}
.c-logo__text {
  font-size: 0.875rem;
  letter-spacing: 0.086em;
}
@media screen and (max-width: 1024px) {
  .c-logo__text {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-logo__text {
    flex-direction: row-reverse;
    align-items: center;
    font-size: 0.6875rem;
  }
}
.c-logo img {
  width: 9.0625vw;
}
@media screen and (max-width: 767px) {
  .c-logo img {
    width: 19.2vw;
  }
}

.c-navarea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .c-navarea {
    gap: 0.625rem;
  }
}

.c-nav__list {
  display: flex;
  gap: 1.0416666667vw;
}
.c-nav__item:not(:first-child) {
  position: relative;
  display: flex;
  align-items: center;
}
.c-nav__item:not(:first-child)::after {
  content: "";
  position: absolute;
  height: 0.98em;
  background: #000;
  width: 0.1041666667vw;
}
.c-nav__item:not(:first-child) a {
  padding-left: 1.3020833333vw;
}
.c-nav__link {
  font-size: 1.0416666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .c-nav__link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__link {
    font-size: 1rem;
  }
}

.c-hamburger {
  position: fixed;
  top: 1.5625rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 0.625rem;
  z-index: 15000;
  background: none;
  border: none;
}
.c-hamburger.is-open {
  right: 0.625rem;
}

.c-hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

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

.c-hamburger span:nth-child(2) {
  top: 0.625rem;
}

.c-hamburger.is-open span:nth-child(1) {
  transform: translateY(0.3125rem) rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  transform: translateY(-0.3125rem) rotate(-45deg);
}

/* ドロワーメニュー */
.sp-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #d4edea;
  transition: 0.4s;
  z-index: 10000;
  padding: 1.25rem 6%;
}
.sp-nav::after {
  content: "";
  position: absolute;
  background: url(../img/hero_cover_sp.webp) no-repeat center center/cover;
  width: 88%;
  height: 31.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sp-nav .c-logo__link {
  justify-content: flex-end;
}
.sp-nav__list {
  margin-top: 16vw;
  position: relative;
  z-index: 10;
  width: 80%;
  margin-inline: auto;
}
.sp-nav__list a {
  font-size: 1.125rem;
  padding-block: 0.625rem;
  display: block;
}
.sp-nav .c-btn {
  margin-top: 3.75rem;
}
.sp-nav .c-btn__link {
  width: 100%;
  padding-block: 0;
  padding-inline: 3.3854166667vw;
}

.sp-nav.is-active {
  transform: translateX(-100%);
}

.c-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  min-width: 0;
}
.c-card__image {
  margin-top: auto;
}
.c-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.c-btn {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.c-btn::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.webp) no-repeat center center/cover;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3020833333vw;
  height: 1.3020833333vw;
}
@media screen and (max-width: 1024px) {
  .c-btn::after {
    width: 0.9375rem;
    height: 0.9375rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.9375rem;
  }
}
.c-btn__link {
  padding-inline: 3.3854166667vw;
  border-radius: 1.875rem;
  color: #fff;
  background: #000;
  height: clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  line-height: clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  display: block;
  text-align: center;
}

.c-form__item {
  max-width: 46.25rem;
  margin: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem) auto 0;
}
.c-form__label {
  display: block;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1;
  padding-bottom: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
  margin-bottom: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  border-bottom: solid 1px;
  letter-spacing: 0.1em;
}
.c-form .c-tag--required {
  background: #cc3333;
  color: #fff;
  font-size: clamp(0.6875rem, 0.6419902913rem + 0.1941747573vw, 0.875rem);
  padding: 0.0625rem 0.3125rem 0.125rem;
  margin-left: 0.625rem;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
.c-form__input, .c-form__textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  height: clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  line-height: clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  border: solid 1px #808080;
}
.c-form__textarea {
  height: clamp(12.5rem, 12.0449029126rem + 1.9417475728vw, 14.375rem);
}
.c-form__flex {
  display: flex;
  gap: clamp(0.9375rem, 0.4824029126rem + 1.9417475728vw, 2.8125rem);
}
@media screen and (max-width: 767px) {
  .c-form__flex {
    flex-direction: column;
  }
}
.c-form__unit {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.c-form__unit span {
  font-size: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  width: 2em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 0.3216019417rem + 1.2944983819vw, 1.875rem);
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .c-form__radio-group {
    flex-direction: column;
    gap: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
  }
}
.c-form__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}
.c-form__radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  background: #fff;
  padding: 0;
  cursor: pointer;
}
.c-form__radio input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form__consent {
  text-align: center;
  margin-top: clamp(0.625rem, -0.0576456311rem + 2.9126213592vw, 3.4375rem);
}
.c-form__consent label {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-form__consent label input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #000;
  margin-right: 0.625rem;
  background: #fff;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.c-form__consent label input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}
.c-form__consent label span a {
  text-decoration: underline;
}
.c-form__submit {
  text-align: center;
  width: fit-content;
  margin: clamp(1.25rem, 0.8707524272rem + 1.6181229773vw, 2.8125rem) auto 0;
}
.c-form .c-btn--submit {
  cursor: pointer;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
}
.c-form .c-btn--submit::after {
  width: 1.25rem;
  height: 1.25rem;
}
.c-form .c-btn__link {
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  padding-inline: 4.0625rem;
  padding-block: 0;
}
@media screen and (min-width: 1025px) {
  .c-form .c-btn__link {
    width: 100%;
  }
}
.c-form .c-btn--submit:hover {
  opacity: 0.8;
}

.p-hero {
  position: relative;
  overflow: hidden;
  height: 35.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-hero {
    height: 37.5rem;
  }
  .p-hero::after {
    content: "";
    position: absolute;
    background: url(../img/hero_cover_sp.webp) no-repeat center center/cover;
    width: 88%;
    height: 31.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.p-hero__inner {
  width: calc(100% - 5rem);
  margin-inline: auto;
  position: relative;
  height: 35.4166666667vw;
}
@media screen and (max-width: 1024px) {
  .p-hero__inner {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    width: 100vw;
    height: 37.5rem;
  }
}
.p-hero__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.4166666667vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-hero__bg-wrapper {
    height: 37.5rem;
    z-index: 1;
  }
}
.p-hero__bg-wrapper img {
  border-radius: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
}
@media screen and (min-width: 1921px) {
  .p-hero__bg-wrapper img {
    width: 100%;
  }
}
.p-hero__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-hero__picture {
    height: 37.5rem;
  }
}
.p-hero__picture {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-hero__picture.is-active {
  opacity: 1;
}
.p-hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__content {
  z-index: 10;
  position: absolute;
  bottom: 2.6041666667vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    left: 0;
    bottom: 7.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-hero__title {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-hero__title span {
  padding: clamp(0.5rem, 0.4241504854rem + 0.3236245955vw, 0.8125rem) clamp(1.25rem, 0.8707524272rem + 1.6181229773vw, 2.8125rem) clamp(0.8125rem, 0.7366504854rem + 0.3236245955vw, 1.125rem);
  width: fit-content;
  background: rgba(0, 0, 0, 0.7);
  line-height: 1;
  border-radius: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
  display: inline-block;
}

.p-hero__title-line {
  font-size: 3.6458333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-hero__title-line {
    font-size: 2.5rem;
  }
}

.p-hero__subtitle {
  font-size: 1.25vw;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  margin-top: 0.625rem;
  text-indent: 4.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-hero__subtitle {
    font-size: 0.8125rem;
    text-indent: 0;
    margin-left: 2em;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}

.p-philosophy {
  position: relative;
  z-index: 2;
}
.p-philosophy__inner {
  margin-top: clamp(3.75rem, 1.322815534rem + 10.355987055vw, 13.75rem);
}
@media screen and (max-width: 1024px) {
  .p-philosophy__inner {
    margin-top: clamp(3.75rem, 3.1432038835rem + 2.5889967638vw, 6.25rem);
  }
}
.p-philosophy__subtitle {
  text-align: center;
  font-size: clamp(1rem, 0.8483009709rem + 0.6472491909vw, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.3em;
}
.p-philosophy__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.9166666667vw;
  margin-top: clamp(2.1875rem, 1.8841019417rem + 1.2944983819vw, 3.4375rem);
  margin-bottom: clamp(1.875rem, 0.9648058252rem + 3.8834951456vw, 5.625rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    font-size: 8vw;
    line-height: 2;
  }
}
.p-philosophy__card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  padding: clamp(2.1875rem, 1.9599514563rem + 0.9708737864vw, 3.125rem);
}
@media screen and (max-width: 1024px) {
  .p-philosophy__card {
    padding: 1.5625rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__card {
    padding: 8vw;
    width: 92%;
    margin-inline: auto;
  }
}
.p-philosophy__cardtitle {
  font-size: clamp(1.3125rem, 1.2063106796rem + 0.4530744337vw, 1.75rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-philosophy__cardtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__cardtitle {
    font-size: 1.3125rem;
  }
}
.p-philosophy__text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  margin-block: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem) 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .p-philosophy__text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 0.875rem;
  }
}
.p-philosophy__image {
  width: clamp(14.1875rem, 12.9587378641rem + 5.2427184466vw, 19.25rem);
}
@media screen and (max-width: 1024px) {
  .p-philosophy__image {
    width: 90%;
  }
}
.p-philosophy__image img {
  border-radius: 50%;
}

.p-business__inner {
  margin-top: clamp(7.5rem, 5.6796116505rem + 7.7669902913vw, 15rem);
}
@media screen and (max-width: 1024px) {
  .p-business__inner {
    margin-top: 7.5rem;
  }
}
.p-business__en-title {
  font-size: clamp(1.625rem, 1.2912621359rem + 1.4239482201vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-business__ja-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.3125rem clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem) 0.5rem;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  margin-top: clamp(0.3125rem, 0.0849514563rem + 0.9708737864vw, 1.25rem);
  border-radius: clamp(0.1875rem, 0.1571601942rem + 0.1294498382vw, 0.3125rem);
  line-height: 1;
}
.p-business__main {
  border-top: 1px solid #000;
  padding-top: clamp(1.875rem, 1.2682038835rem + 2.5889967638vw, 4.375rem);
  display: flex;
  flex-direction: column-reverse;
  gap: 2.0833333333vw;
  margin-block: clamp(1.875rem, 1.4199029126rem + 1.9417475728vw, 3.75rem) clamp(3.125rem, 2.3665048544rem + 3.2362459547vw, 6.25rem);
}
@media screen and (max-width: 1024px) {
  .p-business__main {
    margin-block: 1.875rem 3.125rem;
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-business__main-content {
    width: calc((100% - 2.0833333333vw) / 2);
  }
}
.p-business__main-lead {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  font-weight: 700;
  margin-top: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
}
@media screen and (max-width: 1024px) {
  .p-business__main-lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business__main-lead {
    text-align: center;
    margin-top: 1.25rem;
  }
}
.p-business__main-title {
  font-size: clamp(1.75rem, 1.567961165rem + 0.7766990291vw, 2.5rem);
  font-weight: 700;
  margin-block: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem) clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-business__main-title {
    text-align: center;
  }
}
.p-business__main-sub {
  font-size: clamp(1rem, 0.8483009709rem + 0.6472491909vw, 1.625rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business__main-sub {
    text-align: center;
  }
}
.p-business__main-textarea {
  margin-top: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
.p-business__main-text {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .p-business__main-text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business__main-img {
    width: calc((100% - 2.0833333333vw) / 2);
  }
}
.p-business__main-img img {
  width: 100%;
  border-radius: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
}
.p-business__group {
  margin-top: clamp(2.8125rem, 2.2815533981rem + 2.2653721683vw, 5rem);
}
.p-business__group-title {
  font-size: clamp(1.375rem, 1.1626213592rem + 0.9061488673vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  line-height: 1;
}
.p-business__group-title span {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  line-height: 1;
}
.p-business__group-title span::before {
  content: "";
  display: inline-block;
  margin-inline: clamp(0.05859375rem, 0.0538531553rem + 0.0202265372vw, 0.078125rem);
  font-size: clamp(1.375rem, 1.1626213592rem + 0.9061488673vw, 2.25rem);
  width: 3px;
  height: 0.8em;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-business .u-grid--three {
    gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-business .u-grid--four {
    gap: 9.3333333333vw;
  }
}
.p-business__card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.p-business__card-img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-business__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
.p-business__card-img--led {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-business__card-img--led {
    width: 76%;
  }
}
.p-business__card-img--led img {
  border-radius: 50%;
}
.p-business__card-tag {
  margin-top: -1em;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  color: #fff;
  line-height: 1;
  background: #808080;
  padding: 0.3125rem 0.9375rem 0.5rem;
  border-radius: 1.25rem;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-business__card-tag {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-tag {
    font-size: 0.75rem;
  }
}
.p-business__card-name {
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-weight: 700;
  text-align: center;
  margin-block: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) clamp(0.3125rem, 0.2366504854rem + 0.3236245955vw, 0.625rem);
}
@media screen and (max-width: 1024px) {
  .p-business__card-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-name {
    font-size: 1.25rem;
  }
}
.p-business__card-name--case {
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  margin-block: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem) clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-business__card-name--case {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-name--case {
    font-size: 1.25rem;
  }
}
.p-business__card-name--v2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-business__card-name span {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  display: block;
  margin-top: -0.3em;
}
@media screen and (max-width: 1024px) {
  .p-business__card-name span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-name span {
    font-size: 1rem;
  }
}
.p-business__card-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.75;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .p-business__card-text {
    font-size: 0.875rem;
  }
}
.p-business__card-text--ledpd {
  margin-bottom: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
}
.p-business__product-card-img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-business__product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
.p-business__product-card-title {
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-weight: 700;
  text-align: center;
  margin-block: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) clamp(0.3125rem, 0.2366504854rem + 0.3236245955vw, 0.625rem);
}
.p-business__product-card-text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  margin-bottom: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  line-height: 1.75;
}
.p-business .c-btn--business {
  width: fit-content;
  margin-inline: auto;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .p-business .c-btn--business {
    width: 100%;
  }
}
.p-business .c-btn--business::after {
  width: 1.25rem;
  height: 1.25rem;
}
.p-business .c-btn__link--business {
  display: block;
  padding: 0 3.90625vw;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
}
@media screen and (max-width: 1024px) {
  .p-business .c-btn__link--business {
    font-size: 1rem;
  }
}

.p-message__inner {
  margin-top: clamp(6.25rem, 4.505461165rem + 7.4433656958vw, 13.4375rem);
}
.p-message__area {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: clamp(1.875rem, 1.2682038835rem + 2.5889967638vw, 4.375rem);
  display: flex;
  gap: 2.6041666667vw;
  flex-direction: row;
  align-items: flex-start;
  padding: clamp(6.25rem, 6.0224514563rem + 0.9708737864vw, 7.1875rem) clamp(1.25rem, -0.2669902913rem + 6.4724919094vw, 7.5rem) clamp(4.375rem, 3.9199029126rem + 1.9417475728vw, 6.25rem) 0;
  margin-left: 15.2083333333vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-message__area {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-inline: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-message__area {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-message__img {
  max-width: 26.4583333333vw;
  width: 65.5%;
  flex-shrink: 0;
  margin-left: -15.2083333333vw;
}
@media screen and (max-width: 1024px) {
  .p-message__img {
    position: absolute;
    right: 6%;
    top: -2.5em;
    max-width: 14.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__img {
    max-width: 12.5rem;
  }
}
.p-message__img img {
  width: 100%;
  height: auto;
  border-radius: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-message__body {
  flex-grow: 1;
}
.p-message__head {
  margin-bottom: 1.875rem;
}
.p-message__en-title {
  font-size: clamp(2.25rem, 1.6735436893rem + 2.4595469256vw, 4.625rem);
  font-weight: 700;
  color: #808080;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
}
.p-message__ja-title {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  margin-top: 0.625rem;
}
.p-message__lead {
  font-size: clamp(1.625rem, 1.5188106796rem + 0.4530744337vw, 2.0625rem);
  font-weight: 700;
  margin-bottom: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  line-height: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    line-height: 1.4;
  }
}
.p-message__text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 2;
  margin-bottom: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  text-align: justify;
}
.p-message__text p + p {
  margin-top: 1.5em;
}
.p-message__signature {
  text-align: right;
}
.p-message__signature .p-message__company {
  font-size: clamp(0.9375rem, 0.8919902913rem + 0.1941747573vw, 1.125rem);
}
.p-message__signature .p-message__name {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}
.p-message__signature .p-message__name span {
  font-size: clamp(1.375rem, 1.3294902913rem + 0.1941747573vw, 1.5625rem);
  letter-spacing: 0.2em;
  margin-left: 0.5em;
}

.p-company__inner {
  margin-top: clamp(4.375rem, 3.161407767rem + 5.1779935275vw, 9.375rem);
  max-width: 46.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-company__inner {
    max-width: 88%;
  }
}
.p-company__head {
  margin-bottom: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
.p-company__title {
  font-size: clamp(1.5625rem, 1.3046116505rem + 1.1003236246vw, 2.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-company__subtitle {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  margin-top: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.p-company__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #808080;
  padding-block: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem) clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
}
.p-company__label {
  width: 30%;
  font-size: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
}
@media screen and (max-width: 1024px) {
  .p-company__label {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__label {
    width: 25%;
  }
}
.p-company__data {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 2;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .p-company__data {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__data {
    width: 75%;
    line-height: 1.5;
  }
}
.p-company__data a {
  text-decoration: none;
  color: inherit;
}

.p-vision__inner {
  margin-top: clamp(7.5rem, 6.8932038835rem + 2.5889967638vw, 10rem);
  text-align: center;
}
.p-vision__title {
  font-size: clamp(1.5rem, 1.3483009709rem + 0.6472491909vw, 2.125rem);
  font-weight: 700;
  margin-bottom: clamp(2.5rem, 1.5898058252rem + 3.8834951456vw, 6.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-vision__text {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.p-vision__text:not(:first-of-type) {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-vision__text {
    text-align: left;
    line-height: 2;
  }
}

.p-pagehead {
  padding-block: clamp(3.125rem, 2.3665048544rem + 3.2362459547vw, 6.25rem) clamp(5rem, 3.1796116505rem + 7.7669902913vw, 12.5rem);
  position: relative;
  z-index: 10;
}
.p-pagehead__inner {
  max-width: 90.9375rem;
  margin: 0 auto;
  padding-inline: 6%;
}
@media screen and (min-width: 1367px) {
  .p-pagehead__inner {
    padding-inline: 1.25rem;
  }
}
.p-pagehead__en-title {
  font-size: clamp(3.25rem, 2.3701456311rem + 3.7540453074vw, 6.875rem);
  font-weight: 700;
  letter-spacing: 0em;
}
.p-pagehead__title {
  font-size: clamp(0.875rem, 0.7536407767rem + 0.5177993528vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
}

.p-contact__inner {
  max-width: 62.5rem;
  padding-inline: 6%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1367px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}
.p-contact {
  /* タイトル周り */
}
.p-contact__title {
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  border-bottom: 1px solid #000;
  padding-bottom: 0.625rem;
  margin-bottom: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem);
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.p-contact {
  /* 電話エリア */
}
.p-contact__tel-content {
  text-align: center;
}
.p-contact__tel-number {
  font-size: clamp(1.875rem, 1.4805825243rem + 1.6828478964vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-contact__tel-name {
  font-size: clamp(1.0625rem, 0.8652912621rem + 0.8414239482vw, 1.875rem);
  line-height: 1;
  margin-block: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
}
.p-contact__tel-time {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  margin-bottom: clamp(4.375rem, 3.0097087379rem + 5.8252427184vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-contact__tel-time {
    line-height: 1.4285714286;
  }
}
.p-contact__thanks-btn {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-btn {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.p-contact__thanks-btn .c-btn__link {
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-btn .c-btn__link {
    width: 100%;
  }
}

.p-privacy {
  position: relative;
  z-index: 10;
  max-width: 64rem;
  margin-inline: auto;
}
.p-privacy__lead {
  font-size: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  margin-bottom: 4.1666666667vw;
  letter-spacing: 0.1em;
}
.p-privacy__block {
  margin-bottom: 48px;
}
.p-privacy__title {
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1em;
}
.p-privacy__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.375rem;
  height: 1.2em;
  background: #000;
}
.p-privacy p {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
}
.p-privacy__list {
  margin-top: 12px;
  padding-left: 1.4em;
}
.p-privacy__list li {
  line-height: 1.9;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  margin-bottom: 6px;
  list-style: disc;
}
.p-privacy__contact {
  margin-top: 12px;
  line-height: 1.9;
}
.p-privacy__date {
  margin-top: 40px;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  color: #808080;
}

.u-m-a {
  msthin: 0 auto;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

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

.text-j {
  text-align: justify;
}

.u-grid {
  display: grid;
}
.u-grid--three {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9375rem, 0.7099514563rem + 0.9708737864vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .u-grid--three {
    grid-template-columns: 1fr;
  }
}
.u-grid--four {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
}
@media screen and (max-width: 1024px) {
  .u-grid--four {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .u-grid--four {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.u-flex {
  display: flex;
}

.u-flex-c {
  display: flex;
  justify-content: center;
}

.u-flex-e {
  display: flex;
  justify-content: flex-end;
}

.u-flex-rev-c {
  flex-direction: column-reverse;
}

.u-flex-rev-r {
  flex-direction: row-reverse;
}
/*# sourceMappingURL=style.css.map */
