:root { 
  --black: #000000;
  --blue-lagoon: #007a88;
  --celeste: #cccccc;
  --white: #ffffff;
  --yellow-sunshine: #fff500;
 
  --font-size-l: 24px;
  --font-size-m: 20px;
  --font-size-s: 16px;
  --font-size-xl: 25px;
  --font-size-xs: 15px;
  --font-size-xxl: 30px;
  --font-size-xxs: 14px;
 
  --font-family-inter: "Inter", Helvetica;
}
.inter-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-black-25px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-black-30px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-25px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-blue-lagoon-14px {
  color: var(--blue-lagoon);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-48px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}

.inter-normal-black-16px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

.x29 a,.text-19 a {
  color: #000;          /* 通常状態をブラックに */
  text-decoration: none; /* 下線を消したい場合 */
}


.text-1-1 a {
  color: #007a88;          /* 通常状態をブラックに */
  text-decoration: none; /* 下線を消したい場合 */
}

.x29 a:visited,
.x29 a:hover,
.x29 a:active,
.text-19 a:visited,
.text-19 a:hover,
.text-19 a:active {
  color: #000;          /* 訪問後・ホバー・アクティブ状態もブラックに */
}

.text-1-1 a:visited,
.text-1-1 a:hover,
.text-1-1 a:active {
  color: #007a88;          /* 訪問後・ホバー・アクティブ状態もブラックに */
}