@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&display=swap');

/* -----段落ち防止----- */
.sp550{
  display: none!important;
}
.pc550{
  display: block;
}
.sp400{
  display: none;
}

/* -----mainタグ上部の余白修正----- */
body.index.fixedmv main{
  transform: translateY(10vh);
  transform: translateY(7vh);
  transform: translateY(107px);
  transform: translateY(78px);
}
body.index.fixedmv footer{
  margin-top: 10vh;
  margin-top: 7vh;
  margin-top: 107px;
  margin-top: 78px;
}
/* @media screen and (max-width: 1369px){
  body.index.fixedmv main{
    transform: translateY(125px);
  }
  body.index.fixedmv footer{
    margin-top: 125px;
  }
} */
@media screen and (max-width: 900px){
  body.index.fixedmv main{
    transform: translateY(7vh);
    transform: translateY(79px);
  }
  body.index.fixedmv footer{
    margin-top: 7vh;
    margin-top: 79px;
  }
}
@media screen and (max-width: 450px){
  body.index.fixedmv main{
    transform: translateY(67px);
  }
  body.index.fixedmv footer{
    margin-top: 67px;
  }
}
@media screen and (max-width: 400px){
  body.index.fixedmv main{
    transform: translateY(57px);
  }
  body.index.fixedmv footer{
    margin-top: 57px;
  }
}

/* -----MV----- */
#mv_outer{
  background: #fff;
  height: auto!important;
}
/* -----MV画像パーツ----- */
#mv_img+section{
  position: relative;
}
#mv_img+section a::before{
  content: ''
  position: absolute;
  z-index: 2;
}
#mv_img+section .content_wrapper{
  padding: 0;
}
/* -----MVボタンHTMLパーツにて上乗せ----- */
#mv_btn+section{
  position: absolute;
  top: 34vw;
  top: 33vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  overflow: visible;
}
#mv_btn+section a{
  min-width: 280px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(22, 135, 237), #39B549);
  font-size: 1.55rem;
  padding: 5px;
  border: solid 2px #fff;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 35%);
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
#mv_btn+section a:hover{
  opacity: 0.7;
}
#mv_btn+section a span{
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}
/*@media screen and (min-width: 1550px){
  #mv_btn+section{
    top: 34.5vw;
  }
}*/
@media screen and (max-width: 1100px){
  #mv_btn+section{
    top: 32vw;
  }
}
@media screen and (max-width: 768px){
  #mv_btn+section{
    position: relative;
    top: 0;
    text-align: center;
    padding: 30px 0;
  }
}

/* -----ボタン装飾変更----- */
#top_btn+div a{
  background: #FFF892;
  color: #2D77DA!important;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 0 #FF9935;
  min-width: 280px;
  transition: .3s;
}
#top_btn+div a:hover{
  opacity: 0.7;
}
/*
#top_btn+div a::before{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #111;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
#top_btn+div a::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
}
*/
#top_btn+div a span{
  padding: 10px 80px 10px 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
/*
#top_btn+div a span::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  transform: rotate(45deg);
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
#top_btn+div a span::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
*/
/* -----導入実績タイトル----- */
#achievements_title+section .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134606.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 150px;
  right: 300px;
}
#achievements_title+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #FA9522;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}
#achievements_title+section .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#achievements_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: 350px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
#achievements_title+section .heading.block_header_6 p{
  font-weight: bold;
}
/* -----実績(HTMLパーツ)ここから----- */
#achievements_html+section{
  overflow: visible;
}
/* -----実績3カラムアイテム----- */
#achievements_html+section .wrapper_item{
overflow: visible;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem 0;
}
#achievements_html+section .inner_item{
  width: 28%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#achievements_html+section .inner_item:nth-of-type(2),
#achievements_html+section .inner_item:nth-of-type(3),
#achievements_html+section .inner_item:nth-of-type(5)
{
  margin-left: 8%!important;
}
#achievements_html+section .inner_item .inner_item-box{
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  background: #fff;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#achievements_html+section .inner_item .inner_item-box::before{
  content: '';
  position: absolute;
  width: 30%;
  height: 5px;
  background-color: #FA9522;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
}
#achievements_html+section .inner_item .inner_item-box::after{
  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: -20px;
  z-index: 1;
}
#achievements_html+section .inner_item_img{
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
#achievements_html+section .inner_item_img img{
  object-fit: contain;
  height: auto!important;
}
#achievements_html+section .inner_item_img {
    width: 100vw;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
