#page_header .headline {
  font-size: 25px !important;
}

/* .l-form *,
.l-form *::before,
.l-form *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-form *:focus {
  outline: none;
}
.l-form html,
.l-form body,
.l-form div,
.l-form span,
.l-form object,
.l-form iframe,
.l-form h1,
.l-form h2,
.l-form h3,
.l-form h4,
.l-form h5,
.l-form h6,
.l-form p,
.l-form blockquote,
.l-form pre,
.l-form abbr,
.l-form address,
.l-form cite,
.l-form code,
.l-form del,
.l-form dfn,
.l-form em,
.l-form img,
.l-form ins,
.l-form kbd,
.l-form q,
.l-form samp,
.l-form small,
.l-form strong,
.l-form sub,
.l-form sup,
.l-form var,
.l-form b,
.l-form i,
.l-form dl,
.l-form dt,
.l-form dd,
.l-form ol,
.l-form ul,
.l-form li,
.l-form fieldset,
.l-form form,
.l-form label,
.l-form legend,
.l-form table,
.l-form caption,
.l-form tbody,
.l-form tfoot,
.l-form thead,
.l-form tr,
.l-form th,
.l-form td,
.l-form article,
.l-form aside,
.l-form canvas,
.l-form details,
.l-form figcaption,
.l-form figure,
.l-form footer,
.l-form header,
.l-form hgroup,
.l-form menu,
.l-form nav,
.l-form section,
.l-form summary,
.l-form time,
.l-form mark,
.l-form audio,
.l-form video,
.l-form input,
.l-form select,
.l-form button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  font-size: inherit;
}
 */
