/* base setting */
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Barlow", 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600; }

h1 {
  font-size: 2.5rem;
  line-height: 1.5; }

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  color: #9B7714;
  margin-bottom: 30px; }

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #9B7714; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

p {
  line-height: 2.0; }

ol a, ul a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; }

p {
  margin-bottom: 1.25rem; }

p.img {
  margin: 0; }

a,
a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:is(:link, :visited) {
  text-decoration: none;
  color: #1279D4; }

a:hover {
  text-decoration: none;
  color: #f90; }

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

iframe {
  width: 100%; }

.lead {
  font-size: 1.125rem;
  line-height: 1.5; }

ol, ul {
  margin-left: 0.625rem; }

/* bootstrap setting */
.anime {
  opacity: 0;
  transition: all .5s ease; }

.anime.show {
  opacity: 1;
  transform: none; }

.anime--lr {
  transform: translate(-10px, 0); }

.anime--rl {
  transform: translate(10px, 0); }

.anime--up {
  transform: translate(0, 10px); }

.anime--down {
  transform: translate(0, -10px); }

.anime--scaleUp {
  transform: scale(0.5); }

.anime--scaleDown {
  transform: scale(1.5); }

.anime--rotateL {
  transform: rotate(180deg); }

.anime--rotateR {
  transform: rotate(-180deg); }

/* common setting */
section {
  margin-bottom: 100px; }

.btn-block {
  margin-top: 50px; }
  .btn-block .btn-primary {
    position: relative;
    display: block;
    background-color: #fff;
    color: #1279D4;
    border: none;
    text-align: center;
    max-height: 80px;
    font-size: 1.125rem;
    line-height: 1.0;
    padding: 16px 40px;
    border-radius: 25px; }
  .btn-block .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\EA6E';
    font-family: 'remixicon';
    vertical-align: -2px; }
  .btn-block .btn-primary:hover {
    background-color: #F3830A;
    color: #fff; }
  .btn-block .btn-site {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    background-color: #fff;
    padding: 29px 40px;
    border-radius: 40px; }
    .btn-block .btn-site:before {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: '\EA6E';
      font-family: 'remixicon';
      vertical-align: -2px; }
    .btn-block .btn-site:link, .btn-block .btn-site:visited {
      color: #1279D4; }
    .btn-block .btn-site:hover {
      color: #fff;
      background-color: #F3830A; }
  .btn-block .btn-contact {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
    padding: 34px 40px;
    border-radius: 10px; }
    .btn-block .btn-contact:before {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: '\EA6E';
      font-family: 'remixicon';
      vertical-align: -2px; }
    .btn-block .btn-contact:link, .btn-block .btn-contact:visited {
      background-color: #1279D4; }
    .btn-block .btn-contact:hover {
      background-color: #F3830A; }

.bg-blue {
  background-color: #214291;
  color: #fff; }
  .bg-blue h2, .bg-blue h3 {
    color: #fff; }

.fz-sm {
  font-size: 0.875rem; }

/* contents
-------------------- */
.hero {
  position: relative;
  background-color: #214291;
  color: #fff;
  margin-bottom: 0;
  padding: 50px; }
  .hero .logo img {
    width: 200px;
    height: auto; }
  .hero h2 {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 20px; }
  .hero .leadtext {
    max-width: 100%;
    width: 60vw;
    margin-bottom: 0; }
  .hero .discript {
    text-align: justify; }
  .hero i {
    font-size: 1.5rem; }
  .hero .link:link, .hero .link:visited {
    color: #fff; }
    .hero .link:link h2, .hero .link:visited h2 {
      color: #fff;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
  .hero .link:hover {
    color: #f90; }
    .hero .link:hover h2 {
      color: #f90; }
  .hero .btn-login {
    position: absolute;
    bottom: 20px;
    right: 30px; }
    .hero .btn-login .btn {
      position: relative;
      display: block;
      background-color: #fff;
      color: #1279D4;
      border: none;
      text-align: center;
      max-height: 80px;
      font-size: 0.9375rem;
      line-height: 1.0;
      font-weight: 600;
      padding: 16px 40px;
      border-radius: 25px; }
    .hero .btn-login .btn:hover {
      background-color: #F3830A;
      color: #fff; }
  .hero .textslide {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }

.mb {
  display: none; }

.top-intro {
  background: #fff url(../img/bg_greeting.jpg) no-repeat 100% 100%;
  background-size: 100%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px; }

.top-about {
  padding-top: 100px;
  padding-bottom: 100px; }
  .top-about .top-about-nm {
    margin-top: -100px; }

.top-report {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 100px; }
  .top-report .card {
    border: none; }

.top-lawyer {
  background-color: #182030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 50px; }
  .top-lawyer .bg-img {
    background: #182030 url(../img/bg_law.jpg) no-repeat 0 0;
    background-size: 100%;
    padding-top: 200px; }

/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background: #000;
  z-index: 1000; }

#backto .top {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

#backto .top:hover {
  color: #fff;
  background-color: #111; }

/* footer
  -------------------- */
footer {
  text-align: center;
  padding: 50px 30px 10px; }
  footer .ft-logo img {
    width: 120px; }
  footer .copyright {
    font-size: 0.75rem; }

@media screen and (max-width: 992px) {
  .btn-block .btn-site {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 40px; }

  .hero {
    padding: 20px; }

  .top-about .top-about-nm {
    margin-top: 50px; } }
@media screen and (max-width: 768px) {
  header section {
    padding: 2% 3%; }

  header .login a:is(:link, :visited) {
    padding: 10px; }

  section {
    margin-top: 10%;
    margin-bottom: 10%; }

  .hero {
    margin-top: 0;
    padding: 5%; }
    .hero h2 {
      font-size: 2.25rem; }
    .hero .leadtext {
      font-size: 0.8125rem;
      width: 82vw; }
    .hero .btn-login {
      position: static;
      bottom: auto;
      right: auto; }
      .hero .btn-login .btn {
        max-height: 80px;
        padding: 16px 40px;
        border-radius: 25px; }

  .mb {
    display: inline; }

  .top-intro {
    padding-top: 10%;
    padding-bottom: 0; }

  .top-about {
    padding-top: 10%;
    padding-bottom: 10%; }

  .top-report {
    padding-bottom: 10%; }

  .top-lawyer {
    padding-top: 30px;
    padding-bottom: 50px; } }
@media screen and (max-width: 576px) {
  .btn-block .btn-primary {
    padding: 8%;
    border-radius: 40px; } }

/*# sourceMappingURL=custom.css.map */
