@charset "UTF-8";
.u-mg0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pd0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

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

.u-pb0 {
  padding-bottom: 0px !important;
}

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

.u-mg10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mg20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mg30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pd30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mg40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pd40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mg50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pd50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #444;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}
body sup {
  font-size: 40%;
  line-height: 1;
  vertical-align: super;
}

.lp-2025-modal {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-2025-modal .--modalbody {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  color: #444;
  width: 80%;
  height: auto;
  max-height: 80%;
  overflow-y: auto;
}
.lp-2025-modal .--modalbody p, .lp-2025-modal .--modalbody ul, .lp-2025-modal .--modalbody ol, .lp-2025-modal .--modalbody li {
  font-size: 1rem;
}
.lp-2025-modal .--modalbody p + p {
  margin-top: 1em;
}
.lp-2025-modal .--modalbody ul {
  list-style: disc;
  padding-left: 1em;
}
.lp-2025-modal .--close {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 1rem;
}

.lp-2025-modal.--show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.lp2025-body,
.lp-2025-body {
  position: relative;
  overflow: hidden;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.site-header-2025 {
  display: flex;
  align-items: center;
  padding-block: 10px;
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
@media (max-width: 736px) {
  .site-header-2025 {
    display: none;
  }
}
.site-header-2025 h1 {
  width: 300px;
  margin-right: auto;
}
.site-header-2025 h1 img {
  width: 300px;
  height: auto;
}
.site-header-2025 .sns-waku {
  width: 200px;
}
.site-header-2025 .sns {
  display: flex;
  align-items: center;
}
.site-header-2025 .sns > div {
  width: 25%;
  padding-inline: 5px;
}
.site-header-2025 .lp2025-pc-lang {
  margin-right: 40px;
  display: table;
  border-collapse: collapse;
}
.site-header-2025 .lp2025-pc-lang a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 6em;
  padding: 0.5em 1em;
  border: solid 1px #ddd;
  text-decoration: none;
  color: #444;
  font-size: 0.9375rem;
  font-weight: bold;
  transition: 0.4s;
}
.site-header-2025 .lp2025-pc-lang a span {
  display: block;
  font-size: 75%;
}
.site-header-2025 .lp2025-pc-lang a:hover {
  transform: scale(1.2);
}

#lp2025-sp {
  position: sticky;
  z-index: 5;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  height: 60px;
}
@media (max-width: 736px) {
  #lp2025-sp {
    display: flex;
  }
}
#lp2025-sp, #lp2025-sp * {
  box-sizing: border-box;
}
#lp2025-sp .lp2025-sp-logo {
  width: 50%;
  padding: 10px;
}
#lp2025-sp .lp2025-sp-logo img {
  width: 100%;
}

#lp2025-sp-lang {
  border: none;
  background: none;
  margin-left: auto;
  margin-right: 70px;
  display: block;
  padding: 5px;
}
#lp2025-sp-lang::after {
  content: "▼";
  font-size: 70%;
  margin-left: 0.5em;
  vertical-align: middle;
  color: #888;
}
#lp2025-sp-lang.--hide {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 736px) {
  .global-nav.fixed_sp {
    position: static !important;
  }
}
#lp2025-sp-menu {
  width: 50px;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  position: absolute;
  right: 0;
}
#lp2025-sp-menu.--hide {
  opacity: 0;
  visibility: hidden;
}
#lp2025-sp-menu::after {
  content: "メニュー";
  font-size: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 5px;
  width: 100%;
}
#lp2025-sp-menu svg {
  width: 30px;
  margin-top: 10px;
}
#lp2025-sp-menu line {
  stroke: #000;
  stroke-width: 3;
  transition: transform 0.4s;
}
#lp2025-sp-menu.--show {
  background: #3e3e3e;
}
#lp2025-sp-menu.--show line {
  stroke: #fff;
  transform-origin: center;
}
#lp2025-sp-menu.--show line:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
#lp2025-sp-menu.--show line:nth-child(2) {
  opacity: 0;
}
#lp2025-sp-menu.--show line:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}
#lp2025-sp-menu.--show::after {
  content: "閉じる";
  color: #fff;
}

#menu {
  display: block;
  transition: opacity 0.4s;
}

@media (min-width: 737px) {
  .global-nav {
    background: #fff;
    border-bottom: solid 1px #e0e0e0;
  }
  #menu {
    text-align: center;
  }
  #menu .menu-item-has-children::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 6px;
    background: #000000;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #menu li a {
    background: #fff !important;
    color: #000;
    padding-block: 1em;
  }
  #menu li.menu-item-has-children .--child {
    display: none;
  }
  #menu .sub-menu li a {
    border-bottom: solid 1px #ddd;
  }
  #menu .sub-menu li a:hover {
    background: #f0f0f0 !important;
  }
}
@media (max-width: 736px) {
  #menu {
    position: fixed;
    z-index: -9999;
    opacity: 0;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  #menu li.menu-item-has-children {
    position: relative;
  }
  #menu li.menu-item-has-children .--child {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 4em;
    color: #fff;
    transition: transform 0.4s;
    z-index: 2;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  #menu li.menu-item-has-children .--child.--show {
    transform: rotate(90deg);
  }
  #menu .sub-menu {
    display: block;
  }
  #menu .sub-menu li {
    opacity: 0;
    height: 0;
    border-top: none !important;
  }
  #menu .sub-menu li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  #menu .sub-menu.--show li {
    opacity: 1;
    height: auto;
    border-top: solid 1px #444 !important;
  }
  #menu .sub-menu.--show li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #menu.--show {
    height: calc(100vh - 60px);
    opacity: 1;
    z-index: 1;
  }
}
#lp2025-lang {
  height: 0;
  opacity: 0;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20em;
  background: #fff;
}
#lp2025-lang a {
  display: block;
  padding: 1em;
  text-align: center;
}
#lp2025-lang.--show {
  height: auto;
  opacity: 1;
  z-index: 1;
}

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