/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 70px);
  padding: 70px 0 0;
}
.mv_txt {
  position: absolute;
  top: 80px;
  right: 0%;
  width: 50px;
}
.mv_txt img {
  width: 15px;
}
.mv_logo {
  position: absolute;
  z-index: 3;
  top: 100px;
  right: 70px;
  width: 170px;
}
.mv_title {
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 70px);
}
.mv_title div {
  font-family: "zen-kaku-gothic-new", sans-serif;
}
.mv_title div span {
  display: inline-block;
  background: #000;
  padding: 1px 10px;
  margin: 0 auto 5px;
  font-size: 1.4rem;
}
.mv_title p {
  font-size: 8vw;
  letter-spacing: 2px;
}
.mv_title p span {
  display: inline-block;
}
.mv_img {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 50px 0 0;
}
.mv_img img {
  width: 100%;
  min-height: calc(100vh - 70px);
  object-fit: cover;
}
.mv_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 1)100%);
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.scrolldown {
  position: absolute;
  bottom: 0px;
  right: 25px;
  z-index: 3;
}
.scrolldown span {
  position: absolute;
  left: 5px;
  bottom: 115px;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 3px;
  height: 20px;
  background: #000;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 125px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 150px;
  background: #000;
}
/* top */
.top_wrap {
  width: 85%;
  margin: auto;
}
.top_wrap > img {
  max-width: 250px;
  margin: auto;
  display: block;
}
.top_txt {
  margin: 1.5em auto 0;
}
.top_txt div {
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
}
.top_txt p {
  text-align: left;
  line-height: 1.8;
}
.top_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1.5em auto 0em;
}
.top_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top_point {
  margin: 2.5em auto 0;
  background: #fff;
  padding: 25px 20px 30px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  text-align: left;
}
.top_point > p {
  line-height: 1.8;
}
.top_point > p span {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 1.5rem;
}
.top_point ul {
  margin: 1.5em auto 0;
  border-top: 1px solid #000;
}
.top_point ul li {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 70px;
  counter-increment: mycounter;
}
.top_point ul li::before {
  position: absolute;
  top: 13px;
  left: 50px;
  content: '';
  width: 1px;
  height: calc(100% - 26px);
  background: #000;
}
.top_point ul li::after {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.top_point ul li div {
  font-weight: 500;
  font-size: 1.5rem;
}
.top_se_img img {
  height: 150px;
  object-fit: cover;
}
.top_se {}
.top_se_logo {
  max-width: 150px;
  margin: 0 auto 1.5em;
  display: block;
}
.top_se_logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.top_se_slide {
  width: 80%;
  margin: auto;
}
.top_se_slider {
  position: relative;
  z-index: 1;
}
.top_se_txt {
  margin: 1.5em auto 0;
  line-height: 1.8;
  font-size: 1.7rem;
}
/* SE */
.se_ttl {
  position: relative;
  color: #fff;
}
.se_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.se_ttl picture img {
  height: 200px;
  object-fit: cover;
}
.se_ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 400;
}
.se_ttl h2 img {
  margin: 0 auto 0.5em;
}
.se_about {
  width: 85%;
  margin: auto;
  text-align: left;
}
.se_about p {
  margin: 1em auto 0;
  line-height: 1.8;
}
.se_about p span {
  display: block;
  font-family: "cochin-lt-pro", sans-serif;
  margin: 0 auto 0.3em;
  font-size: 1.6rem;
}
.se_feature {
  width: 85%;
  margin: 2.5em auto 0;
}
.se_feature h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
.se_feature ul {}
.se_feature ul li {
  position: relative;
  margin: 2em auto 0;
  padding: 0 0 20px;
}
.se_feature ul li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: #fff;
}
.se_feature ul li img {
  position: relative;
  z-index: 1;
  max-width: 85%;
}
.se_feature ul li div {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 1em auto 0.5em;
  padding: 0 0 0.5em;
}
.se_feature ul li div::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  content: '';
  background: #000;
}
.se_feature ul li p {
  position: relative;
  z-index: 1;
}
/* comparison */
.comparison_ttl {
  position: relative;
}
.comparison_ttl img {
  height: 200px;
  object-fit: cover;
  object-position: center left;
}
.comparison_ttl h2 {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #000;
  padding: 20px;
  font-weight: 400;
  font-size: 1.6rem;
}
.comparison_about {
  width: 90%;
  margin: auto;
}
.comparison_about p {
  margin: 0 auto 1em;
  font-size: 1.7rem;
  line-height: 1.8;
}
.comparison_about p span {
  display: inline-block;
}
.comparison_about img {
  height: 150px;
  object-fit: cover;
}
.comparison_wrap {
  width: 90%;
  margin: 2.5em auto 0;
}
.comparison_wrap h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
.table_container {
  margin: 0em auto 0;
  font-family: "zen-kaku-gothic-new", sans-serif;
  overflow-x: auto;
  position: relative;
}
.comparison {}
.comparison > li {
  position: relative;
  margin: 15px 0 0;
}
.comparison > li ul::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}
.comparison > li ul {
  min-width: max-content;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.comparison > li ul li {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: 80px;
  margin: 0 15px 0 0;
  display: grid;
  place-items: center;
  place-content: center;
}
.comparison > li ul li:last-child {
  margin: 0;
}
.comparison > li ul li:first-child {
  border: 1px solid #000;
  background: #fff;
  width: 110px;
}
.comparison > li ul li:nth-child(2) {
  background: #000;
  color: #fff;
  width: 300px;
}
.comparison > li ul li:nth-child(2) span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
.comparison > li ul li:nth-child(3) {
  background: #E2E2E2;
  width: 300px;
}
.comparison > li ul li:nth-child(3) span {
  display: inline-block;
  font-weight: 500;
}
.comparison > li:first-child ul li {
  font-weight: 500;
  color: #000;
  background: #fff;
  height: 20px;
  font-size: 1.6rem;
  border: none;
}
.comparison > li:first-child ul::before {
  display: none;
}
.scroll-hint-icon-wrap {
  z-index: 10;
}
/* about */
.about_ttl {
  text-align: left;
  width: 90%;
  margin: 0 0 0 10%;
}
.about_ttl img {
  height: 200px;
  object-fit: cover;
  margin: -0.8em auto 0;
}
.about_ttl h2 {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 auto 0 -15px;
  vertical-align: top;
  display: flex;
}
.about_ttl h2 span {
  display: inline-block;
  margin: 0 15px 0 0;
  font-family: "cochin-lt-pro", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.about {
  text-align: left;
  width: 80%;
  margin: 2em auto 0;
}
.about_l {}
.about_l p {
  margin: 0 auto 1.5em;
  line-height: 1.8;
}
.about_l p span {
  display: block;
  margin: 0 auto 0.5em;
  font-size: 1.65rem;
  letter-spacing: 0;
}
.about_r {
  margin: 1.5em auto 0;
}
.about_r p {
  line-height: 1.8;
  margin: 0 auto 1.5em;
}
.about_r p:last-of-type {
  display: none;
}
.about_r a {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
  font-family: "cochin-lt-pro", sans-serif;
  color: #fff !important;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding: 10px 50px 10px 0;
}
.about_r a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/se/img/common/arrow_circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all .3s;
}
.about_r a:hover::before {
  right: -5px;
}
/* works */
.works_ttl {
  position: relative;
}
.works_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.works_ttl img {
  height: 200px;
  object-fit: cover;
}
.works_ttl .heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works_wrap {
  width: 90%;
  margin: auto;
}
.works_txt {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
.works_txt span {
  display: inline-block;
}
.works_btn a {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
  font-family: "cochin-lt-pro", sans-serif;
  color: #000 !important;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  padding: 10px 50px 10px 0;
}
.works_btn a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/se/img/common/arrow_circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.works_btn a:hover::before {
  right: -5px;
}
.works {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em -8px;
  width: calc(100% + 16px);
  justify-content: flex-start;
}
.works li {
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.works li div {
  margin: 0.5em auto 0;
  font-family: "cochin-lt-pro", sans-serif;
  font-size: 1.2rem;
}
.works li div span {
  font-family: "zen-kaku-gothic-new", sans-serif;
  display: inline-block;
  border: 1px solid #000;
  padding: 1px 7px;
  margin: 0 0 0 10px;
  font-size: 1.1rem;
}
.works li p {
  margin: 0.2em auto 0;
}
/* faq */
.faq-area {
  list-style: none;
  width: 85%;
  margin: 1.5em auto 0;
  text-align: left;
  border-top: 1px solid #000;
}
.faq-area li {
  position: relative;
  border-bottom: 1px solid #000;
}
.faq-area li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: 'Q';
  font-family: "cochin-lt-pro", sans-serif;
  font-size: 2rem;
}
.faq_title {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 15px 30px 15px 30px;
  transition: all .5s ease;
}
.faq_title::before, .faq_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
}
.faq_title::before {
  top: 48%;
  right: 0px;
  transform: rotate(0deg);
}
.faq_title::after {
  top: 48%;
  right: 0px;
  transform: rotate(90deg);
}
.faq_title.close::before {
  transform: rotate(45deg);
}
.faq_title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.faq_box {
  display: none; /*はじめは非表示*/
  padding: 0px 0px 15px 30px;
}


.comingsoon{
	margin: 4em auto 2em;
	  font-family: "cochin-lt-pro", sans-serif;
  font-size: 2rem;
}

/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv_txt {
    width: 120px;
  }
  .mv_txt img {
    width: auto;
    height: 50vh;
  }
  .mv_logo {
    top: 120px;
    right: 170px;
    width: 290px;
  }
  .mv_title {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 170px);
  }
  .mv_title div {}
  .mv_title div span {
    letter-spacing: 2px;
    font-size: 2rem;
  }
  .mv_title p {
    font-size: 5vw;
    line-height: 1.4;
  }
  .mv_img {
    position: relative;
    width: calc(100% - 120px);
    margin: 0 120px 0 0;
  }
  .scrolldown {
    right: 60px;
  }
  .scrolldown span {
    left: -10px;
    bottom: 160px;
    font-size: 1.2rem;
  }
  /* top */
  .top_wrap {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
  .top_wrap > img {
    max-width: 400px;
  }
  .top_txt {
    margin: 2.5em auto 0;
    letter-spacing: 2px;
  }
  .top_txt div {
    margin: 0 auto 0.5em;
    font-size: 2.5rem;
  }
  .top_txt p {
    font-size: 1.7rem;
    line-height: 2.3;
  }
  .top_youtube {
    margin: 2.5em auto 0em;
  }
  .top_point {
    margin: 4em auto 0;
    padding: 60px 80px 80px;
  }
  .top_point > p {
    letter-spacing: 2px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .top_point > p span {
    margin: 0 auto 0.5em;
    font-size: 2.2rem;
  }
  .top_point ul {
    margin: 2em auto 0;
  }
  .top_point ul li {
    padding: 20px 0 20px 100px;
  }
  .top_point ul li::before {
    top: 23px;
    left: 80px;
    height: calc(100% - 46px);
  }
  .top_point ul li::after {
    left: 22px;
    font-size: 2.5rem;
  }
  .top_point ul li div {
    font-size: 2.2rem;
  }
  .top_point ul li p {
    letter-spacing: 2px;
    font-size: 1.7rem;
  }
  .top_se_img img {
    height: 400px;
  }
  .top_se {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .top_se_logo {
    max-width: 250px;
    margin: 0;
  }
  .top_se_logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  .top_se_slide {
    width: 40%;
    margin: 0;
  }
  .top_se_txt {
    margin: 0;
    text-align: left;
    line-height: 2;
    font-size: 2.8rem;
  }
  /* SE */
  .se_ttl picture img {
    height: 400px;
  }
  .se_ttl h2 {
    width: 250px;
    font-size: 3rem;
  }
  .se_about {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .se_about img {
    width: 50%;
  }
  .se_about p {
    width: 45%;
    margin: 0;
    letter-spacing: 2px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
  .se_about p span {
    margin: 0 auto 0.5em;
    font-size: 2.5rem;
  }
  .se_feature {
    width: 90%;
    max-width: 1200px;
    margin: 4em auto 0;
  }
  .se_feature h3 {
    font-size: 2.5rem;
    padding: 10px 0;
  }
  .se_feature ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .se_feature ul li {
    position: relative;
    margin: 3em 20px 0em;
    width: calc(100% / 2 - 40px);
    padding: 0 0 30px;
  }
  .se_feature ul li div {
    font-size: 3rem;
    margin: 0.6em auto 0.5em;
    padding: 0 0 0.3em;
  }
  .se_feature ul li p {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  /* comparison */
  .comparison_ttl img {
    height: 500px;
    object-position: center;
  }
  .comparison_ttl h2 {
    padding: 50px;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .comparison_about {
    max-width: 1200px;
  }
  .comparison_about p {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .comparison_about img {
    height: 450px;
  }
  .comparison_wrap {
    max-width: 1200px;
    margin: 4em auto 0;
  }
  .comparison_wrap h3 {
    font-size: 2.5rem;
    padding: 10px 0;
  }
  .comparison {}
  .comparison > li {
    margin: 15px 0 0;
  }
  .comparison > li ul li {
    font-size: 1.7rem;
    letter-spacing: 2px;
    height: 100px;
    margin: 0 15px 0 0;
  }
  .comparison > li ul li:first-child {
    width: 180px;
  }
  .comparison > li ul li:nth-child(2) {
    width: calc((100% - 220px) / 2);
  }
  .comparison > li ul li:nth-child(2) span {
    font-size: 2rem;
  }
  .comparison > li ul li:nth-child(3) {
    width: calc((100% - 220px) / 2);
  }
  .comparison > li:first-child ul li {
    height: 40px;
    font-size: 2.2rem;
  }
  /* about */
  .about_ttl {
    width: 93%;
    margin: 0 0 0 7%;
  }
  .about_ttl img {
    height: 550px;
    margin: -1.5em auto 0;
  }
  .about_ttl h2 {
    font-size: 2.4rem;
    margin: 0 auto 0 -35px;
  }
  .about_ttl h2 span {
    margin: 0 30px 0 0;
    font-size: 9rem;
  }
  .about {
    max-width: 1200px;
    width: 90%;
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_l {
    width: 55%;
  }
  .about_l p {
    margin: 0 auto 3em;
    font-size: 1.8rem;
    line-height: 2.3;
    padding: 0 0 0 100px;
  }
  .about_l p span {
    margin: 0 auto 1em;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .about_l img {
    width: calc(100% - 100px);
    margin: 0 100px 0 0;
  }
  .about_r {
    width: 40%;
    margin: 0;
  }
  .about_r p {
    font-size: 1.8rem;
    line-height: 2.3;
    margin: 2em auto 1em;
  }
  .about_r p:first-of-type {
    display: none;
  }
  .about_r p:last-of-type {
    display: block;
  }
  .about_r a {
    font-size: 1.8rem;
    padding: 15px 100px 15px 0;
  }
  .about_r a::before {
    width: 40px;
    height: 40px;
  }
  /* works */
  .works_ttl img {
    height: 400px;
  }
  .works_wrap {
    max-width: 1200px;
  }
  .works_txt {
    font-size: 2rem;
    line-height: 2;
  }
  .works_btn a {
    margin: 1.5em auto 0;
    font-size: 1.8rem;
    padding: 15px 100px 15px 0;
  }
  .works_btn a::before {
    width: 40px;
    height: 40px;
  }
  .works {
    margin: 0em auto 0em -15px;
    width: calc(100% + 30px);
  }
  .works li {
    margin: 2em 15px 0em;
    width: calc(100% / 3 - 30px);
  }
  .works li div {
    margin: 0.5em auto 0;
    font-size: 1.6rem;
  }
  .works li div span {
    padding: 1px 10px;
    margin: 0 0 0 10px;
    font-size: 1.4rem;
  }
  .works li p {
    margin: 0.5em auto 0;
  }
  /* faq */
  .faq-area {
    width: 90%;
    max-width: 1000px;
    margin: 2em auto 0;
  }
  .faq-area li::before {
    top: 10px;
    font-size: 3rem;
  }
  .faq_title {
    font-size: 1.8rem;
    padding: 20px 30px 20px 50px;
  }
  .faq_box {
    letter-spacing: 2px;
    font-size: 1.7rem;
    padding: 0px 0px 20px 50px;
  }
	
	.comingsoon{
	margin: 4em auto 2em;
  font-size: 3rem;
}
	
	
}