@charset "UTF-8";
/* CSS Document */
.p-intro {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-intro {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-intro__list li {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-intro__list li {
    margin-bottom: 0;
    width: 32%;
  }
}
.p-intro__list li .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-intro__list li .ttl {
    font-size: 20px;
  }
}
.p-intro__list li .ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  bottom: -25px;
  background-color: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 992px) {
  .p-intro__list li .ttl::after {
    width: 47px;
    height: 16px;
    bottom: -30px;
  }
}
.p-intro__list li .txt-wrap {
  margin-top: 40px;
  padding: 15px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-intro__list li .txt-wrap {
    margin-top: 50px;
    height: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
}
.p-intro__list li .txt-wrap .icon {
  width: 67px;
}
@media screen and (min-width: 992px) {
  .p-intro__list li .txt-wrap .icon {
    width: 100px;
  }
}
.p-intro__list li .txt-wrap .txt {
  
  width: calc(100% - 82px);
}
@media screen and (min-width: 992px) {
  .p-intro__list li .txt-wrap .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.p-intro__txt {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.66666667;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration-color: #ff6b45;
          text-decoration-color: #ff6b45;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media screen and (min-width: 992px) {
  .p-intro__txt {
    margin-top: 80px;
    font-size: 24px;
  }
}

.p-webbusiness {
  padding: 50px 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 992px) {
  .p-webbusiness {
    padding: 120px 0;
  }
}
.p-webbusiness__list {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 40px;
  }
}
.p-webbusiness__list .box {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box {
    width: 49%;
  }
}
.p-webbusiness__list .box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box:last-of-type .flex-wrap .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-webbusiness__list .box:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-webbusiness__list .box:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-webbusiness__list .box:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-webbusiness__list .box:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-webbusiness__list .box:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.p-webbusiness__list .box .ttl {
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box .ttl {
    font-size: 20px;
    padding: 5px;
  }
}
.p-webbusiness__list .box .flex-wrap {
  padding: 24px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box .flex-wrap {
    padding: 30px;
  }
}
.p-webbusiness__list .box .flex-wrap .icon {
  width: 65px;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box .flex-wrap .icon {
    width: 100px;
  }
}
.p-webbusiness__list .box .flex-wrap .list-box {
  width: calc(100% - 75px);
  padding-left: 10px;
  border-left: 1px solid #d8d8d8;
}
@media screen and (min-width: 992px) {
  .p-webbusiness__list .box .flex-wrap .list-box {
    width: calc(100% - 120px);
  }
}
.p-webbusiness__list .box .flex-wrap .list-box li {
  font-size: 16px;
  line-height: 1.875;
  padding-left: 20px;
  position: relative;
}
.p-webbusiness__list .box .flex-wrap .list-box li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #ff6b45;
}
.p-webbusiness__list .box .flex-wrap .list-box li a {
  text-decoration: underline;
}

.p-toolbusiness {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness {
    padding: 120px 0;
  }
}
.p-toolbusiness__list {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list {
    margin-top: 40px;
  }
}
.p-toolbusiness__list .box {
  padding: 25px 15px;
  border: 1px solid #d8d8d8;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box {
    padding: 30px 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-toolbusiness__list .box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .txt-wrap {
    padding-left: 30px;
    width: 65%;
  }
}
.p-toolbusiness__list .box .logo {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .logo {
    border-bottom: none;
    border-right: 1px solid #d8d8d8;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-toolbusiness__list .box .logo.dejam img {
  width: 209px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .logo.dejam img {
    width: 300px;
  }
}
.p-toolbusiness__list .box .logo.delacon img {
  width: 212px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .logo.delacon img {
    width: 300px;
  }
}
.p-toolbusiness__list .box .logo.linkchat img {
  width: 119px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .logo.linkchat img {
    width: 155px;
  }
}
.p-toolbusiness__list .box .ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .ttl {
    margin-top: 0;
    font-size: 24px;
  }
}
.p-toolbusiness__list .box .txt {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .txt {
    margin-top: 20px;
  }
}
.p-toolbusiness__list .box .button {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-toolbusiness__list .box .button {
    margin-top: 20px;
  }
}





