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

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

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: 769px) {
  html {
    font-size: 0.76vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #031a33;
  line-height: 2;
  position: relative;
  background: #fffdf0;
  -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.3s ease-in-out forwards;
          animation: bodyAnimation 0.3s ease-in-out forwards;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  body {
    letter-spacing: 0.02em;
  }
}
body.no_scroll {
  overflow: hidden;
}

@-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: calc(0.7rem + 1em + 0.7rem);
}
@media screen and (min-width: 769px) {
  *,
*::after,
*::before {
    line-height: calc(1rem + 1em + 1rem);
  }
}

.hidden {
  overflow: hidden;
}

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

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) {
  .text_left {
    text-align: left !important;
  }
}

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

@media screen and (min-width: 769px) {
  .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;
}

.jp-mincho {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}

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

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

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  transition: 0.3s;
}

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

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

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: #0b8ab8 !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) {
      left: -100%;
    }
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) {
      left: -100%;
    }
  }
}
@-webkit-keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      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) {
  .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) {
  .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) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    -webkit-animation: 3s 0.1s textGradientDrawer ease forwards;
            animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

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

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

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

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

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

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

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

.c-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 {
  position: relative;
}
.c-btn a,
.c-btn button,
.c-btn .c-btn__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 1rem 5rem;
  height: 6.8rem;
  transition: 0.5s;
  color: #0b8ab8;
  border: 1px solid #0b8ab8;
  overflow: hidden;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: background 0.6s, color cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  text-indent: inherit;
  min-width: 16rem;
}
@media screen and (min-width: 769px) {
  .c-btn a,
.c-btn button,
.c-btn .c-btn__item {
    height: 7.1rem;
    padding: 1rem 5rem;
  }
}
.c-btn a .c-btn__arrow svg path,
.c-btn button .c-btn__arrow svg path,
.c-btn .c-btn__item .c-btn__arrow svg path {
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn a:hover,
.c-btn button:hover,
.c-btn .c-btn__item:hover {
    color: #fff;
  }
  .c-btn a:hover .c-btn__arrow svg,
.c-btn button:hover .c-btn__arrow svg,
.c-btn .c-btn__item:hover .c-btn__arrow svg {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .c-btn a:hover .c-btn__fill::before,
.c-btn button:hover .c-btn__fill::before,
.c-btn .c-btn__item:hover .c-btn__fill::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .c-btn a:hover .c-btn__text,
.c-btn button:hover .c-btn__text,
.c-btn .c-btn__item:hover .c-btn__text {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
  .c-btn a:hover .c-btn__text-copy,
.c-btn button:hover .c-btn__text-copy,
.c-btn .c-btn__item:hover .c-btn__text-copy {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
  .c-btn a:hover .c-btn__text-origin,
.c-btn button:hover .c-btn__text-origin,
.c-btn .c-btn__item:hover .c-btn__text-origin {
    -webkit-transform: translateY(150%) rotateX(180deg);
            transform: translateY(150%) rotateX(180deg);
  }
}
.c-btn .c-btn__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-btn .c-btn__fill::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b8ab8;
  -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-btn .c-btn__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-btn .c-btn__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #fff;
  -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-btn .c-btn__text-origin {
  position: relative;
  display: block;
  color: #0b8ab8;
  -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-btn.__white a,
.c-btn.__white button,
.c-btn.__white .c-btn__item {
  background: none;
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn.__white a:hover,
.c-btn.__white button:hover,
.c-btn.__white .c-btn__item:hover {
    color: #fff;
  }
}
.c-btn.__white .c-btn__fill::before {
  background: #fff;
}
.c-btn.__white .c-btn__text-copy {
  color: #0b8ab8;
}
.c-btn.__white .c-btn__text-origin {
  color: #fff;
}
.c-btn.__black a,
.c-btn.__black button,
.c-btn.__black .c-btn__item {
  background: none;
  color: #031a33;
  border-color: #031a33;
}
@media screen and (min-width: 769px) {
  .c-btn.__black a:hover,
.c-btn.__black button:hover,
.c-btn.__black .c-btn__item:hover {
    color: #031a33;
  }
}
.c-btn.__black .c-btn__fill::before {
  background: #031a33;
}
.c-btn.__black .c-btn__text-copy {
  color: #fff;
}
.c-btn.__black .c-btn__text-origin {
  color: #031a33;
}
.c-btn.__contact {
  margin-left: 2rem;
}
.c-btn.__contact a,
.c-btn.__contact button,
.c-btn.__contact .c-btn__item {
  display: flex;
  background: none;
  color: #031a33;
  border-color: #031a33;
  height: 4.8rem;
  padding: 0 4.3rem;
}
@media screen and (min-width: 769px) {
  .c-btn.__contact a:hover,
.c-btn.__contact button:hover,
.c-btn.__contact .c-btn__item:hover {
    color: #031a33;
  }
}
.c-btn.__contact .c-btn__fill::before {
  background: #031a33;
}
.c-btn.__contact .c-btn__text-copy {
  color: #fff;
}
.c-btn.__contact .c-btn__text-origin {
  color: #031a33;
}
.c-btn.__border a,
.c-btn.__border button,
.c-btn.__border .c-btn__item {
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .c-btn.__border a:hover,
.c-btn.__border button:hover,
.c-btn.__border .c-btn__item:hover {
    border-color: #323d3b;
  }
}
.c-btn.__center a,
.c-btn.__center button,
.c-btn.__center .c-btn__item {
  justify-content: center;
  margin: 0 auto;
}
.c-btn.__wide a,
.c-btn.__wide button,
.c-btn.__wide .c-btn__item {
  width: 100%;
  max-width: 100%;
}
.c-btn.__full a,
.c-btn.__full button,
.c-btn.__full .c-btn__item {
  width: 100%;
  max-width: 100%;
  height: 7rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-btn.__full a,
.c-btn.__full button,
.c-btn.__full .c-btn__item {
    height: 11rem;
  }
}
.c-btn.__full span {
  display: block;
  width: 100%;
}
.c-btn.__full .en {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .c-btn.__full .en {
    font-size: 2rem;
  }
}
.c-btn.__full .jp-mincho {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .c-btn.__full .jp-mincho {
    font-size: 1.3rem;
  }
}
.c-btn.__full .c-btn__arrow svg {
  right: 3rem;
}
.c-btn .c-btn__icon svg {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -1.2rem;
  height: 45%;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn .c-btn__icon svg {
    margin-top: -1.8rem;
  }
}
.c-btn .c-btn__icon svg path {
  fill: #fff;
  transition: 0.3s;
  stroke-width: 0;
}
.c-btn.__mt {
  margin-top: 5rem;
}

.c-btn__arrow .c-btn__arrow_text {
  transition: 0.3s;
  margin-right: 0.8em;
}
.c-btn__arrow .c-btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #0b8ab8;
  background: #fff;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) {
  .c-btn__arrow .c-btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c-btn__arrow .c-btn__arrow_icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-btn__arrow .c-btn__arrow_icon::before {
    width: 1.2rem;
    height: 1rem;
    background: url("../img/icon/arrow_blue.svg") no-repeat center center/contain;
    transition: 0.2s;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 769px) {
  .c-btn__arrow .c-btn__arrow_icon::before {
    width: 0.7rem;
    height: 0.7rem;
    background: #0b8ab8;
    border-radius: 100%;
    transition: 0.2s;
    z-index: 1;
  }
}
.c-btn__arrow .c-btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  background: url("../img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  opacity: 0;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .c-btn__arrow:hover.__text .c-btn__arrow_icon {
    vertical-align: -1.2em;
  }
  .c-btn__arrow:hover .c-btn__arrow_text {
    color: #0b8ab8;
  }
  .c-btn__arrow:hover .c-btn__arrow_icon {
    background: #0b8ab8;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .c-btn__arrow:hover .c-btn__arrow_icon::before {
    opacity: 0;
  }
  .c-btn__arrow:hover .c-btn__arrow_icon::after {
    opacity: 1;
    -webkit-transform: rotate(-90deg) scale(0.9);
            transform: rotate(-90deg) scale(0.9);
  }
}
.c-btn__arrow.__white .c-btn__arrow_icon {
  border-color: #fff;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .c-btn__arrow.__white .c-btn__arrow_icon::before {
    background-image: url("../img/icon/arrow.svg");
  }
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__white .c-btn__arrow_icon::before {
    background: #fff;
  }
}
.c-btn__arrow.__white .c-btn__arrow_icon::after {
  background-image: url("../img/icon/arrow_blue.svg");
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__white:hover .c-btn__arrow_icon {
    background: #fff;
  }
}
.c-btn__arrow.__large .c-btn__arrow_icon {
  width: 4rem;
  height: 4rem;
  right: 0;
  top: calc(50% - 2rem);
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__large .c-btn__arrow_icon {
    width: 8rem;
    height: 8rem;
    top: calc(50% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  .c-btn__arrow.__large .c-btn__arrow_icon::before {
    background-image: url("../img/icon/arrow.svg");
  }
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__large .c-btn__arrow_icon::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-btn__arrow.__large .c-btn__arrow_icon::after {
  background-image: url("../img/icon/arrow_blue.svg");
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__large:hover .c-btn__arrow_icon {
    width: 9.4rem;
    height: 9.4rem;
    margin-bottom: -1.4rem;
  }
}
.c-btn__arrow.__text {
  position: relative;
  padding-right: 3rem;
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__text {
    padding-right: 4rem;
  }
}
.c-btn__arrow.__text .c-btn__arrow_icon {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: -1em;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__text .c-btn__arrow_icon {
    right: 0;
    top: calc(50% - 2rem);
    bottom: 0;
    margin: auto;
  }
}
.c-btn__arrow.__center {
  text-align: center;
}
.c-btn__arrow.__mt {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .c-btn__arrow.__mt {
    margin-top: 7rem;
  }
}

.c-btn__textlink,
.c-btn__textlink_line {
  position: relative;
}
.c-btn__textlink a,
.c-btn__textlink .c-btn__item,
.c-btn__textlink_line a,
.c-btn__textlink_line .c-btn__item {
  position: relative;
  display: inline-block;
  color: #0b8ab8;
  border-bottom: 1px solid #0b8ab8;
}
.c-btn__textlink a::before,
.c-btn__textlink .c-btn__item::before,
.c-btn__textlink_line a::before,
.c-btn__textlink_line .c-btn__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  width: 0;
  background: #031a33;
  height: 0.1rem;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink a:hover,
.c-btn__textlink .c-btn__item:hover,
.c-btn__textlink_line a:hover,
.c-btn__textlink_line .c-btn__item:hover {
    opacity: 0.7;
  }
}
.c-btn__textlink.__mt,
.c-btn__textlink_line.__mt {
  margin-top: 2rem !important;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink.__mt,
.c-btn__textlink_line.__mt {
    margin-top: 2rem !important;
  }
}
.c-btn__textlink.__center,
.c-btn__textlink_line.__center {
  text-align: center;
}
.c-btn__textlink.__center a,
.c-btn__textlink_line.__center a {
  margin: 0 auto;
}
.c-btn__textlink.__right,
.c-btn__textlink_line.__right {
  text-align: right;
}
.c-btn__textlink.__prev a,
.c-btn__textlink.__prev .c-btn__item,
.c-btn__textlink_line.__prev a,
.c-btn__textlink_line.__prev .c-btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__textlink.__prev a span,
.c-btn__textlink.__prev .c-btn__item span,
.c-btn__textlink_line.__prev a span,
.c-btn__textlink_line.__prev .c-btn__item span {
  order: 2;
}
.c-btn__textlink.__prev a::after,
.c-btn__textlink.__prev .c-btn__item::after,
.c-btn__textlink_line.__prev a::after,
.c-btn__textlink_line.__prev .c-btn__item::after {
  margin-right: 2rem;
  margin-left: 0;
  border: none;
  border-left: 0.5px solid #031a33;
  border-top: 0.5px solid #031a33;
  order: 1;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink.__prev a::after,
.c-btn__textlink.__prev .c-btn__item::after,
.c-btn__textlink_line.__prev a::after,
.c-btn__textlink_line.__prev .c-btn__item::after {
    border-left: 1px solid #031a33;
    border-top: 1px solid #031a33;
  }
}
.c-btn__textlink.__noneline a::before,
.c-btn__textlink.__noneline .c-btn__item::before,
.c-btn__textlink_line.__noneline a::before,
.c-btn__textlink_line.__noneline .c-btn__item::before {
  display: none;
}
.c-btn__textlink .__targetblank svg,
.c-btn__textlink_line .__targetblank svg {
  width: 1.2em;
  height: 1em;
  vertical-align: -0.1em;
  display: inline-block;
}
.c-btn__textlink .__targetblank svg path,
.c-btn__textlink_line .__targetblank svg path {
  stroke: #fff;
}
.c-btn__textlink.__white,
.c-btn__textlink_line.__white {
  color: #fff;
}
.c-btn__textlink.__arrow a,
.c-btn__textlink.__arrow .c-btn__item,
.c-btn__textlink_line.__arrow a,
.c-btn__textlink_line.__arrow .c-btn__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink.__arrow a:hover .arrow,
.c-btn__textlink.__arrow .c-btn__item:hover .arrow,
.c-btn__textlink_line.__arrow a:hover .arrow,
.c-btn__textlink_line.__arrow .c-btn__item:hover .arrow {
    background: #fff9c0;
  }
}
.c-btn__textlink.__arrow a::after,
.c-btn__textlink.__arrow .c-btn__item::after,
.c-btn__textlink_line.__arrow a::after,
.c-btn__textlink_line.__arrow .c-btn__item::after {
  display: none;
}
.c-btn__textlink .arrow,
.c-btn__textlink_line .arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.1));
  margin-left: 1rem;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink .arrow,
.c-btn__textlink_line .arrow {
    width: 8rem;
    height: 8rem;
    margin-left: 2rem;
  }
}
.c-btn__textlink .arrow::after,
.c-btn__textlink_line .arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.1rem;
  border-right: 0.5px solid #031a33;
  border-bottom: 0.5px solid #031a33;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -0.2rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink .arrow::after,
