@charset "utf-8";

.swiper {
  width: 100%;
  height: 880px;
  max-height: 900px;
  /*height: 660px;
  max-height: 660px; */
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1.4em 0 1em;
  background: url("../images/kv01.jpg?20251202")  top center;
  background-size: cover;
}

.swiper-slide:nth-child(3){
      background: url("../images/kv02.jpg?20251202")  top center;
      background-size: cover;
}
.swiper-slide:nth-child(4){
      background: url("../images/kv03.jpg?20251202")  top center;
      background-size: cover;
}
.block_kv-inner {
  position: absolute;
  bottom: 50px;
  width: 100%;
  background: rgba( 0, 0, 0, 0.5 );
}
  .swiper-slide h1 {
    min-width: 960px;
    margin: 0 auto;
    padding: 40px 0 ;
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    color:#fff;
  }
    .swiper-slide h1 span {
      font-size: 3rem;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }




@media screen and (max-width: 768px) {

.swiper {
  height: 100%;
  max-height: 190px;
  height: 190px;
}

 .block_kv-inner {
	/*  min-height: 520px; */
  bottom: 0;
}

    .swiper-slide h1 {
       min-width: 100%;
        margin: 5px -1em 0;
        padding: 0 0 25px;
        font-size: 1.6rem;
        line-height: 1.2;
        letter-spacing: -0.06em;
    }
    .swiper-slide h1 span {
        display: block;
        margin-top: 5px;
        font-size: 1.4rem;
        font-weight: 500;
    }
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}

}


/* ベーシックブロック */
  .contents {
    width: 960px; /* コンテナの幅 */
    margin: 0 auto; /* センタリング */
    padding: 0 2em;
    text-align: center;
}


/* コンテンツブロック */
.block_full {
  width: 100%;
  padding: 70px 0;
}

.block_blue-wrapper01 {
  width: 100%;
  background: #d8f2fe;
  padding: 50px 0 70px;
}


@media screen and (max-width: 768px) {

  .contents {
		width: 100%;
		padding: 0 15px;
  }
  .block_full {
		padding: 20px 0 40px;
  }

}


/* 下線群 */
h2.underline01_blue {
    position:relative;
    display: inline-block;
    margin: 0 auto 1.5em;
    padding: 0 0 .4em 0;
    text-align:center;
    border-bottom:5px solid #d0f0fe;
    font-size: 3.2rem;
    font-weight: 700;
}
  h2.underline01_blue:before,
  h2.underline01_blue:after {
      border: solid transparent;
      content:'';
      height:0;
      width:0;
      pointer-events:none;
      position:absolute;
      top:100%;
      left:50%;
  }
    h2.underline01_blue:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-width:30px;
      border-bottom-width:30px;
      border-left-width:15px;
      border-right-width:15px;
      margin-left: -15px;
      border-top-color:#FFFFFF;
    }
    h2.underline01_blue:before {
      border-color: rgba(196, 236, 253, 0);
      border-top-width:35px;
      border-bottom-width:35px;
      border-left-width:20px;
      border-right-width:20px;
      margin-left: -20px;
      margin-top: 5px;
      border-top-color:#c4ecfd;
    }

