@charset "UTF-8";
/*******************************
animation
*******************************/
.inview01 {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: .3s;
  animation-timing-function: ease-in-out;
  animation-delay: .2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }
@keyframes fade-in {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.inview02 {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: .3s;
  animation-timing-function: ease-in-out;
  animation-delay: .3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }
@keyframes fade-in {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.inview03 {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: .3s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }
@keyframes fade-in {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
/*******************************
mv
*******************************/
#mv {
  background: #082E96;
  color: #fff;
  position: relative; }
  #mv .bg01 {
    width: 100%;
    transition: all .6s;
    opacity: 0; }
    #mv .bg01.fade_in {
      opacity: 1; }
  #mv section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    max-width: 75%;
    font-size: 0.85vw; }
    @media screen and (max-width: 768px) {
      #mv section {
        font-size: 100%;
        max-width: 93%; } }
    #mv section h1 {
      font-size: 300%;
      margin-bottom: 0.75em;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #mv section h1 {
          font-size: 250%; } }
    #mv section .txt01 {
      font-size: 1.25em; }
      @media screen and (max-width: 768px) {
        #mv section .txt01 {
          font-size: 0.9375em; } }
    #mv section .btn01 {
      display: flex;
      margin-top: 1.5em; }
      #mv section .btn01 li {
        width: 16em; }
        #mv section .btn01 li:not(:last-child) {
          margin-right: 1em; }
        #mv section .btn01 li a {
          background: #fff;
          display: block;
          border-radius: 500px;
          color: #082E96;
          padding: 0.75em;
          font-size: 1.125em;
          text-align: center;
          font-weight: 700; }

/*******************************
common
*******************************/
.sec_wrap01 {
  padding: 5em 0; }
  @media screen and (max-width: 768px) {
    .sec_wrap01 {
      padding: 3em 0; } }

.sec01 {
  width: 1200px;
  max-width: 93%;
  margin: 0 auto; }
  .sec01 h2 {
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 1em;
    color: #025fa0; }
    @media screen and (max-width: 768px) {
      .sec01 h2 {
        font-size: 175%; } }
  .sec01 .lead01 {
    font-size: 1.125em;
    text-align: center; }

/*******************************
problem
*******************************/
#problem .li01 {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 2em; }
  @media screen and (max-width: 768px) {
    #problem .li01 {
      display: block;
      margin-top: 1em; } }
  #problem .li01 li {
    width: 31%;
    box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
    padding: 1.5em; }
    @media screen and (max-width: 768px) {
      #problem .li01 li {
        width: 100%; } }
    #problem .li01 li .icon01 {
      background: #082E96;
      width: 6em;
      border-radius: 100%;
      margin: 0 auto 1em;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 6em; }
      @media screen and (max-width: 768px) {
        #problem .li01 li .icon01 {
          width: 5em;
          height: 5em;
          margin-bottom: 0.5em; } }
      #problem .li01 li .icon01 img {
        width: 60%;
        height: auto; }
    #problem .li01 li dl dt {
      text-align: center;
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 0.75em;
      color: #082E96; }
#problem .note01 {
  text-align: center;
  text-indent: -1em;
  margin-left: 1em;
  opacity: 0.75;
  font-size: 0.875em; }

/*******************************
about
*******************************/
#about {
  background: #E5EAF8;
  background: -webkit-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: linear-gradient(to right, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%); }
  #about .wrap01 {
    display: flex;
    justify-content: space-between;
    margin-top: 3em; }
    @media screen and (max-width: 768px) {
      #about .wrap01 {
        display: block; } }
    #about .wrap01 .box01 {
      width: 48%;
      box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
      border-radius: 0.5em;
      padding: 1.5em;
      background: #fff; }
      @media screen and (max-width: 768px) {
        #about .wrap01 .box01 {
          width: 100%;
          margin-bottom: 1.25em; } }
      #about .wrap01 .box01 h3 {
        font-size: 150%;
        font-weight: 700;
        margin-bottom: 1em; }
      #about .wrap01 .box01 .box0101 {
        display: flex;
        align-items: flex-start; }
        #about .wrap01 .box01 .box0101 .icon01 {
          margin-right: 1em;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 3.5em;
          height: 3.5em;
          border-radius: 100%;
          background: rgba(8, 46, 150, 0.1); }
          #about .wrap01 .box01 .box0101 .icon01 img {
            width: 70%;
            height: auto; }
        #about .wrap01 .box01 .box0101 section {
          margin-bottom: 1.5em;
          width: calc(100% - 4.5em); }
          #about .wrap01 .box01 .box0101 section h4 {
            font-weight: 700;
            margin-bottom: 0.25em; }
    #about .wrap01 .box02 {
      width: 48%;
      box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
      border-radius: 0.5em;
      padding: 1.5em;
      background: #fff; }
      @media screen and (max-width: 768px) {
        #about .wrap01 .box02 {
          width: 100%; } }
      #about .wrap01 .box02 h3 {
        font-size: 150%;
        font-weight: 700;
        margin-bottom: 1em; }
      #about .wrap01 .box02 .note01 {
        text-indent: -1em;
        margin-left: 1em;
        opacity: 0.75;
        font-size: 0.875em; }

