@charset "UTF-8";
/* ////////////////-l//////////////////////////////////

　サイト全般のスタイル

////////////////////////////////////////////////// */
/*
	LAYOUT
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800;900&family=M+PLUS+Rounded+1c:wght@800&family=Noto+Sans+JP:wght@100..900&display=swap");
#contents {
  position: relative;
  overflow: hidden;
}

.auto-mw {
  max-width: none !important;
  width: 100%;
  margin-inline: -20px;
}
.auto-mh {
  max-height: none !important;
}

/*
  common
-------------------------------------------------- */
a {
  text-decoration: underline;
  transition: 0.4s all;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
a.btn, a[class*=btn-], a[class*=-link], a.tel {
  text-decoration: none;
}

svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .blk-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blk-tb {
    display: block;
  }
}
@media (min-width: 992px) {
  .blk-pc {
    display: block;
  }
}

@media (min-width: 576px) {
  .br-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-tb {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .br-pc {
    display: none;
  }
}

a.tel {
  cursor: default;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* Wrap
-------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: 20px;
}
.wrap-inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.header-wrap {
  width: 100%;
  max-width: 1640px;
  margin-inline: auto;
  padding-inline: 20px;
}

.sec {
  width: 100%;
  margin-inline: auto;
  margin-block: 100px;
}
@media (max-width: 767.98px) {
  .sec {
    margin-block: 50px;
  }
}
.sec-bg {
  padding-block: 100px;
  background-color: #f4f4f4;
}
@media (max-width: 767.98px) {
  .sec-bg {
    padding-block: 50px;
  }
}
.sec-bg .ttl {
  margin-top: 0;
}

/*
  Typography
-------------------------------------------------- */
@font-face {
  font-family: "eng";
  font-style: normal;
  font-weight: 700;
  src: local("eng"), url("../font/engDemi.woff") format("woff");
}
.fnt-gsk {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fnt-m1, .inquiry-btn, .inquiry-ttl {
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
  font-style: normal;
}

.fnt-round {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal;
}

.fnt-eng, .footer-tel .tel-num, .header-tel .tel-num, .pagetitle-en {
  font-family: "eng", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.84375rem;
  }
}

p {
  line-height: 1.8571428571;
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  p {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

li, dt, dd, th, td, address {
  line-height: 1.7407407407;
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  li, dt, dd, th, td, address {
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
  }
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4 {
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4 {
    line-height: 1.45;
  }
}

.h4 {
  font-family: "Noto Sans JP", sans-serif;
}

.pagetitle h1 {
  font-size: 2.9375rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .pagetitle h1 {
    font-size: 1.5625rem;
  }
}
.pagetitle-en {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .pagetitle-en {
    font-size: 0.875rem;
  }
}

/* ////////////////-l//////////////////////////////////

　Headerのスタイル

////////////////////////////////////////////////// */
.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFF;
  z-index: 300;
}
@media (max-width: 991.98px) {
  .header {
    height: 45px;
  }
}
.header-wrap {
  max-width: 1640px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
.header-nav {
  margin-left: auto;
}
.header-tel {
  margin: 8px 10px 0;
}
.header-tel a.tel {
  display: flex;
  padding-left: 15px;
  align-items: center;
  width: 330px;
  max-width: none;
  height: 55px;
  gap: 13px;
  border-radius: 3px;
  margin-inline: auto;
  margin-top: 20px;
  background: linear-gradient(to right, #31649D, #6CA9CA) no-repeat;
}
@media screen and (max-width: 1110px) {
  .header-tel span.tel {
    display: flex;
    padding-left: 15px;
    align-items: center;
    width: 330px;
    max-width: none;
    height: 55px;
    gap: 13px;
    border-radius: 3px;
    margin-inline: auto;
    margin-top: 20px;
    background: linear-gradient(to right, #31649D, #6CA9CA) no-repeat;
  }
}
.header-tel .tel-num {
  font-size: 1.5625rem;
  color: #003e83;
  line-height: 1;
}
@media screen and (min-width: 1111px) {
  .header-tel .tel-num {
    padding-left: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23003e83%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M20%2C10c0%2C5.52-4.48%2C10-10%2C10S0%2C15.52%2C0%2C10%2C4.48%2C0%2C10%2C0s10%2C4.48%2C10%2C10Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.27%2C7.9c.6-.36%2C1.09-.68%2C1.26-.78.17-.1.16-.36.02-.6-.14-.24-1.33-2.24-1.33-2.24-.19-.31-.39-.63-.68-.46-.29.17-.5.3-1.25.74-.75.44-1.73%2C2.94.86%2C7.29%2C2.59%2C4.35%2C5.26%2C4.67%2C6%2C4.22.74-.44.96-.57%2C1.25-.74.29-.17.11-.5-.08-.82%2C0%2C0-1.19-1.99-1.33-2.23-.14-.24-.37-.37-.54-.27-.17.1-.69.38-1.29.74-.6.36-1.27-.55-2.14-2.01-.87-1.47-1.35-2.48-.75-2.84Z%22%2F%3E%3C%2Fsvg%3E") 0 50%/25px auto no-repeat;
  }
}
@media screen and (max-width: 1110px) {
  .header-tel .tel-num {
    font-size: 1.4375rem;
    color: #FFF;
  }
}
@media screen and (max-width: 1110px) {
  .header-tel .tel-num::before {
    font-size: 0.9375rem;
    content: "tel. ";
  }
}
.header-tel .tel-time {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 1111px) {
  .header-tel .tel-time {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  .header-tel .tel-time {
    font-size: 0.625rem;
    color: #FFF;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1111px) {
  .header-tel .tel-pc::before {
    display: block;
    text-align: right;
    margin-right: 10px;
    font-weight: 400;
    font-size: 0.8125rem;
    content: "平日8:00〜17:00まで受付";
  }
}

@media screen and (min-width: 1520px) {
  .logo {
    margin-top: -19px;
    width: 500px;
  }
}
.logo-link {
  text-decoration: none;
  color: #003e83;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1111px) and (max-width: 1265px) {
  .logo-link {
    display: block;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1520px) {
  .logo-img {
    width: 155px;
  }
}
@media screen and (max-width: 1110px) {
  .logo-img {
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .logo-img {
    width: 105px;
  }
}
.logo-txt {
  font-size: 1.1875rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-left: 8px;
}
@media screen and (min-width: 1111px) and (max-width: 1265px) {
  .logo-txt {
    display: block;
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1110px) {
  .logo-txt {
    font-size: 0.625rem;
  }
}

/* ナビ
-------------------------------------------------- */
.nav-toggle {
  display: none;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263%22%20height%3D%2216%22%20viewBox%3D%220%200%2063%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.line-bar%20%7B%20fill%3A%20none%3B%20stroke%3A%20%232f65a2%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cline%20class%3D%22line-bar%22%20y1%3D%221.5%22%20x2%3D%2263%22%20y2%3D%221.5%22%2F%3E%20%3Cline%20class%3D%22line-bar%22%20y1%3D%2214.5%22%20x2%3D%2263%22%20y2%3D%2214.5%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1110px) {
  .nav-toggle {
    display: block;
  }
}
.nav-bar {
  display: flex;
}
@media screen and (max-width: 1110px) {
  .nav-bar {
    display: none;
  }
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1520px) {
  .nav-menu {
    gap: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-menu {
    margin-inline: auto;
    gap: 60px;
    justify-content: center;
    margin-block: 100px 50px;
  }
}
@media (max-width: 767.98px) {
  .nav-menu {
    display: block;
    max-width: 330px;
    margin: auto;
  }
}
.nav-link {
  color: #000;
  font-weight: 800;
  font-size: 1rem;
}
@media screen and (min-width: 1111px) and (max-width: 1520px) {
  .nav-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .nav-link {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
  }
}
.nav-active .nav-toggle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262.97%22%20height%3D%2225.01%22%20viewBox%3D%220%200%2062.97%2025.01%22%3E%20%3Cpolygon%20fill%3D%22%232f65a2%22%20points%3D%2262.97%202.82%2061.96%200%2031.48%2010.91%201.01%200%200%202.82%2027.03%2012.51%200%2022.19%201.01%2025.01%2031.48%2014.1%2061.96%2025.01%2062.97%2022.19%2035.93%2012.51%2062.97%202.82%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1110px) {
  .nav-active .nav-bar {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    display: block;
    z-index: 200;
  }
}
@media (max-width: 991.98px) {
  .nav-active .nav-bar {
    top: 45px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1110px) {
  .nav-active .header-tel {
    max-width: 230px;
    margin-inline: auto;
  }
}

.inquiry {
  width: 100%;
  text-align: center;
}
.inquiry-ttl {
  padding-top: 85px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 800;
  background: url(../img/inquiry_sept.webp) 50% 0 no-repeat;
}
@media (max-width: 991.98px) {
  .inquiry-ttl {
    padding-top: 60px;
    background-size: 600px auto;
  }
}
@media (max-width: 767.98px) {
  .inquiry-ttl {
    width: auto;
    margin-bottom: 16px;
    font-size: 0.9375rem;
    background-image: url(../img/inquiry_sept_sp.webp);
    background-size: 330px auto;
    padding-top: 93px;
  }
}
.inquiry-ttl > span {
  position: relative;
}
.inquiry-ttl > span::before, .inquiry-ttl > span::after {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 25px;
  height: 30px;
  line-height: 1;
  background: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767.98px) {
  .inquiry-ttl > span::before, .inquiry-ttl > span::after {
    bottom: 3px;
    width: 12px;
    height: 15px;
  }
}
.inquiry-ttl > span::before {
  left: -40px;
  background-image: url(../img/inquiry_left.webp);
  background-position: 0 bottom;
}
@media (max-width: 767.98px) {
  .inquiry-ttl > span::before {
    left: -20px;
  }
}
.inquiry-ttl > span::after {
  right: -40px;
  background-image: url(../img/inquiry_right.webp);
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .inquiry-ttl > span::after {
    right: -20px;
  }
}
.inquiry-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  height: 180px;
  background: url(../img/inquiry_bg.webp) 0 50%/auto 100% no-repeat;
  color: #000;
}
@media (max-width: 767.98px) {
  .inquiry-link {
    height: 105px;
    background-color: #003e82;
  }
}
.inquiry-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 60px;
  margin-block: 10px 8px;
  font-size: 2.3125rem;
  font-weight: 800;
  background-color: #fccf00;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .inquiry-btn {
    width: 310px;
    height: 34px;
    margin-block: 8px 5px;
    font-size: 1.0625rem;
    border-radius: 3px;
  }
}
.inquiry-txt {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .inquiry-txt {
    font-size: 0.6875rem;
    line-height: 1.4090909091;
  }
}

.footer {
  padding-block: 120px 70px;
  padding-inline: 20px;
  background: linear-gradient(to right, #fff, #E6E6E6);
}
.footer-exp-1 {
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1.4333333333;
  color: #2f65a2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1110px) {
  .footer-exp-1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-exp-1 {
    font-size: 1.21875rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.footer-exp-2 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7407407407;
}
@media screen and (max-width: 1110px) {
  .footer-exp-2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-exp-2 {
    font-size: 0.84375rem;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.footer-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1110px) {
  .footer-info {
    margin-top: 25px;
    display: block;
  }
}
.footer-company {
  margin-right: auto;
}
@media screen and (max-width: 1110px) {
  .footer-company {
    margin-right: 0;
    text-align: center;
  }
}
.footer-address {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 1110px) {
  .footer-address {
    font-size: 0.71875rem;
  }
}
@media screen and (max-width: 1110px) {
  .footer-tel {
    margin-top: 40px;
    text-align: center;
  }
}
.footer-tel a.tel {
  display: flex;
  padding-left: 15px;
  align-items: center;
  width: 330px;
  height: 55px;
  gap: 13px;
  border-radius: 3px;
  margin-inline: auto;
  margin-top: 20px;
  background: linear-gradient(to right, #31649D, #6CA9CA) no-repeat;
}
@media (max-width: 767.98px) {
  .footer-tel a.tel .tel-num {
    font-size: 1.4375rem;
    color: #FFF;
  }
}
.footer-tel a.tel .tel-num::before {
  font-size: 1.375rem;
  content: "tel. ";
}
@media (max-width: 767.98px) {
  .footer-tel a.tel .tel-num::before {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .footer-tel a.tel .tel-time {
    font-size: 0.625rem;
    color: #FFF;
  }
}
@media screen and (max-width: 1110px) {
  .footer-tel span.tel {
    text-align: center;
  }
}
.footer-tel .tel-num {
  font-size: 2.0625rem;
  color: #003e83;
  line-height: 1;
}
.footer-tel .tel-num::before {
  font-size: 1.375rem;
  content: "tel. ";
}
@media (max-width: 767.98px) {
  .footer-tel .tel-num::before {
    font-size: 0.9375rem;
  }
}
.footer-tel .tel-time {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1111px) {
  .footer-form {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1110px) {
  .footer-form {
    margin-inline: auto;
  }
}

.btn-form {
  display: flex;
  align-items: center;
  height: 87px;
  color: #FFF;
  font-size: 1.125rem;
  width: 360px;
  padding-inline: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.44%22%20height%3D%2213.25%22%20viewBox%3D%220%200%2016.44%2013.25%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.54%2C7.63H1c-.55%2C0-1-.45-1-1s.45-1%2C1-1h13.54c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1Z%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.79%2C13.25c-.25%2C0-.49-.09-.68-.27-.4-.38-.42-1.01-.04-1.41l4.64-4.94L9.06%2C1.68c-.38-.4-.36-1.04.04-1.41.4-.38%2C1.04-.36%2C1.41.04l5.92%2C6.31-5.92%2C6.31c-.2.21-.46.32-.73.32Z%22%2F%3E%3C%2Fsvg%3E") calc(100% - 40px) 50%/14px auto no-repeat, linear-gradient(to right, #31649D, #6CA9CA) no-repeat;
}
@media screen and (max-width: 1110px) {
  .btn-form {
    margin: 20px auto 0;
  }
}
@media (max-width: 767.98px) {
  .btn-form {
    width: 330px;
    height: 55px;
    margin-inline: auto;
    margin-top: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.44%22%20height%3D%2213.25%22%20viewBox%3D%220%200%2016.44%2013.25%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.54%2C7.63H1c-.55%2C0-1-.45-1-1s.45-1%2C1-1h13.54c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1Z%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.79%2C13.25c-.25%2C0-.49-.09-.68-.27-.4-.38-.42-1.01-.04-1.41l4.64-4.94L9.06%2C1.68c-.38-.4-.36-1.04.04-1.41.4-.38%2C1.04-.36%2C1.41.04l5.92%2C6.31-5.92%2C6.31c-.2.21-.46.32-.73.32Z%22%2F%3E%3C%2Fsvg%3E") calc(100% - 30px) 50%/10px auto no-repeat, linear-gradient(to right, #003D7E, #31649D) 0 0/100% auto;
    font-size: 0.84375rem;
    padding-inline: 30px;
  }
}
@media (min-width: 992px) {
  .btn-form.hdr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    align-items: center;
    background: linear-gradient(to right, #003D7E, #31649D) 0 0/100% auto;
  }
  .btn-form.hdr span {
    display: none;
  }
  .btn-form.hdr::after {
    content: "・ご相談";
  }
}
@media screen and (min-width: 1111px) and (max-width: 1520px) {
  .btn-form.hdr {
    width: 180px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1110px) {
  .btn-form.hdr {
    width: 330px;
    height: 55px;
    margin-inline: auto;
    margin-top: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.44%22%20height%3D%2213.25%22%20viewBox%3D%220%200%2016.44%2013.25%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.54%2C7.63H1c-.55%2C0-1-.45-1-1s.45-1%2C1-1h13.54c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1Z%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.79%2C13.25c-.25%2C0-.49-.09-.68-.27-.4-.38-.42-1.01-.04-1.41l4.64-4.94L9.06%2C1.68c-.38-.4-.36-1.04.04-1.41.4-.38%2C1.04-.36%2C1.41.04l5.92%2C6.31-5.92%2C6.31c-.2.21-.46.32-.73.32Z%22%2F%3E%3C%2Fsvg%3E") calc(100% - 30px) 50%/10px auto no-repeat, linear-gradient(to right, #003D7E, #31649D) 0 0/100% auto;
    font-size: 0.84375rem;
    padding-inline: 30px;
  }
}

.copyright {
  display: block;
  margin-top: 30px;
  font-size: 0.625rem;
  text-align: center;
}

/* ページタイトル
-------------------------------------------------- */
.pagetitle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-inline: 20px;
  background: url(../img/ttl_bg.webp) 50% 50% no-repeat;
  text-align: center;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .pagetitle {
    height: 125px;
    background: url(../img/ttl_bg_sp.webp) 50% 50%/100% auto no-repeat;
  }
}
.pagetitle h1 {
  font-size: 2.9375rem;
}
@media (max-width: 767.98px) {
  .pagetitle h1 {
    font-size: 1.46875rem;
  }
}
.pagetitle-en {
  font-size: 1.25rem;
  color: #3d78b0;
  text-align: center;
  mix-blend-mode: screen;
}
@media (max-width: 767.98px) {
  .pagetitle-en {
    font-size: 0.625rem;
  }
}

.ttl {
  margin-block: 100px 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ttl {
    margin-top: 50px;
  }
}
.ttl-sub {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .ttl-sub {
    font-size: 0.84375rem;
  }
}
.ttl-lead {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .ttl-lead {
    font-size: 0.78125rem;
  }
}
.ttl-strong {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-inline: 16px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
  border-radius: 3px;
  background-color: #fccf00;
}
@media (max-width: 767.98px) {
  .ttl-strong {
    height: 24px;
    padding-inline: 12px;
    font-size: 0.8125rem;
    border-radius: 2px;
  }
}
.ttl-strong ~ .h2 {
  font-size: 3.25rem;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 900;
  line-height: 1.3461538462;
  margin-block: 0 15px;
}
@media (max-width: 767.98px) {
  .ttl-strong ~ .h2 {
    margin-block: 0 10px;
    font-size: 1.5625rem;
  }
}
.ttl-note {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-inline: 20px;
  text-align: center;
  border: #d85a4d 2px solid;
  border-radius: 34px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .ttl-note {
    height: 24px;
    padding-inline: 16px;
    font-size: 0.5625rem;
  }
}
.ttl-note > span {
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .ttl-note > span {
    font-size: 0.5625rem;
  }
}

.h2 {
  margin-bottom: 15px;
  font-size: 2.3125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .h2 {
    margin-bottom: 10px;
    font-size: 1.40625rem;
  }
}

.h3 {
  margin-block: 100px 35px;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  .h3 {
    margin-block: 30px 15px;
    font-size: 1.03125rem;
  }
}

.lead {
  margin-block: 15px 60px;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .lead {
    margin-block: 10px 35px;
    font-size: 0.78125rem;
  }
}

/* リスト
-------------------------------------------------- */
.ul {
  list-style: disc;
  padding-left: 20px;
}

.list-ul {
  list-style: none;
  padding-left: 0;
}
.list-ul > li {
  display: flex;
  gap: 8px;
  margin-bottom: 0.8rem;
}
.list-ul > li::before {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transform: translateY(6px);
  background: linear-gradient(to right, #23577e, #2A4D75);
  content: "";
}
@media (max-width: 767.98px) {
  .list-ul > li::before {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    transform: translateY(4.5px);
  }
}

/* example
-------------------------------------------------- */
.example-list li {
  margin-block: 20px;
}
@media (max-width: 767.98px) {
  .example-list li {
    margin-block: 10px;
  }
}

/* pnav
-------------------------------------------------- */
.pnav {
  max-width: 1140px;
  padding-inline: 20px;
  margin-inline: auto;
}
.pnav-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .pnav-list {
    gap: 10px;
    flex-direction: column;
  }
}
.pnav-list > li {
  flex: 1;
}
.pnav-list > li:nth-child(1) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.3%22%20height%3D%2219.59%22%20viewBox%3D%220%200%2024.3%2019.59%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cline%20class%3D%22st%22%20x1%3D%2221.46%22%20y1%3D%229.8%22%20x2%3D%221.5%22%20y2%3D%229.8%22%2F%3E%20%3Cpolyline%20class%3D%22st%22%20points%3D%2214.46%201.5%2022.24%209.8%2014.46%2018.09%22%2F%3E%3C%2Fsvg%3E") calc(100% - 40px) 50%/15px auto no-repeat, linear-gradient(to right, #23577e, #2A4D75);
}
@media (max-width: 1099.98px) {
  .pnav-list > li:nth-child(1) a {
    background-position: calc(100% - 20px) 50%, 0 0;
  }
}
.pnav-list > li:nth-child(2) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.3%22%20height%3D%2219.59%22%20viewBox%3D%220%200%2024.3%2019.59%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cline%20class%3D%22st%22%20x1%3D%2221.46%22%20y1%3D%229.8%22%20x2%3D%221.5%22%20y2%3D%229.8%22%2F%3E%20%3Cpolyline%20class%3D%22st%22%20points%3D%2214.46%201.5%2022.24%209.8%2014.46%2018.09%22%2F%3E%3C%2Fsvg%3E") calc(100% - 40px) 50%/15px auto no-repeat, linear-gradient(to right, #33466C, #275078);
}
@media (max-width: 1099.98px) {
  .pnav-list > li:nth-child(2) a {
    background-position: calc(100% - 20px) 50%, 0 0;
  }
}
.pnav-list > li:nth-child(3) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.3%22%20height%3D%2219.59%22%20viewBox%3D%220%200%2024.3%2019.59%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cline%20class%3D%22st%22%20x1%3D%2221.46%22%20y1%3D%229.8%22%20x2%3D%221.5%22%20y2%3D%229.8%22%2F%3E%20%3Cpolyline%20class%3D%22st%22%20points%3D%2214.46%201.5%2022.24%209.8%2014.46%2018.09%22%2F%3E%3C%2Fsvg%3E") calc(100% - 40px) 50%/15px auto no-repeat, linear-gradient(to right, #374469, #483C62);
}
@media (max-width: 1099.98px) {
  .pnav-list > li:nth-child(3) a {
    background-position: calc(100% - 20px) 50%, 0 0;
  }
}
.pnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 1.6875rem;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
}
@media (max-width: 1099.98px) {
  .pnav-link {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .pnav-link {
    height: 80px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .pnav-link {
    width: 100%;
    height: 55px;
    padding-left: 30px;
    font-size: 0.84375rem;
    justify-content: flex-start;
    text-align: left;
    border-radius: 2px;
    background-size: 13px auto;
    background-position: calc(100% - 30px) 50%;
  }
}

/* アイテム一覧
-------------------------------------------------- */
.items-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, min-content);
  gap: 20px 20px;
}
@media (max-width: 767.98px) {
  .items-list {
    max-width: 540px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, min-content);
  }
}
.items-list li {
  align-self: stretch;
}
.items-note {
  margin-top: 20px;
  margin-inline: auto;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .items-note {
    max-width: 540px;
    margin-top: 10px;
    font-size: 0.78125rem;
  }
}
.items-booth-list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, min-content);
  gap: 20px 20px;
  grid-template-areas: "c0 c0 c1" "c2 c3 c3" "c4 c5 c5" "c6 c6 c6";
}
@media (max-width: 767.98px) {
  .items-booth-list {
    grid-template-columns: 39.73913% 13.942029% 39.73913%;
    gap: 10px 10px;
  }
}
.items-booth li {
  align-self: stretch;
}
.items-booth li:nth-child(1) {
  grid-area: c0;
  aspect-ratio: 726/541;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(1) {
    aspect-ratio: 410/627;
  }
}
.items-booth li:nth-child(2) {
  grid-area: c1;
  aspect-ratio: 353/541;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(2) {
    aspect-ratio: 288/627;
  }
}
.items-booth li:nth-child(3) {
  grid-area: c2;
  aspect-ratio: 353/558;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(3) {
    aspect-ratio: 288/657;
  }
}
.items-booth li:nth-child(4) {
  grid-area: c3;
  aspect-ratio: 726/558;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(4) {
    aspect-ratio: 410/657;
  }
}
.items-booth li:nth-child(5) {
  grid-area: c4;
  aspect-ratio: 353/573;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(5) {
    aspect-ratio: 288/684;
  }
}
.items-booth li:nth-child(6) {
  grid-area: c5;
  aspect-ratio: 726/573;
}
@media (max-width: 767.98px) {
  .items-booth li:nth-child(6) {
    aspect-ratio: 410/684;
  }
}
.items-booth li:nth-child(7) {
  grid-area: c6;
}
@media (min-width: 768px) {
  .items-booth li:nth-child(7) {
    margin-block: -14px;
  }
}

.booth-set {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .booth-set {
    max-width: 540px;
    margin-bottom: 10px;
  }
}
.booth-set-bnr {
  display: block;
}
@media (min-width: 768px) {
  .booth-set-bnr {
    position: relative;
  }
}
@media (min-width: 768px) {
  .booth-set-bnr::after {
    position: absolute;
    top: -20px;
    right: -30px;
    display: block;
    width: 19.6551724138vw;
    max-width: 228px;
    max-height: 228px;
    aspect-ratio: 1;
    background: url(../img/discount_10.webp) 50% 50%/contain;
    content: "";
  }
}/*# sourceMappingURL=common.css.map */


/*
  重要なお知らせ
----------------------------------------------- */
#important {
  display: flex;
  margin-bottom: 20px;
}
.subpage #important{
  margin-top: 0;
}
#important .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  padding: 0 40px;
  background: #fccf00;
  margin-bottom: 0;
  margin-block: 0px;
}
#important .ttl span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 15px 45px;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
#important ul {
  width: 68%;
  background: #fff9e5;
  padding: 30px 60px;
}
#important ul li {
  display: flex;
}
#important ul a{
  color: #000;
}
#important ul li::before,
#important ul a::after{
  display: none;
}
#important ul li + li {
  margin-top: 10px;
}
#important ul .date {
  width: 4em;
  margin-right: 2em;
  color: #7c7c7c;
}
#important ul .title {
  color: #000;
}
@media (max-width: 768px) {
  #important {
    flex-direction: column;
  }
  .subpage #important{
    margin-top: 70px;
  }
  #important .ttl {
    width: 100%;
    padding: 15px;
  }
  #important .ttl span {
    display: inline-block;
    background-position: 10px 50%;
    background-size: 20px;
    padding: 10px 15px;
    padding-left: 40px;
  }
  #important ul {
    width: 100%;
    padding: 15px;
  }
  #important ul li {
    flex-direction: column;
  }
  #important ul .date {
    margin: 0 0 .3em;
  }
}