@charset "UFT-8";


body {
    overflow-x: hidden;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #131313;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    touch-action: auto;
    background-color: #131313;
  }

* {
  box-sizing: border-box;
  /* border: 2px solid red; */
  }


  ul {
    list-style: none;
  }

  footer {
    margin-bottom: 0;
  }

/* body {
  font-size: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  color: $clouds;
  background: $dark;
} */


/*////////////////////////////////////////////////////////////////////////////////// ?480px //////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:479px) {

  .circleC {
    display: none;
  }

  .lineumenu {
     position: absolute;
     z-index: 500;
  }

  .menu-window3 {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.lineumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.lineumenu:hover {
    cursor: pointer;
  }

.menu_window3 {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 4vw;
  margin-top:   13vw;
  margin-left: 4vw;
  color: #131313;
padding-top: 1.5vw;
}

.menu_window_arrow3 {
  width: 5vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: -1vw;
}

.navigation_text {
  display: none;
}

.wrapper2 {
  max-width: 100vw;
  overflow:hidden;
}

h1 {
   font-family: 'Outfit', sans-serif;
   font-weight: 400;
   font-size: 10.2vw;
   letter-spacing: 0.3vw;
   color: #ffffff;
}

h2 {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 4.6vw;
   letter-spacing: 0.13vw;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2vw;
   text-align: center;
   color: #ffffff;
}

.linksaki1 {
  height: 170vw;
}

.linksaki2 {
  height: 10vw;
}

.linksaki3 {
  height: 70vw;
}

.linksaki4 {
  height: 140vw;
}

.linksaki5 {
  height: 80vw;
}

.linksaki6 {
  height: 90vw;
}

.logo {
    z-index: 50;
}

.logo img {
    width: 55vw;
    top: 3vw;
    left: 3vw;
    position: fixed;
    z-index: 1000;
}

.logo_menu img {
    width: 55vw;
    margin-top: -10vw;
    margin-left: -7.5vw;
    z-index: 11100;
  }

  #header {
    position: fixed;
    width: 0vw;
    display: flex;
    padding: 5%;
    /* background-color: #69BA6F; */
    justify-content: space-around;
    z-index: 11100;
  }

  #header #nav_hbg {
    position: fixed;
    top: 2vw;
    left: 88vw;
    cursor: pointer;
    z-index: 11120;
  }

  #header #nav_hbg div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 10vw;
    height: 11vw;
    z-index: 11120;
  }

  #header #nav_hbg div span {
    width: 100%;
    height: 0.4vw;
    background-color: #5b5859;
    transition: opacity 0.1s ease, transform 0.3s ease-in-out;
    z-index: 11120;
  }

  #header .clicked span:nth-child(1) {
    transform: translateY(5.45vw) rotate(135deg);
    z-index: 11120;
  }

  #header .clicked span:nth-child(2) {
    opacity: 0;
    z-index: 11120;
  }

  #header .clicked span:nth-child(3) {
    transform: translateY(0vw) rotate(-135deg);
    z-index: 11120;
  }
  /* ???????????? */
  #header #nav_menu {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: #ffffff;
    z-index: 11100;
  }

  #header #nav_menu.opened {
    visibility: visible;
    opacity: 1;
    z-index: 11100;
  }

  #header #nav_menu ul {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.9vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 6vw;
    margin-left: 10vw;
    text-align: left;
    z-index: 11100;
  }

  #header #nav_menu ul li:not(:first-child) {
    margin-top: 7vw;
    z-index: 11100;
  }

  #header #nav_menu ul a {
    text-decoration: none;
    z-index: 11100;
  }

  #nav_menu {
    padding-top:8vw;
    z-index: 11100;
    overflow-y: auto;
  }

  #nav_menu ul {
    display: flex;
    flex-direction: column;
  }

  .navi-sp {
    width: 80vw;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.1vw;
    letter-spacing: 0.4vw;
    line-height: 7.1vw;
    top: -42vw;
    left: 10vw;
    text-align: left;
    z-index: 1100;
  }

  .navi_contents {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 5.9vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 6vw;
    margin-left: 0vw;
    text-align: left;
    z-index: 11100;
    display: block;
    margin-top: 3vw;
    color: #131313;
  }

  .navi_contents_kamata {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 4.6vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 4vw;
    margin-left: 0vw;
    text-align: left;
    z-index: 11100;
    display: block;
    color: #131313;
  }

  .navi_contents_osaka {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 4.6vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 3vw;
    margin-left: 0vw;
    margin-bottom: -2vw;
    text-align: left;
    z-index: 11100;
    display: block;
    color: #131313;
  }

  .navi-sp-each-A {
    width: 80vw;
    display: flex;
    color: #8CB808;
    margin-top: 0vw;
    z-index: 10000;
  }

  .navi-sp-each-B {
    width: 80vw;
    display: flex;
    color: #0087CE;
    margin-top: 2vw;
    z-index: 10000;
  }

  .menu_arrow {
    width: 2.5vw;
    margin-top: 1.8vw;
    margin-right: 1vw;
  }

  .menu-webyoyaku {
    width: 81.5vw;
    margin-left: 0vw;
    margin-top: 7vw;
  }

  .yoyakumenu2 {
    width: 80vw;
    margin-left: 1vw;
    margin-top: 30vw;
    z-index: 30000;
  }

  .menu-window2 {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border: 6px solid;
  border-color: #8CB808;
  border-radius: 10px;
  z-index: 30000;
  }

  .yoyakumenu2.active .menu-window2 {
  display: block;
  }

  /* タップされたときのスタイル */
  .yoyakumenu2:hover {
    cursor: pointer;
  }

  .menu_window2 {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 5.6vw;
  margin-top:   13vw;
  margin-left: 4vw;
  color: #131313;
  z-index: 30000;
  }

  .menu_window_arrow2 {
  width: 7vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: 1.2vw;
  z-index: 30000;
  }

.navigation {
  background-color: #69BA6F;
  height: fit-content;
  display: none;
  }

.navigation_text  {
  color:rgb(91, 88, 89);
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  position: fixed;
  margin-top:17vw;
  margin-left:12vw;
  z-index: 10;
  /* display: none; */
}

.navibtn1 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  display: none;
}

.navibtn2 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn3 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:10vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  margin-left:6vw;
  display: none;
}

.navibtn4 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:8vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  margin-left:9vw;
  display: none;
}

.navibtn5 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn6 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn7 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navi {
  display: none;
}

.logo_l {
  position: absolute;
  width: 85vw;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.logo_l img{
  z-index: 1000;
}

.circleB img{
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  width: 16vw;
  top: 150vw;
  left: 42vw;
  position: absolute;
  z-index: 1000;
}

.scroll img {
  z-index: 1000;
}

  .yoyaku {
    width: 28vw;
    bottom: 105px;
    right: 10px;
    position: fixed;
    z-index: 1000;
    transform-origin: center center;
    transition: scaleAnimation 3s;
  }

  /* 新たに追加するキーフレーム */
  @keyframes scaleAnimation {
    0% {
      transform: scale(1);
    }
    60% {
      transform: scale(1.5);
    }
    90% {
      transform: scale(0.9);
    }
    95% {
      transform: scale(0.95);
    }
    98% {
      transform: scale(0.98);
    }
    100% {
      transform: scale(1);
    }
  }

.tsumami {
  width: 19vw;
  bottom: 50px;
  right: 28px;
  position: fixed;
  z-index: 1000;
  transform-origin: center center; /* 回転の中心を要素の中心に指定 */
}

  @keyframes rotate180 {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(60deg);
    }
    90% {
      transform: rotate(-70deg);
    }
    95% {
      transform: rotate(-30deg);
    }
    98% {
      transform: rotate(-15deg);
    }
    100% {
      transform: rotate(-10deg);
    }
  }

  /* 回転アニメーションを適用するクラス */
  .rotate-animation {
    animation: rotate180 2s;
  }

  .yoyakumenu {
     position: fixed;
     z-index: 1000;
  }

  .menu-window {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.yoyakumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.yoyakumenu:hover {
    cursor: pointer;
  }

.menu_window {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 5.6vw;
  margin-top:   13vw;
  margin-left: 4vw;
  color: #131313;
}

.menu_window_arrow {
  width: 7vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: 1.2vw;
}

.toukou {
  width: 91vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5vw;
}

.about {
  width: 25vw;
  margin-left: 4.7vw;
  margin-top: -130vw;
}

.aboutsub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 8.7vw;
  margin-top: 6vw;
  margin-left: 4.6vw;
  color: #ffffff;
}

.aboutext {
  width: 90vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 4.1vw;
  line-height: 6.4vw;
  letter-spacing: -0.05px;
  text-align: justify;
  margin-top: 5vw;
  margin-left: 4.6vw;
  color: #ffffff;
}

.container {
  position: relative;
}

.tsumami-kaiten {
  width: 53vw;
  top: 24.5vw;
  left: 23vw;
  position: absolute;
  opacity: 0; /* 初期状態では透明 */
  transition: opacity 0.2s ease; /* 透明度のトランジション */
}

.twentyfour {
  width: 60vw;
  top: 24vw;
  left: 22vw;
  position: absolute;
  display: none;
  opacity: 0; /* 初期状態では透明 */
  transition: opacity 0.5s ease; /* 透明度のトランジション */
}

