@charset "UTF-8";
.space1rem {
  margin: 1rem 0;
}

.space05rem {
  margin: 0.5rem 0;
}

.space2rem {
  margin: 2rem 0;
}

.space3rem {
  margin: 3rem 0;
}

.space4rem {
  margin: 4rem 0;
}

.space5rem {
  margin: 5rem 0;
}

@media (max-width: 767px) {
  .desktopOnly {
    display: none !important;
  }
}

.smartphoneOnly {
  display: none !important;
}
@media (max-width: 767px) {
  .smartphoneOnly {
    display: block !important;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", sans-serif;
}
body .headerContent {
  border-bottom: solid 1px #7f7f7f;
}
body .headerContent .headerContentItem {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .headerContent .headerContentItem {
    width: 90%;
    padding: 0.5rem 0 0.3rem 0;
  }
}
body .headerContent .headerContentItem img {
  width: 20%;
}
@media (max-width: 767px) {
  body .headerContent .headerContentItem img {
    width: clamp(140px, 40vw, 220px);
  }
}
body .headerContent .kakudaiLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body .headerContent .kakudaiLink {
    width: 100%;
  }
}
body .headerContent .kakudaiLink a {
  text-decoration: none;
  font-weight: bold;
  color: #1E1E1E;
  padding: 0.3rem 1rem;
  position: relative;
  transition: color 0.3s ease;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  body .headerContent .kakudaiLink a {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
body .headerContent .kakudaiLink a::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0.2rem;
  width: 0;
  height: 2px;
  background-color: #1E1E1E;
  transition: width 0.3s ease;
}
body .headerContent .kakudaiLink a:hover {
  color: #555;
}
body .headerContent .kakudaiLink a:hover::after {
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .mainContentAriaRow {
    margin-top: 2rem;
  }
}
body .contentAria {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .contentAria {
    width: 90%;
  }
}
body .menuContent {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  body .menuContent {
    flex-direction: column;
    width: 100%;
  }
}
body .menuContent a {
  text-decoration: none;
  border-left: solid 1px #7f7f7f;
  width: 33.3333333333%;
  text-align: center;
  margin: 1rem 0;
  position: relative;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  body .menuContent a {
    width: 100%;
    border-left: none;
    border: solid 1px #7f7f7f;
  }
}
body .menuContent a::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0.2rem;
  width: 0;
  height: 2px;
  background-color: #1E1E1E;
  transition: width 0.3s ease;
}
body .menuContent a:hover {
  color: #555;
}
body .menuContent a:hover::after {
  width: calc(100% - 2rem);
}
body .menuContent a:last-child {
  border-right: solid 1px #7f7f7f;
}
body .mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(16px, 3vw, 32px);
  padding-bottom: clamp(16px, 3vw, 32px);
}
body .mainVisual .mainContentAria,
body .mainVisual .mainContentAriaSp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .mainVisual #mv1 {
  width: clamp(90px, 14vw, 160px);
  height: auto;
}
body .mainVisual #mv2 {
  width: clamp(240px, 50vw, 520px);
  height: auto;
  margin-top: 1rem;
}
body .mainVisual .mainContentAria.desktopOnly {
  gap: 12px;
  margin-top: clamp(24px, 3.1vw, 32px);
}
body .mainVisual .mainContentAria.desktopOnly img {
  height: clamp(88px, 10.5vw, 132px);
  width: auto;
}
body .mainVisual .mainContentAria.desktopOnly .mv-flow-icon {
  height: clamp(88px, 10.5vw, 132px);
  width: auto;
}
body .mainVisual .mv-flow-icon {
  height: clamp(64px, 8vw, 96px);
  width: auto;
}
body .mainVisual .mainContentAria .mainContentAria img {
  height: clamp(88px, 10.5vw, 132px);
  width: auto;
}
body .mainVisual .mainContentAria .mainContentAria .mv-flow-icon {
  height: clamp(88px, 10.5vw, 132px);
  width: auto;
}
body .mainVisual .mainContentAriaSP img,
body .mainVisual .mainContentAriaSp img {
  width: min(88vw, 520px);
  height: auto;
}
body .mainContentAriaBtn .hoverBtn1 {
  width: clamp(220px, 40vw, 420px);
  height: auto;
}
@media (max-width: 767px) {
  body .mainVisual .mainContentAria #mv1,
  body .mainVisual .mainContentAriaSp #mv1 {
    width: 30%;
  }
  body .mainVisual .mainContentAria #mv2,
  body .mainVisual .mainContentAriaSp #mv2 {
    width: 90%;
  }

  body .mainVisual .mainContentAria .mainContentAria {
    margin-top: 1rem;
  }

  body .mainVisual .mainContentAria .mainContentAria {
    width: 90vw;
    gap: 6px;
  }

  body .mainVisual .mainContentAria .mainContentAria img {
    width: 20%;
    height: auto;
  }

  body .mainVisual .mainContentAria .mainContentAria .mv-flow-icon {
    width: 5%;
    height: auto;
  }
}

