@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: #184453;
  line-height: 2;
  position: relative;
  background: #F5F5F5;
  -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: 0;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

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

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 1.4rem;
}
@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 Sans JP", serif;
  font-weight: 400;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.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.08, 0.55, 0.47, 0.93);
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a,
a::before,
a::after {
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
  color: #184453;
}

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: #184453;
  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);
}

@-webkit-keyframes contentsRightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  50.02% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes contentsRightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  50.02% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes contentsTopToBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50.02% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes contentsTopToBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50.02% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

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

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

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

.c-btn__main,
.c-btn__pagenavi,
.wp-block-button {
  position: relative;
}
.c-btn__main p,
.c-btn__pagenavi p,
.wp-block-button p {
  height: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main p,
.c-btn__pagenavi p,
.wp-block-button p {
    width: calc(100% - 8rem);
    margin: 0 -4rem;
  }
}
.c-btn__main input[type=submit],
.c-btn__main input[type=button],
.c-btn__pagenavi input[type=submit],
.c-btn__pagenavi 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,
.c-btn__pagenavi input[type=submit]:focus,
.c-btn__pagenavi 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,
.c-btn__pagenavi input[type=submit]::-ms-expand,
.c-btn__pagenavi 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,
.c-btn__pagenavi a,
.c-btn__pagenavi button,
.c-btn__pagenavi .c-btn__item,
.c-btn__pagenavi .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: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #184453;
  color: #fff;
  height: 5rem;
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
  min-width: 20rem;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  padding: 0 2rem;
}
@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,
.c-btn__pagenavi a,
.c-btn__pagenavi button,
.c-btn__pagenavi .c-btn__item,
.c-btn__pagenavi .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: 4.5rem;
    padding: 0 2rem;
    min-width: 15rem;
    font-size: 1.2rem;
  }
}
.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,
.c-btn__pagenavi a .arrow,
.c-btn__pagenavi button .arrow,
.c-btn__pagenavi .c-btn__item .arrow,
.c-btn__pagenavi .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 {
  overflow: hidden;
}
.c-btn__main a .arrow .icon,
.c-btn__main button .arrow .icon,
.c-btn__main .c-btn__item .arrow .icon,
.c-btn__main .wp-block-button__link .arrow .icon,
.c-btn__pagenavi a .arrow .icon,
.c-btn__pagenavi button .arrow .icon,
.c-btn__pagenavi .c-btn__item .arrow .icon,
.c-btn__pagenavi .wp-block-button__link .arrow .icon,
.wp-block-button a .arrow .icon,
.wp-block-button button .arrow .icon,
.wp-block-button .c-btn__item .arrow .icon,
.wp-block-button .wp-block-button__link .arrow .icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__main a .arrow svg,
.c-btn__main button .arrow svg,
.c-btn__main .c-btn__item .arrow svg,
.c-btn__main .wp-block-button__link .arrow svg,
.c-btn__pagenavi a .arrow svg,
.c-btn__pagenavi button .arrow svg,
.c-btn__pagenavi .c-btn__item .arrow svg,
.c-btn__pagenavi .wp-block-button__link .arrow svg,
.wp-block-button a .arrow svg,
.wp-block-button button .arrow svg,
.wp-block-button .c-btn__item .arrow svg,
.wp-block-button .wp-block-button__link .arrow svg {
  width: 1.07rem;
}
.c-btn__main a .arrow svg *,
.c-btn__main button .arrow svg *,
.c-btn__main .c-btn__item .arrow svg *,
.c-btn__main .wp-block-button__link .arrow svg *,
.c-btn__pagenavi a .arrow svg *,
.c-btn__pagenavi button .arrow svg *,
.c-btn__pagenavi .c-btn__item .arrow svg *,
.c-btn__pagenavi .wp-block-button__link .arrow svg *,
.wp-block-button a .arrow svg *,
.wp-block-button button .arrow svg *,
.wp-block-button .c-btn__item .arrow svg *,
.wp-block-button .wp-block-button__link .arrow svg * {
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
.c-btn__main a.archive svg,
.c-btn__main button.archive svg,
.c-btn__main .c-btn__item.archive svg,
.c-btn__main .wp-block-button__link.archive svg,
.c-btn__pagenavi a.archive svg,
.c-btn__pagenavi button.archive svg,
.c-btn__pagenavi .c-btn__item.archive svg,
.c-btn__pagenavi .wp-block-button__link.archive svg,
.wp-block-button a.archive svg,
.wp-block-button button.archive svg,
.wp-block-button .c-btn__item.archive svg,
.wp-block-button .wp-block-button__link.archive svg {
  width: 1.6rem;
}
.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,
.c-btn__pagenavi a.pdf::after,
.c-btn__pagenavi button.pdf::after,
.c-btn__pagenavi .c-btn__item.pdf::after,
.c-btn__pagenavi .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;
}
@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,
.c-btn__pagenavi a:hover,
.c-btn__pagenavi button:hover,
.c-btn__pagenavi .c-btn__item:hover,
.c-btn__pagenavi .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 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .c-btn__main a:hover .arrow .icon,
.c-btn__main button:hover .arrow .icon,
.c-btn__main .c-btn__item:hover .arrow .icon,
.c-btn__main .wp-block-button__link:hover .arrow .icon,
.c-btn__pagenavi a:hover .arrow .icon,
.c-btn__pagenavi button:hover .arrow .icon,
.c-btn__pagenavi .c-btn__item:hover .arrow .icon,
.c-btn__pagenavi .wp-block-button__link:hover .arrow .icon,
.wp-block-button a:hover .arrow .icon,
.wp-block-button button:hover .arrow .icon,
.wp-block-button .c-btn__item:hover .arrow .icon,
.wp-block-button .wp-block-button__link:hover .arrow .icon {
    -webkit-animation: 0.5s contentsRightToLeft ease both;
            animation: 0.5s contentsRightToLeft ease both;
  }
}
.c-btn__main.__back a .arrow,
.c-btn__main.__back button .arrow,
.c-btn__main.__back .c-btn__item .arrow,
.c-btn__pagenavi.__back a .arrow,
.c-btn__pagenavi.__back button .arrow,
.c-btn__pagenavi.__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,
.c-btn__pagenavi.__back a .arrow,
.c-btn__pagenavi.__back button .arrow,
.c-btn__pagenavi.__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,
.c-btn__pagenavi.__mt,
.wp-block-button.__mt {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt,
.c-btn__pagenavi.__mt,
.wp-block-button.__mt {
    margin-top: 5.6rem;
  }
}
.c-btn__main.__mt_large,
.c-btn__pagenavi.__mt_large,
.wp-block-button.__mt_large {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt_large,
.c-btn__pagenavi.__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,
.c-btn__pagenavi.__pc_center a,
.c-btn__pagenavi.__pc_center button,
.c-btn__pagenavi.__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,
.c-btn__pagenavi.__center a,
.c-btn__pagenavi.__center button,
.c-btn__pagenavi.__center .c-btn__item,
.wp-block-button.__center a,
.wp-block-button.__center button,
.wp-block-button.__center .c-btn__item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__pc_right a,
.c-btn__main.__pc_right button,
.c-btn__main.__pc_right .c-btn__item,
.c-btn__pagenavi.__pc_right a,
.c-btn__pagenavi.__pc_right button,
.c-btn__pagenavi.__pc_right .c-btn__item,
.wp-block-button.__pc_right a,
.wp-block-button.__pc_right button,
.wp-block-button.__pc_right .c-btn__item {
    margin: 0 0 0 auto;
  }
}
.c-btn__main.__right a,
.c-btn__main.__right button,
.c-btn__main.__right .c-btn__item,
.c-btn__pagenavi.__right a,
.c-btn__pagenavi.__right button,
.c-btn__pagenavi.__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;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-btn__main.__xs_flex_start a,
.c-btn__main.__xs_flex_start button,
.c-btn__main.__xs_flex_start .c-btn__item,
.c-btn__pagenavi.__xs_flex_start a,
.c-btn__pagenavi.__xs_flex_start button,
.c-btn__pagenavi.__xs_flex_start .c-btn__item,
.wp-block-button.__xs_flex_start a,
.wp-block-button.__xs_flex_start button,
.wp-block-button.__xs_flex_start .c-btn__item {
    justify-content: flex-start;
    gap: 2rem;
  }
}
.c-btn__main.__mt,
.c-btn__pagenavi.__mt,
.wp-block-button.__mt {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt,
.c-btn__pagenavi.__mt,
.wp-block-button.__mt {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main_hover:hover .c-btn__main .c-btn__item {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .c-btn__main_hover:hover .c-btn__main .c-btn__item .arrow .icon {
    -webkit-animation: 0.5s contentsRightToLeft ease both;
            animation: 0.5s contentsRightToLeft ease both;
  }
}

.c-btn__pagenaviwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 0.66665%;
  margin-bottom: 8rem;
}
.c-btn__pagenaviwrap .c-btn__pagenavi {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__pagenaviwrap .c-btn__pagenavi {
    width: 32%;
  }
}

.c-btn__pagenavi a,
.c-btn__pagenavi button,
.c-btn__pagenavi .c-btn__item,
.c-btn__pagenavi .wp-block-button__link {
  background: #f1f1f1;
  border-radius: 0.5rem;
  padding: 1.4rem 2rem;
  color: #184453;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  height: auto;
  box-shadow: none;
}
.c-btn__pagenavi a .arrow,
.c-btn__pagenavi button .arrow,
.c-btn__pagenavi .c-btn__item .arrow,
.c-btn__pagenavi .wp-block-button__link .arrow {
  background: #fff;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  right: 1.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__pagenavi a:hover,
.c-btn__pagenavi button:hover,
.c-btn__pagenavi .c-btn__item:hover,
.c-btn__pagenavi .wp-block-button__link:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .c-btn__pagenavi a:hover .arrow .icon,
.c-btn__pagenavi button:hover .arrow .icon,
.c-btn__pagenavi .c-btn__item:hover .arrow .icon,
.c-btn__pagenavi .wp-block-button__link:hover .arrow .icon {
    -webkit-animation: 0.5s contentsRightToLeft ease both;
            animation: 0.5s contentsRightToLeft ease both;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__text a:hover .c-btn__text_copy {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
  .c-btn__text a:hover .c-btn__text_origin {
    -webkit-transform: translateY(150%) rotateX(-180deg);
            transform: translateY(150%) rotateX(-180deg);
  }
}
.c-btn__text .c-btn__text_inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
  transition: transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
  transition: transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s, -webkit-transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
}
.c-btn__text .c-btn__text_copy,
.c-btn__text .c-btn__text_origin {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
  align-items: center;
  transition: -webkit-transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
  transition: transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
  transition: transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s, -webkit-transform cubic-bezier(0.08, 0.55, 0.47, 0.93) 0.7s;
  white-space: nowrap;
}
.c-btn__text .c-btn__text_copy {
  position: absolute;
  -webkit-transform: translateY(-150%) rotateX(-180deg);
          transform: translateY(-150%) rotateX(-180deg);
}
.c-btn__text .c-btn__text_origin {
  position: relative;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
}

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

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

.c-color__sub {
  color: rgba(24, 68, 83, 0.5) !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(24, 68, 83, 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(24, 68, 83, 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 #184453;
  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: #afbabe;
  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: #afbabe;
  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: #F5F5F5;
  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: 20rem;
  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: 2rem;
  margin: auto 0 !important;
  width: 1.1rem;
  height: 1.1rem;
  z-index: 1;
}
.c-form__selectbox .c-form__selectbox_icon::before, .c-form__selectbox .c-form__selectbox_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #184453;
}
.c-form__selectbox .c-form__selectbox_icon::before {
  width: 100%;
  height: 1px;
}
.c-form__selectbox .c-form__selectbox_icon::after {
  width: 1px;
  height: 100%;
}
.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;
  background: transparent;
  border: none;
  background: #E6E6E6;
  border-radius: 0.5rem;
  width: 100%;
  line-height: 1.5;
  padding-left: 2rem;
  height: 4.5rem;
  font-weight: 500;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
.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: #184453;
}

.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: #F5F5F5;
  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: #184453;
  }
  .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: #184453;
  }
}
@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;
  @include g.mq(s) {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0;
  }
  @include g.mq(xl) {
    padding: 0;
  }
}