:root{
  --black:#2f2f2f;
  --orange:#ff6848;
  --gray:#f5f5f5;
  --line:#dcdcdc;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}



.wrap{
  width:min(1120px, calc(100% - 64px));
  margin:0 auto;
}

.serif,
.section-title,
.main-copy,
.brand-name,
.category-name h2{
  letter-spacing:.06em;
}

/* breadcrumb */
.breadcrumb{
  padding:34px 0 0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.breadcrumb span{
  color:#999;
  margin:0 8px;
}

/* hero */
.hero{
  padding:70px 0 90px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:80px;
  align-items:center;
}

.hero-brand{
  position:relative;
  min-height:300px;
  display:flex;
  align-items:center;
}

.hero-brand:before,
.hero-brand:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:100%;
  background:#111;
}

.hero-brand:after{
  left:7px;
}

.brand-inner{
  padding-left:48px;
}

.brand-name{
  margin:0 0 8px;
  font-size:22px;
  font-weight:500;
}

.brand-orange{
  display:inline-block;
  background:var(--orange);
  color:#fff;
  padding:16px 24px;
  font-size:13px;
  font-weight:700;
  line-height:1.8;
  letter-spacing:.1em;
}

.category-label{
  display:inline-block;
  margin-bottom:18px;
  font-size:13px;
  color:var(--orange);
  font-weight:800;
  letter-spacing:.14em;
}

.main-copy{
  margin:0 0 30px;
  font-size:40px;
  line-height:1.6;
  font-weight:800;
  word-break:keep-all;
}

.lead{
  margin:0;
  font-size:15px;
  line-height:2.25;
  font-weight:600;
}

/* common */
.section{
  padding:82px 0;
}

.section.gray{
  background:var(--gray);
}

.section-title{
  text-align:center;
  margin:0 0 42px;
  font-size:31px;
  font-weight:800;
}

.section-title:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  background:var(--orange);
  margin:14px auto 0;
}

.section-lead{
  max-width:850px;
  margin:0 auto 46px;
  text-align:center;
  font-size:15px;
  line-height:2.2;
  font-weight:600;
}

