@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');

/* 段落ち */
.sp625{
  display: none;
}
.sp475{
  display: none;
}

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

/* -----MVボタンHTMLパーツにて上乗せ----- */
#mv_btn+div{
  position: absolute;
  top: 34vw;
  top: 33vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  overflow: visible;
}
#mv_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%);
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
#mv_btn+div a:hover{
  opacity: 0.7;
}
#mv_btn+div 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 (max-width: 1100px){
  #mv_btn+div{
    top: 32vw;
  }
}
@media screen and (max-width: 768px){
  #mv_btn+div{
    position: relative;
    top: 0;
    text-align: center;
    padding: 30px 0;
  }
}

/* -----メリットタイトル----- */
#merit_title+section{
  overflow: visible;
}
#merit_title+section .heading::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 190px;
  right: 0;
  bottom: -180px;
}
#merit_title+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#merit_title+section .heading.block_header_6 .h::before{
  border-top: 1px solid #fff;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#merit_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: 200px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}
#merit_title+section .heading.block_header_6 p{
  font-weight: bold;
  color: #fff;
}
#merit_title+section .merit_text{
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
#merit_title+section .merit_text span{
  font-size: 4rem;
}

/* -----メリット3カラム----- */
#merit+div{
  overflow: visible;
  z-index: 1;
}
#merit+div .content_wrapper{
  transform: translateY(-50px);
}
#merit+div .wrapper_item{
  gap: 20px;
  overflow: visible;
  justify-content: space-between;
}
#merit+div .inner_item{
  width: calc(100% / 3 - 20px);
  background: #fff;
  padding: 30px 10px;
  border: 1px solid #009676;
  box-shadow: 4px 4px 4px 0px rgba(0, 150, 118, 0.2);
  margin-left: 0!important;
  margin-bottom: 0;
  position: relative;
}
#merit+div .inner_item:nth-of-type(1)::before{
  content: '01';
  position: absolute;
  left: 15px;
  top: -40px;
  color: #D4F0BD;
  font-size: 10rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
}
#merit+div .inner_item:nth-of-type(2)::before{
  content: '02';
  position: absolute;
  left: 15px;
  top: -40px;
  color: #D4F0BD;
  font-size: 10rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
}
#merit+div .inner_item:nth-of-type(3)::before{
  content: '03';
  position: absolute;
  left: 15px;
  top: -40px;
  color: #D4F0BD;
  font-size: 10rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
}
#merit+div .inner_item_img{
  width: 120px;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
#merit+div .inner_item_img img{
  object-fit: contain;
  height: auto!important;
  vertical-align: middle;
}

/* -----ボタン装飾変更----- */
#top_btn+div a {
  min-width: 280px;
  transition: .3s;
  text-align: center;
  color: #2D77DA!important;
  border-radius: 30px;
  background: linear-gradient(90deg, #039383, #56D030);
  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:hover{
  opacity: 0.7;
}
#top_btn+div a span {
  padding: 10px 20px;
  font-weight: bold;
  text-align: left;
  position: relative;
  text-align: center;
  color: #fff;
}
/* -----メリットボタン装飾変更----- */
#top_btn02+div{
  position: relative;
  overflow: visible;
}
#top_btn02+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_6.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  left: 80px;
  bottom: -60px;
  z-index: 1;
}
#top_btn02+div a {
  min-width: 280px;
  transition: .3s;
  text-align: center;
  color: #2D77DA!important;
  border-radius: 30px;
  background: linear-gradient(90deg, #039383, #56D030);
  font-size: 1.55rem;
  padding: 5px;
  border: solid 2px #fff;
 box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 35%);
}
#top_btn02+div a:hover{
  opacity: 0.7;
}
#top_btn02+div a span {
  padding: 10px 20px;
  font-weight: bold;
  text-align: left;
  position: relative;
  text-align: center;
  color: #fff;
}

