/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#business {
  font-size: 13px;
  font-weight: 500;
  color: #1F0305;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#business * {
  box-sizing: border-box;
}

#business a {
  transition: opacity .3s;
}

#business a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#business a:hover {
  text-decoration: none;
}

#business a:focus-visible {
  outline: none;
}

#business img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#business .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#business .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#business .pc-br {
  display: none;
}

#business .sp-br {
  display: inline;
}

#business .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#business .inner-inside{
  width: calc(100% - 36px);
  margin: 0 auto;
}

#business .font-mont{
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}

#business .business-txt a{
  color: #D41221;
  text-decoration: underline;
  transition: all .3s;
}

#business .business-txt a.mail-link{
  display: block;
  margin-top: 5px;
}

#business .business-txt a.pdf-link svg{
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 5px;
  transform: translateY(3px);
}

#business .business-txt a.pdf-link svg path{
  fill: #D41221;
  transition: all .3s;
}

#business .common-heading .ja{
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(31, 3, 5) 75%, rgb(31, 3, 5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  filter: blur(0);
}
#business .common-heading .en{
  background: rgb(31, 3, 5);
  background: linear-gradient(-90deg, rgb(31, 3, 5) 0%, rgb(230, 0, 133) 38%, #e60012 75%, #e60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  filter: blur(0);
}

#business .common-heading.scroll-in .ja{
  animation: heading01 ease-in-out 2s forwards;
}
#business .common-heading.scroll-in .en,
#business .service-content-ttl.scroll-in{
  animation: heading01 ease-in-out 3s forwards;
}

#business .business-heading{
  position: relative;
  padding-top: 110px;
}

#business .business-heading::before{
  position: absolute;
  content: "FOR BUSINESS";
  bottom: 40px;
  left: 12px;
  color: #FEF2F2;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: .8;
  z-index: -1;
}

#business .business-heading .ja,
#business .business-heading .en{
  display: block;
  line-height: 1.1;
}

#business .business-heading .ja{
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 700;
}

#business .business-heading .en{
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
} 

#business .business-menu{
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.78;
}

#business .menu-item{
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}

#business .business-menu .menu-item:nth-of-type(3),
#business .business-menu .menu-item:nth-of-type(4){
  margin-bottom: 0;
}

#business .business-menu .menu-item:nth-of-type(1)::after,
#business .business-menu .menu-item:nth-of-type(2)::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #DDD;
}

#business .business-menu .menu-item:nth-of-type(2n){
  border-right: solid 1px #DDDDDD;
}

#business .business-menu .menu-item:nth-of-type(2n+1){
  border-left: solid 1px #DDDDDD;
  background-image: repeating-linear-gradient(180deg, #DDD, #DDD 2px, transparent 2px, transparent 4px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

#business .business-menu .menu-item:last-of-type{
  background: none;
  border-right: solid 1px #DDDDDD;
}

#business .business-menu .menu-item-txt{
  position: relative;
  display: block;
  padding: 10px 0 22px;
  color: #1F0305;
  font-size: 15px;
  text-align: center;
  transition: all .3s;
}

#business .business-menu .menu-item-txt::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  left: calc(50% - 8px);
  bottom: 4px;
  background: url("../images/business/arrow_red.svg")no-repeat center center / contain;
  transition: all .3s;
}

#business .content-heading .ja,
#business .content-heading .en{
  display: block;
  line-height: 1.2;
}

#business .content-heading .ja{
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
}

#business .content-heading .en{
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

#business .content-heading .en::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E60012;
  top: calc(50% - 3px);
  left: 0;
}

#business .overview{
  position: relative;
  margin: 75px 0 0;
  padding-top: 50px;
  z-index: 0;
}

#business .overview::before{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100vw / 750 * 1080);
  top: 0;
  left: 0;
  background-color: #F7F8FC;
  z-index: -1;
}

#business .overview-ttl{
  margin-bottom: 12px;
  font-size: calc(100vw / 375 * 27);
  font-weight: 700;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(31, 3, 5) 75%, rgb(112, 112, 112) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  filter: blur(0);
}

#business .overview-ttl.scroll-in,
#business .overview-message .ttl.scroll-in{
  animation: heading01 ease-in-out 2s forwards;
}

#business .overview-message{
  margin-top: 10px;
  text-align: center;
}

#business .overview-message .subttl{
  font-size: 18px;
  font-weight: 700;
}

