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

/* 段落ち */
.sp768{
  display: none;
}
.sp450{
  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: 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_img+section{
  position: relative;
}
#mv_img+section .content_wrapper{
  padding: 0;
  max-width: initial!important;
}
#mv_img_sp+section{
  display: none;
}

/* -----MVボタンHTMLパーツにて上乗せ----- */
#mv_btn+section{
  position: absolute;
  top: 44vw;
  left: 5vw;
  z-index: 1;
  overflow: visible;
}
#mv_btn+section .inner_item_img{
  margin: 0;
}
#mv_btn+section a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 1100px){
  #mv_btn+section{
    top: 32vw;
  }
}
@media screen and (max-width: 768px){
#mv_img_sp + section div {
    padding: 0;
}
  #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 span{
  padding: 10px 80px 10px 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
}


/* section1 slider */
#section1+section .content_wrapper{
  max-width: none!important;
  padding: 0;
}
#section1+section .logo-slider{
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 2rem 0;
}
#section1+section .logo-track {
  display: flex;
  width: fit-content;
  animation: logo-scroll 42s linear infinite;
}
#section1+section .logo {
  flex: 0 0 auto;
  width: 180px;
  margin: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section1+section .logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  padding: 5px;
}
/* アニメーション */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-91%);
  }
}

/* section2 */
#section2+section{
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%), linear-gradient(to top, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 30%);
  position: relative;
  overflow: visible;
  padding: 8rem 0 15rem;
}
#section2+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  top: -1rem;
  left: 30rem;
}
#section2+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526_7.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 10rem;
  left: 0;
}
#section2+section .content_wrapper{
  position: relative;
}
#section2+section .content_wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526_6.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30rem;
  height: 25rem;
  right: -14rem;
  bottom: -20rem;
}
#section2+section .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section2+section .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  z-index: -1;
}
#section2+section .text{
  margin-top: 5rem;
}

/* section title */
#section_title+section,
#section_title2+section,
#section_title3+section,
#section_title4+section{
  padding: 6rem 0 5rem;
  background: linear-gradient(90deg, #2B75DA, #3AB549);
  overflow: visible;
}
#section_title+section .heading.block_header_6 .h,
#section_title2+section .heading.block_header_6 .h,
#section_title3+section .heading.block_header_6 .h,
#section_title4+section .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
#section_title+section .heading.block_header_6 .h::before,
#section_title2+section .heading.block_header_6 .h::before,
#section_title3+section .heading.block_header_6 .h::before,
#section_title4+section .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}

/* section3 */
#section3+section{
  padding: 15rem 0;
  position: relative;
  overflow: visible;
}
#section3+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 25rem;
  left: 15rem;
  top: -15rem;
}
#section3+section .item-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
}
#section3+section .item-wrapper .item{
  background: #fff;
  padding: 2rem;
  border: 1px solid #2A74D5;
  box-shadow: 4px 4px 4px 0px rgba(42, 116, 213, 0.4);
  box-sizing: border-box;
  position: relative;
}
#section3+section .item-wrapper .item::before{
  content: '';
  position: absolute;
  width: 25%;
  height: 5px;
  background-color: #FA9522;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
}
#section3+section .item-wrapper .item .en-title{
  text-align: center;
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  color: #2B75DA;
}
#section3+section .item-wrapper .item .ja-title{
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #FA9522;
  position: relative;
}
#section3+section .item-wrapper .item .ja-title::before{
  content: '';
  position: absolute;
  width: 6rem;
  height: 1px;
  background: #2B75DA;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
}
#section3+section .item-wrapper .item .text{
  margin-top: 4rem;
  text-align: justify;
}

/* section4 */
#section4+section{
  padding: 8rem 0;
  position: relative;
}
#section4+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: 100%;
  top: -35rem;
}
#section4+section .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section4+section .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
#section4+section .item-wrapper{
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4rem;
}
#section4+section .item-wrapper .item{
  width: calc((100% - 5rem) / 3);
  background: linear-gradient(90deg, rgb(22, 135, 237), #39B549);
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
#section4+section .item-wrapper .item::before{
  position: absolute;
  font-size: 15rem;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  color: #CADCF6;
  left: 3rem;
  top: 1rem;
}
#section4+section .item-wrapper .item:nth-of-type(1)::before{
  content: '01';
}
#section4+section .item-wrapper .item:nth-of-type(2)::before{
  content: '02';
}
#section4+section .item-wrapper .item:nth-of-type(3)::before{
  content: '03';
}
#section4+section .item-wrapper .item .item-title{
  text-align: center;
  padding: 1rem 0;
  font-size: 2.4rem;
  color: #fff;
}
#section4+section .item-wrapper .item .item-body{
  background: #fff;
  padding: 2rem;
  flex: 1;
}
#section4+section .item-wrapper .item .item-body .img{
  position: relative;
  z-index: 2;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}
#section4+section .item-wrapper .item .item-body .text{
  text-align: justify;
  margin-top: 2rem;
}

    /* section4_5 */