/* 5つの強み */
#top_strongpoint h3 {
  font-weight: 500;
}
.item_strongpoint {
  margin-top: 40px;
}
  .item_strongpoint ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
  }
    .item_strongpoint li {
        position: relative;
        background: linear-gradient(142deg, #d8f2fe 50%, #c4ecfd 50%);
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.3;
    }
       .item_strongpoint li a::before {
          content: "" ;
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100px;
         height: 100px;
         margin-bottom: 10px;
         border-radius: 50%;
         background: #fff;
         }
       .item_strongpoint li:not(:nth-child(3n+3)) {
         margin-right: 20px;
       }
       .item_strongpoint li:nth-child(n+4) {
          margin-top: 20px;
       }
    .item_strongpoint li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 280px;
      height: 220px;
       color: #333;
    }
      .item_strongpoint li a:hover {
        opacity: 0.6;
        transition: .30s;
      }
       .item_strongpoint li:nth-of-type(n)::before {
          position: absolute;
         top: 35px;
         left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         font-family: "Font Awesome 5 Free";
         font-size: 6rem;
         font-weight: 900;
         color: #0f87e6;
          z-index: 1;
       }
       .item_strongpoint li:nth-child(n+4):before {
         top: 50px;
       }
       .item_strongpoint li:nth-child(1)::before {
          content: "\f1ad" ;
        }
       .item_strongpoint li:nth-child(2)::before {
          content: "\f1ec" ;
        }
       .item_strongpoint li:nth-child(3)::before {
          content: "\e0e3" ;
        }
       .item_strongpoint li:nth-child(4)::before {
        content: "\f51e" ;
        }
       .item_strongpoint li:nth-child(5)::before {
          content: "\f508" ;
        }

/* こんな要望をお持ちではありませんか？ */
.box_underline02 h2.underline02_white.f36.chiitan {
    margin-left: 240px;
}

.box_underline02 h3 {
  background-image: none;
}

#top_appeal01 .contents {
  position: relative;
}
  #top_appeal01 .contents::before {
    position: absolute;
    content: url('../images/pic_chiitan.png') ;
    top: -80px;
    left: -30px;
  }
#top_appeal01 h3 {
  position: relative;
  height: 120px;
  margin: 40px 0 0;
  padding: 1em 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
  #top_appeal01 h3::before {
  }
  #top_appeal01 h3::after {
    position: absolute;
    top: -70%;
    left: 57%;
    content: "▼";
    font-size: 12rem;
    color: #b1e6fd;
    -webkit-transform: scale(2, 1) translateX(-50%);
    transform: rscale(2, 1) translateX(-50%);
    z-index: -1;
  }
.item_hope {
  position: relative;
  display: block;
  padding: 40px 20px 40px 40px;
  background: #fff;
  text-align: left;
    z-index: 1;
}
  .item_hope::before {
    position: absolute;
    bottom: -10%;
    right: 3%;
    font-family: "Font Awesome 5 Free";
    font-size: 13.8rem;
    font-weight: 900;
    color: #c5ecfe;
    content: "\f303" ;
    z-index: -1;
   }
  .item_hope li {
    position: relative;
    min-height: 40px;
    padding: 0 0 1em 30px;
    letter-spacing: -.4px;
  }
    .item_hope li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_checkmark.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0;
    }

.box_kagi_wrapper {
  position: relative;
  padding: 20px;
  background: #41a2ec ;
  z-index: 1;
}
  .box_kagi_wrapper::before {
    position: absolute;
    bottom: -30%;
    left: 50%;
    -webkit-transform:  translateX(-50%);
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16.8rem;
    font-weight: 900;
    color: #71b9f1;
    content: "\f0eb" ;
    z-index: -1;
   }

.box_kagi {
  width: 100%;
  position: relative;
  padding:1em 1em;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: -.4px;
  color: #fff;
  text-align: center;
}
  .box_kagi:before,.box_kagi:after {
    content:'';
    width: 75px;
    height: 70px;
    position: absolute;
    display: inline-block;
  }
  .box_kagi:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top:0;
    left: 0;
  }
  .box_kagi:after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom:0;
    right: 0;
  }


/* 会社設立・独立開業・創業　実質9800円！ */

.box_campain01 {
  position: relative;
  background: #0ba3f3 url("../images/bg_uparrow.png")  right -10px bottom 20px no-repeat;
  border-radius: 10px;
  text-align: left;
}
.campain_upper {
  margin: 10px 10px 20px 220px;
 }
  .box_campain01 h3 {
    font-size: 5.4rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 3px 3px #0562a2;
  }
  .box_campain01 p.white {
     margin-left: .5em;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
  }
  .box_campain01 dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 10px 10px 220px;
    background: #b1e6fd url("../images/bg_steps.png")  left 10px bottom 20px no-repeat;
    border-radius: 0  0 10px 10px;
  }
    .box_campain01 dt {
      font-size: 2.4rem;
      font-weight: 500;
      color: #0f87e6;
    }