/* -----ラインナップ----- */
#line_up+section{
  position: relative;
  overflow: visible;
  background-size: 100%!important;
}
#line_up+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250930155627.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 30%;
  top: 0;
}
#line_up+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250930155626_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  height: 45%;
  bottom: 0;
}
#line_up+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #7DD922;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#line_up+section .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#line_up+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: 230px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: -1;
}
#line_up+section .heading.block_header_6 p{
  font-weight: bold;
}
#line_up+section .heading.block_header_6 h3{
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #039383, #56D030) text;
  -webkit-text-fill-color: transparent;
}
#line_up+section .heading.block_header_6 h3 span{
  font-size: 2.5rem;
}
#line_up+section .service_items{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
}
#line_up+section .service_item{
  width: calc(100% / 3 - 30px);
  background: #fff;
  padding: 30px 15px;
  border: 1px solid #009676;
  box-shadow: 4px 4px 4px 0px rgba(0, 150, 118, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
#line_up+section .service_item:nth-of-type(3)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 150px;
  right: 0;
  top: -155px;
}
#line_up+section .service_item:nth-of-type(7)::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  left: -80px;
  bottom: -205px;
}
#line_up+section .service_item:nth-of-type(n+4){
  margin-top: 10px;
}
#line_up+section .service_item-title{
  text-align: center;
  font-size: 3rem;
  font-size: clamp(2rem, 2vw, 2.9rem);
  font-weight: bold;
  color: #009676;
  /* flex-grow: 1; */
  line-height: 1.5;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#line_up+section .service_item-img{
  width: 15vw;
  min-width: 180px;
  margin: 20px auto;
  text-align: center;
}
/* #line_up+section .service_item-img img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
} */
#line_up+section .service_item-img02{
  width: 17.5vw;
}
#line_up+section .service_item-text{
  text-align: justify;
  flex-grow: 1;
}

/* -----サポートタイトル----- */
#support+section .heading.block_header_6{
  margin-bottom: 20px;
}
#support+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #009676;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#support+section .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#support+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: 5px;
    z-index: -1;
}
#support+section .heading.block_header_6 p{
  font-weight: bold;
}
#support+section .inner_item_txt{
  text-align: center;
}
#support+section .support_subtitle{
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #039383, #56D030) text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#support+section .support_subtitle span{
  font-size: 2.5rem;
}
/* -----サポート----- */
#support+div{
  position: relative;
  overflow: visible;
  text-align: left;
}
#support+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250930161631.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
}
#support+div .wrapper_item{
  overflow: visible;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#support+div .inner_item{
  background: #fff;
  border: 1px solid #009676;
  box-shadow: 4px 4px 4px 0px rgba(0, 150, 118, 0.2);
  padding: 20px 30px;
  margin: 0 0 40px !important;
  position: relative;
  align-items: center;
}
#support+div .inner_item:nth-of-type(odd){
  flex-direction: row-reverse;
}
#support+div .inner_item:nth-of-type(1)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 150px;
  right: -70px;
  top: -155px;
}
#support+div .inner_item:nth-of-type(2)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_7.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  left: -105px;
  top: -70px;
  z-index: -1;
}
#support+div .inner_item:nth-of-type(3)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 115px;
  height: 150px;
  right: -100px;
  bottom: -135px;
}
#support+div .inner_item>a{
  flex-basis: 20%;
  max-width: 20%;
  padding: 20px;
}
#support+div .inner_item .inner_item_img{
  /* width: 200px;
  height: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#support+div .inner_item .inner_item_img img{
  width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: top;
  display: block;
}
#support+div .inner_item .inner_item_txt{
  flex-basis: 80%;
  max-width: 80%;
}
#support+div .inner_item .inner_item_txt p:nth-of-type(1){
  margin-bottom: 0;
}
#support+div .inner_item .inner_item_txt .dotted-title{
  position: relative;
  display: flex;
  align-items: center;
}
#support+div .inner_item .inner_item_txt .dotted-title::before{
  content: '';
  position: absolute;
  background: #009676;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 0;
}
#support+div .inner_item .inner_item_txt .dotted-title::after{
  content: "";
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 15px;
  border-bottom: 5px dotted #009676;
  position: relative;
}
#support+div .inner_item .inner_item_txt .box-wrapper{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
#support+div .inner_item .inner_item_txt .box-wrapper .box{
  width: calc(100% / 3 - 10px);
  background: #FCFAE1;
  padding: 20px;
}
#support+div .inner_item .inner_item_txt .box-wrapper .box:nth-child(1){
  width: 20%;
}
#support+div .inner_item .inner_item_txt .box-wrapper .box:nth-child(2),
#support+div .inner_item .inner_item_txt .box-wrapper .box:nth-child(3){
  width: 30%;
}
#support+div .inner_item .inner_item_txt .box-wrapper .box .box-title{
  position: relative;
  color: #009676;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 20px;
}
#support+div .inner_item .inner_item_txt .box-wrapper .box .box-title::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001103728.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 8px;
  /* top: 50%;
  transform: translateY(-50%); */
}
/* #support+div .inner_item:nth-of-type(2) .inner_item_txt .box-wrapper .box:nth-child(2) .box-title::before,
#support+div .inner_item:nth-of-type(3) .inner_item_txt .box-wrapper .box:nth-child(2) .box-title::before{
  top: 25%;
} */

