@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif!important;
  font-weight: 400;
  font-style: normal;  --color_base: #fff;
  --color_main: #EBF1F5;
  --color_text: #333;
  --color_acce: #FF0069;
  line-height: 1.5;
  text-align: justify;
}
html, body {
  overflow-x: hidden;
}
* {
  padding: 0;
  margin: 0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}
ol, ul {
    list-style: disc!important;
}
img {
    object-fit: cover;
}
a {
  color: var(--color_text);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
section {
  margin-bottom: 100px;
}

/* header */
header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
header .top-logo img {
    width: 75%;
}
.top-logo {
    font-size: 1.25em;
    font-weight: bold;
    color: #F3981E;
}
.header-logo {
    display: flex;
    align-items: flex-end;
}
.header-logo p {
    font-size: 2.25em;
    font-weight: bold;
    color: #F3981E;
    line-height: 1.2;
}
.header-right {
    text-align: center;
}
.header-right div p span {
    color: #00B050;
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.header-tel {
    text-align: center;
    line-height: 0.7;
    text-wrap: nowrap;
}
.headerinner {
    display: flex;
    padding: .5em 0;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.btn {
    padding: 0;
    background: #FDD000;
    border-radius: 5em;
    width: fit-content;
    margin: 0 auto;
}
.btn a {
    padding: 0.8em 2em;
    color: #333;
    font-size: 1.13em;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    text-wrap: nowrap;
}

/* 吹き出し下向き */
.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #00B050;
    text-align: center;
    border-radius: 5px;
  }
  
  .balloon:before, .case-balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 15px solid #00B050;
  }
  .case-balloon:before {
    margin-left: -17px;
    border: 17px solid transparent;
    border-top: 32px solid #fff;
  }
  
  .balloon p {
    margin: 0;
    padding: 0;
  }

  /* 吹き出し左右向き */
  .balloon-left, .balloon-right {
    position: relative;
    display: inline-block;
    padding: 2em;
    width: 100%;
    min-width: 120px;
    max-width: 100%;
    color: var(--color_text);
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 35px rgba(14,25,49,0.1);
    border-radius: 5px;
  }  
  .balloon-left:before, .balloon-right:before {
    content: "";
    position: absolute;
    top: 25%;
    margin-top: -15px;
    border: 15px solid transparent;
  }
  .balloon-left:before {
    left: -30px;
    border-right: 20px solid #fff;
  }
  .balloon-right:before {
    left: 100%;
    border-left: 20px solid #fff;
  }
  
  .balloon-left p, .balloon-right p {
    margin: 0;
    padding: 0;
  }
  
  


/* mainvisual */
h1 {
    margin: 0 0 16px;
    font-size: 2.5em;
}
h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1em;
}
h3 {
    text-align: center;
    margin: 1em 0;
    font-size: 1.5em;
}
.color-ttl{
    color: #00B050;
}
.mv {
    background-color: #EBFCEF;
    background-size: cover;
    background-position: center; /* 背景画像を中央に配置 */
    width: 100%;
    display: flex; /* Flexboxを使って中央揃えを実現 */
    align-items: center; /* 縦方向に中央揃え */
    justify-content: center; /* 横方向に中央揃え */
    padding: 110px 0 80px;
    text-align: center;
    position: relative;
}
.mv::after {
border: 7px solid transparent;
    border-top: 120px solid #EBFCEF;
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 49vw solid transparent;
    border-left: 49vw solid transparent;
}

.mv-flex {
    display: flex;
    flex-direction: row; /* 横方向に並べる */
    gap: 2em;
    align-items: center; /* 縦方向に中央揃え */
    justify-content: space-between; /* アイテム間にスペースを均等に */
    width: 100%; /* 幅を100%に設定 */
    padding: 0 1em;
}


.mv-p {
    font-weight: 500;
    text-align: center;
    margin-top: 3em;
}

.mv-circle {
    padding: 1em;
    border-radius: 100%;
    width: 12em;
    height: 12em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    background-color: #00B050;
    position: relative;
    z-index: 2;
}

.circle-flex {
    display: flex;
    justify-content: center;
    gap: 1em;
    position: relative;
    z-index: 2;

}
.top-circle::after {
    border: 7px solid transparent;
    border-top: 3em solid #D9EEDE;
    content: "";
    position: absolute;
    box-sizing: border-box;
    bottom: -2.5em;
    border-right: 10em solid transparent;
    border-left: 10em solid transparent;
    z-index: 1;
}

.comment img {
    max-width: 1000px;
    width: 100%;
}

.top-form {
    background-color: #fff;
    color: var(--color_text);
    border-radius: 5px;
    padding: 1.5em;
    width: 50%;
    margin-top: -5em;
}
.top-form h2 {
    color: #00B050;
}

