@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@-webkit-keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes shake-loop {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
}
@keyframes shake-loop-vertical {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
@-webkit-keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(15px);
  }
  /* 60% {
       transform: translateX(12px);
     } */
}
@keyframes nav-item-fade-in {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes left-to-right {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-101%);
  }
}
@keyframes taglineClipPath {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes lefttoright {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(110%);
    opacity: 0;
  }
  50% {
    transform: translateX(-110%);
    opacity: 0;
  }
  51% {
    transform: translateX(-110%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
  }
  /* 60% {
    transform: translateX(12px);
  } */
}
@keyframes widthanimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes downtoup1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes downtoup2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uptodown1 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uptodown2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes lefttoright1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes lefttoright2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  font-size: clamp(6px, 0.75758vw, 10px);
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1rem;
    font-size: clamp(8px, 2.6666666667vw, 16px) !important;
    margin: 0 !important;
  }
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 500;
}
body * {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  body * {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
  display: block;
  width: 100%;
}
main.main-common {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.main-common {
    transform: translateY(0);
    margin-top: 0;
  }
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  font-family: "Noto Sans CJK JP";
  color: #000000;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 0.2rem 1.4rem;
  background-color: #FFF;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 1px solid #666666;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 3.6rem;
  align-content: center;
}

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

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #888888;
}

select {
  position: relative;
  appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0.3rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 2px solid #1b1b1f;
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
  }
}
.checkbox input:focus ~ .checkmark {
  outline: 0.3rem solid #7ebf41;
}
.checkbox input:checked ~ .checkmark {
  background-color: #3b8e65;
  border-color: #3b8e65;
  outline: none;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 0.5rem;
  top: 0;
  width: 0.9rem;
  height: 1.5rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.4rem;
    top: 0;
    width: 0.8rem;
    height: 1.2rem;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
picture img,
figure img,
.image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 1.2rem;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0.6rem;
  }
  .scroll::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #f5f5f5;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.6rem;
    background-color: yellow;
  }
}

