@charset "utf-8";
/******************************************************************
Theme Name: MAGRITTE ver.2023
Theme URI: https://magritte.co.jp/
Description: ザ マグリットのオリジナルテーマです。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.area {
  max-width: 720px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.xs-left {
  text-align: justify;
}
.sp-left {
  text-align: justify;
}
.sp-center {
  text-align: center;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .xs-left {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.sp-center {
  text-align: justify;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
	position: fixed;
	right: 1em;
	bottom: 1em;
	pointer-events: none;
	opacity: 0;
	margin: 0;
	transition: opacity 0.5s;
  z-index: 3;
}
#page-top.is-active {
	pointer-events: auto;
	opacity: 1;
}
#page-top a {
  outline: none;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
#page-top {
  right: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #333;
  --red: #ff0000;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #f2f2f2;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
#breadcrumb {
  font-size: 70%;
  margin: 1em auto 0;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 7.5px;
}
.side-wrap {
  width: 235px;
  padding: 0 7.5px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}
#not-found ul, #post-not-found ul,
#post-not-found ul, #post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a, #post-not-found ul li a,
#post-not-found ul li a, #post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
#not-found,
#post-not-found {
  padding: 40px;
}
#not-found h2,
#post-not-found h2 {
  font-size: 2.5em;
}
}
/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
table.under-line-table tr th {
  padding: 20px 15px 20px 0;
}
table.under-line-table tr td {
  padding: 20px 0;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/
.body-wrap {
  overflow: hidden;
}
.mt-cancel-20 {
  margin-top: -20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.documents.sm-h {
  margin-top: 20px;
}
.mt-sm {
  margin-top: 30px;
}
.mt-md {
  margin-top: 30px;
}
.mt-40-sp{
  margin-top: 40px;
}
.mt-sp {
  margin-top: 20px;
}
.documents.md-h {
  margin-top: 40px;
}
.documents.lg-h-sp {
  margin-top: 60px;
}
.documents.lg-h.mt-sp {
  margin-top: 40px;
}
.pd-box {
  padding: 20px;
}
.py-40  {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-40.lg-h {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-right-0{
  padding-right: 15px;
}
.padding-left-0{
  padding-left: 15px;
}
.relative {
  position: relative;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-between, .justify-content-space-between {
  justify-content: space-between;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-content-center, .justify-content-center-576 {
  justify-content: center;
}
.align-items-base {
  align-items: baseline;
}
.align-items-center {
  align-items: center;
}
.text-center-sp, .text-center-sp-576 {
  text-align: center;
}
#not-found, #post-not-found {
  background-color: var(--gray03);
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.area {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto, .grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.documents.sm-h {
  margin-top: 30px;
}
.mt-sm {
  margin-top: 40px;
}
.mt-40-sp, .mt-sp {
  margin-top: 0;
}
.mt-md {
  margin-top: 60px;
}
.documents.md-h {
  margin-top: 60px;
}
.documents.lg-h-sp {
  margin-top: 60px;
}
.documents.lg-h.mt-sp {
  margin-top: 60px;
}
.pd-box {
  padding: 30px;
}
.py-40.lg-h {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-right-0{
  padding-right: 0;
}
.padding-left-0{
  padding-left: 0;
}
.justify-content-center-576{
  justify-content: left;
}
.text-center-sp-576{
  text-align: left;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h-sp {
  margin-top: 80px;
}
.documents.lg-h.mt-sp {
  margin-top: 80px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-right-60 {
  padding-right: 60px;
}
}
@media print, screen and (min-width: 1600px) {
  .area {
    max-width: 1520px;
  }
  .py-40.xl-h {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body, button, input[type="submit"], textarea, select{
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  color: var(--main);
  letter-spacing: .1rem;
}
a {
  color: var(--main);
}
.light {
  font-weight: 400;
}
.bolder, .font-weight-900 {
  font-weight: 900;
}
.mid-ttl {
  font-size: clamp(1.5rem, 2.3vw, 2.5rem);
}
.s-mid-ttl {
  font-size: clamp(1.3rem, 1.8vw, 1.875rem);
}
.small-ttl {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.mid-txt {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
}
.text120 {
  font-size: 120%;
}

/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #000;
  --sub: #F6F6F6;
  --key: #8d6e35;
  --gray04: #B5B5B5;
  --gray05: #E0E0E0;
  --gray06: #EDEDED;
  --gray07: #777;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.white-color-bg {
  background-color: var(--white);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 20px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--gray02);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.header-inner .logo a {
  display: flex;
  align-items: center;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .sub-menu .sub-menu {
  padding-left: 18px;
}
.hamburger-nav-inner .sub-menu .accordion_icon {
  background: var(--gray04);
  width: 30px;
  height: 30px;
}
.hamburger-nav-inner .sub-menu .accordion_icon::after {
  right: 7.5px;
}
.sp-link {
  padding-left: 15px;
  padding-right: 15px;
}
.sp-link li {
  position: relative;
  font-weight: normal;
}
.sp-link li .main-btn {
  width: 100%;
  min-width: inherit;
}
.sns-menu {
  display: flex;
  justify-content: center;
}
.sns-menu li {
  padding: 0 10px;
}
/***親ページにリンクがない時のcss***/
.no-pointer {
  cursor: inherit;
  pointer-events: none;
}
.hamburger-nav-inner #menu-sp-menu > li a.no-pointer {
  pointer-events: none;
  cursor: inherit;
}
.hamburger-nav-inner .accordion_icon, .hamburger-nav-inner .sub-menu a {
  pointer-events: visible;
}
.hamburger-nav a.external:after {
  top: 54%;
  right: 165px;
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
}
@media print, screen and (min-width: 768px) {
.global-nav {
  display: flex;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
}
.global-nav-wrap ul li {
  padding: 30px 8px;
  position: relative;
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a {
  font-weight: bold;
  font-size: clamp(.8rem, 1vw, 1rem);
  padding-bottom: 30px;
}
.global-nav-wrap ul li a.external:after {
  top: 24%;
}
.global-nav-wrap ul li a br {
  display: none;
}
.global-nav-wrap ul.sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.global-nav-wrap ul.sub-menu li {
  position: relative;
  padding: 0;
}
.global-nav-wrap ul.sub-menu li:first-child::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -14px;
  width: 100px;
  height: 4px;
  background-color: var(--main);
}
.global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
  display: block;
  width: 180px;
  background-color: var(--white);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  padding: 10px;
  z-index: 2;
}
.global-nav-wrap ul.sub-menu li a {
  padding: 10px 15px 10px 10px;
  position: relative;
  display: block;
  letter-spacing: 0;
  line-height: 1;
  background: var(--white);
  font-size: clamp(.5rem, 1.5vw, .8rem);
}
.global-nav-wrap ul.sub-menu li a:hover {
  background: var(--black);
  color: var(--white);
  opacity: 1;
}
.global-nav-wrap ul.sub-menu li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.global-nav-wrap ul.sub-menu li a:hover:after {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
.global-nav-wrap .sns-menu {
  padding-left: 15px;
}
.global-nav-wrap .sns-menu ul li a {
  line-height: 1;
  padding-bottom: 0;
}
.global-nav-wrap .sns-menu ul li img {
  width: 25px;
}
}
@media print, screen and (min-width: 1200px) {
  .global-nav-wrap ul.sub-menu {
    top: 84px;
  }
  .global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
    width: 210px;
  }
  .hamburger-nav-wrap {
    display: none;
  }
  .global-nav-wrap {
    display: block;
  }
  .header-inner {
    height: 80px;
  }
  .global-nav-wrap ul li {
    padding: 30px 10px;
  }
  .global-nav-wrap .sns-menu ul li {
    padding: 30px 12.5px;
    display: flex;
    align-items: center;
  }
  .global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
    width: 250px;
  }
}
@media print, screen and (min-width: 1400px) {
  .logo img {
    height: 28px;
  }
  .global-nav-wrap .sns-menu {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1600px) {
  .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .global-nav-wrap .sns-menu ul li img {
    width: 30px;
  }
  .global-nav-wrap ul li {
    padding: 30px 15px;
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-link-box{
  position: relative;
  text-align: center;
}
.footer-link-box-inner{
  position: absolute;
  background-color: #fff;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 85%;
  height: 65%;
  display: flex;
  justify-content: center;
}
.pl-box .footer-link-box-inner {
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: var(--white) 1px 1px 5px;
}
.footer-link-box-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-link-box-text {
  font-size: clamp(.75rem, 1.2vw, 1rem);
  letter-spacing: 0;
}
.margin-top-link-box{
  margin-top: 30px;
}
.footer-contact-pd {
  padding: 40px 20px;
}
.footer-contact-tel-box,
.footer-contact-btn-box {
  width: 100%;
}
.footer-contact-inner h3 {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}
.footer-contact-number {
  font-size: clamp(1.7rem, 1.5vw, 2.5rem);
  line-height: 1.4;
}
.footer-contact-btn-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray05);
}
.footer-contact-btn-box .main-btn {
  min-width: 230px;
}
.footer-org {
  font-size: 14px;
  margin-top: 10px;
}
.footer-org-ttl {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 900;
}
.footer-org-tel {
  display: none;
}
.footer-menu {
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-policy ul {
  display: flex;
  font-size: clamp(.66rem, 1.5vw, .75rem);
  letter-spacing: 0;
}
.footer-policy li + li {
  padding-left: 20px;
}
.footer-copy {
  background: var(--sub);
}
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-size: clamp(.66rem, 1.5vw, .75rem);
  padding: 5px 0;
}

.footer-menu ul li a br, 
.footer-menu ul li a span {
  display: none;
}
.footer-main-menu {
  width: 100%;
  margin: 0 auto;
}
.footer-main-menu ul {
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-main-menu ul li {
  margin-top: 10px;
  padding: 0 5px;
  width: calc(100% / 2);
  text-align: left;
}
.footer-main-menu ul li,
.footer-menu-ttl {
  font-size: clamp(1rem, 1.5vw, 2rem);
  font-weight: 900;
}
.footer-menu-about ul {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-about ul li {
  margin-top: 10px;
  width: calc(100% / 2);
  position: relative;
  padding-left: 15px;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.footer-menu-about ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 576px) {
  .footer-main-menu ul {
    margin-top: -20px;
    gap: 0 60px;
  }
  .footer-main-menu ul li {
    margin-top: 20px;
    width: auto;
    min-width: calc(100% / 2 - 60px);
    text-align: center;
  }
  .footer-menu-about ul li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .margin-top-link-box{
    margin-top: 0;
  }
  .footer-contact {
    display: flex;
  }
  .footer-contact-inner {
    width: 50%;
  }
  #footer .logo img {
    height: 35px;
  }
  .footer-org {
    font-size: 16px;
  }
  .footer-policy ul {
    justify-content: center;
  }
  .footer-copy p {
    text-align: center;
  }
  /* .footer-main-menu {
    width: 70%;
  } */
}
@media print, screen and (min-width: 1200px) {
  .footer-contact-pd {
    padding: 40px 20px;
    display: flex;
  }
  .footer-contact-tel-box,
  .footer-contact-btn-box {
    width: 50%;
  }
  .footer-contact-btn-box {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .footer-contact-btn-box .footer-contact-inner {
    border-left: 1px solid var(--gray05);
  }
  .footer-main-menu ul li {
    min-width: calc(100% / 4 - 60px);
  }
  .footer-org {
    margin-top: 20px;
  }
  .footer-copy p {
    text-align: center;
    padding: 15px 0;
  }
  .footer-menu-about ul li {
    width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 1600px) {
  #footer .logo img {
    height: 50px;
  }
  .footer-contact-btn-box .main-btn {
    min-width: 250px;
  }
  .footer-menu-about ul li {
    width: calc(100% / 4);
  }
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
h3, .h3 {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}
h4, .h4 {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
}
h5, .h5 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  text-transform: uppercase;/*大文字*/
}
.main-ttl {
  font-size: clamp(2rem, 4vw, 4rem);
  color: var(--main);
  line-height: 1.1;
}
.main-ttl-sub {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
.sub-ttl {
  color: var(--main);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
}
.sub-ttl-sub {
  color: var(--black);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  display: block;
  line-height: 1.2;
  margin-top: 8px;
  font-weight: 500;
}
.lerge-ttl {
  color: var(--main);
  font-size: clamp(1.5rem, 2vw, 2.5rem);
}
.bg-title-box {
  position: relative;
  max-height: 300px;
  min-height: 150px;
  padding: 9vw 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-title-box .bg-title {
  font-size: clamp(2rem, 4vw, 3rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
  font-weight: 900;
  width: 100%;
}
.bg-title-box .bg-title span {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  display: block;
  font-weight: 600;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
.main-ttl-sub {
  margin-top: 25px;
}
}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  line-height: 60px;
  padding: 0;
  display: inline-block;
  font-weight: 900;
  position: relative;
  min-width: 280px;
  height: 60px;
  text-align: center;
  border: 1px solid var(--main);
  font-size: 1rem;
  background: var(--white);
}
.main-btn a, .main-btn span.up {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--main);
}
.main-btn a:hover,
.main-btn span.up:hover {
  opacity: 1;
}
.main-btn::before,
.main-btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: var(--main);
  transition: all 0.3s ease;
}
.main-btn::before{
  height: 0%;
  width: 2px;
}
.main-btn::after {
  width: 0%;
  height: 2px;
}
.main-btn:hover::before {
  height: 100%;
}
.main-btn:hover::after {
  width: 100%;
}
.main-btn a::before, .main-btn a::after, .main-btn span.up::before, .main-btn span.up::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--main);
  transition: all 0.3s ease;
}
.main-btn a::before, .main-btn span.up::before {
  width: 2px;
  height: 0%;
}
.main-btn a::after, .main-btn span.up::after {
  height: 2px;
  width: 0%;
}
.main-btn a:hover::before, .main-btn span.up:hover::before {
  height: 100%;
}
.main-btn a:hover:after, .main-btn span.up:hover::after {
  width: 100%;
}
.main-btn a div, .main-btn span.up span.pointer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.main-btn a div::after, .main-btn span.up span.pointer::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
.main-btn a:hover div:after, .main-btn span.up:hover span.pointer::after {
  border-width: 0 0 15px 15px;
  z-index: 1;
  transition: all 0.3s ease;
}
.main-btn.reverse-color:hover::after {
  border-color: transparent transparent var(--white) transparent;
  transition: all 0.3s ease;
}
.main-btn.reverse-color {
  background: var(--main);
  color: var(--white);
}
.main-btn.reverse-color a {
  color: var(--white);
  transition: all 0.3s ease;
}
.main-btn.reverse-color:hover {
  background: var(--white);
}
.main-btn.reverse-color:hover a, .main-btn.reverse-color:hover span.up {
  color: var(--main);
  transition: all 0.3s ease;
}
.main-btn.reverse-color span.up {
  color: var(--white);
  transition: all 0.3s ease;
}
.main-btn.reverse-color a div::after, .main-btn.reverse-color span.up span.pointer::after {
  border-color: transparent transparent var(--white) transparent;
}
.main-btn.reverse-color:hover a div::after, .main-btn.reverse-color:hover span.up span.pointer::after {
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
.main-btn.entry-btn {
  line-height: 70px;
  height: 70px;
  font-size: 2rem;
}

/**** 外部リンクアイコン（ボタン） ****/
.main-btn span.external-icn {
  position: relative;
  padding-right: 20px;
}
.main-btn span.external-icn::after {
  content: "";
  background-image: url(./library/images/icon/icn-link-wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.main-btn span.external-icn.reserve::after {
  background-image: url(./library/images/icon/icn-link-bk.svg);
}
.main-btn:hover span.external-icn::after {
  background-image: url(./library/images/icon/icn-link-bk.svg);
}
.main-btn.small-btn span.external-icn::after {
  background-image: url(./library/images/icon/icn-link-bk.svg);
}
a.external {
  position: relative;
  padding-right: 20px;
}
a.external:after {
  content: "";
  background-image: url(./library/images/icon/icn-link-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 57%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 576px) {
.main-btn {
  min-width: 280px;
}
}
@media print, screen and (min-width: 768px) {
.main-btn {
  line-height: 60px;
  height: 60px;
}
.main-btn.entry-btn {
  line-height: 90px;
  height: 90px;
  min-width: 350px;
}
}
@media print, screen and (min-width: 992px) {
.main-btn {
  min-width: 280px;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 240px);
  padding: 0 30px 0 15px;
  flex: 1;
}
.side-wrap {
  width: 240px;
  padding: 0 15px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 300px);
}
.side-wrap {
  width: 300px;
}
}
@media print, screen and (min-width: 1200px) {
.side-layout-main {
  padding: 0 45px 0 15px;
}
}
@media print, screen and (min-width: 1600px) {
.side-layout-main {
  width: calc(100% - 390px);
  padding: 0 85px 0 15px;
}
.side-wrap {
  width: 390px;
}
}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
.table-display-block {
  display: block;
}
table.sp-block-table tr th, table.sp-block-table tr td {
  padding: 20px 0;
}
table.form tr th {
  vertical-align: middle;
  padding: 20px 0 0;
}
table.form tr th.text-top {
  vertical-align: text-top;
}
table.sp-block-table tr th + td {
  padding-top: 10px;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
  flex-direction: column;
  gap: 10px;
}
.contact-btn-flex-box button {
  margin: 0;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input[type="text"], input[type="email"], input[type="url"], textarea, select {
  padding: 20px 2%;
  border: none;
  background-color: var(--gray06);
}
.asterisk {
  background-color: var(--gray02);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  padding: .25rem .6rem;
  line-height: 1.2;
}
.check-btn td {
  margin-top: 10px;
}
.check-btn input[type=checkbox].check-btn-item {
  display: none;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px;
}
.check-btn label {
  display: inline-block;
}
.check-btn .check-btn-item + span {
  padding-left: 32px;
  display: inline-block;
  position: relative;
}
.check-btn .check-btn-item + span::after,
.check-btn .check-btn-item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
}
.check-btn .check-btn-item + span::before {
  background-color: var(--gray06);
  border: 1px solid var(--gray04);
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px;
}
.check-btn .check-btn-item + span::after{
  border: none;
  border-right: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
.check-btn .check-btn-item:checked + span::after {
  opacity: 1;
}
/***radio***/
.radio_btn td{
  margin-top: 10px;
  }
  .radio_btn input[type=radio].radio_btn_item{
  display: none;
  }
  .radio_btn label {
  display: inline-block;
  }
  .radio_btn .radio_btn_item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  }
  .radio_btn .radio_btn_item + span::after,
  .radio_btn .radio_btn_item + span::before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  }
  .radio_btn .radio_btn_item + span::before {
  border: 1px solid var(--gray04);
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  }
  .radio_btn .radio_btn_item + span::after{
  background: var(--main);
  height: 12px;
  left: 4px;
  opacity: 0;
  top: 8px;
  width: 12px;
  }
  .radio_btn .radio_btn_item:checked + span::after {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .form-btn-box + .form-btn-box {
    padding-left: 20px;
  }
  table.form.sp-block-table tr th {
    padding: 20px 20px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 300px;
  }
  table.sp-block-table tr th + td {
    padding-top: 20px;
  }
  .contact-btn-flex-box {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 992px) {
  table.form.sp-block-table tr th {
    padding: 20px 30px 20px 0;
    width: 320px;
  }
}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.border-table {
  border-top: 1px solid var(--gray05);
}
.border-table tr {
  border-bottom: 1px solid var(--gray05);
}
.border-table th, .border-table td {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.border-table th {
  text-align: left;
}
.border-table th + td {
  padding-top: 0;
}
.law table {
  table-layout: fixed;
}
.law table th, .law table td {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.law table tr {
  border-bottom: 1px solid var(--main);
}
.law table th {
  text-align: left;
  padding: 20px 0 0;
}
.law table th + td {
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
.border-table th, .border-table td {
  display: table-cell;
}
.border-table th, .border-table td {
  padding: 20px 0;
}
.border-table th {
  width: 30%;
}
.border-table th+td {
  padding-top: 20px;
}
.law table th, .law table td {
  display: table-cell;
}
.law table th {
  padding: initial;
  width: 45%;
}
.law table th + td {
  padding-top: 20px;
}
}
@media print, screen and (min-width: 992px) {
  .law table th {
    padding: initial;
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
.border-table th, .border-table td {
  padding: 30px 0;
}
.border-table th {
  width: 25%;
  font-size: 20px;
}
.border-table th+td {
  padding-top: 30px;
}
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual {
  position: relative;
}
.top-visual-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 15px;
}
.top-visual-box-ttl {
  font-size: clamp(2rem, 4vw, 6rem);
}
.top-visual-box-sub {
  margin-top: 20px;
}
.top-visual-box-ttl-text {
  font-size: clamp(.8rem, 1.5vw, 1.25rem);
}
.link-icon-area {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
}
.link-icon-area a + a {
  display: inline-block;
  margin-top: 10px;
}
.link-icon-area img {
  display: none;
}
.thumnail-box {
  width: 100%;
  margin-top: 0;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.thumnail-box a {
  display: inline-block;
  width: 100%;
}
.thumnail-box li {
  margin-top: 30px;
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
}
.thumnail-box-text-upper {
  position: absolute;
  background-color: var(--main);
  width: 100%;
  top: 0px;
  font-weight: normal;
  padding: 20px;
  border-radius: 0;
  text-align: left;
  min-height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumnail-box-text-upper h3 {
  color: var(--white);
  line-height: 1.2;
  margin-top: 5px;
  font-size: clamp(1.15rem, .85vw, 1.5rem);
  letter-spacing: 0;
  padding-top: 8px;
}
.thumnail-box-text-upper p {
  color: var(--gray04);
  font-size: clamp(.75rem, .5vw + .25em, .875rem);
  margin-right: 18%;
  line-height: 1.2;
  letter-spacing: 0;
}
.event-title-group {
  padding-top: 8px;
  padding-right: 10px;
}
.event-title-group p {
  color: var(--gray04);
  margin-right: 16%;
}
.thumnail-box li img {
  width: 100%;
  border-radius: 0;
}
.thumnail-box li .eyecatch.accepting, .archives-list .thumnail-box a {
  position: relative;
}
.thumnail-box li .eyecatch.accepting::after,
.archives-list .thumnail-box a.accepting::after,
.related-post-box .thumnail-box a.accepting::after {
  content: "";
  width: 25%;
  position: absolute;
  top: -20px;
  right: -15px;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(./library/images/content/reservation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-column-area-box {
  position: relative;
}
.page-column-area-text-inner {
  background-color: var(--white);
}
.light-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
}
.bold-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
@media print, screen and (min-width: 450px) {
  .thumnail-box-text-upper {
    padding: 30px;
  }
  .thumnail-box {
    flex-direction: row;
  }
  .thumnail-box-text-upper h3 {
    font-size: 28px;
  }
  .thumnail-box-text-upper p {
    font-size: 16px;
  }
  .event-date {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 576px) {
.top-visual-box {
  width: 65%;
  padding: 0 15px;
}
}
@media print, screen and (min-width: 768px) {
.recruit .top-visual-box {
  top: calc(50% - 40px);
}
.link-icon-area img {
  display: block;
  width: 70px;
}
.thumnail-box {
  flex-direction: row;
  align-items: flex-start;
  gap: 3%;
}
.thumnail-box li {
  flex: 1 0 calc(50% - 3%);
  max-width: calc(50% - 2%);
  margin-top: 40px;
}
.thumnail-box-text-upper {
  padding: 12px;
}
.thumnail-box-text-upper h3 {
  font-size: clamp(1.15rem, .85vw, 1.5rem);
}
.thumnail-box-text-upper p {
  font-size: clamp(.75rem, .5vw + .25em, .875rem);
}
.event-date {
  margin-top: 0;
}
.event-link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-column-area-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page-column-area-img {
  width: 50%;
  margin-top: 0;
  margin-right: -15px;
}
.page-column-area-text {
  width: 50%;
  margin-right: 30px;
}
.page-column-area-text-inner {
  width: calc(100% - 30px);
  margin-left: auto;
}
}
@media print, screen and (min-width: 992px) {
.top-visual-box {
  padding: 0;
}
.link-icon-area img {
  width: 100px;
}
.thumnail-box li {
  flex: 1 0 calc(33.33% - 3%);
  max-width: calc(33.33% - 2%);
}
.page-column-area-text-inner {
  width: calc(100% - 60px);
}
}
@media print, screen and (min-width: 1200px) {
.thumnail-box li .eyecatch.accepting::after,
.archives-list .thumnail-box a.accepting::after,
.related-post-box .thumnail-box a.accepting::after {
  top: -30px;
  width: 80px;
  height: 80px;
}
.page-column-area-text-inner {
  padding: 60px 60px 60px 0;
}
.service-box {
  align-items: center;
}
}
@media print, screen and (min-width: 1500px) {
.top-visual-box {
  width: 55%;
}
.top-visual-box-sub, .top-visual-box-ttl-text {
  margin-top: 40px;
}
.link-icon-area {
  top: 40px;
  right: 40px;
}
.link-icon-area a + a {
  margin-top: 20px;
}
.link-icon-area img {
  width: clamp(9em, 10vw, 12em);
}
.thumnail-box-text-upper h3 {
  letter-spacing: inherit;
}

.thumnail-box-text-upper p {
  letter-spacing: inherit;
}
.page-column-area-text-inner {
  width: 730px;
}
}
@media print, screen and (min-width: 1600px) {
  .thumnail-box li {
    flex: 1 0 calc(25% - 3%);
    max-width: calc(25% - 2%);
  }
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.flex-li{
  margin-bottom: 5px;
  min-width: 160px;
}
.page-main-visual {
  position: relative;
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-main-visual-ttl {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 5rem);
  line-height: 1.1;
  text-shadow: var(--white) 1px 1px 5px;
}
.page-main-visual-ttl span {
  font-weight: 500;
  font-size: clamp(.8rem, 2vw, 1.5rem);
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
.text-shadow-black {
  text-shadow: 0 0 10px var(--main);
}
.text-shadow-white {
  text-shadow: 0 0 10px var(--white);
}
.pc-left {
  text-align: center;
}
.movie-aspect {
  max-width: 600px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.movie-aspect iframe {
  aspect-ratio: 16 / 9;
  border: none;
  width: 100%;
  height: 100%;
}
.massage-report a.external {
  display: inline-block;
}
/*NEW YORK PARTNERS*/
.ny-partner {
  background: var(--gray06);
  padding: 0 25px 40px;
  display: inline-block;
  margin-top: 40px;
}
.ny-partner-ttl {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
ul.brain {
  margin-top: 20px;
}
ul.brain li {
  display: inline-block;
  padding-right: 10px;
}
ul.brain li:last-child{
  padding-right: 0;
}
ul.brain li img {
  height: 26px;
  width: 26px;
}
img.partner-ttl {
  height: 100px;
}
.bg-area {
  background-size: cover;
  background-position: 50% 50%;
  height: auto;
}
.bg-area-box {
  padding: 40px 30px;
}
.bg-area-box-link {
  padding: 20px;
  background-color: var(--white);
}
.bg-area-box-link p {
  font-size: clamp(.8rem, 1.2vw, 1rem);
  letter-spacing: 0;
}
.bg-area-box-link .main-btn {
  min-width: 100%;
}
iframe.access-map {
  width: 100%;
  height: 300px;
}
ul.how-to {
  padding-left: 60px;
  position: relative;
  margin-top: 20px;
}
ul.how-to::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: var(--main);
  left: 18.5px;
  top: 10px;
}
ul.how-to li {
  position: relative;
  padding-bottom: 40px;
}
ul.how-to li::before {
  position: absolute;
  left: -46px;
  top: 11.5px;
  font-size: 22px;
  color: var(--main);
  line-height: 1;
  z-index: 2;
}
ul.how-to li.step1::before {
  content: "1";
}
ul.how-to li.step2::before {
  content: "2";
}
ul.how-to li.step3::before {
  content: "3";
}
ul.how-to li.step4::before {
  content: "4";
}
ul.how-to li::after {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 4px;
  border: 1px solid var(--main);
  border-radius: 50%;
  background: var(--white);
}
.how-to-goal {
  margin: 0;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  font-size: 18px;
  color: var(--main);
  background: var(--white);
  border: 1px solid;
  position: relative;
  min-width: 130px;
  text-align: center;
  border-radius: 19px;
}
.how-to-goal::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: var(--main);
  border-radius: 50%;
}
.sns-content-list {
  margin-top: 20px;
}
.sns-content .padding-left-60 {
  padding-left: 15px;
}
.sns-content .border-box {
  padding: .2rem 1rem;
  border: 1px solid var(--main);
  font-size: 14px;
  display: inline-block;
}
.sns-list li {
  position: relative;
  padding-left: 20px;
  color: var(--gray07);
  font-size: clamp(.8rem, 1.5vw, .85rem);
}
.sns-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--gray07);
}
.sns-content-btn {
  margin-top: 30px;
  min-width: 180px;
}
.sns-list-img li + li {
  padding-left: 20px;
}
/*FACILITY*/
.border-txt {
  border-bottom: 1px solid var(--main);
}
.hall-data li {
  position: relative;
  padding-left: 60px;
}
.hall-data li span {
  position: absolute;
  left: 0;
}
.hall-data li + li {
  margin-top: 10px;
}
/*STAFF*/
.staff-name {
  border-bottom: 1px solid var(--main);
  padding-bottom: 20px;
}
.staff-position {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
/*PARTY*/
.produce-logo-img {
  width: 60%;
}
.main-btn span.terms-icn {
  position: relative;
  padding-right: 30px;
}
.main-btn span.terms-icn::after {
  content: "";
  background-image: url(./library/images/icon/icon-terms.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
/*RENTAL SPACE*/
.border-box {
  border: 1px solid var(--main);
  padding: 20px;
}
.scene h2 {
  font-size: clamp(1.2rem, 1.7vw, 2rem);
}
.scene-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.scene-list li {
  width: calc(100%/2);
}
.dot-list li {
  position: relative;
  padding-left: 24px;
  font-size: clamp(.85rem, 1.2vw, 1rem);
  text-align: left;
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: clamp(.85rem, 1.2vw, 1rem);
  height: clamp(.85rem, 1.2vw, 1rem);
  border-radius: 50%;
  background-color: var(--main);
}
.dot-list.drink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dot-list.drink li {
  padding-left: 20px;
  padding-right: 10px;
}
/*PARTY PRODUCE*/
.produce-contact {
  padding: 20px;
}
.produce-contact .produce-contact-right-box {
  margin-top: 20px;
}
.produce-contact h3 {
  font-weight: 500;
  font-size: clamp(1rem, 1vw, 1.25rem);
}
.produce-contact .footer-contact-number {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.produce-contact p {
  font-size: clamp(.8rem, 1.2vw, .875rem);
}
/*CONSULTING*/
.bg-area.bg-consulting {
  background-image: url(./library/images/page-footer-img/image-service-15.png);
}
.border-txt.pd-b {
  padding-bottom: 1rem;
}
.border-bottom {
  border-bottom: 1px solid var(--gray05);
}
/*WORKING ENVIRONMENT*/
.welfare {
  margin-top: 10px;
}
.border-bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--main);
  padding-bottom: 30px;
}
.border-bottom-box-left {
  width: 50%;
  margin-top: 30px;
}
.border-bottom-box-right {
  flex: 1;
  width: 100%;
  margin-top: 30px;
}
/*DATA*/
.info-grapgics .border-bottom-box-inner {
  display: flex;
  align-items: center;
}
.info-grapgics .border-bottom-box-left {
  margin-right: 15px;
}
.border-bottom-box-inner-column.retio-2 {
  margin-top: 20px;
}
.data-width {
  margin-top: 10px;
}
.data-number {
  font-size: clamp(3rem, 3vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.data-label {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
/*JOB INTRODUCTION*/
.point-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.point-tag li {
  background-color: var(--gray05);
  display: inline-block;
  padding: 0.25rem .85rem;
  font-size: clamp(.8rem, 1.5vw, .85rem);
  letter-spacing: 0;
}
/*EVENT*/
.report-box-pd {
  padding: 0 20px 40px;
}
.report-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.report-box-text {
  margin-top: 20px;
}
.event-done-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.event-done-image img {
  width: 200px !important;
  height: 200px !important;
  filter: drop-shadow(3px 3px 5px gray);
}
.event-done-image.single {
  bottom: auto;
  right: auto;
  top: 100px;
  left: 20px;
}
.event-cv-box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* PARTY */
.flex-box-party-style {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray05);
}
.flex-box-party-style-image {
  width: 100%;
}
.flex-box-party-style-text {
  width: 100%;
}
.flex-box-party-style-text h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.1;
}
.flex-box-party-style-text h3 span {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.3rem);
  line-height: 1;
}
.scene-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.scene-list-box-l {
  width: 100%;
}
.scene-list-box-r {
  width: 100%;
}
ul.scene {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
ul.scene li {
  width: calc(100% / 3);
  padding: 0 5px;
}
ul.scene li.empty {
  display: none;
}
ul.scene li p {
  font-size: 10px;
  letter-spacing: 0;
}
.border-box.box-pd,
.sub-color-bg.box-pd {
  padding: 40px 20px;
}
.band-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--sub);
  padding: 5px 15px 15px;
}
.band-title.bg-white {
  background: var(--white);
}
.band-title .bk-label {
  margin-right: 15px;
}
.option-item-box {
  display: flex;
  align-items: flex-start;
}
.option-item-box img,
.option-item-box2 img,
.support-item-box img {
  max-width: 100px;
}
.option-item-box > div {
  padding: 0 15px;
}
.option-item-box p {
  font-size: 90%;
}
.option-item2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.option-item-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.feature-box {
  display: flex;
  flex-wrap: wrap;
}
.feature-box p {
  padding-right: 40px;
}
.contact-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
.contact-box .contact-box-item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.contact-box h3 {
  font-weight: 500;
  font-size: clamp(1rem, 1vw, 1.25rem);
}
.contact-box p {
  text-align: center;
  font-size: clamp(0.5rem, 1vw, 0.8rem);
  letter-spacing: 0.5px;
}
.contact-tel-number {
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
}
.support-item-box {
  display: flex;
  align-items: flex-start;
}
.sub-color-bg.box-pd.support-box-pt {
  padding-top: 0;
}
.support-item-box > div {
  padding-left: 15px;
}
@media print, screen and (min-width: 576px) {
/*WORKING ENVIRONMENT*/
.border-bottom-box {
  flex-direction: row;
}
.border-bottom-box-left {
  width: inherit;
  margin-right: 30px;
}
.info-grapgics .border-bottom-box-left img {
  max-width: 200px;
}
.option-item-box img, .option-item-box2 img, .support-item-box img {
  max-width: 150px;
}
}
@media print, screen and (min-width: 768px) {
.text-center-sp{
  text-align: left;
  }
.page-main-visual {
  min-height: 200px;
}
.pc-left {
  text-align: left;
}
iframe.access-map {
  width: 100%;
  height: 600px;
}
ul.how-to {
  margin-top: 40px;
}
.sns-content-list, .sns-content-btn {
  margin-top: 40px;
}
.feature-box {
  margin-top: 15px;
}
/*NEW YORK PARTNERS*/
.ny-partner {
  padding: 0 40px 60px;
}
.bg-area-box {
  display: flex;
  justify-content: flex-end;
  padding: 40px;
}
.bg-area-box-link {
  width: 45%;
}
.bg-area-box-link .main-btn a div {
  padding: 0 20px;
}
/*RENTAL SPACE*/
.scene-list li {
  width: calc(100%/4);
}
/*PARTY*/
.produce-logo-img {
  width: 50%;
}
/*PARTY PRODUCE*/
.produce-contact {
  padding: 40px;
}
.produce-contact .produce-contact-right-box {
  margin-top: 0;
}
/*WORKING ENVIRONMENT*/
.welfare {
  margin-top: 40px;
}
/*DATA*/
.border-bottom-box-inner-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.border-bottom-box-inner-column {
  min-width: calc(100% / 4);
}
.border-bottom-box-inner-column.retio-1 {
  min-width: calc(100% / 2 - 10%);
}
.border-bottom-box-inner-column.retio-2 {
  min-width: calc(100% / 2 - 10%);
  margin-top: 0;
}
.align-items-end {
  align-items: flex-end;
}
/*EVENT*/
.report-box {
  flex-direction: row;
  align-items: flex-start;
}
.report-box-image {
  max-width: 200px;
}
.report-box-text {
  padding: 0 15px;
  margin-top: 0;
}
.report-box-pd {
  padding: 0 40px 40px;
}
ul.scene li {
  width: calc(100% / 4);
}
.border-box.box-pd,
.sub-color-bg.box-pd {
  padding: 40px;
}
.option-item-box2 {
  width: calc(100% / 3);
}
.contact-box .contact-box-btn {
  display: flex;
  justify-content: center;
}
}
@media print, screen and (min-width: 992px) {
.page-main-visual {
  min-height: 300px;
}
/*RENTAL SPACE*/
.border-box {
  padding: 40px;
}
.scene-list {
  margin-top: 40px;
}
/*DATA*/
.info-grapgics .border-bottom-box-left img {
  max-width: 90px;
}
.flex-box-party-style {
  padding-bottom: 40px;
}
.flex-box-party-style-image {
  width: 390px;
}
.flex-box-party-style-text {
  width: calc(100% - 420px);
}
.option-item2 {
  justify-content: space-between; /*20250225変更*/
}
}
@media print, screen and (min-width: 1200px) {
.page-main-visual {
  min-height: 400px;
}
/*NEW YORK PARTNERS*/
.ny-partner {
  padding: 0 60px 60px;
}
.bg-area-box {
  padding: 60px;
}
.bg-area-box-link {
  padding: 40px;
}
/*RENTAL SPACE*/
.scene-list li {
  width: calc(100%/5);
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}
/*DATA*/
.info-grapgics .border-bottom-box-left img {
  max-width: 120px;
}
ul.scene li {
  width: calc(100% / 6);
}
ul.scene li.empty {
  display: list-item;
}
.option-item {
  display: flex;
}
.option-item-box2 {
  width: auto;
}
.option-item-box img,
.option-item-box2 img,
.support-item-box img {
  max-width: 150px;
  width: 8vw !important;
}
}
@media print, screen and (min-width: 1400px) {
/*DATA*/
.info-grapgics .border-bottom-box-left img {
  max-width: 150px;
}
}
@media print, screen and (min-width: 1600px) {
.flex-li {
  min-width: 190px;
}
.sns-content .padding-left-60 {
  padding-left: 60px;
}
/*DATA*/
.info-grapgics .border-bottom-box-left {
  margin-right: 30px;
}
.info-grapgics .border-bottom-box-left img {
  max-width: 190px;
}
.scene-list-box-l {
  width: 35%;
}
.scene-list-box-r {
  width: 65%;
}
}
/*--------------------------------------------------------------------
▼投稿用設定
---------------------------------------------------------------------*/
.news-list .post-list {
  padding-right: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray05);
}
.news-list .post-list::before, .news-list .post-list::after {
  content: "";
  position: absolute;
  
}
.news-list .post-list::before {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 2px;
  background: var(--main);
  transform: translateY(-50%);
}
.news-list .post-list::after {
  top: calc(50% - 1px);
  right: .3rem;
  width: .6rem;
  height: .6rem;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.news-list .post-list:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray05);
}
.event-date {
  color: var(--white);
}
.left-label {
  position: relative;
}
.left-label-text {
  position: absolute;
}
.left-label-text {
  top: 0;
  left: 0;
  letter-spacing: 0;
  line-height: 1.2;
}
.left-label-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: clamp(.75rem, 2vw, .875rem);
}
.left-label-text-vertical .date {
  margin-bottom: 10px;
}
.left-label img {
  width: 90%;
}
.description {
  color: var(--gray04);
}
.default .description {
  font-size: clamp(.725rem, 1.2vw, .875rem);
}
.side-info {
  margin-top: 20px;
}
.side-info-ttl {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  margin-bottom: 15px;
}
.column-list .post-list {
  margin-top: 30px;
}
.column-list-box {
  margin-top: 20px;
}
.single .youtube-container iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
}
/*event記事*/
.event-post .event-main-ttl {
  border-bottom: none;
  padding: 0;
  border-left: none;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.event-date-box {
  background-color: var(--sub);
  padding: 0.5rem;
}
.event-detail-head {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.event-date-box-ttl {
  background-color: var(--main);
  color: var(--white);
  font-size: 14px;
  margin-right: 15px;
  padding: .2rem;
}
.event-detail-nav-txt {
  font-size: clamp(1.1rem, 1.5vw, 1.125rem);
  text-align: center;
}
.event-detail-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-detail-contact-tel {
  margin-top: 20px;
  text-align: center;
}
.event-detail-contact-tel a {
  font-size: clamp(1.8rem, 3vw, 2rem);
  letter-spacing: .05rem;
  line-height: 1;
}
.event-detail-contact-tel p {
  font-size: 14px;
}
.event-detail-contact .main-btn {
  margin-top: 20px;
  min-width: 230px;
}
.main-btn.small-btn {
  line-height: 45px;
  height: 45px;
}
.event-detail .main-btn.small-btn {
  min-width: 180px;
  line-height: 45px;
  height: 45px;
}
.related-post-box .thumnail-box-text-upper p, .related-post-box .event-title-group p {
  margin-right: 0;
  font-size: clamp(.85rem, .5vw + .25em, .875rem);
}
/*RECRUIT*/
.recruit-news {
  margin-top: 20px;
  position: relative;
}
.recruit-news-box {
  padding: 10px 15px;
  border: 1px solid var(--gray04);
}
.recruit-news-box-ttl {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  border-bottom: 1px solid var(--gray04);
  padding-bottom: 8px;
}
.recruit-news-box .date, .recruit-news-box-list-inner-link {
  font-size: clamp(.8rem, 1vw, 1rem);
}
.recruit-news-box-list-inner-post {
  padding: .5rem 0;
}
.recruit-news-box-list-inner-post h4 {
  font-size:clamp(.8rem, 1vw, 1rem);
}
.recruit-news-box-list-inner-link {
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  padding-right: 10px;
}
.recruit-news-box-list-inner-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*INTERVIEW*/
.borer-l-ttl {
  position: relative;
  padding-left: clamp(2rem, 2.3vw, 3.2rem);
}
.borer-l-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(.75rem, 1.5vw, 1rem);
  width: clamp(1.5rem, 1.5vw, 2rem);
  height: 3px;
  background-color: var(--main);
}
.interview-name {
  font-size: clamp(2.5rem, 3.5vw, 3.25rem);
}
.related-box .post-list.default .date a {
  padding-left: 15px;
  color: var(--main);
  font-size: 12px;
}
/*LUNCH*/
.time-box .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-box .supplement {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.time-box p {
  margin-top: 0;
}
.bk-label {
  background: var(--main);
  color: var(--white);
  padding: 0.1em 1em;
}
.time-box .flex-wrap p.time {
  padding-left: 20px;
  font-size: 150%;
  font-weight: bold;
}
.price-label {
  font-size: 14px;
  letter-spacing: .02rem;
}
.price-label .price {
  font-size: clamp(1.3rem, 1.8vw, 1.875rem);
  font-weight: 900;
  padding-left: 5px;
  letter-spacing: 0;
}
.price-label .unit {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
}
.menu-panel {
  position: relative;
  text-align: right;
  padding-right: 30px;
  cursor: pointer;
}
.menu-panel::after,
.menu-panel.expanded::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  margin: auto;
  -webkit-transition: .4s ease;
  transition: .25s ease;
}
.menu-panel::after {
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  top: 0;
  bottom: 15%;
}
.menu-panel.expanded::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  bottom: 0;
  right: 0;
}
.menulink {
  display: inline-block;
}
.menu-table-box {
  background: var(--sub);
  padding: 40px 20px;
  margin-top: 20px;
}
ul.asterisk-list {
  font-size: 14px;
}
ul.asterisk-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
ul.asterisk-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.menu-text-close {
  font-size: 14px;
}
.price-label-flex-box {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.price-label-flex-box .mr30 {
  margin-right: 30px;
}
ul.menu-table-menu-list {
  display: flex;
  flex-wrap: wrap;
}
ul.menu-table-menu-list li {
  min-width: 50%;
}
ul.menu-list li {
  font-size: clamp(1.2rem, 1.5vw, 1.3rem);
  font-weight: 900;
}
ul.menu-list li span {
  font-size: initial;
  display: block;
  font-weight: initial;
  line-height: 1.2;
}
ul.menu-list li + li {
  margin-top: 20px;
}

@media print, screen and (min-width: 576px) {
  .bg-area-box-link .main-btn {
    min-width: 235px;
  }
  .recruit-news {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .recruit-news-box {
    border: none;
  }
  .recruit-news-box-list-inner-link {
    right: 30px;
  }
  /*PARTY*/
  .menu-table-box {
    padding: 40px;
  }
}
@media print, screen and (min-width: 768px) {
.top-info .news-list .post-list {
  padding-right: 60px;
}
.top-info .news-list .post-list::before {
  width: 1.5rem;
}
.top-info .news-list .post-list::after {
  top: calc(50% - 2px);
  width: .8rem;
  height: .8rem;
}
.column-list header {
  width: 32%;
}
.column-list .post-list {
  margin-top: 30px;
}
.column-list-box {
  margin-top: 0;
  padding-left: 30px;
  flex: 1;
}
/*event記事*/
.event-detail-nav-txt {
  text-align: left;
}
/*RECRUIT*/
.recruit-news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-news-box-ttl {
  border-bottom: none;
  padding-bottom: 0;
  padding-right: 30px;
}
.recruit-news-box-list-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit-news-box-list {
  flex-grow: 1;
}
.recruit-news-box-list-inner-post {
  padding: 0;
}
.recruit-news-box-list-inner-link {
  position: relative;
  top: 50%;
  right: 0;
}
.recruit-news-box-list-inner-link::after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
ul.asterisk-list.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
}
@media print, screen and (min-width: 992px) {
/*event記事*/
.event-detail-contact {
  flex-direction: row;
  justify-content: left;
}
.event-detail-contact-tel {
  margin-right: 20px;
  text-align: left;
}
}
@media print, screen and (min-width: 1200px) {
  .left-label-text {
    left: .66em;
  }
  .side-info .left-label-text {
    left: 0;
  }
  /*RECRUIT*/
  .recruit-news-box {
    padding: 20px;
  }
  .recruit-news-box-list-inner-post {
    display: flex;
    align-items: center;
  }
  .recruit-news-box .date {
    padding-right: 20px;
  }
  .related-box .post-list.default .date a {
    padding-left: 2px;
  }
}
@media print, screen and (min-width: 1600px) {
  .recruit-news {
    bottom: 40px;
  }
  .recruit-news-box {
    padding: 40px 60px;
  }
  .recruit-news-box-ttl {
    padding-right: 80px;
  }
}
/*--------------------------------------------------------------------
▼よくあるご質問トグル設定
---------------------------------------------------------------------*/
#faq-panel dt,#faq-panel dd {
  background-color: var(--sub);
}
dl#faq-panel dt {
  position: relative;
  font-weight: bold;
}
dl#faq-panel dt p:first-child {
  padding: 20px 40px 20px 40px;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
  cursor: pointer;
}
dl#faq-panel dt p:first-child::before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 30px;
  font-weight: 900;
}
dl#faq-panel dt .toggle-icon {
  margin: 0;
}
dl#faq-panel dt .toggle-icon span {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after, dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: var(--main);
  -webkit-transition: all .3s;
  transition: all .3s;
}
dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
dl#faq-panel dt.open .toggle-icon span:nth-of-type(1)::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
dl#faq-panel dt.open .toggle-icon span:nth-of-type(2)::after {
  display: none;
}
dl#faq-panel dd {
  background: var(--white);
  color: var(--main);
  padding: 20px 20px 20px 40px;
  position: relative;
  border-bottom: 1px solid var(--gray05);
}
dl#faq-panel dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 30px;
  font-weight: 900;
  font-size: 1.2em;
}
dl#faq-panel dd+dt {
  margin-top: 20px;
}
@media print,screen and (min-width: 768px) {
  dl#faq-panel dt p:first-child {
    padding: 20px 60px 20px 60px;
  }
  dl#faq-panel dt p:first-child::before {
    top: 20px;
    left: 30px;
    width: 38px;
    height: 40px;
  }
  dl#faq-panel dt .toggle-icon {
    width: 60px;
  }
  dl#faq-panel dt .toggle-icon span:nth-of-type(1)::after,  dl#faq-panel dt .toggle-icon span:nth-of-type(2)::after {
    right: 15px;
  }
  dl#faq-panel dd {
    padding: 20px 30px 20px 60px;
  }
  dl#faq-panel dd::before {
    top: 20px;
    left: 30px;
    width: 38px;
    height: 40px;
  }
}