.c-navi__item {
  position: relative;
  @include g.mq(s) {
  }
  @include g.mq(sm) {
  }
  a {
    &:hover {
      @include g.mq(s) {
      }
    }
    &.is_active {
      @include g.mq(s) {
        color: g.$mainColor;
      }
    }
  }

  &:first-child {
    margin-left: 0;
  }
  &:last-child {
    margin-right: 0;
  }

  &:hover {
    @include g.mq(s) {
      .c-navi__list_child {
        opacity: 1;
        z-index: 1;
      }
      .c-navi__icon_plus {
        &::before,
        &::after {
          background: g.$mainColor;
        }
      }
    }
  }

  &.__contact_xs {
    display: block;
    @include g.mq(sm) {
      display: none;
    }
  }
  &.__contact_pc {
    display: none;
    @include g.mq(sm) {
      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: "Montserrat", "Noto Sans 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: #EDEDED;
  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.2rem;
}
.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;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__slider {
    font-size: 15rem;
  }
}
.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.05em;
  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;
}

body.__en .c-title__main .jp {
  display: none;
}

.c-title__main {
  position: relative;
  margin-bottom: 4rem;
}
.c-title__main .en {
  display: block;
  font-size: 4.2rem;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main .en {
    font-size: 7rem;
  }
}
.c-title__main .jp {
  display: block;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-top: 1em;
  padding-left: 2rem;
  background: url("../img/icon/title.svg") no-repeat center left/1rem auto;
}
.c-title__main.__white {
  color: #fff;
}
.c-title__main.__small .en {
  font-size: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__small .en {
    font-size: 5rem;
  }
}
.c-title__main.__xs_small .en {
  font-size: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main.__xs_small .en {
    font-size: 5rem;
  }
}
.c-title__main.__icon_none .jp {
  padding: 0;
  background: none;
}
.c-title__main.__center {
  text-align: center;
}

