@charset "UTF-8";
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v56-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v56-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v56-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v56-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/josefin-sans-v34-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/josefin-sans-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/josefin-sans-v34-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/josefin-sans-v34-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-main: #ED4545;
  --color-border: #F1C5C5;
  --color-bg-default: #E2E2E2;
  --color-bg-inverse: #2C2C2C;
  --color-bg-grad: linear-gradient(90deg, #FFA348 0%, #ED4545 100%);
  --color-jc: #B10017;
  --color-jco: #F07700;
  --color-jcw: #399D26;
  --color-jce: #C79501;
  --color-jct: #0092C6;
  --color-jcn: #DD3270;
  --color-light: #FFFFFF;
  --color-dark: #070707;
  --color-gray: #ECECEC;
  --color-darkgray: #D8D8D8;
  --color-text: #070707;
  --color-text-accent: #ED4545;
  --color-text-deco: #E2E2E2;
  --color-text-on-dark: #FFFFFF;
  --color-text-hover: #2E6DAC;
  --color-chart-main: #B10017;
  --color-chart-sub: #DDDDDD;
  --color-button-grad: linear-gradient(90deg, #FFA348 0%, #ED4545 50%, #FFA348 100%);
  --color-button-close: #E2E2E2;
}

/* ------------------------------------------------------------
■ reset
------------------------------------------------------------ */
ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
  box-shadow: 0 0 0px 1000px var(--color-light) inset !important;
  -webkit-text-fill-color: var(--color-text) !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
input:-internal-autofill-selected:focus,
textarea:-internal-autofill-selected:focus,
select:-internal-autofill-selected:focus {
  box-shadow: 0 0 0px 1000px var(--color-light) inset !important;
  -webkit-text-fill-color: var(--color-text) !important;
}

input:autofill,
textarea:autofill,
select:autofill {
  box-shadow: 0 0 0 1000px var(--color-light) inset;
  -webkit-text-fill-color: var(--color-text);
}

input,
textarea,
select {
  outline: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.scroll-taget {
  scroll-margin-top: 250px;
}
@media (max-width: 1023px) {
  .scroll-taget {
    scroll-margin-top: 150px;
  }
}

html.is-scroll-locked {
  overflow: hidden;
}

body {
  width: 100%;
  min-width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0;
  color: var(--color-text);
  overflow-x: hidden;
  background-color: var(--color-bg-default);
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
body .font-en {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
body .font-nitalagoruika {
  font-family: "nitalago-ruika", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

main {
  width: 100%;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
  user-select: text;
}
@media (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.company-color--jc {
  --company-color: var(--color-jc);
}
.company-color--jco {
  --company-color: var(--color-jco);
}
.company-color--jcw {
  --company-color: var(--color-jcw);
}
.company-color--jce {
  --company-color: var(--color-jce);
}
.company-color--jct {
  --company-color: var(--color-jct);
}
.company-color--jcn {
  --company-color: var(--color-jcn);
}

@keyframes sample {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sample {
  animation: sample 0.8s ease-in-out;
}

@keyframes fv-fade {
  0% {
    opacity: 0;
    z-index: 2;
  }
  7% {
    opacity: 1;
    z-index: 1;
  }
  33% {
    opacity: 1;
    z-index: 1;
  }
  40%, 100% {
    opacity: 0;
    z-index: 0;
  }
}
.a-fv-fade {
  opacity: 0;
  animation: fv-fade 18s infinite;
}

@keyframes turning {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.a-turning {
  animation: turning 20s infinite linear;
}

@keyframes scroll-arrow {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.a-scroll-arrow {
  animation: scroll-arrow 3s infinite;
}

@keyframes slide-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.a-slide-right {
  animation: slide-right 30s linear infinite;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.a-slide-left {
  animation: slide-left 30s linear infinite;
}

.u-font-light {
  font-weight: 200;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

.u-pc-only {
  display: block;
}

.u-pc-only--inline {
  display: inline;
}

.u-sp-only, .u-sp-only--inline {
  display: none;
}

@media (max-width: 1023px) {
  .u-pc-only, .u-pc-only--inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only--inline {
    display: inline;
  }
}
.u-sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  margin: -1px;
}

.u-accent-color {
  color: var(--color-brand);
}

.u-text-red {
  color: #CF2C4B;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.u-text-tate--upright {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-text-indent-0 {
  text-indent: 0;
}

.u-text-indent-1 {
  text-indent: 1em;
}

.u-cursor-dflt {
  cursor: default;
}

.u-relative {
  position: relative;
}

.u-z1 {
  z-index: 1;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-flex-column {
  flex-direction: column;
}

@media (hover: hover) {
  .u-hover {
    transition: 0.5s;
  }
  .u-hover--opacity:hover {
    opacity: 0.5;
  }
  .u-hover--grad {
    transition: 0.3s;
    background-size: 200% 100%;
  }
  .u-hover--grad:hover {
    background-position: 100% 0;
  }
  .u-hover--scale {
    transform: scale(1);
  }
  .u-hover--scale:hover {
    transform: scale(1.1);
  }
}

.u-pointer-none {
  pointer-events: none;
}

.u-arrow-icon {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-brand);
  border: 1px solid var(--color-brand);
  border-radius: 50%;
  overflow: hidden;
}

.u-arrow-right {
  width: 14px;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: var(--color-dark);
  border-radius: 1px;
  margin-left: 7px;
}
.u-arrow-right::before, .u-arrow-right::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  inset: 0;
  left: auto;
  margin: auto;
  background-color: var(--color-dark);
  border-radius: 1px;
  transform: rotate(44.8deg);
  transform-origin: right center;
}
.u-arrow-right::after {
  transform: rotate(-44.8deg);
}

.u-arrow-left {
  width: 12px;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: var(--arrow-color);
  border-radius: 1px;
}
.u-arrow-left::before, .u-arrow-left::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: var(--arrow-color);
  border-radius: 1px;
  transform: rotate(45deg);
  transform-origin: 1px 50%;
}
.u-arrow-left::after {
  transform: rotate(-45deg);
}

.header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 990;
}
@media (max-width: 1023px) {
  .header.is-open .header__drawer {
    max-height: 570px;
  }
  .header.is-open .header__toggle-button span {
    width: 16px;
    height: 2px;
    position: absolute;
    background-color: #000000;
    border-radius: 1px;
  }
  .header.is-open .header__toggle-button span:nth-of-type(2) {
    transform: scale(0);
  }
  .header.is-open .header__toggle-button span:nth-of-type(1), .header.is-open .header__toggle-button span:nth-of-type(3) {
    width: 20px;
    transform-origin: center;
  }
  .header.is-open .header__toggle-button span:nth-of-type(1) {
    transform: rotate(30deg) translate(0, 0);
  }
  .header.is-open .header__toggle-button span:nth-of-type(3) {
    transform: rotate(-30deg) translate(0, 0);
  }
}
.header__inner {
  width: 95.0520833333vw;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 20px;
  padding: 0 30px 0 20px;
}
@media (max-width: 1023px) {
  .header__inner {
    width: 94.6666666667vw;
    height: clamp(50px, 7.8226857888vw, 60px);
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 0 16px 0 0;
  }
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__logo {
  width: clamp(220px, 17.3125vw, 277px);
}
@media (max-width: 1023px) {
  .header__logo {
    width: clamp(150px, 22.1642764016vw, 170px);
  }
}
.header__site-name {
  font-size: clamp(1.2rem, 0.9333333333vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4285714286;
  color: var(--color-text-on-dark);
  background-color: var(--color-dark);
  padding: 3px 7px;
  margin-top: 10px;
}
@media (max-width: 1250px) {
  .header__site-name {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 20px + 20 * (100vw - 1024px) / 576, 40px);
  font-size: 1.6rem;
  line-height: 1.5;
}
.header__button-wrap {
  margin-left: clamp(20px, 22px + 20 * (100vw - 1024px) / 576, 42px);
}
@media (max-width: 1023px) {
  .header__button-wrap {
    display: flex;
    gap: clamp(5px, 1.3037809648vw, 10px);
    margin-left: 0;
  }
}
.header__entry-button {
  width: 140px;
  aspect-ratio: 140/48;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text-on-dark);
  background-image: var(--color-button-grad);
  background-size: 200% 100%;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .header__entry-button {
    width: clamp(98px, 15.6453715776vw, 120px);
    aspect-ratio: 98/28;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 2.0860495437vw, 1.6rem);
    line-height: 1.42;
  }
}
@media (max-width: 1023px) {
  .header__toggle-button {
    width: clamp(50px, 6.518904824vw, 62px);
    aspect-ratio: 50/28;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--color-dark);
    border-radius: 9999px;
  }
  .header__toggle-button span {
    width: 16px;
    height: 2px;
    position: absolute;
    transition: 0.3s;
    background-color: #000000;
    border-radius: 1px;
  }
  .header__toggle-button span:nth-of-type(1), .header__toggle-button span:nth-of-type(3) {
    width: 10px;
  }
  .header__toggle-button span:nth-of-type(1) {
    transform: translate(3px, -5px);
  }
  .header__toggle-button span:nth-of-type(3) {
    transform: translate(-3px, 5px);
  }
}
@media (max-width: 1023px) {
  .header__drawer {
    width: 100vw;
    max-height: 0;
    position: absolute;
    top: -15px;
    left: -2.6666666667vw;
    z-index: -1;
    transition: max-height 0.8s;
    overflow: hidden;
    background-color: var(--color-main);
    border-radius: 0px 0px 10px 10px;
  }
  .header__drawer-inner {
    width: 375px;
    padding: 109px 0 32px;
    margin: 0 auto;
  }
  .header__drawer-nav-wrap {
    position: relative;
    padding-left: 42px;
  }
  .header__drawer-nav-title {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: var(--color-text-on-dark);
  }
  .header__drawer-nav-list {
    display: inline-block;
    border-top: 1px solid var(--color-border);
    padding-top: 18px;
    margin-top: 17px;
  }
  .header__drawer-nav-item {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-text-on-dark);
  }
  .header__drawer-nav-item + .header__drawer-nav-item {
    margin-top: 20px;
  }
  .header__drawer-chara--bu {
    width: 128px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .header__drawer-button-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 20px;
  }
  .header__drawer-button-wrap .header__drawer-chara {
    position: absolute;
    bottom: 0;
  }
  .header__drawer-button-wrap .header__drawer-chara--jo {
    width: 59px;
    left: 42px;
  }
  .header__drawer-button-wrap .header__drawer-chara--colle {
    width: 78px;
    right: 20px;
  }
  .header__drawer-button--entry {
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-light);
    border: 15px solid var(--color-border);
    border-radius: 50%;
  }
  .header__drawer-button--entry .button__label {
    color: var(--color-text-accent);
  }
  .header__drawer-button--entry .button__label--en {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
  .header__drawer-button--entry .button__label--ja {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.footer {
  background-color: var(--color-bg-default);
  padding-bottom: 40px;
}
.footer--index {
  background-color: var(--color-main);
  padding-bottom: 30px;
}
.footer--index .footer__copy {
  color: var(--color-text-on-dark);
}
.footer__copy {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .footer__copy {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-sec-title {
  letter-spacing: 0;
}
.c-sec-title--on-dark .c-sec-title__en, .c-sec-title--on-dark .c-sec-title__jp {
  color: var(--color-text-on-dark);
}
.c-sec-title__en {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-text-accent);
}
@media (max-width: 1023px) {
  .c-sec-title__en {
    font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
    line-height: 1.25;
  }
}
.c-sec-title__jp {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46;
}
@media (max-width: 1023px) {
  .c-sec-title__jp {
    font-size: clamp(2.6rem, 6.9333333333vw, 3rem);
    line-height: 1.42;
  }
}

.c-marquee {
  width: 100%;
  overflow: hidden;
}
.c-marquee--bg {
  background: linear-gradient(0deg, var(--color-bg-inverse) 0%, var(--color-bg-inverse) 56%, var(--color-bg-default) 56%, var(--color-bg-default) 100%);
}
.c-marquee__track {
  width: max-content;
  display: flex;
}
.c-marquee__track--image {
  position: relative;
  z-index: 1;
}
.c-marquee__track--text {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  color: var(--color-text-on-dark);
  opacity: 0.2;
}
.c-marquee__image-item {
  width: clamp(230px, 15.625vw, 300px);
  position: relative;
  z-index: 1;
  margin: 0 clamp(15px, 1.0416666667vw, 20px);
}
@media (max-width: 1023px) {
  .c-marquee__image-item {
    width: clamp(140px, 37.3333333333vw, 230px);
    margin: 0 clamp(7px, 1.8666666667vw, 12px);
  }
}
.c-marquee__image-item:nth-of-type(odd) {
  transform: translateY(16.6666666667%);
}
.c-marquee__text-item {
  padding-right: 0.5em;
}

.c-modal {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-modal__content {
  width: clamp(910px, 82.7272727273%, 1280px);
  max-height: 92dvh;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-light);
  box-shadow: 0px 0px 10px rgba(7, 7, 7, 0.1019607843);
  border-radius: 40px;
  padding: 20px;
}
@media (max-width: 1023px) {
  .c-modal__content {
    width: clamp(300px, 90.6666666667%, 700px);
    border-radius: 20px;
    padding: 12px;
  }
}
.c-modal__close {
  width: 60px;
  aspect-ratio: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1023px) {
  .c-modal__close {
    width: 40px;
    top: 12px;
    right: 12px;
  }
}/*# sourceMappingURL=style.css.map */