.tsumami-kaiten.animate {
  opacity: 1; /* アニメーションが開始されたら不透明にする */
  animation: rotateOnce 1.0s;
}

@keyframes rotateOnce {
  0% { transform: rotate(90deg); }
  100% { transform: rotate(355deg); }
}

.onpus {
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 4vw;
  margin-right: 4vw;
  margin-top: 150vw;
}

.onpus2 {
  display: none;
}

.facilitytitle {
  width: 33.8vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31vw;
  text-align: center
}

.tokutyou  {
   display: flex;
   justify-content: center;
   flex-direction: column;
   width: 91vw;
   height: 103vw;
   border: 4px solid #ffffff;
   border-radius: 8px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 14vw;
   color: #ffffff;
}

.tokutyou2  {
   display: flex;
   justify-content: center;
   flex-direction: column;
   width: 91vw;
   height: 103vw;
   border: 4px solid #ffffff;
   border-radius: 8px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 3.4vw;
   color: #ffffff;
}

.tokutyou3  {
  display: flex;
  justify-content: center;
  flex-direction: column;
   width: 91vw;
   height: 86vw;
   border: 4px solid #ffffff;
   border-radius: 8px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 3.4vw;
   margin-bottom: 10vw;
   color: #ffffff;
}

.tokutyoutitle1 {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 5.64vw;
   letter-spacing: 0vw;
   color: #ffffff;
   text-align: center;
   margin-top: -5vw;
}

.tokutyoutitle2 {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 5.64vw;
   letter-spacing: 0vw;
   color: #ffffff;
   text-align: center;
   margin-top: -5vw;
}

.tokutyoutitle3 {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 5.64vw;
   letter-spacing: -0.2vw;
   color: #ffffff;
   text-align: center;
   margin-top: -5vw;
}

.tokutyoueach {
   width: 80.7vw;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 400;
   font-size: 4.1vw;
   letter-spacing: -0.03vw;
   line-height: 6.4vw;
   margin: auto;
   margin-top: 3vw;
   margin-bottom: 0vw;
   text-align: justify;
   color: #ffffff;
}

.tokutyoueach2 {
   width: 80.7vw;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 400;
   font-size: 4.1vw;
   letter-spacing: -0.03vw;
   line-height: 6.4vw;
   margin: auto;
   margin-top: 3vw;
   margin-bottom: 0vw;
   text-align: justify;
   color: #ffffff;
}

.tokuchouimage1 {
  width: 33vw;
  margin: auto;
  margin-top: 8vw;
  margin-bottom: 0vw;
}

.tokuchouimage2 {
  width: 28vw;
  margin: auto;
  margin-top: 7vw;
  margin-bottom: 0vw;
}

.tokuchouimage3 {
  width: 40vw;
  margin: auto;
  margin-top: 10vw;
  margin-bottom: 0vw;
}

.facilityblack {
   width: 100vw;
   height: 50vw;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-top: 0vw;
   padding-left: 3vw;
}

.facilitybox {
   width: 40vw;
   padding-top: 7vw;
   margin-left: 5vw;
   margin-bottom:
}

.facilityicon1 {
   width: 20.5vw;
   height: 17vw;
   margin-left: auto;
   margin-right: auto;
}

.facilityicon2 {
   width: 20.5vw;
   height: 17vw;
   margin-left: auto;
   margin-right: auto;
}

.facilityicon3 {
   width: 20.5vw;
   height: 17vw;
   margin-left: auto;
   margin-right: auto;
}

.facilityicon2 img{
   padding-top: 3vw;
   margin-left: auto;
   margin-right: auto;
}

.facilityicon3 img{
   padding-top: -1vw;
   margin-left: auto;
   margin-right: auto;
}

.facilityname {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 4.6vw;
   letter-spacing: 0.2vw;
   margin-left: auto;
   margin-right: auto;
   margin-top: 6vw;
   text-align: center;
   color: #ffffff;
}

.facilitydescription {
   width: 38vw;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 400;
   font-size: 2.9vw;
   letter-spacing: 0vw;
   line-height: 4.1vw;
   margin-left: auto;
   margin-right: auto;
   margin-top: 1vw;
   text-align: center;
   color: #ffffff;
}

.facility_image {
  display: none;
}

.facility_image img{
  display: none;
}

.denpas {
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 4vw;
  margin-right: 4vw;
  margin-top: 175vw;
}

.denpas2 {
  display: none;
}

.howtousetitle {
  width: 51vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -36vw;
  text-align: center;
}

.howtofllow {
  width: auto;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  margin-left: 5vw;
}

.howtobox-arrow {
  position: relative;
  display: flex;
}

.howtobox {
   width: 90vw;
   margin-top: 14vw;
   margin-right: -5vw;
   margin-left: -5vw;
   padding-top: 5vw;
   padding-bottom: 5.5vw;
   padding-left: 5.9vw;
   padding-right: 5.9vw;
}

.howtoboxtext1 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5.1vw;
  letter-spacing: 0vw;
  text-align: center;
  color: #ffffff;
  top: 40vw;
  left: 9vw;
}

.howtoboxtext1_2 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5vw;
  letter-spacing: 0vw;
  text-align: center;
  color: #ffffff;
  top: 40vw;
  left: 5vw;
}

.howtoboxtext1_3 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 4.6vw;
  letter-spacing: 0vw;
  text-align: center;
  color: #ffffff;
  top: 40vw;
  left: 5.5vw;
}

.howtoboxtext2 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 7.1vw;
  letter-spacing: 0.3vw;
  text-align: center;
  color: #ffffff;
  top: 48vw;
  left: 25vw;
}

.howtoboxtext2_2 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 7.1vw;
  letter-spacing: 0.3vw;
  text-align: center;
  color: #ffffff;
  top: 48vw;
  left: 20vw;
}

.howtoboxtext2_3 {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 7.1vw;
  letter-spacing: 0.3vw;
  text-align: center;
  color: #ffffff;
  top: 48vw;
  left: 16vw;
}

.howtoboxillust {
  position: absolute;
  width: 22vw;
  top: 69vw;
  left: 29vw;
}

.howtoboxillust_2 {
  position: absolute;
  width: 27vw;
  top: 69vw;
  left: 27vw;
}

.howtoarrow {
  width: 4.6vw;
  margin-right: -0.5vw;
  margin-top: 65vw;
}

.howto {
  display: none;
}

.howto img {
  display: none;
}

.houtotyuigaki {
  width: 81.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 4.4vw;
  letter-spacing: 0vw;
  line-height: 7vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vw;
  text-align: justify;
  color: #ffffff;
}

.kessaihouhou {
  width: 81.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  letter-spacing: 0vw;
  line-height: 7vw;
  margin-left: 5vw;
  margin-top: 15vw;
  text-align: left;
  color: #ffffff;
}

.kessaitext {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.8vw;
  letter-spacing: -0.1vw;
  line-height: 7vw;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3vw;
  text-align: justify;
  color: #ffffff;
}

.kessaityuui {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.3vw;
  letter-spacing: 0vw;
  line-height: 7vw;
  margin-left: 5vw;
  margin-top: 4vw;
  text-align: left;
  color: #ffffff;
}

.pekes {
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 4vw;
  margin-right: 4vw;
  margin-top: 85vw;
}

.pekes2 {
  display: none;
}

.studiotitle {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -97vw;
  justify-content: center;
  text-align: center;
}

.tenpos {
  margin-top: 11vw;
}

.tenpo2 {
  margin-top: 28vw;
}

.tenpogazou img {
  width: 91vw;
  margin-left: auto;
  margin-right: auto;
}

.tenponame {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5.6vw;
  letter-spacing: 0vw;
  margin-left: 4.6vw;
  margin-top: 5vw;
  color: #ffffff;
}

.tenposetumei {
  width: 91vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.8vw;
  line-height: 6.1vw;
  margin-left: 4.6vw;
  margin-top: 3vw;
  text-align: justify;
  color: #ffffff;
}

.tenponedan {
  display: flex;
}

.tenponedansuji {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 7vw;
  line-height: 5.1vw;
  margin-left: 4.6vw;
  margin-top: 6vw;
  text-align: justify;
  color: #ffffff;
}

.tenponedankanji {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 4.1vw;
  margin-left: 1vw;
  margin-top: 6.5vw;
  text-align: justify;
  color: #ffffff;
}

.kuwasikuha {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.8vw;
  margin-left: 29vw;
  margin-top: 7vw;
  text-align: justify;
  color: #ffffff;
}

.kuwasikuha_arrow {
  width: 4.3vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: 1.2vw;
}

.tsumamismalls {
  display: flex;
  flex-direction: row;
  margin-left: 9.5vw;
  margin-top: 100vw;
  margin-bottom: -30vw;
}

.tsumamismalls2 {
  display: none;
}

.tsumamismalls3 {
  display: none;
}

.tsumamismall img {
  position: relative;
  width: 9vw;
  height: 9vw;
}

.TB {
  position: relative;
  top: -13vw
}