body.__en .c-title__main::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: -1.1rem;
  width: 1rem;
  height: 0.6rem;
  background: url("../img/icon/title.svg") no-repeat center left/1rem auto;
}

.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: 10;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container {
    max-width: 144rem;
    padding: 0 4rem;
    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: 5.7rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-contentwrap {
    padding: 10rem 0 8rem;
  }
}
.l-contentwrap.__round_top {
  padding: 8rem 0 8rem;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-contentwrap.__round_top {
    padding: 14rem 0 8rem;
    border-radius: 8rem 8rem 0 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-contentwrap.__pb {
    padding-bottom: 14rem;
  }
}

.l-footer__wrap {
  position: relative;
}

.l-footer {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer {
    padding: 6rem 0 15.3rem;
  }
}

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

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

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

.l-footer__detail_text {
  margin-top: 2.1rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__detail_text {
    margin-top: 3.5rem;
  }
}

.l-footer__navi {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi {
    width: 49.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__navi .l-footer__navi_item {
    width: 47.6%;
  }
}
.l-footer__bottom {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #F5F5F5;
  height: 150vw;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__bottom {
    height: 70rem;
  }
}
.l-footer__bottom .p-symbol {
  -webkit-transform: translateY(-5vh);
          transform: translateY(-5vh);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__bottom .p-symbol {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.l-footer__bottom_bg svg {
  width: calc(100% - 2rem);
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__bottom_bg svg {
    width: 100%;
  }
}

.l-footer__bottom_slider {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
}

.l-footer__copyright {
  position: absolute;
  bottom: 1.8rem;
  right: 2rem;
  font-weight: 400;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__copyright {
    right: 4.4rem;
    font-size: 1.2rem;
  }
}

.l-footer__pagetop {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  z-index: 10;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer__pagetop {
    right: 4rem;
    bottom: 3rem;
  }
}
.l-footer__pagetop a {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  display: inline-flex;
  gap: 1rem;
}
.l-footer__pagetop a .text {
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.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: rgba(24, 68, 83, 0.5);
}

.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 #184453;
  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: #afbabe;
  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;
  }
}

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: 1.1rem;
  z-index: 120;
  transition: 0.8s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header {
    top: 2rem;
  }
}
.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 {
    width: 100%;
    padding: 0 4.3rem 0 3.7rem;
  }
}

