@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');

/* -----段落ち防止----- */
.sp550{
  display: none;
}
.sp450{
  display: none;
}

/* -----共通----- */
.yellow-line{
  display: inline-block;
  background-image: linear-gradient(to top, rgba(255, 255, 0, 1) 20%, transparent 20%);
}

/* -----mv----- */
#service_mv+div{
  position: relative;
  overflow: visible;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
}
#service_mv+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916123313.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
#service_mv+div .content_wrapper{
  padding: 0;
  max-width: 100%!important;
}
#service_mv+div .wrapper_item{
  justify-content: flex-start;
  align-items: center;
}
#service_mv+div .inner_item:nth-of-type(1){
  width: 70%!important;
}
#service_mv+div .inner_item:nth-of-type(2){
  width: 25%!important;
}
#service_mv+div .inner_item .inner_item_img img{
  height: 100%!important;
}
#service_mv+div .inner_item>a:hover .inner_item_img img{
  transform: none;
}

/* -----サービス概要----- */
#overview+div{
  position: relative;
  overflow: visible;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 1) 0%, rgba(212, 235, 253, 0) 20%);
}
#overview+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916103423.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22vw;
  height: 17vw;
  max-width: 307px;
  max-height: 238px;
  min-width: 220px;
  min-height: 170px;
  bottom: -5px;
  left: -40px;
  z-index: -1;
}
#overview+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916103417.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18vw;
  height: 13vw;
  max-width: 252px;
  max-height: 182px;
  min-width: 200px;
  min-height: 150px;
  bottom: -10px;
  right: -15px;
  z-index: 1;
}
/* -----サービス概要タイトル----- */
#overview+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916103407.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  right: 250px;
}
#overview+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}
#overview+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#overview+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  z-index: -1;
}
#overview+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----サービス概要flexアイテム----- */
#overview+div .wrapper_item{
  justify-content: space-between;
  position: relative;
  overflow: visible;
}
#overview+div .wrapper_item::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #FA9522 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  z-index: 1;
}
#overview+div .inner_item{
  padding: 10px 50px 30px;
  padding: 10px 50px;
}
#overview+div .inner_item::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134727.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#overview+div .inner_item::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134738.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#overview+div .customer-num{
  width: 25%;
}
#overview+div .yohaku{
  margin-bottom: 50px!important;
}
#overview+div .green-box{
  border: 1px solid #3AB54C;
  border-radius: 5px;
  color: #fff;
  background: #6BC877;
  text-align: center;
  min-width: 120px;
  display: inline-block;
}
#overview+div .text-flex{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#overview+div .inner_item:nth-of-type(2) .text-flex{
  margin-bottom: 20px;
}
#overview+div .yajirushi{
  width: 70px;
  margin: 0 5px;
}
#overview+div .yajirushi02{
  width: 50px;
  margin: 0 5px;
}
/* -----サービス概要テキスト----- */
#overview_text+section{
  position: relative;
  overflow: visible;
  background: linear-gradient(to top, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
}
#overview_text+section .inner_item_txt{
  text-align: center;
}
#overview_text+section .inner_item_txt p:nth-of-type(3){
  display: inline-block;
}

/* -----特徴タイトル----- */
#features_title+section{
  overflow: visible;
}
#features_title+section .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916111525.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  left: 170px;
  top: -25px;
}
#features_title+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#features_title+section .heading.block_header_6 .h::before{
  border-top: 1px solid #fff;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#features_title+section .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
}
#features_title+section .heading.block_header_6 p{
  font-weight: bold;
  color: #fff;
}
/* -----特徴スタイル調整----- */
#features+div{
  position: relative;
  overflow: visible;
}
#features+div .wrapper_item{
  overflow: visible;
}
#features+div .inner_item{
  background: #fff;
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  border-radius: 20px;
  padding: 30px;
  margin: 0 0 25px !important;
  position: relative;
}
#features+div .inner_item:nth-of-type(1)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916111504.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 180px;
  right: -50px;
  top: -180px;
}
#features+div .inner_item:nth-of-type(3)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916111520.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 150px;
  left: -100px;
  top: -80px;
}
#features+div .inner_item:nth-of-type(3)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916121343.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: 120px;
  top: 0;
}
#features+div .inner_item:nth-of-type(4)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916121353.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: 100px;
  top: 0;
}
#features+div .inner_item:nth-of-type(5)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916111509.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -120px;
  bottom: -50px;
}
#features+div .inner_item:nth-of-type(5)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916121348.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: 120px;
  top: 0;
}
#features+div .inner_item>a{
  flex-basis: 20%;
  max-width: 20%;
}
#features+div .inner_item .inner_item_img{
  width: 200px;
  height: 200px;
}
#features+div .inner_item .inner_item_img img{
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: top;
  display: block;
}
#features+div .inner_item .inner_item_txt{
  flex-basis: 80%;
  max-width: 80%;
}
#features+div .inner_item .inner_item_txt p:nth-of-type(1){
  margin-bottom: 0;
}
#features+div .inner_item .inner_item_txt .dotted-title{
  position: relative;
  display: flex;
  align-items: center;
}
#features+div .inner_item .inner_item_txt .dotted-title::before{
  content: '';
  position: absolute;
  background: #2B75DA;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 0;
}
#features+div .inner_item .inner_item_txt .dotted-title::after{
  content: "";
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 15px;
  border-bottom: 5px dotted #2B75DA;
  position: relative;
}
#features+div .inner_item .inner_item_txt .orange-box{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}
#features+div .inner_item .inner_item_txt .orange-box p{
  width: calc(100% / 3);
  border: 1px solid #FA9522;
  border-radius: 5px;
  color: #FA9522;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
