@charset "UTF-8";
/*
	Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8vw;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 1.335vw;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  html {
    font-size: 0.76vw;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 2;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-animation: bodyAnimation 0.1s ease-in-out forwards;
          animation: bodyAnimation 0.1s ease-in-out forwards;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body {
    letter-spacing: 0;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

html[lang=en] body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-weight: 400;
}

@-webkit-keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  line-height: 1.625;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  *,
*::after,
*::before {
    line-height: 1.625;
  }
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

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

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_left {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_center {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_right {
    text-align: right !important;
  }
}

.xs_text_left {
  text-align: left;
}

.xs_text_center {
  text-align: center;
}

.xs_text_right {
  text-align: right;
}

.jp {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.jp-mincho {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}

.en {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  transition: 0.3s;
}
a.__mail .__atmark::before {
  content: "@";
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a:hover img,
a:focus img {
  opacity: 0.8;
}

a,
a::before,
a::after {
  transition: 0.3s;
  color: #000;
}

i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

.noselect {
  -webkit-user-select: none;
          user-select: none;
}

/*
IE用
onMousremove = "return false;" onMouseDown = "return false;"
*/
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgMaincolor {
  background: #000 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.ml00 {
  margin-left: 0 !important;
}

.mr00 {
  margin-right: 0 !important;
}

@-webkit-keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@-webkit-keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@-webkit-keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@-webkit-keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@-webkit-keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@-webkit-keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}

.xs {
  display: block;
}

.xs_inline_block {
  display: inline-block;
}

.xs_inline {
  display: inline;
}

.tb_xs {
  display: block;
}

.tb_xs_inline_block {
  display: inline-block;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .tb,
.pc_tb {
    display: block;
  }

  .tb_inline_block {
    display: inline-block;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .pc {
    display: block;
  }

  .pc_inline_block,
.pc_tb_inline_block {
    display: inline-block;
  }

  .tb,
.tb_inline_block,
.tb_xs,
.tb_xs_inline_block {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  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 transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-animation__textGradient .c-animation__textGradient_target {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(127deg, #000 55%, #f57927 55%, #ff354f 55.5%, #23eff5 56%, #3658ff 60%, #ac3be8 61%, #000 61%, #000 99%, transparent 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    -webkit-animation: 3s 0.1s textGradientDrawer ease forwards;
            animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

@-webkit-keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}
.c-animation__textSlideIn .c-animation__textSlideIn-inner {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease;
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textSlideIn.is_active .c-animation__textSlideIn-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  transition: opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}
.c-animation__textSlideIn.__opacity.is_active .c-animation__textSlideIn-inner {
  opacity: 1;
}

.c-animation__slidIn {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-animation: 1s ease both;
          animation: 1s ease both;
}
.c-animation__slidIn.js_scroll_event.is_active {
  -webkit-animation-name: slideInAnimation;
  animation-name: slideInAnimation;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-animation__slidIn.--splinear {
    -webkit-animation: 0.7s linear both;
            animation: 0.7s linear both;
  }
}

@-webkit-keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.c-animation__textLeftWrap {
  position: relative;
  overflow: hidden;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft.__opacity {
  transition-delay: 0.5s;
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft {
  transition-delay: 1s;
}

.c-animation__textLeft {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0vh, 0vw, 100vh, 0vw);
  transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  z-index: 6;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeft + .c-animation__textLeft {
  transition-delay: 1s;
}
.c-animation__textLeft.__opacity {
  opacity: 0.2;
  z-index: 5;
}
.c-animation__textLeft.__center {
  right: 0;
  margin: 0 auto;
}

.c-animation__textLeftDummy {
  color: transparent !important;
}

.c-animation__textLine {
  position: relative;
}
.c-animation__textLine::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s ease;
  background: #000;
  position: absolute;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-animation__textLine.__underline::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLineHover:hover .c-animation__textLine::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLineHover:hover .c-animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}

@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}
@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-animation__imgZoomOut {
  overflow: hidden;
}
.c-animation__imgZoomOut img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 0;
  transition: opacity 1.1s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 1.1s ease;
  transition: transform 1.2s ease, opacity 1.1s ease, -webkit-transform 1.2s ease;
}
.c-animation__imgZoomOut.is_active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-animation__fadeInBlur .c-animation__fadeInBlur_target {
  opacity: 0;
  -webkit-filter: blur(0.75rem);
          filter: blur(0.75rem);
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(1) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(2) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(3) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(4) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(5) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(6) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(7) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(8) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(9) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target:nth-of-type(10) {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__fadeInBlur.is_active .c-animation__fadeInBlur_target_sub {
  -webkit-animation: fadeInBlurAnimation 0.8s linear forwards;
          animation: fadeInBlurAnimation 0.8s linear forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes fadeInBlurAnimation {
  0% {
    opacity: 0;
    -webkit-filter: blur(0.75rem);
            filter: blur(0.75rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeInBlurAnimation {
  0% {
    opacity: 0;
    -webkit-filter: blur(0.75rem);
            filter: blur(0.75rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-boxshadow--inset {
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 641px) {
  .c-boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}

.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-textshadow {
  text-shadow: 0 0 1rem rgba(237, 237, 237, 0.7);
}
.c-textshadow.__light {
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9);
}

.c-btn__main {
  position: relative;
}
.c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.4rem;
  background: #000;
  color: #fff;
  padding: 0 3.2rem;
  border-radius: 10rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  gap: 1.6rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item {
    height: 6.4rem;
    padding: 0 4rem;
    font-size: 1.6rem;
    gap: 2.4rem;
  }
}
.c-btn__main a .text,
.c-btn__main button .text,
.c-btn__main .c-btn__item .text {
  font-weight: 500;
}
.c-btn__main a .arrow,
.c-btn__main button .arrow,
.c-btn__main .c-btn__item .arrow {
  position: relative;
  width: 1.1rem;
  height: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a .arrow,
.c-btn__main button .arrow,
.c-btn__main .c-btn__item .arrow {
    width: 1.2rem;
  }
}
.c-btn__main a .arrow svg,
.c-btn__main button .arrow svg,
.c-btn__main .c-btn__item .arrow svg {
  transition: all 0.3s cubic-bezier(0, 0.39, 0.3, 1.03), opacity 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  opacity: 0;
}
.c-btn__main a .arrow::before,
.c-btn__main button .arrow::before,
.c-btn__main .c-btn__item .arrow::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a:hover,
.c-btn__main button:hover,
.c-btn__main .c-btn__item:hover {
    background: #000;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a:hover .arrow::before,
.c-btn__main button:hover .arrow::before,
.c-btn__main .c-btn__item:hover .arrow::before {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a:hover .arrow svg,
.c-btn__main button:hover .arrow svg,
.c-btn__main .c-btn__item:hover .arrow svg {
    opacity: 1;
  }
}
.c-btn__main.__mt {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt {
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__pc_center a,
.c-btn__main.__pc_center button,
.c-btn__main.__pc_center .c-btn__item {
    margin: 0 auto;
  }
}
.c-btn__main.__center a,
.c-btn__main.__center button,
.c-btn__main.__center .c-btn__item {
  margin: 0 auto;
}
.c-btn__main.__right a,
.c-btn__main.__right button,
.c-btn__main.__right .c-btn__item {
  margin: 0 0 0 auto;
}

.c-btn__round a,
.c-btn__round .c-btn__item {
  outline: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__round a:hover svg path,
.c-btn__round .c-btn__item:hover svg path {
    stroke: #fff;
  }
  .c-btn__round a:hover svg circle,
.c-btn__round .c-btn__item:hover svg circle {
    stroke: #000;
    fill: #000;
  }
}
.c-btn__round svg path {
  transition: 0.3s;
}
.c-btn__round svg circle {
  transition: 0.3s;
}
.c-btn__round.__next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-btn__icon a,
.c-btn__icon button,
.c-btn__icon .c-btn__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  gap: 1.6rem;
}
.c-btn__icon a .text,
.c-btn__icon button .text,
.c-btn__icon .c-btn__item .text {
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__icon a:hover .icon,
.c-btn__icon button:hover .icon,
.c-btn__icon .c-btn__item:hover .icon {
    background: #000;
  }
}
.c-btn__icon .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
  background: #000;
}
.c-btn__icon .icon .arrow {
  position: relative;
  width: 1.1rem;
  height: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__icon .icon .arrow {
    width: 1.2rem;
  }
}
.c-btn__icon .icon .arrow svg {
  transition: all 0.3s cubic-bezier(0, 0.39, 0.3, 1.03), opacity 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  opacity: 1;
}
.c-btn__icon .icon .arrow svg path {
  fill: #fff;
}
.c-btn__icon.__center a,
.c-btn__icon.__center button,
.c-btn__icon.__center .c-btn__item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__icon.__pc_right a,
.c-btn__icon.__pc_right button,
.c-btn__icon.__pc_right .c-btn__item {
    margin: 0 0 0 auto;
  }
}
.c-btn__icon.__right a,
.c-btn__icon.__right button,
.c-btn__icon.__right .c-btn__item {
  margin: 0 0 0 auto;
}

.c-color__main {
  color: #000 !important;
}

.c-color__default {
  color: #000 !important;
}

.c-color__white {
  color: #fff !important;
}

.c-form__input {
  display: block;
}
.c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #cccccc;
  background: #5f5653;
  /* Firefox */
  /* safari */
}
.c-form__input input[type=text]:focus,
.c-form__input input[type=tel]:focus,
.c-form__input input[type=email]:focus,
.c-form__input textarea:focus {
  outline: none;
}
.c-form__input input[type=text]::-ms-expand,
.c-form__input input[type=tel]::-ms-expand,
.c-form__input input[type=email]::-ms-expand,
.c-form__input textarea::-ms-expand {
  display: none;
}
.c-form__input input[type=text] _:lang(x)::-moz-placeholder, .c-form__input input[type=text],
.c-form__input input[type=tel] _:lang(x)::-moz-placeholder,
.c-form__input input[type=tel],
.c-form__input input[type=email] _:lang(x)::-moz-placeholder,
.c-form__input input[type=email],
.c-form__input textarea _:lang(x)::-moz-placeholder,
.c-form__input textarea {
  max-width: 100%;
}
.c-form__input input[type=text] _::-webkit-full-page-media,
.c-form__input input[type=text] _:future, :root .c-form__input input[type=text],
.c-form__input input[type=tel] _::-webkit-full-page-media,
.c-form__input input[type=tel] _:future,
:root .c-form__input input[type=tel],
.c-form__input input[type=email] _::-webkit-full-page-media,
.c-form__input input[type=email] _:future,
:root .c-form__input input[type=email],
.c-form__input textarea _::-webkit-full-page-media,
.c-form__input textarea _:future,
:root .c-form__input textarea {
  max-width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    padding: 1rem 2rem;
  }
}
.c-form__input input[type=text]::-webkit-input-placeholder, .c-form__input input[type=tel]::-webkit-input-placeholder, .c-form__input input[type=email]::-webkit-input-placeholder, .c-form__input textarea::-webkit-input-placeholder {
  color: #000;
}
.c-form__input input[type=text]::placeholder,
.c-form__input input[type=tel]::placeholder,
.c-form__input input[type=email]::placeholder,
.c-form__input textarea::placeholder {
  color: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input input[type=text].__small,
.c-form__input input[type=tel].__small,
.c-form__input input[type=email].__small,
.c-form__input textarea.__small {
    width: 50%;
  }
}
.c-form__input.__pd {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input.__pd {
    padding: 2.4rem 0;
  }
}
.c-form__input textarea {
  display: block;
}
.c-form__input.__column {
  display: block;
}
.c-form__input.__column .mwform-radio-field {
  width: 100%;
  margin: 0 !important;
}
.c-form__input.__column .mwform-radio-field + .mwform-radio-field {
  margin-top: 0.8rem !important;
}

.c-form__input_text {
  margin-bottom: 1rem;
}

.c-form__input_note {
  margin-top: 2.5rem;
  line-height: 1.6;
}
.c-form__input_note.__mt {
  margin-top: 1rem;
}
.c-form__input_note li {
  line-height: 1.6;
  display: inline-flex;
  align-items: baseline;
  font-size: 1.1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input_note li {
    font-size: 1.2rem;
  }
}
.c-form__input_note li::before {
  content: "※";
  line-height: 1.6;
}

.mwform-checkbox-field {
  display: inline-block;
}
.mwform-checkbox-field:last-child label {
  margin-right: 0;
}
.mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  padding: 0 0 0 2.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 3.5rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before, .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #5f5653;
  border-radius: 0.3rem;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 0;
  width: 1rem;
  height: 0.6rem;
  background: none;
  border: none;
  border-left: 2px solid #009a3e;
  border-bottom: 2px solid #009a3e;
  left: 0.3em;
  top: calc(50% - 0.35rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.2rem;
    height: 0.8rem;
    left: 0.5rem;
    top: calc(50% - 0.7rem);
  }
}
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1 !important;
}

.mwform-radio-field {
  display: block;
  margin: 0 2em 0 0 !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field {
    display: inline-block;
    margin: 0 3em 0 0 !important;
  }
}
.mwform-radio-field .mwform-radio-field:last-child label {
  margin-right: 0;
}
.mwform-radio-field label {
  display: block;
  cursor: pointer;
}
.mwform-radio-field label input[type=radio] {
  display: none;
}
.mwform-radio-field label .mwform-radio-field-text {
  padding: 0.5em 0 0.5em 2.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 1.4rem;
    padding: 0 0 0 2.2em;
  }
}
.mwform-radio-field label .mwform-radio-field-text::before, .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #5f5653;
  border: 1px solid #cccccc;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0.3rem;
  top: calc(50% - 0.3rem);
  background: #009a3e;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::after {
    width: 1.3rem;
    height: 1.3rem;
    left: 0.4rem;
    top: calc(50% - 0.65rem);
  }
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox + .l-search__category-list {
  margin-top: 1.5rem;
}

.c-form__checkbox--active-text input[type=checkbox]:checked + .c-form__checkbox-text {
  color: #000;
}

.c-form__checkbox input[type=checkbox]:checked + .c-form__checkbox-text .c-form__checkbox-icon::after,
.is_checked .c-form__checkbox-text .c-form__checkbox-icon::after {
  opacity: 1;
}

.c-form__checkbox--middle .c-form__checkbox-text {
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox--middle .c-form__checkbox-text {
    font-size: 1.4rem;
  }
}
.c-form__checkbox--middle .c-form__checkbox-icon {
  top: 0.2em;
  width: 2.3rem;
  height: 2.3rem;
}
.c-form__checkbox--middle .c-form__checkbox-icon::after {
  width: 1rem;
  height: 0.6rem;
  left: 0.6rem;
  top: 0.7rem;
}

.c-form__checkbox--small .c-form__checkbox-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox--small .c-form__checkbox-text {
    font-size: 1.2rem;
  }
}

.c-form__checkbox-label {
  position: relative;
  display: block;
}

.c-form__checkbox-label--inline {
  display: inline-block;
}

.c-form__checkbox-text {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 2.7rem;
  display: block;
}

.c-form__checkbox-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-text--large {
    font-size: 1.4rem;
  }
}
.c-form__checkbox-text--large .c-form__checkbox-icon {
  top: 0.5em;
}

.c-form__checkbox-icon {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-icon {
    top: 0.2em;
  }
}
.c-form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #f7f9fa;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__checkbox-icon::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  transition: 0.3s;
  opacity: 0;
}