.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 #184453;
}
@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 #184453;
  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: 992px) 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: #184453;
}

.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: #184453;
  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;
  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: 15.7rem;
}
@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.08, 0.55, 0.47, 0.93);
}
.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 #184453;
  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: block;
  }
}
.l-header__navi_list .c-navi {
  border: 1px solid #FFF;
  border-radius: 0.5rem 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.l-header__navi_list .c-navi__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.7rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  /* &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    filter: blur(1.5rem);
    position: absolute;
    left: 0;
    top: 0;

  } */
}
.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.3rem 1rem;
}
.l-header__navi_list .c-navi__item a span {
  line-height: 1.5;
}
.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 #f1f1f1;
  padding-left: 1.6rem;
}
.l-header__langage li a {
  color: #f1f1f1;
  line-height: 1.2;
}
.l-header__langage li a::before {
  background: #f1f1f1;
}
.l-header__langage li span {
  color: #fff;
}

.c-navi__lang {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #fff;
  padding: 0.7rem 1rem;
  gap: 0.8rem;
  transition: 0.5s;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-navi__lang {
    padding: 0 2rem;
  }
}

.c-navi__lang_item a {
  opacity: 0.5;
  display: inline-flex;
  align-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: 0.5s;
}
.c-navi__lang_item a.is_active {
  color: #109cc3;
  opacity: 1;
}
.c-navi__lang_item + .c-navi__lang_item::before {
  content: "/";
  color: rgba(0, 0, 0, 0.1);
}

.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: -1rem;
  width: 100%;
  height: 100vh;
  background: #F5F5F5;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #184453 !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; */
}
.l-header__navi {
  background: #fff;
  margin: 1rem;
  padding: 6.7rem 2rem 2rem;
  border-radius: 0.5rem;
}
.l-header__navi .p-navi__item.__sitemap .c-navi__list {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 1.6rem 0;
}
.l-header__navi .p-navi__item.__sitemap .c-navi__list .c-navi_item {
  font-size: 2.2rem;
  width: 100%;
}
.l-header__navi .p-navi__item.__sitemap .c-navi__list .c-navi_item a {
  display: block;
}

.l-header__cta {
  display: flex;
  justify-content: space-between;
  border: 1px solid #184453;
  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 #184453;
}

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

.l-header__sp_menu {
  position: absolute;
  right: 2rem;
  top: 1rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  font-size: 1.2rem;
  transition: 0.5s;
}

.l-header__sp_menu_icon {
  padding: 0.9rem;
  cursor: pointer;
  transition: 0.5s;
}
.l-header__sp_menu_icon.__close {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
body.no_scroll .c-navi__lang {
  background: #EDEDED;
}
body.no_scroll .l-header__sp_menu {
  background: rgba(237, 237, 237, 0.5);
  border-color: #EDEDED;
}
body.no_scroll .l-header__sp_menu_icon.__open {
  opacity: 0;
  pointer-events: visible;
  z-index: 1;
}
body.no_scroll .l-header__sp_menu_icon.__open span {
  opacity: 0;
}
body.no_scroll .l-header__sp_menu_icon.__close {
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page {
    padding: 0 0;
    font-size: 1.4rem;
  }
}
.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_container {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__single .l-page__single_container {
    padding: 0 27.5rem 0;
  }
}

.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: 74.6%;
  }
}

@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: 74.6%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_main.__archive {
    padding-top: 3rem;
  }
}

body.__en .l-pageheader__title .jp {
  display: none;
}
body.__en .l-pageheader.__single .l-pageheader__title .jp {
  display: block;
}

.l-pageheader {
  position: relative;
  background: url("../img/common/sp/bg_pageheader.svg") no-repeat top center/100% auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader {
    background-image: url("../img/common/bg_pageheader.svg");
  }
}
.l-pageheader.__single {
  background: none;
}

.l-pageheader__inner {
  position: relative;
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__inner {
    padding: 28rem 0 6rem;
  }
}
.__single .l-pageheader__inner {
  padding: 8rem 0 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .__single .l-pageheader__inner {
    padding: 16rem 0 4rem;
  }
}

.l-pageheader__title .en {
  display: block;
  line-height: 0.8;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #184453;
  word-break: keep-all;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .en {
    font-size: 8.2rem;
  }
}
.l-pageheader__title .jp {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .__single .l-pageheader__title {
    margin-top: 1.5rem;
  }
}
.__single .l-pageheader__title .jp {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .__single .l-pageheader__title .jp {
    font-size: 3.6rem;
  }
}
.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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}
@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 {
    margin-top: 7rem;
  }
}
.l-pageheader__breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li {
    gap: 2rem;
  }
}
.l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
  line-height: 1.7;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15rem;
  }
}
.l-pageheader__breadcrumb li span {
  opacity: 0.4;
}
.l-pageheader__breadcrumb li + li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: rgba(24, 68, 83, 0.15);
  margin-top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li + li::before {
    width: 2rem;
    height: 1px;
  }
}

