/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Original Style */
/* ============================================ */
:root {
  --font-size-default: 1.6rem;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --color-primary: #15AB2E;
  --color-kyoraku: #D3000D;
  --color-label: #989898;
  --color-bg-main: #FFFFFF;
  --color-bg-top: #FAFAFA;
  --color-bg-navigation: #FAFAFA;
  --color-bg-hover-navigation: #15AB2E29;
  --color-bg-hover-modal: #15AB2E29;
  --color-bg-movie: #FAFAFA;
  --color-bg-gradation01: #009944;
  --color-bg-gradation02: #8FC31F;
  --color-other-gradation: #FFFFFF;
  --color-other-gradation02: #FAFAFA;
  --color-other-top: #FFFFFF;
  --color-header-shadow: #00000005;
  --color-top-shadow: #0000004D;
  --color-content-shadow: #0000000A;
  --color-modal-shadow: #0000001F;
  --color-modal-close: #FFFFFF;
  --color-text-default: #1A1A1A;
  --color-navigation-hover-text: #FFFFFF;
  --color-hover-kyoraku: #940009;
  --color-hover-navigation: #48B65A;
  --color-hover-link: #0F7720;
  --color-hover-kyoraku-button: #AA000A;
  --color-hover-contact-button: #15AB2E29;

  --max-width: 1200px;
}

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

body {
  color: var(--color-text-default);
  background-color: var(--color-bg-main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-normal);
  line-height: 1;
}

body:has(.modal[open]) {
  overflow: hidden;
}

.pc-block {
  display: block;
}

.tab-block {
  display: none;
}

.tab-s-block {
  display: none;
}

.sp-l-block {
  display: none;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 1439px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tab-s-block {
    display: block;
  }
}

