@charset "UTF-8";
/* ページ内リンクのスムーススクロール */
html {
  scroll-behavior: smooth;
}

/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  background: #29abe2;
  border: 0;
  color: #fff;
  padding: 20px 30px;
  display: block;
  margin: 60px auto 0;
  transition: 0.25s;
}

input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.9;
}

img, video {
  border-radius: 10px;
}

li {
  list-style: none;
}

.navi {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.navi #humberger {
  cursor: pointer;
}
.navi #humberger span {
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin-bottom: 10px;
}
.navi #humberger span:nth-child(2) {
  margin-bottom: 0;
}

.kv {
  position: relative;
}
.kv img {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .kv img {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.4666666667);
  color: #fff;
}

main {
  width: 70%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  main {
    width: 95%;
  }
}

.main_text {
  margin: 30px 0;
}
.main_text h1 {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.main_text h1 span {
  font-size: 14px;
  padding: 5px 10px;
  background: #7cc;
  color: #fff;
  margin-right: 10px;
  box-sizing: border-box;
}
.sub_text {
  width: 80%;
  margin: 30px auto;
}
.sub_text ul li .work {
  margin: 30px 0;
}
.sub_text ul li .work h2 {
  border-bottom: 1px solid #777;
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #777;
}
.main_movie video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_movie p {
  text-align: center;
  font-size: 17px;
  margin-top: 10px;
}

.content_sub {
  width: 100%;
  font-size: 14px;
}
.content_sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.content_sub ul li {
  margin: 0 10px;
}
.content_sub ul li a {
  text-decoration: none;
  color: #333;
}
.content_sub ul li img {
  width: 100%;
  max-width: 300px;
}
.content_sub ul li p {
  padding: 3px 10px;
  background-color: #333;
  font-size: 12px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  border-radius: 3px;
}

#menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: #ddd;
  z-index: 9;
  padding: 100px 50px 50px;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0.9;
  overflow: scroll;
}
#menu ul {
  list-style: none;
}

#start_page {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  padding-top: 20%;
  box-sizing: border-box;
  transition: 0.5s;
  background: #000;
}
#start_page .logo {
  width: 60%;
  display: block;
  margin: 0 auto;
}
#start_page h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
#start_page .kv {
  height: 360px;
  display: block;
  margin: 10px auto 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#start_page #start {
  font-size: 14px;
  color: #44AAF7;
  padding: 5px;
  margin: 50px auto 0;
  text-align: center;
  border: 1px solid #44AAF7;
  box-shadow: 0 0 8px 0 #44AAF7;
  width: 50%;
  box-sizing: border-box;
}

.header_top_menu {
  position: relative;
}
.header_top_menu .top_menu_kv {
  height: 260px;
  display: block;
  margin: 0 auto 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.header_top_menu h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.top_menu ul li a {
  text-decoration: none;
  color: #333;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
}
.top_menu ul li a h3 {
  font-size: 14px;
  padding-right: 20px;
  border-right: 1px solid;
  min-width: 4em;
}
.top_menu ul li a p {
  padding-left: 10px;
  text-align: right;
  font-size: 14px;
}

#aaa {
  width: 100vw;
  height: 100vh;
}
#aaa::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 2vw;
  width: 96vw;
  height: 20vh;
  background: #c8dae1;
  border-radius: 10px;
}
#aaa img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

#load_img {
  display: none;
}

img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swipe_info {
  position: absolute;
  bottom: 25vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  width: 80%;
  background: #eee;
  opacity: 0.7;
}
.swipe_info p {
  text-align: center;
  font-size: 12px;
}
.swipe_info .frame_bar_box {
  padding: 2px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.swipe_info .frame_bar_box #frame_bar {
  width: 1px;
  height: 10px;
  background: #777;
}

#infor_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
}
#infor_btn::after {
  position: absolute;
  content: "i";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#infor_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100vw;
  background: rgba(51, 51, 51, 0.8);
  padding: 10%;
  box-sizing: border-box;
  color: #fff;
  transition: 0.3s;
}
/* step_6 style */
.new_style {
  width: 100%;
  margin: 0 auto;
  padding: 0px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new_style {
    width: 100%;
    padding: 0;
  }
}

.main_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_wrap {
    display: block;
  }
}
.main_wrap a {
  text-decoration: none;
  color: #333;
}
.main_wrap .main_list {
  width: 30%;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_wrap .main_list {
    display: none;
  }
}
.main_wrap .main_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 100px;
  margin-top: 270px;
}
.main_wrap .main_list ul li {
  margin: 10px 0;
}
.main_wrap .main_list a {
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
  border-left: 3px solid transparent;
}
.main_wrap .main_list a.active {
  background-color: #f0f7fc;
  border-left-color: #29abe2;
  font-weight: 600;
  color: #1a7ba8;
}
.main_wrap .main_content {
  width: 70%;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .main_wrap .main_content {
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
  }
}
.main_wrap .main_content .read {
  padding-bottom: 50px;
}
.main_wrap .main_content .read p {
  margin: 10px 0;
}
.main_wrap .main_content .step {
  margin-top: 50px;
}
.main_wrap .main_content .step h2 {
  margin: 10px 0 30px;
  font-size: 18px;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
}
.main_wrap .main_content .step p {
  margin: 10px 0;
}
.main_wrap .main_content .step video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4666666667));
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .main_wrap .main_content .step video {
    filter: none;
  }
}
.main_wrap .main_content .step .point_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #f7f7f7;
}
.main_wrap .main_content .step .point_list li {
  margin: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px 5px 25px;
  position: relative;
}
.main_wrap .main_content .step .point_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/tejun06/check-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=style.css.map */