@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
/*--------------------------------------
   mainimage
--------------------------------------*/
#mainimage {
  padding: 0 45px 50px;
  position: relative; }
  #mainimage picture {
    display: block;
    width: 100%;
    height: 618px; }

#mainimage img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

#mainimage .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 480px;
  background: linear-gradient(45deg, #9583B5, #5E5E7B);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 0; }
  #mainimage .catch .inner {
    width: max-content; }
  #mainimage .catch h2 {
    font-size: 36px;
    letter-spacing: 0.12em;
    line-height: 60px; }
  #mainimage .catch .sub {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 30px; }
    #mainimage .catch .sub:before {
      content: '';
      width: 60px;
      height: 0;
      border-top: 1px solid #fff; }
#mainimage .list {
  display: flex;
  position: absolute;
  bottom: 90px;
  right: 90px; }
  #mainimage .list li {
    display: flex;
    justify-content: center;
    width: 165px;
    color: #fff;
    border-left: 1px solid #fff; }
    #mainimage .list li:last-child {
      border-right: 1px solid #fff; }
  #mainimage .list dl dt {
    font-weight: 600;
    font-size: 31px;
    letter-spacing: 0.02em;
    line-height: 38px; }
  #mainimage .list dl dd {
    font-weight: 900;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: -0.09em;
    padding-top: 5px; }

@media screen and (max-width: 1100px) {
  #mainimage .catch {
    width: 380px; }
  #mainimage .list li {
    width: 140px; } }
@media screen and (max-width: 991px) {
  #mainimage .catch {
    width: 320px;
    padding: 40px 0; }
    #mainimage .catch h2 {
      font-size: 30px; }
  #mainimage .list {
    right: 80px;
    bottom: 80px; }
    #mainimage .list li {
      width: 110px; }
    #mainimage .list dl dd {
      font-size: 15px; } }
@media screen and (max-width: 767px) {
  #mainimage {
    padding: 0; }
    #mainimage picture {
      height: auto;
      padding: 0 15px; }
    #mainimage .catch {
      width: calc(100% - 40px);
      padding: 35px 0;
      position: relative;
      margin-top: -17px; }
      #mainimage .catch h2 {
        font-size: 25px;
        line-height: 42px; }
      #mainimage .catch .sub {
        gap: 12px;
        font-size: 11px;
        line-height: 13px;
        padding-top: 20px; }
        #mainimage .catch .sub:before {
          width: 42px; }
    #mainimage .list {
      justify-content: center;
      bottom: 245px;
      right: 15px;
      left: 15px; }
      #mainimage .list li {
        width: 120px; }
        #mainimage .list li:first-child {
          border-left: 0; }
        #mainimage .list li:last-child {
          border-right: 0; }
      #mainimage .list dl dt {
        font-size: 22px;
        line-height: 26px; }
      #mainimage .list dl dd {
        font-size: 15px;
        line-height: 18px; } }
/*--------------------------------------
 Custom
--------------------------------------*/
body.home {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em; }

.elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 30px; }

.h2 h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 46px; }
  .h2 h2 span {
    font-family: "Cormorant", serif;
    font-weight: 300;
    font-size: 160px;
    letter-spacing: 0;
    line-height: 194px;
    color: #E9E9F2;
    text-transform: uppercase; }

.h-24 .elementor-heading-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0; }

.h-28 .elementor-heading-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0.06em; }

@media screen and (max-width: 767px) {
  .h2 h2 {
    font-size: 24px;
    line-height: 36px; }
    .h2 h2 span {
      font-size: 90px;
      line-height: 110px; }

  .h-24 .elementor-heading-title {
    font-size: 20px;
    line-height: 35px; }

  .h-28 .elementor-heading-title {
    font-size: 20px;
    line-height: 35px; } }
/*--------------------------------------
 POLICY
--------------------------------------*/
#top__policy {
  padding: 130px 0 90px; }
  #top__policy .h2 h2 span {
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 130px;
    left: -223px; }
  #top__policy .box .elementor-row {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 80px; }
  #top__policy .box .photo {
    width: calc(50% - 85px);
    position: relative; }
    #top__policy .box .photo:before {
      content: '';
      background: linear-gradient(90deg, #9583B5, #5E5E7B);
      position: absolute;
      top: -80px;
      right: 0;
      bottom: 20px;
      left: 90px; }
  #top__policy .box .text {
    width: calc(50% - 260px);
    max-width: 510px;
    padding: 25px 0; }
    #top__policy .box .text .elementor-text-editor {
      padding-top: 30px; }
  #top__policy .banner {
    padding-top: 75px; }
    #top__policy .banner .elementor-row {
      flex-wrap: wrap;
      gap: 21px; }
      #top__policy .banner .elementor-row > .elementor-column {
        width: calc(33.33% - 14px); }

