@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@600&display=swap");
@import url("./reset.css");
/* ----------------
ベース
----------------------------*/

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

[id] {
  scroll-margin-top: calc(var(--height-header));
}
body {
  font-family:
    游ゴシック,
    Yu Gothic,
    游ゴシック体,
    Yu Gothic,
    YuGothic,
    Hiragino Kaku Gothic Pro,
    ヒラギノ角ゴ Pro W3,
    sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.8;
}

em {
  font-style: normal;
}

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

a:not([href]) {
  pointer-events: none;
}
#lightbox a:not([href]) {
  pointer-events: initial;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: normal;
}

img {
  height: auto;
}

p {
  text-wrap: unset;
}

/* カラー */
:root {
  --color-primary: #f5f3f1;
  --color-secondary: #9a8672;
  --color-accent: #5976ba;
  --color-menu-bg: #f5f3f1;
  --color-menu-link-bg: #ffffff;
  --color-border: #ccc;
  --color-gray: #888;
  --color-body: #000;
  --color-btn: #000;
  --color-base: #fff;
  --color-light: #fff;
  --bg-hero: #d7cfc7;
}

body {
  color: var(--color-body);
  background: var(--color-base);
}

/* コンテナ */
.container {
  margin: 0 auto;
}

/* 値 */
:root {
  --side: 18px;
}

/* ----------------
共通
----------------------------*/

/* アイコン・ボタン
--------------------------------------------- */

.icon.after {
  margin-inline-start: 4px;
}

.icon.before {
  margin-inline-end: 4px;
}

.icon {
  vertical-align: middle;
  display: inline-block;
  width: var(--icon-x, 12px);
  height: var(--icon-y, 12px);
}

.in-icon.blank {
  --icon-x: 12px;
  --icon-y: 12px;
}

.in-icon.blank .icon {
  mask-image: url(../img/common/icon-blank.svg);
  mask-size: contain;
  background: currentColor;
}

.arrow-01 {
  position: relative;
  display: inline-block;
}

.arrow-01:before {
  content: "";
  flex-shrink: 0;
  color: inherit;
  position: relative;
  display: inline-block;
  width: var(--arrow-size, 13px);
  height: var(--arrow-size, 13px);
  /* 枠線は 1px、右と下だけを残して角を作る */
  border: 1px solid currentColor;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  left: calc(var(--arrow-size) / 2);
}

.arrow-01.round {
  border-radius: 50%;
  border: 1px solid var(--color-accent);
  transition: all 0.2s;
}

.arrow-01.round::before {
  position: absolute;
  left: 0;
  right: calc(var(--arrow-size) / 3);
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-01.prev {
  transform: scale(-100%);
}

.button-outline a {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 1000px;
  padding-block: 0.325em;
  transition: 0.2s;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  color: var(--color-secondary);
}

@media (any-hover: hover) {
  .button-outline a:hover {
    color: var(--color-light);
    font-weight: bold;
    background-color: var(--color-secondary);
  }
}

.btn-more {
  margin-left: auto;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-more:hover {
  background: #333;
  color: #fff;
}

.default-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  margin-top: 16px;
  padding: 10px 20px;
  max-width: calc(425 / 16 * 1rem);
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--bg);
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
  padding-block: 1em;
}

.btn-wide {
}

.btn-init {
  --bg: var(--color-secondary);
  --text: var(--color-light);
}
.btn-accent {
  --bg: var(--color-accent);
  --text: var(--color-light);
}

@media (any-hover: hover) {
  .default-btn:hover {
    background: var(--text);
    color: var(--bg);
  }
}

/* タグ
--------------------------------------------- */

.news-tag,
.event-tag {
  padding: 4px 8px;
  border-radius: 500px;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
  display: inline-block;
  color: #fff;
}

.tag-notice {
  background: #5976ba;
}

.tag-support {
  background: #3ab54a;
}

.tag-info {
  background: #f4ed47;
  color: #000;
}

.tag-management {
  background-color: #998659;
}

.tag-staff {
  background-color: #85b200;
}
.tag-other {
  background-color: #797979;
}

.news-tag {
  font-size: 11px;
  width: 5.3125rem;
}

.event-tag {
  min-width: 83px;
  font-size: 13px;
  padding-block: 1px;
}

/* ユーティリティ
--------------------------------------------- */

.text-relaxed {
  letter-spacing: 1em;
}
.text-center {
  text-align: center;
}
.text-relaxed.text-center {
  text-indent: 1em;
}
br.sp {
  display: none;
}

@media (width < 80rem) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Accessibility
--------------------------------------------- */
.sc-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.sc-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