#business .overview-message .ttl{
  width: fit-content;
  margin: 10px auto 20px;
  background: rgb(31,3,5);
  background: linear-gradient(-90deg, rgba(31,3,5,1) 0%, rgba(230,0,133,1) 38%, rgba(230,0,18,1) 90%, rgba(230,0,133,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.07;
  filter: blur(0);
}

#business .overview-message .txt{
  font-size: 14px;
  line-height: 1.8;
}

#business .business-menu-block{
  margin: 0px 0 75px;
  padding-top: 75px;
}

#business .business-menu-overview{
  margin: 40px 0 30px;
}

#business .service-content{
  padding: 40px 0 50px;
}

#business .service-content:nth-of-type(2n-1){
  background-color: #FEF2F2;
}

#business .service-content-ttl{
  margin-bottom: 20px;
  background: rgb(31,3,5);
  background: linear-gradient(-90deg, rgba(31,3,5,1) 0%, rgba(230,0,133,1) 38%, rgba(230,0,18,1) 90%, rgba(230,0,133,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  font-size: 27px;
  font-weight: 700;
  filter: blur(0);
}

#business .service-content-overview{
  font-size: 13px;
  line-height: 1.77;
}

#business .service-content-img{
  margin-top: 15px;
}

#business .service-list{
  margin: 60px 0 0;
}

#business .service-item{
  position: relative;
  margin-bottom: 60px;
  padding: 38px 15px 20px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(31,3,5,.1);
}

#business .service-item:last-of-type{
  margin-bottom: 0;
}

#business .service-item .ttl{
  margin-bottom: 15px;
  color: #D41221;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#business .service-item .txt{
  font-size: 14px;
  line-height: 1.78;
}

#business .circleTxt {
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 1.25rem;
  top: -22px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1
}

#business .circleTxt::before{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: calc(50% - 20px);
  left: calc(50% - 20px);
  background: linear-gradient(135deg, #707070 0%, #1F0305 100%);
  border-radius: 50%;
}

#business .circleItem{
  position: absolute;
  width: 42px;
  height: 42px;
  top: -1px;
  left: 1px;
}

#business .circleTxt .circleItem svg {
  transform: rotate(50deg);
  overflow: visible;
}

#business .circleTxt .circleItem svg path{
  fill: none;
}

#business .circleTxt .circleItem svg text{
  fill: #fff;
  font-weight: 700;
}

#business .flow-item:first-of-type .circleTxt .circleItem svg text{
  fill: #514F4F;
}

#business .circleTxt .num{
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  top: 0;
  left: 0;
}

#business .service-back{
  margin-top: 30px;
  text-align: center;
}

#business .service-back .link-txt{
  padding-right: 18px;
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 13px;
  transition: all .3s;
}

#business .service-back svg{
  position: absolute;
  width: 10px;
  height: 6px;
  top: calc(50% - 4px);
  right: 0;
}

#business .service-back svg path{
  transition: all .3s;
}

#business #flow{
  margin: 50px 0 75px;
  padding-top: 25px;
}

#business .common-ttl{
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 28px;
  font-size: 18px;
  font-weight: 700;
  background-image: repeating-linear-gradient(90deg, #DDDDDD, #DDDDDD 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

#business .common-ttl::before{
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  top: calc(50% - 5px);
  left: 2px;
  background-color: #D41221;
}

#business .common-ttl02{
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #E60085;
  font-size: 18px;
  font-weight: 700;
}

#business .common-ttl02::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  background-color: #E60085;
  border-radius: 50%;
}

#business .flow-content{
  position: relative; 
  margin: 68px 0 50px;
  z-index: 0;
}

#business .flow-content::before{
  position: absolute;
  content: "";
  width: 120px;
  height: 100%;
  bottom: 0;
  left: calc(50% - 60px);
  background-color: #514F4F;
  z-index: -1;
}

#business .flow-item{
  position: relative;
  margin-bottom: 53px;
  padding: 26px 17px 20px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(31,3,5,.16);
}

#business .flow-item:last-of-type{
  margin-bottom: 0;
}

#business .flow-item .icon{
  width: 50px;
  margin: 0 auto 10px;
}

#business .flow-item .ttl{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#business .flow-item .txt{
  font-size: 13px;
  line-height: 1.77;
}

#business .flow-contact{
  margin-top: 15px;
  text-align: center;
}

#business .flow-contact .link-txt{
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 25px;
  border: solid 1px #707070;
  border-radius: 99px;
  color: #1F0305;
  font-size: 14px;
}