/*--------------------------------------------------------------------
▼モーダル設定
---------------------------------------------------------------------*/
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}
.box1 {
  grid-area: 1 / 1 / 2 / 2;
}
.box2 {
  grid-area: 1 / 2 / 2 / 3;
}
.box3 {
  grid-area: 1 / 3 / 2 / 4;
}
.box4 {
  grid-area: 2 / 1 / 3 / 2;
}
.box5 {
  grid-area: 2 / 2 / 3 / 3;
}
.box6 {
  grid-area: 2 / 3 / 3 / 4;
}
.box7 {
  grid-area: 3 / 1 / 4 / 2;
}
.box8 {
  grid-area: 3 / 2 / 4 / 3;
}
.box9 {
  grid-area: 3 / 3 / 4 / 4;
}
.result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event-item:hover {
  cursor: pointer;
}
#gray-bg {
  position: relative;
}
#gray-bg.active {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup img {
  display: none;
}
.popup.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: auto;
  height: auto;
}
.popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
}
.popup-close:hover {
  cursor: pointer;
}
.popup.active img {
  display: block;
}
.event-button-prev {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.event-button-next {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
/*-------------------------------------------------------------
CTA固定スタイル
--------------------------------------------------------------*/
ul.footer-fix-nav {
  display: none;
}
ul.footer-fix-nav.active {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--sub);
  padding: 10px 0;
  z-index: 2;
}
ul.footer-fix-nav li {
  padding-left: 10px;
  padding-right: 10px;
}
ul.footer-fix-nav li + li {
  border-left: 1px solid var(--gray05);
}
ul.footer-fix-nav li a span.icon {
  font-size: 1rem;
  font-weight: 900;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  letter-spacing: 0.5px;
}
ul.footer-fix-nav li a span.icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.footer-fix-nav li a span.free-dial::before {
  background-image: url(./library/images/icon/free-dial.svg);
}
ul.footer-fix-nav li a span.mail::before {
  background-image: url(./library/images/icon/footer-mail-icon.svg);
}
ul.footer-fix-nav li a span.tel::before {
  background-image: url(./library/images/icon/footer-tel-icon.svg);
}
ul.footer-fix-nav li a span.line::before {
  background-image: url(./library/images/icon/footer-line-icon.svg);
}
ul.footer-fix-nav li a span.icon span {
  font-size: 0.6rem;
  display: inline-block;
  line-height: 1.2;
  margin-left: 5px;
  font-weight: 400;
}
ul.footer-fix-nav .main-btn {
  min-width: auto;
}
@media print,screen and (min-width: 768px) {
  ul.footer-fix-nav li {
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.footer-fix-nav li a span.icon {
    font-size: clamp(1.2rem, 2vw, 2rem);
    padding-left: 40px;
  }
  ul.footer-fix-nav li a span.icon::before {
    height: 30px;
    width: 30px;
  }
  ul.footer-fix-nav li a span.icon span {
    font-size: clamp(0.8rem, 0.5vw, 0.8rem);
  }
  ul.footer-fix-nav .main-btn {
    min-width: 280px;
  }
}
/***** 20250220 宴会ページ追加CSS *****/
.price-label .member-price {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 900;
  padding-left: 5px;
  letter-spacing: 0;
}
.band-title2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 15px 0px 0px;
}
.band-title3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 15px 0px 0px;
  position: absolute;
  top: 0;
}
.h2-line-height {
  line-height: 1.4em;
}
.triangle-link-btn {
  padding-left: 1rem;
  position: relative;
}
.triangle-link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-top: .5rem solid transparent;
  border-left: .5rem solid var(--main);
  border-bottom: .5rem solid transparent;
}
.dot-list.mid-ttl li {
  font-size: clamp(1.25rem, 2vw, 1.4rem);
}
.dot-list.mid-ttl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(11px, 2vw, 12px);
  width: clamp(.85rem, 1.2vw, 1rem);
  height: clamp(.85rem, 1.2vw, 1rem);
  border-radius: 50%;
  background-color: var(--main);
}
.option-item2 {
    gap: 0 20px;
    align-items: flex-start;
  }
  .option-item-box2 {
    max-width: calc(100% / 2 - 10px);
    letter-spacing: .02rem;
  }
  .option-item-box2 img {
    max-width: 100%;
  }
  .option-item-box2 h3 {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
  }
@media print,screen and (min-width: 768px) {
  .option-item2 {
    gap: 0 30px;
  }
  .option-item-box2 {
    max-width: calc(100% / 3 - 20px);
  }
}
@media print,screen and (min-width: 991px) {
  .option-item2 {
    gap: 0 60px;
  }
  .option-item-box2 {
    max-width: calc(100% / 3 - 60px);
  }
}
@media print,screen and (min-width: 1200px) {
  .option-item2 {
    gap: 0 30px;
  }
  .option-item-box2 img {
    max-width: 150px;
  }
}