.balloon_yellow01 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 210px;
  height: 210px;
  top: 15px;
  left: 5px;
  padding: 25px 25px 45px;
      background: url("../images/pic_balloon_yellow.png")  top center no-repeat;
      background-size: contain;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f87e6;
 }
  .balloon_yellow01 b {
    text-decoration: none;
    font-size: 5rem;
    font-weight: 900;
  }
  .balloon_yellow01 span {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .balloon_yellow01:before,
  .balloon_yellow01:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
  }

.btn_detail-link01 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 0 40px 0 15px;
  background: #000;
  border-radius: 100vh;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btn_detail-link01 a:hover {
  background: #666;
    color: #fff;
  transition: 0.3s ease-in-out;
}
.btn_detail-link01 a::before { /* くの字の表示設定 */
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          width: 10px;    /* くの字を山なりに見た時、左側の長さ */
          height: 10px;   /* くの字を山なりに見た時、右側の長さ */
          border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
          border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
          transform: rotate(45deg);    /* くの字の向き */
          transition: .20s;
        }
          .btn_detail-link01 a:hover::before {
            right: 10px;
         }
          .btn_detail-link01 a:hover::after {
            visibility: hidden;
         }

/* お客様の声 */
.box_voice{
  transition: opacity 0.3s ease-in-out;
  margin-top: 40px;
  display: block;
}

.box_voice img{
  max-width: 100%;
  height: auto;
}

.box_voice:hover{
  opacity: 0.6;
}

.box_voice::after{
  display: none;
}

/* 月々3社さま限定のキャンペーン */
.top_wrapper02 {
  width: 100%;
  padding: 70px 0;
  background: url("../images/bd_campaign02.gif")  center center no-repeat;
  background-size: cover;
}
  .top_wrapper02 h3 {
    height: 77px;
    background: url("../common/images/bg_ribon_yellow.png")  top center no-repeat;
    font-size: 3.6rem;
    font-weight: 500;
  }
.wrapper_campain02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.wrapper_campain02 a::after {
    position: relative;
    height: 0;
    visibility: hidden;
  }
    .wrapper_campain02 a:hover::after {
      bottom: 0;
      visibility: hidden;
    }
  .wrapper_campain02 dl {
    position: relative;
    width: 420px;
    margin-top: 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px #9ec3db;
  }
    .wrapper_campain02 dl:hover {
      opacity: 0.7;
  }
    .wrapper_campain02 dt {
      position: absolute;
      content: "" ;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100px;
      height: 100px;
      top: 20px;
      left: 20px;
      margin-bottom: 10px;
      border-radius: 50%;
      background: #0f87e6;
      font-size: 2.4rem;
      line-height: 1;
      color: #fff024;
    }
    .wrapper_campain02 dt span {
      display: block;
      font-size: 4.8rem;
    }
    .wrapper_campain02 dd {
       position: relative;
      display: flex;
      align-items: center;
     }
      .wrapper_campain02 dd span {
         margin: 0 auto;
       }
       .wrapper_campain02 dd:nth-of-type(1) {
          height: 140px;
          margin-left: 140px;
          font-size: 3.2rem;
          font-weight: 900;
          line-height: 1.4;
          color: #0f87e6;
        }
       .wrapper_campain02 dd:nth-of-type(2) {
          width: 140px;
          margin-left: 100px;
          background: #787878;
          border-radius: 5px;
          font-size: 2.4rem;
          font-weight: 500;
          color: #fff;
           text-align: center;
        }
       .wrapper_campain02 dd:nth-of-type(3) {
          width: 140px;
          margin: 0 0 1em 100px;
          font-size: 2.4rem;
          font-weight: 500;
        }
       .wrapper_campain02 dd:nth-of-type(4) {
          position: absolute;
          right: .5em;
          bottom: 10px;
          font-size: 6rem;
          font-weight: 700;
          color: #ee5f6d;
        }