/*******************************
flow
*******************************/
#flow .li01 {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 0; }
  @media screen and (max-width: 768px) {
    #flow .li01 {
      display: block; } }
  #flow .li01 li {
    width: 23%;
    box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
    padding: 1.5em;
    position: relative;
    background: #fff; }
    @media screen and (max-width: 768px) {
      #flow .li01 li {
        width: 100%;
        display: flex;
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      #flow .li01 li:not(:last-child) {
        margin-bottom: 1.5em; } }
    #flow .li01 li::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      width: 2em;
      height: 1px;
      background: #025fa0; }
      @media screen and (max-width: 768px) {
        #flow .li01 li::after {
          left: 50%;
          top: 100%;
          width: 1px;
          height: 3em; } }
    #flow .li01 li:last-child::after {
      display: none; }
    #flow .li01 li .icon01 {
      background: #082E96;
      width: 6em;
      border-radius: 100%;
      margin: 0 auto 1em;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 6em; }
      @media screen and (max-width: 768px) {
        #flow .li01 li .icon01 {
          width: 5em;
          height: 5em;
          margin: 0; } }
      #flow .li01 li .icon01 img {
        width: 60%;
        height: auto; }
    #flow .li01 li .number {
      font-size: 1em;
      font-family: din-condensed, sans-serif;
      line-height: 1;
      white-space: nowrap;
      letter-spacing: 0.04em;
      color: #082E96;
      text-align: center;
      margin-bottom: 0.25em; }
      @media screen and (max-width: 768px) {
        #flow .li01 li .number {
          font-size: 1.125em;
          position: absolute;
          top: 6em;
          width: 4.25em; } }
      #flow .li01 li .number strong {
        font-size: 125%;
        letter-spacing: 0;
        font-weight: normal;
        margin-left: 0.25em; }
        @media screen and (max-width: 768px) {
          #flow .li01 li .number strong {
            margin-left: 0.15em; } }
    #flow .li01 li dl {
      position: relative; }
      @media screen and (max-width: 768px) {
        #flow .li01 li dl {
          width: 75%; } }
      #flow .li01 li dl dt {
        text-align: center;
        font-size: 1.25em;
        font-weight: 700;
        margin-bottom: 0.75em;
        color: #082E96; }
        @media screen and (max-width: 768px) {
          #flow .li01 li dl dt {
            text-align: left; } }
#flow .time {
  background: rgba(8, 46, 150, 0.05);
  padding: 1.5em;
  text-align: center;
  margin-top: 3em; }
  #flow .time dt {
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    color: #082E96; }