@media screen and (max-width: 1200px) {
  #top__policy .box .text {
    width: calc(50% - 120px); } }
@media screen and (max-width: 991px) {
  #top__policy .box .elementor-row {
    justify-content: center; }
  #top__policy .box .text {
    width: 100%;
    padding: 0; }
  #top__policy .box .photo {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #top__policy {
    padding: 50px 30px 30px; }
    #top__policy .h2 h2 span {
      top: 80px;
      left: -157px; }
    #top__policy .box .elementor-row {
      flex-direction: column-reverse;
      flex-wrap: nowrap;
      gap: 30px; }
    #top__policy .box .text .elementor-text-editor {
      padding-top: 20px; }
    #top__policy .box .photo {
      width: auto;
      margin: 30px -30px 0 45px; }
      #top__policy .box .photo:before {
        top: -30px;
        left: 30px; }
    #top__policy .banner {
      padding-top: 48px; }
      #top__policy .banner .elementor-container {
        padding: 0; }
      #top__policy .banner .elementor-row {
        gap: 12px; }
        #top__policy .banner .elementor-row > .elementor-column {
          width: 100%; } }
/*--------------------------------------
   Case
--------------------------------------*/
#top__case {
  padding-bottom: 90px; }
  #top__case .h2 h2 {
    text-align: center;
    padding: 124px 0 24px;
    position: relative;
    z-index: 1; }
    #top__case .h2 h2 span {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  #top__case .block1 {
    padding-top: 45px;
    padding-bottom: 50px; }
    #top__case .block1 .elementor-row {
      align-items: center;
      flex-wrap: wrap; }
    #top__case .block1 .col-l {
      width: calc(50% - 60px);
      border-top: 1px solid #5E5E7B;
      border-bottom: 1px solid #5E5E7B;
      padding: 40px 70px; }
      #top__case .block1 .col-l .elementor-widget:not(:last-child) {
        margin-bottom: 0; }
      #top__case .block1 .col-l .elementor-image {
        max-width: 400px;
        margin-left: auto;
        padding: 14px 0 10px; }
        #top__case .block1 .col-l .elementor-image img {
          display: block;
          max-width: 22px;
          margin: 0 auto; }
      #top__case .block1 .col-l .elementor-text-editor {
        max-width: 400px;
        margin-left: auto;
        padding: 30px 35px;
        color: #3B4043;
        line-height: 22px; }
      #top__case .block1 .col-l h4 {
        font-weight: 600;
        line-height: 32px;
        padding-bottom: 6px; }
      #top__case .block1 .col-l .grey .elementor-text-editor {
        background-color: #F4F4F4; }
        #top__case .block1 .col-l .grey .elementor-text-editor h4 {
          color: #3B4043; }
      #top__case .block1 .col-l .yellow .elementor-text-editor {
        background-color: #F4F1E2; }
        #top__case .block1 .col-l .yellow .elementor-text-editor strong {
          color: #BAA73F; }
    #top__case .block1 .col-r {
      width: calc(50% + 60px);
      background: url("../img/top/top-case-photo1.jpg") no-repeat center top/cover;
      color: #fff;
      padding: 60px 95px; }
      #top__case .block1 .col-r .elementor-text-editor {
        max-width: 470px;
        padding-top: 20px; }
  #top__case .block2 {
    padding-bottom: 120px; }
    #top__case .block2 .elementor-row {
      align-items: center;
      flex-wrap: wrap; }
    #top__case .block2 .col-l {
      width: calc(50% + 70px);
      background: url("../img/top/top-case-photo2.jpg") no-repeat center top/cover;
      color: #fff;
      padding: 50px 95px; }
      #top__case .block2 .col-l .elementor-widget-wrap {
        max-width: 470px;
        margin: 0 auto; }
      #top__case .block2 .col-l .elementor-text-editor {
        padding-top: 30px; }
    #top__case .block2 .col-r {
      width: calc(50% - 70px);
      border-top: 1px solid #5E5E7B;
      border-bottom: 1px solid #5E5E7B;
      padding: 65px 80px; }
      #top__case .block2 .col-r h3 {
        color: #5E5E7B;
        font-weight: 700; }
      #top__case .block2 .col-r .elementor-text-editor {
        font-weight: 500;
        font-size: 18px;
        padding-top: 25px; }
        #top__case .block2 .col-r .elementor-text-editor strong {
          color: #AC9F5A; }
  #top__case .block3 {
    margin: 0 45px;
    padding-bottom: 63px;
    position: relative; }
    #top__case .block3:before {
      content: '';
      width: 100%;
      background-color: #E9E9F2;
      position: absolute;
      top: 56px;
      bottom: 0;
      left: 0; }
    #top__case .block3 .elementor-fit-aspect-ratio {
      width: 90%;
      max-width: 806px;
      padding-bottom: 35%;
      margin: 0 auto;
      position: relative; }
      #top__case .block3 .elementor-fit-aspect-ratio iframe {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 991px) {
  #top__case .block1 .col-l {
    padding: 40px 30px; }
    #top__case .block1 .col-l .elementor-text-editor {
      padding: 30px; }
  #top__case .block1 .col-r {
    padding: 60px 30px; }
  #top__case .block2 .col-l {
    padding: 60px 30px; }
  #top__case .block2 .col-r {
    padding: 60px 30px; } }
