@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.12.30
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* 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 {
  -webkit-appearance: none;
  /* 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;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* form-reset */
/* ============================================ */
input[type=radio],
input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: #5fbce7;
  --color-base: #000;
  /* ============================================
  value
  ============================================ */
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  /* ============================================
  transition-duration
  ============================================ */
  --duration--2xs: 0s;
  --duration--s: 0.2s;
  --duration--m: 0.3s;
  --duration--l: 0.5s;
  --duration--2xl: 1s;
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  font-family: var(--font);
  color: var(--color-base);
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  background: var(--color-corporate-01);
}

body.open {
  overflow: hidden;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "小塚ゴシック", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 15px;
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  margin: 0;
  outline: none;
  width: 100%;
  padding: 15px 20px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  resize: vertical;
  height: 220px;
  font-size: 15px;
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  margin: 0;
  outline: none;
  width: 100%;
  padding: 15px 20px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "小塚ゴシック", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

@media (max-width: 500px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
  .lum-lightbox-inner img {
    max-width: 90vw;
    max-height: 88vh;
  }
  .lum-gallery-button:after {
    width: 6vw;
    height: 6vw;
  }
}
/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #39b8b8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* contact form 7 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  display: block;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  display: block;
}

.editor {
  /* Begin bidirectionality settings (do not change) */
}

.editor address,
.editor blockquote,
.editor body,
.editor dd,
.editor div,
.editor dl,
.editor dt,
.editor fieldset,
.editor form,
.editor frame,
.editor frameset,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor noframes,
.editor ol,
.editor p,
.editor ul,
.editor center,
.editor dir,
.editor hr,
.editor menu,
.editor pre {
  display: block;
  unicode-bidi: embed;
}

.editor li {
  display: list-item;
}

.editor head {
  display: none;
}

.editor table {
  display: table;
}

.editor tr {
  display: table-row;
}

.editor thead {
  display: table-header-group;
}

.editor tbody {
  display: table-row-group;
}

.editor tfoot {
  display: table-footer-group;
}

.editor col {
  display: table-column;
}

.editor colgroup {
  display: table-column-group;
}

.editor td,
.editor th {
  display: table-cell;
}

.editor caption {
  display: table-caption;
}

.editor th {
  font-weight: bold;
  text-align: center;
}

.editor caption {
  text-align: center;
}

.editor body {
  margin: 8px;
}

.editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.editor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.editor h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.editor h4,
.editor p,
.editor blockquote,
.editor ul,
.editor fieldset,
.editor form,
.editor ol,
.editor dl,
.editor dir,
.editor menu {
  margin: 1.12em 0;
}

.editor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

.editor h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor b,
.editor strong {
  font-weight: bold;
}

.editor blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.editor i,
.editor cite,
.editor em,
.editor var,
.editor address {
  font-style: italic;
}

.editor pre,
.editor tt,
.editor code,
.editor kbd,
.editor samp {
  font-family: monospace;
}

.editor pre {
  white-space: pre;
}

.editor button,
.editor textarea,
.editor input,
.editor select {
  display: inline-block;
}

.editor big {
  font-size: 1.17em;
}

.editor small,
.editor sub,
.editor sup {
  font-size: 0.83em;
}

.editor sub {
  vertical-align: sub;
}

.editor sup {
  vertical-align: super;
}

.editor table {
  border-spacing: 2px;
}

.editor thead,
.editor tbody,
.editor tfoot {
  vertical-align: middle;
}

.editor td,
.editor th,
.editor tr {
  vertical-align: inherit;
}

.editor s,
.editor strike,
.editor del {
  text-decoration: line-through;
}

.editor hr {
  border: 1px inset;
}

.editor ol,
.editor ul,
.editor dir,
.editor menu,
.editor dd {
  margin-left: 40px;
}

.editor ol {
  list-style-type: decimal;
}

.editor ol ul,
.editor ul ol,
.editor ul ul,
.editor ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.editor u,
.editor ins {
  text-decoration: underline;
}

.editor br:before {
  content: “\a ”;
  white-space: pre-line;
}

.editor center {
  text-align: center;
}

.editor :link,
.editor :visited {
  text-decoration: underline;
}

.editor :focus {
  outline: thin dotted invert;
}

.editor BDO[DIR=”ltr”] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.editor BDO[DIR=”rtl”] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.editor *[DIR=”ltr”] {
  direction: ltr;
  unicode-bidi: embed;
}

.editor *[DIR=”rtl”] {
  direction: rtl;
  unicode-bidi: embed;
}

@media print {
  .editor h1 {
    page-break-before: always;
  }
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    page-break-after: avoid;
  }
  .editor ul,
  .editor ol,
  .editor dl {
    page-break-before: avoid;
  }
}
/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
/* toggle */
.toggle.open .toggle__bar {
  background-color: transparent;
}

.toggle.open .toggle__bar::before {
  transform: translateX(-50%) translateY(7px) rotate(45deg);
  background-color: #fff;
}

.toggle.open .toggle__bar::after {
  transform: translateX(-50%) translateY(-7px) rotate(-45deg);
  background-color: #fff;
}

.toggle.open .toggle__title:before {
  display: block;
  width: 36px;
  height: 9px;
  content: "";
  background-image: url(img/common/toggle_text_w.png);
  background-position: center center;
  -webkit-background-size: 36px 9px;
  background-size: 36px 9px;
  background-repeat: no-repeat;
}

.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: none;
  border: none;
  outline: none;
  --size: 60px;
  width: var(--size);
  height: var(--size);
  background: var(--color-base);
  right: 35px;
  top: 38px;
  text-align: center;
  z-index: 7;
  margin-right: 0;
  margin-left: auto;
  color: #fff;
}

@media (min-width: 40em) {
  .toggle {
    --size: 100px;
  }
}
.toggle__bar {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}

.toggle__bar::before,
.toggle__bar::after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.toggle__bar::before,
.toggle__bar::after {
  position: absolute;
  content: "";
  transform: translateX(-50%);
}

