@charset "UTF-8";
@import url("../scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,300&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
body {
  color: #5a805b !important;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.171vw;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 959px) {
  body {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  body {
    font-size: 1.171vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  transition: 0.3s;
  text-decoration: none;
}
body p {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
body ul {
  padding-left: 0;
}
body ul li {
  list-style: none;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.bg-cream {
  background-color: #fffeee;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5vw;
    box-sizing: border-box;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

#background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 4;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.header__wrap {
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.header__block {
  padding-top: 1.4641288433vw;
  padding-bottom: 1.4641288433vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .header__block {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .header__block {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header__lang {
  padding-top: 2.9282576867vw;
  padding-bottom: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  .header__lang {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.header__logo {
  width: 16vw;
}
.header__logo img {
  width: 100%;
}
.header__logo-lower {
  opacity: 1;
}
.header__navi {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .header__navi {
    display: none;
  }
}
.header__navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3vw;
}
.header__navi ul li {
  list-style: none;
}
.header__sp-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .header {
    width: 100%;
  }
  .header__block {
    padding: 5vw 0;
  }
  .header__logo {
    width: 44vw;
  }
  .header__text {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}

.header-navi__flex {
  display: flex;
  justify-content: flex-end;
  gap: 3vw;
}
@media screen and (max-width: 959px) {
  .header-navi__flex {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.header-navi__item {
  position: relative;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .header-navi__item {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .header-navi__item {
    font-size: 1.025vw;
  }
}
.header-navi__item::before {
  position: absolute;
  content: "";
  height: 0.8vw;
  width: 0.8vw;
  border-radius: 1vw;
  background: #e7f6fe;
  left: -1.2vw;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
}
@media screen and (max-width: 959px) {
  .header-navi__item::before {
    height: 2vw;
    width: 2vw;
    left: -4.2vw;
  }
}
@media screen and (max-width: 959px) {
  .header-navi__item:not(:last-child) {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header-navi__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  padding: 0 !important;
  width: 26px;
  position: relative;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #5a805b;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.sp-navi {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 5.8565153734vw;
  padding-bottom: 5.8565153734vw;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (max-width: 959px) {
  .sp-navi {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.sp-navi.active {
  transform: translateY(0%);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  padding: 40px 0;
  color: #5a805b;
  font-weight: bold;
  font-size: 1.318vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
}
@media (max-width: 959px) {
  .sp-navi__item {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .sp-navi__item {
    font-size: 1.318vw;
  }
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}

.mv__wrap {
  margin: auto;
  position: relative;
  margin-top: 10.2489019034vw;
}
@media screen and (max-width: 959px) {
  .mv__wrap {
    margin-top: 28vw;
  }
}
@media screen and (max-width: 959px) {
  .mv__wrap {
    margin-top: 22vw;
  }
}
.mv__container {
  width: 100%;
  height: 100%;
  width: 1540px;
  margin: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 959px) {
  .mv__container {
    width: 86%;
    margin: 0 auto 0 0;
  }
}
.mv__header {
  display: none;
  position: absolute;
  left: 13%;
  top: 10%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .mv__header {
    display: none !important;
  }
}
.mv__slide {
  position: relative;
  width: 1540px;
}
@media screen and (max-width: 1538px) {
  .mv__slide {
    margin-left: -20px;
  }
}
@media screen and (max-width: 959px) {
  .mv__slide {
    height: 70vh;
    width: 100%;
    margin-left: 0;
  }
}
.mv__slide .mv-slide {
  display: flex;
  height: 100%;
  height: 540px;
}
@media screen and (max-width: 959px) {
  .mv__slide .mv-slide {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
}
.mv__slide .mv-slide img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .mv__slide .mv-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__slide .mv-slide .slick-dots {
  opacity: 1;
  max-width: 1100px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: left;
}
.mv__slide .mv-slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 20px 0 0;
}
.mv__slide .mv-slide .slick-dots li button {
  width: 100%;
  height: 100%;
}
.mv__slide .mv-slide .slick-dots li button::before {
  font-size: unset;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #5a805b;
  opacity: 1;
}
.mv__slide .mv-slide .slick-active button::before {
  opacity: 1;
  background: #5a805b !important;
}
.mv__slide .mv-slide .slick-list {
  height: 100%;
}
.mv__slide .mv-slide .slick-track {
  height: 100%;
}
.mv__slide .mv-slide .slick-slider {
  position: unset;
}
.mv__slide .mv-slide .slick-slide {
  height: 100%;
}
.mv__slide .mv-slide .slick-slide > div {
  height: 100%;
}
.mv__slide .mv-slide .slick-slide > div li {
  height: 100%;
}
.mv__slide .mv-slide .slick-slide img {
  height: 100%;
}
.mv__deco {
  position: absolute;
  width: 250px;
  right: 28%;
  bottom: 9%;
}
@media screen and (max-width: 959px) {
  .mv__deco {
    width: 30vw;
    right: 12%;
    bottom: 4%;
    min-width: 100px;
  }
}
.mv__bg {
  margin-top: -7.3206442167vw;
  height: 200px;
  width: 100vw;
  position: absolute;
  bottom: -8%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .mv__bg {
    margin-top: -20vw;
  }
}
@media screen and (max-width: 959px) {
  .mv__bg {
    height: 30vw;
  }
}
.mv__fixed-content {
  position: sticky;
  height: 100vh;
}
.mv__image-block {
  position: relative;
  width: calc(100% - 10vw);
}
@media screen and (max-width: 959px) {
  .mv__image-block {
    width: 100%;
  }
}
.mv__catch {
  display: none;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 11vw;
  height: auto;
}
@media screen and (max-width: 959px) {
  .mv__catch {
    right: 0;
    width: 31vw;
    left: -52%;
    margin: auto;
    top: 6%;
  }
}
.mv__logo {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 12%;
  width: 10vw;
}
@media screen and (max-width: 959px) {
  .mv__logo {
    left: 1%;
    bottom: 18%;
    width: 24vw;
  }
}
.mv__text-block {
  width: 50%;
  margin: auto;
  position: relative;
  padding-top: 14.6412884334vw;
  padding-bottom: 14.6412884334vw;
}
@media screen and (max-width: 959px) {
  .mv__text-block {
    padding-top: 40vw;
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 959px) {
  .mv__text-block {
    width: 60%;
  }
}
.mv__text:not(:last-child) {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  .mv__text:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.mv__text p {
  font-size: 1.464vw;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.6em;
  line-height: 2.2;
  background: rgb(104, 145, 201);
  background: linear-gradient(9deg, rgb(104, 145, 201) 0%, rgb(162, 203, 213) 100%);
  color: #fff;
}
@media (max-width: 959px) {
  .mv__text p {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .mv__text p {
    font-size: 1.464vw;
  }
}
@media screen and (max-width: 959px) {
  .mv__text p {
    font-size: 4.2vw;
  }
}
.mv__text p:not(:last-child) {
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 959px) {
  .mv__text p:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.mv .scroll {
  position: absolute;
  left: 4%;
  bottom: 0;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.171vw;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
@media (max-width: 959px) {
  .mv .scroll {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .mv .scroll {
    font-size: 1.171vw;
  }
}
@media screen and (max-width: 959px) {
  .mv .scroll {
    left: 8%;
  }
}
.mv .scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 40px;
  left: -6px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.image-list ul {
  display: flex;
  justify-content: flex-start;
  gap: 2vw;
}
.image-list li {
  flex: 0 0 270px;
  width: 270px;
}
@media screen and (max-width: 959px) {
  .image-list li {
    min-width: 26vw !important;
    width: 100px;
    flex: 0 0 100px;
  }
}

/*タイムライン全体の設定*/
.timeline {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
}
.timeline__inner {
  width: 100%;
  list-style: none;
  padding-bottom: 10.2489019034vw;
  padding-left: 10vw;
  box-sizing: border-box;
  padding-left: 0vw;
}
@media screen and (max-width: 959px) {
  .timeline__inner {
    padding-bottom: 28vw;
  }
}
@media screen and (max-width: 959px) {
  .timeline__inner {
    padding-left: 0vw;
  }
}

.timeline dl {
  margin: 0 0 20px 5em;
}

/*絶対配置で線を設定*/
.border-line {
  position: absolute;
  left: 1.6vw;
  top: 0;
  width: 1px;
  height: 0px;
  background: #5a805b;
}

#concept {
  overflow: hidden;
}
#concept .page {
  padding-bottom: 0;
}
#concept .concept__text-block {
  margin-bottom: 10.2489019034vw;
}
@media screen and (max-width: 959px) {
  #concept .concept__text-block {
    margin-bottom: 28vw;
  }
}
@media screen and (max-width: 959px) {
  #concept .concept__text-block {
    margin-top: -7vw;
  }
}
#concept .concept__heading {
  font-weight: bold;
  font-size: 1.757vw;
  line-height: 3;
  letter-spacing: 0.6em;
  margin-top: 0;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 959px) {
  #concept .concept__heading {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  #concept .concept__heading {
    font-size: 1.757vw;
  }
}
@media screen and (max-width: 959px) {
  #concept .concept__heading {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  #concept .concept__heading {
    letter-spacing: 0.4em;
  }
}
#concept .concept__text {
  font-weight: bold;
  line-height: 3.8;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 959px) {
  #concept .concept__text {
    letter-spacing: 0.2em;
  }
}
#concept .concept .image-list {
  margin-right: calc(50% - 50vw);
}
#concept .timeline__heading {
  width: 13vw;
}

#menu {
  overflow: hidden;
}
#menu .page {
  padding-bottom: 0;
}
#menu .menu__block {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  #menu .menu__block {
    margin: 0;
  }
}
#menu .menu__table {
  margin-bottom: 5.8565153734vw;
  text-align: left;
}
@media screen and (max-width: 959px) {
  #menu .menu__table {
    margin-bottom: 16vw;
  }
}
#menu .menu__table th {
  font-weight: bold;
  font-size: 1.464vw;
  margin-bottom: 0.7320644217vw;
  display: block;
  letter-spacing: 0.5em;
}
@media (max-width: 959px) {
  #menu .menu__table th {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  #menu .menu__table th {
    font-size: 1.464vw;
  }
}
@media screen and (max-width: 959px) {
  #menu .menu__table th {
    margin-bottom: 2vw;
  }
}
#menu .menu__table td {
  font-weight: bold;
  font-size: 1.171vw;
  display: block;
  margin-bottom: 2.196193265vw;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
@media (max-width: 959px) {
  #menu .menu__table td {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  #menu .menu__table td {
    font-size: 1.171vw;
  }
}
@media screen and (max-width: 959px) {
  #menu .menu__table td {
    margin-bottom: 6vw;
  }
}
#menu .menu__btn {
  margin-bottom: 10.2489019034vw;
}
@media screen and (max-width: 959px) {
  #menu .menu__btn {
    margin-bottom: 28vw;
  }
}
#menu .menu__btn .btn {
  margin-left: 0 !important;
  margin-right: auto !important;
}
#menu .menu .image-list {
  margin-left: calc(50% - 50vw);
}
#menu .menu .image-list ul {
  justify-content: flex-end !important;
}
#menu .timeline .border-line {
  left: auto;
  right: 3vw;
}
@media screen and (max-width: 959px) {
  #menu .timeline .border-line {
    right: 13vw;
  }
}
#menu .timeline__inner {
  padding-left: 0;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #menu .timeline__inner {
    width: 70%;
  }
}
#menu .heading__timeline {
  margin-top: 1vw;
}