#features+div .inner_item .inner_item_txt .orange-box02 p{
  width: calc(100% / 2);
}
#features+div .inner_item .inner_item_txt .orange-box img{
  width: calc(100% / 3);
}
#features+div .inner_item .inner_item_txt .orange-box02 img{
  width: calc(100% / 2);
}
#features+div .inner_item .inner_item_txt .orange-box03 img:nth-of-type(1){
  width: calc(100% / 3);
}
#features+div .inner_item .inner_item_txt .orange-box03 img:nth-of-type(2){
  width: calc(100% / 3 * 2);
}

/* -----フロー----- */
#flow+div{
  position: relative;
  overflow: visible;
}
#flow+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908172904.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: -60px;
}
/* -----フロータイトル----- */
#flow+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135020.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  left: 200px;
  top: -15px;
}
#flow+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#flow+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#flow+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 520px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  z-index: -1;
}
#flow+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----フローflexアイテム調整----- */
#flow+div .wrapper_item{
  gap: 30px;
  justify-content: space-between;
  overflow: visible;
  margin-top: 100px;
}
#flow+div .inner_item{
  width: calc(100% / 3 - 30px);
  margin-left: 0!important;
  margin-bottom: 0;
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  background: #fff;
  position: relative;
  padding: 20px;
}
#flow+div .inner_item:nth-of-type(1)::after,
#flow+div .inner_item:nth-of-type(2)::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FA9522;
  right: -55px;
  top: 95px;
  z-index: 1;
}
#flow+div .inner_item::before{
  content: '';
  position: absolute;
  width: 30%;
  height: 5px;
  background-color: #FA9522;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
}
#flow+div .inner_item>a{
  position: relative;
}
#flow+div .inner_item:nth-of-type(1)>a::before{
  content: '1';
  position: absolute;
  font-size: 6rem;
  color: #FA9522;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Oswald", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
}
#flow+div .inner_item:nth-of-type(2)>a::before{
  content: '2';
  position: absolute;
  font-size: 6rem;
  color: #FA9522;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Oswald", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
}
#flow+div .inner_item:nth-of-type(3)>a::before{
  content: '3';
  position: absolute;
  font-size: 6rem;
  color: #FA9522;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Oswald", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
}
#flow+div .inner_item .inner_item_img{
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
#flow+div .inner_item .inner_item_img img{
  object-fit: contain;
  height: auto !important;
}
#flow+div .inner_item .inner_item_txt .h{
  color: #FA9522;
}

/* -----フロー02----- */
#flow02+div{
  position: relative;
  overflow: visible;
}
#flow02+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122129.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: -60px;
}
/* -----フロー02タイトル----- */
#flow02+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122107.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  left: 200px;
  top: -15px;
}
#flow02+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#flow02+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#flow02+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 520px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  z-index: -1;
}
#flow02+div .heading.block_header_6 p{
  font-weight: bold;
}
/* ----フロー02画像----- */
#flow02+div .inner_item .inner_item_img img{
  object-fit: contain;
  height: 100%!important;
}
/* ----フロー02矢印----- */
#flow02+div .inner_item{
  position: relative;
}
#flow02+div .inner_item:nth-of-type(1)::after,
#flow02+div .inner_item:nth-of-type(2)::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FA9522;
  right: -65px;
  top: 16vw;
  top: 230px;
  z-index: 1;
}

