:root {
  --bg: #ffffff;
  --text: #111;
  --max: 980px;
  /* PC時の最大幅（中央寄せ） */
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  border-style: none;
  vertical-align: middle;
}

.pc_only {
  display: none;
}

.pcbr {
  display: none;
}

@media screen and (min-width: 768px) {
  [href*='tel:'] {
    pointer-events: none;
  }

  a,
  a:hover {
    transition: .2s;
  }

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}

body {
  font-family: system-ui, -apple-system, "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* =========================
   レイアウト
========================= */

.container {
  max-width: var(--max);
  margin: 0 auto;
  /* 中央寄せ */
  padding: 0;
  /* デフォルト余白なし */
}

/* =========================
   ヘッダー / フッター
========================= */

.site-header,
.site-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.site-header h1,
.site-footer h1 {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.4;
  font-weight: 700;
}

.site-header p,
.site-footer p,
.site-footer small {
  font-size: clamp(13px, 1.8vw, 15px);
  opacity: 0.85;
}

/* =========================
   画像縦並び（1枚ずつ）
========================= */

.stack {
  display: block;
}

.img-block {
  margin: 0;
}

.stack .img-block:first-child {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.img-block img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   ギャラリー（グリッド）
========================= */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0;
  /* 画像間の余白なし */
}

.card {
  display: block;
}

.card img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   SP対応（左右余白を完全に消す）
========================= */

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    /* ← 左右余白ゼロ */
  }
}

/* =========================
   応募条件（スクショ風：左ラベル / 右本文・コントラスト強め）
========================= */

.recruit_require {
  max-width: var(--max, 1000px);
  margin: 60px auto;
}

.recruit_title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #fbb03a;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
  padding: 0 16px;
  /* SPでもタイトルが端にくっつかない最低限 */
  text-align: center;
}

/* 外枠 */
.require-box {
  display: grid;
  grid-template-columns: 260px 1fr;
  border: 1px solid #cfcfcf;
  background: #fff;
}

/* 左ラベル */
.require-box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fce6b4;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #222;
  padding: 48px 20px;
  border-right: 1px solid #cfcfcf;
  letter-spacing: 0.06em;
}

/* 右本文 */
.require-box dd {
  margin: 0;
  padding: 36px 40px;
  /* background: #f7f7f7; */
}

/* 箇条書き */
.require-text {
  list-style: none;
  margin: 0;
  padding: 0;
}

.require-text li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.85;
  color: #111;
}

.require-text li:last-child {
  margin-bottom: 0;
}

/* ●マーク */
.require-text li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #43d6ff;
  font-size: 14px;
}

/* SP：縦積み */
@media screen and (max-width: 768px) {
  .recruit_require {
    max-width: 100%;
  }

  .require-box {
    grid-template-columns: 1fr;
    border-left: 0;
    border-right: 0;
    /* SPは左右余白なし方針に合わせてフル幅感 */
  }

  .require-box dt {
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 18px;
  }

  .require-box dd {
    padding: 22px 18px;
  }
}

/* =========================
   LINE
========================= */
.copy-page {
  background-color: #f2f2f2;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Sans-Serif;

}

.copy-wrap {
  text-align: center;
  padding: 50px 0
}

.copy-wrap>p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75
}

.copy-wrap h2 {
  background-color: #06C755;
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  bottom: -10px;
  z-index: 1;
  font-size: 1.25em;
  font-weight: bold;
}

.copy-wrap h2::after {
  content: '';
  background: #06C755;
  height: calc(tan(60deg) * 20px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.copy-box {
  margin: auto;
  max-width: 650px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 20px;
}

.copy-text {
  appearance: none;
  resize: none;
  outline: none;
  border: none;
  background: #fff;
  width: 100%;
  height: 22em;
  color: #222;
  font-size: 18px;
  padding: 20px 20px;
  box-sizing: border-box;
  display: block;
  border-radius: 8px 8px 0 0;
  font-family: sans-serif;
}

.copy-btn {
  border: none;
  outline: none;
  appearance: none;
  width: 100%;
  height: 80px;
  background: #06C755;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 0;
  border-radius: 0 0 12px 12px;
  transition: 0.1s;
}

.copy-btn:hover {
  filter: brightness(110%);
}

.joinus {
  display: grid;
  gap: 30px;
  margin: 50px;
}

.joinus li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .joinus {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.joinus li a {
  display: block;
  margin: 0px 0%;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #28e;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 10px 13px;
  border-radius: 50px;
  cursor: pointer;
}

.joinus li:nth-of-type(2)>a {
  background-color: #06C755;
}

.joinus li a:hover {

  filter: brightness(110%);
}