html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  --accent-color: #019ed3;
  --accent-color-a30: color-mix(in srgb, var(--accent-color) 30%, transparent);
  --accent-color-a100: var(--accent-color);
}
html body.page-template-current-year {
  --accent-color: #019ed3;
}
html body.page-template-new-year {
  --accent-color: #649964;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
html.header-scrolled header .header-inner {
  background-color: #fff;
}
html.header-scrolled header .header-inner .logo-wrapper a .header-logo img.logo {
  opacity: 1;
}
html.header-scrolled header .header-inner .logo-wrapper a .header-logo img.logo-wh {
  opacity: 0;
}
html.header-scrolled header .header-inner .logo-wrapper .logo-text {
  color: #033d5e;
}
html.header-scrolled header .header-inner nav {
  float: right;
}
html.header-scrolled header .header-inner nav ul li a {
  color: #033d5e;
}

html body header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 60px;
  transition: ease 0.4s;
}
@media screen and (max-width: 991px) {
  html body header .header-inner {
    display: none;
  }
}
html body header .header-inner .logo-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
html body header .header-inner .logo-wrapper a {
  display: inline-block;
}
html body header .header-inner .logo-wrapper a .header-logo {
  position: relative;
}
html body header .header-inner .logo-wrapper a .header-logo img {
  width: 180px;
  transition: opacity 0.3s ease;
}
html body header .header-inner .logo-wrapper a .header-logo img.logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
html body header .header-inner .logo-wrapper a .header-logo img.logo-wh {
  opacity: 1;
}
html body header .header-inner .logo-wrapper .logo-text {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: ease 0.3s;
}
html body header .header-inner nav {
  float: right;
}
html body header .header-inner nav ul li {
  float: left;
  text-align: center;
}
html body header .header-inner nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 20px 30px;
  letter-spacing: 0.1em;
  transition: ease 0.4s;
}
@media screen and (max-width: 1199px) {
  html body header .header-inner nav ul li a {
    padding: 20px 20px;
  }
}
html body header .header-inner nav ul li a span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 5px;
}
html body header .header-inner nav ul li.contact-nav {
  background-color: #888;
}
html body header .header-inner nav ul li.contact-nav a {
  color: #fff;
}
html body header .header-inner-sp {
  display: none;
  padding: 25px 15px 0 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body header .header-inner-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
html body header .header-inner-sp .logo-sp {
  display: none;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body header .header-inner-sp .logo-sp {
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }
}
html body header .header-inner-sp .logo-sp a {
  display: inline-block;
}
html body header .header-inner-sp .logo-sp a .header-logo {
  position: relative;
}
html body header .header-inner-sp .logo-sp a .header-logo img {
  width: 140px;
  transition: opacity 0.3s ease;
}
html body header .header-inner-sp .logo-sp a .header-logo img.logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
html body header .header-inner-sp .logo-sp a .header-logo img.logo-wh {
  opacity: 1;
}
html body header .header-inner-sp .logo-sp .logo-text {
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
}
html body header .header-inner-sp .menu-button-wrapper {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 11;
  display: none;
  /* #menu-open */
}
@media screen and (max-width: 991px) {
  html body header .header-inner-sp .menu-button-wrapper {
    display: block;
  }
}
html body header .header-inner-sp .menu-button-wrapper #menuButton {
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 14px 15px;
  width: 50px;
  height: 50px;
  background-color: #033d5e;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
html body header .header-inner-sp .menu-button-wrapper #menuButton span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
html body header .header-inner-sp .menu-button-wrapper #menuButton span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
html body header .header-inner-sp .menu-button-wrapper.menu-open #menuButton span {
  -webkit-animation: none;
  animation: none;
  width: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 5px) rotate(45deg);
  transform: translate(0, 5px) rotate(45deg);
}
html body header .header-inner-sp .menu-button-wrapper.menu-open #menuButton span::after {
  -webkit-animation: none;
  animation: none;
  width: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0px, -8px) rotate(90deg);
  transform: translate(0px, -8px) rotate(90deg);
}
html body header .header-inner-sp .menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  z-index: 10;
  opacity: 0;
}
html body header .header-inner-sp .menu nav {
  height: 100%;
  padding: 60px 0;
}
html body header .header-inner-sp .menu nav ul li {
  text-align: center;
  padding: 25px 30px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
html body header .header-inner-sp .menu nav ul li a {
  color: #333;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: none;
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  html body header .header-inner-sp .menu nav ul li a {
    font-size: 16px;
  }
}
html body header .header-inner-sp .menu nav ul li a span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
html body header .header-inner-sp .menu.menu-open {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
html body header .header-inner-sp .menu.menu-open nav ul li {
  opacity: 1;
  padding: 0 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
html body header .header-inner-sp .menu.menu-open nav ul li a {
  display: block;
}
html body footer .footer-message {
  background-color: #033d5e;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  html body footer .footer-message {
    padding: 80px 0;
  }
}
html body footer .footer-message p {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  html body footer .footer-message p {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-message p {
    font-size: 24px;
  }
}
html body footer .footer-contents {
  color: #fff;
  background-color: #c1d2dc;
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents {
    padding: 80px 0 40px;
  }
}
html body footer .footer-contents .footer-top {
  display: flex;
  border-bottom: 2px solid #fff;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents .footer-top {
    display: block;
  }
}
html body footer .footer-contents .footer-top .footer-top-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents .footer-top .footer-top-left {
    width: 100%;
  }
}
html body footer .footer-contents .footer-top .footer-top-left a {
  display: inline-block;
}
html body footer .footer-contents .footer-top .footer-top-left a img {
  width: 280px;
}
html body footer .footer-contents .footer-top .footer-top-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents .footer-top .footer-top-right {
    margin-top: 40px;
    width: 100%;
  }
}
html body footer .footer-contents .footer-top .footer-top-right .footer-link ul {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents .footer-top .footer-top-right .footer-link ul {
    justify-content: left;
  }
}
html body footer .footer-contents .footer-top .footer-top-right .footer-link ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  html body footer .footer-contents .footer-top .footer-top-right .footer-link ul li {
    text-align: center;
    width: 33.33%;
  }
}
html body footer .footer-contents .footer-top .footer-top-right .footer-link ul li a {
  display: block;
  text-align: center;
}
html body footer .footer-contents .footer-top .footer-top-right .footer-link ul li ul.sub-footer-link {
  display: block;
  margin-top: 20px;
}
html body footer .footer-contents .footer-top .footer-top-right .footer-link ul li ul.sub-footer-link li {
  margin-top: 10px;
  width: 100%;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo {
    flex-direction: column;
    flex-basis: 100%;
    align-items: flex-start;
  }
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo a {
  display: inline-block;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo a img {
  width: 240px;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo .logo-text {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-external-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-external-link-wrapper {
    flex-basis: 100%;
  }
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-external-link-wrapper .footer-external-link {
  flex-basis: 195px;
}
@media screen and (max-width: 575px) {
  html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-external-link-wrapper .footer-external-link {
    flex-basis: calc(50% - 10px);
  }
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-external-link-wrapper .footer-external-link a {
  display: inline-block;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-link {
  flex-basis: 100%;
  margin-top: 20px;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-link ul {
  display: block;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-link ul li {
  float: left;
  margin-right: 30px;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-link ul li a {
  font-size: 14px;
  display: inline-block;
}
html body footer .footer-contents .footer-bottom .copyright {
  font-size: 12px;
  text-align: right;
  margin-top: 40px;
}
html body .subvisual {
  height: 800px;
  padding-top: 80px;
  position: relative;
  background-color: #033d5e;
}
@media screen and (max-width: 1199px) {
  html body .subvisual {
    height: 580px;
  }
}
@media screen and (max-width: 991px) {
  html body .subvisual {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    height: 240px;
  }
}
html body .subvisual .subvisual-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
}
html body .subvisual .subvisual-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(3, 61, 94, 0.3);
  width: 100%;
  height: 100%;
}
html body .subvisual .subvisual-inner .subvisual-text {
  position: relative;
  text-align: center;
  z-index: 1;
}
html body .subvisual .subvisual-inner .subvisual-text .subvisual-title {
  color: #fff;
}
html body .subvisual .subvisual-inner .subvisual-text .subvisual-title h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  html body .subvisual .subvisual-inner .subvisual-text .subvisual-title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual .subvisual-inner .subvisual-text .subvisual-title h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual .subvisual-inner .subvisual-text .subvisual-title h1 {
    font-size: 30px;
  }
}
html body .subvisual .subvisual-inner .subvisual-text .subvisual-title span {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  html body .subvisual .subvisual-inner .subvisual-text .subvisual-title span {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual .subvisual-inner .subvisual-text .subvisual-title span {
    font-size: 12px;
    margin-top: 10px;
  }
}
html body .contents-breadcrumb {
  padding-top: 20px;
}
html body .contents-breadcrumb.single-breadcrumb {
  margin-top: 86px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  html body .contents-breadcrumb.single-breadcrumb {
    margin-top: 50px;
  }
}
html body .contents-breadcrumb .breadcrumb a {
  border-bottom: 1px solid #555;
}
html body .contents-breadcrumb .breadcrumb span.bread-list {
  padding: 0 10px;
}
html body .contents-breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 10px;
}
html body .contents-breadcrumb .breadcrumb span.current-item {
  padding: 0 10px;
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 10px;
  padding-top: 15px;
  background-color: var(--accent-color);
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
  }
}
html body .pagetop::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .pagetop::after {
    top: 10px;
    left: calc(50% - 6px);
    border-width: 0 6px 10px 6px;
  }
}
html body .pagetop span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body .pagetop span {
    font-size: 10px;
  }
}
html body .contents {
  color: #033d5e;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 80px 0;
  }
}
html body .contents .title-wrapper {
  margin-bottom: 40px;
}
html body .contents .title-wrapper.title-en h2 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1199px) {
  html body .contents .title-wrapper.title-en h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .title-wrapper.title-en h2 {
    font-size: 50px;
  }
}
html body .contents .title-wrapper.title-en span {
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
html body .contents .title-wrapper h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
html body .contents .sub-title-wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  html body .contents .sub-title-wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .sub-title-wrapper h3 {
    font-size: 20px;
  }
}
html body .contents p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
html body .contents .more {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  html body .contents .more {
    margin-top: 40px;
  }
}
html body .contents .more a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  background-color: var(--accent-color);
  border-radius: 27.5px;
  padding: 15px 60px;
  overflow: hidden;
  transition: ease 0.4s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body .contents .more a {
    font-size: 16px;
  }
}
html body .contents .more a:hover {
  color: var(--accent-color);
}
html body .contents .more a:hover::after {
  transform: scale(80);
}
html body .contents .more a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 2.5px);
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  transition: ease 0.4s;
}
html body .contents .more a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  opacity: 1;
  transition: ease 0.4s;
}
html body .alpha:hover {
  opacity: 0.75;
}

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