@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: 2.664103vw;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 2.1vw;
  }
}
@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: 1701px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2f3134;
  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.05em;
  padding-top: 5.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body {
    letter-spacing: 0.05em;
    padding-top: 14rem;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

html[lang=en] body {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  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.8;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  *,
*::after,
*::before {
    line-height: 1.88;
  }
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1701px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.7rem;
  }
}

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: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.jp_mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.en {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
}

.en_gothic {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a,
a::before,
a::after {
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  color: #2f3134;
}

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: #003753 !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__fadeIn {
  opacity: 0;
  -webkit-animation: 1.2s linear both;
          animation: 1.2s linear both;
}
.c-animation__fadeIn.js_scroll_event.is_active {
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
}
.c-animation__fadeIn:nth-of-type(1) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-animation__fadeIn:nth-of-type(2) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__fadeIn:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__fadeIn:nth-of-type(4) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__fadeIn:nth-of-type(5) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__fadeIn:nth-of-type(6) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__fadeIn:nth-of-type(7) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.c-animation__fadeIn:nth-of-type(8) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.c-animation__fadeIn:nth-of-type(9) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.c-animation__fadeIn:nth-of-type(10) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.c-animation__slidIn_long .c-animation__slidIn_item {
  opacity: 0;
  -webkit-animation: 3s fadeInAnimation ease both;
          animation: 3s fadeInAnimation ease both;
}
.c-animation__slidIn_long.__delay {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.c-animation__slidIn_long.is_active .c-animation__slidIn_item {
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}

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

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    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;
}

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

.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: #2f3134;
  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 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.c-animation__imgZoomOut.is_active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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,
.wp-block-button {
  position: relative;
}
.c-btn__main p,
.wp-block-button p {
  height: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main p,
.wp-block-button p {
    width: calc(100% - 8rem);
    margin: 0 -4rem;
  }
}
.c-btn__main input[type=submit],
.c-btn__main input[type=button],
.wp-block-button input[type=submit],
.wp-block-button input[type=button] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-btn__main input[type=submit]:focus,
.c-btn__main input[type=button]:focus,
.wp-block-button input[type=submit]:focus,
.wp-block-button input[type=button]:focus {
  outline: none;
}
.c-btn__main input[type=submit]::-ms-expand,
.c-btn__main input[type=button]::-ms-expand,
.wp-block-button input[type=submit]::-ms-expand,
.wp-block-button input[type=button]::-ms-expand {
  display: none;
}
.c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item,
.c-btn__main .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .c-btn__item,
.wp-block-button .wp-block-button__link {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  height: 5rem;
  border: 1px solid #ccc;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  min-width: 25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item,
.c-btn__main .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .c-btn__item,
.wp-block-button .wp-block-button__link {
    height: 9rem;
    padding: 0 4rem;
    min-width: 40rem;
  }
}
.c-btn__main a.pdf::after,
.c-btn__main button.pdf::after,
.c-btn__main .c-btn__item.pdf::after,
.c-btn__main .wp-block-button__link.pdf::after,
.wp-block-button a.pdf::after,
.wp-block-button button.pdf::after,
.wp-block-button .c-btn__item.pdf::after,
.wp-block-button .wp-block-button__link.pdf::after {
  display: none;
}
.c-btn__main a .arrow,
.c-btn__main button .arrow,
.c-btn__main .c-btn__item .arrow,
.c-btn__main .wp-block-button__link .arrow,
.wp-block-button a .arrow,
.wp-block-button button .arrow,
.wp-block-button .c-btn__item .arrow,
.wp-block-button .wp-block-button__link .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  width: 1.9rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@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,
.c-btn__main .wp-block-button__link .arrow,
.wp-block-button a .arrow,
.wp-block-button button .arrow,
.wp-block-button .c-btn__item .arrow,
.wp-block-button .wp-block-button__link .arrow {
    right: 3.6rem;
    width: 2.4rem;
  }
}
.c-btn__main a .arrow.__back,
.c-btn__main button .arrow.__back,
.c-btn__main .c-btn__item .arrow.__back,
.c-btn__main .wp-block-button__link .arrow.__back,
.wp-block-button a .arrow.__back,
.wp-block-button button .arrow.__back,
.wp-block-button .c-btn__item .arrow.__back,
.wp-block-button .wp-block-button__link .arrow.__back {
  right: auto;
  left: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main a .arrow.__back,
.c-btn__main button .arrow.__back,
.c-btn__main .c-btn__item .arrow.__back,
.c-btn__main .wp-block-button__link .arrow.__back,
.wp-block-button a .arrow.__back,
.wp-block-button button .arrow.__back,
.wp-block-button .c-btn__item .arrow.__back,
.wp-block-button .wp-block-button__link .arrow.__back {
    left: 3.6rem;
  }
}
.c-btn__main a .arrow.__back svg,
.c-btn__main button .arrow.__back svg,
.c-btn__main .c-btn__item .arrow.__back svg,
.c-btn__main .wp-block-button__link .arrow.__back svg,
.wp-block-button a .arrow.__back svg,
.wp-block-button button .arrow.__back svg,
.wp-block-button .c-btn__item .arrow.__back svg,
.wp-block-button .wp-block-button__link .arrow.__back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@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,
.c-btn__main .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-button button:hover,
.wp-block-button .c-btn__item:hover,
.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    border-color: #003753;
    background: #003753;
  }
  .c-btn__main a:hover .arrow svg path,
.c-btn__main button:hover .arrow svg path,
.c-btn__main .c-btn__item:hover .arrow svg path,
.c-btn__main .wp-block-button__link:hover .arrow svg path,
.wp-block-button a:hover .arrow svg path,
.wp-block-button button:hover .arrow svg path,
.wp-block-button .c-btn__item:hover .arrow svg path,
.wp-block-button .wp-block-button__link:hover .arrow svg path {
    fill: #fff;
  }
}
.c-btn__main.__back a .arrow,
.c-btn__main.__back button .arrow,
.c-btn__main.__back .c-btn__item .arrow,
.wp-block-button.__back a .arrow,
.wp-block-button.__back button .arrow,
.wp-block-button.__back .c-btn__item .arrow {
  left: 1.5rem;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__back a .arrow,
.c-btn__main.__back button .arrow,
.c-btn__main.__back .c-btn__item .arrow,
.wp-block-button.__back a .arrow,
.wp-block-button.__back button .arrow,
.wp-block-button.__back .c-btn__item .arrow {
    left: 3.6rem;
  }
}
.c-btn__main.__mt,
.wp-block-button.__mt {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt,
.wp-block-button.__mt {
    margin-top: 5.6rem;
  }
}
.c-btn__main.__mt_large,
.wp-block-button.__mt_large {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt_large,
.wp-block-button.__mt_large {
    margin-top: 7.5rem;
  }
}
@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,
.wp-block-button.__pc_center a,
.wp-block-button.__pc_center button,
.wp-block-button.__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,
.wp-block-button.__center a,
.wp-block-button.__center button,
.wp-block-button.__center .c-btn__item {
  margin: 0 auto;
}
.c-btn__main.__right a,
.c-btn__main.__right button,
.c-btn__main.__right .c-btn__item,
.wp-block-button.__right a,
.wp-block-button.__right button,
.wp-block-button.__right .c-btn__item {
  margin: 0 0 0 auto;
}

