@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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

.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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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: #D1DFEF;
  -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: 140px;
  -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: 30px;
  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: 40px;
}
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__nav ul li {
  position: relative;
}
header.header-contents2 .section__container .header__nav ul li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.header-contents2 .section__container .header__nav ul li.has-submenu .submenu ul {
  padding: 30px 0;
}
header.header-contents2 .section__container .header__nav ul li.has-submenu .submenu ul li a {
  display: block;
  padding: 10px 10px;
  white-space: nowrap;
}
header.header-contents2 .section__container .header__nav ul li.has-submenu .submenu ul li:first-child a {
  padding-left: 0;
}
header.header-contents2 .section__container .header__nav ul li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
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: #3768B7;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents2 .section__container .header__menu {
  display: none;
}
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: #486B93;
  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: #3768B7;
  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(8px, 6px);
          transform: rotate(45deg) translate(8px, 6px);
}
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: #486B93;
  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: left;
  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;
  display: block;
  padding-top: 0;
  margin-top: 10px;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li {
  padding: 0;
  width: auto;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li a {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  header.header-contents2 .section__container .header__logo {
    left: 10px;
    top: 12px;
    z-index: 9998;
  }
  header.header-contents2 .section__container .header__logo img {
    width: 115px;
  }
  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 {
    display: block;
    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//
============ */
.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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
title1
============ */
.contents__title.title1 {
  margin-bottom: 60px;
}
.contents__title.title1 h3 {
  color: #486B93;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
}
.contents__title.title1 h3 span {
  display: block;
  color: #486B93;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.1vw, 2rem);
  font-weight: 800;
}
.contents__title.title1 h4 {
  color: #486B93;
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 500;
}
.contents__title.title1 h4 span {
  display: block;
  color: #486B93;
  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
============ */
.contents__title.title2 {
  margin-bottom: 40px;
}
.contents__title.title2 h1, .contents__title.title2 h3 {
  color: #486B93;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 300;
  line-height: 1.4;
}
.contents__title.title2 h1 span, .contents__title.title2 h3 span {
  letter-spacing: 1.5px;
  display: block;
  color: #486B93;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
}
.contents__title.title2 h4 {
  color: #486B93;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  font-weight: 300;
}
.contents__title.title2 h4 span {
  letter-spacing: 1.5px;
  display: block;
  color: #486B93;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1rem);
  font-weight: 800;
}
.contents__title.title2.center h1, .contents__title.title2.center h3, .contents__title.title2.center h4 {
  text-align: center;
}
.contents__title.title2.center h1 span, .contents__title.title2.center h3 span, .contents__title.title2.center h4 span {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 40px;
  }
}
/* ============
title2
============ */
.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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

button a.center, button input.center, button label.center {
  text-align: center;
}
button a.blue, button input.blue, button label.blue {
  background-color: #3768B7 !important;
  border: 1px solid #3768B7 !important;
}
button a.blue:hover, button input.blue:hover, button label.blue:hover {
  background-color: #ffffff !important;
  color: #3768B7 !important;
}
button a.blue:hover:before, button input.blue:hover:before, button label.blue:hover:before {
  background-color: #3768B7 !important;
}
button a.blue:hover:after, button input.blue:hover:after, button label.blue:hover:after {
  background-color: #3768B7 !important;
}
button a.red, button input.red, button label.red {
  background-color: #D24646 !important;
  border: 1px solid #D24646 !important;
}
button a.red:hover, button input.red:hover, button label.red:hover {
  background-color: #ffffff !important;
  color: #D24646 !important;
}
button a.red:hover:before, button input.red:hover:before, button label.red:hover:before {
  background-color: #D24646 !important;
}
button a.red:hover:after, button input.red:hover:after, button label.red:hover:after {
  background-color: #D24646 !important;
}
button a.white, button input.white, button label.white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #486B93 !important;
}
button a.white:before, button input.white:before, button label.white:before {
  background-color: #486B93 !important;
}
button a.white:after, button input.white:after, button label.white:after {
  background-color: #486B93 !important;
}
button a.white:hover, button input.white:hover, button label.white:hover {
  background-color: transparent !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.primary1, button input.primary1, button label.primary1 {
  background-color: #486B93 !important;
  border: 1px solid #486B93 !important;
}
button a.primary1:hover, button input.primary1:hover, button label.primary1:hover {
  background-color: #ffffff !important;
  color: #486B93 !important;
}
button a.primary1:hover:before, button input.primary1:hover:before, button label.primary1:hover:before {
  background-color: #486B93 !important;
}
button a.primary1:hover:after, button input.primary1:hover:after, button label.primary1:hover:after {
  background-color: #486B93 !important;
}
button a.primary2, button input.primary2, button label.primary2 {
  background-color: #D1DFEF !important;
  border: 1px solid #D1DFEF !important;
}
button a.primary2:hover, button input.primary2:hover, button label.primary2:hover {
  background-color: #ffffff !important;
  color: #3768B7 !important;
}
button a.primary2:hover:before, button input.primary2:hover:before, button label.primary2:hover:before {
  background-color: #3768B7 !important;
}
button a.primary2:hover:after, button input.primary2:hover:after, button label.primary2:hover:after {
  background-color: #3768B7 !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: #486B93 !important;
}
button a.line:hover:before, button input.line:hover:before, button label.line:hover:before {
  background-color: #486B93 !important;
}
button a.line:hover:after, button input.line:hover:after, button label.line:hover:after {
  background-color: #486B93 !important;
}
button.center {
  margin-left: auto;
  margin-right: auto;
}

/* ============
button1
============ */
button.button1 {
  display: block;
  margin-top: 30px;
}
button.button1 a, button.button1 input, button.button1 label {
  background-color: #486B93;
  border: 1px solid #486B93;
  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: #486B93;
}
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: #486B93;
  border: 1px solid #486B93;
  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: #486B93;
}
button.button3 a:hover:after, button.button3 input:hover:after, button.button3 label:hover:after {
  background-color: #486B93;
}
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
============ */
/* ============
button8
============ */
button.button8 {
  display: block;
  margin-top: 30px;
}
button.button8 a, button.button8 input, button.button8 label {
  background-color: #486B93;
  border: 1px solid #486B93;
  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.button8 a:hover, button.button8 input:hover, button.button8 label:hover {
  background-color: #ffffff;
  color: #486B93;
}
button.button8 a:hover:after, button.button8 input:hover:after, button.button8 label:hover:after {
  border-color: #486B93;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button8 a:after, button.button8 input:after, button.button8 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.button8.medium a, button.button8.medium input, button.button8.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button8.large a, button.button8.large input, button.button8.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button8.center a, button.button8.center input, button.button8.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button8 {
    width: 100%;
  }
  button.button8 a, button.button8 input, button.button8 label {
    display: block;
  }
  button.button8.medium a, button.button8.medium input, button.button8.medium label {
    width: 100%;
  }
  button.button8.medium a:after, button.button8.medium input:after, button.button8.medium label:after {
    width: 70px;
  }
  button.button8.large a, button.button8.large input, button.button8.large label {
    width: 100%;
  }
}
/* ============
button8
============ */
/* ============
button7
============ */
button.button7 {
  display: block;
  margin-top: 30px;
}
button.button7 a, button.button7 input, button.button7 label {
  background-color: #486B93;
  border: 1px solid #486B93;
  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: #486B93;
}
button.button7 a:hover:before, button.button7 input:hover:before, button.button7 label:hover:before {
  background-color: #486B93;
}
button.button7 a:hover:after, button.button7 input:hover:after, button.button7 label:hover:after {
  background-color: #486B93;
}
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
============ */
/* ============
button5
============ */
button.button5 {
  display: block;
  margin-top: 30px;
}
button.button5 a, button.button5 input, button.button5 label {
  border-bottom: 1px solid #aaa;
  position: relative;
  padding: 20px 0;
  width: 300px;
}
button.button5 a:after, button.button5 input:after, button.button5 label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 5px;
  background-image: url(../images/common/arrow/arrow5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ============
button5
============ */
.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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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: #3768B7;
}
#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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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
============ */
/* ============
column2 | column__contents2
============ */
#column2.column__contents2 .section__container .column2__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
#column2.column__contents2 .section__container .column2__container .column2__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #000;
  padding: 20px 10px;
}
#column2.column__contents2 .section__container .column2__container .column2__block .column2__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column2.column__contents2 .section__container .column2__container .column2__block .column2__text h4 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 20px;
  color: #fff;
}
#column2.column__contents2 .section__container .column2__container .column2__block .column2__text p {
  color: #fff;
}
#column2.column__contents2 .section__container .column2__container .column2__block .column2__visual {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}
#column2.column__contents2 .section__container .column2__container .column2__block .column2__visual img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1440px) {
  #column2.column__contents2 .section__container .column2__container .column2__block .column2__visual {
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
}
@media screen and (max-width: 1100px) {
  #column2.column__contents2 .section__container .column2__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #column2.column__contents2 .section__container .column2__container .column2__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ============
column2 | column__contents2
============ */
/* ============
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
============ */
/* ============
idname | column-contents7-1
============ */
sectio#idname.column-contents7-1 {
  padding: 4rem 0;
}
sectio#idname.column-contents7-1 .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
sectio#idname.column-contents7-1 .section__container .idname__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 1rem;
  background-color: #D1DFEF;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content {
  padding: 2.3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content .idname__title {
  color: #333;
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content .idname__description p {
  margin: 0.5rem 0;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content button.button3 {
  text-align: right;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__image {
  width: 100%;
}
sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  sectio#idname.column-contents7-1 .section__container .contents__header {
    margin-bottom: 2rem;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item {
    grid-template-columns: 1fr;
    min-height: 300px;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content {
    padding: 1rem 1rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 10px;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__content button.button3 {
    margin-top: 10px;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item .idname__image {
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item:nth-child(even) .idname__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  sectio#idname.column-contents7-1 .section__container .idname__items .idname__item:nth-child(even) .idname__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* ============
idname | column-contents7-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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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
============ */
.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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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: -20vw;
  width: 22vw;
  height: auto;
}
section.visual-contents1 .section__container .visual1__container .visual1__visual img.visual3 {
  position: absolute;
  right: 27vw;
  top: 4vw;
  width: 21vw;
  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;
  }
  section.visual-contents1 .section__container .visual1__container .visual1__visual img.visual3 {
    position: absolute;
    right: 0vw;
    top: 49vw;
    width: 51vw;
    height: auto;
  }
}
/* ============
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: #486B93;
  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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
cta3-1 | cta-contents3-1
============ */
section.cta-contents3-1 {
  height: 85vh;
  max-height: 1200px;
  background-color: #486B93;
}
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: #486B93;
  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.top {
  background-color: #3768B7;
}

.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: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    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: 1rem;
  font-family: "Noto Sans JP", serif;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, tr, th, td {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  word-break: break-all;
  font-weight: 400;
}

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: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

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: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #486B93;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

section#fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie {
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#fix-bg .section__container .fix-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#fix-bg .section__container .fix-bg__color span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#fix-bg .section__container .fix-bg__color span.blue {
  background-color: #486B93;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
section#fix-bg .section__container .fix-bg__color span.black {
  background-color: #111111;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
section#fix-bg .section__container .fix-bg__color span.white {
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Noto Serif JP", serif;
}

p {
  line-height: 2.2;
}

.contents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents__header-jp {
  color: #444;
  margin: 0;
}
.contents__header-en {
  color: #5b7ba3;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 2rem;
  }
}

/* ============
title2
============ */
.contents__title.title2 {
  margin-bottom: 70px;
}
.contents__title.title2 h3 {
  font-size: clamp(2rem, 3.4vw, 5rem);
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 50px;
  }
}
/* ============
title2
============ */
/* ============
footer | footer__contents1
============ */
footer.footer-contents1 {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
footer.footer-contents1 .footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer.footer-contents1 .footer__container .footer-contents1__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: 5px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
  text-align: left;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
  display: inline-block;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p:last-child {
  margin-bottom: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
  margin-top: 60px;
}
footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright p {
  font-size: 0.8rem;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 70px;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul {
  display: block;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 13px 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #333;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a {
  padding-left: 0;
}
footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__nav ul li.page ul li.main a:before {
  display: none;
}

@media screen and (max-width: 767px) {
  footer.footer-contents1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer.footer-contents1 .footer__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-width: 100%;
    width: 93%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__logo a img {
    width: 60%;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__text p {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    margin-top: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__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.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__sns ul li {
    margin: 0 auto;
  }
  footer.footer-contents1 .footer__container .footer-contents1__left .footer-contents1__copyright {
    text-align: center;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right {
    display: none;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.appstore {
    position: absolute;
    width: 116px;
    height: 37px;
    right: 148px;
    bottom: 6px;
  }
  footer.footer-contents1 .footer__container .footer-contents1__right .footer-contents1__banner a.googleplay {
    position: absolute;
    width: 122px;
    height: 37px;
    right: 11px;
    bottom: 6px;
  }
}
/* ============
footer | footer__contents1//
============ */
/* ============
pageheader | pageheader-contents1-1
============ */
#pageheader.pageheader-contents1-1 {
  background-color: #ffffff;
  margin-top: 0;
}
#pageheader.pageheader-contents1-1 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  width: 100%;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .contents__title h1 span {
  color: #ffffff;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__visual {
  width: 100%;
  height: 40vh;
  max-height: 450px;
  position: relative;
}
#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__visual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #486B93;
  opacity: 0.5;
}
#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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  margin: 0 5px;
}
#pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul li a {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-1 .section__container .pageheader__breadlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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//
============ */
/* ============
contact | contact
============ */
section#contact {
  padding: 80px 0;
}
section#contact p, section#contact h3, section#contact h4, section#contact a, section#contact h3 span {
  color: #ffffff;
}
section#contact .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
section#contact .section__container .contact__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding: 60px 0;
  }
  section#contact .section__container .contents__title.title2 {
    margin-bottom: 40px;
  }
}
/* ============
contact | contact//
============ */
.fade-item, .fade-item-s, .fade {
  opacity: 0;
}