.l-post h1,
.l-post h2,
.l-post h3,
.l-post h4,
.l-reserve_scrollBox h1,
.l-reserve_scrollBox h2,
.l-reserve_scrollBox h3,
.l-reserve_scrollBox h4,
.l-privacy_content h1,
.l-privacy_content h2,
.l-privacy_content h3,
.l-privacy_content h4,
.bold,
b,
strong {
  font-weight: 700;
}
.c-digestVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 55%;
  object-position: center 55%;
}
.l-form input,
.l-form button,
.l-form textarea,
.l-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  -ms-font-feature-settings: inherit;
}
.l-form input:-webkit-autofill,
.l-form button:-webkit-autofill,
.l-form textarea:-webkit-autofill,
.l-form select:-webkit-autofill {
  text-align: left;
}
.l-form input:autofill,
.l-form button:autofill,
.l-form textarea:autofill,
.l-form select:autofill {
  text-align: left;
}
.l-form input:-webkit-autofill,
.l-form button:-webkit-autofill,
.l-form textarea:-webkit-autofill,
.l-form select:-webkit-autofill {
  text-align: left;
}
.l-form input,
.l-form textarea,
.l-form select {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  width: 100%;
  height: 48px;
  padding: 7px 12px 9px;
  line-height: 32px;
}
.l-form input:focus,
.l-form input:active,
.l-form textarea:focus,
.l-form textarea:active,
.l-form select:focus,
.l-form select:active {
  border: 1px solid #ccc;
  box-shadow: none;
}
.l-form textarea {
  height: 224px;
  resize: none;
  display: block;
}
.l-form select {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
}
.l-form select > option {
  cursor: pointer;
  -webkit-appearance: none;
}
.l-form .c-dropdown {
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
}
.l-form .c-dropdown:after,
.l-form .c-dropdown:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: #333 rgba(0, 0, 0, 0);
  pointer-events: none;
}
.l-form .c-dropdown:before {
  border-top: none;
}
.l-form .c-dropdown:after {
  margin-top: 8px;
  border-bottom: none;
}
.l-form input[type="checkbox"],
.l-form input[type="radio"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -1px 5px 0 0;
}
.l-form input[type="checkbox"]:checked:before,
.l-form input[type="radio"]:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  content: "";
}
.l-form input[type="radio"] {
  border-radius: 7px;
}
.l-form input[type="radio"]:checked:before {
  border-radius: 3px;
}
.l-form input[type="submit"] {
  background-color: none;
  color: #333;
  position: relative;
  text-align: center;
  border: 0;
  line-height: 32px;
  padding: 0;
  display: block;
  width: 100px;
  background-color: initial;
  cursor: pointer;
  font-family: new-atten, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
.l-form input:disabled,
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.l-form .grecaptcha-badge {
  visibility: hidden;
}
.l-form a {
  display: block;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.null {
  cursor: auto;
  pointer-events: none;
  opacity: 0.3 !important;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  display: block;
}
.lt0 {
  letter-spacing: 0;
}
.js-linkblock {
  cursor: pointer;
}
[data-l-heigh="100%"],
.l-hero::after,
.l-topSlide_image,
.l-topSlide_card,
.l-topSlide,
.l-mainvisual_wrapper::after,
.l-mainvisual_wrapper {
  height: 100vh;
  height: 100svh;
}
.c-paragraph {
  margin-top: 20px;
  text-align: justify;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .c-paragraph {
    margin-top: 32px;
    line-height: 32px;
  }
}
.c-paragraph:first-of-type {
  margin-top: 0;
}
.c-noPaddingTop {
  padding-top: 0 !important;
}
.c-tcenter {
  text-align: center;
}
.c-btn {
  display: block;
  width: 260px;
  height: 48px;
  border: 0;
  padding: 0 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #bbbbbb;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .c-btn {
    -webkit-transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .c-btn:hover {
    background-color: #ffc43b;
  }
}
.c-btn_text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 44px;
}
[data-c-width="posts"],
[data-c-width="contentsNarrow"],
[data-c-width="contents"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* padding-right: 25px;
  padding-left: 25px; */
}
/* @media screen and (min-width: 768px) {
  [data-c-width="posts"],
  [data-c-width="contentsNarrow"],
  [data-c-width="contents"] {
    padding-right: 50px;
    padding-left: 50px;
  }
} */
[data-c-width="contents"] {
  max-width: 560px;
}
@media screen and (min-width: 1024px) {
  [data-c-width="contents"] {
    max-width: 1200px;
  }
}
[data-c-width="contentsWide"] {
  max-width: 560px !important;
}
@media screen and (min-width: 768px) {
  [data-c-width="contentsWide"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  [data-c-width="contentsWide"] {
    padding-right: 0;
    padding-left: 0;
    max-width: 1600px !important;
  }
}
[data-c-width="contentsNarrow"] {
  max-width: 560px;
}
@media screen and (min-width: 1024px) {
  [data-c-width="contentsNarrow"] {
    max-width: 1100px;
  }
}
[data-c-width="contentsMaxWidth"],
.l-section--margin,
.l-section {
  max-width: 1920px;
}
[data-c-width="posts"] {
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  [data-c-width="posts"] {
    max-width: 1100px;
  }
}
[data-c-width="contentsWide"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
[data-c-width="contentsMaxWidth"],
.l-section--margin,
.l-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
[data-u-zindex="back"] {
  z-index: 1;
}
[data-u-zindex="front"] {
  z-index: 900;
}
[data-u-show="onlySP"] {
  display: block !important;
}
@media screen and (min-width: 768px) {
  [data-u-show="onlySP"] {
    display: none !important;
  }
}
[data-u-show="SPTB"] {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  [data-u-show="SPTB"] {
    display: none !important;
  }
}
[data-u-show="TBPC"] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-u-show="TBPC"] {
    display: block !important;
  }
}
[data-u-show="onlyPC"] {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  [data-u-show="onlyPC"] {
    display: block !important;
  }
}
[data-u-show="onlyPC2"] {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  [data-u-show="onlyPC2"] {
    display: block !important;
  }
}
[data-u-hover="uline"] {
  position: relative;
  line-height: 32px;
  display: inline-block;
  color: inherit;
}
[data-u-hover="uline"] span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
  background-image: -webkit-linear-gradient(#333333, #333333);
  background-image: linear-gradient(#333333, #333333);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 1024px) {
  [data-u-hover="uline"] span {
    -webkit-transition: background-size 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: background-size 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  [data-u-hover="uline"]:hover span {
    background-size: 0 1px;
    background-position: bottom right;
  }
}
@media screen and (min-width: 1024px) {
  [data-u-hover="opacity"] {
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
    transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  }
  [data-u-hover="opacity"]:hover {
    opacity: 0.5;
  }
}

.c-dummybox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
}
.c-dummybox--white {
  background-color: #fff;
}
.js-inview-slide {
  opacity: 0;
  will-change: opacity, width;
}
.js-inview-slide[data-is-active="true"] {
  -webkit-animation: ani-width 1s cubic-bezier(0, 0.55, 0.45, 1) 0s forwards 1 normal;
  animation: ani-width 1s cubic-bezier(0, 0.55, 0.45, 1) 0s forwards 1 normal;
}
.js-inview-fadeInScale {
  opacity: 0;
  will-change: opacity, transform;
}
.js-inview-fadeInScale[data-is-active="true"] {
  -webkit-animation: ani-fadeInScale 2s cubic-bezier(0.61, 1, 0.88, 1) 1s forwards 1 normal;
  animation: ani-fadeInScale 2s cubic-bezier(0.61, 1, 0.88, 1) 1s forwards 1 normal;
}
.js-inview-fadeIn {
  opacity: 0;
}
.js-inview-fadeIn[data-is-active="true"] {
  -webkit-animation: ani-fadeIn 2s cubic-bezier(0.61, 1, 0.88, 1) 0.2s forwards 1 normal;
  animation: ani-fadeIn 2s cubic-bezier(0.61, 1, 0.88, 1) 0.2s forwards 1 normal;
}
@-webkit-keyframes ani-blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes ani-blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-width {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes ani-width {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-slider {
  opacity: 0;
}
.js-slider.slick-initialized {
  opacity: 1;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slick-dots {
    bottom: -48px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #333;
}
.slick-dots li.slick-active button {
  background-color: #333;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}

.l-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.l-contents {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
}
.l-section--subpageTop {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .l-section--subpageTop {
    padding-top: 140px;
  }
}
.l-section--noLimit {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}
.l-section--noPadding {
  padding-top: 0;
}
.l-section_headline {
  font-size: 14px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .l-section_headline {
    margin-bottom: 0;
  }
}
.l-section_headline--center {
  margin-bottom: 64px;
  text-align: center;
}
.l-section_copy {
  line-height: 36px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .l-section_copy {
    line-height: 52px;
    font-size: 27px;
  }
}
.l-section_article {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-section_article {
    margin-top: 32px;
  }
}
.l-loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.l-loopSlider {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-loopSlider {
    margin-top: 104px;
  }
}
.l-loopSlider_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.l-loopSlider_slide {
  -webkit-animation: loopSlider 100s infinite linear 0.5s both;
  animation: loopSlider 100s infinite linear 0.5s both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-loopSlider_card {
  height: 224px;
  margin: 0 3px;
}
@media screen and (min-width: 1024px) {
  .l-loopSlider_card {
    margin: 0 5px;
    height: 376px;
  }
}
.l-loopSlider_card img {
  height: 100%;
  width: auto;
}
@-webkit-keyframes loopSlider {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes loopSlider {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.l-contact_wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-contact_wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-contact_wrapper {
    max-width: 1200px;
    padding: 0 50px;
  }
}
.l-contact_content {
  text-align: center;
  color: #fff;
  background-color: #333;
  padding: 64px 25px 80px;
}
@media screen and (min-width: 1024px) {
  .l-contact_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 84px 75px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .l-contact_textArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-contact .l-topSection_headline {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 75px;
  }
}
.l-contact_text {
  font-size: 13px;
  line-height: 32px;
  margin: -8px 0 48px;
}
@media screen and (min-width: 1024px) {
  .l-contact_text {
    width: 350px;
    font-size: 15px;
    line-height: 32px;
    margin: 0;
  }
}
.l-contact .c-btn {
  background-color: #333;
  border: 1px solid #fff;
  text-align: left;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .l-contact .c-btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}
.l-contact .c-btn::after {
  background-color: #fff;
}
.l-contact .c-btn_text {
  color: #fff;
}
.l-contact .c-btn::before {
  background-image: url(../images/arrow-r-w.svg);
}
@media screen and (min-width: 1024px) {
  .l-contact .c-btn:hover::before {
    background-image: url(../images/arrow-r.svg);
  }
  .l-contact .c-btn:hover .c-btn_text {
    color: #333 !important;
  }
}
.l-access [data-c-width="contents"] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-access [data-c-width="contents"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.l-access_mapArea {
  width: 100%;
  padding: 8px 0 16px 0;
}
@media screen and (min-width: 1024px) {
  .l-access_mapArea {
    padding: 72px 0 16px 0;
  }
}
.l-access_map {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-access_map {
    padding-bottom: 40.9%;
  }
}
.l-access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-access_mapLink {
  font-size: 14px;
  padding-right: 15px;
  background-size: 11px;
  background-position: right 13px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-link.svg);
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .l-access_mapLink {
    font-size: 16px;
    padding-right: 20px;
    background-size: 12px;
    background-position: right 13px;
  }
}
.l-access_btn {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-access_btn {
    margin-top: 64px;
  }
}
.l-access_btn .c-btn {
  margin: auto;
}
.l-access_textArea {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-access_textArea {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-access_howto {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-access_howto {
    margin-top: 64px;
    padding: 0 50px;
  }
}
.l-access_howto_line {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-access_howto_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.l-access_howto_headline {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-access_howto_headline {
    width: 50%;
    font-size: 20px;
  }
}
.l-access_howto_article {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-access_howto_article {
    width: 50%;
    margin-top: 0;
  }
}
#frontpage [data-is-scroll="false"] .l-header_logo {
  opacity: 0;
}
#frontpage [data-is-scroll="false"] .l-header_logo_path {
  fill: #333;
}
.l-mainvisual {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.l-mainvisual_wrapper {
  position: relative;
  width: 100%;
}
.l-mainvisual_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.55);
  mix-blend-mode: multiply;
}
.l-mainvisual_card {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual_card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-mainvisual_title {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual_title {
    margin: -32px 140px 0 0;
  }
}
.l-mainvisual_title_logo {
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual_title_logo {
    width: 280px;
  }
}
.l-mainvisual_credit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}
.l-mainvisual_credit.sp {
  display: block;
}
.l-mainvisual_credit.tbpc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual_credit {
    position: absolute;
    left: 0;
    bottom: -36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 280px;
    margin-top: 0;
  }
  .l-mainvisual_credit.sp {
    display: none;
  }
  .l-mainvisual_credit.tbpc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-mainvisual_credit_text {
  display: block;
  font-size: 10px;
  color: #fff;
  margin-right: 5px;
  letter-spacing: 0;
}
.l-mainvisual_credit_logo {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-mainvisual_credit_logo {
    height: 20px;
  }
}
.l-mainvisual_copy {
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 40px;
  margin: 48px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual_copy {
    text-align: left;
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 44px;
    margin: 0 0 0 140px;
  }
}
.l-mainvisual_scroll {
  position: absolute;
  z-index: 10;
  left: calc(50% - 48px);
  bottom: 0;
  display: block;
  height: 96px;
  -webkit-transition: opacity 1.2s cubic-bezier(0, 0.55, 0.45, 1) 2s, -webkit-transform 1.2s cubic-bezier(0, 0.55, 0.45, 1) 1.2s;
  transition: opacity 1.2s cubic-bezier(0, 0.55, 0.45, 1) 2s, -webkit-transform 1.2s cubic-bezier(0, 0.55, 0.45, 1) 1.2s;
  transition: opacity 1.2s cubic-bezier(0, 0.55, 0.45, 1) 2s, transform 1.2s cubic-bezier(0, 0.55, 0.45, 1) 1.2s;
  transition: opacity 1.2s cubic-bezier(0, 0.55, 0.45, 1) 2s, transform 1.2s cubic-bezier(0, 0.55, 0.45, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0, 0.55, 0.45, 1) 1.2s;
}
.l-mainvisual_scroll_text {
  display: block;
  color: #fff;
  font-size: 12px;
}
.l-mainvisual_scroll_bar {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 1px;
  height: calc(100% - 32px);
  overflow: hidden;
}
.l-mainvisual_scroll_bar::after,
.l-mainvisual_scroll_bar::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 96px;
  z-index: 2;
}
.l-mainvisual_scroll_bar::before {
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
  background-color: #fff;
  z-index: 11;
}
.l-mainvisual_scroll_bar::after {
  background-color: rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.l-mainvisual_scroll:hover .l-mainvisual_scroll_bar::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.l-mainvisual__banner {
  position: absolute;
  top: 16px;
  left: 25px;
  z-index: 210;
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 1024px) {
  .l-mainvisual__banner {
    width: 120px;
    height: 120px;
    top: 32px;
    left: 50px;
  }
}
.l-mainvisual__banner__a {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-mainvisual__banner__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-animation: 30s linear infinite rotation;
  animation: 30s linear infinite rotation;
}
.l-mainvisual__banner__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}
.l-mainvisual__banner__txt {
  position: absolute;
  top: -14%;
  left: -14%;
  width: 128%;
  height: auto;
  -webkit-animation: 60s linear infinite rotation;
  animation: 60s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.l-topSlide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.l-topSlide_card {
  width: 100%;
}
.l-topSlide_image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: calc(100% + 20px);
  will-change: translateX;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
@media screen and (min-width: 1024px) {
  .l-topSlide_image {
    width: calc(100% + 40px);
    will-change: scale;
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
  }
}
[data-is-active="true"] .l-topSlide_image {
  -webkit-animation: ani-slide 8s linear 0s forwards 1 normal;
  animation: ani-slide 8s linear 0s forwards 1 normal;
}
@media screen and (min-width: 1024px) {
  [data-is-active="true"] .l-topSlide_image {
    -webkit-animation: ani-slide-pc 8s linear 0s forwards 1 normal;
    animation: ani-slide-pc 8s linear 0s forwards 1 normal;
  }
}
@-webkit-keyframes ani-slide {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ani-slide {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ani-slide-pc {
  0% {
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ani-slide-pc {
  0% {
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.l-topSection_headline {
  font-size: 14px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .l-topSection_headline {
    margin-bottom: 0;
  }
}
.l-topSection_copy {
  margin-top: 32px;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-topSection_copy {
    margin-top: 48px;
    line-height: 52px;
    font-size: 27px;
  }
}
.l-topSection_article {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-topSection_article {
    margin-top: 40px;
  }
}
.l-topAbout_wrapper {
  position: relative;
}
.l-topAbout_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_headline {
    text-align: left;
  }
}
.l-topAbout_imageArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_imageArea {
    aspect-ratio: 4/3;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_imageArea {
    width: calc(50% - 120px);
  }
}
.l-topAbout_imageArea2 {
  position: relative;
  overflow: hidden;
  width: 220px;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_imageArea2 {
    display: block;
    position: absolute;
    top: 672px;
    left: 0;
    width: 19.44%;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_imageArea2 {
    top: 308px;
    left: 0;
    width: calc(50% - 430px);
    min-width: 230px;
  }
}
@media screen and (min-width: 1300px) {
  .l-topAbout_imageArea2 {
    width: calc(45% - 450px);
  }
}
.l-topAbout_imageArea3 {
  position: relative;
  overflow: hidden;
  width: 154px;
  margin: 64px 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_imageArea3 {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 400px);
    width: 13.54%;
    min-width: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_imageArea3 {
    left: calc(50% - 450px);
  }
}
@media screen and (min-width: 1300px) {
  .l-topAbout_imageArea3 {
    bottom: 120px;
    left: calc(50% - 450px);
  }
}
.l-topAbout_map {
  margin: -160px 0 -32px;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_map {
    width: calc(50% + 40px);
    margin: -320px 0 -32px auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_map {
    position: absolute;
    right: 0;
    bottom: -144px;
    width: calc(50% + 40px);
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-topAbout_map {
    bottom: -288px;
  }
}
.l-topAbout_textArea {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_textArea {
    width: 50%;
    padding: 0 90px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_textArea {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 64px 0 272px 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-topAbout_textArea {
    padding: 64px 0 432px 0;
  }
}
.l-topAbout .l-topSection_headline,
.l-topAbout .l-topSection_copy,
.l-topAbout .l-topSection_article {
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .l-topAbout .l-topSection_headline,
  .l-topAbout .l-topSection_copy,
  .l-topAbout .l-topSection_article {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout .l-topSection_headline,
  .l-topAbout .l-topSection_copy,
  .l-topAbout .l-topSection_article,
  .l-topAbout_btn {
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .l-topAbout_article {
    padding-left: 75px !important;
  }
}
.l-topAbout_btn {
  margin: 48px;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_btn {
    margin: 64px 0 0 0;
    padding-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout_btn .c-btn {
    margin: auto;
  }
}
.l-topPoint_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-topPoint_wrapper.pb {
    padding-bottom: 184px;
  }
}
.l-topPoint_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_headline {
    text-align: left;
  }
}
.l-topPoint_textArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_textArea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    z-index: 10;
    width: 50%;
    padding: 0 90px 0 50px;
  }
}
.l-topPoint_imageArea {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_imageArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% + 50px);
    margin-right: -50px;
  }
}
.l-topPoint_imageArea2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_imageArea2 {
    position: absolute;
    bottom: 0;
    right: calc(50% - 30px);
    width: 14.93%;
    min-width: 215px;
  }
}
.l-topPoint_imageArea3 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-topPoint_imageArea3 {
    position: absolute;
    top: -160px;
    right: 0;
    width: 14.93%;
    min-width: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .l-topPoint_imageArea3 {
    top: -88px;
    width: 14.93%;
    min-width: 215px;
  }
}
.l-topPoint .l-topSection_copy {
  font-size: 20px;
  line-height: 36px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-topPoint .l-topSection_copy {
    font-size: 24px;
    line-height: 44px;
    margin-top: 20px;
  }
}
.l-topPoint .l-topSection_article {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-topPoint .l-topSection_article {
    margin-top: 28px;
  }
}
.l-topPoint2_wrapper {
  position: relative;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .l-topPoint2_wrapper {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-topPoint2_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-topPoint2_textArea {
    position: relative;
    z-index: 10;
    width: 50%;
    max-width: 550px;
    padding: 0 50px 0 90px;
  }
}
.l-topPoint2_imageArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  .l-topPoint2_imageArea {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-topPoint2_imageArea {
    width: calc(50% - 90px);
  }
}
.l-topLicense_btn {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .l-topLicense_btn {
    margin-top: 96px;
  }
}
.l-topLicense_btn .c-btn {
  margin: auto;
}
.l-licenseNav {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-licenseNav {
    margin-top: 48px;
  }
}
.l-licenseNav:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 24px);
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .l-licenseNav:before {
    height: 67%;
    top: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .l-licenseNav:before {
    height: 50%;
    top: 27.5%;
  }
}
.l-licenseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-licenseList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 950px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-licenseList {
    width: 100%;
  }
}
.l-licenseList_item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 30px);
  margin: 32px 15px 0;
}
@media screen and (min-width: 768px) {
  .l-licenseList_item {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .l-licenseList_item {
    margin: 40px 20px 0;
  }
}
.l-licenseList_name {
  position: relative;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 1em;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .l-licenseList_name {
    padding-right: 20px;
    font-size: 14px;
  }
}
.l-licenseList_name::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 11px;
  top: 2px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-r2.svg);
}
@media screen and (min-width: 1024px) {
  .l-licenseList_name::before {
    width: 13px;
    height: 13px;
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .l-licenseList_name::before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .l-licenseList_item:hover .l-licenseList_name::before {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
}
.l-topRoom {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-topRoom {
    text-align: left;
  }
}
.l-topRoom_textArea {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-topRoom_textArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .l-topRoom_headline {
    width: calc(50% - 75px);
  }
}
@media screen and (min-width: 1024px) {
  .l-topRoom_copy {
    width: calc(50% + 75px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-topRoom_article {
    width: calc(50% + 75px);
    margin: 40px 0 0 auto;
  }
}
.l-topRoom_btn {
  margin: 64px;
}
@media screen and (min-width: 1024px) {
  .l-topRoom_btn {
    position: absolute;
    bottom: 0;
    left: 50px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topRoom_btn .c-btn {
    text-align: left;
    margin: auto;
  }
}
.l-topMapertment_wrapper {
  position: relative;
}
.l-topMapertment_textArea {
  position: relative;
  z-index: 2;
}
.l-topMapertment_logo {
  width: 160px;
  margin: 0 auto 0;
  padding: 16px 0 8px;
}
@media screen and (min-width: 1024px) {
  .l-topMapertment_logo {
    width: 206px;
    margin: 72px auto 0;
    padding: 0 0 24px;
  }
}
.l-topMapertment_article {
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .l-topMapertment_article {
    width: 350px;
    padding: 0;
    margin: 40px auto 0;
  }
}
.l-topMapertment_btn {
  margin-top: 64px;
}
.l-topMapertment_btn .c-btn {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-topMapertment_images {
    margin-top: 48px;
  }
}
.l-topMapertment_imageArea1 {
  position: relative;
  overflow: hidden;
  width: 55%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-topMapertment_imageArea1 {
    position: absolute;
    right: 0;
    top: 192px;
    width: 28.47%;
    margin: 0;
  }
}
.l-topMapertment_imageArea2 {
  position: relative;
  overflow: hidden;
  width: 37%;
  margin: -40px auto 0 0;
}
@media screen and (min-width: 1024px) {
  .l-topMapertment_imageArea2 {
    position: absolute;
    left: 0;
    top: 256px;
    width: 21.52%;
    margin: 0;
  }
}
.l-topMapertment_imageArea3 {
  position: relative;
  overflow: hidden;
  width: 35%;
  margin: -80px 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-topMapertment_imageArea3 {
    position: absolute;
    right: 7.64%;
    bottom: -96px;
    width: 14.58%;
    margin: 0;
  }
}
.l-topSupport_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_headline {
    text-align: left;
  }
}
.l-topSupport_header_imageArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 268px;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_header_imageArea {
    height: 500px;
  }
}
.l-topSupport_header_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 55%;
  object-position: center 55%;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 84px 100px 0;
    background-color: #fff;
    margin-top: -84px;
  }
}
.l-topSupport_imageArea {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_textArea {
    width: 400px;
  }
}
.l-topSupport_btn {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .l-topSupport_btn .c-btn {
    margin: auto;
  }
}
.l-topSupport_message {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_message {
    width: 370px;
    padding-left: 50px;
    margin-top: 0;
  }
}
.l-topSupport_message_post {
  margin-top: 16px;
  font-size: 13px;
}
.l-topSupport_message_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.l-topSupport_message_jp {
  display: block;
  font-size: 18px;
  line-height: 1em;
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .l-topSupport_message_jp {
    font-size: 20px;
  }
}
.l-topSupport_message_en {
  display: block;
  font-size: 10px;
  line-height: 1em;
  color: #999;
}
.l-topLatest {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .l-topLatest {
    margin-top: 192px;
    padding-bottom: 192px;
  }
}
@media screen and (min-width: 1024px) {
  .l-topLatest_article .c-paragraph {
    text-align: center;
  }
}
.l-topLatest .l-postList {
  padding-top: 56px;
}
@media screen and (min-width: 1024px) {
  .l-topLatest .l-postList {
    padding-top: 80px;
  }
}
.l-topLatest_btn {
  margin-top: 64px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .l-topLatest_btn {
    margin-top: 96px;
    padding-bottom: 0;
  }
}
.l-topLatest_btn .c-btn {
  margin: auto;
}
.l-postList {
  margin: -40px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-postList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -56px -20px 0;
  }
}
.l-postCard {
  display: block;
  margin: 40px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-postCard {
    width: calc(33.33% - 40px);
    margin: 56px 20px 0;
  }
}
.l-postCard_imageArea {
  position: relative;
  overflow: hidden;
}
.l-postCard_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.l-postCard_category {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 12px;
  height: 24px;
  padding: 0 10px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-postCard_category {
    -webkit-transition: color 0.6s cubic-bezier(0, 0.55, 0.45, 1), background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: color 0.6s cubic-bezier(0, 0.55, 0.45, 1), background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .l-postCard_category:hover {
    background-color: #333;
    color: #fff;
  }
}
.l-postCard_tag {
  margin-left: 10px;
  line-height: 20px;
}
.l-postCard_headline {
  margin-top: 12px;
  font-size: 18px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .l-postCard_headline {
    font-size: 20px;
  }
}
.l-postCard_date {
  margin-top: 24px;
  font-size: 14px;
  color: #999;
}
.l-hero {
  width: 100%;
  position: relative;
  z-index: 100;
}
.l-hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.55);
  mix-blend-mode: multiply;
}
.l-hero_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  .l-hero_image--centerRight {
    -o-object-position: center right;
    object-position: center right;
  }
}
.l-hero_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-hero_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-noHero {
  position: relative;
  z-index: 11;
  padding-top: 240px;
  margin-bottom: -24px;
}
@media screen and (min-width: 1024px) {
  .l-noHero {
    padding-top: 288px;
    margin-bottom: -48px;
  }
}
.l-noHero .l-section_headline {
  text-align: center;
}
.l-noHero .l-pageTitle {
  color: #333;
  text-align: center;
}
.l-noHero--topics {
  padding-top: 128px;
}
@media screen and (min-width: 1024px) {
  .l-noHero--topics {
    padding-top: 208px;
  }
}
@media screen and (min-width: 768px) {
  .l-noHero [data-c-width="contentsNarrow"] {
    max-width: 1100px;
  }
}
.l-pageTitle {
  color: #fff;
  margin-top: -96px;
}
@media screen and (min-width: 768px) {
  .l-pageTitle {
    margin: 0 0 12px;
  }
}
.l-pageTitle_en {
  display: block;
  font-size: 38px;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .l-pageTitle_en {
    font-size: 60px;
    line-height: 64px;
  }
}
.l-pageTitle_jp {
  display: block;
  font-size: 15px;
  line-height: 16px;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-pageTitle_jp {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .l-license_top .c-paragraph {
    text-align: center;
  }
}
.l-license .l-licenseNav:before {
  height: calc(100% - 116px);
}
@media screen and (min-width: 768px) {
  .l-license .l-licenseNav:before {
    height: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .l-license .l-licenseNav:before {
    height: 50%;
  }
}
.l-license2col_wrapper {
  position: relative;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .l-license2col_wrapper {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-license2col_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-license2col_textArea {
    position: relative;
    z-index: 10;
    width: 50%;
    max-width: 550px;
    padding: 0 200px 0 50px;
  }
}
.l-license2col_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-license2col_headline {
    text-align: left;
  }
}
.l-license2col_imageArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  .l-license2col_imageArea {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-license2col_imageArea {
    width: calc(50% - 90px);
  }
}
.l-license2col_imageArea2 {
  position: relative;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -100px;
  width: 200px;
}
.l-license2col_imageArea3 {
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .l-license2col--reverse .l-license2col_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .l-license2col--reverse .l-license2col_textArea {
    position: relative;
    z-index: 10;
    width: 50%;
    max-width: 550px;
    padding: 0 160px 0 90px;
  }
}
.l-price_licenseName {
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-price_licenseName {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-price_licenseName_jp {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  padding-right: 15px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-price_licenseName_jp {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.l-price_licenseName_en {
  display: block;
  font-size: 10px;
  line-height: 16px;
  margin-left: 2px;
}
@media screen and (min-width: 1024px) {
  .l-price_licenseName_en {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 0;
    line-height: 32px;
  }
}
.l-price_licenseName::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .l-price_licenseName::after {
    position: absolute;
    top: 16px;
    left: 0;
  }
}
.l-price_main {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-price_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .l-price_imageArea {
    width: calc(50% - 100px);
  }
}
.l-price_image {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
.l-price_image:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .l-price_image {
    margin-top: 48px;
  }
}
.l-price_textArea {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-price_textArea {
    width: calc(50% - 50px);
    margin-top: 0;
  }
}
.l-price_name {
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .l-price_name {
    font-size: 20px;
  }
}
.l-price_note {
  margin-top: 48px;
  font-size: 14px;
  line-height: 24px;
}
.l-price_note .c-paragraph {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.l-price_note .c-paragraph:first-of-type {
  margin-top: 0;
}
.l-price_otherSystem {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .l-price_otherSystem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-price_otherSystem_text {
  border-bottom: 1px solid #333;
}
.l-price_otherSystem_btn {
  display: inline-block;
  padding: 7px 20px 9px;
  border-radius: 15px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .l-price_otherSystem_btn {
    margin: 4px 0 0 20px;
    -webkit-transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1), color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1), color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .l-price_otherSystem_btn:hover {
    color: #333;
    background-color: #fff;
  }
}
.l-price_secondary {
  margin-top: 96px;
}
.l-price_secondary .c-paragraph {
  margin-top: 8px;
}
.l-priceList {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-priceList {
    margin-top: 48px;
  }
}
.l-priceList:first-of-type {
  margin-top: 0;
}
.l-priceList_table {
  display: table;
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-priceList_table {
    margin-top: 24px;
  }
}
.l-priceList_row {
  border-bottom: 1px solid #ddd;
  line-height: 20px;
  background-color: #fff;
}
.l-priceList_row:first-of-type {
  background-color: #f2f2f2;
}
.l-priceList--other .l-priceList_row:first-of-type {
  background-color: #fff;
}
.l-priceList_header {
  background-color: #f2f2f2;
  border-right: 1px solid #ddd;
  padding: 28px 0 28px;
  vertical-align: middle;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .l-priceList_header {
    width: 170px;
  }
}
.l-priceList--other .l-priceList_header {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .l-priceList--other .l-priceList_header {
    width: 420px;
  }
}
.l-priceList_data {
  padding: 28px 0 28px;
  vertical-align: middle;
}
.l-priceList_data div {
  margin-top: 8px;
}
.l-priceList_data div:first-of-type {
  margin-top: 0;
}
.l-archiveNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -20px -5px -8px 0;
}
@media screen and (min-width: 1024px) {
  .l-archiveNav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    margin: -20px -10px -80px 0;
  }
}
.l-archiveNav .l-postCard_category {
  margin: 20px 5px 0;
}
@media screen and (min-width: 1024px) {
  .l-archiveNav .l-postCard_category {
    margin: 20px 10px 0;
  }
}
.l-philosophy {
  padding: 112px 0 192px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #fff;
  background-image: url(../images/about-bgimage.jpg);
}
@media screen and (min-width: 768px) {
  .l-philosophy {
    background-image: url(../images/about-bgimage-pc.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .l-philosophy {
    padding: 192px 0 416px;
  }
}
.l-philosophy_headline {
  text-align: center;
}
.l-philosophy_logo {
  margin: 56px auto 48px;
  width: 160px;
}
@media screen and (min-width: 1024px) {
  .l-philosophy_logo {
    margin: 72px auto 56px;
    width: 240px;
  }
}
.l-philosophy_article {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-philosophy_article {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .l-philosophy_article .c-paragraph {
    text-align: center;
  }
}
.l-about_point_headline {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-about_point_headline {
    text-align: center;
  }
}
.l-about_point_copy {
  margin: 16px 0 -4px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-about_point_copy {
    margin: 20px 0 0 0;
    text-align: center;
  }
}
.l-about2col {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-about2col {
    margin-top: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-about2col_textArea {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-about2col_textArea {
    position: relative;
    z-index: 10;
    width: 50%;
    padding: 0 70px 0 0;
    margin-top: 0;
  }
}
.l-about2col_copy {
  font-size: 20px;
  margin-bottom: -4px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-about2col_copy {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 44px;
  }
}
.l-about2col_imageArea {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-about2col_imageArea {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-about2col--reverse {
    margin-top: 96px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .l-about2col--reverse .l-about2col_textArea {
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .l-about2col--reverse .l-about2col_imageArea {
    margin: 0 20px 0 0;
  }
}
.l-facilities {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .l-facilities {
    margin-top: 112px;
  }
}
.l-facilities_headline {
  font-size: 14px;
  text-align: center;
}
.l-facilities_title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-facilities_title {
    font-size: 24px;
    line-height: 44px;
    margin-top: 24px;
  }
}
.l-facilities_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0 32px;
  margin: -10px -5px 0;
}
@media screen and (min-width: 1024px) {
  .l-facilities_list {
    padding: 48px 35px 32px;
    margin: -32px 0 0;
  }
}
.l-facilities_list:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(75% - 16px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .l-facilities_list:before {
    height: 50%;
  }
}
.l-facilities_item {
  position: relative;
  z-index: 2;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
}
@media screen and (min-width: 1024px) {
  .l-facilities_item {
    width: calc(25% - 30px);
    margin: 32px 15px 0;
  }
}
.l-facilities_name {
  text-align: center;
  line-height: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .l-facilities_name {
    margin-top: 16px;
    line-height: 24px;
  }
}
.l-companyInfo {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-companyInfo {
    margin-top: 48px;
  }
}
.l-companyInfo:first-of-type {
  margin-top: 0;
}
.l-companyInfo_table {
  display: table;
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  .l-companyInfo_table {
    margin-top: 24px;
  }
}
.l-companyInfo_row {
  border-bottom: 1px solid #bbb;
  line-height: 20px;
}
.l-companyInfo_row:last-of-type {
  border-bottom: 0;
}
.l-companyInfo_header {
  padding: 28px 0 28px;
  vertical-align: middle;
  width: 110px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .l-companyInfo_header {
    width: 420px;
  }
}
.l-companyInfo_data {
  padding: 28px 0 28px;
  vertical-align: middle;
}
.l-room .l-loopSlider {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-room .l-loopSlider {
    margin-top: 144px;
    padding-bottom: 64px;
  }
}
.l-room .l-loopSlider_slide {
  -webkit-animation: loopSlider 135s infinite linear 0.5s both;
  animation: loopSlider 135s infinite linear 0.5s both;
}
.l-room_facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -32px -15px 0;
}
.l-room_facilities_imageArea {
  position: relative;
  overflow: hidden;
  width: calc(20% - 15px);
  margin: 32px 15px 0;
}
.l-roomConcept_wrapper {
  position: relative;
}
.l-roomConcept_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept_headline {
    text-align: left;
  }
}
.l-roomConcept_imageArea {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept_imageArea {
    aspect-ratio: 3/2;
    position: absolute;
    z-index: 10;
    top: 228px;
    right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-roomConcept_imageArea {
    width: calc(50% - 120px);
  }
}
.l-roomConcept_imageArea .c-digestVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-roomConcept_imageArea2 {
  position: relative;
  overflow: hidden;
  width: 220px;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept_imageArea2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19.44%;
  }
}
@media screen and (min-width: 1200px) {
  .l-roomConcept_imageArea2 {
    bottom: inherit;
    top: -32px;
    left: 0;
    width: calc(50% - 430px);
    min-width: 230px;
  }
}
@media screen and (min-width: 1300px) {
  .l-roomConcept_imageArea2 {
    top: 0;
    width: calc(45% - 450px);
  }
}
.l-roomConcept_imageArea3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 154px;
  margin: 48px 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept_imageArea3 {
    position: absolute;
    bottom: 64px;
    right: calc(66.66% - 247px);
    width: 16.67%;
    min-width: 195px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-roomConcept_imageArea3 {
    bottom: inherit;
    right: calc(50% - 120px - 50px);
    top: calc(33.3333333333vw + 80px + 18px);
  }
}
@media screen and (min-width: 1300px) {
  .l-roomConcept_imageArea3 {
    top: 631px;
  }
}
.l-roomConcept_textArea {
  position: relative;
  z-index: 10;
  margin: 32px 0 48px;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept_textArea {
    width: 50%;
    padding: 0 90px 448px 100px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-roomConcept_textArea {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 64px 0 304px 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-roomConcept_textArea {
    padding: 64px 0 336px 0;
  }
}
.l-roomConcept .l-section_headline,
.l-roomConcept .l-section_copy,
.l-roomConcept .l-section_article {
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .l-roomConcept .l-section_headline,
  .l-roomConcept .l-section_copy,
  .l-roomConcept .l-section_article {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-roomConcept .l-section_headline,
  .l-roomConcept .l-section_copy,
  .l-roomConcept .l-section_article,
  .l-roomConcept_btn {
    width: 330px;
  }
}
.l-roomDetail {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .l-roomDetail {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.l-roomDetail_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-roomDetail .c-paragraph {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-roomDetail_facilities {
    width: auto;
    margin: 32px -15px 0;
  }
}
.l-roomDetail .l-facilities_list {
  padding: 48px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-roomDetail .l-facilities_list {
    padding: 72px 0 0;
    margin: -32px -15px 0;
  }
}
.l-roomInfo {
  position: relative;
  z-index: 2;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
  }
}
.l-roomInfo_imageArea {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_imageArea {
    width: calc(50% - 100px);
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_outline {
    width: 50%;
  }
}
.l-roomInfo_table {
  display: table;
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_table {
    margin-top: 0;
  }
}
.l-roomInfo_row {
  border-bottom: 1px solid #bbb;
  line-height: 20px;
}
.l-roomInfo_row:last-of-type {
  border-bottom: 0;
}
.l-roomInfo_header {
  padding: 28px 0 28px;
  vertical-align: middle;
  width: 110px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_header {
    width: 120px;
  }
}
.l-roomInfo_data {
  padding: 28px 0 28px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_data--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-roomInfo_data--list span {
  display: block;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .l-roomInfo_data--list span {
    width: 50%;
  }
}
.l-roomInfo_note {
  margin-top: 32px;
  line-height: 24px;
}
.l-roomIllust_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-roomIllust_article .c-paragraph {
    text-align: center;
  }
}
.l-room2col {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .l-room2col {
    margin-top: 96px;
  }
}
.l-room2col_card {
  position: relative;
  border-top: 1px solid #333;
  padding-top: 40px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_card {
    margin-top: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0;
    padding-top: 0;
  }
}
.l-room2col_card:first-of-type {
  margin-top: 0;
}
.l-room2col_textArea {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_textArea {
    position: relative;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 10;
    width: calc(50% - 70px);
    margin: 0 70px 0 0;
    padding: 48px 0 36px;
  }
}
.l-room2col_headline {
  position: absolute;
  top: -16px;
  left: 0;
  background-color: #fff;
  padding-right: 15px;
  z-index: 2;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_headline {
    font-size: 18px;
  }
}
.l-room2col_artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-room2col_icon {
  width: 70px;
  border-radius: 35px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_icon {
    width: 80px;
    border-radius: 40px;
  }
}
.l-room2col_name {
  margin-left: 20px;
}
.l-room2col_name_en {
  display: block;
  color: #999;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_name_en {
    font-size: 15px;
    line-height: 24px;
  }
}
.l-room2col_name_jp {
  display: block;
  letter-spacing: 0.1em;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_name_jp {
    font-size: 20px;
    line-height: 32px;
  }
}
.l-room2col_article {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_article {
    margin-top: 24px;
  }
}
.l-room2col_article .c-paragraph {
  line-height: 24px;
}
.l-room2col_linkArea {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-room2col_linkArea {
    margin-top: 12px;
  }
}
.l-room2col_link {
  font-size: 13px;
}
.l-room2col_btn {
  display: inline-block;
  margin: 0 0 -3px 15px;
}
.l-room2col_btn_icon {
  width: auto;
  height: 16px;
}
.l-room2col_imageArea {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-room2col_imageArea {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-room2col_card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .l-room2col_card--reverse .l-room2col_textArea {
    margin: 0 0 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .l-room2col_card--reverse .l-room2col_imageArea {
    margin: 0 20px 0 0;
  }
}
.l-mapartment_concept_logo {
  margin: 24px auto 48px;
  width: 165px;
}
@media screen and (min-width: 1024px) {
  .l-mapartment_concept_logo {
    margin: 48px auto 112px;
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .l-mapartment_concept_article .c-paragraph {
    text-align: center;
  }
}
.l-mapartment_concept .l-loopSlider {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .l-mapartment_concept .l-loopSlider {
    margin-top: 112px;
    padding-bottom: 48px;
  }
}
.l-mapartment_concept .l-loopSlider_slide {
  -webkit-animation: loopSlider 100s infinite linear 0.5s both;
  animation: loopSlider 100s infinite linear 0.5s both;
}
.l-mapartment_concept .l-loopSlider_card {
  height: 224px;
  margin: 0 3px;
}
@media screen and (min-width: 1024px) {
  .l-mapartment_concept .l-loopSlider_card {
    margin: 0 40px;
    height: 336px;
    margin-top: 65px;
  }
  .l-mapartment_concept .l-loopSlider_card:nth-of-type(2n) {
    margin-top: 90px;
  }
  .l-mapartment_concept .l-loopSlider_card:nth-of-type(3n) {
    margin-top: 0px;
  }
  .l-mapartment_concept .l-loopSlider_card:nth-of-type(4n) {
    margin-top: 110px;
  }
}
.l-mapartment_concept .l-loopSlider_card img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .l-space {
    margin-top: -32px;
  }
}
.l-space_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-space_headline {
    text-align: center;
  }
}
.l-space_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0 0;
  margin: -48px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-space_list {
    padding: 64px 0 0;
    margin: -48px 0 0;
  }
}
.l-space_item {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 48px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-space_item {
    width: calc(33.33% - 30px);
    margin: 48px 15px 0;
  }
}
.l-space_name {
  font-size: 15px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .l-space_name {
    font-size: 18px;
    margin-top: 20px;
  }
}
.l-space_text {
  text-align: justify;
  line-height: 20px;
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .l-space_text {
    font-size: 15px;
    margin-top: 8px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .l-spacePrice {
    margin-top: -32px;
  }
}
.l-spacePrice_headline {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-spacePrice_article {
    padding: 8px 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  .l-spacePrice_article .c-paragraph {
    text-align: center;
  }
}
.l-spacePrice_note {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-spacePrice_note {
    margin-top: 48px;
  }
}
.l-spacePrice_note .c-paragraph {
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-spacePrice_note .c-paragraph {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
  }
}
.l-supportConcept_wrapper {
  position: relative;
}
.l-supportConcept_textArea {
  padding: 0 25px 128px;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_textArea {
    position: relative;
    z-index: 10;
    width: 50%;
    max-width: 600px;
    padding: 64px 50px 128px 50px;
    margin: 0 auto;
  }
}
.l-supportConcept_copy {
  text-align: center;
}
.l-supportConcept_imageBox1 {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .l-supportConcept_imageBox1 {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageBox1 {
    position: absolute;
    bottom: inherit;
    top: 0;
    left: 0;
    width: 23.61%;
    padding-left: 0;
  }
}
.l-supportConcept_imageBox2 {
  width: 55%;
  margin: 0 0 0 auto;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .l-supportConcept_imageBox2 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageBox2 {
    position: absolute;
    top: -32px;
    right: 0;
    width: 23.61%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
  }
}
.l-supportConcept_imageArea1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 74.4px;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea1 {
    width: calc(100% - 40px);
    margin-bottom: 128px;
  }
}
.l-supportConcept_imageArea2 {
  position: relative;
  overflow: hidden;
  width: 120px;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea2 {
    width: 180px;
  }
}
.l-supportConcept_imageArea3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea3 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 180px;
    margin: -32px 0 0 auto;
  }
}
.l-supportConcept_imageArea4 {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px auto;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea4 {
    width: 180px;
  }
}
.l-supportConcept_imageArea5 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea5 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 180px;
    margin: -32px -32px 192px 0;
  }
}
.l-supportConcept_imageArea6 {
  position: relative;
  overflow: hidden;
  width: calc(100% - 10px);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-supportConcept_imageArea6 {
    width: calc(100% - 40px);
  }
}
.l-message_headline {
  text-align: center;
}
.l-message_imageArea {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-message_imageArea {
    margin-top: 64px;
  }
}
.l-message_textArea {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-message_textArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .l-message_ceo {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .l-message_article {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .l-message .l-topSupport_message_post,
  .l-message .l-section_article {
    margin-top: 0;
  }
}
.l-interview_headline {
  text-align: center;
}
.l-interview_copy {
  margin: 16px 0 -4px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-interview_copy {
    margin: 20px 0 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-interview_article .c-paragraph {
    text-align: center;
  }
}
.l-interview .l-postList {
  padding-top: 56px;
}
@media screen and (min-width: 1024px) {
  .l-interview .l-postList {
    padding-top: 80px;
  }
}
.l-step_headline {
  text-align: center;
}
.l-step_copy {
  text-align: center;
  margin-top: -16px;
}
@media screen and (min-width: 1024px) {
  .l-step_copy {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-step_article .c-paragraph {
    text-align: center;
  }
}
.l-step .mt25 {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt25 {
    margin-top: 80px;
  }
}
.l-step .mt2 {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt2 {
    margin-top: 64px;
  }
}
.l-step .mt15 {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt15 {
    margin-top: 48px;
  }
}
.l-step .mt125 {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt125 {
    margin-top: 40px;
  }
}
.l-step .mt1 {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt1 {
    margin-top: 32px;
  }
}
.l-step .mt075 {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt075 {
    margin-top: 24px;
  }
}
.l-step .mt05 {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .l-step .mt05 {
    margin-top: 16px;
  }
}
.l-step .mt025 {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-step .SPmt {
    margin-top: 8px;
  }
}
.l-step .l-list_item {
  position: relative;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-step .l-list_item {
    line-height: 28px;
  }
}
.l-step .l-list_item::before {
  content: "・";
  display: block;
  color: #bbb;
  font-size: 15px;
  padding-right: 7px;
}
.l-step_fig {
  margin: auto;
  max-width: 450px;
}
.l-flow_section:first-of-type {
  padding-top: 0;
}
.l-flow_section:last-of-type .l-flow_content {
  padding-bottom: 0;
}
.l-flow_section:last-of-type .l-flow_content::before,
.l-flow_section:last-of-type .l-flow_content::after {
  display: none;
}
.l-flow_content {
  position: relative;
  padding: 16px 0 64px 25px;
}
@media screen and (min-width: 1024px) {
  .l-flow_content {
    padding: 16px 0 96px 90px;
  }
}
.l-flow_content::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 35px);
  background-color: #ddd;
  position: absolute;
  top: 15px;
  left: 0px;
}
@media screen and (min-width: 1024px) {
  .l-flow_content::before {
    width: 4px;
    height: calc(100% - 55px);
    top: 25px;
    left: 33px;
  }
}
.l-flow_content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: -8px;
  background-color: #ddd;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 10px;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .l-flow_content::after {
    bottom: 25px;
    left: 20px;
    height: 15px;
    width: 30px;
  }
}
.l-flow_headline1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline1::after {
    content: "";
    display: block;
    width: calc(100% - 33px);
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 36px;
    left: 33px;
  }
}
.l-flow_headline1_icon {
  text-align: center;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  z-index: 5;
  margin: 0 0 0 -22px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline1_icon {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin: 0;
  }
}
.l-flow_headline1_en {
  display: block;
  font-size: 10px;
  line-height: 1em;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline1_en {
    font-size: 12px;
  }
}
.l-flow_headline1_num {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline1_num {
    font-size: 24px;
  }
}
.l-flow_headline1_title {
  position: relative;
  z-index: 3;
  font-size: 18px;
  padding: 0 0 0 12px;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline1_title {
    font-size: 22px;
    padding: 0 15px;
    line-height: 32px;
  }
}
.l-flow_headline2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline2 {
    font-size: 20px;
    line-height: 32px;
  }
  .l-flow_headline2::after {
    content: "";
    display: block;
    width: calc(100% - 33px);
    height: 1px;
    background-color: #bbb;
    position: absolute;
    top: 16px;
    left: 33px;
  }
}
.l-flow_headline2 span {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
  padding-right: 15px;
}
.l-flow_headline2 .cfont,
.l-flow_headline2 .l-pageNav a,
.l-pageNav .l-flow_headline2 a,
.l-flow_headline2 .l-pageNav span,
.l-pageNav .l-flow_headline2 span {
  letter-spacing: 0.05em;
  font-size: 23px;
  padding-right: 5px;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline2 .cfont,
  .l-flow_headline2 .l-pageNav a,
  .l-pageNav .l-flow_headline2 a,
  .l-flow_headline2 .l-pageNav span,
  .l-pageNav .l-flow_headline2 span {
    font-size: 26px;
  }
}
.l-flow_headline3 {
  padding-left: 10px;
  border-left: 3px solid #bbb;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline3 {
    font-size: 18px;
  }
}
.l-flow_headline4 {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .l-flow_headline4 {
    font-size: 18px;
  }
}
.l-flow_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan {
    padding-right: 100px;
  }
  .l-flow_plan--medium {
    padding-right: 0;
  }
}
.l-flow_plan_list {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
  }
}
.l-flow_plan_item {
  width: 160px;
  line-height: 24px;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan_item {
    margin-top: 8px;
    line-height: 28px;
  }
}
.l-flow_plan_text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}
.l-flow_plan--medium .l-flow_plan_list {
  display: block;
  margin-top: 11px;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan--medium .l-flow_plan_list {
    margin-top: 20px;
  }
}
.l-flow_plan--medium .l-flow_plan_list {
  width: auto;
}
.l-flow_plan--medium .l-flow_plan_item {
  width: auto;
}
.l-flow_plan--large .l-flow_plan_list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan--large .l-flow_plan_list {
    width: 400px;
  }
}
.l-flow_plan--large .l-flow_plan_item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-flow_plan--large .l-flow_plan_item {
    width: 200px;
  }
}
.l-flow_banner {
  width: 230px;
}
.l-flow .c-paragraph {
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .l-flow .c-paragraph {
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .l-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-items_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 28px;
}
.l-items_headline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .l-items_headline {
    font-size: 22px;
    line-height: 32px;
  }
  .l-items_headline::after {
    top: 16px;
  }
}
.l-items_headline span {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
  padding-right: 15px;
}
.l-items_section {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-items_section {
    width: 505px;
    margin-top: 0;
  }
}
.l-items_section::first-of-type {
  margin-top: 0;
}
.l-items_line {
  position: relative;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-items_line {
    line-height: 28px;
  }
}
.l-items_line::before {
  content: "・";
  display: block;
  color: #bbb;
  font-size: 15px;
  padding-right: 7px;
}
.l-items_textArea .c-paragraph {
  line-height: 24px;
  margin-top: 16px;
}
.l-items_textArea .c-paragraph:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .l-fashion_cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-fashion_case:last-of-type {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-fashion_case {
    width: 50%;
    padding: 0 45px 0 0;
  }
  .l-fashion_case:last-of-type {
    padding: 0 0 0 45px;
    margin-top: 0;
  }
}
.l-fashion_case_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .l-fashion_case_headline {
    font-size: 18px;
  }
}
.l-fashion_case_headline img {
  width: 18px;
  margin: 2px 7px 0 0;
}
@media screen and (min-width: 768px) {
  .l-privacy [data-c-width="contentsNarrow"] {
    max-width: 1100px;
  }
}
.l-privacy_top {
  font-size: inherit;
  line-height: 28px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .l-privacy_top {
    padding-bottom: 48px;
  }
}
.l-privacy_content {
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .l-privacy_content {
    margin-top: -40px;
  }
}
.l-privacy_content h1,
.l-privacy_content h2,
.l-privacy_content h3,
.l-privacy_content h4 {
  margin-bottom: 8px;
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-privacy_content h1,
  .l-privacy_content h2,
  .l-privacy_content h3,
  .l-privacy_content h4 {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 40px;
  }
}
.l-privacy_content p {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-privacy_content p {
    margin-top: 16px;
  }
}
.l-privacy_content p:first-of-type {
  margin-top: 0;
}
.l-privacy_content ul,
.l-privacy_content ol {
  list-style: disc;
  margin-top: 8px;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .l-privacy_content ul,
  .l-privacy_content ol {
    margin-top: 16px;
    padding-left: 17px;
  }
}
.l-privacy_content ol {
  list-style: decimal;
}
.l-privacy_content li {
  display: list-item;
  line-height: 24px;
  margin-top: 8px;
}
.l-contactform_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-contactform_textBox {
    text-align: center;
  }
}
.l-contactform_textBox_paragraph {
  font-size: inherit;
  margin-top: 16px;
}
.l-contactform_textBox_paragraph:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-contactform_textBox_paragraph {
    margin-top: 24px;
  }
}
.l-contactform_info {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .l-contactform_info {
    text-align: center;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-contactform_info {
    margin-top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-contactform_info_tel {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .l-contactform_info_tel {
    margin-right: 40px;
  }
}
.l-contactform_info .l-contactform_link {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .l-contactform_info .l-contactform_link {
    font-size: 28px;
  }
}
.l-contactform_link {
  display: inline-block;
  border-bottom: 1px solid #333;
}
.l-form {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .l-form {
    margin: 128px auto 0;
    width: 100%;
    max-width: 800px;
    padding-bottom: 0;
  }
}
.l-form_line {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-form_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-form_line--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-form_line--textarea {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-form_line--textarea .l-form__head {
  margin-top: 16px;
}
.l-form .l-form_head {
  line-height: 20px;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .l-form .l-form_head {
    width: 180px;
    line-height: 20px;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .l-form .l-form_head {
    width: 250px;
  }
}
.l-form_input {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.l-form_input--1line .wpcf7-form-control {
  flex-direction: column;
}
.l-form_input--1line .wpcf7-list-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-form_input {
    margin-top: 0;
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 1024px) {
  .l-form_input {
    width: calc(100% - 250px);
  }
}
.l-form_input label {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  line-height: 32px;
  height: 32px;
  align-items: center;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 20px;
  font-size: 14px;
  height: 20px;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}
.l-form_button {
  margin: 48px auto 0;
  text-align: center;
}
.l-form_button p {
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-form_button {
    margin: 80px auto 0;
  }
}
.l-form .c-btn {
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .l-form .c-btn:hover input[type="submit"] {
    color: #fff;
  }
}
.l-form .c-btn input[type="submit"] {
  position: relative;
  padding: 0 30px;
  display: block;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 44px;
  background-color: #bbbbbb;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-form .c-btn input[type="submit"] {
    -webkit-transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: background-color 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .l-form .c-btn input[type="submit"]:hover {
    background-color: #ffc43b;
  }
}
.l-form .wpcf7 {
  border: 0;
  background: none;
  margin-bottom: 37px;
}
.l-form .wpcf7 p {
  margin-bottom: 0.5em;
}
.l-form .wpcf7 .wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  line-height: 3rem;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.l-form div.wpcf7 .ajax-loader {
  position: absolute;
}
.l-form .wpcf7-radio,
.l-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
.l-form .has-free-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-form .has-free-text input[type="text"] {
  height: 28px;
  margin-top: 4px;
}
.l-form .note {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0.5em;
}
.l-form .links {
  margin-top: 12px;
}
.l-form .wpcf7-file {
  background: none;
  border: 0;
  padding-left: 0;
  margin-bottom: -8px;
}
.l-form .screen-reader-response {
  display: none;
}
.l-form .wpcf7-not-valid-tip {
  color: red;
  margin-top: 4px;
}
.l-form .wpcf7 form {
  margin: 0;
}
.l-reserve {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}
.l-reserve_content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-reserve {
    margin-bottom: 0;
  }
  .l-reserve_content .c-paragraph {
    text-align: center;
  }
}
.l-reserve .l-topSection_headline {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .l-reserve .l-topSection_headline {
    margin-bottom: 24px;
  }
}
.l-reserve_copy {
  margin-top: 0;
}
.l-reserve_check {
  margin-top: 32px;
}
.post_content .l-reserve .l-reserve_btn .c-btn:hover {
  text-decoration: none !important;
}

.l-reserve_btn {
  margin-top: 48px;
  color: #fff;
}
.l-reserve_checkbox {
  display: flex;
  align-items: baseline;
}
.l-reserve_checkbox label {
  margin-left: 3px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-reserve_btn {
    margin-top: 96px;
  }
}
.l-reserve_btn .c-btn {
  margin: auto;
}
.l-reserve section {
  width: 100%;
  max-width: 800px;
  margin: 56px auto 0;
}
@media screen and (min-width: 1024px) {
  .l-reserve section {
    margin: 96px auto 0;
  }
}
.l-reserve article {
  width: 100%;
  border: 1px solid #333;
  padding: 8px 4px;
  margin-bottom: 24px;
}
.l-reserve_scrollBox {
  width: 100%;
  height: 200px;
  overflow: scroll;
  padding: 0 15px 0;
  font-size: 13px;
}
@media screen and (min-width: 550px) {
  .l-reserve_scrollBox {
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .l-reserve_scrollBox {
    padding: 0 30px;
  }
}
.l-reserve_scrollBox::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.l-reserve_scrollBox::-webkit-scrollbar-thumb {
  border-radius: 2px;
  --bg-opacity: 1;
  background-color: black;
}
.l-reserve_scrollBox::-webkit-scrollbar-track {
  background: transparent;
}

.l-reserve_scrollBox h1,
.l-reserve_scrollBox h2,
.l-reserve_scrollBox h3,
.l-reserve_scrollBox h4 {
  font-size: inherit;
  margin-bottom: 4px;
  margin-top: 16px;
}
.l-reserve_scrollBox p {
  line-height: 24px;
  font-size: inherit;
}
.l-reserve_scrollBox ul {
  list-style: disc;
  margin-top: 4px;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .l-reserve_scrollBox ul {
    margin-top: 8px;
    padding-left: 17px;
  }
}
.l-reserve_scrollBox li {
  display: list-item;
  line-height: 20px;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .l-reserve_scrollBox li {
    margin-top: 8px;
  }
}