#section4_5+section{
  padding: 8rem 0;
  position: relative;
}
#section4_5+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: 100%;
  top: -35rem;
}
#section4_5+section .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section4_5+section .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
#section4_5+section .item-wrapper{
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4rem;
}
#section4_5+section .item-wrapper .item{
  width: calc((100% - 5rem) / 3);
  background: linear-gradient(90deg, rgb(22, 135, 237), #39B549);
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
#section4_5+section .item-wrapper .item::before{
  position: absolute;
  font-size: 15rem;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  color: #CADCF6;
  right: 3rem;
  top: 1rem;
}
#section4_5+section .item-wrapper .item:nth-of-type(1)::before{
  content: '01';
}
#section4_5+section .item-wrapper .item:nth-of-type(2)::before{
  content: '02';
}
#section4_5+section .item-wrapper .item:nth-of-type(3)::before{
  content: '03';
}
#section4_5+section .item-wrapper .item .item-title{
  text-align: center;
  padding: 1rem 0;
  font-size: 1.7rem;
  color: #fff;
}
#section4_5+section .item-wrapper .item .item-body{
  background: #fff;
  padding: 2rem;
  flex: 1;
}
#section4_5+section .item-wrapper .item .item-body .img{
  position: relative;
  z-index: 2;
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
}
#section4_5.5+section .item-wrapper .item .item-body .text{
  text-align: justify;
  margin-top: 2rem;
}

/* section5 */
#section5+section{
  padding: 5rem 0;
}
#section5+section .inner_item_txt{
  position: relative;
  background: #ffff;
  border-radius: 1rem;
  padding: 6rem 3rem 3rem!important;
}
#section5+section .inner_item_txt::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142706_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  left: -2rem;
  bottom: -3rem;
}
#section5+section .inner_item_txt::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142707.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  right: -3rem;
  bottom: -3rem;
}
#section5+section .inner_item_txt .text-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section5+section .inner_item_txt .text-wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142706.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30rem;
  height: 15rem;
  left: 19rem;
  top: -10rem;
}
#section5+section .inner_item_txt .text-wrapper .text-left p{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
#section5+section .inner_item_txt .text-wrapper .text-left p:nth-of-type(2){
  letter-spacing: 6px;
}
#section5+section .inner_item_txt .text-wrapper .text-left p span,
#section5+section .inner_item_txt .text-wrapper .text-right p span{
  display: inline-block;
}
#section5+section .inner_item_txt .text-wrapper .text-right p{
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
}
#section5+section .inner_item_txt .text{
  margin-top: 3rem;
  font-weight: bold;
}
#section5+section .inner_item_txt .text-wrapper .text span{
  position: relative;
}
#section5+section .inner_item_txt .btn{
  min-width: 400px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to bottom, #EC3C1C, #FC9E44);
  font-size: 1.55rem;
  color: #fff;
  padding: 1rem;
  border: solid 2px #fff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 35%);
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}

/* section6 */
#section6+div{
  padding: 8rem 0 12rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 15%);
}
#section6+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135056.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35rem;
  height: 22rem;
  right: 0;
  top: 1rem;
}
#section6+div::before{
  content: '';
  position: absolute;
}
#section6+div::after{
  content: '';
  position: absolute;
  background-image: url(/images/convert/assist-centeringcojp/20250916123313.png/image.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#section6+div .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section6+div .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
#section6+div .wrapper_item{
  flex-direction: column;
  overflow: visible;
  margin-top: 10rem;
}
#section6+div .wrapper_item .inner_item{
  width: 100%;
  flex-direction: unset;
  align-items: center;
  text-align: left;
  gap: 40px;
  background: #FFFDDB;
  border: 2px solid #B8E8A3;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 35%);
  padding: 1rem 3rem;
}
#section6+div .wrapper_item .inner_item:nth-of-type(2){
  margin-top: 7rem;
  margin-left: 0!important;
}
#section6+div .wrapper_item .inner_item .inner_item_img{
  width: 25rem;
  height: 24rem;
  margin-bottom: 0;
}
#section6+div .wrapper_item .inner_item .inner_item_img img{
  height: 100%!important;
  object-fit: contain;
}
#section6+div .wrapper_item .inner_item .inner_item_txt .title{
  text-align: right;
  font-size: 2rem;
}
#section6+div .wrapper_item .inner_item .inner_item_txt .title span{
  position: relative;
  border-bottom: 1px dashed #2B75DA;
}
#section6+div .wrapper_item .inner_item .inner_item_txt .title span::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250918102234.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#section6+div .wrapper_item .inner_item .inner_item_txt .sub-title{
  text-align: right;
}
#section6+div .wrapper_item .inner_item .inner_item_txt .sub-title span{
  color: #2B75DA;
}