@media screen and (max-width: 767px) {
  #top__case {
    padding-bottom: 40px; }
    #top__case .h2 {
      padding: 0 30px; }
      #top__case .h2 h2 {
        padding: 70px 0 0; }
    #top__case .block1 {
      padding-bottom: 45px; }
      #top__case .block1 .col-l {
        width: 100%;
        padding: 20px 20px; }
        #top__case .block1 .col-l .elementor-text-editor {
          padding: 30px; }
      #top__case .block1 .col-r {
        width: 100%;
        padding: 53px 30px; }
    #top__case .block2 {
      padding-bottom: 45px; }
      #top__case .block2 .elementor-row {
        flex-direction: column-reverse;
        flex-wrap: nowrap; }
      #top__case .block2 .col-r {
        width: 100%;
        padding: 30px; }
        #top__case .block2 .col-r .elementor-column-wrap {
          width: max-content;
          margin: 0 auto; }
        #top__case .block2 .col-r h3 {
          font-size: 18px; }
        #top__case .block2 .col-r .elementor-text-editor {
          font-size: 15px;
          padding-top: 15px; }
      #top__case .block2 .col-l {
        width: 100%;
        padding: 55px 30px; }
    #top__case .block3 {
      margin: 0;
      padding: 0 20px 20px; }
      #top__case .block3 .elementor-fit-aspect-ratio {
        width: 100%;
        padding-top: 27.25%; } }
/*--------------------------------------
   Lawyer
--------------------------------------*/
#top__lawyer {
  padding-bottom: 75px; }
  #top__lawyer .h2 h2 {
    text-align: right;
    padding: 124px 50px 24px 0;
    position: relative;
    z-index: 1; }
    #top__lawyer .h2 h2 span {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
  #top__lawyer .block .elementor-row {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px 94px; }
  #top__lawyer .block .photo {
    width: calc(50% - 73px);
    position: relative; }
    #top__lawyer .block .photo:before {
      content: '';
      background: linear-gradient(-90deg, #9583B5, #5E5E7B);
      position: absolute;
      top: -80px;
      right: 100px;
      bottom: 0;
      left: 0; }
    #top__lawyer .block .photo * {
      height: 100%; }
    #top__lawyer .block .photo img {
      width: 100% !important;
      max-width: inherit;
      height: 100%;
      object-fit: cover; }
  #top__lawyer .block .text {
    width: calc(50% - 21px);
    padding: 60px 20px 0; }
    #top__lawyer .block .text .elementor-text-editor {
      max-width: 540px; }
    #top__lawyer .block .text h3 {
      font-family: "Zen Old Mincho", serif;
      font-weight: 500;
      font-size: 30px;
      letter-spacing: 0;
      line-height: 42px;
      border-bottom: 1px solid #707070;
      padding-bottom: 20px; }
      #top__lawyer .block .text h3 small {
        display: block;
        color: #5E5E7B;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px; }
    #top__lawyer .block .text ul {
      padding-top: 30px;
      list-style: none; }
      #top__lawyer .block .text ul li {
        font-weight: 500;
        padding-left: 20px;
        position: relative; }
        #top__lawyer .block .text ul li:before {
          content: '●';
          font-size: 11px;
          color: #BBBCDE;
          position: absolute;
          top: 0;
          left: 0; }
    #top__lawyer .block .text p {
      padding-top: 20px; }

