@charset "UTF-8";
/* ! 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 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;
}

/* _variables.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
:root {
  --white: #fff;
  --font__color: #727171;
  --blue: #00367f;
  --light__blue: #eaf6fd;
  --yellow: #fff462;
  --pink: #ea6188;
  --line__green: #6bbc6e;
  --beige: #f5f2e9;
  --box__shadow: rgba(40, 30, 0, 0.2);
  --clamp3remTo4rem: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  --clamp2remTo4rem: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  --clamp2remTo3rem: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  --clamp1remTo3rem: clamp(1rem, 0.273rem + 3.64vw, 3rem);
  --clamp1remTo2rem: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}

/* _scroll.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.fade__up {
  opacity: 0;
  transform: translateY(50px);
}

.fade__up__animation {
  animation: fade__up 0.5s forwards;
}

@keyframes fade__up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade {
  opacity: 0;
}

.fade__animation {
  animation: fade 0.5s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade__left {
  opacity: 0;
  transform: translateX(-200px);
}

.fade__left__animation {
  animation: fade__left 0.5s forwards;
}

@keyframes fade__left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade__right {
  opacity: 0;
  transform: translateX(-200px);
}

.fade__right__animation {
  animation: fade__right 0.5s forwards;
}

@keyframes fade__right {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade__down {
  opacity: 0;
  transform: translateY(-200px);
}

.fade__down__animation {
  animation: fade__down 0.5s forwards;
}

@keyframes fade__down {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* _base.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
html {
  background: var(--white);
}

.helvetica {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  color: var(--font__color);
}

body.no__scroll {
  overflow: hidden;
}

h1 {
  font-size: clamp(1.476rem, 0.927rem + 2.75vw, 2.986rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.383rem, 0.981rem + 2.01vw, 2.488rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.296rem, 1.013rem + 1.41vw, 2.074rem);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.215rem, 1.028rem + 0.93vw, 1.728rem);
  font-weight: 600;
}

h5 {
  font-size: clamp(1.138rem, 1.028rem + 0.55vw, 1.44rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(1.067rem, 1.019rem + 0.24vw, 1.2rem);
  font-weight: 600;
}

p {
  font-size: clamp(1rem, 0.982rem + 0.09vw, 1.05rem);
  line-height: 1.6em;
  letter-spacing: 0.03em;
}

.em__text {
  font-style: normal;
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}

.link__text {
  text-decoration: underline;
}

.hidden__contents {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.pc__hidden {
  display: none;
}

.sp__hidden {
  display: block;
}

/* header ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.7rem clamp(1rem, -1.75rem + 4vw, 2rem);
  box-shadow: 0 0.2rem 0.2rem var(--box__shadow);
  position: fixed;
  z-index: 100;
}
@media (max-width: 850px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 520px) {
  .header {
    padding: 0.5rem clamp(1rem, -1.75rem + 4vw, 2rem);
  }
}
.header__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .header__inner {
    justify-content: center;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .header__logo {
    align-items: center;
  }
}
.header__logo .sub {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: 1.8em;
}
@media (max-width: 520px) {
  .header__logo .sub {
    font-size: clamp(0.75rem, 0.67rem + 0.4vw, 0.8rem);
  }
}
.header__logo a {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 850px) {
  .header__logo a {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .header__logo a {
    width: 100%;
  }
}
.header__logo img {
  width: auto;
  height: clamp(2.8rem, 2.244rem + 1.05vw, 3.5rem);
}
@media (max-width: 850px) {
  .header__logo img {
    height: clamp(2.2rem, 1.415rem + 3.92vw, 3.5rem);
    margin: 0 auto;
  }
}
.header__nav__wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.75rem + 4vw, 2rem);
}
@media (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: clamp(1rem, -1.75rem + 4vw, 2rem);
}
.header__nav li a {
  font-size: clamp(0.9rem, 0.5rem + 0.53vw, 1rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.header__nav li a:hover {
  color: var(--blue);
}
@media (max-width: 1060px) {
  .header__buttons {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--blue);
    padding: 1rem;
  }
}
.header__buttons__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1060px) {
  .header__buttons__inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 520px) {
  .header__buttons__inner {
    gap: clamp(0.7rem, 0.22rem + 2.4vw, 1rem);
  }
}
.header__buttons .button {
  color: var(--white);
  font-size: 1rem;
  padding: 0.5em 1.5em;
  letter-spacing: 0.1em;
  border-radius: 2em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header__buttons .button picture {
  display: grid;
  align-items: center;
}
@media (max-width: 1060px) {
  .header__buttons .button {
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 520px) {
  .header__buttons .button {
    font-size: clamp(0.65rem, 0.09rem + 2.8vw, 1rem);
    padding: 0.7rem 0.5rem;
  }
}
.header__buttons .button img {
  width: 1.3rem;
}
@media (max-width: 520px) {
  .header__buttons .button img {
    width: 0.9rem;
  }
}
.header__buttons .button.mail {
  background: var(--blue);
}
@media (max-width: 1060px) {
  .header__buttons .button.mail {
    background: var(--white);
    color: var(--blue);
  }
}
.header__buttons .button.line {
  background: var(--line__green);
}
.header__buttons .button:hover {
  filter: brightness(0.8);
}

/* footer ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.footer {
  width: 100%;
  background: var(--light__blue);
  overflow: hidden;
  position: relative;
}
.footer::after {
  content: "";
  width: 110%;
  height: clamp(8rem, 4.364rem + 18.18vw, 18rem);
  background: var(--white);
  border-radius: 60%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
.footer__inner {
  width: 100%;
  max-width: 900px;
  margin: calc(clamp(8rem, 4.364rem + 18.18vw, 18rem) / 2 + clamp(1rem, -0.091rem + 5.45vw, 4rem)) auto 0 auto;
  padding: 1rem 1rem var(--clamp1remTo2rem) 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1rem var(--clamp1remTo2rem);
}
@media (max-width: 850px) {
  .footer__inner {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.footer__logo {
  grid-column: 1;
}
@media (max-width: 850px) {
  .footer__logo {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .footer__logo p {
    font-size: clamp(0.75rem, 0.35rem + 2vw, 1rem);
  }
}
.footer__logo a {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 520px) {
  .footer__logo a {
    width: 80%;
  }
}
.footer__logo a img {
  width: 100%;
}
.footer__dl {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer__dl__inner {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  align-items: center;
}
.footer__dl dt {
  width: 100%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  padding: 0.7em 0.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 520px) {
  .footer__dl dt {
    font-size: clamp(0.8rem, 0.48rem + 1.6vw, 1rem);
  }
}
.footer__dl dd {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 520px) {
  .footer__dl dd {
    font-size: clamp(0.73rem, 0.138rem + 2.96vw, 1.1rem);
  }
}
.footer__image {
  width: 100%;
  max-width: 400px;
  grid-column: 2;
  grid-row: 1/3;
}
@media (max-width: 560px) {
  .footer__image {
    width: 70%;
  }
}
.footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copy {
  width: 100%;
  display: block;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 0.8rem;
}
.footer__copy small {
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 1060px) {
  .footer__copy {
    padding-bottom: 7rem;
    background: var(--light__blue);
    color: var(--font__color);
  }
}
@media (max-width: 520px) {
  .footer__copy {
    padding-bottom: clamp(5rem, 1.8rem + 16vw, 7rem);
  }
}

/* プライバシーポリシーのモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.privacy__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--box__shadow);
  backdrop-filter: blur(5px);
  flex-direction: column;
  gap: 1em;
  z-index: 9999;
  padding: 5% 1rem;
  display: none;
}
.privacy__modal__display {
  display: flex;
}
.privacy__modal__inner {
  width: 100%;
  height: 90vh;
  max-width: 1000px;
  background: var(--white);
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.privacy__modal__inner h3 {
  text-align: center;
}
.privacy__modal__inner ol {
  padding: 0.5em 0 0 2em;
}
.privacy__modal__inner ol li {
  list-style: decimal;
  line-height: 1.6em;
}
.privacy__modal__close {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  background: var(--blue);
  color: var(--white);
  border-radius: 0.5em;
  margin: 0 auto;
  box-shadow: 0px 0px 5px var(--box__shadow);
  transition: all 0.3s;
}
.privacy__modal__close:hover {
  box-shadow: none;
}

/* 送信結果のモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.contact__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
}
.contact__modal__display {
  display: flex;
}
.contact__modal__content {
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  background: var(--white);
  border-radius: 1rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  overflow-y: auto;
  cursor: auto;
}
.contact__modal__result {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.contact__modal__result .nowrap {
  white-space: nowrap;
}
.contact__modal__result h4 {
  width: 100%;
  text-align: center;
}
.contact__modal__result h5 {
  width: 100%;
  text-align: center;
}
.contact__modal__result dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.contact__modal__result dl dt {
  margin-top: 0.5em;
}
.contact__modal__result dl dd {
  padding-left: 1em;
}
.contact__modal__result p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__modal .contact__modal__close__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  border: none;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.contact__modal .contact__modal__close__button:hover {
  background: var(--font__color);
}

.works,
.concept,
.service,
.point {
  scroll-margin: clamp(7rem, 2.143rem + 9.14vw, 9rem);
}

/* _lp.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
main {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__title img {
  width: auto;
  height: clamp(1.6rem, 1.091rem + 2.55vw, 3rem);
}
.section__title h2 {
  font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

/* mv ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.mv {
  width: 100%;
  height: min(90vh, 900px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    height: min(85vh, 760px);
  }
}
.mv__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv__slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.mv__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.mv h1 {
  color: var(--white);
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: clamp(2rem, 0.411rem + 2.99vw, 4rem);
  line-height: 1.45;
  position: absolute;
  top: clamp(7rem, 6.603rem + 0.75vw, 7.5rem);
  left: clamp(1rem, -0.589rem + 2.99vw, 3rem);
  z-index: 2;
}
@media (max-width: 850px) {
  .mv h1 {
    font-size: clamp(1.5rem, 0.594rem + 4.53vw, 3rem);
  }
}
.mv__left, .mv__right {
  color: var(--white);
  font-size: clamp(1.2rem, 0.406rem + 1.5vw, 2.2rem);
  font-weight: 700;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: clamp(1rem, 0.206rem + 1.5vw, 2rem);
  z-index: 2;
  line-height: 1em;
}
@media (max-width: 850px) {
  .mv__left, .mv__right {
    font-size: clamp(1.2rem, 0.717rem + 2.42vw, 2rem);
  }
}
.mv__left {
  left: clamp(1rem, -0.589rem + 2.99vw, 3rem);
}
@media (max-width: 850px) {
  .mv__left {
    bottom: 2.5em;
    left: 1rem;
  }
}
.mv__right {
  right: clamp(1rem, -0.589rem + 2.99vw, 3rem);
}
@media (max-width: 850px) {
  .mv__right {
    left: 1rem;
    bottom: 1em;
  }
}
.mv__dots {
  display: flex;
  gap: clamp(0.8rem, 0.244rem + 1.05vw, 1.5rem);
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, -0.192rem + 2.24vw, 2.5rem);
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 850px) {
  .mv__dots {
    display: none;
  }
}
.mv__dot {
  width: clamp(0.9rem, 0.662rem + 0.45vw, 1.2rem);
  height: clamp(0.9rem, 0.662rem + 0.45vw, 1.2rem);
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0;
}
.mv__dot.is-active {
  background: var(--white);
}

/* works ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.works {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: var(--clamp2remTo4rem) 0;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo3rem);
}
.works .instagram {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: var(--clamp1remTo3rem);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.works .instagram::-webkit-scrollbar {
  display: none;
}
.works .instagram__wrap {
  position: relative;
}
.works .instagram__post {
  flex: 0 0 100%;
  scroll-snap-align: center;
  max-width: calc((100% - var(--clamp1remTo2rem) * 2) / 3.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .works .instagram__post {
    max-width: calc((100% - var(--clamp1remTo2rem) * 2) / 2.2);
  }
}
@media (max-width: 767px) {
  .works .instagram__post {
    max-width: calc((100% - var(--clamp1remTo2rem) * 2) / 1.6);
  }
}
.works .instagram__image__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.works .instagram__image__wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.works .instagram__image__wrap:hover img {
  transform: scale(1.1);
}
.works .instagram__caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.works .instagram__date {
  font-size: 0.9em;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.works .instagram__scroll__button {
  width: clamp(1.8rem, 1rem + 4vw, 4rem);
  height: clamp(1.8rem, 1rem + 4vw, 4rem);
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(1.2rem, 0.473rem + 3.64vw, 3.2rem);
  line-height: 1em;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  z-index: 2;
}
.works .instagram__scroll__button--prev {
  left: 31%;
}
@media (max-width: 1200px) {
  .works .instagram__scroll__button--prev {
    left: 22%;
  }
}
@media (max-width: 767px) {
  .works .instagram__scroll__button--prev {
    left: 13%;
  }
}
.works .instagram__scroll__button--next {
  right: 31%;
}
@media (max-width: 1200px) {
  .works .instagram__scroll__button--next {
    right: 22%;
  }
}
@media (max-width: 767px) {
  .works .instagram__scroll__button--next {
    right: 13%;
  }
}
.works .instagram__link__button {
  width: 100%;
  max-width: 250px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink) 100%);
  color: var(--white);
  border-radius: 2em;
  margin: 0 auto;
  padding: 0.5em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.works .instagram__link__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ffd600 0%, #ff7a00 15%, #ff0069 40%, #d300c5 80%, #7638FA 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.works .instagram__link__button:hover::before {
  opacity: 1;
}
.works .instagram__link__button img {
  width: 1.5rem;
}

/* concept ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.concept {
  width: 100%;
  background: var(--light__blue);
  padding: var(--clamp2remTo4rem) 2rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo3rem);
}
.concept__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.concept__text h3 {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.7em;
}
.concept__text h3 span {
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.6em), var(--yellow) 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.concept__text .text__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.concept__text p {
  width: 100%;
  text-align: center;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.concept__text p .nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .concept__text p {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}
.concept__image {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--clamp1remTo3rem);
}
.concept__image img {
  width: 100%;
}

/* service ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.service {
  width: 100%;
  padding: var(--clamp3remTo4rem) var(--clamp2remTo3rem);
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo3rem);
  align-items: center;
}
.service__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--clamp2remTo4rem) var(--clamp2remTo3rem);
}
@media (max-width: 600px) {
  .service__inner {
    max-width: 320px;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.service__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service__item img {
  width: 100%;
  border-radius: 1rem;
}
@media (max-width: 430px) {
  .service__item p {
    font-size: clamp(0.9rem, 0.609rem + 1.45vw, 1rem);
  }
}

/* point ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.point {
  width: 100%;
  background: var(--light__blue);
  padding: var(--clamp3remTo4rem) var(--clamp2remTo3rem);
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo3rem);
}
.point .section__title img {
  width: auto;
  height: clamp(1.9rem, 1.318rem + 2.91vw, 3.5rem);
}
.point h3 {
  width: 100%;
  text-align: center;
  color: var(--blue);
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5em;
}
.point h3 .nowrap {
  white-space: nowrap;
}
@media (max-width: 390px) {
  .point h3 {
    font-size: clamp(1.1rem, -0.073rem + 5.87vw, 1.357rem);
  }
}
.point h3 .under__line {
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.6em), var(--yellow) 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.point__items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
@media (max-width: 850px) {
  .point__items {
    max-width: 560px;
    gap: 3rem;
    padding-top: 2rem;
  }
}
@media (max-width: 560px) {
  .point__items {
    max-width: 320px;
  }
}
.point__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--clamp1remTo2rem) var(--clamp1remTo3rem);
  align-items: center;
  position: relative;
  z-index: 0;
  padding: var(--clamp1remTo2rem);
  filter: drop-shadow(0.3rem 0.3rem 0.3rem var(--box__shadow));
}
.point__item::before {
  content: "";
  background: var(--white);
  clip-path: polygon(0 0, calc(100% - 2.5rem) 0, 100% 2.5rem, 100% 100%, 0 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (max-width: 850px) {
  .point__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 2rem;
  }
}
.point__deco {
  width: 12%;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-30%);
}
@media (max-width: 850px) {
  .point__deco {
    width: 23%;
    left: 0.5rem;
  }
}
.point__heading {
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 430px) {
  .point__heading {
    height: clamp(3.5rem, -2.318rem + 29.09vw, 5.5rem);
  }
}
.point__heading h4 {
  width: 100%;
  font-size: clamp(1.2rem, 0.836rem + 0.69vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: auto;
  -webkit-text-stroke: 0.25em var(--white);
  text-stroke: 0.25em var(--white);
  paint-order: stroke;
}
@media (max-width: 850px) {
  .point__heading h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 430px) {
  .point__heading h4 {
    font-size: clamp(0.86rem, 0.162rem + 3.49vw, 1.1rem);
  }
}
.point__number {
  height: 5.5rem;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 430px) {
  .point__number {
    height: clamp(3.5rem, -2.318rem + 29.09vw, 5.5rem);
  }
}
.point__image {
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  place-items: center;
}
.point__image img {
  width: 100%;
  display: block;
}
@media (max-width: 850px) {
  .point__image img {
    width: 70%;
  }
}
@media (max-width: 560px) {
  .point__image img {
    width: 100%;
  }
}
.point p {
  line-height: 1.8em;
}
@media (max-width: 430px) {
  .point p {
    font-size: clamp(0.9rem, 0.609rem + 1.45vw, 1rem);
  }
}

/* staff ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.staff {
  width: 100%;
  padding: var(--clamp3remTo4rem) var(--clamp2remTo3rem);
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo3rem);
}
.staff__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--clamp1remTo2rem);
  display: grid;
  grid-template-columns: clamp(12rem, -7.429rem + 36.57vw, 20rem) 1fr;
  gap: var(--clamp1remTo3rem);
  align-items: center;
  position: relative;
  z-index: 0;
  padding: var(--clamp1remTo2rem) var(--clamp2remTo4rem);
  filter: drop-shadow(0.3rem 0.3rem 0.3rem var(--box__shadow));
}
@media (max-width: 850px) {
  .staff__inner {
    max-width: 600px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}
@media (max-width: 600px) {
  .staff__inner {
    max-width: 320px;
  }
}
.staff__inner::before {
  content: "";
  background: var(--beige);
  clip-path: polygon(2.5rem 0, calc(100% - 2.5rem) 0, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0 calc(100% - 2.5rem), 0 2.5rem);
  position: absolute;
  inset: 0;
  z-index: -2;
}
@media (max-width: 850px) {
  .staff__inner::before {
    background: none;
  }
}
.staff__border {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--font__color);
  clip-path: polygon(2.7rem 0.5rem, calc(100% - 2.7rem) 0.5rem, calc(100% - 0.5rem) 2.7rem, calc(100% - 0.5rem) calc(100% - 2.7rem), calc(100% - 2.7rem) calc(100% - 0.5rem), 2.7rem calc(100% - 0.5rem), 0.5rem calc(100% - 2.7rem), 0.5rem 2.7rem);
}
@media (max-width: 850px) {
  .staff__border {
    background: none;
  }
}
.staff__border::before {
  content: "";
  background: var(--beige);
  clip-path: polygon(calc(2.7rem + 1px) calc(0.5rem + 1px), calc(100% - 2.7rem - 1px) calc(0.5rem + 1px), calc(100% - 0.5rem - 1px) calc(2.7rem + 1px), calc(100% - 0.5rem - 1px) calc(100% - 2.7rem - 1px), calc(100% - 2.7rem - 1px) calc(100% - 0.5rem - 1px), calc(2.7rem + 1px) calc(100% - 0.5rem - 1px), calc(0.5rem + 1px) calc(100% - 2.7rem - 1px), calc(0.5rem + 1px) calc(2.7rem + 1px));
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (max-width: 850px) {
  .staff__border::before {
    background: none;
  }
}
.staff__image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 560px) {
  .staff__image {
    width: 60%;
  }
}
.staff__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.staff__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1rem;
}
.staff__text h3 {
  width: 100%;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1.6em;
}
@media (max-width: 850px) {
  .staff__text h3 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.staff__text hr {
  width: 100%;
  border: 1px solid var(--font__color);
}
@media (max-width: 850px) {
  .staff__text hr {
    max-width: 380px;
  }
}
.staff__text h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
.staff__text p {
  margin-top: 0.5rem;
}

.section__hr {
  width: 100%;
  border: 1.2px solid var(--font__color);
}
@media (max-width: 850px) {
  .section__hr {
    display: none;
  }
}

/* cta ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.cta {
  width: 100%;
  padding: var(--clamp2remTo4rem) 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
@media (max-width: 600px) {
  .cta {
    padding: var(--clamp2remTo4rem) 0;
  }
}
.cta__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url(../images/cta-bg-pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: var(--clamp1remTo2rem) var(--clamp2remTo4rem);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 850px) {
  .cta__inner {
    max-width: 600px;
    background: url(../images/cta-bg-ps.webp) no-repeat;
  }
}
@media (max-width: 600px) {
  .cta__inner {
    padding: 2rem 1rem;
    border-radius: 0;
  }
}
.cta__inner h3 {
  text-align: center;
  color: var(--white);
}
.cta__inner .dot__hr {
  border: none;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: relative;
}
.cta__inner .dot__hr::after {
  --dot-size: clamp(0.3rem, 0.264rem + 0.18vw, 0.4rem);
  --dot-gap: calc(clamp(0.3rem, 0.264rem + 0.18vw, 0.4rem) + clamp(0.2rem, 0.091rem + 0.55vw, 0.5rem));
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--dot-size);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: space no-repeat;
  background-size: var(--dot-gap) var(--dot-size);
}
.cta__heading {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 430px) {
  .cta__heading {
    font-size: clamp(0.9rem, 0.609rem + 1.45vw, 1rem);
  }
}
.cta__heading .nowrap {
  white-space: nowrap;
}
.cta__buttons {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 850px) {
  .cta__buttons {
    display: flex;
    flex-direction: column;
  }
}
.cta__button {
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 850px) {
  .cta__button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
  }
}
@media (max-width: 520px) {
  .cta__button {
    width: 100%;
    max-width: 250px;
  }
}
.cta__button:hover {
  background: var(--beige);
}
.cta__button img {
  width: auto;
  max-height: 80px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media (max-width: 550px) {
  .cta__button img {
    max-height: clamp(3rem, 1.609rem + 6.96vw, 4rem);
  }
}
.cta__button p {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
  font-weight: 700;
}
.cta__button .tel__text {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  text-decoration: underline;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.cta .tel:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(20%) saturate(2356%) hue-rotate(302deg) brightness(96%) contrast(91%);
}
.cta .tel:hover .tel__text {
  color: var(--pink);
}
.cta__web__wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 520px) {
  .cta__web__wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
.cta__web__wrap hr {
  width: 2px;
  height: 100%;
  background: var(--font__color);
  border: none;
}
@media (max-width: 520px) {
  .cta__web__wrap hr {
    width: 100%;
    height: 2px;
  }
}
.cta__web__wrap .mail,
.cta__web__wrap .line {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  align-items: center;
}
.cta__web__wrap .mail span,
.cta__web__wrap .line span {
  font-size: clamp(1rem, 0.915rem + 0.25vw, 1.1rem);
  font-weight: 700;
  transition: all 0.3s;
}
.cta__web__wrap .mail .mail__text,
.cta__web__wrap .line .mail__text {
  color: var(--blue);
}
.cta__web__wrap .mail .line__text,
.cta__web__wrap .line .line__text {
  color: var(--line__green);
}
.cta__web__wrap .mail:hover img,
.cta__web__wrap .line:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(20%) saturate(2356%) hue-rotate(302deg) brightness(96%) contrast(91%);
}
.cta__web__wrap .mail:hover .mail__text,
.cta__web__wrap .line:hover .mail__text {
  color: var(--pink);
}
.cta__web__wrap .mail:hover .line__text,
.cta__web__wrap .line:hover .line__text {
  color: var(--pink);
}
.cta__web__wrap .mail img {
  transform: scale(0.87);
  margin-bottom: -5%;
}
.cta__instagram {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url(../images/instagram-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  padding: 4rem 1rem;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .cta__instagram {
    width: calc(100% - 2rem);
    max-width: 320px;
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cta__instagram__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-right: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
}
.cta__instagram__inner img {
  width: 3rem;
}
.cta__instagram__inner h3 {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
  color: var(--white);
  position: relative;
  padding-bottom: 0.3em;
  letter-spacing: 0.07em;
  display: inline-block;
}
@media (max-width: 570px) {
  .cta__instagram__inner h3 {
    font-size: clamp(1rem, 0.363rem + 3.19vw, 1.498rem);
  }
}
.cta__instagram__inner h3::before {
  content: "";
  width: calc(100% + clamp(2rem, 1.818rem + 0.91vw, 2.5rem));
  height: 1.8px;
  background: var(--white);
  position: absolute;
  right: calc(clamp(2rem, 1.818rem + 0.91vw, 2.5rem) * -1);
  bottom: 0;
  transition: all 0.3s;
}
.cta__instagram__inner h3::after {
  content: "";
  width: clamp(1rem, 0.709rem + 1.45vw, 1.8rem);
  height: 1.8px;
  background: var(--white);
  position: absolute;
  right: calc(clamp(2.2rem, 1.982rem + 1.09vw, 2.8rem) * -1);
  bottom: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem);
  transform: rotate(45deg);
  transform-origin: center;
}
.cta__instagram__inner h3 .nowrap {
  white-space: nowrap;
}
@media (max-width: 570px) {
  .cta__instagram__inner h3 .nowrap {
    display: block;
  }
}
.cta__instagram:hover {
  filter: brightness(1.2);
}
.cta__instagram:hover h3::before {
  width: 5rem;
}

/* お問い合わせフォームのページ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* contact ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.contact {
  padding: clamp(7rem, 5.909rem + 5.45vw, 10rem) 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo3rem);
  align-items: center;
}
.contact__text {
  text-align: center;
}
@media (max-width: 450px) {
  .contact__text {
    font-size: clamp(0.9rem, 0.654rem + 1.23vw, 1rem);
  }
}
.contact__text .nowrap {
  white-space: nowrap;
}
.contact .form__wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.contact .form__wrap .require {
  color: var(--pink);
}
.contact .field__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(12rem, 9rem + 8vw, 15rem) 1fr;
  align-items: center;
}
@media (max-width: 600px) {
  .contact .field__wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.contact .field__name {
  height: 100%;
  background: var(--light__blue);
  padding: 1rem;
  border-bottom: 2px solid var(--white);
  display: flex;
  align-items: center;
}
.contact .field__name.last {
  border: none;
}
@media (max-width: 600px) {
  .contact .field__name {
    width: 100%;
    border: none;
    padding: 0.5em 1em;
  }
}
.contact .field__name p {
  line-height: 1.4em;
}
.contact .field__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0.8rem 0 0.8rem 1rem;
  border-bottom: 2px solid var(--light__blue);
  display: flex;
  align-items: center;
}
.contact .field__input.last {
  border: none;
}
@media (max-width: 600px) {
  .contact .field__input {
    padding: 0;
    border: none;
    margin-bottom: 2rem;
  }
}
.contact .field__vertical {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .field__horizontal {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact .check {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 700;
}
.contact .check input {
  scroll-margin: clamp(7rem, 2.143rem + 9.14vw, 9rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  background: #ddd;
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.contact .check input:checked {
  background: var(--pink);
}
.contact .check--square input {
  border-radius: 10%;
}
.contact .check--circle input {
  border-radius: 50%;
}
.contact .submit__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: var(--clamp2remTo4rem) 0;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  scroll-margin: clamp(7rem, 2.143rem + 9.14vw, 9rem);
  width: 100%;
  background: var(--light__blue);
  border: 1px solid var(--box__shadow);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.contact input[type=text]:disabled,
.contact input[type=email]:disabled,
.contact input[type=tel]:disabled {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .contact input[type=text],
  .contact input[type=email],
  .contact input[type=tel] {
    background: var(--white);
  }
}
.contact .zip {
  width: 100%;
  max-width: 10rem;
}
.contact .zip__wrap {
  align-items: center;
}
.contact .zip__icon {
  font-size: 1.4em;
  margin-right: -0.5rem;
}
.contact .zip__button {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  padding: 0.5em;
}
.contact textarea {
  width: 100%;
  background: var(--light__blue);
  border: 1px solid var(--box__shadow);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
@media (max-width: 600px) {
  .contact textarea {
    background: var(--white);
  }
}
.contact input[type=submit] {
  width: 100%;
  max-width: 300px;
  background: var(--pink);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  border-radius: 3em;
  font-size: 1.1rem;
}
.contact input[type=submit]:disabled {
  background: var(--font__color);
}

.br__550px {
  display: none;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .pc__hidden {
    display: block;
  }
  .sp__hidden {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 550px) {
  .br__550px {
    display: inline-block;
  }
}