/* section7 */
#section7+section{
  padding: 8rem 0;
  position: relative;
  overflow: visible;
}
#section7+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216145412.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  left: 10rem;
  top: 10rem;
}
#section7+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  width: 30rem;
  height: 25rem;
  left: 0;
  bottom: 10rem;
}
#section7+section .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section7+section .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
#section7+section .wrapper_item{
  margin-top: 6rem;
}
#section7+section .wrapper_item .inner_item_txt .flex-box{
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3rem;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .flex-box::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260209145526_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 18rem;
  right: 0;
  top: -10rem;
}
/* #section7+section .wrapper_item .inner_item_txt .flex-box .left-box,
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box{
  width: calc((100% - 3rem) / 2);
} */
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box{
  width: calc((100% - 3rem) / 5 * 3);
  border: 2px solid #2B75DA;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 58px 28px 0 28px;
  border-color: #FFFFFF transparent transparent transparent;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box::after{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 60px 30px 0 30px;
  border-color: #2B75DA transparent transparent transparent;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box .title{
  background: #2B75DA;
  color: #FFFF04;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 3rem 1rem 1.5rem;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box .title::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216112651.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: 1.5rem;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box ul{
  padding: 4rem 2rem;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box ul li{
  list-style: none;
  color: #2B75DA;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 3rem;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box ul li::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216112651_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .left-box ul li:nth-of-type(n+2),
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box ul li:nth-of-type(n+2){
  margin-top: 1rem;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box{
  width: calc((100% - 3rem) / 5 * 2);
  border: 2px solid #000;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box .title{
  background: #E5E5E5;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 2rem;
  font-weight: bold;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box ul{
  padding: 3rem 4rem;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box ul li{
  list-style: none;
  padding-left: 3rem;
  font-weight: bold;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .flex-box .right-box ul li::before{
  content: '×';
  position: absolute;
  font-size: 2rem;
  color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section7+section .wrapper_item .inner_item_txt .main-text{
  margin-top: 10rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
#section7+section .wrapper_item .inner_item_txt .main-text::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216152236.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 16rem;
  right: 0;
  bottom: -15rem;
}

/* section8 */
#section8_sp+section{
  display: none;
}
#section8_text+section{
  padding-top: 8rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 60%);
  overflow: visible;
}
#section8_text+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135027.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  left: 5rem;
  top: -13rem;
}
#section8+section{
  padding: 0 0 12rem;
  position: relative;
  overflow: visible;
}
/* #section8+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135027.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  left: 5rem;
  top: -13rem;
} */
#section8+section::after{
  content: '';
  position: absolute;
  background-image: url(/images/convert/assist-centeringcojp/20250916123313.png/image.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#section8+section .inner_item_txt .flex-wrapper{
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2rem;
}
#section8+section .inner_item_txt .flex-wrapper .lists{
  width: 10%;
}
#section8+section .inner_item_txt .flex-wrapper .lists p{
  background: #4D4D4D;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 1rem 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section8+section .inner_item_txt .flex-wrapper .lists p span{
  font-size: 1rem;
}
#section8+section .inner_item_txt .flex-wrapper .lists div{
  background: #4D4D4D;
}
#section8+section .inner_item_txt .flex-wrapper .meo,
#section8+section .inner_item_txt .flex-wrapper .jisya{
  width: 25%;
}
#section8+section .inner_item_txt .flex-wrapper .meo p,
#section8+section .inner_item_txt .flex-wrapper .jisya p{
  padding: 1rem 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1px;
}
#section8+section .inner_item_txt .flex-wrapper .meo p span{
  font-size: 1rem;
}
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(1),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(1){
  background: #E5E5E5;
}
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(2),
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(4),
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(6),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(2),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(4),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(6){
  background: #fff;
}
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(3),
#section8+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(5),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(3),
#section8+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(5){
  background: #F8F8F8;
}
#section8+section .inner_item_txt .flex-wrapper .meo div,
#section8+section .inner_item_txt .flex-wrapper .jisya div{
  background: #E5E5E5;
}
#section8+section .inner_item_txt .flex-wrapper .aio{
  width: 35%;
  position: relative;
}
#section8+section .inner_item_txt .flex-wrapper .aio::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216153543.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 6rem;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
  z-index: 2;
}
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1){
  background: #2B75DA;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 4rem 0;
  position: relative;
}
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1)::before{
  content: 'AI時代の正解';
  position: absolute;
  background: #FF0842;
  padding: 1.5rem;
  min-width: 80%;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1)::after{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 30px 10px 0 10px;
  border-color: #FF0842 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(2),
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(4),
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(6){
  color: #FF0842;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 3rem 0;
}
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(3),
#section8+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(5){
  background: #E9F1FB;
  color: #FF0842;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 3rem 0;
}
#section8+section .inner_item_txt .flex-wrapper .aio p span{
  font-size: 1.4rem;
  color: initial;
}
#section8+section .inner_item_txt .flex-wrapper .aio div{
  background: #2B75DA;
}

/* section9 */
#section9+section{
  padding: 5rem 0;
}
#section9+section .flag{
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216155503.png);
  background-repeat: no-repeat;
  background-size: 101%;
  top: -2rem;
  right: -21px;
  padding: 1rem 2rem 3rem 5rem;
  z-index: 3;
  display: inline-block;
  text-align: center;
  color: #fff;
}
#section9+section .inner_item_txt{
  position: relative;
  background: #ffff;
  border-radius: 1rem;
  padding: 6rem 3rem 3rem!important;
}
#section9+section .inner_item_txt::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142706_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  left: -2rem;
  bottom: -3rem;
}
#section9+section .inner_item_txt::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142707.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  right: -3rem;
  bottom: -3rem;
}
#section9+section .inner_item_txt .text-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section9+section .inner_item_txt .text-wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216142706.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30rem;
  height: 15rem;
  left: 13rem;
  top: -10rem;
}
#section9+section .inner_item_txt .text-wrapper .text-left p{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
#section9+section .inner_item_txt .text-wrapper .text-left p:nth-of-type(2){
  letter-spacing: 6px;
}
#section9+section .inner_item_txt .text-wrapper .text-left p span,
#section9+section .inner_item_txt .text-wrapper .text-right p span{
  display: inline-block;
}
#section9+section .inner_item_txt .text-wrapper .text-right p{
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
}
#section9+section .inner_item_txt .text{
  margin-top: 3rem;
  font-weight: bold;
}
#section9+section .inner_item_txt .text-wrapper .text span{
  position: relative;
}
#section9+section .inner_item_txt .btn{
  min-width: 400px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to bottom, #EC3C1C, #FC9E44);
  font-size: 1.55rem;
  color: #fff;
  padding: 1rem;
  border: solid 2px #fff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 35%);
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
#section9+section .inner_item_txt .text-small{
  font-size: 1rem;
}

