@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

html,
body {
  color: #1a1a1a;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

/* モーダル表示中にスクロール禁止（スクロールバーは維持） */
html.modal-open {
  overflow: hidden;
}

body {
  background-color: #ffffff;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.025em;
  min-height: 100vh;
  width: 100%;
}

header,
footer {
  flex-shrink: 0;
}

footer {
  background-color: #17184b;
  color: #fff;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
  overflow: hidden;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 150%;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

a.text-link {
  color: #17184b;
  text-decoration: underline;
}

i {
  margin-right: 0.25em;
}

img {
  border-radius: 0.5rem;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  _width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

mark {
  background: linear-gradient(transparent 50%, #fde89d 50%);
}

/* テーブルの基本設定 */
table {
  width: 100%;
  border-collapse: collapse; /* セルを密着させる */
}

/* セルのスタイル */
th,
td {
  padding: 2rem 0; /* セル内の余白 */
  background-color: #fff; /* 背景色 */
  text-align: left; /* 中央揃え */
  position: relative; /* 擬似要素の基準位置 */
  border-bottom: 1px solid #000;
  line-height: 175%;
}

tr:first-child th,
tr:first-child td {
  padding-top: 0;
}

th {
  min-width: 5rem;
  text-align: center;
  width: 20%;
}

td {
  width: 80%;
}

/* 横方向のセル間スペース */
td + td,
th + td {
  border-left: 1rem solid transparent; /* セル間のスペース */
}

ul,
ol {
  margin: 0;
  padding: 0;
}

blockquote {
  background: #efefef;
  color: #555;
  font-style: italic;
  padding: 1em 1em 1em 3em;
  position: relative;
}

blockquote:before {
  color: #cfcfcf;
  content: "\f10d";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1em;
  font-weight: 900;
  left: 1em;
  line-height: 1;
  position: absolute;
  top: 1em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

section:not(.teaser):not(.map) {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.unit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 2.5rem;
  position: relative;
}

@media screen and (max-width: 769px) {
  .unit {
    padding: 0 1rem;
  }
}

[class*="flexbox"] {
  display: flex;
  display: -ms-flexbox;
}

[class*="flexbox"] > * {
  min-width: 0;
}

@media screen and (max-width: 769px) {
  [class*="flexbox"] {
    flex-direction: column;
  }
}

[class*="btn"] {
  align-items: center;
  background: #17184b;
  border: 1px solid #17184b;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 1.5rem;
  max-width: 240px;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
}

[class*="btn"]::after {
  content: "\e5c8";
  display: block;
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  font-weight: 200;
  height: 1.5rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
}

[class*="btn"].center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  [class*="btn"] {
    margin-top: 1rem;
  }
}

.center {
  text-align: center;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignnone {
  display: inline-block;
  margin: 0;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.show-m {
  display: none;
}

.hide-m {
  display: block;
}

@media screen and (max-width: 769px) {
  .show-m {
    display: block;
  }

  .hide-m {
    display: none;
  }
}

.title-ff {
  font-size: clamp(1.95rem, 0.687rem + 2.63vw, 3.84rem);
  font-weight: 500;
}

.title-f {
  font-size: clamp(1.95rem, 1.649rem + 0.63vw, 2.4rem);
  font-weight: 500;
}

.title-mf {
  font-size: clamp(1.5rem, 0.899rem + 1.25vw, 2.4rem);
  font-weight: 500;
}

.title-bold {
  font-size: clamp(1.219rem, 1.031rem + 0.39vw, 1.5rem);
  font-weight: 500;
}

.title-nomal {
  font-size: clamp(1.219rem, 1.031rem + 0.39vw, 1.5rem);
  font-weight: 300;
}
