@charset "utf-8";
/* default PC */

/* アンカーリンク */
.anchor-link .link-btn.anchor {
  background-color: #FFF0;
  border-bottom: 1px solid #96ADCB;
  border-radius: 0;
  color: #0C2340;
  color: #7D92AD;
  font-size: 15px;
  margin-top: 0;
  padding: 10px 0 10px 40px;
  text-align: left;
}

#contents .anchor-link .flex {
  align-content: start;
  display: flex;
  justify-content: flex-start;
  max-width: 901px;
  width: 100%;
}

#contents .anchor-link .flex .txt-3box {
  margin-right: 0;
  width: calc(100% / 3);
}

.link-btn.anchor::after,
.link-btn.anchor:hover::after {
  border: 0;
  border-right: solid 2px #96ADCB;
  border-top: solid 2px #96ADCB;
  content: "";
  height: 5px;
  left: 15px;
  position: absolute;
  right: auto;
  top: 0;
  transform: rotate(135deg);
  width: 5px;
}

.anchor-link .link-btn.anchor:hover {
  color: #0C2340;
  opacity: 1;
}

.anchor-link .link-btn.anchor:hover::after {
  border-right: solid 2px #0C2340;
  border-top: solid 2px #0C2340;
}

/* アンカーリンク */

/*                共通                 */

.link-btn {
  border-radius: 50px;
}

.service-contents .service-item {
  background-color: #FFF;
  border-radius: 10px;
  /* box-shadow: 0 0 27px 6px rgba(153, 148, 136, .17); */
  margin-bottom: 40px;
  padding: 45px 45px;
}

.service-contents .service-item .about-box {
  background-color: #EFF2F7;
  border-radius: 10px;
  padding: 30px;
}

#contents .service-contents .service-item .about-box h3 {
  background-color: #FFF0;
  color: #1D457F;
  padding: 0;
}

#contents .service-contents .service-item .about-box p.list-txt {
  padding-left: 40px;
  position: relative;
}

#contents .service-contents .service-item .about-box p.list-txt .num {
  background-color: #2BB3E9;
  border-radius: 24px;
  color: #FFF;
  font-weight: 500;
  left: 0;
  padding: 0 11px 2px 11px;
  position: absolute;
}

.link-area .link-btn {
  margin: auto;
}

#contents .main-txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}

/* 対象となる方 リストボタン */
#contents .service-contents .service-item ul.list-item {
  padding-left: 0;
}

#contents .service-contents .service-item ul.list-item li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

#contents .service-contents .service-item ul.list-item li:before {
  content: "";
  background-color: #f2db5b;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  border-radius: 50px;
  top: 4px;
}


.service-contents .link-area {
  background-color: #d1ddef;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.service-contents .link-area .link-btn {
  margin: auto;
}

#contents .service-contents .link-area p.txt-center {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}

/* サービス */

#service {
  .service-contents .txt-3box {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(62, 84, 163, .15);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }

  #contents .service-contents .txt-3box a.link-bnr h2 {
    border-bottom: 0;
    font-size: 25px;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }

  #contents .service-contents .txt-3box a.link-bnr p {
    color: #333;
  }

  #contents .service-contents .txt-3box a.link-bnr {
    position: relative;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
  }

  /* #contents .service-contents .txt-3box a.link-bnr:before {
    background-image: url(../image/base/arrow_round_blue.svg);
    bottom: 30px;
    content: "";
    height: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    width: 30px;
    background-size: 30px;
  } */

  #contents .service-contents .txt-3box a.link-bnr img {
    height: 80px;
    margin-bottom: 10px;
  }

  #contents .service-contents .txt-3box:first-child a.link-bnr img {
    height: 70px;
    margin-bottom: 20px;
  }

  #contents .service-contents .txt-3box a.link-bnr p.link-btn {
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    margin: auto auto 0;
  }



  /* リンクバナー準備中表示 */

  #contents .service-contents .txt-3box a.link-bnr.no-link:before {
    background-color: #33333340;
    z-index: 100;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    border-radius: 10px;
  }

  #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn:before {
    background-color: #333;
    position: absolute;
    content: "準備中";
    width: 100%;
    max-width: 330px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    top: 0;
    border-radius: 50px;
  }

  #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn::after {
    content: none;
  }

}