.c-btn__arrow a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}
.c-btn__arrow a span {
  line-height: 1.4;
}
.c-btn__arrow svg {
  width: 1.9rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__arrow svg {
    width: 2.4rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .c-btn__more {
    text-align: center;
  }
}
.c-btn__more a {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__more a {
    gap: 2.5rem;
  }
}
.c-btn__more a span {
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__more a:hover {
    color: #003753;
  }
  .c-btn__more a:hover svg path {
    stroke: #003753;
    fill: #003753;
  }
  .c-btn__more a:hover svg g path {
    fill: #fff;
  }
}
.c-btn__more svg {
  width: 7rem;
}
.c-btn__more svg path,
.c-btn__more svg g {
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__more svg {
    width: 12rem;
  }
}

.c-btn__lists {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__lists {
    margin-top: 4rem;
  }
}

.c-btn__list {
  max-width: 40rem;
}
.c-btn__list a {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 7rem;
  border-bottom: 1px solid #2f3134;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__list a {
    height: 12rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__list a:hover {
    color: #003753;
  }
  .c-btn__list a:hover svg path {
    fill: #003753;
  }
}
.c-btn__list a .en {
  display: block;
  font-size: 0.941em;
  line-height: 1;
  width: 100%;
}
.c-btn__list a .jp {
  display: block;
  font-size: 1.118em;
  margin-top: 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__list a .jp {
    margin-top: 1.9rem;
  }
}
.c-btn__list a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.9rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__list a svg {
    width: 2.4rem;
    right: 1rem;
  }
}

.c-btn__tel {
  width: 100%;
}
.c-btn__tel a {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 7.5rem;
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__tel a {
    flex-wrap: nowrap;
    pointer-events: none;
    height: 9rem;
    font-size: 4rem;
  }
}
.c-btn__tel a p {
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__tel a p {
    display: none;
  }
}
.c-btn__tel a span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 0.75rem;
}
.c-btn__tel a svg {
  width: 1.6rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__tel a svg {
    width: 2.2rem;
  }
}
.c-btn__tel.__border_none a {
  padding: 0;
  border: none;
  height: auto;
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__tel.__border_none a {
    height: auto;
    font-size: 5rem;
  }
}
.c-btn__tel.__middle {
  max-width: 25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__tel.__middle {
    max-width: 40rem;
  }
}

.c-btn__reserve {
  width: 100%;
}
.c-btn__reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 7.5rem;
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__reserve a {
    flex-wrap: nowrap;
    height: 9rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__reserve a:hover {
    background: #003753;
    color: #fff;
  }
  .c-btn__reserve a:hover svg path {
    fill: #fff;
  }
}
.c-btn__reserve a span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__reserve a span {
    gap: 1.5rem;
  }
}
.c-btn__reserve a svg {
  width: 1.5rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__reserve a svg {
    width: 2.2rem;
  }
}
.c-btn__reserve.__middle {
  max-width: 25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__reserve.__middle {
    max-width: 40rem;
  }
}

.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: #003753;
    fill: #003753;
  }
}
.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: #003753;
  }
}
.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: #2f3134;
}
.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: #003753 !important;
}

.c-color__default {
  color: #2f3134 !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.4rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  /* 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%;
    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: rgba(47, 49, 52, 0.4);
}
.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: rgba(47, 49, 52, 0.4);
}
@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 #2f3134;
  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 #f2f0ed;
}
@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 #f2f0ed;
  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: #003753;
}

.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: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 1.35rem 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-label {
    padding: 2.3rem 2rem;
    height: 7rem;
  }
}

.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;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-text {
    padding-left: 3.5rem;
  }
}

.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.1em;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c-form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f0ed;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__checkbox-icon::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.45rem;
  top: 0.5rem;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 1px solid #003753;
  border-bottom: 1px solid #003753;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-icon::after {
    left: 0.5rem;
    top: 0.6rem;
    width: 1.4rem;
    height: 0.7rem;
  }
}

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