/* -----お客様の声タイトル----- */
#voice+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122814.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: 250px;
}
#voice+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}
#voice+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#voice+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  z-index: -1;
}
#voice+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----お客様の声レイアウト調整----- */
#voice+div .inner_item{
  border: 1px solid #2A74D5;
  box-shadow: 2px 2px 4px 0px rgba(42, 116, 213, 0.2);
}
#voice+div .inner_item .comments_info p{
  color: #2A74D5;
}
#voice+div .pointer{
  display: none!important;
}
#voice+div .slick-arrow:before{
  border-top: none;
  border-left: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250917085948.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
#voice+div .slick-prev:before{
  transform: rotate(90deg);
  left: calc(50% - 50px);
}
#voice+div .slick-next:before{
  transform: rotate(-90deg);
  left: calc(50% - -20px);
}

/* -----よくある質問----- */
#faq+div{
  position: relative;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 10%);
}
#faq+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135123.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
/* -----よくある質問タイトル----- */
#faq+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122758.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: 320px;
}
#faq+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}
#faq+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#faq+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
#faq+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----よくある質問スタイル変更----- */
#faq+div .wrapper_item{
  counter-reset: faq;
}
#faq+div dl{
  border-bottom: 1px dashed #111;
  position: relative;
}
#faq+div dl:nth-of-type(1){
  border-top: 1px dashed #111;
}
#faq+div dl:nth-of-type(4)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122803.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
#faq+div dl:nth-of-type(5)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250916122809.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  left: -100px;
  bottom: -50px;
}
#faq+div dt{
  counter-increment: faq;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 2.4rem;
  color: #2B75DA;
  font-weight: bold;
}
#faq+div dt::before{
  content: "Q" counter(faq);
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
#faq+div dd{
  background: #D4E3F8;
  padding-left: 60px;
}
#faq+div dd::before{
  content: 'A.';
  font-size: 3.5rem;
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
#faq+div dd span{
  padding: 10px 0;
}
#faq+div dt i.more{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 1;
}
#faq+div dt i.more::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#faq+div dt.open i.more:before{
  content: '';
}
#faq+div dt i.more::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* -----コンタクト----- */
#contact+div{
  background: linear-gradient(90deg, #2B75DA, #3AB549);
}
/* -----コンタクトタイトル----- */
#contact+div .heading.block_header_6{
  margin-bottom: 0;
}
#contact+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#contact+div .heading.block_header_6 .h::before{
  content: '&';
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  left: 50%;
  transform: translateX(45%);
  border-top: none;
  width: auto;
  height: auto;
  top: 11px;
}
#contact+div .heading.block_header_6 .h::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  z-index: -1;
}
/* -----コンタクトスタイル変更----- */
#contact+div .inner_item{
  flex-direction: column-reverse;
  position: relative;
  justify-content: flex-end;
}
#contact+div .inner_item:nth-of-type(1)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135045.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  left: -20px;
  top: -5px;
}
#contact+div .inner_item:nth-of-type(2)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135050.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  right: -85px;
  top: -20px;
}
#contact+div .inner_item_txt p{
  color: #fff;
}
#contact+div .contents_btn01 .content_wrapper{
  padding-bottom: 10px;
}
#contact+div .contents_btn01 a{
  background: #FFF892;
  color: #2D77DA!important;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 0 #FF9935;
  min-width: 347px;
  transition: .3s;
}
#contact+div .contents_btn01 a:hover{
  opacity: 0.7;
}
#contact+div .contents_btn01 a::before{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #111;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
#contact+div .contents_btn01 a::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
}
#contact+div .contents_btn01 a span{
  padding: 10px 80px 10px 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
}