.c-btn__textlink_line .arrow::after {
    width: 0.8rem;
    height: 0.8rem;
    left: -0.5rem;
    border-right: 1px solid #031a33;
    border-bottom: 1px solid #031a33;
  }
}
.c-btn__textlink .arrow.__prev,
.c-btn__textlink_line .arrow.__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1rem;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink .arrow.__prev,
.c-btn__textlink_line .arrow.__prev {
    margin-right: 2rem;
    margin-left: 0;
  }
}

.c-btn__textlink_line a::before,
.c-btn__textlink_line .c-btn__item::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink_line a:hover,
.c-btn__textlink_line .c-btn__item:hover {
    color: #0b8ab8;
  }
}
.c-btn__textlink_line a:hover::after,
.c-btn__textlink_line a:hover .__border_line,
.c-btn__textlink_line .c-btn__item:hover::after,
.c-btn__textlink_line .c-btn__item:hover .__border_line {
  border-color: #0b8ab8 !important;
}
.c-btn__textlink_line.__border .__border_line {
  transition: 0.5s;
  border-bottom: 0.5px solid #031a33;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink_line.__border .__border_line {
    border-bottom: 1px solid #031a33;
  }
}
.c-btn__textlink_line.__center a {
  margin: 0 auto;
}
.c-btn__textlink_line.__mt {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .c-btn__textlink_line.__mt {
    margin-top: 6rem;
  }
}

.c-btn__more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-btn__more.--center {
  justify-content: center;
}
.c-btn__more a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-btn__more a::before, .c-btn__more a::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 7rem;
  height: 7rem;
  background: #e5e5e5;
  border-radius: 100%;
  position: absolute;
  right: 17%;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-btn__more a::before, .c-btn__more a::after {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1701px) {
  .c-btn__more a::before, .c-btn__more a::after {
    width: 12rem;
    height: 12rem;
  }
}
.c-btn__more a::after {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  background: url("../img/common/readmore.png") no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .c-btn__more a:hover::after {
    opacity: 1;
  }
}
.c-btn__more .en {
  position: relative;
  z-index: 3;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-btn__more .en {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1701px) {
  .c-btn__more .en {
    font-size: 1.4rem;
  }
}
.c-btn__more.--spmt {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .c-btn__more.--spmt {
    display: none;
  }
}

.c-btn__svg {
  text-align: center;
}
.c-btn__svg a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-btn__svg a:hover {
    opacity: 0.8;
  }
}
.c-btn__svg svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.3rem;
}
@media screen and (min-width: 769px) {
  .c-btn__svg svg {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.5rem;
  }
}
.c-btn__svg svg path {
  stroke: none;
}

