.logo {
  font-size: 2.4rem;
  font-weight: bold;
}
.space-between {
    justify-content: space-between;
}
.section_tittle h2 {
    font-size: 30px;
}
.col-main-5 {
    width: 19%;
}
.blog_part .single-home-blog .card .card-body {
    width:90%;
}
.blog_part .single-home-blog .card .card-body {
    left: 10px;
    bottom: -90px;
}
.blog_part .single-home-blog .card-img-top {
    width: 80%;
}
.service_part .single_service_text h2 {
    font-size: 30px;
}
.compare_box {
    margin-bottom: 20px;
}
.single-defination ul li {
    background-image: url(/img/checkbox_icon.png);
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.4rem;
    background-position: left;
    font-size: 1rem;
}

/* お悩みセクション */
.worry_part {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.back_text_left {
  position: absolute;
  font-weight: bold;
  top: 55%;
  left: 15%;
  transform: translate(-50%, -50%) rotate(339deg);
}
.back_text_left p {
  font-size: 500px;
  color: rgba(225, 225, 225, 0.56);
}
.back_text_center {
  position: absolute;
  font-weight: bold;
  top: 25%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(21deg);
}
.back_text_center p {
  font-size: 500px;
  color: rgba(225, 225, 225, 0.56);
}
.back_text_right {
  position: absolute;
  font-weight: bold;
  top: 62%;
  right: 0%;
  transform: translate(-50%, -50%) rotate(206deg);
}
.back_text_right p {
  font-size: 500px;
  color: rgba(225, 225, 225, 0.56);
}

.worry_contents {
    position: relative;
    padding-top: 110px;
}
.worry_img {
    width:20%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.balloon1 {
    position: absolute;
    margin: 2em 40px 2em 0;
    padding: 15px 25px;
    letter-spacing: 1px;
    background: #fff0c6;
    border-radius: 30px;
    top: 5%;
    left: 18%;
    font-weight: bold;
    z-index: 999;
  }
  
  .balloon1:before {  
    content: "";
    position: absolute;
    right: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
  }
  
  .balloon1:after {
    content: "";
    position: absolute;
    right: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
  }
  .balloon1 p {
    margin: 0; 
    padding: 0;
  }

  .balloon2 {
    position: absolute;
    margin: 2em 40px 2em 0;
    padding: 15px 25px;
    letter-spacing: 1px;
    background: #fff0c6;
    border-radius: 30px;
    bottom: 30%;
    left: 5%;
    font-weight: bold;
    z-index: 999;
  }
  
  .balloon2:before {  
    content: "";
    position: absolute;
    right: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    right: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
  }
  .balloon2 p {
    margin: 0; 
    padding: 0;
  }

  .balloon3 {
    position: absolute;
    margin: 2em 0 2em 40px;
    padding: 15px 25px;
    letter-spacing: 1px;
    background: #fff0c6;
    border-radius: 30px;
    top: 5%;
    right: 20%;
    font-weight: bold;
    z-index: 999;
  }
  
  .balloon3:before {  
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
  }
  
  .balloon3:after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
  }
  .balloon3 p {
    margin: 0; 
    padding: 0;
  }


.balloon4 {
    position: absolute;
    margin: 2em 0 2em 40px;
    padding: 15px 25px;
    letter-spacing: 1px;
    background: #fff0c6;
    border-radius: 30px;
    bottom: 30%;
    right: 8%;
    font-weight: bold;
    z-index: 999;
  }
  
  .balloon4:before {  
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
  }
  
  .balloon4:after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
  }
  .balloon4 p {
    margin: 0; 
    padding: 0;
  }

  /* 解決セクション */
  .solution_part .container .solution_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.solution_part h2 {
    color: #fff;
    margin-bottom: 30px;
}
.solution_box {
    padding: 20px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
}
.solution_text h4 {
    font-weight: bold;
}
.solution_text img {
    width: 70%;
    height: 170px;
    object-fit: cover;
    margin: 20px auto;
}

/* 従来との違い */
.service_part_new h2 {
  color: #fff;
}
.service_new_group {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: 40px;
  
}
.service_new_text h4 {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.solution_arrow img {
  object-fit: contain;
}
/* ご利用例 */
.example_part {

}
.example_box {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px;
    margin: 20px 0;
    border-radius: 20px;
}
.example_box img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-right: 50px;
}
.example_text h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
.example_text_flex {
    display: flex;
    align-items: center;
    justify-content: start;
}
.example_text_flex p {
    padding: 5px 15px;
    background: #fff0c6;
    border-radius: 20px;
    margin-right: 10px;
}

/* 運用体制 */
.marketing_group {
  margin-top: 20px;
}
.marketing_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketing_flex h4 {
  font-weight: bold;
  color: #ff7e5f;
}
.marketing_flex img {
  width: 100px;
  object-fit: cover;
  margin-right: 30px;
}
.marketing_text {
  text-align: left;
  border-left:2px solid #ff7e5f;
  padding-left: 20px;
}
.marketing_block {
  margin-top: 50px;
}
.marketing_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}
.marketing_sub_title {
  margin: 20px 0;
}
.marketing_sub_title span {
  font-weight: bold;
  color: #ff7e5f;
  font-size: 1.4rem;
}

