@charset "UTF-8";
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@-webkit-keyframes bghover {
  0% {
    background-size: cover; }
  100% {
    background-size: 150%; } }

@keyframes bghover {
  0% {
    background-size: cover; }
  100% {
    background-size: 150%; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.lp-financial-advisory {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 2rem 0 0 0; }
  .lp-financial-advisory h2, .lp-financial-advisory h3, .lp-financial-advisory h4 {
    font-family: "Zen Maru Gothic", serif; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.lpfa-header {
  background: url(../img/lp-fa/bg-header.png) center top repeat-y;
  background-size: auto 100%;
  text-align: center;
  position: relative;
  min-height: 400px;
  height: 400px;
  width: 100%;
  margin-bottom: 100px; }
  .lpfa-header .page-ttl {
    position: absolute;
    width: 1000px;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }
    .lpfa-header .page-ttl img {
      margin: 0 auto; }
  .lpfa-header .sp-img {
    display: none; }
  @media screen and (max-width: 991px) {
    .lpfa-header {
      min-height: 350px;
      height: 350px; } }
  @media screen and (max-width: 767px) {
    .lpfa-header {
      min-height: 250px;
      height: 250px; } }
  @media screen and (max-width: 460px) {
    .lpfa-header .pc-img {
      display: none; }
    .lpfa-header .sp-img {
      display: block; } }

.sec-ttl {
  text-align: center;
  color: #006b41; }
  @media screen and (max-width: 767px) {
    .sec-ttl {
      font-size: 1.4rem; } }

.about {
  width: 1000px;
  max-width: 100%;
  margin: 2rem auto;
  background: url(../img/lp-fa/img-about.jpg) center top no-repeat;
  background-size: contain;
  padding: 200px 0 0 0; }
  @media screen and (max-width: 767px) {
    .about {
      padding: 100px 0 0 0; } }
  .about .about-content {
    position: relative;
    background: #fff;
    padding: 2rem;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 1;
    line-height: 1.8; }
    .about .about-content:before {
      content: '';
      display: block;
      position: absolute;
      width: 150px;
      height: 150px;
      background: url(../img/lp-fa/bg-round.png) center center no-repeat;
      background-size: contain;
      top: -30px;
      right: -30px;
      z-index: -1; }
    .about .about-content:after {
      content: '';
      display: block;
      position: absolute;
      width: 150px;
      height: 150px;
      background: url(../img/lp-fa/bg-round.png) center center no-repeat;
      background-size: contain;
      bottom: -30px;
      left: -30px;
      z-index: -1; }
    @media screen and (max-width: 767px) {
      .about .about-content {
        padding: 1rem; }
        .about .about-content:before {
          width: 100px;
          height: 100px;
          top: -2%;
          right: -2%; }
        .about .about-content:after {
          width: 100px;
          height: 100px;
          bottom: -2%;
          left: -2%; } }
    .about .about-content .about-sec01 {
      text-align: center; }
      .about .about-content .about-sec01 .sec-ttl {
        margin: 0 auto 2rem auto; }
      .about .about-content .about-sec01 .about-sec01-midashi {
        text-align: center;
        display: inline-block;
        background: #006b41;
        color: #fff;
        font-weight: 600;
        padding: 2px 20px;
        border-radius: 50rem;
        margin: 0 auto; }
      .about .about-content .about-sec01 .about-sec01-txt {
        text-align: left;
        margin: 2rem auto; }
      @media screen and (max-width: 767px) {
        .about .about-content .about-sec01 .sec-ttl {
          margin: 1rem auto 2rem auto; }
        .about .about-content .about-sec01 .about-sec01-midashi {
          font-size: 0.9rem;
          line-height: 1.3; } }
    .about .about-content .about-sec02 .about-sec02-img {
      text-align: center;
      margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .about .about-content .about-sec02 {
        display: flex;
        align-items: center; }
        .about .about-content .about-sec02 .about-sec02-img {
          width: 48%;
          margin: 1%; }
        .about .about-content .about-sec02 .about-sec02-txt {
          width: 48%;
          margin: 1%; } }

.content-btn {
  width: 1000px;
  max-width: 96%;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .content-btn .btn-item {
    width: 31%;
    margin: 1%; }
    .content-btn .btn-item a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      text-align: center;
      line-height: 1.4;
      padding: 1rem 0.5rem 1.5rem 0.5rem; }
      .content-btn .btn-item a:hover {
        text-decoration: none; }
      .content-btn .btn-item a:after {
        content: '▼';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
        width: 100%;
        height: 1rem;
        text-align: center;
        font-size: 0.8rem; }
    .content-btn .btn-item strong {
      font-size: 1.2rem;
      font-weight: 600;
      display: block; }
    .content-btn .btn-item.btn-item01 {
      background: #ad7c22; }
      .content-btn .btn-item.btn-item01:hover {
        background: #986d1e;
        transition: 0.5s; }
    .content-btn .btn-item.btn-item02 {
      background: #006b41; }
      .content-btn .btn-item.btn-item02 .btn-item-txt {
        display: inline-block; }
      .content-btn .btn-item.btn-item02:hover {
        background: #005232;
        transition: 0.5s; }
    .content-btn .btn-item.btn-item03 {
      background: #b10707; }
      .content-btn .btn-item.btn-item03 .btn-item-txt {
        display: inline-block; }
      .content-btn .btn-item.btn-item03:hover {
        background: #980606;
        transition: 0.5s; }
    @media screen and (max-width: 767px) {
      .content-btn .btn-item {
        width: 33%;
        margin: 1% 0; }
        .content-btn .btn-item a {
          font-size: 0.7rem;
          padding: 1rem 0 1.5rem 0; }
        .content-btn .btn-item strong {
          font-size: 1rem; } }

.part-sec {
  width: 1000px;
  max-width: 96%;
  margin: 2rem auto; }
  .part-sec .part-ttl {
    padding: 1.5rem 0;
    margin: 4rem auto 2rem auto;
    text-align: center;
    background: #006b41;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4; }
    .part-sec .part-ttl strong {
      display: block;
      font-size: 1.6rem; }
  .part-sec .part-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.5rem; }
    .part-sec .part-cards .card-item {
      text-align: center; }
  @media screen and (max-width: 767px) {
    .part-sec .part-ttl {
      font-size: 1rem; }
    .part-sec .part-cards {
      display: grid;
      grid-template-columns: 1fr; } }

.part01 .part-ttl {
  background: #ad7c22; }

.part01 .part01-sec02-midashi {
  margin: 2rem auto;
  text-align: center;
  max-width: 90%; }

.part03 .part-ttl {
  background: #b10707; }

.part03 .part03-subttl {
  margin: 2rem auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem; }
  @media screen and (max-width: 767px) {
    .part03 .part03-subttl {
      font-size: 1rem; } }

.part03 .part03-tab {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .part03 .part03-tab .tab-item {
    width: 32%;
    margin: 0 0.5%;
    background: #f1f1f1;
    color: #b10707;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 0;
    cursor: pointer; }
    .part03 .part03-tab .tab-item.on {
      background: #b10707;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .part03 .part03-tab .tab-item {
      font-size: 1rem; } }

.part03 .part03-tab-contents {
  border-top: 3px solid #b10707;
  background: url(../img/lp-fa/bg-tab-content.png) center top repeat; }
  .part03 .part03-tab-contents .tab-content-item {
    padding: 2rem;
    text-align: center;
    display: none; }
    .part03 .part03-tab-contents .tab-content-item.on {
      display: block; }
    .part03 .part03-tab-contents .tab-content-item .tab-content-header .header-ttl {
      font-size: 1.3rem;
      margin: 1rem auto; }
    .part03 .part03-tab-contents .tab-content-item .content-sec {
      width: 800px;
      max-width: 100%;
      margin: 2rem auto;
      border: 2px solid #b10707;
      border-radius: 2rem;
      background: #fff;
      padding: 2rem;
      font-weight: 500; }
      .part03 .part03-tab-contents .tab-content-item .content-sec .sec-ttl {
        color: #b10707;
        font-size: 1.4rem; }
      .part03 .part03-tab-contents .tab-content-item .content-sec .sec-img {
        margin: 1rem auto; }
      .part03 .part03-tab-contents .tab-content-item .content-sec .sec-btn a {
        display: inline-block;
        position: relative;
        margin: 1rem auto;
        background: #b10707;
        border-radius: 0.5rem;
        font-size: 1.3rem;
        line-height: 1.2;
        color: #fff;
        padding: 10px 20px; }
        .part03 .part03-tab-contents .tab-content-item .content-sec .sec-btn a span {
          position: relative;
          z-index: 2; }
        .part03 .part03-tab-contents .tab-content-item .content-sec .sec-btn a:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 50%;
          bottom: 0;
          left: 0;
          background: #980606;
          border-radius: 0 0 0.5rem 0.5rem; }
        .part03 .part03-tab-contents .tab-content-item .content-sec .sec-btn a:hover {
          background: #980606;
          text-decoration: none;
          transition: 0.2s; }
          .part03 .part03-tab-contents .tab-content-item .content-sec .sec-btn a:hover:after {
            background: #8a0505; }
    .part03 .part03-tab-contents .tab-content-item .contact-sec {
      width: 800px;
      max-width: 96%;
      margin: 2rem auto; }
      .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-ttl {
        font-size: 1.3rem;
        margin: 1rem auto; }
      .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item {
        background: #fee5ec;
        border: 2px solid #fff;
        border-radius: 2rem;
        padding: 2rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1rem; }
        .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item a:hover {
          text-decoration: none; }
        .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-ttl {
          color: #b10707;
          margin: 0 auto 1rem auto;
          font-size: 1.5rem; }
        .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-tel {
          font-size: 1.9rem;
          margin: 0 auto 0.5rem auto; }
          .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-tel a {
            display: block;
            padding: 10px;
            line-height: 1; }
            .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-tel a img {
              vertical-align: top;
              padding-right: 5px; }
            .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-tel a:hover {
              color: #b10707;
              transition: 0.5s; }
        .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-btn a {
          display: block;
          border-radius: 50rem;
          background: #b10707;
          color: #fff;
          padding: 8px 0; }
          .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item .contact-btn a:hover {
            background: #980606;
            transition: 0.5s; }
  @media screen and (min-width: 991px) {
    .part03 .part03-tab-contents .tab-content-item .contact-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
      .part03 .part03-tab-contents .tab-content-item .contact-list .contact-item {
        width: 48%;
        margin: 1%; } }
  @media screen and (max-width: 767px) {
    .part03 .part03-tab-contents .tab-content-item {
      padding: 1rem; }
      .part03 .part03-tab-contents .tab-content-item .tab-content-header .header-ttl {
        font-size: 1rem; }
      .part03 .part03-tab-contents .tab-content-item .content-sec {
        padding: 1rem;
        margin: 1rem auto; }
        .part03 .part03-tab-contents .tab-content-item .content-sec .sec-ttl {
          font-size: 1.2rem; }
      .part03 .part03-tab-contents .tab-content-item .contact-sec .contact-list .contact-item {
        padding: 1rem;
        margin: 1rem auto; } }

.fixed-btn {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 500px;
  max-width: 100%;
  z-index: 100; }
  .fixed-btn.is-hidden {
    display: none;
    transition: 0.2s; }
  .fixed-btn a {
    display: block; }
  @media screen and (max-width: 767px) {
    .fixed-btn {
      width: 100%;
      right: 0; }
      .fixed-btn .fixed-btn-item {
        width: 50%; } }

#sp-footer-menu {
  display: none; }