/* section10 */
#section10+section{
  padding: 8rem 0 12rem;
  position: relative;
  overflow: visible;
}
#section10+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217110646.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  left: 10rem;
  top: -14rem;
}
#section10+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217110646_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 20rem;
  right: 10rem;
  top: -15rem;
}
#section10+section .flow{
  display: flex;
  position: relative;
}
#section10+section .flow::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 25px 0 25px;
  border-color: #FF9933 transparent transparent transparent;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#section10+section .flow:last-of-type::before{
  content: none;
}
#section10+section .flow:nth-of-type(n+2){
  margin-top: 4rem;
}
#section10+section .flow .num{
  width: 10%;
  background: #2B75DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section10+section .flow .num p{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
#section10+section .flow .text-wrapper{
  width: 90%;
  padding: 1rem 3rem 3rem;
  background: #fff;
}
#section10+section .flow .text-wrapper .title{
  color: #2B75DA;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #FF9933;
}
/* section11 */
#section11+section{
  padding: 6rem 0 15rem;
  position: relative;
  overflow: visible;
  background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 15%);
}
#section11+section::before{
  content: '';
  position: absolute;
  background-image: url(/images/convert/assist-centeringcojp/20250916123313.png/image.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#section11+section .content_wrapper{
  position: relative;
}
#section11+section .content_wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217111433.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 20rem;
  top: -12rem;
  left: 10rem;
}
#section11+section .content_wrapper::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217111433_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 20rem;
  top: -13rem;
  right: 5rem;
}
#section11+section .price-wrapper{
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2rem;
  margin-top: 10rem;
}
#section11+section .price-wrapper .standard,
#section11+section .price-wrapper .option{
  width: 30%;
}
#section11+section .price-wrapper .standard .title{
  background: #B8E9A5;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section11+section .price-wrapper .standard .price{
  padding: 3rem 0;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.7;
}
#section11+section .price-wrapper .standard .price span{
  font-size: 1.6rem;
  font-weight: 400;
}
#section11+section .price-wrapper .standard ul{
  background: #EAF8E4;
  padding: 2rem;
  min-height: 37rem;
}
#section11+section .price-wrapper .standard ul li{
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}
#section11+section .price-wrapper .standard ul li::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216112651_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#section11+section .price-wrapper .standard ul li:nth-of-type(n+2),
#section11+section .price-wrapper .premium ul li:nth-of-type(n+2){
  margin-top: 1rem;
}
#section11+section .price-wrapper .premium{
  width: 40%;
}
#section11+section .price-wrapper .premium .title{
  background: #2B75DA;
  color: #FFFF04;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#section11+section .price-wrapper .premium .title::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217090551.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 6rem;
  left: 50%;
  transform: translateX(-50%);
  top: -4.5rem;
  z-index: 2;
}
#section11+section .price-wrapper .premium .title span{
  font-size: 0.5em;
}
#section11+section .price-wrapper .premium .price{
  padding: 3rem 0;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.7;
  background: linear-gradient(90deg, #0173E8, #06BEDE) text;
  -webkit-text-fill-color: transparent;
}
#section11+section .price-wrapper .premium .price span{
  font-size: 1.8rem;
}
#section11+section .price-wrapper .premium ul{
  background: #E9F1FB;
  padding: 2rem;
  min-height: 40rem;
}
#section11+section .price-wrapper .premium ul li{
  list-style: none;
  padding-left: 2.5rem;
  color: #2B75DA;
  position: relative;
}
#section11+section .price-wrapper .premium ul li::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216112651_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#section11+section .price-wrapper .option>.title{
  background: #4D4D4D;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section11+section .price-wrapper .option .price-boxs{
  background: #F8F8F8;
  padding: 3.8rem 2rem;
}
#section11+section .price-wrapper .option .price-boxs .price-box:nth-of-type(1){
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
}
#section11+section .price-wrapper .option .price-boxs .price-box:nth-of-type(2){
  padding-top: 1rem;
}
#section11+section .price-wrapper .option .price-boxs .price-box .title{
  font-size: 2rem;
  text-align: center;
}
#section11+section .price-wrapper .option .price-boxs .price-box .price{
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
}
#section11+section .price-wrapper .option .price-boxs .price-box .price span{
  font-size: 1.6rem;
}
#section11+section .price-wrapper .option .price-boxs .price-box .text{
  font-size: 1.2rem;
}

/* section12 */
#section12+div{
  position: relative;
  overflow: visible;
  padding: 10rem 0;
  counter-reset: faq-number;
}
#section12+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217111728_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  left: 10rem;
  top: 5rem;
}
#section12+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217111728.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  right: 10rem;
  top: -5rem;
}
#section12+div .heading.block_header_6 .h{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2B75DA;
}
#section12+div .heading.block_header_6 .h::before{
  border: none;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250908134548.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
