@charset "UTF-8";
/*! ------------------------------------------------------
Property of: GLAZE.inc
Author URI: https://glazestyle.com/
Author: toshiyuki TOKOI
Description: to CTMI by GLAZE.inc
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: GLZ-CTMI
------------------------------------------------------- */
/*! ------------------------------------------------------
Property of: GLAZE.inc
Author URI: https://glazestyle.com/
Author: toshiyuki TOKOI
Description: to ress & GLAZE.inc
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}
.bottun-hover{
  color:  #333;
  background-color: #ffffff;
 
  margin: 0;
  padding: 15px;
 }
 .bottun-hover:hover{
  color: #52B2A0;
  background-color: #ffffff;
  text-decoration: underline;
  
 }
code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
  line-height: 1.3;
}

p {
  margin: 1rem 0;
  line-height: 1.6;
  text-align: justify;
}

address {
  font-style: normal;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* -----------------------------------------------------------------
GLZ-assets
----------------------------------------------------------------- */
.center {
  text-align: center;
  margin-inline: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.flex-wrapper {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-se {
  justify-content: space-evenly;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.gap {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.max-w75 {
  max-width: 75%;
  margin-inline: auto;
}

.white {
  color: white;
}

.block-15 {
  width: 15%;
  margin-inline: auto;
}

.block-20 {
  width: 20%;
  margin-inline: auto;
}

.block-25 {
  width: 25%;
  margin-inline: auto;
}

.block-30 {
  width: 30%;
  margin-inline: auto;
}

.block-40 {
  width: 40%;
  margin-inline: auto;
}

.block-50 {
  width: 50%;
  margin-inline: auto;
}

.block-60 {
  width: 60%;
  margin-inline: auto;
}

.block-70 {
  width: 70%;
  margin-inline: auto;
}

.block-75 {
  width: 75%;
  margin-inline: auto;
}

.block-80 {
  width: 80%;
  margin-inline: auto;
}

.block-85 {
  width: 85%;
  margin-inline: auto;
}

.block-100 {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.pd-beside-15 {
  padding: 0 15px;
}

.m-inherit {
  margin: inherit;
}

section .mb--100 {
  margin-bottom: -100px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.serif {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.arial {
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
figcaption {
  text-align: center; /* キャプションを中央揃え */
  margin-top: 0.5em; /* キャプションと画像の間に余白 */
  margin-bottom:50px;
  font-size: 1.5em; /* キャプションのフォントサイズ */
}

@media screen and (max-width: 1024px) {
  .flex-wrapper {
    flex-wrap: wrap;
    /* display: block; */
  }
   /*.unit-name h3.fuchidori{
      color: #fff;
      text-shadow:none;

 }*/
}
@media screen and (max-width: 768px) {
  .flex-wrap {
    display: block;
  }
 figcaption {
  font-size: 0.8em; /* キャプションのフォントサイズ */
}
  .block-15, .block-20, .block-25, .block-30, .block-40, .block-50, .block-60,
  .block-70, .block-75, .block-80, .block-85, .block-100 {
    width: 100%;
  }
  .max-w75 {
    max-width: 100%;
    margin-inline: auto;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-100 {
    margin-top: 40px;
  }
  .mb-100 {
    margin-bottom: 40px;
  }
}
/*! ------------------------------------------------------
Property of: GLAZE.inc
Author URI: https://glazestyle.com/
Author: toshiyuki TOKOI
Description: to GLAZE.inc property module.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
------------------------------------------------------- */
/*! ------------------------------------------------------
scroll parts
------------------------------------------------------- */
.scroll {
  position: absolute;
  width: 1em;
  height: 3em;
  bottom: 5em;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  border: 2px solid #666;
  border-radius: 1em;
}
.scroll::before {
  content: "scroll";
  position: absolute;
  top: -1.5em;
  left: -0.7em;
}
.scroll span {
  position: absolute;
  top: 15%;
  left: 0.25em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #666;
  animation: 2s small-dot-move infinite running ease-out;
}

@keyframes small-dot-move {
  from {
    top: 15%;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 80%;
    opacity: 0.3;
  }
}
.arrow_01 {
  position: absolute;
  top: 3.5em;
  left: 0.25em;
  width: 0;
  height: 5em;
  border: 1px solid #666;
}
.arrow_01::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 2px;
  height: 10px;
  border-top: 10px solid #666;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.arrowWrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 84px;
}
.arrowWrap::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 51%;
  border-top: 15px solid #666;
  border-left: 0 solid transparent;
  border-right: 2px solid transparent;
  animation: arrow 1.3s ease 0s infinite normal;
}
.arrowWrap .arrowInner p {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: end;
}
.arrowWrap .arrowInner p .arrow {
  width: 1px;
  height: 70px;
  margin: 10px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowWrap .arrowInner p .arrow::before {
  content: "";
  width: 1px;
  height: 60px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -60px;
  left: 0;
  animation: arrow 1.3s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 15px, 0);
  }
  60% {
    transform: translate3d(-50%, 90px, 0);
  }
  100% {
    transform: translate3d(-50%, 90px, 0);
  }
}
.arrowWrap-vertical {
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.arrowWrap-vertical::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: calc(50% + 1px);
  border-top: 15px solid #666;
  border-left: 0 solid transparent;
  border-right: 2px solid transparent;
  animation: arrow 1.3s ease 0s infinite normal;
}
.arrowWrap-vertical .arrowInner p {
  font-size: 11px;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  text-align: end;
  margin-bottom: 70px;
  transform: rotate(90deg);
}
.arrowWrap-vertical .arrow {
  width: 1px;
  height: 70px;
  margin: 10px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowWrap-vertical .arrow::before {
  content: "";
  width: 1px;
  height: 60px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -60px;
  left: 0;
  animation: arrow 1.3s ease 0s infinite normal;
}

/*! ------------------------------------------------------
ticKer
------------------------------------------------------- */
#ticKer {
  max-width: 800px;
  background: #E7645C;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #fff;
}

#ticKer a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

#ticKer ul {
  padding: 0;
  margin: 0 auto;
  transition: opacity 0.25s ease;
  opacity: 1;
}

#ticKer li {
  list-style-type: none;
  line-height: 4em;
  padding-left: 25px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
}

.top-information p.info_title {
  margin: 0 1.5rem;
  border-left: 1px solid;
  padding: 1rem 2rem;
}

#ticKer li span {
  font-family: "Rajdhani", sans-serif;
  border-right: 1px solid;
  padding: 1rem 2rem;
  margin-right: 2rem;
  font-weight: 500;
  font-style: normal;
}

.static-fade {
  opacity: 0;
  animation: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal forwards running fall_in;
  animation-delay: 1s;
}

@keyframes fall_in {
  100% {
    opacity: 1;
  }
}
/* slick-Required */
.slider {
  visibility: hidden;
}

.slider.slick-initialized {
  visibility: visible;
}

.slider {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.slider.slick-initialized {
  opacity: 1;
}

/*! ------------------------------------------------------
ticKer
------------------------------------------------------- */
.glz_bgpattern_01 {
  background-color: #fff;
  background-size: 80px 80px;
  background-repeat: repeat;
  background-image: linear-gradient(rgba(230, 230, 230, 0.4) 1%, rgba(230, 230, 230, 0.4) 1%, transparent 1%, transparent 99%, rgba(230, 230, 230, 0.4) 99%, rgba(230, 230, 230, 0.4) 100%), linear-gradient(90deg, rgba(230, 230, 230, 0.4) 1%, rgba(230, 230, 230, 0.4) 1%, transparent 1%, transparent 99%, rgba(230, 230, 230, 0.4) 99%, rgba(230, 230, 230, 0.4) 100%), linear-gradient(transparent, transparent 25%, rgba(210, 210, 210, 0.2) 25%, rgba(210, 210, 210, 0.2) 26%, transparent 26%, transparent 50%, rgba(210, 210, 210, 0.2) 50%, rgba(210, 210, 210, 0.2) 51%, transparent 51%, transparent 75%, rgba(210, 210, 210, 0.2) 75%, rgba(210, 210, 210, 0.2) 76%, transparent 76%, transparent 100%), linear-gradient(90deg, transparent, transparent 25%, rgba(210, 210, 210, 0.2) 25%, rgba(210, 210, 210, 0.2) 26%, transparent 26%, transparent 50%, rgba(210, 210, 210, 0.2) 50%, rgba(210, 210, 210, 0.2) 51%, transparent 51%, transparent 75%, rgba(210, 210, 210, 0.2) 75%, rgba(210, 210, 210, 0.2) 76%, transparent 76%, transparent 100%);
}

/*! 
------------------------------------------------------
Btn
------------------------------------------------------- */
.glz-btn_10 {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: capitalize;
  border: 3px solid #202A66;
  border-radius: 50px;
  position: relative;
  overflow: hidden !important;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: 2;
  padding: 15px 100px;
  color: #202A66;
  text-align: center;
  position: relative;
  display: inline-block;
}
.glz-btn_10:hover {
  border: 3px solid #202A66;
  color: #fff !important;
}
.glz-btn_10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #202A66;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.glz-btn_10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #5E7766;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.glz-btn_10:hover::before, .glz-btn_10:hover::before {
  opacity: 1;
  width: 116%;
}
.glz-btn_10:hover::after, .glz-btn_10:hover::after {
  opacity: 1;
  width: 120%;
}

.anime-swing {
  position: absolute;
  transform: translateX(-50%);
  animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate;
}

.anime-bound {
  position: absolute;
  transform: translateX(-50%);
  animation: bound-anime 1s infinite;
}

@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes bound-anime {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
.highlight span {
  position: relative;
  background: linear-gradient(transparent 40%, yellow 40%);
}

/*! 
------------------------------------------------------
Cheeseburger Menu
------------------------------------------------------- */
.toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 101;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background-color: white;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.toggle > span, .toggle:before, .toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.toggle > span {
  background-color: #000;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.toggle::before, .toggle::after {
  content: "";
  background-color: #000;
  transition: background-color 0.3s ease;
}
.toggle::before {
  transform: translate(-50%, -8px);
}
.toggle::after {
  transform: translate(-50%, 5px);
}
.toggle[aria-expanded=true] > span {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {
  background-color: #666;
}
.toggle[aria-expanded=true]::before {
  animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}

.nav {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(231, 100, 92, 0.8);
  color: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.nav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@keyframes closeBar1 {
  0% {
    transform: translate(-50%, -8px);
  }
  50% {
    transform: translate(-50%, 0) rotate(0);
  }
  100% {
    transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes closeBar2 {
  0% {
    transform: translate(-50%, 5px);
  }
  50% {
    transform: translate(-50%, 0) rotate(0);
  }
  100% {
    transform: translate(-50%, 0) rotate(-45deg);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    transform: translate(-50%, 0) rotate(0);
  }
  100% {
    transform: translate(-50%, -8px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, 0) rotate(0);
  }
  100% {
    transform: translate(-50%, 5px);
  }
}
/*for404Template---------------------*/
/*-----------------------------------*/
.error-404 h2 {
  font-family: inherit;
  font-size: 1.8rem;
  padding: 70px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.page input[type=text],
input[type=email] {
  padding: 0.75rem 1rem;
}

.page textarea {
  border: 1px solid #ccc;
  padding: 1rem;
}
.page .form-title span {
  color: #c00;
}

h3.error404 {
  font-size: 15rem;
  text-transform: none;
  padding: 0;
  color: #666;
  font-weight: normal;
  display: inline-block;
}

.error-404 h1.page-title {
  font-size: 3.1rem;
  padding: 10px 0 10px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
}

/*formParts----------------------------*/
form {
  margin: auto;
}
form .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
}
form .row.column .element {
  width: 270px;
  margin-left: 40px;
}
form .row .element {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
form .row .element:first-child {
  margin-left: 0;
  padding-bottom: 1px;
}
form select {
  position: relative;
  width: 100%;
}
form textarea {
  position: relative;
  width: 100%;
  height: 250px;
}
form select {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  width: 100%;
}
form input::-moz-placeholder {
  color: #666;
}
form input::placeholder {
  color: #666;
}
form p {
  line-height: 1.75;
  margin-bottom: 2rem;
}

select > option:nth-child(1) {
  color: #666;
}

form .sendBtn {
  margin: 0 auto;
  text-align: center;
}

.sendBtn > button {
  width: 200px;
  padding: 15px;
}

input[type=search] {
  -webkit-appearance-: textfield;
  outline-offset: -2px;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  background: #fff;
}
input[type=submit] {
  padding: 1rem;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #000;
}
input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1b5f0d;
  color: #1b5f0d;
}

#secondarywrap input[type=search] {
  max-width: 80%;
}
#secondarywrap input[type=submit] {
  width: 18%;
  background: #000;
  color: #fff;
}

span.screen-reader-text {
  display: none;
}

.no-results input[type=search] {
  width: 80%;
  border: 1px solid #ddd;
}
.no-results input[type=submit] {
  padding: 1rem;
  margin-top: 1rem;
  width: 10%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.search-results h2.entry-title {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/*--------------------------------------------------------------
>>> glz default:
--------------------------------------------------------------*/
main a img, section a img, header a img,
footer a img {
  transition: all 0.3s;
}
main a img:hover, section a img:hover, header a img:hover,
footer a img:hover {
  -webkit-filter: drop-shadow(0 3px 5px rgba(200, 200, 200, 0.5));
  transform: scale(1.05);
  filter: brightness(1.4);
  filter: drop-shadow(0 3px 5px rgba(200, 200, 200, 0.5));
}

.serif {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

/************************************************************
 * page-nation & sala_type
 ************************************************************/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  width: 100%;
}
.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 10px 20px;
  text-align: center;
  background: #eee;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  box-sizing: content-box;
  border-radius: 25px;
}
.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.pagination a.prev {
  margin-right: 16px;
}
.pagination a.next {
  margin-left: 16px;
}
.pagination a.first, .pagination a.last {
  color: #000;
}
.pagination span.page_num {
  display: none;
}

.sale_type li {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #000;
  color: #759866;
  font-size: 1.3rem;
}
.sale_type li a {
  color: #F0A684;
}

.caution {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.single-item .entry-content p {
  margin-bottom: 1.7rem;
}

p.pointcard {
  background: #000;
  font-size: 1.3rem;
  padding: 1.5rem;
  color: #eee;
  margin-top: 1rem;
}

section.error-404 {
  position: relative;
}
section.error-404 .page-header {
  margin-bottom: 60px;
  text-align: center;
}

.search-results .entry-summary p, .search-results .entry-summary {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.75em 1em;
  border: 2px solid #000;
  font-size: 1.5rem;
  background: #000;
  color: #759866;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  color: #ffb900;
}

.breadcrumb {
  padding: 0.8rem;
  font-size: 1.1rem;
  border-radius: 0 0 0 34px;
  text-align: center;
}
.breadcrumb .bcinner {
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb a {
  color: rgb(20, 20, 20);
}
.breadcrumb i {
  margin: 0 5px;
}

.addtoany_content {
  margin: 20px auto;
}

.entry-footer {
  margin-bottom: 15px;
}

.definitionList > dl:nth-child(1) > dt:nth-child(1),
.definitionList > dl:nth-child(1) > dd:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.definitionList dl {
  display: table;
  width: 90%;
  border-spacing: 30px 0;
  margin: 0 auto;
}
.definitionList dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.definitionList dt span {
  font-size: 1.1rem;
  display: block;
  /*  margin-top: 0.6rem;*/
}
.definitionList dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  line-height: 1.5;
}

.maps-outer {
  position: relative;
  padding-top: 35%;
}

.maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.wpcf7-spinner {
  display: block;
  margin: 1rem;
}

.grecaptcha-badge {
  margin: 15px auto 10px;
}

.breaking-out {
  margin-right: calc(50% - 50vw + 10px);
  margin-left: calc(50% - 50vw);
}

.bg-001 {
  background: linear-gradient(#aab7f8, #ff75c6);
  background: linear-gradient(#896d50, #fff2f2);
}

.gradient-background {
  background: linear-gradient(300deg, #d0a7a7, #9b9d51, #9d702f);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.institution-detail i {
  margin-right: 5px;
}

:root {
  --gc-blue: #202A66;
  --gc-orange: #c17a08d2;
  --gc-red: #c13008d2;
  --gc-brown:#BB843F;
  --gc-pink:#f9827b;
  --gc-green:#5E7766;
  --type-color_01: rgb(114, 141, 92);
  --type-color_02: rgb(87, 96, 219);
  --type-color_03: rgb(202, 176, 70);
  --type-color_04: rgb(130, 61, 153);
  --type-color_05: rgb(197, 175, 103);
  --type-color_06: rgb(52, 129, 132);
  --type-color_07: rgb(193, 106, 171);
  --type-color_08: rgb(75, 187, 155);
  --type-color_09: rgb(98, 130, 88);
  --type-color_10: rgb(96, 88, 130);
  --type-color_11: rgb(131, 72, 72);
  --type-color_12: rgb(107, 107, 107);
}
/*h3.fuchidori{
    color: #fff;
  text-shadow:1px 1px 0 #866666, -1px -1px 0 #866666,
              -1px 1px 0 #866666, 1px -1px 0 #866666,
              0px 1px 0 #866666,  0-1px 0 #866666,
              -1px 0 0 #866666, 1px 0 0 #866666;


 }*/
.type_nav li.typeID_01 a::before, .tab_body article.typeID_01 h3, .type-icon li.typeID_01 {
  background: var(--type-color_01);
}

.type_nav li.typeID_02 a::before, .tab_body article.typeID_02 h3, .type-icon li.typeID_02 {
  background: var(--type-color_02);
}

.type_nav li.typeID_03 a::before, .tab_body article.typeID_03 h3, .type-icon li.typeID_03 {
  background: var(--type-color_03);
}

.type_nav li.typeID_04 a::before, .tab_body article.typeID_04 h3, .type-icon li.typeID_04 {
  background: var(--type-color_04);
}

.type_nav li.typeID_05 a::before, .tab_body article.typeID_05 h3, .type-icon li.typeID_05 {
  background: var(--type-color_05);
}

.type_nav li.typeID_06 a::before, .tab_body article.typeID_06 h3, .type-icon li.typeID_06 {
  background: var(--type-color_06);
}

.type_nav li.typeID_07 a::before, .tab_body article.typeID_07 h3, .type-icon li.typeID_07 {
  background: var(--type-color_07);
}

.type_nav li.typeID_08 a::before, .tab_body article.typeID_08 h3, .type-icon li.typeID_08 {
  background: var(--type-color_08);
}

.type_nav li.typeID_09 a::before, .tab_body article.typeID_09 h3, .type-icon li.typeID_09 {
  background: var(--type-color_09);
}

.type_nav li.typeID_10 a::before, .tab_body article.typeID_10 h3, .type-icon li.typeID_10 {
  background: var(--type-color_10);
}

.type_nav li.typeID_11 a::before, .tab_body article.typeID_11 h3, .type-icon li.typeID_11 {
  background: var(--type-color_11);
}

.type_nav li.typeID_12 a::before, .tab_body article.typeID_12 h3, .type-icon li.typeID_12 {
  background: var(--type-color_12);
}

.type_nav li.null a::before, .tab_body article.null h3, .type-icon li.null {
  background: var(--null);
}
/*topice_event start*/
.tab_body .typeID_04 .event_link{
   letter-spacing:-0.05em;
}

.tab_body .typeID_02 .event_link a, .tab_body .typeID_04 .event_link a{
   margin-bottom: 50px;  
   text-decoration: underline;
    color: #227d97;

}
.tab_body .typeID_02 .event_link a:hover, .tab_body .typeID_04 .event_link a:hover{
  color: rgb(130, 41, 41);
  text-decoration: underline;


}
.tab_body .typeID_02 .subt_emph{
  font-weight: 600;
  color: #2714a6d2;


}

.tab_body article .typeID_04 ul.event_detail li{
  color:#333;
  background-color: #fff;

}
.tab_body article .typeID_04 ul.event_detail li a{
  margin-bottom: 50px;
  text-decoration: underline;
  color: #227d97;
  background-color: #fff;
 
}
/*イベント詳細ページ list start*/
ul.event_detail li {
  text-indent: -1em;
  padding-left: 2em;
  }
ul.event_detail li span.text_index02{
  text-indent: -1em;
  padding-left: 4em;



}

  
ul.event_detail li a{
  text-decoration: underline;
  color: #227d97;
}
ul.event_detail li a:hover{
 color: rgb(130, 41, 41);
 text-decoration: underline;


}
/*イベント詳細ページ list end*/
/*2行目以降を字下*/
.linebreak{
text-indent: -1em;
padding-left: 1em;

}*/
/*topics_event end*/


.institution-detail h1 {
  font-size: 3rem;
  margin: 3.2rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.institution-detail h1::before, .institution-detail h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--gc-blue);
}
.institution-detail h1::before {
  margin-right: 20px;
}
.institution-detail h1::after {
  margin-left: 20px;
}
.institution-detail section > h2 {
  font-size: 2.6rem;
  position: relative;
}
.institution-detail section > h2::after {
  position: absolute;
  top: 1.4rem;
  right: 0;
  width: 36px;
  height: 4px;
  background: var(--gc-red);
  top: 50%;
  content: "";
}
.institution-detail h2 {
  padding: 2rem 0;
}
.institution-detail h3 {
  padding: 2rem 0;
}

.mw-800 {
  max-width: 800px;
}

.detail-main {
  text-align: center;
}
.detail-main h4 {
  border: 1px solid;
  padding: 10px 40px;
  display: inline-block;
}
.detail-main .main-img {
  max-width: 100%;
}
.detail-main .detail-main-description {
  margin: -50px 30px 30px;
  background: rgba(245, 239, 239, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  display: flex;
  align-items: center;
  text-align: left;
}
.detail-main .detail-main-description h3 {
  width: 80%;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.75;
}
.detail-main .detail-main-description p {
  width: 50%;
  font-size: 1.7rem;
}
.detail-main img {
  max-width: 100%;
}
.detail-main .component {
  margin: 50px auto 90px;
  display: flex;
  justify-content: center;
}
.detail-main .component article {
  width: 33.333%;
  margin: 10px;
}
.detail-main .component p {
  font-size: inherit;
  text-align: left;
}
.detail-main .detail-other {
  display: flex;
  margin-inline: auto;
  align-items: center;
  text-align: left;
  padding: 80px 15px;
}
.detail-main .detail-other .comment {
  margin: 15px;
}
.detail-main .detail-other p {
  font-size: inherit;
  font-size: 1.5rem;
}
.detail-main .detail-other img {
  margin: 15px;
  max-width: 200px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-main .campaign {
  display: flex;
  margin-bottom: -100px;
  position: relative;
  align-items: flex-start;
  z-index: 1;
}
.detail-main .campaign img {
  margin-left: 10px;
}
.detail-main .campaign .campaign-set {
  align-items: center;
  padding: 0 2rem;
  background: #f7f0b7;
  display: flex;
  margin-left: auto;
}
.detail-main .campaign .campaign-set .c-number {
  background: #000;
  color: #fff;
  padding: 0 1.5rem;
  margin-right: 2rem;
}
.detail-main .campaign .campaign-set .c-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.detail-main .campaign .campaign-set .c-price {
  font-family: "roboto", sans-serif;
  font-size: 2.2rem;
  margin: 0 1rem;
}
.detail-main .campaign .campaign-set .c-price::after {
  content: "円";
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.detail-main .campaign .campaign-set .c-detail {
  font-size: 1.3rem;
  margin-left: 1rem;
}
.detail-main .campaign .campaign-set .c-detail::before {
  content: "( ";
}
.detail-main .campaign .campaign-set .c-detail::after {
  content: " )";
}

.type-icon {
  width: 80%;
  margin-inline: auto;
  padding: 30px 0;
}
.type-icon li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem 1rem 0.7rem;
  margin: 5px 2px;
  line-height: 1;
  border-radius: 0.5rem;
  min-width: 60px;
}

ul.institution {
  display: flex;
  justify-content: space-between;
  list-style: none;
  border: 2px solid var(--gc-blue);
  height: 60px;
  align-items: center;
}
ul.institution li {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
}
ul.institution li:nth-child(1) {
  background: var(--gc-green);
  color: #fff;
  font-weight: 600;
}
ul.institution li:nth-child(2) {
  color: var(--gc-blue);
  font-size: 2.8rem;
  font-weight: 900;
  font-family: monospace;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
ul.institution li:nth-child(3) {
  background: var(--gc-brown);
  color: #fff;
  font-weight: 600;
}

#vertical_tab_nav_01, #vertical_tab_nav_02 {
  display: flex;
}
#vertical_tab_nav_01 ul.type_nav, #vertical_tab_nav_02 ul.type_nav {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 25%;
  border-radius: 10px 0 0 10px;
  background: #555;
  border-top: 1px solid #e2e2e2;
}
#vertical_tab_nav_01 li, #vertical_tab_nav_02 li {
  border-bottom: 1px solid #000;
  margin-bottom: 1px;
  font-weight: 600;
}
#vertical_tab_nav_01 li:last-child, #vertical_tab_nav_02 li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
#vertical_tab_nav_01 li a, #vertical_tab_nav_02 li a {
  display: block;
  color: #fff;
  padding: 15px;
  padding-left: 30px;
  background: linear-gradient(#444, #333);
  position: relative;
}

/*topics event list_link start*/
#vertical_tab_nav_02 div.tab_body article.typeID_04 li{
  text-indent: 3rem;
  border: none;
  margin-bottom: 10px;

}
#vertical_tab_nav_02 div.tab_body article.typeID_04 ul.event_detail li a{
  display: inline;
  padding: 0 5px;

}
#vertical_tab_nav_02 div.tab_body article.typeID_04 li a {
  display: block;
  color: #227d97;
  text-decoration: underline;
  padding: 5px;
  padding-left: 30px;
  background: #f8f8f8;
  position: relative;
  font-weight: 600;
}


#vertical_tab_nav_02 div.tab_body article.typeID_04 li a:hover {
 color: rgb(130, 41, 41);
  text-decoration: underline;


}
#vertical_tab_nav_02 div.tab_body article.typeID_04 p.event_link a{
  display: block;
  color: #227d97;
  text-decoration: underline;
  padding: 5px;
  padding-left: 30px;
  background: #f8f8f8;
  position: relative;
  line-height: 1.5rem;
  margin: 0;
  font-weight: 600;

}
#vertical_tab_nav_02 div.tab_body article.typeID_04 p.event_link a:hover{
 color: rgb(130, 41, 41);
  text-decoration: underline;

}



/*topics event list_link end*/


#vertical_tab_nav_01 li a::before, #vertical_tab_nav_02 li a::before {
  content: "";
  display: block;
  border-radius: 10px;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -8px;
  top: calc(50% - 8px);
}
#vertical_tab_nav_01 li a.selected, #vertical_tab_nav_02 li a.selected {
  background: #f8f8f8;
  color: #333;
}
#vertical_tab_nav_01 .tab_body, #vertical_tab_nav_02 .tab_body {
  display: block;
  background: #f8f8f8;
  width: 75%;
  min-height: 500px;
  padding: 10px 3% 3% 3%;
  border-radius: 0 20px 20px 0;
  border-top: 1px solid #e2e2e2;
}
#vertical_tab_nav_01 .tab_body article, #vertical_tab_nav_02 .tab_body article {
  display: none;
  margin: 0px;
  color: #333;
}
#vertical_tab_nav_01 .tab_body article h2, #vertical_tab_nav_02 .tab_body article h2 {
  font-size: 4.2rem;
  text-align: right;
  margin-top: 3rem;
  font-family: "Eleanor", serif;
}
#vertical_tab_nav_01 .tab_body article h3, #vertical_tab_nav_02 .tab_body article h3 {
  padding: 8px 15px 6px;
  border-radius: 18px;
  color: #fff;
  font-size: 1.6rem;
}
#vertical_tab_nav_01 .tab_body article p, #vertical_tab_nav_02 .tab_body article p {
  margin: 15px;
}
#vertical_tab_nav_01 .tab_body article .date, #vertical_tab_nav_02 .tab_body article .date {
  font-size: 1.3rem;
}
#vertical_tab_nav_01 p.notice, #vertical_tab_nav_02 p.notice {
  background: #f8f8f8;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}