#achievements_html+section .inner_item_txt{
  margin-top: 20px;
}
#achievements_html+section .inner_item .inner_item-num{
  position: relative;
  margin-top: 20px;
}
#achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134618.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 120px;
  left: -15px;
  top: 20px;
}
#achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134612.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 120px;
  right: 0;
  top: 15px;
}
#achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134624.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 120px;
  right: -20px;
  top: 5px;
}
#achievements_html+section .inner_item .inner_item-num p{
  text-align: center;
  color: #FA9522;
  font-size: 3rem;
  font-size: clamp(2.7rem, 2vw, 3rem);
  line-height: 1;
  font-weight: bold;
}

/* -----実績ここから----- */
#achievements+div{
  overflow: visible;
}
/* -----実績3カラムアイテム(デフォルトパーツ)----- */
#achievements+div .wrapper_item{
  overflow: visible;
}
#achievements+div .inner_item{
  border: 1px solid #2A74D5;
  border-radius: 5px;
  position: relative;
  width: 28%;
}
#achievements+div .inner_item:nth-of-type(2),
#achievements+div .inner_item:nth-of-type(3){
  margin-left: 8%!important;
}
#achievements+div .inner_item::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 30px 7px 0 7px;
  border-color: #FA9522 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 1;
}
#achievements+div .inner_item_img{
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  max-height: 200px;
}
#achievements+div .inner_item_img img{
  object-fit: contain;
  height: auto!important;
}
/* -----実績数字----- */
#achievements_num+div{
  overflow: visible;
}
#achievements_num+div .inner_item{
  width: 28%;
}
#achievements_num+div .inner_item:nth-of-type(2),
#achievements_num+div .inner_item:nth-of-type(3){
  margin-left: 8%!important;
}

@media screen and (max-width: 900px){
  #achievements+div .wrapper_item{
    justify-content: center;
  }
  #achievements+div .inner_item:nth-of-type(1),
  #achievements+div .inner_item:nth-of-type(2),
  #achievements+div .inner_item:nth-of-type(3){
    margin-bottom: 0!important;
  }
  #achievements+div .inner_item:nth-of-type(2),
  #achievements+div .inner_item:nth-of-type(3){
    margin-left: 4%!important;
  }
  #achievements_num+div .wrapper_item{
    justify-content: center;
  }
  #achievements_num+div .inner_item:nth-of-type(1),
  #achievements_num+div .inner_item:nth-of-type(2),
  #achievements_num+div .inner_item:nth-of-type(3){
    margin-bottom: 0!important;
  }
  #achievements_num+div .inner_item:nth-of-type(2),
  #achievements_num+div .inner_item:nth-of-type(3){
    margin-left: 4%!important;
  }
}

/* -----コンセプここから----- */
#concept+section{
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
}
#concept02+section{
  background: linear-gradient(to top, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
  position: relative;
  overflow: visible;
}
#concept02+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134801.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35vw;
  height: 25vw;
  max-width: 505px;
  max-height: 360px;
  top: -160px;
  left: 0;
  z-index: -1;
}
#concept02+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134755.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 20vw;
  max-width: 432px;
  max-height: 288px;
  bottom: -45px;
  right: 0;
  z-index: 1;
}
/* -----コンセプトタイトル----- */
#concept+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#concept+section .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#concept+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: 250px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  z-index: -1;
}
#concept+section .heading.block_header_6 p{
  font-weight: bold;
}
/* -----コンセプトテキスト----- */
#concept+section .inner_item_txt p{
  margin-bottom: 0;
}
#concept+section .inner_item_txt p img{
  width: 50px;
}
#concept02+section .inner_item_txt{
  position: relative;
}
#concept02+section .inner_item_txt::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134727.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 110%;
  left: 250px;
  top: 50%;
  transform: translateY(-50%);
}
#concept02+section .inner_item_txt::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134738.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 110%;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
}
#concept02+section .concept_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#concept02+section .concept_logo img:nth-of-type(1){
  width: 13%;
  min-width: 100px;
}
#concept02+section .concept_logo img:nth-of-type(2){
  width: 9%;
  min-width: 80px;
}
/* -----サービスタイトル----- */
#service_title+section{
  background: linear-gradient(90deg, #2B75DA, #3AB549);
  overflow: visible;
}
#service_title+section .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134715.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 240px;
  left: 100px;
  top: -60px;
}
#service_title+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#service_title+section .heading.block_header_6 .h::before{
  border-top: 1px solid #fff;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#service_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;
}
#service_title+section .heading.block_header_6 p{
  font-weight: bold;
  color: #fff;
}