.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: #003753;
}
.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: #003753;
  margin: auto;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.c-form__selectbox {
  position: relative;
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-form__selectbox.__small {
  width: 19rem;
}
.c-form__selectbox .c-form__selectbox_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0 !important;
  width: 5rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_icon {
    width: 7rem;
    height: 5rem;
  }
}
.c-form__selectbox .c-form__selectbox_icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.2rem;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon/arrow_simple.svg") no-repeat center center/contain;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_icon::before {
    left: -0.2rem;
  }
}
.c-form__selectbox .c-form__selectbox_text {
  padding-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_text {
    padding-top: 2rem;
  }
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  background: transparent;
  border: none;
  background: #f7f7f7;
  border-radius: 0.4rem;
  width: 100%;
  line-height: 1.5;
  padding-left: 1.35rem;
  height: 5rem;
  /* 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 {
    height: 8rem;
    padding-left: 2.7rem;
  }
}
.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: #2f3134;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance,
.wpcf7-checkbox {
    gap: 1.8rem 4rem;
  }
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    gap: 0 1.8rem;
  }
}
.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;
  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.7rem;
  height: 1.7rem;
  display: inline-block;
  background: #f2f0ed;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .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 {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label::after {
  position: absolute;
}
.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 {
  content: "";
  position: absolute;
  display: block;
  left: 0.45rem;
  top: 0.5rem;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 1px solid #003753;
  border-bottom: 1px solid #003753;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .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 {
    left: 0.5rem;
    top: 1rem;
    width: 1.4rem;
    height: 0.7rem;
  }
}
.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 #003753;
}
@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: #003753;
}
.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: #003753;
  -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;
}

.wpcf7cf_group {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7cf_group {
    margin-top: 2rem;
  }
}

@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: #2f3134;
  }
  .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: #2f3134;
  }
}
@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: #003753;
  }
}
.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: #003753;
  }
}
.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 {
  position: relative;
}
.c-table.__scroll {
  overflow: scroll;
  padding: 0.3rem 0.3rem 0.3rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table.__scroll {
    padding: 0.7rem 0.7rem 0.7rem 0;
  }
}
.c-table.__scroll table,
.c-table.__scroll .c-table__inner {
  min-width: 50rem;
}
.c-table.__w100 table {
  width: 100%;
}
.c-table.__important .c-table__inner::before {
  content: "";
  display: block;
  width: calc(27% + 0.6rem);
  height: calc(100% + 0.6rem);
  z-index: 1;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  border: 0.3rem solid #003753;
  background: rgba(0, 55, 83, 0.08);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table.__important .c-table__inner::before {
    width: calc(28% + 1.4rem);
    height: calc(100% + 1.4rem);
    top: -0.7rem;
    right: -0.7rem;
    border: 0.7rem solid #003753;
  }
}
.c-table.__important .c-table__normal thead th,
.c-table.__important .c-table__normal thead td {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table.__important .c-table__normal thead th,
.c-table.__important .c-table__normal thead td {
    font-size: 2rem;
  }
}

.c-table__inner {
  position: relative;
}

.c-table__normal {
  border-collapse: collapse;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-table__normal {
    font-size: 1.1rem;
  }
}
.c-table__normal th,
.c-table__normal td {
  border: 1px solid #ccc;
  padding: 1rem 1.5rem;
  background: #fff;
  width: 27%;
  vertical-align: text-top;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th,
.c-table__normal td {
    padding: 4.2rem 5rem;
    width: 28%;
  }
}
.c-table__normal th:first-child,
.c-table__normal td:first-child {
  width: 19%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th:first-child,
.c-table__normal td:first-child {
    width: 16%;
  }
}
.c-table__normal th .icon,
.c-table__normal td .icon {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.2em;
  line-height: 1;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th .icon,
.c-table__normal td .icon {
    font-size: 4rem;
    margin-bottom: 0.4em;
  }
}
.c-table__normal th {
  background: #eceae7;
  text-align: center;
  font-weight: 400;
  padding: 1rem 0;
  vertical-align: middle;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th {
    padding: 0;
  }
}
.c-table__normal thead th,
.c-table__normal thead td {
  text-align: center;
  vertical-align: middle;
}
.c-table__normal.__thead_color thead td,
.c-table__normal.__thead_color thead th {
  background: #003753;
  color: #fff;
}
.c-table__normal.__center td,
.c-table__normal.__center th {
  vertical-align: middle;
  text-align: center;
}

.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;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .c-text__xs_center {
    text-align: center;
  }
}

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

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

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

.c-text__lineheight.__middle {
  line-height: 2.3;
}
.c-text__lineheight.__large {
  line-height: 2.9;
}

.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-text__slider {
  font-size: 8rem;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__slider {
    font-size: 20rem;
  }
}
.c-text__slider .swiper {
  overflow: visible;
}
.c-text__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.c-text__slider .swiper-slide {
  line-height: 0.7;
  letter-spacing: 0.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.7em;
  white-space: nowrap;
}
.c-text__slider.__white {
  color: #fff;
  opacity: 1;
}

.c-title__main {
  position: relative;
  font-weight: 400;
  margin-bottom: 7rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main {
    margin-bottom: 13rem;
    text-align: left;
  }
}
.c-title__main .en {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main .en {
    font-size: 1.8rem;
  }
}
.c-title__main .jp {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.24em;
  margin-top: 2.8rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main .jp {
    font-size: 5rem;
    margin-top: 5.7rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__short .jp {
    margin-top: 3.7rem;
  }
}
.c-title__main.__center {
  text-align: center;
}
.c-title__main.__mb_half {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__mb_half {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__mt_short_jp .jp {
    margin-top: 3rem;
  }
}

.c-title__center_line {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 0 0 4rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__center_line {
    margin: 0 0 4.8rem;
    font-size: 3rem;
    padding-bottom: 5rem;
  }
}
.c-title__center_line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 1rem;
  background: #2f3134;
  width: 4rem;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__center_line::before {
    width: 8rem;
  }
}
.c-title__center_line.__white {
  color: #fff;
}
.c-title__center_line.__white::before {
  background: #fff;
}

.c-title__left_line {
  position: relative;
  font-size: 1.5rem;
  padding-left: 4rem;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__left_line {
    font-size: 2.6rem;
    padding-left: 7.5rem;
    margin: 0 0 3.5rem;
  }
}
.c-title__left_line::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #2f3134;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__left_line::before {
    width: 5rem;
    top: 0.95em;
  }
}

.c-title__icon {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.c-title__icon span {
  display: inline-flex;
  gap: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon span {
    gap: 2.7rem;
  }
}
.c-title__icon svg {
  width: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon svg {
    width: 3rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-title__icon.__mb_xs {
    margin-bottom: 0;
  }
}

.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 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container {
    max-width: 180rem;
    padding: 0 10rem;
    margin: 0 auto;
  }
}
.l-container.__s {
  padding: 0 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container.__s {
    max-width: 120rem;
    padding: 0 15rem;
    margin: 0 auto;
  }
}
.l-container.__m {
  width: 100%;
  padding: 0 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__m {
    max-width: 154rem;
    padding: 0 12rem;
    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 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__l {
    max-width: 192rem;
    padding: 0 5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container.__l {
    margin: 0 auto;
  }
}

.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, 55, 83, 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: 9.35rem 0 12rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer {
    padding: 15rem 0 11rem;
  }
}

.l-footer__inner {
  padding-bottom: 4.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__inner {
    padding-bottom: 11.4rem;
    margin-bottom: 4rem;
  }
}

.l-footer__contents {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__contents {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
  }
}

.l-footer__detail {
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__detail {
    text-align: left;
    width: 50%;
  }
}

.l-footer__detail_logo {
  letter-spacing: 0.2em;
  line-height: 1;
  width: 22rem;
  font-size: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__detail_logo {
    width: 35rem;
    font-size: 2rem;
    margin: 0;
  }
}
.l-footer__detail_logo img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__detail_logo img {
    margin-bottom: 3rem;
  }
}

.l-footer__detail_text {
  margin-top: 3.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__detail_text {
    margin-top: 8rem;
  }
}

.l-footer__navi {
  padding: 6rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi {
    width: 35.6%;
    padding: 0 2.6% 0 0;
  }
}
@media screen and (min-width: 1701px) {
  .l-footer__navi {
    padding-right: 15.6%;
  }
}
.l-footer__navi .c-navi__list {
  margin-top: -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi .c-navi__list {
    gap: 2.5rem 0;
    justify-content: flex-start;
  }
}
.l-footer__navi .c-navi__list .c-navi__item {
  width: 50%;
  line-height: 1;
  padding-left: 4.25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi .c-navi__list .c-navi__item {
    width: 50%;
    padding-left: 0;
  }
}
.l-footer__navi .c-navi__list .c-navi__item a {
  display: block;
  padding: 0.5rem 0;
  line-height: 1;
}
.l-footer__navi .c-navi__list .c-navi__item a span {
  display: inline-block;
}

.l-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__bottom {
    justify-content: space-between;
    text-align: left;
  }
}

.l-footer__bottom_item {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__bottom_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5.5rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__sns {
    padding-left: 4rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-footer__link {
    margin: 3.5rem 0 5rem;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__copyright {
    font-size: 1.3rem;
  }
}

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

.l-form__table_item {
  border-bottom: 1px solid #ccc;
}
.l-form__table_item.__top dl {
  align-items: stretch;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item.__top dl dd {
    padding-top: 1.2rem;
  }
}
.l-form__table_item dl {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 1rem;
  }
}
.l-form__table_item dl dt {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dt {
    width: 33%;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1701px) {
  .l-form__table_item dl dt {
    width: 28.5%;
  }
}
.l-form__table_item dl dd {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dd {
    width: 65%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1701px) {
  .l-form__table_item dl dd {
    width: 69.2%;
  }
}
.l-form__table_item dl dd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-form__table_item dl dd a {
  color: #003753;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dd a:hover {
    opacity: 0.7;
  }
}
.l-form__table_item sup {
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #fff;
  position: absolute;
  top: 0.1em;
  right: 0;
  font-size: 1.2rem;
  background: #003753;
  line-height: 2rem;
  padding: 0 1.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item sup {
    top: 1.4em;
    font-size: 1.4rem;
    margin-right: 2rem;
    line-height: 3rem;
  }
}
.l-form__table_item sup.any {
  background: #666;
}

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

.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 #2f3134;
  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: #f2f0ed;
  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 #f2f0ed;
  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__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: #003753;
}
@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: "Noto Sans JP", 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 #f2f0ed;
  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;
}

.l-form__table_policy .l-form__table_policy_text {
  justify-content: flex-start;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_policy .l-form__table_policy_text {
    margin-top: 2.5rem;
  }
}

.l-form__btnwrap {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 9.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap .__submit {
    order: 2;
  }
}
.l-form__btnwrap .__back {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap .__back {
    order: 1;
    margin-top: 0;
  }
}

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

.header_navi_fixed .l-header {
  background: #fff;
}

body.home {
  /* .l-header {
    transform: translateY(-110%);
    transition: 0.8s g.$cubicBezier;
    &.is_active {
      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);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header {
    border-bottom: 1px solid #2f3134;
  }
}
.l-header__inner {
  width: 100%;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  height: 5.5rem;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__inner {
    height: 14rem;
    width: 100%;
    padding: 0 2rem 0 3.6rem;
  }
}

.l-header__menuIcon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 120;
  width: 4.5rem;
  height: 4.5rem;
  background: none;
  padding: 0;
  border: 1px solid #2f3134;
}
@media screen and (min-width: 1081px) and (orientation: landscape) {
  .l-header__menuIcon {
    right: 2%;
    display: none;
  }
}
.l-header__homeIcon {
  position: absolute;
  top: 0.5rem;
  right: 5.5rem;
  z-index: 120;
  width: 4.5rem;
  height: 4.5rem;
  background: none;
  padding: 0;
  border: 1px solid #2f3134;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 1081px) and (orientation: landscape) {
  .l-header__homeIcon {
    right: 2%;
    display: none;
  }
}
.l-header__homeIcon svg {
  width: 1.5rem;
}
.l-header__homeIcon .jp {
  display: block;
  line-height: 1;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.l-header__homeIcon.__recruit {
  right: 15.5rem;
}
.l-header__homeIcon.__recruit svg {
  width: 1.7rem;
}
.l-header__homeIcon.__blog {
  right: 10.5rem;
}
.l-header__homeIcon.__blog .jp {
  margin-top: 0.12rem;
}
.l-header__homeIcon.__blog svg {
  width: 1.7rem;
}

.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;
}
.l-header__menuIconClose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  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 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 100ms !important;
  margin-top: 0.65rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-text {
  color: #2f3134;
}

.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;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: calc(2rem - 5px) 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 1.5rem;
  height: 1.5px;
  background: #2f3134;
  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__menuIcon-icon .l-header__menuIcon-iconLine:first-child {
  margin-top: -1px;
}

.l-header__logo {
  position: absolute;
  left: 1.6rem;
  transition: 0.4s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__logo {
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.l-header__logo a {
  display: block;
  width: 12.25rem;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__logo a {
    width: 24.5rem;
  }
}
.l-header__logo a img {
  width: 100%;
}

.l-header__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contents {
    position: relative;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    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_info {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1rem;
  }
}
.l-header__navi_info .tel,
.l-header__navi_info .open {
  margin-right: 2rem;
}
.l-header__navi_info .tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
}
.l-header__navi_info .tel a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.l-header__navi_info .tel a svg {
  width: 1.6rem;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.l-header__navi_info .tel dt {
  font-size: 1.5rem;
}
@media screen and (min-width: 1701px) {
  .l-header__navi_info .tel dt {
    font-size: 1.6rem;
  }
}
.l-header__navi_info .tel dd {
  font-size: 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding-right: 2rem;
}
@media screen and (min-width: 1701px) {
  .l-header__navi_info .tel dd {
    font-size: 2.6rem;
  }
}
.l-header__navi_info .tel::after {
  content: "";
  display: block;
  height: 2.6rem;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-header__navi_info .open {
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 1701px) {
  .l-header__navi_info .open {
    font-size: 1.4rem;
  }
}
.l-header__navi_info .open span {
  display: block;
  line-height: 1;
  margin: 0.7rem 0;
}
.l-header__navi_info .open span a {
  line-height: 1;
}
.l-header__navi_info .open svg {
  width: 1.9rem;
  margin-right: 1rem;
  display: inline-block;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.l-header__navi_info .l-header__navi_info_btn {
  width: 6rem;
  height: 6rem;
}
.l-header__navi_info .l-header__navi_info_btn svg path {
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.l-header__navi_info .l-header__navi_info_btn .text {
  font-size: 1rem;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-top: -1em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_info .l-header__navi_info_btn:hover {
    background: #003753;
  }
  .l-header__navi_info .l-header__navi_info_btn:hover a {
    color: #fff;
  }
  .l-header__navi_info .l-header__navi_info_btn:hover.__home svg path {
    fill: #fff;
  }
  .l-header__navi_info .l-header__navi_info_btn:hover.__recruit svg path {
    stroke: #fff;
  }
  .l-header__navi_info .l-header__navi_info_btn:hover.__entry svg path {
    fill: #fff;
  }
}
.l-header__navi_info .l-header__navi_info_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #2f3134;
  width: 100%;
  height: 100%;
}
.l-header__navi_info .l-header__navi_info_btn.__home svg {
  width: 2.3rem;
}
.l-header__navi_info .l-header__navi_info_btn.__recruit svg {
  width: 2.5rem;
}
.l-header__navi_info .l-header__navi_info_btn.__entry svg {
  width: 2.7rem;
}
.l-header__navi_info .l-header__navi_info_btn + .l-header__navi_info_btn {
  margin-left: 1rem;
}

.l-header__navi_list {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list {
    display: flex;
    justify-content: space-between;
  }
}
.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: 1.5rem 3.5rem;
}
.l-header__navi_list .c-navi__item:last-child a {
  padding-right: 0;
}

.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::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__homeIcon {
  background: #fff;
}
.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: 100vh;
  background: #f2f0ed;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #2f3134 !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

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

.l-header__mainMenuContent-menu {
  margin-top: 12.9rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__mainMenuContent-menu {
    margin-top: 14.6rem;
  }
}
.l-header__mainMenuContent-menu .c-navi__list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem 2%;
}
.l-header__mainMenuContent-menu .c-navi__list a {
  display: block;
  padding: 1.8rem 0;
  line-height: 1;
  font-size: 1.5rem;
  border-bottom: 1px solid #2f3134;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item {
  display: block;
  width: 47.1%;
}

.l-header__cta {
  display: flex;
  justify-content: space-between;
  border: 1px solid #2f3134;
  margin: 6rem 0 3rem;
}

.l-header__ctaItem {
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 2.1rem 0 2.4rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.l-header__ctaItem .text {
  display: block;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
.l-header__ctaItem.__home img {
  width: 1.7rem;
}
.l-header__ctaItem.__reserve img {
  width: 2.25rem;
}
.l-header__ctaItem + .l-header__ctaItem {
  border-left: 1px solid #2f3134;
}

.l-header__link {
  margin-top: 2.25rem;
}

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.3rem;
}
@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.7rem;
  }
}
.l-page__single {
  padding: 4rem 0 7.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__single {
    padding: 12rem 0 15rem;
  }
}
.l-page__single .l-page__single_contents {
  background: #fff;
}
.l-page__single .l-page__single_container {
  max-width: 130rem;
  margin: 0 auto;
  padding: 4rem 2.75rem 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__single .l-page__single_container {
    padding: 11rem 10rem 9rem;
  }
}

.l-page__2column {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-page__2column.__xs2column {
    display: flex;
    justify-content: space-between;
  }
  .l-page__2column.__xs2column .l-page__2colum_sidebar {
    width: 20%;
  }
  .l-page__2column.__xs2column .l-page__2colum_main {
    width: 76%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_sidebar {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 3rem;
    width: 20%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_main {
    width: 70%;
  }
}
@media screen and (min-width: 1701px) {
  .l-page__2colum_main {
    width: 65.6%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_main.__archive {
    padding-top: 3rem;
  }
}

.l-pageheader {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader.__facility .l-pageheader__title_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader.__contact .l-pageheader__img {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader.__contact .l-pageheader__img .l-pageheader__contact {
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 5rem 2.75rem 3rem;
  }
}

.l-pageheader__inner {
  position: relative;
  padding: 4rem 0 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__inner {
    padding: 13rem 0 13rem;
  }
}
.__single .l-pageheader__inner {
  padding: 3rem 0 3.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .__single .l-pageheader__inner {
    padding: 11rem 0 11rem;
  }
}

.l-pageheader__title .en {
  display: block;
  line-height: 0.8;
  font-size: 5.7rem;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: rgba(47, 49, 52, 0.1);
  word-break: keep-all;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .en {
    font-size: 18rem;
  }
}
.l-pageheader__title .jp {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
  letter-spacing: 0.25em;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    margin-top: 2rem;
    font-size: 5rem;
  }
}
.__single .l-pageheader__title .jp {
  line-height: 1.88;
  letter-spacing: 0.14em;
  max-width: 108rem;
}
.l-pageheader__title .__indent {
  text-indent: -0.6em;
  display: inline-block;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__message {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}

.l-pageheader__text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__text {
    margin-top: 0;
    margin-right: -5rem;
    width: 24%;
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-pageheader__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: -8rem;
  }
}
.l-pageheader__text .md {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__text .md {
    display: block;
  }
}
@media screen and (min-width: 1701px) {
  .l-pageheader__text .md {
    display: none;
  }
}

.l-pageheader__breadcrumb {
  position: absolute;
  left: -2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  top: 75%;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader__breadcrumb {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb {
    top: 84%;
    left: -6vw;
  }
}
@media screen and (min-width: 1701px) {
  .l-pageheader__breadcrumb {
    top: 84%;
    left: -4.6vw;
  }
}
.l-pageheader__breadcrumb li {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li {
    gap: 2rem 0;
  }
}
.l-pageheader__breadcrumb li a {
  opacity: 0.4;
}
.l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
  line-height: 1.7;
  letter-spacing: 0.07rem;
  text-transform: capitalize;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@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-height: 15rem;
  }
}
.l-pageheader__breadcrumb li + li::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 3rem;
  background: #2f3134;
  margin-top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li + li::before {
    width: 1px;
    height: 6rem;
    margin-top: 1rem;
  }
}

.l-pageheader__img {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #f2f0ed;
  margin-top: -1rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img {
    margin-top: -5rem;
    padding-bottom: 13rem;
  }
}
.l-pageheader__img::before {
  content: "";
  display: block;
  height: 9rem;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img::before {
    height: 27rem;
  }
}
.l-pageheader__img .__large {
  position: relative;
  z-index: 1;
  width: 66.1%;
}
.l-pageheader__img .__small {
  position: relative;
  z-index: 1;
  width: 22.4%;
  margin-top: 12rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img .__small {
    margin-top: 38rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader__info {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__info {
    border-left: 1px solid #2f3134;
    width: 32%;
    padding-left: 8rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-pageheader__info {
    padding-left: 11.5rem;
  }
}

.l-pageheader__info_address {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__info_address {
    gap: 1rem;
  }
}
.l-pageheader__info_address .icon svg {
  width: 1.5rem;
}
.l-pageheader__info_address .icon svg path {
  stroke: #003753;
}
.l-pageheader__info_address .text a {
  text-decoration: underline;
}

.l-pageheader__info_text a {
  display: inline-block;
}

.l-pageheader__contact {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact {
    width: 32.8%;
    padding-top: 12rem;
  }
}

.l-pageheader__contact_title {
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact_title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

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

.l-pageheader__contact_btn {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact_btn {
    margin-top: 6rem;
  }
}

.l-pager {
  position: relative;
  padding: 5rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager {
    padding: 10rem 0 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  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.2rem;
}
@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 {
  display: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-weight: 200;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s;
  border: 1px solid transparent;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 7rem;
    height: 7rem;
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #2f3134;
  border-color: #2f3134;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  background: none;
  width: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-weight: 200;
  font-size: 0;
}
.l-pager .page_numbers .link_number .page-numbers.dots::before {
  content: "...";
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers.dots::before {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number a.page-numbers:hover {
    color: #2f3134;
    text-decoration: none;
    border-color: #2f3134;
  }
}
.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: 1px solid #2f3134;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    width: 7rem;
    height: 7rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 1.9rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
    width: 2.4rem;
  }
}
@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: #2f3134;
    text-decoration: underline;
  }
}
.l-pager .page_numbers .page-numbers.prev {
  /* &::before {
    content: "";
    display: block;
    background: url("../img/icon/arrow_bottom.svg") no-repeat center center / contain;
    transition: 0.2s;
    z-index: 2;
    transform: rotate(90deg);
    width: 40%;
    height: 100%;
  } */
}
.l-pager .page_numbers .page-numbers.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-pager .page_numbers .page-numbers.next {
  /* &::after {
    content: "";
    display: block;
    background: url("../img/icon/arrow_bottom.svg") no-repeat center center / contain;
    transition: 0.2s;
    z-index: 2;
    transform: rotate(-90deg);
    width: 40%;
    height: 100%;
  } */
}