body .maintenanceAria {
  background-image: url(../../img/pc/maintenance.png);
  background-position: center;
  background-size: cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(20px, 4vw, 44px);
  margin-bottom: clamp(20px, 4vw, 44px);
  padding: 1.5rem 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body .maintenanceAria {
    padding: 0.8rem 0 1.6rem 0;
  }
}
body .maintenanceAria .maintenanceTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
body .maintenanceAria .maintenanceTitle p {
  font-weight: bold;
  color: white;
  font-size: 2rem;
}
@media (max-width: 767px) {
  body .maintenanceAria .maintenanceTitle p {
    font-size: 1.5rem;
  }
}
body .maintenanceAria .maintenanceTitle span {
  color: #030200;
  background-color: yellow;
  padding: 0 1rem;
  letter-spacing: 0.7rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body .maintenanceAria .maintenanceTitle span {
    font-size: 0.8rem;
  }
}
body .maintenanceAria .maintenanceAriaContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
body .maintenanceAria .maintenanceAriaContent .imgContainer img {
  width: clamp(220px, 28vw, 360px);
  height: auto;
}
body .particularAria {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .particularAria.particularAria-compact {
  padding: 0;
}
body .particularAria .partText {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body .particularAria .partText {
    margin-bottom: 2rem;
  }
}
body .particularAria .mark {
  display: block;
  margin: 2rem 0;
}
body .particularAria .particularAriaTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}
body .particularAria .particularAriaTitle .title1img {
  width: 70%;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  body .particularAria .particularAriaTitle .title1img {
    width: 90%;
  }
}
body .particularAria .particularAriaTitle .title2img {
  width: 35%;
}
@media (max-width: 767px) {
  body .particularAria .particularAriaTitle .title2img {
    width: 35%;
  }
}
body .particularAria .particularAriaTitle a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: bold;
  color: #273F89;
  width: 40%;
  margin: 0 auto;
}
body .particularAria .particularAriaTitle a:hover {
  opacity: 0.8;
  border-bottom: solid 2px #273F89;
}
body .particularAria .particularAriaTitle .partText p {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  body .particularAria .particularAriaTitle .partText p {
    font-size: 0.9rem;
  }
}
body .particularAria .partContent {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body .particularAria .partContent {
    flex-direction: column;
  }
}
body .particularAria .partContent .part1-stack {
  width: 30%;
  display: flex;
  flex-direction: column;
}
body .particularAria .partContent .part1-stack img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  body .particularAria .partContent .part1-stack {
    width: 90%;
  }
}
body .particularAria .partContent .part1 {
  width: 35%;
}
@media (max-width: 767px) {
  body .particularAria .partContent .part1 {
    width: 90%;
  }
}
body .particularAria .partContent .centerLine {
  margin: 0 2rem 0 4rem;
}
body .particularAria .partContent .partContentArrow {
  width: 1.6%;
  margin: 0 1rem;
  height: auto;
}
body .particularAria .partContent .partContentdetail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
body .particularAria .partContent .partContentdetail .part2 {
  width: 30%;
}
@media (max-width: 767px) {
  body .particularAria .partContent .partContentdetail .part2 {
    width: 60%;
    margin: 0 auto;
  }
}
body .particularAria .partContent .partContentdetail p {
  font-weight: bold;
  width: 100%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  body .particularAria .partContent .partContentdetail p {
    font-size: 0.8rem;
  }
}
body .particularAria .partContent .partContentdetail .backBlue {
  background-color: #B3E8FF;
  width: 100%;
  padding-left: 1rem;
}
body .particularAria .partContent .fancy-border {
  width: 45%;
}
@media (max-width: 767px) {
  body .particularAria .partContent .fancy-border {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .particularAria .partContent {
    justify-content: space-between;
  }
  body .particularAria .partContent .partContentArrow {
    margin: 0 0.5rem;
  }
  body .particularAria .partContent .fancy-border {
    width: 55%;
  }
}
body .particularAria .mark {
  width: 4%;
}
@media (max-width: 767px) {
  body .particularAria .mark {
    width: 10%;
  }
}
body .particularAria .partSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .particularAria .partSearch p {
  font-weight: bold;
}
body .particularAria .partSearch p:last-child {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  body .particularAria .partSearch p {
    font-size: 0.9rem;
  }
  body .particularAria .partSearch p:last-child {
    margin-bottom: 2rem;
  }
}
body .particularAria .partSearch p a {
  background-color: #B3E8FF;
  text-decoration: none;
  padding: 0 0.2rem;
}
body .particularAria .partSearch p a:hover {
  background-color: yellow;
}
body .particularAria .partSearch .search-bar {
  width: 100%;
  box-shadow: 6px 6px 0px 0px rgba(139, 232, 255, 0.4);
  border-radius: 5px;
  margin: 1rem 0;
}
body .particularAria .partSearch .search-bar form {
  display: flex;
  width: 100%;
  border: 2px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
body .particularAria .partSearch .search-bar__form select {
  border: none;
  border-right: 2px solid #000;
  padding: 0.4rem 0.8rem;
  font-weight: bold;
  background: #fff;
  min-width: 6.5rem;
}
body .particularAria .partSearch .search-bar form input {
  flex: 1;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: none;
  outline: none;
  min-width: 6rem;
}
body .particularAria .partSearch .search-bar__btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.12s ease;
  min-width: 3.5rem;
}
body .particularAria .partSearch .search-bar__btn:hover {
  background: #333;
  box-shadow: 0 0 0 2px #fff inset;
}
body .particularAria .partSearch .search-bar__btn:active {
  transform: translateY(1px) scale(0.98);
}
@media (max-width: 767px) {
  body .particularAria .partSearch .search-bar form input {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
  }

  body .particularAria .partSearch p {
    text-align: center;
  }
}
body .particularAria .partSearch .search-bar form button {
  background-color: #000;
  border: none;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s ease, background-color 0.2s ease;
}
body .particularAria .partSearch .search-bar form button:active {
  transform: scale(0.95);
  background-color: #333;
}
body .particularAria .partSearch .search-bar form button svg {
  width: 20px;
  height: 20px;
}
body .searchAria {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  body .searchAria {
    padding: 1rem 0;
  }
}
body .searchAria .searchTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2.25rem;
}
body .searchAria .searchTitle img {
  width: 20%;
}
@media (max-width: 767px) {
  body .searchAria .searchTitle img {
    width: 70%;
  }
}
body .searchAria .searchTitle p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  body .searchAria .searchTitle p {
    font-size: 1.3rem;
  }
}
body .searchAria .searchBtn {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  body .searchAria .searchBtn {
    width: 90%;
  }
}
body .searchAria .searchBtn a {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  body .searchAria .searchBtn a {
    margin-right: 0px;
  }
}
body .questionAria {
  background-color: #0086D9;
  padding: 4rem 0 5.5rem 0;
}
@media (max-width: 767px) {
  body .questionAria {
    padding: 2rem 0 3.5rem 0;
  }
}
body .questionAria img {
  margin: 0 auto;
}
body .questionAria .title4 {
  width: 25%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body .questionAria .title4 {
    width: 70%;
  }
}
body .questionAria .accordion-detail {
  border: 2px solid #2986cc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
body .questionAria .accordion-detail .q-icon {
  color: #2986cc;
  font-weight: bold;
  margin-right: 0.5rem;
}
body .questionAria .accordion-detail summary {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  list-style: none;
  cursor: pointer;
  position: relative;
  background: #fff;
}
body .questionAria .accordion-detail summary .q-text {
  flex: 1;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  body .questionAria .accordion-detail summary .q-text {
    font-size: 0.8rem;
  }
}
body .questionAria .accordion-detail summary .icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #2986cc;
  border-bottom: 2px solid #2986cc;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
body .questionAria .accordion-detail[open] summary .icon {
  transform: rotate(-135deg);
}
body .questionAria .accordion-detail .answer {
  padding: 1rem;
  background-color: #f7f9fc;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  body .questionAria .accordion-detail .answer {
    font-size: 0.8rem;
  }
}
body .questionAria .accordion-detail .answer .q-icon {
  color: #cc6a29;
  font-weight: bold;
  margin-right: 0.5rem;
}
body .repairArea {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body .repairArea img {
  margin: 0 auto;
}
body .repairArea .title5 {
  width: 60%;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  body .repairArea .title5 {
    width: 100%;
  }
}
body .repairArea p {
  font-weight: bold;
  text-align: center;
  color: #030303;
  margin: 0.2rem 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body .repairArea p {
    font-size: 0.8rem;
  }
}
body .repairArea p span {
  border: solid 1px #030303;
  border-radius: 5px;
  padding: 0 1rem;
}
body .repairArea .search-bar {
  width: 80%;
  box-shadow: 6px 6px 0px 0px rgba(139, 232, 255, 0.4);
  border-radius: 5px;
  margin: 0.2rem auto 0.6rem;
}
@media (max-width: 767px) {
  body .repairArea .search-bar {
    width: 100%;
  }
}
body .repairArea .search-bar form {
  display: flex;
  width: 100%;
  border: 2px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
body .repairArea .search-bar form input {
  flex: 1;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  body .repairArea .search-bar form input {
    width: 50%;
    font-size: 0.6rem;
    padding: 0.3rem 0.5rem;
  }
}
body .repairArea .search-bar form button {
  background-color: #000;
  border: none;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s ease, background-color 0.2s ease;
}
body .repairArea .search-bar form button:active {
  transform: scale(0.95);
  background-color: #333;
}
body .repairArea .search-bar form button svg {
  width: 20px;
  height: 20px;
}
body .repairArea .searchText {
  width: 80%;
  margin: 0.4rem auto 0;
}
body .repairArea .searchText p {
  text-align: left;
  margin: 0.2rem 0;
  line-height: 1.5;
}
body .repairArea .searchText div {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
body .repairArea .searchText div img {
  margin: 0;
}
body .footerContent {
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
  color: #0086D9;
  font-size: 0.9rem;
  font-weight: bold;
}
body .footerContent .footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
body .footerContent .footer-logo {
  height: 28px;
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  body .footerContent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1.2rem 0;
    font-size: 0.85rem;
    text-align: center;
    box-sizing: border-box;
  }
  body .footerContent .footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body .footerContent .footer-logo {
    height: 34px;
  }
}
body .footerContent a {
  text-decoration: none;
}
body .footerContent a:hover {
  border-bottom: solid 1px #0086D9;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 70%;
  /* モーダルの幅を画面の70%に設定 */
  max-width: 900px;
  /* 最大幅を設定して、幅が広すぎないようにする（必要に応じて調整） */
  position: relative;
  background-image: url(../../img/pc/repair.png);
  background-position: 0 0;
  /* 初期位置 */
  background-size: contain;
  background-repeat: repeat;
  /* 背景画像を繰り返し表示 */
  animation: moveBackground 10s linear infinite;
  /* 画像をループさせるアニメーション */
  max-height: 90vh; /* 高さ制限をつける */
  overflow-y: auto; /* 中身が長ければスクロール */
  display: flex;
  align-items: flex-start; /* ←ここをcenter→flex-startに変更 */
  justify-content: flex-start; /* 任意：上詰めで揃える */
  flex-direction: column;
  margin: 5% auto; /* 上下5%の余白をつけて中央寄せ */
}
@media (max-width: 767px) {
  .modal-content {
    width: 90%;
    padding: 10px;
  }
}
.modal-content h3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.modal-content .titleSubText {
  color: #ffb338;
  text-align: center;
  font-weight: bold;
}
.modal-content .maintenanceText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-content .maintenanceText .backGray {
  background-color: #f5f5f5;
  padding: 1rem 1.2rem;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.modal-content .highlighted-text {
  background: linear-gradient(to top, #ff0 50%, transparent 50%);
  padding-bottom: 2px;
  font-weight: bold;
}

/* アニメーションの設定 */
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px -100px;
    /* 画像が左上に向かって移動 */
  }
}
.modalFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* TOPに戻るボタンのスタイル */
.scroll-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  /* 初期状態では非表示 */
  z-index: 9998;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* 上矢印とテキストの間隔 */
}

/* 上矢印のスタイル */
.arrow-up {
  font-size: 1.2rem;
  /* 上矢印のサイズ */
}

/* マウスオーバー時のスタイル */
.scroll-to-top-btn:hover {
  background-color: #006bb3;
  transform: scale(1.1);
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  z-index: 999;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* モバイルオーバーレイ（全画面） */
.mobileOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  padding: 2rem;
  box-sizing: border-box;
  overflow-y: auto;
}

.mobileOverlay.active {
  display: block;
}

.mobileMenuContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* 閉じるボタン */
.closeBtn {
  font-size: 2rem;
  font-weight: bold;
  align-self: flex-end;
  cursor: pointer;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 0 0.6rem;
}

/* メニュー内リンクの調整 */
.mobileMenuContent a {
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
}

/* デスクトップでは非表示 */
@media (max-width: 767px) {
  .hamburger {
    display: flex;
  }
  .desktopOnly {
    display: none;
  }
}
.fancy-border {
  margin: 0 auto;
  position: relative;
}

.border-line {
  display: block;
}

.box-body {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background-color: white;
  border: 2px solid black;
  border-top: none;
  /* 上線はSVGで描くから無し */
}
@media (min-width: 768px) {
  .fancy-border .border-line {
    display: none;
    padding: 10px;
  }
  .fancy-border .box-body {
    border: none;
    padding: 0;
    background: transparent;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .fancy-border .box-body {
    padding: 10px;
    text-align: left;
  }
}

img.hoverBtn1,
img.hoverBtn2,
img.hoverBtn3,
img.hoverBtn4,
img.hoverBtn5,
img.hoverspBtn4,
img.hoverspBtn5 {
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-modal .modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.image-modal .close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}/*# sourceMappingURL=Top.css.map */