/* ============
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
============ */
.dn {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
}

.wpcf7-turnstile.cf-turnstile {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

/* ============
contents-pagination | pagination1
============ */
.contents-pagination.pagination1 {
  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;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 {
    gap: 5px;
  }
}
.contents-pagination.pagination1 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #486B93;
  border: 1px solid #486B93;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination1 .page-numbers:hover {
  background-color: #486B93;
  color: #ffffff;
}
.contents-pagination.pagination1 .page-numbers.current {
  background-color: #486B93;
  color: #ffffff;
  border-color: #486B93;
  cursor: default;
}
.contents-pagination.pagination1 .page-numbers.next, .contents-pagination.pagination1 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination1 .page-numbers.next:hover, .contents-pagination.pagination1 .page-numbers.prev:hover {
  background-color: #D1DFEF;
}

body#top {
  /* ============
  firstview | firstview-contents3
  ============ */
  /* ============
  firstview | firstview-contents3
  ============ */
  /* ============
  news | news
  ============ */
  /* ============
  news | news//
  ============ */
  /* ============
  intro | visual-contents1
  ============ */
  /* ============
  intro | visual-contents1//
  ============ */
  /* ============
  movie | movie
  ============ */
  /* ============
  movie | movie//
  ============ */
  /* ============
  service | column-contents7-1
  ============ */
  /* ============
  service | column-contents7-1
  ============ */
  /* ============
  oita | visual-contents2
  ============ */
  /* ============
  oita | visual-contents2
  ============ */
  /* ============
  attraction | attraction
  ============ */
  /* ============
  attraction | attraction
  ============ */
  /* ============
  project | project
  ============ */
  /* ============
  project | project//
  ============ */
  /* ============
  uservoice
  ============ */
  /* ============
  uservoice//
  ============ */
  /* ============
  about | about
  ============ */
  /* ============
  about | about//
  ============ */
}
body#top #firstview.firstview-contents3 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
body#top #firstview.firstview-contents3 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
body#top #firstview.firstview-contents3 .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;
}
body#top #firstview.firstview-contents3 .section__container .firstview__text .firstview__text-title {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 8vw, 11rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.2925rem;
  text-align: center;
}
body#top #firstview.firstview-contents3 .section__container .firstview__text .firstview__text-title span {
  display: block;
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2925rem;
}
body#top #firstview.firstview-contents3 .section__container .firstview__text .firstview__text-description {
  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;
}
body#top #firstview.firstview-contents3 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body#top #firstview.firstview-contents3 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top #firstview.firstview-contents3 .section__container .firstview__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
body#top #firstview.firstview-contents3 .section__container .firstview__scroll {
  min-height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}