.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: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar {
    margin-bottom: 0;
  }
}

.l-sidebar__widget {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__widget {
    margin-bottom: 9rem;
  }
}

.l-sidebar__widget_title {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 1.059em;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__widget_title {
    margin-bottom: 2.5rem;
  }
}

.l-sidebar__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__category {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.l-sidebar__category li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 1.3rem 1.6rem;
  line-height: 1;
  border-radius: 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__category li a {
    padding: 2.3rem 2.6rem;
  }
}
.l-sidebar__category li a span {
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__category li a:hover {
    background: #003753;
    color: #fff;
  }
}
.l-sidebar__category li.is_active a {
  background: #003753;
  color: #fff;
}

.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: #003753;
}
@media screen and (min-width: 641px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #003753;
  color: #fff;
}

.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 3.5rem 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #2f3134;
  line-height: 1.7;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    margin: 7rem 0;
    font-size: 4rem;
    padding-bottom: 3.6rem;
  }
}
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 3rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
    margin: 5rem 0;
    font-size: 3rem;
    padding-bottom: 2.4rem;
  }
}
.l-wysiwyg h3::before,
.l-wysiwyg h4::before,
.l-wysiwyg h5::before,
.l-wysiwyg h6::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 1rem;
  background: #2f3134;
  width: 3rem;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3::before,