/* -----収益イメージ----- */
#revenue+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#revenue+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#revenue+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: 340px;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
}
#revenue+div .heading.block_header_6 p{
  font-weight: bold;
  color: #fff;
}
#revenue+div .wrapper_item{
  background: #fff;
  padding: 30px 40px;
  align-items: center;
}
#revenue+div .inner_item:nth-of-type(1){
  width: 40%;
}
#revenue+div .inner_item:nth-of-type(2){
  width: 60%;
  margin-left: 0!important;
}
#revenue+div .inner_item:nth-of-type(2) .inner_item_txt{
  display: flex;
  gap: 5px;
  margin-bottom: 0;
}
#revenue+div .inner_item:nth-of-type(2) .icon-wrapper{
  width: calc(100% / 3 - 5px);
  background: #E9F7F6;
  padding: 30px 10px;
}
#revenue+div .inner_item:nth-of-type(2) .icon-wrapper .num{
  background: #009676;
  display: inline-block;
  padding: 0 15px;
  border-radius: 16px;
  line-height: 1.5;
  color: #fff;
  font-size: 1.4rem;
}
#revenue+div .inner_item:nth-of-type(2) .icon-wrapper .icon-title{
  margin-bottom: 20px;
  font-weight: bold;
}
#revenue+div .inner_item:nth-of-type(2) .icon-wrapper:nth-child(3) img{
  width: 74%;
}
/* -----収益02イメージ----- */
#revenue02+div{
  position: relative;
  overflow: visible;
}
#revenue02+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001112648.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  left: 55px;
  bottom: -50px;
  z-index: 1;
}
#revenue02+div .wrapper_item{
  background: #fff;
  padding: 30px 40px;
  align-items: center;
}
#revenue02+div .inner_item:nth-of-type(1){
  width: 40%;
}
#revenue02+div .inner_item:nth-of-type(2){
  width: 60%;
  margin-left: 0!important;
}
#revenue02+div .inner_item .yajirushi{
  margin-left: 60px;
}

/* -----インタビュー----- */
#interview+div{
  position: relative;
  overflow: visible;
}
#interview+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250930160447_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  right: 60px;
  bottom: -35px;
  z-index: 1;
}
#interview+div .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #7DD922;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#interview+div .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#interview+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: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  z-index: -1;
}
#interview+div .heading.block_header_6 p{
  font-weight: bold;
}
#interview+div .wrapper_item{
  overflow: visible;
}
#interview+div .inner_item{
  flex-direction: unset;
  align-items: center;
  text-align: left;
  gap: 40px;
  background: #fff;
  border: 1px solid #009676;
  box-shadow: 4px 4px 4px 0px rgba(0, 150, 118, 0.2);
  padding: 20px;
  position: relative;
}
#interview+div .inner_item::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 40px 15px 0 15px;
  border-color: #009676 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
#interview+div .inner_item::after{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 40px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}
#interview+div .inner_item>a{
  width: 20%;
}
#interview+div .inner_item_img img{
  object-fit: contain;
}
#interview+div .inner_item_txt{
  width: 80%;
}

/* パートナーシップ */
#partner_ship+section{
  position: relative;
}
#partner_ship+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251001130637_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
}
#partner_ship+section .heading.block_header_6 .h{
  font-size: 5rem;
  letter-spacing: 0;
  color: #009676;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
#partner_ship+section .heading.block_header_6 .h::before{
  border-top: 1px solid #111;
  width: 50px;
  height: 1px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#partner_ship+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;
}
#partner_ship+section .heading.block_header_6 p{
  font-weight: bold;
}
#partner_ship+section .partner_ship_subtitle{
  font-size: 4rem;
  font-size: clamp(3rem, 2.7vw, 4rem);
  line-height: 1.3;
  font-weight: bold;
  background: linear-gradient(90deg, #039383, #56D030) text;
  -webkit-text-fill-color: transparent;
}
#partner_ship+section .partner_ship_items{
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
#partner_ship+section .partner_ship_item{
  width: calc(100% / 2 - 40px);
  width: 50%;
}
#partner_ship+section .partner_ship_item .item_img{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  line-height: 250px;
}
#partner_ship+section .partner_ship_item .item_img img{
  vertical-align: middle;
}
#partner_ship+section .partner_ship_item .item_title{
  text-align: center;
  font-size: 2.5rem;
  color: #009676;
  font-weight: bold;
  margin-top: 30px;
}
#partner_ship+section .partner_ship_item .item_text{
  font-weight: bold;
}