/*******************************
case
*******************************/
#case {
  background: #E5EAF8;
  background: -webkit-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: linear-gradient(to right, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%); }
  #case .box01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3em; }
    @media screen and (max-width: 768px) {
      #case .box01 {
        display: block; } }
    #case .box01 .each {
      width: 48.5%;
      box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
      border-radius: 0.5em;
      padding: 1.5em;
      background: #fff;
      margin-bottom: 2em; }
      @media screen and (max-width: 768px) {
        #case .box01 .each {
          width: 100%; } }
      #case .box01 .each:nth-child(odd) {
        margin-right: 3%; }
        @media screen and (max-width: 768px) {
          #case .box01 .each:nth-child(odd) {
            margin-right: 0; } }
      #case .box01 .each .img {
        margin-bottom: 1.5em; }
      #case .box01 .each .detail {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1em; }
        #case .box01 .each .detail .country {
          background: rgba(8, 46, 150, 0.1);
          color: #082E96;
          font-size: 0.875em;
          border-radius: 500px;
          padding: 0 1em; }
        #case .box01 .each .detail .term {
          font-size: 0.875em;
          opacity: 0.5; }
      #case .box01 .each section {
        margin-bottom: 1em; }
        #case .box01 .each section h3 {
          font-size: 1.25em;
          font-weight: 700;
          margin-bottom: 0.5em; }
      #case .box01 .each .result {
        display: flex;
        justify-content: space-between; }
        #case .box01 .each .result .txt {
          background: rgba(80, 170, 91, 0.1);
          color: #50aa5b;
          font-size: 0.9375em;
          border-radius: 500px;
          padding: 0 1em; }
  #case .box02 {
    box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
    padding: 1.5em;
    background: #fff;
    text-align: center; }
    #case .box02 h3 {
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 1em;
      color: #082E96; }
    #case .box02 .li01 {
      display: flex;
      justify-content: center; }
      #case .box02 .li01 li {
        margin: 0 5%; }
        #case .box02 .li01 li .number {
          font-size: 3.5em;
          font-family: din-condensed, sans-serif;
          line-height: 1;
          white-space: nowrap;
          letter-spacing: 0.04em;
          color: #082E96; }
          #case .box02 .li01 li .number strong {
            font-size: 125%;
            letter-spacing: 0;
            font-weight: normal; }
          #case .box02 .li01 li .number .txt01 {
            font-family: "noto-sans-cjk-jp", sans-serif;
            font-size: 65%;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 0.325em;
            vertical-align: bottom; }

/*******************************
comment
*******************************/
#comment .box01 {
  display: flex;
  margin: 3em 0 0; }
  @media screen and (max-width: 768px) {
    #comment .box01 {
      display: block; } }
  #comment .box01 .each {
    width: 31%;
    box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
    padding: 1.5em;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 768px) {
      #comment .box01 .each {
        width: 100%;
        margin-bottom: 1em; } }
    #comment .box01 .each:not(:nth-child(3n)) {
      margin-right: 3.5%; }
      @media screen and (max-width: 768px) {
        #comment .box01 .each:not(:nth-child(3n)) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #comment .box01 .each:last-child {
        margin-bottom: 2.5em; } }
    #comment .box01 .each .detail {
      display: flex;
      align-items: center; }
      #comment .box01 .each .detail .icon01 {
        margin-right: 0.5em;
        width: 3.5em;
        height: 3.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fec9d1;
        border-radius: 100%; }
        #comment .box01 .each .detail .icon01 img {
          width: 75%;
          height: auto; }
      #comment .box01 .each .detail .detail01 {
        width: calc(100% - 4em); }
        #comment .box01 .each .detail .detail01 .name {
          font-weight: 700; }
    #comment .box01 .each .star {
      display: flex;
      margin-top: 1em; }
      #comment .box01 .each .star img {
        width: 1.5em; }
        #comment .box01 .each .star img:not(:last-child) {
          margin-right: 0.15em; }
    #comment .box01 .each .comennt {
      margin: 1em 0 1em;
      font-style: italic;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1em; }
    #comment .box01 .each .btn01 {
      color: #082E96; }
#comment .box02 {
  background: rgba(8, 46, 150, 0.05);
  padding: 1.5em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #comment .box02 {
      padding: 1.5em 2.5%; } }
  #comment .box02 h3 {
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    color: #082E96; }