.l-wysiwyg h4::before,
.l-wysiwyg h5::before,
.l-wysiwyg h6::before {
    width: 6rem;
  }
}
.l-wysiwyg p {
  margin: 2.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg p {
    margin: 5rem 0;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul,
.l-wysiwyg ol {
    padding: 0;
    margin: 6rem 0;
  }
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 2em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #5d5d6d;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 0.1em;
  margin-right: 0.7em;
  position: absolute;
  left: 0.8rem;
  top: 0.7em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul li::before {
    top: 0.9em;
  }
}
.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) ".";
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.059em;
}
.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: #003753;
  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 {
  position: relative;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #2f3134;
  border-bottom: 0.5px solid #2f3134;
  line-height: 1.6;
  gap: 1.2rem;
  /* 
  &::before {
    content: "";
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    right: -3.4rem;
    bottom: -0.4em;
    background: url("../img/icon/target_blank.svg") no-repeat center center / contain;
    transition: 0.3s;
    transform: rotate(45deg);
  }

  &[target="_blank"] {
    &:hover {
      @include g.mq(s) {
        color: g.$mainColor;
        border-color: g.$mainColor;

        &::before {
          background-image: url("../img/icon/target_blank.svg");
        }
      }
    }

    &::before {
      transform: rotate(0);
    }
  } */
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a {
    border-bottom: 1px solid #2f3134;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a:hover {
    color: #003753;
    border-color: #003753;
  }
}
.l-wysiwyg a.pdf::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../img/icon/pdf.svg") no-repeat center center/contain;
  transition: 0.3s;
  position: absolute;
  right: -3.8rem;
  top: 0.1em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a.pdf::after {
    width: 4.4rem;
    height: 2.7rem;
    right: -5.2rem;
  }
}
.l-wysiwyg figure {
  display: block;
  margin: 4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg figure {
    margin: 6.5rem 0;
  }
}
.l-wysiwyg img {
  background: #ddd;
  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;
}