#section12+div .wrapper_item{
  margin-top: 8rem;
  margin-bottom: 0;
}
#section12+div dl{
  padding: 0;
}
#section12+div dl:nth-child(n+2){
  margin-top: 2rem;
}
#section12+div dl:last-child{
  padding: 0!important;
}
#section12+div dt{
  background: linear-gradient(90deg, #2B75DA, #3AB549);
  padding: 1.5rem 4rem 1.5rem 8rem;
  color: #fff;
  counter-increment: faq-number;
}
#section12+div dt::before{
  content: "Q" counter(faq-number);
  color: #fff;
  top: 1.5rem;
  left: 2rem;
}
#section12+div dt i.more:before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20250917085948.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  right: 1rem;
  top: -1rem;
}
#section12+div dt.open i.more:before{
  transform: rotate(180deg);
}
#section12+div dd{
  margin-top: 0;
  background: #E9F1FB;
  padding: 1.5rem 4rem 4rem 8rem;
}
#section12+div dd span{
  padding: 0;
}
#section12+div dd::before{
  content: none;
}

/* section13 */
#section13+section{
  padding: 5rem 0;
  background: linear-gradient(90deg, #2B75DA, #3AB549);
}
#section13+section .inner_item_txt{
  position: relative;
  background: #ffff;
  border-radius: 1rem;
  padding: 3rem!important;
}
#section13+section .inner_item_txt::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217112802.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  left: 10rem;
  bottom: -3rem;
}
#section13+section .inner_item_txt::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217112802_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  right: 0;
  bottom: -3rem;
}
#section13+section .inner_item_txt .top-text{
  font-size: 3.6rem;
  font-weight: bold;
}
#section13+section .inner_item_txt .top-text .dot{
  position: relative;
}
#section13+section .inner_item_txt .top-text .dot::before{
  content: '・';
  position: absolute;
  font-size: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
}
#section13+section .inner_item_txt .middle-text{
  font-weight: bold;
  font-size: 2rem;
}
#section13+section .inner_item_txt .num{
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
/* section14 */
#section14+div{
  padding: 8rem 0 20rem;
  position: relative;
  overflow: visible;
}
#section14+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217113218_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25rem;
  height: 20rem;
  left: 5rem;
  bottom: 4rem;
}
#section14+div::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217113218_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  right: 10rem;
  bottom: 10rem;
}

#section14+div .content_wrapper{
  position: relative;
}
#section14+div .content_wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217113219.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12rem;
  height: 12rem;
  left: -2rem;
  top: 5rem;
}
#section14+div .content_wrapper::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260217113218.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  right: -2rem;
  top: -5rem;
}
#section14+div .heading.block_header_1 .h{
  font-size: 2.4rem;
  font-weight: bold;
}
#section14+div dl{
  border: none!important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#section14+div dl dt{
  font-weight: bold;
  border: none;
}
#section14+div dl dt span{
  position: relative;
  font-size: 0;
}
#section14+div dl dt span::after{
  content: '必須';
  font-size: 1.4rem;
  background: #FF0842;
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  margin-left: 1rem;
}
#section14+div dl input,
#section14+div textarea{
  border-radius: 5px;
}
#section14+div .submit span{
  background: transparent;
}
#section14+div .submit input{
  min-width: 400px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to bottom, #EC3C1C, #FC9E44);
  font-size: 1.55rem;
  color: #fff;
  padding: 1rem;
  border: solid 2px #fff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 35%);
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
#form_text+section{
  position: absolute;
  width: 100%;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
}
#form_text+section p{
  font-size: 1.4rem;
}

/* レスポンシブ */
@media screen and (min-width:1800px){
  /* section2 */
  #section2+section .content_wrapper::before{
    right: -37rem;
  }
}

@media screen and (max-width: 1200px){
  /* btn */
  #mv_btn+section{
    top: 42vw;
  }
  /* section2 */
  #section2+section::before{
    left: 15rem;
  }
  #section2+section .content_wrapper::before{
    right: -3rem;
  }
  /* section3 */
  #section3+section::before{
    width: 15rem;
    height: 20rem;
    left: 10rem;
    top: -15rem;
  }
  /* section14 */
  #section14+div .content_wrapper::before{
    left: 1rem;
  }
  #section14+div .content_wrapper::after{
    right: 1rem;
  }
}

@media screen and (max-width: 900px){
  /* section2 */
  #section2+section::before{
    width: 18rem;
    height: 18rem;
    left: 3rem;
  }
  #section2+section .content_wrapper::before{
    width: 25rem;
    height: 20rem;
    right: -3rem;
  }
  /* section3 */
  #section3+section::before{
    left: 3rem;
    top: -5rem;
  }
  /* section5 */
  #section5+section{
    overflow: visible;
  }
  #section5+section .inner_item_txt .text-wrapper::before{
    width: 25rem;
    height: 10rem;
    left: 5rem;
    top: -8rem;
  }
  /* section7 */
  #section7+section::before{
    width: 10rem;
    height: 15rem;
    left: 1rem;
  }
  #section7+section .wrapper_item .inner_item_txt .flex-box::before{
    width: 13rem;
    height: 10rem;
  }
  /* section9 */
  #section9+section{
    overflow: visible;
  }
  #section9+section .inner_item_txt .text-wrapper::before{
    width: 25rem;
    height: 10rem;
    left: -2rem;
    top: -10rem;
  }
  /* section10 */
  #section10+section::before{
    width: 15rem;
    height: 15rem;
    left: 5rem;
    top: -10rem;
  }
  #section10+section::after{
    width: 13rem;
    height: 17rem;
    right: 5rem;
    top: -12rem;
  }
  /* section11 */
  #section11+section .content_wrapper::before{
    left: 1rem;
  }
  #section11+section .content_wrapper::after{
    right: 0;
  }
  #section11+section .price-wrapper .premium ul{
    min-height: 50rem;
  }
}