#business .flow-contact .link-txt::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
  right: 25px;
  background: url("../images/business/arrow_gray.svg")no-repeat center center / contain;
}

#business .follow-content .txt{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.78;
}

#business .follow-content .txt:last-of-type{
  margin-bottom: 20px;
}

#business #faq{
  margin: 75px 0 90px;
  padding-top: 50px;
  background-color: #F7F8FC;
}

#business .faq-overview{
  margin: 40px 0 36px;
  font-size: 14px;
  line-height: 1.78;
}
#business .sticky-common{
  display: none; 
}

#business .sticky-content-block{
  position: relative;
  margin: 60px 0 100px;
  padding: 58px 12px 0;
  z-index: 0;
}

#business .sticky-content-block::before{
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: #514F4F;
  z-index: -1;
}

#business .sticky-content-block::after{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 58px);
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: -2;
}

#business .sticky-content{
  position: relative;
  padding: 40px 0 0 19px;
  background-color: #fff;
}

#business .sticky-content:last-of-type{
  padding-bottom: 60px;
}

#business .faq-item{
  border-top: 1px solid #DDDDDD;
}

#business .faq-item:last-of-type{
  border-bottom: 1px solid #DDDDDD;
}

#business .faq-ttl{
  position: relative;
  align-items: center;
  padding: 20px 26px 20px 41px;
  font-size: 15px;
  transition: all .3s;
}

#business .faq-ttl::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #D41221;
  top: 30px;
  right: 8px;
}

#business .faq-ttl::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #D41221;
  top: 25px;
  right: 13px;
  transition: all .3s;
}

#business .faq-ttl.active::after{
  opacity: 0;
  transform: rotate(90deg);
}

#business .faq-ttl.active{
  background-color: #F7F8FC;
}

#business .faq-ttl .q{
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

#business .faq-txt{
  position: relative;
  padding: 0 27px 20px 50px;
  background-color: #F7F8FC;
  font-size: 14px;
  line-height: 1.5;
}

#business .faq-txt .a{
  position: absolute;
  top: 0;
  left: 20px;
  width: 30px;
  color: #E60012;
  font-size: 15px;
  font-weight: 700;
}

#business .mb-1{
  display: block;
  margin-bottom: 1em;
}

#business .mb-2{
  display: block;
  margin-bottom: 2em;
}