.wp-block-table {
  overflow: scroll;
}
.wp-block-table table {
  border-collapse: collapse;
  min-width: 650px;
}
.wp-block-table table td,
.wp-block-table table th {
  border: none;
  border: 1px solid #ccc;
  padding: 1.5rem 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-table table td,
.wp-block-table table th {
    padding: 3rem 2.4rem;
  }
}
.wp-block-table table th {
  font-weight: 500;
  color: #fff;
  background: #003753;
}
.wp-block-image {
  margin: 8rem auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .wp-block-image {
    margin: 8rem auto !important;
  }
}
.wp-block-image img {
  margin: 0 auto;
}
.wp-block-image figcaption {
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-image figcaption {
    margin-top: 3rem;
  }
}

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

.bg_main {
  background: #f2f0ed url("../img/common/sp/bg_body.webp") no-repeat top right/100% auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .bg_main {
    background-image: url("../img/common/bg_body.webp");
  }
}
.bg_main.__color {
  background: #f2f0ed;
}

.p-sns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
.p-sns a {
  padding: 1rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns a:hover svg path,
.p-sns a:hover svg circle {
    fill: #003753;
  }
}
.p-sns li.__instagram svg {
  width: 1.65rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__instagram svg {
    width: 2.1rem;
  }
}
.p-sns li.__tictok svg {
  width: 1.65rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__tictok svg {
    width: 2.1rem;
  }
}
.p-sns li.__line svg {
  width: 1.95rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__line svg {
    width: 2.5rem;
  }
}

