@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, svg, path, g, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  backface-visibility: hidden;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, option {
  vertical-align: middle;
  -webkit-appearance: none;
}

img, svg, video {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

/*
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}*/
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button, input[type=button], input[type=submit] {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

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

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
video,
figure,
picture,
small,
:after,
:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
img,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
video,
figure,
picture,
small,
:after,
:before,
svg {
  position: relative;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #aaa;
}

a:hover {
  outline: none;
}

* {
  outline: none !important;
}

canvas {
  vertical-align: bottom;
}

svg, path, g {
  transform: translateZ(0);
  perspective: 1000;
  display: flex;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

button {
  touch-action: manipulation; /* ダブルタップによるズームを防ぐ */
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* :a
---------------------------------------------------- */
a {
  color: #161616;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}

.pc ::selection, .pc ::-moz-selection {
  background: #09A47F;
  color: #fff;
}

/* :base
---------------------------------------------------- */
html {
  min-height: 100%;
  scroll-behavior: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background: #fff;
  margin: 0;
  width: 100%;
  height: 100%;
  word-break: break-word;
}
body.no-scroll {
  overflow: hidden;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 4001;
}
.loading.is-first {
  z-index: 9000;
}

.loader {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.loader-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.loader svg {
  width: 180px; /* 表示サイズを調整 */
  height: 180px;
  display: block;
}

.loader-bar {
  /* JavaScriptでwidthを制御 */
}

.loading-2 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 120dvh;
  z-index: 9000;
  transform: translate(0, -120%);
  margin-bottom: -20%;
}
.loading-2__inner {
  margin: 0 0 0 auto;
  width: 560px;
  height: 100%;
  padding: 0 10px;
}
.loading-2__inner-bg {
  width: 100%;
  height: 100%;
  background: #D0D6D6 url("../images/overlay-2-bg.webp");
  mask: url(../images/loader-mask.svg) center bottom no-repeat;
  mask-size: 100% auto;
  animation: bg-move 4s linear infinite;
}

@keyframes bg-move {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 100%;
  }
}
.loading-3 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 120dvh;
  z-index: 9001;
  transform: translate(0, -120%);
  margin-bottom: -20%;
}
.loading-3__inner {
  margin: 0 0 0 auto;
  width: 560px;
  height: 100%;
  padding: 0 10px;
}
.loading-3__inner-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  mask: url(../images/loader-mask.svg) center bottom no-repeat;
  mask-size: 100% auto;
}

.l-wrapper {
  width: 100%;
  overflow-x: clip;
}

.l-page-content {
  margin: 0 0 0 auto;
  width: 560px;
  background: #fff;
}

.l-page-content {
  text-align: left;
  padding: 0 10px;
}

.l-side {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 560px);
  height: 100svh;
  z-index: 3;
  order: 1;
}
.l-side__inner {
  position: relative;
  height: 100%;
}
.l-side__nav {
  position: absolute;
  inset: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto auto;
  z-index: 110;
}
.l-side__nav > ul li a {
  display: flex;
  padding: 10px 60px 10px 0;
}
.l-side__nav > ul li a .text {
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 0 auto;
}
.l-side__nav > ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  margin-top: -0.5px;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc .l-side__nav > ul li a:hover .text:before {
  transform: scaleX(1);
}
.l-side__nav > ul li.current a:before {
  transform: scaleX(1);
}
.l-side__sns {
  margin-top: 20px;
}
.l-side__sns ul {
  align-items: center;
  margin: 0 -12px;
}
.l-side__sns li {
  padding: 0 12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-side__sns li a img {
  width: 40px;
}
.l-side__news {
  width: 400px;
  text-align: left;
}
.l-side__news__wrapper {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 102;
}
.l-side__news article {
  width: 100%;
  filter: drop-shadow(4px 4px 0 rgb(9, 164, 127));
}
.l-side__news article a {
  background: #fff;
  display: block;
  padding: 20px;
}
.l-side__news article a time {
  color: #09A47F;
  margin-bottom: 5px;
}
.l-side__news article a p {
  line-height: 2;
  margin-bottom: -0.5em;
}
.l-side__text {
  position: absolute;
  inset: 0;
  margin: auto 0 auto 20px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 101;
}
.l-side__text p {
  font-size: 14px;
  writing-mode: vertical-rl; /* 縦書きで右から左に書く */
  text-orientation: upright; /* 文字の向きをそのまま保つ */
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
.l-side__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-side__img.is-active {
  z-index: 10;
  opacity: 1;
}
.l-side__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.svg-set {
  display: none;
}

@media screen and (max-width: 1365px) {
  /* :base
  ---------------------------------------------------- */
  body {
    font-size: 1.1721611722vw;
  }
  .loader svg {
    width: 13.1868131868vw;
    height: 13.1868131868vw;
  }
  .loading-2__inner {
    width: 41.0256410256vw;
    padding: 0 0.7326007326vw;
  }
  .loading-3__inner {
    width: 41.0256410256vw;
    padding: 0 0.7326007326vw;
  }
  .l-page-content {
    width: 41.0256410256vw;
  }
  .l-page-content {
    padding: 0 0.7326007326vw;
  }
  .l-side {
    width: calc(100% - 41.0256410256vw);
  }
  .l-side__nav > ul li a {
    padding: 0.7326007326vw 4.3956043956vw 0.7326007326vw 0;
  }
  .l-side__nav > ul li a:before {
    width: 2.1978021978vw;
  }
  .l-side__sns {
    margin-top: 1.4652014652vw;
  }
  .l-side__sns ul {
    margin: 0 -0.8791208791vw;
  }
  .l-side__sns li {
    padding: 0 0.8791208791vw;
  }
  .l-side__sns li a img {
    width: 2.9304029304vw;
  }
  .l-side__news {
    bottom: 4.3956043956vw;
    right: 4.3956043956vw;
    width: 29.304029304vw;
  }
  .l-side__news article {
    filter: drop-shadow(0.293040293vw 0.293040293vw 0 rgb(9, 164, 127));
  }
  .l-side__news article a {
    padding: 1.4652014652vw;
  }
  .l-side__news article a time {
    margin-bottom: 0.3663003663vw;
  }
  .l-side__text {
    margin: auto 0 auto 1.4652014652vw;
  }
  .l-side__text p {
    font-size: 1.0256410256vw;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.3671875vw;
  }
  .loader svg {
    width: 17.578125vw;
    height: 17.578125vw;
  }
  .loading-2__inner {
    width: 50%;
    padding: 0 0.732421875vw;
  }
  .loading-3__inner {
    width: 50%;
    padding: 0 0.732421875vw;
  }
  .l-page-content {
    width: 50%;
    padding: 0 0.732421875vw;
  }
  .l-side {
    width: 50%;
  }
  .l-side__nav > ul li a {
    padding: 0.732421875vw 4.39453125vw 0.732421875vw 0;
  }
  .l-side__nav > ul li a:before {
    width: 2.197265625vw;
  }
  .l-side__sns {
    margin-top: 1.46484375vw;
  }
  .l-side__sns ul {
    margin: 0 -0.87890625vw;
  }
  .l-side__sns li {
    padding: 0 0.87890625vw;
  }
  .l-side__sns li a img {
    width: 2.9296875vw;
  }
  .l-side__news {
    bottom: 4.39453125vw;
    right: 4.39453125vw;
    width: 29.296875vw;
  }
  .l-side__news article {
    filter: drop-shadow(0.29296875vw 0.29296875vw 0 rgb(9, 164, 127));
  }
  .l-side__news article a {
    padding: 1.46484375vw;
  }
  .l-side__news article a time {
    margin-bottom: 0.3662109375vw;
  }
  .l-side__text {
    margin: auto 0 auto 1.46484375vw;
  }
  .l-side__text p {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
  .loader svg {
    width: 32vw;
    height: 32vw;
  }
  .loading-2__inner {
    width: 100%;
    padding: 0;
  }
  .loading-3__inner {
    width: 100%;
    padding: 0;
  }
  .l-page-content {
    width: 100%;
    padding: 0;
  }
  .l-side {
    width: 100%;
    display: none;
  }
  .l-side__nav {
    top: 38.4vw;
    left: 8vw;
  }
  .l-side__nav > ul {
    margin-top: -3vw;
  }
  .l-side__nav > ul li a {
    padding: 2vw 0;
  }
  .l-side__sns {
    margin-top: 4vw;
  }
  .l-side__sns ul {
    margin: 0 -2.4vw;
  }
  .l-side__sns li {
    padding: 0 2.4vw;
  }
  .l-side__sns li a img {
    width: 8vw;
  }
}
.l-header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 400;
}
.l-header__inner {
  height: 100%;
}
.l-header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.l-header h1 a {
  display: block;
}
.l-header h1 a img {
  max-width: none;
  width: auto;
  height: 60px;
}
.l-header h1 p {
  line-height: 1.6;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 20px;
}

.drawer-btn {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 4010;
  display: none;
}
.drawer-btn .icon-burger {
  display: block;
  height: 50px;
  width: 80px;
  background: #09A47F;
  border-radius: 25px;
}
.drawer-btn .icon-burger .line {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1), margin 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
.drawer-btn .icon-burger .line:nth-of-type(1) {
  left: 50%;
  top: 50%;
  margin-top: -4px;
  transform: translate(-50%, -50%);
}
.drawer-btn .icon-burger .line:nth-of-type(2) {
  left: 50%;
  top: 50%;
  margin-top: 4px;
  transform: translate(-50%, -50%);
}
.drawer-btn .text {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.drawer-btn.is-active .icon-burger .line:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  margin: 0;
}
.drawer-btn.is-active .icon-burger .line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
  margin: 0;
}

.drawer-menu {
  position: fixed;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  width: 560px;
  height: 100dvh;
  right: 0;
  top: 0;
  overflow-y: scroll;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 4000;
  padding: 120px;
}
.drawer-menu.is-open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.drawer-menu.is-open .drawer-menu__main li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.drawer-menu.is-open .drawer-menu__sns li a {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.drawer-menu.is-open .drawer-menu__reserved a.default-btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.drawer-menu.is-open .drawer-menu__app a.default-btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.drawer-menu.is-open .drawer-menu__app p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.drawer-menu.is-active {
  visibility: visible;
}
.drawer-menu__inner {
  width: 100%;
  overscroll-behavior: none;
  text-align: left;
}
.drawer-menu__inner > .row {
  align-items: center;
  flex-direction: column;
}
.drawer-menu__main {
  width: 100%;
}
.drawer-menu__main ul {
  margin-bottom: -10px;
  justify-content: center;
}
.drawer-menu__main li {
  width: 100%;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__main li a {
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__main li a .text {
  padding: 5px 0;
}
.pc .drawer-menu__main li a:hover {
  color: #FFCC00;
}
.drawer-menu__main li a.current {
  color: #FFCC00;
  pointer-events: none;
}
.drawer-menu__sns {
  margin-top: 40px;
}
.drawer-menu__sns ul {
  justify-content: center;
  margin: 0 -10px;
}
.drawer-menu__sns li {
  padding: 0 10px;
}
.drawer-menu__sns li a {
  transform: scale(0.5);
  opacity: 0;
  display: flex;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__sns li a img {
  width: 40px;
}
.drawer-menu__reserved {
  margin-top: 40px;
}
.drawer-menu__reserved a.default-btn {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__reserved a.default-btn:before {
  border: 1px solid #fff;
}
.drawer-menu__reserved a.default-btn:after {
  background: #fff;
}
.drawer-menu__reserved a.default-btn .text {
  color: #fff;
}
.pc .drawer-menu__reserved a.default-btn:hover:after {
  opacity: 1;
}
.pc .drawer-menu__reserved a.default-btn:hover .text {
  color: #09A47F;
}
.drawer-menu__app {
  margin-top: 40px;
}
.drawer-menu__app a.default-btn {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__app a.default-btn:before {
  border: 1px solid #fff;
}
.drawer-menu__app a.default-btn:after {
  background: #fff;
}
.drawer-menu__app a.default-btn .text {
  color: #fff;
}
.pc .drawer-menu__app a.default-btn:hover:after {
  opacity: 1;
}
.pc .drawer-menu__app a.default-btn:hover .text {
  color: #09A47F;
}
.drawer-menu__app p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (max-width: 1365px) {
  .l-header {
    top: 1.4652014652vw;
    left: 1.4652014652vw;
  }
  .l-header h1 a img {
    height: 4.3956043956vw;
  }
  .l-header h1 p {
    font-size: 0.8791208791vw;
    margin-top: 1.4652014652vw;
  }
  .drawer-btn {
    right: 2.1978021978vw;
    top: 2.1978021978vw;
  }
  .drawer-btn .icon-burger {
    height: 3.663003663vw;
    width: 5.8608058608vw;
    border-radius: 1.8315018315vw;
  }
  .drawer-btn .icon-burger .line {
    width: 2.9304029304vw;
  }
  .drawer-btn .text {
    left: -5.8608058608vw;
    font-size: 1.1721611722vw;
  }
  .drawer-menu {
    padding: 8.7912087912vw;
    width: 41.0256410256vw;
  }
  .drawer-menu__main ul {
    margin-bottom: -0.7326007326vw;
  }
  .drawer-menu__main li {
    transform: translate3d(0, 0.7326007326vw, 0);
  }
  .drawer-menu__main li a {
    padding: 0.7326007326vw 0;
  }
  .drawer-menu__main li a .text {
    padding: 0.3663003663vw 0;
  }
  .drawer-menu__sns {
    margin-top: 2.9304029304vw;
  }
  .drawer-menu__sns ul {
    margin: 0 -0.7326007326vw;
  }
  .drawer-menu__sns li {
    padding: 0 0.7326007326vw;
  }
  .drawer-menu__sns li a img {
    width: 2.9304029304vw;
  }
  .drawer-menu__reserved {
    margin-top: 2.9304029304vw;
  }
  .drawer-menu__reserved a.default-btn {
    transform: translate3d(0, 0.7326007326vw, 0);
  }
  .drawer-menu__app {
    margin-top: 2.9304029304vw;
  }
  .drawer-menu__app a.default-btn {
    transform: translate3d(0, 0.7326007326vw, 0);
  }
  .drawer-menu__app p {
    margin-bottom: 1.4652014652vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    top: 1.46484375vw;
    left: 1.46484375vw;
  }
  .l-header h1 a img {
    height: 4.39453125vw;
  }
  .l-header h1 p {
    font-size: 1.07421875vw;
    margin-top: 1.46484375vw;
  }
  .drawer-btn {
    right: 2.197265625vw;
    top: 2.197265625vw;
  }
  .drawer-btn .icon-burger {
    height: 3.662109375vw;
    width: 5.859375vw;
    border-radius: 1.8310546875vw;
  }
  .drawer-btn .icon-burger .line {
    width: 2.9296875vw;
  }
  .drawer-btn .text {
    left: -5.859375vw;
    font-size: 1.3671875vw;
  }
  .drawer-menu {
    padding: 3.90625vw;
    width: 50%;
  }
  .drawer-menu__main ul {
    margin-bottom: -0.732421875vw;
  }
  .drawer-menu__main li {
    transform: translate3d(0, 0.732421875vw, 0);
  }
  .drawer-menu__main li a {
    padding: 0.732421875vw 0;
  }
  .drawer-menu__main li a .text {
    padding: 0.3662109375vw 0;
  }
  .drawer-menu__sns {
    margin-top: 2.9296875vw;
  }
  .drawer-menu__sns ul {
    margin: 0 -0.732421875vw;
  }
  .drawer-menu__sns li {
    padding: 0 0.732421875vw;
  }
  .drawer-menu__sns li a img {
    width: 2.9296875vw;
  }
  .drawer-menu__reserved {
    margin-top: 2.9296875vw;
  }
  .drawer-menu__reserved a.default-btn {
    transform: translate3d(0, 0.732421875vw, 0);
  }
  .drawer-menu__app {
    margin-top: 2.9296875vw;
  }
  .drawer-menu__app a.default-btn {
    transform: translate3d(0, 0.732421875vw, 0);
  }
  .drawer-menu__app p {
    margin-bottom: 1.46484375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    position: absolute;
  }
  .l-header h1 a img {
    height: 12vw;
  }
  .l-header h1 p {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
  .drawer-btn {
    right: 5.3333333333vw;
    top: 6vw;
    display: block;
  }
  .drawer-btn .icon-burger {
    height: 10.6666666667vw;
    width: 16vw;
    border-radius: 5vw;
  }
  .drawer-btn .icon-burger .line {
    height: 0.5333333333vw;
    width: 8vw;
  }
  .drawer-btn .icon-burger .line:nth-of-type(1) {
    margin-top: -0.8vw;
  }
  .drawer-btn .icon-burger .line:nth-of-type(2) {
    margin-top: 0.8vw;
  }
  .drawer-menu {
    padding: 10.6666666667vw;
    width: 100%;
  }
  .drawer-menu__main ul {
    margin-bottom: -2vw;
    display: flex;
    flex-wrap: wrap;
  }
  .drawer-menu__main li {
    transform: translate3d(0, 2vw, 0);
  }
  .drawer-menu__main li a {
    padding: 2vw 0;
  }
  .drawer-menu__main li a .text {
    padding: 1vw 0;
  }
  .drawer-menu__sns {
    margin-top: 5.3333333333vw;
  }
  .drawer-menu__sns ul {
    margin: 0 -2vw;
  }
  .drawer-menu__sns li {
    padding: 0 2vw;
  }
  .drawer-menu__sns li a img {
    width: 8vw;
  }
  .drawer-menu__reserved {
    margin-top: 8vw;
  }
  .drawer-menu__reserved a.default-btn {
    transform: translate3d(0, 2vw, 0);
  }
  .drawer-menu__app {
    margin-top: 8vw;
  }
  .drawer-menu__app a.default-btn {
    transform: translate3d(0, 2vw, 0);
  }
  .drawer-menu__app p {
    margin-bottom: 4vw;
    transform: translate3d(0, 2vw, 0);
  }
}
.l-footer__top {
  padding: 80px 0;
  background: url("../images/footer-bg.webp") no-repeat 50% 50%/cover;
}
.l-footer__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5C6160;
  z-index: 1;
  opacity: 0.95;
}
.l-footer__top p {
  color: #fff;
  line-height: 2;
  font-size: 14px;
  z-index: 2;
}
.l-footer__top p:not(:first-child) {
  margin-top: 1.6em;
}
.l-footer__top p a {
  color: #fff;
}
.l-footer__logo {
  text-align: center;
  margin-top: 10px;
}
.l-footer__logo img {
  height: 60px;
}
.l-footer__btn {
  margin-top: 40px;
}
.l-footer__btn a.default-btn:before {
  border: 1px solid #fff;
}
.l-footer__btn a.default-btn:after {
  background: #fff;
}
.l-footer__btn a.default-btn .text {
  color: #fff;
}
.pc .l-footer__btn a.default-btn:hover:after {
  opacity: 1;
}
.pc .l-footer__btn a.default-btn:hover .text {
  color: #09A47F;
}
.l-footer__sns {
  margin-top: 40px;
}
.l-footer__sns ul {
  justify-content: center;
  margin: 0 -10px;
}
.l-footer__sns li {
  padding: 0 10px;
}
.l-footer__sns li a {
  display: flex;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-footer__sns li a img {
  width: 40px;
}
.l-footer__bottom {
  background: #fff;
  height: 80px;
}
.l-footer__bottom .container > .row {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-footer__bottom .container .copyright {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__bottom .container .copyright .text {
  color: #09A47F;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  bottom: 0;
  z-index: 2999;
  background: #09A47F;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
  visibility: hidden;
}
.overlay.is-active {
  visibility: visible;
}
.overlay.is-visible {
  opacity: 1;
}

@media screen and (max-width: 1365px) {
  .l-footer__top {
    padding: 5.8608058608vw 0;
  }
  .l-footer__top p {
    font-size: 1.0256410256vw;
  }
  .l-footer__logo {
    margin-top: 0.7326007326vw;
  }
  .l-footer__logo img {
    height: 4.3956043956vw;
  }
  .l-footer__btn {
    margin-top: 2.9304029304vw;
  }
  .l-footer__sns {
    margin-top: 2.9304029304vw;
  }
  .l-footer__sns ul {
    margin: 0 -0.7326007326vw;
  }
  .l-footer__sns li {
    padding: 0 0.7326007326vw;
  }
  .l-footer__sns li a img {
    width: 2.9304029304vw;
  }
  .l-footer__bottom {
    height: 5.8608058608vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__top {
    padding: 5.859375vw 0;
  }
  .l-footer__top p {
    font-size: 1.171875vw;
  }
  .l-footer__logo {
    margin-top: 0.732421875vw;
  }
  .l-footer__logo img {
    height: 4.39453125vw;
  }
  .l-footer__btn {
    margin-top: 2.9296875vw;
  }
  .l-footer__sns {
    margin-top: 2.9296875vw;
  }
  .l-footer__sns ul {
    margin: 0 -0.732421875vw;
  }
  .l-footer__sns li {
    padding: 0 0.732421875vw;
  }
  .l-footer__sns li a img {
    width: 2.9296875vw;
  }
  .l-footer__bottom {
    height: 5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 16vw 0;
  }
  .l-footer__top p {
    font-size: 3.2vw;
  }
  .l-footer__logo {
    margin-top: 2vw;
  }
  .l-footer__logo img {
    height: 12vw;
  }
  .l-footer__btn {
    margin-top: 8vw;
  }
  .l-footer__sns {
    margin-top: 8vw;
  }
  .l-footer__sns ul {
    margin: 0 -2vw;
  }
  .l-footer__sns li {
    padding: 0 2vw;
  }
  .l-footer__sns li a img {
    width: 8vw;
  }
  .l-footer__bottom {
    height: 16vw;
  }
}
.l-page-title {
  text-align: center;
  padding: 10px 0 0;
}
.l-page-title__inner {
  width: 100%;
  height: 100%;
  padding: 120px 0 60px;
  background: linear-gradient(45deg, rgb(246, 249, 242) 0%, rgb(245, 250, 249) 100%);
}
.l-page-title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  right: 0;
  margin: 0 auto 0 -0.5px;
  width: 1px;
  height: 40px;
  background: #09A47F;
}
.l-page-title h1 {
  margin-bottom: 0;
}
.l-page-title h1 .en-text {
  font-size: 20px;
  line-height: 1.6;
  color: #09A47F;
  display: block;
}
.l-page-title h1 .jp-text {
  font-size: 30px;
  display: block;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: -0.3em;
}

.main-section {
  padding: 120px 0;
}
.main-section.no-pt-section {
  padding-top: 0;
}

.l-section + .l-section {
  margin-top: 120px;
}

.m-section + .m-section {
  margin-top: 80px;
}

.s-section + .s-section {
  margin-top: 40px;
}

.ss-section + .ss-section {
  margin-top: 20px;
}

.gray-section {
  background: linear-gradient(45deg, rgb(246, 249, 242) 0%, rgb(245, 250, 249) 100%);
}

.full-container {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.l-container {
  padding: 0 120px;
  height: 100%;
  z-index: 2;
}

.container {
  margin: auto;
  max-width: 1280px;
  height: 100%;
  padding: 0 50px;
  z-index: 2;
}

.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}

.grid {
  display: grid;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}

.text {
  display: inline-block;
}

.en-text {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 500;
}

.kerning {
  letter-spacing: 0.05em;
}

.kerning-l {
  letter-spacing: 0.1em;
}

.kerning-0 {
  letter-spacing: 0;
}

.center-kerning {
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

.center-kerning-l {
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.center-kerning-0 {
  text-indent: 0;
  letter-spacing: 0;
}

.right-kerning {
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

.right-kerning-l {
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.right-kerning-0 {
  text-indent: 0;
  letter-spacing: 0;
  margin-right: 0;
}

.en-text {
  font-family: "Alumni Sans", sans-serif;
}

.icon {
  line-height: 0;
  display: inline-block;
}
.icon.is-fixed {
  position: fixed;
  z-index: 9999;
}

.main-section p, .main-section li {
  line-height: 2;
}

.main-section p + p {
  margin-top: 2em;
}

.mb1em {
  margin-bottom: 1.6em;
}

a.call {
  cursor: default;
}
a.call:hover {
  opacity: 1;
}

.main-heading {
  margin-bottom: 80px;
}
.main-heading h2 .en-text {
  line-height: 1.6;
  color: #09A47F;
  display: block;
  margin-bottom: 5px;
}
.main-heading h2 .jp-text {
  font-size: 24px;
  display: block;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: -0.3em;
}

a.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
a.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #09A47F;
  z-index: 1;
  border-radius: 40px;
  transition: background 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
a.default-btn .text {
  font-size: 20px;
  color: #fff;
  z-index: 3;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc a.default-btn:hover:before {
  background: #161616;
}
.pc a.default-btn:hover .text {
  color: #fff;
}

.cp-color {
  color: #09A47F;
}

.accent-color {
  color: #FFCC00;
}

.red-color {
  color: #FF0067;
}

.ll-text {
  font-size: 24px;
}

.l-text {
  font-size: 20px;
}

.s-text {
  font-size: 14px;
}

.t-link {
  text-decoration: underline;
}

a.link {
  display: inline-flex;
  align-items: center;
}
a.link .icon {
  margin-right: 6px;
}

ul.default {
  line-height: 2;
}
ul.default li {
  padding-left: 1em;
}
ul.default li:before {
  content: "";
  position: absolute;
  top: 1.05em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
  background: #161616;
  border-radius: 50%;
}

ul.attent {
  padding: 0;
  margin: 0;
}
ul.attent li {
  padding-left: 1em;
  line-height: 2;
}
ul.attent li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  line-height: 2;
  text-align: left;
  display: inline-block;
}

.default-link {
  line-height: 2;
}
.default-link a {
  padding-left: 30px;
}
.default-link .icon {
  position: absolute;
  top: 0.05em;
  left: 0;
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.max {
  width: 100%;
  height: auto;
}

img.size-2 {
  width: 50%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

.svg-wrapper {
  width: 100%;
  display: block;
}

.svg-wrapper svg,
.svg-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc-img,
.pc-block {
  display: block;
}

.pc-in-block {
  display: inline-block;
}

.pc-none,
.sp-img {
  display: none;
}

img.img-border {
  border: 1px solid #161616;
}

p,
li {
  text-align: justify;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  height: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

dl.table-list__dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 20px 0;
  line-height: 2;
  border-bottom: 1px solid #B7C9C9;
  font-size: 14px;
}
dl.table-list__dl:nth-of-type(1) {
  border-top: 1px solid #B7C9C9;
}
dl.table-list__dl dt {
  padding-right: 30px;
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

.lh-16 {
  line-height: 1.6;
}

.lh-225 {
  line-height: 2.25;
}

@media screen and (max-width: 1365px) {
  .l-page-title {
    padding: 0.7326007326vw 0 0;
  }
  .l-page-title__inner {
    padding: 8.7912087912vw 0 4.3956043956vw;
  }
  .l-page-title:after {
    bottom: -1.4652014652vw;
    height: 2.9304029304vw;
  }
  .l-page-title h1 .en-text {
    font-size: 1.4652014652vw;
  }
  .l-page-title h1 .jp-text {
    font-size: 2.1978021978vw;
  }
  .main-section {
    padding: 8.7912087912vw 0;
  }
  .l-section + .l-section {
    margin-top: 8.7912087912vw;
  }
  .m-section + .m-section {
    margin-top: 5.8608058608vw;
  }
  .s-section + .s-section {
    margin-top: 2.9304029304vw;
  }
  .ss-section + .ss-section {
    margin-top: 1.4652014652vw;
  }
  .l-container {
    padding: 0 8.7912087912vw;
  }
  .container {
    max-width: 93.7728937729vw;
    padding: 0 3.663003663vw;
  }
  .main-heading {
    margin-bottom: 5.8608058608vw;
  }
  .main-heading h2 .en-text {
    margin-bottom: 0.3663003663vw;
  }
  .main-heading h2 .jp-text {
    font-size: 1.7582417582vw;
  }
  a.default-btn {
    height: 5.8608058608vw;
  }
  a.default-btn:before {
    border-radius: 2.9304029304vw;
  }
  a.default-btn .text {
    font-size: 1.4652014652vw;
  }
  .ll-text {
    font-size: 1.7582417582vw;
  }
  .l-text {
    font-size: 1.4652014652vw;
  }
  .s-text {
    font-size: 1.0256410256vw;
  }
  a.link .icon {
    margin-right: 0.4395604396vw;
  }
  ul.default li:before {
    width: 0.293040293vw;
    height: 0.293040293vw;
    margin: -0.1465201465vw 0 0 0;
  }
  .default-link a {
    padding-left: 2.1978021978vw;
  }
  dl.table-list__dl {
    grid-template-columns: 8.7912087912vw 1fr;
    padding: 1.4652014652vw 0;
  }
  dl.table-list__dl dt {
    padding-right: 2.1978021978vw;
  }
  .mb10 {
    margin-bottom: 0.7326007326vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-page-title {
    padding: 0.732421875vw 0 0;
  }
  .l-page-title__inner {
    padding: 8.7890625vw 0 4.39453125vw;
  }
  .l-page-title:after {
    bottom: -1.46484375vw;
    height: 2.9296875vw;
  }
  .l-page-title h1 .en-text {
    font-size: 1.46484375vw;
  }
  .l-page-title h1 .jp-text {
    font-size: 2.197265625vw;
  }
  .main-section {
    padding: 8.7890625vw 0;
  }
  .l-section + .l-section {
    margin-top: 8.7890625vw;
  }
  .m-section + .m-section {
    margin-top: 5.859375vw;
  }
  .s-section + .s-section {
    margin-top: 2.9296875vw;
  }
  .ss-section + .ss-section {
    margin-top: 1.46484375vw;
  }
  .l-container {
    padding: 0 5.859375vw;
  }
  .container {
    max-width: none;
    padding: 0 4.39453125vw;
  }
  .main-heading {
    margin-bottom: 5.859375vw;
  }
  .main-heading h2 .en-text {
    margin-bottom: 0.3662109375vw;
  }
  .main-heading h2 .jp-text {
    font-size: 2.1484375vw;
  }
  a.default-btn {
    height: 5.859375vw;
  }
  a.default-btn:before {
    border-radius: 2.9296875vw;
  }
  a.default-btn .text {
    font-size: 1.46484375vw;
  }
  .ll-text {
    font-size: 1.7578125vw;
  }
  .l-text {
    font-size: 1.46484375vw;
  }
  .s-text {
    font-size: 1.171875vw;
  }
  a.link .icon {
    margin-right: 0.5859375vw;
  }
  ul.default li:before {
    width: 0.29296875vw;
    height: 0.29296875vw;
    margin: -0.146484375vw 0 0 0;
  }
  .default-link a {
    padding-left: 2.197265625vw;
  }
  dl.table-list__dl {
    grid-template-columns: 11.71875vw 1fr;
    padding: 1.46484375vw 0;
  }
  dl.table-list__dl dt {
    padding-right: 2.197265625vw;
  }
  .mb10 {
    margin-bottom: 0.732421875vw;
  }
  .tb-left {
    text-align: left;
  }
  .tb-center {
    text-align: center;
  }
  .tb-right {
    text-align: right;
  }
  .tb-in-block {
    display: inline-block;
  }
  .tb-img,
  .tb-block {
    display: block;
  }
  .tb-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-page-title {
    padding: 0;
  }
  .l-page-title__inner {
    padding: 34.6666666667vw 0 12vw;
  }
  .l-page-title:after {
    bottom: -4vw;
    height: 8vw;
  }
  .l-page-title h1 .en-text {
    font-size: 4vw;
  }
  .l-page-title h1 .jp-text {
    font-size: 6vw;
  }
  .main-section {
    padding: 24vw 0;
  }
  .l-section + .l-section {
    margin-top: 24vw;
  }
  .m-section + .m-section {
    margin-top: 16vw;
  }
  .s-section + .s-section {
    margin-top: 8vw;
  }
  .ss-section + .ss-section {
    margin-top: 4vw;
  }
  .l-container {
    padding: 0 5.3333333333vw;
  }
  .container {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
  .main-heading {
    margin-bottom: 16vw;
  }
  .main-heading h2 .en-text {
    margin-bottom: 1vw;
  }
  .main-heading h2 .jp-text {
    font-size: 5.8666666667vw;
  }
  a.default-btn {
    height: 16vw;
  }
  a.default-btn:before {
    border-radius: 8vw;
  }
  a.default-btn .text {
    font-size: 4vw;
  }
  .ll-text {
    font-size: 5.3333333333vw;
  }
  .l-text {
    font-size: 4vw;
  }
  .s-text {
    font-size: 3.2vw;
  }
  a.link .icon {
    margin-right: 1.2vw;
  }
  ul.default li:before {
    width: 0.8vw;
    height: 0.8vw;
    margin: -0.4vw 0 0 0;
  }
  .default-link a {
    padding-left: 6vw;
  }
  dl.table-list__dl {
    grid-template-columns: 26.6666666667vw 1fr;
    padding: 4vw 0;
    font-size: 3.2vw;
  }
  dl.table-list__dl dt {
    padding-right: 5.3333333333vw;
  }
  .mb10 {
    margin-bottom: 2vw;
  }
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
  .sp-in-block {
    display: inline-block;
  }
  .sp-img,
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.scroll-fade-in {
  opacity: 0;
  visibility: hidden;
}

.scroll-slide-up {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
}

.scroll-slide-right {
  opacity: 0;
  visibility: hidden;
  transform: translate(-20px, 0);
}

.scroll-slide-left-down {
  opacity: 0;
  visibility: hidden;
  transform: translate(20px, -20px);
}

.clip-mask {
  display: inline-block;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.clip-mask-block {
  display: block;
}

@media screen and (max-width: 1365px) {
  .scroll-slide-up {
    transform: translate(0, 1.4652014652vw);
  }
}
@media screen and (max-width: 1024px) {
  .scroll-slide-up {
    transform: translate(0, 1.46484375vw);
  }
}
@media screen and (max-width: 767px) {
  .scroll-slide-up {
    transform: translate(0, 4vw);
  }
}
.p-top-first-view {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 10px 0;
}
.p-top-first-view__inner {
  width: 100%;
  height: 100%;
}
.p-top-first-view__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-top-first-view__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09A47F;
  opacity: 0.1;
  z-index: 2;
}
.p-top-first-view__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.p-top-first-view__jp-catch {
  position: absolute;
  inset: 0; /* 全方向0に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -120px auto 0;
  z-index: 4;
}
.p-top-first-view__jp-catch .text {
  font-size: 24px;
  writing-mode: vertical-rl; /* 縦書きで右から左に書く */
  text-orientation: upright; /* 文字の向きをそのまま保つ */
  color: #fff;
  letter-spacing: 0.25em;
  font-weight: 500;
  line-height: 1.8;
}
.p-top-first-view__en-catch {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: auto;
  z-index: 3;
  mix-blend-mode: overlay;
}
.p-top-first-view__en-catch svg {
  width: 100%;
}
.p-top-first-view__en-catch .cls-1 {
  fill: #fff;
}

.p-top-main-heading {
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.p-top-main-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0 auto 0 -0.5px;
  width: 1px;
  height: 40px;
  background: #09A47F;
}
.p-top-main-heading h2 {
  margin-bottom: 0;
}
.p-top-main-heading h2 .en-text {
  line-height: 1.6;
  font-size: 20px;
  color: #09A47F;
  display: block;
}
.p-top-main-heading h2 .jp-text {
  font-size: 30px;
  display: block;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: -0.3em;
}

.p-top-greeting__sub-img-1 {
  width: 330px;
  z-index: 1;
}
.p-top-greeting__sub-img-2 {
  position: absolute;
  right: 0;
  top: 60px;
  width: 190px;
  z-index: 2;
}
.p-top-greeting__sub-img-3 {
  margin: 50px auto 0;
  width: 230px;
  z-index: 3;
}
.p-top-greeting__ceo > .row {
  justify-content: flex-end;
  align-items: center;
}
.p-top-greeting__ceo-img {
  padding-left: 20px;
}
.p-top-greeting__ceo-img img {
  width: 120px;
}

.p-top-feature__item__heading {
  position: absolute;
  top: -40px;
  left: 0;
  writing-mode: vertical-rl;
  z-index: 2;
}
.p-top-feature__item__heading h2 {
  display: flex;
  flex-direction: column;
}
.p-top-feature__item__heading h2 .text {
  font-size: 20px;
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  background: #09A47F;
  color: #fff;
  padding: 5px;
}
.p-top-feature__item__heading h2 .text:not(:first-child) {
  margin-right: 10px;
  background: #fff;
  color: #161616;
}
.p-top-feature__item__img {
  margin-bottom: 40px;
}
.p-top-feature__item__video {
  margin-bottom: 40px;
}
.p-top-feature__item__video video {
  width: 100%;
  height: auto;
}
.p-top-feature__item__section:nth-of-type(2n+1) .p-top-feature__item__heading {
  left: -15px;
}
.p-top-feature__item__section:nth-of-type(2n) .p-top-feature__item__heading {
  right: -15px;
}
.p-top-works__slide {
  overflow: hidden;
}
.p-top-works__slide__inner {
  padding: 0 100px;
}
.p-top-works__slide .swiper-slide {
  width: 100%;
  height: auto;
}
.p-top-works__slide .swiper-slide .slide-img {
  margin-bottom: 30px;
}
.p-top-works__slide .swiper-slide h3 .text {
  color: #09A47F;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}
.p-top-works__slide .swiper-slide p {
  margin-top: 10px;
}

.p-top-breaks__flow > .grid {
  grid-template-columns: calc(50% - 20px) 40px calc(50% - 20px);
}
.p-top-breaks__flow__item {
  height: 100%;
}
.p-top-breaks__flow__item__text {
  background: #fff;
  padding: 10px;
  font-size: 14px;
}
.p-top-breaks__flow__item__text p {
  text-align: center;
}
.p-top-breaks__flow__arrow {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
}
.p-top-breaks__flow__arrow.flow-arrow-1 {
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
  height: 100%;
  margin: auto 0 auto auto;
}
.p-top-breaks__flow__arrow.flow-arrow-1 .scroll-slide-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-top-breaks__flow__arrow.flow-arrow-2 {
  grid-column: span 3;
  height: 40px;
  width: 100%;
}
.p-top-breaks__flow__arrow.flow-arrow-2 img {
  transform: rotate(135deg);
}

.p-top-outline__map {
  line-height: 0;
}
.p-top-outline__map .iframe-wrapper {
  height: 360px;
}

@media screen and (max-width: 1365px) {
  .p-top-first-view {
    padding: 0.7326007326vw 0;
  }
  .p-top-first-view__jp-catch {
    margin: -8.7912087912vw auto 0;
  }
  .p-top-first-view__jp-catch .text {
    font-size: 1.7582417582vw;
  }
  .p-top-first-view__en-catch {
    bottom: 3.663003663vw;
  }
  .p-top-main-heading {
    margin-bottom: 2.9304029304vw;
    padding-bottom: 5.8608058608vw;
  }
  .p-top-main-heading:after {
    width: 1px;
    height: 2.9304029304vw;
  }
  .p-top-main-heading h2 .en-text {
    font-size: 1.4652014652vw;
  }
  .p-top-main-heading h2 .jp-text {
    font-size: 2.1978021978vw;
  }
  .p-top-greeting__sub-img-1 {
    width: 24.1758241758vw;
  }
  .p-top-greeting__sub-img-2 {
    top: 4.3956043956vw;
    width: 13.9194139194vw;
  }
  .p-top-greeting__sub-img-3 {
    margin: 3.663003663vw auto 0;
    width: 16.8498168498vw;
  }
  .p-top-greeting__ceo-img {
    padding-left: 1.4652014652vw;
  }
  .p-top-greeting__ceo-img img {
    width: 8.7912087912vw;
  }
  .p-top-feature__item__heading {
    top: -2.9304029304vw;
  }
  .p-top-feature__item__heading h2 .text {
    font-size: 1.4652014652vw;
    padding: 0.3663003663vw;
  }
  .p-top-feature__item__heading h2 .text:not(:first-child) {
    margin-right: 0.7326007326vw;
  }
  .p-top-feature__item__img {
    margin-bottom: 2.9304029304vw;
  }
  .p-top-feature__item__video {
    margin-bottom: 2.9304029304vw;
  }
  .p-top-feature__item__section:nth-of-type(2n+1) .p-top-feature__item__heading {
    left: -1.0989010989vw;
  }
  .p-top-feature__item__section:nth-of-type(2n) .p-top-feature__item__heading {
    right: -1.0989010989vw;
  }
  .p-top-works__slide__inner {
    padding: 0 7.326007326vw;
  }
  .p-top-works__slide .swiper-slide .slide-img {
    margin-bottom: 2.1978021978vw;
  }
  .p-top-works__slide .swiper-slide h3 .text {
    color: #09A47F;
    font-size: 1.4652014652vw;
  }
  .p-top-works__slide .swiper-slide p {
    margin-top: 0.7326007326vw;
  }
  .p-top-breaks__flow > .grid {
    grid-template-columns: calc(50% - 1.4652014652vw) 2.9304029304vw calc(50% - 1.4652014652vw);
  }
  .p-top-breaks__flow__item__text {
    padding: 0.7326007326vw;
    font-size: 1.0256410256vw;
  }
  .p-top-breaks__flow__arrow {
    width: 2.9304029304vw;
  }
  .p-top-breaks__flow__arrow img {
    width: 1.684981685vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-1 {
    right: -1.4652014652vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-2 {
    height: 2.9304029304vw;
  }
  .p-top-outline__map .iframe-wrapper {
    height: 26.3736263736vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-first-view {
    padding: 0.732421875vw 0;
  }
  .p-top-first-view__jp-catch {
    margin: -14.1357421875vw auto 0;
  }
  .p-top-first-view__jp-catch .text {
    font-size: 2.1484375vw;
  }
  .p-top-first-view__en-catch {
    bottom: 3.662109375vw;
  }
  .p-top-main-heading {
    margin-bottom: 2.9296875vw;
    padding-bottom: 5.859375vw;
  }
  .p-top-main-heading:after {
    width: 1px;
    height: 2.9296875vw;
  }
  .p-top-main-heading h2 .en-text {
    font-size: 1.46484375vw;
  }
  .p-top-main-heading h2 .jp-text {
    font-size: 2.197265625vw;
  }
  .p-top-greeting__sub-img-1 {
    width: 29.58984375vw;
  }
  .p-top-greeting__sub-img-2 {
    top: 4.39453125vw;
    width: 17.08984375vw;
  }
  .p-top-greeting__sub-img-3 {
    margin: 3.662109375vw auto 0;
    width: 20.703125vw;
  }
  .p-top-greeting__ceo-img {
    padding-left: 1.46484375vw;
  }
  .p-top-greeting__ceo-img img {
    width: 8.7890625vw;
  }
  .p-top-feature__item__heading {
    top: -2.9296875vw;
  }
  .p-top-feature__item__heading h2 .text {
    font-size: 1.953125vw;
    padding: 0.3662109375vw;
  }
  .p-top-feature__item__heading h2 .text:not(:first-child) {
    margin-right: 0.732421875vw;
  }
  .p-top-feature__item__img {
    margin-bottom: 2.9296875vw;
  }
  .p-top-feature__item__video {
    margin-bottom: 2.9296875vw;
  }
  .p-top-feature__item__section:nth-of-type(2n+1) .p-top-feature__item__heading {
    left: -1.0986328125vw;
  }
  .p-top-feature__item__section:nth-of-type(2n) .p-top-feature__item__heading {
    right: -1.0986328125vw;
  }
  .p-top-works__slide__inner {
    padding: 0 8.056640625vw;
  }
  .p-top-works__slide .swiper-slide .slide-img {
    margin-bottom: 2.197265625vw;
  }
  .p-top-works__slide .swiper-slide h3 .text {
    color: #09A47F;
    font-size: 1.7578125vw;
  }
  .p-top-works__slide .swiper-slide p {
    margin-top: 0.732421875vw;
  }
  .p-top-breaks__flow > .grid {
    grid-template-columns: calc(50% - 1.46484375vw) 2.9296875vw calc(50% - 1.46484375vw);
  }
  .p-top-breaks__flow__item__text {
    padding: 0.732421875vw;
    font-size: 1.07421875vw;
  }
  .p-top-breaks__flow__arrow {
    width: 2.9296875vw;
  }
  .p-top-breaks__flow__arrow img {
    width: 1.6845703125vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-1 {
    right: -1.46484375vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-2 {
    height: 2.9296875vw;
  }
  .p-top-outline__map .iframe-wrapper {
    height: 26.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view {
    padding: 0;
  }
  .p-top-first-view__jp-catch {
    margin: -26.6666666667vw auto 0;
  }
  .p-top-first-view__jp-catch .text {
    font-size: 5.8666666667vw;
  }
  .p-top-first-view__en-catch {
    bottom: 10vw;
  }
  .p-top-main-heading {
    margin-bottom: 8vw;
    padding-bottom: 16vw;
  }
  .p-top-main-heading:after {
    width: 1px;
    height: 8vw;
  }
  .p-top-main-heading h2 .en-text {
    font-size: 4vw;
  }
  .p-top-main-heading h2 .jp-text {
    font-size: 6vw;
  }
  .p-top-greeting__sub-img-1 {
    width: 58.6666666667vw;
    left: 2vw;
  }
  .p-top-greeting__sub-img-2 {
    top: 12vw;
    right: 2vw;
    width: 32.6666666667vw;
  }
  .p-top-greeting__sub-img-3 {
    margin: 8vw auto 0;
    width: 41.3333333333vw;
  }
  .p-top-greeting__ceo-img {
    padding-left: 4vw;
  }
  .p-top-greeting__ceo-img img {
    width: 24vw;
  }
  .p-top-feature__item__heading {
    top: -8vw;
  }
  .p-top-feature__item__heading h2 .text {
    font-size: 4.8vw;
    padding: 1vw;
  }
  .p-top-feature__item__heading h2 .text:not(:first-child) {
    margin-right: 2vw;
  }
  .p-top-feature__item__img {
    margin-bottom: 8vw;
  }
  .p-top-feature__item__video {
    margin-bottom: 8vw;
  }
  .p-top-feature__item__section:nth-of-type(2n+1) .p-top-feature__item__heading {
    left: 3vw;
  }
  .p-top-feature__item__section:nth-of-type(2n) .p-top-feature__item__heading {
    right: 3vw;
  }
  .p-top-works__slide__inner {
    padding: 0 10vw;
  }
  .p-top-works__slide .swiper-slide .slide-img {
    margin-bottom: 6vw;
  }
  .p-top-works__slide .swiper-slide h3 .text {
    color: #09A47F;
    font-size: 4.8vw;
  }
  .p-top-works__slide .swiper-slide p {
    margin-top: 2vw;
  }
  .p-top-breaks__flow > .grid {
    grid-template-columns: calc(50% - 4vw) 8vw calc(50% - 4vw);
  }
  .p-top-breaks__flow__item__text {
    padding: 2vw;
    font-size: 2.9333333333vw;
  }
  .p-top-breaks__flow__arrow {
    width: 8vw;
  }
  .p-top-breaks__flow__arrow img {
    width: 4.6vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-1 {
    right: -4vw;
  }
  .p-top-breaks__flow__arrow.flow-arrow-2 {
    height: 8vw;
  }
  .p-top-outline__map .iframe-wrapper {
    height: 72vw;
  }
}
.p-company-philosophy__content > .row {
  justify-content: center;
  margin: 0 -20px;
}
.p-company-philosophy__content-text {
  display: flex;
  font-size: 20px;
  line-height: 1.8;
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}

.p-company-policy__content > .row {
  justify-content: center;
  margin: 0 -20px;
}
.p-company-policy__content-text {
  display: flex;
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  text-align: center;
}
.p-company-policy__content-text .num {
  margin: auto;
  font-size: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.p-company-policy__content-text .num:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.1em;
  height: 0.1em;
  background: #161616;
  border-radius: 0.05em;
}
.p-company-policy__content-text .main-text {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1365px) {
  .p-company-philosophy__content > .row {
    margin: 0 -1.4652014652vw;
  }
  .p-company-philosophy__content-text {
    font-size: 1.4652014652vw;
    padding: 0 1.4652014652vw;
  }
  .p-company-policy__content > .row {
    margin: 0 -1.4652014652vw;
  }
  .p-company-policy__content-text {
    padding: 0 1.4652014652vw;
  }
  .p-company-policy__content-text .num {
    font-size: 1.4652014652vw;
  }
  .p-company-policy__content-text .main-text {
    font-size: 2.1978021978vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-company-philosophy__content > .row {
    margin: 0 -1.46484375vw;
  }
  .p-company-philosophy__content-text {
    font-size: 1.46484375vw;
    padding: 0 1.46484375vw;
  }
  .p-company-policy__content > .row {
    margin: 0 -1.46484375vw;
  }
  .p-company-policy__content-text {
    padding: 0 1.46484375vw;
  }
  .p-company-policy__content-text .num {
    font-size: 1.46484375vw;
  }
  .p-company-policy__content-text .main-text {
    font-size: 2.197265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__content > .row {
    margin: 0 -4vw;
  }
  .p-company-philosophy__content-text {
    font-size: 4vw;
    padding: 0 4vw;
  }
  .p-company-policy__content > .row {
    margin: 0 -4vw;
  }
  .p-company-policy__content-text {
    padding: 0 4vw;
  }
  .p-company-policy__content-text .num {
    font-size: 4vw;
  }
  .p-company-policy__content-text .main-text {
    font-size: 6vw;
  }
}
.p-contact__hurry > .row {
  margin: -40px -10px 0;
}
.p-contact__hurry__item {
  width: 50%;
  padding: 40px 10px 0;
  margin: 0 auto;
}
.p-contact__hurry__item .num .text {
  font-size: 30px;
  color: #09A47F;
}
.p-contact__hurry__item-heading {
  margin-bottom: 15px;
}
.p-contact__hurry__item-heading .text {
  font-size: 20px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 4px;
  color: #09A47F;
  border-bottom: 2px solid #09A47F;
}

.form-item__head {
  margin-bottom: 20px;
}
.form-item__head label {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.form-item__content {
  margin-bottom: 40px;
}
.form-item ul {
  margin-top: 0.5em;
}

.wpcf7-form-item-wrap {
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap {
  display: block;
}

.req {
  font-size: 12px;
  margin: 0 0 0 0.5em;
  color: #FF0067;
}

.input-block,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #B7C9C9;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.075em;
  padding: 14px 18px;
  color: #161616;
  box-shadow: none;
}

.input-block,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date] {
  height: 60px;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
textarea:disabled {
  border: 0;
  background: linear-gradient(45deg, rgb(246, 249, 242) 0%, rgb(245, 250, 249) 100%);
}

select {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75em;
  padding: 14px 18px;
  height: 60px;
  color: #161616;
  background: #fff;
  border: none;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  font-size: 16px;
}

option {
  background: #fff;
}

div.checkbox span label {
  overflow: hidden !important;
  margin: 0;
  display: inline-block;
  line-height: 1.8;
}

input[type=checkbox],
input[type=radio] {
  font-size: 16px;
}

.wpcf7-checkbox {
  overflow: hidden;
}

div.checkbox .form-list-item {
  line-height: 2;
  display: block;
}

div.checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
}
span.wpcf7-list-item label {
  position: relative;
  padding: 0;
  display: inline-block;
}
span.wpcf7-list-item label input {
  position: absolute;
  left: 0;
  margin: 0 5px 0 0;
  top: 0.5em;
}

.vertical-input-list-block span.form-list-item {
  display: block;
}

.wpcf7-list-item-label {
  line-height: 2;
  display: inline-flex;
}

.center .form-list-item-label {
  margin-right: 0;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0; /*項目ごとの余白を調整*/
  display: block;
}

.wpcf7-list-item-label { /*項目の色や文字サイズ*/
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0 0 2em;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  box-sizing: border-box;
  border: none;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.45em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #B7C9C9;
}

.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #09A47F;
}

span.form-list-item label {
  padding: 0 !important;
}

.wpcf7-checkbox {
  overflow: hidden;
}

.submit-list > .row {
  margin: -40px -20px 0;
  justify-content: center;
  align-items: center;
}
.submit-list__btn {
  padding: 40px 20px 0;
}

button.contact-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  margin: 0 auto;
}
button.contact-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #09A47F;
  border-radius: 40px;
  z-index: 1;
  transition: background 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
button.contact-submit .text {
  z-index: 3;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc button.contact-submit:hover:before {
  background: #161616;
}
.pc button.contact-submit:hover .text {
  color: #fff;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  color: #FF0067;
}

div.wpcf7-validation-errors {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

div.wpcf7-mail-sent-ok {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.wpcf7 form:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width: 1365px) {
  .p-contact__hurry > .row {
    margin: -2.9304029304vw -0.7326007326vw 0;
  }
  .p-contact__hurry__item {
    padding: 2.9304029304vw 0.7326007326vw 0;
  }
  .p-contact__hurry__item .num .text {
    font-size: 2.1978021978vw;
  }
  .p-contact__hurry__item-heading {
    margin-bottom: 1.0989010989vw;
  }
  .p-contact__hurry__item-heading .text {
    font-size: 1.4652014652vw;
    padding: 0 0 0.293040293vw;
  }
  .form-item__head {
    margin-bottom: 1.4652014652vw;
  }
  .form-item__content {
    margin-bottom: 2.9304029304vw;
  }
  .req {
    font-size: 0.8791208791vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: 1.1721611722vw;
    padding: 1.0256410256vw 1.3186813187vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: 4.3956043956vw;
  }
  select {
    font-size: 1.1721611722vw;
    padding: 1.0256410256vw 1.3186813187vw;
    height: 4.3956043956vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1.1721611722vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1.1721611722vw;
  }
  div.checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1.4652014652vw;
  }
  span.wpcf7-list-item label input {
    margin: 0 0.3663003663vw 0 0;
  }
  button.contact-submit {
    height: 5.8608058608vw;
  }
  button.contact-submit:before {
    border-radius: 2.9304029304vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact__hurry > .row {
    margin: -2.9296875vw -0.732421875vw 0;
  }
  .p-contact__hurry__item {
    padding: 2.9296875vw 0.732421875vw 0;
  }
  .p-contact__hurry__item .num .text {
    font-size: 2.63671875vw;
  }
  .p-contact__hurry__item-heading {
    margin-bottom: 1.0986328125vw;
  }
  .p-contact__hurry__item-heading .text {
    font-size: 1.7578125vw;
    padding: 0 0 0.29296875vw;
  }
  .form-item__head {
    margin-bottom: 1.46484375vw;
  }
  .form-item__content {
    margin-bottom: 2.9296875vw;
  }
  .req {
    font-size: 0.9765625vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: 1.5625vw;
    padding: 0.9765625vw 1.3671875vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: 4.39453125vw;
  }
  select {
    font-size: 1.5625vw;
    padding: 0.9765625vw 1.3671875vw;
    height: 4.39453125vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1.5625vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1.5625vw;
  }
  div.checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1.46484375vw;
  }
  span.wpcf7-list-item label input {
    margin: 0 0.3662109375vw 0 0;
  }
  button.contact-submit {
    height: 5.859375vw;
  }
  button.contact-submit:before {
    border-radius: 2.9296875vw;
  }
  button.contact-submit:after {
    border-radius: 2.9296875vw;
  }
  button.contact-submit .text {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__hurry > .row {
    margin: -8vw -2vw 0;
  }
  .p-contact__hurry__item {
    padding: 8vw 2vw 0;
  }
  .p-contact__hurry__item .num .text {
    font-size: 7.2vw;
  }
  .p-contact__hurry__item-heading {
    margin-bottom: 3vw;
  }
  .p-contact__hurry__item-heading .text {
    font-size: 4.8vw;
    padding: 0 0 0.8vw;
  }
  .form-item__head {
    margin-bottom: 4vw;
  }
  .form-item__content {
    margin-bottom: 8vw;
  }
  .req {
    font-size: 2.9333333333vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 3.7333333333vw;
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: 12vw;
  }
  select {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 3.7333333333vw;
    height: 12vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 4.2666666667vw;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 4.2666666667vw;
  }
  div.checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 4vw;
  }
  span.wpcf7-list-item label input {
    margin: 0 1vw 0 0;
  }
  button.contact-submit {
    height: 16vw;
  }
  button.contact-submit:before {
    border-radius: 8vw;
  }
  button.contact-submit:after {
    border-radius: 8vw;
  }
  button.contact-submit .text {
    font-size: 4vw;
  }
}
.p-news-list__item a {
  display: block;
  padding: 30px 0;
  border-top: 1px solid #B7C9C9;
  border-bottom: 1px solid #B7C9C9;
}
.p-news-list__item a time {
  color: #09A47F;
  line-height: 1;
  display: flex;
  margin-bottom: 5px;
}
.p-news-list__item:nth-last-of-type(n+1) {
  margin-top: -1px;
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
.more-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #161616;
  z-index: 1;
  border-radius: 40px;
  transition: background 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.more-btn .text {
  font-size: 20px;
  color: #fff;
  z-index: 3;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc .more-btn:hover:before {
  background: #5C6160;
}
.pc .more-btn:hover .text {
  color: #fff;
}

.p-news-single__heading {
  margin-bottom: 80px;
}
.p-news-single__heading__date {
  display: flex;
  align-items: center;
}
.p-news-single__heading__date time {
  color: #09A47F;
  font-size: 14px;
}
.p-news-single__heading h2 {
  margin-top: 10px;
}
.p-news-single__heading h2 .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news-single__content h1.wp-block-heading,
.p-news-single__content h2.wp-block-heading {
  font-size: 20px;
  margin: 80px 0 60px;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 0;
  border-top: 2px solid #09A47F;
  border-bottom: 1px solid #B7C9C9;
}
.p-news-single__content h3.wp-block-heading {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.8;
  color: #09A47F;
  padding-left: 20px;
}
.p-news-single__content h3.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #09A47F;
}
.p-news-single__content h4.wp-block-heading {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 2;
}
.p-news-single__content h5.wp-block-heading,
.p-news-single__content h6.wp-block-heading {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2;
}
.p-news-single__content a {
  color: #161616;
  text-decoration: underline;
}
.p-news-single__content p {
  overflow: hidden;
}
.p-news-single__content p + .epyt-video-wrapper, .p-news-single__content p + .wp-block-file, .p-news-single__content p + .wp-block-image {
  margin-top: 1.6em;
}
.p-news-single__content .wp-block-image {
  overflow: hidden;
}
.p-news-single__content .epyt-video-wrapper + p, .p-news-single__content .epyt-video-wrapper + ul, .p-news-single__content .epyt-video-wrapper + ol, .p-news-single__content .epyt-video-wrapper + .epyt-video-wrapper, .p-news-single__content .epyt-video-wrapper + .wp-block-file, .p-news-single__content .epyt-video-wrapper + .wp-block-image,
.p-news-single__content .wp-block-file + p,
.p-news-single__content .wp-block-file + ul,
.p-news-single__content .wp-block-file + ol,
.p-news-single__content .wp-block-file + .epyt-video-wrapper,
.p-news-single__content .wp-block-file + .wp-block-file,
.p-news-single__content .wp-block-file + .wp-block-image,
.p-news-single__content .wp-block-image + p,
.p-news-single__content .wp-block-image + ul,
.p-news-single__content .wp-block-image + ol,
.p-news-single__content .wp-block-image + .epyt-video-wrapper,
.p-news-single__content .wp-block-image + .wp-block-file,
.p-news-single__content .wp-block-image + .wp-block-image {
  margin-top: 1.6em;
}
.p-news-single__content ul,
.p-news-single__content ol {
  line-height: 2;
}
.p-news-single__content ul li,
.p-news-single__content ol li {
  padding-left: 1em;
}
.p-news-single__content ul li:before,
.p-news-single__content ol li:before {
  content: "";
  position: absolute;
  top: 1.05em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
  background: #161616;
  border-radius: 50%;
}
.p-news-single__content ul + p, .p-news-single__content ul + ul, .p-news-single__content ul + ol,
.p-news-single__content ol + p,
.p-news-single__content ol + ul,
.p-news-single__content ol + ol,
.p-news-single__content p + p,
.p-news-single__content p + ul,
.p-news-single__content p + ol {
  margin-top: 1.6em;
}
.p-news-single__content ul + h1.wp-block-heading, .p-news-single__content ul + h2.wp-block-heading,
.p-news-single__content ol + h1.wp-block-heading,
.p-news-single__content ol + h2.wp-block-heading,
.p-news-single__content p + h1.wp-block-heading,
.p-news-single__content p + h2.wp-block-heading {
  margin-top: 80px;
}
.p-news-single__content ul + h3.wp-block-heading,
.p-news-single__content ol + h3.wp-block-heading,
.p-news-single__content p + h3.wp-block-heading {
  margin-top: 60px;
}
.p-news-single__content ul + h4.wp-block-heading, .p-news-single__content ul + h5.wp-block-heading, .p-news-single__content ul + h6.wp-block-heading,
.p-news-single__content ol + h4.wp-block-heading,
.p-news-single__content ol + h5.wp-block-heading,
.p-news-single__content ol + h6.wp-block-heading,
.p-news-single__content p + h4.wp-block-heading,
.p-news-single__content p + h5.wp-block-heading,
.p-news-single__content p + h6.wp-block-heading {
  margin-top: 30px;
}
.p-news-single__content .epyt-video-wrapper + p, .p-news-single__content .epyt-video-wrapper + ul, .p-news-single__content .epyt-video-wrapper + ol,
.p-news-single__content .wp-block-file + p,
.p-news-single__content .wp-block-file + ul,
.p-news-single__content .wp-block-file + ol,
.p-news-single__content .wp-block-image + p,
.p-news-single__content .wp-block-image + ul,
.p-news-single__content .wp-block-image + ol {
  margin-top: 40px;
}
.p-news-single__content .epyt-video-wrapper + h1.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h2.wp-block-heading,
.p-news-single__content .wp-block-file + h1.wp-block-heading,
.p-news-single__content .wp-block-file + h2.wp-block-heading,
.p-news-single__content .wp-block-image + h1.wp-block-heading,
.p-news-single__content .wp-block-image + h2.wp-block-heading {
  margin-top: 80px;
}
.p-news-single__content .epyt-video-wrapper + h3.wp-block-heading,
.p-news-single__content .wp-block-file + h3.wp-block-heading,
.p-news-single__content .wp-block-image + h3.wp-block-heading {
  margin-top: 60px;
}
.p-news-single__content .epyt-video-wrapper + h4.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h5.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h6.wp-block-heading,
.p-news-single__content .wp-block-file + h4.wp-block-heading,
.p-news-single__content .wp-block-file + h5.wp-block-heading,
.p-news-single__content .wp-block-file + h6.wp-block-heading,
.p-news-single__content .wp-block-image + h4.wp-block-heading,
.p-news-single__content .wp-block-image + h5.wp-block-heading,
.p-news-single__content .wp-block-image + h6.wp-block-heading {
  margin-top: 30px;
}
.p-news-single__content img {
  width: 100%;
  height: auto;
}

.wp-video {
  width: 50% !important;
}
.wp-video.horizontal .mejs-inner:before {
  padding-top: 56.25%;
}

.mejs-video {
  width: 100% !important;
  height: 100% !important;
}

.mejs-inner:before {
  content: "";
  display: block;
  padding-top: 177.7777%;
}
.mejs-inner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1365px) {
  .p-news-list__item a {
    padding: 2.1978021978vw 0;
  }
  .p-news-list__item a time {
    margin-bottom: 0.5860805861vw;
  }
  .more-btn {
    height: 80px;
  }
  .more-btn:before {
    border-radius: 2.9304029304vw;
  }
  .more-btn .text {
    font-size: 1.4652014652vw;
  }
  .p-news-single__heading {
    margin-bottom: 5.8608058608vw;
  }
  .p-news-single__heading__date time {
    font-size: 1.0256410256vw;
  }
  .p-news-single__heading h2 {
    margin-top: 0.7326007326vw;
  }
  .p-news-single__heading h2 .text {
    font-size: 1.7582417582vw;
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: 1.4652014652vw;
    margin: 5.8608058608vw 0 4.3956043956vw;
    padding: 1.0989010989vw 0;
    border-top: 2px solid #09A47F;
  }
  .p-news-single__content h3.wp-block-heading {
    margin-bottom: 2.1978021978vw;
    padding-left: 1.4652014652vw;
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: 2px;
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: 1.4652014652vw;
    margin-bottom: 2.1978021978vw;
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: 1.4652014652vw;
  }
  .p-news-single__content ol li:before {
    width: 0.293040293vw;
    height: 0.293040293vw;
    margin: -0.1465201465vw 0 0 0;
  }
  .p-news-single__content ul + h1.wp-block-heading, .p-news-single__content ul + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading {
    margin-top: 5.8608058608vw;
  }
  .p-news-single__content ul + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading {
    margin-top: 4.3956043956vw;
  }
  .p-news-single__content ul + h4.wp-block-heading, .p-news-single__content ul + h5.wp-block-heading, .p-news-single__content ul + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading {
    margin-top: 2.1978021978vw;
  }
  .p-news-single__content .epyt-video-wrapper + p, .p-news-single__content .epyt-video-wrapper + ul, .p-news-single__content .epyt-video-wrapper + ol,
  .p-news-single__content .wp-block-file + p,
  .p-news-single__content .wp-block-file + ul,
  .p-news-single__content .wp-block-file + ol,
  .p-news-single__content .wp-block-image + p,
  .p-news-single__content .wp-block-image + ul,
  .p-news-single__content .wp-block-image + ol {
    margin-top: 2.9304029304vw;
  }
  .p-news-single__content .epyt-video-wrapper + h1.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h2.wp-block-heading,
  .p-news-single__content .wp-block-file + h1.wp-block-heading,
  .p-news-single__content .wp-block-file + h2.wp-block-heading,
  .p-news-single__content .wp-block-image + h1.wp-block-heading,
  .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: 5.8608058608vw;
  }
  .p-news-single__content .epyt-video-wrapper + h3.wp-block-heading,
  .p-news-single__content .wp-block-file + h3.wp-block-heading,
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: 4.3956043956vw;
  }
  .p-news-single__content .epyt-video-wrapper + h4.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h5.wp-block-heading, .p-news-single__content .epyt-video-wrapper + h6.wp-block-heading,
  .p-news-single__content .wp-block-file + h4.wp-block-heading,
  .p-news-single__content .wp-block-file + h5.wp-block-heading,
  .p-news-single__content .wp-block-file + h6.wp-block-heading,
  .p-news-single__content .wp-block-image + h4.wp-block-heading,
  .p-news-single__content .wp-block-image + h5.wp-block-heading,
  .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: 2.1978021978vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-list__item a {
    padding: 2.197265625vw 0;
  }
  .p-news-list__item a time {
    margin-bottom: 0.3662109375vw;
  }
  .more-btn {
    height: 5.859375vw;
  }
  .more-btn:before {
    border-radius: 2.9296875vw;
  }
  .more-btn .text {
    font-size: 1.7578125vw;
  }
  .p-news-single__heading {
    margin-bottom: 5.859375vw;
  }
  .p-news-single__heading__date time {
    font-size: 1.171875vw;
  }
  .p-news-single__heading__date .category {
    font-size: 1.171875vw;
  }
  .p-news-single__heading h2 {
    margin-top: 0.732421875vw;
  }
  .p-news-single__heading h2 .text {
    font-size: 2.1484375vw;
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: 1.46484375vw;
    margin: 5.859375vw 0 4.39453125vw;
    padding: 1.0986328125vw 0;
    border-radius: 0.29296875pxvw;
  }
  .p-news-single__content h3.wp-block-heading {
    font-size: 1.46484375vw;
    margin-bottom: 2.197265625vw;
    padding-left: 1.46484375vw;
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: 0.29296875vw;
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: 1.46484375vw;
    margin-bottom: 2.197265625vw;
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: 1.46484375vw;
  }
  .p-news-single__content ol li:before {
    width: 0.29296875vw;
    height: 0.29296875vw;
    margin: -0.146484375vw 0 0 0;
  }
  .p-news-single__content ul + h1.wp-block-heading, .p-news-single__content ul + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading {
    margin-top: 5.859375vw;
  }
  .p-news-single__content ul + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading {
    margin-top: 4.39453125vw;
  }
  .p-news-single__content ul + h4.wp-block-heading, .p-news-single__content ul + h5.wp-block-heading, .p-news-single__content ul + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading {
    margin-top: 2.197265625vw;
  }
  .p-news-single__content .wp-block-image {
    border-radius: 0.29296875pxvw;
  }
  .p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
    margin-top: 2.9296875vw;
  }
  .p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: 5.859375vw;
  }
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: 4.39453125vw;
  }
  .p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: 2.197265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-list__item a {
    padding: 6vw 0;
  }
  .p-news-list__item a time {
    margin-bottom: 1vw;
  }
  .more-btn {
    height: 16vw;
  }
  .more-btn:before {
    border-radius: 8vw;
  }
  .more-btn .text {
    font-size: 4.8vw;
  }
  .p-news-single__heading {
    margin-bottom: 16vw;
  }
  .p-news-single__heading__date time {
    font-size: 3.2vw;
  }
  .p-news-single__heading__date .category {
    font-size: 3.2vw;
  }
  .p-news-single__heading h2 {
    margin-top: 2vw;
  }
  .p-news-single__heading h2 .text {
    font-size: 5.8666666667vw;
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: 4vw;
    margin: 16vw 0 12vw;
    padding: 3vw 0;
    border-radius: 0.8pxvw;
  }
  .p-news-single__content h3.wp-block-heading {
    font-size: 4vw;
    margin-bottom: 6vw;
    padding-left: 4vw;
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: 0.8vw;
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: 4vw;
  }
  .p-news-single__content ol li:before {
    width: 0.8vw;
    height: 0.8vw;
    margin: -0.4vw 0 0 0;
  }
  .p-news-single__content ul + h1.wp-block-heading, .p-news-single__content ul + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading {
    margin-top: 16vw;
  }
  .p-news-single__content ul + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading {
    margin-top: 12vw;
  }
  .p-news-single__content ul + h4.wp-block-heading, .p-news-single__content ul + h5.wp-block-heading, .p-news-single__content ul + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading {
    margin-top: 6vw;
  }
  .p-news-single__content .wp-block-image {
    border-radius: 0.8pxvw;
  }
  .p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
    margin-top: 8vw;
  }
  .p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: 16vw;
  }
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: 12vw;
  }
  .p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: 6vw;
  }
}