.Q-Atitle {
  width: 21vw;
  position: relative;
  margin-top: -40vw;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.Q-Asubtitle {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 4.6vw;
   letter-spacing: 0.13vw;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2vw;
   margin-bottom: 20vw;
   text-align: center;
   color: #ffffff;
}

.Q-Alinetext {
  margin-top: 14vw;
}

.line {
  border-top: 2.5px solid #ffffff;
  width: 91vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0vw;
}

.QandAeach {
  display: flex;
  margin-bottom: 2vw;
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 90vw;
    max-width: 900px;
    margin:0 auto;
}

.section {
  display: flex;
  flex-flow: column;
}

.QandAeachnumber {
  width: 7vw;
  position: relative;
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 4.6vw;
  top: 1.2vw;
  left: 2vw;
  color: #ffffff;
}

.QandAeachnumber2 {
  width: 7vw;
  position: relative;
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 4.6vw;
  top: -0.5vw;
  left: 2vw;
  color: #ffffff;
}

.title {
  width: 70vw;
  position: relative;
  display: inline-block;
  width: 71vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  letter-spacing: 0px;
  left: 5vw;
  top: 1vw;
  text-align: justify;
  color: #ffffff;
}

.QandAeacharrow {
  width: 4vw;
  position: relative;
  top: -3.5vw;
  left: 73vw;
}

.QandAeacharrow img{
  width: 4vw;
}

.accordion-area li{
    margin: 10px 0;
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  width: 70vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.1vw;
  letter-spacing: 0px;
  margin: 0vw 3vw 3vw 13vw;
  color: #ffffff;
}

.onpus3 {
  display: none;
}

.inquiry_PC {
  display: none;
}

.inquirytitle {
  width: 33.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45vw;
  text-align: center;
}

.inquiry_text {
  width: 91vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.8vw;
  line-height: 6.1vw;
  margin-left: 4.6vw;
  margin-top: 13vw;
  text-align: justify;
  color: #ffffff;
}

.linenite {
  width: 85vw;
  margin-left: 7vw;
  margin-top: 8vw;
}

.linenite img {
  width: 85vw;
}

.wrapper {
  transition: background .9s ease;
}

.section2 {
  height: 600px;
  display: flex;
}
.section3 {
  height: 100px;
  display: flex;
}
.section4 {
  height: 0px;
  display: flex;
}
.section5 {
  height: 300px;
  display: flex;
}
.section6 {
  height: 200px;
  display: flex;
}
.section7 {
  height: 300px;
  display: flex;
}
.section8 {
  height: 100px;
  display: flex;
}
.section9 {
  height: 300px;
  display: flex;
}
.section1 {
  height:300px;
  display: flex;
}

}

/* /////////////////////////////////////////////////////////////////////////////////// 480px?959px ///////////////////////////////////////////*/
@media screen and (min-width:480px) and (max-width:959px){


  .circleC {
    display: none;
  }

  .lineumenu {
     position: absolute;
     z-index: 500;
  }

  .menu-window3 {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.lineumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.lineumenu:hover {
    cursor: pointer;
  }

.menu_window3 {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 4vw;
  margin-top:   13vw;
  margin-left: 4vw;
  color: #131313;
padding-top: 1.5vw;
}

.menu_window_arrow3 {
  width: 5vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: -1vw;
}

.navigation_text {
  display: none;
}

h1 {
   font-family: 'Outfit', sans-serif;
   font-weight: 400;
   font-size: 10.2vw;
   letter-spacing: 0.3vw;
   color: #ffffff;
}

h2 {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 4.6vw;
   letter-spacing: 0.13vw;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2vw;
   text-align: center;
   color: #ffffff;
}

.linksaki1 {
  height: 170vw;
}

.linksaki2 {
  height: 10vw;
}

.linksaki3 {
  height: 70vw;
}

.linksaki4 {
  height: 140vw;
}

.linksaki5 {
  height: 80vw;
}

.linksaki6 {
  height: 90vw;
}

.logo {
    z-index: 50;
}

.logo img {
    width: 55vw;
    top: 3vw;
    left: 3vw;
    position: fixed;
    z-index: 1000;
}

.logo_menu img {
    width: 55vw;
    margin-top: -10vw;
    margin-left: -7.5vw;
    z-index: 11100;
  }

  #header {
    position: fixed;
    width: 0vw;
    display: flex;
    padding: 5%;
    /* background-color: #69BA6F; */
    justify-content: space-around;
    z-index: 11100;
  }

  #header #nav_hbg {
    position: fixed;
    top: 2vw;
    left: 88vw;
    cursor: pointer;
    z-index: 11120;
  }

  #header #nav_hbg div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 10vw;
    height: 11vw;
    z-index: 11120;
  }

  #header #nav_hbg div span {
    width: 100%;
    height: 0.4vw;
    background-color: #5b5859;
    transition: opacity 0.1s ease, transform 0.3s ease-in-out;
    z-index: 11120;
  }

  #header .clicked span:nth-child(1) {
    transform: translateY(5.45vw) rotate(135deg);
    z-index: 11120;
  }

  #header .clicked span:nth-child(2) {
    opacity: 0;
    z-index: 11120;
  }

  #header .clicked span:nth-child(3) {
    transform: translateY(0vw) rotate(-135deg);
    z-index: 11120;
  }
  /* ???????????? */
  #header #nav_menu {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: #ffffff;
    z-index: 11100;
  }

  #header #nav_menu.opened {
    visibility: visible;
    opacity: 1;
    z-index: 11100;
  }

  #header #nav_menu ul {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.9vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 6vw;
    margin-left: 10vw;
    text-align: left;
    z-index: 11100;
  }

  #header #nav_menu ul li:not(:first-child) {
    margin-top: 7vw;
    z-index: 11100;
  }

  #header #nav_menu ul a {
    text-decoration: none;
    z-index: 11100;
  }

  #nav_menu {
    padding-top:8vw;
    z-index: 11100;
    overflow-y: auto;
  }

  #nav_menu ul {
    display: flex;
    flex-direction: column;
  }

  .navi-sp {
    width: 80vw;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.1vw;
    letter-spacing: 0.4vw;
    line-height: 7.1vw;
    top: -42vw;
    left: 10vw;
    text-align: left;
    z-index: 1100;
  }

  .navi_contents {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 5.9vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 6vw;
    margin-left: 0vw;
    text-align: left;
    z-index: 11100;
    display: block;
    margin-top: 3vw;
    color: #131313;
  }

  .navi_contents_kamata {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 4.6vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 4vw;
    margin-left: 0vw;
    text-align: left;
    z-index: 11100;
    display: block;
    color: #131313;
  }

  .navi_contents_osaka {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 4.6vw;
    letter-spacing: 0.6vw;
    line-height: 7.1vw;
    margin-top: 3vw;
    margin-left: 0vw;
    margin-bottom: -2vw;
    text-align: left;
    z-index: 11100;
    display: block;
    color: #131313;
  }

  .navi-sp-each-A {
    width: 80vw;
    display: flex;
    color: #8CB808;
    margin-top: 0vw;
    z-index: 10000;
  }

  .navi-sp-each-B {
    width: 80vw;
    display: flex;
    color: #0087CE;
    margin-top: 2vw;
    z-index: 10000;
  }

  .menu_arrow {
    width: 2.5vw;
    margin-top: 1.8vw;
    margin-right: 1vw;
  }

  .menu-webyoyaku {
    width: 81.5vw;
    margin-left: 0vw;
    margin-top: 7vw;
  }

  .yoyakumenu2 {
    width: 80vw;
    margin-left: 1vw;
    margin-top: 30vw;
    z-index: 30000;
  }

  .menu-window2 {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border: 6px solid;
  border-color: #8CB808;
  border-radius: 10px;
  z-index: 30000;
  }

  .yoyakumenu2.active .menu-window2 {
  display: block;
  }

  /* タップされたときのスタイル */
  .yoyakumenu2:hover {
    cursor: pointer;
  }

  .menu_window2 {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 5.6vw;
  margin-top:   16vw;
  margin-left: 5vw;
  color: #131313;
  z-index: 30000;
  }

  .menu_window_arrow2 {
  width: 7vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: 1.2vw;
  z-index: 30000;
  }

.navigation {
  background-color: #69BA6F;
  height: fit-content;
  display: none;
  }

.navigation_text  {
  color:rgb(91, 88, 89);
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  position: fixed;
  margin-top:17vw;
  margin-left:12vw;
  z-index: 10;
  /* display: none; */
}

.navibtn1 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  display: none;
}

.navibtn2 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn3 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:10vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  margin-left:6vw;
  display: none;
}

.navibtn4 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:8vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  margin-left:9vw;
  display: none;
}

.navibtn5 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn6 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navibtn7 {
  writing-mode: horizontal-tb; /* ??????????? */
  display: inline-block; /* ???????????????? */
  transform: rotate(90deg); /* ?????90?????? */
  height:16vw;
  white-space: nowrap; /* ???????????????? */
  margin-top:6vw;
  display: none;
}

.navi {
  display: none;
}

.logo_l {
  position: absolute;
  width: 85vw;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.logo_l img{
  z-index: 1000;
}

.circleB img{
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  width: 16vw;
  top: 150vw;
  left: 42vw;
  position: absolute;
  z-index: 1000;
}

.scroll img {
  z-index: 1000;
}

.yoyaku {
  width: 28vw;
  bottom: 160px;
  right: -7px;
  position: fixed;
  z-index: 1000;
  transform-origin: center center;
  transition: scaleAnimation 3s;
}

/* 新たに追加するキーフレーム */
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.5);
  }
  90% {
    transform: scale(0.9);
  }
  95% {
    transform: scale(0.95);
  }
  98% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