textarea {
    max-height: 70px;
}
.form-p {
    font-size: 0.8em;
    width: 80%;
    margin: 0 auto;
}
.celf_formtext {
    text-align: left;
    font-weight: bold;
    margin-bottom: .5em;
}
input#btn {
    padding: 1em 3em;
    background-color: #FDD000;
    border-radius: 5em;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    color: #333333;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
}
.top-form .celf_formtext .wpcf7-email, .top-form .celf_formtext .wpcf7-text, .top-form .celf_formtext textarea {
    background-color: #F9FDFF;
    border: 1.5px solid rgba(168, 196, 251);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    color: #333;
    margin: .5rem 0 0;
    padding: .5em;
}
input::placeholder, textarea::placeholder {
    color: #C9C9C9;
}
.form-button {
    position: relative;
    padding-right: 30px; /* 矢印のスペースを確保 */
  }
  span.required {
    color: #fff;
    background-color: #EE3131;
    padding: .1rem .5rem;
    border-radius: 3px;
}
  .submit-button:after {
    content: '＞';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px; /* 矢印のサイズ */
  }

.company-logo {
    display: flex;
    justify-content: center;
    gap: 5em;
    margin: 3em 1em;
}
.company-logo img {
    width: 168px;
}

/* 概要 */
.hope {
    background-color: #FBFBFB;
    padding: 10rem 0rem 5rem 0;
}
.gaiyou {
    display: flex;
    justify-content: center;
}
.zubari {
    text-align: center;
}
.w-box {
    margin-top: 2em;
}
.w-box_inner {
    margin: 0 auto;
}
.w-box img {
    height: 165px;
}
.ttl-head {
    font-size: 2.5em;
    font-weight: bold;
}
.ttl-head span {
    color: #00B050;
}
.w-box p {
    margin: 1em 0;
}
.logo-block {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    align-items: center;
}
.logo-block img {
    width: 100%;
}


    /* 声 */
#thought .container {
    width: 985px;
}
#thought img {
    width: 15%;
    object-fit: cover;
}
#thought span a {
    color: var(--color_acce);
    border-bottom: solid 1px;
}
.customer, .staff {
    display: flex;
    align-items: start;
    gap: 2em;
    margin: 3em 0;
}
.staff {
    flex-direction: row-reverse;
}
.customer div span, .staff div span {
    color: #00B050;
}
.image-photo {
    display: flex;
    gap: 3em;
    justify-content: space-between;
    width: 100%;
}
#thought .image-photo img {
    width: 30%;
    height: auto;
}
.shisaku img {
    width: 100%;
}
.shisaku {
    max-width: 1000px;
    margin: 0 auto;
}

/* 集客におけるカバー領域 */
.collabo {
    margin: 0 auto;
    text-align: center;
}
.collabo p {
    display: inline-block;
    margin: 0 0 3em 0;
}
.achievements {
    display: flex;
    margin: 2em 0;
    gap: 2em;
    justify-content: space-evenly;
}
.logo-img {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1em 0;
}
.logo-img img {
    object-fit: cover;
}
.seishin img {
    width: 95px;
}
.chusyodantai img {
    width: 185px;
}
.uonaka img {
    width: 245px;
}

/* 任せて安心！SNS運用・広告の進め方 */

.flow-box {
    background-color: #fff;
    border: solid 1px #00B050;
    border-radius: 5px;
    padding: 5em;
}
.inner-center {
    margin: 0 auto;
    width: 80%;
}
.flow-title {
    margin: 1em 0;
    background-image : linear-gradient(to right, #959595 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.flow-title, .title-number {
    display: flex;
    align-items: center;
    gap: 4em;
}
.flow-title .title-number h3 {
    margin: 1em 0;
    position: relative;
    z-index: 2;
}
.flow-title .title-number span {
    font-size: 4.5em;
    font-weight: bold;
    color: #EBFCEF;
    font-family: "Noto Sans JP", sans-serif!important;
    position: absolute;
    margin-left: 0.5em;
    font-style: italic;
}
.step img {
    width: 60px;
    margin: 0 auto;
}
.step-box {
    width: 85%;
}
.step01, .step02, .step03, .step04 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3em 0;
    gap: 2em;
}
.step01 h3, .step02 h3, .step03 h3, .step04 h3 {
    margin: 0 0 .5em 0;
    text-align: left;
    color: #00B050;
    font-size: 1.25em;
}
.step04 h3 {
    color: #F3981E;
}
.step-ul {
    border: solid #00B050 1px;
    border-radius: 5px;
    padding: 1em 1.35em;
    font-size: 0.938em;
}
.step04 .step-ul {
    border: solid #F3981E 1px;
}
.step-ul div {
    padding: 0 1em;
}
.handle {
    margin-top: auto;
    color: var(--color_text);
    font-weight: normal;
    font-size: 0.8em;
}
.flow-box-wrapper {
    position: relative;
    width: 100%;
}
  