/* -----サービス(HTMLパーツ)ここから----- */
#service_html+section{
  position: relative;
}
#service_html+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135116.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: -35px;
}
#service_html+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135130.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
}
#service_html+section .inner_item_img{
  margin: 0 auto 10px;
  max-width: 40%;
  text-align: center;
}
#service_html+section .inner_item_img img:nth-child(1){
  width: 75%;
}
#service_html+section .service_subtitle{
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 0;
  line-height: 1;
}
#service_html+section .service_subtitle:nth-of-type(1) img{
  width: 3.5%;
}
#service_html+section .service_subtitle:nth-of-type(2) img{
  width: 14%;
  min-width: 120px;
  transform: translateY(10px);
}
#service_html+section .service_text{
  text-align: center;
  margin-top: 20px;
}
/* -----flexアイテム----- */
#service_html+section .service_items01{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
#service_html+section .service_items01 .service_item{
  width: calc(100% / 2);
  background: #FFF;
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
#service_html+section .service_items01 .service_item::before{
  content: '';
  position: absolute;
  width: 18%;
  height: 5px;
  background-color: #FA9522;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
}
#service_html+section .service_items01 .service_item-img{
    width: 400px;
    height: 300px;
    margin: 0 auto;
}
#service_html+section .service_items01 .service_item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#service_html+section .service_items01 .service_item-title,
#service_html+section .service_items02 .service_item-title{
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #FA9522;
}
#service_html+section .service_items01 .service_item-text{
  margin-top: 10px;
  text-align: justify;
}

#service_html+section .service_items02{
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#service_html+section .service_items02 .service_item{
  width: calc(100% / 3);
  background: #FFF;
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
#service_html+section .service_items02 .service_item::before{
  content: '';
  position: absolute;
  width: 25%;
  height: 5px;
  background-color: #FA9522;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
}
#service_html+section .service_items02 .service_item-img{
  width: 200px;
  height: 250px;
  margin: 0 auto;
}
#service_html+section .service_items02 .service_item:nth-of-type(3) .service_item-img{
  width: 230px;
}
#service_html+section .service_items02 .service_item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top; 
  display: block;
}
#service_html+section .service_items02 .service_item-text{
  margin-top: 10px;
  text-align: justify;
}
#service_html+section .contents_btn01{
  margin-top: 60px;
}


/* -----サービス(デフォルトパーツ)ここから----- */
/* -----タイトル装飾----- */
#service+section .block_header_1{
  margin-bottom: 10px;
}
#service+section .block_header_1::before{
  content: '';
  position: absolute;
  width: 46%;
  height: 1px;
  background: #000;
  left: 0;
}
#service+section .block_header_1::after{
  content: '';
  position: absolute;
  width: 46%;
  height: 1px;
  background: #000;
  right: 0;
}
/* -----サービステキスト----- */
#service_text+section .inner_item_txt .service_text-big01{
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 0;
  line-height: 1.2;
}
#service_text+section .inner_item_txt .service_text-big01 img{
  width: 3.5%;
}
#service_text+section .inner_item_txt .service_text-big02{
  display: flex;
  justify-content: center;
  align-items: end;
}
#service_text+section .inner_item_txt .service_text-big02 img{
  width: 14%;
}
/* -----サービスボックス----- */
#service_box+div .inner_item{
  background: #fff;
}
/* -----代理店情報ここから----- */
/* -----代理店情報タイトル----- */
#agents+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#agents+section .heading.block_header_6 .h::before{
  border-top: 1px solid #fff;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#agents+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: 400px;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  z-index: -1;
}
#agents+section .heading.block_header_6 p{
  font-weight: bold;
  color: #fff;
}
/* -----代理店情報----- */
#agents+section{
  position: relative;
  overflow: visible;
}
#agents+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908172904.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 110%;
  bottom: -70px;
  z-index: 2;
}
#agents+section .content_wrapper{
  background: linear-gradient(90deg, #2B75DA, #3AB549);
  padding: 60px 20px;
  position: relative;
}
#agents+section .content_wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908172153.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 210px;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
#agents+section .content_wrapper::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908172159.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 210px;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
}
#agents+section .inner_item_txt p{
  color: #fff;
}

