@charset "UTF-8";
.site-content {
    padding: 0 !important;
    margin-top: 91px;
  }
  @media (max-width: 767px) {
    .site-content {
      margin-top: 50px;
    }
  }
  .block {
    position: relative;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .contact-btn a {
    display: block;
    max-width: 311px;
    width: 100%;
    border-radius: 8px;
    background: #E60012;
    color: #fff;
    text-align: center;
    padding: 24px 5px 23px;
    font-size: 15px;
    font-weight: 700;
  }
  .contact-btn a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 18px;
  }
  @media (max-width: 767px) {
    .contact-btn a::after {
      font-size: 13px;
      margin-left: 24px;
    }
  }
  .contact-btn a:hover {
    opacity: 1;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
  }
  a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .red {
    color: #E60012;
  }
  .green {
    color: #115106;
  }
  p:empty {
    display: none;
  }
  .fz-15 {
    font-size: 15px;
  }
  @media (max-width: 767px) {
    .fz-15 {
      font-size: 14px;
    }
  }
  .content-title {
    text-align: center;
    margin: 0 0 47px;
  }
  @media (max-width: 767px) {
    .content-title {
      margin: 0 0 24px;
    }
  }
  .content-title .sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 0 0 16px;
    border-bottom: 1px solid #E60012;
    margin: 0 0 28px;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .content-title .sub-title {
      font-size: 13px;
      padding: 0 0 13px;
      margin: 0 0 20px;
    }
  }
  .content-title h2.title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.6;
  }
  @media (max-width: 767px) {
    .content-title h2.title {
      font-size: 23px;
    }
  }
  @media (max-width: 374px) {
    .content-title h2.title {
      font-size: 20px;
    }
  }
  .content-title.style-2 {
    margin: 0 0 55px;
  }
  @media (max-width: 767px) {
    .content-title.style-2 {
      margin: 0 0 33px;
    }
  }
  .content-title.style-2 h2.title {
    line-height: normal;
    margin: 0 0 40px;
  }
  @media (max-width: 767px) {
    .content-title.style-2 h2.title {
      font-size: 24px;
      margin: 0 0 25px;
    }
  }
  @media (max-width: 374px) {
    .content-title.style-2 h2.title {
      font-size: 20px;
    }
  }
  .content-title.style-2 .child-title {
    color: #999;
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 15px 0 33px;
    position: relative;
  }
  @media (max-width: 767px) {
    .content-title.style-2 .child-title {
      font-size: 12px;
      padding: 13px 0 25px;
    }
  }
  .content-title.style-2 .child-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 40px;
    background: #E60012;
  }
  .content-title.style-2 p {
    font-size: 16px;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.8;
  }
  @media (max-width: 767px) {
    .content-title.style-2 p {
      font-size: 14px;
    }
  }
  .content-title.style-3 {
    margin: 0 0 56px;
    position: relative;
  }
  @media (max-width: 767px) {
    .content-title.style-3 {
      margin: 0 0 32px;
    }
  }
  .content-title.style-3 h2.title {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin: 0 0 20px;
  }
  @media (max-width: 767px) {
    .content-title.style-3 h2.title {
      font-size: 18px;
      line-height: normal;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 374px) {
    .content-title.style-3 h2.title {
      font-size: 16px;
    }
  }
  .content-title.style-3 p {
    font-size: 16px;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.8;
    margin: 0 0 23px;
  }
  @media (max-width: 767px) {
    .content-title.style-3 p {
      font-size: 14px;
      margin: 0 0 16px;
    }
  }
  @media (max-width: 374px) {
    .content-title.style-3 p {
      font-size: 13px;
    }
  }
  .content-title.style-3 p:last-child {
    margin: 0;
  }
  .nav-lp {
    padding: 12px;
    background: #F7F7F7;
    position: fixed;
    top: 91px;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .nav-lp ul {
    display: flex;
    justify-content: center;
    gap: 64px;
    list-style: outside none none;
  }
  @media (max-width: 991px) {
    .nav-lp ul {
      gap: 32px;
    }
  }
  .nav-lp a {
    color: #333;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }
  .nav-lp a:hover {
    color: #E60012;
  }
  .fv {
    padding: 74px 0 96px;
    background-image: url("../images/fv-bg.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    z-index: 2;
    position: relative;
  }
  @media (max-width: 767px) {
    .fv {
      padding: 44px 0 0px;
      background-image: url("../images/fv-bg-sp.jpg");
      background-position: center center;
    }
  }
  .fv .container {
    position: relative;
  }
  .fv .left {
    max-width: 674px;
    position: relative;
    padding-left: 0px;
  }
  @media (max-width: 767px) {
    .fv .left {
      max-width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .fv .left .contact-btn a {
      margin: 0 auto;
      padding: 19px 5px 19px 0;
    }
  }
  .fv .right {
    position: absolute;
    content: "";
    bottom: -129px;
    left: calc(100% - 603px);
    width: 617px;
    max-width: 100%;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .fv .right {
      left: calc(100% - 380px);
      width: 380px;
    }
  }
  @media (max-width: 767px) {
    .fv .right {
      position: relative;
      left: 0px;
      width: 239px;
      bottom: -11px;
      margin: 0 auto -19px;
    }
  }
  .fv .catch-title {
    margin: 0 0 27px;
  }
  .fv h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #000;
  }
  @media (max-width: 767px) {
    .fv h1 {
      font-size: 25px;
      margin: 0 0 12px;
      -webkit-text-stroke: 0.5px #fff;
    }
  }
  .fv h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 0 15px;
  }
  @media (max-width: 767px) {
    .fv h2 {
      font-size: 18px;
      font-weight: 600;
      -webkit-text-stroke: 0.5px #fff;
    }
  }
  .fv .list-usp {
    width: 615px;
    max-width: 100%;
    margin: 0 0 16px;
    clear: both;
  }
  @media (max-width: 767px) {
    .fv .list-usp {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%;
    }
  }
  .fv .list-usp .item {
    float: left;
    padding: 13px 24px 13px 22px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    margin: 0 8px 8px 0;
    color: #115106;
    font-size: 16px;
    font-weight: 700;
  }
  @media (max-width: 767px) {
    .fv .list-usp .item {
      float: none;
      width: calc((100% - 7px) / 2);
      margin-right: 7px;
      text-align: center;
      padding: 8px 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
    }
  }
  @media (max-width: 767px) {
    .fv .list-usp .item:nth-child(2n) {
      margin-right: 0;
    }
  }
  .fv .list-usp:before, .fv .list-usp::after {
    content: "";
    display: table;
    clear: both;
  }
  .fv p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 31px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .fv p {
      font-size: 14px;
      margin: 0 0 12px;
    }
  }
  @media (max-width: 374px) {
    .fv p {
      font-size: 13px;
    }
  }
  .sample {
    background: #000;
    color: #FFF;
    padding: 33px 0 51px;
  }
  @media (max-width: 991px) {
    .sample {
      padding: 49px 0 35px;
    }
  }
  .sample .sample-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 14px;
  }
  @media (max-width: 767px) {
    .sample .sample-content {
      margin: 0 0 18px;
    }
  }
  .sample .sample-content .item-left {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    width: 336px;
    margin-right: 24px;
    padding-left: 68px;
    position: relative;
    top: -11px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 991px) {
    .sample .sample-content .item-left {
      width: 100%;
      top: 0;
      font-size: 14px;
      margin: 0 0 12px;
      padding: 0;
    }
  }
  .sample .sample-content .item-left p {
    padding: 20px 5px;
    text-align: center;
    border: 1px solid #fff;
  }
  @media (max-width: 991px) {
    .sample .sample-content .item-left p {
      max-width: 327px;
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .sample .sample-content .item-left p {
      padding: 10px 5px;
    }
  }
  .sample .sample-content .item-right {
    width: calc(100% - 370px);
    padding-right: 64px;
  }
  @media (max-width: 991px) {
    .sample .sample-content .item-right {
      width: 100%;
      padding-right: 0px;
    }
  }
  .sample .sample-content .item-right p {
    line-height: 1.8;
    margin: 0 0 10px;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .sample .sample-content .item-right p {
      font-size: 12px;
      margin: 0 0 12px;
    }
  }
  .sample .sample-content .item-right p:last-child {
    margin: 0;
  }
  .sample .sample-content .item-right p.txt-note {
    font-size: 13px;
  }
  @media (max-width: 767px) {
    .sample .sample-content .item-right p.txt-note {
      font-size: 12px;
      padding-left: 10px;
      text-indent: -12px;
      line-height: 1.6;
    }
  }
  @media (max-width: 374px) {
    .sample .sample-content .item-right p.txt-note {
      padding-left: 5px;
      text-indent: -7px;
      font-size: 10px;
    }
  }
  .sample .sample-content .item-right p.txt-note a {
    text-decoration: underline;
  }
  .sample .sample-content .item-right p.txt-note a:hover {
    text-decoration: underline;
  }
  .sample .flow-free {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .sample .flow-free {
      flex-direction: column;
      padding-left: 35px;
    }
  }
  @media (max-width: 374px) {
    .sample .flow-free {
      padding-left: 0;
    }
  }
  .sample .flow-free .item {
    flex: 1;
    position: relative;
    text-align: center;
  }
  @media (max-width: 767px) {
    .sample .flow-free .item {
      flex: unset;
      left: auto;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      padding: 0 0 23px;
    }
  }
  .sample .flow-free .item::after {
    content: "";
    position: absolute;
    top: 16px;
    height: 1px;
    width: 100%;
    background-color: #869DB2;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .sample .flow-free .item::after {
      top: auto;
      bottom: -16px;
      width: 1px;
      height: 100%;
      left: 16px;
    }
  }
  .sample .flow-free .item:first-child {
    left: -44px;
  }
  @media (max-width: 767px) {
    .sample .flow-free .item:first-child {
      left: auto;
    }
  }
  .sample .flow-free .item:first-child::after {
    width: calc(100% + 44px);
  }
  @media (max-width: 767px) {
    .sample .flow-free .item:first-child::after {
      width: 1px;
    }
  }
  .sample .flow-free .item:nth-child(2) {
    left: -22px;
  }
  @media (max-width: 767px) {
    .sample .flow-free .item:nth-child(2) {
      left: auto;
    }
  }
  .sample .flow-free .item:nth-child(2)::after {
    width: calc(100% + 22px);
  }
  @media (max-width: 767px) {
    .sample .flow-free .item:nth-child(2)::after {
      width: 1px;
    }
  }
  .sample .flow-free .item:last-child {
    left: -7px;
  }
  @media (max-width: 767px) {
    .sample .flow-free .item:last-child {
      left: auto;
      padding: 0;
    }
  }
  .sample .flow-free .item:last-child::after {
    content: none;
  }
  .sample .flow-free .number {
    font-family: "Roboto", sans-serif;
    color: #E60012;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border: 2px solid #115106;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 7px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 767px) {
    .sample .flow-free .number {
      margin: 0 20px 0 0;
      width: 32px;
      top: -4px;
    }
  }
  @media (max-width: 767px) {
    .sample .flow-free .content {
      width: calc(100% - 52px);
    }
  }
  .sample .flow-free .title-flow {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .sample .flow-free .title-flow {
      margin: 0 0 5px;
    }
  }
  .sample .flow-free .note-txt {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 374px) {
    .sample .flow-free .note-txt {
      font-size: 12px;
    }
  }
  .issues {
    padding: 0px 0 85px;
  }
  @media (max-width: 767px) {
    .issues {
      padding: 0 0 70px;
    }
  }
  .issues .container {
    background-image: url("../images/vision-bg.png");
    background-repeat: no-repeat;
    background-position: left 0 top 50px;
    background-size: 461px auto;
    margin: 0 auto;
    padding-top: 153px;
  }
  @media (max-width: 991px) {
    .issues .container {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media (max-width: 767px) {
    .issues .container {
      background-image: url("../images/vision-bg-sp.png");
      background-size: 231px auto;
      background-position: left 0 top 16px;
      padding: 74px 24px 0;
    }
  }
  .issues .advice {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  @media (max-width: 767px) {
    .issues .advice {
      font-size: 18px;
    }
  }
  @media (max-width: 374px) {
    .issues .advice {
      font-size: 16px;
    }
  }
  .issues .content-title {
    position: relative;
    margin: 0 0 49px;
  }
  @media (max-width: 767px) {
    .issues .content-title {
      margin: 0 0 24px;
    }
  }
  .list-case {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 18px;
  }
  @media (max-width: 767px) {
    .list-case {
      margin: 0 0 21px;
    }
  }
  .list-case .item-case {
    position: relative;
    width: calc((100% - 12px) / 3);
    margin: 0 6px 6px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 368px;
    color: #fff;
    text-align: center;
  }
  @media (max-width: 991px) {
    .list-case .item-case {
      width: calc((100% - 6px) / 2);
    }
  }
  @media (max-width: 767px) {
    .list-case .item-case {
      width: 100%;
      margin: 0 0 8px;
    }
  }
  @media (max-width: 550px) {
    .list-case .item-case {
      min-height: 228px;
    }
  }
  .list-case .item-case:nth-child(3n) {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .list-case .item-case:nth-child(3n) {
      margin-right: 6px;
    }
  }
  @media (max-width: 767px) {
    .list-case .item-case:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .list-case .item-case:nth-child(2n) {
      margin-right: 0;
    }
  }
  .list-case .box-case {
    position: absolute;
    content: "";
    left: 50%;
    top: calc(50% + 2px);
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 5px;
  }
  @media (max-width: 767px) {
    .list-case .box-case {
      top: calc(100% - 70px);
      height: 100%;
    }
  }
  .list-case .case-name {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  @media (max-width: 767px) {
    .list-case .case-name {
      font-size: 13px;
      margin: 0 0 16px;
    }
  }
  .list-case .case-name .number {
    font-size: 64px;
    line-height: 46px;
    padding-left: 7px;
    position: relative;
    top: 10px;
    left: -4px;
  }
  @media (max-width: 767px) {
    .list-case .case-name .number {
      font-size: 32px;
      line-height: 23px;
    }
  }
  .list-case .content-case {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
  }
  @media (max-width: 767px) {
    .list-case .content-case {
      font-size: 18px;
    }
  }
  @media (max-width: 374px) {
    .list-case .content-case {
      font-size: 16px;
    }
  }
  .ai-function .content-top {
    padding: 0 0 34px;
  }
  @media (max-width: 767px) {
    .ai-function .content-top {
      padding: 0 0 61px;
    }
  }
  .ai-function .content-top .container {
    background-image: url("../images/ai-function-bg.png");
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: 487px auto;
    margin: 0 auto;
    padding-top: 50px;
  }
  @media (max-width: 991px) {
    .ai-function .content-top .container {
      padding: 57px 24px 30px;
    }
  }
  @media (max-width: 767px) {
    .ai-function .content-top .container {
      background-image: url("../images/ai-function-bg-sp.png");
      background-size: 244px auto;
      background-position: left 0px top 5px;
    }
  }
  .list-function {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1030px;
    width: 100%;
  }
  .list-function .item-function {
    position: relative;
    width: calc((100% - 160px) / 3);
    margin: 0 80px 80px 0;
    text-align: center;
  }
  @media (max-width: 991px) {
    .list-function .item-function {
      width: calc((100% - 80px) / 2);
    }
  }
  @media (max-width: 767px) {
    .list-function .item-function {
      width: 100%;
      margin: 0 0 34px 0;
    }
  }
  .list-function .item-function:nth-child(3n) {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .list-function .item-function:nth-child(3n) {
      margin-right: 80px;
    }
  }
  @media (max-width: 767px) {
    .list-function .item-function:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .list-function .item-function:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
    .list-function .item-function:last-child {
      margin: 0;
    }
  }
  .list-function .images {
    margin: 0 0 23px;
  }
  @media (max-width: 767px) {
    .list-function .images {
      margin: 0 0 13px;
    }
  }
  .list-function .images img {
    border-radius: 50%;
    width: 290px;
    height: 290px;
    object-fit: cover;
  }
  @media (max-width: 767px) {
    .list-function .images img {
      height: 200px;
      width: 200px;
    }
  }
  .list-function p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  .list-function p.title-func {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 9px;
  }
  .content-bottom {
    background-image: url("../images/intro-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 62px 0 80px;
    background-repeat: no-repeat;
  }
  @media (max-width: 767px) {
    .content-bottom {
      padding: 70px 0 48px;
      background-image: url("../images/intro-bg-sp.jpg");
    }
  }
  .content-bottom .content-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 33px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .content-bottom .content-title {
      font-size: 18px;
      text-align: left;
      margin: 0 0 15px;
    }
  }
  @media (max-width: 374px) {
    .content-bottom .content-title {
      font-size: 15px;
    }
  }
  .content-bottom .images {
    box-shadow: 0px 10px 16px 0px rgba(191, 191, 191, 0.3);
  }
  .cta {
    background: #000;
    color: #fff;
    padding: 80px 0 106px;
  }
  @media (max-width: 767px) {
    .cta {
      padding: 70px 0 66px;
    }
  }
  .cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 991px) {
    .cta .container {
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .cta .left {
      width: 100%;
    }
  }
  .cta .right {
    text-align: center;
    padding-left: 72px;
    padding-top: 56px;
  }
  @media (max-width: 991px) {
    .cta .right {
      width: 100%;
      max-width: 327px;
      margin: 0 auto;
      padding-left: 0;
      padding-top: 44px;
    }
  }
  @media (max-width: 550px) {
    .cta .right {
      max-width: 100%;
    }
  }
  .cta h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 23px;
  }
  @media (max-width: 767px) {
    .cta h3 {
      font-size: 24px;
      margin: 0 0 34px;
    }
  }
  @media (max-width: 374px) {
    .cta h3 {
      font-size: 20px;
    }
  }
  .cta p {
    font-size: 16px;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .cta p {
      font-size: 15px;
    }
  }
  .cta .faq {
    text-align: left;
    padding-left: 107px;
  }
  @media (max-width: 991px) {
    .cta .faq {
      padding-left: 0;
      text-align: center;
    }
  }
  .cta .faq a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    display: block;
    position: relative;
  }
  .cta .faq a::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 106px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
  }
  @media (max-width: 991px) {
    .cta .faq a::after {
      right: 38px;
    }
  }
  .cta-btn a {
    color: #fff;
    white-space: nowrap;
    display: block;
    background: #E60012;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    padding: 40px 56px 40px 48px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 32px;
    position: relative;
  }
  @media (max-width: 991px) {
    .cta-btn a {
      padding: 26px 40px 26px 32px;
      font-size: 16px;
      width: 100%;
    }
  }
  @media (max-width: 374px) {
    .cta-btn a {
      padding: 25px 5px 28px;
      font-size: 14px;
    }
  }
  .cta-btn a::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    right: 32px;
    top: 44%;
  }
  @media (max-width: 991px) {
    .cta-btn a::after {
      right: 28px;
    }
  }
  @media (max-width: 374px) {
    .cta-btn a::after {
      content: none;
    }
  }
  .cta-btn a:hover {
    opacity: 1;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
  }
  .features {
    padding: 150px 0 36px;
    background: linear-gradient(180deg, #fff 0%, #fff 58%, #f7f7f7 45%, #f7f7f7 100%);
  }
  @media (max-width: 767px) {
    .features {
      padding: 110px 0 25px;
    }
  }
  .list-items {
    display: flex;
    flex-wrap: wrap;
  }
  .list-items .item {
    position: relative;
    width: calc((100% - 56px) / 3);
    margin: 0 28px 28px 0;
    border: 1px solid #E9E9E9;
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(191, 191, 191, 0.3);
    padding: 80px 40px 74px;
    text-align: center;
  }
  @media (max-width: 991px) {
    .list-items .item {
      width: calc((100% - 28px) / 2);
    }
  }
  @media (max-width: 767px) {
    .list-items .item {
      width: 100%;
      margin: 0 0 24px 0;
      padding: 49px 24px 42px;
    }
  }
  .list-items .item:nth-child(3n) {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .list-items .item:nth-child(3n) {
      margin-right: 28px;
    }
  }
  @media (max-width: 767px) {
    .list-items .item:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .list-items .item:nth-child(2n) {
      margin-right: 0;
    }
  }
  .list-items .item:nth-child(1) .image img {
    max-width: 196px;
    height: auto;
  }
  .list-items .item:nth-child(2) .image img {
    max-width: 188px;
    height: auto;
  }
  .list-items .item:nth-child(3) .image img {
    max-width: 210px;
    height: auto;
  }
  .list-items .image {
    margin: 0 0 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .list-items .image {
      margin: 0 0 30px;
      height: auto;
    }
  }
  .list-items .image img {
    object-fit: contain;
  }
  .list-items .title {
    margin: 0 0 26px;
  }
  @media (max-width: 767px) {
    .list-items .title {
      margin: 0 0 16px;
    }
  }
  .list-items .title .unit-1 {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 5px;
  }
  @media (max-width: 374px) {
    .list-items .title .unit-1 {
      font-size: 18px;
    }
  }
  .list-items .title .unit-2 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
  }
  @media (max-width: 374px) {
    .list-items .title .unit-2 {
      font-size: 26px;
    }
  }
  .list-items .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  @media (max-width: 374px) {
    .list-items .txt {
      font-size: 14px;
    }
  }
  .features-detail {
    padding: 85px 0 0;
  }
  @media (max-width: 991px) {
    .features-detail {
      padding: 72px 0 0;
    }
  }
  .features-detail .list-features {
    padding: 0 50px;
  }
  @media (max-width: 991px) {
    .features-detail .list-features {
      padding: 0;
    }
  }
  .features-detail .feature-img {
    position: relative;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-top: -7px;
    margin-bottom: 80px;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .features-detail .feature-img {
      margin-bottom: 80px;
      margin-top: -38px;
    }
  }
  .feature-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: 0 0 79px;
  }
  @media (max-width: 991px) {
    .feature-item {
      margin: 0 0 90px;
    }
  }
  .feature-item .feature-image {
    box-shadow: 0px 6px 40px 0px rgba(130, 150, 165, 0.25);
  }
  .feature-item .feature-content {
    padding-right: 56px;
    padding-top: 66px;
  }
  @media (max-width: 991px) {
    .feature-item .feature-content {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 767px) {
    .feature-item .feature-content {
      padding: 0;
    }
  }
  .feature-item.numb-1 {
    margin: 0;
  }
  .feature-item.numb-1 .feature-content {
    width: calc(100% - 584px);
  }
  @media (max-width: 991px) {
    .feature-item.numb-1 .feature-content {
      width: 100%;
    }
  }
  .feature-item.numb-1 .feature-image {
    width: 584px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-1 .feature-image {
      width: 100%;
    }
  }
  .feature-item.numb-2 {
    flex-direction: row-reverse;
  }
  .feature-item.numb-2 .feature-content {
    width: calc(100% - 582px);
    padding: 65px 0px 0 81px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-2 .feature-content {
      width: 100%;
      padding: 0;
      margin: 0 0 26px;
    }
  }
  .feature-item.numb-2 .feature-image {
    width: 582px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-2 .feature-image {
      width: 100%;
    }
  }
  .feature-item.numb-3 {
    margin: 0 0 121px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 {
      margin: 0 0 80px;
    }
  }
  .feature-item.numb-3 .feature-content {
    width: calc(100% - 606px);
    padding-top: 69px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 .feature-content {
      width: 100%;
      padding: 0;
      margin: 0 0 30px;
    }
  }
  .feature-item.numb-3 .feature-image {
    width: 606px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 .feature-image {
      width: 100%;
    }
  }
  .feature-item.numb-3 .f-number {
    margin: 0 0 12px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 .f-number {
      margin: 0 0 4px;
    }
  }
  .feature-item.numb-3 .f-number span {
    font-size: 72px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 .f-number span {
      font-size: 40px;
    }
  }
  .feature-item.numb-3 .txt {
    margin: 0 0 50px;
  }
  @media (max-width: 991px) {
    .feature-item.numb-3 .txt {
      margin: 0 0 21px;
    }
  }
  .feature-item .f-number {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 18px;
  }
  @media (max-width: 767px) {
    .feature-item .f-number {
      font-size: 16px;
      margin: 0 0 7px;
    }
  }
  .feature-item .f-number span {
    display: inline-block;
    font-size: 64px;
    line-height: 46px;
    padding-left: 11px;
  }
  @media (max-width: 767px) {
    .feature-item .f-number span {
      font-size: 40px;
      line-height: 28px;
      padding-left: 8px;
    }
  }
  .feature-item .title {
    font-size: 40px;
    line-height: normal;
    margin: 0 0 11px;
  }
  @media (max-width: 767px) {
    .feature-item .title {
      font-size: 32px;
      margin: 0 0 23px;
    }
  }
  .feature-item .txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 0 34px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .feature-item .txt {
      font-size: 14px;
      margin: 0 0 21px;
    }
  }
  .feature-item .scene {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .feature-item .scene p {
    margin: 0 0 5px;
  }
  .feature-item .scene p:last-child {
    font-size: 15px;
  }
  .feature-item .feature-ct-img {
    margin: 40px 0 0;
    max-width: 443px;
  }
  @media (max-width: 767px) {
    .feature-item .feature-ct-img {
      margin: 37px 0 0;
    }
  }
  .other-features {
    background: #F9F9F9;
    padding: 51px 0 30px;
    position: relative;
  }
  @media (max-width: 767px) {
    .other-features {
      padding: 32px 0 30px;
    }
  }
  .other-features .title-other {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
  }
  @media (max-width: 767px) {
    .other-features .title-other {
      font-size: 20px;
      top: -16px;
    }
  }
  .other-features .list-other {
    display: flex;
    flex-wrap: wrap;
  }
  .other-features .list-other .item {
    position: relative;
    width: calc((100% - 100px) / 5);
    margin: 0 25px 25px 0;
    background: #fff;
    border: 2px solid #115106;
    text-align: center;
    padding: 26.5px 5px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .other-features .list-other .item {
      width: calc((100% - 7px) / 2);
      margin: 0 7px 14px 0;
      padding: 14px 5px 9px;
      font-size: 14px;
    }
  }
  .other-features .list-other .item:nth-child(5n) {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .other-features .list-other .item:nth-child(5n) {
      margin-right: 7px;
    }
  }
  @media (max-width: 991px) {
    .other-features .list-other .item:nth-child(2n) {
      margin-right: 0px;
    }
  }
  .abnormal {
    padding: 64px 0 73px;
  }
  @media (max-width: 767px) {
    .abnormal {
      padding: 39px 0 75px;
    }
  }
  .abnormal .title-ab {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px;
  }
  @media (max-width: 767px) {
    .abnormal .title-ab {
      font-size: 18px;
      margin: 0 0 34px;
    }
  }
  .abnormal .list-ab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  @media (max-width: 991px) {
    .abnormal .list-ab {
      margin: 0 0 18px;
    }
  }
  .abnormal .list-ab .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
  }
  @media (max-width: 991px) {
    .abnormal .list-ab .item {
      width: 100%;
      margin: 0 0 26px;
    }
  }
  .abnormal .list-ab .item:nth-child(3n) {
    margin-right: 0;
  }
  .abnormal .list-ab .image {
    margin: 0 0 18px;
  }
  @media (max-width: 991px) {
    .abnormal .list-ab .image {
      margin: 0 0 10px;
    }
  }
  .abnormal .list-ab .image img {
    width: 100%;
  }
  .abnormal .list-ab p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    text-align: center;
  }
  @media (max-width: 991px) {
    .abnormal .list-ab p {
      font-size: 16px;
    }
  }
  .abnormal .txt-note {
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  @media (max-width: 991px) {
    .abnormal .txt-note {
      font-size: 14px;
    }
  }
  .instruction-top {
    background-image: url("../images/bg-linear.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 64px 0 14px;
    color: #fff;
    position: relative;
  }
  @media (max-width: 991px) {
    .instruction-top {
      background-image: url("../images/bg-linear-sp.png");
      padding: 40px 0 24px;
    }
  }
  .instruction-top .content-title {
    margin: 0 auto;
  }
  .instruction-top .content-title h2.title {
    color: #fff;
  }
  @media (max-width: 991px) {
    .instruction-top .content-title h2.title {
      margin: 0 0 28px;
    }
  }
  .instruction-top .instruction-image {
    margin: 72px auto 0;
    max-width: 1150px;
    position: relative;
    margin-bottom: 0px;
    z-index: 2;
  }
  @media (max-width: 991px) {
    .instruction-top .instruction-image {
      text-align: center;
      margin: 25px auto 0;
    }
  }
  .instruction-top::after {
    content: none;
    position: absolute;
    background-image: url("../images/banner-intruction.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    left: calc(50% + 100px);
    width: 1021px;
    height: 479px;
    bottom: -91px;
    transform: translateX(-50%);
  }
  .instruction-bt {
    padding: 68px 0 44px;
  }
  @media (max-width: 991px) {
    .instruction-bt {
      padding: 40px 0 21px;
    }
  }
  .instruction-bt .group-title {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 35px;
  }
  @media (max-width: 991px) {
    .instruction-bt .group-title {
      padding: 0 24px 32px;
    }
  }
  .instruction-bt h3 {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  @media (max-width: 991px) {
    .instruction-bt h3 {
      font-size: 18px;
      line-height: normal;
      margin: 0 0 27px;
    }
  }
  @media (max-width: 374px) {
    .instruction-bt h3 {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .instruction-bt h3.green {
      color: #333;
      font-weight: 500;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
  }
  .instruction-bt p {
    font-size: 24px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .instruction-bt p {
      font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .instruction-bt p {
      color: #115106;
    }
  }
  .flow {
    padding: 143px 0 120px;
    background-color: #F9F9F9;
    background-image: url("../images/bg-support.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  @media (max-width: 991px) {
    .flow {
      padding: 110px 0 49px;
      background-image: url("../images/bg-support-sp.png");
    }
  }
  .flow .content-title {
    margin: 0 0 73px;
  }
  @media (max-width: 991px) {
    .flow .content-title {
      margin: 0 0 32px;
    }
  }
  .flow .content-title h2.title {
    margin: 0 0 42px;
  }
  @media (max-width: 991px) {
    .flow .content-title h2.title {
      margin: 0 0 25px;
    }
  }
  .flow .content-title p {
    line-height: 1.6;
  }
  @media (max-width: 991px) {
    .flow .content-title p {
      line-height: 1.8;
    }
  }
  .flow .list-flow {
    max-width: 879px;
    margin: 0 auto;
  }
  .flow .flow-item {
    border: 1px solid #E9E9E9;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(228, 228, 228, 0.5);
    margin: 0 0 40px;
    padding: 70px 48px 70px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .flow .flow-item {
      padding: 40px 23px 31px;
    }
  }
  @media (max-width: 374px) {
    .flow .flow-item {
      padding: 40px 12px 31px;
    }
  }
  .flow .flow-item::after {
    position: absolute;
    content: "";
    background-image: url("../images/triangle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 18px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  @media (max-width: 991px) {
    .flow .flow-item::after {
      bottom: -31px;
    }
  }
  .flow .flow-item .txt {
    width: 52.5%;
  }
  @media (max-width: 991px) {
    .flow .flow-item .txt {
      width: 100%;
    }
  }
  .flow .flow-item .txt p {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .flow .flow-item .txt p {
      font-size: 14px;
    }
  }
  .flow .flow-item .txt-note {
    font-size: 13px;
    display: block;
    margin-top: 1px;
  }
  .flow .flow-item:last-child::after {
    content: none;
  }
  @media (max-width: 374px) {
    .flow .flow-item br.hide-pc {
      display: none !important;
    }
  }
  .flow .step-title {
    width: 47.5%;
    padding-right: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  @media (max-width: 991px) {
    .flow .step-title {
      width: 100%;
      padding-right: 0;
      margin: 0 0 19px;
    }
  }
  .flow .step-title .step {
    width: 96px;
    margin-right: 48px;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: normal;
  }
  @media (max-width: 991px) {
    .flow .step-title .step {
      font-size: 13px;
      margin-right: 2px;
    }
  }
  .flow .step-title .step > span {
    display: inline-block;
    padding-left: 8px;
    color: #E60012;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 28px;
  }
  @media (max-width: 991px) {
    .flow .step-title .step > span {
      font-size: 32px;
      line-height: 23px;
    }
  }
  .flow .step-title .title {
    width: calc(100% - 144px);
    font-size: 24px;
    line-height: normal;
  }
  @media (max-width: 991px) {
    .flow .step-title .title {
      font-size: 20px;
      width: calc(100% - 98px);
    }
  }
  .support {
    padding: 10px 0 0;
    text-align: center;
  }
  @media (max-width: 991px) {
    .support {
      padding: 0;
    }
  }
  .support h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
  }
  @media (max-width: 991px) {
    .support h3 {
      font-size: 20px;
      margin: 0 0 20px;
    }
  }
  .support p {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .support p {
      font-size: 14px;
      text-align: left;
    }
  }
  .support .cta-btn {
    margin: 30px 0 0;
  }
  @media (max-width: 991px) {
    .support .cta-btn {
      margin: 32px 0 0;
    }
  }
  .support .cta-btn a {
    margin: 0 auto;
    font-size: 16px;
    max-width: 460px;
    width: 100%;
    padding: 36px 56px 37px 10px;
  }
  @media (max-width: 991px) {
    .support .cta-btn a {
      padding: 24px 32px 29px 10px;
    }
  }
  .support .cta-btn a::after {
    right: 97px;
  }
  @media (max-width: 991px) {
    .support .cta-btn a::after {
      right: 39px;
    }
  }
  .support .cta-btn a:hover {
    opacity: 1;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
  }
  .voice {
    padding: 142px 0 98px;
    background: #F9F9F9;
  }
  @media (max-width: 991px) {
    .voice {
      padding: 110px 0 56px;
    }
  }
  .voice .content-title {
    margin: 0 0 57px;
  }
  @media (max-width: 991px) {
    .voice .content-title {
      margin: 0 0 32px;
    }
  }
  .voice .list-voice {
    display: flex;
    flex-wrap: wrap;
  }
  .voice .list-voice .item {
    position: relative;
    width: calc((100% - 48px) / 3);
    margin: 0 24px 24px 0;
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(191, 191, 191, 0.3);
  }
  @media (max-width: 991px) {
    .voice .list-voice .item {
      width: 100%;
      margin-right: 0;
    }
  }
  .voice .list-voice .item:nth-child(3n) {
    margin-right: 0;
  }
  .voice .image img {
    width: 100%;
  }
  @media (max-width: 991px) {
    .voice .image img {
      min-height: 211px;
      object-fit: cover;
    }
  }
  .voice .content-voice {
    position: relative;
    padding: 40px 32px 30px;
  }
  @media (max-width: 991px) {
    .voice .content-voice {
      padding: 36px 20px 32px;
    }
  }
  .voice .content-voice p {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    line-break: strict;
    word-break: normal !important;
    word-wrap: break-word;
  }
  @media (max-width: 991px) {
    .voice .content-voice p {
      font-size: 13px;
    }
  }
  .voice .content-voice .cat {
    background: #115106;
    padding: 11px 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: -26px;
    left: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  @media (max-width: 991px) {
    .voice .content-voice .cat {
      font-size: 18px;
      padding: 10px 24px 13px;
    }
  }
  .question {
    padding: 143px 0 120px;
  }
  @media (max-width: 991px) {
    .question {
      padding: 110px 0 80px;
    }
  }
  .question .content-title {
    margin: 0 0 55px;
  }
  @media (max-width: 991px) {
    .question .content-title {
      margin: 0 0 32px;
    }
  }
  .question .qa-list {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
  }
  .question dt {
    padding: 24px 24px 25px 58px;
    background: #fff;
    border: 1px solid #D7D7D7;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .question dt {
      font-size: 15px;
      padding: 22px 40px 25px 47px;
    }
  }
  .question dt::before {
    content: "Q";
    position: absolute;
    color: #E60012;
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    left: 24px;
    top: 31px;
  }
  @media (max-width: 991px) {
    .question dt::before {
      top: 27px;
      left: 15px;
      font-size: 18px;
    }
  }
  .question dt::after {
    position: absolute;
    content: "";
    background-image: url("../images/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 22px;
    top: 31px;
    transition: background 0.3s;
  }
  @media (max-width: 991px) {
    .question dt::after {
      top: 28px;
      right: 11px;
      width: 14px;
      height: 12px;
    }
  }
  .question dt:first-child {
    margin-top: 0;
  }
  .question dt.open {
    border-bottom: none;
  }
  .question dt.open::after {
    background-image: url("../images/minus.svg");
    top: 39px;
    height: 2px;
  }
  @media (max-width: 991px) {
    .question dt.open::after {
      top: 32px;
    }
  }
  .question dd {
    padding: 34px 56px 31px;
    background: #FCFCFC;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    display: none;
    position: relative;
    border-width: 0 1px 1px 1px;
    border-color: #d9d9d9;
    border-style: solid;
  }
  @media (max-width: 991px) {
    .question dd {
      font-size: 13px;
      padding: 13px 16px 24px;
    }
  }
  .form-contact {
    padding: 143px 0 120px;
    background: #F9F9F9;
  }
  @media (max-width: 991px) {
    .form-contact {
      padding: 90px 0 63px;
    }
  }
  .form-contact .content-title {
    margin: 0 0 55px;
  }
  @media (max-width: 991px) {
    .form-contact .content-title {
      margin: 0 0 32px;
    }
  }
  .form-contact .rule {
    border: 1px solid #e0e0e0;
    padding: 30px 32px;
    text-align: left;
    margin: 0 0 32px;
  }
  @media (max-width: 991px) {
    .form-contact .rule {
      padding: 31px 19px 27px;
      margin: 0 0 41px;
    }
  }
  .form-contact .rule p {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
    color: #115106;
    margin: 0 0 9px;
    padding: 0;
  }
  .form-contact .rule ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .form-contact .rule li {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    position: relative;
    text-indent: -17px;
    padding-left: 20px;
    line-height: 1.8;
  }
  .form-contact .rule li::before {
    content: "・";
    margin-right: 4px;
  }
  .form-contact .policy {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    align-items: center;
    max-width: 360px;
  }
  .form-contact .policy label {
    position: relative;
    padding: 0 39px 25px 0;
    cursor: pointer;
    display: inline-block;
  }
  .form-contact .policy label::before {
    position: absolute;
    content: "";
    display: block;
    top: 8px;
    right: 6px;
    margin-top: -10px;
    width: 11px;
    height: 20px;
    border-right: 3px solid #115106;
    border-bottom: 3px solid #115106;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 2;
  }

/* 20251107 送信不具合に対しての改善対応ここから */

	.form-contact .policy label.checked::before {
  		opacity: 1;
	}

/* チェックマーク（非表示が初期状態） */
	.form-contact .policy label::before {
  		position: absolute;
  		content: "";
  		display: block;
  		top: 8px;
  		right: 6px;
  		margin-top: -10px;
  		width: 11px;
  		height: 20px;
  		border-right: 3px solid #115106;
  		border-bottom: 3px solid #115106;
  		transform: rotate(45deg);
  		opacity: 0; /* 初期は非表示 */
  		z-index: 2;
  		transition: opacity 0.2s ease-in-out;
	}

/* チェック状態 */
	.form-contact .policy label.checked::before {
  		opacity: 1;
	}

/* ボタン無効時の見た目（任意） */
	.form-contact input[type="submit"]:disabled {
  		opacity: 0.5;
  		cursor: not-allowed;
	}
/* 20251107 送信不具合に対しての改善対応ここまで */

  .form-contact .policy label::after {
    position: absolute;
    content: "";
    display: block;
    top: 8px;
    right: 0;
    margin: -9px 0 0 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: #FFF;
    z-index: 1;
  }
  .form-contact input[type=checkbox] {
    border: 1px solid #c7c7c7;
    background: #fff;
    width: 24px;
    height: 24px;
    min-height: 24px;
    color: #115106;
    padding: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    display: none;
  }
  .form-contact input[type=checkbox]:checked ~ label::before {
    opacity: 1 !important;
  }
  .form-contact input[type=submit] {
    background-color: #666;
    background-image: url("../images/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 60px center;
    width: 360px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    padding: 27px 5px 23px;
    position: relative;
    //pointer-events: none;
  }
  @media (max-width: 991px) {
    .form-contact input[type=submit] {
      font-size: 18px;
      padding: 27px 5px 24px;
    }
  }
  .form-contact input[type=submit]:hover {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
  }
  .form-contact #terms_of_use:checked ~ input[type=submit] {
    background-color: #E60012;
    cursor: pointer;
    pointer-events: auto;
  }
  .form-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 80px 39px;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(212, 220, 212, 0.25);
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  @media (max-width: 767px) {
    .form-inner {
      margin: 0 -24px;
      padding: 60px 24px 9px;
    }
  }
  .form-inner dl {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin: 0 0 21px;
    padding: 0 0 24px;
  }
  @media (max-width: 767px) {
    .form-inner dl {
      padding: 0 0 18px;
      margin: 0 0 15px;
      gap: 0;
    }
  }
  .form-inner dl.textarea {
    align-items: flex-start;
    margin: 0 0 40px;
    padding: 0 0 20px;
  }
  @media (max-width: 767px) {
    .form-inner dl.textarea {
      border-bottom: 0 none;
      padding: 0;
      margin: 0 0 35px;
    }
  }
  .form-inner dt {
    font-weight: 300;
    font-size: 18px;
    width: calc(100% - 424px);
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
  }
  @media (max-width: 767px) {
    .form-inner dt {
      flex: auto;
      width: 100%;
      margin: 0 0 10px;
    }
  }
  .form-inner dt span {
    font-size: 12px;
    color: #E60012;
    border: 1px solid #E60012;
    padding: 5px 12px 6px;
    height: 25px;
    line-height: 1;
    font-weight: 600;
    background: #fff;
    margin-right: -2px;
  }
  @media (max-width: 767px) {
    .form-inner dt span {
      margin: 3px 0 0;
    }
  }
  .form-inner dt span.optional {
    color: #000;
    border-color: #000;
  }
  .form-inner dd {
    text-align: left;
    width: 400px;
  }
  @media (max-width: 767px) {
    .form-inner dd {
      flex: auto;
      width: 100%;
    }
  }
  .form-inner dd span {
    font-size: 14px;
    color: #999;
    font-weight: 300;
  }
  .form-inner dd span.error {
    color: #E60012;
  }
  .form-inner input {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    min-height: 56px;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    padding: 4px 8px;
    margin-top: 1px;
  }
  @media (max-width: 767px) {
    .form-inner input {
      max-width: 100%;
    }
  }
  .form-inner select {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background-color: #fcfcfc;
    background-image: url("../images/select-icon.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 16px center;
    color: #999;
    padding: 8px 24px 8px 8px;
    min-height: 56px;
    width: 100%;
    max-width: 400px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  @media (max-width: 767px) {
    .form-inner select {
      max-width: 100%;
    }
  }
  .form-inner textarea {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fcfcfc;
    min-height: 200px;
    width: 100%;
    max-width: 400px;
  }
  @media (max-width: 767px) {
    .form-inner textarea {
      max-width: 100%;
    }
  }
  .form-inner a {
    color: #115106;
    text-decoration: underline;
  }
  .site-footer {
    text-align: center;
    padding: 50px 0 0;
    border-top: 2px solid #115106;
    background: #fff;
  }
  @media (max-width: 767px) {
    .site-footer {
      padding: 46px 0 0;
    }
  }
  .site-footer .logo {
    margin: 0 0 38px;
    text-align: center;
  }
  @media (max-width: 767px) {
    .site-footer .logo {
      max-width: 255px;
      width: 100%;
      margin: 0 auto 34px;
    }
  }
  .site-footer ul {
    list-style: outside none none;
    display: flex;
    gap: 48px;
    justify-content: center;
    padding: 0 0 27px;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .site-footer ul {
      font-size: 12px;
      padding: 0 0 43px;
    }
  }
  .site-footer ul li {
    position: relative;
  }
  .site-footer ul li::after {
    position: absolute;
    content: "";
    background-color: #d8d8d8;
    width: 1px;
    height: 10px;
    right: -24px;
    top: 20%;
  }
  .site-footer ul li a {
    color: #333;
  }
  .site-footer ul li a:hover {
    color: #f24e4e;
  }
  .site-footer ul li:last-child::after {
    content: none;
  }
  .site-footer .copyright {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 12px 0 13px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .scene-img{
    background-image: url("../images/scene-bg-pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*height:280px;*/
  }

.thanks_text{
  font-size: 16px;
  text-align: center;
}
.form-inner .note{
  color: #E60012;
  font-size: 15px;
  margin: 40px 0 0;
}