@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
#kv {
  height: 90vh;
  width: 100%;
  background: url(../img/top_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative; }
  @media (max-width: 768px) {
    #kv {
      background: url(../img/kv_sp.jpg) no-repeat;
      background-size: cover;
      background-position: center; } }
  #kv .copy {
    width: 92%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 0;
    text-align: right; }
    @media (max-width: 768px) {
      #kv .copy {
        filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.6)); } }
  #kv h2 {
    font-size: 7.0em;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 5px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      #kv h2 {
        font-size: 6.0em;
        line-height: 1.2em; } }
  #kv .sub-copy {
    font-size: 3.0em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 5px;
    font-weight: 400; }
    @media (max-width: 768px) {
      #kv .sub-copy {
        font-size: 2.7em; } }

#work {
  background: #1a4a7b;
  position: relative;
  overflow: visible;
  padding: 40px 0 30px; }
  #work > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 92%;
    max-width: 1000px;
    margin: -60px auto 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.8s ease; }
    @media (max-width: 768px) {
      #work > ul {
        width: 90%; } }
    #work > ul.show {
      opacity: 1; }
    #work > ul li {
      width: 33.33%;
      color: #1a4a7b;
      font-size: 1.6em;
      font-weight: 400;
      letter-spacing: 0.05em;
      border: 0.5px #1a4a7b solid;
      text-align: center;
      line-height: 1.5em;
      padding: 32px 10px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      background: #fff;
      position: relative; }
      @media (max-width: 768px) {
        #work > ul li {
          padding: 18px 10px;
          min-height: 90px; } }
      @media (max-width: 768px) {
        #work > ul li {
          font-size: 1.8em; } }
      #work > ul li p {
        width: 100%;
        text-align: center; }
      @media (max-width: 768px) {
        #work > ul li {
          width: 50%; } }
      #work > ul li.work-btn {
        background: inherit;
        border: none;
        position: relative; }
        #work > ul li.work-btn p a {
          color: #fff;
          text-decoration: none; }
          #work > ul li.work-btn p a::after {
            content: "";
            background: url(../img/arrow_white.png) no-repeat;
            background-size: contain;
            display: inline-block;
            margin: 0 0 0 10px;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto auto auto 15px;
            transition: .3s; }
          #work > ul li.work-btn p a:hover::after {
            margin-left: 20px; }
  #work .notice {
    color: #fff;
    width: 92%;
    max-width: 1000px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 768px) {
      #work .notice {
        display: block;
        padding-top: 0; } }
    #work .notice h2 {
      font-size: 1.6em;
      line-height: 1.4em;
      padding: 20px 20px 20px 0;
      position: relative;
      height: 100%; }
      @media (max-width: 768px) {
        #work .notice h2 {
          border-bottom: 1px solid #fff;
          margin-bottom: 20px; } }
      #work .notice h2::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff; }
        @media (max-width: 768px) {
          #work .notice h2::after {
            display: none; } }
    @media (min-width: 769px) {
      #work .notice .summary {
        padding-left: 20px; } }
    #work .notice .summary p {
      font-size: 1.4em;
      word-break: break-word;
      line-height: 1.8em; }
      #work .notice .summary p a {
        color: #fff; }

.arrow-btn-wrap {
  text-align: center;
  margin: 60px 0; }

.arrow-btn {
  font-size: 2.0em;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 40px;
  color: #1a4a7b;
  font-weight: bold;
  letter-spacing: 0.07em;
  transition: .3s; }
  .arrow-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1a4a7b;
    bottom: -1px;
    transition: .3s;
    right: 0; }
  .arrow-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    transform-origin: right bottom;
    width: 20px;
    height: 1px;
    background-color: #1a4a7b;
    transform: rotate(45deg);
    transition: .3s; }
  .arrow-btn:hover::before, .arrow-btn:hover::after {
    right: -10px; }