/* -----口コミここから----- */
/* -----口コミタイトル----- */
#review+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: 160px;
  left: 300px;
}
#review+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #3AB549;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#review+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#review+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: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: -1;
}
#review+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----新着情報ここから----- */
/* -----新着情報タイトル----- */
#news+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #2B75DA;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#news+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#news+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: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: -1;
}
#news+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----新着情報装飾----- */
#news+div{
  position: relative;
  overflow: visible;
}
#news+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135110.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 17vw;
  max-width: 360px;
  max-height: 245px;
  bottom: -85px;
  left: 0;
  z-index: 1;
}
#news+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135056.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28vw;
  height: 17vw;
  max-width: 403px;
  max-height: 245px;
  top: 0px;
  right: 0;
  z-index: 1;
}
/* -----新着情報のスタイル変更----- */
#news+div li{
  border-bottom: 1px dashed #111;
  position: relative;
  transition: .3s;
}
#news+div li:hover::before{
  right: 20px;
}
#news+div li::before{
  content: '';
  position:absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #2B75DA;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 1;
}
#news+div li:nth-of-type(n+2)::before{
  transform: translateY(-70%);
}
#news+div li:nth-of-type(1){
  border-top: 1px dashed #111;
}
#news+div li a{
  background: #D4E3F8;
  margin: 10px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: .3s;
}
#news+div li a::before{
  content: '';
  position:absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #2B75DA;
  border-right: solid 1px #2B75DA;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 28px;
  top: 50%;
  right: 23px;
  z-index: 1;
}
#news+div li a::after{
  content: '';
  position:absolute;
  width: 12px;
  height: 1px;
  background: #2B75DA;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  z-index: 1;
}
#news+div li a:hover::before{
  right: 18px;
}
#news+div li a:hover::after{
  right: 17px;
}
#news+div li a>p{
  background: #2B75DA;
  color: #fff;
  width: auto;
  line-height: 1.2;
  padding: 0 10px;
}
#news+div li a>p::before{
  content: none;
}
#news+div li a div{
  padding-left: 0;
}
/* -----会社概要ここから----- */
#company+div{
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
  position: relative;
  overflow: visible;
}
#company+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135039.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  left: 20px;
  bottom: -90px;
}
#company02+div{
  position: relative;
  overflow: visible;
}
#company03+div{
  position: relative;
  overflow: visible;
}
#company03+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;
}
#company03+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135033.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  right: 100px;
  top: 100px;
}

/* -----会社概要タイトル----- */
#company+div .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135027.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  right: 100px;
}
#company+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #FA9522;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#company+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#company+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: 300px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  z-index: -1;
}
#company+div .heading.block_header_6 p{
  font-weight: bold;
}
/* -----会社概要スタイル変更----- */
#company+div .wrapper_item,
#company02+div .wrapper_item{
  margin: 0 auto;
}
#company+div .heading.block_header_4 .h,
#company+div dl:nth-of-type(1),
#company+div dl:nth-of-type(2),
#company+div dl:nth-of-type(3),
#company02+div .heading.block_header_4 .h,
#company02+div dl:nth-of-type(1),
#company02+div dl:nth-of-type(2),
#company02+div dl:nth-of-type(3),
#company03+div .heading.block_header_4 .h{
  display: none;
}
#company+div dl,
#company02+div dl{
  border-bottom: none;
  border-top: 1px solid #111;
}
#company03+div dl{
  border-bottom: 1px solid #111;
}
#company03+div dl:nth-of-type(1){
  border-top: 1px solid #111;
}
#company+div dt,
#company02+div dt,
#company03+div dt{
  padding: 20px 0 20px 20px;
}
#company+div dd,
#company02+div dd,
#company03+div dd{
  padding: 20px 0 20px 10px;
}
#company+div .map,
#company02+div .map{
  width: 80%;
  height: 25vw;
  margin-left: 170px;
  margin-right: 5%;
}