/* レスポンシブ */
@media screen and (max-width: 1350px){
  /* ラインナップ */
  #line_up+section .service_item:nth-of-type(7)::after{
    left: 0;
  }
  /* 収益イメージ */
  #revenue02+div::before{
    bottom: -80px;
  }
}
@media screen and (max-width: 1250px){
  /* サポート */
  #support+div .inner_item:nth-of-type(2)::before{
    left: -40px;
  }
  #support+div .inner_item:nth-of-type(3)::before{
    right: -50px;
  }
}
@media screen and (max-width: 1200px){
  /* サポート */
  #support+div .inner_item:nth-of-type(1)::before{
    right: -50px;
  }
}
@media screen and (max-width: 768px){
  /* メリット */
  #merit_title+section .heading::after{
    width: 150px;
    height: 125px;
    bottom: -125px;
  }
  #merit_title+section .merit_text{
    font-size: 2rem;
  }
  #merit_title+section .merit_text span{
    font-size: 3.8rem;
  }
  /* ラインナップ */
  .pc768{
    display: none;
  }
  #line_up+section::before{
    height: 10%;
  }
  #line_up+section .heading.block_header_6 h3{
    font-size: 3rem;
  }
  #line_up+section .service_items{
    flex-direction: column;
  }
  #line_up+section .service_item{
    width: 100%;
  }
  #line_up+section .service_item:nth-of-type(3)::after{
    content: none;
  }
  #line_up+section .service_item-title{
    height: auto;
  }
  #line_up+section .service_item-img{
    width: 27vw;
    min-width: 150px;
  }
  #line_up+section .service_item-img02{
    width: 30vw;
    min-width: 180px;
  }
  /* サポート */
  #support+div .inner_item>a,
  #support+div .inner_item .inner_item_txt{
    max-width: 100%;
  }
  #support+div .inner_item .inner_item_txt .dotted-title{
    font-size: 1.5em!important;
  }
  #support+div .inner_item .inner_item_txt .dotted-title::after{
    content: none;
  }
  #support+div .inner_item .inner_item_txt .dotted-title::before{
    content: none;
  }
  #support+div .inner_item .inner_item_txt .box-wrapper{
    flex-direction: column;
  }
  #support+div .inner_item .inner_item_txt .box-wrapper .box{
    width: 100%!important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #support+div .inner_item:nth-of-type(2)::before{
    content: none;
  }
  /* 収益イメージ */
  #revenue02+div::before{
    content: none;
  }
  /* インタビュー */
  #interview+div .inner_item:nth-of-type(2){
    margin-top: 40px;
  }
  /* パートナーシップ */
  #partner_ship+section .partner_ship_items{
    flex-direction: column;
  }
  #partner_ship+section .partner_ship_item{
    width: 100%;
  }
}
@media screen and (max-width: 625px){
  /* 段落ち */
  .sp625{
    display: block;
  }
}
@media screen and (max-width: 600px){
  /* メリット */
  #merit_title+section .heading::after{
    width: 100px;
    height: 100px;
    bottom: -135px;
  }
  #top_btn02+div::before{
    width: 120px;
    height: 120px;
    left: 10px;
    bottom: -65px;
  }
  /* サポート */
  #support+div .inner_item:nth-of-type(3)::before{
    right: -15px;
  }
  #support+div .inner_item{
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px){
  /* メリット */
  #merit_title+section .heading::after{
    bottom: -165px;
    right: -18px;
  }
  /* サポート */
  #support+div .inner_item:nth-of-type(1)::before{
    width: 80px;
    height: 130px;
    top: -250px;
    right: -40px;
  }
  /* 収益イメージ */
  #revenue+div .inner_item:nth-of-type(2) .inner_item_txt{
    flex-direction: column;
  }
  #revenue+div .inner_item:nth-of-type(2) .icon-wrapper{
    width: 100%;
  }
  #revenue+div .inner_item:nth-of-type(2) .icon-wrapper:nth-child(3) img{
    width: auto;
  }
}
@media screen and (max-width: 475px){
  /* 段落ち */
  .sp475{
    display: block;
  }
}

/* -----追従----- */
#fixbtn .fix_img{
  display: none;
  opacity: 0;
  pointer-events: none;
}
#fixbtn .fix_img_new{
  display: inline-block;
  opacity: 1;
  pointer-events: auto;
}
#fixbtn .inner,
#fixbtn .fix_img_new{
    opacity: 0;
    transform: translateY(100%);
    transition: 0.3s all;
}
body.scrolled #fixbtn .inner,
body.scrolled #fixbtn .fix_img_new{
    opacity: 1;
    transform: translateY(0%);
}

/* コンタクト追加20251006 */
#contact+div .wrapper_item{
  overflow: visible;
}
@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+div .heading.block_header_6 .h::after{
    width: 370px;
    height: 40px;
    bottom: 0;
  }
  #contact+.composite_box01 .inner_item:nth-of-type(1)::before{
    display: 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+.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;
  }
}