.p-link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 2.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-link {
    gap: 3.8rem;
  }
}
.p-link li {
  position: relative;
  line-height: 1.5;
}
.p-link li a {
  line-height: 1.5;
  opacity: 0.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-link li a:hover {
    opacity: 1;
    color: #003753;
  }
}
.p-link li + li {
  padding-left: 2.1rem;
  border-left: 0.5px solid rgba(47, 49, 52, 0.5);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-link li + li {
    padding-left: 3.8rem;
    border-left: 1px solid rgba(47, 49, 52, 0.5);
  }
}

.p-follow {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #2f3134;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-follow {
    width: 57rem;
    right: 2rem;
    bottom: 2rem;
    border: 1px solid #2f3134;
  }
}

.p-follow__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-follow__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  width: 100%;
}
.p-follow__link li {
  width: 50%;
}
.p-follow__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  gap: 1.3rem;
  letter-spacing: 0.01em;
}
.p-follow__link li a span {
  display: inline-block;
}
.p-follow__link li a.__facility {
  font-size: 0.941em;
}
.p-follow__link li a.__facility .__inner {
  margin-top: -0.5rem;
}
.p-follow__link li + li {
  border-left: 1px solid #2f3134;
}
.p-follow__link li svg {
  width: 1.1rem;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
}
.p-follow__link li b {
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2.6rem;
  text-align: center;
}