#business #faq .txt-red{
  color: #D41221;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  
  #business .sp-br {
    display: none;
  }
  
  #business .pc-br {
    display: inline;
  }
  
  #business .inner-inside{
    width: 100%;
  }
  
  #business .business-txt a{
    color: #1F0305;
    font-weight: 700;
    text-decoration: none;
  }
  
  #business .business-txt a.pdf-link svg path{
    fill: #1F0305
  }
  
  #business .business-heading{
    padding-top: 140px;
    padding-left: 10px;
  }

  #business .business-heading::before{
    bottom: 80px;
    left: 20px;
    font-size: 120px;
  }

  #business .business-heading .ja{
    margin-bottom: 24px;
    font-size: 48px;
    filter: blur(0);
  }

  #business .business-heading .en{
    padding-left: 20px;
    font-size: 30px;
    filter:blur(0);
  }
  
  #business .business-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }

  #business .business-menu{
    margin: 60px auto 0;
  }
  
  #business .business-menu .menu-item-txt{
    padding: 14px 0 28px;
    font-size: 18px;
  }

  #business .business-menu .menu-item-txt::before{
    width: 20px;
    height: 12px;
    left: calc(50% - 10px);
    bottom: 12px;
    transition: all .3s;
  }
  
  #business .menu-item{
    width: calc(100% / 3);
    overflow: hidden;
    margin-bottom: 0!important;
    background-image: repeating-linear-gradient(180deg, #DDD, #DDD 3px, transparent 3px, transparent 6px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }

  #business .business-menu .menu-item:nth-of-type(1)::after,
  #business .business-menu .menu-item:nth-of-type(2)::after{
    content: none;
  }

  #business .business-menu .menu-item:nth-of-type(2n),
  #business .business-menu .menu-item:nth-of-type(2n+1){
    border: none;
  }
  
  #business .business-menu .menu-item:first-of-type{
    border-left: solid 1px #DDD;
  }
  
  #business .business-menu .menu-item:last-of-type{
    background: none;
    border-right: solid 1px #DDD;
  }
  
  #business .menu-item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  #business .content-heading .ja{
    margin-bottom: 16px;
    font-size: 34px;
    filter: blur(0);
  }

  #business .content-heading .en{
    padding-left: 20px;
    font-size: 26px;
    filter:blur(0);
  }

  #business .content-heading .en::before{
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }

  #business .content-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #business #faq .content-heading .en::after{
    background-color: #F7F8FC;
  }

  #business .overview{
    margin: 132px 0 25px;
    padding-top: 100px;
  }

  #business .overview::before{
    height: 720px;
  }

  #business .overview-ttl{
    margin-bottom: -70px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #business .overview-img{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #business .overview-message{
    margin-top: 20px;
  }

  #business .overview-message .subttl{
    font-size: 36px;
  }

  #business .overview-message .ttl{
    margin-bottom: 18px;
    font-size: 42px;
  }

  #business .overview-message .txt{
    font-size: 20px;
  }

  #business .business-menu-block{
    margin: 0 0 100px;
    padding-top: 125px;
  }

  #business .business-menu-overview{
    margin: 70px 0 60px;
    font-size: 18px;
  }

  #business .service-content{
    padding: 80px 0;
  }

  #business .service-content-ttl-block{
    display: flex;
    margin-bottom: 60px;
  }
  
  #business .service-content-ttl{
    flex-shrink: 0;
    margin-right: 60px;
    font-size: 48px;
  }

  #business .service-content-overview{
    margin-top: 8px;
    font-size: 20px;
    line-height: 2;
  }

  #business .service-content-img{
    margin: 0;
  }

  #business .service-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 110px 0 0;
  }

  #business .service-item{
    width: calc((100% - 60px) / 3);
    margin-bottom: 0;
    padding: 54px 20px 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  }

  #business .service-item .ttl{
    margin-bottom: 18px;
    font-size: 20px;
  }

  #business .service-item .txt{
    font-size: 16px;
    line-height: 2;
  }

  #business .circleTxt {
    top: -34px;
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  #business .circleTxt::before{
    width: 60px;
    height: 60px;
    bottom: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  #business .circleItem{
    position: absolute;
    width: 72px;
    height: 72px;
    top: -1px;
    left: -3px;
  }
  
  #business .circleTxt .circleItem svg text{
    fill: #514F4F;
  }

  #business .circleTxt .num{
    width: 65px;
    height: 65px;
    font-size: 30px;
  }

  #business .service-back{
    text-align: right;
  }

  #business .service-back .link-txt{
    font-size: 16px;
  }

  #business .service-back svg{
    width: 14px;
    height: 8px;
    top: calc(50% - 4px);
  }

  #business #flow{
    margin: 130px 0;
    padding-top: 20px;
  }
  
  #business .common-ttl{
    margin-bottom: 40px;
    padding: 0 0 12px 35px;
    font-size: 22px;
  }
  
  #business .common-ttl::before{
    top: 18px;
    left: 5px;
  }

  #business .common-ttl02{
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  
  #business .flow-content{
  margin: 100px 0 60px;
  padding-bottom: 80px;
  }

  #business .flow-content::before{
    width: 100%;
    height: 200px;
    left: 0;
  }

  #business .flow-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #business .flow-item{
    position: relative;
    width: calc((100% - 32px * 3) / 4);
    margin-bottom: 0;
    padding: 60px 20px 40px;
    box-shadow: 0 3px 6px rgba(31,3,5,.16);
  }

  #business .flow-item::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 26px;
    background: url("../images/business/arrow_lightgray.svg")no-repeat center center / contain;
    top: calc(50% - 13px);
    right: -24px;
  }
  
  #business .flow-item:last-of-type::before{
    content: none;
  }
  
  #business .flow-item .circleTxt{
    top: -32px;
  }

  #business .flow-item .icon{
    width: 82px;
    margin: 0 auto 20px;
  }

  #business .flow-item .ttl{
    margin-bottom: 20px;
    font-size: 15px;
  }

  #business .flow-item .txt{
    font-size: 14px;
    line-height: 1.85;
  }
  
  #business .flow-item .txt .strong{
    font-weight: 700;
  }

  #business .flow-item .item-list{
    margin: 20px auto 0;
  }

  #business .flow-contact .link-txt{
    padding: 6px 30px 6px 15px;
    border-width: 2px;
    overflow: hidden;
    z-index: 0;
  }
  
  #business .flow-contact .link-txt::before{
    right: 15px;
    transition: all .3s;
  }
  
  #business .flow-contact .link-txt::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    border: solid 2px transparent;
    border-radius: 99px;
    background-color: #E3E3E3;
    transition: all .3s;
    z-index: -1;
  }
  
  #business .follow-content .inner-inside{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #business .follow-txt{
    width: calc(50% - 20px);
  }
  
  #business .follow-content .txt{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
  }
  
  #business .follow-img{
    width: calc(50% - 40px);
  }
  
  #business #faq{
    margin: 150px 0 180px;
    padding-top: 80px;
  }
  
  #business .faq-overview{
    margin: 60px 0 70px;
    font-size: 18px;
  }
  
  #business .sticky-contents{
    z-index: 0;
    background: linear-gradient(90deg, #514F4F 0%, #514F4F 50%, #fff 50%, #fff 100%);
  }

  #business .sticky-contents::before{
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #514F4F;
    z-index: -1;
  }
  
  #business .sticky-common{
    position: relative;
    display: block;
    z-index: 1;
    width: 240px !important;
    left: 0;
  }
  @media print, screen and (min-width: 1200px){
    #business .sticky-common{
      left: calc(50vw - 612px);
    }
  }
  
  #business .sticky-common::before{
    position: absolute;
    content: "";
    width: calc(50vw + 620px);
    min-width: 1200px;
    height: 88px;
    top: 0;
    left: 0;
    background-color: #514F4F;
    z-index: 1;
  }
  @media print, screen and (min-width: 1200px){
    #business .sticky-common::before{
      left: calc(600px - 50vw);
    }
  }
  
  #business .sticky-common::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 88px;
    background-color: #F7F8FC;
    left: 50vw;
    top: 0;
    z-index: 0;
  }
  
  #business .sticky-menu{
    width: 240px;
    padding: 130px 0 40px 40px;
    position: relative;
    z-index: 1;
  }
  
  #business .sticky-menu-item{
    margin-bottom: 20px;
  }
  
  #business .sticky-menu-item a{
    color: #fff;
    font-size: 16px;
    transition: all .3s;
  }
  
  #business .sticky-menu-item.current a{
    color: #E60085;
  }
  
  #business .sticky-content-wrapper{
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #business .sticky-content-block{
    width: calc(100% - 240px);
    margin: -220px 0 0 auto;
    padding: 0;
  }

  #business .sticky-content-block::before{
    content: none;
  }

  #business .sticky-content{
    padding: 80px 0 0 60px;
    transform: translateY(1px);
  }

  #business .sticky-content:last-of-type{
    padding-bottom: 120px;
  }
  
  #business .sticky-content:nth-of-type(2n)::before{
    width: 50vw;
    right: -50vw;
    z-index: -3;
  }
  
  #business .faq-ttl{
    padding: 30px 60px 30px 86px;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
  }

  #business .faq-ttl::before{
    width: 16px;
    top: 44px;
    right: 30px;
  }

  #business .faq-ttl::after{
    height: 16px;
    top: 37px;
    right: 37px;
  }

  #business .faq-ttl .q{
    display: block;
    top: 26px;
    left: 30px;
    margin-right: 30px;
    font-size: 24px;
  }

  #business .faq-txt{
    padding: 0 85px 30px 125px;
    font-size: 18px;
    line-height: 1.8;
  }

  #business .faq-txt .a{
    top: -4px;
    left: 70px;
    font-size: 24px;
  }
  
  #business .faq-answer-list{
    display: flex;
  }

}

@media print, screen and (min-width: 1201px){
  #business .menu-item:hover::before{
    transform: none;
  }
  
  #business .menu-item:hover .menu-item-txt::before{
    transform: translateY(2px);
  }
  
  #business .business-txt a:hover{
    color: #D41221;
  }
  
  #business .business-txt a:hover svg path{
    fill: #D41221;
  }
  
  #business .service-back:hover .link-txt{
    color: #D41221;
  }
  
  #business .service-back:hover svg path{
    fill: #D41221;
  }
  
  #business .flow-contact .link-txt:hover::before{
    transform: translateX(4px);
  }
  
  #business .flow-contact .link-txt:hover::after{
    transform: none;
  }
  
  #business .faq-ttl:hover{
    color: #D41221;
  }
}

@keyframes heading01 {
  0% {
    background-position: 100%,0;
  }
  100% {
    background-position: 0,0;
  }
}