.basic-info {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 100px;
}
.basic-info table {
  width: 100%;
  margin-bottom: 50px;
}
.basic-info table tr {
  display: flex;
  flex-direction: row;
}
.basic-info table tr:not(:first-child) {
  margin-top: 10px;
}
.basic-info table th {
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  min-width: 20%;
  text-align: left;
  background: #E8E8E8;
  padding: 10px 15px;
  border-top: 1px solid #e2e2e2;
}
.basic-info table td {
  border-radius: 0 10px 10px 0;
  width: 100%;
  background: #f8f8f8;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}

.detail-map .map {
  margin-inline: auto;
  text-align: center;
}
.detail-map .g-map, .detail-map .acf-map {
  margin-bottom: 50px;
  aspect-ratio: 16/9;
  width: min(100% - 30px, 1200px);
  margin-inline: auto;
  height: auto;
  border-radius: 30px;
  border: 1px solid #ccc !important;
}

@media (max-width: 1024px) {
  .institution-detail h1 {
    font-size: 1.8rem;
    margin: 2.2rem 0;
  }
  .institution-detail h1::before, .institution-detail h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--gc-blue);
  }
  .institution-detail h1::before {
    margin-right: 20px;
  }
  .institution-detail h1::after {
    margin-left: 20px;
  }
  .institution-detail ul {
    margin: 20px auto;
  }
  .institution-detail h2 {
    padding: 0 0;
    font-size: 1.8rem;
  }
  .institution-detail h3 {
    padding: 0 0;
    font-size: 1.6rem;
  }
  .detail-main {
    text-align: center;
  }
  .detail-main h4 {
    border: 1px solid;
    padding: 5px 40px;
    display: inline-block;
  }
  .detail-main .main-img {
    max-width: 100%;
    border-radius: 15px;
    aspect-ratio: 1/1.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail-main p {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .detail-main img {
    max-width: 100%;
  }
  .detail-main .component {
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .detail-main .component article {
    width: 75%;
    margin: 10px;
  }
  .detail-main .component article img {
    border-radius: 10px;
  }
  .detail-main .component p {
    font-size: inherit;
    text-align: left;
  }
  .detail-main .detail-other {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
  }
  .detail-main .detail-other .comment {
    margin: 15px;
  }
  .detail-main .detail-other p {
    font-size: inherit;
    font-size: 1.5rem;
  }
  .detail-main .detail-other img {
    border-radius: 50%;
    margin: auto;
    max-width: 40%;
  }
  ul.institution {
    display: block;
    border: none;
    height: inherit;
  }
  ul.institution li {
    width: 100%;
  }
  ul.institution li:nth-child(1) {
    border-radius: 0;
  }
  ul.institution li:nth-child(2) {
    font-size: 2.2rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  ul.institution li:nth-child(3) {
    border-radius: 0;
  }
  .glz-btn_10 {
    letter-spacing: inherit;
    border: 3px solid #202A66;
    padding: 10px 40px;
  }
  #vertical_tab_nav_01, #vertical_tab_nav_02 {
    display: flex;
    width: 100%;
    margin: 15px auto;
  }
  #vertical_tab_nav_01 ul.type_nav, #vertical_tab_nav_02 ul.type_nav {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    width: 35%;
  }
  #vertical_tab_nav_01 li, #vertical_tab_nav_02 li {
    border-bottom: 1px solid #000;
    margin-bottom: 1px;
    font-weight: 500;
  }
  #vertical_tab_nav_01 li:last-child, #vertical_tab_nav_02 li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  #vertical_tab_nav_01 li a, #vertical_tab_nav_02 li a {
    padding: 15px;
    padding-left: 15px;
    font-size: 1.3rem;
  }
  #vertical_tab_nav_01 li a::before, #vertical_tab_nav_02 li a::before {
    content: "";
    display: block;
    border-radius: 10px;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -3px;
    top: calc(50% - 8px);
  }
  #vertical_tab_nav_01 .tab_body, #vertical_tab_nav_02 .tab_body {
    display: block;
    background: #f8f8f8;
    width: 65%;
    min-height: 500px;
    padding: 10px 3% 3% 3%;
    border-radius: 0 20px 20px 0;
    border-top: 1px solid #e2e2e2;
  }
  #vertical_tab_nav_01 .tab_body article, #vertical_tab_nav_02 .tab_body article {
    display: none;
    margin: 0px;
    color: #333;
  }
  #vertical_tab_nav_01 .tab_body article h2, #vertical_tab_nav_02 .tab_body article h2 {
    font-size: 1.6rem;
    margin: 0;
    padding: 10px;
  }
  #vertical_tab_nav_01 .tab_body article h3, #vertical_tab_nav_02 .tab_body article h3 {
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4rem;
  }