.p-follow__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
  width: 100%;
  flex-wrap: wrap;
}
.p-follow__btn .facility {
  width: 50%;
  border-right: 1px solid #2f3134;
}
.p-follow__btn .facility a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 4rem;
  gap: 0.4rem;
  line-height: 0.8;
  letter-spacing: 0.01em;
  font-size: 1rem;
}
.p-follow__btn .facility a svg {
  width: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-follow__btn .facility a svg {
    width: 1.6rem;
  }
}
.p-follow__btn .facility a b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  width: 100%;
  font-size: 1.3rem;
}
.p-follow__btn .tel {
  width: 50%;
}
.p-follow__btn .tel + .tel {
  border-left: 1px solid #2f3134;
}
.p-follow__btn .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  gap: 0.8rem;
  letter-spacing: 0.01em;
}
.p-follow__btn .tel a svg {
  width: 1.3rem;
}
.p-follow__btn .open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #2f3134;
  height: 3rem;
  padding: 0 1.8rem 0 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.p-follow__btn .open span {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.p-follow__btn .open svg {
  width: 1.25rem;
  margin-right: 0.45rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.p-follow__btn .open .line {
  height: 1em;
  background: #ccc;
  width: 1px;
  display: block;
}

.p-search__home {
  padding: 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-search__home {
    width: 100%;
  }
}
.p-search__home_wrap {
  padding-top: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_wrap {
    padding-top: 5.5rem;
  }
}

.p-search__home_inner {
  background: #f2f0ed;
  padding: 2.7rem 2rem 3rem;
  max-width: 136rem;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.35rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_inner {
    padding: 5.2rem 8rem;
    flex-wrap: nowrap;
    gap: 0;
  }
}

.p-search__home_item.__col1 {
  width: 48.3%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_item.__col1 {
    width: 16.7%;
  }
}
.p-search__home_item.__col2 {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_item.__col2 {
    width: 35.8%;
  }
}
.p-search__home_item.__col2 dd {
  display: flex;
  justify-content: space-between;
}
.p-search__home_item.__col2 dd label {
  width: 48.3%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_item.__col2 dd label {
    width: 46.3%;
  }
}
.p-search__home_item dt {
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_item dt {
    margin-bottom: 1.9rem;
  }
}

.p-search__home_submit,
.p-search__blog_submit {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_submit,
.p-search__blog_submit {
    width: 22.5%;
  }
}
.p-search__home_submit button,
.p-search__blog_submit button {
  background: #003753;
  border: 1px solid #003753;
  color: #fff;
  transition: 0.8s cubic-bezier(0, 0.39, 0.3, 1.03);
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_submit button,
.p-search__blog_submit button {
    height: 7rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__home_submit button:hover,
.p-search__blog_submit button:hover {
    background: transparent;
    color: #003753;
  }
}

.p-search__blog {
  padding: 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-search__blog {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog {
    margin-bottom: 11.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-search__blog {
    padding: 0 5rem;
    margin-bottom: 11.5rem;
  }
}

.p-search__blog_inner {
  background: #eceae7;
  padding: 3rem 2rem 3rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog_inner {
    padding: 4.5rem 10rem 5rem;
  }
}

.p-search__blog_item + .p-search__blog_item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog_item + .p-search__blog_item {
    margin-top: 4.5rem;
  }
}
.p-search__blog_item dd {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.35rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog_item dd {
    gap: 2rem 1.5%;
    justify-content: center;
  }
}
.p-search__blog_item dd label {
  width: 48.3%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog_item dd label {
    width: 23.8%;
  }
}

.p-search__blog_submit {
  margin: 2rem auto 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-search__blog_submit {
    margin: 4rem auto 0;
    width: 49.2%;
  }
}

.p-cta {
  padding: 3.5rem 0 8.7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta {
    padding: 15rem 0;
  }
}

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

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

.p-cta__item_contents {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  width: 85.9%;
  background: #fff;
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__item_contents {
    width: 92%;
    margin-top: -6rem;
    padding: 7rem 0 7rem 2rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-cta__item_contents {
    width: 76.1%;
    padding: 7rem 0 7rem 4rem;
  }
}
.p-cta__item_contents p {
  margin-top: 2rem;
}

.p-cta__item_title {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cta__item_title {
    font-size: 3rem;
    margin-bottom: 5.8rem;
  }
}

.p-archive__article {
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article a:hover .p-archive__article_category li {
    background: #003753;
    border-color: #003753;
    color: #fff;
  }
  .p-archive__article a:hover .p-archive__article_date,
.p-archive__article a:hover .p-archive__article_title {
    color: #003753;
  }
}
.p-archive__article.__padding {
  border-bottom: 1px solid #ccc;
}
.p-archive__article.__padding a {
  padding: 1.8rem 0 2.5rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article.__padding a {
    padding: 4.5rem 0.7rem;
  }
}

.p-archive__article_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article_header {
    gap: 2.6rem;
  }
}

.p-archive__article_date {
  font-size: 0.941em;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}

.p-archive__article_category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-archive__article_category li {
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 1rem 0.5rem;
  border-radius: 3rem;
  letter-spacing: 0;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article_category li {
    font-size: 1.4rem;
    padding: 0.8rem 1.1rem 0.9rem;
  }
}
.p-archive__article_category.__main_bg li {
  background: #f2f0ed;
}
.p-archive__article_category.__border li {
  background: none;
  border: 1px solid #003753;
  color: #003753;
}

.p-archive__article_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 1rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}

.p-archive__recommend {
  padding-top: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__recommend {
    padding-top: 13rem;
  }
}

.p-archive__card {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5rem 2.75%;
    padding: 0;
  }
}

.p-archive__card_pickup {
  position: absolute;
  top: -2.4rem;
  left: -1.5rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url("../img/icon/pickup.svg") no-repeat center center/contain;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card_pickup {
    top: -4.8rem;
    left: 0;
    width: 9.6rem;
    height: 9.6rem;
    transition: 0.2s;
  }
}

.p-archive__card_item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card_item {
    width: 31.5%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-archive__card_item + .p-archive__card_item {
    margin-top: 4rem;
  }
}
.p-archive__card_item a {
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card_item a:hover {
    color: #003753;
  }
  .p-archive__card_item a:hover .p-archive__article_category li {
    background: #003753;
    border-color: #003753;
    color: #fff;
  }
  .p-archive__card_item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-archive__card_img {
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card_img {
    margin-bottom: 2.5rem;
  }
}
.p-archive__card_img img {
  aspect-ratio: 80/53;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s cubic-bezier(0, 0.39, 0.3, 1.03);
}

.p-archive__card_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__card_title {
    margin-top: 1.7rem;
  }
}

.p-archive__infinite_scroll .l-pager {
  display: none;
}

.p-single__mainv {
  position: relative;
}
.p-single__mainv::before {
  content: "";
  display: block;
  background: #fff;
  width: 100vw;
  margin: 0 auto;
  height: 8rem;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__mainv::before {
    height: 22.5rem;
  }
}
.p-single__mainv img {
  position: relative;
  z-index: 1;
}

.p-single__navi {
  margin-top: 7rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__navi {
    padding-top: 5rem;
    margin-top: 12rem;
  }
}

.p-single__navi_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-single__navi_inner a {
  display: inline-flex;
  gap: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__navi_inner a {
    gap: 1.9rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-single__navi_inner a span {
    display: none;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__navi_inner a:hover {
    color: #003753;
  }
  .p-single__navi_inner a:hover svg path {
    fill: #003753;
  }
}

.p-single__nav_previous,
.p-single__nav_next {
  position: absolute;
}
.p-single__nav_previous svg,
.p-single__nav_next svg {
  width: 1.9rem;
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__nav_previous svg,
.p-single__nav_next svg {
    width: 2.4rem;
  }
}

.p-single__nav_previous {
  left: 0;
}
.p-single__nav_previous svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-single__nav_next {
  right: 0;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_item a:hover .p-location__home_img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.p-location__home_img {
  position: relative;
  overflow: hidden;
}
.p-location__home_img img {
  transition: 0.8s cubic-bezier(0, 0.39, 0.3, 1.03);
  aspect-ratio: 106/77;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location__home_tag {
  position: absolute;
  right: 0.55rem;
  top: 0.5rem;
  width: 9rem;
  height: 9rem;
  background: #d9673f;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 100;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_tag {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-location__home_tag {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_tag {
    width: 10rem;
    height: 10rem;
    right: 1.1rem;
    top: 1rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-location__home_tag {
    width: 13rem;
    height: 13rem;
  }
}
.p-location__home_tag span {
  line-height: 1.5;
  font-weight: 500;
}

.p-location__home_title {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  margin: 2rem 0 1.8rem;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 641px) {
  .p-location__home_title {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_title {
    margin: 4rem 0 3rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1081px) and (orientation: landscape) {
  .p-location__home_title {
    letter-spacing: 0.2em;
  }
}

.p-location__home_area {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_area {
    gap: 0.8rem;
  }
}

.p-location__home_area_icon {
  width: 1.2rem;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-location__home_area_icon {
    width: 2rem;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
}
.p-location__home_area_icon svg path,
.p-location__home_area_icon svg circle {
  stroke: #003753;
}

.p-location__home_area_text .area a {
  display: block;
  line-height: 1.2;
  text-decoration: underline;
}
.p-location__home_area_text .access {
  display: block;
  line-height: 1.2;
  margin-top: 1rem;
}

.p-pagenavi {
  padding: 7rem 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi {
    padding: 10.5rem 0;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-pagenavi .l-container {
    padding: 0 !important;
  }
}

.p-pagenavi__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 2%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__list {
    gap: 3rem 1.4%;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__list.__facility {
    gap: 3rem 1.6%;
    justify-content: flex-start;
    max-width: 190rem;
    padding: 0 10rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__list.__facility .p-pagenavi__btn {
    width: 23.8%;
  }
}
.p-pagenavi__list.__page {
  background: #fff;
  padding: 1.4rem 5.4% 2.4rem;
  border: 1px solid #2f3134;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__list.__page {
    padding: 4.4rem 5.4%;
    gap: 1rem 2.5%;
  }
}

.p-pagenavi__btn {
  width: 49%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn {
    width: 21.1%;
  }
}
.p-pagenavi__btn a {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  gap: 0.5rem 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-pagenavi__btn a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn a {
    padding: 2.4rem;
    gap: 1rem 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn a:hover .icon {
    border-color: #003753;
    background: #003753;
  }
  .p-pagenavi__btn a:hover .icon svg path {
    stroke: #fff;
  }
}
.p-pagenavi__btn span {
  display: block;
}
.p-pagenavi__btn .img {
  width: 100%;
  padding-left: 0.3rem;
}
.p-pagenavi__btn .img img {
  height: 3rem;
  width: auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn .img img {
    height: 3.5rem;
  }
}
.p-pagenavi__btn .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn .text {
    width: calc(100% - 4.5rem);
  }
}
.p-pagenavi__btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-pagenavi__btn .icon svg {
  width: 1rem;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn .icon svg {
    width: 1.9rem;
  }
}
.p-pagenavi__btn .icon svg path {
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn.__simple {
    width: 23.1%;
  }
}
.p-pagenavi__btn.__simple a {
  padding: 1.5rem 0.5rem 1.5rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-pagenavi__btn.__simple a {
    padding: 2rem 1rem 3rem;
    font-size: 2.2rem;
  }
}
.p-pagenavi__btn.__simple a .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-impoortant__item + .p-impoortant__item {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-impoortant__item + .p-impoortant__item {
    margin-top: 8rem;
  }
}