body,
div,
dl,
dt,
dd,
ul,
ol,
li,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
iframe,
select,
optgroup,
option,
label,
span,
em,
strong,
dfn,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
  margin: 0;
  padding: 0;
}
div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
address,
table,
caption,
th,
td,
span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object,
iframe {
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
img {
  max-width: 100%;
}
body {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@-webkit-keyframes mvAnime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    z-index: 8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvAnime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    z-index: 8;
  }
  100% {
    opacity: 0;
  }
}
.wrapper {
  overflow-x: hidden;
}
.kv {
  width: 100%;
  position: relative;
}
.kv__ttl {
  position: absolute;
  right: 0;
  left: 0;
  top: 20px;
  margin: auto;
  width: 37%;
}
.kv__btn {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.kv__btn:hover {
  opacity: 0.8;
}
.kv__anchor-btn {
  width: 350px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.kv__anchor-btn:hover {
  opacity: 0.8;
}
.lead {
  max-width: 800px;
  margin: auto;
  padding: 60px;
  background-color: #fff;
}
.lead__img {
  width: 65%;
  margin: auto;
}
.lead__txt {
  font-size: 20px;
  text-align: center;
  line-height: 2.3;
  margin-bottom: 30px;
}
.contents.bg--gray {
  background-color: #f2f2f2;
}
.howto {
  max-width: 800px;
  margin: auto;
  padding: 80px;
}
.howto__ttl {
  width: 450px;
  margin: auto;
  margin-bottom: 40px;
}
.howto__txt {
  width: 450px;
  margin: auto;
  cursor: pointer;
}
.movie {
  max-width: 800px;
  border-top: solid 2px #a0a0a0;
  margin: auto;
  padding: 80px;
}
.movie__ttl {
  width: 310px;
  margin: 0 auto 50px;
}
.movie__player {
  width: 100%;
  position: relative;
}
.movie__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.movie__btn:hover {
  opacity: 0.8;
}
#quiz {
  background-color: #fff;
}
#quiz .question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#quiz .bg {
  width: 50%;
  position: relative;
}
#quiz .bg:hover:before {
  opacity: 1;
}
#quiz .bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#quiz .bg .bg-inner {
  width: 100%;
}
#quiz .bg .number {
  text-align: center;
  color: #fff;
}
#quiz .bg .title {
  width: 60%;
  min-width: 300px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#quiz .question {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