@media screen and (max-width: 768px){
  /* 段落ち */
  .sp768{
    display: block;
  }
  
  /* mvbtn */
  #mv_btn+section{
    top: 0;
    left: 0;
 }
  /* section2 */
  #section2+section{
    padding: 5rem 0 10rem;
  }
  /* section title */
  #section_title+section,
  #section_title2+section,
  #section_title3+section,
  #section_title4+section{
    padding: 4rem 0 3rem;
  }
  /* section3 */
  #section3+section{
    padding: 10rem 0;
  }
  #section3+section::before{
    width: 12rem;
    height: 15rem;
    left: 1rem;
    top: -5rem;
    z-index: 1;
  }
  #section3+section .item-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  /* section4 */
  #section4+section{
    padding: 5rem 0;
  }
  #section4+section .item-wrapper{
    flex-direction: column;
  }
  #section4+section .item-wrapper .item{
    width: 100%;
  }
  #section4+section .item-wrapper .item .item-body .img{
    width: 30rem;
    height: 30rem;
    margin: 0 auto;
  }
  /* section6 */
  #section6+div{
    padding: 5rem 0 10rem;
  }
  #section6+div::before{
    width: 25rem;
    height: 15rem;
    top: 4rem;
  }
  #section6+div .wrapper_item .inner_item:nth-of-type(2){
    margin-top: 0;
  }
  /* section7 */
  #section7+section{
    padding: 5rem 0;
  }
  #section7+section .wrapper_item .inner_item_txt .flex-box{
    flex-direction: column;
    gap: 9rem;
  }
  #section7+section .wrapper_item .inner_item_txt .flex-box .left-box,
  #section7+section .wrapper_item .inner_item_txt .flex-box .right-box{
    width: 100%;
  }
  #section7+section .wrapper_item .inner_item_txt .main-text{
    margin-top: 4rem;
  }
  #section7+section .wrapper_item .inner_item_txt .main-text::before{
    width: 15rem;
    height: 12rem;
    bottom: -13rem;
  }
  /* section8 */
  #section8_text+section{
    padding-top: 5rem;
  }
  #section8+section .content_wrapper{
    overflow: visible;
  }
  #section8+section .inner_item_txt{
    overflow-x: scroll;
  }
  #section8+section .inner_item_txt .flex-wrapper{
    width: max-content;
    gap: 1rem;
  }
  #section8+section .inner_item_txt .flex-wrapper .lists{
    width: 100px;
    flex: 0 0 100px;
  }
  #section8+section .inner_item_txt .flex-wrapper .meo,
  #section8+section .inner_item_txt .flex-wrapper .jisya{
    width: 200px;
    flex: 0 0 200px;
  }
  #section8+section .inner_item_txt .flex-wrapper .aio{
    width: 300px;
    flex: 0 0 300px;
  }

  /* section8_sp */
  #section8_sp+section{
    display: block;
    padding: 5rem 0 10rem;
    position: relative;
    background: linear-gradient(to bottom, rgba(212, 235, 253, 0.8) 0%, rgba(212, 235, 253, 0) 15%);
    overflow: visible;
  }
  #section8_text+section::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20250908135027.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15rem;
    height: 15rem;
    left: 1rem;
    top: -9rem;
}
#section8_sp+section::after{
  content: '';
  position: absolute;
  background-image: url(/images/convert/assist-centeringcojp/20250916123313.png/image.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#section8_sp+section .inner_item_txt .flex-wrapper{
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 8rem;
}
#section8_sp+section .inner_item_txt .flex-wrapper>div{
  display: flex;
  width: 100%;
}
#section8_sp+section .inner_item_txt .flex-wrapper .lists{
  width: 20%;
}
#section8_sp+section .inner_item_txt .flex-wrapper .lists p{
  background: #4D4D4D;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 1rem 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section8_sp+section .inner_item_txt .flex-wrapper .lists p span{
  font-size: 1rem;
}
#section8_sp+section .inner_item_txt .flex-wrapper .lists div{
  background: #4D4D4D;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo,