@media screen and (max-width: 887px) {
  .sp-l-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

/*
 * header
 */
.header {
  align-items: center;
  background-color: var(--color-bg-main);
  box-shadow: 0 8px 12px var(--color-header-shadow);
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header__logo {
  height: 18px;
  width: 178px;
}

.header__logo img {
  height: auto;
  width: 100%;
}

.header__link {
  color: var(--color-kyoraku);
  font-weight: var(--font-weight-medium);
  line-height: 1.875;
  padding-right: 35px;
  position: relative;
  transition: color 0.5s;
}

.header__link:hover {
  color: var(--color-hover-kyoraku);
}

.header__link::before {
  background-color: var(--color-bg-main);
  border: 1px solid var(--color-kyoraku);
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 24px;
}

.header__link:hover::before {
  background-color: var(--color-hover-kyoraku);
  border-color: var(--color-hover-kyoraku);
}

.header__link::after {
  background-color: var(--color-kyoraku);
  content: "";
  height: 10px;
  mask-image: url("../img/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 8.5px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 7px;
}

.header__link:hover::after {
  background-color: var(--color-bg-main);
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }

  .header__logo {
    height: 15px;
    width: 148px;
  }

  .header__link {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}

/*
 * main
 */
.main {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 0;
  }
}

/*
 * top
 */
.top {
  background-color: var(--color-bg-top);
  color: var(--color-other-top);
}
.top__heading-wrap {
  background-image: url('../img/bg_top01.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 911px;
  position: relative;
  width: 100%;
}

.top__heading-wrap .heading.--lv1 {
  backdrop-filter: blur(2px);
  border: 6px solid var(--color-other-top);
  display: grid;
  gap: 24px 40px;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto auto;
  left: 48px;
  max-width: calc(100% - 96px);
  padding: 74px 58px;
  position: absolute;
  top: 214px;
  width: fit-content;
}

.top__heading-wrap .heading.--lv1 .heading__logo {
  box-shadow: 0 2px 8px var(--color-top-shadow);
  border-radius: 50%;
  height: 160px;
  margin: auto 0;
  width: 160px;
}

.top__heading-wrap .heading.--lv1 .heading__logo img {
  height: auto;
  width: 100%;
}

.top__heading-wrap .heading.--lv1 .heading__title {
  font-family: "century-gothic", sans-serif;
  text-shadow: 0 2px 8px var(--color-top-shadow);
}

.top__heading-wrap .heading.--lv1 .heading__sub-title {
  font-size: 3.6rem;
  line-height: 1.194;
  grid-column: 1 / 4;
  padding: 0 4.2rem;
  position: relative;
  text-shadow: 0 2px 8px var(--color-top-shadow);
  width: fit-content;
}

.top__heading-wrap .heading.--lv1 .heading__sub-title::before {
  content: "―";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top__heading-wrap .heading.--lv1 .heading__sub-title::after {
  content: "―";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top__intro-wrap {
  background: linear-gradient(to right, var(--color-bg-gradation01), var(--color-bg-gradation02));
  margin: -82px 44px 0 auto;
  max-width: calc(100% - 88px);
  padding: 90px 86px;
  position: relative;
  width: fit-content;
  z-index: 10;
}

.top__intro {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.4;
}

.top__sub-heading-wrap {
  height: 975px;
  margin-top: -139px;
  position: relative;
}

.top__sub-heading-wrap::before {
  background-image: url('../img/bg_top02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  width: calc(100dvw - 242px);
}

.top__sub-heading-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 60px 0;
  justify-content: center;
  padding-top: 32px;
  position: relative;
}


.top__sub-heading-wrap .top__movie {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 774px;
}

.top__sub-heading-wrap .top__movie iframe {
  height: 100%;
  width: 100%;
}

.top__sub-heading-wrap .heading.--lv3 {
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .top__sub-heading-wrap::before {
    width: calc(100% - 180px);
  }

  .top__sub-heading-wrap .top__movie {
    height: auto;
    width: 560px;
  }
}

@media screen and (max-width: 1024px) {
  .top__sub-heading-wrap::before {
    width: 100%;
  }
}

@media screen and (max-width: 887px) {
  .top__heading-wrap .heading.--lv1 .heading__sub-title {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top__heading-wrap {
    height: 800px;
  }

  .top__heading-wrap .heading.--lv1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    left: 50%;
    max-width: 295px;
    max-width: 300px;
    padding: 74px 26.5px;
    top: 164px;
    transform: translateX(-50%);
    width: calc(100dvw - 80px);
  }

  .top__heading-wrap .heading.--lv1 .heading__logo {
    height: 80px;
    width: 80px;
  }

  .top__heading-wrap .heading.--lv1 .heading__title {
    margin: 0 9px;
  }

  .top__heading-wrap .heading.--lv1 .heading__sub-title {
    font-size: 1.8rem;
    padding: 0 2.8rem;
  }

  .top__intro-wrap {
    margin: -48px 16px 0 16px;
    max-width: none;
    padding: 48px 40px;
    width: calc(100% - 32px);
  }

  .top__intro {
    font-size: 1.6rem;
    margin: 0 auto;
    width: fit-content;
  }

  .top__sub-heading-wrap {
    height: 616px;
    margin-top: -40px;
    width: 100%;
  }

  .top__sub-heading-inner {
    gap: 72px 0;
    padding-top: 40px;
  }

  .top__sub-heading-wrap .top__movie {
    height: auto;
    width: 327px;
  }
}

/*
 * initiatives
 */
.initiatives {
  display: flex;
}

@media screen and (max-width: 767px) {
  .initiatives {
    flex-direction: column;
  }
}

/*
 * navigation
 */
.navigation {
  background-color: var(--color-bg-navigation);
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}

.navigation__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: fit-content;
  gap: 8px 0;
  margin-left: auto;
  max-width: 240px;
  padding: 10px 20px;
  position: sticky;
  top: 100px;
  width: 240px;
}

.navigation__item {
  width: 100%;
}

.navigation__link {
  border: 1px solid var(--color-primary);
  border-radius: 24px 0 24px 24px;
  color: var(--color-primary);
  display: block;
  font-weight: var(--font-weight-bold);
  padding: 27px 39px;
  position: relative;
  transition: background-color 0.5s;
  width: 100%;
}

.navigation__link:hover {
  background-color: var(--color-bg-hover-navigation);
}

.navigation__link.is-current {
  background-color: var(--color-primary);
  color: var(--color-navigation-hover-text);
}

.navigation__link::before {
  background-color: var(--color-bg-navigation);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 24px;
}

.navigation__link:hover::before {
  background-color: var(--color-hover-navigation);
  border-color: var(--color-hover-navigation);
}

.navigation__link.is-current::before {
  display: none;
}

.navigation__link::after {
  background-color: var(--color-primary);
  content: "";
  height: 7px;
  mask-image: url("../img/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: background-color 0.5s;
  width: 10px;
}

.navigation__link:hover::after {
  background-color: var(--color-bg-navigation);
}

.navigation__link.is-current::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation {
    background-color: var(--color-primary);
    width: 100%;
  }

  .navigation.is-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
  }

  .navigation__list {
    flex-direction: unset;
    gap: 0 16px;
    justify-content: space-between;
    margin-left: 0;
    max-width: unset;
    padding: 8px 29.5px;
    position: relative;
    top: 0;
    width: 100%;
  }

  .navigation__item {
    width: fit-content;
  }

  .navigation__link {
    border: none;
    border-radius: unset;
    color: var(--color-navigation-hover-text);
    font-size: 1.2rem;
    padding: 8px 22px 8px 0;
    width: fit-content;
  }

  .navigation__link:hover {
    background-color: unset;
  }

  .navigation__link::before {
    background-color: var(--color-primary);
    border-color: var(--color-navigation-hover-text);
    height: 16px;
    right: 0;
    width: 16px;
  }

  .navigation__link.is-current::before {
    display: block;
  }

  .navigation__link:hover::before {
    background-color: var(--color-primary);
    border-color: var(--color-navigation-hover-text);
  }

  .navigation__link::after {
    background-color: var(--color-navigation-hover-text);
    height: 6px;
    right: 3px;
    width: 10px;
  }

  .navigation__link.is-current::after {
    display: block;
  }

  .navigation__link:hover::after {
    background-color: var(--color-navigation-hover-text);
  }
}

/*
 * content
 */
.content {
  background-color: var(--color-bg-main);
  box-shadow: 0 8px 20px var(--color-content-shadow);
  display: flex;
  flex-grow: 1;
  margin-top: -90px;
  z-index: 10;
}

.content__inner {
  margin-right: auto;
  max-width: 1200px;
  padding: 107px 80px 40px 80px;
}

@media screen and (max-width: 767px) {
  .content {
    margin-top: 0;
  }

  .content__inner {
    margin-right: 0;
    max-width: unset;
    padding: 40px 32px;
  }

  .navigation.is-fixed + .content .content__inner {
    padding-top: 84px;
  }
}

/*
 * section
 */
.section {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  scroll-margin-top: 80px;
}

.section.--grid {
  display: grid;
  gap: 16px 120px;
  grid-template-areas: 
    "heading heading"
    "detail img"
  ;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto 1fr;
}

.section.--grid.--slider {
  grid-template-areas: 
    "heading heading"
    "detail img"
    "detail slider"
  ;
  grid-template-rows: auto auto 1fr;
}

.section .section {
  margin: 56px 0 80px 0;
  scroll-margin-top: 0;
}

.section .heading.--lv2 {
  padding-left: 32px;
  position: relative;
}

.section .heading.--lv2::before {
  background-color: var(--color-primary);
  border-radius: 1000px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.section__heading {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  grid-area: heading;
}

.section__label-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.section__detail {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  grid-area: detail;
}

.section__detail:has(.section__link-wrap .button) {
  gap: 12px 0;
}

.section__text {
  line-height: 2;
}

.section__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section__link-wrap.sp-block {
  display: none;
}

.section__link-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section__link-wrap .button {
  border-width: 1px;
  border-radius: 16px 0 16px 16px;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  max-width: 215px;
  min-width: 215px;
  padding: 7px 12px;
}

.section__img-wrap {
  grid-area: img;
}

.section__img {
  border-radius: 30px;
  height: auto;
  max-height: 360px;
  max-width: 480px;
  width: 100%;
}

.section__img img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

.section__slider {
  grid-area: slider;
  margin-top: 8px;
}

@media screen and (max-width: 1249px) {
  .section.--grid {
    grid-template-areas:
      "heading"
      "detail"
      "img"
    ;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .section.--grid.--slider {
    grid-template-areas:
      "heading"
      "detail"
      "img"
      "slider"
    ;
    grid-template-rows: auto auto auto auto;
  }

  .section__heading {
    margin-top: 8px;
  }

  .section__img-wrap {
    margin-top: 8px;
  }

  .section__img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    scroll-margin-top: 50px;
  }

  .section:first-child {
    margin-top: 0;
  }

  .section .section {
    margin: 32px 0 40px 0;
  }

  .section.--grid {
    grid-template-areas:
      "img"
      "heading"
      "detail"
    ;
  }

  .section.--grid.--slider {
    grid-template-areas:
      "img"
      "heading"
      "detail"
      "slider"
    ;
  }

  .section__link-wrap.pc-block {
    display: none;
  }

  .section__img-wrap {
    margin-top: 0;
  }

  .section__slider .section__link-wrap {
    display: flex;
    margin-top: 24px;
  }
}

/*
 * modal
 */
.modal {
  border-radius: 16px;
  box-shadow: 0 8px 16 var(--color-modal-shadow);
  max-height: calc(100dvh - 40px);
  max-width: 960px;
  overflow-y: auto;
  padding: 0;
  width: calc(100dvw - 40px);
}

.modal[open] {
  animation: showModal 0.5s;
}

.modal__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 80px 48px 80px;
  position: relative;
}

.modal__text {
  line-height: 2;
}

.modal__img {
  margin: 0 auto;
  max-width: 680px;
}

.modal__img img {
  height: auto;
  width: 100%;
}

.modal__close {
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 40px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
}

.modal__close::before {
  background-color: var(--color-modal-close);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
}

.modal__close::after {
  background-color: var(--color-modal-close);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
}

@keyframes showModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .modal__inner {
    gap: 12px;
    padding: 72px 32px 32px 32px;
  }
}

/*
 * footer
 */
.footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__top {
  background: linear-gradient(var(--color-bg-gradation01), var(--color-bg-gradation02));
  color: var(--color-other-gradation);
  padding: 160px 48px;
  width: 100%;
}

.footer__bottom {
  padding: 120px 48px 40px 48px;
  width: 100%;
}

.footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--max-width);
  width: 100%;
}