/* お手伝いエリア */
#support_area01 {
  padding-top: 190px;
  background: url("../images/pic_toda-sta.png")  top 80px center no-repeat;
  background-size: 400px auto;
}
  #support_area01 dl {
    margin: -10px 0;
  }
    #support_area01 dt {
      font-size: 2.4rem;
      font-weight: 500;
    }

#support_area02 {
  position: relative;
  padding-top: 100px;
  text-align: left;
}
  #support_area02:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 6rem;
    font-weight: 900;
    color: #4ba5ec;
    content: "\f4c4" ;
  }
  #support_area02 p {
    text-align: left;
  }
/* --- テーブル --- */
table {
	  width: 100%;
	  margin: 1em 0;
}
	table th {
    padding: 0 1.5em;
		background: #0f87e6;
    border-bottom: solid 20px #fff;
    vertical-align: middle;
    font-weight: 500;
    line-height: 4;
   color: #fff;
		text-align: center;
		white-space: nowrap;
	}
	table td {
		padding: .5em 1em;
    vertical-align: middle;
    text-align: left;
	}


/* Misc */


@media screen and (max-width: 768px) {

/* 下線群 */
h2.underline01_blue {
    margin: 0 auto 50px;
    padding: 0 0 15px 0;
    font-size: 1.8rem;
    letter-spacing: -0.07rem;
}
/* 5つの強み */
#top_strongpoint h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.item_strongpoint {
  margin-top: 20px;
}
  .item_strongpoint ul {
    margin: 0 auto;
    flex-flow: column;
  }
    .item_strongpoint li {
        width: 300px;
        background: linear-gradient(144deg, #d8f2fe 50%, #c4ecfd 50%);
        font-size: 1.8rem;
          font-weight: 700;
    }
       .item_strongpoint li:not(:nth-child(3n+3)) {
         margin-right: 0;
       }
       .item_strongpoint li:nth-child(n+2) {
          margin-top: 20px;
       }
    .item_strongpoint li a {
      width: 100%;
    }
       .item_strongpoint li:nth-of-type(n)::before {
         top: 45px;
       }
       .item_strongpoint li:nth-child(n+4):before {
         top: 55px;
       }

/* こんな要望をお持ちではありませんか？ */

.box_underline02 h2.underline02_white.f36.chiitan {
    margin-left: 0;
}

#top_appeal01 .contents {
  position: relative;
  padding-top: 60px;
}
  #top_appeal01 .contents::before {
    top: -80px;
    left: 50%;
    -webkit-transform:  translateX(-50%);
    transform: translateX(-50%);
   content: '';
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(../images/pic_chiitan.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
#top_appeal01 h3 {
  height: 80px;
  margin: 10px 0 0;
  padding: 20px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
  #top_appeal01 h3::after {
    top: -10%;
    left: 62%;
    font-size: 8rem;
  }
.item_hope {
  padding: 20px 15px 10px 15px;
}
  .item_hope::before {
     bottom: 0;
    font-size: 12rem;
   }
  .item_hope li {
    position: relative;
    min-height: 40px;
    padding: 0 0 1em 30px;
  }
    .item_hope li::before {
      position: absolute;
      top: 2px;
      left: 0;
     content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url('../images/icon_checkmark.png') no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: 0;
    }

.box_kagi_wrapper {
  padding: 10px;
}
  .box_kagi_wrapper::before {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform:  translateX(-50%);
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 8.4rem;
    font-weight: 900;
    color: #71b9f1;
    content: "\f0eb" ;
    z-index: -1;
   }