#section8_sp+section .inner_item_txt .flex-wrapper .jisya{
  width: 80%;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo p,
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p{
  padding: 1rem 0;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1px;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo p span{
  font-size: 1rem;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(1),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(1){
  background: #E5E5E5;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(2),
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(4),
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(6),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(2),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(4),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(6){
  background: #fff;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(3),
#section8_sp+section .inner_item_txt .flex-wrapper .meo p:nth-of-type(5),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(3),
#section8_sp+section .inner_item_txt .flex-wrapper .jisya p:nth-of-type(5){
  background: #F8F8F8;
}
#section8_sp+section .inner_item_txt .flex-wrapper .meo div,
#section8_sp+section .inner_item_txt .flex-wrapper .jisya div{
  background: #E5E5E5;
}
#section8_sp+section .inner_item_txt .flex-wrapper .aio{
  width: 80%;
  position: relative;
}
#section8_sp+section .inner_item_txt .flex-wrapper .aio::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20260216153543.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 6rem;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
  z-index: 2;
}
#section8_sp+section .inner_item_txt .flex-wrapper .aio p{
  padding: 1rem 0!important;
  height: 8rem!important;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1){
  background: #2B75DA;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 1rem 0;
  height: 8rem;
  position: relative;
}
#section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1)::before{
  content: 'AI時代の正解';
  position: absolute;
  background: #FF0842;
  padding: 1.5rem;
  min-width: 80%;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(1)::after{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 30px 10px 0 10px;
    border-color: #FF0842 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(2),
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(4),
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(6){
    color: #FF0842;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 3rem 0;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(3),
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p:nth-of-type(5){
    background: #E9F1FB;
    color: #FF0842;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 3rem 0;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .aio p span{
    font-size: 1.4rem;
    color: initial;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .aio div{
    background: #2B75DA;
  }
  /* section10 */
  #section10+section{
    padding: 5rem 0 10rem;
  }
  /* section11 */
  #section11+section{
    padding: 5rem 0 10rem;
  }
  #section11+section .price-wrapper{
    margin-top: 5rem;
    flex-direction: column;
    gap: 7rem;
  }
  #section11+section .price-wrapper .standard,
  #section11+section .price-wrapper .option,
  #section11+section .price-wrapper .premium{
    width: 100%;
  }
  #section11+section .price-wrapper .premium ul{
    min-height: 35rem;
  }
  /* section12 */
  #section12+div{
    padding: 5rem 0;
  }
  #section12+div::before{
    width: 15rem;
    height: 15rem;
    left: 1rem;
  }
  #section12+div::after{
    width: 15rem;
    height: 15rem;
    right: 1rem;
  }
  /* section13 */
  #section13+section .inner_item_txt::before{
    width: 5rem;
    height: 15rem;
    left: 3rem;
  }
  #section13+section .inner_item_txt::after{
    width: 5rem;
    height: 15rem;
    right: 2rem;
  }
  /* section14 */
  #section14+div .content_wrapper::after{
    width: 13rem;
    height: 10rem;
    top: 10rem;
  }
  #section14+div::after{
    right: 3rem;
    bottom: -1rem;
  }
  #mv_img+section{
    display: none;
  }
  #mv_img_sp+section{
    display: block;
  }
}

@media screen and (max-width: 450px){
  /* 段落ち */
  .sp450{
    display: block;
  }
  /* section2 */
  #section2+section .heading.block_header_6 .h{
    font-size: 2.7rem;
  }
  #section2+section::before{
    width: 10rem;
    height: 10rem;
    left: 1rem;
    top: -3rem;
  }
  #section2+section::after{
    background-size: contain;
    top: 31rem;
  }
  #section2+section .sub-title{
    font-size: 2.7rem!important;
  }
  #section2+section .content_wrapper::before{
    width: 15rem;
    height: 15rem;
    right: 0;
    bottom: -15rem;
  }
  /* section title */
  #section_title+section .heading.block_header_6 .h,
  #section_title2+section .heading.block_header_6 .h,
  #section_title3+section .heading.block_header_6 .h,
  #section_title4+section .heading.block_header_6 .h{
    font-size: 2.5rem;
  }
  /* section4 */
  #section4+section .heading.block_header_6 .h{
    font-size: 2.7rem;
  }
  #section4+section .item-wrapper .item .item-body .img{
    width: 20rem;
    height: 20rem;
    margin: 0 0 0 auto;
  }
  /* section5 */
  #section5+section .inner_item_txt .text-wrapper{
    flex-direction: column;
  }
  #section5+section .inner_item_txt .text-wrapper::before{
    left: 0rem;
    top: -11rem;
  }
  #section5+section .inner_item_txt .text-wrapper .text-left p:nth-of-type(2){
    letter-spacing: 4px;
  }
  #section5+section .inner_item_txt{
    padding: 6rem 3rem 10rem!important;
  }
  #section5+section .inner_item_txt .btn{
    min-width: 250px;
  }
  #section5+section .inner_item_txt::before{
    width: 13rem;
    height: 13rem;
    left: -2rem;
    bottom: -4rem;
  }
  #section5+section .inner_item_txt::after{
    width: 13rem;
    height: 13rem;
    right: -3rem;
    bottom: -4rem;
  }
  /* section6 */
  #section6+div::before{
    content: none;
  }
  #section6+div .wrapper_item{
    margin-top: 4rem;
  }
  #section6+div .wrapper_item .inner_item{
    flex-direction: column;
    padding: 1rem 2rem;
  }
  #section6+div .wrapper_item .inner_item .inner_item_txt .sub-title{
    font-size: 1.4rem;
  }
  /* section7 */
  #section7+section::before{
    content: none;
  }
  #section7+section .heading.block_header_6 .h{
    font-size: 2.4rem;
  }
  #section7+section .wrapper_item{
    margin-top: 4rem;
  }
  #section7+section .wrapper_item .inner_item_txt .main-text{
    font-size: 2rem;
  }
  #section7+section .wrapper_item .inner_item_txt .main-text::before{
    width: 11rem;
  }
  /* section8 */
  #section8_text+section::before{
    content: none;
  }
  #section8_sp+section::before{
    content: none;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .lists{
    width: 30%;
  }
  #section8_sp+section .inner_item_txt .flex-wrapper .meo,
  #section8_sp+section .inner_item_txt .flex-wrapper .jisya,
  #section8_sp+section .inner_item_txt .flex-wrapper .aio{
    width: 70%;
  }
  /* section9 */
  #section9+section .flag{
    font-size: 1.15rem;
    background-size: 100%;
  }
  #section9+section .inner_item_txt{
    padding: 10rem 3rem!important;
  }
  #section9+section .inner_item_txt .text-wrapper::before{
    left: -5rem;
    top: -8rem;
  }
  #section9+section .inner_item_txt .text-wrapper{
    flex-direction: column;
  }
  #section9+section .inner_item_txt .text-wrapper .text-left p:nth-of-type(2){
    letter-spacing: 4px;
  }
  #section9+section .inner_item_txt .btn{
    min-width: 250px;
  }
  #section9+section .inner_item_txt::before{
    width: 13rem;
    height: 13rem;
    left: -2rem;
    bottom: -4rem;
  }
  #section9+section .inner_item_txt::after{
    width: 13rem;
    height: 13rem;
    right: -2rem;
    bottom: -4rem;
  }
  /* section10 */
  #section10+section::before{
    width: 10rem;
    height: 10rem;
    left: 1rem;
    top: -4rem;
  }
  #section10+section::after{
    content: none;
  }
  #section10+section .flow{
    flex-direction: column;
  }
  #section10+section .flow .num{
    width: 100%;
  }
  #section10+section .flow .text-wrapper{
    width: 100%;
    box-sizing: border-box;
  }
  #section10+section .flow::before{
    bottom: -2.3rem;
  }
  /* section11 */
  #section11+section .inner_item_txt .sub-title{
    font-size: 2.4rem!important;
  }
  #section11+section .content_wrapper::before{
    width: 10rem;
    height: 10rem;
    top: -7rem;
  }
  #section11+section .content_wrapper::after{
    width: 10rem;
    height: 10rem;
    top: -7rem;
    right: -2rem;
  }
  /* section12 */
  #section12+div::after{
    width: 11rem;
    height: 10rem;
  }
  #section12+div::before{
    width: 12rem;
    height: 10rem;
    left: 1rem;
    top: 13rem;
  }
  #section12+div dt{
    padding: 1.5rem 5rem 1.5rem 8rem;
  }
  #section13+section .inner_item_txt{
    padding: 2rem !important;
  }
  #section13+section .inner_item_txt .top-text{
    font-size: 2.2rem;
  }
  #section13+section .inner_item_txt .middle-text{
    font-size: 1.6rem;
  }
  #section13+section .inner_item_txt .num{
    font-size: 5rem;
  }
  #section13+section .inner_item_txt::before{
    width: 5rem;
    height: 12rem;
    left: 0rem;
    bottom: -5rem;
  }
  #section13+section .inner_item_txt::after{
    width: 5rem;
    height: 12rem;
    right: -2rem;
    bottom: -5rem;
  }
  #section14+div{
    padding: 5rem 0 20rem;
  }
  #section14+div::before{
    width: 12rem;
    height: 11rem;
    left: 3rem;
    bottom: 1rem;
  }
  #section14+div::after{
    content: none;
  }
  #section14+div .content_wrapper::before{
    content: none;
  }
  #section14+div .content_wrapper::after{
    top: 18rem;
  }
  #section14+div .submit input{
    min-width: 250px;
  }
  #form_text+section{
    bottom: 10rem;
  }
}