.c-btn__arrowBottom .c-btn__arrow_text {
  transition: 0.3s;
  margin-right: 0.8em;
}
.c-btn__arrowBottom .c-btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #0b8ab8;
  background: #fff;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) {
  .c-btn__arrowBottom .c-btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c-btn__arrowBottom .c-btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  background: url("../img/icon/arrow_blue.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-btn__arrowBottom a:hover .c-btn__arrow_icon {
    background: #0b8ab8;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-btn__arrowBottom a:hover .c-btn__arrow_icon::after {
    background-image: url("../img/icon/arrow.svg");
  }
}

.c-btn__arrowLeft .c-btn__arrow_text {
  transition: 0.3s;
  margin-left: 0.8em;
  vertical-align: 1em;
}
.c-btn__arrowLeft .c-btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #0b8ab8;
  background: #0b8ab8;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) {
  .c-btn__arrowLeft .c-btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c-btn__arrowLeft .c-btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
}
.c-btn__arrowLeft a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-btn__arrowLeft a:hover .c-btn__arrow_icon {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-btn__arrowLeft a:hover .c-btn__arrow_icon::after {
    background-image: url("../img/icon/arrow_blue.svg");
  }
}
.c-btn__arrowLeft.__center {
  text-align: center;
}

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

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

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

.p-country-name {
  display: none;
}
/* カレンダー全体の背景色 */
.page .ui-datepicker {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 0px;
  width: fit-content;
  box-shadow: 0 0 50px 0px #c0c0c07a;
}
.page .ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}
/* ヘッダーのデザイン */
.page .ui-datepicker-header {
  color: #333;
  padding: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}
/* 曜日 */
.page .ui-datepicker th {
  font-size: 1.2rem;
}
/* 日付セル */
.page .ui-datepicker-calendar td .ui-state-default {
  background: #fff;
  color: #333;
  padding: 4px 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
/* 今日の日付 */
.page .ui-datepicker-today a {
  background: #ff6600;
  color: #fff;
}
.page .ui-datepicker-calendar td .ui-state-default:hover {
  background: #d8d8d8;
}
/* 矢印 */
.page .ui-datepicker-prev span,
.page .ui-datepicker-next span {
  display: none !important;
}
.page .ui-datepicker .ui-datepicker-prev,
.page .ui-datepicker .ui-datepicker-next {
  top: 0;
  width: 2.4em;
  height: 100%;
}
.page .ui-datepicker-prev::before,
.page .ui-datepicker-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
}
.page .ui-datepicker-prev::before {
  content: '\f104'; /* FontAwesomeの左矢印 */
}
.page .ui-datepicker-next::before {
  content: '\f105'; /* FontAwesomeの右矢印 */
}
.ui-datepicker-header .ui-state-hover {
  border: 0 !important;
  background: none !important;
  opacity: 0.8;
  cursor: pointer;
}