.tsumami {
width: 19vw;
bottom: 50px;
right: 28px;
position: fixed;
z-index: 1000;
transform-origin: center center; /* 回転の中心を要素の中心に指定 */
}

@keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  90% {
    transform: rotate(-70deg);
  }
  95% {
    transform: rotate(-30deg);
  }
  98% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

  /* 回転アニメーションを適用するクラス */
  .rotate-animation {
    animation: rotate180 2s;
  }

  .yoyakumenu {
     position: fixed;
     z-index: 1000;
  }

  .menu-window {
  width: 55vw;
  height: 70vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.yoyakumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.yoyakumenu:hover {
    cursor: pointer;
  }

.menu_window {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5vw;
  font-size: 5.6vw;
  margin-top:   13vw;
  margin-left: 4vw;
  color: #131313;
}

.menu_window_arrow {
  width: 7vw;
  transform: rotate(-90deg);
  margin-top: 0vw;
  margin-left: 1.2vw;
}

  .toukou {
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.5vw;
  }

  .about {
    width: 25vw;
    margin-left: 4.7vw;
    margin-top: -130vw;
  }

  .aboutsub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.6vw;
    line-height: 8.7vw;
    margin-top: 6vw;
    margin-left: 4.6vw;
    color: #ffffff;
  }

  .aboutext {
    width: 90vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 4.1vw;
    line-height: 6.4vw;
    letter-spacing: -0.05px;
    text-align: justify;
    margin-top: 5vw;
    margin-left: 4.6vw;
    color: #ffffff;
  }

  .container {
    position: relative;
  }

  .tsumami-kaiten {
    width: 53vw;
    top: 24.5vw;
    left: 23vw;
    position: absolute;
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.2s ease; /* 透明度のトランジション */
  }

  .twentyfour {
    width: 60vw;
    top: 24vw;
    left: 22vw;
    position: absolute;
    display: none;
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.5s ease; /* 透明度のトランジション */
  }

  .tsumami-kaiten.animate {
    opacity: 1; /* アニメーションが開始されたら不透明にする */
    animation: rotateOnce 1.0s;
  }

  @keyframes rotateOnce {
    0% { transform: rotate(90deg); }
    100% { transform: rotate(355deg); }
  }

  .onpus {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 150vw;
  }

  .onpus2 {
    display: none;
  }

  .facilitytitle {
    width: 33.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 31vw;
    text-align: center
  }

  .tokutyou  {
     display: flex;
     justify-content: center;
     flex-direction: column;
     width: 91vw;
     height: 103vw;
     border: 4px solid #ffffff;
     border-radius: 8px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 14vw;
     color: #ffffff;
  }

  .tokutyou2  {
     display: flex;
     justify-content: center;
     flex-direction: column;
     width: 91vw;
     height: 103vw;
     border: 4px solid #ffffff;
     border-radius: 8px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 3.4vw;
     color: #ffffff;
  }

  .tokutyou3  {
    display: flex;
    justify-content: center;
    flex-direction: column;
     width: 91vw;
     height: 86vw;
     border: 4px solid #ffffff;
     border-radius: 8px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 3.4vw;
     margin-bottom: 10vw;
     color: #ffffff;
  }

  .tokutyoutitle1 {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 5.64vw;
     letter-spacing: 0vw;
     color: #ffffff;
     text-align: center;
     margin-top: -5vw;
  }

  .tokutyoutitle2 {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 5.64vw;
     letter-spacing: 0vw;
     color: #ffffff;
     text-align: center;
     margin-top: -5vw;
  }

  .tokutyoutitle3 {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 5.64vw;
     letter-spacing: -0.2vw;
     color: #ffffff;
     text-align: center;
     margin-top: -5vw;
  }

  .tokutyoueach {
     width: 80.7vw;
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 400;
     font-size: 4.1vw;
     letter-spacing: -0.03vw;
     line-height: 6.4vw;
     margin: auto;
     margin-top: 3vw;
     margin-bottom: 0vw;
     text-align: justify;
     color: #ffffff;
  }

  .tokutyoueach2 {
     width: 80.7vw;
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 400;
     font-size: 4.1vw;
     letter-spacing: -0.03vw;
     line-height: 6.4vw;
     margin: auto;
     margin-top: 3vw;
     margin-bottom: 0vw;
     text-align: justify;
     color: #ffffff;
  }

  .tokuchouimage1 {
    width: 33vw;
    margin: auto;
    margin-top: 8vw;
    margin-bottom: 0vw;
  }

  .tokuchouimage2 {
    width: 28vw;
    margin: auto;
    margin-top: 7vw;
    margin-bottom: 0vw;
  }

  .tokuchouimage3 {
    width: 40vw;
    margin: auto;
    margin-top: 10vw;
    margin-bottom: 0vw;
  }

  .facilityblack {
     width: 100vw;
     height: 50vw;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     margin-top: 0vw;
     padding-left: 3vw;
  }

  .facilitybox {
     width: 40vw;
     padding-top: 7vw;
     margin-left: 5vw;
     margin-bottom:
  }

  .facilityicon1 {
     width: 20.5vw;
     height: 17vw;
     margin-left: auto;
     margin-right: auto;
  }

  .facilityicon2 {
     width: 20.5vw;
     height: 17vw;
     margin-left: auto;
     margin-right: auto;
  }

  .facilityicon3 {
     width: 20.5vw;
     height: 17vw;
     margin-left: auto;
     margin-right: auto;
  }

  .facilityicon2 img{
     padding-top: 3vw;
     margin-left: auto;
     margin-right: auto;
  }

  .facilityicon3 img{
     padding-top: -1vw;
     margin-left: auto;
     margin-right: auto;
  }

  .facilityname {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 4.6vw;
     letter-spacing: 0.2vw;
     margin-left: auto;
     margin-right: auto;
     margin-top: 6vw;
     text-align: center;
     color: #ffffff;
  }

  .facilitydescription {
     width: 38vw;
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 400;
     font-size: 2.9vw;
     letter-spacing: 0vw;
     line-height: 4.1vw;
     margin-left: auto;
     margin-right: auto;
     margin-top: 1vw;
     text-align: center;
     color: #ffffff;
  }

  .facility_image {
    display: none;
  }

  .facility_image img{
    display: none;
  }

  .denpas {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 175vw;
  }

  .denpas2 {
    display: none;
  }

  .howtousetitle {
    width: 51vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -36vw;
    text-align: center;
  }

  .howtofllow {
    width: auto;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    margin-left: 5vw;
  }

  .howtobox-arrow {
    position: relative;
    display: flex;
  }

  .howtobox {
     width: 90vw;
     margin-top: 14vw;
     margin-right: -5vw;
     margin-left: -5vw;
     padding-top: 5vw;
     padding-bottom: 5.5vw;
     padding-left: 5.9vw;
     padding-right: 5.9vw;
  }

  .howtoboxtext1 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.1vw;
    letter-spacing: 0vw;
    text-align: center;
    color: #ffffff;
    top: 40vw;
    left: 9vw;
  }

  .howtoboxtext1_2 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: 0vw;
    text-align: center;
    color: #ffffff;
    top: 40vw;
    left: 5vw;
  }

  .howtoboxtext1_3 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.6vw;
    letter-spacing: 0vw;
    text-align: center;
    color: #ffffff;
    top: 40vw;
    left: 5.5vw;
  }

  .howtoboxtext2 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 7.1vw;
    letter-spacing: 0.3vw;
    text-align: center;
    color: #ffffff;
    top: 48vw;
    left: 25vw;
  }

  .howtoboxtext2_2 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 7.1vw;
    letter-spacing: 0.3vw;
    text-align: center;
    color: #ffffff;
    top: 48vw;
    left: 20vw;
  }

  .howtoboxtext2_3 {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 7.1vw;
    letter-spacing: 0.3vw;
    text-align: center;
    color: #ffffff;
    top: 48vw;
    left: 16vw;
  }

  .howtoboxillust {
    position: absolute;
    width: 22vw;
    top: 69vw;
    left: 29vw;
  }

  .howtoboxillust_2 {
    position: absolute;
    width: 27vw;
    top: 69vw;
    left: 27vw;
  }

  .howtoarrow {
    width: 4.6vw;
    margin-right: -0.5vw;
    margin-top: 65vw;
  }

  .howto {
    display: none;
  }

  .howto img {
    display: none;
  }

  .houtotyuigaki {
    width: 81.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 4.4vw;
    letter-spacing: 0vw;
    line-height: 7vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    text-align: justify;
    color: #ffffff;
  }

  .kessaihouhou {
    width: 81.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.6vw;
    letter-spacing: 0vw;
    line-height: 7vw;
    margin-left: 5vw;
    margin-top: 15vw;
    text-align: left;
    color: #ffffff;
  }

  .kessaitext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.8vw;
    letter-spacing: -0.1vw;
    line-height: 7vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 3vw;
    text-align: justify;
    color: #ffffff;
  }

  .kessaityuui {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.3vw;
    letter-spacing: 0vw;
    line-height: 7vw;
    margin-left: 5vw;
    margin-top: 4vw;
    text-align: left;
    color: #ffffff;
  }

  .pekes {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 85vw;
  }

  .pekes2 {
    display: none;
  }

  .studiotitle {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -97vw;
    justify-content: center;
    text-align: center;
  }

  .tenpos {
    margin-top: 11vw;
  }

  .tenpo2 {
    margin-top: 28vw;
  }

  .tenpogazou img {
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
  }

  .tenponame {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.6vw;
    letter-spacing: 0vw;
    margin-left: 4.6vw;
    margin-top: 5vw;
    color: #ffffff;
  }

  .tenposetumei {
    width: 91vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.8vw;
    line-height: 6.1vw;
    margin-left: 4.6vw;
    margin-top: 3vw;
    text-align: justify;
    color: #ffffff;
  }

  .tenponedan {
    display: flex;
  }

  .tenponedansuji {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 7vw;
    line-height: 5.1vw;
    margin-left: 4.6vw;
    margin-top: 6vw;
    text-align: justify;
    color: #ffffff;
  }

  .tenponedankanji {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.1vw;
    margin-left: 1vw;
    margin-top: 6.5vw;
    text-align: justify;
    color: #ffffff;
  }

  .kuwasikuha {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.8vw;
    margin-left: 29vw;
    margin-top: 7vw;
    text-align: justify;
    color: #ffffff;
  }

  .kuwasikuha_arrow {
    width: 4.3vw;
    transform: rotate(-90deg);
    margin-top: 0vw;
    margin-left: 1.2vw;
  }

  .tsumamismalls {
    display: flex;
    flex-direction: row;
    margin-left: 9.5vw;
    margin-top: 100vw;
    margin-bottom: -30vw;
  }

  .tsumamismalls2 {
    display: none;
  }

  .tsumamismalls3 {
    display: none;
  }

  .tsumamismall img {
    position: relative;
    width: 9vw;
    height: 9vw;
  }

  .TB {
    position: relative;
    top: -13vw
  }

  .Q-Atitle {
    width: 21vw;
    position: relative;
    margin-top: -40vw;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .Q-Asubtitle {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 4.6vw;
     letter-spacing: 0.13vw;
     margin-left: auto;
     margin-right: auto;
     margin-top: 2vw;
     margin-bottom: 20vw;
     text-align: center;
     color: #ffffff;
  }

  .Q-Alinetext {
    margin-top: 14vw;
  }

  .line {
    border-top: 2.5px solid #ffffff;
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0vw;
  }

  .QandAeach {
    display: flex;
    margin-bottom: 2vw;
  }


  /*==================================================
  アコーディオンのためのcss
  ===================================*/

  /*アコーディオン全体*/
  .accordion-area{
      list-style: none;
      width: 90vw;
      max-width: 900px;
      margin:0 auto;
  }

  .section {
    display: flex;
    flex-flow: column;
  }

  .QandAeachnumber {
    width: 7vw;
    position: relative;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 4.6vw;
    top: 1.2vw;
    left: 2vw;
    color: #ffffff;
  }

  .QandAeachnumber2 {
    width: 7vw;
    position: relative;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 4.6vw;
    top: -0.5vw;
    left: 2vw;
    color: #ffffff;
  }

  .title {
    width: 70vw;
    position: relative;
    display: inline-block;
    width: 71vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.3vw;
    letter-spacing: 0px;
    left: 5vw;
    top: 1vw;
    text-align: justify;
    color: #ffffff;
  }

  .QandAeacharrow {
    width: 4vw;
    position: relative;
    top: -3.5vw;
    left: 73vw;
  }

  .QandAeacharrow img{
    width: 4vw;
  }

  .accordion-area li{
      margin: 10px 0;
  }

  /*アコーディオンで現れるエリア*/
  .box {
    display: none;/*はじめは非表示*/
    width: 70vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.1vw;
    letter-spacing: 0px;
    margin: 0vw 3vw 3vw 13vw;
    color: #ffffff;
  }

  .onpus3 {
    display: none;
  }

  .inquiry {
    margin-bottom: 60vw;
  }

  .inquiry_PC {
    display: none;
  }

  .inquirytitle {
    width: 33.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45vw;
    text-align: center;
  }

  .inquiry_text {
    width: 91vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.8vw;
    line-height: 6.1vw;
    margin-left: 4.6vw;
    margin-top: 13vw;
    text-align: justify;
    color: #ffffff;
  }

  .linenite {
    width: 85vw;
    margin-left: 7vw;
    margin-top: 8vw;
  }

  .linenite img {
    width: 85vw;
  }

  .wrapper {
    transition: background .9s ease;
  }

  .section2 {
    height: 1300px;
    display: flex;
  }
  .section3 {
    height: 100px;
    display: flex;
  }
  .section4 {
    height: 0px;
    display: flex;
  }
  .section5 {
    height: 300px;
    display: flex;
  }
  .section6 {
    height: 200px;
    display: flex;
  }
  .section7 {
    height: 300px;
    display: flex;
  }
  .section8 {
    height: 100px;
    display: flex;
  }
  .section9 {
    height: 300px;
    display: flex;
  }
  .section1 {
    height:300px;
    display: flex;
  }

  }

/*///////////////////////////////////////////////////////////////////// 960px- //////////////////////////////////////////////////*/
@media screen and (min-width:960px) and (max-width:1500px){

  body {
    overflow-x: auto;
    white-space: nowrap; /* 水平方向のオーバーフローを抑制し、テキストが折り返されないようにします */
  }

  .lineumenu {
     position: absolute;
     z-index: 500;
  }

  .menu-window3 {
  width: 294px;
  height: 389px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.lineumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.lineumenu:hover {
    cursor: pointer;
  }

.menu_window3 {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 28px;
  margin-top:   70px;
  margin-left: 20px;
  color: #131313;
  padding-top: 10px;
}

.menu_window_arrow3 {
  width: 30px;
  transform: rotate(-90deg);
  margin-top: 0;
  margin-left: -10px;
}

  h1 {
     font-family: 'Outfit', sans-serif;
     font-weight: 400;
     font-size: 84px;
     letter-spacing: 3px;
     color: #ffffff;
  }

  h2 {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 30px;
     letter-spacing: 0.9px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     text-align: center;
     color: #ffffff;
  }

  .linksaki1 {
    margin-top: 420px;
    height:　100px;
  }

  .linksaki2 {
    height: 10px;
  }

  .linksaki3 {
    height: 90px;
  }

  .linksaki4 {
    height: 110px;
  }

  .linksaki5 {
    height: 140px;
  }

  .linksaki6 {
    height: 160px;
  }

  .logo {
      z-index: 50;
  }

  .logo img {
      width: 285px;
      top: 18px;
      left: 32px;
      position: fixed;
      z-index: 100;
  }

  .logo_menu img {
      display: none;
    }

    #header {
      display: none;
    }

    #header #nav_hbg {
      display: none;
    }

    #header #nav_hbg div {
      display: none;
    }

    #header #nav_hbg div span {
      display: none;
    }

    #header .clicked span:nth-child(1) {
      display: none;
    }

    #header .clicked span:nth-child(2) {
      display: none;
    }

    #header .clicked span:nth-child(3) {
      display: none;
    }
    /* ???????????? */
    #header #nav_menu {
      display: none;
    }

    #header #nav_menu.opened {
      display: none;
    }

    #header #nav_menu ul {
      display: none;
    }

    #header #nav_menu ul li:not(:first-child) {
      display: none;
    }

    #header #nav_menu ul a {
      display: none;
    }

    #nav_menu {
      display: none;
    }

    #nav_menu ul {
      display: none;
    }

    .navi-sp {
      display: none;
    }

    .navi_contents {
      display: none;
    }

    .navi-sp-each-A {
      display: none;
    }

    .navi-sp-each-B {
      display: none;
    }

    .menu-webyoyaku {
      display: none;
    }

    .navi {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 10px;
      display: flex;
      position: fixed;
      top: 16px;
      right: 20px;
      z-index: 10;
    }

    .navi-each-A {
      display: flex;
      margin-right: 15px;
    }

    .navi-each-B {
      display: flex;
    }

    .menu_arrow {
      width: 7px;
      margin-top: 3px;
      margin-right: 1px;
    }

    .menu_arrow img {
      width: 7px;
    }

    .navigation_text  {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 16px;
      display: flex;
      position: fixed;
      top: 35px;
      right: 20px;
      z-index: 10;
    }

    .navibtn2 {
      margin-left:35px;
    }

    .navibtn3 {
      margin-left:35px;
    }

    .navibtn4 {
      margin-left:35px;
    }

    .navibtn5 {
      margin-left:35px;
    }

    .navibtn6 {
      margin-left:35px;
    }

    .navibtn7 {
      margin-left:35px;
    }

  .circleB img{
    display: none;
  }

  .circleC {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circleC img {
    position: absolute;
    width: 100vw;
  }

  .logo_l {
    position: absolute;
    width: 500px;
    top: 31vw;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1000;
  }

  .logo_l img{
    z-index: 1000;
  }

  .scroll {
    width: 100px;
    top: 800px;
    left: 46vw;
    position: absolute;
    z-index: 1000;
  }

  .scroll img{
    z-index: 1000;
  }

  .circleB img{
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

    .yoyaku {
      width: 170px;
      bottom: 133px;
      right: 27px;
      position: fixed;
      z-index: 1000;
      transform-origin: center center;
      transition: scaleAnimation 3s;
    }

    /* 新たに追加するキーフレーム */
    @keyframes scaleAnimation {
      0% {
        transform: scale(1);
      }
      60% {
        transform: scale(1.5);
      }
      90% {
        transform: scale(0.9);
      }
      95% {
        transform: scale(0.95);
      }
      98% {
        transform: scale(0.98);
      }
      100% {
        transform: scale(1);
      }
    }

  .tsumami {
    width: 120px;
    bottom: 50px;
    right: 50px;
    position: fixed;
    z-index: 1000;
    transform-origin: center center; /* 回転の中心を要素の中心に指定 */
  }

  @keyframes rotate180 {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(60deg);
    }
    90% {
      transform: rotate(-70deg);
    }
    95% {
      transform: rotate(-30deg);
    }
    98% {
      transform: rotate(-15deg);
    }
    100% {
      transform: rotate(-10deg);
    }
  }

    /* 回転アニメーションを適用するクラス */
    .rotate-animation {
      animation: rotate180 2s;
    }

  .about {
    width: 232px;
    margin-left: 11vw;
    margin-top: -300px;
    text-align: left;
  }

  .aboutsub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    margin-top: 30px;
    margin-left: 11vw;
    color: #ffffff;
  }

  .aboutext {
    width: 561px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.05px;
    text-align: justify;
    margin-top: 30px;
    margin-left: 11vw;
    color: #ffffff;
  }

  .container {
    position: relative;
  }

  .tsumami-kaiten {
    width: 266px;
    top: -350px;
    left: 67vw;
    position: absolute;
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.2s ease; /* 透明度のトランジション */
  }

  .twentyfour {
    width: 300px;
    top: -350px;
    left: 67vw;
    position: absolute;
    display: none;
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.5s ease; /* 透明度のトランジション */
  }

  .tsumami-kaiten.animate {
    opacity: 1; /* アニメーションが開始されたら不透明にする */
    animation: rotateOnce 1.0s;
  }

  @keyframes rotateOnce {
    0% { transform: rotate(90deg); }
    100% { transform: rotate(355deg); }
  }

  .yoyakumenu {
     position: fixed;
     z-index: 1000;
  }

  .menu-window {
  width: 294px;
  height: 389px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 6px solid;
  border-color: #131313;
  border-radius: 10px;
  z-index: 2000;
}

.yoyakumenu.active .menu-window {
  display: block;
}

/* タップされたときのスタイル */
.yoyakumenu:hover {
    cursor: pointer;
  }

.menu_window {
  display: flex;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 31px;
  margin-top:  80px;
  margin-left: 20px;
  color: #131313;
}

.menu_window_arrow {
  width: 40px;
  transform: rotate(-90deg);
  margin-top: 0px;
  margin-left: 1.2px;
}

  .onpus {
    display: none;
  }

  .onpus2 {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 300px;
  }

  .facility{
    max-width: 1280px;
    width: 100%;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .facilitytitle {
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
  }

  .tokutyous {
  display: none;
  }

  .tokutyou {
    display: none;
  }

  .tokutyou2 {
    display: none;
  }

  .tokutyou3 {
    display: none;
  }

  .tokutyoutitle1 {
     display: none;
  }

  .tokutyoutitle2 {
     display: none;
  }

  .tokutyoutitle3 {
     display: none;
  }

  .tokutyoueach {
     display: none;
  }

  .tokutyoueach2 {
     display: none;
  }

  .tokuchouimage1 {
    display: none;
  }

  .tokuchouimage1 img {
    display: none;
  }

  .tokuchouimage2 {
    display: none;
  }

  .tokuchouimage2 img {
    display: none;
  }

  .tokuchouimage3 {
    display: none;
  }

  .tokuchouimage3 img {
    display: none;
  }

  .facilityblack {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     margin-top: 0px;
  }

  .facilitybox {
     display: none;
  }

  .facilityicon1 {
     display: none;
  }

  .facilityicon2 {
     display: none;
  }

  .facilityicon3 {
     display: none;
  }

  .facilityicon2 img{
     display: none;
  }

  .facilityicon3 img{
     display: none;
  }

  .facilityname {
     display: none;
  }

  .facilitydescription {
     display: none;
  }

  .facility_image {
    width: 1000px;
    margin: auto;
    margin-top: 60px;
  }

  .denpas {
    display: none;
  }

  .denpas2 {
    height: 200px;
    width: 95vw;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 310px;

  }

  .howtousetitle {
    width: 418px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -130px;
    justify-content: center;
    text-align: center;
  }

  .howtofllow {
    display: none;
  }

  .howtobox-arrow  {
    display: none;
  }

  .howtobox {
    display: none;
  }

  .howtoboxtext1 {
    display: none;
  }

  .howtoboxtext1_2 {
    display: none;
  }

  .howtoboxtext1_3 {
    display: none;
  }

  .howtoboxtext2 {
    display: none;
  }

  .howtoboxtext2_2 {
    display: none;
  }

  .howtoboxtext2_3 {
    display: none;
  }

  .howtoboxillust {
    display: none;
  }

  .howtoboxillust_2 {
    display: none;
  }

  .howtoarrow  {
    display: none;
  }

  .howto {
    width: 80vw;
    margin: auto;
    margin-top: 77px;
  }

  .houtotyuigaki {
    width: 600px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    text-align: center;
    color: #ffffff;
  }

  .kessaihouhou {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0px;
    margin-left: 10vw;
    margin-top: 82px;
    text-align: left;
    color: #ffffff;
  }

  .kessaitext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 25px;
    margin-left: 10vw;
    margin-right: 5px;
    margin-top: 15px;
    text-align: left;
    color: #ffffff;
  }

  .kessaityuui {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 25px;
    margin-left: 10vw;
    margin-top: 25px;
    text-align: left;
    color: #ffffff;
  }

  .pekes {
    display: none;
  }

  .pekeA {
    display: none;
  }

  .pekeC {
    display: none;
  }

  .pekeA img {
    display: none;
  }

  .pekeC img {
    display: none;
  }

  .pekes2 {
    width: 95vw;
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 330px;
  }

  .studiotitle {
    width: 242px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -370px;
    justify-content: center;
    text-align: center;
  }

  .tenpos {
    width: 90vw;
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 84px;
  }

  .tenpo2 {
    margin-left: 38px;
  }

  .tenpogazou img {
    width: 480px;
    margin-left: auto;
  }

  .tenponame {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0px;
    margin-left: 4.6px;
    margin-top: 20px;
    color: #ffffff;
  }

  .tenposetumei {
    width: 478px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-left: 4.6px;
    margin-top: 10px;
    text-align: justify;
    color: #ffffff;
    overflow-x: auto;
    white-space: normal;
  }

  .tenponedan {
    display: flex;
  }

  .tenponedansuji {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 5.1px;
    margin-left: 4.6px;
    margin-top: 25px;
    text-align: justify;
    color: #ffffff;
  }

  .tenponedankanji {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 20px;
    text-align: justify;
    color: #ffffff;
  }

  .kuwasikuha {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-left: 160px;
    margin-top: 15px;
    text-align: justify;
    color: #ffffff;
  }

  .kuwasikuha_arrow {
    width: 25px;
    transform: rotate(-90deg);
    margin-top: -24px;
    margin-left: 150px;
  }

  .tsumamismalls {
    display: none;
  }

  .tsumamismall img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 2vw;
  }

  .tsumamismalls2 {
    width: 95vw;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 390px;
  }

  .tsumamismalls3 {
    display: none;
  }

  /* .tsumamismalls {
    display: flex;
    flex-direction: row;
    margin-left: 9.5vw;
    margin-top: 100vw;
    margin-bottom: -30vw;
  }

  .tsumamismalls2 {
    display: none;
  }

  .tsumamismall img {
    position: relative;
    width: 9vw;
    height: 9vw;
  } */

  .TB {
    position: relative;
    top: -50px
  }

  .Q-Atitle {
    width: 190px;
    position: relative;
    margin-top: -300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .Q-Asubtitle {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 700;
     font-size: 30px;
     letter-spacing: 0.13px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 25px;
     margin-bottom: 20px;
     text-align: center;
     color: #ffffff;
  }

  .Q-Alinetext {
    margin: auto;
    margin-top: 82px;
    justify-content: center;
    text-align: center;
  }

  .line {
    border-top: 5px solid #ffffff;
    width: 1000px;
    margin: auto;
    margin-top: 0px;
  }

  .QandAeach {
    display: flex;
    margin-bottom: 2px;
  }


  /*==================================================
  アコーディオンのためのcss
  ===================================*/

  /*アコーディオン全体*/
  .accordion-area{
      list-style: none;
      width: 1000px;
      max-width: 1000px;
      margin:0 auto;
  }

  .section {
    display: flex;
    flex-flow: column;
  }

  .QandAeachnumber {
    width: 7px;
    position: relative;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 31px;
    top: 8px;
    left: 10px;
    color: #ffffff;
  }

  .QandAeachnumber2 {
    width: 7px;
    position: relative;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 31px;
    top: 8px;
    left: 10px;
    color: #ffffff;
  }

  .title {
    width: 800px;
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    left: 60px;
    top: 5px;
    text-align: justify;
    color: #ffffff;
  }

  .QandAeacharrow {
    width: 30px;
    position: relative;
    top: -23px;
    left: 870px;
  }

  .QandAeacharrow img{
    width: 30px;
  }

  .accordion-area li{
      margin: 10px 0;
  }

  /*アコーディオンで現れるエリア*/
  .box {
    display: none;/*はじめは非表示*/
    width: 700px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0px 3px 25px 70px;
    color: #ffffff;
    text-align: left;
    white-space: normal;
  }

  .onpus3 {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 300px;
  }

  .inquiry {
  }

  .inquirytitle {
    width: 272px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -280px;
    text-align: center;
  }

  .inquiry_text {
    width: 570px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: auto;
    margin-top: 350px;
    text-align: center;
    color: #ffffff;
    white-space: normal;
  }

.lineumenu {
  position: relative;
}

  .linenite {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -160%);
  }

  .linenite img {
    width: 528px;
  }

  .wrapper {
    transition: background .9s ease;
  }

  .section2 {
    height: 700px;
    display: flex;
  }
  .section3 {
    height: 100px;
    display: flex;
  }
  .section4 {
    height: 0px;
    display: flex;
  }
  .section5 {
    height: 300px;
    display: flex;
  }
  .section6 {
    height: 200px;
    display: flex;
  }
  .section7 {
    height: 300px;
    display: flex;
  }
  .section8 {
    height: 100px;
    display: flex;
  }
  .section9 {
    height: 300px;
    display: flex;
  }
  .section1 {
    height:300px;
    display: flex;
  }

  }


  @media screen and (min-width:1501px) {


      body {
        overflow-x: auto;
        white-space: nowrap; /* 水平方向のオーバーフローを抑制し、テキストが折り返されないようにします */
      }

      .lineumenu {
         position: absolute;
         z-index: 500;
      }

      .menu-window3 {
      width: 294px;
      height: 389px;
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      border: 6px solid;
      border-color: #131313;
      border-radius: 10px;
      z-index: 2000;
    }

    .lineumenu.active .menu-window {
      display: block;
    }

    /* タップされたときのスタイル */
    .lineumenu:hover {
        cursor: pointer;
      }

    .menu_window3 {
      display: flex;
      font-family: "Yu Gothic", sans-serif;
      font-weight: 600;
      letter-spacing: 0px;
      font-size: 28px;
      margin-top:   70px;
      margin-left: 20px;
      color: #131313;
      padding-top: 10px;
    }

    .menu_window_arrow3 {
      width: 30px;
      transform: rotate(-90deg);
      margin-top: 0;
      margin-left: -10px;
    }

      h1 {
         font-family: 'Outfit', sans-serif;
         font-weight: 400;
         font-size: 84px;
         letter-spacing: 3px;
         color: #ffffff;
      }

      h2 {
         font-family: 'Noto Sans JP', sans-serif;
         font-weight: 700;
         font-size: 30px;
         letter-spacing: 0.9px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 10px;
         text-align: center;
         color: #ffffff;
      }

      .linksaki1 {
        margin-top: 60vw;
        height:　100px;
      }

      .linksaki2 {
        height: 10px;
      }

      .linksaki3 {
        height: 90px;
      }

      .linksaki4 {
        height: 110px;
      }

      .linksaki5 {
        height: 140px;
      }

      .linksaki6 {
        height: 160px;
      }

      .logo {
          z-index: 50;
      }

      .logo img {
          width: 285px;
          top: 18px;
          left: 32px;
          position: fixed;
          z-index: 100;
      }

      .logo_menu img {
          display: none;
        }

        #header {
          display: none;
        }

        #header #nav_hbg {
          display: none;
        }

        #header #nav_hbg div {
          display: none;
        }

        #header #nav_hbg div span {
          display: none;
        }

        #header .clicked span:nth-child(1) {
          display: none;
        }

        #header .clicked span:nth-child(2) {
          display: none;
        }

        #header .clicked span:nth-child(3) {
          display: none;
        }
        /* ???????????? */
        #header #nav_menu {
          display: none;
        }

        #header #nav_menu.opened {
          display: none;
        }

        #header #nav_menu ul {
          display: none;
        }

        #header #nav_menu ul li:not(:first-child) {
          display: none;
        }

        #header #nav_menu ul a {
          display: none;
        }

        #nav_menu {
          display: none;
        }

        #nav_menu ul {
          display: none;
        }

        .navi-sp {
          display: none;
        }

        .navi_contents {
          display: none;
        }

        .navi-sp-each-A {
          display: none;
        }

        .navi-sp-each-B {
          display: none;
        }

        .menu-webyoyaku {
          display: none;
        }

        .navi {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          color: #ffffff;
          font-size: 10px;
          display: flex;
          position: fixed;
          top: 16px;
          right: 20px;
          z-index: 10;
        }

        .navi-each-A {
          display: flex;
          margin-right: 15px;
        }

        .navi-each-B {
          display: flex;
        }

        .menu_arrow {
          width: 7px;
          margin-top: 3px;
          margin-right: 1px;
        }

        .menu_arrow img {
          width: 7px;
        }

        .navigation_text  {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          color: #ffffff;
          font-size: 16px;
          display: flex;
          position: fixed;
          top: 35px;
          right: 20px;
          z-index: 10;
        }

        .navibtn2 {
          margin-left:35px;
        }

        .navibtn3 {
          margin-left:35px;
        }

        .navibtn4 {
          margin-left:35px;
        }

        .navibtn5 {
          margin-left:35px;
        }

        .navibtn6 {
          margin-left:35px;
        }

        .navibtn7 {
          margin-left:35px;
        }

      .circleB img{
        display: none;
      }

      .circleC {
        position: absolute;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .circleC img {
        position: absolute;
        width: 100vw;
      }

      .logo_l {
        position: absolute;
        width: 500px;
        top: 31vw;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 1000;
      }

      .logo_l img{
        z-index: 1000;
      }

      .scroll {
        width: 100px;
        top: 800px;
        left: 46vw;
        position: absolute;
        z-index: 1000;
      }

      .scroll img{
        z-index: 1000;
      }

      .circleB img{
        position: absolute;
        width: 100%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

        .yoyaku {
          width: 170px;
          bottom: 133px;
          right: 27px;
          position: fixed;
          z-index: 1000;
          transform-origin: center center;
          transition: scaleAnimation 3s;
        }

        /* 新たに追加するキーフレーム */
        @keyframes scaleAnimation {
          0% {
            transform: scale(1);
          }
          60% {
            transform: scale(1.5);
          }
          90% {
            transform: scale(0.9);
          }
          95% {
            transform: scale(0.95);
          }
          98% {
            transform: scale(0.98);
          }
          100% {
            transform: scale(1);
          }
        }

      .tsumami {
        width: 120px;
        bottom: 50px;
        right: 50px;
        position: fixed;
        z-index: 1000;
        transform-origin: center center; /* 回転の中心を要素の中心に指定 */
      }

      @keyframes rotate180 {
        0% {
          transform: rotate(0deg);
        }
        50% {
          transform: rotate(60deg);
        }
        90% {
          transform: rotate(-70deg);
        }
        95% {
          transform: rotate(-30deg);
        }
        98% {
          transform: rotate(-15deg);
        }
        100% {
          transform: rotate(-10deg);
        }
      }

        /* 回転アニメーションを適用するクラス */
        .rotate-animation {
          animation: rotate180 2s;
        }

      .about {
        width: 232px;
        margin-left: 11vw;
        margin-top: -300px;
        text-align: left;
      }

      .aboutsub {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 54px;
        margin-top: 30px;
        margin-left: 11vw;
        color: #ffffff;
      }

      .aboutext {
        width: 561px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 32px;
        letter-spacing: -0.05px;
        text-align: justify;
        margin-top: 30px;
        margin-left: 11vw;
        color: #ffffff;
      }

      .container {
        position: relative;
      }

      .tsumami-kaiten {
        width: 266px;
        top: -350px;
        left: 67vw;
        position: absolute;
        opacity: 0; /* 初期状態では透明 */
        transition: opacity 0.2s ease; /* 透明度のトランジション */
      }

      .twentyfour {
        width: 300px;
        top: -350px;
        left: 67vw;
        position: absolute;
        display: none;
        opacity: 0; /* 初期状態では透明 */
        transition: opacity 0.5s ease; /* 透明度のトランジション */
      }

      .tsumami-kaiten.animate {
        opacity: 1; /* アニメーションが開始されたら不透明にする */
        animation: rotateOnce 1.0s;
      }

      @keyframes rotateOnce {
        0% { transform: rotate(90deg); }
        100% { transform: rotate(355deg); }
      }

      .yoyakumenu {
         position: fixed;
         z-index: 1000;
      }

      .menu-window {
      width: 294px;
      height: 389px;
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      border: 6px solid;
      border-color: #131313;
      border-radius: 10px;
      z-index: 2000;
    }

    .yoyakumenu.active .menu-window {
      display: block;
    }

    /* タップされたときのスタイル */
    .yoyakumenu:hover {
        cursor: pointer;
      }

    .menu_window {
      display: flex;
      font-family: "Yu Gothic", sans-serif;
      font-weight: 600;
      letter-spacing: 5px;
      font-size: 31px;
      margin-top:  80px;
      margin-left: 20px;
      color: #131313;
    }

    .menu_window_arrow {
      width: 40px;
      transform: rotate(-90deg);
      margin-top: 0px;
      margin-left: 1.2px;
    }

      .onpus {
        display: none;
      }

      .onpus2 {
        height: 200px;
        position: relative;
        display: flex;
        flex-direction: row;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 300px;
      }

      .facility{
        max-width: 1280px;
        width: 100%;
        margin-top: 180px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
      }

      .facilitytitle {
        width: 276px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        text-align: center;
      }

      .tokutyous {
      display: none;
      }

      .tokutyou {
        display: none;
      }

      .tokutyou2 {
        display: none;
      }

      .tokutyou3 {
        display: none;
      }

      .tokutyoutitle1 {
         display: none;
      }

      .tokutyoutitle2 {
         display: none;
      }

      .tokutyoutitle3 {
         display: none;
      }

      .tokutyoueach {
         display: none;
      }

      .tokutyoueach2 {
         display: none;
      }

      .tokuchouimage1 {
        display: none;
      }

      .tokuchouimage1 img {
        display: none;
      }

      .tokuchouimage2 {
        display: none;
      }

      .tokuchouimage2 img {
        display: none;
      }

      .tokuchouimage3 {
        display: none;
      }

      .tokuchouimage3 img {
        display: none;
      }

      .facilityblack {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         margin-top: 0px;
      }

      .facilitybox {
         display: none;
      }

      .facilityicon1 {
         display: none;
      }

      .facilityicon2 {
         display: none;
      }

      .facilityicon3 {
         display: none;
      }

      .facilityicon2 img{
         display: none;
      }

      .facilityicon3 img{
         display: none;
      }

      .facilityname {
         display: none;
      }

      .facilitydescription {
         display: none;
      }

      .facility_image {
        width: 1000px;
        margin: auto;
        margin-top: 60px;
      }

      .denpas {
        display: none;
      }

      .denpas2 {
        height: 200px;
        width: 95vw;
        position: relative;
        display: flex;
        flex-direction: row;
        margin: auto;
        margin-top: 310px;

      }

      .howtousetitle {
        width: 418px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -130px;
        justify-content: center;
        text-align: center;
      }

      .howtofllow {
        display: none;
      }

      .howtobox-arrow  {
        display: none;
      }

      .howtobox {
        display: none;
      }

      .howtoboxtext1 {
        display: none;
      }

      .howtoboxtext1_2 {
        display: none;
      }

      .howtoboxtext1_3 {
        display: none;
      }

      .howtoboxtext2 {
        display: none;
      }

      .howtoboxtext2_2 {
        display: none;
      }

      .howtoboxtext2_3 {
        display: none;
      }

      .howtoboxillust {
        display: none;
      }

      .howtoboxillust_2 {
        display: none;
      }

      .howtoarrow  {
        display: none;
      }

      .howto {
        width: 80vw;
        margin: auto;
        margin-top: 77px;
      }

      .houtotyuigaki {
        width: 600px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 7px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
        text-align: center;
        color: #ffffff;
      }

      .kessaihouhou {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 27px;
        letter-spacing: 0px;
        margin-left: 10vw;
        margin-top: 82px;
        text-align: left;
        color: #ffffff;
      }

      .kessaitext {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: -0.1px;
        line-height: 25px;
        margin-left: 10vw;
        margin-right: 5px;
        margin-top: 15px;
        text-align: left;
        color: #ffffff;
      }

      .kessaityuui {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 25px;
        margin-left: 10vw;
        margin-top: 25px;
        text-align: left;
        color: #ffffff;
      }

      .pekes {
        display: none;
      }

      .pekeA {
        display: none;
      }

      .pekeC {
        display: none;
      }

      .pekeA img {
        display: none;
      }

      .pekeC img {
        display: none;
      }

      .pekes2 {
        width: 95vw;
        height: 200px;
        position: relative;
        display: flex;
        flex-direction: row;
        margin: auto;
        margin-top: 330px;
      }

      .studiotitle {
        width: 242px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -370px;
        justify-content: center;
        text-align: center;
      }

      .tenpos {
        width: 90vw;
        display: flex;
        margin: auto;
        justify-content: center;
        margin-top: 84px;
      }

      .tenpo2 {
        margin-left: 38px;
      }

      .tenpogazou img {
        width: 480px;
        margin-left: auto;
      }

      .tenponame {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 27px;
        letter-spacing: 0px;
        margin-left: 4.6px;
        margin-top: 20px;
        color: #ffffff;
      }

      .tenposetumei {
        width: 478px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        margin-left: 4.6px;
        margin-top: 10px;
        text-align: justify;
        color: #ffffff;
        overflow-x: auto;
        white-space: normal;
      }

      .tenponedan {
        display: flex;
      }

      .tenponedansuji {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 5.1px;
        margin-left: 4.6px;
        margin-top: 25px;
        text-align: justify;
        color: #ffffff;
      }

      .tenponedankanji {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 15px;
        margin-left: 5px;
        margin-top: 20px;
        text-align: justify;
        color: #ffffff;
      }

      .kuwasikuha {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 20px;
        margin-left: 160px;
        margin-top: 15px;
        text-align: justify;
        color: #ffffff;
      }

      .kuwasikuha_arrow {
        width: 25px;
        transform: rotate(-90deg);
        margin-top: -24px;
        margin-left: 150px;
      }

      .tsumamismalls {
        display: none;
      }

      .tsumamismall img {
        position: relative;
        width: 75px;
        height: 50px;
        margin-right: 2vw;
      }

      .tsumamismalls2 {
        display: none;
      }

      .tsumamismalls3 {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        margin: auto;
        margin-top: 390px;
      }

      /* .tsumamismalls {
        display: flex;
        flex-direction: row;
        margin-left: 9.5vw;
        margin-top: 100vw;
        margin-bottom: -30vw;
      }

      .tsumamismalls2 {
        display: none;
      }

      .tsumamismall img {
        position: relative;
        width: 9vw;
        height: 9vw;
      } */

      .TB {
        position: relative;
        top: -50px
      }

      .Q-Atitle {
        width: 190px;
        position: relative;
        margin-top: -300px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
      }

      .Q-Asubtitle {
         font-family: 'Noto Sans JP', sans-serif;
         font-weight: 700;
         font-size: 30px;
         letter-spacing: 0.13px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 25px;
         margin-bottom: 20px;
         text-align: center;
         color: #ffffff;
      }

      .Q-Alinetext {
        margin: auto;
        margin-top: 82px;
        justify-content: center;
        text-align: center;
      }

      .line {
        border-top: 5px solid #ffffff;
        width: 1000px;
        margin: auto;
        margin-top: 0px;
      }

      .QandAeach {
        display: flex;
        margin-bottom: 2px;
      }


      /*==================================================
      アコーディオンのためのcss
      ===================================*/

      /*アコーディオン全体*/
      .accordion-area{
          list-style: none;
          width: 1000px;
          max-width: 1000px;
          margin:0 auto;
      }

      .section {
        display: flex;
        flex-flow: column;
      }

      .QandAeachnumber {
        width: 7px;
        position: relative;
        display: inline-block;
        font-family: 'Outfit', sans-serif;
        font-weight: 700;
        font-size: 31px;
        top: 8px;
        left: 10px;
        color: #ffffff;
      }

      .QandAeachnumber2 {
        width: 7px;
        position: relative;
        display: inline-block;
        font-family: 'Outfit', sans-serif;
        font-weight: 700;
        font-size: 31px;
        top: 8px;
        left: 10px;
        color: #ffffff;
      }

      .title {
        width: 800px;
        position: relative;
        display: inline-block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0px;
        left: 60px;
        top: 5px;
        text-align: justify;
        color: #ffffff;
      }

      .QandAeacharrow {
        width: 30px;
        position: relative;
        top: -23px;
        left: 870px;
      }

      .QandAeacharrow img{
        width: 30px;
      }

      .accordion-area li{
          margin: 10px 0;
      }

      /*アコーディオンで現れるエリア*/
      .box {
        display: none;/*はじめは非表示*/
        width: 700px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0px;
        margin: 0px 3px 25px 70px;
        color: #ffffff;
        text-align: left;
        white-space: normal;
      }

      .onpus3 {
        height: 200px;
        position: relative;
        display: flex;
        flex-direction: row;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 300px;
      }

      .inquiry {
      }

      .inquirytitle {
        width: 272px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -280px;
        text-align: center;
      }

      .inquiry_text {
        width: 570px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        margin: auto;
        margin-top: 350px;
        text-align: center;
        color: #ffffff;
        white-space: normal;
      }

    .lineumenu {
      position: relative;
    }

      .linenite {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -160%);
      }

      .linenite img {
        width: 528px;
      }

      .wrapper {
        transition: background .9s ease;
      }

      .section2 {
        height: 700px;
        display: flex;
      }
      .section3 {
        height: 100px;
        display: flex;
      }
      .section4 {
        height: 0px;
        display: flex;
      }
      .section5 {
        height: 300px;
        display: flex;
      }
      .section6 {
        height: 200px;
        display: flex;
      }
      .section7 {
        height: 300px;
        display: flex;
      }
      .section8 {
        height: 100px;
        display: flex;
      }
      .section9 {
        height: 300px;
        display: flex;
      }
      .section1 {
        height:300px;
        display: flex;
      }

      }