/*******************************
lawyer
*******************************/
#lawyer {
  background: #E5EAF8;
  background: -webkit-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  background: linear-gradient(to right, #e5eaf8 0%, #edf5f7 50%, #f8f8f8 100%);
  padding-bottom: 7em; }
  #lawyer .box01 {
    margin-top: 3em; }
    #lawyer .box01 .each {
      box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
      border-radius: 0.5em;
      background: #fff;
      display: flex;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #lawyer .box01 .each {
          display: block;
          position: relative; } }
      @media screen and (max-width: 768px) {
        #lawyer .box01 .each:not(:last-child) {
          margin-bottom: 1.5em; } }
      #lawyer .box01 .each .photo {
        background: #f8f8f8;
        width: 35%;
        height: 25em;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #lawyer .box01 .each .photo {
            position: absolute;
            height: auto;
            right: 0;
            top: -0.75em; } }
      #lawyer .box01 .each section {
        width: 65%;
        padding: 1.5em; }
        @media screen and (max-width: 768px) {
          #lawyer .box01 .each section {
            width: 100%; } }
        #lawyer .box01 .each section h3 {
          font-size: 150%;
          font-weight: 700; }
        #lawyer .box01 .each section .post {
          color: #082E96; }
        #lawyer .box01 .each section .detail {
          margin-top: 1.5em;
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            #lawyer .box01 .each section .detail {
              display: block; } }
          #lawyer .box01 .each section .detail .inner01 {
            width: 47%; }
            @media screen and (max-width: 768px) {
              #lawyer .box01 .each section .detail .inner01 {
                width: 100%; } }
          #lawyer .box01 .each section .detail dl:not(:last-child) {
            margin-bottom: 1.5em; }
          #lawyer .box01 .each section .detail dt {
            font-weight: 700; }
          #lawyer .box01 .each section .detail dd {
            margin-top: 0.25em; }
          #lawyer .box01 .each section .detail .format ul {
            display: flex;
            flex-wrap: wrap; }
            #lawyer .box01 .each section .detail .format ul li {
              background: rgba(8, 46, 150, 0.1);
              color: #082E96;
              border-radius: 500px;
              padding: 0 0.75em;
              margin-right: 0.375em;
              font-size: 93.75%; }
          #lawyer .box01 .each section .detail .language ul {
            display: flex;
            flex-wrap: wrap; }
            #lawyer .box01 .each section .detail .language ul li {
              background: rgba(2, 95, 160, 0.1);
              color: #025fa0;
              font-size: 93.75%;
              border-radius: 500px;
              padding: 0 0.75em;
              margin-right: 0.375em; }
          #lawyer .box01 .each section .detail .area dd {
            background: rgba(2, 95, 160, 0.1);
            color: #025fa0;
            border-radius: 500px;
            padding: 0 0.75em;
            font-size: 93.75%;
            display: inline-block; }
          #lawyer .box01 .each section .detail .field {
            width: 53%; }
            @media screen and (max-width: 768px) {
              #lawyer .box01 .each section .detail .field {
                width: 100%;
                margin-top: 2em; } }
            #lawyer .box01 .each section .detail .field ul li {
              text-indent: -1em;
              margin-left: 1em;
              font-size: 0.9375em; }
              #lawyer .box01 .each section .detail .field ul li::before {
                content: "●";
                color: #082E96; }
              #lawyer .box01 .each section .detail .field ul li:not(:last-child) {
                margin-bottom: 0.35em; }
    #lawyer .box01 .btn_common_01 {
      margin-top: 3em; }
  #lawyer .box02 {
    margin-top: 3em;
    box-shadow: 1em 1em 2em 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
    padding: 1.5em;
    background: #fff;
    text-align: center; }
    #lawyer .box02 h3 {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 1em; }
    #lawyer .box02 .li01 {
      margin-top: 2em;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        #lawyer .box02 .li01 {
          display: block; } }
      #lawyer .box02 .li01 li {
        margin: 0 4%; }
        @media screen and (max-width: 768px) {
          #lawyer .box02 .li01 li {
            margin: 0; } }
        @media screen and (max-width: 768px) {
          #lawyer .box02 .li01 li:not(:last-child) {
            margin-bottom: 2em; } }
        #lawyer .box02 .li01 li .icon01 {
          background: #ffee99;
          width: 6em;
          border-radius: 100%;
          margin: 0 auto 1em;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 6em; }
          @media screen and (max-width: 768px) {
            #lawyer .box02 .li01 li .icon01 {
              margin-bottom: 0.5em; } }
          #lawyer .box02 .li01 li .icon01 img {
            width: 60%;
            height: auto; }
        #lawyer .box02 .li01 li dl dt {
          font-size: 1.125em;
          font-weight: 700;
          margin-bottom: 0.5em; }