#quiz .question .question-inner {
  text-align: center;
}
#quiz .question .question-inner .question__title {
  width: 300px;
  margin: 0 auto 60px;
}
#quiz .question .question-inner .question__text {
  text-align: center;
  margin: 0 auto;
  line-height: 2.5;
  font-size: 20px;
}
#quiz .result {
  background-color: #58b5df;
  padding: 80px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#quiz .result__ttl {
  font-size: 28px;
  margin: 0 auto 50px;
  text-align: center;
  color: #fff;
}
#quiz .result__ttl img {
  margin: auto;
}
#quiz .result__txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2rem;
  line-height: 2.5;
}
.checksheet {
  padding: 100px 10px;
}
.checksheet__inner {
  max-width: 1180px;
  margin: auto;
  position: relative;
}
.checksheet__ttl {
  width: 185px;
  margin: 0 auto 35px;
}
.checksheet__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.checksheet__txt {
  max-width: 600px;
}
.checksheet__txt1 {
  max-width: 420px;
  margin-bottom: 50px;
}
.checksheet__txt2 {
  margin-bottom: 50px;
}
.checksheet__txt3 {
  max-width: 520px;
}
.checksheet__img {
  position: relative;
  padding: 10px;
}
.checksheet__pencil {
  position: absolute;
  top: 170px;
  right: -220px;
}
.checksheet__img1 {
  max-width: 410px;
}
.checksheet__btn {
  display: block;
  width: 420px;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.checksheet__btn:hover {
  opacity: 0.8;
}
.supervisor {
  max-width: 800px;
  padding: 80px;
  margin: auto;
}
.supervisor__ttl {
  width: 420px;
  margin: 0 auto 50px;
}
.supervisor__txt {
  text-align: center;
  line-height: 2;
}
.supervisor__txt a {
  color: #58b5df;
}
.profile {
  background-color: #f7f7f7;
  padding: 50px 78px;
  margin-top: 60px;
}
.profile__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__box-bottom {
  border-top: solid 1px #a0a0a0;
  padding-top: 25px;
  margin-top: 25px;
}
.profile__img {
  width: 180px;
}
.profile__txt {
  margin-left: 60px;
}
.profile__txt .supervision {
  margin-bottom: 5px;
}
.profile__txt .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}
.profile__txt .name span {
  font-size: 16px;
  font-weight: bold;
}
.profile__about {
  font-size: 14px;
}
.share {
  max-width: 800px;
  margin: auto;
  padding: 80px 0 100px;
}
.share__ttl {
  width: 300px;
  margin: 0 auto 60px;
}
.share__txt {
  width: 60%;
  margin: 0 auto 50px;
}
.share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 370px;
  margin: auto;
}
.share__icons li {
  width: 75px;
}
.bg-nim {
  background-image: url("/SP/JOSHUSEKI/IMAGES/nim_bg_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nim {
  max-width: 800px;
  margin: auto;
  padding: 80px 0 100px;
}
.nim__ttl {
  width: 400px;
  margin: 0 auto 50px;
}
.nim__txt {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
  color: #fff;
}
.nim__btn {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.search {
  padding: 80px 0 100px;
}
.search__btn {
  display: block;
  width: 500px;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.search__btn:hover {
  opacity: 0.8;
}
.modal {
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 1000;
}
.modal-cont {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.modal-youtube {
  width: 50%;
}
.js-modal-close {
  color: #fff;
  font-size: 30px;
}
.js-modal-close.hide {
  display: none;
}
.movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mouse-hover {
  position: relative;
}
.mouse-hover .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mouse-hover .on:hover {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  body {
    width: 100%;
  }
  #quiz .question .question-inner .question__title {
    width: 75%;
    margin: 0 auto 40px;
  }
  #quiz .question .question-inner .question__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .kv__ttl {
    width: 80%;
  }
  .kv__btn {
    width: 23%;
    height: 23%;
    bottom: 16%;
  }
  .kv__anchor-btn {
    width: 190px;
    bottom: -30px;
    left: 0;
  }
  .lead {
    padding: 60px 0 40px;
  }
  .lead__img {
    width: 80%;
  }
  .lead__txt {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 2;
  }
  .howto {
    padding: 50px 15px;
  }
  .howto__ttl {
    width: 100%;
  }
  .howto__txt {
    width: 80%;
  }
  .movie {
    border-top: solid 1px #a0a0a0;
    padding: 40px 0 50px;
    margin: 0 15px;
  }
  .movie__ttl {
    width: 70%;
    margin: 0 auto 25px;
  }
  .movie__btn {
    width: 60px;
    height: 60px;
  }
  #quiz .question-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  #quiz .bg {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: solid 4px #58b5df;
  }
  #quiz .bg .bg-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #quiz .bg .title {
    width: 70%;
    min-width: auto;
  }
  #quiz .question {
    width: 100%;
    height: 40%;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #quiz .question .question-inner .question__title {
    width: 60%;
    margin: 0 auto 30px;
  }
  #quiz .question .question-inner .question__text {
    font-size: 16px;
    line-height: 2.2;
    margin: 0 auto 3vh;
  }
  #quiz .result {
    padding: 60px 0;
  }
  #quiz .result__ttl {
    font-size: 22px;
    margin: 0 auto 40px;
  }
  #quiz .result__txt {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
  .checksheet {
    padding: 50px 0;
  }
  .checksheet__ttl {
    width: 100px;
  }
  .checksheet__content {
    display: block;
  }
  .checksheet__txt {
    width: 100%;
  }
  .checksheet__txt1 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .checksheet__txt2 {
    width: 85%;
    margin: 0 auto 30px;
  }
  .checksheet__txt3 {
    width: 75%;
    margin: 0 auto 30px;
  }
  .checksheet__img {
    width: 100%;
    padding: 0;
  }
  .checksheet__pencil {
    width: 50%;
    top: 21%;
    right: -3%;
  }
  .checksheet__img1 {
    width: 50%;
    display: block;
    margin: 0 auto 30px;
  }
  .checksheet__btn {
    width: 70%;
  }
  .supervisor {
    padding: 50px 15px 30px;
  }
  .supervisor__ttl {
    width: 80%;
  }
  .supervisor__txt {
    font-size: 12px;
  }
  .profile {
    background-color: #fff;
    padding: 40px 0;
    margin-top: 40px;
    border-top: solid 1px #a0a0a0;
  }
  .profile__box-bottom {
    border: none;
    margin-top: 0;
    padding-top: 20px;
  }
  .profile__txt {
    margin-left: 15px;
  }
  .profile__txt .supervision {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .profile__txt .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .profile__txt .name span {
    font-size: 14px;
  }
  .profile__txt .position {
    font-size: 12px;
  }
  .profile__about {
    font-size: 12px;
  }
  .share {
    padding: 60px 0 80px;
  }
  .share__ttl {
    margin: 0 auto 45px;
  }
  .share__txt {
    width: 80%;
    margin: 0 auto 40px;
  }
  .share__icons {
    width: 50%;
  }
  .share__icons li {
    width: 45px;
  }
  .bg-nim {
    background-image: url("/SP/JOSHUSEKI/IMAGES/nim_bg_sp.jpg");
  }
  .nim {
    padding: 40px 0 50px;
  }
  .nim__ttl {
    width: 80%;
    margin: 0 auto 30px;
  }
  .nim__txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .nim__btn {
    width: 85%;
  }
  .search {
    padding: 40px 0 50px;
  }
  .search__btn {
    width: 85%;
  }
  .modal-youtube {
    width: 80%;
  }
  .mouse-hover .on {
    display: none;
  }
}

/*追記　2021 0713*/


.kv video {
	width: 100%;
	pointer-events: none;
}

.title{
  width: 30vw;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

@media screen and (max-width: 768px) {
	
.title{
  width: 60vw;
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}	
	
}