/* -----レスポンシブ----- */
@media screen and (max-width: 1400px){
  /* -----faq----- */
  #faq+div dl:nth-of-type(5)::before{
    left: -45px;
  }
}
@media screen and (max-width: 1350px){
  /* -----特徴----- */
  #features+div .inner_item:nth-of-type(3)::before{
    left: -20px;
  }
  #features+div .inner_item:nth-of-type(5)::before{
    right: -50px;
  }
}
@media screen and (max-width: 1250px){
  /* -----特徴----- */
  #features+div .inner_item:nth-of-type(1)::before{
    right: 0;
  }
  /* -----お客様の声----- */
  #voice+div .slick-prev:before{
    left: calc(50% - 15px);
  }
  #voice+div .slick-next:before{
    left: calc(50% - 15px);
  }
  /* -----faq----- */
  #faq+div dl:nth-of-type(4)::before{
    content: none;
  }
  #faq+div dl:nth-of-type(5)::before{
    content: none;
  }
}
@media screen and (max-width: 1100px){
  /* -----フロータイトル----- */
  #flow02+div .heading::before{
    left: 150px;
  }
  /* -----フロー----- */
  #flow02+div .inner_item:nth-of-type(1)::after,
  #flow02+div .inner_item:nth-of-type(2)::after{
    top: 16vw;
  }
  /* -----お客様の声----- */
  #voice+div .heading::before{
    right: 150px;
  }
  /* -----コンタクト----- */
  #contact+div .wrapper_item{
    overflow: visible;
  }
  #contact+div .inner_item:nth-of-type(1)::before{
    left: -30px;
    top: 125px;
  }
  #contact+div .inner_item:nth-of-type(2)::after{
    right: -85px;
    top: 106px;
  }
}
@media screen and (max-width: 1050px){
  /* -----サービス概要----- */
  #overview+div .heading::before{
    right: 200px;
    right: 145px;
  }
  /* -----特徴タイトル----- */
  #features_title+section .heading::before{
    left: 130px;
  }
}
@media screen and (max-width: 1000px){
  /* -----概要----- */
  #overview+div::before{
    bottom: -45px;
    left: -65px;
  }
  #overview+div::after{
    bottom: -45px;
    right: -35px;
  }
  /* -----特徴----- */
  #features+div .inner_item:nth-of-type(4)::after{
    top: -20px;
  }
  /* -----フロータイトル----- */
  #flow02+div .heading::before{
    left: 100px;
  }
  /* -----よくある質問----- */
  #faq+div .heading::before{
    right: 250px;
  }
}
@media screen and (max-width: 950px){
  /* -----サービス概要----- */
  #overview+div .heading::before{
    right: 150px;
    right: 100px;
  }
  /* -----特徴タイトル----- */
  #features_title+section .heading::before{
    left: 50px;
  }
  /* -----特徴----- */
  #features+div .inner_item:nth-of-type(3)::after,
  #features+div .inner_item:nth-of-type(4)::after,
  #features+div .inner_item:nth-of-type(5)::after{
    right: 0;
  }
}
@media screen and (max-width: 900px){
  /* -----特徴----- */
  #features+div .inner_item .inner_item_img{
    width: auto;
  }
  /* -----フロー02矢印----- */
  #flow02+div .inner_item:nth-of-type(1)::after,
  #flow02+div .inner_item:nth-of-type(2)::after{
    content: none;
  }
  /* -----フロータイトル----- */
  #flow02+div .heading::before{
    left: 50px;
  }
  /* -----お客様の声----- */
  #voice+div .heading::before{
    right: 80px;
  }
  /* -----よくある質問----- */
  #faq+div .heading::before{
    right: 150px;
  }
  /* -----コンタクト----- */
  #contact+div .inner_item:nth-of-type(1)::before{
    top: 160px;
  }
  #contact+div .inner_item:nth-of-type(2)::after{
    top: 140px;
  }
}
@media screen and (max-width: 850px){
  /* -----概要----- */
  #overview+div .heading::before{
    right: 100px;
    right: 65px;
  }
}
@media screen and (max-width: 768px){
  /* -----サービス概要タイトル----- */
  #overview+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #overview+div .heading.block_header_6 .h::after{
    width: 300px;
    height: 35px;
  }
  /* -----サービス概要----- */
  #overview+div .heading::before{
    width: 70px;
    height: 70px;
    right: 100px;
  }
  #overview+div .text-flex{
    margin-left: 15%;
  }
  #overview+div .yohaku{
    margin-bottom: 20px;
  }
  /* -----特徴タイトル----- */
  #features_title+section .heading::before{
    width: 150px;
    height: 150px;
    left: 30px;
    top: -20px;
  }
  #features_title+section .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #features_title+section .heading.block_header_6 .h::after{
    width: 300px;
    height: 35px;
    bottom: 3px;
  }
  /* -----特徴----- */
  #features+div .inner_item>a{
    max-width: 100%;
  }
  #features+div .inner_item .inner_item_img{
    margin: 0 auto;
    width: 280px;
    height: 300px;
  }
  #features+div .inner_item .inner_item_txt{
    max-width: 100%;
  }
  #features+div .inner_item:nth-of-type(1)::before,
  #features+div .inner_item:nth-of-type(3)::before,
  #features+div .inner_item:nth-of-type(5)::before{
    content: none;
  }
  #features+div .inner_item .inner_item_txt .orange-box{
    flex-direction: column;
    align-items: center;
  }
  #features+div .inner_item .inner_item_txt .orange-box p{
    width: 100%;
  }
  #features+div .inner_item .inner_item_txt .orange-box02 p{
    width: 100%!important;
  }
  /*#features+div .inner_item:nth-of-type(3)::after{
    right: 0;
    top: 400px;
  }
  #features+div .inner_item:nth-of-type(4)::after{
    right: 0;
    top: 400px;
  }
  #features+div .inner_item:nth-of-type(5)::after{
    right: 0;
    top: 400px;
  }*/
  #features+div .inner_item .inner_item_txt .dotted-title{
    font-size: 2em!important;
  }
  #features+div .inner_item .inner_item_txt .dotted-title::after{
    content: none;
  }
  #features+div .inner_item .inner_item_txt .dotted-title::before{
    content: none;
  }
  #features+div .inner_item .inner_item_txt .orange-box img,
  #features+div .inner_item .inner_item_txt .orange-box03 img:nth-of-type(1){
    width: 50%;
  }
  #features+div .inner_item .inner_item_txt .orange-box02 img,
  #features+div .inner_item .inner_item_txt .orange-box03 img:nth-of-type(2){
    width: 80%;
  }
  #features+div .inner_item:nth-of-type(3)::after,
  #features+div .inner_item:nth-of-type(4)::after,
  #features+div .inner_item:nth-of-type(5)::after{
    content: none;
  }
  /* -----フロータイトル----- */
  #flow02+div .heading::before{
    left: 0;
  }
  #flow02+div .heading.block_header_6 .h::before{
    bottom: 0;
  }
  #flow02+div .heading.block_header_6 .h::after{
    width: 450px;
    height: 46px;
  }
  /* -----フロー----- */
  #flow02+div .wrapper_item{
    gap: 50px;
  }
  #flow02+div .inner_item{
    margin-bottom: 30px;
  }
  #flow02+div .inner_item:nth-of-type(1)>a::before,
  #flow02+div .inner_item:nth-of-type(2)>a::before,
  #flow02+div .inner_item:nth-of-type(3)>a::before{
    top: -100px;
  }
  #flow02+div .inner_item:nth-of-type(1)::after,
  #flow02+div .inner_item:nth-of-type(2)::after{
    content: '';
    border-width: 30px 15px 0 15px;
    border-color: #FA9522 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -20px;
    z-index: 1;
  }
  /* -----お客様の声----- */
  #voice+div .heading::before{
    right: 30px;
  }
  #voice+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #voice+div .heading.block_header_6 .h::after{
    width: 380px;
    height: 40px;
    bottom: 0;
  }
  /* -----よくある質問----- */
  #faq+div .heading::before{
    right: 100px;
  }
  #faq+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #faq+div .heading.block_header_6 .h::after{
    width: 130px;
    height: 15px;
    bottom: 13px;
  }
  #faq+div dt{
    font-size: 2rem;
  }
  /* -----コンタクト----- */
  #contact+div .heading.block_header_6 .h::after{
    width: 370px;
    height: 40px;
    bottom: 0;
  }
  #contact+div .inner_item:nth-of-type(1)::before{
    content: none;
  }
  #contact+div .inner_item:nth-of-type(2)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135045.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  left: -20px;
  top: 106px;
  }
  #contact+div .inner_item:nth-of-type(2)::after{
    top: 90px;
  }
  #contact+div .contents_btn01 a{
    min-width: 286px;
  }
  #contact+div .contents_btn01 a span{
    padding: 10px 55px 10px 10px;
  }
}
@media screen and (max-width: 650px){
  /* -----サービス概要----- */
  #overview+div .heading::before{
    right: 50px;
  }
  /* -----フロー----- */
  #flow02+div .heading::before{
    top: 50px;
  }
  /* -----お客様の声----- */
  #voice+div .heading::before{
    right: -30px;
  }
}
@media screen and (max-width: 600px){
  /* -----サービス概要----- */
  #overview+div .inner_item{
    padding: 10px 20px 20px;
  }
  #overview+div .text-flex{
    margin-left: 0;
  }
  /* ----特徴----- */
  #features_title+section .heading::before{
    left: 0;
  }
}
@media screen and (max-width: 550px){
  /* -----段落ち防止----- */
  .sp550{
    display: block;
  }
  /* -----サービス概要----- */
  #overview+div .heading::before{
    right: 0;
  }
  /* ----特徴----- */
  #features_title+section .heading::before{
    left: -25px;
    left: -20px;
    top: 30px;
  }
  /* ----faq----- */
  #faq+div .heading::before{
    right: 50px;
  }
}
@media screen and (max-width: 500px){
  /* -----概要----- */
  #overview+div::after{
    bottom: -30px;
  }
  /* -----特徴----- */
  #features+div .inner_item:nth-of-type(3)::after,
  #features+div .inner_item:nth-of-type(4)::after,
  #features+div .inner_item:nth-of-type(5)::after{
    top: inherit;
    bottom: 0;
    width: 80px;
    height: 80px;
  }
  /* -----フロー----- */
  #flow02+div .heading.block_header_6 .h{
    font-size: 4rem;
  }
  #flow02+div .heading.block_header_6 .h::after{
    width: 370px;
    height: 37px;
    bottom: 0;
  }
  /* -----お客様の声----- */
  #voice+div .heading::before{
    content: none;
  }
}
@media screen and (max-width: 450px){
  /* -----段落ち防止----- */
  .sp450{
    display: block;
  }
  /* -----サービス概要----- */
  #overview+div .heading::before{
    right: -35px;
  }
  /* ----特徴----- */
  #features_title+section .heading::before{
    top: 70px;
  }
  /* -----お客様の声----- */
  #voice+div .heading.block_header_6 .h{
    font-size: 4rem;
  }
  #voice+div .heading.block_header_6 .h::after{
    width: 330px;
    height: 35px;
  }
 /* -----コンタクト----- */
  #contact+div .inner_item:nth-of-type(2)::before{
    left: -50px;
  }
  #contact+div .inner_item:nth-of-type(2)::after{
    right: -100px;
  }
  /* ----faq----- */
  #faq+div .heading::before{
    right: 0;
  }
}