/* -----コンタクト----- */
#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: 1390px){
  /* -----代理店募集----- */
  #agents+section .content_wrapper::before{
     left: -25px;
  }
  #agents+section .content_wrapper::after{
    right: -25px;
  }
}
@media screen and (max-width: 1250px){
  /* -----代理店募集----- */
  #agents+section .content_wrapper::before{
     left: 0;
  }
  #agents+section .content_wrapper::after{
    right: 0;
  }
}
@media screen and (max-width: 1100px){
  /* -----実績紹介20250929----- */
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    top: 65px;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    top: 85px;
  }
  /* -----コンセプト----- */
  #concept02+section .inner_item_txt::before{
    left: 15vw;
  }
  #concept02+section .inner_item_txt::after{
    right: 15vw;
  }
  /* -----コンタクト----- */
  #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: 1000px){
  /* -----導入実績----- */
  #achievements_title+section .heading::before{
    right: 200px;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
    right: -20px;
  }
  /* -----コンセプト----- */
  #concept02+section .inner_item_txt::before{
    left: 10vw;
  }
  #concept02+section .inner_item_txt::after{
    right: 10vw;
  }
  /* -----口コミ----- */
  #review+div .heading::before{
    left: 230px;
  }
}
@media screen and (max-width: 900px){
  /* -----導入実績----- */
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: -5px;
    top: 35px;
    top: 75px;
  }
  /* -----コンセプト----- */
  #concept02+section .inner_item_txt::before{
    left: 6vw;
  }
  #concept02+section .inner_item_txt::after{
    right: 6vw;
  }
  /* -----サービス----- */
  #service_title+section .heading::before{
    width: 200px;
    height: 200px;
    left: 75px;
    top: -30px;
  }
  #service_html+section .service_items02 .service_item:nth-of-type(3) .service_item-img{
    width: 200px;
  }
  /* -----代理店募集----- */
  #agents+section .content_wrapper::before{
    width: 150px;
    height: 150px;
  }
  #agents+section .content_wrapper::after{
    width: 150px;
    height: 150px;
  }
  /* -----口コミ----- */
  #review+div .heading::before{
    width: 100px;
    height: 120px;
    left: 200px;
  }
  /* -----会社概要----- */
  #company+div .heading::before{
    width: 200px;
    height: 200px;
    right: 80px;
  }
  #company+div .map,
  #company02+div .map{
    width: 75%;
  }
  /* -----コンタクト----- */
  #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){
  /* -----新着情報----- */
  /* #news+div li a::before{
    top: 24px;
  } */
}
@media screen and (max-width: 800px){
  /* -----会社概要----- */
  #company+div .map,
  #company02+div .map{
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px){
#service_html+section .service_items01 .service_item-img {
    width: 100%;
    height: 320px;
}
  /* -----導入実績----- */
  #achievements_title+section .heading::before{
    width: 70px;
    height: 100px;
    right: 150px;
  }
  #achievements_title+section .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #achievements_title+section .heading.block_header_6 .h::after{
    width: 280px;
    bottom: -5px;
  }
  #achievements_html+section .wrapper_item{
    flex-direction: column;
  }
  #achievements_html+section .inner_item{
    width: 100%;
  }
  #achievements_html+section .inner_item:nth-of-type(2),
  #achievements_html+section .inner_item:nth-of-type(3),