#vertical_tab_nav_02 div.tab_body article.typeID_04 li{
  text-indent: 0.5rem;
  border: none;
  font-size: 90%;

}
#vertical_tab_nav_02 div.tab_body article.typeID_04 ul.event_detail li{
text-decoration: none;

}


#vertical_tab_nav_02 div.tab_body article.typeID_04 ul.event_detail li a{
padding-left: 3rem;
display: inline;


}

#vertical_tab_nav_02 div.tab_body article.typeID_04 ul.event_detail li.pad_L_N a{
padding-left: 3rem;
display: inline;
padding: 0;

}
.tab_body article .typeID_04 ul.event_detail li br.br-sp span.sp_indent05{
  display: inline-block;
  padding-left: 5rem;


}
ul.event_detail li span.text_index02{
  text-indent: -1em;
  padding-left: 1em;
  }





  #vertical_tab_nav_01 .tab_body article p, #vertical_tab_nav_02 .tab_body article p {
    margin: 0px 0px 20px 0px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .basic-info {
    width: 100%;
  }
  .basic-info table {
    width: 100%;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .basic-info table tr {
    display: flex;
    flex-direction: row;
  }
  .basic-info table tr:not(:first-child) {
    margin-top: 10px;
  }
  .basic-info table th {
    min-width: 30%;
    padding: 10px 15px;
    border-top: 1px solid #e2e2e2;
  }
  .basic-info table td {
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }
  .detail-map {
    margin-bottom: 50px;
  }
  .detail-map .map {
    margin-inline: auto;
    text-align: center;
  }
  .detail-map .g-map .acf-map {
    margin-bottom: 0;
    aspect-ratio: 16/16;
    width: min(100%, 1200px);
    border-radius: 30px;
    border: 1px solid #ccc !important;
  }
  .detail-map .map {
    margin-inline: auto;
    text-align: center;
  }
  .detail-map .g-map, .detail-map .acf-map {
    margin-bottom: 20px;
    aspect-ratio: 1/1.2;
    border-radius: 30px;
    border: 1px solid #ccc !important;
  }
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #7cbc41;
  --color-theme-darken: #f12617;
  --box-shadow: 0 0 10px rgba(0, 0, 0, .05), 0 0 10px #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.line-top {
  border-top: 1px solid #eee;
}

.line-top .line-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-arrow {
  display: flex;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.glz-swiper-low {
  overflow: hidden;
}

.glz-swiper-low .swiper {
  overflow: visible;
}

.glz-swiper-low .swiper-controller {
  width: min(900px, 100%);
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: -33px;
  margin-inline: auto;
}

.glz-swiper-low .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.glz-swiper-low .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
  border-radius: inherit;
}

.glz-swiper-low .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.glz-swiper-low .swiper-button-prev, .glz-swiper-low .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0 15px;
}

.glz-swiper-low .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.glz-swiper-low .swiper-button-disabled::before {
  box-shadow: var(--box-shadow-inset);
}

.glz-swiper-low .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.glz-swiper-low .slide {
  overflow: hidden;
  width: 580px;
}

.glz-swiper-low .slide-media {
  padding-top: 62.5%;
}

.glz-swiper-low .slide-media img {
  height: calc(100% + 16px);
  transform: translateY(-16px);
}

.glz-swiper-low .slide-content {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
}

.glz-swiper-low .slide-date, .glz-swiper-low .slide-sub-title {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
  margin: 0;
}

.glz-swiper-low .slide-title {
  color: #eee;
  font-size: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 1.1rem;
  margin-bottom: 0;
}