.c-form__input {
  display: block;
}
.c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #edeae3;
  background: #f8f7f6;
  /* 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) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    padding: 1rem 2rem;
  }
}
.c-form__input input[type=text]::-webkit-input-placeholder, .c-form__input input[type=tel]::-webkit-input-placeholder, .c-form__input input[type=email]::-webkit-input-placeholder, .c-form__input textarea::-webkit-input-placeholder {
  color: rgba(3, 26, 51, 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(3, 26, 51, 0.4);
}
@media screen and (min-width: 769px) {
  .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 #031a33;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .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;
  width: 100%;
}
.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) {
  .c-form__input_note li {
    font-size: 1.2rem;
  }
}
.c-form__input_note li::before {
  content: "※";
  line-height: 1.6;
}
.c-form_hidden {
  display: none;
}
.c-form__extraRadio {
  align-items: flex-start !important;
}
.mw_wp_form_confirm .c-form__extraRadio {
  align-items: center !important;
}
.c-form__extraRadio div:first-child {
  display: flex;
  gap: 30px;
  margin: 35px 0;
  flex-direction: column;
}

.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) {
  .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: #f8f7f6;
  border-radius: 0.3rem;
  border: 1px solid #edeae3;
}
.c-form__privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  top: calc(13% - 0.9rem);
}
@media screen and (min-width: 769px) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
  .c-form__privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1.05rem);
  }
}
.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);
}
.c-form__privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: calc(13% - 0.35rem);
}
@media screen and (min-width: 769px) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.2rem;
    height: 0.8rem;
    left: 0.5rem;
    top: calc(50% - 0.7rem);
  }
  .c-form__privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    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) {
  .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) {
  .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: #f8f7f6;
  border: 1px solid #edeae3;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .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) {
  .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: #0b8ab8;
}

.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) {
  .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) {
  .c-form__checkbox--small .c-form__checkbox-text {
    font-size: 1.2rem;
  }
}

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

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

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

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

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

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

.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: #0b8ab8;
}
.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) {
  .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) {
  .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) {
  .c-form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 992px) {
  .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: #0b8ab8;
  margin: auto;
}

.c-form__selectbox {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox.__small {
    width: 50%;
  }
}
.c-form__selectbox::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.3em);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  border-top: 0.8rem solid #cdcac4;
  border-bottom: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox::before {
    top: calc(50% - 0.2rem);
    right: 2rem;
  }
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: #f8f7f6;
  color: #031a33;
  border: 1px solid #edeae3;
  padding: 0.8rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 0;
  width: 100%;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox select {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}
.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: #031a33;
}

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

.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .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) {
  .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 #0b8ab8;
}
@media screen and (min-width: 769px) {
  .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) {
  .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: #0b8ab8;
}
.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) {
  .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) {
  .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) {
  .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: #0b8ab8;
  -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 {
  text-decoration: underline;
  transition: 0.2s;
}
.c-form__privacy a:hover {
  color: #009a3e;
}

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

@media screen and (min-width: 992px) {
  .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: #031a33;
  }
  .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) {
  .c-hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 992px) {
  .c-hover__line.__black:hover::before {
    background-color: #031a33;
  }
}
@media screen and (min-width: 992px) {
  .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) {
  .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) {
  .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: 2rem;
}
@media screen and (min-width: 769px) {
  .c-img img {
    border-radius: 4rem;
  }
}

.c-img__clip {
  border-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .c-img__clip {
    border-radius: 4rem;
  }
}

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

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

.c-navi__item {
  position: relative;
}
.c-navi__item a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  padding: 1.5rem 0;
  transition: 0.2s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-navi__item a {
    font-size: 1.4rem;
    justify-content: center;
  }
}
.c-navi__item a span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-navi__item a {
    padding: 2.5rem 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1701px) {
  .c-navi__item a {
    padding: 3.5rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-navi__item a:hover span {
    background: rgba(0, 0, 0, 0) repeat scroll 0 -0.2rem;
    background-image: linear-gradient(transparent 70%, #ffe900 0%);
    background-image: -o-linear-gradient(transparent 70%, #ffe900 0%);
  }
}
@media screen and (min-width: 769px) {
  .c-navi__item a.is_active {
    color: #0b8ab8;
  }
}
.c-navi__item a span {
  transition: 0.3s;
  background: rgba(0, 0, 0, 0) repeat scroll 0 -0.2rem;
  background-image: linear-gradient(transparent 100%, #ffe900 0%);
  background-image: -o-linear-gradient(transparent 100%, #ffe900 0%);
}
.c-navi__item a::before {
  content: "";
  display: block;
  background: url("../img/common/lemon.svg") no-repeat center center/contain;
  width: 1.9rem;
  height: 1.5rem;
}
.c-navi__item:first-child {
  margin-left: 0;
}
.c-navi__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .c-navi__item:hover .c-navi__list_child {
    opacity: 1;
    z-index: 1;
  }
  .c-navi__item:hover .c-navi__icon_plus::before, .c-navi__item:hover .c-navi__icon_plus::after {
    background: #0b8ab8;
  }
}
.c-navi__item.__contact_xs {
  display: block;
}
@media screen and (min-width: 992px) {
  .c-navi__item.__contact_xs {
    display: none;
  }
}
.c-navi__item.__contact_pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-navi__item.__contact_pc {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-title__main .en {
  font-size: 4rem;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .c-title__main .en {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-title__main .en {
    font-size: 8rem;
    line-height: 111%;
  }
}
.c-title__main .jp {
  display: block;
  font-size: 1.6rem;
  line-height: 240%;
}
@media screen and (min-width: 769px) {
  .c-title__main .jp {
    font-size: 2rem;
  }
}
.c-title__main.__white {
  color: #fff;
}

.c-title__enBack {
  position: relative;
  font-size: 4.3rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .c-title__enBack {
    font-size: 12rem;
    margin-bottom: 8rem;
  }
}
.c-title__enBack::before {
  content: attr(data-text) "";
  margin: 0 auto;
  opacity: 0.3;
  z-index: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff9c0;
  line-height: 0.2;
}
@media screen and (min-width: 769px) {
  .c-title__enBack::before {
    line-height: 0.3;
  }
}
.c-title__enBack .jp {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  display: block;
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .c-title__enBack .jp {
    font-size: 3rem;
  }
}
.c-title__enBack .en {
  font-size: 1.1rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-title__enBack .en {
    font-size: 1.4rem;
  }
}

.c-title__textOnly {
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  margin-top: -0.2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title__textOnly {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}

.c-title__leftLine, .l-wysiwyg h3 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-left: 1.1em;
}
@media screen and (min-width: 769px) {
  .c-title__leftLine, .l-wysiwyg h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.c-title__leftLine::before, .l-wysiwyg h3::before {
  content: "";
  display: block;
  width: 0.25em;
  height: 1.2em;
  background: #0b8ab8;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.c-title__bottomLine, .l-wysiwyg h1,
.l-wysiwyg h2 {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  margin-top: -0.2em;
  border-bottom: 2px solid #0b8ab8;
}
@media screen and (min-width: 769px) {
  .c-title__bottomLine, .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 1.8rem;
    margin-bottom: 6rem;
    padding-bottom: 2.5rem;
  }
}
.c-title__bottomLine.__mt, .l-wysiwyg h1.__mt,
.l-wysiwyg h2.__mt {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .c-title__bottomLine.__mt, .l-wysiwyg h1.__mt,
.l-wysiwyg h2.__mt {
    margin-top: 9rem;
  }
}

.c-title__enSmall {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .c-title__enSmall {
    margin-bottom: 7rem;
  }
}
.c-title__enSmall .en {
  color: #0b8ab8;
  display: block;
}
.c-title__enSmall .jp {
  font-size: 2.4rem;
  margin-top: 0.1em;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-title__enSmall .jp {
    font-size: 3.6rem;
  }
}

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

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

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

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

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

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

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

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

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1.8rem;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 124rem;
    padding: 0 12rem;
    margin: 0 auto;
  }
}
.l-container.__s {
  padding: 0 1.8rem;
}
@media screen and (min-width: 769px) {
  .l-container.__s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container.__s {
    max-width: 120rem;
    padding: 0 15rem;
    margin: 0 auto;
  }
}
.l-container.__l {
  width: 100%;
  padding: 0 1.8rem;
}
@media screen and (min-width: 769px) {
  .l-container.__l {
    max-width: 134rem;
    padding: 0 7rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .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) {
  .l-container__inner {
    border-radius: 2rem;
    padding: 6rem 6rem 8rem;
  }
}

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

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

.l-footer {
  background: #7b7b7b;
  color: #fff;
  padding: 3.5rem 0 12rem;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 8rem 0 4rem;
  }
}
.l-footer a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer a:hover {
    color: #ffe900;
  }
}

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

.l-footer__logo {
  width: 8.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 8.6rem;
  }
}

.l-footer__navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .l-footer__navi {
    width: 84.2%;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.l-footer__navi_item {
  width: 43.6%;
}
@media screen and (min-width: 769px) {
  .l-footer__navi_item {
    gap: 12.9%;
    margin-top: -0.5rem;
    width: auto;
  }
}

.l-footer__navi_title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .l-footer__navi_title {
    margin-bottom: 2rem;
  }
}
.l-footer__navi_title a {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__navi_title a {
    font-size: 1.25rem;
  }
}

.l-footer__navi_list a {
  opacity: 0.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .l-footer__navi_list a {
    font-size: 1.4rem;
  }
}
.l-footer__navi_list li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__navi_list li + li {
    margin-top: 0;
  }
}

.l-footer__address {
  margin-top: 4rem;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .l-footer__address {
    font-size: 1.6rem;
  }
}
.l-footer__address_text {
  line-height: 1.7;
  font-style: normal;
}


.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 5.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
}

.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 #031a33;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__finishmsg {
    margin-top: 8rem;
  }
}
.l-form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__step-list {
    margin: 0 auto 5rem;
  }
}
.l-form__step-list::before {
  content: "";
  width: 75%;
  height: 1px;
  background: #edeae3;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .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 #edeae3;
  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) {
  .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) {
  .l-form__step-list li .text {
    margin-top: 0.6em;
  }
}
.l-form__step-list li.active .icon {
  border-color: #009a3e;
  background: #009a3e;
  color: #fff;
}

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

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

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

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

.l-form__title {
  position: relative;
  font-size: 1.6rem;
  color: #009a3e;
  line-height: 1;
  margin: 5rem 0 1em;
  font-weight: 700;
  padding-left: 1.2em;
}
@media screen and (min-width: 769px) {
  .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) {
  .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: flex-start;
  flex-direction: column;
  margin: 0 auto;
  width: fit-content;
  overflow-wrap: anywhere;
}
.l-form__privacy .c-form__privacy_subtext {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.7;
  padding-left: 2.7em;
}
.l-form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #0b8ab8;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__btnlist {
    margin: 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .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) {
  .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) {
  .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) {
  .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) {
  .l-form__img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 6.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-form__img_item + .l-form__img_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-form__img_item.__01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__img_item p.__minheight {
    height: 4rem;
  }
}
.l-form__img_item p.__minheight_02 {
  height: 6rem;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__img_item img.__minheight {
    height: 13.2rem;
  }
}
@media screen and (min-width: 769px) {
  .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) {
  .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) {
  .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) {
  .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) {
  .l-form__img_wrap {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .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;
  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) {
  .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) {
  .l-form__img_select_item_inner {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.l-form__img_select_preview {
  background: #f8f7f6;
  border: 1px solid #edeae3;
  height: 5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-form__img_select_btn {
    height: 5rem;
  }
}
.l-form__img_select_btn img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .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;
}
.mw_wp_form_confirm .c-form__input_note {
  display: none;
}

.c-form__input_note2 {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 2em;
}
.c-form__input_note2 p {
    line-height: 1.2;
    color: red;
}
.c-form__input_note2 .--note {
  font-weight: bold;
}

.header_navi_fixed .l-header.__global {
  top: 0;
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 1rem;
  transition: 0.8s;
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-header {
    top: 0;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  height: 5.5rem;
  background: #fff;
  -webkit-filter: drop-shadow(0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.1));
  border-radius: 10rem;
  padding: 0 1.75rem 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    height: 8rem;
    padding: 0 5.4rem 0 3.8rem;
  }
}
.l-header__menuIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.5rem;
  z-index: 120;
  width: 4.5rem;
  height: 5.5rem;
  background: none;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .l-header__menuIcon {
    right: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-header__menuIcon {
    display: none;
  }
}

.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .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.55rem;
}
@media screen and (min-width: 992px) {
  .l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(3) {
  transition-delay: 100ms !important;
  margin-top: 0.55rem;
}
@media screen and (min-width: 992px) {
  .l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(3) {
    margin-top: 0.4rem;
  }
}

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

.l-header__menuIcon-text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1.1rem;
  order: 2;
  margin: 0.8rem auto 0;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .l-header__menuIcon-text {
    margin: 0 1.4rem 0 0;
    font-size: 18px;
    letter-spacing: 1.2777777778;
    order: 1;
  }
}

.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  order: 1;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .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;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 2.5rem;
  height: 0.2rem;
  background: #009a3e;
  transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  display: block;
}

.l-header__logo {
  left: 1rem;
  top: 1.5rem;
  transition: 0.4s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  display: block;
  width: 14rem;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 22.1rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  transition: 0.4s ease;
}
.l-header__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-header__langage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 7rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .l-header__langage {
    margin: 0 0 0 7rem;
  }
}
.l-header__langage ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.2rem;
}
.l-header__langage ul .is_active {
  color: #0b8ab8;
}
.l-header__langage ul li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
.l-header__langage a {
  text-decoration: underline;
}

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

.l-header__navi_list {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header__navi_list {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-header__navi_list .c-navi__list {
    height: 100%;
  }
}

.header_menu_active .l-header.__global {
  border-color: transparent;
}
.header_menu_active .l-header__inner {
  border-color: transparent;
  -webkit-filter: none;
          filter: none;
}
.header_menu_active .l-header__menuIcon {
  border-color: transparent;
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__salonBtn {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .header_menu_active .l-header__salonBtn {
    display: block;
  }
}
.header_menu_active .l-header__mainMenu {
  opacity: 1;
}

#popup_headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #009a3e !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

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

.l-header__mainMenuContent-menu {
  margin-top: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 769px) {
  .l-header__mainMenuContent-menu {
    margin-top: 13rem;
  }
}

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

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

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

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .l-page {
    padding: 0 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-page {
    font-size: 1.6rem;
  }
}

.l-pageheader {
  position: relative;
  background: #fffae1;
}

.l-pageheader__inner {
  position: relative;
  padding: 11rem 0 8.5rem;
}
@media screen and (min-width: 769px) {
  .l-pageheader__inner {
    padding: 17.5rem 0 12.5rem;
  }
}

.l-pageheader__title img {
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-pageheader__title img {
    height: 5.6rem;
  }
}

.l-pageheader__subtitle {
  text-align: center;
  margin: 1rem 0 -4rem;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .l-pageheader__subtitle {
    font-size: 1.4rem;
    margin: 3rem 0 -5.5rem;
  }
}

.l-pageheader__deco {
  position: absolute;
  bottom: 2rem;
  width: 4.5rem;
}
@media screen and (min-width: 769px) {
  .l-pageheader__deco {
    bottom: 4rem;
    width: 9.8rem;
  }
}
.l-pageheader__deco.__lemonkun {
  left: 0%;
}
@media screen and (min-width: 769px) {
  .l-pageheader__deco.__lemonkun {
    left: 6.5%;
  }
}
.l-pageheader__deco.__lemonchan {
  right: 0%;
}
@media screen and (min-width: 769px) {
  .l-pageheader__deco.__lemonchan {
    right: 5.8%;
  }
}

.l-pager {
  position: relative;
  padding: 6rem 0 7rem;
}
@media screen and (min-width: 769px) {
  .l-pager {
    padding: 8rem 0 14rem;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
@media screen and (min-width: 769px) {
  .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) {
  .l-pager .page_numbers .link_number {
    margin: 0 0.5rem;
  }
}
.l-pager .page_numbers .link_number .current {
  color: #12a0a0;
  border-color: none !important;
}
.l-pager .page_numbers .link_number.disable {
  display: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    color: #031a33;
    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: absolute;
  top: 0;
  display: block;
  background: #fff;
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev:hover, .l-pager .page_numbers .page-numbers.next:hover {
    color: #031a33;
    text-decoration: underline;
  }
}
.l-pager .page_numbers .page-numbers.prev {
  left: 0;
}
.l-pager .page_numbers .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url("../img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.8rem;
  vertical-align: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-pager .page_numbers .page-numbers.prev::before {
    width: 1.2rem;
    height: 1rem;
  }
}
.l-pager .page_numbers .page-numbers.next {
  right: 0;
  text-align: right;
}
.l-pager .page_numbers .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url("../img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 0.8rem;
  vertical-align: -0.05em;
}
@media screen and (max-width: 768px) {
  .l-pager .page_numbers .page-numbers.next::after {
    width: 1.2rem;
    height: 1rem;
  }
}

.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: 4rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 769px) {
  .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;
}
@media screen and (max-width: 768px) {
  .l-sidebar.__spcol2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-sidebar.__spcol2 .l-sidebar__widget {
    width: 47.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-sidebar__widget + .l-sidebar__widget {
    margin-top: 6rem;
  }
}

.l-sidebar__widget_title {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  border-bottom: 1px solid #031a33;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__widget_title {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}

.l-sidebar__navi_list {
  margin: 0;
}
.l-sidebar__navi_list li {
  border-bottom: 0.5px solid rgba(3, 26, 51, 0.1);
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li {
    border-bottom: 1px solid rgba(3, 26, 51, 0.1);
  }
}
.l-sidebar__navi_list li a {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a {
    padding: 2rem 0 2rem 3rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a:hover {
    color: #0b8ab8;
  }
}

.l-sidebar__navi_more {
  position: relative;
  display: block;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more {
    padding: 2rem 0 2rem 3rem;
    font-size: 1.4rem;
  }
}
.l-sidebar__navi_more span::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.3rem;
  border-left: 0.5px solid #031a33;
  border-bottom: 0.5px solid #031a33;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more span::after {
    width: 0.8rem;
    height: 0.8rem;
    border-left: 1px solid #031a33;
    border-bottom: 1px solid #031a33;
  }
}

.l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
  border: none;
  border-right: 0.5px solid #031a33;
  border-top: 0.5px solid #031a33;
  vertical-align: -0.2em;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
    border: none;
    border-right: 1px solid #031a33;
    border-top: 1px solid #031a33;
  }
}

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

.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  margin: 5rem 0 3rem;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    margin: 7rem 0 3rem;
    font-size: 3rem;
  }
}
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  margin: 4rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
    margin: 6rem 0 3rem;
  }
}
.l-wysiwyg h3 {
  font-size: 1.8rem;
  color: #0b8ab8;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h3 {
    font-size: 2.4rem;
  }
}
.l-wysiwyg h3::before {
  top: calc(50% - 0.5em);
  border-radius: 2rem;
  background: linear-gradient(180deg, #0a58ad 0%, rgba(18, 160, 160, 0) 52.08%, #12a0a0 100%);
}
.l-wysiwyg h4 {
  color: #12a0a0;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h4 {
    font-size: 2rem;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 4rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul,
.l-wysiwyg ol {
    padding: 0;
    margin: 6rem 0;
  }
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 2em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #0b8ab8;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  vertical-align: 0.1em;
  margin-right: 0.7em;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul li::before {
    top: 0.9em;
  }
}
.l-wysiwyg ol {
  counter-reset: number 0;
  list-style-type: none;
}
.l-wysiwyg ol *:first-of-type {
  margin-top: 0;
}
.l-wysiwyg ol li {
  display: block;
  position: relative;
  padding-left: 2em;
  counter-increment: number 1;
}
.l-wysiwyg ol li::before {
  content: counter(number) ".";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: block;
  border-radius: 100%;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 0.1em;
  color: #0b8ab8;
}
.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: #0b8ab8;
  font-size: 1.3em;
}
.l-wysiwyg ol .__mt {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ol .__mt {
    margin: 4rem 0 0;
  }
}
.l-wysiwyg a {
  display: inline-block;
  position: relative;
  color: #0b8ab8;
  border-bottom: 0.5px solid #0b8ab8;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a {
    border-bottom: 1px solid #0b8ab8;
  }
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a:hover {
    color: #0b8ab8;
    border-color: #0b8ab8;
  }
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a[target=_blank]:hover {
    color: #0b8ab8;
    border-color: #0b8ab8;
  }
  .l-wysiwyg a[target=_blank]:hover::before {
    background-image: url("../img/icon/target_blank.svg");
  }
}
.l-wysiwyg a[target=_blank]::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -1.2em;
  bottom: 0.2em;
  background: url("../img/icon/target_blank.svg") no-repeat center center/contain;
  transition: 0.3s;
}
.l-wysiwyg figure {
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg figure {
    margin: 6rem 0;
  }
}
.l-wysiwyg img {
  border-radius: 2rem;
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg img {
    margin: 8rem 0;
    border-radius: 4rem;
  }
}
.l-wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}

.wp-block-image {
  margin: 6rem 0 !important;
}
@media screen and (min-width: 992px) {
  .wp-block-image {
    margin: 4rem 0 !important;
  }
}

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

.bg_blue {
  background: #0b8ab8;
}
@media screen and (min-width: 769px) {
  .bg_blue {
    color: #031a33 !important;
  }
}

.p-btn a {
  max-width: 32rem;
  margin: 0 auto;
  display: block;
}
.p-btn.__mt {
  margin-top: 5rem;
}

.p-follow {
  position: fixed;
  z-index: 99;
  background: #fff;
  right: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(0.2rem 0.3rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.2rem 0.3rem 1rem rgba(0, 0, 0, 0.1));
  width: 100%;
  padding: 1.2rem 0.5rem 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-follow {
    right: 2rem;
    bottom: 2rem;
    width: 29rem;
    padding: 2.5rem 1.5rem 2rem;
    border-radius: 2rem;
  }
}
.p-follow a {
  display: block;
}
.p-follow a + a {
  margin-top: 0.5rem;
}

.p-follow__title {
  width: 90%;
  margin: 0 auto 1rem;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-follow__title {
    display: block;
  }
}

.p-follow__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-follow__btns {
    display: block;
  }
}

.p-follow__deco {
  position: absolute;
  right: 1rem;
  top: -4.8rem;
  width: 10.4rem;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-follow__deco {
    display: block;
  }
}

.p-follow-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  /* バナー間の余白部分がクリックできなくなるので下記、絶対に消さない。*/
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-follow-wrap {
    flex-direction: row;
    justify-content: space-between; 
    align-items: end;
    padding: 0 2rem 1rem;
  }
}
.p-follow-wrap.is_both_closed {
  padding-inline: 0.75rem;
  bottom: 1rem;
  gap: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .p-follow-wrap.is_both_closed {
    flex-direction: column;
    padding: 0 2rem 0 0;
    align-items: end;
    gap: 1.1rem 0;
  } 
}

