@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;
}

#lv {
    display: none;
}
section.contents_related.width_fixed.align-left.delay1.delay1Active {
    display: none;
}
/* -----サービス(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: 300px;
  height: 350px;
  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_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;
}
@media screen and (max-width: 900px){
  /* -----導入実績----- */
  #achievements_html+section .inner_item:nth-of-type(1) .inner_item-num::before{
    left: -5px;
    top: 35px;
  }
  /* -----コンセプト----- */
  #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){
  /* -----導入実績----- */
  #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){
    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;
  }
  /* -----代理店募集----- */
  #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: 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: 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,
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 50px;
  }
  /* -----コンセプト----- */
  #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: 30px;
  }
  #achievements_html+section .inner_item:nth-of-type(2) .inner_item-num::before,
  #achievements_html+section .inner_item:nth-of-type(3) .inner_item-num::before{
    right: 30px;
  }
}
#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;
} */

/* 追記-----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%;
  }
}