#achievements_html+section .inner_item:nth-of-type(5)
{
    margin-left: 0!important;
    margin-top: 40px;
  }
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: 200px;
    top: 0;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
    right: 200px;
    top: 0;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 200px;
    top: 0;
  }
  /* -----コンセプト----- */
  #concept02+section::before{
    top: -115px;
    left: -50px;
  }
  #concept+section .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  /* -----サービス----- */
  /* #service_html+section::before{
    height: 8%;
  }
  #service_html+section::after{
    height: 7%;
  } */
  #service_title+section .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  #service_title+section .heading.block_header_6 .h::after{
    width: 200px;
    height: 35px;
  }
  #service_html+section .service_subtitle{
    font-size: 24px;
  }
  #service_html+section .service_items01,
  #service_html+section .service_items02{
    flex-direction: column;
  }
  #service_html+section .service_items01 .service_item,
  #service_html+section .service_items02 .service_item{
    width: 100%;
  }
  #service_html+section .service_items02 .service_item:nth-of-type(3) .service_item-img{
    width: 230px;
  }
  #service_html+section .inner_item_img img:nth-child(1){
    width: 100%;
  }
  /* -----代理店募集----- */
  #agents+section{
    padding-top: 0;
  }
  #agents+section::before{
    height: 70%;
    bottom: 0;
  }
  #agents+section .heading.block_header_6 .h::before{
    bottom :5px;
  }
  /* -----口コミ----- */
  #review+div .heading::before{
    left: 100px;
  }
  #review+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  /* -----新着情報----- */
  #news+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  /* #news+div li:nth-of-type(1) a::before{
    top: 25px;
  } */
  /* -----会社概要----- */
  #company+div::before{
    content: none;
  }
  /*#company03+div::before{
    height: 40%;
  }*/
  #company03+div::after{
    width: 120px;
    height: 120px;
    right: 25px;
  }
  #company+div .heading.block_header_6 .h::before{
    bottom: 5px;
  }
  /* -----コンタクト----- */
  #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: 700px){
  /* -----会社概要----- */
  #company+div .map,
  #company02+div .map{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #company03+div::after{
    top: 180px;
  }
}
@media screen and (max-width: 650px){
  /* -----導入実績----- */
  #achievements_title+section .heading::before{
    right: 50px;
  }
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: 100px;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
    right: 100px;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 100px;
  }
  /* -----コンセプト----- */
  #concept02+section .inner_item_txt::before{
    left: 0;
  }
  #concept02+section .inner_item_txt::after{
    right: 0;
  }
  /* -----サービス----- */
  #service_title+section .heading::before{
    width: 150px;
    height: 150px;
    left: 50px;
    top: -20px;
  }
  /* -----代理店募集----- */
  #agents+section .heading.block_header_6 .h::after{
    width: 300px;
    height: 40px;
  }
  /* -----会社概要----- */
  #company+div .heading::before{
    width: 150px;
    height: 150px;
    right: 30px;
  }
  #company+div .heading.block_header_6 .h::after{
    width: 200px;
    height: 25px;
  }
}
@media screen and (max-width: 600px){
  /* -----サービス----- */
  #service_html+section .inner_item_img{
    max-width: 50%;
  }
}
@media screen and (max-width: 580px){
  /* -----コンセプト----- */
  #concept02+section .inner_item_txt::before{
    content: none;
  }
  #concept02+section .inner_item_txt::after{
    content: none;
  }
  #concept02+section::after{
    bottom: 0;
  }
}
@media screen and (max-width: 550px){
  .sp550{
    display: flex!important;
  }
  .pc550{
    display: none;
  }
  /* -----サービス----- */
  #service_html+section .service_subtitle:nth-of-type(2){
    line-height: 2;
  }
  #service_html+section .service_subtitle:nth-of-type(3){
    display: flex;
    align-items: start;
  }
  #service_html+section .service_subtitle:nth-of-type(3) img{
    width: 14%;
    min-width: 120px;
    transform: translateY(-7px);
  }
  /* -----代理店ん募集----- */
  #agents+section .content_wrapper::before{
    width: 100px;
    height: 100px;
  }
  #agents+section .content_wrapper::after{
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 530px){
  /* 導入実績20250929----- */
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: 60px;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 60px;
  }
}
@media screen and (max-width: 500px){
  /* -----新着情報----- */
  #news+div li a{
    display: flex!important;
  }
}
@media screen and (max-width: 450px){
  /* -----導入実績----- */
  #achievements_title+section .heading::before{
    width: 60px;
    height: 80px;
    right: 0;
  }
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: 50px;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
    right: 50px;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 25px;
  }
  /* -----コンセプト----- */
  #concept02+section::before{
    top: -50px;
    min-width: 250px;
    min-height: 130px;
  }
  #concept+section .inner_item_txt p:nth-of-type(3){
    font-size: 2.4rem!important;
  }
  /* -----サービス----- */
  #service_title+section .heading::before{
    width: 100px;
    height: 100px;
    left: 0;
    top: 45px;
  }
  /* #service_html+section::before{
    height: 4%;
  }
  #service_html+section::after{
    height: 4%;
    bottom: 0;
  } */
  /* -----代理店募集----- */
  #agents+section .content_wrapper::before{
    transform: translateY(100%);
  }
  #agents+section .content_wrapper::after{
    transform: translateY(-160%);
  }
  #agents+section::before{
    height: 45%;
  }
  /* -----口コミ----- */
  #review+div .heading::before{
    left: 0;
    width: 80px;
    height: 100px;
  }
 /* -----会社概要----- */
  #company+div .heading::before{
    width: 100px;
    height: 100px;
    right: 0;
  }
  /* -----コンタクト----- */
  #contact+div .inner_item:nth-of-type(2)::before{
    left: -50px;
  }
  #contact+div .inner_item:nth-of-type(2)::after{
    right: -100px;
  }
}
@media screen and (max-width: 400px){
  /* -----段落ち防止----- */
  .sp400{
    display: block;
  }
  /* -----導入実績----- */
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: 15px;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before{
    right: 30px;
  }
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 10px;
  }
}
#top_btn+div a {
    min-width: 280px;
    transition: .3s;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(22, 135, 237), #39B549);
    font-size: 1.55rem;
    padding: 5px;
    border: solid 2px #fff;
   box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 35%);
}
#top_btn+div a span {
    padding: 10px 20px;
    font-weight: bold;
    text-align: left;
    position: relative;
    text-align: center;
    color: #fff;
}