.p-follow-wrap.is_both_closed .p-follow-news,
.p-follow-wrap.is_both_closed .p-follow-estimate {
  margin-left: 0;
}
.p-follow-news__close-btn,
.p-follow-estimate__close-btn {
  position: absolute;
  right: 1rem;
  top: 0;
  translate: 0 -50%;
  width: 2.77rem;
  height: 2.77rem;
  border-radius: 100vmax;
  background: #ffe900 url('../img/icon/icon_close.png') no-repeat center center / 1.5rem auto;
  box-shadow: 0.3rem 0 0.7rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-follow-news__close-btn,
  .p-follow-estimate__close-btn {
    background-color: unset;
    background-image: url('../img/common/follow_banner_close_pc.png');
    translate: unset;
    box-shadow: none;
    background-size: contain;
  }
  .p-follow-news__close-btn {
    top: 1rem;
    right: 1.2rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .p-follow-estimate__close-btn {
    top: 1.3rem;
    right: 1.3rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-follow-estimate {
  position: relative;
  background: #ffffffCC;
  box-shadow: 0.2rem 0.2rem 0.9rem rgba(226, 220, 188, 0.76);
  width: 100%;
  padding: 1.2rem 0.5rem;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-follow-estimate {
      width: 29rem;
      padding: 4rem 1.5rem 2.3rem;
      border-radius: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-follow-estimate.is-closed {
    margin-left: 0.75rem;
    border-radius: 1rem;
    width: 17.25rem;
    height: 9.2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;  
  }  
}
@media screen and (min-width: 769px) {
  .p-follow-estimate.is-closed {
    height: 10.96rem;
    padding: 1.8rem 1.35rem 0;
    cursor: pointer;
  }  
}

.p-follow-estimate.is-closed .p-follow-estimate__close-btn,
.p-follow-estimate.is-closed .p-follow-estimate__btn:not(.main-btn),
.p-follow-estimate.is-closed .p-follow-estimate__deco,
.p-follow-estimate.is-closed .p-follow-estimate__title {
  display: none;
}

.js-loading .p-follow-wrap {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.p-follow-estimate__deco {
  position: absolute;
  left: 1.6rem;
  top: 0;
  translate: 0 -50%;
  width: 10.4rem;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 769px) {
  .p-follow-estimate__deco {
      display: block;
  }
}
.p-follow-estimate__title {
  width: 90%;
  margin: 0 auto 1rem;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-follow-estimate__title {
      display: block;
  }
}

.p-follow-estimate__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 769px) {
  .p-follow-estimate__btns {
      display: block;
  }
}

.p-follow-estimate__btn {
    display: block;
}

@media screen and (max-width: 768px) {
  .p-follow-estimate__btn:not(.tel) {
    width: 14.9rem;
  }
  .p-follow-estimate__btn.tel {
    width: 5.7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-follow-estimate.is-closed .p-follow-estimate__btn.main-btn {
    width: 26.5rem;
  }
}


.p-follow-news {
  position: relative;
  padding: 2.05rem 1.05rem 0.95rem;
  background: #ffe900f2;
  width: 100%;
  transition: background 0.2s;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-follow-news {
    width: 45.1rem;
    padding: 3.6rem 1.4rem 1rem 1.8rem;
    border-radius: 2rem;
  }
}
.p-follow-news.is-closed {
  background: #ffffffCC;
  box-shadow: 0.2rem 0.2rem 0.9rem 0 rgba(226, 220, 188, 0.76);
}
@media screen and (max-width: 768px) {
  .p-follow-news.is-closed {
    width: 17.25rem;
    height: 9.2rem;
    display: flex;
    justify-content: center;  
    border-radius: 1rem;
    padding-top: 2.65rem;
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-follow-news.is-closed {
    width: 29rem;
    min-height: 10.96rem;
    padding: 1.8rem 1.35rem 1.6rem;
    border-radius: 2rem;
    margin-left: 0;
    cursor: pointer;
  }  
}

.p-follow-news.is-closed .p-follow-news__close-btn,
.p-follow-news.is-closed .p-follow-news__grid > *:not(.p-follow-news__title.middle) {
  display: none;
}

.p-follow-news__grid {
  display: grid;
  grid-template-columns: 22.3rem 11.8rem;
  grid-template-areas:
      "ttl-middle cta"
      "ttl-bottom cta"
      "text cta";
  grid-template-rows: repeat(2, min-content) 1fr;
  justify-content: space-between;
  align-items: start;
  gap: 0 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-follow-news__grid {
    grid-template-columns: 17.1rem 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;      
    grid-template-areas: 
      "ttl-middle ttl-middle"
      "ttl-bottom ttl-bottom"
      "img-pc text"
      "img-pc cta";
  }
}
.p-follow-news.is-closed .p-follow-news__grid {
  display: contents;
}
.p-follow-news__top-title-wrap {
  width: 22.3rem;
  position: absolute;
  top: 0;
  left: 1rem;
  translate: 0 -1.35rem;
  text-align: center;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .p-follow-news__top-title-wrap {
    width: 100%;
    translate: 0 -2.7rem;
  }
}
.p-follow-news.is-closed .p-follow-news__top-title-wrap {
  width: 100%;
  /* translateを解除すると擬似要素で作った吹き出しのz-index:-1が効かなくなるので解除しない */
  translate: 0 0;
  top: 1.25rem;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-follow-news.is-closed .p-follow-news__top-title-wrap {
    position: static;
  }   
}
.p-follow-news__title {
  font-weight: bold;
}
.p-follow-news__title.top {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0.425rem 2rem 0.3rem;
  border-radius: 100vmax;
  border: 0.25rem solid #000;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #009a3e;
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.top {
    padding: 0.9rem 3.05rem 0.6rem;
    border-width: 0.2rem;
    font-size: 2.6rem;
  }
}
.p-follow-news.is-closed .p-follow-news__title.top {
  padding: 0.25rem 1.325rem 0.18rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-follow-news.is-closed .p-follow-news__title.top {
    padding: 0.38rem 2.35rem;
    font-size: 1.6rem;
  }
}
.p-follow-news__title.top::before,
.p-follow-news__title.top::after {
  content: '';
  display: block;
  aspect-ratio: 49.84 / 27.34;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.top::before,
  .p-follow-news__title.top::after {
    top: 2.1rem;
  }
}
.p-follow-news.is-closed .p-follow-news__title.top::before,
.p-follow-news.is-closed .p-follow-news__title.top::after {
  top: 0.65rem;
}
@media screen and (min-width: 769px) {
  .p-follow-news.is-closed .p-follow-news__title.top::before,
  .p-follow-news.is-closed .p-follow-news__title.top::after {
    top: 1.2rem;
  }  
}

/* 三角形より一回り大きい三角形(ボーダーの役割) */
.p-follow-news__title.top::before {
  /* afterの幅＋ボーダーの幅 */
  width: calc(2.3rem + 0.55rem);
  background: #000;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.top::before {
    width: calc(5.38rem + 0.4rem);
  }
  .p-follow-news.is-closed .p-follow-news__title.top::before {
    width:  calc(3.1rem + 0.4rem);
  }
}
.p-follow-news__title.top::after {
  background: linear-gradient(to bottom, transparent 50%, #FFF 50%);
  width: 2.3rem;
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.top::after {
    background: linear-gradient(to bottom, transparent 50%, #FFF 50%);
    width: 5.38rem;
  }
  .p-follow-news.is-closed .p-follow-news__title.top::after {
    width: 3.1rem;
  }
}

.p-follow-news__title.middle,
.p-follow-news__title.bottom {
  display: block;
  justify-self: center;
}
.p-follow-news__title.middle {
  grid-area: ttl-middle;
  width: fit-content;
  padding: 0.5rem 1.35rem;
  background: #00954a;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.middle {
    font-size: 2rem;
    padding: 0.75rem 1.85rem;
  }
}

.p-follow-news.is-closed .p-follow-news__title.middle {
  color: #000;
  background: #ffe900;
}
@media screen and (max-width: 768px) {
  .p-follow-news.is-closed .p-follow-news__title.middle {
    width: 14.9rem;
    height: 5.3rem;
    border-radius: 1.25rem;  
    padding: 1.3rem 1rem 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;  
  }  
}
@media screen and (min-width: 769px) {
  .p-follow-news.is-closed .p-follow-news__title.middle {
    width: 100%;
    padding-block: 1.05rem;
    text-align: center;
  }
}
.p-follow-news__title.middle span {
  display: block;
  line-height: 1.3;
  margin-block: var(--leading-trim);
}
.p-follow-news.is-closed .p-follow-news__title.middle span {
  line-height: 1.21;
}

.p-follow-news__title.bottom {
  grid-area: ttl-bottom;
  margin-top: 1.6rem;
  color: #009a3e;
  font-size: 1.6rem;
  line-height: 1.125;
  margin-top: calc(var(--leading-trim) + 1.5rem);
  margin-bottom: var(--leading-trim);
}
@media screen and (min-width: 769px) {
  .p-follow-news__title.bottom {
    font-size: 3rem;
    margin-top: calc(var(--leading-trim) + 2rem);
  } 
}
.p-follow-news__text-area {
  grid-area: text;
  display: grid;
  font-size: 1.15rem;
  grid-template-columns: 7rem 1fr;
  margin-top: 1.5rem;
  font-weight: bold;
  gap: 0 0.9rem;
}
@media screen and (min-width: 769px) {
  .p-follow-news__text-area {
    display: block;
    margin-top: 2.6rem;
  }
}
.p-follow-news__text-title {
  display: block;
  font-size: 1.15rem;
  line-height: 1.39;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 769px) {
  .p-follow-news__text-title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.p-follow-news__text  {
  font-size: 0.9rem;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .p-follow-news__text {
    font-size: 1.3rem;
    line-height: 1.53;
    margin-top: calc(var(--leading-trim) + 2rem);
    margin-bottom: var(--leading-trim);
  }
}

.p-follow-news__img-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-follow-news__img-pc {
    grid-area: img-pc;
    display: block;
    aspect-ratio: 600 / 850;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2.6rem;
  }
}
.p-follow-news__img-pc figure {
  width: 100%;
  height: 100%;
}
.p-follow-news__img-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-follow-news__cta-area {
  grid-area: cta;
  aspect-ratio: 236 / 279;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-follow-news__cta-area {
    aspect-ratio: unset;
    display: grid;
    grid-template-columns: 14.9rem 1fr;
    align-items: center;
    margin-top: 0.7rem;
  }
}
.p-follow-news__img-sp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-follow-news__img-sp {
    display: none;
  } 
}
.p-follow-news__img-sp figure {
  width: 100%;
  aspect-ratio: 600 / 850;
}
.p-follow-news__img-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-follow-news__cta-link {
  display: block;
  background: #00954a;
  border-radius: 1rem;
  height: fit-content;
  padding: 0.5rem 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-follow-news__cta-link {
    position: static;
    border-radius: 1rem 0 0 1rem;
    padding: 1.75rem 0.9rem 1.75rem 1.1rem;
  }
}
.p-follow-news.is-closed .p-follow-news__cta-link {
  pointer-events: none;
}
.p-follow-news__cta-link-text {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  gap: 0 0.9rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-follow-news__cta-link-text {
    grid-template-columns: 1fr 2.2rem;
    font-size: 1.6rem;
    margin-bottom: var(--leading-trim);
  }
}
.p-follow-news__cta-link-text::after {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url('../img/icon/icon_arrow_round.png') no-repeat center center / contain;
}
.p-follow-news__qr-img {
  aspect-ratio: 1 / 1;
  padding: 0.6rem;
  background: #fff;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-follow-news__qr-img {
    display: block;
  }
}

.p-products__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-products__list {
    gap: 5rem 1.4%;
  }
}
.p-products__list.__archive .p-products__list_name {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-products__list.__archive .p-products__list_name {
    font-size: 2.4rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 6.8rem;
  }
}

.p-products__list_item {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_item {
    width: 32.4%;
    padding: 4.5rem 2.8rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-products__list_item + .p-products__list_item {
    margin-top: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-products__list_tagwrap {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.8rem;
  }
}

.p-products__list_brand {
  background: #c5e7d4;
  display: inline-block;
  padding: 0.2rem 2rem 0.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 2rem;
}

.p-products__list_tag {
  color: #009a3e;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-products__list_tag {
    font-size: 1.4rem;
  }
}

.p-products__list_name {
  font-size: 2.35rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-products__list_name {
    font-size: 3.2rem;
  }
}

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

.p-products__list_img {
  display: block;
  margin: 2rem 0 1.5rem;
  height: 13rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_img {
    height: 24.7rem;
    margin: 2rem 0 2.5rem;
  }
}
.p-products__list_img figure {
  width: 100%;
  height: 100%;
}
.p-products__list_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-products__list_maker_price + .p-products__list_maker_price {
  margin-top: 16px;
}
.p-products__list_maker_price .__text {
  display: block;
  line-height: 1.4;
}
.p-products__list_maker_price .__price {
  font-weight: 700;
  line-height: 1.4;
}
.p-products__list_maker_price .__price b {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-products__list_maker_price .__price b {
    font-size: 2.3rem;
  }
}

.p-products__list_price {
  position: relative;
  margin: 1.5rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_price {
    margin: 2rem 0 2.5rem;
  }
}
.p-products__list_price .__title {
  font-size: 1.4rem;
  font-weight: 500;
  background: #ffe900;
  padding: 0 1.5rem 0.2rem;
  line-height: 1.6;
  display: inline-block;
  border-radius: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__title {
    font-size: 1.8rem;
    padding: 0 1rem 0.2rem;
    line-height: 1.4;
  }
}
.p-products__list_price .__price {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__price {
    font-size: 2.8rem;
  }
}
.p-products__list_price .__price b {
  font-size: 4rem;
  color: #009a3e;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__price b {
    font-size: 4.6rem;
  }
}
.p-products__list_price .__optionList {
  margin-top: 1em;
}
.p-products__list_price .__optionList .__optionTtl {
  font-size: 1em;
  line-height: 1.6;
}
.p-products__list_price .__optionList .__option {
  line-height: 1.4;
  font-feature-settings: 'palt';
  letter-spacing: 0.03em;
  font-weight: 400;
}
.p-products__list_price .__optionList .__optionSmall {
  font-size: 0.8em;
  line-height: inherit;
}
.p-products__list_price .__option {
  font-weight: 700;
  font-size: 1.55rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__option {
    font-size: 1.5rem;
  }
}
.p-products__list_price .__option b {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__option b {
    font-size: 2.8rem;
  }
}

.__option .__optionAside {
  font-size:1.3rem;
  display:inline-block;
}

.p-products__list_price .__popup {
  position: absolute;
  right: -2rem;
  top: -3.7rem;
  width: 8rem;
  height: 8rem;
  background: url("../img/common/recommend_popup.webp") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__popup {
    top: -4.5rem;
    width: 10rem;
    height: 10rem;
  }
}
.p-products__list_price .__popup span {
  font-size: 40%;
  position: absolute;
  right: 40%;
  top: 24%;
  line-height: 1;
  color: #009a3e;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .p-products__list_price .__popup span {
    font-size: 3.4rem;
    right: 40%;
    top: 24%;
  }
}


.p-products__recommend {
  background: rgba(0, 153, 68, 0.1);
  padding: 2rem 2rem 4.5rem;
  position: relative;
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-products__recommend {
    border-radius: 2.4rem;
    padding: 1.5rem 2.2rem 2.5rem;
    min-height: 25rem;
  }
}
.p-products__recommend dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1.2rem;
  color: #009a3e;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-products__recommend dt {
    font-size: 1.8rem;
  }
}
.p-products__recommend dt::before {
  content: "";
  display: block;
  width: 0.6rem;
  background: #ffe900;
  height: 1em;
  top: 0.5em;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-products__recommend dt::before {
    width: 0.7rem;
    top: 0.6em;
  }
}
.p-products__recommend dd {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-products__recommend dd {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-products__recommend dd span {
  width: 64.1%;
  display: block;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.p-products__recommend_img {
  position: absolute;
  bottom: 0;
}
.p-products__recommend_img.__type_01 {
  width: 14.25rem;
  right: -0.2rem;
}
@media screen and (min-width: 769px) {
  .p-products__recommend_img.__type_01 {
    width: 16.3rem;
    right: -0.9rem;
  }
}
.p-products__recommend_img.__type_02 {
  width: 14.35rem;
  right: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-products__recommend_img.__type_02 {
    width: 16.6rem;
    right: 1.8rem;
  }
}
.p-products__recommend_img.__type_03 {
  width: 11.35rem;
  right: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-products__recommend_img.__type_03 {
    width: 12.8rem;
    right: 2.3rem;
  }
}

.p-products__list_btn {
  margin-top: 1.5rem;
}
.p-products__list_btn img {
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-products__list_btn img:hover {
    opacity: 0.8;
  }
}

.p-products__taglist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem 0.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-products__taglist {
    gap: 1rem;
  }
}
.p-products__taglist li {
  display: inline-block;
}
.p-products__taglist li a {
  border: 2px solid #009a3e;
  color: #009a3e;
  text-align: center;
  padding: 0.8rem 1.5rem;
  min-width: 8rem;
  font-weight: 700;
  border-radius: 5rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-products__taglist li a {
    padding: 1rem 2.5rem;
    min-width: 10.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-products__taglist li a:hover {
    opacity: 0.8;
  }
}
.p-products__taglist li.is_active a {
  background: #009a3e;
  color: #fff;
}

.p-popup {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10000;
}

.p-popup__window {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(100% - 1.8rem - 1.8rem);
  max-width: 120rem;
  height: 80dvh;
  margin: auto;
  overflow: scroll;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .p-popup__window {
    border-radius: 2rem;
  }
}

.p-popup__window_inner {
  position: relative;
  padding: 3.5rem 1.8rem 5rem;
}
@media screen and (min-width: 769px) {
  .p-popup__window_inner {
    padding: 6.5rem 5rem;
  }
}

.p-popup__brand {
  background: #c5e7d4;
  display: inline-block;
  padding: 0.2rem 2rem 0.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 2rem;
  margin-bottom: 0.8rem;
}

.p-popup__name {
  font-size: 2.35rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-popup__name {
    font-size: 3.2rem;
  }
}

.p-popup__detail {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-popup__detail {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .p-popup__detail_img {
    width: 28%;
    padding: 0 3rem;
  }
}
.p-popup__detail_img a {
  display: block;
}
@media screen and (max-width: 991px) {
  .p-popup__detail_img figure {
    width: 80%;
    margin: 0 auto;
  }
}
.p-popup__detail_img figure + figure {
  margin-top: 2rem;
}

.p-popup__detail_table {
  margin-top: 5rem;
}
@media screen and (min-width: 992px) {
  .p-popup__detail_table {
    width: 63.6%;
    margin-top: 0;
  }
}
.p-popup__detail_table dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-popup__detail_table dl + dl {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl + dl {
    margin-top: 2.5rem;
  }
}
.p-popup__detail_table dl dt,
.p-popup__detail_table dl dd {
  padding: 0 0 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dt,
.p-popup__detail_table dl dd {
    padding: 0 0 2.5rem;
  }
}
.p-popup__detail_table dl dt *,
.p-popup__detail_table dl dd * {
  line-height: 1.6;
}
.p-popup__detail_table dl dt {
  position: relative;
  font-weight: 700;
  padding: 0 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dt {
    padding: 0 0 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dt {
    width: 25.7%;
  }
  .p-popup__detail_table dl dt::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #009a3e;
    width: 100%;
    height: 1px;
    z-index: 1;
  }
}
.p-popup__detail_table dl dd {
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dd {
    width: 71.4%;
    padding: 0 0 2.5rem;
  }
}
.p-popup__detail_table dl dd small {
  display: block;
}
.p-popup__detail_table dl dd a {
  color: #009a3e;
  border-bottom: 1px solid #009a3e;
  display: inline-block;
}
.p-popup__detail_table dl dd .__space {
  padding-right: 1em;
}
.p-popup__detail_table dl dd .price {
  color: #009a3e;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dd .price {
    font-size: 2rem;
  }
}
.p-popup__detail_table dl dd .price b {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table dl dd .price b {
    width: 71.4%;
    font-size: 2.8rem;
  }
}
.p-popup__detail_table .__popup {
  position: absolute;
  right: -1em;
  bottom: 1em;
  transform: translateX(100%);
  width: 8rem;
  height: 8rem;
  background: url("../img/common/recommend_popup.webp") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table .__popup {
    width: 10rem;
    height: 10rem;
  }
}
.p-popup__detail_table .__popup span {
  font-size: 40%;
  position: absolute;
  right: 40%;
  top: 24%;
  line-height: 1;
  color: #009a3e;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .p-popup__detail_table .__popup span {
    font-size: 3.4rem;
    right: 40%;
    top: 24%;
  }
}
.p-popup__box {
  position: relative;
  width: fit-content;
}

.p-popup__form_btn {
  max-width: 34rem;
  margin: 4rem auto 0;
}

.p-popup__window_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-popup__window_close {
    opacity: 0.8;
    right: 2rem;
    top: 2rem;
  }
}
.p-popup__window_close::before, .p-popup__window_close::after {
  content: "";
  display: block;
  background: #909090;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.7rem;
  height: 1px;
}
.p-popup__window_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-popup__window_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.u-middle {
  display: flex;
  align-items: center;
}
.u-d-none {
  display: none;
}
/* 商品ラインナップページのポップアップより上に来るように指定 */
.lightboxOverlay {
  z-index: 10010;
}
.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
  /* width: 85vw; */
  width: calc(100vw - 4rem);
  z-index: 10020;
}
@media screen and (min-width: 769px) {
  .lightbox {
    width: min(70vw, 700px);
    /* max-width: 80vw; */
  }
}
.lb-outerContainer {
  width: 100%;
  padding: 1.5rem;
   /* 最低でも幅と同じ高さを確保  */
  aspect-ratio: 1 / 1;
   /* 画像が縦長であれば伸びるように指定  */
  height: auto !important;
  max-height: 75svh;
}
@media screen and (min-width: 769px) {
  .lb-outerContainer {
    /* width: unset;
    min-width: min(50vw, 600px);
    max-width: 100%; */
    max-height: 70vh;
    padding: 2rem;
  }
}
.lb-dataContainer {
  width: 100% !important;
}
.lb-container {
  width: 100%;
  height: 100%;
}
.lightbox .lb-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border: none;
}