.toggle__bar::before {
  top: -7px;
}

.toggle__bar::after {
  top: 7px;
}

.toggle__title {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-top: 12px;
  white-space: nowrap;
  margin-left: -2px;
}

@media (min-width: 40em) {
  .toggle__title {
    padding-top: 22px;
  }
}
.toggle__title:before {
  display: block;
  width: 36px;
  height: 9px;
  content: "";
  background-image: url(img/common/toggle_text_w.png);
  background-position: center center;
  -webkit-background-size: 36px 9px;
  background-size: 36px 9px;
  background-repeat: no-repeat;
}

/* gnav */
.gnav {
  display: none;
  position: absolute;
  width: 100%;
  background: #000000;
  line-height: 1.6;
  margin: 0;
  z-index: 6;
  overflow-y: scroll;
  overflow-x: hidden;
}

.gnav.in {
  display: block;
  height: 100vh;
}

@media screen and (max-width: 500px) {
  .toggle {
    right: 3px;
    top: 25px;
  }
}
/* header */
.header {
  position: absolute;
  inset: 0;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

body.is-open{
  /* 251216 add */
  overflow: hidden;
}
.is-scroll .header {
  position: fixed;
  animation: 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards header;
}

.is-scroll .header__logo {
  display: none;
}

.header__logo {
  margin-top: 35px;
  margin-left: 35px;
  z-index: 3;
}

.gnav-wrap {
  position: relative;
}

.header__nav__logo {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 4;
}

.header__nav__unordered {
  padding: 170px 15px 70px 15px;
}

.header__nav__unordered__list {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.header__nav__unordered__list a {
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  font-size: 40px;
  border-bottom: 2px solid #000;
}

.header__nav__unordered__list a.current,
.header__nav__unordered__list a:hover {
  border-bottom: 2px solid #fff;
}

@media not all and (min-width: 64em) {
  .header__logo,
  .header__nav__logo {
    display: block;
    width: 312px;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav__unordered {
    padding: 170px 15px 40px 15px;
  }
  .header__nav__unordered__list {
    margin-bottom: 25px;
  }
  .header__nav__unordered__list a {
    font-size: 30px;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 500px) {
  .header__logo,
  .header__nav__logo {
    display: block;
    width: 224px;
    height: auto;
    top: 15px;
    left: 15px;
  }
  .header__logo {
    width: calc(100% - 80px);
    max-width: 320px;
  }
  .header__nav__unordered {
    padding: 130px 15px 20px 15px;
  }
  .header__nav__unordered__list {
    margin-bottom: 20px;
  }
  .header__nav__unordered__list a {
    font-size: 25px;
    border-bottom: 2px solid #000;
  }
}
/* l-footer */
/* ============================================ */
.footer {
  position: relative;
  padding: 100px 0 90px 0;
  background: #000;
  color: #fff;
}

.footer__scroll-up {
  display: block;
  width: 38px;
  height: 35px;
  position: absolute;
  top: -65px;
  right: 15px;
}

.footer__contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  background-color: #222222;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 48em) {
  .footer__contact-btn {
    padding: 50px 0;
    justify-content: space-between;
  }
}
.footer__contact-btn .text {
  text-align: center;
}

.footer__contact-btn img {
  display: none;
}

@media (min-width: 48em) {
  .footer__contact-btn img {
    position: static;
    margin-top: -100%;
    margin-bottom: -100%;
    display: block;
  }
}
.footer__contact-btn img:nth-of-type(1) {
  left: 0;
}

@media (min-width: 48em) {
  .footer__contact-btn img:nth-of-type(1) {
    margin-left: min(4.1129032258vw, 51px);
    max-width: min(19.5161290323vw, 242px);
  }
}
.footer__contact-btn img:nth-of-type(2) {
  right: 0;
}

@media (min-width: 48em) {
  .footer__contact-btn img:nth-of-type(2) {
    margin-right: min(2.9838709677vw, 37px);
    max-width: min(18.8709677419vw, 234px);
  }
}
.footer__contact-btn:before {
  display: block;
  max-width: 324px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  position: absolute;
  content: "";
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
  background-image: url(img/common/contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footer__col02 {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__col02__logo {
  width: 100%;
  max-width: 352px;
}

.footer__col02__f-nav {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: wrap;
  gap: 10px 0;
}

.footer__col02__f-nav__list a {
  display: block;
  padding: 0 20px 0 19px;
  border-left: 1px solid #fff;
  color: #fff;
  line-height: 1.2;
}

.footer__add {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 15px 30px;
}

.footer__add__map {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  background-color: #222222;
  color: #ffffff;
  font-size: 13px;
}

.footer small {
  display: block;
  font-size: 10px;
  text-align: right;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0 30px 0;
  }
  .footer__col02 {
    display: block;
    padding-top: 40px;
  }
  .footer__col02__logo {
    width: 100%;
    margin: 0 auto;
  }
  .footer__col02__f-nav {
    padding-top: 30px;
    padding-left: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .footer__col02__f-nav__list a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    border-left: none;
    text-align: center;
    font-size: 19px;
  }
  .footer small {
    text-align: center;
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__scroll-up {
    width: 58px;
    height: 55px;
    padding: 10px;
    position: fixed;
    z-index: 5;
    top: auto;
    right: 15px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .footer__contact-btn {
    padding: 30px 10px;
    font-size: 15px;
    font-weight: 600;
  }
  .footer__add__map {
    display: inline-block;
    margin: 5px 0;
  }
}
/* footer__sns */
.footer__sns {
  display: flex;
  flex-flow: wrap;
  gap: 10px 20px;
}

.sns-button {
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}

.sns-button i {
  font-size: 17px;
}

.sns-button.--line {
  background: #06c755;
}

.sns-button.--instagram {
  background: linear-gradient(61deg, #8813b6 0%, #bc137d 30%, #da185d 70%, #f3b169 100%) no-repeat center/122%;
}

/* copyright */
.copyright {
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.06em;
}

/* l-main */
/* ============================================ */
.main.--page {
  margin-bottom: 120px;
}

.loading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  background: var(--color-corporate-01);
  opacity: 1;
  transition: opacity 0.5s;
  display: none;
}

.loading video {
  width: 100%;
}

@media not all and (min-width: 40em) {
  .loading video {
    scale: 1.7;
  }
}
.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

.show-loader .loading {
  display: block;
}

.no-loader .loading {
  display: none;
}

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  margin: 0;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #39b8b8;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-button */
/* ============================================ */
.c-btnA,
.c-btnB {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  min-width: 160px;
  padding: 15px;
  line-height: 1.4;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border: none;
  cursor: pointer;
}

.c-btnA.--plus::before,
.c-btnA.--tel::before,
.c-btnA.--mail::before,
.c-btnB.--plus::before,
.c-btnB.--tel::before,
.c-btnB.--mail::before {
  background-image: url(img/common/icon_plus.png);
  --size: 15px;
  width: var(--size);
  height: var(--size);
  background-size: auto;
}

.c-btnA.--tel::before,
.c-btnB.--tel::before {
  --size: 16px;
  background-image: url(img/common/icon_tel.png);
}

.c-btnA.--mail::before,
.c-btnB.--mail::before {
  width: 13px;
  height: 10px;
  background-image: url(img/common/icon_mail.png);
}

.c-btnA.--reverse::before,
.c-btnB.--reverse::before {
  scale: -1 1;
}

.c-btnA:before,
.c-btnB:before {
  position: absolute;
  left: 22px;
  content: "";
  display: block;
  width: 6px;
  height: 16px;
  background-image: url(img/common/ar01.png);
  -webkit-background-size: 6px 16px;
  background-size: 6px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-btnB {
  background-color: #999;
}

.c-btnB:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(100%, 160px));
  gap: 5px 17px;
}

.buttons .c-btnA::before {
  left: 12px;
}

/* c-container */
/* ============================================ */
.l-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.m-container {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.s-container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.ss-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* c-form */
/* ============================================ */
.c-form {
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 500;
}

.c-form input,
.c-form textarea {
  font-weight: normal;
}

.c-form__head {
  width: 200px;
  position: relative;
  padding: 15px 15px 15px 42px;
  text-align: left;
}

.c-form__head span {
  position: absolute;
  left: 0;
  top: 28px;
  margin-top: -10px;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  background-color: #eeeeee;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

.c-form__head span.c-form__head__required {
  background-color: #000;
  color: #fff;
}

.c-form__data {
  padding: 15px;
}

.c-form__data .dates {
  display: flex;
  gap: 10px;
  flex-flow: wrap;
}

.c-form__date {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.c-form__date input {
  width: 150px;
}

.zip-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.zip-wrapper input {
  max-width: 200px;
}

.other .c-form__head {
  padding-top: 30px;
  vertical-align: top;
}

.other .c-form__head span {
  top: 30px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-form__head {
    display: block;
    width: 100%;
  }
  .other .c-form__head {
    padding-top: 15px;
  }
  .other .c-form__head span {
    top: 50%;
    margin-top: -10px;
  }
  .c-form__head br {
    display: none;
  }
  .c-form__data {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .c-form {
    margin-bottom: 10px;
  }
}
.c-form.--confirm th {
  background: #efefef;
  font-weight: normal;
  border: 1px solid;
}

.c-form.--confirm td {
  background: #fff;
  border: 1px solid;
}

/* c-heading */
/* ============================================ */
.c-headingA {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}

.c-headingA-en {
  display: block;
  margin-bottom: 20px;
}

.c-headingB {
  margin-bottom: 55px;
  text-align: center;
}

.c-headingB__en {
  display: block;
  width: 83px;
  height: auto;
  margin: 0 auto 20px auto;
}

.c-headingB__ja {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .c-headingB__ja {
    font-size: 34px;
  }
}
.c-headingB__ja:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}

.c-headingB__ja:after {
  content: "";
  position: absolute;
  right: -40px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .c-headingA,
  .c-headingA-en {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .c-headingB {
    margin-bottom: 35px;
  }
}
.heading-line {
  display: flex;
  gap: 15px;
  font-size: 26px;
  font-weight: bold;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.heading-line::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 32px;
  background: #000;
  border-radius: 3px;
  margin-top: 0.05em;
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #7cd4d4;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #39b8b8;
}

/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* c-gallery */
/* ============================================ */
.c-gallery {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-gallery__list {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 72px;
}

.c-gallery__list img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .c-gallery__list:nth-child(3n) {
    margin-right: 0;
  }
  .c-gallery__list:nth-child(3n+2) {
    margin-top: 72px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery {
    padding-bottom: 20px;
  }
  .c-gallery__list:nth-child(3n) {
    margin-right: 0;
  }
  .c-gallery__list {
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .c-gallery__list:nth-child(3n+2) {
    margin-top: 4%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-gallery {
    padding-bottom: 15px;
  }
}
/* c-page */
/* ============================================ */
.under-visual {
  margin: 120px 70px;
  padding: 130px 15px;
  text-align: center;
  line-height: 1.4;
  background: no-repeat center bottom/cover;
  background-image: url(img/common/bg_page-title01.png), url(img/news/bg_page-title.jpg);
  position: relative;
  z-index: 0;
}

.under-visual.--guide {
  background-image: url(img/common/bg_page-title01.png), url(img/guide/bg_page-title.jpg);
}

.under-visual.--contact {
  background-image: url(img/common/bg_page-title01.png), url(img/contact/bg_page-title.jpg);
}

.under-visual.--about {
  background-image: url(img/common/bg_page-title01.png), url(img/about/bg_page-title.jpg);
}

.under-visual.--column {
  /* 251216 */
  background-image: url(img/common/bg_page-title01.png), url(img/column/bg_page-title.jpg);
}

.under-visual::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-image: url(img/common/page-title_deco02.png), url(img/common/bg_wave_sky.png), url(img/common/page-title_deco01.png);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: min(4%, 47px), auto 20px, min(50%, 709px);
  background-position: bottom right 5%, bottom center, bottom 5px right;
}

@media (min-width: 48em) {
  .under-visual::after {
    background-position: bottom 3px right 9%, bottom center, bottom right;
    background-size: min(6%, 47px), auto 40px, min(80%, 709px);
  }
}
.under-visual__title-ja {
  margin-top: 20px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .under-visual {
    margin-top: 120px;
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 90px 15px;
  }
}
@media screen and (max-width: 500px) {
  .under-visual {
    margin-top: 120px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 15px;
  }
  .under-visual__title-ja {
    margin-top: 15px;
    font-size: 21px;
  }
}
/* c-box */
/* ============================================ */
.box-round-dotted {
  border: dotted 2px #000;
  border-radius: 30px;
  padding: 20px;
  background: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40em) {
  .box-round-dotted {
    padding: 30px;
    border-radius: 100vw;
  }
}
.box-column {
  border-radius: 9px;
  border: solid 2px #000;
  background: #fff;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  max-width: 480px;
  line-height: 1.6;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (min-width: 26.5625em) {
  .box-column {
    flex-flow: row;
  }
}
.box-column .title {
  padding: 2px 5px;
  background: #000;
  color: #fff;
  margin-bottom: 5px;
  width: fit-content;
  min-width: fit-content;
}

.box-column .img {
  align-self: flex-end;
  flex-shrink: 0;
  margin-bottom: -20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 26.5625em) {
  .box-column .img {
    margin-top: -10px;
  }
}
.box-square {
  padding: 30px 15px;
  background: #fff;
  border: solid 2px #000;
}

@media (min-width: 40em) {
  .box-square {
    padding: 40px 30px;
  }
}
@media (min-width: 48em) {
  .box-square {
    padding: 50px 60px;
  }
}
.box-square.--column {
  /* 251216 add */
  padding: clamp(30px, 3.3333333333vw, 50px) clamp(15px, 3.3333333333vw, 50px);
}

/* c-text */
/* ============================================ */
.maker {
  background: linear-gradient(transparent calc(100% - 6px), #ffe400 calc(100% - 6px));
}

/* c-news */
/* ============================================ */
.news-list li + li {
  margin-top: 20px;
}

.news-list .news-item {
  width: 100%;
}

.news-item {
  border: 2px solid #000;
  background: #fff;
  display: flex;
  font-weight: 500;
  position: relative;
  width: fit-content;
  flex-flow: column;
  align-items: start;
  padding: 15px;
  padding-right: 50px;
}

@media (min-width: 40em) {
  .news-item {
    flex-flow: row;
    align-items: center;
    padding: 20px;
    gap: 10px;
    /* 251216 add */
    padding-right: 50px;
  }
}
.news-item .date {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}

.news-item .title {
  margin-right: 30px;
  line-height: 1.4;
}

.news-item:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  display: block;
  width: 50px;
  align-self: stretch;
  background-color: #000;
  background-image: url(img/common/ar01.png);
  background-size: 6px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.news-date {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
}

.news-title {
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  font-size: 26px;
  margin: 10px 0 15px;
}

/* c-table */
/* ============================================ */
.table-dotted tr {
  display: flex;
}

@media not all and (min-width: 40em) {
  .table-dotted tr {
    flex-flow: column;
  }
}
.table-dotted tr + tr {
  border-top: 2px dotted #000;
  margin-top: 25px;
  padding-top: 25px;
}

.table-dotted th {
  font-weight: bold;
  min-width: 182px;
}

.table-dotted td {
  font-weight: 500;
}

/* c-list */
/* ============================================ */
.list-order {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 14px;
  counter-reset: item;
}

.list-order .c-btnA {
  margin-left: auto;
  margin-right: auto;
}

.list-order .c-btnA::before {
  left: 12px;
}

.list-order .img {
  text-align: center;
}

.list-order > li {
  background: #f2f4f4;
  font-size: 15px;
  font-weight: 500;
  padding: 35px 20px 20px;
}

.list-order > li .title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 25px;
  margin-top: 35px;
  margin-bottom: 10px;
  border-bottom: 2px solid #cbcfd1;
  line-height: 1.2;
}

.list-order > li .small {
  font-size: 12px;
}

.list-order > li::before {
  counter-increment: item;
  content: "その" counter(item);
  border-radius: 100vw;
  font-size: 12px;
  font-weight: 500;
  min-width: 120px;
  min-height: 25px;
  background: #fff;
  text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #000;
}

.order-row-list {
  counter-reset: item;
}

.order-row-item {
  border: solid 2px #000;
  font-weight: 500;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0;
  counter-increment: item;
  position: relative;
  flex-flow: column;
}

@media (min-width: 40em) {
  .order-row-item {
    flex-flow: row;
  }
}
.order-row-item::before {
  content: counter(item, decimal-leading-zero);
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 3px;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  background-image: linear-gradient(to right, #d6d6d6), linear-gradient(to bottom, #d6d6d6);
  background-size: 27px 1px, 1px 22px;
  background-position: bottom right, bottom right;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.order-row-item + .order-row-item {
  margin-top: 25px;
}

.order-row-item .img {
  --size: 150px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
}

@media (min-width: 48em) {
  .order-row-item .img {
    --size: 190px;
  }
}
.order-row-item .content {
  margin: 0 15px 20px;
  padding: 20px 10px;
  border-top: 1px solid #d6d6d6;
}

@media (min-width: 40em) {
  .order-row-item .content {
    margin: 25px 30px 35px 0;
    padding: 10px 30px;
    border-top: none;
    border-left: 1px solid #d6d6d6;
  }
}
.order-row-item .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* c-js */
/* ============================================ */
.js-more-wrap .is-hidden {
  clip-path: inset(0 0 100% 0);
  width: 1px;
  height: 1px;
  position: absolute;
  pointer-events: none;
}

.js-more-list li {
  transition-property: clip-path;
  transition-duration: 0.5s;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-top */
/* ============================================ */
/* mv */
.main-visual {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  background: var(--color-corporate-01);
}

@media (max-width: 500px) {
  .main-visual {
    padding-top: 90px;
  }
}
.main-visual .l-container {
  position: relative;
  padding-bottom: 40px;
}

.main-visual__slide-wrap {
  position: relative;
}

.main-visual__slide-wrap .slide-deco02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.main-visual__slide {
  margin: 0 90px 0 140px;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  max-height: 760px;
  position: relative;
}

.main-visual__slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -1px;
  display: block;
  background-image: url(img/common/page-title_deco02.png), url(img/common/bg_wave_sky.png), url(img/common/page-title_deco01.png);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: min(4%, 47px), auto 20px, min(50%, 709px);
  background-position: bottom right 5%, bottom center, bottom 5px right;
}

@media (min-width: 48em) {
  .main-visual__slide::before {
    background-position: bottom 3px right 9%, bottom center, bottom right;
    background-size: min(6%, 47px), auto 40px, min(80%, 709px);
  }
}
.main-visual__slide .slider {
  display: flex;
  animation: slider linear infinite forwards 70s;
}

.main-visual__slide .slider:nth-of-type(2) {
  animation: slider linear infinite forwards 70s;
}

@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.main-visual__slide__pic {
  min-width: 60vw;
  height: 100%;
}

@media (max-width: 1024px) {
  .main-visual__slide__pic {
    min-width: 90vw;
  }
}
.main-visual__slide__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.slide-deco01 {
  margin-top: 20px;
  text-align: right;
}

.slide-down {
  position: absolute;
  left: 35px;
  bottom: 0;
}

.main-visual .news-item {
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 1;
  transform: translateY(-30%);
}

/* top-about */
.top-about {
  position: relative;
  padding-top: 60px;
  background: var(--color-corporate-01);
}

.top-about::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url(img/top/about_deco02.png) no-repeat left bottom/contain;
  z-index: 0;
}

.top-about .m-container {
  position: relative;
  z-index: 2;
}

.top-about__col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-about__col02__left {
  margin-top: 15px;
  margin-right: 15px;
}

.top-about__col02__left .c-headingA {
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.top-about__col02__left .c-headingA img {
  margin-top: 10px;
}

.top-about__col02__left .c-headingA .small {
  font-size: 34px;
}

.top-about__col02__left .c-btnA {
  margin-top: 40px;
}

.top-about__col02__left__sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

.top-about__col02__left__txt {
  line-height: 2;
  margin-bottom: 20px;
}

.top-about__col02__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-left: max(-11.8666666667vw, -178px);
}

.top-about__col02__right > img {
  grid-area: 1/1;
  padding-left: min(11.8666666667vw, 178px);
}

.top-about__col02__right .deco {
  margin-top: 30%;
  grid-area: 1/1;
}

.top-about__col02__right .deco img {
  max-width: 70%;
}

.top-about__col02__right.--sp {
  display: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.top-about__col02__right.--sp img {
  padding-right: min(11.8666666667vw, 178px);
}

.top-about__photo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -185px;
}

@media (min-width: 90em) {
  .top-about__photo {
    margin-top: -357px;
  }
}
.top-about__photo__pic:first-child {
  margin-right: 60px;
}

@media (min-width: 90em) {
  .top-about__photo__pic:first-child {
    margin-bottom: 10%;
  }
}
.top-about__photo__pic.--deco {
  display: grid;
  align-items: end;
  justify-content: center;
}

.top-about__photo__pic.--deco > img {
  grid-area: 1/1;
  padding-bottom: 50px;
}

.top-about__photo__pic.--deco .deco {
  grid-area: 1/1;
  text-align: right;
  margin-right: 30px;
}

/* top-service */
.top-service {
  margin-top: -55px;
  padding-top: 105px;
  padding-bottom: 100px;
  background: #f5f5f5;
  position: relative;
}

.top-service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -39px;
  left: 0;
  background: url(img/common/bg_wave_gray.png) repeat-x top center/auto;
}

.top-service .c-headingB {
  margin-bottom: 10px;
}

.top-service .c-headingB__ja {
  font-size: 30px;
  font-weight: bold;
}

.top-service .c-headingB__ja::before,
.top-service .c-headingB__ja::after {
  content: none;
}

.top-service-list {
  display: grid;
  align-items: stretch;
  gap: 30px;
}

@media (min-width: 48em) {
  .top-service-list {
    grid-template-columns: 1fr 1fr;
  }
}
.top-service-item {
  border: 2px solid #000;
  padding: 30px;
  background: #fff;
}

.top-service-item .img {
  text-align: center;
}

.top-service-item .title {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
}

@media (min-width: 48em) {
  .top-service-item .title {
    font-size: 34px;
  }
}
.top-service-item .title::before,
.top-service-item .title::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #000;
  display: block;
}

.top-service-item .box {
  font-weight: bold;
  background: #f5f5f5;
  padding: 15px;
  font-size: 13px;
  margin-top: 15px;
}

/* top-menu */
.top-menu {
  margin-top: -55px;
  padding-top: 105px;
  padding-bottom: 100px;
  background-image: url(img/top/menu_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}

.top-menu .c-headingB {
  padding-top: 30px;
}

.top-menu__unordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-menu__unordered__list {
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 20px 20px 20px 0;
  border: 2px solid #000000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-menu__unordered__list__num {
  position: absolute;
  left: 18px;
  top: 15px;
}

.top-menu__unordered__list:nth-child(even) {
  margin-right: 0;
}

.top-menu__unordered__list__left {
  position: relative;
  text-align: center;
  width: 30%;
}

.top-menu__unordered__list__right {
  width: 70%;
  padding: 15px 0 15px 25px;
  border-left: 1px solid #d6d6d6;
}

.top-menu__unordered__list__right__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

/* top-guide */
.top-guide {
  padding-top: min(32.6666666667vw, 490px);
  position: relative;
}

.top-guide::before {
  content: "";
  display: block;
  background: url(img/top/bg_guide01.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}

.top-guide__inner {
  position: relative;
}

.top-guide__inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 30%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  background: var(--color-corporate-01);
}

.top-guide__col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 30px;
  background: #000;
  gap: 30px min(4.6666666667vw, 70px);
  position: relative;
  flex-flow: column;
}

@media (min-width: 48em) {
  .top-guide__col02 {
    flex-flow: row;
  }
}
@media (min-width: 64em) {
  .top-guide__col02 {
    padding: 70px 62px 65px 110px;
  }
}
.top-guide__col02__left {
  min-width: 160px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .top-guide__col02__left {
    padding-right: 30px;
  }
}
.top-guide__col02__right {
  position: relative;
  color: #fff;
  flex: 1;
}

.top-guide-list {
  display: grid;
  gap: 12px 15px;
}

@media (min-width: 40em) {
  .top-guide-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-guide-item {
  background: #fff;
  padding: 10px 15px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.top-guide-item::before {
  content: "";
  background: url(img/common/icon_check.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

/* top-plan */
.top-plan {
  padding-top: 500px;
  background-image: url(img/top/plan_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (min-width: 1501px) {
  .top-plan {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.top-plan__col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 90px 0 90px;
  background-image: url(img/common/bg_b.jpg);
  background-repeat: repeat-x;
}

.top-plan__col02__left {
  min-width: 160px;
  color: #fff;
  padding-right: 30px;
}

.top-plan__col02__right {
  position: relative;
}

.top-plan__col02__right__unordered {
  width: 100%;
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-plan__col02__right__unordered__list {
  position: relative;
  width: 32%;
  margin-right: 2%;
  padding: 35px 30px 340px 30px;
  background-color: #fff;
  box-shadow: 0px 1px 9px 1px rgba(85, 85, 85, 0.35);
  text-align: center;
}

.top-plan__col02__right__unordered__list:last-child {
  margin-right: 0;
}

.top-plan__col02__right__unordered__list:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}

.top-plan__col02__right__unordered__list:nth-child(1):before {
  width: 158px;
  height: 55px;
  background-image: url(img/top/plan_short@2x.png);
  -webkit-background-size: 158px 55px;
  background-size: 158px 55px;
}

.top-plan__col02__right__unordered__list:nth-child(2):before {
  width: 202px;
  height: 55px;
  background-image: url(img/top/plan_standard@2x.png);
  -webkit-background-size: 202px 55px;
  background-size: 202px 55px;
}

.top-plan__col02__right__unordered__list:nth-child(3):before {
  width: 134px;
  height: 64px;
  background-image: url(img/top/plan_long@2x.png);
  -webkit-background-size: 134px 64px;
  background-size: 134px 64px;
}

.top-plan__col02__right__unordered__list span {
  display: inline-block;
  margin: 0 auto 25px auto;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
}

.top-plan__col02__right__unordered__list__plan {
  margin: 0 15px 20px 15px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}

.top-plan__col02__right__unordered__list__txt {
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0 0;
}

.top-plan__col02__right__option {
  width: 92%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #eeeeee;
}

.top-plan__col02__right__option-wrap {
  position: relative;
  padding: 35px 30px 15px 30px;
}

.top-plan__col02__right__option-wrap:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -22px;
  display: block;
  width: 97px;
  height: 53px;
  background-image: url(img/top/option@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 97px 53px;
  background-size: 97px 53px;
}

.top-plan__col02__right__option th {
  position: relative;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  width: 20%;
  max-width: 170px;
  min-width: 170px;
  padding: 3px 45px 3px 0;
}

.top-plan__col02__right__option th:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #797979;
}

.top-plan__col02__right__option th:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 14px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #797979;
}

.top-plan__col02__right__option td {
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 75%;
  padding: 3px 0;
}

.top-plan__col02__right__option td:after {
  content: "";
  position: absolute;
  left: -44px;
  top: 14px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #797979;
}

.top-plan__col02__right__option td span {
  display: block;
  text-align: right;
  font-size: 12px;
}

/* top-gallery */
.top-gallery {
  padding-top: 150px;
  background: var(--color-corporate-01);
  padding-bottom: 140px;
}

.top-gallery .c-headingB {
  margin-bottom: 30px;
}

.top-gallery .c-btnA {
  margin: 0 auto;
}

/* top-profile */
.top-profile {
  margin-top: 150px;
  padding-top: 85px;
  padding-bottom: 140px;
  background: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00eeeeee", endColorstr="#eeeeee", GradientType=1);
  /* IE6-9 */
}

.top-profile__wrap {
  position: relative;
}

.top-profile__name {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.top-profile__col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-profile__col02__left {
  padding-right: 30px;
}

.top-profile__col02__right {
  padding-top: 150px;
}

.top-profile__col02__right__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.top-profile__col02__right__txt {
  margin-bottom: 30px;
  line-height: 260%;
}

.top-profile__col02__right tr {
  border-bottom: 1px solid #d6d6d6;
}

.top-profile__col02__right th {
  position: relative;
  padding: 10px 30px 10px 0;
  font-weight: 300;
  vertical-align: top;
  text-align: left;
}

.top-profile__col02__right th:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 25px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d6d6d6;
  border-radius: 50px;
}

.top-profile__col02__right td {
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .slide-deco01,
  .slide-deco02 {
    display: none;
  }
  .main-visual__slide {
    margin: 0 30px;
  }
  .main-visual .news-item {
    position: static;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .slide-down {
    left: 17px;
  }
  .top-about__square {
    display: none;
  }
  .top-about__col02__left .c-headingA br {
    display: inline;
  }
  .top-about__col02__right {
    min-width: 300px;
  }
  .top-plan .m-container {
    padding: 0;
  }
  .top-plan__col02 {
    display: block;
    padding: 45px 30px 0 30px;
  }
  .top-plan__col02__left {
    padding: 0;
    text-align: center;
  }
  .top-plan__col02__right__unordered {
    max-width: 1000px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__col02__left__sub-title {
    text-align: center;
  }
  .main-visual .l-container {
    padding: 0 15px;
  }
  .main-visual__slide {
    margin: 0 -5px 40px;
  }
  .slide-down {
    display: none;
  }
  .top-about__col02 {
    display: block;
  }
  .top-about__col02__left {
    margin-top: 0;
    margin-right: 0;
  }
  .top-about__col02__left .box-column {
    margin-left: auto;
    margin-right: auto;
  }
  .top-about__col02__right.--pc {
    display: none;
  }
  .top-about__col02__right.--sp {
    display: grid;
  }
  .top-about__col02__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .top-about__photo {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .top-about__photo__pic:first-child {
    min-width: 240px;
    margin-right: 15px;
    margin-bottom: 10%;
  }
  .top-about__photo__pic .deco img {
    max-width: 94%;
  }
  .top-about__col02__left .c-btnA {
    margin-left: auto;
    margin-right: auto;
  }
  .top-menu__unordered {
    display: block;
  }
  .top-menu__unordered__list {
    width: 100%;
    margin-right: 0;
  }
  .top-plan {
    padding-top: 0;
    background-image: none;
  }
  .top-plan__col02 {
    padding: 45px 15px 0 15px;
  }
  .top-plan__col02__right__unordered {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top-plan__col02__right__unordered__list {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    padding: 35px 30px 30px 30px;
  }
  .top-plan__col02__right__option {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .top-profile__col02 {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .top-profile__col02__left {
    padding-right: 0;
  }
  .top-profile__col02__right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top-about {
    margin-top: 0;
  }
  .top-about__col02__left .c-headingA {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .top-about__col02__left .c-headingA .small {
    font-size: 28px;
  }
  .top-about__col02__left__sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top-about__col02__left__txt {
    line-height: 220%;
    margin-bottom: 10px;
  }
  .top-about__col02__left .c-btnA {
    margin: 40px auto 70px auto;
  }
  .top-about__photo {
    flex-flow: column;
    gap: 20px;
  }
  .top-about__photo__pic:first-child {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .top-about__photo__pic .deco img {
    max-width: 66%;
  }
  .top-menu {
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .top-menu__unordered__list {
    padding: 15px 15px 15px 0;
  }
  .top-menu__unordered__list__right {
    padding: 15px 0 15px 15px;
  }
  .top-plan__col02 {
    padding: 40px 15px 0 15px;
  }
  .top-plan__col02__right__option-wrap:before {
    left: -8px;
  }
  .top-plan__col02__right__option th {
    display: block;
    width: 100%;
    padding: 0;
  }
  .top-plan__col02__right__option td {
    display: block;
    width: 100%;
    padding: 2px 0 15px 0;
  }
  .top-plan__col02__right__option th:after,
  .top-plan__col02__right__option th:before,
  .top-plan__col02__right__option td:after {
    display: none;
  }
  .top-plan__col02__right__option td span {
    text-align: left;
    margin-top: 5px;
  }
  .top-gallery {
    padding-top: 70px;
  }
  .top-profile {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .top-profile__col02__right__title {
    margin-bottom: 10px;
  }
  .top-profile__col02__right__txt {
    margin-bottom: 30px;
    line-height: 190%;
  }
  .top-profile__col02__right tr {
    border: none;
  }
  .top-profile__col02__right th {
    width: 100%;
    padding: 15px 0 5px 0;
    display: block;
  }
  .top-profile__col02__right th:before {
    display: none;
  }
  .top-profile__col02__right td {
    width: 100%;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: 1px solid #d6d6d6;
  }
}
/* top-faq */
.top-faq {
  padding-top: 105px;
  padding-bottom: 100px;
  background: #f5f5f5;
  position: relative;
}

.top-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -39px;
  left: 0;
  background: url(img/common/bg_wave_gray.png) repeat-x top center/auto;
}

.top-faq .c-headingB {
  margin-bottom: 20px;
}

.faq-item {
  border: 2px solid #000;
  background: #fff;
  padding: 20px;
}

@media (min-width: 40em) {
  .faq-item {
    padding: 30px;
  }
}
.faq-item .q {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px #d6d6d6 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.faq-item .q::before {
  content: "Q.";
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
}

.faq-item .a {
  position: relative;
  padding-left: 39px;
  font-weight: 500;
}

.faq-item .a::before {
  content: "A.";
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.faq-item + .faq-item {
  margin-top: 20px;
}

/* top-access */
.top-access {
  background: var(--color-corporate-01);
  padding-bottom: 140px;
}

@media (min-width: 48em) {
  .top-access .m-container {
    margin-top: -116px;
  }
}
.top-access__map iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

@media (min-width: 48em) {
  .top-access__map iframe {
    aspect-ratio: 1500/500;
  }
}
@media not all and (min-width: 48em) {
  .top-access__map {
    margin-bottom: 20px;
  }
}
.top-guide__col02 {
  position: relative;
}

.top-guide__col02 .point {
  position: absolute;
  right: 24px;
  top: -40px;
  width: 26%;
}

@media (min-width: 40em) {
  .top-guide__col02 .point {
    right: 50px;
    top: -40px;
    width: auto;
  }
}
.top-guide__col02 .sub {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 5px 10px;
  display: inline-block;
}

.top-guide__col02 .title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}

/* p-gallery */
/* ============================================ */
.gallery {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .gallery {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    padding-bottom: 30px;
  }
}
/* p-contact */
/* ============================================ */
.contact__message {
  margin-bottom: 45px;
  text-align: center;
}

.contact__message a {
  text-decoration: underline;
}

.contact .c-btnA,
.contact .c-btnB {
  margin: 10px auto 0 auto;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

.contact .c-btnA:hover,
.contact .c-btnB:hover {
  text-decoration: none;
  opacity: 0.65;
}

@media screen and (max-width: 500px) {
  .contact__message {
    margin-bottom: 30px;
    text-align: left;
  }
  .contact__message br {
    display: none;
  }
  .contact .c-btnA,
  .contact .c-btnB {
    margin: 15px auto 0 auto;
  }
}
/* p-about */
/* ============================================ */
/* service */
.service,
.service02 {
  padding: 80px 0;
  background: #f5f5f5;
  position: relative;
}

.service::before,
.service02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -39px;
  left: 0;
  background: url(img/common/bg_wave_gray.png) repeat-x top center/auto;
}

.service::after,
.service02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -39px;
  left: 0;
  scale: 1 -1;
  background: url(img/common/bg_wave_gray.png) repeat-x top center/auto;
  z-index: 1;
}

.service .c-headingB,
.service02 .c-headingB {
  margin-bottom: 20px;
}

.service .c-headingB .img,
.service02 .c-headingB .img {
  display: block;
}

.service h2 .c-headingB__ja::before,
.service h2 .c-headingB__ja::after,
.service02 h2 .c-headingB__ja::before,
.service02 h2 .c-headingB__ja::after {
  content: none;
}

.service02 {
  background: url(img/common/bg_grid.png);
  padding-bottom: 120px;
}

.service02::before,
.service02::after {
  content: none;
}

/* about-intro */
.about-intro {
  background: url(img/about/bg_about-intro.png) no-repeat center/auto 100%;
  font-weight: 500;
  padding-bottom: 115px;
}

@media (max-width: 76.875em) {
  .about-intro {
    background-size: 120% auto;
  }
}
@media (max-width: 58.125em) {
  .about-intro {
    background-size: 130% auto;
  }
}
@media not all and (min-width: 48em) {
  .about-intro {
    background-image: none;
  }
}
@media (min-width: 48em) {
  .about-intro {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.about-intro__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 500px) {
  .about-intro__title {
    font-size: 32px;
  }
}
.about-intro__title img {
  margin-top: 30px;
}

.about-intro__title .sub {
  font-size: 24px;
}

@media (max-width: 500px) {
  .about-intro__title .sub {
    font-size: 18px;
  }
}
/* staff */
.staff {
  padding: 80px 0 0;
  background: var(--color-corporate-01);
  position: relative;
}

.staff::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 22px;
  top: -21px;
  left: 0;
  background: url(img/common/bg_wave_sky.png) repeat-x top center/auto;
}

.staff-box {
  background: #eff4f8;
  padding: 50px 15px 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  gap: 30px 17px;
  flex-flow: column;
}

@media (min-width: 40em) {
  .staff-box {
    padding: 50px 30px;
  }
}
@media (min-width: 48em) {
  .staff-box {
    padding: 60px 50px;
  }
}
@media (min-width: 64em) {
  .staff-box {
    flex-flow: row;
    padding-right: 25px;
  }
}
.staff-box .post {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  line-height: 1.2;
  background: #000;
  min-width: 100px;
  color: #fff;
  min-height: 40px;
  display: grid;
  place-items: center;
  width: fit-content;
}

.staff-box .name {
  font-weight: bold;
  font-size: 36px;
  margin: 15px 0 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 10px 20px;
}

.staff-box .furigana {
  font-size: 14px;
  color: var(--color-corporate-01);
  font-family: var(--font-en);
  line-height: 1;
  padding-top: 0.5em;
}

.staff-box .table-dotted {
  border-top: 2px #000 dotted;
  border-bottom: 2px #000 dotted;
  line-height: 1.6;
}

.staff-box .table-dotted th {
  min-width: 115px;
}

.staff-box .table-dotted tr:first-of-type {
  padding-top: 25px;
}

.staff-box .table-dotted tr:last-of-type {
  padding-bottom: 25px;
}

.staff-box .right {
  max-width: 332px;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}

@media not all and (min-width: 64em) {
  .staff-box .right {
    margin-left: auto;
    margin-right: auto;
  }
}
.staff-box .fukidashi {
  background: url(img/about/fukidashi01.png) no-repeat center/100% auto;
  color: #fff;
  min-height: 96px;
  display: grid;
  place-items: center;
  font-size: 14px;
  padding: 10px;
  position: relative;
  white-space: nowrap;
}

@media (min-width: 26.5625em) {
  .staff-box .fukidashi {
    font-size: 18px;
  }
}
.staff-box .fukidashi::before {
  content: "";
  position: absolute;
  background: url(img/about/fukidashi02.png);
  bottom: calc(clamp(0.375rem, -2.352rem + 13.64vw, 1.5rem) * -1);
  width: 62px;
  height: 31px;
  display: block;
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-fadeIn */
/* ============================================ */
.js-fadeInTrigger {
  opacity: 0;
}

.is-fadeIn {
  animation: fadeIn 1s forwards ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 100%;
  }
}
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* 251216 add */
/* c-column */
/* ============================================ */
.column-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(40%, max(20%, 200px)), 1fr));
  gap: min(2.6666666667vw, 40px) min(2vw, 30px);
}

.column-item .img img {
  aspect-ratio: 200/130;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-item .date {
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
  font-size: 0.75rem;
}

.column-item .title {
  line-height: 1.4;
  font-weight: bold;
}

/* p-top-column */
/* ============================================ */
.top-column {
  padding-top: 150px;
  background: var(--color-corporate-01);
}
@media screen and (max-width: 500px) {
  .top-column {
    padding-top: 70px;
  }
}
.top-column .c-headingB__ja::before, .top-column .c-headingB__ja::after {
  content: none;
}
.top-column .column-list {
  grid-template-columns: repeat(auto-fill, minmax(min(40%, max(15%, 200px)), 1fr));
  gap: 10px min(1.3333333333vw, 20px);
}