@media screen and (max-width: 991px) {
  #top__lawyer .block .elementor-row {
    justify-content: center; }
  #top__lawyer .block .text, #top__lawyer .block .photo {
    width: 100%; }
  #top__lawyer .block .photo {
    margin-top: 80px; }
  #top__lawyer .block .text {
    padding: 0 30px; }
    #top__lawyer .block .text .elementor-text-editor {
      margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #top__lawyer {
    padding-bottom: 40px; }
    #top__lawyer .h2 h2 {
      text-align: center;
      margin: 0 -30px;
      padding: 70px 0 0; }
    #top__lawyer .block {
      padding-top: 25px; }
      #top__lawyer .block .elementor-row {
        justify-content: flex-start;
        gap: 25px; }
      #top__lawyer .block .photo {
        width: calc(100% - 30px);
        margin-top: 25px; }
        #top__lawyer .block .photo:before {
          top: -25px;
          right: 55px; }
      #top__lawyer .block .text ul {
        font-size: 16px; } }
/*--------------------------------------
   About
--------------------------------------*/
#top__about {
  padding-bottom: 62px; }
  #top__about .h2 h2 {
    text-align: left;
    padding: 124px 0 24px 50px;
    position: relative;
    z-index: 1; }
    #top__about .h2 h2 span {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  #top__about .block .elementor-row {
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 94px; }
  #top__about .block .gmap {
    width: calc(50% - 73px);
    height: 432px;
    position: relative; }
    #top__about .block .gmap:before {
      content: '';
      background: linear-gradient(-90deg, #9583B5, #5E5E7B);
      position: absolute;
      top: -80px;
      right: 0;
      bottom: 0;
      left: 100px; }
    #top__about .block .gmap * {
      height: 100%; }
    #top__about .block .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }
  #top__about .block .text {
    width: calc(50% - 21px);
    padding: 60px 20px 0; }
    #top__about .block .text .elementor-text-editor {
      max-width: 520px;
      margin-left: auto; }
    #top__about .block .text dl {
      display: table;
      width: 100%;
      line-height: 24px; }
      #top__about .block .text dl > * {
        display: table-cell;
        vertical-align: top;
        padding: 16px 0; }
      #top__about .block .text dl dt {
        width: 125px;
        color: #5E5E7B;
        font-weight: 600;
        border-bottom: 1px solid #82829A; }
      #top__about .block .text dl dd {
        border-bottom: 1px solid #C9C9C9;
        padding-left: 50px; }
      #top__about .block .text dl:first-child > * {
        padding-top: 0; }

@media screen and (max-width: 991px) {
  #top__about .block .text, #top__about .block .gmap {
    width: 100%; }
  #top__about .block .gmap {
    margin-top: 80px; }
  #top__about .block .text .elementor-text-editor {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #top__about {
    padding-bottom: 32px; }
    #top__about .h2 {
      padding: 0 30px; }
      #top__about .h2 h2 {
        text-align: center;
        padding: 60px 0 15px; }
    #top__about .block .text {
      padding: 20px 30px 0; }
      #top__about .block .text dl {
        line-height: 22px; }
        #top__about .block .text dl dt {
          width: 75px; }
        #top__about .block .text dl dd {
          padding-left: 30px; }
    #top__about .block .gmap {
      height: 61vw;
      margin-top: 40px; }
      #top__about .block .gmap:before {
        height: auto;
        top: -40px;
        bottom: 55px;
        left: 60px; }
      #top__about .block .gmap iframe {
        width: calc(100% - 60px);
        margin: 0 auto; } }