@media screen and (max-width: 400px){
  #features+div .inner_item .inner_item_txt .dotted-title{
    font-size: 1.5em!important;
  }
}

/* -----MV画像差し替えPCとSPで変える20250919----- */
#sp_mv+section{
  display: none;
}
@media screen and (max-width: 768px){
  #sp_mv+section{
    display: block;
  }
  #sp_mv+section .content_wrapper{
    padding: 0;
  }
  #service_mv+div{
    display: none;
  }
}

/* 追記---20250924 */
/* サービス概要 */
@media screen and (max-width: 768px){
  #overview+div .heading::before{
    width: 120px;
    height: 120px;
    right: 85px;
  }
}
@media screen and (max-width: 700px){
  #overview+div .heading::before{
    right: 15px!important;
  }
}
@media screen and (max-width: 550px){
  #overview+div .heading::before{
    right: 0!important;
    top: 45px;
    width: 80px;
    height: 80px;
  }
}
/* 特徴背景修正 */
#features+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250918154203.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
}
#features+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250918154202.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
}
/* フロー矢印位置 */
#flow02+div .inner_item:nth-of-type(1)::after,
#flow02+div .inner_item:nth-of-type(2)::after{
  top: 50%!important;
}
@media screen and (max-width: 768px){
  #flow02+div .inner_item:nth-of-type(1)::after,
  #flow02+div .inner_item:nth-of-type(2)::after{
    top: initial!important;
  }
}
/* コンタクト */
@media screen and (max-width: 1170px){
  #contact+.composite_box01 .inner_item:nth-of-type(2)::after{
    top: initial;
    bottom: -25px;
    right: -100px;
  }
}
@media screen and (max-width: 900px){
  #contact+.composite_box01 .inner_item:nth-of-type(1)::before{
    top: -30px;
    left: -50px;
  }
  #contact+.composite_box01 .inner_item:nth-of-type(2)::after{
    right: -110px;
  }
}
@media screen and (max-width: 768px){
  #contact+.composite_box01 .inner_item:nth-of-type(2)::after{
    top: -40px;
    bottom: initial;
    right: -85px;
  }
}
@media screen and (max-width: 550px){
  #contact+.composite_box01 .inner_item:nth-of-type(2)::after{
    top: 90px;
  }
}
@media screen and (max-width: 500px){
  #contact+div .inner_item:nth-of-type(2)::before{
    left: -80px;
  }
  #contact+.composite_box01 .inner_item:nth-of-type(2)::after{
    right: -120px;
  }
}

@media screen and (max-width: 440px){
  /* -----段落ち防止----- */
  .sp440{
    display: none;
  }