/* margin css */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-6 {
  margin-top: 0.6rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mx-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mx-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* padding css */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pb-2 {
  padding-bottom: 0.2rem !important;
}

.pb-3 {
  padding-bottom: 0.3rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-1 {
    margin-top: 0.1rem !important;
  }
  .mt-sp-2 {
    margin-top: 0.2rem !important;
  }
  .mt-sp-3 {
    margin-top: 0.3rem !important;
  }
  .mt-sp-4 {
    margin-top: 0.4rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-6 {
    margin-top: 0.6rem !important;
  }
  .mt-sp-8 {
    margin-top: 0.8rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sp-14 {
    margin-top: 1.4rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sp-18 {
    margin-top: 1.8rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-22 {
    margin-top: 2.2rem !important;
  }
  .mt-sp-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-26 {
    margin-top: 2.6rem !important;
  }
  .mt-sp-28 {
    margin-top: 2.8rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-36 {
    margin-top: 3.6rem !important;
  }
  .mt-sp-38 {
    margin-top: 3.8rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-42 {
    margin-top: 4.2rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-48 {
    margin-top: 4.8rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mb-sp-1 {
    margin-bottom: 0.1rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 0.2rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }
  .mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .ml-sp-1 {
    margin-left: 0.1rem !important;
  }
  .ml-sp-2 {
    margin-left: 0.2rem !important;
  }
  .ml-sp-3 {
    margin-left: 0.3rem !important;
  }
  .ml-sp-4 {
    margin-left: 0.4rem !important;
  }
  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }
  .ml-sp-6 {
    margin-left: 0.6rem !important;
  }
  .ml-sp-8 {
    margin-left: 0.8rem !important;
  }
  .ml-sp-10 {
    margin-left: 1rem !important;
  }
  .ml-sp-12 {
    margin-left: 1.2rem !important;
  }
  .ml-sp-14 {
    margin-left: 1.4rem !important;
  }
  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .ml-sp-16 {
    margin-left: 1.6rem !important;
  }
  .ml-sp-18 {
    margin-left: 1.8rem !important;
  }
  .ml-sp-20 {
    margin-left: 2rem !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mr-sp-1 {
    margin-right: 0.1rem !important;
  }
  .mr-sp-2 {
    margin-right: 0.2rem !important;
  }
  .mr-sp-3 {
    margin-right: 0.3rem !important;
  }
  .mr-sp-4 {
    margin-right: 0.4rem !important;
  }
  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }
  .mr-sp-6 {
    margin-right: 0.6rem !important;
  }
  .mr-sp-8 {
    margin-right: 0.8rem !important;
  }
  .mr-sp-10 {
    margin-right: 1rem !important;
  }
  .mr-sp-12 {
    margin-right: 1.2rem !important;
  }
  .mr-sp-14 {
    margin-right: 1.4rem !important;
  }
  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .mr-sp-16 {
    margin-right: 1.6rem !important;
  }
  .mr-sp-18 {
    margin-right: 1.8rem !important;
  }
  .mr-sp-20 {
    margin-right: 2rem !important;
  }
  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sp-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .mx-sp-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .mx-sp-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .mx-sp-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .mx-sp-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sp-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-sp-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-sp-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* padding css */
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pt-sp-1 {
    padding-top: 0.1rem !important;
  }
  .pt-sp-2 {
    padding-top: 0.2rem !important;
  }
  .pt-sp-3 {
    padding-top: 0.3rem !important;
  }
  .pt-sp-4 {
    padding-top: 0.4rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-6 {
    padding-top: 0.6rem !important;
  }
  .pt-sp-8 {
    padding-top: 0.8rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sp-14 {
    padding-top: 1.4rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sp-18 {
    padding-top: 1.8rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-22 {
    padding-top: 2.2rem !important;
  }
  .pt-sp-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-26 {
    padding-top: 2.6rem !important;
  }
  .pt-sp-28 {
    padding-top: 2.8rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-36 {
    padding-top: 3.6rem !important;
  }
  .pt-sp-38 {
    padding-top: 3.8rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-42 {
    padding-top: 4.2rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-48 {
    padding-top: 4.8rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pb-sp-1 {
    padding-bottom: 0.1rem !important;
  }
  .pb-sp-2 {
    padding-bottom: 0.2rem !important;
  }
  .pb-sp-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-sp-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-6 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sp-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sp-14 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sp-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-22 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sp-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-26 {
    padding-bottom: 2.6rem !important;
  }
  .pb-sp-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sp-38 {
    padding-bottom: 3.8rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-42 {
    padding-bottom: 4.2rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pl-sp-1 {
    padding-left: 0.1rem !important;
  }
  .pl-sp-2 {
    padding-left: 0.2rem !important;
  }
  .pl-sp-3 {
    padding-left: 0.3rem !important;
  }
  .pl-sp-4 {
    padding-left: 0.4rem !important;
  }
  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }
  .pl-sp-6 {
    padding-left: 0.6rem !important;
  }
  .pl-sp-8 {
    padding-left: 0.8rem !important;
  }
  .pl-sp-10 {
    padding-left: 1rem !important;
  }
  .pl-sp-12 {
    padding-left: 1.2rem !important;
  }
  .pl-sp-14 {
    padding-left: 1.4rem !important;
  }
  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sp-16 {
    padding-left: 1.6rem !important;
  }
  .pl-sp-18 {
    padding-left: 1.8rem !important;
  }
  .pl-sp-20 {
    padding-left: 2rem !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pr-sp-1 {
    padding-right: 0.1rem !important;
  }
  .pr-sp-2 {
    padding-right: 0.2rem !important;
  }
  .pr-sp-3 {
    padding-right: 0.3rem !important;
  }
  .pr-sp-4 {
    padding-right: 0.4rem !important;
  }
  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }
  .pr-sp-6 {
    padding-right: 0.6rem !important;
  }
  .pr-sp-8 {
    padding-right: 0.8rem !important;
  }
  .pr-sp-10 {
    padding-right: 1rem !important;
  }
  .pr-sp-12 {
    padding-right: 1.2rem !important;
  }
  .pr-sp-14 {
    padding-right: 1.4rem !important;
  }
  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }
  .pr-sp-16 {
    padding-right: 1.6rem !important;
  }
  .pr-sp-18 {
    padding-right: 1.8rem !important;
  }
  .pr-sp-20 {
    padding-right: 2rem !important;
  }
  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 96%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.container {
  max-width: 1090px;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.content-in {
  position: relative;
  max-width: 108rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .content-in {
    max-width: 33.5rem;
  }
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sm-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.lg-row > [class*=col-] {
  padding-right: 2rem;
  padding-left: 2rem;
}

.xl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.xl-row > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

/* font size */
.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

.fs-70 {
  font-size: 7rem !important;
}

@media only screen and (max-width: 768px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }
  .fs-sp-9 {
    font-size: 0.9rem !important;
  }
  .fs-sp-10 {
    font-size: 1rem !important;
  }
  .fs-sp-11 {
    font-size: 1.1rem !important;
  }
  .fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .fs-sp-13 {
    font-size: 1.3rem !important;
  }
  .fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .fs-sp-15 {
    font-size: 1.5rem !important;
  }
  .fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .fs-sp-17 {
    font-size: 1.7rem !important;
  }
  .fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .fs-sp-20 {
    font-size: 2rem !important;
  }
  .fs-sp-21 {
    font-size: 2.1rem !important;
  }
  .fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .fs-sp-27 {
    font-size: 2.7rem !important;
  }
  .fs-sp-28 {
    font-size: 2.8rem !important;
  }
  .fs-sp-30 {
    font-size: 3rem !important;
  }
  .fs-sp-32 {
    font-size: 3.2rem !important;
  }
  .fs-sp-33 {
    font-size: 3.3rem !important;
  }
  .fs-sp-35 {
    font-size: 3.5rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-37 {
    font-size: 3.7rem !important;
  }
  .fs-sp-38 {
    font-size: 3.8rem !important;
  }
  .fs-sp-40 {
    font-size: 4rem !important;
  }
  .fs-sp-42 {
    font-size: 4.2rem !important;
  }
  .fs-sp-45 {
    font-size: 4.5rem !important;
  }
  .fs-sp-48 {
    font-size: 4.8rem !important;
  }
  .fs-sp-50 {
    font-size: 5rem !important;
  }
}
/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

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

.fw-normal {
  font-weight: normal !important;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }
  .fw-sp-400 {
    font-weight: 400 !important;
  }
  .fw-sp-normal {
    font-weight: normal !important;
  }
  .fw-sp-500 {
    font-weight: 500 !important;
  }
  .fw-sp-600 {
    font-weight: 600 !important;
  }
  .fw-sp-700 {
    font-weight: 700 !important;
  }
  .fw-sp-bold {
    font-weight: bold !important;
  }
  .fw-sp-800 {
    font-weight: 800 !important;
  }
  .fw-sp-900 {
    font-weight: 900 !important;
  }
}
/* line height */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media only screen and (max-width: 768px) {
  .lh-sp-1 {
    line-height: 1 !important;
  }
  .lh-sp-2 {
    line-height: 2 !important;
  }
}
/* letter-space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.02em !important;
}

.ls-3 {
  letter-spacing: 0.03em !important;
}

.ls-4 {
  letter-spacing: 0.04em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-6 {
  letter-spacing: 0.06em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

@media only screen and (max-width: 768px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }
  .ls-sp-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-sp-2 {
    letter-spacing: 0.02em !important;
  }
  .ls-sp-3 {
    letter-spacing: 0.03em !important;
  }
  .ls-sp-4 {
    letter-spacing: 0.04em !important;
  }
  .ls-sp-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-sp-6 {
    letter-spacing: 0.06em !important;
  }
  .ls-sp-8 {
    letter-spacing: 0.08em !important;
  }
  .ls-sp-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-sp-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-sp-20 {
    letter-spacing: 0.2em !important;
  }
}
/* text color */
.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #004097 !important;
}

.color-green {
  color: #00B900 !important;
}

.color-red {
  color: #e60012 !important;
}

.color-brown {
  color: #754c24 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-yellow {
  color: #fed517 !important;
}

.color-gray {
  color: #898987 !important;
}

.color-purple {
  color: #b16e9e !important;
}

.color-peach {
  color: #e6b289 !important;
}

.color-olive {
  color: #c3be71 !important;
}

.color-orange {
  color: #ff7100 !important;
}

/* text align */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media only screen and (max-width: 768px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
/* bg color */
.bg-white {
  background-color: #ffffff !important;
}

.bg-wheat {
  background-color: #f3f3f3 !important;
}

.bg-gray {
  background-color: #ededed !important;
}

.bg-green {
  background-color: #009245 !important;
}

.bg-brown {
  background-color: #754c24 !important;
}

.bg-orange {
  background-color: #f15a24 !important;
}

.bg-pink {
  background-color: #ff3985 !important;
}

.bg-red {
  background-color: #ff0000 !important;
}

.bg-blue {
  background-color: #004097 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-yellow {
  background-color: #fff8d6 !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* text underline */
.underline {
  text-decoration: underline !important;
}

/* round */
.r-3 {
  border-radius: 0.3rem !important;
}

.r-5 {
  border-radius: 0.5rem !important;
}

.r-6 {
  border-radius: 0.6rem !important;
}

.r-8 {
  border-radius: 0.8rem !important;
}

.r-10 {
  border-radius: 1rem !important;
}

.r-12 {
  border-radius: 1.2rem !important;
}

.r-15 {
  border-radius: 1.5rem !important;
}

.r-16 {
  border-radius: 1.6rem !important;
}

.r-18 {
  border-radius: 1.8rem !important;
}

.r-20 {
  border-radius: 2rem !important;
}

/* display */
.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* flex */
.flex-reverse {
  flex-direction: row-reverse !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.scrolled .header .header-nav .nav-menu li.dropdown .dropdown-menu {
  background: #002A7A;
}

#bodyscr .header .header-nav .nav-menu > li:nth-child(2) .menu-link:after {
  width: 106%;
  background-color: #EADCC1;
}

.header .header-nav .nav-menu > li:nth-child(2) .menu-link:hover:after {
  width: 106%;
  background-color: #EADCC1;
}

#bodyaccess .header .header-nav .nav-menu > li:nth-child(4) .menu-link:after {
  width: 106%;
  background-color: #EADCC1;
}

.header .header-nav .nav-menu > li:nth-child(4) .menu-link:hover:after {
  width: 106%;
  background-color: #EADCC1;
}

#bodyconcept .header .header-nav .nav-menu > li:nth-child(5) .menu-link:after {
  width: 106%;
  background-color: #08A2C2;
}

.header .header-nav .nav-menu > li:nth-child(5) .menu-link:hover:after {
  width: 106%;
  background-color: #08A2C2;
}

.post-type-archive-facility .header .header-nav .nav-menu > li:nth-child(6) .menu-link:after,
.facility-template-default .header .header-nav .nav-menu > li:nth-child(6) .menu-link:after {
  width: 106%;
  background-color: #A3AD63;
}

.header .header-nav .nav-menu > li:nth-child(6) .menu-link:hover:after {
  width: 106%;
  background-color: #A3AD63;
}

#bodyminamiaizu .header .header-nav .nav-menu > li:nth-child(10) .menu-link:after {
  width: 106%;
  background-color: #427E8B;
}

.header .header-nav .nav-menu > li:nth-child(10) .menu-link:hover:after {
  width: 106%;
  background-color: #427E8B;
}

.post-type-archive-event .header .header-nav .nav-menu > li:nth-child(7) .menu-link:after,
.event-template-default .header .header-nav .nav-menu > li:nth-child(7) .menu-link:after {
  width: 106%;
  background-color: #EAC30C;
}

.header .header-nav .nav-menu > li:nth-child(7) .menu-link:hover:after {
  width: 106%;
  background-color: #EAC30C;
}

.post-type-archive-experience .header .header-nav .nav-menu > li:nth-child(8) .menu-link:after,
.experience-template-default .header .header-nav .nav-menu > li:nth-child(8) .menu-link:after {
  width: 106%;
  background-color: #E9A5A1;
}

.header .header-nav .nav-menu > li:nth-child(8) .menu-link:hover:after {
  width: 106%;
  background-color: #E9A5A1;
}

#bodyeat .header .header-nav .nav-menu > li:nth-child(9) .menu-link:after {
  width: 106%;
  background-color: #D45C1D;
}

.header .header-nav .nav-menu > li:nth-child(9) .menu-link:hover:after {
  width: 106%;
  background-color: #D45C1D;
}

.header {
  position: sticky;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.6rem;
  transition: all 0.4s ease-in-out;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0 0 0.6rem rgba(61, 61, 61, 0.1215686275);
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  .header {
    height: fit-content;
  }
}
.header .container {
  display: block;
  position: relative;
  height: 100%;
  max-width: 128rem;
}
.header .header-wrapper {
  height: 100%;
  align-content: center;
}
@media only screen and (max-width: 1880px) {
  .header .header-wrapper {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 1790px) {
  .header .header-wrapper {
    padding-right: 11rem;
  }
}
@media only screen and (max-width: 1660px) {
  .header .header-wrapper {
    padding-right: 15rem;
  }
}
@media only screen and (max-width: 1530px) {
  .header .header-wrapper {
    padding-right: 22rem;
  }
}
@media only screen and (max-width: 1430px) {
  .header .header-wrapper {
    padding-right: 26rem;
  }
}
@media only screen and (max-width: 768px) {
  .header .header-wrapper {
    padding-right: 0;
  }
}
.header .logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  column-gap: 3.2vw;
}
@media only screen and (max-width: 768px) {
  .header .logo-nav {
    align-items: center;
    height: 6rem;
    padding: 0;
    margin-bottom: 0;
  }
}
.header .header-logo {
  position: relative;
  width: 27.2rem;
  padding: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .header .header-logo {
    width: 14rem;
  }
}
.header .header-logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header .header-logo a img {
  display: block;
  width: 100%;
}
.header .nav-btns {
  display: flex;
  column-gap: 3.2vw;
  align-items: center;
}
.header .header-nav {
  text-align: center;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .header .header-nav {
    padding: 0;
    display: none;
  }
}
.header .header-nav .nav-menu {
  width: fit-content;
  max-width: 72rem;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 2.7vw;
  row-gap: 1.6rem;
  transform: translateY(0.7rem);
}
@media only screen and (min-width: 1600px) {
  .header .header-nav .nav-menu {
    column-gap: 6.2rem;
  }
}
.header .header-nav .nav-menu > li {
  display: block;
  position: relative;
  padding: 0;
}
.header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .header .header-nav .nav-menu > li .menu-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header .header-nav .nav-menu > li .menu-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.3rem;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .header .header-nav .nav-menu > li .menu-link:after {
    display: none;
  }
}
.header .header-nav .nav-menu > li .menu-link .jp,
.header .header-nav .nav-menu > li .menu-link .en {
  letter-spacing: 0;
}
.header .header-nav .nav-menu > li.dropdown {
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}
.header .header-nav .nav-menu > li.dropdown .menu-link:after {
  content: "";
  display: block;
  position: relative;
  width: 1.4rem;
  height: 0.7rem;
  background-image: url(../img/icondownarrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.header .header-nav .nav-menu > li.dropdown .menu-link:hover:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.header .header-nav .nav-menu > li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -0.4rem;
  display: none;
  min-width: 160px;
  padding: 0.4rem;
  background: rgba(80, 101, 107, 0.1058823529);
  backdrop-filter: blur(2px);
  border-radius: 0 0 0.7rem 0.7rem;
  z-index: 1000;
}
.header .header-nav .nav-menu > li.dropdown .dropdown-menu li a {
  display: block;
  padding: 1rem 1.2rem;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}
.header .header-nav .nav-menu > li.dropdown .dropdown-menu li a:hover {
  opacity: 1;
  background-color: rgba(81, 91, 94, 0.294);
}
.header .header-nav .nav-menu > li.dropdown .dropdown-menu li a span {
  display: block;
  position: relative;
  line-height: 1.5;
  height: fit-content;
}
.header .header-nav .nav-menu > li.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px dashed #c6c6c6;
}
.header .header-nav .nav-menu > li.dropdown:hover:after {
  transform: rotate(180deg);
}
.header .btns {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .header .btns {
    right: 5rem;
  }
}
.header .btns .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12.4rem;
  height: 11.6rem;
}
@media only screen and (min-width: 1600px) {
  .header .btns .btn-item {
    width: 13.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .header .btns .btn-item {
    width: 7.2rem;
    height: 6rem;
  }
}
.header .btns .btn-item.btn-reserv {
  background-color: #EDF1F5;
}
.header .search-container {
  display: block;
  position: relative;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 5rem;
  }
}
.header .search-container .search-inner {
  position: relative;
  display: flex;
  width: 32rem;
  height: 3.4rem;
}
.header .search-container input[type=text] {
  width: 100%;
  height: 100%;
  padding: 6px;
  border: none;
  border-radius: 0;
  outline: unset !important;
  background-color: #EDF1F5;
}
.header .search-container input[type=text]:focus-visible {
  border: none;
}
.header .search-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.4rem;
  flex-shrink: 0;
  height: 100%;
  padding: 6px 10px;
  border: none;
  outline: unset !important;
  cursor: pointer;
  background-color: #EDF1F5;
}
.header .search-container button img {
  width: 2rem;
}

.mobile-nav-toggle {
  position: fixed;
  width: 6.4rem;
  height: 6.4rem;
  right: 1rem;
  top: 1.8rem;
  aspect-ratio: 1/1;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  z-index: 9000;
  margin: 0;
  transition: all 0.4s ease-in-out;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: flex;
    position: fixed;
    width: 5rem;
    height: 5rem;
    right: 0.5rem;
    top: 0.5rem;
    aspect-ratio: 1/1;
    background-color: transparent;
  }
}
.mobile-nav-toggle:hover {
  opacity: 1;
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 3.6rem;
  height: 2.1rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 1rem;
  background: #000000;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 1rem;
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle .close-text {
  display: block;
  opacity: 0;
  transition: all 0.4s;
  color: #002A7A;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle.toggle-active .toggle-icon span {
    background-color: #002A7A;
  }
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  width: 100%;
  transform: translateY(1rem) rotate(45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  width: 100%;
  opacity: 0;
  transform: translateY(1rem) rotate(-45deg);
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  width: 100%;
  transform: translateY(-1rem) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle.toggle-active .menu-label {
    display: none;
    color: black;
  }
}
.mobile-nav-toggle.toggle-active .close-text {
  display: block;
  opacity: 1;
}

#mobile-nav {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 5000;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  background-color: #EDF1F5;
}
@media only screen and (max-width: 768px) {
  #mobile-nav {
    padding: 0;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
}
#mobile-nav .mobile-toggle {
  position: absolute;
  top: 2rem;
  right: 1.8rem;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-toggle {
    display: block;
  }
}
#mobile-nav .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
#mobile-nav .mobile-toggle span:nth-child(1) {
  top: 0;
}
#mobile-nav .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}
#mobile-nav .mobile-toggle span:nth-child(3) {
  bottom: 0;
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(2rem);
  visibility: hidden;
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}
#mobile-nav .header-part {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002A7A;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .header-part {
    justify-content: flex-start;
    width: 100%;
    height: 6rem;
    padding: 1.6rem;
    position: sticky;
    top: 0;
    right: 0;
    background-color: #EDF1F5;
    z-index: 1;
  }
}
#mobile-nav .header-part .menu-img {
  display: block;
  position: relative;
  width: 15.8rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .header-part .menu-img {
    width: 14rem;
  }
}
#mobile-nav .mobile-nav-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18vh 6% 3.6rem 6%;
  background-color: #EDF1F5;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container {
    display: block;
    position: relative;
    height: fit-content;
    min-height: fit-content;
    padding: 3.2rem 0 0 0;
    background-color: #EDF1F5;
    overflow: auto;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-wrapper {
  display: block;
  width: 100%;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-wrapper {
    width: 100%;
    max-width: 37.5rem;
    padding: 0 3.6rem 5rem 3.6rem;
  }
}
#mobile-nav .mobile-nav-container .top-link {
  display: block;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .top-link {
    margin-bottom: 0.7em;
  }
}
#mobile-nav .mobile-nav-container .top-link span {
  color: #002A7A;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .top-link span {
    font-size: 1.6rem;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu {
  position: relative;
  list-style: none;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu {
    row-gap: 0;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu * {
  line-height: 1.8;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  position: relative;
  display: block;
  transform: translateX(7.2rem);
  transition: all 0.05s ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards !important;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
    margin-bottom: 0;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link {
    width: 100%;
    position: relative;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link span {
    font-size: 1.4rem;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link:hovera {
  opacity: 0.7;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu a {
  transition: all 0.3s ease-in-out;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu a:hover {
  opacity: 0.7;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  animation: nav-item-fade-in 0.4s ease-in-out;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(1) {
  animation-delay: 0.08s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(2) {
  animation-delay: 0.16s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(3) {
  animation-delay: 0.24s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(4) {
  animation-delay: 0.32s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(5) {
  animation-delay: 0.4s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(6) {
  animation-delay: 0.48s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(7) {
  animation-delay: 0.56s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(8) {
  animation-delay: 0.64s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(9) {
  animation-delay: 0.72s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(10) {
  animation-delay: 0.8s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(11) {
  animation-delay: 0.88s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(12) {
  animation-delay: 0.96s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(13) {
  animation-delay: 1.04s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(14) {
  animation-delay: 1.12s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(15) {
  animation-delay: 1.2s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(16) {
  animation-delay: 1.28s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(17) {
  animation-delay: 1.36s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(18) {
  animation-delay: 1.44s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(19) {
  animation-delay: 1.52s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(20) {
  animation-delay: 1.6s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(21) {
  animation-delay: 1.68s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(22) {
  animation-delay: 1.76s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(23) {
  animation-delay: 1.84s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(24) {
  animation-delay: 1.92s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(25) {
  animation-delay: 2s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(26) {
  animation-delay: 2.08s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(27) {
  animation-delay: 2.16s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(28) {
  animation-delay: 2.24s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(29) {
  animation-delay: 2.32s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(30) {
  animation-delay: 2.4s !important;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

#footer {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 4.8rem;
  overflow: hidden;
}
#footer .container {
  max-width: 128rem;
}
#footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #E1E1E1, #FFFFFF);
}
@media only screen and (max-width: 768px) {
  #footer:before {
    height: 0.4rem;
  }
}
#footer .main-container {
  display: flex;
  column-gap: 4.8rem;
  justify-content: space-between;
  padding-right: 8.6rem;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 1880px) {
  #footer .main-container {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 1790px) {
  #footer .main-container {
    padding-right: 11rem;
  }
}
@media only screen and (max-width: 1660px) {
  #footer .main-container {
    padding-right: 15rem;
  }
}
@media only screen and (max-width: 1530px) {
  #footer .main-container {
    padding-right: 22rem;
    column-gap: 3.6rem;
  }
}
@media only screen and (max-width: 1430px) {
  #footer .main-container {
    padding-right: 26rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .main-container {
    padding-right: 0;
    flex-direction: column;
    row-gap: 4rem;
  }
}
#footer .main-container .logo-social {
  position: relative;
  display: flex;
  column-gap: 7.2rem;
  width: fit-content;
}
@media only screen and (max-width: 1520px) {
  #footer .main-container .logo-social {
    column-gap: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .main-container .logo-social {
    flex-direction: column;
    row-gap: 3.2rem;
    margin: 0 auto;
  }
}
#footer .main-container .logo-social .btn-logo {
  display: block;
  position: relative;
  width: 21.7rem;
  flex-shrink: 0;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #footer .main-container .logo-social .btn-logo {
    margin: 0 auto;
  }
}
#footer .main-container .logo-social .btn-logo img {
  display: block;
  position: relative;
  width: 100%;
}
#footer .main-container .logo-social .social-wrapper {
  width: fit-content;
}
#footer .main-container .logo-social .social-wrapper .social-text {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .main-container .logo-social .social-wrapper .social-text {
    text-align: center;
  }
}
#footer .main-container .logo-social .social-wrapper .social-list {
  display: flex;
  column-gap: 2.7rem;
  align-items: center;
}
#footer .main-container .logo-social .social-wrapper .social-list .btn-social {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: fit-content;
}
#footer .main-container .logo-social .social-wrapper .social-list .btn-social .instagram-icon {
  width: 3.4rem;
}
#footer .main-container .logo-social .social-wrapper .social-list .btn-social .instagram-icon {
  width: 3.6rem;
}
#footer .main-container .logo-social .social-wrapper .social-list .btn-social .instagram-icon {
  width: 2.7rem;
}
#footer .main-container .logo-social .social-wrapper .social-list .btn-social .instagram-icon {
  width: 3.3rem;
}
#footer .main-container .nav-btns {
  position: relative;
  display: flex;
  column-gap: 5.2rem;
}
#footer .main-container .nav-btns .nav-container {
  position: relative;
  display: flex;
  column-gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #footer .main-container .nav-btns .nav-container {
    flex-direction: column;
    row-gap: 1rem;
  }
}
#footer .main-container .nav-btns .nav-container .nav {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#footer .main-container .nav-btns .nav-container .nav li .nav-item {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  position: relative;
  width: fit-content;
}
#footer .main-container .nav-btns .nav-container .nav li .icon {
  width: 0.6rem;
}
#footer .main-container .nav-btns .nav-container .nav li .btn-text {
  white-space: nowrap;
}
#footer .main-container .nav-btns .nav-container .sub-nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  padding-left: 1.2rem;
  padding-top: 0.8rem;
}
#footer .btns-container {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .btns {
  position: relative;
  display: flex;
}
#footer .btns .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12.4rem;
  height: 11.6rem;
}
@media only screen and (min-width: 1600px) {
  #footer .btns .btn-item {
    width: 13.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .btns .btn-item {
    width: 7.2rem;
    height: 6rem;
  }
}
#footer .btns .btn-item.btn-reserv {
  background-color: #EDF1F5;
}
#footer .copyright-container {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.2rem 0;
  background-color: #EDF1F5;
}
@media only screen and (max-width: 768px) {
  #footer .copyright-container {
    padding: 1.8rem 0;
  }
}
#footer .copyright-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #E1E1E1, #EDF1F5);
}
@media only screen and (max-width: 768px) {
  #footer .copyright-container:before {
    height: 0.3rem;
  }
}

.font-main {
  font-family: "Noto Sans CJK JP" !important;
}

.font-title {
  font-family: "Noto Serif JP", serif !important;
}

.font-tel {
  font-family: "Roboto", sans-serif !important;
}

.font-en {
  font-family: "Montserrat", sans-serif !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
}

.main-color {
  color: #002A7A !important;
}

.primary-color {
  color: #000000 !important;
}

.secondary-color {
  color: #070707 !important;
}

.sub-color {
  color: #003893 !important;
}

.red-color {
  color: #F30301 !important;
}

a {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.pagination {
  display: block;
  position: relative;
  width: fit-content;
  margin: 5.6rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 4.4rem;
  }
}
.pagination * {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .pagination * {
    font-size: 1.4rem;
  }
}
.pagination .pagination-container {
  display: flex;
  column-gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-container {
    column-gap: 0.6rem;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  color: #0066FF;
}
@media only screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 3rem;
    height: 3rem;
  }
}
.pagination .page-numbers.current {
  color: #000000;
}
.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .pagination .prev,
  .pagination .next {
    width: 3rem;
    height: 3rem;
  }
}

.left-right {
  position: relative;
  display: flex;
  column-gap: 7.6rem;
}
.left-right .right-part {
  display: block;
  position: relative;
}
.left-right .left-part {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .left-right {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.left-right.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .left-right.reverse {
    flex-direction: column;
  }
}

section {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 5.4rem 0;
  }
}

.thumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: fit-content;
}
.thumb-wrapper .thumb-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-title {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 5.8rem auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 3.4rem;
  }
}
.section-title .en-title {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .section-title .en-title {
    margin-bottom: 1.4rem;
  }
}
.section-title .jp-title {
  line-height: 1;
  text-align: center;
}

.sub-mainview {
  position: relative;
  width: 100%;
  height: 24rem;
}
.sub-mainview .container {
  height: 100%;
}
.sub-mainview .mainview-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .sub-mainview .mainview-bg {
    aspect-ratio: 4/3;
  }
}
.sub-mainview .pagehead-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate();
  width: fit-content;
  height: fit-content;
  z-index: 1;
}
.sub-mainview .pagehead-text .sub-mainview-title {
  display: block;
  position: relative;
  line-height: 1.4;
  color: #FFF;
  white-space: nowrap;
  text-align: center;
}
.sub-mainview .pagehead-text .sub-mainview-subtitle {
  margin-top: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .pagehead-text .sub-mainview-subtitle {
    margin-top: 0.8rem;
  }
}
.sub-mainview .left-right {
  height: 100%;
  column-gap: 0;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right {
    row-gap: 0;
  }
}
.sub-mainview .left-right .left-part,
.sub-mainview .left-right .right-part {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right .left-part,
  .sub-mainview .left-right .right-part {
    width: 100%;
  }
}
.sub-mainview .left-right .left-part {
  background-color: #FFF;
  padding: 2.6rem 8.6rem;
  align-content: end;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right .left-part {
    padding: 2.6rem 1.6rem;
  }
}
.sub-mainview .left-right .left-part .title1,
.sub-mainview .left-right .left-part .title2 {
  width: fit-content;
  display: block;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right .left-part .title1,
  .sub-mainview .left-right .left-part .title2 {
    text-align: center;
    margin: 0 auto;
  }
}
.sub-mainview .left-right .left-part .title2 {
  margin-top: 2rem;
}
.sub-mainview .left-right .left-part .title2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.7rem;
  bottom: -2.4rem;
  left: 0;
  background-color: #E9A5A1;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right .left-part .title2:after {
    height: 0.5rem;
    bottom: -1.6rem;
  }
}
.sub-mainview .left-right .thumb-wrapper {
  height: 100%;
}
.sub-mainview .left-right .thumb-wrapper .btn-round {
  position: absolute;
  display: flex;
  align-items: center;
  justify-self: center;
  height: 4.8rem;
  padding: 0.2rem 3.2rem;
  left: 50%;
  bottom: 3.6rem;
  transform: translateX(-50%);
  border-radius: 90rem;
  background-color: #E9A5A1;
  color: #FFF;
  white-space: nowrap;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .left-right .thumb-wrapper .btn-round {
    padding: 0.2rem 2.6rem;
    height: 4rem;
    bottom: 2.4rem;
  }
}
.sub-mainview .left-right .thumb-wrapper .btn-round .btn-text {
  color: inherit;
}
.sub-mainview .left-right .thumb-img {
  height: 100%;
}