.box_kagi {
  padding: 10px;
  line-height: 1.6;
}
  .box_kagi p {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1px;
  }


/* 会社設立・独立開業・創業　実質9800円！ */

.box_campain01 {
  width: 100%;
  background: #0ba3f3 url("../images/bg_uparrow.png")  right -10px bottom 30px no-repeat;
  background-size: 50%;
}
.campain_upper {
  margin: 0 5px 15px 75px;
  padding-top: 10px;
 }
  .box_campain01 h3 {
    padding-bottom: 10px;
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .box_campain01 p.white {
    margin-left: 0;
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .box_campain01 dl {
    display: block;
    padding: 5px 5px 10px;
    background: #b1e6fd url("../images/bg_steps.png")  left 10px top 5px no-repeat;
    background-size: 20%;
  }
    .box_campain01 dt {
      font-size: 1.6rem;
      text-align: center;
    }
    .box_campain01 dd {
      text-align: center;
    }
.balloon_yellow01 {
  width: 80px;
  height: 80px;
  top: 10px;
  left: -10px;
  padding: 15px 15px 25px;
      background-size: 80px;
 }
  .balloon_yellow01 p {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .balloon_yellow01 b {
    font-size: 2.2rem;
  }
  .balloon_yellow01 span {
    font-size: 1.3rem;
   }

.btn_detail-link01 a {
  max-width: 260px;
  padding: 0 20px 0 15px;
  font-size: 1.3rem;
  font-weight: 500;
}
.btn_detail-link01 a::before { /* くの字の表示設定 */
          width: 5px;    /* くの字を山なりに見た時、左側の長さ */
          height: 5px;   /* くの字を山なりに見た時、右側の長さ */
        }

/* 月々3社さま限定のキャンペーン */
.top_wrapper02 {
  padding: 20px 0;
  background: url("../images/bd_campaign02.gif")  center bottom 0 no-repeat;
}
  .top_wrapper02 h3 {
    height: 40px;
    background-size: contain;
    font-size: 2rem;
    font-weight: 700;
  }
.wrapper_campain02 {
  flex-flow: column;
}
  .wrapper_campain02 dl {
     width: 300px;
    margin-top: 20px;
    box-shadow: 3px 3px #9ec3db;
  }
    .wrapper_campain02 dt {
      width: 70px;
      height: 70px;
      top: 10px;
      left: 10px;
          font-size: 1.6rem;
      box-shadow: 2px 2px 4px gray;
    }
    .wrapper_campain02 dt span {
      font-size: 3.2rem;
    }
       .wrapper_campain02 dd:nth-of-type(1) {
          height: 90px;
          margin-left: 90px;
          font-size: 2.4rem;
        }
       .wrapper_campain02 dd:nth-of-type(2) {
          width: 80px;
          margin-left: 90px;
          font-size: 1.6rem;
        }
       .wrapper_campain02 dd:nth-of-type(3) {
          width: 80px;
          margin: 0 0 1em 90px;
              font-size: 1.6rem;
        }
       .wrapper_campain02 dd:nth-of-type(4) {
          right: 20px;
          bottom: 20px;
          font-size: 4.2rem;
          font-weight: 900;
        }

/* お手伝いエリア */
#support_area01 {
  padding-top: 100px;
  background: url(../images/pic_toda-sta.png) top 40px center no-repeat;
  background-size: 60%;
}
    #support_area01 dt {
      font-size: 1.6rem;
    }
    #support_area01 dd {
      padding-top: 10px;
      font-size: 1.3rem;
    }

/* --- テーブル --- */
	table {
	}
		table th {
			width: 100%;
			display: block;
			padding: 5px 5px;
      border-bottom: none;
      line-height: 1.6;
		}
			table th:last-of-type {
				border-bottom: none;
			}
		table td {
			width: 100%;
			display: block;
			padding: 5px 5px 20px;
			border: none;
		}
    #support_area02 p {
      font-size: 1.6rem;
    }


}