/* service overview */
.service-overview{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.service-box{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  padding:42px 36px;
  overflow:hidden;
  min-height:360px;
}

.service-box::before{
  content:attr(data-num);
  position:absolute;
  right:20px;
  bottom:-20px;
  font-size:100px;
  color:rgba(255,104,72,.08);
  font-weight:800;
  line-height:1;
}

.service-box span{
  display:block;
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:14px;
}

.service-icon{
  width:46px;
  height:46px;
  color:var(--orange);
  margin-bottom:22px;
}

.service-box h3{
  margin:0 0 18px;
  font-size:28px;
  line-height:1.5;
  font-weight:800;
}

.service-box p{
  margin:0;
  font-size:14px;
  line-height:2.1;
  font-weight:600;
}

/* works next */
.np-next-section{
  padding:90px 0;
  background:#fff;
}

.np-next-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.np-next-copy{
  border-left:1px solid #111;
  padding-left:32px;
}

.np-next-copy h2{
  margin:0 0 24px;
  font-size:38px;
  line-height:1.55;
  font-weight:800;
}

.np-next-copy p{
  margin:0;
  font-size:15px;
  line-height:2.3;
  font-weight:600;
}

.np-next-list{
  display:grid;
  gap:18px;
}

.np-next-item{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding:24px 0;
  border-bottom:1px solid #ddd;
}

.np-next-num{
  color:var(--orange);
  font-size:18px;
  font-weight:800;
  min-width:48px;
}

.np-next-item h3{
  margin:0 0 6px;
  font-size:18px;
  font-weight:800;
}

.np-next-item p{
  margin:0;
  font-size:14px;
  line-height:2;
  font-weight:600;
}

/* category */
.category-head{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:56px;
  align-items:start;
  margin-bottom:54px;
}

.category-name{
  border-left:1px solid #111;
  padding-left:28px;
}

.category-name span{
  display:block;
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:12px;
}

.category-name h2{
  margin:0;
  font-size:46px;
  line-height:1.2;
  font-weight:800;
}

.category-copy{
  margin:0;
  font-size:16px;
  line-height:2.25;
  font-weight:600;
}

.tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.tag-list span{
  display:inline-block;
  padding:8px 15px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
}

/* grids/cards */
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.grid-6{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.card{
  position:relative;
  border:1px solid var(--line);
  background:#fff;
  padding:32px 26px;
  min-height:220px;
  overflow:hidden;
}

.card-icon{
  width:40px;
  height:40px;
  color:var(--orange);
  margin-bottom:18px;
}

.card h3{
  margin:0 0 12px;
  font-size:18px;
  line-height:1.6;
  font-weight:800;
}

.card p{
  margin:0;
  font-size:14px;
  line-height:2;
  font-weight:600;
}

/* dark */
.dark{
  background:var(--black);
  color:#fff;
  padding:70px 0;
}

.dark .section-title{
  color:#fff;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(255,255,255,.25);
}

.feature{
  background:#3a3a3a;
  padding:34px 30px;
}

.feature-num{
  display:block;
  color:var(--orange);
  font-size:32px;
  line-height:1;
  margin-bottom:18px;
  font-weight:800;
}

.feature h3{
  margin:0 0 16px;
  font-size:19px;
  line-height:1.6;
}

.feature p{
  margin:0;
  color:#eee;
  font-size:13px;
  line-height:2;
  font-weight:600;
}

/* flow */
.flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
}

.flow-item{
  position:relative;
  border:1px solid var(--line);
  background:#fff;
  padding:38px 18px 24px;
  text-align:center;
  min-height:185px;
}

.flow-item:before{
  content:attr(data-step);
  position:absolute;
  top:-17px;
  left:50%;
  transform:translateX(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.flow-item h3{
  margin:0 0 12px;
  font-size:16px;
}

.flow-item p{
  margin:0;
  font-size:13px;
  line-height:1.9;
  font-weight:600;
}

/* anxiety */
.anxiety-section{
  padding:90px 0;
  background:#f5f5f5;
}

.anxiety-grid-new{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.anxiety-card-new{
  background:#fff;
  border:1px solid #ddd;
  padding:30px 30px 28px;
  position:relative;
}

.anxiety-card-new::before{
  content:attr(data-label);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#2f2f2f;
  color:#fff;
  font-weight:800;
  margin-bottom:18px;
}

.anxiety-card-new h3{
  margin:0 0 12px;
  font-size:19px;
  line-height:1.6;
  font-weight:800;
}

.anxiety-card-new p{
  margin:0;
  font-size:14px;
  line-height:2.1;
  font-weight:600;
}

/* subsidy */
.subsidy-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}

.subsidy-text{
  font-size:15px;
  line-height:2.25;
  font-weight:600;
}

.subsidy-list{
  list-style:none;
  padding:0;
  margin:0;
}

.subsidy-list li{
  border-bottom:1px solid var(--line);
  padding:18px 0;
  font-size:15px;
  font-weight:700;
}

.subsidy-list li::before{
  content:"●";
  color:var(--orange);
  margin-right:10px;
}

/* business support */
.support-visual{
  background:#2f2f2f;
  color:#fff;
  padding:82px 0;
}

.support-visual .category-name{
  border-left-color:#fff;
}

.support-visual .category-name h2,
.support-visual .category-copy{
  color:#fff;
}

.exec-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(255,255,255,.25);
  margin-top:44px;
}

.exec-item{
  background:#3a3a3a;
  padding:32px 24px;
}

.exec-item span{
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
}

.exec-item h3{
  margin:12px 0 12px;
  color:#fff;
  font-size:18px;
  line-height:1.6;
}

.exec-item p{
  margin:0;
  color:#eee;
  font-size:13px;
  line-height:2;
  font-weight:600;
}

.pdca-box{
  background:#fff;
  border:1px solid var(--line);
  padding:46px 50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}

.pdca-copy{
  font-size:26px;
  line-height:1.7;
  font-weight:800;
  margin:0 0 20px;
}

.pdca-text{
  margin:0;
  font-size:15px;
  line-height:2.25;
  font-weight:600;
}

.pdca-steps{
  display:grid;
  gap:14px;
}

.pdca-step{
  display:flex;
  gap:16px;
  align-items:flex-start;
  border-bottom:1px solid var(--line);
  padding:0 0 14px;
}

.pdca-step span{
  color:var(--orange);
  font-weight:800;
  min-width:46px;
}

.pdca-step p{
  margin:0;
  font-size:14px;
  font-weight:700;
  line-height:1.9;
}

/* CTA */
.cta{
  background:var(--gray);
}

.cta-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  overflow:hidden;
}

.cta-text{
  padding:56px;
}

.cta h2{
  margin:0 0 18px;
  font-size:32px;
  line-height:1.5;
  font-weight:800;
}

.cta p{
  margin:0 0 28px;
  font-size:14px;
  line-height:2;
  font-weight:600;
}

.btn-row{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  min-width:230px;
  padding:16px 24px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  font-weight:800;
  transition:.25s;
}

.btn:hover{
  opacity:.85;
  transform:translateX(3px);
}

.btn:after{
  content:"→";
  font-size:18px;
}

.btn.sub{
  background:#fff;
  color:#333;
  border:1px solid #bbb;
}

.cta-image{
  min-height:320px;
  background:
    linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.55)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80");
  background-size:cover;
  background-position:center;
  filter:grayscale(100%);
}

/* responsive */
@media(max-width:1000px){
  .hero-grid,
  .service-overview,
  .np-next-grid,
  .category-head,
  .subsidy-box,
  .pdca-box,
  .cta-box{
    grid-template-columns:1fr;
    gap:40px;
  }

  .main-copy br{
    display:none;
  }

  .grid-3,
  .grid-6,
  .feature-grid,
  .flow,
  .exec-grid,
  .anxiety-grid-new{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .wrap{
    width:min(100% - 36px,1120px);
  }

  .main-copy{
    font-size:27px;
  }

  .section,
  .np-next-section,
  .anxiety-section{
    padding:60px 0;
  }

  .np-next-copy h2{
    font-size:28px;
  }

  .cta-text,
  .pdca-box{
    padding:38px 24px;
  }

  .btn{
    width:100%;
  }
}