.c-form__checkbox-icon--green::before {
  border-color: #000;
}

.c-form__radio input[type=radio] {
  display: none;
}

.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::before {
  border-color: #000;
}
.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::after {
  opacity: 1;
}

.c-form__radio-label {
  position: relative;
  display: block;
}

.c-form__radio-text {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-left: 3rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-text {
    font-size: 1.4rem;
  }
}

.c-form__radio-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-text--large {
    font-size: 1.4rem;
  }
}
.c-form__radio-text--large .c-form__radio-icon {
  top: 0.5em;
}

.c-form__radio-icon {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  top: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-form__radio-icon {
    top: 0.4em;
  }
}
.c-form__radio-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b5b5b5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.c-form__radio-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  background: #000;
  margin: auto;
}

.c-form__selectbox {
  position: relative;
  width: 100%;
}
.c-form__selectbox.__small {
  width: 19rem;
}
.c-form__selectbox::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1.5rem);
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/arrow_bottom.svg") no-repeat center center/contain;
  display: block;
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: transparent;
  color: #666;
  border-bottom: 1px solid #5d5d6d;
  padding: 0 0 1.2rem;
  border-radius: 0;
  width: 100%;
  line-height: 1.5;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox select {
    padding: 0 0 1.2rem;
  }
}
.c-form__selectbox select option {
  line-height: 1.5;
}
.c-form__selectbox select _:lang(x)::-moz-placeholder, .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox select _::-webkit-full-page-media,
.c-form__selectbox select _:future, :root .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox.__white::before {
  border-color: #fff;
}
.c-form__selectbox.__white select {
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  font-size: 1rem;
  padding: 1.15rem 1.8rem;
  background: transparent;
}
.c-form__selectbox.__white select option {
  color: #000;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0 0 3rem !important;
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: -0.4em;
  margin-right: 0.8em;
  border: 1px solid #000;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 0.2em solid #000;
  border-left: 0.2em solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-checkbox,
.wpcf7-checkbox .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex: 0 0 33%;
  margin: 0 0 0.4rem;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio {
    margin-bottom: 2.5em;
  }
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 4em 0 0;
  }
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: #fff;
  border-radius: 4em;
  vertical-align: -0.5em;
  margin-right: 0.3rem;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    margin-right: 0.8rem;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  position: absolute;
  top: 0.4em;
  left: 0.32em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: transparent;
  border-radius: 4em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    left: 0.35em;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  background: #000;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}

