@charset "UTF-8";
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
header | header__contents1//
============ */
header.header__contents1 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header__contents1 .section__container .header__logo img {
  width: 200px;
  background-color: #fff;
  padding: 10px 20px;
}
header.header__contents1 .section__container .header__contact a {
  color: #ffffff;
  background-color: #004E6B;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 66px;
  padding: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
header.header__contents1 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 0;
  top: 0;
  padding: 31px 16px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #80C0BE;
}
header.header__contents1 .section__container .header__menu #overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header__contents1 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header__contents1 .section__container .header__menu #overlay-button span:before, header.header__contents1 .section__container .header__menu #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay-button:hover span, header.header__contents1 .section__container .header__menu #overlay-button:hover span:before, header.header__contents1 .section__container .header__menu #overlay-button:hover span:after {
  background: #ffffff;
}
header.header__contents1 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header__contents1 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(128, 192, 190, 0.9);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header__contents1 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header__contents1 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  header.header__contents1 .section__container .header__logo {
    left: 0;
    top: 0;
    z-index: 9998;
  }
  header.header__contents1 .section__container .header__logo img {
    width: 185px;
  }
  header.header__contents1 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header__contents1 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: auto;
    top: auto;
    left: 5%;
    bottom: 10px;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
  }
  header.header__contents1 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
}
/* ============
header | header__contents1//
============ */
/* ============
header | header-contents2//
============ */
header.header-contents2.scroll .header__logo img.logo-top {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
}
header.header-contents2.scroll .header__logo img.logo-scroll {
  opacity: 1 !important;
  visibility: visible !important;
}
header.header-contents2.scroll .header__nav a {
  color: #333 !important;
}
header.header-contents2 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header-contents2 .section__container .header__logo img {
  width: clamp(150px, 19vw, 500px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__logo img.logo-top {
  opacity: 1;
  visibility: visible;
}
header.header-contents2 .section__container .header__logo img.logo-scroll {
  opacity: 0;
  visibility: hidden;
}
header.header-contents2 .section__container .header__nav {
  position: fixed;
  right: 230px;
  top: 37px;
  z-index: 5;
}
header.header-contents2 .section__container .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
header.header-contents2 .section__container .header__nav ul li a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__contact a {
  position: fixed;
  right: 140px;
  top: 25px;
  z-index: 5;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents2 .section__container .header__contact a i {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents2 .section__container .header__contact a:before {
  content: "";
  border-radius: 50%;
  background-color: #004E6B;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents2 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 30px;
  top: 15px;
  padding: 31px 16px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  background-color: #ffffff;
}
header.header-contents2 .section__container .header__menu #overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #004E6B;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header-contents2 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header-contents2 .section__container .header__menu #overlay-button span:before, header.header-contents2 .section__container .header__menu #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #004E6B;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header-contents2 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: #004E6B;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header-contents2 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header-contents2 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  header.header-contents2 .section__container .header__logo {
    left: 10px;
    top: 19px;
    z-index: 9998;
  }
  header.header-contents2 .section__container .header__logo img {
    width: 185px;
  }
  header.header-contents2 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header-contents2 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: 87px;
    top: 5px;
    left: auto;
    bottom: auto;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
    width: auto;
  }
  header.header-contents2 .section__container .header__contact a:before {
    content: "";
    border-radius: 50%;
    background-color: #004E6B;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: -1;
  }
  header.header-contents2 .section__container .header__contact a i {
    font-size: 1.2rem;
  }
  header.header-contents2 .section__container .header__nav {
    display: none;
  }
  header.header-contents2 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
  header.header-contents2 .section__container .header__menu #overlay-button {
    right: 10px;
    padding: 24px 11px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span {
    width: 30px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:before {
    top: -10px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:after {
    top: 10px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:before, header.header-contents2 .section__container .header__menu #overlay-button span:after {
    width: 30px;
  }
}
/* ============
header | header-contents2//
============ */
/* ============
header | header-contents5//
============ */
header.header-contents5 {
  background-color: #ffffff;
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header.header-contents5 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header-contents5 .section__container .header__logo img {
  width: clamp(150px, 19vw, 500px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__logo img.logo-top {
  opacity: 1;
  visibility: visible;
}
header.header-contents5 .section__container .header__logo img.logo-scroll {
  opacity: 0;
  visibility: hidden;
}
header.header-contents5 .section__container .header__nav {
  position: fixed;
  right: 110px;
  top: 17px;
  z-index: 5;
}
header.header-contents5 .section__container .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents5 .section__container .header__nav ul li a {
  padding: 5px 30px;
  border-right: 1px solid #aaa;
  color: #555555;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__nav ul li:last-child a {
  border-right: none;
}
header.header-contents5 .section__container .header__contact a {
  position: fixed;
  right: 140px;
  top: 25px;
  z-index: 5;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents5 .section__container .header__contact a i {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents5 .section__container .header__contact a:before {
  content: "";
  border-radius: 50%;
  background-color: #004E6B;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents5 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 37px 22px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #555555;
}
header.header-contents5 .section__container .header__menu #overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header-contents5 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header-contents5 .section__container .header__menu #overlay-button span:before, header.header-contents5 .section__container .header__menu #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header-contents5 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header-contents5 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header-contents5 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  header.header-contents5 .section__container .header__logo {
    left: 10px;
    top: 19px;
    z-index: 9998;
  }
  header.header-contents5 .section__container .header__logo img {
    width: 185px;
  }
  header.header-contents5 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header-contents5 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: 87px;
    top: 5px;
    left: auto;
    bottom: auto;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
    width: auto;
  }
  header.header-contents5 .section__container .header__contact a:before {
    content: "";
    border-radius: 50%;
    background-color: #004E6B;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: -1;
  }
  header.header-contents5 .section__container .header__contact a i {
    font-size: 1.2rem;
  }
  header.header-contents5 .section__container .header__nav {
    display: none;
  }
  header.header-contents5 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
  header.header-contents5 .section__container .header__menu #overlay-button {
    right: 10px;
    padding: 24px 11px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span {
    width: 30px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:before {
    top: -10px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:after {
    top: 10px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:before, header.header-contents5 .section__container .header__menu #overlay-button span:after {
    width: 30px;
  }
}
/* ============
header | header-contents5//
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
title1
============ */
.title1 {
  margin-bottom: 60px;
}
.title1 h3 {
  color: #004E6B;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
}
.title1 h3 span {
  display: block;
  color: #558597;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.1vw, 2rem);
  font-weight: 800;
}
.title1 h4 {
  color: #004E6B;
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 500;
}
.title1 h4 span {
  display: block;
  color: #558597;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .title1 {
    margin-bottom: 40px;
  }
}
/* ============
title1
============ */
/* ============
title2
============ */
.title2 {
  margin-bottom: 60px;
}
.title2 h3 {
  color: #004E6B;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 300;
}
.title2 h3 span {
  letter-spacing: 1.5px;
  display: block;
  color: #558597;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
}
.title2 h4 {
  color: #004E6B;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 300;
}
.title2 h4 span {
  letter-spacing: 1.5px;
  display: block;
  color: #558597;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1rem);
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 40px;
  }
}
/* ============
title2
============ */
/* ============
title3
============ */
.title3 {
  margin-bottom: 40px;
}
.title3 h3, .title3 h4 {
  font-family: "Noto Sans JP", serif;
  text-align: left;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.title3 h3:after, .title3 h4:after {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #ccc;
  margin-left: 15px;
}
.title3 h3.white, .title3 h4.white {
  color: #ffffff;
}
.title3 h3.white:before, .title3 h3.white.after, .title3 h4.white:before, .title3 h4.white.after {
  background-color: #ffffff;
}
.title3.center h3, .title3.center h4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title3.center h3:before, .title3.center h4:before {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #ccc;
  margin-right: 15px;
}
.title3.grow h3:before, .title3.grow h4:before {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.title3.grow h3:after, .title3.grow h4:after {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .title3 {
    margin-bottom: 20px;
  }
  .title3 h3:before, .title3 h4:before {
    width: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .title3 h3:after, .title3 h4:after {
    width: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}
/* ============
title3
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
button a.blue, button input.blue, button label.blue {
  background-color: #004E6B !important;
}
button a.blue:hover, button input.blue:hover, button label.blue:hover {
  background-color: #ffffff !important;
  color: #004E6B !important;
}
button a.blue:hover:before, button input.blue:hover:before, button label.blue:hover:before {
  background-color: #004E6B !important;
}
button a.blue:hover:after, button input.blue:hover:after, button label.blue:hover:after {
  background-color: #004E6B !important;
}
button a.white, button input.white, button label.white {
  background-color: #ffffff !important;
  color: #558597 !important;
}
button a.white:before, button input.white:before, button label.white:before {
  background-color: #558597 !important;
}
button a.white:after, button input.white:after, button label.white:after {
  background-color: #558597 !important;
}
button a.white:hover, button input.white:hover, button label.white:hover {
  background-color: #558597 !important;
  color: #ffffff !important;
}
button a.white:hover:before, button input.white:hover:before, button label.white:hover:before {
  background-color: #ffffff !important;
}
button a.white:hover:after, button input.white:hover:after, button label.white:hover:after {
  background-color: #ffffff !important;
}
button a.line, button input.line, button label.line {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ffffff !important;
}
button a.line:hover, button input.line:hover, button label.line:hover {
  background-color: #ffffff !important;
  color: #558597 !important;
}
button a.line:hover:before, button input.line:hover:before, button label.line:hover:before {
  background-color: #558597 !important;
}
button a.line:hover:after, button input.line:hover:after, button label.line:hover:after {
  background-color: #558597 !important;
}
button.center {
  display: inline-block !important;
  width: 100%;
}

/* ============
button1
============ */
button.button1 {
  display: block;
  margin-top: 30px;
}
button.button1 a, button.button1 input, button.button1 label {
  background-color: #558597;
  border: 1px solid #558597;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button1 a:hover, button.button1 input:hover, button.button1 label:hover {
  background-color: #ffffff;
  color: #558597;
}
button.button1.medium a, button.button1.medium input, button.button1.medium label {
  padding: 15px 0;
  width: 250px;
}
button.button1.large a, button.button1.large input, button.button1.large label {
  padding: 20px 0;
  width: 400px;
}

@media screen and (max-width: 767px) {
  button.button1 {
    width: 100%;
  }
  button.button1 a, button.button1 input, button.button1 label {
    display: block;
  }
  button.button1.medium a, button.button1.medium input, button.button1.medium label {
    padding: 15px 0;
    width: 100%;
  }
  button.button1.large a, button.button1.large input, button.button1.large label {
    padding: 20px 0;
    width: 100%;
  }
}
/* ============
button1
============ */
/* ============
button3
============ */
button.button3 {
  display: block;
  margin-top: 30px;
}
button.button3 a, button.button3 input, button.button3 label {
  background-color: #558597;
  border: 1px solid #558597;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button3 a:hover, button.button3 input:hover, button.button3 label:hover {
  background-color: #ffffff;
  color: #558597;
}
button.button3 a:hover:after, button.button3 input:hover:after, button.button3 label:hover:after {
  background-color: #558597;
}
button.button3 a:after, button.button3 input:after, button.button3 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button3.medium a, button.button3.medium input, button.button3.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button3.medium a:after, button.button3.medium input:after, button.button3.medium label:after {
  width: 40px;
}
button.button3.large a, button.button3.large input, button.button3.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button3.large a:after, button.button3.large input:after, button.button3.large label:after {
  width: 70px;
}
button.button3.center a, button.button3.center input, button.button3.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button3 {
    width: 100%;
  }
  button.button3 a, button.button3 input, button.button3 label {
    display: block;
  }
  button.button3.medium a, button.button3.medium input, button.button3.medium label {
    width: 100%;
  }
  button.button3.medium a:after, button.button3.medium input:after, button.button3.medium label:after {
    width: 70px;
  }
  button.button3.large a, button.button3.large input, button.button3.large label {
    width: 100%;
  }
}
/* ============
button3
============ */
/* ============
button4
============ */
button.button4 {
  display: block;
  margin-top: 30px;
}
button.button4 a, button.button4 input, button.button4 label {
  background-color: #558597;
  border: 1px solid #558597;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button4 a:hover, button.button4 input:hover, button.button4 label:hover {
  background-color: #ffffff;
  color: #558597;
}
button.button4 a:hover:after, button.button4 input:hover:after, button.button4 label:hover:after {
  border-color: #558597;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button4 a:after, button.button4 input:after, button.button4 label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button.button4.medium a, button.button4.medium input, button.button4.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button4.large a, button.button4.large input, button.button4.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button4.center a, button.button4.center input, button.button4.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button4 {
    width: 100%;
  }
  button.button4 a, button.button4 input, button.button4 label {
    display: block;
  }
  button.button4.medium a, button.button4.medium input, button.button4.medium label {
    width: 100%;
  }
  button.button4.medium a:after, button.button4.medium input:after, button.button4.medium label:after {
    width: 70px;
  }
  button.button4.large a, button.button4.large input, button.button4.large label {
    width: 100%;
  }
}
/* ============
button4
============ */
/* ============
button7
============ */
button.button7 {
  display: block;
  margin-top: 30px;
}
button.button7 a, button.button7 input, button.button7 label {
  background-color: #558597;
  border: 1px solid #558597;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button7 a:hover, button.button7 input:hover, button.button7 label:hover {
  background-color: #ffffff;
  color: #558597;
}
button.button7 a:hover:before, button.button7 input:hover:before, button.button7 label:hover:before {
  background-color: #558597;
}
button.button7 a:hover:after, button.button7 input:hover:after, button.button7 label:hover:after {
  background-color: #558597;
}
button.button7 a:before, button.button7 input:before, button.button7 label:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 47%;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7 a:after, button.button7 input:after, button.button7 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 60%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7.medium a, button.button7.medium input, button.button7.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button7.medium a:before, button.button7.medium input:before, button.button7.medium label:before {
  width: 20px;
}
button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
  width: 40px;
}
button.button7.large a, button.button7.large input, button.button7.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button7.large a:before, button.button7.large input:before, button.button7.large label:before {
  width: 20px;
}
button.button7.large a:after, button.button7.large input:after, button.button7.large label:after {
  width: 70px;
}
button.button7.center a, button.button7.center input, button.button7.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button7 {
    width: 100%;
  }
  button.button7 a, button.button7 input, button.button7 label {
    display: block;
  }
  button.button7.medium a, button.button7.medium input, button.button7.medium label {
    width: 100%;
  }
  button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
    width: 70px;
  }
  button.button7.large a, button.button7.large input, button.button7.large label {
    width: 100%;
  }
}
/* ============
button7
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
firstview | firstview__contents1
============ */
#firstview.firstview__contents1 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview__contents1 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
}
#firstview.firstview__contents1 .section__container h1 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4vw, 7rem);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.2925rem;
  left: 50px !important;
  top: 31vw !important;
}
#firstview.firstview__contents1 .section__container h1 span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#firstview.firstview__contents1 .section__container h1 span.fixed {
  color: #004E6B;
}
#firstview.firstview__contents1 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#firstview.firstview__contents1 .section__container .firstview__text h1 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4vw, 7rem);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.2925rem;
}
#firstview.firstview__contents1 .section__container .firstview__text p {
  color: #ddd;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 6.5vw, 12rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12375rem;
}
#firstview.firstview__contents1 .section__container .firstview__text p span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 148, 255, 0.8)), to(rgba(140, 211, 238, 0.8)));
  background: linear-gradient(180deg, rgba(110, 148, 255, 0.8) 0%, rgba(140, 211, 238, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#firstview.firstview__contents1 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview__contents1 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#firstview.firstview__contents1 .section__container .firstview__visual:before {
  content: "";
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(7, 54, 72, 0.4);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #firstview.firstview__contents1 .section__container h1 {
    font-size: clamp(2rem, 12vw, 7rem);
  }
  #firstview.firstview__contents1 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 30px;
    bottom: 50px;
  }
  #firstview.firstview__contents1 .section__container .firstview__text h1 {
    font-size: clamp(2rem, 12vw, 7rem);
    bottom: 61vw !important;
    left: 30px !important;
  }
  #firstview.firstview__contents1 .section__container .firstview__text p {
    text-align: left;
  }
}
/* ============
firstview | firstview__contents1
============ */
/* ============
firstview | firstview__contents3
============ */
#firstview.firstview__contents3 {
  display: none;
}
/* ============
firstview | firstview__contents3
============ */
/* ============
firstview | firstview__contents4
============ */
#firstview.firstview__contents4 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview__contents4 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#firstview.firstview__contents4 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#firstview.firstview__contents4 .section__container .firstview__text h1 {
  color: #FFF;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans JP";
  font-size: clamp(2rem, 3.5vw, 5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2925rem;
}
#firstview.firstview__contents4 .section__container .firstview__text p {
  margin-top: 40px;
  color: #FFF;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 1.3vw, 2.7rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12375rem;
}
#firstview.firstview__contents4 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview__contents4 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #firstview.firstview__contents4 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #firstview.firstview__contents4 .section__container .firstview__text h1 {
    text-align: center;
  }
  #firstview.firstview__contents4 .section__container .firstview__text p {
    text-align: center;
  }
}
/* ============
firstview | firstview__contents4
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
column1-2 | column-contents1-2
============ */
section.column-contents1-2 .section__container .column1-2__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  section.column-contents1-2 .section__container .column1-2__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.column-contents1-2 .section__container .column1-2__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.column-contents1-2 .section__container .column1-2__container .column1-2__block .column1-2__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/* ============
column1-2 | column-contents1-2
============ */
/* ============
column1-2 | column-contents1-2
============ */
/* ============
column1-2 | column-contents1-2
============ */
/* ============
column4-1 | column-contents4-1
============ */
section.column-contents4-1 .section__container .column4-1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__text {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual iframe {
  width: 100%;
  height: 550px;
}
section.column-contents4-1 .section__container .column4-1__block:last-child {
  margin-bottom: 0;
}
section.column-contents4-1 .section__container .column4-1__block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.column-contents4-1 .section__container .column4-1__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.column-contents4-1 .section__container .column4-1__block.reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media screen and (max-width: 767px) {
  section.column-contents4-1 .section__container .column4-1__block {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  section.column-contents4-1 .section__container .column4-1__block .column4-1__text {
    border-top: none;
  }
  section.column-contents4-1 .section__container .column4-1__block .column4-1__visual iframe {
    height: 280px;
  }
  section.column-contents4-1 .section__container .column4-1__block:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.column-contents4-1 .section__container .column4-1__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.column-contents4-1 .section__container .column4-1__block.reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
/* ============
column | column-contents4-1
============ */
/* ============
column5-1 | column-contents5-1
============ */
section#column5-1.column-contents5-1 .section__container {
  max-width: 1000px;
  /*contents*/
}
section#column5-1.column-contents5-1 .section__container .column5-1__contents {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px 100px;
  /*block*/
}
section#column5-1.column-contents5-1 .section__container .column5-1__contents .column5-1__block {
  /*visual*/
  /*text*/
}
section#column5-1.column-contents5-1 .section__container .column5-1__contents .column5-1__block .column5-1__text {
  margin-top: 20px;
}
section#column5-1.column-contents5-1 .section__container .column5-1__contents .column5-1__block .column5-1__text p {
  line-height: 1.7;
}

/* ============
column5-1 | column-contents5-1//
============ */
/* ============
column1 | column__contents1
============ */
#column1.column__contents1 .section__container .column1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
#column1.column__contents1 .section__container .column1__block .column1__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column1.column__contents1 .section__container .column1__block .column1__text h4 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: 30px;
}
#column1.column__contents1 .section__container .column1__block .column1__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column1.column__contents1 .section__container .column1__block .column1__visual img {
  width: 100%;
  height: auto;
  display: block;
}
#column1.column__contents1 .section__container .column1__block:last-child {
  margin-bottom: 0;
}
#column1.column__contents1 .section__container .column1__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #column1.column__contents1 .section__container .column1__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #column1.column__contents1 .section__container .column1__block .column1__text h4 {
    margin-bottom: 10px;
  }
  #column1.column__contents1 .section__container .column1__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
column1 | column__contents1
============ */
/* ============
column3 | column__contents3
============ */
#column3.column__contents3 .section__container .column3__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
#column3.column__contents3 .section__container .column3__block .column3__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column3.column__contents3 .section__container .column3__block .column3__text h4 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: 30px;
}
#column3.column__contents3 .section__container .column3__block .column3__visual {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}
#column3.column__contents3 .section__container .column3__block .column3__visual img {
  width: 100%;
  height: auto;
  display: block;
}
#column3.column__contents3 .section__container .column3__block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #column3.column__contents3 .section__container .column3__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #column3.column__contents3 .section__container .column3__block .column3__text h4 {
    margin-bottom: 10px;
  }
}
/* ============
column3 | column__contents3
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
visual1 | visual-contents1
============ */
section.visual-contents1 {
  margin-top: 28vw;
  height: 100vh;
}
section.visual-contents1 .section__container {
  max-width: none;
  width: 100%;
  height: 100%;
}
section.visual-contents1 .section__container .visual1__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
section.visual-contents1 .section__container .visual1__container .visual1__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 9vw;
}
section.visual-contents1 .section__container .visual1__container .visual1__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.visual-contents1 .section__container .visual1__container .visual1__visual img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents1 .section__container .visual1__container .visual1__visual img.visual2 {
  position: absolute;
  right: 6vw;
  top: -26vw;
  width: 26vw;
  height: auto;
}

@media screen and (max-width: 767px) {
  section.visual-contents1 {
    height: auto !important;
  }
  section.visual-contents1 .section__container .visual1__container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.visual-contents1 .section__container .visual1__container .visual1__text {
    width: 93%;
    margin: 0 auto 0;
  }
  section.visual-contents1 .section__container .visual1__container .visual1__visual {
    width: 100%;
  }
  section.visual-contents1 .section__container .visual1__container .visual1__visual img.visual1 {
    width: 54%;
    height: 45svh;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0;
  }
  section.visual-contents1 .section__container .visual1__container .visual1__visual img.visual2 {
    right: 5vw;
    top: -10vw;
    width: 38vw;
  }
}
/* ============
visual1 | visual-contents1
============ */
/* ============
visual2 | visual-contents2
============ */
section.visual-contents2 {
  height: 85vh;
  max-height: 1200px;
}
@media screen and (max-width: 1100px) {
  section.visual-contents2 {
    height: 100vh;
  }
}
section.visual-contents2 .section__container {
  width: 100%;
  height: 100%;
}
section.visual-contents2 .section__container .visual2__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
section.visual-contents2 .section__container .visual2__container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.visual-contents2 .section__container .visual2__container.reverse .visual2__text {
  margin-left: 0;
  margin-right: 10%;
}
section.visual-contents2 .section__container .visual2__container .visual2__text {
  width: calc(40% - 50px);
  margin-left: 10%;
  margin-top: 3vw;
}
section.visual-contents2 .section__container .visual2__container .visual2__visual {
  width: 50%;
  height: 100%;
}
section.visual-contents2 .section__container .visual2__container .visual2__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents2 .section__container .visual2__container:last-child {
  margin-bottom: 0;
}
section.visual-contents2 .section__container .visual2__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  section.visual-contents2 {
    height: auto !important;
    max-height: none !important;
  }
  section.visual-contents2 .section__container {
    max-width: none;
  }
  section.visual-contents2 .section__container .visual2__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents2 .section__container .visual2__container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents2 .section__container .visual2__container.reverse .visual2__text {
    margin-left: auto;
    margin-right: auto;
  }
  section.visual-contents2 .section__container .visual2__container .visual2__text {
    width: 93%;
    margin: 0 auto 0;
  }
  section.visual-contents2 .section__container .visual2__container .visual2__visual {
    width: 100%;
  }
  section.visual-contents2 .section__container .visual2__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual2 | visual-contents2
============ */
/* ============
visual5 | visual-contents5
============ */
section.visual-contents5 {
  height: 100vh;
}
section.visual-contents5 .section__container {
  max-width: none;
  width: 100%;
  height: 100%;
}
section.visual-contents5 .section__container .visual5__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.visual-contents5 .section__container .visual5__container .visual5__text {
  z-index: 1;
}
section.visual-contents5 .section__container .visual5__container .visual5__text h3 {
  color: #ffffff;
}
section.visual-contents5 .section__container .visual5__container .visual5__text p {
  color: #ffffff;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  section.visual-contents5 {
    max-height: none !important;
  }
  section.visual-contents5 .section__container .visual5__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents5 .section__container .visual5__container .visual5__text {
    width: 93%;
    margin: 60px auto;
    margin-left: auto;
  }
  section.visual-contents5 .section__container .visual5__container .visual5__visual {
    width: 100%;
  }
  section.visual-contents5 .section__container .visual5__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual5 | visual-contents5
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
slide1 | slide__contents1
============ */
#slide1.slide__contents1 .section__container .swiper {
  width: 90%;
}
#slide1.slide__contents1 .section__container .swiper.slider {
  width: 70%;
}
#slide1.slide__contents1 .section__container .swiper.slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail {
  margin-top: 30px;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#slide1.slide__contents1 .section__container .swiper-pagination {
  bottom: -50px;
}
#slide1.slide__contents1 .section__container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#slide1.slide__contents1 .section__container .swiper-button-prev, #slide1.slide__contents1 .section__container .swiper-button-next {
  color: #333;
  top: 40%;
}
#slide1.slide__contents1 .section__container .swiper-button-prev {
  left: 40px;
}
#slide1.slide__contents1 .section__container .swiper-button-next {
  right: 40px;
}

/* ============
slide1 | slide__contents1
============ */
/* ============
slide | slide-contents3
============ */
section.slide-contents3 .section__container {
  width: 100%;
  max-width: none;
}
section.slide-contents3 .section__container .infinite-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.slide-contents3 .section__container .infinite-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide img {
  display: block;
  height: auto;
}

@media screen and (max-width: 767px) {
  section.slide-contents3 .section__container .infinite-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* ============
slide | slide-contents3
============ */
/* ============
slide | slide-contents4
============ */
section.slide-contents4 .section__container {
  width: 100%;
  max-width: none;
}
section.slide-contents4 .section__container .infinite-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide img {
  display: block;
  height: auto;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide1 {
  padding-top: 168px;
  width: 300px;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide2 {
  width: 350px;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide3 {
  width: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-top: 45px;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide3 img {
  margin-left: 0;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide4 {
  width: 275px;
  padding-top: 170px;
}
section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide5 {
  width: 275px;
}
@media screen and (max-width: 767px) {
  section.slide-contents4 .section__container .infinite-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide1 {
    width: 200px;
  }
  section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide2 {
    width: 233.3333333333px;
  }
  section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide3 {
    width: 218.6666666667px;
    gap: 50px;
  }
  section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide4 {
    width: 183.3333333333px;
  }
  section.slide-contents4 .section__container .infinite-slider .swiper-wrapper .swiper-slide.swiper-slide5 {
    width: 183.3333333333px;
  }
}
/* ============
slide | slide-contents4
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
cta3-1 | cta-contents3-1
============ */
section.cta-contents3-1 {
  height: 85vh;
  max-height: 1200px;
  background-color: #558597;
}
section.cta-contents3-1 .section__container {
  width: 100%;
  height: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
  width: calc(40% - 50px);
  margin-left: 10%;
  margin-top: 3vw;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text .title2 h3 {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text p {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel {
  margin-top: 40px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a {
  color: #ffffff;
  font-size: clamp(2rem, 1.6vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  line-height: 1.3;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a span {
  font-size: clamp(3rem, 3.8vw, 7rem);
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel p {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button {
  margin-top: 0;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button a {
  width: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
  width: 50%;
  height: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.cta-contents3-1 .section__container .cta3-1__container:last-child {
  margin-bottom: 0;
}
section.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  section.cta-contents3-1 {
    height: auto !important;
    max-height: none !important;
    padding-bottom: 40px;
  }
  section.cta-contents3-1 .section__container {
    max-width: none;
  }
  section.cta-contents3-1 .section__container .cta3-1__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
    width: 93%;
    margin: 40px auto 0;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
    width: 100%;
  }
  section.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
cta3-1 | cta-contents3-1
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load .section-container .load__visual img {
  width: 350px;
}
section.load-contents1#load.top {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  section.load-contents1#load .section-container .load__visual img {
    width: 70%;
  }
  section.load-contents1#load.top {
    background-color: #004E6B;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 13px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #555555;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #555555;
  word-break: break-all;
  font-weight: 400;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  p.center {
    text-align: left;
  }
}
p a {
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1680px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
/* ============
post1-1 | post-contents1-1
============ */
section.post-contents1-1 .section__container .post1-1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__text {
  -webkit-box-flex: 0.45;
      -ms-flex: 0.45;
          flex: 0.45;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title1, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title2, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title3, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title4, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title5, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title6, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title7, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title8, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title9, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title10 {
  margin-bottom: 0;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
  width: 100%;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  section.post-contents1-1 .section__container .post1-1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
    padding: 15px 0 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}
/* ============
post1-1 | post-contents1-1
============ */
/* ============
post2 | post-contents2
============ */
section.post-contents2 .section__container .post2__block .post2__post {
  margin-top: 60px;
}
section.post-contents2 .section__container .post2__block .post2__post ul li {
  width: 100%;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.post-contents2 .section__container .post2__block .post2__post ul li span.post2__date {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
section.post-contents2 .section__container .post2__block .post2__post ul li span.post2__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  section.post-contents2 .section__container .post2__block .post2__post {
    margin-top: 8vw;
  }
  section.post-contents2 .section__container .post2__block .post2__post ul li {
    padding: 15px 0 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.post-contents2 .section__container .post2__block .post2__post ul li span.post2__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}
/* ============
post2 | post-contents2
============ */
p {
  font-weight: 400;
  line-height: 2.3;
}
p.en {
  line-height: 2;
  margin-top: 20px;
  color: #888;
}

/* ============
header | header-contents5//
============ */
header.header-contents5 {
  background-color: #004E6B;
}
header.header-contents5 .section__container .header__logo img {
  width: 280px;
}
header.header-contents5 .section__container .header__nav ul li a {
  border-right: none;
  color: #ffffff;
}
header.header-contents5 .section__container .header__cta {
  position: absolute;
  right: 100px;
  top: 11px;
}
header.header-contents5 .section__container .header__cta a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 30px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}
header.header-contents5 .section__container .header__cta a span {
  display: block;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
}
header.header-contents5 .section__container .header__menu #overlay-button {
  background-color: rgba(0, 0, 0, 0);
}
header.header-contents5 .section__container .header__menu #overlay {
  background: rgba(0, 78, 107, 0.8);
}
header.header-contents5 .section__container .header__menu #overlay ul li a {
  font-family: "Noto Sans JP", serif;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
  header.header-contents5 .section__container .header__logo {
    top: 13px;
  }
  header.header-contents5 .section__container .header__logo img {
    width: 260px;
  }
  header.header-contents5 .section__container .header__cta {
    position: fixed;
    right: auto;
    top: auto;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #004E6B;
  }
  header.header-contents5 .section__container .header__cta a {
    padding: 7px 0;
    width: 95%;
    margin: 0 auto;
    margin: 7px auto 7px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button {
    top: 14px;
  }
}
/* ============
header | header-contents5//
============ */
/* ============
firstview | firstview-contents5
============ */
#firstview.firstview-contents5 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview-contents5 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#firstview.firstview-contents5 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 60px;
}
#firstview.firstview-contents5 .section__container .firstview__text h1 {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2925rem;
  text-align: center;
}
#firstview.firstview-contents5 .section__container .firstview__text p {
  margin-top: 3vw;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(0.9rem, 1.1vw, 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.6rem, 2.6vw, 3.8rem);
  letter-spacing: 0.12375rem;
  text-align: center;
}
#firstview.firstview-contents5 .section__container .firstview__text p.en {
  margin-top: 10px;
  font-size: 1rem;
  color: #fff;
}
#firstview.firstview-contents5 .section__container .firstview__text p.en.title {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 1.5rem;
  margin-top: 50px;
}
#firstview.firstview-contents5 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview-contents5 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#firstview.firstview-contents5 .section__container .firstview__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #firstview.firstview-contents5 .section__container .firstview__text {
    top: -20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__text h1 {
    text-align: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__text p {
    text-align: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__text p.en.title {
    margin-top: 40px;
    line-height: 1.5;
  }
}
/* ============
firstview | firstview-contents5
============ */
/* ============
slide | slide-contents4
============ */
#slide.slide-contents4 {
  margin-top: 70px;
}
/* ============
slide | slide-contents4
============ */
/* ============
room | visual-contents2
============ */
section#room {
  background-color: #EAEEF0;
  padding-top: 110px;
  margin-top: 100px;
}
section#room.visual-contents2 {
  height: 78vh;
}
@media screen and (max-width: 767px) {
  section#room {
    padding-top: 0px;
    margin-top: 80px;
  }
  section#room.visual-contents2 .section__container .room__container .room__text {
    margin-top: 30px;
  }
}
/* ============
room | visual-contents2
============ */
/* ============
column1-2 | column-contents1-2
============ */
section#facility {
  background-color: #EAEEF0;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  section#facility.column-contents1-2 .section__container .column1-2__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#facility.column-contents1-2 .section__container .facility__text {
  margin-top: 60px;
}
section#facility.column-contents1-2 .section__container .facility__text h3 {
  text-align: center;
}
section#facility.column-contents1-2 .section__container .facility__text p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#facility {
    padding-top: 80px;
  }
  section#facility.column-contents1-2 .section__container .facility__text {
    margin-top: 40px;
  }
  section#facility.column-contents1-2 .section__container .facility__text h3 {
    text-align: left;
  }
  section#facility.column-contents1-2 .section__container .facility__text p {
    text-align: left;
  }
}
/* ============
column1-2 | column-contents1-2
============ */
/* ============
journal | visual-contents5
============ */
section#journal {
  padding-top: 90px;
  background-color: #EAEEF0;
}
@media screen and (max-width: 767px) {
  section#journal {
    padding-top: 60px;
  }
}
/* ============
journal | visual-contents5
============ */
/* ============
access | column-contents4-1
============ */
#access {
  margin-top: 110px;
}
#access.column-contents4-1 .section__container .access__block .access__visual iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  #access {
    margin-top: 60px;
  }
  #access.column-contents4-1 .section__container .access__block .access__text {
    margin-top: 30px;
  }
}
/* ============
access | column-contents4-1
============ */
/* ============
information | post-contents1-1
============ */
#information.post-contents1-1 {
  margin-top: 100px;
}
#information.post-contents1-1 .section__container .post1-1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__text {
  -webkit-box-flex: 0.45;
      -ms-flex: 0.45;
          flex: 0.45;
  margin-top: 30px;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title2 {
  margin-bottom: 0;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
  width: 100%;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  #information.post-contents1-1 {
    margin-top: 60px;
  }
  #information.post-contents1-1 .section__container .post1-1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #information.post-contents1-1 .section__container .post1-1__block .post1-1__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #information.post-contents1-1 .section__container .post1-1__block .post1-1__post {
    margin-top: 20px;
  }
  #information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
    padding: 15px 0 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}
/* ============
information | post-contents1-1
============ */
/* ============
cta3-1 | cta-contents3-1
============ */
#contact.cta-contents3-1 {
  margin-top: 90px;
  height: 85vh;
  max-height: 1200px;
  background-color: #558597;
}
#contact.cta-contents3-1 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#contact.cta-contents3-1 .section__container .cta3-1__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
  width: calc(40% - 50px);
  margin-left: 10%;
  margin-top: 3vw;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text .title2 h3 {
  color: #ffffff;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text p {
  color: #ffffff;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel {
  margin-top: 40px;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a {
  color: #ffffff;
  font-size: clamp(2rem, 1.6vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  line-height: 1.3;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a span {
  font-size: clamp(3rem, 3.8vw, 7rem);
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel p {
  color: #ffffff;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button {
  margin-top: 0;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button a {
  width: 100%;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
  width: 50%;
  height: 100%;
}
#contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact.cta-contents3-1 .section__container .cta3-1__container:last-child {
  margin-bottom: 0;
}
#contact.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  #contact.cta-contents3-1 {
    height: auto !important;
    max-height: none !important;
    padding-bottom: 40px;
  }
  #contact.cta-contents3-1 .section__container {
    max-width: none;
  }
  #contact.cta-contents3-1 .section__container .cta3-1__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
    width: 93%;
    margin: 40px auto 0;
  }
  #contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  #contact.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
    width: 100%;
  }
  #contact.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
cta3-1 | cta-contents3-1
============ */
/* ============
footer | footer-contents2
============ */
.footer-contents2 {
  background-color: #004E6B;
  display: block;
  padding-top: 80px;
  padding-bottom: 120px;
}
.footer-contents2 .footer-container {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /*logo*/
  /*text*/
  /*nav*/
  /*sns*/
}
.footer-contents2 .footer-container .footer-contents2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
.footer-contents2 .footer-container .footer-contents2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.footer-contents2 .footer-container .footer-contents2__logo {
  text-align: left;
  width: 25%;
}
.footer-contents2 .footer-container .footer-contents2__logo a img {
  display: inline-block;
}
.footer-contents2 .footer-container .footer-contents2__text {
  width: calc(70% - 30px);
}
.footer-contents2 .footer-container .footer-contents2__text p {
  color: #ffffff !important;
  line-height: 1.5;
  font-weight: 300;
}
.footer-contents2 .footer-container .footer-contents2__text .footer-contents2__tel {
  margin-top: 20px;
}
.footer-contents2 .footer-container .footer-contents2__nav ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 15px;
}
.footer-contents2 .footer-container .footer-contents2__nav ul li a {
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}
.footer-contents2 .footer-container .footer-contents2__nav ul.submenu {
  margin-top: 10px;
}
.footer-contents2 .footer-container .footer-contents2__nav ul.submenu li a {
  font-size: 1rem;
}
.footer-contents2 .footer-container .footer-contents2__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.footer-contents2 .footer-container .footer-contents2__sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 300;
}
.footer-contents2 .footer-container .footer-contents2__sns ul li a i {
  font-size: 1.2rem;
  margin-right: 8px;
  position: relative;
  color: #ac9999;
}
.footer-contents2 .footer-container .footer-contents2__sns ul li a i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 11px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
.footer-contents2 .footer-container .footer-contents2__sns ul li a i:before {
  position: relative;
  z-index: 1;
}
.footer-contents2 .footer-container .footer-contents2__copyright {
  width: 100%;
}
.footer-contents2 .footer-container .footer-contents2__copyright p {
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 20px;
  font-weight: 300;
}

@media screen and (max-width: 1100px) {
  .footer-contents2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .footer-contents2 .footer-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
    /*logo*/
    /*text*/
    /*sns*/
    /*copyright*/
    /*nav*/
  }
  .footer-contents2 .footer-container .footer-contents2__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer-contents2 .footer-container .footer-contents2__right {
    display: none;
  }
  .footer-contents2 .footer-container .footer-contents2__logo {
    width: 40%;
    text-align: center;
  }
  .footer-contents2 .footer-container .footer-contents2__text {
    width: 100%;
  }
  .footer-contents2 .footer-container .footer-contents2__text p {
    text-align: center;
  }
  .footer-contents2 .footer-container .footer-contents2__sns {
    display: none;
  }
  .footer-contents2 .footer-container .footer-contents2__sns ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer-contents2 .footer-container .footer-contents2__sns ul li {
    margin: 0 auto;
  }
  .footer-contents2 .footer-container .footer-contents2__copyright {
    text-align: center;
  }
  .footer-contents2 .footer-container .footer-contents2__nav {
    display: none;
  }
}
/* ============
footer | footer-contents2//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  margin-top: 0;
  margin-bottom: 6vw;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 {
    margin-bottom: 12vw;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li {
    font-size: 0.9rem;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
    font-size: 0.9rem;
  }
}
/* ============
pageheader | pageheader-contents1-1//
============ */
/* ============
room__detail | visual-contents2
============ */
section.visual-contents2.room__detail {
  margin-top: 8vw;
  height: auto;
  max-height: none;
}
section.visual-contents2.room__detail .section__container {
  /*container*/
  /*desc*/
}
section.visual-contents2.room__detail .section__container .visual2__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.visual-contents2.room__detail .section__container .visual2__container .visual2__text {
  margin-top: 0;
}
section.visual-contents2.room__detail .section__container .visual2__container .visual2__text .title3 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
}
section.visual-contents2.room__detail .section__container .visual2__container .visual2__text .title3 h3 span {
  color: #888;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  display: block;
}
section.visual-contents2.room__detail .section__container .visual2__container .visual2__text .title3 h3:after {
  display: none;
}
section.visual-contents2.room__detail .section__container .visual2__desc {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #EAEEF0;
  padding: 30px;
}
section.visual-contents2.room__detail .section__container .visual2__desc p {
  text-align: center;
  line-height: 1.7;
}
section.visual-contents2.room__detail .section__container .visual2__desc p.desc__title {
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section.visual-contents2.room__detail {
    margin-top: 22vw;
  }
  section.visual-contents2.room__detail .section__container {
    /*container*/
    /*desc*/
  }
  section.visual-contents2.room__detail .section__container .visual2__container {
    margin-bottom: 30px;
  }
  section.visual-contents2.room__detail .section__container .visual2__container .visual2__text {
    margin-top: 8vw;
  }
  section.visual-contents2.room__detail .section__container .visual2__container .visual2__text .title3 h3 span {
    margin-left: 5px;
  }
  section.visual-contents2.room__detail .section__container .visual2__desc {
    width: 93%;
    padding: 30px 20px;
  }
  section.visual-contents2.room__detail .section__container .visual2__desc p {
    text-align: left !important;
  }
}
/* ============
room__detail | visual-contents2
============ */
#price {
  margin-top: 60px;
}

/* ============
facility-slide | slide-contents3
============ */
section.slide-contents3.facility-slide {
  margin-top: 5vw;
}
section.slide-contents3.facility-slide .section__container {
  /*text*/
}
section.slide-contents3.facility-slide .section__container .slide__text {
  margin-top: 0;
}
section.slide-contents3.facility-slide .section__container .slide__text .title3 h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
}
section.slide-contents3.facility-slide .section__container .slide__text .title3 h4 span {
  color: #888;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  display: block;
}
section.slide-contents3.facility-slide .section__container .slide__text .title3 h4:after {
  display: none;
}
@media screen and (max-width: 767px) {
  section.slide-contents3 .section__container {
    /*text*/
  }
  section.slide-contents3 .section__container .slide__text {
    width: 93%;
    margin: 0 auto;
  }
}
/* ============
facility-slide | slide-contents3
============ */
/* ============
lunch | column-contents4-1
============ */
section#lunch {
  margin-top: 110px;
}
section#lunch.column-contents4-1 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
}
@media screen and (max-width: 767px) {
  section#lunch {
    margin-top: 60px;
  }
  section#lunch.column-contents4-1 .section__container .column4-1__block .column4-1__text {
    margin-top: 10px;
  }
  section#lunch.column-contents4-1 .section__container .column4-1__block .column4-1__text h3 {
    text-align: center !important;
  }
}
/* ============
lunch | column-contents4-1
============ */
/* ============
other | column-contents5-1
============ */
section#other.column-contents5-1 {
  margin-top: 110px;
}
section#other.column-contents5-1 .section__container {
  max-width: 1000px;
  /*contents*/
}
section#other.column-contents5-1 .section__container .column5-1__contents {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px 100px;
  /*block*/
}
@media screen and (max-width: 1100px) {
  section#other.column-contents5-1 .section__container .column5-1__contents {
    gap: 20px 40px;
  }
}
section#other.column-contents5-1 .section__container .column5-1__contents .column5-1__block {
  /*visual*/
  /*text*/
}
section#other.column-contents5-1 .section__container .column5-1__contents .column5-1__block .column5-1__text {
  margin-top: 20px;
}
section#other.column-contents5-1 .section__container .column5-1__contents .column5-1__block .column5-1__text .title3 h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.1rem, 1.3vw, 1.6rem);
  display: block;
  margin-bottom: 20px;
}
section#other.column-contents5-1 .section__container .column5-1__contents .column5-1__block .column5-1__text p {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  section#other.column-contents5-1 {
    margin-top: 50px;
  }
  section#other.column-contents5-1 .section__container {
    max-width: 100%;
    /*contents*/
  }
  section#other.column-contents5-1 .section__container .column5-1__contents {
    grid-template-columns: repeat(1, 2fr);
    /*block*/
  }
  section#other.column-contents5-1 .section__container .column5-1__contents .column5-1__block {
    /*visual*/
    /*text*/
  }
}
/* ============
other | column-contents5-1//
============ */
/* ============
journal__detail | column-contents4-1
============ */
section.column-contents4-1.journal__detail {
  margin-top: 110px;
}
section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__text {
  margin-top: 0;
}
section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__text .title3 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
}
section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__text .title3 h3 span {
  color: #888;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  display: block;
}
section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__text .title3 h3:after {
  display: none;
}
section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__visual iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 60px;
  }
  section.column-contents4-1.journal__detail .section__container .column4-1__block .column4-1__text {
    margin-top: 30px;
  }
}
/* ============
journal__detail | column-contents4-1
============ */
/* ============
faq | faq-contents2
============ */
section.faq-contents2 {
  margin-top: 40px;
}
section.faq-contents2 .section__container {
  max-width: 900px;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block {
  border-bottom: 2px solid #EAEEF0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q p {
  width: 80%;
  color: #558597;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q p span.en {
  display: block;
  color: #888;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q i {
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q i.open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__a {
  margin-top: 25px;
  margin-left: 40px;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__a p.en {
  margin-top: 10px;
}
section.faq-contents2 .section__container .faq-contents2__faq .faq__block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q p {
    width: 85%;
  }
  section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__q i {
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
  }
  section.faq-contents2 .section__container .faq-contents2__faq .faq__block .faq__a {
    margin-left: 15px;
  }
}
/* ============
access | access-contents1
============ */
section.access-contents1 .section__container {
  max-width: none;
  width: 100%;
  /*text*/
  /*map*/
  /*address*/
  /*way*/
}
section.access-contents1 .section__container .access__text {
  width: 80%;
  max-width: 1680px;
  margin: 0 auto;
}
section.access-contents1 .section__container .access__map {
  margin-top: 70px;
}
section.access-contents1 .section__container .access__map.access1__map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.access-contents1 .section__container .access__address {
  width: 80%;
  max-width: 1680px;
  margin: 0 auto;
  margin-top: 40px;
}
section.access-contents1 .section__container .access__address.access1__address p {
  line-height: 1.5;
}
section.access-contents1 .section__container .access__way {
  width: 70%;
  max-width: 1680px;
  margin: 0 auto;
  margin-top: 90px;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block {
  display: grid;
  grid-template-columns: 1fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: 1px solid #aaa;
  padding: 30px 10px;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual {
  text-align: center;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual span {
  position: relative;
  display: inline-block;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #004E6B;
  z-index: -1;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual p {
  margin-top: 20px;
  line-height: 1.5;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual p.en {
  margin-top: 5px;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__desc p span {
  font-size: 0.95rem;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__desc p a {
  display: block;
  color: #558597;
  font-size: 0.95rem;
}
section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__desc p.en {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  section.access-contents1 .section__container {
    /*text*/
    /*map*/
    /*address*/
    /*way*/
  }
  section.access-contents1 .section__container .access__text {
    width: 93%;
    max-width: 100%;
  }
  section.access-contents1 .section__container .access__map {
    margin-top: 40px;
  }
  section.access-contents1 .section__container .access__map.access1__map iframe {
    height: 250px;
  }
  section.access-contents1 .section__container .access__address {
    width: 93%;
    max-width: 100%;
    margin-top: 20px;
  }
  section.access-contents1 .section__container .access__address.access1__address p {
    line-height: 1.5;
  }
  section.access-contents1 .section__container .access__way {
    width: 93%;
    max-width: 100%;
    margin-top: 70px;
  }
  section.access-contents1 .section__container .access__way.access1__way.fade .way__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 40px 0px;
  }
  section.access-contents1 .section__container .access__way.access1__way.fade .way__block .way__visual p {
    margin-top: 20px;
  }
}
#page.contact #intro .section__container .intro__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page.contact #intro .section__container .intro__button {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    gap: 20px;
  }
}
#page.contact #intro .section__container .intro__button button {
  margin-top: 0;
}
#page.contact #intro .section__container .intro__button button a {
  width: 100%;
}
#page.contact section.contact__contents1 {
  margin-top: 60px;
}
#page.contact section.contact__contents1 .section__container .contact__form {
  width: 1000px;
  margin: 0 auto;
}
#page.contact section.contact__contents1 .section__container .contact__form form {
  width: 800px;
  margin: 0 auto;
}
#page.contact section.contact__contents1 .section__container .contact__form form .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
#page.contact section.contact__contents1 .section__container .contact__form form .form__item .form__body {
  width: calc(73% - 20px);
}
#page.contact section.contact__contents1 .section__container .contact__form form .form__item .form__label {
  width: 27%;
}
#page.contact section.contact__contents1 .section__container .contact__form form label {
  position: relative;
}
#page.contact section.contact__contents1 .section__container .contact__form form input, #page.contact section.contact__contents1 .section__container .contact__form form textarea, #page.contact section.contact__contents1 .section__container .contact__form form select {
  width: 100%;
  height: auto;
  padding: 7px 0 7px 20px;
  margin-top: 5px;
  border: 2px solid #fff;
  background: #EAEEF0;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: border ease-out 0.4s;
  transition: border ease-out 0.4s;
}
#page.contact section.contact__contents1 .section__container .contact__form form .wpcf7-list-item {
  margin-right: 0 !important;
  margin-left: 25px !important;
  display: block;
}
#page.contact section.contact__contents1 .section__container .contact__form form span.must {
  background-color: #EAEEF0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px 7px;
  letter-spacing: 2px;
  margin: 0 0 0 5px;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=number] {
  width: 70px;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=file] {
  width: auto;
}
#page.contact section.contact__contents1 .section__container .contact__form form .wpcf7-list-item {
  margin: 0 0 0 42px;
}
#page.contact section.contact__contents1 .section__container .contact__form form .wpcf7-list-item.first {
  margin-left: 25px;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=radio] {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=radio]::before, #page.contact section.contact__contents1 .section__container .contact__form form input[type=radio]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F0F1F3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=radio]::after {
  width: 17px;
  height: 17px;
  border: none;
  background: url(../images/common/icon_check-blk.svg) center no-repeat;
  background-size: auto 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=radio]:checked::after {
  opacity: 1;
}
#page.contact section.contact__contents1 .section__container .contact__form form button {
  width: 40%;
  margin: 70px auto 0;
}
#page.contact section.contact__contents1 .section__container .contact__form form input[type=submit] {
  -webkit-appearance: none;
  width: 100%;
  font-weight: 600;
  padding: 15px 0;
  background-color: #004E6B;
  color: #ffffff;
  text-align: center;
  border: none;
  letter-spacing: 2.5px;
}
#page.contact section.contact__contents1 .section__container .contact__form form textarea {
  height: 200px;
}
#page.contact section.contact__contents1 .section__container .contact__form form select {
  margin-bottom: 10px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/icon_select.svg) right 19px center no-repeat;
  background-color: #fff;
}
#page.contact section.contact__contents1 .section__container .contact__form form .contact_block {
  margin-top: 30px;
}
#page.contact section.contact__contents1 .section__container .contact__form form .contact_block p {
  margin-bottom: 5px;
  font-size: 1.05rem;
}
#page.contact section.contact__contents1 .section__container .contact__form form .contact_block.radio input {
  width: auto;
}
#page.contact section.contact__contents1 .section__container .contact__form form .contact_block.btn {
  width: 100%;
}
#page.contact section.contact__contents1 .section__container .contact__form form .contact_block.btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 0;
  width: 150px;
  background-color: #333;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #333;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  font-weight: 100;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 767px) {
  #page.contact section.contact__contents1 {
    margin-top: 30px;
  }
  #page.contact section.contact__contents1 .section__container {
    max-width: none;
    width: 95%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form {
    width: 100%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form {
    width: 97%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form .form__item .form__body {
    width: 100%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form .form__item .form__label {
    width: 100%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form input, #page.contact section.contact__contents1 .section__container .contact__form form textarea, #page.contact section.contact__contents1 .section__container .contact__form form select {
    width: 100%;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form input[type=file] {
    max-width: 80vw;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form .wpcf7-list-item {
    display: block;
    margin: 10px 0 0 26px;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form .wpcf7-list-item.first {
    margin-left: 26px;
  }
  #page.contact section.contact__contents1 .section__container .contact__form form button {
    width: 80%;
    margin-top: 60px;
  }
}

#archive {
  /* ============
  post1-1 | post-contents1-1
  ============ */
  /* ============
  post1-1 | post-contents1-1
  ============ */
}
#archive section#information.post-contents1-1 .section__container .post1-1__block {
  display: block;
  gap: none;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title1, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title2, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title3, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title4, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title5, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title6, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title7, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title8, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title9, #archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__text .title10 {
  margin-bottom: 0;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__post {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 60px;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
  width: 100%;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
#archive section#information.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #archive section.post-contents1-1 .section__container .post1-1__block .post1-1__post {
    margin-top: 40px;
  }
  #archive section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
    padding: 15px 0 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #archive section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}

#post section#single.single-contents1 {
  margin-top: 40px;
}
#post section#single.single-contents1 .section__container {
  max-width: 900px;
  /*text*/
  /*contents*/
}
#post section#single.single-contents1 .section__container .single__text .single__text-date {
  text-align: center;
}
#post section#single.single-contents1 .section__container .single__text .single__title.title3 h1 {
  font-size: clamp(1rem, 1.15vw, 1.3rem) !important;
  text-align: center;
}
#post section#single.single-contents1 .section__container .single__contents {
  margin-top: 30px;
  /*visual*/
  /*post*/
  /*prevnext*/
  /*button*/
}
#post section#single.single-contents1 .section__container .single__contents .single__visual img {
  width: 100%;
}
#post section#single.single-contents1 .section__container .single__contents .single__post p {
  margin-top: 0px;
  min-height: 30px;
  line-height: 2.2;
}
#post section#single.single-contents1 .section__container .single__contents .single__post img, #post section#single.single-contents1 .section__container .single__contents .single__post h1, #post section#single.single-contents1 .section__container .single__contents .single__post h2, #post section#single.single-contents1 .section__container .single__contents .single__post h3, #post section#single.single-contents1 .section__container .single__contents .single__post h4, #post section#single.single-contents1 .section__container .single__contents .single__post h5 {
  margin-top: 50px;
  margin-bottom: 30px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post h1, #post section#single.single-contents1 .section__container .single__contents .single__post h2 {
  margin-top: 80px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post img {
  width: 100%;
  height: auto;
}
#post section#single.single-contents1 .section__container .single__contents .single__post ul.wp-block-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post ul.wp-block-list li {
  padding: 2px 0 2px 20px;
  position: relative;
}
#post section#single.single-contents1 .section__container .single__contents .single__post ul.wp-block-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #558597;
  position: absolute;
  top: calc(50% + 1px);
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#post section#single.single-contents1 .section__container .single__contents .single__post table {
  margin-top: 30px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post a {
  display: inline-block;
  color: #558597;
}
#post section#single.single-contents1 .section__container .single__contents .single__post a.wp-block-button__link {
  color: #ffffff;
}
#post section#single.single-contents1 .section__container .single__contents .single__post .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post h1, #post section#single.single-contents1 .section__container .single__contents .single__post h2 {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #558597;
  position: relative;
}
#post section#single.single-contents1 .section__container .single__contents .single__post h1:before, #post section#single.single-contents1 .section__container .single__contents .single__post h2:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #558597;
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#post section#single.single-contents1 .section__container .single__contents .single__post h3 {
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #558597;
  font-family: "Noto Serif JP", serif;
  padding: 7px 0 7px 15px;
}
#post section#single.single-contents1 .section__container .single__contents .single__post h4 {
  font-size: 1.2rem;
  color: rgba(137, 31, 79, 0.45);
  font-family: "Noto Serif JP", serif;
  color: #558597;
  border-bottom: solid 1px #558597;
  padding: 7px 0 7px 7px;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #555555;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext a:before {
  content: "";
  width: 20px;
  height: 70px;
  display: block;
  position: absolute;
  top: calc(50% - 35px);
  background-color: #004E6B;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--prev a {
  margin-left: 50px;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--prev a:before {
  left: -50px;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--next a {
  text-align: right;
  margin-right: 50px;
}
#post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--next a:before {
  right: -50px;
}
#post section#single.single-contents1 .section__container .single__contents .single__button {
  margin-top: 60px;
}
#post section#single.single-contents1 .section__container .single__contents .single__button .button3.large.center a {
  background-color: #004E6B;
}

@media screen and (max-width: 767px) {
  #post section#single.single-contents1 .section__container {
    max-width: 100%;
    /*text*/
    /*contents*/
  }
  #post section#single.single-contents1 .section__container .single__contents {
    /*visual*/
    /*post*/
    /*prevnext*/
    /*button*/
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post p {
    min-height: 20px;
    line-height: 1.8;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post img {
    margin-top: 30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post ul.wp-block-list {
    margin-top: 30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post ul.wp-block-list li {
    padding: 2px 0 2px 15px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post table {
    margin-top: 20px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post .wp-block-buttons .wp-block-button {
    width: 100% !important;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post h1, #post section#single.single-contents1 .section__container .single__contents .single__post h2 {
    font-size: 1.2rem;
    margin-top: 40px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post h3, #post section#single.single-contents1 .section__container .single__contents .single__post h4 {
    font-size: 1.1rem;
    padding: 7px 10px 7px 10px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__post h4 {
    font-size: 1.1rem;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext a:before {
    width: 10px;
    height: 40px;
    top: calc(50% - 20px);
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--prev a {
    margin-left: 30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--prev a:before {
    left: -30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--next a {
    text-align: right;
    margin-right: 30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__prevnext .single__prevnext--next a:before {
    right: -30px;
  }
  #post section#single.single-contents1 .section__container .single__contents .single__button {
    margin-top: 20px;
  }
}
/* ============
about | visual-contents5
============ */
section#about.visual-contents5 {
  height: auto;
  z-index: -1;
}
section#about.visual-contents5 .section__container {
  max-width: none;
  width: 100%;
}
section#about.visual-contents5 .section__container .about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#about.visual-contents5 .section__container .about__container .about__text {
  z-index: 1;
  margin-top: 40vh;
  width: 80%;
  max-width: 1600px;
}
section#about.visual-contents5 .section__container .about__container .about__text p.title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 1.8vw, 2.8rem);
  text-align: center;
  color: #ffffff;
}
section#about.visual-contents5 .section__container .about__container .about__text p.title.en {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
}
section#about.visual-contents5 .section__container .about__container .about__text p {
  line-height: 1.8;
  color: #ffffff;
}
section#about.visual-contents5 .section__container .about__container .about__text p.en {
  margin-top: 70px;
}
section#about.visual-contents5 .section__container .about__container .about__visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section#about.visual-contents5 .section__container .about__container .about__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#about.visual-contents5 .section__container .about__container .about__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558597;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  section.visual-contents5 {
    max-height: none !important;
  }
  section.visual-contents5 .section__container .about__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents5 .section__container .about__container .about__text {
    width: 93%;
    margin: 60px auto;
    margin-left: auto;
  }
  section.visual-contents5 .section__container .about__container .about__visual {
    width: 100%;
  }
  section.visual-contents5 .section__container .about__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
about | visual-contents5
============ */