#gallery {
  overflow: hidden;
}
#gallery .gallery__slide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 7.3206442167vw;
}
@media screen and (max-width: 959px) {
  #gallery .gallery__slide {
    margin-bottom: 20vw;
  }
}
#gallery .gallery .gallery-slide .slick-track {
  display: flex;
  justify-content: center;
}
#gallery .gallery .gallery-slide .slick-slide {
  margin: 0 12px;
}
#gallery .gallery .gallery-slide .slick-slide img {
  width: 100%;
}
#gallery .gallery .gallery-slide .slick-list {
  margin: 0 -12px;
}

#contact .contact {
  font-weight: light !important;
}
#contact .contact__form {
  color: #3c3c3c;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #contact .contact__form {
    width: 100%;
  }
}
#contact .contact #mailformpro .mailform {
  background-color: rgba(177, 177, 177, 0.2);
  padding-left: 4.39238653vw;
  padding-right: 4.39238653vw;
  padding-top: 4.39238653vw;
  padding-bottom: 4.39238653vw;
  margin-bottom: 3.6603221083vw;
}
@media screen and (max-width: 959px) {
  #contact .contact #mailformpro .mailform {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact #mailformpro .mailform {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact #mailformpro .mailform {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact #mailformpro .mailform {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
#contact .contact #mailformpro dt {
  float: none;
  border-top: none;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 1.171vw;
  font-weight: 200 !important;
  padding: 0;
  margin-bottom: 14px;
}
@media (max-width: 959px) {
  #contact .contact #mailformpro dt {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact #mailformpro dt {
    font-size: 1.171vw;
  }
}
#contact .contact #mailformpro dd {
  border-top: none;
  padding-left: 0;
  padding: 0;
  margin-bottom: 2.9282576867vw;
  font-weight: 200 !important;
}
@media screen and (max-width: 959px) {
  #contact .contact #mailformpro dd {
    margin-bottom: 8vw;
  }
}
#contact .contact #mailformpro .checkbox input {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#contact .contact #mailformpro .checkbox .mfp_col5:not(:last-child) {
  margin-bottom: 18px;
}
#contact .contact #mailformpro .confirm input {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#contact .contact #mailformpro .confirm label {
  gap: 0;
}
#contact .contact #mailformpro .must {
  background-color: #5a805b;
  border: none;
  font-size: 1.025vw;
  text-shadow: none;
  box-shadow: unset;
  background-image: none;
  margin: 0 10px 0 0;
  padding: 2px 8px 3px;
  border-radius: 5px;
  font-weight: 200 !important;
}
@media (max-width: 959px) {
  #contact .contact #mailformpro .must {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact #mailformpro .must {
    font-size: 1.025vw;
  }
}
#contact .contact #mailformpro label {
  display: flex;
  align-items: center;
  font-size: 1.171vw;
  gap: 10px;
  font-weight: 200 !important;
}
@media (max-width: 959px) {
  #contact .contact #mailformpro label {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact #mailformpro label {
    font-size: 1.171vw;
  }
}
#contact .contact #mailformpro label:hover {
  cursor: pointer;
}
#contact .contact #mailformpro label input {
  width: auto !important;
}
#contact .contact .form__input {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  #contact .contact .form__input {
    margin-bottom: 8vw;
  }
}
#contact .contact .form__input-label {
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 959px) {
  #contact .contact .form__input-label {
    margin-bottom: 4vw;
  }
}
#contact .contact .form__input-label .required {
  font-size: 1.025vw;
  background-color: #5a805b;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 10px;
}
@media (max-width: 959px) {
  #contact .contact .form__input-label .required {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact .form__input-label .required {
    font-size: 1.025vw;
  }
}
#contact .contact .form input,
#contact .contact .form textarea,
#contact .contact .form .mfp_element_text,
#contact .contact .form .mfp_element_textarea {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 100% !important;
  height: 46px !important;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 1.171vw;
  box-shadow: none;
}
@media (max-width: 959px) {
  #contact .contact .form input,
  #contact .contact .form textarea,
  #contact .contact .form .mfp_element_text,
  #contact .contact .form .mfp_element_textarea {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact .form input,
  #contact .contact .form textarea,
  #contact .contact .form .mfp_element_text,
  #contact .contact .form .mfp_element_textarea {
    font-size: 1.171vw;
  }
}
#contact .contact .form input::-moz-placeholder, #contact .contact .form textarea::-moz-placeholder, #contact .contact .form .mfp_element_text::-moz-placeholder, #contact .contact .form .mfp_element_textarea::-moz-placeholder {
  color: rgba(60, 60, 60, 0.2);
  font-weight: light !important;
}
#contact .contact .form input::placeholder,
#contact .contact .form textarea::placeholder,
#contact .contact .form .mfp_element_text::placeholder,
#contact .contact .form .mfp_element_textarea::placeholder {
  color: rgba(60, 60, 60, 0.2);
  font-weight: light !important;
}
#contact .contact .form #mfp_OperationCheck {
  display: none !important;
}
#contact .contact .form .mfp_element_textarea {
  height: 10vw !important;
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_element_textarea {
    height: 40vw !important;
  }
}
#contact .contact .form .mfp_achroma {
  background-color: unset;
}
#contact .contact .form .mfp_element_submit {
  background: unset;
  text-shadow: none;
}
#contact .contact .form .mfp_colored {
  background-color: unset;
}
#contact .contact .form .mfp_not_checked {
  padding: 0;
  border: unset;
}
#contact .contact .form .mfp_checked {
  padding: 0;
  border: unset;
  background-color: unset;
  box-shadow: none;
}
#contact .contact .form .mfp_buttons {
  margin: auto;
}
#contact .contact .form .mfp_buttons button {
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid #5a805b;
  padding-top: 0.7320644217vw;
  padding-bottom: 0.7320644217vw;
  padding-left: 1.4641288433vw;
  padding-right: 1.4641288433vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 1vw;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.464vw;
  letter-spacing: 0.1em;
  color: #5a805b;
  min-width: 30vw;
  position: relative;
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons button {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons button {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 959px) {
  #contact .contact .form .mfp_buttons button {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact .form .mfp_buttons button {
    font-size: 1.464vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons button {
    background-color: #5a805b;
    color: #fff;
    gap: 4vw;
  }
}
#contact .contact .form .mfp_buttons button::before, #contact .contact .form .mfp_buttons button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #5a805b;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons button::before, #contact .contact .form .mfp_buttons button::after {
    display: none;
  }
}
#contact .contact .form .mfp_buttons button::before {
  right: 0;
}
#contact .contact .form .mfp_buttons button::after {
  right: -18px;
}
#contact .contact .form .mfp_buttons:hover button {
  color: #ffffff;
  background-color: #5a805b;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons:hover button {
    color: inherit;
    background-color: inherit;
  }
}
#contact .contact .form .mfp_buttons:hover button::before {
  background: #fff;
  width: 8px;
  z-index: 10;
}
#contact .contact .form .mfp_buttons:hover button::after {
  width: 28px;
  right: -28px;
}
#contact .contact .form .mfp_buttons:hover img {
  filter: brightness(0) invert(1);
}
#contact .contact .form .mfp_buttons img {
  width: 2.6vw;
}
@media screen and (max-width: 959px) {
  #contact .contact .form .mfp_buttons img {
    width: 10vw;
    filter: brightness(0) invert(1);
  }
}
#contact .contact__note {
  color: #3c3c3c;
  font-weight: 200 !important;
  margin-bottom: 8.78477306vw;
}
@media screen and (max-width: 959px) {
  #contact .contact__note {
    margin-bottom: 24vw;
  }
}
#contact .contact__note-text {
  padding-top: 2.196193265vw;
  padding-bottom: 2.196193265vw;
  padding-left: 2.9282576867vw;
  padding-right: 2.9282576867vw;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  font-size: 1.025vw;
  height: 180px;
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  #contact .contact__note-text {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 959px) {
  #contact .contact__note-text {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 959px) {
  #contact .contact__note-text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  #contact .contact__note-text {
    font-size: 1.025vw;
  }
}

.page-title {
  padding-top: 8.78477306vw;
}
@media screen and (max-width: 959px) {
  .page-title {
    padding-top: 24vw;
  }
}
.page-title__heading {
  margin-bottom: 2.9282576867vw;
  position: relative;
}
@media screen and (max-width: 959px) {
  .page-title__heading {
    margin-bottom: 8vw;
  }
}
.page-title__heading::before, .page-title__heading::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-title__heading::before {
  left: -8%;
  top: -30%;
  width: 10vw;
  height: 10vw;
  background-image: url(/assets/images/common/deco-02.png);
}
@media screen and (max-width: 959px) {
  .page-title__heading::before {
    left: -7%;
    top: -10%;
    width: 20vw;
    height: 20vw;
  }
}
.page-title__heading::after {
  right: 8%;
  top: -30%;
  width: 20vw;
  height: 10vw;
  background-image: url(/assets/images/common/deco-01.png);
}
@media screen and (max-width: 959px) {
  .page-title__heading::after {
    right: 2%;
    top: 8%;
    width: 30vw;
    height: 20vw;
  }
}
.page-title__heading .heading-en {
  font-size: 3.66vw;
  margin-bottom: 1.4641288433vw;
  letter-spacing: 0.14em;
}
@media (max-width: 959px) {
  .page-title__heading .heading-en {
    font-size: 10.667vw;
  }
}
@media (min-width: 1367px) {
  .page-title__heading .heading-en {
    font-size: 3.66vw;
  }
}
@media screen and (max-width: 959px) {
  .page-title__heading .heading-en {
    margin-bottom: 4vw;
  }
}
.page-title__heading .heading-ja {
  font-size: 2.196vw;
}
@media (max-width: 959px) {
  .page-title__heading .heading-ja {
    font-size: 6.4vw;
  }
}
@media (min-width: 1367px) {
  .page-title__heading .heading-ja {
    font-size: 2.196vw;
  }
}
.page-title__text {
  margin-bottom: 3.6603221083vw;
  width: 90%;
  max-width: 900px;
}
@media screen and (max-width: 959px) {
  .page-title__text {
    margin-bottom: 10vw;
  }
}
.page-title__image {
  position: relative;
}
@media screen and (max-width: 959px) {
  .page-title__image {
    aspect-ratio: 4/3;
  }
}
.page-title__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-title__image::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -10%;
  width: 20vw;
  height: 11vw;
  background-image: url(/assets/images/common/deco-03.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .page-title__image::after {
    right: -3%;
    top: -10%;
    width: 34vw;
    height: 18vw;
  }
}