body#top #firstview.firstview-contents3 .section__container .firstview__scroll .scroll_container div.scroll_block div.scrolldown2 {
  position: absolute;
  bottom: 40px;
  right: 11%;
}
body#top #firstview.firstview-contents3 .section__container .firstview__scroll .scroll_container div.scroll_block div.scrolldown2 span {
  position: absolute;
  left: 10px;
  bottom: 60px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
body#top #firstview.firstview-contents3 .section__container .firstview__scroll .scroll_container div.scroll_block .scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
          animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
body#top #firstview.firstview-contents3 .section__container .firstview__scroll .scroll_container div.scroll_block .scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body#top #firstview.firstview-contents3 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#top section#news {
  margin: 80px 0;
}
body#top section#news .section__container .news__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#top section#news .section__container .news__contents {
  margin-top: 70px;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-visual {
  aspect-ratio: 4/3;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-visual.contents__column-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-info.contents__column-desc {
  margin-top: 5px;
  padding: 0 5px;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-info.contents__column-desc .news__item-date {
  font-size: 0.8rem;
  color: #777;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-info.contents__column-desc .news__item-title {
  font-size: 1.1rem;
  font-weight: 500;
}
body#top section#news .section__container .news__contents.contents__column.column3 .news__item a .news__item-info.contents__column-desc .news__item-excerpt {
  margin-top: 10px;
  font-size: 0.9rem;
}
body#top section#news .section__container .news__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#top section#news .section__container .news__cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  body#top section#news .section__container .news__cat button {
    margin-top: 0;
  }
  body#top section#news .section__container .news__cat button a {
    width: 100%;
  }
  body#top section#news .section__container .news__button {
    margin-top: 60px;
  }
}
body#top section#intro.visual-contents1 {
  background-color: #486B93;
  padding: 130px 0;
  height: auto;
}
body#top section#intro.visual-contents1 .section__container .intro__container.visual1__container .intro__text.visual1__text {
  margin-top: 25vw;
}
body#top section#intro.visual-contents1 .section__container .intro__container.visual1__container .intro__text.visual1__text .contents__title {
  margin-bottom: 40px;
}
body#top section#intro.visual-contents1 .section__container .intro__container.visual1__container .intro__text.visual1__text .contents__title h4 {
  color: #ffffff;
}
body#top section#intro.visual-contents1 .section__container .intro__container.visual1__container .intro__text.visual1__text p {
  color: #ffffff;
}
body#top section#intro.visual-contents1 .section__container .intro__container.visual1__container .intro__text.visual1__text .intro__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body#top section#intro.visual-contents1 {
    padding: 130px 0 70px;
  }
}
body#top section#movie {
  width: 100%;
  height: 130svh;
}
body#top section#service.column-contents7-1 {
  padding: 4rem 0;
}
body#top section#service.column-contents7-1 .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body#top section#service.column-contents7-1 .section__container .service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 1rem;
  background-color: #D1DFEF;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content {
  padding: 2.3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content .service__title {
  color: #333;
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content .service__description p {
  margin: 0.5rem 0;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content button.button3 {
  text-align: right;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__image {
  width: 100%;
}
body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body#top section#service.column-contents7-1 .section__container .contents__header {
    margin-bottom: 2rem;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item {
    grid-template-columns: 1fr;
    min-height: 300px;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content {
    padding: 1rem 1rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 10px;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content button.button3 {
    margin-top: 10px;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__content .service__title {
    font-size: 1.4rem;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item .service__image {
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item:nth-child(even) .service__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#top section#service.column-contents7-1 .section__container .service__items .service__item:nth-child(even) .service__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body#top section#oita {
  margin-top: 120px;
}
body#top section#oita.visual-contents2 {
  height: 90vh;
}
body#top section#oita.visual-contents2 .section__container .oita__container .oita__text .title2 {
  margin-bottom: 40px;
}
body#top section#oita.visual-contents2 .section__container .oita__container .oita__text .title2 h3 {
  font-size: 2.5rem !important;
}
body#top section#oita.visual-contents2 .section__container .oita__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#top section#oita {
    padding-top: 0px;
    margin-top: 80px;
  }
  body#top section#oita.visual-contents2 .section__container .oita__container .oita__text {
    margin-top: 30px;
  }
  body#top section#oita.visual-contents2 .section__container .oita__container .oita__text .title0 h3 {
    font-size: 2rem !important;
  }
}
body#top section#attraction {
  overflow: hidden;
  padding: 80px 0;
  margin-top: 100px;
}
body#top section#attraction .section__container {
  max-width: none;
  width: 100%;
}
body#top section#attraction .section__container .attraction__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
body#top section#attraction .section__container .attraction__slider .swiper {
  overflow: visible;
  margin: 0 -10px;
}
body#top section#attraction .section__container .attraction__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide {
  height: auto;
  padding: 0 20px;
  overflow: hidden;
  will-change: transform;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide--small {
  width: 180px;
  margin-bottom: 130px;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide--medium {
  width: 250px;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide--mediumbottom {
  width: 250px;
  margin-top: 133px;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide--large {
  width: 350px;
}
body#top section#attraction .section__container .attraction__slider .attraction__slide--largetop {
  width: 350px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  body#top section#attraction {
    padding-top: 0;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide {
    padding: 0 10px;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide--small {
    width: 110px;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide--medium {
    width: 180px;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide--mediumbottom {
    width: 180px;
    margin-top: 95px;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide--large {
    width: 250px;
  }
  body#top section#attraction .section__container .attraction__slider .attraction__slide--largetop {
    width: 250px;
    margin-top: -60px;
  }
}
body#top section#project {
  padding: 80px 0;
  margin-top: 80px;
}
body#top section#project p, body#top section#project h3, body#top section#project h4, body#top section#project a, body#top section#project h3 span {
  color: #ffffff;
}
body#top section#project .section__container {
  max-width: 1100px;
}
body#top section#project .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
body#top section#project .section__container .project__contents.contents__column.column2 {
  gap: 80px;
}
body#top section#project .section__container .project__contents.contents__column.column2 .project__item a .project__item-info {
  margin-top: 15px;
}
body#top section#project .section__container .project__contents.contents__column.column2 .project__item a .project__item-info.contents__column-desc .project__item-cat {
  background-color: #ffffff;
  color: #486B93;
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.8rem;
}
body#top section#project .section__container .project__contents.contents__column.column2 .project__item a .project__item-info.contents__column-desc .project__item-title {
  margin-top: 5px;
  font-size: 1.2rem;
}
body#top section#project .section__container .project__button {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  body#top section#project {
    margin-top: 0;
  }
}
body#top section#uservoice {
  padding: 30px 0 110px;
}
body#top section#uservoice p, body#top section#uservoice h3, body#top section#uservoice h4, body#top section#uservoice a, body#top section#uservoice h3 span {
  color: #ffffff;
}
body#top section#uservoice .section__container .contents__title p {
  text-align: center;
  margin-top: 40px;
}
body#top section#uservoice .section__container .uservoice__contents.contents__column.column3 {
  gap: 80px;
}
body#top section#uservoice .section__container .uservoice__contents.contents__column.column3 .uservoice__item a .uservoice__item-info {
  margin-top: 10px;
}
body#top section#uservoice .section__container .uservoice__contents.contents__column.column3 .uservoice__item a .uservoice__item-info.contents__column-desc .uservoice__item-title {
  background-color: #ffffff;
  width: 80%;
  padding: 5px 0 5px 10px;
  color: #486B93;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body#top section#uservoice .section__container .uservoice__button {
  margin-top: 60px;
}
body#top section#about {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 120px;
}
body#top section#about .section__container {
  width: 100%;
  max-width: 2560px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto auto;
}
body#top section#about .section__container .about__visual-left img {
  width: 100%;
}
body#top section#about .section__container .about__visual-right {
  margin-top: 380px;
}
body#top section#about .section__container .about__visual-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top section#about .section__container .about__text-area {
  grid-area: text-area;
  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;
  text-align: center;
  width: 75%;
  margin: 70px auto 0;
}
body#top section#about .section__container .about__text-area .contents__title.title2 {
  margin-bottom: 30px;
}
body#top section#about .section__container .about__text-area .contents__title.title2 h3 {
  font-size: 2.8rem;
}
body#top section#about .section__container .about__text-area .about__description p {
  text-align: left;
}
body#top section#about .section__container .about__text-area .about__buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  body#top section#about {
    padding-bottom: 70px;
  }
  body#top section#about .section__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  body#top section#about .section__container .about__visual-right {
    display: none;
  }
  body#top section#about .section__container .about__text-area {
    padding: 0;
    width: 90%;
    margin-top: 40px;
  }
  body#top section#about .section__container .about__text-area .contents__title.title2 h3 {
    font-size: 2rem;
  }
  body#top section#about .section__container .about__text-area .about__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
  body#top section#about .section__container .about__text-area .about__buttons .about__button {
    width: 80%;
  }
}