.footer__top .footer__inner {
  gap: 48px;
}

.footer__bottom .footer__inner {
  gap: 80px;
}

.footer__text {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.4;
  text-align: center;
}

.footer__company-name {
  font-family: "century-gothic", sans-serif;
  font-size: 9.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.395;
  text-align: center;
}

.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .footer__top {
    padding: 80px 24px;
  }

  .footer__bottom {
    padding: 60px 24px 20px 24px;
  }

  .footer__top .footer__inner {
    gap: 24px;
  }

  .footer__bottom .footer__inner {
    gap: 40px;
  }

  .footer__text {
    font-size: var(--font-size-default);
  }

  .footer__company-name {
    font-size: 4.8rem;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }
}

/*
 * button
 */
.button {
  align-items: center;
  background-color: var(--color-bg-main);
  border: 2px solid var(--color-primary);
  border-radius: 24px 0 24px 24px;
  color: var(--color-primary);
  display: flex;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  padding: 27px 46px;
  position: relative;
  transition: color, background-color 0.5s;
  width: 400px;
}

.button:hover {
  background-color: var(--color-bg-hover-modal);
}

.button::before {
  background-color: var(--color-bg-main);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 24px;
}

.button:hover::before {
  background-color: var(--color-primary);
}

.button::after {
  background-color: var(--color-primary);
  content: "";
  height: 10px;
  mask-image: url("../img/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 7px;
}

.button:hover::after {
  background-color: var(--color-bg-main);
}

.button.--kyoraku {
  background-color: var(--color-kyoraku);
  border-color: var(--color-kyoraku);
  padding: 28px 46px;
}

.button.--kyoraku:hover {
  background-color: var(--color-hover-kyoraku-button);
  border-color: var(--color-hover-kyoraku-button);
}

.button.--kyoraku::before {
  height: 30px;
  right: 46px;
  width: 30px;
}

.button.--kyoraku::after {
  height: 10px;
  right: 57px;
  width: 7px;
}

.button.--kyoraku .button__img {
  background-image: url("../img/logo_kyoraku_white.svg");
  height: 18px;
  width: 178px;
}

.button.--kyoraku::before {
  background-color: var(--color-kyoraku);
  border-color: var(--color-bg-main);
}

.button.--kyoraku:hover::before {
  background-color: var(--color-bg-main);
  border-color: var(--color-bg-main);
}

.button.--kyoraku::after {
  background-color: var(--color-bg-main);
}

.button.--kyoraku:hover::after {
  background-color: var(--color-hover-kyoraku-button);
}

.button.--contact {
  background-color: var(--color-other-gradation);
  border-color: var(--color-other-gradation);
  color: var(--color-primary);
}

.button.--contact:hover {
  background-color: var(--color-other-gradation02);
  border-color: var(--color-other-gradation02);
}

.button.--contact::before {
  background-color: transparent;
  border-color: var(--color-primary);
  height: 30px;
  right: 46px;
  width: 30px;
  z-index: 10;
}

.button.--contact:hover::before {
  background-color: var(--color-primary);
}

.button.--contact::after {
  background-color: var(--color-primary);
  height: 10px;
  right: 57px;
  width: 7px;
  z-index: 10;
}

.button.--contact:hover::after {
  background-color: var(--color-other-gradation);
}

.button.--contact .button__text {
  z-index: 10;
}

.button.--contact .button__bg {
  background-color: var(--color-other-gradation);
  border-radius: 24px 0 24px 24px;
  height: calc(100% + 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s;
  width: calc(100% + 4px);
}

.button.--contact:hover .button__bg {
  background-color: var(--color-hover-contact-button);
}

.button.--modal:hover {
  background-color: var(--color-bg-hover-modal);
}

.button.--modal::before {
  display: none;
}

.button.--modal::after {
  height: 24px;
  mask-image: url("../img/icon_plus.svg");
  right: 12px;
  width: 24px;
}

.button.--modal:hover::after {
  background-color: var(--color-primary);
}

.button.--page-top {
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  bottom: 10%;
  height: 50px;
  opacity: 0;
  padding: 0;
  position: fixed;
  pointer-events: none;
  right: 40px;
  transition: all 0.5s;
  width: 50px;
  z-index: 10;
}

.button.--page-top:hover {
  background-color: var(--color-hover-link);
}

.button.--page-top::before {
  display: none;
}

.button.--page-top::after {
  background-color: var(--color-bg-main);
  height: 14px;
  right: 50%;
  transform: translate(50%, -50%) rotate(-90deg);
  width: 14px;
}

.button.--page-top.is-active {
  opacity: 1;
  pointer-events: visible;
}

@media screen and (max-width: 767px) {
  .button {
    font-size: var(--font-size-default);
    padding: 25px 30px;
    width: 100%;
  }

  .button.--kyoraku {
    padding: 24px 30px;
  }

  .button.--kyoraku::before {
    right: 30px;
  }

  .button.--kyoraku::after {
    right: 41px;
  }

  .button.--contact::before {
    right: 30px;
  }

  .button.--contact::after {
    right: 41px;
  }

  .button.--page-top {
    bottom: 35px;
    height: 40px;
    right: 20px;
    width: 40px;
  }
}

/*
 * heading
 */
.heading {
  font-weight: var(--font-weight-bold);
}

.heading.--lv1 {
  font-size: 8rem;
  line-height: 1.2;
}

.heading.--lv2 {
  color: var(--color-primary);
  font-size: 4.8rem;
  line-height: 1.479;
}

.heading.--lv3 {
  font-size: 3.2rem;
  line-height: 1.5;
}

.heading.--lv4 {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .heading.--lv1 {
    font-size: 4rem;
  }

  .heading.--lv2 {
    font-size: 3.2rem;
  }

  .heading.--lv3 {
    font-size: 2.4rem;
  }

  .heading.--lv4 {
    font-size: 1.6rem;
  }
}

/*
 * label
 */
.label {
  border: 1px solid var(--color-label);
  border-radius: 6px;
  color: var(--color-label);
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  padding: 2.5px 9px;
  width: fit-content;
}

@media screen and (max-width: 767px) {}

/*
 * link
 */
.link {
  color: var(--color-primary);
  display: block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  padding-right: 35px;
  position: relative;
  width: fit-content;
}

.link:hover {
  color: var(--color-hover-link);
  transition: color 0.5s;
}

.link::before {
  background-color: var(--color-bg-main);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 24px;
}

.link:hover::before {
  background-color: var(--color-hover-link);
  border-color: var(--color-hover-link);
}

.link::after {
  background-color: var(--color-primary);
  content: "";
  height: 10px;
  mask-image: url("../img/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s;
  width: 7px;
}

.link:hover::after {
  background-color: var(--color-bg-main);
}

.link.--pdf::before {
 display: none;
}

.link.--pdf::after {
  height: 24px;
  mask-image: url("../img/icon_pdf.svg");
  width: 24px;
}

.link.--pdf:hover::after {
  background-color: var(--color-hover-link);
}

@media screen and (max-width: 767px) {}

/*
 * slider
 */
.slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 -5px;
}

.slider__img {
  margin: 0 5px;
}

.slider__img img {
  height: auto;
  max-width: 480px;
  width: 100%;
}

.slider__arrow {
  bottom: -46px;
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
}

.slider__arrow.--prev {
  left: 50%;
  transform: rotate(180deg) translateX(70px);
}

.slider__arrow.--next {
  right: 50%;
  transform: translateX(70px);
}

.slider__arrow::before {
  background-color: var(--color-bg-main);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.5s;
  width: 30px;
}

.slider__arrow:hover::before {
  background-color: var(--color-hover-link);
  border-color: var(--color-hover-link);
}

.slider__arrow::after {
  background-color: var(--color-primary);
  content: "";
  height: 10px;
  left: 50%;
  mask-image: url('../img/icon_arrow.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s;
  width: 7px;
}

.slider__arrow:hover::after {
  background-color: var(--color-bg-main);
}

.slider__count-wrap {
  line-height: 1.75;
  text-align: center;
}

.slick-slider .slick-track {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1249px) {
  .slider__img img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {}