* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
}

html {
  overflow-x: hidden !important;
}

.fixed-bottom {
  z-index: unset !important;
}

.menu-open > * {
  color: white;
}

.wrapper {
  position: fixed;
  top: 0;
  z-index: 1021;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: #000d;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}
#active:checked ~ .wrapper {
  /*left: 0;*/
  right: 0;
}
.menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  /*left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);
  transition: all 0.3s ease-in-out;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before {
  transform: translateY(-8px);
}
.menu-btn:after {
  transform: translateY(8px);
}

.text-stroke {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.menu-btn {
  z-index: 1200;
}

/* closing animation */
#active:checked + .menu-btn span {
  transform: scaleX(0);
}
#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  border-color: #fff;
}
#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  border-color: #fff;
}
.wrapper ul {
  position: absolute;
  /*top: 45% !important;*/
  /*left: 50%;*/
  height: 90%;
  width: 100% !important;
  /*transform: translate(-50%, -50%);*/
  list-style: none;
  text-align: center;
}
.wrapper ul li {
  height: 10%;
  margin: 15px 0;
  display: flex;
  justify-content: center;
}
.wrapper ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after {
  transform: scaleY(1);
}
.wrapper ul li a:hover {
  color: #1a73e8;
}
input[type="checkbox"] {
  display: none;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title {
  font-size: 40px;
  font-weight: 700;
}
.content p {
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a {
  opacity: 1;
}
.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1); /* easeOutBackを緩めた感じ */
  transition-delay: 0.6s;
  /*transform: translateX(-100px);*/
}

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  /*background:url("https://blue7.it/studio/result_files/2022/5398/5398.x01.p1763/defd6130567af7571b8c8afcb253d140a0b931c1.jpg");*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#possibly_needed {
  height: 70px;
  /*padding-right: 230px;*/
  padding-top: 25px;
}

#logo > a {
  font-family: Roboto;
  position: relative !important;
  font-size: 40px;
  padding-left: 4% !important;
  padding-top: 0.2%;
  font-weight: bold;
}

#logo > img {
  height: 69px;
}

#possibly_needed {
  width: 51px;
}

.container {
  display: flex;
  height: 10%;
  justify-content: center;
}

#logo {
  flex-wrap: wrap;
  height: 130px;
  width: 540px;
  justify-content: center;
  padding-left: unset !important;
  padding-top: 25px;
}

#menu-slider .second-img {
  height: 100vh;
  /*background: url("https://blue7.it/studio/result_files/2021/2951/2951.n03.p1724/b001bcacdd47b82df8bd42cd257bc56ace6abef3.jpg");*/
  background-size: cover;
  -webkit-box-shadow: inset 0px 10px 61px -5px rgba(112, 112, 112, 0.46);
  -moz-box-shadow: inset 0px 10px 61px -5px rgba(112, 112, 112, 0.46);
  box-shadow: inset 0px 10px 61px -5px rgba(112, 112, 112, 0.46);
}

#menu-slider .first-img {
  height: 100vh;
  /*background:url("https://blue7.it/studio/result_files/2022/5398/5398.x01.p1763/defd6130567af7571b8c8afcb253d140a0b931c1.jpg");*/
  background-size: cover;
  -webkit-box-shadow: inset 0px 131px 61px -5px rgba(69, 69, 69, 0.46);
  -moz-box-shadow: inset 0px 131px 61px -5px rgba(69, 69, 69, 0.46);
  box-shadow: inset 0px 131px 61px -5px rgba(69, 69, 69, 0.46);
}

.carousel-caption {
  bottom: 375px !important;
}

.box {
  width: fit-content;
  margin: auto;
  -webkit-box-shadow: 0px 0px 52px -17px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 52px -17px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 52px -17px rgba(0, 0, 0, 1);
}

.box > a > img {
  height: 265px;
}

.middle > h4 {
  justify-content: center;
  text-align: center;
  opacity: 1 !important;
  /*color: white;*/
  /*margin-top:24%;*/
}

#slickImage {
  height: 100%;
  width: 100%;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5px;
  right: 0;
  opacity: 1 !important;
  margin: auto;
  width: 74.5%;
  height: 94.5%;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-prev {
  z-index: 1;
  left: 0;
}
.slick-next {
  z-index: 1;
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

#menu-slider .overlay,
.footer-overlay {
  width: 100%;
  height: 115%;

  /*background: rgba(0,0,0,0.5) !important;*/
}

.footer-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.bn39 {
  background-image: linear-gradient(135deg, #008aff, #86d472);
  border-radius: 6px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 50px;
  font-size: 1.4em;
  font-weight: 600;
  padding: 1px;
  position: relative;
  text-decoration: none;
  width: 7em;
  z-index: 2;
  margin: auto;
}

.sticky-top {
  z-index: 2;
}

.bn39:hover {
  color: #fff;
  text-decoration: none;
}

.bn39 .bn39span {
  margin: auto;
  align-items: center;
  background: #0e0e10;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: background 0.5s ease;
  width: 100%;
}

.bn39:hover .bn39span {
  background: transparent;
}

#footer {
  /*height: 45%;*/
  /*background:url("https://blue7.it/studio/result_files/2022/5398/5398.x01.p1763/defd6130567af7571b8c8afcb253d140a0b931c1.jpg");*/
}

.fa-brands {
  font-size: 36px;
  color: white;
}

.wrapper ul {
  width: 100%;
}

.fa-brands:hover {
  color: #3d71beff;
}

.social_media {
  display: flex;
  flex-direction: row;
  column-gap: 10%;
  bottom: 7%;
  left: 6.5%;
}

.carousel-caption {
  top: 320px !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.carousel-caption > p {
  font-size: 32px;
}
