@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
@include perfect_vw(1200, 320, 60, 14, font-size);
*/
/*
  @include lineHeightCrop(1.75);
*/
[data-fade] {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 0.5s ease;
}
[data-fade].is-show {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*! name: vanilla-calendar-pro | url: https://github.com/uvarov-frontend/vanilla-calendar-pro */
.vanilla-calendar {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 300px;
  min-width: 272px;
  max-width: 100%;
  flex-direction: column;
  border-radius: 0.75rem;
  padding: 1rem;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

@supports ((width: -webkit-max-content) or (width: max-content)) and ((height: -webkit-max-content) or (height: max-content)) {
  .vanilla-calendar {
    height: -webkit-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: max-content;
  }
}
.vanilla-calendar_multiple {
  width: 550px;
}

@supports (width: -webkit-fit-content) or (width: -moz-fit-content) or (width: fit-content) {
  .vanilla-calendar_multiple {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.vanilla-calendar button:focus-visible {
  border-radius: 0.5rem;
  outline-style: solid;
  outline-width: 1px;
}
.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days {
  flex-grow: 0;
}

.vanilla-calendar_hidden {
  pointer-events: none;
  opacity: 0;
}

.vanilla-calendar_to-input {
  position: absolute;
  margin-top: 0.25rem;
}

.vanilla-calendar-controls {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

.vanilla-calendar-arrow {
  pointer-events: auto;
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}
.vanilla-calendar-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  --tw-content:"";
  content: var(--tw-content);
}
.vanilla-calendar-arrow.vanilla-calendar-arrow_prev:before {
  transform: rotate(90deg);
}
.vanilla-calendar-arrow.vanilla-calendar-arrow_next:before {
  transform: rotate(-90deg);
}

.vanilla-calendar-grid {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
}
.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column {
  pointer-events: none;
  opacity: 0.3;
}
.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_month, .vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_year {
  pointer-events: auto;
  opacity: 1;
}

.vanilla-calendar-column {
  display: flex;
  min-width: -webkit-min-content;
  min-width: min-content;
  flex-direction: column;
}

.vanilla-calendar-header {
  position: relative;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.vanilla-calendar-header__content {
  display: grid;
  flex-grow: 1;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vanilla-calendar-month, .vanilla-calendar-year {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.vanilla-calendar-month.vanilla-calendar-month_disabled, .vanilla-calendar-year.vanilla-calendar-year_disabled {
  pointer-events: none;
}

.vanilla-calendar-months {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

.vanilla-calendar-years {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

.vanilla-calendar-months_selecting .vanilla-calendar-months__month, .vanilla-calendar-years_selecting .vanilla-calendar-years__year {
  cursor: pointer;
}

.vanilla-calendar-months_selecting .vanilla-calendar-months__month .vanilla-calendar-months__month_disabled, .vanilla-calendar-years_selecting .vanilla-calendar-years__year .vanilla-calendar-years__year_disabled {
  cursor: default;
}

.vanilla-calendar-months__month, .vanilla-calendar-years__year {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.vanilla-calendar-months__month.vanilla-calendar-months__month_disabled, .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled {
  pointer-events: none;
}

.vanilla-calendar-week-numbers {
  display: flex;
  flex-direction: column;
}

.vanilla-calendar-week-numbers__title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.vanilla-calendar-week-numbers__content {
  display: grid;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  row-gap: 0.25rem;
}

.vanilla-calendar-week-number {
  margin: 0;
  display: flex;
  min-height: 1.875rem;
  width: 100%;
  min-width: 1.875rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.vanilla-calendar-wrapper {
  display: flex;
  flex-grow: 1;
}

.vanilla-calendar-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.vanilla-calendar-week {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}

.vanilla-calendar-week__day {
  display: flex;
  width: 100%;
  min-width: 1.875rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.vanilla-calendar-days {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  justify-items: center;
  row-gap: 0.25rem;
}

.vanilla-calendar-days_selecting .vanilla-calendar-day__btn {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}
.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled {
  cursor: default;
}

.vanilla-calendar-day {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.vanilla-calendar-day_hover-intermediate .vanilla-calendar-day__btn {
  border-radius: 0;
}

.vanilla-calendar-day_hover-first .vanilla-calendar-day__btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.vanilla-calendar-day_hover-first.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn {
  border-radius: 0.5rem;
}

.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup, .vanilla-calendar-day:hover .vanilla-calendar-day__popup {
  pointer-events: auto;
  opacity: 1;
}

.vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.vanilla-calendar-day_selected-first.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected {
  border-radius: 0.5rem;
}

.vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected {
  border-radius: 0;
}

.vanilla-calendar-day__btn {
  display: flex;
  height: 100%;
  min-height: 1.875rem;
  width: 100%;
  min-width: 1.875rem;
  cursor: default;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.vanilla-calendar-day__btn_today {
  font-weight: 700;
}

.vanilla-calendar-day__btn_disabled {
  pointer-events: none;
}

.vanilla-calendar-day__popup {
  transform: translate(-50%);
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  width: 8rem;
  padding: 1rem 0.75rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  opacity: 0;
}
.vanilla-calendar-day__popup:before, .vanilla-calendar-day__popup:after {
  content: var(--tw-content);
  position: absolute;
}
.vanilla-calendar-day__popup:hover {
  pointer-events: auto;
  opacity: 1;
}
.vanilla-calendar-day__popup:before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: -10;
  display: block;
  height: calc(100% - 8px);
  width: 100%;
  border-radius: 0.5rem;
}
.vanilla-calendar-day__popup:after {
  content: "";
  transform: translate(-50%);
  left: 50%;
  top: 1px;
  z-index: -10;
  display: block;
  height: 0px;
  width: 0px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-width: 0px;
  border-bottom-width: 8px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.vanilla-calendar-time {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  padding-top: 0.75rem;
}

.vanilla-calendar-time__content {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.vanilla-calendar-time__hours {
  position: relative;
  margin-right: 0.35rem;
  width: 1.75rem;
}
.vanilla-calendar-time__hours:after {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: calc(-50% + 1px);
  display: block;
  --tw-content:":";
  content: var(--tw-content);
}

.vanilla-calendar-time__minutes {
  width: 1.75rem;
}

.vanilla-calendar-time__hours input, .vanilla-calendar-time__minutes input {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 0px;
  padding: 0.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
}

.vanilla-calendar-time__hours input:focus-visible, .vanilla-calendar-time__minutes input:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

.vanilla-calendar-time__hours input:disabled, .vanilla-calendar-time__minutes input:disabled {
  cursor: default;
}

.vanilla-calendar-time__hours input:hover:disabled, .vanilla-calendar-time__minutes input:hover:disabled {
  background-color: transparent;
}

.vanilla-calendar-time__keeping {
  margin-left: 1px;
  margin-top: 0.25rem;
  width: 22px;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0;
  font-size: 11px;
}
.vanilla-calendar-time__keeping:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}
.vanilla-calendar-time__keeping:disabled {
  cursor: default;
}
.vanilla-calendar-time__keeping:hover:disabled {
  background-color: transparent;
}

.vanilla-calendar-time__ranges {
  display: grid;
  grid-auto-flow: row;
}

.vanilla-calendar-time__range {
  position: relative;
  z-index: 10;
  font-size: 0;
}
.vanilla-calendar-time__range:before {
  content: var(--tw-content);
  left: 0;
}
.vanilla-calendar-time__range:after {
  content: var(--tw-content);
  right: 0;
}
.vanilla-calendar-time__range:before, .vanilla-calendar-time__range:after {
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 0.5rem;
  width: 1px;
}
.vanilla-calendar-time__range input {
  position: relative;
  margin: 0;
  height: 1.25rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline-width: 0px;
}
.vanilla-calendar-time__range input::-webkit-slider-thumb {
  position: relative;
  z-index: 20;
  margin-top: -0.5rem;
  box-sizing: border-box;
  height: 1rem;
  width: 0.75rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.vanilla-calendar-time__range input::-moz-range-thumb {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  height: 1rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.vanilla-calendar-time__range input::-webkit-slider-runnable-track, .vanilla-calendar-time__range input::-moz-range-track {
  margin-top: 1px;
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  cursor: pointer;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.is-fixed {
  overflow: hidden;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  width: 100vw;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:has(.l-wrapper) .l-wrapper__main {
  padding-bottom: 52px;
}
@media screen and (min-width: 1024px) {
  body:has(.l-wrapper) .l-wrapper__main {
    padding-bottom: 100px;
  }
}
body:has(.l-wrapper) .l-footer {
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  body:has(.l-wrapper) .l-footer {
    margin-top: 0;
  }
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
img [data-objectfit=cover] {
  object-fit: cover;
}

a,
button {
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover, a:active,
button:hover,
button:active {
  outline-width: 0;
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
h2 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 35px;
  margin: 40px 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.7916666667;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 1.1428571429;
  }
}

h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 25px 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.7222222222;
}
h3:before {
  border: 4px solid #18A83B;
  border-radius: 50%;
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 8px;
  margin-top: 6px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  h3:before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 21px;
    line-height: 1.7142857143;
  }
}

h4 {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin: 25px 0;
  padding: 8px 0 7px;
  font-size: 18px;
  line-height: 1.7222222222;
}
h4.-static {
  border: none;
  margin: 20px 0;
  padding: 0;
}

h5 {
  margin: 15px 0;
  color: #939393;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.7857142857;
}

p {
  margin: 20px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
}

a {
  color: #2884FC;
  text-decoration: underline;
}
a:before, a:after {
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
}
a[target=_blank]:not(:has(img)) {
  padding-right: 5px;
}
a[target=_blank]:not(:has(img)):after {
  background: transparent url(../img/common/icon_external.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
}

.l-table__notice {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .l-table__notice {
    display: none;
  }
}

.l-table__wrapper {
  width: 100%;
  overflow-x: scroll;
  margin: 15px 0 30px;
}
@media screen and (min-width: 1024px) {
  .l-table__wrapper {
    margin-top: 30px;
  }
}

table {
  width: 100%;
  border: 1px solid #ADA2A2;
  border-collapse: collapse;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  table {
    white-space: normal;
  }
}
@media screen and (min-width: 1024px) {
  table.-row2 th,
  table.-row2 td {
    width: 50%;
  }
}
table tr:not(:last-of-type) {
  border-bottom: 1px solid #ADA2A2;
}
table th {
  background: #FDFCFB;
  border: 1px solid #ADA2A2;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
  font-weight: bold;
  text-align-last: left;
}
table td {
  border: 1px solid #ADA2A2;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
table td .a-pdf:before, table td .a-xls:before, table td .a-doc:before, table td .a-ppt:before, table td .a-mailto:before, table td .a-zip:before, table td .a-link:before, table td .a-external:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -4px;
}
table td .a-pdf:hover:before, table td .a-xls:hover:before, table td .a-doc:hover:before, table td .a-ppt:hover:before, table td .a-mailto:hover:before, table td .a-zip:hover:before, table td .a-link:hover:before, table td .a-external:hover:before {
  background: transparent url(../img/common/icon_triangle-g.png) no-repeat center;
  background-size: contain;
}

.table__cell-129 {
  width: 129px;
}
.table__cell-172 {
  width: 172px;
}
.table__cell-206 {
  width: 206px;
}

.a-pdf {
  color: #000;
  text-decoration: none;
}
.a-pdf:after {
  background: transparent url(../img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  content: "";
  width: 28px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-pdf:hover {
  color: #18A83B;
}
.a-xls {
  color: #000;
  text-decoration: none;
}
.a-xls:after {
  background: transparent url(../img/common/icon_xls.png) no-repeat;
  background-size: contain;
  content: "";
  width: 42px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-xls:hover {
  color: #18A83B;
}
.a-doc {
  color: #000;
  text-decoration: none;
}
.a-doc:after {
  background: transparent url(../img/common/icon_doc.png) no-repeat;
  background-size: contain;
  content: "";
  width: 40px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-doc:hover {
  color: #18A83B;
}
.a-ppt {
  color: #000;
  text-decoration: none;
}
.a-ppt:after {
  background: transparent url(../img/common/icon_ppt.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 28px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-ppt:hover {
  color: #18A83B;
}
.a-mailto {
  color: #000;
  text-decoration: none;
}
.a-mailto:after {
  background: transparent url(../img/common/icon_mail.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-mailto:hover {
  color: #18A83B;
}
.a-zip {
  color: #000;
  text-decoration: none;
}
.a-zip:after {
  background: transparent url(../img/common/icon_zip.png) no-repeat;
  background-size: contain;
  content: "";
  width: 28px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
.a-zip:hover {
  color: #18A83B;
}
.a-link {
  color: #000;
  text-decoration: none;
}
.a-link:hover {
  color: #18A83B;
}
.a-external {
  padding-right: 10px;
  color: #000;
  text-decoration: none;
}
.a-external:after {
  background: transparent url(../img/common/icon_external.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
}
.a-external:hover {
  color: #18A83B;
}

ul,
ol {
  background: #FDFCFB;
  border-radius: 5px;
  list-style: none;
  padding: 30px 15px;
  margin: 25px 0px;
}
@media screen and (min-width: 1024px) {
  ul,
  ol {
    padding: 30px 40px;
  }
}
ul li,
ol li {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
}
ul li:first-child,
ol li:first-child {
  margin-top: 0;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  padding: 20px 16px 0;
}

ul li {
  position: relative;
  padding-left: 16px;
}
ul li:before {
  background: #18A83B;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-top: 10px;
  position: absolute;
  left: 0;
}
ul li ol li:before {
  background: none;
  border-radius: 0;
  height: auto;
  margin-top: 0;
}

ol {
  counter-reset: num;
}
ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: num;
}
ol li:before {
  content: counter(num) ".";
  margin-right: 10px;
  width: 30px;
  flex-shrink: 0;
  color: #18A83B;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  left: 0;
}
ol li ul li {
  counter-increment: none;
  padding-left: 16px;
}
ol li ul li:before {
  content: "";
  width: 6px;
  height: 6px;
}

@media screen and (min-width: 1024px) {
  img.-sp {
    display: none;
  }
}
img.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  img.-pc {
    display: block;
  }
}

.c-danger {
  color: #DB5D5D;
}

.contents {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .contents {
    margin-top: 70px;
  }
}
.contents_title {
  margin: 15px 0;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .contents_title {
    margin: 40px 0 -15px;
    font-size: 18px;
  }
}

.img_box {
  text-align: center;
}
.img_box img {
  width: auto;
}

.include_img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .include_img {
    flex-direction: row;
  }
}
.include_img .img_box {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .include_img .img_box {
    margin-bottom: 0px;
    margin-left: 40px;
    max-width: 270px;
  }
}
@media screen and (min-width: 1366px) {
  .include_img .img_box {
    margin-left: 70px;
    max-width: 412px;
  }
}
@media screen and (min-width: 1024px) {
  .include_img .box {
    width: 100%;
    max-width: calc(100% - 270px - 40px);
  }
}
@media screen and (min-width: 1366px) {
  .include_img .box {
    max-width: calc(100% - 412px - 70px);
  }
}
.include_img .box p {
  margin: 0;
}

.gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    gap: 50px 48px;
  }
}
.gallery img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .gallery img {
    margin-bottom: 30px;
  }
}
.gallery_item {
  width: 100%;
  max-width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 1024px) {
  .gallery_item {
    max-width: calc((100% - 96px) / 3);
  }
}
.gallery_link {
  color: inherit;
  text-decoration: none;
}
.gallery_caption, .gallery_title, .gallery_text {
  all: unset;
  display: revert;
}
.gallery_caption {
  margin-bottom: 5px;
  color: #A3A3A3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .gallery_caption {
    margin-bottom: 8px;
  }
}
.gallery_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
}
.gallery_text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.gallery_text.-md {
  font-size: 14px;
  line-height: 1.7857142857;
}

.input_contents {
  background: #FDFCFB;
  border-radius: 5px;
  padding: 30px 15px;
}
.input_contents * {
  all: unset;
  display: revert;
}
@media screen and (min-width: 1024px) {
  .input_contents {
    padding: 40px;
  }
}
.input_contents_title {
  margin-bottom: 15px;
  font-size: 18px;
}
.input_contents_text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 0;
  margin-bottom: 15px;
  max-width: 378px;
}

.input_area {
  background: #FFF;
  border: 1px solid #ADA2A2;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100% - 41px - 10px);
  padding: 8px 10px;
  font-size: 16px;
}

.input_btn {
  background: #000;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn_group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .btn_group {
    gap: 10px 17px;
  }
}
@media screen and (min-width: 1024px) {
  .btn_group.-row4 {
    gap: 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .btn_group.-row4 .btn {
    padding: 20px;
    max-width: calc((100% - 60px) / 4);
  }
}

.btn {
  border: 1px solid #ADA2A2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  padding: 10px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3571428571;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .btn {
    padding: 20px;
    max-width: calc((100% - 34px) / 3);
  }
}
.btn:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
}
.btn:hover {
  background: #FAFDFB;
  color: #18A83B;
}
.btn:hover:before {
  background: transparent url(../img/common/icon_triangle-g.png) no-repeat center;
  background-size: contain;
}

.l-header {
  background: #000;
  padding: 24px 5px 24px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-header.is-up {
    animation: UpAnime 0.5s forwards;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header.is-down {
    animation: DownAnime 0.5s forwards;
  }
}
.l-header__logoImg {
  width: 102px;
}
@media screen and (min-width: 1024px) {
  .l-header__logoImg {
    width: 156px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 0;
    padding-left: 4.39238653vw;
    padding-right: calc(108px + 3.6603221083vw);
  }
}
.l-header__hamburger {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 56px;
  height: 56px;
  z-index: 1;
  transition: all 0.75s ease;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    border: 1px solid #FFF;
    top: 30px;
    right: 3.6603221083vw;
  }
}
.l-header__hamburgerLine {
  background: #FFF;
  width: 23px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 17px;
  transform-origin: center;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburgerLine {
    width: 25px;
    height: 1px;
    left: 15px;
  }
}
.l-header__hamburgerLine:nth-of-type(2) {
  top: 28px;
}
.l-header__hamburgerLine:nth-of-type(3) {
  top: 34px;
}
.l-header__hamburger.is-open {
  border-color: transparent;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger.is-open {
    background: none;
  }
}
.l-header__hamburger.is-open .l-header__hamburgerLine {
  transform: rotate(25deg);
  top: 27px;
}
.l-header__hamburger.is-open .l-header__hamburgerLine:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.l-header__hamburger.is-open .l-header__hamburgerLine:nth-of-type(3) {
  transform: rotate(-25deg);
  top: 27px;
}
.l-header__search .l-header__searchDrawer {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  pointer-events: none;
}
.l-header__search.is-open .l-header__searchDrawer {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .l-header__search.-sp {
    display: none;
  }
}
.l-header__search.-sp .l-header__searchOpenBtn {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 23px;
  right: 75px;
}
.l-header__search.-sp .l-header__searchOpenBtn img {
  width: 100%;
}
.l-header__search.-sp .l-header__searchDrawer {
  background: #FFF;
  display: block;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 32px 20px 30px;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchInner {
  display: flex;
  margin-bottom: 17px;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchInput {
  background: #ebebeb;
  border: none;
  padding: 12px 16px;
  width: 100%;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 700;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchBtn {
  background: #000;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchCloseBtn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  color: #000;
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-decoration: none;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchIconClose {
  border-radius: 50%;
  background: #000;
  width: 44px;
  height: 44px;
  position: relative;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchIconClose:before {
  background: #FFF;
  content: "";
  width: 15px;
  height: 3px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 15px;
}
.l-header__search.-sp .l-header__searchDrawer .l-header__searchIconClose:after {
  background: #FFF;
  content: "";
  width: 15px;
  height: 3px;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 15px;
}
.l-header__search.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__search.-pc {
    display: block;
    padding-left: 0;
  }
}
.l-header__search.-pc .l-header__searchOpenBtn {
  display: block;
  width: 14px;
  height: 14px;
}
.l-header__search.-pc .l-header__searchOpenBtn img {
  vertical-align: top;
}
.l-header__search.-pc .l-header__searchDrawer {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchInner {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  width: 56.149341142vw;
  max-width: 767px;
  position: relative;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchInner:before {
  background: transparent url(../img/common/icon_search-b.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  left: 24px;
  pointer-events: none;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchInput {
  background: #ebebeb;
  border: none;
  padding: 12px 16px 12px 84px;
  width: 100%;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 700;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchBtn {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 32px;
  height: 62px;
  color: #FFF;
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-decoration: none;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchClose {
  width: 56.149341142vw;
  max-width: 767px;
  padding-left: 17px;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchCloseBtn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  color: #FFF;
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-decoration: none;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchIconClose {
  border-radius: 50%;
  background: #FFF;
  width: 44px;
  height: 44px;
  position: relative;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchIconClose:before {
  background: #000;
  content: "";
  width: 15px;
  height: 3px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 15px;
}
.l-header__search.-pc .l-header__searchDrawer .l-header__searchIconClose:after {
  background: #000;
  content: "";
  width: 15px;
  height: 3px;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 15px;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-navigation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-navigation {
    display: block;
  }
}
.l-navigation__list, .l-navigation__subList {
  background: none;
}
@media screen and (min-width: 1024px) {
  .l-navigation__list, .l-navigation__subList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__subList {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item, .l-navigation__subItem {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:not(:first-child), .l-navigation__subItem:not(:first-child) {
    margin-left: 30px;
  }
}
.l-navigation__item:before, .l-navigation__subItem:before {
  content: none;
}
.l-navigation__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.l-navigation__subLink {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}
.l-navigation__subLink.-en:after {
  background: transparent url(../img/common/icon_external-w.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.l-navigation__drawer {
  background: #212121;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 120px;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .l-navigation__drawer {
    padding-top: 7.8125vh;
    padding-bottom: 15.625vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-navigation__drawer.is-open {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.l-navigation__container {
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-navigation__container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.l-navigation__logoImg {
  max-width: 117px;
}
.l-navigation__detail {
  margin-top: 39px;
}
@media screen and (min-width: 1024px) {
  .l-navigation__detail {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
  }
}
.l-navigationDetail__search {
  border-bottom: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .l-navigationDetail__search {
    max-width: 196px;
  }
}
.l-navigationDetail__searchInput {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  max-width: calc(100% - 18px - 5px);
  color: #8B8B8B;
}
.l-navigationDetail__searchInput::placeholder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.l-navigationDetail__searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 18px;
}
.l-navigationDetail__list {
  background: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .l-navigationDetail__list {
    margin: 0;
    justify-content: flex-end;
  }
}
.l-navigationDetail__item {
  border-bottom: 1px solid #707070;
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .l-navigationDetail__item {
    border-bottom: none;
    padding-bottom: 0;
    max-width: none;
    width: auto;
    margin-top: 0;
    margin-right: 30px;
  }
}
.l-navigationDetail__item:nth-child(2) {
  margin-top: 0;
}
.l-navigationDetail__item:nth-child(2), .l-navigationDetail__item:nth-child(4) {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .l-navigationDetail__item:nth-child(2), .l-navigationDetail__item:nth-child(4) {
    margin-left: 0;
  }
}
.l-navigationDetail__item:last-of-type {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationDetail__item:last-of-type {
    margin-right: 0;
  }
}
.l-navigationDetail__item:before {
  content: none;
}
.l-navigationDetail__link {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.l-navigationDetail__link.-en {
  font-weight: normal;
}
.l-navigationDetail__link.-en:after {
  background: transparent url(../img/common/icon_external-w.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .l-navigation__middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__sitemap {
    max-width: 800px;
  }
}
.l-navigationSitemap__wrapper {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__contents {
    width: 100%;
    max-width: 33.3333333333%;
    margin-top: 4px;
  }
}
.l-navigationSitemap__contentsImg.-sp {
  max-width: 94px;
  margin-right: 25px;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__contentsImg.-sp {
    display: none;
  }
}
.l-navigationSitemap__contentsImg.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__contentsImg.-pc {
    display: block;
  }
}
.l-navigationSitemap__contentsLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: unset;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__contentsLink {
    flex-direction: column;
  }
}
.l-navigationSitemap__contentsDetail {
  width: 100%;
  max-width: calc(100% - 94px - 25px);
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__contentsDetail {
    max-width: none;
    margin-top: 30px;
  }
}
.l-navigationSitemap__contentsTitle {
  margin: 0 auto 7px;
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.3529411765;
}
.l-navigationSitemap__contentsText {
  margin: 0 auto;
  color: #8B8B8B;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-navigationSitemap__list {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  background: none;
  padding: 0 0 30px;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-navigationSitemap__listItem {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__listItem {
    width: 100%;
    max-width: 33.3333333333%;
    margin-top: 0;
  }
}
.l-navigationSitemap__listItem:before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__listItem:nth-of-type(4), .l-navigationSitemap__listItem:nth-of-type(5), .l-navigationSitemap__listItem:nth-of-type(6) {
    margin-top: 20px;
  }
}
.l-navigationSitemap__listLink {
  color: unset;
  text-decoration: none;
}
.l-navigationSitemap__listTitle {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.3529411765;
}
.l-navigationSitemap__listTitle:before {
  background: #FFF;
  content: "";
  width: 6px;
  height: 1px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__listTitle:before {
    content: none;
  }
}
.l-navigationSitemap__listText {
  margin: 0 auto;
  padding-left: 11px;
  color: #8B8B8B;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-navigationSitemap__listText {
    padding-left: 0;
  }
}
.l-navigationAddress__list {
  color: #9D9D9D;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .l-navigationAddress__list {
    margin-top: 0;
    margin-bottom: 38px;
  }
}
.l-navigationAddress__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-navigationAddress__box:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-navigationAddress__title {
  width: 46px;
}
.l-navigationAddress__text {
  padding: 0;
  margin-left: 0;
}
.l-navigationAddress__link {
  color: unset;
  text-decoration: none;
}
.l-navigationAddress__item {
  margin-top: 20px;
}
.l-navigationAddress__sns {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 20px 0;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .l-navigationAddress__sns {
    border: none;
    margin: 58px 0 30px;
    padding: 0;
  }
}
.l-navigationAddress__snsList {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px 20px;
  flex-wrap: wrap;
}
.l-navigationAddress__snsItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  line-height: 1;
  margin: 0;
}
.l-navigationAddress__snsItem:before {
  content: none;
}
.l-navigationAddress__snsItem:last-of-type {
  width: 100%;
  flex-shrink: 0;
}
.l-navigationAddress__snsLink {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #9D9D9D;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.l-navigationAddress__snsIcon {
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .l-navigationAddress__snsIcon.-mail {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__content {
    width: 100%;
    max-width: 800px;
  }
}
.l-navigationBottom__link {
  background: #3C3C3C;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__link {
    width: 100%;
    max-width: 185px;
  }
}
.l-navigationBottom__linkImg {
  width: 42px;
  margin-right: 15px;
}
.l-navigationBottom__linkText {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
}
.l-navigationBottom__list {
  border-top: 1px solid #707070;
  border-radius: 0;
  background: none;
  margin: 20px 0;
  padding: 20px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__list {
    margin: 0 auto 20px;
    padding: 0;
    border-top: none;
  }
}
.l-navigationBottom__listItem {
  background: #3C3C3C;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  margin-top: 10px;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__listItem {
    max-width: calc((100% - 60px) / 4);
    margin-top: 0;
  }
}
.l-navigationBottom__listItem:before {
  content: none;
}
.l-navigationBottom__listItem:nth-child(2) {
  margin-top: 0;
}
.l-navigationBottom__listLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  text-decoration: none;
}
.l-navigationBottom__listImg {
  width: 42px;
  margin-right: 15px;
}
.l-navigationBottom__listText {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
}
.l-navigationBottom__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__links {
    justify-content: flex-start;
  }
}
.l-navigationBottom__linkItem {
  color: #9D9D9D;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-navigationBottom__linkItem:not(:last-of-type) {
    margin-right: 40px;
  }
}

.l-main {
  margin-top: 72px;
}
@media screen and (min-width: 1024px) {
  .l-main {
    margin-top: 137px;
  }
}

.l-container {
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .l-container.-md {
    max-width: 980px;
  }
}
@media screen and (min-width: 1366px) {
  .l-container.-md {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1366px) {
  .l-container.-lg {
    max-width: 1366px;
  }
}

@media screen and (min-width: 1024px) {
  .l-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 80px 0 60px;
  }
}
@media screen and (min-width: 1366px) {
  .l-wrapper {
    padding: 0 143px 0 60px;
  }
}
.l-wrapper__main {
  padding-top: 80px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-wrapper__main {
    border-left: 1px solid #DDD;
    max-width: calc(100% - 191px - 40px);
    padding-left: 40px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .l-wrapper__main {
    max-width: 902px;
    padding-left: 70px;
    margin-left: 70px;
  }
}
.l-wrapper__main *:first-child {
  margin-top: 0;
}
.l-wrapper__aside {
  padding-top: 80px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-wrapper__aside {
    display: block;
    max-width: 191px;
  }
}
@media screen and (min-width: 1366px) {
  .l-wrapper__aside {
    display: block;
    max-width: calc(100% - 902px - 70px);
  }
}

.l-news {
  background: #FDFCFB;
  padding: 80px 0;
  margin-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .l-news {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-news__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-news__info {
    width: 100%;
    max-width: calc(100% - 600px - 40px);
  }
}
@media screen and (min-width: 1366px) {
  .l-news__info {
    max-width: calc(100% - 730px - 65px);
  }
}
.l-news__category {
  border-top: 1px solid #ADA2A2;
  border-bottom: 1px solid #ADA2A2;
  padding: 10px 0 20px;
}
@media screen and (min-width: 1024px) {
  .l-news__category {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 40px 0 50px;
  }
}
.l-newsCategory__item {
  display: inline-block;
  margin: 10px 24px 0 0;
  color: #A3A3A3;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-newsCategory__item {
    margin-top: 17px;
    margin-right: 0;
  }
}
.l-newsCategory__item:hover {
  opacity: 1;
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .l-newsCategory__item:nth-of-type(1) {
    margin-top: 0;
  }
}
.l-newsCategory__item.is-active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.l-news__more.-sp {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .l-news__more.-sp {
    display: none;
  }
}
.l-news__more.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-news__more.-pc {
    display: block;
  }
}
.l-newsMore__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.l-newsMore__link:hover {
  opacity: 1;
}
.l-newsMore__link:hover .l-newsMore__linkIcon:after {
  opacity: 1;
  visibility: visible;
}
.l-newsMore__linkText {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
}
.l-newsMore__linkIcon {
  background: transparent url(../img/page/icon_newsMore-off.svg) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 48px;
  position: relative;
  margin-left: 20px;
}
.l-newsMore__linkIcon:after {
  content: "";
  background: transparent url(../img/page/icon_newsMore-on.svg) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 48px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.l-news__content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-news__content {
    max-width: 600px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .l-news__content {
    max-width: 730px;
    margin-bottom: 0;
  }
}
.l-news__list {
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.l-news__list:not(:nth-of-type(1)) {
  display: none;
}
.l-newsList__item {
  border-bottom: 1px solid #ADADAD;
  margin-top: 0;
  display: block;
  padding-left: 0;
}
.l-newsList__item:before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-newsList__item:first-child {
    border-top: 1px solid #ADADAD;
  }
}
.l-newsList__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A3A3A3;
  line-height: 1;
  transition: all 0.25s ease;
}
.l-newsList__title {
  margin: 8px auto 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  transition: all 0.25s ease;
}
.l-newsList__date {
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.l-newsList__category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-newsList__category:before {
  background: #A3A3A3;
  content: "";
  height: 12px;
  width: 1px;
  margin: 0 10px;
}
.l-newsList__link {
  position: relative;
  padding: 20px 28px 20px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-newsList__link {
    padding-left: 0;
    padding-right: 78px;
  }
}
.l-newsList__linkIcon {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 20px;
}
.l-newsList__linkIcon:after {
  content: "";
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.l-newsList__link:hover {
  opacity: 1;
}
.l-newsList__link:hover .l-newsList__header,
.l-newsList__link:hover .l-newsList__title {
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .l-newsList__link:hover .l-newsList__header,
  .l-newsList__link:hover .l-newsList__title {
    transform: translateX(10px);
  }
}
.l-newsList__link:hover .l-newsList__linkIcon:after {
  opacity: 1;
  visibility: visible;
}

.l-accordion__title {
  border-bottom: 1px solid #C1C1C1;
  margin: 40px auto 0;
  padding-right: 16px;
  padding-bottom: 20px;
  position: relative;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-accordion__title {
    border-bottom: none;
    margin: 0;
    padding: 0;
    max-width: 175px;
    line-height: 1.7142857143;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-accordion__title span:after {
    content: "\a";
    white-space: pre;
  }
}
.l-accordion__title:before, .l-accordion__title:after {
  background: #707070;
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1024px) {
  .l-accordion__title:before, .l-accordion__title:after {
    content: none;
  }
}
.l-accordion__title:after {
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.l-accordion__title.is-active:after {
  transform: none;
}
@media screen and (min-width: 1024px) {
  .l-accordion__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
  }
}
.l-accordion__content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-accordion__content {
    display: block !important;
    flex-shrink: 0;
    width: 100%;
    max-width: calc(100% - 175px - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .l-accordion__content .l-table__wrapper {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-accordion__content .l-table__wrapper table {
    white-space: inherit;
  }
}
.l-accordion__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .l-accordion__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-accordionList__item {
  border-top: none;
  border-bottom: 1px solid #C1C1C1;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .l-accordionList__item {
    width: 100%;
    max-width: calc((100% - 100px) / 3);
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.l-accordionList__item:before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-accordionList__item:first-child {
    border-top: 1px solid #C1C1C1;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-accordionList__item:nth-child(2), .l-accordionList__item:nth-child(3) {
    border-top: 1px solid #C1C1C1;
  }
}
@media screen and (min-width: 1024px) {
  .l-accordionList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.l-accordionList__link {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .l-accordionList__link {
    padding: 20px 0;
  }
}

.l-imgContent__title {
  border-bottom: 1px solid #C1C1C1;
  margin: 25px auto;
  padding-right: 16px;
  padding-bottom: 20px;
  position: relative;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__title {
    border-bottom: none;
    margin: 0;
    padding: 0;
    max-width: 175px;
    line-height: 1.7142857143;
  }
}
.l-imgContent__wrapper {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
  }
}
.l-imgContent__item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__item {
    width: 100%;
    max-width: calc(100% - 175px - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .l-imgContent__item *:first-child {
    margin-top: 0;
  }
}
.l-imgContent__detail {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__detail {
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-imgContent__detail:nth-of-type(1) {
    border-top: 1px solid #C1C1C1;
  }
}
.l-imgContent__detail:has(.l-imgContent__link:hover) {
  background: #FAFDFB;
}
.l-imgContent__detail:has(.l-imgContent__link:hover) .l-imgContent__detailTitle {
  color: #18A83B !important;
}
.l-imgContent__detail:has(.l-imgContent__link:hover) .l-imgContent__detailTitle.-sub {
  color: #C1C1C1 !important;
}
.l-imgContent__detail:has(.l-imgContent__link:hover) .c-link {
  opacity: 1;
  color: #000 !important;
}
.l-imgContent__detail:has(.l-imgContent__link:hover) .c-link .c-link__icon:after {
  opacity: 1;
  visibility: visible;
}
.l-imgContent__img.-sp {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__img.-sp {
    display: none;
  }
}
.l-imgContent__img.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__img.-pc {
    display: block;
    max-width: 255px;
    margin-right: 45px;
  }
}
.l-imgContent__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-imgContent__link[target=_blank] {
  padding-right: 0;
}
.l-imgContent__link[target=_blank]:after {
  content: none;
}
.l-imgContent__linkText {
  display: inline-block !important;
  margin-top: 20px;
  width: auto !important;
  color: #707070 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
}
.l-imgContent__detailTitle {
  margin: 25px auto 15px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__detailTitle {
    margin-bottom: 10px;
  }
}
.l-imgContent__detailTitle.-sub {
  margin: 0;
  color: #C1C1C1;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__detailTitle.-sub {
    line-height: 1;
  }
}
.l-imgContent__detailTitle:before {
  content: none;
}
.l-imgContent__detailText {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.l-imgContent__area {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-imgContent__area {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-imgContent__area *:first-child {
  margin-top: 0;
}

.l-content__title {
  border-bottom: 1px solid #C1C1C1;
  margin: 25px auto;
  padding-right: 16px;
  padding-bottom: 20px;
  position: relative;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-content__title {
    border-bottom: none;
    margin: 0;
    padding: 0;
    max-width: 175px;
    line-height: 1.7142857143;
  }
}
.l-content__wrapper {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .l-content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-content__detail {
    width: 100%;
    max-width: calc(100% - 175px - 50px);
  }
}
.l-content__item {
  position: relative;
  border-bottom: 1px solid #C1C1C1;
}
@media screen and (min-width: 1024px) {
  .l-content__item {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-content__item:nth-of-type(1) {
    border-top: 1px solid #C1C1C1;
  }
}
.l-content__item:not(:has(.l-contentBox__list)) {
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-content__item:not(:has(.l-contentBox__list)) {
    padding-bottom: 40px;
  }
}
.l-content__item .l-contentBox__list {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-content__item .l-contentBox__list {
    margin-bottom: 0;
  }
}
.l-contentItem__box {
  position: relative;
}
.l-contentItem__box:has(.l-contentBox__link:hover) .l-contentBox__title {
  color: #18A83B !important;
}
.l-contentItem__box:has(.l-contentBox__link:hover) .c-link {
  opacity: 1;
  color: #000 !important;
}
.l-contentItem__box:has(.l-contentBox__link:hover) .c-link .c-link__icon:after {
  opacity: 1;
  visibility: visible;
}
.l-contentBox__title {
  margin: 25px auto 5px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__title {
    margin: 0 auto 10px;
  }
}
.l-contentBox__title:before {
  content: none;
}
.l-contentBox__text {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.l-contentBox__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-contentBox__link[target=_blank] {
  padding-right: 0;
}
.l-contentBox__link[target=_blank]:after {
  content: none;
}
.l-contentBox__linkText {
  display: inline-block !important;
  margin-top: 20px;
  width: auto !important;
  color: #707070 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__linkText {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-top: 0 !important;
  }
}
.l-contentBox__list {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-contentBox__listItem {
  border: 1px solid #707070;
  border-radius: 3px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__listItem {
    width: 100%;
    max-width: calc((100% - 30px) / 3);
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .l-contentBox__listItem:nth-child(2), .l-contentBox__listItem:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-contentBox__listItem:nth-child(3n+1) {
    margin-left: 0;
  }
}
.l-contentBox__listItem:before {
  content: none;
}
.l-contentBox__listLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 20px;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__listLink {
    height: 100%;
  }
}
.l-contentBox__listLink:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
.l-contentBox__listLink:hover {
  opacity: 1;
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .l-contentBox__listLink span span:after {
    content: "\a";
    white-space: pre;
  }
}
.l-content__detailText {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.l-content__area {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-content__area {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-content__area *:first-child {
  margin-top: 0;
}

.l-sidebar__title {
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.l-sidebar__title:before, .l-sidebar__title:after {
  background: #707070;
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__title:before, .l-sidebar__title:after {
    content: none;
  }
}
.l-sidebar__title:after {
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.l-sidebar__title.is-active:after {
  transform: none;
}
.l-sidebar__list {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__list {
    border-bottom: 1px solid #DDD;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: block !important;
  }
}
.l-sidebar__item {
  border-bottom: 1px solid #DDD;
  margin-top: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__item {
    border-bottom: none;
    margin-top: 25px;
    padding-left: 10px;
  }
}
.l-sidebar__item:before {
  content: none;
}
.l-sidebar__item.-title {
  border-bottom: 1px solid #DDD;
  padding: 15px 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__item.-title {
    border-top: 1px solid #DDD;
    padding: 8px 0;
    margin-top: 42px;
    color: #000;
    font-size: 16px;
  }
}
.l-sidebar__item.-title:nth-of-type(1) {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__item.-title:nth-of-type(1) {
    padding-top: 0;
    margin-top: -31px;
  }
}
.l-sidebar__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 38px 15px 0;
  color: #707070;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__link {
    padding: 0;
    display: inline;
  }
}
.l-sidebar__link:after {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .l-sidebar__link:after {
    content: none;
  }
}
.l-sidebar__link:hover {
  opacity: 1;
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__link.is-current {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar__link.is-current:before {
    background: transparent url(../img/common/icon_triangle.png) no-repeat center;
    background-size: contain;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar__link.is-current:hover {
    color: #000;
  }
}
.l-sidebar__prevLink {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__prevLink {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
}
.l-sidebar__prevLink:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  transform: rotate(-180deg);
  flex-shrink: 0;
}
.l-sidebar__prevLink:hover {
  color: #18A83B;
}

.l-footer {
  background: #212121;
  padding-top: 52px;
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 100px;
    margin-top: 160px;
  }
}
.l-footer__container {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1366px) {
  .l-footer__container {
    max-width: 1080px;
  }
}
.l-footer__bnr {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bnr {
    background: #000;
    margin-top: 30px;
  }
}
.l-footer__bnr .l-footer__container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .l-footer__bnr .l-footer__container {
    border: none;
    gap: 20px;
  }
}
.l-footerBnr__link {
  width: 100%;
  max-width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 1024px) {
  .l-footerBnr__link {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerCopyright__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-footerCopyright__text {
  margin: 0;
  padding: 15px 0 20px;
  color: #8B8B8B;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footerCopyright__text {
    text-align: left;
  }
}
.l-footer__pageTop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-footer__pageTop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #8B8B8B;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "Roboto", serif;
    text-decoration: none;
  }
}
.l-footer__pageTop:after {
  background: transparent url(../img/common/icon_pagetop.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 9px;
  height: 12px;
  margin-left: 10px;
}

@media screen and (min-width: 1024px) {
  .c-br.-sp {
    display: none;
  }
}
.c-br.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br.-pc {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .c-br.-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-br.-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .c-hidden.-sp {
    display: none;
  }
}
.c-hidden.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-hidden.-pc {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .c-hidden.-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-hidden.-tab {
    display: inline-block;
  }
}

.c-kv {
  background: #000;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-kv {
    padding-top: 6px;
  }
}
.c-kv__title {
  border-bottom: none;
  padding-bottom: 0;
  max-width: calc(100% - 40px);
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.1875;
}
@media screen and (min-width: 1024px) {
  .c-kv__title {
    max-width: 980px;
    margin: 0 auto 25px;
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (min-width: 1366px) {
  .c-kv__title {
    max-width: 1080px;
  }
}
.c-kv__title.-ja {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.7916666667;
}
@media screen and (min-width: 1024px) {
  .c-kv__title.-ja {
    font-size: 32px;
    line-height: 1;
  }
}
.c-kv__title.-sub {
  flex-direction: row;
  align-items: center;
  margin: 13px 0 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-kv__title.-sub {
    font-size: 18px;
  }
}
.c-kv__title.-sub:before {
  background: #707070;
  content: "";
  width: 72px;
  height: 1px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .c-kv__title.-sub:before {
    width: 112px;
    margin-right: 10px;
  }
}
.c-kv__text {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  color: #FFF;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.1666666667;
}
@media screen and (min-width: 1024px) {
  .c-kv__text {
    margin-left: calc((100% - 980px) / 2);
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
@media screen and (min-width: 1366px) {
  .c-kv__text {
    margin-left: calc((100% - 1080px) / 2);
  }
}
.c-kv__img {
  width: 100%;
  max-width: none;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .c-kv__img.-sp {
    display: none;
  }
}
.c-kv__img.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-kv__img.-pc {
    display: block;
  }
}

.c-breadcrumb {
  margin: 30px auto 0;
  padding-bottom: 13px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    margin-right: 3.6603221083vw;
    max-width: none;
  }
}
.c-breadcrumb__list {
  background: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  text-align: right;
}
.c-breadcrumb__item:before {
  content: none;
}
.c-breadcrumb__item:not(:last-of-type):after {
  background: #ACACAC;
  content: "";
  width: 15px;
  height: 1px;
  margin: 0 10px;
}
.c-breadcrumb__link {
  color: #ACACAC;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 12px;
  letter-spacing: 0.008em;
  text-decoration: none;
}
.c-breadcrumb__link.is-current {
  color: #FFF;
}

.c-heading {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 20px;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .c-heading {
    align-items: flex-start;
    flex-direction: column;
    font-size: 58px;
  }
}
.c-heading.-sub {
  margin: 0;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-heading.-sub {
    margin-top: 5px;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
  }
}
.c-heading.-sub:before {
  background: #707070;
  content: "";
  width: 72px;
  height: 1px;
  margin: 0 5px 0 10px;
}
@media screen and (min-width: 1024px) {
  .c-heading.-sub:before {
    margin-left: 0;
    margin-right: 10px;
    width: 92px;
  }
}

.c-link {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  color: #000;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .c-link span:not(.c-link__icon):after {
    content: "\a";
    white-space: pre;
  }
}
.c-link:hover {
  opacity: 1;
  color: #18A83B;
}
.c-link:hover .c-link__icon:after {
  opacity: 1;
  visibility: visible;
}
.c-link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 13px;
}
.c-link__icon:before, .c-link__icon:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 13px;
}
.c-link__icon:before {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
}
.c-link__icon:after {
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.c-link.a-pdf:before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .c-link__moreWrapper.-sp {
    display: none;
  }
}
.c-link__moreWrapper.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-link__moreWrapper.-pc {
    display: block;
  }
}
.c-linkMore__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.c-linkMore__link:hover {
  opacity: 1;
}
.c-linkMore__link:hover .c-linkMore__icon:after {
  opacity: 1;
  visibility: visible;
}
.c-linkMore__text {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
}
.c-linkMore__icon {
  background: transparent url(../img/common/icon_more_lg-off.svg) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 48px;
  position: relative;
  margin-left: 20px;
}
.c-linkMore__icon:after {
  content: "";
  background: transparent url(../img/common/icon_more_lg-on.svg) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 48px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.p-home .l-header {
  position: absolute;
  background: none;
}
.p-home .l-header.is-scroll.is-down {
  background: #000;
  position: fixed;
  top: 0 !important;
}
.p-home .l-main {
  margin-top: 0 !important;
}
.p-home .l-footer {
  margin-top: 0;
}
.p-home__container {
  position: relative;
}
.p-home__heading {
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 18px 50px;
  padding: 0;
  font-size: 42px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.1428571429;
}
@media screen and (min-width: 1024px) {
  .p-home__heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 70px;
    line-height: 1.1571428571;
  }
}
.p-homeHeading__sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeHeading__sub {
    margin-top: 10px;
  }
}
.p-homeHeading__sub:before {
  background: #000;
  content: "";
  width: 72px;
  height: 1px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .p-homeHeading__sub:before {
    width: 112px;
  }
}
.p-home__section {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-home__section {
    margin-bottom: 160px;
  }
}
.p-home__headNews {
  background: #9D8461;
  padding: 10px 63px 5px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-home__headNews {
    flex-direction: row;
    padding: 7px 55px;
    padding-right: 195px;
    align-items: center;
  }
}
.p-home__headNews:after {
  background: transparent url(../img/home/icon_headNews_link-sp.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 27px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .p-home__headNews:after {
    background: transparent url(../img/home/icon_headNews_link-pc.png) no-repeat center;
    background-size: contain;
    width: 128px;
    height: 20px;
    right: 64px;
  }
}
.p-homeHeadNews__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-homeHeadNews__wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeHeadNews__wrapper:after {
    background: #FFF;
    content: "";
    margin: 0 15px;
    width: 1px;
    height: 16px;
  }
}
.p-homeHeadNews__title {
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeHeadNews__title {
    margin-right: 20px;
    font-size: 18px;
  }
}
.p-homeHeadNews__date {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Roboto", serif;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeHeadNews__date {
    font-size: 14px;
  }
}
.p-homeHeadNews__detail {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeHeadNews__detail {
    font-size: 18px;
  }
}
.p-home__kv {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-home__kv {
    margin-bottom: 160px;
  }
}
.p-home__kv .swiper-slide-active .circle-02 {
  animation: circle linear both;
}
.p-home__kv .p-homeKv__title span,
.p-home__kv .p-homeKv__title span:after {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.p-homeKv__title {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  margin: 0;
  color: #FFF;
  font-size: 45px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__title {
    left: 10.4685212299vw;
    font-size: 64px;
    letter-spacing: 0.05em;
    line-height: 1.40625;
  }
}
.p-homeKv__title span {
  position: relative;
}
.p-homeKv__title.is-done span {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
.p-homeKv__title.is-done span:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.p-homeKv__image img {
  width: 100%;
  max-width: none;
}
.p-homeKv__image:before {
  background: linear-gradient(#000 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  width: 100%;
  height: 311px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__image:before {
    height: 235px;
  }
}
.p-homeKv__image:after {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  content: "";
  width: 100%;
  height: 153px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__image:after {
    height: 235px;
  }
}
.p-homeKv__circle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__circle {
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    right: 60px;
    bottom: 45px;
    z-index: 1;
  }
}
.p-homeKv__circle svg {
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
  transform-origin: center;
}
.p-homeKv__circle .circle-01 {
  stroke: #FFF;
  stroke-width: 1px;
}
.p-homeKv__circle .circle-02 {
  stroke: #FFF;
  stroke-width: 2px;
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
}
.p-homeKv__circle .count {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
}
.p-homeKv__circle .separate {
  background: #FFF;
  width: 10px;
  height: 1px;
  margin: 0 5px;
}
.p-homeKv__circle .total {
  font-size: 29px;
}
.p-homeKv__news {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__news {
    left: 3.6603221083vw;
    bottom: 40px;
  }
}
.p-homeKv__newsLink {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__newsLink {
    flex-direction: row;
  }
}
.p-homeKv__newsWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__newsWrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeKv__newsWrapper:after {
    background: #FFF;
    content: "";
    margin: 0 15px;
    width: 1px;
    height: 24px;
  }
}
.p-homeKv__newsDate {
  font-size: 13px;
  font-family: "Roboto", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-homeKv__newsSeparate {
  background: #FFF;
  width: 1px;
  height: 12px;
  margin: 0 15px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__newsSeparate {
    height: 24px;
  }
}
.p-homeKv__newsCategory {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-homeKv__newsTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
.p-homeKv__newsTitle:after {
  background: transparent url(../img/home/icon_newsAnchor.svg);
  background-size: contain;
  content: "";
  margin-left: 15px;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 3px;
}
.p-home__about {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home__about {
    margin-bottom: 226px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__heading {
    margin-left: calc((100% - 980px) / 2);
  }
}
@media screen and (min-width: 1366px) {
  .p-homeAbout__heading {
    margin-left: calc((100% - 1080px) / 2);
  }
}
.p-homeAbout__imgWrapper {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__imgWrapper {
    margin-bottom: 0;
  }
}
.p-homeAbout__content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__content {
    max-width: 980px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeAbout__content {
    max-width: 1080px;
  }
}
.p-homeAbout__img-02 {
  margin-top: -78px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__img-02 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeAbout__img-02 {
    position: absolute;
    right: calc((100vw - 1366px) / 2);
  }
}
.p-homeAbout__textWrapper {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.p-homeAbout__contentTitle {
  margin: 30px auto;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.1111111111;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__contentTitle {
    margin: 37px auto;
  }
}
.p-homeAbout__contentTitle:before {
  content: none;
}
.p-homeAbout__text {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.2857142857;
}
.p-homeAbout__more {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__more {
    margin-top: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home__academics {
    padding-right: calc((100% - 980px) / 2);
  }
}
@media screen and (min-width: 1366px) {
  .p-home__academics {
    padding-right: calc((100% - 1080px) / 2);
  }
}
.p-homeAcademics__heading {
  align-items: flex-end;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__heading {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.p-homeAcademics__heading .p-homeHeading__sub {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__heading .p-homeHeading__sub {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.p-homeAcademics__heading .p-homeHeading__sub:before {
  margin-right: 0;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
  }
}
.p-homeAcademics__content {
  counter-reset: num;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__content {
    max-width: 450px;
  }
}
.p-homeAcademics__item {
  border-bottom: 1px solid #C1C1C1;
  counter-increment: num;
  padding: 20px 0 20px 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-homeAcademics__item:nth-of-type(1) {
  border-top: 1px solid #C1C1C1;
}
.p-homeAcademics__item:has(.p-homeAcademics__link:hover) .p-homeAcademics__itemTitle {
  color: #18A83B;
}
.p-homeAcademics__item:has(.p-homeAcademics__link:hover) .p-homeAcademics__itemTitle small {
  color: #C1C1C1;
}
.p-homeAcademics__itemTitle {
  margin: 0 0 15px;
  flex-direction: column;
  position: relative;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.380952381;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__itemTitle {
    display: block;
  }
}
.p-homeAcademics__itemTitle:before {
  content: none;
}
.p-homeAcademics__itemTitle span {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__itemTitle span {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 21px;
  }
}
.p-homeAcademics__itemTitle small {
  display: block;
  margin-top: 10px;
  color: #C1C1C1;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
.p-homeAcademics__itemText {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__itemText {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-homeAcademics__itemIcon {
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__itemIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.p-homeAcademics__img {
  width: 29.3150684932vw;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__img {
    display: none;
  }
}
.p-homeAcademics__detail {
  padding: 0 26px 0 20px;
}
.p-homeAcademics__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-homeAcademics__imgWrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeAcademics__imgWrapper {
    display: block;
    position: sticky;
    top: 50px;
    left: 0;
    max-width: calc(100% - 450px - 40px);
    left: calc((100vw - 1366px) / 2);
  }
}
@media screen and (min-width: 1366px) {
  .p-homeAcademics__imgWrapper {
    max-width: 682px;
  }
}
.p-homeLinks__sectionImg {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-homeLinks__sectionImg {
    margin-bottom: 100px;
  }
}
.p-homeLinks__sectionImg img {
  width: 100%;
  max-width: none;
  transition: all 0.25s ease;
}
.p-homeLinks__sectionImg:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .p-homeLinks__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 70px 50px;
  }
}
.p-homeLinks__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-homeLinks__item {
    width: 100%;
    max-width: calc((100% - 70px) / 2);
  }
}
.p-homeLinks__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-homeLinks__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-homeLinks__item:hover .p-homeLinks__itemImg,
.p-homeLinks__item:hover .p-homeLinks__itemText {
  opacity: 0.8;
}
.p-homeLinks__itemImg {
  display: block;
  margin-bottom: 20px;
  transition: all 0.25s ease;
}
.p-homeLinks__itemText {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}
.p-homeLinks__itemText span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-homeLinks__itemText span:before {
  background: #000;
  content: "";
  width: 48px;
  height: 1px;
  margin-right: 9px;
}
.p-home__event .swiper-slide {
  pointer-events: none;
  opacity: 0.2;
}
.p-home__event .swiper-slide.swiper-slide-active, .p-home__event .swiper-slide.swiper-slide-prev, .p-home__event .swiper-slide.swiper-slide-next {
  opacity: 1;
  pointer-events: all;
}
.p-homeEvent__heading {
  writing-mode: tb-rl;
  flex-direction: column-reverse;
  position: relative;
  width: 200px;
  margin-bottom: -85px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__heading {
    margin-left: calc((100% - 980px) / 2);
    width: 340px;
    margin-bottom: -140px;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeEvent__heading {
    margin-left: calc((100% - 1080px) / 2);
  }
}
.p-homeEvent__heading .p-homeHeading__sub {
  writing-mode: horizontal-tb;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 55px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__heading .p-homeHeading__sub {
    left: 85px;
    top: 20px;
  }
}
.p-homeEvent__controls {
  position: relative;
  top: -35px;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__controls {
    padding-right: calc((100% - 980px) / 2);
  }
}
@media screen and (min-width: 1366px) {
  .p-homeEvent__controls {
    padding-right: calc((100% - 1080px) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.p-homeEvent__controls .swiper-button-prev,
.p-homeEvent__controls .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__controls .swiper-button-prev,
  .p-homeEvent__controls .swiper-button-next {
    display: block;
    position: static;
    width: 13px;
    height: 14px;
    z-index: 1;
    margin: 0;
  }
}
.p-homeEvent__controls .swiper-button-prev:after,
.p-homeEvent__controls .swiper-button-next:after {
  content: none;
}
.p-homeEvent__controls .swiper-button-prev {
  background: transparent url(../img/home/icon_slider_prev.svg) no-repeat;
  background-size: contain;
}
.p-homeEvent__controls .swiper-button-next {
  background: transparent url(../img/home/icon_slider_next.svg) no-repeat;
  background-size: contain;
}
.p-homeEvent__controls .p-homeEvent__separate {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__controls .p-homeEvent__separate {
    display: block;
    margin: 0 30px;
    height: 21px;
  }
}
.p-homeEvent__controls .p-homeEvent__separate:last-of-type {
  margin-right: 0;
}
.p-homeEvent__progressbar {
  background: rgba(193, 193, 193, 0.5);
  width: 45px;
  height: 1px;
  margin-left: auto;
  margin-right: 20px;
}
.p-homeEvent__progressbarFill {
  background: #000;
  height: 1px;
  transform-origin: left;
}
.p-homeEvent__content {
  margin-bottom: 50px;
}
.p-homeEvent__item {
  max-width: 242px;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__item {
    max-width: 274px;
  }
}
.p-homeEvent__link {
  text-decoration: none;
}
.p-homeEvent__thumbnail {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__thumbnail {
    margin-bottom: 40px;
  }
}
.p-homeEvent__title {
  margin: 0 0 10px;
  color: #000;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
}
.p-homeEvent__detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-homeEvent__separate {
  background: #A3A3A3;
  width: 1px;
  height: 12px;
  margin: 0 10px;
}
.p-homeEvent__date, .p-homeEvent__category {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-homeEvent__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__more {
    justify-content: flex-start;
  }
}
.p-homeEvent__moreSeparate {
  background: #A3A3A3;
  width: 1px;
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__moreSeparate {
    background: none;
    width: 60px;
  }
}
.p-homeEvent__more .c-linkMore__icon {
  width: 46px;
  height: 26px;
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .p-homeEvent__more .c-linkMore__icon {
    width: 95px;
    height: 48px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__info {
    width: 100%;
    max-width: calc(100% - 600px - 40px);
  }
}
@media screen and (min-width: 1366px) {
  .p-homeNews__info {
    max-width: calc(100% - 800px - 65px);
  }
}
.p-homeNews__content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__content {
    max-width: 600px;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeNews__content {
    max-width: 800px;
  }
}
.p-homeNews__category.-sp {
  border-top: 1px solid #ADA2A2;
  border-bottom: 1px solid #ADA2A2;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__category.-sp {
    display: none;
  }
}
.p-homeNews__category.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__category.-pc {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    flex-direction: column;
    margin: 40px 0 50px;
  }
}
.p-homeNewsCategory__item {
  margin: 20px 24px 0 0;
  color: #A3A3A3;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-homeNewsCategory__item {
    margin-top: 17px;
    margin-right: 0;
  }
}
.p-homeNewsCategory__item:hover {
  opacity: 1;
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .p-homeNewsCategory__item:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-homeNewsCategory__item.is-active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.p-homeNewsMore__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.p-homeNewsMore__link:hover {
  opacity: 1;
}
.p-homeNewsMore__link:hover .l-newsMore__linkIcon:after {
  opacity: 1;
  visibility: visible;
}
.p-homeNewsMore__linkText {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
}
.p-homeNews__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__list {
    width: 100%;
    max-width: 600px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeNews__list {
    max-width: 800px;
    margin-bottom: 0;
  }
}
.p-homeNewsList__item {
  border-bottom: 1px solid #ADADAD;
  margin-top: 0;
  padding-left: 0;
  display: block;
}
.p-homeNewsList__item:before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .p-homeNewsList__item:first-child {
    border-top: 1px solid #ADADAD;
  }
}
.p-homeNewsList__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A3A3A3;
  line-height: 1;
  transition: all 0.25s ease;
}
.p-homeNewsList__title {
  margin: 8px auto 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  transition: all 0.25s ease;
}
.p-homeNewsList__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-homeNewsList__date:after {
  background: #A3A3A3;
  content: "";
  height: 12px;
  width: 1px;
  margin: 0 10px;
}
.p-homeNewsList__category {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-homeNewsList__link {
  position: relative;
  padding: 20px 28px 20px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-homeNewsList__link {
    padding-left: 0;
    padding-right: 78px;
  }
}
.p-homeNewsList__linkIcon {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 20px;
}
.p-homeNewsList__linkIcon:after {
  content: "";
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.p-homeNewsList__link:hover {
  opacity: 1;
}
.p-homeNewsList__link:hover .p-homeNewsList__header,
.p-homeNewsList__link:hover .p-homeNewsList__title {
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .p-homeNewsList__link:hover .p-homeNewsList__header,
  .p-homeNewsList__link:hover .p-homeNewsList__title {
    transform: translateX(10px);
  }
}
.p-homeNewsList__link:hover .p-homeNewsList__linkIcon:after {
  opacity: 1;
  visibility: visible;
}
.p-homeNews__topicsHeading {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-homeNews__topicsList {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px;
}
.p-homeNews__topicsItem {
  max-width: 268px;
  padding-left: 0;
}
.p-homeNews__topicsItem:before {
  content: none;
}
.p-homeNews__topicsLink {
  color: #000;
  text-decoration: none;
}
.p-homeNews__topicsImg {
  border: 1px solid #ADADAD;
  margin-bottom: 18px;
}
.p-homeNews__topicsTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 10px;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__topicsTitle {
    max-width: 240px;
  }
}
.p-homeNews__topicsDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: #A3A3A3;
  font-size: 12px;
  font-family: "Roboto", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}
.p-home__movie {
  margin-bottom: 0;
}
.p-homeMovie__heading {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.p-homeMovie__heading .p-homeHeading__sub {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeMovie__heading {
    margin-left: calc((100% - 980px) / 2);
  }
}
@media screen and (min-width: 1366px) {
  .p-homeMovie__heading {
    margin-left: calc((100% - 1080px) / 2);
  }
}
.p-homeMovie__link {
  background: transparent url(../img/home/img_movie-sp.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-top: -25px;
}
@media screen and (min-width: 1024px) {
  .p-homeMovie__link {
    background: transparent url(../img/home/img_movie-pc.png) no-repeat center;
    background-size: contain;
    margin-top: -40px;
  }
}
.p-homeMovie__link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92%;
}
@media screen and (min-width: 1024px) {
  .p-homeMovie__link:before {
    padding-top: 31.1127379209%;
  }
}

@keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}
.p-news__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .p-news__wrapper {
    flex-direction: row-reverse;
  }
}
.p-news__main {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-news__main {
    padding-top: 80px;
  }
}
.p-news__aside {
  border-bottom: 1px solid #DDD;
  padding-top: 60px;
  padding-bottom: 40px;
}
.p-news__aside .l-sidebar__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-news__aside .l-sidebar__title {
    display: block;
  }
}
.p-newsSidebar__title {
  margin: 30px 0 20px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__title {
    margin: 40px 0 25px;
  }
}
.p-newsSidebar__subTitle {
  padding: 10px;
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__subTitle {
    display: none;
  }
}
.p-newsSidebar__contents {
  position: relative;
  border: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__contents {
    border: none;
  }
}
.p-newsSidebar__list, .p-newsSidebar__subList {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__list, .p-newsSidebar__subList {
    border: none;
    display: block;
    position: static;
  }
}
.p-newsSidebar__subList {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__subList {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__subList.-archive .-all {
    display: none !important;
  }
}
.p-newsSidebar__item {
  border-top: 1px solid #DDD;
  margin-top: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__item {
    border: none;
    margin-top: 25px;
  }
}
.p-newsSidebar__item:before {
  content: none;
}
.p-newsSidebar__item:first-child {
  border-top: none;
}
.p-newsSidebar__item.-all {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__item.-all {
    display: block;
  }
}
.p-newsSidebar__link {
  display: block;
  padding: 10px 10px;
  color: #ADADAD;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__link {
    padding: 0;
  }
}
.p-newsSidebar__link:hover {
  color: #18A83B;
}
.p-newsSidebar__link.is-current {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__link.is-current {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__link.is-current:before {
    background: transparent url(../img/common/icon_triangle.png) no-repeat center;
    background-size: contain;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__link.is-current:hover {
    color: #000;
  }
}
.p-newsSidebar__archiveList {
  border: none;
  border-top: 1px solid #DDD;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__archiveList {
    border-top: none;
    margin-top: 25px;
  }
}
.p-newsSidebar__archiveItem {
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  .p-newsSidebar__archiveItem {
    margin-top: 15px;
  }
}
.p-news .js-newsSidebarTitle,
.p-news .js-archiveTitle {
  position: relative;
}
.p-news .js-newsSidebarTitle:before, .p-news .js-newsSidebarTitle:after,
.p-news .js-archiveTitle:before,
.p-news .js-archiveTitle:after {
  background: #707070;
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-news .js-newsSidebarTitle:before, .p-news .js-newsSidebarTitle:after,
  .p-news .js-archiveTitle:before,
  .p-news .js-archiveTitle:after {
    background: #ADADAD;
  }
}
.p-news .js-newsSidebarTitle:after,
.p-news .js-archiveTitle:after {
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.p-news .js-newsSidebarTitle.is-active:after,
.p-news .js-archiveTitle.is-active:after {
  transform: none;
}
.p-news__title {
  margin-bottom: 0;
}
.p-news__title.-sp {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-news__title.-sp {
    display: none;
  }
}
.p-news__title.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-news__title.-pc {
    display: block;
  }
}
.p-news__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-news__list {
    margin-bottom: 70px;
  }
}
.p-newsList__item {
  border-bottom: 1px solid #DDD;
  margin-top: 0;
  display: block;
}
.p-newsList__item:before {
  content: none;
}
.p-newsList__item.is-hidden {
  display: none;
}
.p-newsList__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A3A3A3;
  line-height: 1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .p-newsList__header {
    margin-right: 46px;
    flex-shrink: 0;
  }
}
.p-newsList__title {
  margin: 8px 0 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  transition: all 0.25s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1024px) {
  .p-newsList__title {
    margin-top: 0;
    -webkit-line-clamp: 1;
  }
}
.p-newsList__date {
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-newsList__category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-newsList__category:before {
  background: #A3A3A3;
  content: "";
  height: 12px;
  width: 1px;
  margin: 0 10px;
}
.p-newsList__link {
  position: relative;
  padding: 20px 28px 20px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-newsList__link {
    padding-left: 0;
    padding-right: 78px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-newsList__linkIcon {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 20px;
}
.p-newsList__linkIcon:after {
  content: "";
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.p-newsList__link:hover {
  opacity: 1;
}
.p-newsList__link:hover .p-newsList__header,
.p-newsList__link:hover .p-newsList__title {
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .p-newsList__link:hover .p-newsList__header,
  .p-newsList__link:hover .p-newsList__title {
    transform: translateX(10px);
  }
}
.p-newsList__link:hover .p-newsList__linkIcon:after {
  opacity: 1;
  visibility: visible;
}
.p-news__pagination {
  margin: 0 auto;
}
.p-newsPagination__list {
  background: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-newsPagination__item {
  margin-top: 0;
  margin-left: 40px;
}
.p-newsPagination__item:first-child {
  margin-left: 0;
}
.p-newsPagination__item:before {
  content: none;
}
.p-newsPagination__link {
  color: #B9B9B9;
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}
.p-newsPagination__link.is-current {
  position: relative;
  color: #707070;
}
.p-newsPagination__link.is-current:after {
  background: #707070;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-newsPagination__link.is-current:hover {
  cursor: default;
  color: #707070;
  opacity: 1;
}
.p-newsPagination__link:hover {
  color: #18A83B;
  opacity: 1;
}
.p-news__links {
  border-top: 1px solid #DDD;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-news__links {
    margin-top: 50px;
    padding-top: 40px;
  }
}
.p-newsLinks__item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
}
.p-newsLinks__item:hover {
  opacity: 1;
  color: #18A83B;
}
.p-newsLinks__item.-prev {
  position: absolute;
  bottom: 6px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-newsLinks__item.-prev {
    bottom: 0;
  }
}
.p-newsLinks__item.-prev .p-newsLinks__icon {
  background: transparent url(../img/news/icon_prev-off.svg) no-repeat center left;
  background-size: contain;
  content: "";
  width: 27px;
  height: 13px;
}
.p-newsLinks__item.-prev .p-newsLinks__text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-newsLinks__item.-prev .p-newsLinks__text {
    display: block;
    margin-left: 7px;
  }
}
.p-newsLinks__item.-prev:hover .p-newsLinks__icon {
  background: transparent url(../img/news/icon_prev-on.svg) no-repeat center left;
  background-size: contain;
}
.p-newsLinks__item.-list .p-newsLinks__icon {
  background: transparent url(../img/news/icon_all-off.svg) no-repeat center left;
  background-size: contain;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.p-newsLinks__item.-list:hover .p-newsLinks__icon {
  background: transparent url(../img/news/icon_all-on.svg) no-repeat center left;
  background-size: contain;
}
.p-newsLinks__item.-next {
  position: absolute;
  bottom: 6px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-newsLinks__item.-next {
    bottom: 0;
  }
}
.p-newsLinks__item.-next .p-newsLinks__icon {
  background: transparent url(../img/news/icon_next-off.svg) no-repeat center left;
  background-size: contain;
  content: "";
  width: 27px;
  height: 13px;
}
.p-newsLinks__item.-next .p-newsLinks__text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-newsLinks__item.-next .p-newsLinks__text {
    display: block;
    margin-right: 10px;
  }
}
.p-newsLinks__item.-next:hover .p-newsLinks__icon {
  background: transparent url(../img/news/icon_next-on.svg) no-repeat center left;
  background-size: contain;
}
.p-newsLinks__icon {
  transition: all 0.25s ease;
}
.p-newsDetail__title {
  border-bottom: 1px solid #DDD;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.7916666667;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__title {
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.7857142857;
  }
}

.p-event__calendar .vanilla-calendar {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar {
    min-width: 0;
  }
}
.p-event__calendar .vanilla-calendar-header {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 30px auto;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-header {
    margin: 0 auto 24px;
  }
}
.p-event__calendar .vanilla-calendar-header.-month .vanilla-calendar-month {
  color: #6FC46F;
}
.p-event__calendar .vanilla-calendar-header.-year .vanilla-calendar-year {
  color: #6FC46F;
}
.p-event__calendar .vanilla-calendar-header .vanilla-calendar-year,
.p-event__calendar .vanilla-calendar-header .vanilla-calendar-month {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-week {
    grid-template-columns: repeat(7, 26px);
  }
}
.p-event__calendar .vanilla-calendar-days {
  gap: 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-days {
    grid-template-columns: repeat(7, 26px);
  }
}
.p-event__calendar .vanilla-calendar-day {
  box-shadow: 0 0 0 1px #DDD;
  overflow: hidden;
}
.p-event__calendar .vanilla-calendar-day__btn {
  background: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  color: #707070;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-day__btn {
    min-height: 26px;
    max-width: 26px;
    font-size: 12px;
  }
}
.p-event__calendar .vanilla-calendar-day__btn_prev, .p-event__calendar .vanilla-calendar-day__btn_next {
  color: #DDD;
}
.p-event__calendar .vanilla-calendar-day__btn_today {
  background: #ECF5EE;
  color: #6FC46F;
}
.p-event__calendar .vanilla-calendar-day__btn:hover {
  background: #ECF5EE;
}
.p-event__calendar .vanilla-calendar-day__btn_selected, .p-event__calendar .vanilla-calendar-day__btn.is-active {
  background: #6fc46f;
  color: #FFF;
}
.p-event__calendar .vanilla-calendar-week__day {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-week__day {
    font-size: 10px;
  }
}
.p-event__calendar .vanilla-calendar-arrow_prev,
.p-event__calendar .vanilla-calendar-arrow_next {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-event__calendar .vanilla-calendar-arrow_prev:before,
.p-event__calendar .vanilla-calendar-arrow_next:before {
  width: 14px;
  height: 14px;
  transform: none;
}
.p-event__calendar .vanilla-calendar-arrow_prev {
  left: 0;
}
.p-event__calendar .vanilla-calendar-arrow_prev:before {
  background: transparent url(../img/event/icon_prev.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.p-event__calendar .vanilla-calendar-arrow_next {
  right: 0;
}
.p-event__calendar .vanilla-calendar-arrow_next:before {
  background: transparent url(../img/event/icon_next.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.p-event__calendar .vanilla-calendar-months,
.p-event__calendar .vanilla-calendar-years {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 7px;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-months,
  .p-event__calendar .vanilla-calendar-years {
    gap: 2px;
  }
}
.p-event__calendar .vanilla-calendar-months__month,
.p-event__calendar .vanilla-calendar-years__year {
  border-radius: 8px;
  width: 78px;
  height: 84px;
  color: #A3A3A3;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-event__calendar .vanilla-calendar-months__month,
  .p-event__calendar .vanilla-calendar-years__year {
    border-radius: 4px;
    width: 46px;
    height: 52px;
  }
}
.p-event__calendar .vanilla-calendar-months__month_selected {
  background: #ECF5EE;
}
.p-event__calendar .vanilla-calendar-years__year_selected {
  background: #6FC46F;
  color: #FFF;
}
.p-event__calendar .vanilla-calendar-years__year:nth-last-of-type(1), .p-event__calendar .vanilla-calendar-years__year:nth-last-of-type(2), .p-event__calendar .vanilla-calendar-years__year:nth-last-of-type(3) {
  display: none;
}

.p-digitalsignage__link:after {
  content: none !important;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignage__wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-digitalsignage__more.-sp {
    display: none;
  }
}
.p-digitalsignage__more.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignage__more.-pc {
    display: block;
  }
}
.p-digitalsignage__news {
  background: #FDFCFB;
  padding: 10px 15px 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignage__news {
    padding: 15px 30px;
    margin-bottom: 0;
  }
}
.p-digitalsignageNews__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-height: 468px;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageNews__list {
    max-height: 266px;
  }
}
.p-digitalsignageNews__item {
  border-bottom: 1px solid #DDD;
  margin-top: 0;
  display: block;
}
.p-digitalsignageNews__item:before {
  content: none;
}
.p-digitalsignageNews__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A3A3A3;
  line-height: 1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageNews__header {
    margin-right: 46px;
    padding-top: 5px;
    flex-shrink: 0;
  }
}
.p-digitalsignageNews__title {
  margin: 8px 0 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  transition: all 0.25s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageNews__title {
    margin-top: 0;
    -webkit-line-clamp: 2;
  }
}
.p-digitalsignageNews__date {
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-digitalsignageNews__category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-digitalsignageNews__category:before {
  background: #A3A3A3;
  content: "";
  height: 12px;
  width: 1px;
  margin: 0 10px;
}
.p-digitalsignageNews__link {
  position: relative;
  padding: 20px 28px 20px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageNews__link {
    padding-left: 0;
    padding-right: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-digitalsignageNews__linkIcon {
  background: transparent url(../img/common/icon_more-off.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 20px;
}
.p-digitalsignageNews__linkIcon:after {
  content: "";
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.p-digitalsignageNews__link:hover {
  opacity: 1;
}
.p-digitalsignageNews__link:hover .p-digitalsignageNews__header,
.p-digitalsignageNews__link:hover .p-digitalsignageNews__title {
  color: #18A83B;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageNews__link:hover .p-digitalsignageNews__header,
  .p-digitalsignageNews__link:hover .p-digitalsignageNews__title {
    transform: translateX(10px);
  }
}
.p-digitalsignageNews__link:hover .p-digitalsignageNews__linkIcon:after {
  opacity: 1;
  visibility: visible;
}
.p-digitalsignage__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignage__content {
    gap: 50px 48px;
    margin-bottom: 80px;
  }
}
.p-digitalsignageContent__item {
  width: 100%;
  max-width: calc((100% - 16px) / 2);
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageContent__item {
    max-width: calc((100% - 96px) / 3);
  }
}
.p-digitalsignageContent__logo {
  background: #FDFCFB;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageContent__logo {
    height: 220px;
  }
}
.p-digitalsignageContent__name {
  margin-bottom: 15px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2142857143;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageContent__name {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
.p-digitalsignageContent__links {
  border-bottom: 1px solid #ADADAD;
}
.p-digitalsignageContent__link {
  border-top: 1px solid #ADADAD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  position: relative;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
  text-decoration: none;
}
.p-digitalsignageContent__link:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageContent__link:before {
    content: none !important;
  }
}
.p-digitalsignageContent__link:after {
  content: none !important;
}
@media screen and (min-width: 1024px) {
  .p-digitalsignageContent__link:after {
    content: "" !important;
    background: transparent url(../img/common/icon_more-off.svg) no-repeat center !important;
    background-size: contain !important;
    width: 27px !important;
    height: 13px !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: 20px;
  }
}
.p-digitalsignageContent__link:hover {
  opacity: 1;
  color: #18A83B;
}

.p-Researchgrant__search {
  border-bottom: 1px solid #ADADAD;
  margin-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-Researchgrant__search {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 85px;
    padding-bottom: 50px;
  }
}
.p-ResearchgrantSearch__title {
  margin-top: 0;
  margin-bottom: 25px;
  flex-shrink: 0;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__title {
    font-size: 21px;
    margin-right: 60px;
  }
}
.p-ResearchgrantSearch__wrapper, .p-ResearchgrantSearch__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__wrapper, .p-ResearchgrantSearch__btns {
    gap: 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 22px;
  }
}
.p-ResearchgrantSearch__item, .p-ResearchgrantSearch__btn {
  border-radius: 3px;
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__item, .p-ResearchgrantSearch__btn {
    min-width: 217px;
    max-width: calc((100% - 40px) / 3);
    height: 44px;
    justify-content: center;
  }
}
.p-ResearchgrantSearch__btns {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__btns {
    margin-top: 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .p-ResearchgrantSearch__btn {
    max-width: none;
  }
}
.p-ResearchgrantSearch__item {
  background: #000;
  color: #FFF;
}
.p-ResearchgrantSearch__item.-etc {
  border: 1px solid #000;
  background: #FFF;
  color: #000;
}
.p-ResearchgrantSearch__btn.-green {
  border: 1px solid #18A83B;
  color: #18A83B;
}
.p-ResearchgrantSearch__btn.-gray {
  background: #9A9A9A;
  color: #FFF;
}
.p-Researchgrant__table {
  table-layout: fixed;
}
.p-Researchgrant__table td a {
  word-break: break-word;
  white-space: break-spaces;
}
.p-Researchgrant__border {
  border-right: 1px solid #ADA2A2;
}
.p-Researchgrant__cell-129 {
  width: 128px;
}
.p-Researchgrant__cell-245 {
  width: 245px;
}
.p-Researchgrant__cell-578 {
  width: 578px;
}

.p-students__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-students__list {
    gap: 10px 20px;
  }
}
.p-students__item {
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-students__item {
    max-width: calc((100% - 60px) / 4);
  }
}
.p-students__item:before {
  content: none;
}
.p-students__link {
  background: #FFF;
  border: 1px solid #ADADAD;
  border-radius: 3px;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 60px;
  padding: 0 0 0 10px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-students__link {
    min-height: 79px;
    padding-left: 15px;
  }
}
.p-students__link:hover {
  background: #FAFDFB;
}
.p-students__link:hover .p-students__text {
  color: #18A83B;
}
.p-students__icon {
  margin-right: 7px;
}
@media screen and (min-width: 1024px) {
  .p-students__icon {
    margin-right: 15px;
  }
}
.p-students__text {
  color: #000;
  font-size: 13px;
  line-height: 1.3846153846;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .p-students__text {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
.p-students__text span:after {
  content: "\a";
  white-space: pre;
}

.p-message .c-kv__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .p-message .c-kv__title {
    font-size: 32px;
  }
}
.p-message__content {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .p-message__content {
    margin-top: 100px;
  }
}
.p-message__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-message__info {
    margin-bottom: 24px;
  }
}
.p-message__info .c-heading {
  margin: 0;
}
.p-messageInfo__linkText {
  max-width: 110px;
}
.p-message__container {
  border-top: 1px solid #DDD;
}

.is-en {
  font-family: "Cormorant Garamond", serif;
}
.is-en .l-main {
  margin-top: 75px;
}
@media screen and (min-width: 1024px) {
  .is-en .l-main {
    margin-top: 163px;
  }
}
.is-en ul li {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.is-en ul li:before {
  background: #6FC46F;
}
.is-en table td {
  padding: 12px 15px;
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 1.8;
}
.is-en table td .a-pdf:before, .is-en table td .a-xls:before, .is-en table td .a-doc:before, .is-en table td .a-ppt:before, .is-en table td .a-mailto:before, .is-en table td .a-zip:before, .is-en table td .a-link:before, .is-en table td .a-external:before {
  top: -2px;
}
.is-en .a-pdf {
  color: #000;
  text-decoration: none;
}
.is-en .a-pdf:after {
  position: relative;
  top: 3px;
}
.is-en .a-xls:after {
  position: relative;
  top: 3px;
}
.is-en .a-doc:after {
  position: relative;
  top: 3px;
}
.is-en .a-ppt:after {
  position: relative;
  top: 3px;
}
.is-en .a-mailto:after {
  position: relative;
  top: 3px;
}
.is-en .a-zip:after {
  position: relative;
  top: 3px;
}
.is-en .a-external:after {
  position: relative;
  top: 3px;
}

@media screen and (min-width: 1024px) {
  .is-en .l-header__container {
    padding-right: 4.39238653vw;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .l-header__hamburger {
    display: none;
  }
}

.is-en .l-navigation__link,
.is-en .l-navigation__subLink,
.is-en .l-navigationDetail__searchInput {
  font-family: "Roboto", serif;
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigation__wrapper {
    position: relative;
  }
}
.is-en .l-navigation__bottom {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigation__bottom {
    padding-left: 284px;
    padding-bottom: 30px;
  }
}
.is-en .l-navigationBottom__linkItem {
  font-family: "Roboto", serif;
}
.is-en .l-navigationBottom__linkItem.-external {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.is-en .l-navigationBottom__linkItem.-external:after {
  background: transparent url(../img/common/icon_external-g.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 8px;
  height: 8px;
}
.is-en .l-navigationAddress__box {
  font-family: "Roboto", serif;
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigationAddress__text {
    max-width: 148px;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigationAddress__sns {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 335px;
  }
}
.is-en .l-navigationAddress__snsList {
  align-items: center;
}
.is-en .l-navigationAddress__snsItem:last-of-type {
  width: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigation__sitemap {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigationSitemap__list {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .l-navigationSitemap__listItem {
    line-height: 1;
  }
}

.is-en .l-footerCopyright__text {
  text-align: left;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-en .l-newsCategory__item,
.is-en .l-newsList__date,
.is-en .l-newsList__category {
  font-family: "Roboto", serif;
}
.is-en .l-newsList__title {
  font-family: "Cormorant Garamond", serif;
}
.is-en .l-accordion__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .is-en .l-accordion__title {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.is-en.p-home .p-homeKv__title {
  margin-top: -20px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .is-en.p-home .p-homeKv__title {
    margin-top: 0;
    font-size: 70px;
  }
}
.is-en.p-home .p-homeKv__title i {
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .is-en.p-home .p-homeAbout__heading {
    margin-bottom: 90px;
  }
}
.is-en.p-home .p-homeAbout__imgWrapper {
  flex-shrink: 0;
}
.is-en.p-home .p-homeAbout__text, .is-en.p-home .p-homeAbout__contentTitle {
  margin: 16px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .is-en.p-home .p-homeAbout__text, .is-en.p-home .p-homeAbout__contentTitle {
    margin: 24px 0;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .is-en.p-home .p-homeAbout__textWrapper {
    margin-left: 8.4187408492vw;
  }
}
.is-en.p-home .p-homeAcademics__item {
  border-color: transparent;
  flex-direction: column;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .is-en.p-home .p-homeAcademics__item {
    border-color: #c1c1c1;
  }
}
.is-en.p-home .p-homeAcademics__detail {
  padding: 0;
}
.is-en.p-home .p-homeAcademics__itemTitle {
  position: relative;
  padding-left: 23px;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.is-en.p-home .p-homeAcademics__itemNum {
  position: absolute;
  top: 10px;
  left: 0;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 600;
}
.is-en.p-home .p-homeAcademics__itemText {
  padding-left: 23px;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.is-en.p-home .p-homeAcademics__img {
  width: 100%;
  margin-bottom: 24px;
}
.is-en.p-home .p-homeAcademics__itemIcon {
  margin-left: 23px;
}
.is-en .p-homeLinks__itemText {
  position: relative;
  margin: 0;
}
.is-en .p-homeLinks__itemText span {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.4;
}
.is-en .p-homeLinks__itemText span:before {
  content: none;
}
.is-en .p-homeLinks__itemIcon {
  background: transparent url(../img/common/icon_more-on.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 11px;
}
.is-en .p-homeNewsCategory__item {
  font-family: "Roboto", serif;
  letter-spacing: 0.05em;
}

.is-en .p-about__title {
  border-bottom: none;
  display: none;
  margin: 40px auto 0;
  padding-right: 16px;
  padding-bottom: 20px;
  position: relative;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .is-en .p-about__title {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 175px;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.7142857143;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-about__title span:after {
    content: "\a";
    white-space: pre;
  }
}
.is-en .p-about__wrapper {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-about__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.is-en .p-about__content {
  display: block;
}
@media screen and (min-width: 1024px) {
  .is-en .p-about__content {
    flex-shrink: 0;
    width: 100%;
    max-width: calc(100% - 175px - 50px);
  }
}
.is-en .p-about__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .is-en .p-about__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.is-en .p-aboutList__item {
  border-top: none;
  border-bottom: 1px solid #C1C1C1;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .is-en .p-aboutList__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.is-en .p-aboutList__item:before {
  content: none;
}
.is-en .p-aboutList__item:first-child {
  border-top: 1px solid #C1C1C1;
}
.is-en .p-aboutList__item:has(.p-aboutList__itemInner) {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .is-en .p-aboutList__item:has(.p-aboutList__itemInner) {
    padding: 20px 0;
  }
}
.is-en .p-aboutList__item:has(.p-aboutList__itemInner) .p-aboutList__link {
  padding: 0;
}
.is-en .p-aboutList__itemInner {
  width: 100%;
}
.is-en .p-aboutList__link {
  padding: 10px 0;
  padding-right: 35px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-aboutList__link {
    padding: 20px 0;
  }
}
.is-en .p-aboutList__linkTitle {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.is-en .p-aboutList__linkParagraph {
  display: block;
  margin-top: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.is-en .p-aboutList__link:has(.p-aboutList__linkTitleWrapper) {
  padding-right: 0;
}
.is-en .p-aboutList__linkTitleWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.is-en .p-aboutList__linkTitleWrapper:after {
  content: none !important;
}
.is-en .p-aboutList__linkTitleWrapper .c-link__icon {
  position: static;
  flex-shrink: 0;
  transform: none;
}
.is-en .p-aboutList__linkList {
  display: block;
  margin: 15px 0 0;
}
.is-en .p-aboutList__linkList:after {
  content: none !important;
}
.is-en .p-aboutList__linkItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.4;
}
.is-en .p-aboutList__linkItem:before {
  background: transparent url(../img/common/icon_triangle.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  position: relative;
  top: 7px;
}
.is-en .p-aboutList__linkItem:after {
  content: none !important;
}
.is-en .p-aboutList__linkItem + .p-aboutList__linkItem {
  margin-top: 8px;
}

.is-en.p-academics .l-imgContent__detailTitle {
  margin-bottom: 8px;
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .is-en.p-academics .l-imgContent__detailTitle {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.is-en.p-academics .l-imgContent__detailText {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.is-en .p-map__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__wrapper {
    flex-direction: row-reverse;
  }
}
.is-en .p-map__main {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__main {
    padding-top: 80px;
  }
}
.is-en .p-map__aside {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__aside {
    border-bottom: 1px solid #DDD;
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
  }
}
.is-en .p-map__aside .l-sidebar__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__aside .l-sidebar__title {
    display: block;
  }
}
.is-en .p-mapSidebar__title {
  margin: 30px 0 20px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__title {
    margin: 40px 0 25px;
  }
}
.is-en .p-mapSidebar__subTitle {
  padding: 10px;
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__subTitle {
    display: none;
  }
}
.is-en .p-mapSidebar__contents {
  position: relative;
  border: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__contents {
    border: none;
  }
}
.is-en .p-mapSidebar__list, .is-en .p-mapSidebar__subList {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__list, .is-en .p-mapSidebar__subList {
    border: none;
    display: block;
    position: static;
  }
}
.is-en .p-mapSidebar__subList {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__subList {
    display: block !important;
  }
}
.is-en .p-mapSidebar__item {
  border-top: 1px solid #DDD;
  margin-top: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__item {
    border: none;
    margin-top: 25px;
  }
}
.is-en .p-mapSidebar__item:before {
  content: none;
}
.is-en .p-mapSidebar__item:first-child {
  border-top: none;
}
.is-en .p-mapSidebar__item.-all {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__item.-all {
    display: block;
  }
}
.is-en .p-mapSidebar__link {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__link:before {
    background: transparent url(../img/common/icon_triangle.png) no-repeat center;
    background-size: contain;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__link:hover {
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-mapSidebar__link {
    padding: 0;
  }
}
.is-en .p-mapSidebar__link:hover {
  color: #18A83B;
}
.is-en .p-map__title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__title {
    margin-bottom: 40px;
  }
}
.is-en .p-map__list {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__list {
    margin-bottom: 70px;
  }
}
.is-en .p-map__section + .p-map__section {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__section + .p-map__section {
    margin-top: 70px;
  }
}
.is-en .p-map__img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  flex-direction: column;
}
.is-en .p-map__img-01 {
  max-width: 492px;
}
.is-en .p-map__img-02 {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__img-02 {
    margin-top: 48px;
    flex-direction: row;
    gap: 66px;
  }
  .is-en .p-map__img-02 img {
    max-width: calc((100% - 66px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__img-04 {
    flex-direction: row;
    gap: 20px;
  }
  .is-en .p-map__img-04 > img {
    max-width: 471px;
  }
}
@media screen and (min-width: 1024px) {
  .is-en .p-map__img-05 {
    gap: 21px;
  }
}

/*# sourceMappingURL=style.css.map */
