@charset "utf-8";
/* CSS Document */

#socialaccount_main .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 64px;
  margin-bottom: 16px !important;
}
#socialaccount_main .title.font_C_green {
  color: var(--C-accent-green);
  margin-top: 24px;
}
#socialaccount_top a,
#socialaccount_main a {
  color: var(--C-txt-blue);
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #socialaccount_main .title {
    font-size: 4.26666666666667vw;
    margin-top: 17.06666666666667vw;
    margin-bottom: 3.2vw !important;
  }
  #socialaccount_main .title.font_C_green {
    margin-top: 6.4vw;
  }
}

/* ===============================
	mv
 =============================== */
#mv {
  background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 55%, rgba(52,95,84,1) 100%);
  position: relative;
}
#mv::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--C-black);
  opacity: 0.55;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mv .wrap {
  z-index: +1;
}

/* ===============================
	socialaccount_top
 =============================== */
#socialaccount_top {
  margin-top: 80px;
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  #socialaccount_top {
    margin-top: 15.46666666666667vw;
    margin-bottom: 10.66666666666667vw;
  }
}

/* ===============================
	socialaccount_main
 =============================== */
#socialaccount_main {
  margin-bottom: 160px;
}
#socialaccount_main .txt_R {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #socialaccount_main {
    margin-bottom: 32vw;
  }
  #socialaccount_main .txt_R {
    margin-top: 10.66666666666667vw;
  }
}