@charset "UTF-8";
.font-yugo {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif; }

a:hover {
  opacity: 0.75; }

.mb0 {
  margin-bottom: 0; }

.fz14 {
  font-size: 14px; }

.block {
  display: block; }

main {
  position: relative;
  color: #4F483C;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  @media print, screen and (min-width: 768px) {
    main {
      padding-top: 40px; } }

.bg-layer {
  background: #fdfbe4;
  background: linear-gradient(200deg, #fdfbe4 0%, rgba(253, 251, 228, 0) 80%);
  position: absolute;
  display: block;
  height: 1000px;
  z-index: -1;
  left: calc((100% - 1000px) / 2 + 50px);
  right: 0;
  top: 0; }
  @media only screen and (max-width: 767px) {
    .bg-layer {
      height: 260vw;
      left: 0; } }

.hero-area {
  position: relative;
  margin-bottom: 70px;
  box-sizing: border-box; }
  @media print, screen and (min-width: 768px) {
    .hero-area {
      padding: 0 50px;
      display: flex;
      align-items: center;
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .hero-area {
      margin: 0; } }
  @media print, screen and (min-width: 768px) {
    .hero-area .photo-wrap {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0; } }
  @media print, screen and (min-width: 768px) {
    .hero-area .text-wrap {
      position: absolute;
      width: 430px;
      top: 50%;
      left: 50px;
      transform: translateY(-50%); } }
  @media only screen and (max-width: 767px) {
    .hero-area .text-wrap {
      margin-bottom: 30px; } }
  .hero-area .hero-title {
    font-size: 33px;
    display: inline-block;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-title {
        font-size: 20px;
        padding: 0px 30px;
        margin: 20px 0; } }
  .hero-area .hero-catch {
    color: #FFFFFF;
    font-size: 19px;
    background-color: #675337;
    text-align: center;
    margin-bottom: 0;
    padding: 2px 0 3px; }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-catch {
        font-size: 13px;
        padding: 2px 20px;
        margin: auto;
        width: calc(100% - 40px);
        box-sizing: border-box;
        display: block; } }

.intro-wrap {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 768px) {
    .intro-wrap {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .intro-wrap {
      padding: 0 30px; } }
  .intro-wrap .text-1 {
    font-size: 18px; }
    @media print, screen and (min-width: 768px) {
      .intro-wrap .text-1 {
        line-height: 2.2; } }
    @media only screen and (max-width: 767px) {
      .intro-wrap .text-1 {
        font-size: 14px; } }

.nav-wrap {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .nav-wrap {
      margin-bottom: 20px; } }
  .nav-wrap .flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 50px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .nav-wrap .flex {
        padding: 0 30px;
        flex-wrap: wrap;
        margin: 0;
        gap: 2vw 1%; } }
    .nav-wrap .flex a {
      border: 1px solid #4F483C;
      background-color: #fff;
      color: #4F483C;
      text-decoration: none;
      width: 100%;
      text-align: center;
      padding: 26px 0;
      font-size: 16px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .nav-wrap .flex a {
          width: 48%;
          font-size: 12px;
          padding: 16px 0; } }
      .nav-wrap .flex a:after {
        content: "";
        display: block;
        width: 100%;
        height: 8px;
        background: url("/new-divorce-accident/img/icon-arrow.svg") no-repeat center/contain;
        margin-top: 7px; }

.contents-area {
  padding-bottom: 80px;
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .contents-area {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .contents-area .wrapper-sp {
      margin: 0 30px; } }
  .contents-area .heading-wrap {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .contents-area .heading-wrap {
        height: 50px;
        margin: 0 -30px 30px; } }
    .contents-area .heading-wrap:before {
      position: absolute;
      color: #4F483C;
      opacity: 0.05;
      font-size: 100px;
      width: 100%;
      text-align: center;
      top: 0;
      z-index: 0;
      line-height: 90px;
      letter-spacing: 9px; }
      @media only screen and (max-width: 767px) {
        .contents-area .heading-wrap:before {
          font-size: 48px;
          letter-spacing: 0px;
          line-height: 45px; } }
    .contents-area .heading-wrap .title-primary {
      font-size: 36px;
      font-weight: bold;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .contents-area .heading-wrap .title-primary {
          font-size: 20px; } }
  .contents-area .cont-wrap {
    font-size: 16px;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 768px) {
      .contents-area .cont-wrap {
        display: flex;
        gap: 50px; } }
    @media print, screen and (min-width: 768px) {
      .contents-area .cont-wrap .photo-wrap {
        width: 475px; } }
    .contents-area .cont-wrap .text-wrap {
      flex: 1;
      line-height: 2; }
      .contents-area .cont-wrap .text-wrap .text-1 {
        margin-bottom: 40px; }
        @media only screen and (max-width: 767px) {
          .contents-area .cont-wrap .text-wrap .text-1 {
            margin-bottom: 20px;
            font-size: 14px; } }
      .contents-area .cont-wrap .text-wrap .list-wrap .sub-ttl {
        position: relative;
        padding-left: 2em;
        margin-bottom: 5px;
        font-weight: bold; }
        .contents-area .cont-wrap .text-wrap .list-wrap .sub-ttl::before {
          content: "";
          display: inline-block;
          width: 1.8em;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border-bottom: 1px solid #4F483C; }
      .contents-area .cont-wrap .text-wrap .list-wrap .inner {
        background-color: #F7F7F7;
        padding: 14px 20px; }
        .contents-area .cont-wrap .text-wrap .list-wrap .inner li {
          position: relative;
          padding-left: 0.9em; }
          .contents-area .cont-wrap .text-wrap .list-wrap .inner li::before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #D4B25B;
            position: absolute;
            left: 0;
            top: 0.7em; }
          @media only screen and (max-width: 767px) {
            .contents-area .cont-wrap .text-wrap .list-wrap .inner li {
              font-size: 14px; } }
        .contents-area .cont-wrap .text-wrap .list-wrap .inner.list-1 li {
          width: 5em;
          display: inline-block; }
  .contents-area .btn-wrap {
    text-align: center; }
    .contents-area .btn-wrap .btn-item {
      color: #E69183;
      border: 2px solid #E69183;
      border-radius: 5px;
      background-color: #fff;
      padding: 10px 50px;
      font-size: 24px;
      display: inline-block;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .contents-area .btn-wrap .btn-item {
          padding: 10px 0;
          display: block; } }
      .contents-area .btn-wrap .btn-item img {
        position: relative;
        left: 5px;
        top: 2px; }
  .contents-area:nth-of-type(even) {
    background-color: #FDFBE4; }
    .contents-area:nth-of-type(even) .cont-wrap {
      flex-direction: row-reverse; }
      .contents-area:nth-of-type(even) .cont-wrap .list-wrap .inner {
        background-color: #fff; }

#contents-01 .heading-wrap:before {
  content: "CONTENTS-01"; }

#contents-02 .heading-wrap:before {
  content: "CONTENTS-02"; }

#contents-03 .heading-wrap:before {
  content: "CONTENTS-03"; }

#contents-04 .heading-wrap:before {
  content: "CONTENTS-04"; }

#step {
  margin-top: 0; }

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