.background {
    position: absolute;
    top: -10em;
    left: 0;
    margin: 0 calc(50vw - 50%);
    width: 100%;
    height: 100%;
    background-color: #EBFCEF;
    z-index: 0;
    border-radius: 5px;
    box-sizing: border-box;
    width: calc(100% - 10px);
}
  
.flow-box {
    position: relative;
    z-index: 0;
    margin-right: 0;
}
    
#flow {
    margin: 15em 0 3em 0;
}
.under, .right {
    text-align: center;
    margin-top: 3em;
}
.right {
    width: 10px;
}
.under img {
    width: 30px;
}
.right img {
    width: 10px;
}
  
.effect-bg {
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}
.effect-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FBFBFB;
    transform: skewY(5deg) translateY(80px);
    z-index: -1;
}
.effect-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
    gap: 1em;
}
.effect-title h2 {
    margin-bottom: 0;
}
.point-box {
    display: flex;
    gap: 2em;
}
#effect {
    margin-bottom: 0;
}
.effect-title img {
    width: 100px;
}
.effect-point {
    flex: 1;
    min-width: 0;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em;
    gap: 1em;
}
.effect-point img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.case {
    padding: 100px 0;
    font-size: 16px;
}
.case-bg {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #00b0501a calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #00b0501a calc(100% - 1px));
    background-size: 35px 35px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #FBFBFB;
    padding: 20em 2em 8em;
    margin-top: -16em;
    position: relative;
    z-index: -1;
}
.case-balloon {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    padding: 2em 4em 4em;
    top: 2em;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    position: relative;
}
.case-balloon h3 span {
    color: #00B050;
}
.balloon-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
}
.balloon-text {
    font-weight: bold;
}
.check {
    font-size: 1.125em;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.check i {
    color: #00B050;
    font-size: 1.25em;
    margin-right: 1em;
}
.case-img {
    width: 30%;
}
.case-img img {
    width: 100%;
}
.case-after {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    gap: 2em;
}
.case-after p {
    font-size: 1.25em;
    margin: 1em 0;
}
.case-after p span{
    color: #F3981E;
    font-size: 1.2em;
}
#cta {
    background-color: #00afec;
    background-image: radial-gradient(circle, #ffffff14 8px, transparent 8px);
    background-position: 0 0;
    background-size: 51px 51px;
    width: 100%;
    height: 450px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.cta-text {
    position: relative;
    height: 100%;
    align-items: center;
    display: grid;
}
.cta-img {
    position: absolute;
    right: 8em;
    bottom: 1em;
}
#cta h2 {
    color: #fff;
    font-size: 2rem;
}
#cta p {
    margin: 2em 0;
}
#cta {
    margin-bottom: 0;
}

.background-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover; /* 画像をエリア全体に拡大縮小 */
    z-index: -1; /* 画像を後ろに配置 */
}
.head-title {
    text-align: left;
    margin: 0.5em 0;
    color: #00B050;
    font-size: 1.25em;
    font-weight: bold;
}
.point-text {
    font-weight: normal;
    font-size: 1em;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1em 0;
    gap: 10px;
}
.info img {
    width: 65px;
}
.results {
    color: #00B050;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 10px;
    margin-top: 1em;
}
.results div {
    width: 100%;
    height: 1px;
    background-color: blue;
}
.company-img {
    text-align: center;
    margin: 3em 1em;
}
.company-img img {
    width: 100%;
    max-width: 600px;
}

.overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 2em;
}
.systemminds, .beact, .newing {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
    margin: 0 auto;
    padding: 2em;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.systemminds ul, .beact ul, .newing ul {
    margin-left: 1em;
}
.info-img {
    width: 100%;
    height: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.green-text {
    color: #00B050;
    font-weight: bold;
    font-size: 1.25em;
    width: 120px;
    margin-top: .5em;
}
footer {
    background-color: #FBFBFB;
    color: #333333;
    text-align: center;
    padding: 2em;
}
.privacy a {
    border-bottom: solid 1px;
    color: #333;
    width: fit-content;
    margin: 0 auto;
}
.privacy a:hover {
    border-bottom: none;
}
.sns-link {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
}

/* 固定ページ */
.page_privacy {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 1em;
    padding-top: 10em;
}
.page_privacy h3 {
    text-align: left;
}
.entry-content {
    padding-top: 5em;
}
@media (max-width:1020px){
    .step-ul {
        height: 60%;
    }
    #thought .container {
        width: unset;
    }
}
@media (max-width:900px){
    body {
        font-size: 14px;
    }
    section {
        margin-bottom: 64px;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    .mv {
        height: auto;
        padding: 100px 0;
    }
    .mv-flex {
        display: block;
    }
    .top-form {
        margin: 0 auto;
        width: 80%;
        padding: 2em 1em;
    }
    .mv::after {
        border-top: 70px solid #EBFCEF;
    }
    .logo-block {
        margin: 1em 0 3em;
    }
    .mv-p {
        margin-bottom: 2em;
    }
    .w-box_inner img {
        display: block;
        margin: 0 auto;
    }
    .w-box_inner {
        max-width: fit-content;
        margin: 0 auto;
    }
    .inner-center {
        width: 90%;
    }
    .step-box {
        width: 100%;
    }
    .gaiyou {
        display: block;
    }
    .grd-head {
        font-size: 2em;
    }
    .image-photo {
        gap: 1em;
    }
    .systemminds, .beact, .newing {
        margin-bottom: 3em;
        width: 95%;
    }
    .hope {
        padding: 8rem 0rem 2rem 0;
    }
    #flow {
        margin: 10em 0 0 0;
    }
    .flow-title, .title-number {
        gap: 2em;
    }
    .flow-title h3 {
        text-align: left;
    }
    .title-number {
        text-wrap: nowrap;
    }
    .step-head {
        font-size: 1em;
        height: 190px;
    }
    .background {
        top: -5em;
    }
    .effect-title img {
        width: 55px;
    }
    .point-box {
        display: block;
    }
    .effect-point {
        padding: 1em;
        margin-bottom: 1em;
    }
    .effect-bg {
        padding: 135px 0 60px;
    }
    .cta-img {
        right: .5em;
    }
    .overview {
        display: block;
    }

        
}
@media (min-width:769px){
    .sp{
        display: none;
    }
}

@media (max-width: 768px) {
    .pc{
        display: none;
    }
    .mv-circle {
        padding: 0;
        font-size: 8px;
    }
    .comment img {
        max-width: 90%;
    }
    .ttl-head {
        font-size: 1.5em;
    }
    header .top-logo img {
        min-width: 100px;
    }
    .top-logo {
        font-size: 1em;
    }
    .header-logo p {
        font-size: 1.5em;
    }

    .header-right div p span {
        justify-content: center;
        font-size: 1.2em;
    }
    .header-tel img {
        width: 15px;
    }
    .handle {
        margin-top: unset;
    }
    .under {
        margin-top: 2em;
    }
    

    .flow-box {
        padding: 2em;
        margin: 1em;
    }
    #cta h2 {
        font-size: 1.5em;
    }
    .case-balloon {
        padding: 2em 1em 3em;
    }
    .case-after p {
        font-size: 1.125em;
    }
    .case-after p span {
        font-size: 1.25em;
    }
    .case-bg {
        padding: 20em 0em 8em;
    }
    .step-icon {
        text-align: center;
    }
    .step {
        display: block;
        margin: 0 0 2em 0;
    }
    .step01 h3, .step02 h3, .step03 h3, .step04 h3 {
        text-align: center;
        margin-top: 1em;
    }
    .step01 {
        margin-top: 0;
    }

    .step01, .step02, .step03, .step04 {
        display: block;
        margin-top: 2em;

    }
    .step-ul {
        height: fit-content;
        width: 100%;
        margin: 0 auto;
    }
    .check {
        font-size: 1em;
    }
    .background {
        margin: 0px calc(50vw - 30%);
        width: calc(80% - 0px);
    }
    .step-head {
        height: 160px;
        gap: 5px;
    }

    .flow-title h3 {
        margin: 1em 0 1em 1em;
    }
    .case-after {
        display: block;
    }
    .case-img {
    width: 80%;
    margin: 0 auto;
    }
    .balloon-flex {
        display: block;
    }
    .circle-flex {
        gap: .5em;
    } 


}
@media (max-width: 600px) {
    .flow-box {
        padding: 2em 1em;
    }
    .cta-img img {
        width: 70%;
    }

}
@media (max-width: 500px) {
    .top-form h2 {
        text-wrap: nowrap;
    }
    .flow-title {
        display: block;
    }
    .flow-title h3 {
        margin: 1em 0 0 0;
    }
    .systemminds, .beact, .newing {
        width: 95%;
        padding: 2em 1em;
    }
    .header-tel {
        margin-bottom: 10px;
    }

    .header-right {
        display: block;
    }
    .top-form {
        width: 100%;
    }

    .balloon-right:before {
        top: 5%;
    }
    .pb1em {
        padding-bottom: 1em;
    }
}