header{
  position: absolute;
}


/* -----MV画像差し替えPCとSPで変える20250919----- */
#sp_mv+section{
  display: none;
}
@media screen and (max-width: 768px){
  #sp_mv+section{
    display: block;
    background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
    padding: 20px 0 0 0;
  }
  #sp_mv+section .content_wrapper{
    padding: 0;
  }
  #mv_img+section{
    display: none;
  }
}

/* 追記-----20250924 */
/* サービス */
#service_html+section .service_items01,
#service_html+section .service_items02{
  gap: 10px;
}
#service_html+section .service_items01 .service_item{
  width: calc(100% / 2 -  10px);
}
#service_html+section .service_items02 .service_item{
  width: calc(100% / 3 -  10px);
}
#service_html+section .service_items01 .service_item-img,
#service_html+section .service_items02 .service_item-img{
  width: 100%;
}
@media screen and (max-width: 768px){
  #service_html+section .service_items01,
  #service_html+section .service_items02{
    gap: 20px;
  }
  #service_html+section .service_items01 .service_item,
  #service_html+section .service_items02 .service_item{
    width: 100%;
  }
}
/* 口コミ */
#review+div .inner_item{
  border: 1px solid #3AB549;
  box-shadow: 3px 3px 4px 0px rgba(42, 116, 213, 0.2);
  background: #FFFEEF;
}
#review+div .inner_item .comments_info p{
  color: #3AB549;
}
#review+div .pointer{
  display: none!important;
}
#review+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;
}
#review+div .slick-prev:before{
  transform: rotate(90deg);
  left: calc(50% - 50px);
}
#review+div .slick-next:before{
  transform: rotate(-90deg);
  left: calc(50% - -20px);
}
@media screen and (max-width: 1250px){
  #review+div .slick-prev:before{
    left: calc(50% - 15px);
  }
  #review+div .slick-next:before{
    left: calc(50% - 15px);
  }
}
/* 会社概要の地図非表示に伴う調整 */
#company+div::before{
  left: 0;
}
@media screen and (max-width: 1400px){
  #company+div::before{
    width: 115px;
    height: 115px;
    bottom: -65px;
  }
}
/* コンタクト */
@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;
  }
}
/* 導入実績の画像をクリックしたらページに飛ぶホバー */
#achievements_html+section .inner_item a{
  transition: .3s;
}
#achievements_html+section .inner_item a:hover{
  scale: 1.1;
}

/* 追記-----20250929 */
/* コンセプト */
.sp700{
  display: none;
}
@media screen and (max-width: 1200px){
  #concept02+section::before{
    left: -50px;
    top: -105px;
  }
}
@media screen and (max-width: 700px){
  .sp700{
    display: block;
  }
  #concept02+section::before{
    top: -75px;
  }
}
/* サービス */
#service_html+section .service_subtitle{
  white-space: nowrap;
  flex-wrap: wrap;
}