/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --block__color: #363636;
  --white__color: #FFFFFF;
  --lightgray__color: #DCDCDC;
  --gray__color: #8E8E8E;
  --swiper-wrapper-transition-timing-function: linear !important;
}

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

body {
  font-family: "Shippori Mincho B1", serif;
  color: var(--block__color);
}

img {
  display: block;
  width: 100%;
}

p {
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  p {
    text-align: left;
  }
}
.l-header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header .l-header__logo {
  position: fixed;
  top: 40px;
  left: 56px;
  z-index: 98;
}
.l-header .l-header__logo .l-header__logo__image {
  width: 200px;
}
.l-header .l-header__logo--white {
  display: block;
}
.l-header .l-header__logo--black {
  display: none;
}
.l-header .l-header__menu {
  position: relative;
  z-index: 99;
}
.l-header .l-header__menu .l-header__button:hover {
  opacity: 0.7;
}
.l-header .l-header__menu .l-header__button__text {
  color: var(--white__color);
}
.l-header .l-header__menu--lower .l-header__button__text {
  color: var(--black__color);
}
.l-header .l-header__gnav {
  position: fixed;
  top: 52px;
  right: 56px;
  z-index: 98;
}
.l-header .js-header.is-scrolled .l-header__nav--top {
  display: none;
}
.l-header .js-hdGnav {
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  width: 40%;
  padding: 120px 104px 104px;
  top: 0;
  right: 0;
  z-index: 90;
  background-color: #FBFBFB;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s, -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-transition: transform 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header .js-hdGnav .l-header__list {
  border-bottom: 1px solid var(--block__color);
}
.l-header .js-hdGnav .l-header__item-sp:nth-child(-n+7) {
  margin-bottom: 48px;
}
.l-header .js-hdGnav .l-header__item__link--sp {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  text-align: left;
  color: var(--black__color);
}
.l-header .js-hdGnav .l-header__item__link--sp::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 8px;
  background-color: var(--block__color);
  z-index: 99;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.l-header .js-hdGnav .l-header__item-sp:hover .l-header__item__link--sp::before {
  width: 100%;
}
.l-header .js-hdGnav .l-header__item__text--en {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.l-header .js-hdGnav.is_click {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.l-header .l-header__gnav--pc .l-header__item--pc:nth-child(-n+6) {
  margin-bottom: 32px;
}
.l-header .l-header__gnav--pc .l-header__item__link--pc {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-left: auto;
  color: var(--white__color);
}
.l-header .l-header__gnav--pc .l-header__item__link--pc::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 6px;
  background-color: var(--white__color);
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.l-header .l-header__gnav--pc .l-header__item--pc:hover .l-header__item__link--pc::before {
  width: 100%;
}

.js-header {
  transition: opacity 0.3s;
}

.js-header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.js-header.is-scrolled .l-header__logo--white {
  display: none;
}

.js-header.is-scrolled .l-header__logo--black {
  display: block;
}

.js-header.is-scrolled .l-header__menu .l-header__button__text {
  color: var(--black__color);
}

@media screen and (max-width: 768px) {
  .l-header .l-header__logo {
    top: 32px;
    left: 24px;
  }
  .l-header .l-header__logo .l-header__logo__image {
    width: 160px;
  }
  .l-header .l-header__menu {
    margin-bottom: 0;
  }
  .l-header .l-header__gnav {
    top: 44px;
    right: 24px;
  }
  .l-header .l-header__gnav--sp {
    height: 100svh;
    width: 100%;
    padding: 120px 24px 104px;
  }
  .l-header__nav--pc {
    display: none;
  }
  .js-header.is-scrolled {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: var(--white__color);
    z-index: 97;
  }
}
.l-footer {
  padding: 0 24px;
}
.l-footer .l-footer__inner {
  margin: 0 auto;
  padding: 64px 0 80px;
  border-top: 1px solid var(--lightgray__color);
}
.l-footer .l-footer__item__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.l-footer .l-footer__item__link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: var(--block__color);
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.l-footer .l-footer__item:hover .l-footer__item__link::before {
  width: 100%;
}
.l-footer .l-footer__button__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.l-footer .l-footer__button__link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: var(--block__color);
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.l-footer .l-footer__button__link:hover::before {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .l-footer .l-footer__inner {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer .l-footer__button {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 64px 0 64px;
  }
  .l-footer .l-footer__left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .l-footer .l-footer__gnav {
    margin-bottom: 40px;
  }
  .l-footer .l-footer__list {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .l-footer .l-footer__item {
    width: 100%;
  }
  .l-footer .l-footer__button {
    margin-bottom: 0;
  }
  .l-footer .l-footer__right {
    margin-right: auto;
  }
}
.u-text-color-gray {
  color: var(--gray__color);
}

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

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

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

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

.u-display-flex {
  display: flex;
}

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

.u-align-items-end {
  align-items: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

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

.u-column-grap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.u-column-grap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.u-column-grap-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.u-column-grap-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.u-column-grap-104 {
  -moz-column-gap: 104px;
       column-gap: 104px;
}

.u-width-1200 {
  max-width: 1200px;
}

.u-width-1020 {
  max-width: 1020px;
}

.l-section__inner {
  margin: 0 auto 280px;
  padding: 0 24px;
}

.l-section__heading {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.p-section__inner {
  margin: 0 auto;
  padding: 0 24px;
}

.p-section--first {
  margin: 240px auto 0;
}

.p-section__heading {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.p-single {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.p-single__image {
  width: 400px;
}

.p-single__column__ticket-link {
  text-decoration: underline;
}

.p-pagenation {
  font-size: 1.6rem;
}

.page-numbers:hover {
  opacity: 0.6;
}

.current {
  border-bottom: 1px solid var(--block__color);
}

.js-lodedBg {
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.js-lodedBg.loded {
  opacity: 1;
}

.js-lodedText {
  opacity: 0;
  transition: 4s ease-in-out;
  -webkit-transition: 4s ease-in-out;
  -moz-transition: 4s ease-in-out;
  -ms-transition: 4s ease-in-out;
  -o-transition: 4s ease-in-out;
}

.js-lodedText.loded {
  opacity: 1;
}

.js-fade {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: 1.2s;
}

.js-fade.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.js-slide {
  position: relative;
}

.js-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white__color);
  transition: 1.2s;
  transform-origin: right center;
}

.js-slide.active::after {
  transform: scaleX(0);
}

.js-pageAnimate {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: 1.2s;
}

.js-pageAnimate.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.l-mv {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.l-mv .l-mv__inner {
  position: relative;
}
.l-mv .l-mv__slide__image {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv .l-mv__title {
  position: absolute;
  top: 40%;
  left: 56px;
  z-index: 90;
  color: var(--white__color);
  line-height: 2;
}
.l-mv .l-mv__slide__pagination {
  width: -moz-fit-content;
  width: fit-content;
  left: 64px;
  bottom: 64px;
}
.l-mv .l-mv__slide__pagination .swiper-pagination-bullet {
  background: var(--white__color) !important;
}

.l-concept {
  padding-top: 206px;
}

.l-service .l-service__column__left {
  width: 552px;
  flex-shrink: 0;
}
.l-service .l-service__column__right .l-service__column__title {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lightgray__color);
}
.l-service .l-service__column__right .l-service__column__text {
  font-weight: 600;
}
.l-service .l-service__column__right .l-service__column__text--en {
  font-size: 1.2rem;
}

.l-images {
  overflow: hidden;
}
.l-images .l-images__swiper {
  position: relative;
  z-index: 1;
}
.l-images .l-images__wrapper {
  transition-timing-function: linear;
}
.l-images .l-images__slide {
  width: 664px;
  height: 600px;
}
.l-images .l-images__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-images .l-images__text {
  position: absolute;
  left: 64px;
  bottom: -20px;
  z-index: 2;
  font-size: 2.4rem;
  color: var(--white__color);
}

.p-news .p-news__column__link {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--lightgray__color);
}
.p-news .p-news__column__content {
  position: relative;
  padding-right: 64px;
}
.p-news .p-news__column__content::before {
  position: absolute;
  content: "";
  background-image: url("../img/arrow.png");
  background-size: cover;
  width: 20px;
  height: 12px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: right 0.3s;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
}
.p-news .p-news__column__link:hover .p-news__column__content::before {
  right: 0px;
}
.p-news .p-news__column__time {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.p-news .p-news__column:not(:last-child) {
  margin-bottom: 64px;
}

.p-event .p-event__column {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--lightgray__color);
}
.p-event .p-event__column:not(:last-child) {
  margin-bottom: 56px;
}
.p-event .p-event__column__image {
  width: 400px;
  height: auto;
  overflow: hidden;
}
.p-event .p-event__column__image .p-event__column__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.p-event .p-event__column__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-event .p-event__column__link:hover .l-event__column__thumbnail {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.p-event .p-event__column__content .p-event__column__title {
  font-size: 1.8rem;
}

.p-recruit .p-recruit__heading {
  font-size: 1.4rem;
}

.l-contact .sp-br {
  display: none;
}

.p-contact .p-contact__label {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
.p-contact .p-contact__input {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.4rem;
  border: 1px solid var(--block__color);
}
.p-contact .p-contact__input::-moz-placeholder {
  color: var(--lightgray__color);
}
.p-contact .p-contact__input::placeholder {
  color: var(--lightgray__color);
}
.p-contact .p-contact__submit {
  color: var(--white__color);
  background-color: var(--block__color);
}

.p-company .p-company__table {
  width: 100%;
  border-top: 1px solid var(--lightgray__color);
}
.p-company .p-company__table .p-company__tr {
  border-bottom: 1px solid var(--lightgray__color);
}
.p-company .p-company__table .p-company__th {
  padding: 40px 0;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
.p-company .p-company__table .p-company__td {
  padding: 40px 0;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .l-section__inner {
    max-width: 100%;
    margin: 0 auto 160px;
  }
  .l-section__heading {
    margin-bottom: 56px !important;
  }
  .p-section--first {
    margin: 240px auto 0;
  }
  .p-section__inner {
    max-width: 100%;
    margin-bottom: 104px !important;
  }
  .p-pagenation {
    font-size: 1.4rem;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .p-single__content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
  }
  .p-single__image {
    width: 100%;
  }
  .l-mv {
    height: 100svh;
  }
  .l-mv .l-mv__slide {
    height: 100svh !important;
  }
  .l-mv .l-mv__slide__pagination {
    left: 24px;
    bottom: 40px;
  }
  .l-mv .l-mv__title {
    top: inherit;
    bottom: 11%;
    left: 24px;
    padding: 0 24px 0 0;
  }
  .l-concept {
    padding-top: 80px;
  }
  .l-concept .l-concept__text {
    margin-bottom: 40px;
  }
  .l-concept .l-concept__title {
    margin-bottom: 40px !important;
  }
  .l-concept .l-concept__image {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-service .l-service__column {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .l-service .l-service__column__left {
    width: 100%;
  }
  .l-service .l-service__column__right .l-service__column__title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .l-event .l-event__button {
    margin: 0 auto;
  }
  .p-event .p-event__column {
    padding-bottom: 32px;
  }
  .p-event .p-event__column:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-event .p-event__column__link {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .p-event .p-event__column__image {
    width: 100%;
  }
  .p-event .p-event__column__content {
    width: 100%;
  }
  .p-event .p-event__column__content .p-event__column__title {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .l-news .l-news__button {
    margin: 0 auto;
  }
  .p-news .p-news__list {
    margin-bottom: 32px;
  }
  .p-news .p-news__column__link {
    padding-bottom: 24px;
  }
  .p-news .p-news__column__content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
  .l-images {
    margin-bottom: 160px !important;
  }
  .l-images .l-images__slide {
    height: 100svh;
  }
  .l-images .l-images__text {
    left: 24px;
    bottom: 50%;
    font-size: 1.6rem;
  }
  .p-company .p-company__table .p-company__th {
    padding: 24px 0 8px;
    display: block;
  }
  .p-company .p-company__table .p-company__td {
    display: block;
    padding: 8px 0 24px;
  }
  .l-contact {
    margin-bottom: 188px !important;
  }
  .l-contact .l-contact__text {
    margin-bottom: 32px;
  }
  .l-contact .l-contact__text .sp-br {
    display: block;
  }
  .l-contact .l-contact__text .pc-br {
    display: none;
  }
  .p-service__heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-event .p-event__column__image {
    height: 240px;
  }
}
.c-button {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button .c-button__link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid var(--lightgray__color);
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
}

.c-button--left {
  position: relative;
}

.c-button--right {
  position: relative;
  margin-left: auto;
}

.c-button--left::before,
.c-button--right::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  left: 0;
  bottom: 0.5px;
  background-color: var(--block__color);
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.c-button--left:hover::before,
.c-button--right:hover::before {
  width: 100%;
}

.c-button--center {
  position: relative;
  margin: 0 auto;
}

.c-button--center::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  left: 50%;
  bottom: 0.5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: var(--block__color);
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.c-button--center:hover::before {
  width: 100%;
}

.u-margin-bottom-16 {
  margin-bottom: 16px;
}

.u-margin-bottom-24 {
  margin-bottom: 24px;
}

.u-margin-bottom-32 {
  margin-bottom: 32px;
}

.u-margin-bottom-40 {
  margin-bottom: 40px;
}

.u-margin-bottom-48 {
  margin-bottom: 48px;
}

.u-margin-bottom-56 {
  margin-bottom: 56px;
}

.u-margin-bottom-64 {
  margin-bottom: 64px;
}

.u-margin-bottom-72 {
  margin-bottom: 72px;
}

.u-margin-bottom-96 {
  margin-bottom: 96px;
}

.u-margin-bottom-104 {
  margin-bottom: 104px;
}

.u-margin-bottom-160 {
  margin-bottom: 160px;
}

.u-margin-bottom-240 {
  margin-bottom: 240px;
}

.u-margin-bottom-260 {
  margin-bottom: 260px;
}

.u-margin-bottom-280 {
  margin-bottom: 280px;
}/*# sourceMappingURL=style.css.map */