.c-form__btn {
  position: relative;
  width: 100%;
  background: no-repeat center center/contain;
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn {
    width: auto;
  }
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn .wpcf7-spinner {
    right: -10%;
  }
}
.c-form__btn a,
.c-form__btn button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  background: transparent;
  border-radius: 5rem;
  max-width: 32.1rem;
  width: 100%;
  transition: 0.3s;
}
.c-form__btn a:focus,
.c-form__btn button:focus {
  outline: none;
}
.c-form__btn a::-ms-expand,
.c-form__btn button::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn a:hover,
.c-form__btn button:hover {
    opacity: 0.8;
  }
}
.c-form__btn a {
  margin: 0;
}
.c-form__btn .c-form__fill {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.2rem);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 6rem;
}
.c-form__btn .c-form__fill::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #000;
  -webkit-transform: translateY(-150%) rotateX(180deg);
          transform: translateY(-150%) rotateX(180deg);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-origin {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

.c-form__privacy a {
  color: #009a3e;
  text-decoration: underline;
}

.c-form__table_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.c-form__table_date div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form__table_date + .c-form__table_date {
  margin-top: 2.5rem;
}

@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__lineWrap:hover .c-hover__line::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .c-hover__lineWrap:hover .c-hover__line.__white::before {
    background-color: white;
  }
  .c-hover__lineWrap:hover .c-hover__line.__black::before {
    background-color: #000;
  }
  .c-hover__lineWrap:hover .c-hover__line.__green::before {
    background-color: #323d3b;
  }
}

.c-hover__line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-hover__line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__black:hover::before {
    background-color: #000;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__green:hover::before {
    background-color: #323d3b;
  }
}

.c-hover__targetBlank svg {
  display: inline-block;
  vertical-align: -0.1em;
  margin-left: 0.7rem;
  padding-right: 0.1rem;
  width: 1.3rem;
  height: auto;
}
.c-hover__targetBlank svg path {
  stroke: #000;
  transition: all 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-hover__targetBlank.__white svg path {
  stroke: #fff;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__targetBlank:hover svg path {
    stroke-width: 0.4px;
  }
}

.c-hover__lineText .c-hover__lineText-target {
  position: relative;
  display: inline-block;
}
.c-hover__lineText .c-hover__lineText-target::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background: #000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  display: block;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__lineText:hover .c-hover__lineText-target::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.c-hover__lineText.__white .c-hover__lineText-target::before {
  background: #fff;
}
.c-hover__lineText.c-animation__textSlideIn,
.c-hover__lineText .c-animation__textSlideIn {
  padding-bottom: 0.2rem;
}

.c-img img {
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-img img {
    border-radius: 0.8rem;
  }
}

.c-img__clip {
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-img__clip {
    border-radius: 0.8rem;
  }
}

.c-img__hidden {
  overflow: hidden;
}

.c-img__filter {
  background: rgba(47, 47, 47, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-movie .c-movie__item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-navi__list {
  padding: 1rem 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 1701px) {
  .c-navi__list {
    padding: 0;
  }
}

.c-navi__item {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__item a.is_active {
    color: #000;
  }
}
.c-navi__item a.__disable {
  pointer-events: none;
  cursor: pointer;
}
.c-navi__item:first-child {
  margin-left: 0;
}
.c-navi__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__item:hover .c-navi__list_child {
    opacity: 1;
    z-index: 1;
  }
  .c-navi__item:hover .c-navi__icon_plus::before, .c-navi__item:hover .c-navi__icon_plus::after {
    background: #000;
  }
}
.c-navi__item.__contact_xs {
  display: block;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-navi__item.__contact_xs {
    display: none;
  }
}
.c-navi__item.__contact_pc {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-navi__item.__contact_pc {
    display: block;
  }
}

.c-table__list dl {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(3, 26, 51, 0.1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 3.5rem 0;
    border-bottom: 0.5px solid rgba(3, 26, 51, 0.1);
  }
}
.c-table__list dt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dt {
    font-size: 1.8rem;
    width: 31.3%;
    margin-bottom: 0;
  }
}
.c-table__list dt small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dt small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dd {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.c-table__hours-wrap {
  display: grid;
  gap: 5rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours-wrap {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 4rem;
  }
}
.c-table__hours,
.c-table__hours--red,
.c-table__hours--beige {
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table__hours.__dialysis tbody tr:first-child th,
.c-table__hours--red.__dialysis tbody tr:first-child th,
.c-table__hours--beige.__dialysis tbody tr:first-child th {
  border-top: none;
}
.c-table__hours tr.__bg th,
.c-table__hours--red tr.__bg th,
.c-table__hours--beige tr.__bg th {
  border-color: #fff !important;
}

.c-table__hours--red .__bg {
  background: #f2d7c3;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours,
.c-table__hours--red,
.c-table__hours--beige {
    border-radius: 1rem;
  }
}
.c-table__hours th,
.c-table__hours--red th,
.c-table__hours--beige th,
.c-table__hours td,
.c-table__hours--red td,
.c-table__hours--beige td {
  padding: 0.8rem 1rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 1.76923;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours th,
.c-table__hours--red th,
.c-table__hours--beige th,
.c-table__hours td,
.c-table__hours--red td,
.c-table__hours--beige td {
    padding: 0.7rem 1.3rem;
    font-size: 1.5rem;
    line-height: 2.125;
  }
}
.c-table__hours th:first-child,
.c-table__hours--red th:first-child,
.c-table__hours--beige th:first-child,
.c-table__hours td:first-child,
.c-table__hours--red td:first-child,
.c-table__hours--beige td:first-child {
  border-left: none;
}

.c-table__hours thead th,
.c-table__hours--red thead th,
.c-table__hours--beige thead th {
  padding: 1.1rem 1.8rem;
  letter-spacing: 0.22em;
  text-align: left;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours thead th,
.c-table__hours--red thead th,
.c-table__hours--beige thead th {
    padding: 1.7rem 3.2rem;
    font-size: 1.6rem;
  }
}
.c-table__hours tbody tr:first-child th,
.c-table__hours--red tbody tr:first-child th,
.c-table__hours--beige tbody tr:first-child th {
  border-top-color: #595656;
}

.c-table__hours tbody tr:nth-child(n+2) th,
.c-table__hours--red tbody tr:nth-child(n+2) th,
.c-table__hours--beige tbody tr:nth-child(n+2) th {
  font-size: 1.2rem;
  font-family: "trajan-pro-3", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours tbody tr:nth-child(n+2) th,
.c-table__hours--red tbody tr:nth-child(n+2) th,
.c-table__hours--beige tbody tr:nth-child(n+2) th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours tbody tr:nth-child(n+2) td,
.c-table__hours--red tbody tr:nth-child(n+2) td,
.c-table__hours--beige tbody tr:nth-child(n+2) td {
    font-size: 2.2rem;
  }
}
.c-table__hours tbody th,
.c-table__hours--red tbody th,
.c-table__hours--beige tbody th,
.c-table__hours tbody td,
.c-table__hours--red tbody td,
.c-table__hours--beige tbody td {
  border-top: 0.05rem solid #daddd8;
  border-left: 0.05rem solid #daddd8;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours tbody th,
.c-table__hours--red tbody th,
.c-table__hours--beige tbody th,
.c-table__hours tbody td,
.c-table__hours--red tbody td,
.c-table__hours--beige tbody td {
    border-width: 0.1rem;
  }
}
.c-table__hours tbody th:first-child,
.c-table__hours--red tbody th:first-child,
.c-table__hours--beige tbody th:first-child,
.c-table__hours tbody td:first-child,
.c-table__hours--red tbody td:first-child,
.c-table__hours--beige tbody td:first-child {
  padding-top: 1.1rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours tbody th:first-child,
.c-table__hours--red tbody th:first-child,
.c-table__hours--beige tbody th:first-child,
.c-table__hours tbody td:first-child,
.c-table__hours--red tbody td:first-child,
.c-table__hours--beige tbody td:first-child {
    padding-top: 1.2rem;
  }
}
.c-table__hours .circle,
.c-table__hours--red .circle,
.c-table__hours--beige .circle {
  position: relative;
  color: transparent;
}

.c-table__hours .circle:before,
.c-table__hours--red .circle:before,
.c-table__hours--beige .circle:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 2rem;
  background: #595656;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours .circle:before,
.c-table__hours--red .circle:before,
.c-table__hours--beige .circle:before {
    width: 2rem;
    height: 2rem;
  }
}
.c-table__hours .bar,
.c-table__hours--red .bar,
.c-table__hours--beige .bar {
  position: relative;
  color: transparent;
}

.c-table__hours .bar:before,
.c-table__hours--red .bar:before,
.c-table__hours--beige .bar:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 0.05rem;
  background: #595656;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours .bar:before,
.c-table__hours--red .bar:before,
.c-table__hours--beige .bar:before {
    width: 2rem;
    height: 0.1rem;
  }
}
.c-table__hours caption,
.c-table__hours--red caption,
.c-table__hours--beige caption {
  font-size: 1.1rem;
  line-height: 1.63636363;
  text-align: left;
  caption-side: bottom;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__hours caption,
.c-table__hours--red caption,
.c-table__hours--beige caption {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.86666666;
  }
}
.c-table__hours--red thead th {
  background: #f2d7c3;
}