/* 会社設立支援 */
#company-support {
  #contents .main-txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

/* Web支援 */
#web {
  #contents .main-txt {
    text-align: left;
    margin-bottom: 20px;
  }
  #contents .web-ttl{
font-size: 3vw;
        line-height: 1.9em;  
  }
  .web-main .txt-2box img{
    border-radius: 3%;
  }
  .web-main{
    margin-bottom: 60px;
  }
}
.st-box{
  margin-top: 6rem;
}
.st_item{
  margin-bottom: 50px;
  position: relative;
}
.st_item::after {
    content: "";
    display: block;
    width: calc((100vw / 12) * 6);
    height: 15rem;
    background: linear-gradient(45deg, #0c2340 0%, #0172ff 180%);
    position: absolute;
    z-index: -1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    top: -7.5rem;
    border-radius: 0 15px 15px 0;
}
.st_inner{
        padding: 6rem 7rem 9rem;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        justify-content: space-between;
        border-radius: 20px;
          background-color: #fff;
      box-shadow: 0 3px 25px rgba(0,0,0,0.2);
        padding: 40px 80px 30px;
        width: 85%;
        margin: 0 auto;    
            align-items: center;         
}
  .st_item:nth-of-type(even)::after {
        right: calc((100vw / 12) * -1);
    border-radius: 15px 0 0 15px;
    }
    .st_item:nth-of-type(odd)::after {
    left: calc((100vw / 12) * -1);
    border-radius: 0 15px 15px 0;
}
    .st_item:first-child::after {
    top: -3.5rem;
}
.top-service_ttl{
display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
#contents .strong_catch{
  margin-bottom: 0;
}
#contents .strong_catch-num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 1.4;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    margin-right: 20px;
    border-radius: 50%;
    background: #1d457f;
}
#contents h3.strong_name {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.service-flow{
  background-color: #e2ebfc;
  padding: 80px 0;
}
.flow-box {
    position: relative;
    padding: 0vw 0 0;
    background-color: #1d457f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.flow-ttl {
    align-items: center;
    flex-direction: column;
    padding: 0;
    border-radius: 3px 0 0 3px;
    width: 22%;
    border-bottom: none;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #1d457f;
    color: #fff;
    }
  #contents .flow-ttl p{
    margin-bottom: 0;
    font-weight: bold;
  }
    .flow-txt {
        padding: 30px 64px 30px 64px;
            width: calc(100% - 22%);
            background-color: #fff;
    }
      #contents .flow-txt p{
    margin-bottom: 0;
  }
  #contents .flow-num{
    font-size: 130%;
  }
.top-service_item__txt{
  width: 78%;
  margin-right: 4%;
}
.top-service_item__img{
  width: 18%;
}
.support-item{
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 30px;
      border: solid 1px #f1f0f0;
    padding: 15px;
    border-radius: 10px;
}
.support-item:nth-child(3n){
  margin-right: 0;
}
.support-item:last-child{
  margin-bottom: 0;
}
.support-ico{
  text-align: center;
    margin-bottom: 20px;
}
#contents .support-txt p{
  margin-bottom: 0;
}
#contents .support-ttl{
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.service-pagebox {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    max-width: 750px;
}
.service-pagebox:last-child {
    border-top: 0;
}
.service-pagebox a {
    padding: 20px 10px;
    display: block;
    color: #333;
}
#contents .servicepage-ttl {
    font-size: 120%;
    font-size: 140%;
    font-weight: bold;
}
.servicepage-link-box {
    display: inline-block;
}
.servicepage-link-box .circle {
    /* flex: 0 0 auto; */
    display: grid;
    place-items: center;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}
.servicepage-link-box .circle:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #2db3e9;
}
.servicepage-link-box .circle .arrow {
    overflow: hidden;
    display: block;
    position: relative;
    width: .8125rem;
    height: .625rem;
    background-image: url(../image/contents/home/top-service-arrow-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 1px;
}
.servicepage-link-box .circle:after {
    content: "";
    display: block;
    width: .3125rem;
    height: .3125rem;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0);
}
.servicepage-flex {
    align-items: center;
}
.servicepage-bnr {
    transition: .3s;
}
.servicepage-bnr:hover {
    opacity: .5;
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width: 1300px) {
  #service {
    #contents .service-contents .txt-3box a.link-bnr h2 {
      font-size: 22px;
    }
  }
}