.visible {
  clip-path: inset(0 100% 0 0);
  animation: taglineClipPath forwards 0.8s ease-out 0.3s 1 normal;
}

.thumb-effect {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-effect:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.thumb-effect:hover:before {
  animation: circle 0.75s;
}
.thumb-effect:hover .thumb-img {
  transform: scale(1.2);
}
.thumb-effect .thumb-img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.href-anchor {
  scroll-margin-top: 10.8rem;
  scroll-margin-block-start: 10.8rem;
  scroll-margin-inline-start: 10.8rem;
  -ms-scroll-margin-top: 10.8rem;
  scroll-margin: 10.8rem;
}

.effectFadeIn {
  animation: fadeIn 0.4s infinite;
  -webkit-animation: fadeIn 0.4s infinite;
}

.main-form {
  display: block;
  position: relative;
  width: 100%;
}
.main-form .contact-section .container {
  max-width: 80rem;
}
.main-form .form-container {
  border-radius: 0.8rem;
  padding: 6.4rem 4.8rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .main-form .form-container {
    border-radius: 0.5rem;
    padding: 4.8rem 1.6rem;
  }
}
.main-form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.main-form .form-wrapper .form-row {
  display: flex;
  column-gap: 1.6rem;
  position: relative;
  width: 100%;
  padding: 4.4rem;
  border-bottom: 0.1rem solid #CECAB5;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row {
    flex-direction: column;
    row-gap: 1.6rem;
    padding: 2rem 0;
  }
}
.main-form .form-wrapper .form-row:first-child {
  border-top: 0.1rem solid #CECAB5;
}
.main-form .form-wrapper .form-row .row-label {
  display: block;
  position: relative;
  width: 16rem;
  line-height: 1.4rem;
  margin-top: 0.9rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .row-label {
    margin-top: 0;
  }
}
.main-form .form-wrapper .form-row .row-label.required {
  column-gap: 1rem;
}
.main-form .form-wrapper .form-row .row-label.required:before {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2rem;
  border-radius: 0.3rem;
  background-color: #F30301;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}
.main-form .form-wrapper .form-row .width1 {
  width: 14rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .width1 {
    max-width: 20rem;
  }
}
.main-form .form-wrapper .form-row .width2 {
  width: 40rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .width2 {
    width: 100%;
  }
}
.main-form .form-wrapper .form-row .width3 {
  width: 28.6rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .width3 {
    width: 100%;
  }
}
.main-form .form-wrapper .vertical-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.main-form .form-wrapper .horizontal-wrapper {
  position: relative;
  display: flex;
  column-gap: 0.7rem;
  width: 100%;
}
.main-form .form-wrapper .width-full {
  display: block;
  position: relative;
  width: 100%;
}
.main-form .form-wrapper .error-msg {
  display: none;
  color: #F30301;
}
.main-form .form-wrapper .error-msg.show {
  display: block;
}
.main-form .btns {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 1.6rem;
  margin: 7.2rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-form .btns {
    column-gap: 0.8rem;
    margin-top: 4.4rem;
  }
}
.main-form .btns:hover:after {
  scale: 1.5;
}
.main-form .btns .btn-black,
.main-form .btns .btn-white {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 6rem;
  padding: 0.2rem;
  background-color: #000000;
  border-radius: 90rem;
  border: unset;
}
@media only screen and (max-width: 768px) {
  .main-form .btns .btn-black,
  .main-form .btns .btn-white {
    width: 18rem;
    height: 5rem;
  }
}
.main-form .btns .btn-black .btn-text,
.main-form .btns .btn-white .btn-text {
  color: #FFF;
}
.main-form .btns .btn-black:hover,
.main-form .btns .btn-white:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-form .btns .btn-white {
  background-color: #fff;
  border: 0.1rem solid #000000;
}
.main-form .btns .btn-white .btn-text {
  color: #000000;
}

.mw_wp_form input {
  display: flex;
  align-items: center;
  align-content: center !important;
}

.mw_wp_form .error {
  font-family: "Noto Sans CJK JP";
  font-size: 1.2rem;
  font-weight: 500;
  color: #F30301;
}

.mw_wp_form {
  padding: 0;
}

.mw_wp_form_confirm .vertical-wrapper {
  color: #2F2F2F;
  font-weight: 500;
  font-size: 1.2rem;
}
.mw_wp_form_confirm .form-wrapper .form-row * {
  font-size: 1.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .form-wrapper .form-row * {
    font-size: 1.6rem;
  }
}

.mw_wp_form .privacy {
  color: #002A7A;
  font-size: 1.4rem;
}
.mw_wp_form .privacy a {
  text-decoration: underline;
}

.mw_wp_form_confirm .confirm-hide {
  display: none;
}

.breadcrumb {
  background-color: #EDF1F5 !important;
  padding: 0.8rem 0;
}
.breadcrumb .container {
  font-family: "Noto Sans CJK JP";
  font-weight: 400;
}
.breadcrumb .container .breadcrumb-container * {
  line-height: 1.4;
  color: #666666;
  display: inline;
}
.breadcrumb .container .breadcrumb-container .arrow-icon {
  width: 0.6rem;
  margin: 0 1rem;
}
.breadcrumb .container .link {
  color: #0066FF;
}

.sticks-title {
  width: fit-content;
  position: relative;
  display: flex;
  column-gap: 2.8rem;
  align-items: center;
  margin: 0 auto;
}
.sticks-title:before, .sticks-title:after {
  display: block;
  content: "";
  position: relative;
  width: 1px;
  height: 2.4rem;
  background-color: #002A7A;
  transform-origin: center;
}
.sticks-title:before {
  transform: rotate(-18deg);
}
.sticks-title:after {
  transform: rotate(18deg);
}

.sentences-paragraph {
  display: block;
  position: relative;
  font-size: inherit;
  height: 1.4rem;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: block;
  width: 1.6rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-slider .slick-prev {
  left: -3rem;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-prev {
    left: -1.2rem;
  }
}
.slick-slider .slick-prev:before {
  background-image: url(../img/prevbutton.svg);
}
.slick-slider .slick-next {
  right: -3rem;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-next {
    right: -1.2rem;
  }
}
.slick-slider .slick-next:before {
  background-image: url(../img/nextbutton.svg);
}
.slick-slider .slick-dots li {
  margin: 0 0.2rem;
}
.slick-slider .slick-dots li button:before {
  font-size: 1.1rem;
}

.slider-container .swiper-button-next,
.slider-container .swiper-button-prev {
  display: block;
  width: 1.6rem;
  height: 2.4rem;
  top: 57%;
  transform: translateY(-50%);
  z-index: 1;
}
.slider-container .swiper-button-next:after,
.slider-container .swiper-button-prev:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-container .swiper-button-prev {
  left: -4rem;
}
@media only screen and (max-width: 768px) {
  .slider-container .swiper-button-prev {
    left: -1.2rem;
  }
}
.slider-container .swiper-button-prev:after {
  background-image: url(../img/prevbutton.svg);
}
.slider-container .swiper-button-next {
  right: -4rem;
}
@media only screen and (max-width: 768px) {
  .slider-container .swiper-button-next {
    right: -1.2rem;
  }
}
.slider-container .swiper-button-next:after {
  background-image: url(../img/nextbutton.svg);
}

.model-img {
  display: block;
  position: absolute;
}

.btn-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90rem;
  width: fit-content;
  padding: 0.2rem 5.8rem;
  height: 4.8rem;
  background-color: #EDF1F5;
  border: 0.1rem solid #D9D9D9;
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .btn-more {
    margin-top: 4.5rem;
  }
}
.btn-more .btn-text {
  white-space: nowrap;
  text-decoration: underline;
}

.underline-title {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #002A7A;
  margin-bottom: 3.6rem;
  color: #002A7A;
}
@media only screen and (max-width: 768px) {
  .underline-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.underline-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 0.4rem;
  bottom: 0;
  left: 0;
  background-color: #002A7A;
}

.globalbtn {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5000;
}
@media only screen and (max-width: 768px) {
  .globalbtn {
    width: 100%;
    top: unset;
    bottom: 0;
    transform: unset;
  }
}

.global-btns {
  display: flex;
  position: relative;
  flex-direction: column;
  row-gap: 0.1rem;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
  z-index: 5000;
}
@media only screen and (max-width: 768px) {
  .global-btns {
    width: 100%;
    flex-direction: row;
    column-gap: 0.1rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.global-btns li {
  display: block;
  position: relative;
  width: 4.6rem;
  height: 14rem;
}
@media only screen and (max-width: 768px) {
  .global-btns li {
    width: 50%;
    height: 5.1rem;
  }
}
.global-btns li .btn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #002A7A;
}
.global-btns li .btn-item .btn-text {
  color: #FFF;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .global-btns li .btn-item .btn-text {
    font-size: 1.6rem;
    writing-mode: unset;
    text-orientation: unset;
    letter-spacing: 0;
  }
}

.main-title {
  line-height: 1.6;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 1.8rem;
  }
}

.title2 {
  margin-top: 1.4rem;
}

.sec-title {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 2.4rem;
  }
}

.model-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.part-title {
  line-height: 2;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .part-title {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}

.btn-link {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.btn-link:before {
  position: relative;
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../img/iconrightarrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.2rem);
}
.btn-link .btn-text {
  color: #070707;
  line-height: 1.4;
}

.fancybox-button svg path {
  fill: rgb(204, 204, 204);
}
.fancybox-button:hover svg path {
  fill: rgb(179, 179, 179);
}
.fancybox-button:disabled svg path {
  fill: rgb(90, 90, 90);
}

.common-blog-section .items-list {
  display: block;
  position: relative;
  width: 100%;
}
.common-blog-section .items-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.common-blog-section .items-list .list-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.common-blog-section .items-list .list-item .left-right {
  column-gap: 6.8rem;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item .left-right {
    row-gap: 1.6rem;
  }
}
.common-blog-section .items-list .list-item .left-right .thumb-wrapper {
  width: 34.3rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item .left-right .thumb-wrapper {
    width: 100%;
  }
}
.common-blog-section .items-list .list-item .title-cat {
  display: flex;
  position: relative;
  column-gap: 3.2rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item .title-cat {
    column-gap: 1.6rem;
    flex-direction: column;
    row-gap: 1.2rem;
    align-items: flex-start;
  }
}
.common-blog-section .items-list .list-item .title-cat .item-title {
  width: fit-content;
  flex-shrink: 0;
  color: #303030;
}
.common-blog-section .items-list .list-item .title-cat .cats {
  position: relative;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin-top: 0.6rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item .title-cat .cats {
    margin-top: 0;
  }
}
.common-blog-section .items-list .list-item .title-cat .cats .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.4rem;
  padding: 0.2rem 2.2rem 0.4rem 2.2rem;
  color: #FFF;
  text-decoration: underline;
  background-color: #EAC30C;
  border-radius: 90rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .common-blog-section .items-list .list-item .title-cat .cats .cat {
    height: 3rem;
    padding: 0.2rem 2rem 0.4rem 2rem;
  }
}
.common-blog-section .items-list .list-item .date {
  line-height: 1;
  margin-bottom: 2.4rem;
  color: rgba(102, 102, 102, 0.5647058824);
}
.common-blog-section .items-list .list-item .sub-title {
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
.common-blog-section .items-list .list-item .btn-link {
  margin-top: 2rem;
}
.common-blog-section .items-list .list-item .desc {
  color: #070707;
}

.block-container {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .block-container {
    padding-bottom: 4rem;
  }
}
.block-container .big-title {
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .block-container .big-title {
    margin-bottom: 2.8rem;
  }
}
.block-container .small-title {
  line-height: 1.4;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .block-container .small-title {
    margin-bottom: 2.4rem;
  }
}
.block-container .text {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .block-container .text {
    margin-bottom: 2rem;
  }
}
.block-container .btn-link {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .block-container .btn-link {
    margin-bottom: 2.8rem;
  }
}
.block-container .list-spot {
  padding-left: 4.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .block-container .list-spot {
    margin-bottom: 2.4rem;
    padding-left: 3.2rem;
  }
}
.block-container .list-spot li {
  list-style: disc;
}
.block-container .list-number {
  padding-left: 4.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .block-container .list-number {
    margin-bottom: 2.4rem;
    padding-left: 3.2rem;
  }
}
.block-container .list-number li {
  list-style: decimal;
}
.block-container .left-img {
  display: block;
  position: relative;
  margin-left: 0;
  margin-bottom: 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .block-container .left-img {
    margin-bottom: 3.6rem;
  }
}
.block-container .center-img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .block-container .center-img {
    margin-bottom: 3.6rem;
  }
}
.block-container .right-img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .block-container .right-img {
    margin-bottom: 3.6rem;
  }
}
.block-container .columns-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 3.2rem;
  row-gap: 6rem;
  margin: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .block-container .columns-container {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 4rem;
    margin: 4rem 0;
  }
}
.block-container .columns-container.columns-1 {
  display: block;
}
.block-container .columns-container.columns-2 {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .block-container .columns-container.columns-2 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
.block-container .columns-container .column-item .thumb-wrapper .thumb-img {
  aspect-ratio: 343/257;
}
.block-container .columns-container .column-item .column-title {
  line-height: 1.4;
  margin-top: 1.6rem;
}
.block-container .columns-container .column-item .column-text {
  margin-top: 1.4rem;
}
.block-container .columns-container .column-item .btn-link {
  width: fit-content;
  margin-left: auto;
  margin-top: 1.6rem;
}
.block-container .left-right {
  column-gap: 6.4rem;
  margin: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .block-container .left-right {
    row-gap: 2.6rem;
    margin: 4rem 0;
  }
}
.block-container .left-right .thumb-wrapper {
  width: 36%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .block-container .left-right .thumb-wrapper {
    width: 100%;
  }
}
.block-container .left-right .right-part {
  width: 100%;
}
.block-container .left-right .right-part .big-title {
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.block-container .left-right .right-part .small-title {
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.block-container .left-right .right-part .text {
  margin-bottom: 1.6rem;
}
.block-container .left-right .btn-link {
  margin: 0;
}
.block-container .code-editer {
  margin-bottom: 4rem;
}
.block-container .code-editer .table-container {
  overflow-x: auto;
}
.block-container .code-editer table {
  min-width: 60rem;
}
.block-container .code-editer table,
.block-container .code-editer th,
.block-container .code-editer td {
  border: 0.1rem solid #E1E1E1;
  border-collapse: collapse;
}
.block-container .code-editer th,
.block-container .code-editer td {
  padding: 1rem 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .block-container .code-editer th,
  .block-container .code-editer td {
    padding: 0.8rem 0.4rem;
    font-size: 1.2rem;
  }
}
.block-container .code-editer th .btn-round,
.block-container .code-editer td .btn-round {
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
  height: 4.6rem;
  padding: 0.2rem 4.3rem;
  border-radius: 90rem;
  background-color: #666666;
  color: #FFF;
  white-space: nowrap;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .block-container .code-editer th .btn-round,
  .block-container .code-editer td .btn-round {
    height: 2.4rem;
    font-size: 1rem;
    padding: 0.2rem 1rem;
  }
}
.block-container img {
  border-radius: 0.7rem;
}

.archive-type2 .archive-section .container {
  max-width: 1040px;
}
.archive-type2 .archive-section .items-list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .archive-type2 .archive-section .items-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
}
.archive-type2 .archive-section .items-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.archive-type2 .archive-section .items-list .list-item .thumb-wrapper {
  border-radius: 0.7rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.archive-type2 .archive-section .items-list .list-item .item-title {
  line-height: 1.4;
  margin-bottom: 1.2rem;
  text-align: center;
}
.archive-type2 .archive-section .items-list .list-item .item-desc {
  color: #070707;
  text-align: center;
}

#top-page .mainview-experiences {
  display: block;
  position: relative;
  background: linear-gradient(to bottom, #EDF1F5, #EDF1F5);
  overflow: hidden;
}
#top-page .mainview-experiences:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/whitemap.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 126rem;
  aspect-ratio: 1264/874;
  right: -35rem;
  bottom: 6.6rem;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview-experiences:before {
    width: 57rem;
    right: -23rem;
    bottom: 7.2rem;
  }
}
#top-page .swiper {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .mainview {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 3.6rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#top-page .mainview .mainview-slider {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0 !important;
}
#top-page .mainview .mainview-slider .slider-item {
  display: block;
  position: relative;
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 1080/480;
  padding: 0 0.9rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .mainview-slider .slider-item {
    padding: 0 1.6rem;
    aspect-ratio: 1080/648;
  }
}
#top-page .mainview .mainview-slider .slider-item img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
#top-page .experiences-section.none-slider.column-item-1 #top-page .experiences-section.none-slider.column-item-2 #top-page .experiences-section.none-slider.column-item-3 #top-page .experiences-section.none-slider.column-item-4 {
  display: block;
}
#top-page .experiences-section .swiper-container {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .experiences-section .slider-container {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .experiences-section .slider-container .slick-slide {
  padding: 0 1.5rem;
}
#top-page .experiences-section .slider-container .slider-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 2.4rem 2rem 2rem 2rem;
  background-color: #FFF;
  border-radius: 0.7rem;
  box-shadow: 0 0 0.7rem #E9E9E9;
}
@media only screen and (max-width: 768px) {
  #top-page .experiences-section .slider-container .slider-item {
    padding: 1.8rem 1.2rem 1.2rem 1rem;
  }
}
#top-page .experiences-section .slider-container .slider-item .subject {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top-page .experiences-section .slider-container .slider-item .subject {
    margin-bottom: 0.2rem;
  }
}
#top-page .experiences-section .slider-container .slider-item .predicate {
  line-height: 1.4;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top-page .experiences-section .slider-container .slider-item .predicate {
    margin-bottom: 1.2rem;
  }
}
#top-page .experiences-section .slider-container .slider-item img {
  width: 100%;
  aspect-ratio: 209/143;
  object-fit: cover;
}
#top-page .featured-section .section-title {
  margin-left: 0;
  margin-bottom: 2rem;
}
#top-page .featured-section .section-title * {
  text-align: left;
}
#top-page .featured-section .left-right {
  column-gap: 8.5rem;
}
#top-page .featured-section .left-right .thumb-wrapper {
  width: 32%;
  flex-shrink: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #top-page .featured-section .left-right .thumb-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top-page .featured-section .sub-title {
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
#top-page .featured-section .desc {
  color: #070707;
}
#top-page .featured-section .btn-more {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .featured-section .btn-more {
    margin-left: auto;
  }
}
#top-page .events-news .container {
  max-width: 1060px;
}
#top-page .events-news .section-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#top-page .events-news .white-panel {
  display: block;
  position: relative;
  padding: 6.4rem 13rem 7rem 13rem;
  background-color: #FFF;
  border-radius: 0.7rem;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel {
    padding: 4.8rem 1.6rem;
  }
}
#top-page .events-news .white-panel .items-list {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .events-news .white-panel .items-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .events-news .white-panel .items-list .list-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel .items-list .list-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#top-page .events-news .white-panel .items-list .list-item .left-right {
  column-gap: 6.8rem;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel .items-list .list-item .left-right {
    row-gap: 1.6rem;
  }
}
#top-page .events-news .white-panel .items-list .list-item .left-right .thumb-wrapper {
  width: 18rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel .items-list .list-item .left-right .thumb-wrapper {
    width: 100%;
  }
}
#top-page .events-news .white-panel .items-list .list-item .title-cat {
  display: flex;
  position: relative;
  align-items: center;
  column-gap: 3.2rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel .items-list .list-item .title-cat {
    column-gap: 1.6rem;
    flex-direction: column;
    row-gap: 1.2rem;
    align-items: flex-start;
  }
}
#top-page .events-news .white-panel .items-list .list-item .title-cat .item-title {
  width: fit-content;
  flex-shrink: 0;
  color: #303030;
}
#top-page .events-news .white-panel .items-list .list-item .title-cat .cats {
  position: relative;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  flex-shrink: 0;
}
#top-page .events-news .white-panel .items-list .list-item .title-cat .cats .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.4rem;
  padding: 0.2rem 2.2rem 0.4rem 2.2rem;
  color: #FFF;
  text-decoration: underline;
  background-color: #EAC30C;
  border-radius: 90rem;
}
@media only screen and (max-width: 768px) {
  #top-page .events-news .white-panel .items-list .list-item .title-cat .cats .cat {
    height: 3rem;
    padding: 0.2rem 2rem 0.4rem 2rem;
  }
}
#top-page .events-news .white-panel .items-list .list-item .date {
  line-height: 1;
  margin-bottom: 1rem;
  color: rgba(102, 102, 102, 0.5647058824);
}
#top-page .events-news .white-panel .items-list .list-item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
}
#top-page .gallery-section .container {
  max-width: 890px;
}
#top-page .gallery-section .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #top-page .gallery-section .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
  }
}
#top-page .gallery-section .gallery-container .card {
  color: #333;
  border-radius: 2px;
}
#top-page .gallery-section .gallery-container .card-image {
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
#top-page .gallery-section .gallery-container .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-page .gallery-section .btn-more {
  column-gap: 1rem;
  padding: 0.2rem 3rem;
}
#top-page .gallery-section .btn-more .btn-text {
  color: #F30301;
  text-decoration: none;
}

#event-page .sub-mainview {
  background: #EAC30C;
}

#facility-page .sub-mainview {
  background: #A3AD63;
}

#experience-page .sub-mainview {
  background: #E9A5A1;
}

#concept-page .sub-mainview {
  background: #08A2C2;
}
#concept-page .block-container {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #concept-page .block-container {
    margin-top: 4rem;
  }
}

#scr-page .sub-mainview {
  background: #EADCC1;
}
#scr-page .block-container {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #scr-page .block-container {
    margin-top: 4rem;
  }
}

#minamiaizu-page .sub-mainview {
  background: #427E8B;
}
#minamiaizu-page .block-container {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #minamiaizu-page .block-container {
    margin-top: 4rem;
  }
}

#eat-page .sub-mainview {
  background: #D45C1D;
}
#eat-page .block-container {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #eat-page .block-container {
    margin-top: 4rem;
  }
}

#access-page .sub-mainview {
  background: #EADCC1;
}
#access-page .access-map {
  width: 100%;
  aspect-ratio: 7/3;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #access-page .access-map {
    aspect-ratio: 1/1;
    margin-bottom: 4rem;
  }
}
#access-page .content-logo {
  display: flex;
  column-gap: 3.2rem;
  align-items: center;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  #access-page .content-logo {
    flex-direction: column;
    row-gap: 2.8rem;
    margin-bottom: 4rem;
  }
}
#access-page .content-logo .desc-name {
  display: block;
  position: relative;
}
#access-page .content-logo .desc-name .desc {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #access-page .content-logo .desc-name .desc {
    text-align: center;
    margin-bottom: 1rem;
  }
}
#access-page .content-logo .desc-name .company-name {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #access-page .content-logo .desc-name .company-name {
    text-align: center;
  }
}
#access-page .overview-table {
  width: 100%;
}
#access-page .overview-table table {
  width: 100%;
}
#access-page .overview-table table th,
#access-page .overview-table table td {
  padding: 1.2rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table table th,
  #access-page .overview-table table td {
    padding: 0.8rem 0.5rem;
  }
}
#access-page .overview-table table th {
  width: 17%;
  background-color: #EDF1F5;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table table th {
    width: 18%;
  }
}
#access-page .overview-table table * {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table table * {
    font-size: 1.2rem;
  }
}
#access-page .overview-table table * strong {
  display: block;
  position: relative;
  font-weight: 700;
  margin-bottom: 1rem;
}
#access-page .overview-table table .area-name {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.9rem;
  line-height: 1;
  color: #FFF;
  background-color: #08A2C2;
  border-radius: 0.7rem;
  margin-bottom: 0.8rem;
}
#access-page .overview-table table,
#access-page .overview-table th,
#access-page .overview-table td {
  border: 1px solid #CECAB5;
  border-collapse: collapse;
}
#access-page .overview-table .items-list .list-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table .items-list .list-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
#access-page .overview-table .sub-items-list .sub-list-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table .sub-items-list .sub-list-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
#access-page .overview-table ul {
  padding-left: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #access-page .overview-table ul {
    padding-left: 2rem;
  }
}
#access-page .overview-table ul li {
  list-style: disc;
}

#contact-page .sub-mainview {
  background: #EADCC1;
}
#contact-page .contact-section .top-desc {
  margin-bottom: 6.2rem;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact-section .top-desc {
    margin-bottom: 4.8rem;
  }
}
#contact-page .contact-section table,
#contact-page .contact-section th,
#contact-page .contact-section td {
  border: 1px solid #CECAB5;
  border-collapse: collapse;
}
#contact-page .contact-section .contact-info {
  margin: 0 auto 6.6rem auto;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact-section .contact-info {
    margin-bottom: 4.8rem;
  }
}
#contact-page .contact-section .contact-info td {
  padding: 1.5rem 3.3rem;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact-section .contact-info td {
    padding: 1.2rem 2.6rem;
  }
}
#contact-page .contact-section .contact-info th {
  padding: 1.5rem 4rem;
  background-color: #EDF1F5;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact-section .contact-info th {
    padding: 1.2rem 2.2rem;
    white-space: nowrap;
  }
}
#contact-page .contact-section .contact-info .tel-time {
  display: flex;
  column-gap: 3.2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #contact-page .contact-section .contact-info .tel-time {
    flex-direction: column;
    row-gap: 1.2rem;
  }
}
#contact-page .contact-section .contact-info .tel-time * {
  line-height: 1;
}
#contact-page .contact-section .contact-info .tel-time .tel-number {
  color: #333333;
}

#thanks-page .sub-mainview {
  background: #EADCC1;
}
#thanks-page .contact-section .top-desc {
  margin-bottom: 6.2rem;
}
@media only screen and (max-width: 768px) {
  #thanks-page .contact-section .top-desc {
    margin-bottom: 4.8rem;
  }
}
#thanks-page .contact-section table,
#thanks-page .contact-section th,
#thanks-page .contact-section td {
  border: 1px solid #CECAB5;
  border-collapse: collapse;
}
#thanks-page .contact-section .contact-info {
  margin: 0 auto 6.6rem auto;
}
@media only screen and (max-width: 768px) {
  #thanks-page .contact-section .contact-info {
    margin-bottom: 4.8rem;
  }
}
#thanks-page .contact-section .contact-info td {
  padding: 1.5rem 3.3rem;
}
@media only screen and (max-width: 768px) {
  #thanks-page .contact-section .contact-info td {
    padding: 1.2rem 2.6rem;
  }
}
#thanks-page .contact-section .contact-info th {
  padding: 1.5rem 4rem;
  background-color: #EDF1F5;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  #thanks-page .contact-section .contact-info th {
    padding: 1.2rem 2.2rem;
    white-space: nowrap;
  }
}
#thanks-page .contact-section .contact-info .tel-time {
  display: flex;
  column-gap: 3.2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #thanks-page .contact-section .contact-info .tel-time {
    flex-direction: column;
    row-gap: 1.2rem;
  }
}
#thanks-page .contact-section .contact-info .tel-time * {
  line-height: 1;
}
#thanks-page .contact-section .contact-info .tel-time .tel-number {
  color: #333333;
}

#privacy-page .sub-mainview {
  background: #EADCC1;
}
#privacy-page .privacy-section strong {
  font-weight: 700;
}

.single-event-page .header-section {
  padding-bottom: 4rem;
}
.single-event-page .header-section .cats {
  position: relative;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .single-event-page .header-section .cats {
    margin-bottom: 4rem;
  }
}
.single-event-page .header-section .cats .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.4rem;
  padding: 0.2rem 2.2rem 0.4rem 2.2rem;
  color: #FFF;
  text-decoration: underline;
  background-color: #EAC30C;
  border-radius: 90rem;
}
@media only screen and (max-width: 768px) {
  .single-event-page .header-section .cats .cat {
    height: 3rem;
    padding: 0.2rem 2rem 0.4rem 2rem;
  }
}
.single-event-page .header-section .page-title {
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .single-event-page .header-section .page-title {
    margin-bottom: 1.2rem;
  }
}
.single-event-page .header-section .page-sub-title {
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .single-event-page .header-section .page-sub-title {
    margin-bottom: 1.4rem;
  }
}
.single-event-page .header-section .date-social {
  display: flex;
  column-gap: 4.8rem;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .single-event-page .header-section .date-social {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.single-event-page .header-section .date {
  color: #666666;
}

.single-facility-page .header-part {
  width: 100%;
  height: 24rem;
  background-color: #A3AD63;
}
.single-facility-page .header-part .container {
  height: 100%;
}
.single-facility-page .header-part .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.2rem;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 1.5rem;
  transform: translateY(3rem);
  padding: 1.6rem;
}
.single-facility-page .header-part .title-container * {
  text-align: center;
  line-height: 1.4;
}
.single-facility-page .excerpt {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 6.4rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .single-facility-page .excerpt {
    padding: 0 1.6rem;
    margin-bottom: 7.2rem;
  }
}
.single-facility-page .addtoany_shortcode {
  margin-left: auto;
}

.single-experience-page .header-section {
  padding-bottom: 4rem;
}
.single-experience-page .header-section .cats {
  position: relative;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .single-experience-page .header-section .cats {
    margin-bottom: 4rem;
  }
}
.single-experience-page .header-section .cats .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.4rem;
  padding: 0.2rem 2.2rem 0.4rem 2.2rem;
  color: #FFF;
  text-decoration: underline;
  background-color: #E9A5A1;
  border-radius: 90rem;
}
@media only screen and (max-width: 768px) {
  .single-experience-page .header-section .cats .cat {
    height: 3rem;
    padding: 0.2rem 2rem 0.4rem 2rem;
  }
}
.single-experience-page .header-section .page-title {
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .single-experience-page .header-section .page-title {
    margin-bottom: 1.2rem;
  }
}
.single-experience-page .header-section .page-sub-title {
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .single-experience-page .header-section .page-sub-title {
    margin-bottom: 1.4rem;
  }
}
.single-experience-page .header-section .date-social {
  display: flex;
  column-gap: 4.8rem;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .single-experience-page .header-section .date-social {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.single-experience-page .header-section .date {
  color: #666666;
}

/*# sourceMappingURL=style.css.map */