.toggle-button-4 {
  display: flex;
  align-items: center;
  position: relative;
  width: 80px;
  height: 40px;
  border-radius: 40px;
  box-sizing: content-box;
  background-color: rgba(107, 163, 215, 0.2);
  cursor: pointer;
  transition: background-color 0.4s;
  margin-right: 5px;
}

.toggle-button-4:has(:checked) {
  background-color: rgba(110, 169, 228, 0.2);
}

.toggle-button-4::before {
  position: absolute;
  left: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #6689b4;
  content: "";
  transition: left 0.4s;
}

.toggle-button-4:has(:checked)::before {
  left: 50px;
  background-color: #7cbc41;
}

.toggle-button-4::after {
  position: absolute;
  left: 22px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  content: "ja";
  transition: left 0.4s;
}

.toggle-button-4:has(:checked)::after {
  left: 66px;
  content: "en";
}

.toggle-button-4 input {
  display: none;
}

@media (max-width: 1030px) {
  .toggle-button-4 {
    margin-right: 50px;
    width: 80px;
  }
  
}
/*@media (min-width: 1030px){
  .left .item .plate {
    font-size: 1.2rem;
  }


}*/


@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
 /* 英語は常に改行*/
 .e_br {
    text-align:clear; 
  }
  .glz-swiper-low .slide-media {
    padding-top: 100%;
  }
  .line-top .line-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
  .glz-swiper-low .slide {
    width: 24rem;
  }
  
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    background: #666;
  }
  .glz-swiper-low .slide {
    transition: var(--transition);
  }
  .glz-swiper-low .slide img {
    transition: var(--transition);
  }
  .glz-swiper-low .slide:hover {
    box-shadow: var(--box-shadow-hover);
  }
  .glz-swiper-low .slide:hover img {
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Eleanor";
  src: url("common/fonts/Eleanor.woff") format("woff"), url("common/fonts/Eleanor.otf") format("opentype");
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: "din-condensed";
  src: url("common/fonts/din-condensed-bold.woff2") format("woff2"), url("common/fonts/din-condensed-bold.woff") format("woff");
  font-display: swap;
  crossorigin: anonymous;
}
.bg-grey {
  background: #EBE9E1;
}

.bg-grey-2 {
  background: #707070;
}

.bg-gradient_01 {
  background: conic-gradient(from 20deg at 50% 82%, rgb(210, 155, 53) 18deg, rgb(173, 132, 68) 68deg, rgb(87, 154, 86) 151deg, rgb(112, 144, 101) 263deg, rgb(199, 174, 130) 295deg, rgb(185, 129, 77) 360deg);
}

/* ローダー */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 50;
  opacity: 1;
  visibility: visible;
}

body.is-loading #loader {
  opacity: 1;
  visibility: visible;
}

body.loaded #loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin-loader 1s linear infinite;
}

@keyframes spin-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  background: #fff;
  font-size: 1.5rem;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: opacity 1s ease;
}
body.loaded {
  opacity: 1;
}

header#mast-header {
  width: min(2750px, 100%);
  max-height: 100px;
  display: flex;
  align-items: center;
  padding: 0;
  margin-inline: auto;
  z-index: 50;
  transition: transform 0.6s ease-in-out, background 0.6s ease-in-out;
  position: fixed;
  position: relative;
  inset: auto 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 50;
}
header#mast-header h1, header#mast-header p {
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 15px 15px 0 40px;
  transition: transform 0.3s;
}
header#mast-header h1 a, header#mast-header p a {
  display: flex;
}
header#mast-header nav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
}
header#mast-header nav ul.sub-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-right: 10px;
  margin-left: auto;
}
header#mast-header nav ul.sub-menu li {
  font-size: 1.3rem;
  font-weight: 600;
}
header#mast-header nav ul.sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
}
header#mast-header nav ul.sub-menu li a:hover {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
header#mast-header nav ul.main-menu {
  display: flex;
  align-items: center;
}
header#mast-header nav ul.main-menu li {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
  text-align: center;
}
header#mast-header nav ul.main-menu li a {
  display: block;
  padding: 3.5rem 1.5rem;
  transition: all 0.3s;
}
header#mast-header nav ul.main-menu li a:hover {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header#mast-header nav ul.main-menu li i {
  display: block;
  margin-top: -0.2rem;
  font-size: 0.9rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
header#mast-header nav ul.main-menu li:last-child a {
  background: #52B2A0;
  padding-right: 3rem;
  padding-left: 3rem;
}
header#mast-header nav ul.main-menu li:last-child a:hover {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
header#mast-header nav .language {
  margin: 0 1rem;
  display: flex;
  background: #e2e2e2;
  padding: 4px;
  border-radius: 20px;
  color: #fff;
}
header#mast-header nav .language div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

header#mast-header nav .language div.ja:hover {
   background: #6689b4;
}
header#mast-header nav .language .ja {
  background: #bebebe;
  margin-right: 5px;
}
header#mast-header nav .language .en {
 background: #86c356;
}

header#mast-header .id-wrapper {
  position: absolute;
  top: 0;
}
header#mast-header .other-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 15px 0 40px;
  transition: transform 0.3s;
}
header#mast-header .other-block img {
  margin-right: 20px;
}
header#mast-header .other-block h4 {
  margin: 0;
  font-family: 1.4rem;
}
header#mast-header .other-block h5 {
  font-size: 2.6rem;
  margin: 0;
  margin-top: 3px;
}
header#mast-header .other-block h6 {
  font-size: 1.4rem;
  margin: 0;
}

.svg-icon {
  position: relative;
  width: 20px;
  height: 20px;
  fill: white;
  transition: all 0.3s;
  margin-right: 1rem;
}

#toggle-nav .global-main {
  margin-top: 1rem;
}
#toggle-nav .global-main ul li {
  position: relative;
  border-radius: 0 0 50px 50px;
  background: #ED4343;
}
#toggle-nav .global-main ul li:first-child {
  background: #ED4343;
  border-radius: 50px 50px 0 0;
}
#toggle-nav .global-main ul li:first-child a {
  padding: 2rem 3rem 1rem;
}
#toggle-nav .global-main ul li:first-child a::after {
  top: 60%;
}
#toggle-nav .global-main ul li a {
  display: block;
  color: #ED4343;
  padding: 1rem 3rem 2rem;
}
#toggle-nav .global-main ul li a::after {
  content: "";
  position: absolute;
  display: block;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F0A684"><path d="M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z"></path></svg>') no-repeat left top/cover content-box;
  right: 25px;
  top: 40%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
#toggle-nav .global-main ul li a:hover {
  transition: all 0.3s;
  color: #fff;
}
#toggle-nav .global-main ul li a:hover::after {
  right: 10px;
}

#toggle-nav .sub-site-ID {
  display: none;
}
#toggle-nav .nav {
  background: rgba(32, 42, 100, 0.8);
}