.l-pageheader__img {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  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 #184453;
    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;
  margin-bottom: 0.3em;
}
@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;
  line-height: 1.4;
  display: inline-block;
}

.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: 7rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager {
    padding: 8rem 0 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers {
    height: 5.2rem;
  }
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number {
    margin: 0 1rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  pointer-events: none;
}
.l-pager .page_numbers .link_number.disable svg line,
.l-pager .page_numbers .link_number.disable svg path {
  stroke: rgba(24, 68, 83, 0.3);
}
.l-pager .page_numbers .link_number .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  line-height: 1.05;
  width: 3.6rem;
  height: 3.6rem;
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #F88836;
  text-decoration: underline;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  background: none;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  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: #F88836;
    text-decoration: underline;
  }
}
.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.6rem;
  height: 3.6rem;
  background: #fff;
  border: 1px solid rgba(24, 68, 83, 0.3);
  font-size: 0;
}
@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.07rem;
  transition: 0.3s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
@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 {
    background: #F88836;
    border-color: #F88836;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg path,
.l-pager .page_numbers .page-numbers.prev:hover svg line, .l-pager .page_numbers .page-numbers.next:hover svg path,
.l-pager .page_numbers .page-numbers.next:hover svg line {
    stroke: #fff;
    fill: none;
  }
}
.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: "Montserrat", sans-serif;
  font-weight: 500;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__widget_title {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.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: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  margin: 6rem 0 3rem;
  font-size: 2rem;
  border-left: 0.66rem solid #8FDDE7;
  line-height: 1.3;
  padding-left: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 3rem;
    padding-left: 2.6rem;
  }
}
.l-wysiwyg h3 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.8rem;
  margin: 6rem 0 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid rgba(24, 68, 83, 0.1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.l-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  border-radius: 1rem;
  background: #8FDDE7;
  width: 3rem;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3::before {
    width: 4rem;
  }
}
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  margin: 6rem 0 3rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
    font-size: 2rem;
  }
}
.l-wysiwyg p {
  margin: 2.5rem 0;
  line-height: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg p {
    margin: 3rem 0;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 3rem 0;
}
.l-wysiwyg ul li + li,
.l-wysiwyg ol li + li {
  margin-top: 1rem;
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #8FDDE7;
  border-radius: 100%;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.1em;
  margin-right: 0.9rem;
  position: absolute;
  left: 0.1rem;
  top: 0.6em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul li::before {
    top: 0.6em;
  }
}
.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: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.059em;
  color: #8FDDE7;
  font-weight: 400;
}
.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: #184453;
  border-bottom: 0.5px solid #184453;
  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 #184453;
  }
}
@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 {
  border: 1px solid rgba(24, 68, 83, 0.1);
  border-radius: 0.5rem;
  overflow: scroll;
}
.wp-block-table table {
  border-collapse: collapse;
  min-width: 650px;
}
.wp-block-table table thead {
  border-bottom: none;
}
.wp-block-table table tr:last-child td,
.wp-block-table table tr:last-child th {
  border-bottom: none;
}
.wp-block-table table td,
.wp-block-table table th {
  border: none;
  border-bottom: 1px solid rgba(24, 68, 83, 0.1);
  border-right: 1px solid rgba(24, 68, 83, 0.1);
  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: 1.6rem;
  }
}
.wp-block-table table td:last-child,
.wp-block-table table th:last-child {
  border-right: none;
}
.wp-block-table table th {
  font-weight: 400;
  background: rgba(24, 68, 83, 0.1);
  border-radius: 0;
  overflow: hidden;
}
.wp-block-table table th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.wp-block-table table th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.wp-block-image {
  margin: 8rem auto 6rem !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 6rem !important;
  }
}
.wp-block-image img {
  margin: 0 auto;
  border-radius: 0.5rem;
}
.wp-block-image figcaption {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 2rem;
}

.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: #afbabe;
}
.bg_main.__color {
  background: #F5F5F5;
}
.bg_main.__font_white {
  color: #fff;
}

.bg_img {
  background: url("../img/common/bg_img.webp") repeat center center/auto;
}
.bg_img.__navy {
  background-image: url("../img/common/bg_img_navy.webp");
}

.bg_glay {
  position: relative;
  background: #E6E6E6;
}
.bg_glay.__round_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background: #E6E6E6;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}

.bg_white {
  background: #fff;
}

.p-line {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: url("../img/common/sp/line.svg") no-repeat top center/1px auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-line {
    background: url("../img/common/line.svg") no-repeat top center/calc(100% - 6rem) auto;
  }
}

.p-line__zindex {
  position: relative;
  z-index: 10 !important;
}

.p-line__front {
  z-index: 20 !important;
}
.p-line__front.__relative {
  position: relative;
}

.p-scroll {
  background: rgba(24, 68, 83, 0.05);
  border-radius: 1rem;
  width: 0.7rem;
  height: 9.4rem;
  position: relative;
}
.p-scroll.__white {
  background: #fff;
}
.p-scroll svg {
  position: absolute;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.7rem;
  height: 2.1rem;
  opacity: 0;
  -webkit-animation: scrollIcon 4s linear infinite;
          animation: scrollIcon 4s linear infinite;
}

@-webkit-keyframes scrollIcon {
  0% {
    top: 0.2rem;
    opacity: 0;
  }
  5% {
    top: 0.2rem;
    opacity: 1;
  }
  95% {
    opacity: 1;
    top: calc(100% - 0.2rem - 2.1rem);
  }
  100% {
    opacity: 0;
    top: calc(100% - 0.2rem - 2.1rem);
  }
}

