@charset "UTF-8";
:root {
  --noto: "Noto Sans JP", sans-serif;
  --mont: "Montserrat", sans-serif;
  --word: #1a1a1a;
  --footerBg: #2a2b2c;
  --white: #ffffff;
  --grayBg: #f3f3f3;
  --grayLine: #eeeeee;
  --blue: #1779cd;
  --green: #23bdbf;
  --ggreen: #006400;
  --fw4: 400;
  --fw5: 500;
  --fw6: 600;
  --fw7: 700;
  --fz10: calc(10 / 16 * 1rem);
  --fz12: calc(12 / 16 * 1rem);
  --fz14: calc(14 / 16 * 1rem);
  --fz16: 1rem;
  --fz18: calc(18 / 16 * 1rem);
  --fz10_12: clamp(0.625rem, 0.529rem + 0.29vw, 0.75rem);
  --fz12_16: clamp(0.75rem, 0.559rem + 0.59vw, 1rem);
  --fz14_16: clamp(0.875rem, 0.779rem + 0.29vw, 1rem);
  --fz14_18: clamp(0.875rem, 0.684rem + 0.59vw, 1.125rem);
  --fz16_18: clamp(1rem, 0.904rem + 0.29vw, 1.125rem);
  --fz16_20: clamp(1rem, 0.809rem + 0.59vw, 1.25rem);
  --fz16_24: clamp(1rem, 0.618rem + 1.18vw, 1.5rem);
  --fz18_20: clamp(1.125rem, 1.029rem + 0.29vw, 1.25rem);
  --fz18_24: clamp(1.125rem, 0.838rem + 0.88vw, 1.5rem);
  --fz20_24: clamp(1.25rem, 1.059rem + 0.59vw, 1.5rem);
  --fz20_32: clamp(1.25rem, 0.676rem + 1.76vw, 2rem);
  --fz24_28: clamp(1.5rem, 1.309rem + 0.59vw, 1.75rem);
  --fz22_28: clamp(1.375rem, 1.088rem + 0.88vw, 1.75rem);
  --fz24_32: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
  --fz28_40: clamp(1.75rem, 1.176rem + 1.76vw, 2.5rem);
  --fz28_48: clamp(1.75rem, 0.794rem + 2.94vw, 3rem);
  --fz32_40: clamp(2rem, 1.618rem + 1.18vw, 2.5rem);
  --fz48_56: clamp(3rem, 2.618rem + 1.18vw, 3.5rem);
  --pad: 32px;
  --max: 1024px;
}
@media (min-width: 520px) {
  :root :root {
    --pad: 80px;
  }
}

html{
  scroll-behavior: smooth;
}