.drawer-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  width: min(600px, 100%);
  gap: 15px;
  font-size: 1.2rem;
}
.drawer-nav-wrap .nav-section {
  flex: 1;
}
.drawer-nav-wrap .nav-section h4 {
  font-size: 1.6rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.drawer-nav-wrap .nav-section li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
.drawer-nav-wrap .nav-section li a {
  display: block;
  padding: 0.8rem 0.2rem;
  transition: all 0.3s;
}
.drawer-nav-wrap .nav-section li a:hover {
  background: rgba(0, 0, 0, 0.3);
}

section.KV {
  position: relative;
  margin-top: 100px;
  overflow-x: clip;
}
section.KV .logo-back-round {
  position: absolute;
  background: #fff;
  border-radius: 0 0 30px 0;
  left: 60px;
  width: 260px;
  height: 54px;
  z-index: 2;
}
section.KV .logo-back-round::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: -3px;
  width: 40px;
  height: 40px;
  background: url("common/img/corner-parts01.svg") no-repeat center center/100% content-box;
  transform: rotate(-90deg);
}
section.KV .logo-back-round::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -27px;
  width: 30px;
  height: 30px;
  background: url("common/img/corner-parts01.svg") no-repeat center center/100% content-box;
  transform: rotate(-90deg);
}
section.KV .KV-wrapper {
  display: flex;
  margin: 0 60px;
  height: min(100vh, 740px);
  display: flex;
  place-items: center;
  border-radius: 60px;
  position: relative;
}
section.KV .KV-wrapper .left-side {
  background: linear-gradient(90deg, #343434, #363636, #6c7b65);
  background-size: 180% 180%;
  width: 50%;
  border-radius: 60px 0 0 60px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 90px;
  animation: gradient-animation 18s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 30%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.KV .KV-wrapper .right-side {
  background: #dddddd;
  width: 50%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 0 60px 60px 0;
}
section.KV .KV-wrapper .right-side .MV-img-wrapper {
  display: flex;
  justify-content: center;
  place-items: center;
  z-index: 4;
  translate: -40px;
  opacity: 0;
  transform: scale(0.75);
  visibility: hidden;
  animation: fade-in 1s ease 1s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
section.KV .KV-wrapper .right-side .MV-img-wrapper img {
  position: absolute;
  margin-inline: auto;
  max-width: inherit;
  animation: spin 150s linear infinite;
}
section.KV .KV-wrapper .right-side .MV-img-wrapper img:nth-child(1) {
  animation: spin 100s linear infinite, flash 5s linear infinite, hue-rotate 2s linear infinite;
}
section.KV .KV-wrapper .right-side .MV-img-wrapper img:nth-child(4) {
  animation: spin 20s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes hue-rotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
section.KV .KV-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: min(100vh, 740px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 60px;
  max-height: 740px;
}
section.KV .KV-wrapper-lower {
  display: flex;
  margin: 0 60px;
  height: min(50vh, 340px);
  display: flex;
  place-items: center;
  border-radius: 60px;
  position: relative;
}
section.KV .KV-wrapper-lower .left-side {
  background: linear-gradient(90deg, #343434, #363636, #6c7b65);
  background-size: 180% 180%;
  width: 50%;
  border-radius: 60px 0 0 60px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 90px;
  animation: gradient-animation 18s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 30%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.KV .KV-wrapper-lower .left-side img {
  width: min(340px, 36%);
}
section.KV .KV-wrapper-lower .right-side {
  background: #dddddd;
  width: 50%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 0 60px 60px 0;
  position: relative;
}
section.KV .KV-wrapper-lower .right-side h1, section.KV .KV-wrapper-lower .right-side h2 {
  color: #fff;
  position: relative;
  z-index: 5;
  translate: 140px;
}
section.KV .KV-wrapper-lower .right-side .MV-img-wrapper {
  display: flex;
  justify-content: center;
  place-items: center;
  z-index: 4;
  translate: 140px;
  mix-blend-mode: multiply;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  animation: fade-in 1s ease 1s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
section.KV .KV-wrapper-lower .right-side .MV-img-wrapper img {
  position: absolute;
  margin-inline: auto;
  max-width: inherit;
}
section.KV .KV-wrapper-lower .right-side .MV-img-wrapper img:nth-child(1) {
  animation: spin 50s linear infinite, flash 5s linear infinite;
}
section.KV .KV-wrapper-lower .right-side .MV-img-wrapper img:nth-child(2) {
  animation: spin 20s linear infinite;
}
section.KV .KV-wrapper-lower .right-side .MV-img-wrapper img:nth-child(3) {
  animation: spin 80s linear infinite, hue-rotate 5s linear infinite;
  scale: 0.4;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes hue-rotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
section.KV .KV-wrapper-lower::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 60px;
  max-height: 740px;
}
section.KV h5 {
  right: 20px;
  font-size: 1.3rem;
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  white-space: nowrap;
}
section.KV .KV-copy {
  position: absolute;
  bottom: 10%;
  left: 90px;
  z-index: 1;
 transform: translate(0, -50%);

}
section.KV .KV-copy .ja-copy {
  color: #fff;
  display: inline-flex;
}
section.KV .KV-copy .ja-copy .main-copy {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.35;
}
section.KV .KV-copy .ja-copy .main-copy span {
  display: block;
  position: relative;
  padding: 0.5rem 3rem 0;
  line-height: 1;
}
section.KV .KV-copy .ja-copy .main-copy span::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.KV .KV-copy .ja-copy .main-copy span:nth-child(1) {
  animation: clip-text 0.75s 1s ease-in-out backwards;
  background: #86c356;
  padding: 0.5rem 0.5rem;
 
}
section.KV .KV-copy .ja-copy .main-copy span:nth-child(2) {
  margin-top: 10px;
  animation: clip-text 0.75s 1.5s ease-in-out backwards;
  background: #227d97;
}
section.KV .en-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 7vw, 12rem);
  font-family: "Eleanor", serif;
  z-index: 5;
  color: #9A8E8E;
  mix-blend-mode: plus-lighter;
  text-align: center;
}
section.KV .en-copy p {
  text-align: center;
  line-height: 1;
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.rounded-corners {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #fff;
  padding: 10px 50px 10px;
  border-radius: 25px 25px 0 0;
}
.rounded-corners::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -25px;
  width: 27px;
  height: 27px;
  background: url("common/img/corner-parts01.svg") no-repeat center center/100% content-box;
  transform: rotate(90deg);
}
.rounded-corners::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -25px;
  width: 27px;
  height: 27px;
  background: url("common/img/corner-parts01.svg") no-repeat center center/100% content-box;
  transform: rotate(180deg);
}
.rounded-corners p {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0.4rem;
  text-align: center;
}
.rounded-corners p span {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px !important;
  position: relative;
}

.eleanor {
  font-family: "Eleanor", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

section:first-child {
  margin-top: 50px;
}

section + section:not(:last-of-type) {
  margin: 0 auto;
}

.inner {
  width: min(1400px, 100%);
  padding: 100px 15px;
  margin-inline: auto;
}

.inner-half {
  width: min(1400px, 100%);
  position: relative;
  padding: 60px 15px;
  margin-inline: auto;
}

.inner-half-above {
  width: min(1400px, 100%);
  position: relative;
  padding: 60px 15px 30px;
  margin-inline: auto;
}

.inner-half-under {
  width: min(1400px, 100%);
  position: relative;
  padding: 30px 15px 60px;
  margin-inline: auto;
}

.inset {
  margin-top: 90px;
}

.outset {
  margin-bottom: 90px;
}

.main-hl {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
.main-hl img {
  position: relative;
  z-index: -1;
}
.main-hl span {
  position: absolute;
  font-family: "Eleanor", serif;
  font-weight: normal;
  font-size: clamp(1.25rem, 0.313rem + 13vw, 18.313rem);
  inset: 0;
  line-height: 1;
  top: -2rem;
  color: #f3f3f3;
  z-index: -1;
}
.main-hl span.small {
  font-size: clamp(1.25rem, 0.313rem + 10vw, 13.313rem);
}

.l-title {
  font-size: 4rem;
}

.V-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.V-title-wrapper .V-title {
  font-size: clamp(1.25rem, 0.313rem + 14vw, 21.313rem);
  line-height: 1;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #707070;
  display: inline-block;
  pointer-events: none;
  writing-mode: vertical-rl;
}
.V-title-wrapper .V-title span.sub-title {
  display: block;
  font-size: 6rem;
  position: absolute;
  color: #c4c4c4;
  top: 20px;
  left: 0;
}
.V-title-wrapper.left {
  align-items: flex-start;
}
.V-title-wrapper.right {
  align-items: flex-end;
}
.V-title-wrapper.v-center {
  align-items: center;
}

.pointer-eve-none {
  pointer-events: none;
}

.lead {
  font-weight: 600;
  line-height: 1.75;
}

.lead-wid-75 {
  font-weight: 600;
  width: min(750px, 100%);
  margin-left: auto;
  margin-bottom: 100px;
  line-height: 1.75;
}

.top-about {
  position: relative;
  background: url(common/img/front-page-about.webp) right bottom no-repeat;
}
.top-about img {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.bg-box-01 {
  position: relative;
}
.bg-box-01::before {
  content: "";
  width: 255%;
  height: 90%;
  position: absolute;
  top: -15%;
  left: -25%;
  z-index: -1;
  background-color: #f1f1f1;
}

.bg-box-02 {
  position: relative;
}
.bg-box-02::before {
  content: "";
  width: 255%;
  height: 90%;
  position: absolute;
  top: -80px;
  left: -25%;
  z-index: -1;
  background-color: #f1f1f1;
}

.top-unit-img {
  position: absolute;
  bottom: 34%;
  left: -20%;
  max-width: inherit;
  z-index: 1;
}

.top-unit-wrap {
  margin-inline: initial;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: min(840px, 100%);
}
.top-unit-wrap .item {
  width: 33.3333%;
  aspect-ratio: 1;
  height: 100%;
  background: #52B2A0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s;
}
.top-unit-wrap .item:hover {
  box-shadow: inset 0px 0px 20px 5px rgba(8, 67, 44, 0.95);
}
.top-unit-wrap .item:nth-child(even) {
  background: #363636;
}
.top-unit-wrap .item:nth-child(even):hover {
  box-shadow: inset 0px 0px 20px 5px rgba(239, 25, 25, 0.95);
}
.top-unit-wrap .item a {
  display: grid;
  height: 100%;
  width: 100%;
}
.top-unit-wrap .item h5 {
  color: #fff;
  font-size: 1.6rem;
  margin: auto 1.6rem 1.6rem 1.6rem;
  position: relative;
}
.top-unit-wrap .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lower-unit-wrap {
  margin-inline: initial;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: min(960px, 100%);
}
.lower-unit-wrap .item {
  width: 100%;
  min-height: 300px;
  display: grid;
  padding: 2.8rem;
  height: 100%;
  background: #52B2A0;
  position: relative;
  transition: all 0.3s;
}
.lower-unit-wrap .item:hover {
  box-shadow: inset 0px 0px 20px 5px rgba(8, 67, 44, 0.95);
}
.lower-unit-wrap .item:nth-child(even) {
  background: #363636;
}
.lower-unit-wrap .item:nth-child(even):hover {
  box-shadow: inset 0px 0px 20px 5px rgba(239, 25, 25, 0.95);
}
.lower-unit-wrap .item .unit-name {
  flex: 2;
}
.lower-unit-wrap .item .unit-name h3 {
  font-size: 2.8rem;
}
.lower-unit-wrap .item .unit-summary {
  flex: 4;
  position: relative;
  padding-left: 70px;
}
.lower-unit-wrap .item .unit-summary h4 {
  font-size: 1.9rem;
}
.lower-unit-wrap .item .unit-summary .head-name {
  font-weight: 600;
}
.lower-unit-wrap .item a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.lower-unit-wrap .item h5 {
  color: #fff;
  font-size: 1.6rem;
  margin: auto 1.6rem 1.6rem 1.6rem;
  position: relative;
}
/*.lower-unit-wrap .item h5 .En-point {
  color: #fff;
  font-size: 0.5rem;
  margin: auto 1.rem 1.6rem 1.6rem;
  position: relative;
}*/
.lower-unit-wrap .item img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.lower-unit-img {
  position: absolute;
  top: 27.5%;
  left: -10%;
  max-width: inherit;
  z-index: 1;
}

.relative {
  position: relative;
}

.unit-individual-img {
  position: absolute;
  top: 75px;
  left: 0;
  max-width: inherit;
  z-index: 1;
  border-radius: 50%;
  max-width: 150px;
}

.lower-content.theme p {
  line-height: 1.75;
}

.theme-img {
  margin-inline: auto;
  margin: 50px auto;
  display: block;
  width: min(600px, 80%);
}
/*group image caption start*/
.theme-img_02 {
  margin-inline: auto;
  margin: 50px auto 20px auto;
  display: block;
  width: min(600px, 80%);
}
/*group image caption end*/
.body-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.body-title h1 {
  position: relative;
  font-size: 2.0rem;
}
.body-title h1 span {
  display: inline-block;
   
}
.body-title h1 span {
  display: inline-block;
  color: #227d97;
  
}
.body-title h1 span a:hover{
  position: relative;
  font-size: 2.0rem;
  color:#52B2A0;
 text-decoration: underline;
}
.body-title h1 span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #52B2A0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.body-title h5 {
  font-size: 1.7rem;
}

.lower-device-wrap {
  margin-inline: initial;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: min(960px, 100%);
}
.lower-device-wrap .item {
  min-height: 300px;
  display: grid;
  padding: 2.8rem;
  background: #eee;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
}
.lower-device-wrap .item:nth-child(even) {
  background: #fff;
}
.lower-device-wrap .item .device-img {
  flex: 1;
}
.lower-device-wrap .item .device-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.lower-device-wrap .item .device-summary {
  flex: 3;
  position: relative;
  padding-left: 70px;
}
.lower-device-wrap .item .device-summary h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.device-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.device-table th {
  padding: 5px;
  border-bottom: solid 3px #778ca3;
  color: #778ca3;
  width: 100px;
}
.device-table td {
  padding: 5px;
  border-bottom: solid 1px #778ca3;
}

a.outer-link {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.6rem 2.5rem 0.5rem;
  line-height: 1;
  margin-top: 0.75rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  transition: all 0.3s;
}
a.outer-link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  background-image: url("common/img/icon_blank_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.outer-link:hover {
  background: #666;
  color: #fff;
}

.notice {
  font-size: 1.4rem;
  margin-bottom: 50px;
  text-align: right;
  color: rgb(130, 41, 41);
}
.notice a {
  color: #227d97;
  text-decoration: underline;
}
.notice_device {
  font-size: 1.4rem;
  margin-bottom: 50px;
  text-decoration: none;
  color: #343737;
}

.notice_device a{
  font-size: 1.4rem;
  margin-bottom: 50px;
  text-decoration: underline;
  color: #227d97;
}
 .notice_device a:hover  {
  color: rgb(130, 41, 41);
  text-decoration: underline;
}



/*recrute Link start*/
.recruit_notice {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: right;
  color: rgb(130, 41, 41);
}
.recruit_notice a {
  color: #227d97;
  text-decoration: underline;
}
.recruit_notice a:hover{
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: right;
  color: rgb(130, 41, 41);
}

/*recrute Link end*/

.V-title-absolute {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  mix-blend-mode: difference;
}

.above-title {
  position: relative;
  z-index: 1;
}

.map-group {
  position: relative;
}
.map-group img {
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}
.map-group .access-btn {
  display: flex;
  justify-content: flex-end;
}
.map-group .access-btn li {
  width: 50%;
  aspect-ratio: 16/8;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 9rem;
  background: #52B2A0;
  transition: all 0.3s;
}
.map-group .access-btn li:hover {
  box-shadow: inset 0px 0px 20px 5px rgba(8, 67, 44, 0.95);
}
.map-group .access-btn li:nth-child(even) {
  background: #363636;
  color: #52B2A0;
}
.map-group .access-btn li:nth-child(even):hover {
  box-shadow: inset 0px 0px 20px 5px rgba(239, 25, 25, 0.95);
}
.map-group .access-btn li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.map-group .access-point {
  display: flex;
  justify-content: flex-end;
}
.map-group .access-point li {
  width: 50%;
  background: #52B2A0;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
}
.map-group .access-point li:nth-child(even) {
  color: #52B2A0;
  background: #363636;
}
.map-group .access-point li:nth-child(even) h5 {
  background: #363636;
}
.map-group .access-point li .point-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.map-group .access-point li h4 {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 9rem;
  line-height: 1;
  margin-bottom: -1rem;
}
.map-group .access-point li h5 {
  margin: 5px;
  padding: 1rem;
  border: 1px solid;
  width: calc(50% - 10px);
  text-align: center;
}

.glz-btn-arrow-01 {
  width: min(290px, 85%);
}
.glz-btn-arrow-01 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  transition: all 0.3s;
  background: #000;
  color: #fff;
  padding: 5px 5px 5px 40px;
  font-weight: 900;
}
.glz-btn-arrow-01 a .icon-arrow-right {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-left: 25px;
}
.glz-btn-arrow-01 a .icon-arrow-right .icon-bg {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86c356;
}
.glz-btn-arrow-01 a .icon-arrow-right .icon {
  position: relative;
  width: 12px;
  height: 10px;
  fill: black;
  transition: all 0.3s;
}





.glz-btn-arrow-01 a:hover {
  color: #86c356;
}
.glz-btn-arrow-01 a:hover .icon-bg {
  background: #227d97;
  transform: scale(1.5) rotate(90deg);
}
.glz-btn-arrow-01 a:hover .icon {
  fill: white;
  transform: rotate(-45deg);
}

a.topics-item {
  margin-bottom: 1.5rem;
  display: block;
}
a.topics-item .topics-footer {
  position: relative;
}
a.topics-item .topics-footer .date {
  font-size: 1.3rem;
  margin-top: 0;
}
a.topics-item .topics-footer .glz-btn-arrow-01-short {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: #000;
  padding: 3px;
  border-radius: 28px;
}
a.topics-item .topics-footer .glz-btn-arrow-01-short .icon-arrow-right {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
a.topics-item .topics-footer .glz-btn-arrow-01-short .icon-arrow-right .icon-bg {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #86c356;
}
a.topics-item .topics-footer .glz-btn-arrow-01-short .icon-arrow-right .icon {
  position: relative;
  width: 12px;
  height: 10px;
  fill: black;
  transition: all 0.3s;
}
a.topics-item:hover {
  color: #4f584f;
}
a.topics-item:hover .icon-bg {
  background: #227d97;
  transform: scale(1.3) rotate(90deg);
}
a.topics-item:hover .icon {
  fill: white;
  transform: rotate(-45deg);
}

.glz-btn-arrow-01-short {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: #000;
  padding: 3px;
  border-radius: 28px;
}
.glz-btn-arrow-01-short .icon-arrow-right {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.glz-btn-arrow-01-short .icon-arrow-right .icon-bg {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #52B2A0;
}
.glz-btn-arrow-01-short .icon-arrow-right .icon {
  position: relative;
  width: 12px;
  height: 10px;
  fill: black;
  transition: all 0.3s;
}
.glz-btn-arrow-01-short:hover {
  color: #4f584f;
}
.glz-btn-arrow-01-short:hover .icon-bg {
  transform: scale(1.3) rotate(90deg);
}
.glz-btn-arrow-01-short:hover .icon {
  fill: white;
  transform: rotate(-45deg);
}
/*左向き←　アイコン*/
.glz-btn-arrow-01 a .icon-arrow-left {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-left: 25px;
  transform: scale(-1, 1);
}
.glz-btn-arrow-01 a .icon-arrow-left .icon-bg {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86c356;
}
.glz-btn-arrow-01 a .icon-arrow-left .icon {
  position: relative;
  width: 12px;
  height: 10px;
  fill: black;
  transition: all 0.3s;
}




.variable-block-30 {
  width: 30%;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.full-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.full-flex .float-space {
  background: rgba(255, 255, 255, 0.4);
  padding: 5rem;
  aspect-ratio: 1;
  width: 40%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(20px) brightness(2.25);
          backdrop-filter: blur(20px) brightness(2.25);
}
.full-flex .float-space h3 {
  font-size: 2.2rem;
  line-height: 2;
}
.full-flex .float-space h3 span {
  font-family: roboto, sans-serif;
  font-size: 3rem;
  color: #227d97;
}
.full-flex .float-space p {
  line-height: 1.75;
}
.full-flex .bg-right {
  margin-right: calc(50% + 8px - 50vw);
}
.full-flex .bg-right::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 208px + 50vw);
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  margin-left: 200px;
}
.full-flex .bg-right img {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 16/8;
  padding-left: 200px;
}
.full-flex .bg-left {
  margin-left: calc(50% + 8px - 50vw);
}
.full-flex .bg-left::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 8px + 50vw);
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.full-flex .bg-left img {
  max-height: 760px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 16/8;
}

.square-layout {
  color: #fff;
  text-align: center;
}
.square-layout h2 {
  margin-bottom: 3rem;
}
.square-layout figure {
  position: relative;
}
.square-layout figure img {
  mix-blend-mode: multiply;
}
.square-layout figure p {
  position: absolute;
  padding: 40px;
  inset: 0;
  display: flex;
  place-items: center;
  font-weight: 600;
  z-index: 1;
}
.square-layout .half-block {
  padding: 60px 30px;
}
.square-layout .half-block:first-child {
  background: #227d97;
}
.square-layout .half-block:nth-child(2) {
  background: #363636;
}

.bottom-content {
  background: url(common/img/bottom-content-bg-02.webp) center/cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bottom-content::before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  inset: -10px;
  z-index: -1;
}
.bottom-content .bottom-lead {
  margin-inline: auto;
  padding: 30px 60px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px) brightness(1.25);
          backdrop-filter: blur(20px) brightness(1.25);
  width: min(900px, 100%);
  font-weight: 600;
}

.lower-content .lower-block h3 {
  font-size: 2.2rem;
  margin: 3rem 0 2rem;
}
.lower-content .lower-block:not(:first-child) {
  margin-top: 100px;
}

.title-img {
  margin-bottom: 50px;
}
.award-img {
  margin-bottom: 50px;
  text-align: center;
}
.right-en {
  font-family: "Eleanor", serif;
  text-align: right;
  font-size: 3.2rem;
}

.aline-content {
  padding: 2rem;
}
.aline-content img {
  max-width: 240px;
  padding: 2rem;
}
.aline-content h5 span {
  font-size: 1.7rem;
  margin-top: 1rem;
  display: block;
}

.comment {
  padding: 2rem 2rem;
}
.comment p {
  font-size: 1.4rem;
}

.lr-graph-wrapper {
  background: #666;
  padding: 60px;
  color: #fff;
}

.lr-graph {
  --size-lr-graph: 800px;
  --size-left:40%;
  --size-right:60%;
  --size-middle-width:50px;
  --size-item-height:30px;
  --size-item-margin: 10px;
  --color-line: #999;
  width: var(--size-lr-graph);
  max-width: 100%;
  display: flex;
  margin: 10px auto;
}

.lr-graph > * {
  position: relative;
  min-height: calc(var(--size-item-height) + var(--size-item-margin));
}

.lr-graph > .left {
  text-align: right;
}

.lr-graph > .right {
  text-align: left;
}

.lr-graph > .left,
.lr-graph > .right {
  display: block;
}

.lr-graph > .left {
  width: calc(var(--size-left) - var(--size-middle-width) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lr-graph > .right {
  width: calc(var(--size-right) - var(--size-middle-width) / 2);
}

.lr-graph > .middle {
  width: var(--size-middle-width);
}

.lr-graph > .middle:first-child {
  display: none;
}

.lr-graph .item {
  display: block;
  height: calc(var(--size-item-height) + var(--size-item-margin));
  line-height: var(--size-item-height);
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.lr-graph .item:hover {
  background: #494949;
}

.lr-graph .item .plate {
  border: 1px solid #999;
  width: 100%;
  height: var(--size-item-height);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* left */
.lr-graph > .left .item {
  right: 0;
}

.lr-graph > .right .item {
  display: block;
}

/* Middle */
.lr-graph > .middle {
  display: flex;
}

.lr-graph > .middle > * {
  width: 50%;
  height: 100%;
  position: relative;
}

.lr-graph > .middle .middle-left .item {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-line);
}

.lr-graph > .middle .middle-right .item .line {
  position: relative;
  height: 100%;
}

.lr-graph > .middle .middle-right .item .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-line);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lr-graph > .middle .middle-right .item .line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-line);
  position: absolute;
  top: 0;
  left: 0;
}

.lr-graph > .middle .middle-right .item:first-child .line::after {
  top: 50%;
  height: 50%;
}

.lr-graph > .middle .middle-right .item:last-child .line::after {
  top: 0%;
  height: 50%;
}

@media (max-width: 1030px) {
  .lr-graph-wrapper {
    background: #666;
    padding: 20px 30px;
    color: #fff;
  }
  .lr-graph .item .plate {
    font-size: 1.4rem;
  }
   .lr-graph .item .plate span.hide-on-sp{
     display: none;
   }
  .lr-graph {
    flex-wrap: wrap;
    --size-middle-width:50px;
    --size-left-margin: 20px;
  }
  .lr-graph > .left {
    margin-bottom: var(--size-left-margin);
  }
  .lr-graph > .left,
  .lr-graph > .right {
    width: calc(100% - var(--size-middle-width));
  }
  .lr-graph > .middle:first-child {
    display: block;
    margin-bottom: var(--size-left-margin);
  }
  .lr-graph > .middle:first-child > * {
    width: 100%;
  }
  .lr-graph > .middle:first-child .middle-right .item:last-child .line::after {
    top: 50%;
    height: calc(100% + 100px);
  }
  .lr-graph > .middle > .middle-left::after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: var(--color-line);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.member-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 15px;
}
.member-list li {
  width: calc(33.3333% - 10px);
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2.5rem 1rem 1rem 4rem;
  background: #fff;
}
.member-list li .position {
  position: relative;
}
.member-list li .position::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #52B2A0;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.member-list li .name {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.member-list li .email {
  margin-bottom: 1.8rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  margin-top: 0;
}
.member-list li .link a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.6rem 1.5rem 0.5rem;
  line-height: 1;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.06);
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.member-list li .link a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  background-image: url("common/img/icon_blank_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.member-list li .link a:hover {
  background: #666;
  color: #fff;
}

.access-title-01 {
  background: #363636;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #52B2A0;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1;
  width: 100%;
}

.bg-osaka {
  background: #f0faf9;
  padding: 20px;
}
.bg-osaka .map-detail {
  background: #52B2A0;
  color: #363636;
}

.bg-tsukuba {
  background: #f5f5f5;
  padding: 20px;
}
.bg-tsukuba .map-detail {
  background: #363636;
  color: #52B2A0;
}

.access-title-02 {
  background: #52B2A0;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #363636;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1;
  width: 100%;
}

.access-map {
  margin-inline: auto;
  filter: hue-rotate(215deg);
  margin-top: 20px;
  margin-bottom: 20px;
}
.access-map iframe {
  aspect-ratio: 16/9;
  width: min(100%, 1200px);
  margin-inline: auto;
  height: auto;
}

.other-img {
  text-align: center;
  margin-inline: auto;
  margin: 50px 0;
  mix-blend-mode: darken;
}

.map-detail {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.map-detail address {
  font-weight: 600;
}
.map-detail p {
  font-size: 1.3rem;
}
.map-detail p a {
  text-decoration: underline;
}

#footer-default {
  background: url(common/img/footer-bg.webp) no-repeat bottom center/100%, #f1f1f1;
}
#footer-default .logo-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#footer-default .logo-group .footer-ID {
  display: flex;
  gap: 15px;
}
#footer-default .logo-group .sns {
  display: flex;
}
#footer-default .default-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#footer-default .hierarchy {
  display: flex;
}
#footer-default .hierarchy img {
  margin-right: 50px;
  border-right: 1px solid;
  padding-right: 50px;
}
#footer-default .hierarchy .footer-btn {
  padding: 0.5rem 2rem;
  border: 1px solid;
  font-weight: 600;
}
#footer-default .footer__nav-group {
  display: flex;
  gap: 10px;
}
#footer-default .footer__nav-heading {
  font-family: "Eleanor", serif;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1.1rem;
}
#footer-default .footer__nav {
  min-width: 300px;
}
#footer-default .footer__nav li {
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#footer-default .footer__nav li a {
  display: block;
}
#footer-default .footer__nav li a:hover {
  color: #227d97;
}
#footer-default .footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#footer-default .footer__address {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.copyright {
  background: #222;
  padding: 1rem;
}
.copyright p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

#blur {
  display: none;
}
 .blur_groupname {
  font-size: 1.5rem;
  line-height: 2.0;
}
.css-animation, .css-animation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.css-animation span {
  display: inline-block;
}

.leBlurIn span {
  animation-name: leBlurIn;
 

}
@keyframes leBlurIn {
  from {
    transform: scaleX(0.2);
    filter: blur(20px);
    opacity: 0;
  }
}
@media (max-width: 1250px) {
  /*Top Group from*/
.top-unit-wrap .item h5 {
  color: #fff;
  font-size: 1.2rem;
  
}
/*Top Group end*/
 /*Group name header from*/
  .blur_groupname {
  font-size: 1.2rem;
  line-height: 2.0;
}
 /*Group name header end*/


  header#mast-header {
    padding: 15px 0 15px 15px;
    margin-inline: auto;
  }
  header#mast-header h1, header#mast-header p {
    gap: 10px;
    scale: 0.8;
    margin-left: 0;
    transform-origin: left;
  }
  header#mast-header .other-block {
    margin-left: 0;
  }
  header#mast-header nav ul.sub-menu {
    gap: 5px;
    margin-right: 10px;
  }
  header#mast-header nav ul.sub-menu li a {
    padding: 0.5rem 0.5rem;
  }
  header#mast-header nav ul.main-menu {
    gap: 5px;
  }
  header#mast-header nav ul.main-menu li a {
    padding: 36px 1rem;
    font-size: 1.4rem;
  }
  header#mast-header nav ul.lead-menu {
    width: min(320px, 100%);
  }
  header#mast-header nav ul.lead-menu li:nth-child(3) {
    font-size: 2.1rem;
    padding-top: 2px;
  }
  header#mast-header nav ul.lead-menu li:nth-child(3) span {
    font-size: 1rem;
    margin-right: 1rem;
  }
}
section.page-KV-header {
  position: relative;
  margin-top: 100px;
  background: #f4f4f4;
}
section.page-KV-header .header-wrapper {
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  place-items: center;
}
section.page-KV-header .header-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
section.page-KV-header .en-copy {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 8vw, 14rem);
  text-align: center;
  font-family: "Eleanor", serif;
  z-index: 3;
  color: #252525;
  mix-blend-mode: difference;
}
section.page-KV-header .en-copy p {
  line-height: 1;
  text-align: center;
}
section.page-KV-header .header-img {
  position: absolute;
  bottom: 0;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
section.page-KV-header .rounded-corners {
  bottom: -40px;
}
section.page-KV-header h4 {
  border: 1px solid;
  padding: 10px 40px;
  display: block;
}

.overview-dl > dl:nth-child(1) > dt:nth-child(1),
.overview-dl > dl:nth-child(1) > dd:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overview-dl dl {
  display: flex;
  width: 90%;
  border-spacing: 30px 0;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.overview-dl dt {
  line-height: 1;
  padding: 2px 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: left;
  background: #227d97;
  color: #fff;
}
.overview-dl dt span {
  font-size: 1.1rem;
  display: block;
}
.overview-dl dd {
  vertical-align: middle;
  padding: 15px 20px;
  line-height: 1.5;
}
.overview-dl h3 {
  font-size: 2.4rem;
  width: 90%;
  margin-inline: auto;
}

.table-layout-base {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #778ca3;
}
.table-layout-base tr:nth-child(2n+1) {
  background: #eee;
}
.table-layout-base th {
  padding: 1rem;
  font-size: 1.4rem;
  border-bottom: solid 1px #778ca3;
}
.table-layout-base th:not(:first-child), .table-layout-base th:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.table-layout-base th:last-child {
  border-right: none;
}
.table-layout-base td {
  padding: 1rem;
  border-bottom: dotted 1px #ccc;
}
.table-layout-base td:not(:first-child), .table-layout-base td:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.table-layout-base td:first-child {
  -moz-text-align-last: left;
       text-align-last: left;
}
.table-layout-base td:nth-child(2) {
  font-family: "roboto", "sans-serif";
  font-size: 1.6rem;
}
.table-layout-base td:nth-child(2)::after {
  content: "円";
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.table-layout-base td:last-child {
  font-family: "roboto", "sans-serif";
  font-size: 1.6rem;
  border-right: none;
  text-align: right;
}
.table-layout-base td:last-child::after {
  content: "円";
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5rem;
}
.table-layout-base tr:last-child td {
  background: #363636;
  color: #fff;
}
.table-layout-base tr:last-child td:last-child {
  font-size: 1.8rem;
}

.table-layout {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #778ca3;
}
.table-layout tr:nth-child(2n+1) {
  background: #eee;
}
.table-layout th {
  padding: 1rem;
  font-size: 1.4rem;
  border-bottom: solid 1px #778ca3;
}
.table-layout th:not(:first-child), .table-layout th:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.table-layout th:last-child {
  border-right: none;
}
.table-layout th:first-child {
  -moz-text-align-last: left;
       text-align-last: left;
}
.table-layout th:not(:first-child) {
  -moz-text-align-last: right;
       text-align-last: right;
}
.table-layout th span {
  font-size: 1.3rem;
  font-weight: inherit;
}
.table-layout td {
  padding: 1rem;
  border-bottom: dotted 1px #ccc;
}
.table-layout td:not(:first-child), .table-layout td:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.table-layout td:first-child {
  -moz-text-align-last: left;
       text-align-last: left;
}
.table-layout td:not(:first-child) {
  -moz-text-align-last: right;
       text-align-last: right;
}
.table-layout td:nth-child(2) {
  font-family: "roboto", "sans-serif";
  font-size: 1.6rem;
}
.table-layout td:nth-child(2)::after {
  content: "円";
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.table-layout td:last-child {
  font-family: "roboto", "sans-serif";
  font-size: 1.6rem;
  background: #227d97;
  color: #fff;
  border-right: none;
}
.table-layout td:last-child::after {
  content: "円";
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5rem;
}

.institution-detail .base-information {
  font-weight: 500;
  padding: 1rem 2rem;
  border: 1px solid;
  margin: 0 0 20px;
}
.institution-detail .base-information span {
  font-family: "roboto", sans-serif;
}

.institution-detail .information-title {
  margin: 0;
  padding-top: 0;
}

.institution-detail .notice {
  font-size: 1.3rem;
  margin-left: 1rem;
}
.institution-detail .notice::before {
  content: "( ";
}
.institution-detail .notice::after {
  content: " )";
}

.card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}

.card-wrapper-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem;
}

.glz-card-01 {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  word-wrap: break-word;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
.glz-card-01 .card-image-box {
  overflow: hidden;
}
.glz-card-01 .card-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.glz-card-01 .card-box {
  padding: 1rem;
}
.glz-card-01 .card-box .card-title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.glz-card-01 .card-box .card-description {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.glz-card-01:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.glz-card-01:hover img {
  transform: scale(1.2);
}

.glz-card-02 {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  word-wrap: break-word;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.glz-card-02 .card-image-box {
  overflow: hidden;
}
.glz-card-02 .card-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.glz-card-02 .card-box {
  padding: 1rem;
}
.glz-card-02 .card-box .card-title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #86c356;
}
.glz-card-02 .card-box .card-description {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.glz-card-02 .card-box .footnote {
  font-size: 1.2rem;
  font-weight: bold;
}
.glz-card-02:hover {
  box-shadow: 0 0px 16px rgba(100, 100, 100, 0.2);
}
.glz-card-02:hover img {
  transform: scale(1.2);
}

.glz-card-03 {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  word-wrap: break-word;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
  padding: 1rem;
  position: relative;
}
.glz-card-03 .active-campaign {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.glz-card-03 figure {
  overflow: hidden;
}
.glz-card-03 figure .card-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.glz-card-03 .card-box {
  padding: 1.5rem;
}
.glz-card-03 .card-box .card-title-01 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.glz-card-03 .card-box .card-title-02 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.glz-card-03 .card-box .card-description-01 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.glz-card-03 .card-box .card-description-02 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.4rem;
}
.glz-card-03:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.glz-card-03:hover figure img {
  transform: scale(1.1);
}

.archive-notice {
  margin-bottom: 10px;
}
.archive-notice img {
  margin: 0 10px;
}

@media (min-width: 1025px) {
  .sp-br {
    display: none;
  }
  #toggle {
    display: none;
  }
  
}
@media (max-width: 1025px) {
  h3, h4, h5, h6 {
    font-size: 1.6rem;
  }
  /*h5 .en-point {
    font-size: 0.6rem;

   }*/
   
.leBlurIn span {
  animation-name: leBlurIn;
  
}
  section:first-child {
    margin-top: 0;
  }
  .toggle {
    top: 10px;
    right: 10px;
  }
  .drawer-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    padding: 0 3rem;
  }
  .drawer-nav-wrap .nav-section {
    flex: 1;
  }
  .drawer-nav-wrap .nav-section h4 {
    font-size: 2.00rem;
    font-family: "Eleanor", serif;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    padding: 0.8rem 1rem;
  }
  .drawer-nav-wrap .nav-section li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .drawer-nav-wrap .nav-section li a {
    padding: 0.6rem 1rem;
  }
  .drawer-nav-wrap .nav-section li a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .arrowWrap-vertical {
    left: 4px;
  }
  header#mast-header {
    height: 66px;
    padding: 10px;
    margin-inline: auto;
  }
  header#mast-header h1, header#mast-header p {
    margin: 0;
    gap: 10px;
    scale: 0.65;
    margin-left: 0;
    transform-origin: left;
  }
  header#mast-header nav ul.main-menu {
    display: none;
  }
  header#mast-header nav .other-block {
    display: none;
  }
  header#mast-header nav .language {
    margin-right: 50px;
  }
  header#mast-header .id-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
  header#mast-header .other-block {
    display: none;
  }
  section.KV {
    margin-top: 70px;
  }
  section.KV .logo-back-round {
    display: none;
  }
  section.KV .KV-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 30px;
    height: min(100svh - 80px, 740px);
    display: flex;
    place-items: center;
    border-radius: 20px;
  }
  section.KV .KV-wrapper .left-side {
    background-size: 100% 100%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  section.KV .KV-wrapper .right-side {
    width: 100%;
    height: 100%;
    display: inline-flex;
    place-items: center;
    border-radius: 0 0 20px 20px;
  }
  section.KV .KV-wrapper .right-side .MV-img-wrapper {
    translate: inherit;
    scale: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.KV .KV-wrapper::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-height: 740px;
  }
  section.KV .KV-wrapper-lower {
    display: flex;
    margin: 0 30px;
    flex-direction: column;
    height: min(50svh, 340px);
    place-items: center;
    border-radius: 20px;
    position: relative;
  }
  section.KV .KV-wrapper-lower .left-side {
    background-size: 100% 100%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    background: linear-gradient(180deg, #686868, #6c7b65);
  }
  section.KV .KV-wrapper-lower .left-side img {
    width: min(340px, 60%);
    display: block;
    z-index: 1;
    margin-inline: auto;
  }
  section.KV .KV-wrapper-lower .right-side {
    width: 100%;
    height: 100%;
    display: inline-flex;
    place-items: flex-start;
    border-radius: 0 0 20px 20px;
    position: initial;
  }
  section.KV .KV-wrapper-lower .right-side h1, section.KV .KV-wrapper-lower .right-side h2 {
    font-size: 1.7rem;
    translate: inherit;
    margin: -1rem auto;
  }
  section.KV .KV-wrapper-lower .right-side .MV-img-wrapper {
    translate: inherit;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.KV .KV-wrapper-lower::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-height: 740px;
  }
  section.KV h5 {
    right: 10px;
  }
  section.KV .KV-copy {
    position: absolute;
    bottom: inherit;
    top: 75%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: inherit;
  }
  section.KV .KV-copy .ja-copy .main-copy {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
  section.KV .KV-copy .ja-copy .main-copy span {
    display: block;
    position: relative;
   padding: 0.1rem 0;
    line-height: 1;
   
  }
  section.KV .KV-copy .ja-copy .main-copy span::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  section.KV .KV-copy .ja-copy .main-copy span:nth-child(1) {
    animation: clip-text 0.75s 1s ease-in-out backwards;
    margin-left: 0.2rem;
 
   
  }
  section.KV .KV-copy .ja-copy .main-copy span:nth-child(2) {
    margin-top: 5;
    margin-left: 0.5rem;
    animation: clip-text 0.75s 1.5s ease-in-out backwards;
  }
  @keyframes clip-text {
    from {
      /*縦書き*/
      /*-webkit-clip-path: inset(0 0 100% 0);
              clip-path: inset(0 0 100% 0);*/
      /*横書き*/
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);

    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
  }
  /*Moving toward the Future*/
  section.KV .en-copy {
    width: 90%;
    transform: translate(-50%, -50%);
    font-size: clamp(4rem, 7vw, 12rem);
  }
  .rounded-corners {
    bottom: -5px;
    padding: 5px 5px 0;
    border-radius: 20px 20px 0 0;
    width: 60%;
  }
  .rounded-corners p {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .rounded-corners p span {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .rounded-corners::before {
    bottom: 2px;
    left: -20px;
    width: 22px;
    height: 22px;
  }
  .rounded-corners::after {
    bottom: 2px;
    right: -20px;
    width: 22px;
    height: 22px;
  }
  .V-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .V-title-wrapper .V-title {
    font-size: clamp(1.25rem, 0.313rem + 14vw, 21.313rem);
    line-height: 1;
    writing-mode: inherit;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }
  .V-title-wrapper .V-title span.sub-title {
    display: none;
    /*display: block;
    font-size: 2rem;
    position: relative;
    color: #909090;
    top: -5px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);*/
  }
  .inner-half {
    padding: 60px 15px;
  }
  .inner-half-above {
    padding: 80px 15px 10px;
  }
  .inner-half-under {
    padding: 0 15px 10px;
  }
  .glz-btn-arrow-01 {
    width: min(290px, 80%);
    margin: auto;
  }
  .map-group img {
    width: 90%;
  }
  .map-group .access-btn {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .map-group .access-btn li {
    width: 100%;
    aspect-ratio: 16/6;
    padding-top: 2rem;
  }
  .bg-box-01 {
    position: relative;
  }
  .bg-box-01::before {
    width: 100%;
    height: 90%;
    top: -15%;
    left: -25%;
  }
  .bg-box-02 {
    position: relative;
  }
  .bg-box-02::before {
    width: 100%;
    height: 90%;
    top: -15%;
    left: -25%;
  }
  section.top-unit, section.top-about {
    flex-direction: column-reverse;
  }
  section.top-unit .top-unit-img, section.top-about .top-unit-img {
    position: absolute;
    bottom: 34%;
    left: inherit;
    max-width: 100%;
    pointer-events: none;
    z-index: -1;
  }
  section.lower-unit {
    flex-direction: column;
  }
  .mt-100 {
    margin-top: 0 !important;
  }
  .top-about img {
    position: absolute;
    right: 10px;
    max-width: 30%;
    bottom: -60px;
    pointer-events: none;
  }
  #footer-default .logo-group {
    margin-bottom: 20px;
  }
  #footer-default .logo-group img {
    scale: 0.75;
  }
  #footer-default .default-footer-main {
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: column-reverse;
    align-items: inherit;
  }
  #footer-default .hierarchy {
    margin-top: 15px;
    margin-bottom: 45px;
    justify-content: space-evenly;
  }
  #footer-default .hierarchy img {
    scale: 1;
    /*scale: 0.75;*/
    transform-origin: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-right: 1px solid;
    padding-right: 30px;
    padding-top: 30px;
  }
  #footer-default .footer__nav-group {
    flex-direction: column;
    gap: 10px;
  }
  #footer-default .footer__nav {
    min-width: 300px;
    width: 100%;
  }
  #footer-default .footer__nav .footer__nav-heading {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
  #footer-default .footer__nav ul {
    margin-left: 2rem;
  }
  #footer-default .footer__nav ul li {
    margin-bottom: 0.5rem;
  }
  .inner {
    padding: 30px 15px 0;
  }
  .SP-negative {
    margin: 15px -15px 0;
    width: auto;
  }
  .variable-block-30 {
    width: 100%;
  }
  .main-hl {
    margin-bottom: 40px;
    overflow-x: clip;
  }
  .main-hl h2 {
    font-size: 1.7rem;
  }
  .main-hl span {
    font-size: clamp(2.25rem, 0.313rem + 20vw, 18.313rem);
  }
  .main-hl img {
    max-width: 33%;
    margin-top: -40px;
  }
  .square-layout {
    margin-top: 70px;
  }
  .square-layout .half-block {
    padding: 30px;
  }
  .square-layout h2 {
    font-size: 1.7rem;
    margin-bottom: 1.7rem;
  }
  .inner-half {
    padding: 20px 15px;
  }
  .lead-center {
    text-align: center;
    font-size: 1.5rem;
  }
  .ttl-center {
    text-align: center;
    font-size: 1.8rem;
    margin: 1rem 1rem;
  }
  .sp-wrap-rev {
    flex-wrap: wrap-reverse;
  }
  .full-flex {
    width: 100%;
    flex-wrap: wrap-reverse;
  }
  .full-flex .float-space {
    position: relative;
    padding: 2rem;
    width: 100%;
    margin-top: -100px;
    margin-right: -30px;
    right: inherit;
    bottom: inherit;
    transform: inherit;
    aspect-ratio: inherit;
    -webkit-backdrop-filter: blur(20px) brightness(1.75);
            backdrop-filter: blur(20px) brightness(1.75);
  }
  .full-flex .float-space h3 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .full-flex .float-space h3 span {
    font-size: 2.2rem;
    margin: 0 0.2rem;
  }
  .full-flex .bg-right {
    margin-right: calc(50% - 50vw);
  }
  .full-flex .bg-right::before {
    border-radius: 30px 0 0 30px;
    padding-left: inherit;
    width: calc(50% - 50vw);
  }
  .full-flex .bg-right img {
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 12/16;
    border-radius: 30px 0 0 30px;
    padding-left: inherit;
  }
  .full-flex .bg-left {
    margin-left: calc(50% + 8px - 50vw);
  }
  .full-flex .bg-left::before {
    border-radius: 0 30px 30px 0;
  }
  .full-flex .bg-left img {
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 12/12;
    border-radius: 0 30px 30px 0;
  }
  .card-wrapper-2 {
    gap: 10px;
    padding: 0;
  }
  .glz-card-03 {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 0px);
    word-wrap: break-word;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    padding: 1rem;
  }
  .detail-main-element {
    width: 100%;
  }
  .table-layout-base td {
    padding: 0.75rem;
    font-size: 1.4rem;
  }
  .table-layout-base td:nth-child(2) {
    font-family: "roboto", "sans-serif";
    font-size: 1.5rem;
  }
  .table-layout-base td:nth-child(2)::after {
    content: "円";
    font-size: 1.4rem;
    margin-left: 0.5rem;
  }
  .table-layout-base td:last-child {
    font-family: "roboto", "sans-serif";
    font-size: 1.5rem;
    border-right: none;
    text-align: right;
  }
  .table-layout-base td:last-child::after {
    content: "円";
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
  .table-layout-base tr:last-child td:last-child {
    font-size: 1.7rem;
  }
  .table-layout {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table-layout th {
    padding: 0.5rem;
    font-size: 1.3rem;
    letter-spacing: -0.2rem;
  }
  .table-layout th span {
    font-size: 1.2rem;
    font-weight: inherit;
  }
  .table-layout td {
    padding: 0.75rem;
    border-bottom: dotted 1px #ccc;
  }
  .table-layout td:not(:first-child), .table-layout td:not(:last-child) {
    border-right: 1px dotted #ccc;
  }
  .table-layout td:first-child {
    text-align: left;
    font-size: 1.3rem;
  }
  .table-layout td:not(:first-child) {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .table-layout td:nth-child(2) {
    font-family: "roboto", "sans-serif";
    font-size: 1.5rem;
  }
  .table-layout td:nth-child(2)::after {
    content: "円";
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
  .table-layout td:last-child {
    font-family: "roboto", "sans-serif";
    font-size: 1.5rem;
    color: #fff;
  }
  .table-layout td:last-child::after {
    content: "円";
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
  .lead-wid-75 {
    margin-left: auto;
    margin-bottom: 25px;
  }
  .title-img {
    margin-bottom: 15px;
  }
  .right-en {
    font-family: "Eleanor", serif;
    text-align: center;
    font-size: 2.8rem;
    display: none;
  }
  .lower-content .lower-block h3 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .lower-content .lower-block:not(:first-child) {
    margin-top: 40px;
  }
  .aline-content {
    padding: 0;
    margin-inline: auto;
  }
  .comment {
    padding: 0 2rem;
  }
  .comment p {
    font-size: 1.4rem;
  }
  .notice {
    font-size: 1.3rem;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #666;
    padding: 1rem;
  }
  .lower-device-wrap .item {
    padding: 30px 15px;
    flex-direction: column;
  }
  .lower-device-wrap .item .device-img img {
    aspect-ratio: 16/9;
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
  .lower-device-wrap .item .device-summary {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lower-device-wrap .item .device-summary h3 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lower-device-wrap .item .device-summary p {
    font-size: 1.4rem;
  }
  .device-table {
    font-size: 1.4rem;
    margin: 15px 0;
  }
  .device-table th {
    padding: 5px;
    width: 100px;
  }
  .device-table td {
    padding: 5px;
    font-size: 1.3rem;
  }
  .map-group .access-point {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .map-group .access-point li {
    width: 100%;
    padding: 40px 15px;
  }
  .map-group .access-point li h4 {
    font-size: 6rem;
  }
  .map-group .access-point li h5 {
    margin: 5px;
    font-size: 1.5rem;
    padding: 1rem 1rem 0.9rem;
    border: 1px solid;
    width: 100%;
    text-align: center;
  }
  .access-map iframe {
    aspect-ratio: 16/16;
  }
  .map-detail {
    margin-top: 30px;
    flex-direction: column;
    padding: 15px;
  }
  .map-detail p {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .lower-unit-img {
    position: absolute;
    width: 60%;
    top: -20px;
    left: inherit;
    right: 0;
    max-width: inherit;
    z-index: -1;
    pointer-events: none;
    left: inherit;
  }
  .lower-unit-wrap .item {
    padding: 15px;
  }
  .lower-unit-wrap .item .unit-name h3 {
    font-size: 1.8rem;
  }
  .lower-unit-wrap .item .unit-summary {
    padding-top: 20px;
    padding-left: inherit;
  }
  .lower-unit-wrap .item .unit-summary h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lower-unit-wrap .item .unit-summary p {
    font-size: 1.4rem;
  }
  .lower-unit-wrap .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .lower-unit-wrap .item img {
    position: inherit;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
  }
  .body-title {
    display: block;
    margin-bottom: 30px;
  }
  .body-title h1 {
    position: relative;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    /*display:none;*/
  }
  /* .body-title h1 span {
   display:none;
  }*/
.body-title h1 span a:hover{
  position: relative;
  font-size: 2.0rem;
  color:#52B2A0;
 text-decoration: underline;
}
  .body-title h1 span::after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #52B2A0;
    position: absolute;
    bottom: inherit;
    top: 55px;
    right: 50%;
    transform: translateY(-50);
  }
  .body-title h5 {
    font-size: 1.6rem;
  }
  .l-title {
    font-size: 2.4rem;
  }
  .member-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
  }
  .member-list li {
    width: calc(50% - 5px);
    padding: 1.5rem 1rem 1rem 2rem;
    background: #fff;
  }
  .member-list li .position {
    position: relative;
    margin: 0;
  }
  .member-list li .name {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .member-list li .email {
    margin-bottom: 1rem;
  }
  .member-list li .link {
    margin-bottom: 0;
  }
  .member-list li .link a {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1300px) and (min-width: 750px) {
  .V-title-wrapper .top-unit-img, .V-title-wrapper .lower-unit-img {
    position: absolute;
    top: 29%;
    left: -20%;
    width: clamp(400px, 50%, 800px);
    z-index: 1;
  }
 /*.unit-name h3.fuchidori{
      color: #fff;
      text-shadow:none;

 }*/
  #footer > section > div.inner-half-above > div.variable-block-30.mr-auto > div > p {
    margin-top: 50px;
  }
  section.KV .KV-wrapper-lower .left-side img {
    width: min(240px, 50%);
  }
    .body-title h1 span::after {
    /*content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #52B2A0;
    position: absolute;
    bottom: inherit;*/
    top: 45px;
    right: 50%;
    transform: translateY(-50);
  }
}/* # sourceMappingURL=style.css.map */
@media (max-width: 599px){

   .lr-graph .item .plate {
    font-size: 1.2rem;
  }
  #footer-default .hierarchy .footer-btn {
   padding: 0.5rem 1rem;
   margin-left: 10px;
    text-align: left;
   /*  padding-top: 0.5rem;
    padding-left: 5rem;
    padding-bottom: 0.5rem;
    padding-right: 3ram;*/
    /*border: 1px solid;
    font-weight: 600;*/
}


}