@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.p-top {
  overflow: hidden; }
  .p-top__catch {
    margin-bottom: 20px; }
    .p-top__catch .tab {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .p-top__catch .tab li {
        cursor: pointer;
        background: #D9D9D9;
        color: rgba(0, 0, 0, 0.4);
        text-align: center;
        font-weight: 700;
        padding: 9px;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative; }
        .p-top__catch .tab li::before {
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 100%;
          margin-left: -7px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
        .p-top__catch .tab li:first-child {
          border-radius: 50px 0 0 50px; }
        .p-top__catch .tab li:last-child {
          border-radius: 0 50px 50px 0; }
        .p-top__catch .tab li.in.is-active {
          color: #fff;
          background: #F29031; }
          .p-top__catch .tab li.in.is-active::before {
            border-top: 15px solid #F29031; }
        .p-top__catch .tab li.out.is-active {
          color: #fff;
          background: #61BEC1; }
          .p-top__catch .tab li.out.is-active::before {
            border-top: 15px solid #61BEC1; }
    .p-top__catch .content {
      display: none;
      text-align: center; }
      .p-top__catch .content.is-active {
        display: block; }
  .p-top__consultation {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 80px; }
    .p-top__consultation:before {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: #F29031;
      border-radius: 80px 0 0 80px;
      width: calc(100% - 255px);
      height: calc(100% - 84px); }
    .p-top__consultation .trouble {
      margin-bottom: 43px; }
      .p-top__consultation .trouble li {
        margin-right: 40px; }
      .p-top__consultation .trouble .i1 {
        width: 218px; }
      .p-top__consultation .trouble .i2 {
        width: 200px;
        padding-top: 48px; }
      .p-top__consultation .trouble .i3 {
        width: 218px; }
      .p-top__consultation .trouble .i4 {
        width: 200px;
        padding-top: 48px; }
      .p-top__consultation .trouble .i5 {
        width: 218px; }
      .p-top__consultation .trouble .i6 {
        width: 251px;
        padding-top: 48px; }
    .p-top__consultation .block1 {
      text-align: center; }
      .p-top__consultation .block1 .h {
        font-size: 40px;
        font-size: 4rem;
        color: #fff;
        margin-bottom: 20px; }
      .p-top__consultation .block1 .img1 {
        margin-top: 20px;
        margin-bottom: 20px; }
  .p-top__trouble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 104px; }
    .p-top__trouble .box1 {
      width: 30%;
      margin-left: 5%;
      border-radius: 40px;
      overflow: hidden;
      -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15); }
      .p-top__trouble .box1:nth-child(2) {
        margin-top: 40px; }
      .p-top__trouble .box1:nth-child(3) {
        margin-top: 80px; }
      .p-top__trouble .box1:nth-child(3n+1) {
        margin-left: 0; }
      .p-top__trouble .box1-h {
        padding: 8px 5px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem; }
        .p-top__trouble .box1-h em {
          font-size: 32px;
          font-size: 3.2rem; }
      .p-top__trouble .box1-content {
        padding: 27px 20px 20px; }
        .p-top__trouble .box1-content ul {
          padding-left: 8px;
          padding-right: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .p-top__trouble .box1-content li {
          width: 46.0526%;
          margin-left: 7.8948%;
          margin-bottom: 10px; }
          .p-top__trouble .box1-content li:nth-child(2n+1) {
            margin-left: 0; }
        .p-top__trouble .box1-content p {
          height: 3em;
          margin-top: 10px;
          line-height: 1.5;
          text-align: center; }
      .p-top__trouble .box1.out .box1-h {
        background: #F29031; }
      .p-top__trouble .box1.in .box1-h {
        background: #61BEC1; }
      .p-top__trouble .box1.inherit .box1-h {
        background: #883E84; }
  .p-top__case-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px; }
    .p-top__case-heading .c-title1 {
      margin-bottom: 0; }
      .p-top__case-heading .c-title1 .en {
        color: #61BEC1; }
    .p-top__case-heading .c-btn1 {
      margin-top: 0;
      width: 100%;
      max-width: 320px; }
  .p-top__case-content .slick-list {
    overflow: visible !important; }
  .p-top__case-content .slick-next,
  .p-top__case-content .slick-prev {
    width: 80px;
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120px;
    z-index: 1; }
    .p-top__case-content .slick-next:hover,
    .p-top__case-content .slick-prev:hover {
      opacity: 1; }
    .p-top__case-content .slick-next:before,
    .p-top__case-content .slick-prev:before {
      display: none; }
  .p-top__case-content .slick-next {
    background: url(../img/common/slider_arrow-right.svg) no-repeat center !important;
    background-size: contain !important;
    right: -10px; }
  .p-top__case-content .slick-prev {
    background: url(../img/common/slider_arrow-left.svg) no-repeat center !important;
    background-size: contain !important;
    left: -10px; }
  .p-top__case-content li {
    width: 280px;
    margin-left: 14px;
    margin-right: 14px;
    position: relative; }
    .p-top__case-content li a {
      display: block;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15); }
      .p-top__case-content li a:hover {
        opacity: 1;
        text-decoration: none; }
        .p-top__case-content li a:hover .img1 img {
          opacity: 0; }
    .p-top__case-content li .new {
      position: absolute;
      width: 64px;
      height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border-radius: 64px;
      color: #fff;
      background: #E9503C;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      left: -17px;
      top: -30px;
      z-index: 1; }
    .p-top__case-content li .img1 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      aspect-ratio: 280/174; }
      .p-top__case-content li .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: 0.4s ease all;
        transition: 0.4s ease all; }
    .p-top__case-content li .box1 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 34px 20px 22px; }
    .p-top__case-content li .category {
      position: absolute;
      color: #fff;
      background: #F29031;
      left: 0;
      right: 0;
      top: -15px;
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 700;
      text-align: center;
      line-height: 1.5;
      padding: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: clamp(11px, 4vw, 14px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .p-top__case-content li .category.outside {
        background: #F29031; }
      .p-top__case-content li .category.inside {
        background: #61BEC1; }
      .p-top__case-content li .category.inherit {
        background: #883E84; }
    .p-top__case-content li .place {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700; }
    .p-top__case-content li .date {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-top__case-content li .title {
      margin-top: 6px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6;
      font-weight: 700; }
  .p-top__area {
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative; }
    .p-top__area:before {
      display: block;
      content: "";
      position: absolute;
      background: url(../img/top/area_img1.svg) no-repeat center;
      background-size: contain;
      width: 1202px;
      height: 1137px;
      right: -117px;
      bottom: -215px;
      z-index: -1; }
    .p-top__area .box1 {
      max-width: 455px; }
    .p-top__area .c-title1 .en {
      color: #F29031; }
  .p-top__faq {
    position: relative; }
    .p-top__faq:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 71.875%;
      height: 100%;
      background: #61BEC1;
      border-radius: 0 80px 80px 0; }
    .p-top__faq .c-wrap {
      position: relative;
      z-index: 1;
      padding-top: 97px;
      padding-bottom: 94px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .p-top__faq-heading {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 18.334%; }
      .p-top__faq-heading .h {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 50px;
        font-size: 5rem;
        font-weight: 700;
        line-height: 1.5; }
      .p-top__faq-heading .en {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5; }
    .p-top__faq-content {
      width: 81.666%; }
      .p-top__faq-content dl {
        background: #fff;
        margin: 0;
        margin-bottom: 20px;
        border-radius: 45px;
        -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
                box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15); }
        .p-top__faq-content dl:last-child {
          margin-bottom: 0; }
      .p-top__faq-content dt {
        padding: 25px 38px 25px 83px;
        background: url(../img/top/faq_icon-q.svg) no-repeat 26px center;
        background-size: 34px auto;
        cursor: pointer;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700; }
        .p-top__faq-content dt span {
          display: block;
          background: url(../img/common/arrow_1-down.svg) no-repeat right center;
          background-size: 16px;
          padding-right: 24px; }
        .p-top__faq-content dt.is-open span {
          background-image: url(../img/common/arrow_1-up.svg); }
      .p-top__faq-content dd {
        display: none;
        padding: 10px 38px 25px 83px;
        background: url(../img/top/faq_icon-a.svg) no-repeat 26px 10px;
        background-size: 35px auto; }
      .p-top__faq-content .c-btn1 {
        margin-top: 40px; }

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-top__catch {
    padding-left: 0;
    padding-right: 0; }
    .p-top__catch .tab {
      margin-bottom: 32px; }
  .p-top__consultation {
    padding-bottom: 50px;
    margin-bottom: 54px; }
    .p-top__consultation:before {
      width: calc(100% - 15px);
      height: calc(100% - 88px);
      border-radius: 40px 0 0 40px; }
    .p-top__consultation .trouble {
      margin-bottom: 32px; }
    .p-top__consultation .block1 {
      padding-left: 50px;
      padding-right: 30px;
      text-align: left; }
      .p-top__consultation .block1 .h {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 40px; }
      .p-top__consultation .block1 p {
        font-size: 16px;
        font-size: 1.6rem; }
  .p-top__trouble {
    display: block;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 80px; }
    .p-top__trouble .box1 {
      width: auto;
      margin-left: 0;
      margin-bottom: 20px; }
      .p-top__trouble .box1:nth-child(2), .p-top__trouble .box1:nth-child(3) {
        margin-top: 0; }
      .p-top__trouble .box1:last-child {
        margin-bottom: 0; }
      .p-top__trouble .box1-h {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6; }
        .p-top__trouble .box1-h em {
          font-size: 28px;
          font-size: 2.8rem; }
      .p-top__trouble .box1-content {
        padding: 20px; }
        .p-top__trouble .box1-content li:nth-child(n+3) {
          display: none; }
  .p-top__case {
    margin-bottom: 90px; }
    .p-top__case-heading {
      text-align: center;
      margin-bottom: 38px;
      display: block; }
      .p-top__case-heading .h {
        font-size: 32px;
        font-size: 3.2rem; }
      .p-top__case-heading .en {
        font-size: 16px;
        font-size: 1.6rem; }
    .p-top__case-content .slick-next,
    .p-top__case-content .slick-prev {
      width: 40px;
      height: 40px; }
    .p-top__case-content .slick-next {
      background-image: url(../img/common/slider_arrow-right_sp.svg) !important;
      right: -5px; }
    .p-top__case-content .slick-prev {
      background-image: url(../img/common/slider_arrow-left_sp.svg) !important;
      left: -5px; }
    .p-top__case-content li .place {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-top__case-content li .date {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-top__case-content .c-btn1 {
      margin-top: 50px; }
  .p-top__area {
    padding-top: 0;
    padding-bottom: 324px; }
    .p-top__area:before {
      width: 482px;
      height: 457px;
      right: auto;
      left: -68px;
      bottom: -98px; }
    .p-top__area .box1 {
      max-width: initial; }
    .p-top__area p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
  .p-top__faq:before {
    width: 76.923%; }
  .p-top__faq .c-wrap {
    padding-top: 68px;
    padding-bottom: 80px;
    display: block; }
  .p-top__faq-heading {
    width: auto;
    margin-bottom: 45px;
    display: block; }
    .p-top__faq-heading .h {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      font-size: 32px;
      font-size: 3.2rem; }
    .p-top__faq-heading .en {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      font-size: 16px;
      font-size: 1.6rem; }
  .p-top__faq-content {
    width: auto; }
    .p-top__faq-content dt {
      padding: 16px 20px 16px 64px;
      background: url(../img/top/faq_icon-q.svg) no-repeat 24px center;
      background-size: 28px auto;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55;
      min-height: 90px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-top__faq-content dt span {
        background-size: 16px;
        padding-right: 24px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .p-top__faq-content dd {
      padding: 5px 30px 18px 64px;
      background: url(../img/top/faq_icon-a.svg) no-repeat 26px 10px;
      background-size: 28px auto;
      font-size: 16px;
      font-size: 1.6rem; } }
