@charset "UTF-8";
/*=============================================================================================*/
/* _reset.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
/* ! 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 {
  --font__color: #202020;
  --black: #090909;
  --white: #fff;
  --offwhite: #f7f4ef;
  --orange: #e8720d;
  --light__orange: #fe963b;
  --heavy__orange: #c94012;
  --gray: #68635e;
  --light__gray: #ddd7cf;
  --line__green: #6bbc6e;
  --box__shadow: rgba(40, 30, 0, 0.2);
}

/*=============================================================================================*/
/* _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 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
/*=============================================================================================*/
/* _functions.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
:root {
  --font__color: #202020;
  --black: #090909;
  --white: #fff;
  --offwhite: #f7f4ef;
  --orange: #e8720d;
  --light__orange: #fe963b;
  --heavy__orange: #c94012;
  --gray: #68635e;
  --light__gray: #ddd7cf;
  --line__green: #6bbc6e;
  --box__shadow: rgba(40, 30, 0, 0.2);
}

html {
  background: var(--font__color);
  scrollbar-gutter: stable;
}

.roboto {
  font-family: "roboto", 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;
  text-underline-offset: 0.3em;
}
.link__text:visited {
  color: var(--gray);
}

.nowrap {
  white-space: nowrap;
}

.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: var(--font__color);
  padding: 0.7rem clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  box-shadow: 0 0.2rem 0.2rem var(--box__shadow);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 550px) {
  .header {
    padding: 0.5rem;
  }
}
.header__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(2.8rem, 1.1rem + 3.2vw, 3.5rem);
}
@media (max-width: 850px) {
  .header__logo {
    height: clamp(2.2rem, 1.8377358491rem + 1.8113207547vw, 2.8rem);
  }
}
.header__logo img {
  width: auto;
  height: 100%;
}
.header__nav__wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.75rem + 4vw, 2rem);
}
.header__nav li a {
  font-size: clamp(0.9rem, 0.5rem + 0.53vw, 1rem);
  line-height: 1.4em;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.header__nav li a .roboto {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header__nav li a .japanese {
  font-weight: 500;
}
.header__nav li a:hover {
  color: var(--heavy__orange);
}
.header__nav li a i {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.header__nav li a.button {
  font-size: clamp(2.1rem, 1.8454545455rem + 1.2727272727vw, 2.8rem);
}
.header__nav li a.tel {
  color: var(--light__orange);
}
.header__nav li a.tel:hover {
  color: var(--heavy__orange);
}
.header__nav li a.mail {
  color: var(--light__orange);
}
.header__nav li a.mail:hover {
  color: var(--heavy__orange);
}
.header__nav li a.line {
  font-size: clamp(1.9rem, 1.6454545455rem + 1.2727272727vw, 2.6rem);
  color: var(--line__green);
}
.header__nav li a.line:hover {
  color: var(--heavy__orange);
}
.header .burger__button {
  width: 3.5rem;
  width: 2.5rem;
  height: 3.5rem;
  height: 2.5rem;
  padding: 0.3rem;
  aspect-ratio: 1/1;
  background: var(--font__color);
  display: grid;
  place-items: center;
}
.header .burger__button img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(960%) hue-rotate(185deg) brightness(117%) contrast(100%);
  transition: all 0.3s;
}
.header .burger__button img:hover {
  filter: brightness(0) saturate(100%) invert(47%) sepia(52%) saturate(1732%) hue-rotate(358deg) brightness(95%) contrast(93%);
}
.global__nav {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: url(../images/nav-bg.webp) no-repeat;
  background-size: cover;
  background-position: top;
  padding: clamp(5rem, 1.9811320755rem + 15.0943396226vw, 10rem) clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.4s;
}
.global__nav.is-active {
  transform: translateY(0);
}
.global__nav__ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .global__nav__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  .global__nav__ul {
    grid-template-columns: 1fr;
  }
}
.global__nav__ul li {
  width: 100%;
}
.global__nav__ul li a {
  padding: 0.2em 1rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.global__nav__ul li a .roboto {
  font-size: 0.9rem;
}
.global__nav__ul li a .japanese {
  font-size: clamp(1.1rem, 1.0272727273rem + 0.3636363636vw, 1.3rem);
}
.global__nav__ul li a::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.global__nav__ul li a:hover {
  color: var(--white);
}
.global__nav__ul li a:hover::after {
  width: 100%;
}
.global__nav__buttons {
  width: 100%;
  max-width: 500px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .global__nav__buttons {
    max-width: 340px;
    margin: 0 auto;
  }
}
.global__nav__buttons a {
  font-size: clamp(1rem, 0.9272727273rem + 0.3636363636vw, 1.2rem);
  width: 100%;
  padding: 1rem clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global__nav__buttons a div {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.1363636364rem + 1.8181818182vw, 1.5rem);
}
.global__nav__buttons a div i {
  font-size: 1.5em;
}
.global__nav__buttons .global__nav__contact {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--heavy__orange) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.global__nav__buttons .global__nav__contact:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.global__nav__buttons .global__nav__tel {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--font__color) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.global__nav__buttons .global__nav__tel:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.global__nav__buttons .global__nav__line {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--line__green) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.global__nav__buttons .global__nav__line:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.global__nav__company__info {
  width: 100%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0 0 10px var(--box__shadow);
  margin: 0 auto;
  padding: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.global__nav__company__info .logo {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.global__nav__company__info__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .global__nav__company__info__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.global__nav__dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.global__nav__dl__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.global__nav__dl__inner dt {
  font-size: 1.1rem;
}
.global__nav__dl__inner dd {
  font-size: 1.2rem;
  padding-left: 1rem;
}
.global__nav__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .global__nav__map iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}

/* footer ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.footer {
  width: 100%;
  background: var(--font__color);
  color: var(--white);
  border-top: 1rem solid var(--heavy__orange);
  padding: 4rem clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__logo__wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .footer__logo__wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo img {
  width: 100%;
  max-width: 320px;
}
.footer__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}
@media (max-width: 830px) {
  .footer__inner {
    max-width: 440px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer__info {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 830px) {
  .footer__info {
    margin: 0 auto;
    align-items: center;
  }
}
.footer__info .footer__dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__info .footer__dl__inner {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 1rem;
}
.footer__info .footer__dl dd {
  line-height: 1.6em;
}
.footer__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.footer__nav {
  height: 100%;
}
.footer__nav ul {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1075px) {
  .footer__nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 385px) {
  .footer__nav ul {
    display: flex;
    flex-direction: column;
  }
}
.footer__nav ul li {
  width: 100%;
}
.footer__nav ul li a {
  padding: 0.2em 1rem;
  background: var(--white);
  color: var(--font__color);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.footer__nav ul li a .roboto {
  font-size: 0.9rem;
}
.footer__nav ul li a .japanese {
  font-size: clamp(1.1rem, 1.0272727273rem + 0.3636363636vw, 1.3rem);
}
.footer__nav ul li a::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.footer__nav ul li a:hover {
  color: var(--white);
}
.footer__nav ul li a:hover::after {
  width: 100%;
}
.footer__copy {
  width: 100%;
  display: block;
  background: var(--white);
  color: var(--font__color);
  text-align: center;
  padding: 0.4rem;
}
.footer__copy small {
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* CTA ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.cta {
  width: 100%;
  background: url(../images/index/cta-bg-pc.webp) no-repeat;
  background-size: cover;
  background-position: 60% center;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cta {
    background: url(../images/index/cta-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: clamp(12rem, 7.7046979866rem + 21.4765100671vw, 18rem);
  }
}
.cta__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .cta__inner {
    max-width: 420px;
  }
}
.cta__inner .section__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cta__inner .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.cta__inner .section__title h2 {
  word-break: keep-all;
  color: var(--white);
  text-shadow: 0 0 10px var(--box__shadow);
}
.cta__inner .cta__main__text {
  color: var(--white);
  text-shadow: 0 0 10px var(--box__shadow);
}
.cta__inner .cta__inner__buttons {
  width: 100%;
  max-width: 500px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cta__inner .cta__inner__buttons {
    max-width: 340px;
    margin: 0 auto;
  }
}
.cta__inner .cta__inner__buttons a {
  font-size: clamp(1rem, 0.9272727273rem + 0.3636363636vw, 1.2rem);
  width: 100%;
  padding: 1rem clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta__inner .cta__inner__buttons a div {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.1363636364rem + 1.8181818182vw, 1.5rem);
}
.cta__inner .cta__inner__buttons a div i {
  font-size: 1.2em;
}
.cta__inner .cta__inner__buttons .cta__contact {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--heavy__orange) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.cta__inner .cta__inner__buttons .cta__contact:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.cta__inner .cta__inner__buttons .cta__tel {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--font__color) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.cta__inner .cta__inner__buttons .cta__tel:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.cta__inner .cta__inner__buttons .cta__line {
  color: var(--white);
  background: linear-gradient(90deg, var(--white) 0 50%, var(--line__green) 50% 100%);
  background-size: 220% 100%;
  background-position: right;
  transition: color 0.3s, background-position 0.3s;
}
.cta__inner .cta__inner__buttons .cta__line:hover {
  background-position: left;
  color: var(--heavy__orange);
}
.cta__inner .cta__area {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cta__inner .cta__area {
    width: 100%;
    max-width: 340px;
    background: var(--box__shadow);
    padding: 1rem;
    margin: 0 auto;
  }
}
.cta__inner .cta__area .sub {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.cta__inner .cta__area h3 {
  color: var(--white);
  text-shadow: 0 0 10px var(--box__shadow);
}
.cta__inner .cta__area p {
  color: var(--white);
  text-shadow: 0 0 10px var(--box__shadow);
}

/* プライバシーポリシーのモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.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(--gray);
  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 h3 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.2rem, 1.0181818182rem + 0.9090909091vw, 1.7rem);
}
.contact__modal__result h4 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.1rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
}
.contact__modal__result p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__modal__result dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.8em;
}
.contact__modal__result dl .data__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact__modal__result dl .message__wrap {
  display: flex;
  flex-direction: column;
}
.contact__modal__result .announce {
  margin-top: 2rem;
  font-size: 0.9em;
  color: var(--heavy__orange);
}
.contact__modal .contact__modal__close__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  border: none;
  background: var(--gray);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.contact__modal .contact__modal__close__button:hover {
  background: var(--font__color);
}

/*=============================================================================================*/
/* _lp.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
:root {
  --font__color: #202020;
  --black: #090909;
  --white: #fff;
  --offwhite: #f7f4ef;
  --orange: #e8720d;
  --light__orange: #fe963b;
  --heavy__orange: #c94012;
  --gray: #68635e;
  --heavy__gray: #404040;
  --light__gray: #ddd7cf;
  --line__green: #6bbc6e;
  --box__shadow: rgba(40, 30, 0, 0.2);
}

/* mv ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.mv {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.mv__image {
  width: 100%;
  height: auto;
}
.mv__bg {
  width: 100%;
}
.mv__title {
  width: 100%;
}
.mv__text {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: clamp(1rem, -1rem + 2.5vw, 2rem);
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv__text {
    width: 71%;
    left: clamp(1rem, -0.6724738676rem + 5.574912892vw, 2rem);
    transform: translateY(-40%);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .mv__text {
    width: 62%;
    left: clamp(1rem, -1rem + 10vw, 2rem);
    transform: translateY(-38%);
  }
}
.mv__text__image {
  width: 100%;
  height: auto;
}
.mv__text__buttons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 1280px) {
  .mv__text__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .mv__text__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .mv__text__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.mv__text__buttons a {
  width: 100%;
  font-size: clamp(1rem, 0.6rem + 0.5vw, 1.2rem);
  line-height: 1em;
  width: 100%;
  padding: 0.7em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mv__text__buttons a {
    font-size: clamp(1rem, 0.6655052265rem + 1.1149825784vw, 1.2rem);
    padding: 0.5em 0.8em;
  }
}
@media (max-width: 480px) {
  .mv__text__buttons a {
    font-size: clamp(0.8rem, 0.4rem + 2vw, 1rem);
    padding: 0.4em 0.8em;
  }
}
.mv__text__buttons a i {
  font-size: 0.9em;
  display: grid;
  place-items: center;
  line-height: 1em;
  height: 100%;
}
.mv__text__contact__button {
  width: 100%;
  padding: 1em clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  background-color: var(--heavy__orange);
  background-image: linear-gradient(var(--white), var(--white));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  color: var(--white);
  border: 1px solid var(--gray);
  transition: background-size 0.3s, color 0.3s;
}
.mv__text__contact__button i {
  color: var(--white);
  transition: color 0.3s;
}
.mv__text__contact__button:hover {
  background-size: 100% 100%;
  color: var(--heavy__orange);
  border: 1px solid var(--heavy__orange);
}
.mv__text__contact__button:hover i {
  color: var(--heavy__orange);
}
.mv__text__works__button {
  width: 100%;
  padding: 1em clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  background-color: var(--font__color);
  background-image: linear-gradient(var(--white), var(--white));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  color: var(--white);
  border: 1px solid var(--heavy__orange);
  transition: background-size 0.3s, color 0.3s;
}
.mv__text__works__button i {
  color: var(--heavy__orange);
}
.mv__text__works__button:hover {
  background-size: 100% 100%;
  color: var(--heavy__orange);
}

/* intro ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.intro {
  width: 100%;
  background: var(--offwhite);
  padding: 4rem 2rem;
  position: relative;
  z-index: 0;
}
.intro::after {
  content: "";
  width: 40%;
  height: 100%;
  background: var(--font__color);
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro::after {
    width: 80%;
    height: 48dvh;
    top: auto;
    bottom: 0;
  }
}
.intro__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .intro__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
.intro__contents {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.intro__contents .section__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.intro__contents .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.intro__contents .section__title h2 {
  word-break: keep-all;
}
.intro__contents__text {
  width: 100%;
  max-width: 550px;
}
.intro__contents__icons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .intro__contents__icons {
    max-width: 600px;
    margin: 0 auto;
  }
}
.intro__contents__icons__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro__contents__icons__icon img {
  width: 60%;
  max-width: 100px;
  margin: 0 auto 1.5rem auto;
}
.intro__contents__icons__icon .roboto {
  color: var(--heavy__orange);
  font-size: 1.2rem;
}
.intro__contents__icons__icon p {
  text-align: center;
  word-break: keep-all;
}
.intro__contents__link__text {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 2rem;
}
.intro__contents__link__text a {
  transition: all 0.3s;
}
.intro__contents__link__text a:hover {
  color: var(--heavy__orange);
}
.intro__contents__link__text i {
  color: var(--heavy__orange);
}
@media (max-width: 767px) {
  .intro__contents__link__text {
    margin: 0 auto;
  }
}
.intro__images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .intro__images {
    height: 40dvh;
  }
}
.intro__images__image1 {
  width: 50%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--offwhite);
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
}
.intro__images__image2 {
  width: 54%;
  height: 55%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--offwhite);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.intro__images__image3 {
  width: 60%;
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--offwhite);
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
}

/* lineup ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.index__lineup {
  width: 100%;
  padding: 4rem 2rem;
  background: var(--font__color);
  transform: translateY(-1px);
}
.index__lineup__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.index__lineup__inner .section__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.index__lineup__inner .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.index__lineup__inner .section__title h2 {
  word-break: keep-all;
  color: var(--white);
}
.index__lineup__inner__text {
  color: var(--white);
  margin-top: -1em;
}
.index__lineup__inner__items {
  width: 100%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media (max-width: 665px) {
  .index__lineup__inner__items {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .index__lineup__inner__items::-webkit-scrollbar {
    display: none;
  }
}
.index__lineup__inner__items__item {
  width: 100%;
  background: var(--heavy__gray);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s;
}
@media (max-width: 665px) {
  .index__lineup__inner__items__item {
    flex: 0 0 clamp(170px, 68vw, 320px);
    width: auto;
    max-width: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
.index__lineup__inner__items__item:hover {
  background: var(--gray);
}
.index__lineup__inner__items__item:hover img {
  transform: scale(1.1);
}
.index__lineup__inner__items__item__image__wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.index__lineup__inner__items__item__image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.index__lineup__inner__items__item .roboto {
  color: var(--heavy__orange);
}
.index__lineup__inner__items__item .number {
  font-size: clamp(3.5rem, 2.9545454545rem + 2.7272727273vw, 5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.1rem;
  line-height: 1em;
  text-shadow: 0 0 10px var(--box__shadow);
  padding-left: 0.2em;
  margin-top: -0.95em;
  margin-bottom: -1rem;
  position: relative;
  z-index: 1;
}
.index__lineup__inner__items__item .english {
  font-size: clamp(0.9rem, 0.7545454545rem + 0.7272727273vw, 1.3rem);
  padding: 0 1rem 0.5rem 1rem;
}
.index__lineup__inner__items__item h3 {
  font-size: 1.4rem;
  color: var(--white);
  padding: 0 1rem;
  word-break: keep-all;
}
.index__lineup__inner__items__item p {
  padding: 0 1rem;
  color: var(--white);
}
.index__lineup__inner__items__item__arrow {
  width: 100%;
  text-align: right;
  margin-top: auto;
  padding: 0.5rem 1rem;
  color: var(--heavy__orange);
}
.index__lineup__inner__link__text {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all 0.3s;
  color: var(--white);
  margin-left: auto;
  padding-right: 2rem;
}
.index__lineup__inner__link__text:hover {
  color: var(--heavy__orange);
}
.index__lineup__inner__link__text i {
  color: var(--heavy__orange);
  padding-left: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media (max-width: 767px) {
  .index__lineup__inner__link__text {
    margin: 0 auto;
  }
}

/* works ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.works {
  width: 100%;
  background: var(--offwhite);
  padding: 4rem 2rem;
}
.works__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "title link" "text  link" "items items";
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .works__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .works__inner__link__text {
    margin: 0 auto;
  }
}
.works__inner .section__title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.works__inner .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.works__inner .section__title h2 {
  word-break: keep-all;
  color: var(--font__color);
}
.works__inner__text {
  grid-area: text;
  margin-top: -1rem;
}
.works__inner__link__text {
  grid-area: link;
  align-self: end;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all 0.3s;
  color: var(--font__color);
  padding-right: 2rem;
}
.works__inner__link__text:hover {
  color: var(--heavy__orange);
}
.works__inner__link__text i {
  color: var(--heavy__orange);
  padding-left: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media (max-width: 767px) {
  .works__inner__link__text {
    margin: 0 auto;
  }
}
.works__inner__items {
  max-height: 70dvh;
  min-height: 550px;
  grid-area: items;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .works__inner__items {
    min-height: auto;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .works__inner__items::-webkit-scrollbar {
    display: none;
  }
}
.works__inner__items__item {
  min-width: 0;
  min-height: 0;
  background: var(--white);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.5rem;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .works__inner__items__item {
    grid-column: auto !important;
    grid-row: auto !important;
    flex: 0 0 clamp(170px, 68vw, 320px);
    width: auto;
    max-width: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    display: flex;
    flex-direction: column;
  }
  .works__inner__items__item__image__wrap {
    flex: none;
    aspect-ratio: 1/1 !important;
  }
}
.works__inner__items__item:hover {
  background: var(--font__color);
}
.works__inner__items__item:hover img {
  transform: scale(1.1);
}
.works__inner__items__item:hover .number {
  color: var(--white);
}
.works__inner__items__item:hover h3 {
  color: var(--heavy__orange);
}
.works__inner__items__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.works__inner__items__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.works__inner__items__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.works__inner__items__item__image__wrap {
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.works__inner__items__item__image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.works__inner__items__item__title__wrap {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.works__inner__items__item__title__wrap .number {
  color: var(--heavy__orange);
  transition: all 0.3s;
}
.works__inner__items__item__title__wrap h3 {
  width: 100%;
  font-size: clamp(1.2rem, 1.1636363636rem + 0.1818181818vw, 1.3rem);
  line-height: 1.4;
  margin-top: -0.3em;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .works__inner__items__item__title__wrap h3 {
    white-space: wrap;
  }
}
.works__inner__items__item__title__wrap i {
  padding-right: 1rem;
  color: var(--heavy__orange);
  margin-top: auto;
  margin-left: auto;
}

/* strengths ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.strengths {
  width: 100%;
  background: var(--heavy__gray);
  padding: 4rem 2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 900px) {
  .strengths {
    padding-top: 0;
  }
}
.strengths::after {
  content: "";
  width: 20vw;
  height: 100%;
  background: var(--font__color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 900px) {
  .strengths::after {
    width: 100%;
    height: clamp(4rem, 0.6896551724rem + 16.5517241379vw, 10rem);
  }
}
.strengths__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 900px) {
  .strengths__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.strengths__inner__image {
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.strengths__inner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
}
@media (max-width: 900px) {
  .strengths__inner__image {
    aspect-ratio: 2/1;
    position: relative;
    margin-left: -4rem;
  }
  .strengths__inner__image img {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.strengths__inner__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 900px) {
  .strengths__inner__text {
    width: 100%;
    max-width: 800px;
  }
}
.strengths__inner__text .section__title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.strengths__inner__text .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.strengths__inner__text .section__title h2 {
  word-break: keep-all;
  color: var(--white);
  font-size: clamp(1.8rem, 1.2705882353rem + 0.9411764706vw, 2.4rem);
}
@media (max-width: 900px) {
  .strengths__inner__text .section__title h2 {
    font-size: clamp(1.3rem, 1.024137931rem + 1.3793103448vw, 1.8rem);
  }
}
.strengths__inner__text ul {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 900px) {
  .strengths__inner__text ul {
    max-width: 400px;
    margin: 0 auto;
  }
}
.strengths__inner__text ul li {
  width: 100%;
}
.strengths__inner__text ul li a {
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  align-items: center;
  justify-content: space-between;
}
.strengths__inner__text ul li a .text__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1rem, -2rem + 5.3333333333vw, 2rem);
}
.strengths__inner__text ul li a .roboto {
  font-size: clamp(3rem, 2.1176470588rem + 1.568627451vw, 4rem);
  color: var(--heavy__orange);
  font-style: italic;
}
@media (max-width: 900px) {
  .strengths__inner__text ul li a .roboto {
    font-size: clamp(2rem, 1.4482758621rem + 2.7586206897vw, 3rem);
  }
}
.strengths__inner__text ul li a h3 {
  font-size: clamp(1.1rem, 0.5705882353rem + 0.9411764706vw, 1.7rem);
  color: var(--white);
  transition: color 0.3s;
  line-height: 1.4em;
}
@media (max-width: 900px) {
  .strengths__inner__text ul li a h3 {
    font-size: clamp(1.1rem, 1.0448275862rem + 0.275862069vw, 1.2rem);
  }
}
.strengths__inner__text ul li a:hover h3 {
  color: var(--heavy__orange);
}
.strengths__inner__text ul li i {
  color: var(--heavy__orange);
}
.strengths__inner__text ul hr {
  width: 100%;
  border: 1px solid var(--font__color);
}
@media (max-width: 900px) {
  .strengths__inner__text {
    max-width: 600px;
    margin: 0 auto;
  }
}
.strengths__cta__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1em clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  background-color: var(--font__color);
  background-image: linear-gradient(var(--white), var(--white));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  color: var(--white);
  border: 1px solid var(--heavy__orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  transition: background-size 0.3s, color 0.3s;
}
.strengths__cta__button i {
  color: var(--heavy__orange);
}
.strengths__cta__button:hover {
  background-size: 100% 100%;
  color: var(--heavy__orange);
  border: 1px solid var(--heavy__orange);
}
@media (max-width: 900px) {
  .strengths__cta__button {
    margin: 0 auto;
    align-items: flex-end;
    padding: 1em clamp(1rem, 0.4482758621rem + 2.7586206897vw, 2rem);
  }
}

/* はじめてのバイクガレージ....＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.guide {
  width: 100%;
  background: var(--offwhite);
  padding: 4rem 2rem;
}
.guide__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.guide__inner .section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.guide__inner .section__title img {
  width: 100%;
  max-width: 500px;
}
.guide__inner .section__title h2 {
  text-align: center;
  line-height: 1.4em;
  word-break: keep-all;
}
.guide__inner .section__title p {
  text-align: center;
  word-break: keep-all;
}
.guide__inner__items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 700px) {
  .guide__inner__items {
    max-width: 400px;
    display: flex;
    flex-direction: column;
  }
}
.guide__inner__items__item {
  width: 100%;
  background: var(--white);
  padding: 2rem;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 2rem 100%, 0 calc(100% - 2rem));
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
.guide__inner__items__item__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(3px) brightness(1.8) grayscale(1);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.guide__inner__items__item .image__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.guide__inner__items__item .image__wrap .english {
  font-size: clamp(1rem, 0.8909090909rem + 0.5454545455vw, 1.3rem);
  color: var(--heavy__orange);
  margin: 1rem 0 0 0;
}
.guide__inner__items__item .image__wrap img {
  width: 40%;
  max-width: 140px;
  height: auto;
  margin-left: auto;
}
@media (max-width: 700px) {
  .guide__inner__items__item .image__wrap img {
    width: 30%;
  }
}
.guide__inner__items__item h3 {
  font-size: clamp(1.2rem, 1.0181818182rem + 0.9090909091vw, 1.7rem);
}
.guide__inner__items__item .detail {
  text-align: right;
  color: var(--heavy__orange);
}
.guide__inner__items__item .detail i {
  margin-right: 1rem;
}
.guide__inner__items__item:hover .guide__inner__items__item__bg {
  opacity: 0.4;
}

/*=============================================================================================*/
/* _works.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
:root {
  --font__color: #202020;
  --black: #090909;
  --white: #fff;
  --offwhite: #f7f4ef;
  --orange: #e8720d;
  --light__orange: #fe963b;
  --heavy__orange: #c94012;
  --gray: #68635e;
  --heavy__gray: #404040;
  --light__gray: #ddd7cf;
  --line__green: #6bbc6e;
  --box__shadow: rgba(40, 30, 0, 0.2);
}

/* works-all.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.works__all {
  width: 100%;
  background: var(--offwhite);
  padding: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem) 2rem;
}
.works__all__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
}
.works__all__inner .section__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.works__all__inner .section__title .english {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
}
.works__all__inner .section__title h1 {
  color: var(--font__color);
  word-break: keep-all;
  line-height: 1.4em;
}
.works__all__inner__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 1.6363636364rem + 1.8181818182vw, 3rem) clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media (max-width: 900px) {
  .works__all__inner__items {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .works__all__inner__items {
    width: 90%;
    max-width: 320px;
    grid-template-columns: 1fr;
  }
}
.works__all__inner__items__item {
  width: 100%;
  height: 100%;
  min-width: 0;
  background: var(--white);
  color: var(--font__color);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 0 100%);
  transition: background-color 0.3s, transform 0.3s;
}
.works__all__inner__items__item:hover {
  background: var(--heavy__gray);
}
.works__all__inner__items__item:hover img {
  transform: scale(1.06);
}
.works__all__inner__items__item:hover h2 {
  color: var(--white);
}
.works__all__inner__items__item__image__wrap {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--gray);
  overflow: hidden;
}
@media (max-width: 600px) {
  .works__all__inner__items__item__image__wrap {
    aspect-ratio: 4/3;
  }
}
.works__all__inner__items__item__image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.works__all__inner__items__item__image__wrap .no__image {
  width: 100%;
  height: 100%;
  color: var(--white);
  background: var(--gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.works__all__inner__items__item__image__wrap .no__image i {
  font-size: 2.5rem;
}
.works__all__inner__items__item__image__wrap .no__image span {
  font-family: Arial, Helvetica, sans-serif;
}
.works__all__inner__items__item__body {
  min-height: 0;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.works__all__inner__items__item__body .number {
  color: var(--heavy__orange);
  font-size: 0.9rem;
}
.works__all__inner__items__item__body .number .roboto {
  font-weight: 700;
}
.works__all__inner__items__item__body h2 {
  font-size: clamp(1.1rem, 1.0090909091rem + 0.4545454545vw, 1.35rem);
  line-height: 1.5;
  transition: color 0.3s;
}
.works__all__inner__items__item__body i {
  margin-left: auto;
  margin-top: auto;
  color: var(--heavy__orange);
  padding-bottom: 0.3rem;
}
.works__all__count {
  margin-bottom: -2rem;
  text-align: right;
  color: var(--gray);
  font-size: 0.9rem;
}
@media (max-width: 600px) {
  .works__all__count {
    margin-bottom: -1rem;
  }
}
.works__all__error, .works__all__empty {
  width: 100%;
  padding: 3rem 1rem;
  background: var(--white);
  text-align: center;
}

.works__pager {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(5rem, 1fr) auto minmax(5rem, 1fr);
  align-items: center;
  gap: 1rem;
}
.works__pager__numbers {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.works__pager__numbers a,
.works__pager__numbers .works__pager__current {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--gray);
  color: var(--font__color);
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.works__pager__numbers a:hover {
  color: var(--heavy__orange);
  border-color: var(--heavy__orange);
}
.works__pager__numbers .works__pager__current {
  color: var(--white);
  background: var(--heavy__orange);
  border-color: var(--heavy__orange);
}
.works__pager__move {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--font__color);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: color 0.3s;
}
.works__pager__move.prev {
  grid-column: 1;
  justify-self: start;
}
.works__pager__move.next {
  grid-column: 3;
  justify-self: end;
}
.works__pager__move:hover {
  color: var(--heavy__orange);
}
.works__pager__ellipsis {
  padding-inline: 0.3rem;
}
@media (max-width: 600px) {
  .works__pager {
    grid-template-columns: 1fr 1fr;
  }
  .works__pager__numbers {
    grid-column: 1/3;
    grid-row: 1;
  }
  .works__pager__move {
    grid-row: 2;
  }
  .works__pager__move.prev {
    grid-column: 1;
  }
  .works__pager__move.next {
    grid-column: 2;
  }
}

/* works-detail.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.works__detail {
  width: 100%;
  background: var(--offwhite);
  padding: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem) 2rem clamp(4rem, 2.9090909091rem + 5.4545454545vw, 7rem);
}
@media (max-width: 600px) {
  .works__detail {
    padding-inline: 1rem;
  }
}
.works__detail__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
}
.works__detail__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.works__detail__header h1 {
  max-width: 900px;
  font-size: clamp(1.2rem, 0.8rem + 2vw, 2.3rem);
  line-height: 1.4;
  word-break: auto-phrase;
}
.works__detail__header time {
  color: var(--gray);
  font-family: Arial, Helvetica, sans-serif;
}
.works__detail__number {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.works__detail__number .roboto {
  font-size: clamp(1.3rem, 1.1181818182rem + 0.9090909091vw, 1.8rem);
  font-weight: 700;
}
.works__detail__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  padding: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.works__detail__content__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.works__detail__content__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
}
.works__detail__content__title h2 {
  font-size: clamp(1.4rem, 1.1818181818rem + 1.0909090909vw, 2rem);
}
.works__detail__navigation {
  width: 100%;
}
.works__detail__back {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--font__color);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s;
}
.works__detail__back:hover {
  color: var(--heavy__orange);
}
.works__detail__contact {
  min-width: min(100%, 320px);
  padding: 1rem 1.5rem;
  color: var(--white);
  background: var(--heavy__orange);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s, background-color 0.3s;
}
.works__detail__contact:hover {
  color: var(--heavy__orange);
  background: var(--heavy__gray);
}
.works__detail__error {
  padding: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
  background: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  color: var(--gray);
}
.breadcrumb a {
  color: var(--font__color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.breadcrumb a:hover {
  color: var(--heavy__orange);
}
.breadcrumb [aria-current=page] {
  color: var(--gray);
}

.works__gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.works__gallery__main {
  width: 100%;
  max-height: 650px;
  aspect-ratio: 4/3;
  background: var(--heavy__gray);
  overflow: hidden;
  position: relative;
}
.works__gallery__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 600px) {
  .works__gallery__main {
    aspect-ratio: 1/1;
  }
}
.works__gallery__main .works__gallery__arrow {
  width: clamp(2.5rem, 4vw, 3.5rem);
  aspect-ratio: 1;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}
.works__gallery__main .works__gallery__arrow--prev {
  left: 1rem;
}
.works__gallery__main .works__gallery__arrow--next {
  right: 1rem;
}
.works__gallery__main .works__gallery__arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}
.works__gallery__main .works__gallery__arrow:focus-visible {
  outline: 3px solid #e8720d;
  outline-offset: 3px;
}
.works__gallery__main .works__gallery__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.works__gallery__main {
  /*
  * スマホでは矢印を非表示にして
  * 左右スワイプで操作する
  */
}
@media (max-width: 850px) {
  .works__gallery__main .works__gallery__arrow {
    display: none;
  }
}
.works__gallery__thumbnails {
  width: 100%;
  padding-bottom: 0.5rem;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--heavy__orange) var(--light__gray);
}
.works__gallery__thumbnails.is-dragging {
  cursor: grabbing;
}
.works__gallery__thumbnail {
  flex: 0 0 130px;
  aspect-ratio: 4/3;
  padding: 0;
  background: var(--gray);
  border: 2px solid transparent;
  opacity: 0.55;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s, border-color 0.3s;
}
.works__gallery__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.works__gallery__thumbnail:hover, .works__gallery__thumbnail.is-active {
  opacity: 1;
  border-color: var(--heavy__orange);
}
.works__gallery__thumbnail:focus-visible {
  outline: 3px solid var(--heavy__orange);
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .works__gallery__thumbnail {
    flex-basis: 90px;
  }
}
.works__gallery__empty {
  width: 100%;
  aspect-ratio: 16/7;
  color: var(--white);
  background: var(--gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}
.works__gallery__empty i {
  font-size: 3rem;
}

.detail__main__text {
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.detail__main__text > * + * {
  margin-top: 1em;
}
.detail__main__text h2,
.detail__main__text h3,
.detail__main__text h4 {
  line-height: 1.5;
  margin-top: 1.5em;
}
.detail__main__text h2 {
  border-left: 0.5rem solid var(--heavy__orange);
  padding-left: 0.5rem;
  font-size: clamp(1.2rem, 1.0181818182rem + 0.9090909091vw, 1.7rem);
}
.detail__main__text h3 {
  padding: 0.2em 0.5em;
  font-size: clamp(1.1rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  background: var(--heavy__orange);
  color: var(--white);
}
.detail__main__text h4 {
  background: var(--heavy__gray);
  color: var(--white);
  font-size: clamp(1.1rem, 1.0272727273rem + 0.3636363636vw, 1.3rem);
  padding: 0.2em 0.5em;
}
.detail__main__text ul,
.detail__main__text ol {
  padding-left: 1.5em;
}
.detail__main__text ul {
  list-style: disc;
}
.detail__main__text ol {
  list-style: decimal;
}
.detail__main__text img {
  max-width: 100%;
  height: auto;
  display: block;
}
.detail__main__text a {
  color: var(--heavy__orange);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.detail__main__text table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.detail__main__text th,
.detail__main__text td {
  padding: 0.8rem;
  border: 1px solid var(--gray);
  white-space: nowrap;
}

/*=============================================================================================*/
/* _sub.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
:root {
  --font__color: #202020;
  --black: #090909;
  --white: #fff;
  --offwhite: #f7f4ef;
  --orange: #e8720d;
  --light__orange: #fe963b;
  --heavy__orange: #c94012;
  --gray: #68635e;
  --light__gray: #ddd7cf;
  --line__green: #6bbc6e;
  --box__shadow: rgba(40, 30, 0, 0.2);
}

/* company.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.company {
  width: 100%;
  padding: 4rem 2rem;
  background: var(--offwhite);
}
.company__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.company__inner .section__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.company__inner .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.company__inner .section__title h1 {
  word-break: keep-all;
  color: var(--font__color);
}
.company__inner .section__title__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.company__inner dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.company__inner dl .data__wrap {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
  border-bottom: 2px solid var(--white);
}
@media (max-width: 767px) {
  .company__inner dl .data__wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: none;
  }
}
.company__inner dl .data__wrap dt {
  background: var(--white);
  padding: 0.5rem 1rem;
  line-height: 1.8em;
}
.company__inner dl .data__wrap dd {
  padding: 0.5rem 1rem;
  line-height: 1.8em;
}
.company__inner dl .data__wrap .company__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.company__inner dl .data__wrap .company__address__wrap {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
@media (max-width: 405px) {
  .company__inner dl .data__wrap .company__address__wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.company__inner dl .data__wrap .company__address__wrap .title {
  white-space: nowrap;
}
.company__inner dl .data__wrap .company__address__wrap .address {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.8;
}

#concept {
  scroll-margin-top: 100px;
}

.concept {
  width: 100%;
  background: var(--white);
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.2727272727rem + 3.6363636364vw, 4rem);
}
.concept .section__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.concept .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.concept .section__title h2 {
  word-break: keep-all;
  color: var(--font__color);
}
.concept .section__title__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.concept__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.concept__inner .heading {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.concept__inner .heading__title__wrap {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  align-items: center;
}
@media (max-width: 767px) {
  .concept__inner .heading__title__wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.concept__inner .heading__title__wrap h3 {
  font-size: clamp(2.2rem, -0.1111111111rem + 4.8148148148vw, 3.5rem);
  line-height: 1.4em;
}
.concept__inner .heading__title__wrap img {
  width: 100%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 10% 100%);
}
.concept__inner .heading__text__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.concept__inner .heading__text__wrap p {
  text-align: center;
  word-break: keep-all;
}
.concept__inner .promise__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.concept__inner .promise__wrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
}
.concept__inner .promise__wrap h3 .roboto {
  font-size: 1.4em;
  font-weight: 500;
  font-style: italic;
  margin: 0 0.5rem;
  line-height: 1em;
}
.concept__inner .promise {
  width: 100vw;
  background: url(../images/company/promise-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 2rem;
  transform: translateX(-2rem);
}
.concept__inner .promise__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.concept__inner .promise__inner ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .concept__inner .promise__inner ul {
    display: flex;
    flex-direction: column;
  }
}
.concept__inner .promise__inner ul li {
  width: 100%;
  padding: 1rem;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept__inner .promise__inner ul li {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
@media (max-width: 550px) {
  .concept__inner .promise__inner ul li {
    max-width: 400px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
}
.concept__inner .promise__inner ul li .number {
  font-size: clamp(2.2rem, 2.0909090909rem + 0.5454545455vw, 2.5rem);
  color: var(--heavy__orange);
  font-style: italic;
  line-height: 1em;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.concept__inner .promise__inner ul li .icon {
  width: 60%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .concept__inner .promise__inner ul li .icon {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .concept__inner .promise__inner ul li .icon {
    width: 50%;
    max-width: 80px;
    margin: 0 auto;
  }
}
.concept__inner .promise__inner ul li .text__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.concept__inner .promise__inner ul li .text__wrap h4 {
  font-size: clamp(1.1rem, 1.0636363636rem + 0.1818181818vw, 1.2rem);
  text-align: center;
  line-height: 1.4em;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .concept__inner .promise__inner ul li .text__wrap h4 {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .concept__inner .promise__inner ul li .text__wrap h4 {
    text-align: center;
  }
}
.concept__inner .promise__inner ul li .text__wrap hr {
  width: 20%;
  margin: 0 auto;
  border: 1.5px solid var(--heavy__orange);
}
@media (max-width: 767px) {
  .concept__inner .promise__inner ul li .text__wrap hr {
    width: 90%;
    margin: 0;
  }
}
@media (max-width: 550px) {
  .concept__inner .promise__inner ul li .text__wrap hr {
    width: 20%;
    margin: 0 auto;
  }
}
.concept__inner .media {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.concept__inner .media h3 {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}
.concept__inner .media h3 img {
  width: 100%;
}
.concept__inner .media .tiktok-embed {
  width: 100%;
  max-width: 720px;
  min-width: 250px;
  margin-inline: auto;
}

/* faq.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.faq {
  width: 100%;
  background: var(--offwhite);
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.faq .section__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faq .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.faq .section__title h2 {
  word-break: keep-all;
  color: var(--font__color);
}
.faq .section__title__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq__items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__item {
  width: 100%;
  background: var(--white);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 1.25rem 100%, 0 calc(100% - 1.25rem));
  /*
   * 開いている質問
   */
}
.faq__item[open] .faq__question {
  color: var(--white);
  background: var(--heavy__gray);
}
.faq__item[open] .faq__question__icon::before, .faq__item[open] .faq__question__icon::after {
  background: var(--heavy__orange);
}
.faq__item[open] .faq__question__icon::after {
  opacity: 0;
}
.faq__item {
  /*
  * 基本はフェードで表示
  */
}
.faq__item::details-content {
  opacity: 0;
  overflow: clip;
  transition: opacity 0.25s ease, content-visibility 0.35s allow-discrete;
}
.faq__item[open]::details-content {
  opacity: 1;
}
.faq__question {
  width: 100%;
  min-height: 5rem;
  padding: 1.25rem 1.5rem;
  color: var(--font__color);
  background: var(--white);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 1.5rem;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s, background-color 0.3s;
  list-style: none;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question:hover {
  color: var(--white);
  background: var(--heavy__gray);
}
.faq__question:hover .faq__question__icon::before, .faq__question:hover .faq__question__icon::after {
  background: var(--heavy__orange);
}
.faq__question:focus-visible {
  outline: 3px solid var(--heavy__orange);
  outline-offset: -3px;
}
.faq__question__label {
  color: var(--heavy__orange);
  font-size: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
.faq__question__text {
  min-width: 0;
  font-size: clamp(1rem, 0.9272727273rem + 0.3636363636vw, 1.2rem);
  font-weight: 700;
  line-height: 1.7;
}
.faq__question__icon {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}
.faq__question__icon::before, .faq__question__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--heavy__orange);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, background-color 0.3s;
}
.faq__question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.3s;
}
@media (max-width: 600px) {
  .faq__question {
    min-height: 4.5rem;
    padding: 1rem;
    grid-template-columns: auto minmax(0, 1fr) 1.2rem;
    gap: 0.7rem;
  }
}
.faq__answer {
  padding: 1.5rem;
  background: var(--white);
  border-top: 1px solid var(--light__gray);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
}
.faq__answer__label {
  color: var(--heavy__orange);
  font-size: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}
.faq__answer p {
  min-width: 0;
  line-height: 2;
}
.faq__answer a {
  color: var(--heavy__orange);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
@media (max-width: 600px) {
  .faq__answer {
    padding: 1.25rem 1rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
  }
  .faq__answer p {
    line-height: 1.9;
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  .faq__item::details-content {
    height: 0;
    transition: height 0.35s ease, opacity 0.25s ease, content-visibility 0.35s allow-discrete;
  }
  .faq__item[open]::details-content {
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq__question,
  .faq__question__icon::before,
  .faq__question__icon::after {
    transition: none;
  }
  .faq__item::details-content {
    transition: none;
  }
}
#flow {
  scroll-margin-top: 100px;
}

.flow {
  width: 100%;
  padding: 4rem 2rem;
  color: var(--white);
  background: var(--heavy__gray);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 600px) {
  .flow {
    padding-inline: 1rem;
  }
}
.flow__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5909090909rem + 4.5454545455vw, 5rem);
  position: relative;
  z-index: 1;
}
.flow__inner .section__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.flow__inner .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.flow__inner .section__title h2 {
  word-break: keep-all;
  color: var(--white);
}
.flow__inner .section__title__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.flow__list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  list-style: none;
  /*
   * タイムライン中央線
   */
}
.flow__list::before {
  content: "";
  width: 2px;
  border-radius: 1px;
  background: var(--heavy__orange);
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow__item {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  position: relative;
  /*
   * 奇数は左側
   */
}
.flow__item:nth-child(odd) .flow__item__body {
  grid-column: 1;
  grid-row: 1;
}
.flow__item {
  /*
   * 偶数は右側
   */
}
.flow__item:nth-child(even) .flow__item__body {
  grid-column: 3;
  grid-row: 1;
}
.flow__item__body {
  min-width: 0;
  padding: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  color: var(--font__color);
  background: var(--white);
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 1.25rem 100%, 0 calc(100% - 1.25rem));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.flow__item__body img {
  width: 60%;
  max-width: 200px;
  transform: translateY(-2rem) translateX(-2rem);
  margin-bottom: -1rem;
  clip-path: polygon(0 0, 0 100%, 92% 95%, 100% 0);
}
.flow__item__body h3 {
  font-size: clamp(1.15rem, 1.0227272727rem + 0.6363636364vw, 1.5rem);
  line-height: 1.5;
}
.flow__item__body hr {
  width: 20%;
  height: 3px;
  background: var(--heavy__orange);
  border-radius: 1.5px;
  border: none;
}
.flow__item__body p {
  line-height: 1.9;
}
.flow__number {
  width: 4rem;
  height: 4rem;
  color: var(--white);
  background: var(--heavy__orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  position: relative;
  z-index: 2;
}
.flow__number .label {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}
.flow__number .number {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.flow__note {
  margin-top: -2rem;
  color: var(--light__gray);
  font-size: 0.85rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 750px) {
  .flow__list {
    gap: 1.5rem;
  }
  .flow__list::before {
    top: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
    transform: translateX(-50%);
  }
  .flow__item {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .flow__item:nth-child(odd) .flow__item__body, .flow__item:nth-child(even) .flow__item__body {
    grid-column: 2;
    grid-row: 1;
  }
  .flow__item__body {
    padding: 1.5rem 1rem;
  }
  .flow__item__body img {
    transform: translate(-1rem, -1.5rem);
  }
  .flow__number {
    width: 3.5rem;
    height: 3.5rem;
    grid-column: 1;
    grid-row: 1;
  }
  .flow__number .number {
    font-size: 1.3rem;
  }
  .flow__note {
    margin-top: -1rem;
    text-align: left;
  }
}
@media (max-width: 400px) {
  .flow__list::before {
    left: 1.5rem;
  }
  .flow__item {
    grid-template-columns: 3rem minmax(0, 1fr);
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .flow__number {
    width: 3rem;
    height: 3rem;
  }
  .flow__number .label {
    font-size: 0.5rem;
  }
  .flow__number .number {
    font-size: 1.1rem;
  }
  .flow__item__body {
    padding: 1.25rem 1rem;
  }
}

/* reason.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.reason__mv {
  width: 100%;
  color: var(--white);
}
.reason__mv__inner {
  width: 100%;
  padding-left: 2rem;
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.reason__mv__inner__deco {
  height: calc(100% + 1rem);
  position: absolute;
  top: -0.5rem;
  left: -1rem;
}
@media (max-width: 767px) {
  .reason__mv__inner__deco {
    display: none;
  }
}
@media (max-width: 767px) {
  .reason__mv__inner {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.reason__mv__title {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 0.6143187067rem + 1.8475750577vw, 2rem);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .reason__mv__title {
    width: 100%;
    max-width: auto;
    margin: 0;
    padding: 2rem;
  }
}
.reason__mv__title__deco {
  display: none;
  width: calc(60% + 1rem);
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .reason__mv__title__deco {
    display: block;
  }
}
.reason__mv__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.reason__mv__title h1 {
  color: var(--white);
  line-height: 1.4em;
  font-size: clamp(1.4rem, -0.9027713626rem + 4.8036951501vw, 2.7rem);
}
@media (max-width: 767px) {
  .reason__mv__title h1 {
    font-size: clamp(1.2rem, 0.4841163311rem + 3.5794183445vw, 2.2rem);
  }
}
.reason__mv__title h1 .nowrap {
  display: flex;
  gap: 0.5em;
  align-items: end;
}
.reason__mv__title h1 img {
  width: 100%;
  max-width: 520px;
  margin: 0.2em 0;
}
.reason__mv__title__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reason__mv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason__mv__ul__wrap {
  width: 100%;
  background: var(--offwhite);
  padding: 4px 0 0 0;
}
.reason__mv__ul__wrap ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul {
    width: 100%;
    padding: 0 clamp(1rem, 0.4920634921rem + 2.5396825397vw, 2rem);
    display: flex;
    flex-direction: column;
  }
}
.reason__mv__ul__wrap ul li {
  width: 100%;
}
.reason__mv__ul__wrap ul li:nth-child(1) {
  transform: translateX(2rem);
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul li:nth-child(1) {
    transform: translateX(0);
  }
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul li:nth-child(2) {
    margin: 0 auto;
  }
}
.reason__mv__ul__wrap ul li:nth-child(3) {
  transform: translateX(-2rem);
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul li:nth-child(3) {
    transform: translateX(0);
    margin-left: auto;
  }
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul li {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
  }
}
.reason__mv__ul__wrap ul li a {
  width: 100%;
  background: var(--font__color);
  font-size: clamp(0.9rem, -0.24rem + 1.92vw, 1.2rem);
  padding: 1.5rem 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
  transition: background-color 0.3s;
}
.reason__mv__ul__wrap ul li a:hover {
  background: var(--heavy__orange);
}
@media (max-width: 950px) {
  .reason__mv__ul__wrap ul li a {
    padding: 1rem clamp(2rem, 1.4920634921rem + 2.5396825397vw, 3rem);
    font-size: clamp(1rem, 0.8984126984rem + 0.5079365079vw, 1.2rem);
  }
}

.reason__wrap {
  background: var(--offwhite);
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.reason__wrap hr {
  width: 100%;
  height: 2px;
  background: var(--gray);
  border: none;
}

.reason {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  scroll-margin-top: 100px;
}
.reason .section__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.reason .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.reason .section__title h2 {
  font-size: clamp(1.2rem, 0.9090909091rem + 1.4545454545vw, 2rem);
  word-break: keep-all;
  color: var(--font__color);
}
.reason__heading {
  width: 100%;
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  align-items: center;
}
@media (max-width: 767px) {
  .reason__heading {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.reason__heading h3 {
  font-size: clamp(1.8rem, -0.1555555556rem + 4.0740740741vw, 2.9rem);
  line-height: 1.4em;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .reason__heading h3 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: clamp(1.5rem, 1.1428571429rem + 1.7857142857vw, 2rem);
    text-align: center;
  }
}
.reason__heading img {
  width: 100%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 10% 100%);
}
@media (max-width: 767px) {
  .reason__heading img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.reason__description {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .reason__description {
    max-width: 520px;
  }
}
.reason ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.reason ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reason ul li h3 {
  padding-left: 1rem;
  position: relative;
  z-index: 0;
}
.reason ul li h3::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--heavy__orange);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reason__works__button__wrap {
  width: 100%;
  padding: 4rem 2rem;
  background: var(--offwhite);
}
.reason__works__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1em clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  background-color: var(--font__color);
  background-image: linear-gradient(var(--white), var(--white));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  color: var(--white);
  border: 1px solid var(--heavy__orange);
  text-align: center;
  line-height: 1.4em;
  word-break: keep-all;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  transition: background-size 0.3s, color 0.3s;
}
.reason__works__button i {
  color: var(--heavy__orange);
}
.reason__works__button:hover {
  background-size: 100% 100%;
  color: var(--heavy__orange);
}

/* lineup.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.lineup {
  width: 100%;
  padding: 4rem 2rem;
  background: var(--offwhite);
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.lineup__page__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lineup__page__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.lineup__page__title h1 {
  word-break: keep-all;
  color: var(--font__color);
}
.lineup__slide {
  --slide-gap: 4px;
  --slide-duration: 55s;
  width: 100vw;
  overflow: hidden;
  transform: translateX(-2rem);
}
.lineup__slide__track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: lineup-slide var(--slide-duration) linear infinite;
  will-change: transform;
}
.lineup__slide__group {
  flex-shrink: 0;
  display: flex;
  gap: var(--slide-gap);
  padding-right: var(--slide-gap);
}
.lineup__slide img {
  width: clamp(8rem, 6.5454545455rem + 7.2727272727vw, 12rem);
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .lineup__slide {
    --slide-gap: 4px;
    --slide-duration: 45s;
  }
  .lineup__slide img {
    width: clamp(5rem, 0.4285714286rem + 22.8571428571vw, 9rem);
  }
}
@keyframes lineup-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lineup .lineup__slide {
    overflow-x: auto;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .lineup .lineup__slide__track {
    animation: none;
  }
  .lineup .lineup__slide__group:nth-child(2) {
    display: none;
  }
}
.lineup hr {
  width: 100%;
  height: 2px;
  background: var(--gray);
  border: none;
}
.lineup__contents {
  scroll-margin-top: 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 0;
}
.lineup__contents .decoration {
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.lineup__contents .section__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lineup__contents .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.lineup__contents .section__title h2 {
  font-size: clamp(1.2rem, 0.9090909091rem + 1.4545454545vw, 2rem);
  word-break: keep-all;
  color: var(--font__color);
}
.lineup__items__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lineup__items__wrap h3 {
  padding-left: 1rem;
  position: relative;
  z-index: 0;
}
.lineup__items__wrap h3::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--heavy__orange);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lineup__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 500px) {
  .lineup__items {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
.lineup__item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0.3rem 0.3rem 10px var(--box__shadow);
}
.lineup__item h4 {
  font-size: clamp(1.2rem, 1.0545454545rem + 0.7272727273vw, 1.6rem);
  line-height: 1.4em;
  word-break: keep-all;
}
.lineup__item__image__wrap {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 500px) {
  .lineup__item__image__wrap {
    max-width: none;
  }
}
.lineup__item__image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.lineup__item .arrow {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s;
}
.lineup__item:hover img {
  transform: scale(1.1);
}
.lineup__item:hover .arrow {
  color: var(--heavy__orange);
}

/* contact-form.php ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.contact {
  width: 100%;
  background: var(--offwhite);
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.contact .section__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact .section__title .roboto {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--heavy__orange);
  border-bottom: 2px solid var(--heavy__orange);
  font-size: 1.1rem;
}
.contact .section__title h1 {
  word-break: keep-all;
  color: var(--font__color);
}
.contact__others {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__others .contact__line__button {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__others .contact__line__button {
    max-width: 300px;
  }
}
.contact__others .contact__line__button img {
  width: 100%;
}
.contact__others .contact__tel__section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.contact__others .contact__tel__section p {
  word-break: keep-all;
  text-align: center;
}
.contact__others .contact__tel__section a {
  color: var(--heavy__orange);
  font-size: clamp(1.7rem, 1.5909090909rem + 0.5454545455vw, 2rem);
  line-height: 1em;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: color 0.3s;
}
.contact__others .contact__tel__section a i {
  font-size: 0.8em;
}
.contact__others .contact__tel__section a:hover {
  color: var(--orange);
}
.contact .form__wrap {
  width: 100%;
  max-width: 1200px;
  background: var(--white);
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
.contact .form__wrap h2 {
  text-align: center;
}
.contact .form__wrap .require__info {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: right;
  color: var(--heavy__orange);
}
.contact .contact__form {
  width: 100%;
  max-width: 700px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact .contact__form .require {
  color: var(--heavy__orange);
}
.contact .contact__form .field__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .contact__form .field__name {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact .contact__form .field__name p {
  line-height: 1.4em;
  font-size: clamp(1rem, 0.9272727273rem + 0.3636363636vw, 1.2rem);
}
.contact .contact__form .field__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact .contact__form .field__vertical {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .contact__form .field__horizontal {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact .contact__form .check {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 700;
}
.contact .contact__form .check input {
  scroll-margin: clamp(7rem, 2.143rem + 9.14vw, 9rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  background: #ddd;
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.contact .contact__form .check input:checked {
  background: var(--heavy__orange);
}
.contact .contact__form .check--square input {
  border-radius: 10%;
}
.contact .contact__form .check--circle input {
  border-radius: 50%;
}
.contact .contact__form input[type=text],
.contact .contact__form input[type=email],
.contact .contact__form input[type=tel] {
  scroll-margin: clamp(7rem, 2.143rem + 9.14vw, 9rem);
  width: 100%;
  background: var(--white);
  border: 1px solid var(--box__shadow);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.contact .contact__form input[type=text]:disabled,
.contact .contact__form input[type=email]:disabled,
.contact .contact__form input[type=tel]:disabled {
  background: rgba(0, 0, 0, 0.1);
}
.contact .contact__form .zip {
  width: 100%;
  max-width: 10rem;
}
.contact .contact__form .zip__wrap {
  align-items: center;
}
.contact .contact__form .zip__icon {
  font-size: 1.4em;
  margin-right: -0.5rem;
}
.contact .contact__form .zip__button {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  padding: 0.5em;
}
.contact .contact__form textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--box__shadow);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.contact .contact__form .submit__wrap {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: var(--clamp2remTo4rem) 0;
}
.contact .contact__form input[type=submit] {
  width: 100%;
  max-width: 300px;
  background: var(--heavy__orange);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  border-radius: 3em;
  font-size: 1.1rem;
}
.contact .contact__form input[type=submit]:disabled {
  background: var(--gray);
}
.contact .contact__form .turnstile__wrap {
  width: 100%;
  max-width: 300px;
  min-width: 0;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

/*=============================================================================================*/
/* _responsive.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/*=============================================================================================*/
.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;
  }
}