@media screen and (max-width: 1200px) {
  #service {
    #contents .service-contents .txt-3box a.link-bnr h2 {
      font-size: 21px;
    }

    #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn:before {
      max-width: 260px;
    }
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #service {
    .service-contents .txt-3box {
      width: calc(100% / 2 - 15px);
      margin-right: 0;
    }

    #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn:before {
      max-width: 330px;
    }
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
    #contents .service-contents .txt-3box a.link-bnr {
      padding: 30px 20px;
    }

    #contents .service-contents .txt-3box a.link-bnr p.link-btn {
      max-width: 300px;
    }
  .support-item {
    width: calc(100% / 2 - 2%);
    margin-right: 3%;
    margin-bottom: 30px;
    border: solid 1px #f1f0f0;
    padding: 15px;
    border-radius: 10px;
}
.support-item:nth-child(3n) {
    margin-right: 3%;
}
.support-item:nth-child(2n) {
    margin-right: 0;
}

   .web-main .txt-2box.end{
    order: 1;
  }
      #contents .web-ttl {
        font-size: 6vw;
        line-height: 1.7em;
    }
  }
/* view-959 Mobile,Tablet */
@media screen and (max-width: 834px) {
  #service {
    #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn:before {
      max-width: 280px;
    }
  }
}

/* view-559 Mobile */
@media screen and (max-width: 767px) {

  /* 共通 */
  .service-contents .service-item {
    padding: 35px 30px;
  }

    #service .service-contents .txt-3box {
      width: 100%;
    }

  .st_inner{
    display: block;
    padding: 30px 40px 30px;
    width: 100%;
  }
.top-service_item__img {
    width: 85%;
    margin: 0 auto;
text-align: center;
margin-bottom: 25px;
}
.top-service_item__txt{
  width: 100%;
  margin-right: 0%;
}
.st_item:nth-of-type(odd)::after {
    left: calc((100vw / 32) * -2);
    border-radius: 0 15px 15px 0;
}
.st_item::after {
    z-index: -1;
    top: -7.5rem;
}
.st_item:nth-of-type(even)::after {
    top: -7.5rem;
}
.flow-ttl {
    width: 100%;
    padding: 5px;
}
.flow-box{
  display: block;
}
.flow-txt {
    padding: 30px 30px 30px 30px;
    width: 100%;
}
    .servicepage-txt-left {
        width: 84%;
        margin-right: 6%;
    }
      .servicepage-link-box {
        width: 10%;
    }
}
/* view-559 Mobile */
@media screen and (max-width: 559px) {

  /* 共通 */
  .service-contents .service-item {
    padding: 30px 15px 20px 15px;
    margin-bottom: 30px;
  }

  #contents .service-contents .service-item h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .service-contents .link-area {
    padding: 20px 15px;
  }

  #contents .service-contents .link-area p.txt-center {
    font-size: 16px;
  }

  #contents .service-contents .service-item ul.list-item li {
    font-size: 18px;
  }

  #contents h3 {
    margin-bottom: 15px;
  }


  #contents .main-txt {
    font-size: 17px;
  }
  #web {
   .web-main .txt-2box.end{
    order: 1;
  }
      #contents .web-ttl {
        font-size: 7vw;
        line-height: 1.7em;
    }
}
  .support-item {
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 30px;
    border: solid 1px #f1f0f0;
    padding: 15px;
    border-radius: 10px;
}
.support-item:nth-child(3n) {
    margin-right: 0;
}
.support-item:nth-child(2n) {
    margin-right: 0;
}
  /* サービス */
  #service {
    #contents .service-contents .txt-3box a.link-bnr {
      padding: 25px 15px 30px 15px;
    }

    #contents .service-contents .txt-3box a.link-bnr h2 {
      margin-bottom: 15px;
    }

    #contents .service-contents .txt-3box:first-child a.link-bnr img {
      margin-bottom: 0;
    }

    #contents .service-contents .txt-3box a.link-bnr.no-link p.link-btn:before {
      padding: 10px 10px 18px 10px;
    }

  }
        #contents .web-ttl {
        font-size: 7vw;
        line-height: 1.7em;
    }
}