/*--------------------------------------
 Q&A
--------------------------------------*/
#top__qa {
  padding: 0 45px 55px; }
  #top__qa .h2 h2 {
    text-align: center;
    padding: 124px 0 24px;
    position: relative;
    z-index: 1; }
    #top__qa .h2 h2 span {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  #top__qa .block {
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    color: #fff;
    padding-top: 25px; }
    #top__qa .block .col-l {
      background: url("../img/top/top-qa-photo1.jpg") no-repeat center top/cover;
      position: relative;
      transition: all 0.3s; }
      #top__qa .block .col-l:hover {
        opacity: 0.7; }
    #top__qa .block .col-r {
      background: url("../img/top/top-qa-photo2.jpg") no-repeat center top/cover;
      position: relative;
      transition: all 0.3s; }
      #top__qa .block .col-r:hover {
        opacity: 0.7; }
    #top__qa .block .elementor-widget-wrap {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 410px; }
    #top__qa .block .elementor-image img {
      max-height: 59px; }
    #top__qa .block h3 {
      font-weight: 500;
      font-size: 27px;
      letter-spacing: 0;
      line-height: 38px;
      padding-top: 20px; }
    #top__qa .block .elementor-text-editor {
      font-weight: 500;
      letter-spacing: 0.06em;
      line-height: 28px;
      padding-top: 28px; }
    #top__qa .block .elementor-widget {
      position: static; }
    #top__qa .block .elementor-button {
      display: block;
      width: 100%;
      height: 100%;
      background: transparent;
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 767px) {
  #top__qa {
    padding: 0; }
    #top__qa .h2 {
      padding: 0 30px; }
      #top__qa .h2 h2 {
        text-align: center;
        padding: 60px 0 15px; }
    #top__qa .block {
      padding-top: 15px; }
      #top__qa .block .elementor-row {
        gap: 1px; }
      #top__qa .block .elementor-widget-wrap {
        height: 300px; }
      #top__qa .block h3 {
        font-size: 22px;
        line-height: 32px; }
      #top__qa .block .elementor-text-editor {
        font-size: 14px;
        padding-top: 15px; } }
/*--------------------------------------
   News
--------------------------------------*/
#top__news {
  padding: 0 45px 65px; }
  #top__news .post-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #F4F4F4;
    padding: 50px 65px;
    margin-top: 0; }
    #top__news .post-box h2 {
      font-weight: 500;
      font-size: 34px;
      letter-spacing: 0.12em;
      line-height: 42px;
      color: #3B4043;
      padding-bottom: 25px; }
  #top__news .post-box__header {
    width: 250px;
    text-align: center; }
  #top__news .post-box__summary-link {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-decoration: underline; }
  #top__news .post-box__content {
    width: calc(100% - 290px);
    border-top: 1px solid #BFBEBD; }
    #top__news .post-box__content dl {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 35px;
      border-bottom: 1px solid #BFBEBD;
      line-height: 24px;
      padding: 48px 20px; }
      #top__news .post-box__content dl dt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 22px;
        width: 212px;
        color: #AC9F5A;
        font-weight: 700;
        font-size: 17px;
        letter-spacing: 0.15em; }
        #top__news .post-box__content dl dt .new-label {
          width: 70px;
          text-align: center;
          background-color: #AC9F5A;
          color: #fff;
          font-weight: 500;
          font-size: 10px;
          line-height: 20px;
          letter-spacing: 0.12em; }
      #top__news .post-box__content dl dd {
        display: flex;
        width: calc(100% - 247px); }
        #top__news .post-box__content dl dd a {
          letter-spacing: 0.02em;
          color: #363636;
          overflow: hidden;
          display: block;
          max-height: 24px;
          -webkit-line-clamp: 1;
          display: box;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          white-space: normal; }

@media screen and (max-width: 991px) {
  #top__news .post-box {
    padding: 50px 30px; }
  #top__news .post-box__header {
    width: 100%; }
  #top__news .post-box__content {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #top__news {
    padding: 20px; }
    #top__news .post-box {
      gap: 12px;
      padding: 30px; }
      #top__news .post-box h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding-bottom: 0px; }
    #top__news .post-box__header {
      position: relative; }
    #top__news .post-box__summary-link {
      position: absolute;
      top: 8px;
      right: 0; }
    #top__news .post-box__content dl {
      gap: 10px;
      padding: 20px 0; }
      #top__news .post-box__content dl dt, #top__news .post-box__content dl dd {
        width: 100%; }
      #top__news .post-box__content dl dt {
        gap: 15px;
        font-size: 15px; }
        #top__news .post-box__content dl dt .new-label {
          width: 50px; } }

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