@keyframes scrollIcon {
  0% {
    top: 0.2rem;
    opacity: 0;
  }
  5% {
    top: 0.2rem;
    opacity: 1;
  }
  95% {
    opacity: 1;
    top: calc(100% - 0.2rem - 2.1rem);
  }
  100% {
    opacity: 0;
    top: calc(100% - 0.2rem - 2.1rem);
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-navi__item + .p-navi__item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-navi__item.__header .c-navi__list {
    justify-content: center;
    gap: 1.6rem 0;
    padding-bottom: 4rem;
    border-bottoom: 1px solid rgba(24, 68, 83, 0.5);
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-navi__item.__header .c-navi__list .c-navi__item {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-navi__item.__sitemap .c-navi__item:nth-child(1) {
  order: 1;
}
.p-navi__item.__sitemap .c-navi__item:nth-child(2) {
  order: 3;
}
.p-navi__item.__sitemap .c-navi__item:nth-child(3) {
  order: 5;
}
.p-navi__item.__sitemap .c-navi__item:nth-child(4) {
  order: 2;
}
.p-navi__item.__sitemap .c-navi__item:nth-child(5) {
  order: 4;
}
.p-navi__item.__sitemap .c-navi__item:nth-child(6) {
  order: 6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-navi__item.__links .c-navi__item {
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-navi__item.__links .c-navi__item:nth-child(2n) {
    width: 60%;
  }
}
.p-navi__item .c-navi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  gap: 1rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-navi__item .c-navi__list {
    gap: 1rem 0;
    justify-content: flex-start;
  }
}
.p-navi__item .c-navi__list .c-navi__item {
  width: 50%;
  font-size: 1.4rem;
}
.p-navi__item .c-navi__list .c-navi__item svg {
  width: 0.82em;
}

.p-navi__item_title {
  text-transform: uppercase;
  color: rgba(24, 68, 83, 0.5);
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.p-navi__item_banner {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-navi__item_banner {
    max-width: 25.3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-navi__item_banner:hover img {
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.05);
  }
}

.p-navi__item_mail {
  font-size: 1.5rem;
  line-height: 2;
}
.p-navi__item_mail small {
  font-size: 0.943em;
}

.p-symbol {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-symbol {
    width: 54.1rem;
  }
}
.p-symbol svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-symbol .fuwafuwa_01 {
  -webkit-animation: fuwafuwa_01 7s linear infinite;
          animation: fuwafuwa_01 7s linear infinite;
}
.p-symbol .fuwafuwa_02 {
  -webkit-animation: fuwafuwa_02 7s linear infinite;
          animation: fuwafuwa_02 7s linear infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-symbol.__small {
    width: 47.5rem;
  }
}

@-webkit-keyframes fuwafuwa_01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  29% {
    -webkit-transform: translateY(1.6%);
            transform: translateY(1.6%);
  }
  68% {
    -webkit-transform: translateY(-1.5%);
            transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa_01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  29% {
    -webkit-transform: translateY(1.6%);
            transform: translateY(1.6%);
  }
  68% {
    -webkit-transform: translateY(-1.5%);
            transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa_02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  28% {
    -webkit-transform: translateY(-1.3%);
            transform: translateY(-1.3%);
  }
  68% {
    -webkit-transform: translateY(1.2%);
            transform: translateY(1.2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa_02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  28% {
    -webkit-transform: translateY(-1.3%);
            transform: translateY(-1.3%);
  }
  68% {
    -webkit-transform: translateY(1.2%);
            transform: translateY(1.2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-symbol__glitter {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.p-symbol__glitter.__delay_1 {
  -webkit-animation-name: glitter_01;
          animation-name: glitter_01;
  -webkit-animation-delay: -0s;
          animation-delay: -0s;
}
.p-symbol__glitter.__delay_2 {
  -webkit-animation-name: glitter_01;
          animation-name: glitter_01;
  -webkit-animation-delay: -30.15s;
          animation-delay: -30.15s;
}
.p-symbol__glitter.__delay_3 {
  -webkit-animation-name: glitter_01;
          animation-name: glitter_01;
  -webkit-animation-delay: -60.3s;
          animation-delay: -60.3s;
}
.p-symbol__glitter.__delay_4 {
  -webkit-animation-name: glitter_01;
          animation-name: glitter_01;
  -webkit-animation-delay: -90.45s;
          animation-delay: -90.45s;
}
.p-symbol__glitter.__delay_5 {
  -webkit-animation-name: glitter_02;
          animation-name: glitter_02;
  -webkit-animation-delay: -200.6s;
          animation-delay: -200.6s;
}
.p-symbol__glitter.__delay_6 {
  -webkit-animation-name: glitter_02;
          animation-name: glitter_02;
  -webkit-animation-delay: -250.75s;
          animation-delay: -250.75s;
}
.p-symbol__glitter.__delay_7 {
  -webkit-animation-name: glitter_02;
          animation-name: glitter_02;
  -webkit-animation-delay: -300.9s;
          animation-delay: -300.9s;
}
.p-symbol__glitter.__delay_8 {
  -webkit-animation-name: glitter_02;
          animation-name: glitter_02;
  -webkit-animation-delay: -351.05s;
          animation-delay: -351.05s;
}
.p-symbol__glitter.__delay_9 {
  -webkit-animation-name: glitter_03;
          animation-name: glitter_03;
  -webkit-animation-delay: -81.2s;
          animation-delay: -81.2s;
}
.p-symbol__glitter.__delay_10 {
  -webkit-animation-name: glitter_03;
          animation-name: glitter_03;
  -webkit-animation-delay: -91.35s;
          animation-delay: -91.35s;
}
.p-symbol__glitter.__delay_11 {
  -webkit-animation-name: glitter_03;
          animation-name: glitter_03;
  -webkit-animation-delay: -101.5s;
          animation-delay: -101.5s;
}

@-webkit-keyframes glitter_01 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glitter_01 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes glitter_02 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glitter_02 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes glitter_03 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glitter_03 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-archive__article {
  display: block;
}
.p-archive__article a {
  position: relative;
  display: block;
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article a:hover {
    background: #fff;
  }
  .p-archive__article a:hover .p-archive__article_arrow {
    background: #F88836;
  }
  .p-archive__article a:hover .p-archive__article_arrow .icon {
    -webkit-animation: 0.5s contentsRightToLeft ease both;
            animation: 0.5s contentsRightToLeft ease both;
  }
  .p-archive__article a:hover .p-archive__article_arrow svg * {
    stroke: #fff;
  }
}
.p-archive__article.__home a {
  aspect-ratio: 325/231;
}
.p-archive__article.__home .p-archive__article_header {
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article.__home .p-archive__article_header {
    gap: 0.5rem;
  }
}
.p-archive__article.__home .p-archive__article_arrow {
  bottom: 2rem;
  top: auto;
  margin: 0;
}
.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: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__article_header {
    gap: 2rem;
  }
}

.p-archive__article_date {
  color: rgba(24, 68, 83, 0.5);
}

.p-archive__article_category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-archive__article_category li {
  background: rgba(24, 68, 83, 0.05);
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  letter-spacing: 0;
  transition: 0.3s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
.p-archive__article_category.__main_bg li {
  background: #F5F5F5;
}
.p-archive__article_category.__border li {
  background: none;
  border: 1px solid #003753;
  color: #003753;
}

.p-archive__article_title {
  margin-top: 1rem;
  transition: 0.3s cubic-bezier(0.08, 0.55, 0.47, 0.93);
  line-height: 1.3;
}

.p-archive__article_arrow {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
.p-archive__article_arrow .inner {
  overflow: hidden;
}
.p-archive__article_arrow .icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive__article_arrow svg {
  width: 1.07rem;
}
.p-archive__article_arrow svg * {
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}

.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.08, 0.55, 0.47, 0.93);
}

.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;
  justify-content: center;
  gap: 1.2rem;
}

.p-single__nav_previous,
.p-single__nav_next {
  position: absolute;
}
.p-single__nav_previous a,
.p-single__nav_next a {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-single__nav_previous a:hover .icon,
.p-single__nav_next a:hover .icon {
    border-color: #F88836;
    background: #F88836;
  }
  .p-single__nav_previous a:hover svg path,
.p-single__nav_previous a:hover svg line,
.p-single__nav_next a:hover svg path,
.p-single__nav_next a:hover svg line {
    stroke: #fff;
    fill: none;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-single__nav_previous .text,
.p-single__nav_next .text {
    display: none;
  }
}
.p-single__nav_previous .icon,
.p-single__nav_next .icon {
  transition: 0.3s cubic-bezier(0.08, 0.55, 0.47, 0.93);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border: 1px solid rgba(24, 68, 83, 0.1);
}
.p-single__nav_previous svg,
.p-single__nav_next svg {
  width: 1.07rem;
  transition: 0.3s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}

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

.p-single__nav_next {
  right: 0;
}

.p-member__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-member__list {
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-member__list.__flex_end {
    justify-content: flex-end;
  }
}

.p-member__item {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-member__item {
    width: 23.9%;
  }
}

.p-member__item_img {
  aspect-ratio: 325/240;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-member__item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-member__item_inner {
  padding: 2rem 1rem 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-member__item_inner {
    padding: 1.95rem 1rem 1rem;
  }
}

.p-member__item_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.p-member__item_title .en {
  padding-left: 1rem;
  border-left: 1px solid rgba(24, 68, 83, 0.5);
  line-height: 1;
}

.p-member__item_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  font-size: 2rem;
  margin: 0.5rem 0 2rem;
}
.p-member__item_name .kana {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: inline-block;
}
.p-member__item_name .en {
  font-size: 1.4rem;
  color: rgba(24, 68, 83, 0.5);
}

.p-publications__item {
  padding: 3.1rem 0;
  border-bottom: 1px solid rgba(24, 68, 83, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: spase-between;
}
.p-publications__item:first-child {
  padding-top: 0;
}

.p-publications__item_id {
  width: 5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}

.p-publications__item_inner {
  width: calc(100% - 5rem);
  flex: 1;
}

.p-publications__item_title {
  font-weight: 500;
}

.p-publications__item_link {
  margin-top: 1.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}
.p-publications__item_link a {
  color: #1C97DD;
  display: inline-flex;
  align-items: center;
}
.p-publications__item_link a span {
  line-height: 1.1;
  display: inline-block;
}
.p-publications__item_link a span::before {
  background: #1C97DD !important;
}
.p-publications__item_link a svg {
  width: 2rem;
}
.p-publications__item_link a svg * {
  stroke: #1C97DD;
  stroke-width: 1px;
}

.p-news__category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
.p-news__category li {
  width: 30%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__category li {
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__category li:nth-child(2n) {
    width: 35%;
  }
}
.p-news__category a {
  color: rgba(24, 68, 83, 0.5);
}
.p-news__category a.is_active {
  color: #184453;
}

.p-news__archive_list .p-archive__article + .p-archive__article {
  margin-top: 2rem;
}

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

.p-article__title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2rem;
  border-left: 0.66rem solid #8FDDE7;
  line-height: 1.3;
  padding-left: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__title {
    font-size: 3rem;
    padding-left: 2.6rem;
  }
}
.p-article__title.__icon_none {
  border: none;
  padding: 0;
}
.p-article__title.__small {
  border-left-width: 0.4rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__title.__small {
    font-size: 2.4rem;
  }
}
.p-article__title.__white {
  color: #fff;
  border-color: #F6BD96;
}
.p-article__title.__mt {
  margin-top: 6rem;
}

.p-article__subtitle {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.8rem;
  margin: 6rem 0 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid rgba(24, 68, 83, 0.1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__subtitle {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-article__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  border-radius: 1rem;
  background: #8FDDE7;
  width: 3rem;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__subtitle::before {
    width: 4rem;
  }
}
.p-article__subtitle.__mt {
  margin-top: 6rem;
}

.p-article__img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-article__text {
  margin-bottom: 4rem;
  line-height: 2;
}
.p-article__text.__mtb {
  margin: 2rem 0 3rem;
}
.p-article__text.__mt {
  margin-top: 4rem;
}

.p-article__name {
  text-align: right;
  font-size: 2rem;
}
.p-article__name small {
  display: block;
  font-size: 1.4rem;
}

.p-article__list {
  background: #f1f1f1;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__list {
    padding: 3rem;
  }
}
.p-article__list li {
  position: relative;
  padding-left: 2.5rem;
}
.p-article__list li * {
  line-height: 2;
}
.p-article__list li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.p-gallery {
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery {
    padding-bottom: 14.5rem;
  }
}

.p-gallery__slide.swiper {
  overflow: visible;
  padding-bottom: 13rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__slide.swiper {
    padding-bottom: 9rem;
  }
}
.p-gallery__slide .swiper-wrapper {
  transition: 1650ms cubic-bezier(0.77, 0, 0.175, 1);
}
.p-gallery__slide .swiper-slide {
  position: relative;
  overflow: hidden;
  padding-right: 1.4rem;
  width: 28rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__slide .swiper-slide {
    width: 32.5rem !important;
    padding-right: 3rem;
  }
}
.p-gallery__slide .swiper-slide img {
  border-radius: 0.5rem;
}
.p-gallery__slide .swiper-pagination {
  display: none !important;
  max-width: 100%;
  width: 18.7rem;
  background: #ccc;
  height: 0.3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__slide .swiper-pagination {
    width: 61rem;
  }
}
.p-gallery__slide .swiper-pagination-bullet {
  margin: 0 !important;
  flex: 1;
  width: 10%;
  border-radius: 0;
  height: 0.3rem;
  margin: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: bullet 1s;
          animation: bullet 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@-webkit-keyframes bullet {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}

@keyframes bullet {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
.swiper-bar {
  position: absolute;
  width: 100% !important;
  left: 0 !important;
  bottom: 8rem !important;
  background: #fff;
  height: 0.4rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .swiper-bar {
    width: 86.6% !important;
    bottom: 0.3rem !important;
    height: 0.3rem;
  }
}
.swiper-bar .progress-bar {
  background: #184453;
  height: 100%;
  width: 0;
  transition: 1s;
  position: absolute;
  border-radius: 1rem;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 0.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.3rem;
  }
}

.p-swiper__navi {
  display: flex;
  justify-content: flex-end;
}
.p-swiper__navi .swiper-button-prev,
.p-swiper__navi .swiper-button-next {
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  text-indent: -10rem;
  outline: none;
  width: 5rem;
  height: 5rem;
  top: auto;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-swiper__navi .swiper-button-prev,
.p-swiper__navi .swiper-button-next {
    bottom: -2rem;
  }
}
.p-swiper__navi .swiper-button-prev .icon,
.p-swiper__navi .swiper-button-next .icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-swiper__navi .swiper-button-prev:hover,
.p-swiper__navi .swiper-button-next:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .p-swiper__navi .swiper-button-prev:hover .icon,
.p-swiper__navi .swiper-button-next:hover .icon {
    -webkit-animation: 0.5s contentsRightToLeft ease both;
            animation: 0.5s contentsRightToLeft ease both;
  }
}
.p-swiper__navi .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5.8rem;
  left: auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-swiper__navi .swiper-button-prev {
    right: 5.6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-swiper__navi .swiper-button-prev:hover {
    -webkit-transform: rotate(180deg) scale(0.9);
            transform: rotate(180deg) scale(0.9);
  }
}
.p-swiper__navi .swiper-button-next {
  right: 0;
}
.p-swiper__navi svg {
  transition: 0.3s;
  width: 1.17rem;
}
.p-swiper__navi svg * {
  transition: 0.5s cubic-bezier(0.08, 0.55, 0.47, 0.93);
}
.p-swiper__navi svg line,
.p-swiper__navi svg path {
  fill: none;
  stroke: #184453;
}