.btn {
  width: 26vw;
  margin: auto;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #5a805b;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .btn::before, .btn::after {
    display: none;
  }
}
.btn::before {
  right: 0;
}
.btn::after {
  right: -18px;
}
.btn a {
  border-radius: 8px;
  border: 1px solid #5a805b;
  padding-top: 0.7320644217vw;
  padding-bottom: 0.7320644217vw;
  padding-left: 1.4641288433vw;
  padding-right: 1.4641288433vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 959px) {
  .btn a {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .btn a {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .btn a {
    background-color: #5a805b;
    color: #fff;
    gap: 4vw;
  }
}
.btn:hover a {
  color: #ffffff;
  background-color: #5a805b;
}
@media screen and (max-width: 959px) {
  .btn:hover a {
    color: inherit;
    background-color: inherit;
  }
}
.btn:hover::before {
  background: #fff;
  width: 8px;
  z-index: 10;
}
.btn:hover::after {
  width: 28px;
  right: -28px;
}
.btn:hover img {
  filter: brightness(0) invert(1);
}
.btn img {
  width: 2.6vw;
}
@media screen and (max-width: 959px) {
  .btn img {
    width: 10vw;
    filter: brightness(0) invert(1);
  }
}

.btn-center {
  margin: auto;
}
.btn-center .normal-btn-block {
  margin: auto;
}

.btn-left {
  margin: 0 0 0 auto;
}
.btn-left .normal-btn-block {
  margin-left: auto;
}

.dynamic-link:has(.normal-btn-block):hover {
  opacity: 1;
}

.normal-btn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border-radius: 1000px;
  background-color: #555555;
  border: 1px solid #cecece;
}
@media screen and (max-width: 959px) {
  .normal-btn {
    width: 8vw;
    height: 8vw;
  }
}
.normal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icon/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 100%;
  height: 100%;
}
.normal-btn:hover {
  transform: translate(10px, 0);
}
.normal-btn:hover::after {
  animation: line 0.5s;
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.normal-btn--white {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  cursor: pointer;
  border-radius: 1000px;
}
@media screen and (max-width: 959px) {
  .normal-btn--white {
    width: 8vw;
    height: 8vw;
  }
}
.normal-btn--white::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icon/arrow--blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 100%;
  height: 100%;
}
.normal-btn--white:hover {
  transform: translate(10px, 0);
}
.normal-btn--white:hover::after {
  animation: line 0.5s;
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.normal-btn-block {
  background-color: #fff;
  border-radius: 1000px;
  padding: 1vw 2vw 1vw 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  border: 1px solid #cecece;
  line-height: 1.4em;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .normal-btn-block {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .normal-btn-block {
    font-size: 1.025vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn-block {
    padding: 4vw 4vw 4vw 7vw;
  }
}
.normal-btn-block .normal-btn {
  transition: 0.5s;
}
.normal-btn-block:hover {
  transition: 0.5s;
}
.normal-btn-block:hover .normal-btn {
  transform: translate(10px, 0);
}
.normal-btn-block:hover .normal-btn::after {
  animation: line 0.5s;
}

.normal-btn-block--white {
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2vw;
  line-height: 1.4em;
  color: #fff;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .normal-btn-block--white {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .normal-btn-block--white {
    font-size: 1.025vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn-block--white {
    height: 14vw;
  }
}
.normal-btn-block--white .normal-btn--white {
  transition: 0.5s;
}
.normal-btn-block--white:hover {
  transition: 0.5s;
}
.normal-btn-block--white:hover .normal-btn--white {
  transform: translate(10px, 0);
}
.normal-btn-block--white:hover .normal-btn--white::after {
  animation: line 0.5s;
}

.fixed-content {
  position: fixed;
  right: -4%;
  bottom: 8%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  gap: 20vw;
}
@media screen and (max-width: 959px) {
  .fixed-content {
    display: none;
  }
}
.fixed-content__item a {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 1vw;
}
.fixed-content__item:first-child {
  transform: rotate(90deg);
}

.fixed-menu {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    opacity: 1;
    height: 80px;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    padding: 10px 24px;
    box-sizing: border-box;
  }
  .fixed-menu__container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fixed-menu__link {
    display: flex;
    justify-content: flex-start;
    gap: 3vw;
  }
  .fixed-menu__link img {
    height: 40px;
    width: auto;
  }
}

.footer {
  color: #fff;
  background-color: #5a805b;
  margin-top: 21.9619326501vw;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: 60vw;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 80px;
  }
}
.footer__wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
.footer__container {
  padding-top: 11.7130307467vw;
  padding-bottom: 1.4641288433vw;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer__container {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__container {
    padding-bottom: 4vw;
  }
}
.footer__image {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 12vw;
  top: -6vw;
}
@media screen and (max-width: 959px) {
  .footer__image {
    width: 42vw;
    top: -22vw;
  }
}
.footer__logo {
  width: 40%;
  height: auto;
  margin: auto;
  margin-bottom: 2.9282576867vw;
  max-width: 16vw;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin: auto;
    width: 60vw;
    max-width: 100%;
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer__logo {
    margin-bottom: 12vw;
  }
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 959px) {
  .footer__sns {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__sns {
    gap: 3vw;
  }
}
.footer__time {
  margin: auto;
  margin-bottom: 8.0527086384vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .footer__time {
    margin-bottom: 22vw;
  }
}
.footer__time table {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .footer__time table {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .footer__time table {
    font-size: 1.318vw;
  }
}
.footer__time table th {
  text-align: left !important;
  font-weight: normal;
  padding-right: 1.4641288433vw;
}
@media screen and (max-width: 959px) {
  .footer__time table th {
    padding-right: 4vw;
  }
}
.footer__time .time-note {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .footer__time .time-note {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .footer__time .time-note {
    font-size: 1.025vw;
  }
}
.footer__address {
  width: 80%;
  margin: auto;
  margin-bottom: 13.17715959vw;
}
@media screen and (max-width: 959px) {
  .footer__address {
    margin-bottom: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__address {
    width: 90%;
  }
}
.footer__address iframe {
  width: 100%;
  height: 300px;
}
.footer__address p {
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .footer__address p {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .footer__address p {
    font-size: 1.171vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__detail {
    width: 100%;
  }
}
.footer__nav {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  .footer__nav {
    margin-bottom: 8vw;
  }
}
.footer__info {
  text-align: center;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .footer__info {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .footer__info {
    font-size: 1.025vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__info {
    text-align: center;
  }
}
.footer__info .info-note {
  margin-bottom: 2.196193265vw;
  font-size: 0.878vw;
}
@media screen and (max-width: 959px) {
  .footer__info .info-note {
    margin-bottom: 6vw;
  }
}
@media (max-width: 959px) {
  .footer__info .info-note {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .footer__info .info-note {
    font-size: 0.878vw;
  }
}
.footer__info img {
  max-width: 12vw;
  height: auto;
}
@media screen and (max-width: 959px) {
  .footer__info img {
    max-width: 50vw;
  }
}
.footer__legal {
  text-align: center;
  position: relative;
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .footer__legal {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .footer__legal {
    font-size: 0.878vw;
  }
}

.footer-navi__flex {
  display: flex;
  justify-content: flex-end;
  gap: 3vw;
}
@media screen and (max-width: 959px) {
  .footer-navi__flex {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.footer-navi__item {
  position: relative;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .footer-navi__item {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .footer-navi__item {
    font-size: 1.025vw;
  }
}
.footer-navi__item::before {
  position: absolute;
  content: "";
  height: 0.8vw;
  width: 0.8vw;
  border-radius: 1vw;
  background: #e7f6fe;
  left: -1.2vw;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
}
@media screen and (max-width: 959px) {
  .footer-navi__item::before {
    height: 2vw;
    width: 2vw;
    left: -4.2vw;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi__item:not(:last-child) {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer-navi__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.page {
  padding: 12vw 0px 12vw;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 30vw 0px 30vw;
  }
}
.page-bg-img {
  padding: 20vw 0 20vw;
}
@media screen and (max-width: 959px) {
  .page-bg-img {
    padding: 10vw 0 10vw;
  }
}
.page-gradation {
  padding-bottom: 0;
}

.page-mv {
  height: 540px;
  background-position: center;
  position: relative;
  background-size: cover;
}
.page-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-mv > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-mv__content {
  position: absolute;
  line-height: 1.6;
  padding: 10px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: auto;
  text-align: center;
  color: #fff;
}
.page-mv__title {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.page-mv__subtitle {
  font-size: 12px;
  letter-spacing: 0.22em;
  font-style: italic;
}
@media screen and (max-width: 959px) {
  .page-mv {
    height: 270px;
  }
  .page-mv > .container {
    width: 100%;
    padding: 0;
  }
  .page-mv__content {
    padding: 15px 20px;
  }
  .page-mv__title {
    font-size: 26px;
  }
  .page-mv__subtitle {
    font-size: 12px;
  }
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
.pagenavi-mv__wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv__wrap {
    padding: 0 5vw;
    box-sizing: border-box;
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #5a805b;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #5a805b;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.heading-color-white {
  color: #fff;
}

.heading {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 959px) {
  .heading {
    margin-bottom: 12vw;
  }
}
.heading__en {
  font-size: 2.196vw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 959px) {
  .heading__en {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  .heading__en {
    font-size: 2.196vw;
  }
}
.heading__timeline {
  transform: rotate(90deg);
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  margin-top: 2vw;
  font-size: 1.171vw;
  font-weight: 500;
}
@media (max-width: 959px) {
  .heading__timeline {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .heading__timeline {
    font-size: 1.171vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__timeline {
    padding-top: 6vw;
  }
}

.body-contents-center {
  text-align: center;
}

.body-contents-lead {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  .body-contents-lead {
    margin-bottom: 8vw;
  }
}

.body-contents__img-block {
  position: relative;
}
.body-contents__img-jun {
  max-width: 60vw;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .body-contents__img-jun {
    max-width: 82vw;
  }
}
.body-contents__img-sign-jun {
  position: absolute;
  bottom: 2vw;
  right: -2vw;
  width: 23vw;
  height: auto;
}
@media screen and (max-width: 959px) {
  .body-contents__img-sign-jun {
    bottom: 6vw;
    right: -2vw;
    width: 33vw;
  }
}
.body-contents__grid {
  display: grid;
}
.body-contents__grid-center {
  align-items: center;
}
.body-contents__grid-col-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .body-contents__grid-col-2 {
    grid-template-columns: 1fr;
  }
}
.body-contents__sign {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 959px) {
  .body-contents__sign {
    margin-bottom: 2vw;
  }
}
.body-contents__text--w-md {
  padding-left: 5.8565153734vw;
  padding-right: 5.8565153734vw;
}
@media screen and (max-width: 959px) {
  .body-contents__text--w-md {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .body-contents__text--w-md {
    padding-left: 2.196193265vw;
    padding-right: 2.196193265vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .body-contents__text--w-md {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.body-contents__img--md {
  margin-left: 18.3016105417vw;
}
@media screen and (max-width: 959px) {
  .body-contents__img--md {
    margin-left: 50vw;
  }
}
@media screen and (max-width: 959px) {
  .body-contents__img--md {
    margin-left: 3.6603221083vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .body-contents__img--md {
    margin-left: 10vw;
  }
}
.body-contents__gradation-box {
  border-radius: 1vw;
}
.body-contents__img-margin-r {
  margin-right: 10.980966325vw;
}
@media screen and (max-width: 959px) {
  .body-contents__img-margin-r {
    margin-right: 30vw;
  }
}
@media screen and (max-width: 959px) {
  .body-contents__img-margin-r {
    margin-right: 0vw;
    margin-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .body-contents__img-margin-r {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .body-contents__img-margin-r {
    margin-bottom: 16vw;
  }
}
.body-contents__link-block {
  margin-top: 2.9282576867vw;
}
@media screen and (max-width: 959px) {
  .body-contents__link-block {
    margin-top: 8vw;
  }
}

.margin-t--xs {
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 959px) {
  .margin-t--xs {
    margin-top: 4vw;
  }
}
.margin-t--sm {
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 959px) {
  .margin-t--sm {
    margin-top: 6vw;
  }
}
.margin-t--md {
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 959px) {
  .margin-t--md {
    margin-top: 10vw;
  }
}
.margin-t--xl {
  margin-top: 21.9619326501vw;
}
@media screen and (max-width: 959px) {
  .margin-t--xl {
    margin-top: 60vw;
  }
}/*# sourceMappingURL=style.css.map */