.c-table__hours--red td {
  color: #f2d7c3;
}

.c-table__hours--red .circle:before {
  background: #f2d7c3;
}

.c-table__hours--beige thead th {
  background: #ede8d6;
}

.c-table__hours--beige td {
  color: #ede8d6;
}

.c-table__hours--beige .circle:before {
  background: #ede8d6;
}

.c-text__normal {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__normal {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-text__small {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__small {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.c-text__small.__gray {
  color: #bebebe;
}

.c-text__xsmall {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-text__large {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__large {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 641px) {
  .c-text__large {
    font-size: 2rem;
    line-height: 2.2;
  }
}

.c-text__left {
  text-align: left;
}

.c-text__center {
  text-align: center;
}

.c-text__right {
  text-align: right;
}

.c-text__message {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__message {
    font-size: 2rem;
    line-height: 2.5;
  }
}
.c-text__message.__left {
  text-align: left;
}
.c-text__message.__small {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__message.__small {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-text__marker {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 75%, #ffe900 0%);
  background-image: -o-linear-gradient(transparent 75%, #ffe900 0%);
}

.c-text__bg {
  background: #009a3e;
  color: #ffe900;
  padding-bottom: 0.1em;
  line-height: 1.3;
  display: inline-block;
}

.c-text__dotted {
  position: relative;
}
.c-text__dotted::before {
  content: "・・・";
  display: block;
  position: absolute;
  top: -1.1em;
  left: -0.1em;
  color: #009a3e;
}

.c-title__main {
  position: relative;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main {
    margin-bottom: 5.6rem;
  }
}
.c-title__main .en {
  display: block;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main .en {
    font-size: 8rem;
  }
}
.c-title__main .jp {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main .jp {
    font-size: 1.6rem;
  }
}
.c-title__main.__animetion .word {
  opacity: 0;
  -webkit-filter: blur(0.75rem);
          filter: blur(0.75rem);
}
.c-title__main.__animetion.is_active .word:nth-of-type(1) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(2) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(3) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(4) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(5) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(6) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(7) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(8) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(9) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-title__main.__animetion.is_active .word:nth-of-type(10) {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-title__main.__animetion.is_active .jp {
  -webkit-animation: loadingTextAnimation 0.8s linear forwards;
          animation: loadingTextAnimation 0.8s linear forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-title__main.__small .en {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__small .en {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}
.c-title__main.__small .jp {
  margin-top: 0.8rem;
}
.c-title__main.__white {
  color: #fff;
}
@media screen and (max-width: 1080px) and (orientation: landscape) {
  .c-title__main.__tb_xs_br_none .en br {
    display: none;
  }
}
.c-title__horizontal {
  position: relative;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.c-title__horizontal .en {
  display: block;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal .en {
    font-size: 6.8rem;
  }
}
.c-title__horizontal .jp {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal .jp {
    font-size: 1.6rem;
  }
}
.c-title__horizontal.__xs_large .en {
  font-size: 6rem;
}
.c-title__horizontal.__white {
  color: #fff;
}

.c-weight--300 {
  font-weight: 300 !important;
}

.c-weight--400 {
  font-weight: 400 !important;
}

.c-weight--500 {
  font-weight: 500 !important;
}

.c-weight--600 {
  font-weight: 600 !important;
}

.c-weight--700 {
  font-weight: 700 !important;
}

.c-weight--800 {
  font-weight: 800 !important;
}

.c-weight--900 {
  font-weight: 900 !important;
}

.c-weight--bold {
  font-weight: bold !important;
}

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container {
    max-width: 192rem;
    padding: 0 10.6rem;
    margin: 0 auto;
  }
}
.l-container.__s {
  padding: 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__s {
    max-width: 192rem;
    padding: 0 6rem;
    margin: 0 auto;
  }
}
.l-container.__m {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__m {
    max-width: 159.3rem;
    padding: 0 6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container.__m {
    margin: 0 auto;
  }
}
.l-container.__l {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__l {
    max-width: 136rem;
    padding: 0;
    padding: 0 3rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container.__l {
    padding: 0 4rem;
  }
}

.l-container__inner {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 1.8rem 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container__inner {
    border-radius: 2rem;
    padding: 6rem 6rem 8rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container__right {
    -webkit-transform: translateX(14%);
            transform: translateX(14%);
    width: 85%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container__right {
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
    width: 90%;
  }
}
@media screen and (min-width: 1701px) {
  .l-container__right {
    -webkit-transform: translateX(18.9%);
            transform: translateX(18.9%);
    width: 87%;
  }
}

.l-contentwrap {
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-contentwrap {
    padding: 6.5rem 0;
  }
}
.l-contentwrap.__bg01 {
  background: rgba(0, 0, 0, 0.05);
}
.l-contentwrap.__bg02 {
  background: rgba(3, 26, 51, 0.1);
}
.l-contentwrap.__ptnone {
  padding-top: 0 !important;
}

.l-footer {
  position: relative;
  z-index: 10;
  padding: 6.1rem 0 2.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer {
    padding: 33.6rem 0 4.7rem;
  }
}

.l-footer__navi {
  display: flex;
  justify-content: space-between;
}
.l-footer__navi .c-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer__navi .c-navi__list {
  width: 50%;
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi .c-navi__list {
    display: flex;
    justify-content: space-between;
    width: 46.7%;
  }
}
.l-footer__navi .c-navi__list.__footer {
  justify-content: flex-end;
  gap: 8rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-footer__navi .c-navi__list li + li {
    margin-top: 0.7rem;
  }
}
.l-footer__navi .c-navi__list a {
  font-size: 2.4rem;
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  font-weight: 700;
  line-height: normal;
  padding: 1rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi .c-navi__list a {
    padding: 0;
    gap: 0.9rem;
  }
}
.l-footer__navi .c-navi__list a span {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  line-height: normal;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-footer__navi .c-navi__list a svg {
    width: 1.64rem;
  }
}

.l-footer__address {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin: 7.8rem -4rem 11.1rem;
  padding: 5.1rem 4rem 0;
  width: 100vw;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address {
    width: 100%;
    margin: 3.3rem 0 16.3rem;
    padding: 4.3rem 0 0;
  }
}

.l-footer__address_title {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_title {
    width: 19.1%;
    display: block;
  }
}
@media screen and (min-width: 1701px) {
  .l-footer__address_title {
    width: 20.1%;
  }
}
.l-footer__address_title p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_inner {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_item {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_item:first-child {
    display: flex;
    justify-content: space-between;
    width: 38.1%;
  }
}
@media screen and (min-width: 1701px) {
  .l-footer__address_item:first-child {
    width: 36.1%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_item:last-child {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    width: 47%;
  }
}
@media screen and (min-width: 1701px) {
  .l-footer__address_item:last-child {
    width: 39.8%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-footer__address_item + .l-footer__address_item {
    margin-top: 3.3rem;
  }
}
.l-footer__address_item a {
  display: flex;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
.l-footer__address_item a span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer__address_item a *,
.l-footer__address_item a *::before {
  line-height: normal;
}
.l-footer__address_item a svg {
  width: 1.64rem;
  margin-left: 0.2rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__address_item a svg {
    margin-left: 0.4rem;
  }
}
.l-footer__address_item dt {
  flex: 1;
}

.l-footer__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer__logo {
  width: 24.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__logo {
    width: 21.2rem;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: normal;
}

.l-form__confirm .l-form__privacy {
  display: none;
}
.l-form__confirm .c-form__btn:first-child {
  order: 2;
}
.l-form__confirm .c-form__btn:last-child {
  order: 1;
}
.l-form__confirm .c-form__input {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__confirm .c-form__input {
    padding: 2.4rem 0;
  }
}

.l-form__finish .l-form__message,
.l-form__finish .l-form__content {
  display: none;
}

.l-form__finishmsg {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg {
    margin-top: 8rem;
  }
}
.l-form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg p {
    font-size: 1.5rem;
  }
}

.l-form__step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 45rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list {
    margin: 0 auto 5rem;
  }
}
.l-form__step-list::before {
  content: "";
  width: 75%;
  height: 1px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list::before {
    width: 80%;
  }
}
.l-form__step-list li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-form__step-list li .icon {
  border: 1px solid #cccccc;
  color: #cecbc5;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  border-radius: 100%;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list li .icon {
    font-size: 2.4rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.l-form__step-list li .text {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list li .text {
    margin-top: 0.6em;
  }
}
.l-form__step-list li.active .icon {
  border-color: #009a3e;
  background: #009a3e;
  color: #fff;
}

.l-form__message {
  margin: 3rem 0 5rem;
}
.l-form__message small {
  display: block;
}

.l-form__table {
  border-top: 1px solid #cccccc;
}

.l-form__table_item {
  border-bottom: 1px solid #cccccc;
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item {
    padding: 3rem 0;
  }
}
.l-form__table_item.__border_none {
  border-bottom: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.l-form__table_item dl.__small {
  align-items: center;
}
.l-form__table_item dl.__small + dl {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl.__small dt {
    width: 15%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl.__small dd {
    width: 82%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl.__center {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl.__top {
    padding-top: 1rem;
  }
}
.l-form__table_item dt {
  position: relative;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dt {
    margin: 0 0 0 0;
    align-items: stretch;
    width: 31.3%;
  }
}
.l-form__table_item dt.__ptnone {
  padding-top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dt.__ptnone sup {
    top: 0.6em;
  }
}
.l-form__table_item dt sup {
  font-family: Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #fff;
  position: absolute;
  top: 0.2em;
  right: 0;
  color: #009a3e;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dt sup {
    top: 0.1em;
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
.l-form__table_item dt sup::before {
  content: "※";
}
.l-form__table_item dt sup.any {
  background: #666;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 65.8%;
  }
}
.l-form__table_item dd.__full {
  display: block;
}
.l-form__table_item dd a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dd a:hover {
    opacity: 0.7;
  }
}

.l-form__table_item_sub {
  margin-top: 2rem;
}

.l-form__title {
  position: relative;
  font-size: 1.6rem;
  color: #009a3e;
  line-height: 1;
  margin: 5rem 0 1em;
  font-weight: 700;
  padding-left: 1.2em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__title {
    font-size: 2rem;
  }
}
.l-form__title::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9em;
  background: #ffe900;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0;
  margin: auto 0;
}

.l-form__title_sub {
  color: #009a3e;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__title_sub {
    font-size: 1.6rem;
  }
}
.l-form__title_sub.__mt {
  margin-top: 4rem;
}

.l-form__privacy .c-form__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__privacy sup {
    font-size: 1.4rem;
  }
}

.l-form__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-form__field-unit {
  width: 48%;
}

.l-form__privacy {
  text-align: center;
}

.l-form__btnlist {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist {
    margin: 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__btnlist .c-form__btn + .c-form__btn {
    margin-bottom: 1rem;
  }
}
.l-form__btnlist .c-form__btn:first-child {
  order: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:first-child {
    order: 1;
  }
}
.l-form__btnlist .c-form__btn:nth-child(2) {
  order: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:nth-child(2) {
    order: 0;
  }
}
.l-form__btnlist .c-form__btn:last-child {
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:last-child {
    order: 2;
  }
}
.l-form__btnlist.__left {
  justify-content: flex-start;
}

.mw_wp_form_input .l-form__btnlist .c-form__btn {
  margin: 0;
}

.l-form__text {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 6.5rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__img_item + .l-form__img_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item.__01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item.__02 {
    width: 57%;
  }
}
.l-form__img_item p {
  line-height: 1.4;
}
.l-form__img_item p.__minheight {
  height: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item p.__minheight {
    height: 4rem;
  }
}
.l-form__img_item p.__minheight_02 {
  height: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item p.__minheight_02 {
    height: 6rem;
  }
}
.l-form__img_item p.__w200 {
  width: 205%;
  margin-right: -100%;
}
.l-form__img_item small {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.l-form__img_item img {
  height: 18.9rem;
  width: auto;
}
.l-form__img_item img.__minheight {
  height: 11rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item img.__minheight {
    height: 13.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item img.__minwidth {
    width: 14.4rem;
  }
}

.l-form__img_item_title {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_title {
    font-size: 1.5rem;
  }
}

.l-form__img_item_text {
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  width: 120%;
  margin-right: -20%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_text {
    font-size: 1.4rem;
  }
}
.l-form__img_item_text.__large {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_text.__large {
    font-size: 1.5rem;
  }
}

.l-form__img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_wrap {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__img_child_item.__xs_w {
    width: 47%;
  }
}

.l-form__img_select {
  margin: 3rem 0 0;
}
.l-form__img_select .required {
  font-family: Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #009a3e;
  font-size: 1.2rem;
}
.l-form__img_select .required::before {
  content: "※";
}

.l-form__img_select_item + .l-form__img_select_item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_item + .l-form__img_select_item {
    margin-top: 1.5rem;
  }
}

.l-form__img_select_item_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_item_inner {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.l-form__img_select_preview {
  background: #5f5653;
  border: 1px solid #cccccc;
  height: 5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_preview {
    padding: 1rem 2rem;
    width: 28rem;
  }
}

.l-form__img_select_label input[type=file],
.l-form__img_select_label .mwform-file-delete {
  display: none !important;
}

.l-form__img_select_btn {
  height: 4rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_btn {
    height: 5rem;
  }
}
.l-form__img_select_btn img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_btn:hover {
    opacity: 0.8;
  }
}

.l-form__message {
  text-align: center;
}

.mw_wp_form_confirm .c-form__table_date {
  width: 100%;
}
.mw_wp_form_confirm .l-form__title_sub,
.mw_wp_form_confirm .l-form__text,
.mw_wp_form_confirm .l-form__img,
.mw_wp_form_confirm .l-form__img_select_preview,
.mw_wp_form_confirm .l-form__img_select_btn,
.mw_wp_form_confirm .l-form__img_select .required {
  display: none;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .header_navi .l-header {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

.scroll_down.header_navi_fixed .l-header {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.scroll_up.header_navi_fixed .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.home .l-header {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  transition: 0.8s cubic-bezier(0, 0.39, 0.3, 1.03);
}

body.home.scroll_up .l-header.is_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 120;
  transition: 0.8s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__inner {
  width: 100%;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  height: 7rem;
  margin: auto;
  padding: 0 10.5rem 0 4rem;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .l-header__inner {
    padding: 0 13.1rem 0 4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__inner {
    height: 8rem;
    width: 100%;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-header__inner {
    padding: 0 6rem;
  }
}

.l-header__menuIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 120;
  width: 4rem;
  height: 7rem;
  background: none;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 641px) {
  .l-header__menuIcon {
    width: 5rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIcon {
    display: none;
  }
}

.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconOpen,
.l-header__menuIconClose {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconOpen,
.l-header__menuIconClose {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

.l-header__menuIconOpen {
  opacity: 1;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 50ms !important;
  margin-top: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(3) {
  transition-delay: 100ms !important;
  margin-top: 0;
}
.l-header__menuIconClose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLines {
  transition: 0.4s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
  opacity: 0;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(3) {
  transition-delay: 100ms !important;
  margin-top: 0.65rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(3) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-text {
  color: #000;
}

.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  order: 1;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIcon-icon {
    margin: 0;
    order: 2;
    width: 4.2rem;
  }
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLines {
  position: absolute;
  top: 0;
  right: 4.7rem;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 54% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .l-header__menuIcon-icon .l-header__menuIcon-iconLines {
    right: 5.7rem;
    padding: calc(50% - 0.8rem) 0;
  }
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 100%;
  height: 2px;
  background: #000;
  transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  display: block;
}

.l-header__logo {
  transition: 0.4s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__logo {
    width: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1701px) {
  .l-header__logo {
    gap: 1.6rem;
  }
}
.l-header__logo a {
  display: block;
  transition: 0.4s ease;
  width: 6.2rem;
}
@media screen and (min-width: 641px) {
  .l-header__logo a {
    width: 8.2rem;
  }
}

.l-header__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__main {
    width: 50%;
  }
}

.l-header__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.l-header__contents .l-header__langage {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contents .l-header__langage {
    display: flex;
  }
}

.l-header__navi_list {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list {
    width: 50%;
  }
}
.l-header__navi_list .c-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-header__navi_list .c-navi__list {
  gap: 1rem;
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__list {
    display: flex;
    height: 100%;
    gap: 2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-header__navi_list .c-navi__list {
    gap: 4rem;
  }
}
.l-header__navi_list .c-navi__list.__btn {
  display: flex;
  gap: 0.4rem;
}
@media screen and (min-width: 641px) {
  .l-header__navi_list .c-navi__list.__btn {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-header__navi_list .c-navi__list.__btn {
    gap: 1.7rem;
  }
}
.l-header__navi_list .c-navi__item {
  position: relative;
  height: 100%;
}
.l-header__navi_list .c-navi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2.8rem;
}
.l-header__navi_list .c-navi__item a * {
  line-height: normal;
}
.l-header__navi_list .c-navi__item a.is_active {
  text-decoration: line-through;
}
.l-header__navi_list .c-navi__item .en,
.l-header__navi_list .c-navi__item .jp {
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.l-header__navi_list .c-navi__item .en {
  letter-spacing: 0.03rem;
}
.l-header__navi_list .c-navi__item .en svg {
  margin-bottom: -0.15em;
}
.l-header__navi_list .c-navi__item .jp {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.03rem;
  color: #000;
}
.l-header__navi_list .c-navi__item .jp svg {
  margin-bottom: -0.2em;
}
.l-header__navi_list .c-navi__item.__sns a {
  padding: 0;
  width: 3rem;
}
@media screen and (min-width: 641px) {
  .l-header__navi_list .c-navi__item.__sns a {
    width: 4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__sns a {
    width: 3rem;
  }
}
.l-header__navi_list .c-navi__item.__sns a svg {
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__sns a:hover {
    opacity: 0.7;
  }
}
.l-header__navi_list .c-navi__item.__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media screen and (min-width: 641px) {
  .l-header__navi_list .c-navi__item.__btn {
    margin-left: 1.3rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__btn {
    margin-left: 1.7rem;
  }
}
.l-header__navi_list .c-navi__item.__btn a {
  width: 10.5rem;
  background: #000;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5rem;
  line-height: normal;
  padding: 0 3.2rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .l-header__navi_list .c-navi__item.__btn a {
    width: 11.5rem;
    height: 4rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__btn a {
    height: 3rem;
    padding: 0 2.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__btn a:hover {
    opacity: 0.7;
  }
}
.l-header__navi_list .c-navi__item.__btn a .arrow {
  position: relative;
  width: 1.2rem;
  height: 0.8rem;
}
.l-header__navi_list .c-navi__item.__btn a .arrow svg {
  transition: all 0.3s cubic-bezier(0, 0.39, 0.3, 1.03), opacity 0s cubic-bezier(0, 0.39, 0.3, 1.03);
  opacity: 0;
}
.l-header__navi_list .c-navi__item.__btn a .arrow::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-header__navi_list .c-navi__item .c-navi__item_child {
  background: #f4f5e5;
  display: none;
  opacity: 0;
  transition: 0.3s;
  -webkit-animation: naviChildOut 0.3s linear forwards;
          animation: naviChildOut 0.3s linear forwards;
  position: absolute;
  top: calc(100% - 1.8rem);
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2.2rem 4.4rem;
  width: 27.2rem;
  text-align: center;
  z-index: -9999;
}
.l-header__navi_list .c-navi__item .c-navi__item_child a {
  display: block;
  line-height: 2.4;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item .c-navi__item_child a:hover {
    color: #000;
  }
}
.l-header__navi_list .c-navi__item .c-navi__item_child a + a {
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item:hover .en {
    opacity: 0;
  }
  .l-header__navi_list .c-navi__item:hover .jp {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item:hover .c-navi__item_child {
    -webkit-animation: naviChildHover 0.3s linear forwards;
            animation: naviChildHover 0.3s linear forwards;
    z-index: 100;
    display: block;
  }
}

@-webkit-keyframes naviChildHover {
  0% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
  1% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
}

@keyframes naviChildHover {
  0% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
  1% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
}
@-webkit-keyframes naviChildOut {
  0% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
  99% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 1;
    display: none;
    z-index: -9999;
  }
}
@keyframes naviChildOut {
  0% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
  99% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 1;
    display: none;
    z-index: -9999;
  }
}
.l-header__langage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__langage {
    position: absolute;
    right: 0;
    height: 100%;
  }
}
.l-header__langage ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem;
}
.l-header__langage li {
  line-height: 1.2;
}
.l-header__langage li + li {
  border-left: 1px solid rgba(221, 221, 221, 0.5);
  padding-left: 1.6rem;
}
.l-header__langage li a {
  color: rgba(221, 221, 221, 0.5);
  line-height: 1.2;
}
.l-header__langage li a::before {
  background: rgba(221, 221, 221, 0.5);
}
.l-header__langage li span {
  color: #fff;
}

.header_menu_active .l-header.__global {
  border-color: transparent;
}
.header_menu_active .l-header__inner {
  border-color: transparent;
  -webkit-filter: none;
          filter: none;
}
.header_menu_active .l-header__menuIcon {
  border-color: transparent;
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__mainMenu {
  opacity: 1;
}
#popup_headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #009a3e !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

.l-header__mainMenuContent-inner {
  overflow: scroll;
  height: 100%;
}

.l-header__mainMenuContent-menu {
  margin-top: 19.7rem;
  padding-bottom: 15rem;
}
.l-header__mainMenuContent-menu .c-navi__list {
  padding: 0;
}
.l-header__mainMenuContent-menu .c-navi__list a {
  padding: 1.95rem 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
}
.l-header__mainMenuContent-menu .c-navi__list a .en {
  font-size: 3.2rem;
  line-height: 1;
}
.l-header__mainMenuContent-menu .c-navi__list a .jp {
  font-size: 1.2rem;
  color: #666;
  line-height: 1;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn {
  position: relative;
  width: 87.7%;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn a {
  position: relative;
  padding: 2.4rem 0;
  color: #fff;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn a .jp {
  color: #fff;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #000;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn .arrow {
  position: absolute;
  right: 3rem;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 1.2rem;
  height: 0.8rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn .arrow svg {
  transition: all 0.3s cubic-bezier(0, 0.39, 0.3, 1.03), opacity 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  opacity: 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__btn .arrow::before {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-header__mainMenuContent-menu .c-navi__list .c-navi__item svg {
    width: 1.7rem;
  }
}
.l-header__mainMenuContent-menu .l-header__langage {
  margin-top: 6.8rem;
  font-size: 1.6rem;
}

.l-header__mainMenuContent_logo {
  padding: 6.5rem 0 3rem;
}
.l-header__mainMenuContent_logo img {
  width: 29.3%;
  margin: 0 auto;
}

.l-header__contact-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 3rem;
}
@media screen and (min-width: 641px) {
  .l-header__contact-list {
    max-width: 32rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__contact-list {
    max-width: 48rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-list {
    max-width: 100%;
    height: 100%;
    padding: 0;
    flex-wrap: nowrap;
  }
}

.l-header__contact-item {
  width: 100%;
  height: 7rem;
  -webkit-filter: none;
          filter: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item {
    height: 100%;
  }
}
.l-header__contact-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-header__contact-item a {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item a {
    flex-wrap: wrap;
  }
}
.l-header__contact-item.__mail {
  width: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__mail {
    width: 47%;
  }
}
.l-header__contact-item.__mail a {
  position: relative;
  background: #000;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__mail a {
    text-align: center;
    justify-content: center;
    align-content: center;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-header__contact-item.__mail a {
    padding: 0 4rem;
  }
}
.l-header__contact-item.__mail a::before {
  content: "";
  background: #0066c5;
  width: 0;
  height: 100%;
  display: block;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__contact-item.__mail a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.l-header__contact-item.__mail a .jp {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__mail a .jp {
    font-size: 1.6rem;
  }
}
.l-header__contact-item.__mail a .jp::before {
  content: "";
  width: 1.4em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 1em;
  background: url("../img/icon/mail_white.svg") no-repeat center center/contain;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__mail a .jp::before {
    width: 2.2rem;
    height: 3.1rem;
    vertical-align: -0.6em;
  }
}
.l-header__contact-item.__phone {
  width: 100%;
  font-family: "Marcellus", "Noto Sans JP", sans-serif;
  margin: 3rem 0;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__phone {
    width: 26.2rem;
    margin: 0 2.5rem 0 0;
  }
}
.l-header__contact-item.__phone a {
  padding: 0;
  color: #000;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item.__phone a {
    align-content: center;
    text-align: left;
    background: none;
    justify-content: flex-start;
    padding: 0;
  }
}
.l-header__contact-item.__phone .text {
  display: block;
  font-size: 1.2rem;
  margin-top: 0em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__contact-item.__phone .text {
    font-size: 1.4rem;
    width: 100%;
  }
}
.l-header__contact-item .number {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__contact-item .number {
    font-size: 2.8rem;
  }
}
.l-header__contact-item .number::before {
  content: "";
  width: 0.7em;
  height: 0.8em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.1em;
  background: url("../img/icon/phone_blue.svg") no-repeat center center/contain;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item .number::before {
    vertical-align: 0;
  }
}
.l-header__contact-item .jp {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contact-item .jp {
    font-size: 1.2rem;
    min-width: 0;
    margin-top: 1rem;
  }
}

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page {
    padding: 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-page {
    font-size: 1.6rem;
  }
}
.l-page__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100%;
  background: linear-gradient(180deg, #4255ac 0%, #2d3467 50.5%, #1b1b1b 100%);
  z-index: -1;
  transition: 0.3s;
}
.l-page__bg.is_active::before {
  opacity: 1;
}
.l-page__bg::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #4d96c1 0%, #397091 50%, #1b1b1b 100%);
  z-index: 0;
  transition: 1.2s;
  opacity: 0;
}

.l-page__line {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100dvh;
  width: 90.1%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__line {
    width: 92%;
  }
}

.l-page__line_item {
  position: relative;
  width: 1px;
  height: 100dvh;
}
.l-page__line_item svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-page__line_item:nth-child(4), .l-page__line_item:nth-child(5) {
    display: none;
  }
}
.l-page__line_item .__dot {
  background: transparent;
  width: 1px;
  height: 2.3vh;
  position: absolute;
  left: 0;
  top: calc(19.5% - 1vh);
  display: block;
  overflow: hidden;
}
.l-page__line_item .__dot.is_active::before {
  -webkit-animation: GradietionAnimation 5s ease forwards;
          animation: GradietionAnimation 5s ease forwards;
}
.l-page__line_item .__dot::before {
  content: "";
  display: block;
  width: 1px;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, #d0d0d0 45%, #d0d0d0 50%, #d0d0d0 55%, rgba(255, 255, 255, 0) 95%);
}
.l-page__line_item .__dot:nth-child(2) {
  top: calc(40% - 1vh);
}
.l-page__line_item .__dot:nth-child(3) {
  top: calc(60% - 1vh);
}
.l-page__line_item .__dot:nth-child(4) {
  top: calc(80.5% - 1vh);
}
.l-page__line_item .__dot:nth-child(1) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.l-page__line_item .__dot:nth-child(2) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.l-page__line_item .__dot:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.l-page__line_item .__dot:nth-child(4) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.l-page__line_item .__dot:nth-child(5) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.l-page__line_item .__dot:nth-child(6) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.l-page__line_item .__dot:nth-child(7) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.l-page__line_item .__dot:nth-child(8) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.l-page__line_item .__dot:nth-child(9) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.l-page__line_item .__dot:nth-child(10) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.l-page__contents {
  position: relative;
  padding: 7rem 0 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__contents {
    padding: 9.5rem 0 10rem;
  }
}

.l-pageheader {
  position: relative;
  height: 22rem;
  margin-top: 6rem;
  overflow: clip;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader {
    margin-top: 8rem;
    height: 44rem;
  }
}
.l-pageheader .l-container {
  height: 100%;
}

.l-pageheader__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-pageheader__inner::before {
  content: "";
  background: whitesmoke;
  position: absolute;
  left: 8rem;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.l-pageheader__title .en {
  display: block;
  line-height: 1;
  letter-spacing: 0.24rem;
  font-size: 4.4rem;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .en {
    font-size: 8rem;
  }
}
.l-pageheader__title .jp {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }
}

.l-pageheader__breadcrumb {
  position: absolute;
  left: 0;
  bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb {
    bottom: 2.4rem;
  }
}
.l-pageheader__breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li {
    gap: 1.2rem;
  }
}
.l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
    font-size: 1.4rem;
  }
}
.l-pageheader__breadcrumb li + li::before {
  content: "／";
}
.l-pageheader__breadcrumb li:last-child span {
  opacity: 0.5;
}

.l-pager {
  position: relative;
  padding: 8rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager {
    padding: 14rem 0 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers {
    height: 5.2rem;
  }
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number {
    margin: 0 0.8rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  opacity: 0.4;
  pointer-events: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  font-family: Arial, sans-serif;
  font-weight: 400;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 100%;
  border: 1px solid #666;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #fff;
  border-color: #000;
  background: #000;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  background: none;
  width: auto;
  border: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    color: #fff;
    border-color: #000;
    background: #000;
  }
}
.l-pager .page_numbers .page-numbers {
  position: static;
  border-bottom: none;
}
.l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  background: none;
  border: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 100%;
}
.l-pager .page_numbers .page-numbers.prev svg circle, .l-pager .page_numbers .page-numbers.next svg circle {
  transition: 0.3s;
}
.l-pager .page_numbers .page-numbers.prev svg path, .l-pager .page_numbers .page-numbers.next svg path {
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev:hover, .l-pager .page_numbers .page-numbers.next:hover {
    color: #000;
    text-decoration: underline;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg circle, .l-pager .page_numbers .page-numbers.next:hover svg circle {
    stroke: #000;
    fill: #000;
    transition: 0.3s;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg path, .l-pager .page_numbers .page-numbers.next:hover svg path {
    stroke: #fff;
    transition: 0.3s;
  }
}
.l-pager .page_numbers .page-numbers.next {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.l-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
  opacity: 0;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.l-popup.is_active {
  opacity: 1;
  display: block;
}
.l-popup .l-container {
  position: relative;
  height: 100%;
}

.l-popup__inner {
  height: 100%;
}

.l-popup__content {
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  height: 70rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 0.8rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-popup__content {
    padding: 2rem 2rem;
    max-height: 80%;
  }
}

.l-popup__content-inner {
  height: 100%;
}

.l-popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
}
.l-popup__close::before, .l-popup__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-popup__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-popup__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-slider {
  position: relative;
}

.l-sidebar {
  position: relative;
  margin-bottom: 4rem;
}

.l-tab__menu {
  display: flex;
  justify-content: center;
  margin: 0 -1% 4rem;
}
@media screen and (min-width: 641px) {
  .l-tab__menu {
    margin: 0 -1% 2rem;
  }
}

.l-tab__menu-item {
  padding: 0.8rem 2.5rem;
  border-radius: 5rem;
  font-weight: bold;
  margin: 0 1%;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  color: #000;
}
@media screen and (min-width: 641px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #000;
  color: #fff;
}

.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  position: relative;
  line-height: 1.4;
  font-size: 2.4rem;
  padding-top: 2.5rem;
  margin: 6rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 4rem;
    padding-top: 3rem;
  }
}
.l-wysiwyg h1::before, .l-wysiwyg h1::after,
.l-wysiwyg h2::before,
.l-wysiwyg h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
}
.l-wysiwyg h1::before,
.l-wysiwyg h2::before {
  left: 0;
  background: #000;
  width: 3.4rem;
}
.l-wysiwyg h1::after,
.l-wysiwyg h2::after {
  right: 0;
  background: #cccccc;
  width: calc(100% - 4rem);
}
.l-wysiwyg h1 .en,
.l-wysiwyg h2 .en {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1 .en,
.l-wysiwyg h2 .en {
    font-size: 5rem;
  }
}
.l-wysiwyg h1 .jp,
.l-wysiwyg h2 .jp {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1 .jp,
.l-wysiwyg h2 .jp {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.l-wysiwyg h3 {
  position: relative;
  line-height: 1.5;
  font-size: 2rem;
  padding: 1.8rem 2rem;
  position: relative;
  background: whitesmoke;
  margin: 6rem 0 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3 {
    font-size: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.l-wysiwyg h3::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  margin: auto 0;
}
.l-wysiwyg h3.__typeB {
  background: none;
}
.l-wysiwyg h3.__typeC {
  background: none;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.l-wysiwyg h3.__typeC::before {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  border-radius: 100%;
  top: 25%;
}
.l-wysiwyg h4 {
  position: relative;
  margin: 6rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  gap: 1.2rem;
  padding-left: 2.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h4 {
    font-size: 1.8rem;
    gap: 1.6rem;
    padding-left: 3.2rem;
  }
}
.l-wysiwyg h4::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  margin: auto 0;
}
.l-wysiwyg p {
  line-height: 1.7;
  margin: 2rem 0;
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 6rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul,
.l-wysiwyg ol {
    padding: 0;
    margin: 6rem 0 4rem;
  }
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 2em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #000;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 0.1em;
  margin-right: 0.7em;
  position: absolute;
  left: 0.8rem;
  top: 0.8em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul li::before {
    top: 1em;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.l-wysiwyg ol {
  counter-reset: number 0;
  list-style-type: none;
}
.l-wysiwyg ol *:first-of-type {
  margin-top: 0;
}
.l-wysiwyg ol li {
  display: block;
  position: relative;
  padding-left: 2em;
  counter-increment: number 1;
}
.l-wysiwyg ol li::before {
  content: counter(number, decimal-leading-zero);
  font-family: Arial, sans-serif;
  font-weight: 400;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  color: #5d5d6d;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ol li::before {
    font-size: 1.6rem;
  }
}
.l-wysiwyg ol ol li {
  padding-left: 2em;
}
.l-wysiwyg ol ol li::before {
  content: "(" counter(number) ")";
  font-size: 0.9em;
}
.l-wysiwyg ol ol ol li {
  padding-left: 1.5em;
}
.l-wysiwyg ol ol ol li::before {
  content: "";
  display: none;
}
.l-wysiwyg ol ol ol li .icon {
  position: absolute;
  left: 0;
  top: -0.05em;
  color: #000;
  font-size: 1.3em;
}
.l-wysiwyg ol .__mt {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ol .__mt {
    margin: 4rem 0 0;
  }
}
.l-wysiwyg a {
  display: inline;
  position: relative;
  color: #666;
  border-bottom: 0.5px solid #666;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a {
    border-bottom: 1px solid #666;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a:hover {
    color: #000;
    border-color: #000;
  }
}
.l-wysiwyg figure {
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg figure {
    margin: 6rem 0;
  }
}
.l-wysiwyg img {
  width: auto;
}
.l-wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}

.l-wysiwyg__table {
  overflow: scroll;
  margin: 4.5rem 0;
}
.l-wysiwyg__table table {
  border-collapse: collapse;
}
.l-wysiwyg__table table td,
.l-wysiwyg__table table th {
  border: none;
  border: 1px solid #cccccc;
  padding: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__table table td,
.l-wysiwyg__table table th {
    padding: 2rem;
  }
}
.l-wysiwyg__table table th {
  font-weight: 500;
  background: whitesmoke;
}
.l-wysiwyg__table .__center, .l-wysiwyg__table.__center {
  text-align: center;
}
.l-wysiwyg__table .__left, .l-wysiwyg__table.__left {
  text-align: left;
}
.l-wysiwyg__table .__right, .l-wysiwyg__table.__right {
  text-align: right;
}

.wp-block-image {
  margin: 8rem auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-image {
    margin: 8rem auto !important;
  }
}
.wp-block-image img {
  margin: 0 auto 1.2rem;
}
.wp-block-image figcaption {
  font-size: 1.4rem;
  color: #666;
  line-height: 150%;
}

.wp-block-columns {
  margin: 8rem 0 !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-columns {
    margin: 8rem 0 !important;
  }
}
.wp-block-columns .wp-block-image {
  margin: 0 !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-columns .wp-block-image {
    width: 100%;
    margin: 0 !important;
  }
}

.wp-block-code {
  background: #edf1e7;
  padding: 2rem;
}
.wp-block-code code {
  line-height: 1.5;
  font-size: 1.4rem;
}

.l-wysiwyg__col {
  margin-bottom: 7.7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7.7rem 5rem;
  }
}
.l-wysiwyg__col.__col2, .l-wysiwyg__col.__col3, .l-wysiwyg__col.__col4 {
  gap: 7.7rem 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col.__col2 figure {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col.__col3 figure {
    width: calc(32.95% - 1.25rem);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col.__col4 figure {
    width: calc(25% - 1.9rem);
  }
}
.l-wysiwyg__col figure {
  margin: 0;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-wysiwyg__col figure + figure {
    margin-top: 5rem;
  }
}
.l-wysiwyg__col figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
  max-height: 22rem;
}
@media screen and (min-width: 641px) {
  .l-wysiwyg__col figure img {
    max-height: 30rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col figure img {
    max-height: 39.2rem;
  }
}
.l-wysiwyg__col figcaption {
  font-size: 1.1rem;
  line-height: 1.5;
  background: #fff;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__col figcaption {
    font-size: 1.3rem;
    padding-top: 1.2rem;
  }
}

.l-wysiwyg__flow {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow {
    margin-bottom: 5rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 1.5rem;
  counter-increment: mycounter;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__item {
    gap: 2.4rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__item + .l-wysiwyg__item {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__item + .l-wysiwyg__item {
    margin-top: 5rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__item::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 4rem;
  left: 2.5rem;
  width: 1px;
  background: #000;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__item::before {
    top: 5rem;
    left: 4rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__item:last-child::before {
  display: none;
}
.l-wysiwyg__flow .l-wysiwyg__flow_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__flow_number {
    width: 8rem;
    height: 8rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__flow_number::before {
  font-family: Arial, sans-serif;
  font-weight: 400;
  content: counter(mycounter);
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__flow_number::before {
    font-size: 2.4rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__flow_detail {
  flex: 1;
}
.l-wysiwyg__flow .l-wysiwyg__flow_title {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__flow_title {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__flow_title .jp {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__flow .l-wysiwyg__flow_title .jp {
    font-size: 1.6rem;
  }
}
.l-wysiwyg__flow .l-wysiwyg__flow_title::before, .l-wysiwyg__flow .l-wysiwyg__flow_title::after {
  display: none;
}

.l-wysiwyg__btn {
  position: relative;
  counter-increment: mycounter;
}
.l-wysiwyg__btn::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
.l-wysiwyg__btn a {
  text-decoration: none;
  padding: 2rem;
  border: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__btn a {
    padding: 2.7rem;
  }
}
.l-wysiwyg__btn .en {
  display: block;
  font-size: 3rem;
  line-height: 1;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__btn .en {
    font-size: 5rem;
  }
}
.l-wysiwyg__btn .jp {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__btn .jp {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.l-wysiwyg__btn .arrow {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0.1em 0.7rem 0;
}

.l-wysiwyg__accordion {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__accordion {
    margin-bottom: 5rem;
  }
}
.l-wysiwyg__accordion dl {
  border: 1px solid #cccccc;
}
.l-wysiwyg__accordion dl.is_active dt .icon::after {
  opacity: 0;
}
.l-wysiwyg__accordion dl + dl {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__accordion dl + dl {
    margin-top: 5rem;
  }
}
.l-wysiwyg__accordion dl dt,
.l-wysiwyg__accordion dl dd {
  padding: 2rem 5rem 2rem 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__accordion dl dt,
.l-wysiwyg__accordion dl dd {
    padding: 2.4rem 6rem 2.4rem 2.4rem;
  }
}
.l-wysiwyg__accordion dl dt {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.l-wysiwyg__accordion dl dt .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2.4rem;
  width: 1.5rem;
  height: 1.5rem;
}
.l-wysiwyg__accordion dl dt .icon::before, .l-wysiwyg__accordion dl dt .icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  transition: 0.3s;
}
.l-wysiwyg__accordion dl dt .icon::before {
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-wysiwyg__accordion dl dt .icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-wysiwyg__accordion dl dd {
  background: whitesmoke;
}

.l-wysiwyg__category ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
.l-wysiwyg__category ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.l-wysiwyg__category ul li::before {
  display: none;
}
.l-wysiwyg__category ul li a,
.l-wysiwyg__category ul li span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.2rem;
  line-height: 1;
  border: 1px solid #000;
  color: #000;
  border-radius: 5rem;
  min-width: 8rem;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__category ul li a,
.l-wysiwyg__category ul li span {
    font-size: 1.3rem;
  }
}
.l-wysiwyg__category ul li a.is_active,
.l-wysiwyg__category ul li span.is_active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg__category ul li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}

.bg_blue {
  background: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .bg_blue {
    color: #000 !important;
  }
}

@-webkit-keyframes GradietionAnimation {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}

@keyframes GradietionAnimation {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
body.js_loading_end .p-loading {
  -webkit-animation: loading_hide 0.6s linear forwards;
          animation: loading_hide 0.6s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes loading_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -9999;
  }
}

@keyframes loading_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -9999;
  }
}
.p-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #fff;
}
.p-loading svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.3%;
  width: 93.6%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .p-loading svg {
    bottom: -4.3%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-loading svg {
    bottom: -11.3%;
  }
}
.p-loading svg .text_1 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_2 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_3 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_4 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_5 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_6 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_7 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_8 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_9 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .text_10 {
  -webkit-animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
          animation: loadingTextAnimation 0.5s cubic-bezier(0, 0.4, 0.9, 1.04) forwards;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-loading svg .line_ov {
  transition: 0.6s cubic-bezier(0, 0.4, 0.9, 1.04);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-loading svg .line_ov.is_active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@-webkit-keyframes loadingTextAnimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loadingTextAnimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loadingTextHideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingTextHideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-project__img_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__img_item {
    flex-direction: row;
  }
}
.p-project__img_item + .p-project__img_item {
  margin-top: 1rem;
}
.p-project__img_item figure {
  width: 100%;
  overflow: hidden;
}
.p-project__img_item figure img {
  transition: -webkit-transform 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__img_item a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__img_item.__img_column_2 figure {
    width: 49.6%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__img_item.__img_column_3 figure {
    width: 33.1%;
  }
}

.p-project__detail {
  padding: 11.4rem 0 12.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail {
    padding: 10.9rem 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail_item {
    width: 50%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-project__detail_item + .p-project__detail_item {
    margin-top: 9.2rem;
  }
}

.p-project__detail_title {
  font-size: 4rem;
  line-height: normal;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail_title {
    font-size: 4.8rem;
  }
}

.p-project__detail_company {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.p-project__detail_company dl {
  width: 46.8%;
}
.p-project__detail_company dl dt {
  font-size: 2.4rem;
  line-height: normal;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-project__detail_company dl dt.__xs_col2 {
    min-height: 2.35em;
  }
}
.p-project__detail_company dl dd {
  margin-top: 1.5rem;
  line-height: 1.625;
}
.p-project__detail_company dl dd + dt {
  margin-top: 2rem;
  padding-bottom: 3.4rem;
}

.p-project__detail_sns {
  display: flex;
  justify-content: flex-start;
  gap: 2.5rem;
  margin-top: 5.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail_sns {
    gap: 1.3rem;
    margin-top: 6.1rem;
  }
}
.p-project__detail_sns svg {
  width: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-project__detail_sns svg {
    width: 3rem;
  }
}

.p-project__detail_list {
  margin-top: 10.3rem;
}
.p-project__detail_list dl {
  display: flex;
  justify-content: flex-start;
  gap: 7.7%;
}
.p-project__detail_list dt,
.p-project__detail_list dd {
  line-height: 2;
}
.p-project__detail_list dt {
  display: flex;
  justify-content: space-between;
  width: 32%;
}
@media screen and (min-width: 641px) {
  .p-project__detail_list dt {
    width: 23%;
  }
}
@media screen and (min-width: 1701px) {
  .p-project__detail_list dt {
    width: 17.4%;
  }
}
.p-project__detail_list dt::after {
  content: ":";
  line-height: 2;
}
.p-project__detail_list dd {
  flex: 1;
}

.p-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  font-size: 4.2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-contact a {
    width: 100vw;
    margin: 0 -4rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact a {
    font-size: 4.8rem;
  }
}
.p-contact a span {
  line-height: normal;
}

.p-project__navi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 10rem;
}
.p-project__navi a {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
}

body.wp-singular .l-page__inner {
  padding-top: 52vh;
}
@media screen and (min-width: 641px) {
  body.wp-singular .l-page__inner {
    padding-top: 64.7vh;
  }
}
@media screen and (min-width: 1701px) {
  body.wp-singular .l-page__inner {
    padding-top: 80vh;
  }
}