body {
  font-size: var(--fz14_16);
  font-family: var(--noto);
  font-weight: var(--fw4);
  background-color: var(--white);
  color: var(--word);
  overflow-wrap: break-word;
  line-height: 1.75;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

picture,
figure {
  line-height: 1;
}

.tablet-in {
  display: none;
}
@media (min-width: 520px) {
  .tablet-in {
    display: inline-block;
  }
}

.desktop-in {
  display: none;
}
@media (min-width: 960px) {
  .desktop-in {
    display: inline-block;
  }
}

@media (min-width: 960px) {
  .desktop-none {
    display: none;
  }
}

.link a {
  display: inline-block;
  background-color: var(--white);
  font-weight: var(--fw5);
  padding-top: 24px;
  padding-bottom: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-radius: 40px;
  position: relative;
  width: min(100%, 544px);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .link a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .link a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.link a::before, .link a::after {
  content: "";
  position: absolute;
}

.target {
  opacity: 0;
}
.target.active {
  animation-name: fluffy;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

@media (min-width: 960px) {
  .service li:nth-child(1) {
    animation-delay: calc(1 * 0.3s) !important;
  }
  .service li:nth-child(2) {
    animation-delay: calc(2 * 0.3s) !important;
  }
  .service li:nth-child(3) {
    animation-delay: calc(3 * 0.3s) !important;
  }
}

@media (min-width: 960px) {
  .person li:nth-child(1) {
    animation-delay: calc(1 * 0.3s) !important;
  }
  .person li:nth-child(2) {
    animation-delay: calc(2 * 0.3s) !important;
  }
}

@media (min-width: 960px) {
  .case .caseItem:nth-of-type(1) {
    animation-delay: calc(1 * 0.3s) !important;
  }
  .case .caseItem:nth-of-type(2) {
    animation-delay: calc(2 * 0.3s) !important;
  }
}

@keyframes fluffy {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.sec {
  padding-top: 64px;
  width: min(100% - var(--pad), var(--max));
  margin-inline: auto;
}
@media (min-width: 960px) {
  .sec {
    padding-top: 120px;
  }
}

.secHeader {
  font-weight: var(--fw7);
  text-align: center;
}
.secHeader h1 {
  font-size: var(--fz28_48);
  font-family: YakuHanJP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom:60px;
}
.secHeader p {
  font-size: var(--fz16);
  margin-top: 8px;
}
@media (min-width: 960px) {
  .secHeader p {
    margin-top: 16px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  background-color: #FFF; /* お好みで背景色を設定 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 下に影をつける */
  position: fixed; /* ヘッダーを固定 */
  width: 100%; /* ビューポート全体の幅 */
  top: 0; /* 上部から0pxの位置に */
  left: 0; /* 左端から0pxの位置に */
  z-index: 1000; /* 他の要素より上に表示されるように */
};

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff; /* 背景色はサイトのデザインに合わせて調整してください */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* スクロール時にヘッダーに影を追加 */
}


#nav{
  position:fixed;
  right:34px;
  top:25px;
}
 
.nav-list{
  list-style: none;
  display: flex;
  gap: 20px; /* ナビゲーションアイテム間の間隔 */
  margin: 0;
  padding: 0;
}

.nav-list li {
  padding: 10px; /* タップしやすいようにパディングを追加 */
}

.nav-list a {
  text-decoration: none;
  color: #333; /* リンクの色 */
  font-weight: bold;
}
/* モバイルデバイスの画面幅に基づいたメディアクエリ */
@media (max-width: 768px) {
  .header a img {
      width: 120px; /* モバイルデバイス用のサイズ */
      height: auto; /* 高さを自動調整 */
  }
  .nav-list {
    gap: 8px; /* タップしやすいようにパディングを追加 */
  }
}

/* モバイルデバイス向けのスタイル */
@media (max-width: 768px) {
  /* 'About', 'Service', '会社概要' のナビゲーションリンクを非表示にする */
  .nav-list li:not(:nth-last-child(-n+2)) {
      display: none;
  }
}
.main{
  padding-top:100px;
}

h1 {
  padding-top:100px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  h1 {
    font-size: 100px;
  }
}

ul,
ol {
  list-style: none;
}

.btnWrap button {
  letter-spacing: 0.08em;
}
.btnWrap button a {
  color: #ffffff !important;
  text-decoration: none !important;
}

h1 {
  margin-top: 130px;
  text-transform: uppercase;
  position: relative;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 961px) {
  h1 {
    font-size: 100px;
  }
}

.privacy input {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
  top: 4px;
}

.privacy input:checked::after {
  content: "✓";
  color: black; /* チェックマークの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight:bold;
}
.privacy-policy {
  margin-top: 8px;
  padding: 16px;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  overflow-y: scroll;
  font-size: 12px;
  border-radius: 10px;
}
.privacy-policy .title {
  margin-top: 0;
  margin-bottom: 16px;
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy ul p {
  font-size: 12px;
  font-weight: 500;
}
.privacy-policy h2,
.privacy-policy h3 {
  margin-top: 16px;
}
.privacy-policy h4 {
  margin-top: 8px;
}

input,
textarea {
  background-color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}

textarea {
  resize: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaaaaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}

form {
  padding: 0 16px;
  width: min(100%, 1104px);
  margin: 80px auto 56px;
}
@media (min-width: 521px) {
  form {
    padding: 0 40px;
  }
}
@media (min-width: 521px) and (min-width: 961px) {
  form {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}

dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 961px) {
  dl {
    flex-direction: row;
  }
}

dl:not(:first-child) {
  margin-top: 42px;
}

dt {
  font-weight: 700;
  font-size: 16px;
  font-family:YakuHanJP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 961px) {
  dt {
    font-size: 18px;
    width: min(100%, 252px);
  }
}
dt span,
dt i {
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  display: inline-block;
  padding: 2px 4px;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  margin-left: 8px;
  top: -2px;
}
dt span {
  background-color: burlywood;
}
dt i {
  background-color: #aaaaaa;
}

dd {
  flex: 1;
}

.inquiry {
  margin-top: 32px !important;
}
@media (min-width: 961px) {
  .inquiry {
    margin-top: 60px !important;
  }
}
.inquiry li {
  margin: 4px 8px 4px 0;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 8px 16px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.inquiry li input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 4px;
  position: relative;
  top: 4px;
}
.inquiry li input:checked {
  border: 2px solid #1779cd; /* チェックされたときのボーダー色 */
}

.inquiry li input:checked::after {
  content: "✓";
  color: black; /* チェックマークの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.name input,
.company input,
.mail input,
.tel input {
  padding: 16px;
  width: 100%;
  border-radius: 10px;
}

.message textarea {
  padding: 16px;
  width: min(100%, 772px);
  border-radius: 10px;
  height: 150px;
}

#form_submit {
  margin-top: 32px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 961px) {
  #form_submit {
    margin-top: 42px;
  }
}

button[type=submit] {
  color: #ffffff;
  background-color: burlywood;
  padding: 12px 64px;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  letter-spacing: 0.15em;
}
@media (min-width: 961px) {
  button[type=submit]:hover {
    opacity: 0.7;
  }
}

.thanks {
  padding: 0 16px;
  margin: 80px auto 56px;
  width: min(100%, 1104px);
}
@media (min-width: 521px) {
  .thanks {
    padding: 0 40px;
  }
}
@media (min-width: 521px) and (min-width: 961px) {
  .thanks {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
.thanks-title {
  text-transform: uppercase;
  font-size: 50px;
  font-family: YakuHanJP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size:var(--fz28_48);
}

.thanks-message {
  margin-top: 32px;
}
@media (min-width: 961px) {
  .thanks-message {
    margin-top: 60px;
  }
}
.thanks-message p:not(:first-child) {
  margin-top: 16px;
}/*# sourceMappingURL=contact.css.map */

.footer {
  background-color: var(--footerBg);
  color: var(--white);
  padding: 32px 0 24px;
  text-align: center;
}
.footer ul {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.footer ul li {
  font-size: var(--fz12);
}
.footer ul li:not(:last-child)::after {
  position: relative;
  left: 4px;
  display: inline-block;
  content: "/";
}
.footer figure {
  margin-top: 16px;
}
.footer figure img {
  min-width: 271px;
}
.footer p {
  margin-top: 12px;
  font-size: var(--fz10_12);
}