#consultant {
  width: 100%;
  margin: 12em auto; }
  @media (max-width: 768px) {
    #consultant {
      margin: 6em auto; } }
  #consultant .text-box {
    max-width: 1000px;
    display: flex;
    margin: 20px auto;
    align-items: center; }
    @media (max-width: 768px) {
      #consultant .text-box {
        width: 92%;
        margin: 0 auto;
        display: block; } }
  #consultant h2 {
    font-size: 3.0em;
    font-weight: 500;
    border-left: #1a4a7b 10px solid;
    width: 40%;
    color: #1a4a7b;
    padding: 10px 0 14px 0.8em; }
    @media (max-width: 768px) {
      #consultant h2 {
        width: 100%;
        margin-bottom: 20px; } }
  #consultant .summary {
    font-size: 1.8em;
    line-height: 1.6em; }
  #consultant ul {
    /*display: flex;*/ }
    #consultant ul li {
      /*width: 30%;*/
      margin: 0 5px; }
      #consultant ul li .photo img {
        height: 300px;
        object-fit: cover; }
        @media (max-width: 768px) {
          #consultant ul li .photo img {
            height: 200px; } }
      #consultant ul li .profile {
        background: #253355;
        color: #fff;
        padding: 20px; }
        #consultant ul li .profile .name {
          font-size: 2.0em;
          margin-bottom: 10px; }
        #consultant ul li .profile .position {
          font-size: 1.6em; }
  #consultant .consultant-btn {
    width: 350px;
    margin: 4em auto;
    border: 1px solid #253355;
    position: relative; }
    #consultant .consultant-btn p {
      color: #253355;
      text-align: center;
      font-size: 2.0em;
      padding: 1em 0; }
    #consultant .consultant-btn::after {
      content: "";
      background: url(../img/arrow_blue.png) no-repeat;
      background-size: contain;
      display: inline-block;
      margin: 0 0 0 10px;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto auto auto 15px;
      transition: .3s; }
    #consultant .consultant-btn:hover::after {
      right: 0; }

#about {
  margin: 60px auto 100px;
  position: relative; }
  #about::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    background: url(../img/top_about_bg.jpg);
    background-size: cover;
    height: 400px; }
    @media (max-width: 768px) {
      #about::before {
        width: 80%; } }
  #about .about-title {
    max-width: 135px;
    margin: 0 auto 0 5%;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      #about .about-title {
        width: 80px; } }
    #about .about-title p {
      padding-top: 30px; }
      @media (max-width: 768px) {
        #about .about-title p {
          padding-top: 10px; } }
  #about ul {
    width: 100%;
    max-width: 885px;
    margin: -30px auto 0; }
    @media (max-width: 768px) {
      #about ul {
        width: 90%;
        margin-top: 10px; } }
    #about ul li {
      width: 100%;
      background: #fff;
      color: #47525d;
      padding: 30px 20px;
      box-sizing: border-box;
      margin: 0 0 30px 0;
      position: relative;
      border: #1a4a7b 1px solid; }
      @media (max-width: 768px) {
        #about ul li {
          width: 100%; } }
      #about ul li p {
        width: 50%;
        font-size: 2.0em;
        font-weight: bold;
        letter-spacing: 0.08em;
        margin-left: 50%;
        font-weight: normal;
        text-align: center; }
      #about ul li::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%; }
        @media (max-width: 768px) {
          #about ul li::before {
            width: 60%; } }
      #about ul li.co-summary::before {
        background: url(../img/top_image_about.jpg) no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          #about ul li.co-summary::before {
            background-position: right; } }
      #about ul li.greeting::before {
        background: url(../img/top_image_greeting.jpg) no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          #about ul li.greeting::before {
            background-position: right; } }
      #about ul li.access::before {
        background: url(../img/top_image_access.jpg) no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          #about ul li.access::before {
            background-position: right; } }
      #about ul li::after {
        content: "";
        background: url(../img/arrow_blue.png) no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        transition: .3s; }
      #about ul li:hover::after {
        right: 5px; }

/*# sourceMappingURL=top.css.map */