/* Gナビ変更 */
header#pattern2 nav:nth-of-type(1){
    display: none;
}
header .infobiz-burger{
    display: flex;
}
header#pattern2 nav.infobiz-header{
    display: block!important;
}

/* Gナビデザイン変更 */
header#pattern2 nav.infobiz-header ul.nav_1st>li{
  width: auto;
}
header .infobiz-header_contents{
    min-width: 280px;
    box-sizing: border-box;
    flex-grow: 2;
    width: 500px !important;
    margin: 0;
    display: block;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 110%;
    opacity: 0;
    transition: 0.4s ease-in-out;
    padding: 60px 25px 0 !important;
    min-height: 100vh;
}
header.open .infobiz-header_contents{
   background: rgb(52 128 231 / 83%);
    left: calc(100% - 500px);
    opacity: 1;
    top: 0rem;
}
header .infobiz-header_contents .inner{
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: center !important;
}
header .infobiz-header_contents .inner nav{
    background-color: transparent !important;
    padding: 0 !important;
    max-width: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
header .infobiz-header_contents .inner nav ul{
    width: 100% !important;
    margin-left: 0 !important;
    display: block;
    margin-bottom: 20px;
    padding: 2rem 0 0 0;
}
header .infobiz-header_contents .inner nav ul li:nth-of-type(n+2){
    margin-top: 1rem;
}
header .infobiz-header_contents .inner nav ul li a{
    padding: 1rem 0;
}
@media screen and (max-width: 900px){
  header .infobiz-burger,
  header .infobiz-header_contents{
    display: none;
  }
  header.open .infobiz-header_contents{
    opacity: 0;
  }
  header#pattern2 nav.SPinfobiz-header{
    display: block!important;
  }
}

/* 追従 */
.fix_img{
  display: none!important;
}
.fix_img_infobiz{
  display: block;
  pointer-events: auto;
  opacity: 1;
}
#fixbtn .fixbtnwrap {
    height: 15rem;
}
#section4_5+section .item-wrapper .item:first-child .item-body .img {
    width: 25rem !important;
}
@media screen and (max-width: 768px){
#fixbtn .fixbtnwrap {
    height: 25.5vw;
}
    #section4_5+section .item-wrapper {
    flex-direction: column;
}
#section4_5+section .item-wrapper .item {
    width: 100%;
}
}