@charset "utf-8";
/* CSS Document */
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
html {}
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section {
  max-width: 760px;
  padding: 0;
  line-height: 0;
  margin: 0 auto;
}
@media screen and (max-width:760px) {
  section {
    max-width: 100%;
  }
}
a.btn__org, a.btn__wht {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 73%;
  margin: 0 auto;
  padding: 4.4vw;
  transition: 0.5s;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 3.6vw;
  letter-spacing: 2px;
  line-height: 1;
}
a.btn__org {
  background: #ff7150;
  color: #fff;
  border: 3px solid #ff7150;
}
a.btn__org:hover {
  color: #ff5c36;
  background: #fff;
  border: 3px solid #ff5c36;
  opacity: 1;
}
.mv__wrap {
  background: #2f6dd2
}
.footer__wrap {
  background: #002e73
}
.chat-aaa07__wrap a.btn__org {
  margin-top: -4vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:761px) {
  a.btn__org, a.btn__wht {
    padding: 35px;
    font-size: 28px;
    line-height: 1;
  }
  .chat-aaa07__wrap a.btn__org {
    margin-top: -60px;
  }
}