@charset "utf-8";
* {
    font-family: "Noto Sans JP", sans-serif , 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic",'Meiryo','メイリオ', sans-serif;
    text-align: justify;
}
body{
    margin: 0;
    padding: 0;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #d00f31;
}
.fcp {
    color: #FA57CC;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.grad_r {
    background: linear-gradient(-20deg, rgb(208, 15, 49) 0%, rgb(252, 164, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
p {
    font-size: clamp(16px, 1.2vw, 24px);
}

@media only screen and (max-width: 766px){
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

.fv {
    max-height: 900px;
    overflow: hidden;
    height: clamp(680px, 80vh, 880px); /* 最小〜最大の範囲でFVの高さ固定 */
    padding-bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1300px){
    .fv {
        max-height: 780px;
        /* height: clamp(600px, 64vh, 880px); */
    }
}
.fv .illust {
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: auto;
    max-height: none;
    object-fit: contain;
}
.fv .emblem {
    display: flex;
}
.fv .emblem img {
    width: 16vw;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.fv video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;      /* FVの高さにフィット */
    object-fit: cover;
    max-height: none;
}
.fv .main01 {
    font-weight: 700;
    font-size: clamp(16px, 3.3vw, 46px);
    margin: 0 auto;
    padding-top: 6vh;
}
.fv .main02 {
    font-weight: 800;
    font-size: clamp(16px, 6.3vw, 88px);
    letter-spacing: 2px;
    margin: 0;
}
.fv .main03 {
    font-size: clamp(16px, 2.8vw, 28px);
    margin-bottom: 4vh;
}
.fv .btn {
    display: flex;
    width: 48%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.cta_w,.cta {
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.cta_w {
    width: 48%;
    height: 54px;
    background: linear-gradient(to right, rgb(208,15,49) , rgb(252,164,0)) ;
    border-radius: 999px;
    padding: 2px;
    position: relative;
}
.cta_w p {
    width: 100%;
    height: 54px;
    background: #fff;
    border-radius: 999px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_grad {
    background: linear-gradient( -20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta {
    width: 48%;
    height: 54px;
    background-image: linear-gradient( -20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cta_w::after,.cta::after {
    content: "";
    height: 2px;
    width: 2vw;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    position: absolute;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.cta_w::after {
    background-color: #f9a100;
}
.cta::after {
    background-color: #e7e6e6;
}
.fv .cta_w p, .fv .cta {
    font-size: clamp(16px, 1.6vw, 22px);
}

.fv .content {
    margin: auto;
    z-index: 1;
    position: relative;
    width: 90%;
}

@media only screen and (min-width: 767px){
    .fv .content {
        max-width: 1350px;
    }
}
@media only screen and (max-width: 766px){
    .fv {
        height: clamp(580px, 80vh, 880px);
    }
    .fv .emblem {
        flex-direction: column;
    }
    .fv .emblem img {
        width: 24vw;
    }
    .fv .main01 {
        font-size: clamp(16px, 6.2vw, 42px);
        padding-top: 4vh;
    }
    .fv .main02 {
        font-size: clamp(16px, 10.4vw, 68px);
    }
    .fv .btn {
        width: 100%;
    }
}

h1 {
    text-align: center;
    font-size: clamp(16px, 6.4vw, 34px);
}

/* 生成AI---------------------------------------------------- */
.gene {
    background-color: #fff2f5;
    padding: 4vh 0;
    background-image: url(../img/gene_bg.png);
    background-size: cover;
    background-position: top;
}



/* CTA---------------------------------------------------- */
.cta_area {
    padding: 8vh 0;
    background-image: url(../img/square_pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta_area h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_area h1 span {
    margin: auto 10px;
    font-size: clamp(18px, 2.4vw, 34px);
    text-align: center;
}
.cta_area h1 img {
    height: 50px;
    width: auto;
    object-fit: cover;
}
.cta_area h1 img:nth-of-type(2) {
    transform: scale(-1, 1);
}
.cta_area>p {
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}
.cta_area .content {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
}
.cta_area .content .btn {
    width: 48%;
    text-align: center;
    margin: 5vh auto auto;
    background: #fff;
    padding: 0 0 20px;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.cta_area .content .btn img {
    height: 12vh;
    object-fit: contain;
    margin: -5vh auto 1vh;
}
.cta_area .content .btn p {
    text-align: center;
    margin: auto;
}
.cta_area .content .btn a {
    width: 80%;
    text-align: center;
    margin: 1vh auto auto;
    display: flex;
}
.cta_area .content .btn a p {
    font-size: clamp(16px, 1.4vw, 28px);
}

@media only screen and (max-width: 767px){
    .cta_area {
        padding: 4vh 0 8vh;
        background-image: url(../img/square_sp_bg.jpg);
    }
    .cta_area>p {
        margin-bottom: 0;
    }
    .cta_area .content {
        flex-direction: column;
    }
    .cta_area .content .btn a {
        width: 80%;
    }
    .cta_area .content .btn p {
        font-size: clamp(12px, 1.0vw, 24px);
    }
    .cta_area .content .btn {
        width: 80%;
        margin: 3vh 0 auto auto;
        padding: 20px 1% 20px 11%;
    }
    .cta_area .content .btn::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 7%;
        bottom: 0;
        left: -11%;
        width: 25%;
        height: auto;
        filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    }
    .cta_area .content .btn:nth-of-type(1)::before {
        background-image: url(../img/cta_01.png);
    }
    .cta_area .content .btn:nth-of-type(2)::before {
        background-image: url(../img/cta02_sp.png);
        width: 38%;
        left: -15%;
    }
    .cta_w::after, .cta::after {
        width: 6vw;
        right: -10px;
    }
}


/* 生成AIでできること-------------------------------------------- */
:root {
    --accent: #e60033;
    --accent-light: #ffe5ec;
    --bg: #ffeef4;
    --card-bg: #ffffff;
    --text-main: #222222;
    --text-sub: #555555;
    --border-soft: #f3d7df;
  }
.gene .content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 24px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-main);
    line-height: 1.6;
  }
  .section {
    max-width: 1080px;
    margin: 0 auto;
  }
  .section-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.08em;
    margin: 0 0 32px;
  }
  .section-title span {
    color: var(--accent);
    font-weight: 700;
  }
  /* search panel / accordion */
  .search-panel {
    background: transparent;
  }
  .accordion {
    background: var(--card-bg);
    padding: 0 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
    overflow: hidden;
  }
  .accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: black;
    text-align: left;
  }
  .accordion-header .accent-label {
    color: var(--accent);
    font-weight: 700;
  }
  .accordion-header span {
    pointer-events: none;
  }
  .accordion-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
  }
  .accordion-body {
    /* padding: 16px 0 20px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .accordion.is-open .accordion-body {
    /* max-height は JS で動的に設定 */
    padding-bottom: 24px;
  }
  .chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .chip {
    border: none;
    background: var(--accent-light);
    color: var(--accent);
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, transform 0.05s ease, box-shadow 0.05s ease;
    white-space: nowrap;
    width: 15.5%;
  }
  .chip.is-active {
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(230, 0, 51, 0.35);
    transform: translateY(1px);
  }
  .chip:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
  .filter-button-wrap {
    text-align: center;
    margin-top: 24px;
  }
  .filter-button {
    padding: 10px 36px;
    border-radius: 999px;
    border: 1px solid var(--accent);
    background: transparent;
    color: var(--accent);
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.1s ease, transform 0.05s ease;
  }
  .filter-button:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(230, 0, 51, 0.25);
  }
  .filter-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(230, 0, 51, 0.35);
  }
  .result-summary {
    font-size: 14px;
    color: var(--text-sub);
    margin: 3vh auto 12px;
    text-align: center;
  }
  /* cards */
  .cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .card {
    background: var(--card-bg);
    padding: 16px 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 120px;
  }
  .card-labels {
    margin-bottom: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .pill {
    display: inline-block;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    margin-right: 4px;
  }
  .pill-type {
    background: var(--accent);
    color: #ffffff;
    font-weight: 700;
  }
  .pill-name {
    color: #e60033;
  }
  .card-text {
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    margin-top: 0;
  }
  .no-result {
    font-size: 14px;
    color: var(--text-sub);
    padding: 12px 0;
  }
  @media only screen and (max-width: 767px){
    .gene .content {
      padding: 10px 16px 20px;
      width: auto;
    }
    .chip {
        width: 48%;
    }
    .section-title {
      font-size: 22px;
    }
    .accordion {
      padding: 0 16px;
    }
    .card {
        width: 40%;
        padding: 14px;
    }
    .cards {
        grid-template-columns: minmax(0, 1fr);
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pill {
        padding: 2px 6px;
        font-size: 10px;
    }
    .pill-name {
        padding: 2px;
    }
  }

  /* 導入企業の声--------------------------------------- */
  .voice {
    background-image: linear-gradient(120deg, rgb(190, 4, 37) 0%, rgb(190, 4, 37) 30%, rgb(241, 28, 58) 100%);
    padding: 4vh 0 10vh;
  }
  .voice h1,.voice .content>p {
    color: #fff;
  }
  .voice .box {
    background-color: #fff;
    width: 84%;
    max-width: 1200px;
    margin: auto auto 4vh;
    padding: 3%;
    padding-bottom: 4%;
  }
  .voice .box .ttl {
    display: flex;
    margin-bottom: 3vh;
    justify-content: space-between;
    font-weight: bold;
  }
  .voice .box .ttl img {
    width: 40%;
    margin-left: 2%;
  }
  .voice .box .ttl .txt p:nth-of-type(1) {
    font-size: clamp(16px, 1.6vw, 26px);
    letter-spacing: -0.1px;
  }
  .voice .box .ttl .txt p:nth-of-type(2) {
    font-size: clamp(16px, 1.0vw, 20px);
  }
  .voice .box .detail {
    display: flex;
    justify-content: space-between;
  }
  .voice .box .detail>div {
    padding: 0.5% 2%;
    width: 45%;
  }
  .voice .box .detail .demerit {
    background-color: #eaeaea;
    border-radius: 16px;
  }
  .voice .box .detail .merit {
    background-color: #fef2f4;
    border-radius: 16px;
  }
  .voice .box .detail ul {
    line-height: 2.0;
    padding-left: 24px;
  }
  .voice .box .detail .demerit ul {
    list-style-image: url(../img/arrow.png);
  }
  .voice .box .detail .merit ul {
    list-style-image: url(../img/arrow_r.png);
  }
  .voice .box a {
    background-color: #222222;
    right: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .voice .content>a {
    height: 54px;
    background-image: linear-gradient(-20deg, rgb(208, 15, 49) 0%, rgb(252, 164, 0) 100%);
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 999px;
    width: 86%;
    max-width: 400px;
    margin: auto;
    text-decoration: none;
  }
  .voice .content>a::after {
    content: "";
    height: 2px;
    width: 2vw;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    position: absolute;
    background-color: #fff;
}

  @media only screen and (max-width: 767px){
    .voice .box {
        width: 84%;
        padding: 4% 4% 12%;
    }
    .voice .box .ttl,
    .voice .box .detail {
        flex-direction: column;
    }
    .voice .box .ttl img {
        width: 100%;
        margin: auto;
    }
    .voice .box .detail>div {
        padding: 0.5% 5%;
        width: 90%;
        margin-bottom: 2vh;
    }
    .voice .box .detail ul {
        line-height: 1.6;
    }
    .voice .content>a::after {
        width: 7vw;
    }
  }

/* 導入ハードル-------------------------------------------------- */
.hurdle {
    padding: 3vh 0 0;
    background-image: url(../img/hurdle_bg.jpg),linear-gradient(120deg, rgb(208, 13, 45), rgb(208 13 45), rgb(220 19 50));
    background-position: top,bottom;
    background-repeat: no-repeat;
    background-size: 100% var(--hurdle-img-height), 100% calc(100% - var(--hurdle-img-height));
}
:root {
    --hurdle-img-height: 50vh;
  }
.hurdle .content {
    width: 90%;
    max-width: 1200px;
    margin: 8vh auto 0;
    display: flex;
    justify-content: space-between;
}
.hurdle .content .box {
    background-color: #fff;
    width: 28%;
    padding: 2%;
}
.hurdle .content .box img {
    width: 50%;
    display: block;
    margin: -8vh auto 0;
}
.hurdle .content .box ul {
    list-style-image: url(../img/check.png);
}
.hurdle .bar {
    width: 64%;
    max-width: 840px;
    margin: 2vh auto 0;
}
@media only screen and (max-width: 767px){
    .hurdle {
        background-image: url(../img/hurdle_bg.jpg), linear-gradient(120deg, rgb(208, 13, 45), rgb(208 13 45), rgb(208 13 45));
        z-index: -1;
        position: relative;
        padding: 6vh 0 2vh;
    }
    .hurdle .content {
        flex-direction: column;
        position: relative;
        margin: 4vh auto 0;
    }
    .hurdle .content::before {
        content: "";
        position: absolute;
        background-color: #d00f31;
        width: 2px;
        height: 100%;
        margin: auto;
        right: 0;
        left: 0;
        z-index: -1;
    }
    :root {
        --hurdle-img-height: 110vh;
      }
    .hurdle .content .box {
        width: 100%;
        display: flex;
        padding: 0;
        margin-bottom: 2vh;
        align-items: stretch;
    }
    .hurdle .content .box:last-of-type {
        margin-bottom: 0;
    }
    .hurdle .content .box ul {
        width: 48%;
        padding-left: 12%;
        padding-right: 4%;
    }
    .hurdle .content .box .ttl {
        background-color: #f2f2f2;
        width: 35%;
        padding-top: 4vh;
    }
    .hurdle .content .box img {
        margin: auto;
        width: 82%;
    }
    .hurdle .bar {
        width: 2.5%;
        margin: 0 auto;
    }
}

/* すべてサーバーワークスが解決します-------------------------------------------------- */
.solution {
    padding: 1vh 0 6vh;
    background: linear-gradient(120deg, rgb(208, 13, 45) 0%, rgb(208, 13, 45) 30%, rgb(241, 28, 58) 100%);
}
.solution h1 {
    color: #fff;
}
.solution .content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.solution .content .box {
    display: flex;
    margin-bottom: 2vh;
    align-items: stretch;
}
.solution .content .box .detail {
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    width: 75%;
    padding: 4%;
    flex: 3;
    min-height: clamp(100px, 30vw, 360px);
}
.solution .content .box:nth-of-type(4) .detail {
    min-height: clamp(100px, 20vw, 180px);
}
.solution .content .box:nth-of-type(1) .detail,
.solution .content .box:nth-of-type(3) .illust,
.solution .content .box:nth-of-type(4) .detail {
    border-radius: 20px 0 0 20px;
}
.solution .content .box:nth-of-type(1) .illust,
.solution .content .box:nth-of-type(3) .detail,
.solution .content .box:nth-of-type(4) .illust {
    border-radius: 0 20px 20px 0;
}
.solution .content .box:nth-of-type(2) .detail {
    width: 92%;
    border-radius: 20px;
}
.solution .content .box .detail .abs {
    font-weight: 900;
    font-size: clamp(28px, 6.4vw, 88px);
    margin: 0;
    opacity: 0.1;
    top: -36px;
    left: -10px;
}
.solution .content .box .detail .ttl {
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: bold;
    margin: 0;
}
.solution .content .box .detail .txt {
    line-height: 2.0;
    font-size: clamp(18px, 1.2vw, 24px);
}
.solution .content .box .illust {
    background-color: #ffecee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    width: 25%;
    padding: 4%;
    margin: 8px 0;
    flex: 1;
    margin: auto;
}
.solution .content .box:nth-of-type(4) .illust {
    padding: 2% 4%;
}
.solution .content .box:nth-of-type(4) .illust img {
    width: 90%;
    margin: auto;
}
.solution .content .box .illust .txt {
    margin: auto;
    display: block;
}
.solution .content .box .illust .emb {
    width: 75%;
    margin: 2vh auto 0;
    display: block;
}
@media only screen and (max-width: 767px){
    .solution h1 {
        margin-top: 0;
    }
    .solution .content .box {
        flex-direction: column;
    }
    .solution .content .box:nth-of-type(3) {
        flex-direction: column-reverse;
    }
    .solution .content .box:nth-of-type(1) .detail,
    .solution .content .box:nth-of-type(3) .detail,
    .solution .content .box:nth-of-type(4) .detail {
        border-radius: 20px 20px 0 0;
    }
    .solution .content .box:nth-of-type(1) .illust,
    .solution .content .box:nth-of-type(3) .illust,
    .solution .content .box:nth-of-type(4) .illust {
        border-radius: 0 0 20px 20px;
    }
    .solution .content .box .detail {
        width: 92%;
        padding: 6% 4% 4%;
    }
    .solution .content .box .detail .abs {
        font-size: clamp(48px, 6.4vw, 88px);
        top: -20px;
    }
    .solution .content .box .detail .ttl {
        padding-bottom: 8px;
        border-bottom: 2px solid;
        border-image: linear-gradient(to left,rgb(208, 15, 49) , rgb(252, 164, 0))1;
    }
    .solution .content .box .detail .txt {
        line-height: 1.8;
        font-size: clamp(16px, 1.2vw, 24px);
    }
    .solution .content .box .illust {
        display: flex;
        width: 86%;
    }
    .solution .content .box .illust .txt {
        width: 48%;
    }
    .solution .content .box .illust .emb {
        width: 40%;
        margin: auto;
    }
    .solution .content .box .graph {
        overflow-x: scroll;
    }
    .solution .content .box .graph img {
        width: 640px;
    }
    .solution .content .box .human {
        width: 60%;
        margin: auto;
    }
}

/* 動画-------------------------------------------------- */
.mov {
    background-color: #fff2f5;
    padding: 6vh 0 8vh;
    background-image: url(../img/gene_bg.png);
}
.mov iframe {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 680px;
    height: auto;
    aspect-ratio: 16 / 9;
}
.mov h1 {
    position: relative;
    width: 50%;
    margin: 1vh auto 4vh;
    font-size: clamp(16px, 2.2vw, 32px);
}
.mov h1::before,
.mov h1::after {
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #d00f31;
    content: '';
    bottom: 0;
}
.mov h1::before {
    transform: rotate(-35deg);
    left: 0;
}
.mov h1::after {
    transform: rotate(35deg);
    right: 0;
}
@media only screen and (max-width: 767px){
    .mov h1 {
        position: relative;
        width: 90%;
        font-size: clamp(20px, 2.2vw, 32px);
    }
}

/* お悩み--------------------------------------------------- */
.worry {
    background: linear-gradient(90deg, rgb(211 211 211) 0%,rgb(241 241 241) 50%,rgb(211 211 211) 100%);
    padding: 4vh 0 8vh;
}
.worry .content {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.worry .box {
    display: flex;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 10px;
}
.worry .box p {
    margin: 0;
}
.worry .box img {
    width: 20px;
    object-fit: contain;
    margin-right: 4px;
}
.worry .left {
    left: -16vw;
    width: 18vw;
    bottom: -12%;
    overflow-x: hidden;
}
.worry .right {
    right: -13vw;
    width: 16vw;
    bottom: -12%;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px){
    .worry h1 {
        text-align: left;
        padding-left: 27%;
        font-size: clamp(16px, 6.2vw, 34px);
    }
    .worry .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 7vh;
    }
    .worry .content .box:nth-of-type(2) {
        margin-top: -20px;
    }
    .worry .box {
        padding: 14px;
        margin-bottom: 10px;
        width: 40%;
        align-items: baseline;
    }
    .worry .left {
        left: -8vw;
        width: 35vw;
        top: -37%;
    }
    .worry .right {
        right: -3vw;
        width: 36vw;
        bottom: -10%;
    }
}

/* 流れ--------------------------------------------------- */
.flow {
    background-image: linear-gradient(120deg, rgb(190, 4, 37) 0%, rgb(190, 4, 37) 30%, rgb(241, 28, 58) 100%);
    padding: 4vh 0 10vh;
}
.flow .tri {
    background-color: #f1f1f1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    top: 0;
    left: 46%;
    right: 46%;
    margin: auto;
    height: 4vh;
    width: 8%;
}
.flow h1 {
    color: #fff;
}
.flow .content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}
.flow .content .box {
    background-color: #fff;
    display: flex;
    padding: 2%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.flow .content .box .num {
    font-size: clamp(34px, 6.4vw, 68px);
    margin: 0;
    font-weight: 700;
    line-height: 1;
}
.flow .content .box .detail {
    flex-grow: 2;
    margin-left: 10px;
}
.flow .content .box .detail p {
    margin: 0;
    line-height: 1.6;
}
.flow .content .box .detail .grad_r {
    font-size: clamp(16px, 1.4vw, 28px);
    font-weight: bold;
}
.flow .content .box img {
    width: 18%;
    object-fit: contain;
}
.flow .content::after {
    content: "";
    background-color: #fff;
    width: 8%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
}

@media only screen and (min-width: 767px){
    .flow .content .box .pc ul {
        display: flex;
        flex-wrap: wrap;
    }
    .flow .content .box .pc ul li {
        width: 45%;
    }
}

@media only screen and (max-width: 767px){
    .flow {
        padding: 4vh 0 5vh;
    }
    .flow .content::after {
        width: 16%;
    }
    .flow .tri {
        left: 44%;
        right: 44%;
        width: 14%;
    }
    .flow .content .box {
        padding: 4%;
        display: block;
    }
    .flow .content .box .ttl {
        display: flex;
        align-items: center;
        margin: 1vh auto;
    }
    .flow .content .box .ttl .txt {
        font-size: clamp(20px, 1.4vw, 28px);
        font-weight: bold;
        margin: 0 0 0px 4px;
    }
    .flow .content .box .detail {
        flex-grow: 1;
        margin-left: 0;
        margin-top: 0;
    }
    .flow .content .box img {
        width: 30%;
        text-align: right;
        margin: 0 0 10px 10px;
    }
    .flow .content .box ul {
        padding-left: 8%;
    }
}