.box-design13 {
  margin: 20px;
  padding: 20px;
  border: 2px dashed #ff7e5f;
  position: relative;
}
.box-design13 span {
  color: #ff7e5f;
}
.box-design13-ttl {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #fff;
  padding: 0 0.5em;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

/* 料金プラン */
.plan_part h2 {
  margin-bottom: 20px;
}
.plan_group {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.plan_group img {
  margin-top: 150px;
}
.plan_box {
  margin: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.plan_text {
  padding: 30px;
  height: 100%;
}
.plan_text h4 span {
  color: #ff7e5f;
}
.plan_text h4 .number {
  font-size: 2rem;
}
.plan_text ul {
  list-style: none;
}
.plan_text ul li {
  padding-left: 20px;
  text-align: left;
	line-height: 2;
	background: url(../img/check_icon.svg) left 0px top 8px no-repeat;
	background-size: 15px auto;
  font-size: 15px;
}

/* サービス導入までの流れ */
.flow_group {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.flow_group img {
  width: 150px;
  object-fit: contain;
}
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 65px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.blog_part {
  margin-bottom: 0;
}

/* CTA */
.cta {
  background: #E26B5D;
  padding: 80px 0;
  text-align: center;
}
.cta h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.cta p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.cta h2,
.cta p {
  color: #fff;
}
.cta_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:24px;
}

.cta_flex a.btn-border {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  padding: 10px 30px;
  color: #E26B5D;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 30px;
  letter-spacing: 2px;
}

.cta_flex a.btn-border:hover {
  color: #fff;
  background: #fff;
  border: 2px solid #fff;
  background: #E26B5D;
}
.cta_flex a.btn-download {
  padding: 10px 50px;
}

.top_cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:24px;
}
.top_cta a.btn-border {
  border: 2px solid #E26B5D;
  border-radius: 10px;
  background: #E26B5D;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 30px;
  letter-spacing: 2px;
}

.top_cta a.btn-border:hover {
  color: #E26B5D;
  background: #E26B5D;
  border: 2px solid #E26B5D;
  background: #fff;
}
.top_cta a.btn-download {
  padding: 10px 50px;
}

/* thanksページ */
/* CTA */
.thanks_part {
  background: #E26B5D;
  padding: 210px 0;
  text-align: center;
  margin-top: 102.5px;
  position: relative;
}
.thanks_part h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.thanks_part p {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.thanks_part h2,
.thanks_part p {
  color: #fff;
}
.thanks_part img {
  width: 250px;
  position: absolute;
  bottom: -1px;
  right: 10%;
}
.cta_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:24px;
}

.cta_flex a.btn-border {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  padding: 10px 30px;
  color: #E26B5D;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 30px;
  letter-spacing: 2px;
}

.cta_flex a.btn-border:hover {
  color: #fff;
  background: #fff;
  border: 2px solid #fff;
  background: #E26B5D;
}
.cta_flex a.btn-download {
  padding: 10px 50px;
}


@media (min-width: 577px) {
  .sp {
    display: none;
  }
}
@media (max-width: 576px) {
  .pc {
    display: none;
  }
  .container h2 {
    line-height: 1.6;
  }
  .top_cta {
    justify-content: center;
  }
  .top_cta a.btn-download,
  .top_cta a.btn-border,
  .cta_flex a.btn-download,
  .cta_flex a.btn-border {
    padding: 10px 25px;
} 
/* サンクス */
.thanks_part {
  height: 80vh;
  padding: 120px 0;
}
  
  /* お悩み */
  .worry_img {
    width:70%;
  }
  .worry_contents {
    padding-top: 270px;
}
  .balloon1 {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 15px 15px;
}
.balloon1:after {
  right: -7px;
  bottom: -13px;
}
.balloon1:before {
  right: -9px;
  bottom: -26px;
}

.balloon3 {
  right:0;
  padding: 15px 15px;
}
.balloon3:after {
  left: -9px;
  bottom: -10px;
}
.balloon3:before {
  left: -18px;
  bottom: -19px;
}
.balloon2 {
  bottom: 43%;
  left: 0;
  padding: 15px 15px;
}
.balloon2:after {
  content: "";
  position: absolute;
  right: -8px;
  width: 20px;
  height: 18px;
  bottom: -8px;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon2:before {
  right: -14px;
  bottom: -19px;
}
.balloon4 {
  bottom: 44%;
  right: 0;
  padding: 15px 15px;
}
.balloon4:after {
  left: 48px;
  bottom: -20px;
}
.balloon4:before {
  left: 42px;
  bottom: -31px;
}

/* 従来との違い */
.service_new_group {
  display: block;
}
.solution_arrow img {
  width: 100px;
  transform: rotate(90deg);
  margin: 40px 0;
  height: 100%;
}

  .plan_group {
    display: block;
  }
  .plan_box {
    margin: 0 0 20px;
  }
  .plan_group img {
    margin-top: 20px;
  }
  .solution_part .container .solution_group {
    display: block;
  }
  .solution_box {
    margin: 0 0 20px;
  }
  .marketing_box {
    display: block;
    margin-bottom: 70px;
  }
  .box-design13 {
    margin-bottom: 40px;
  }
  .example_box {
    display: block;
  }
  .example_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .example_text {
    text-align: center;
  }
  .example_text_flex {
    display: block;
  }
  .example_text_flex p {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .flow_group img {
    display: none;
  }
}