/*------------------------------------------------------------
common
------------------------------------------------------------*/
#business {
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    background: #fff;
}

#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, 50px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#business .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#business .text {
    margin-bottom: 2em;
}

#business .text:last-of-type {
    margin-bottom: 0;
}

#business .pc-br {
    display: none;
}

#business .inner {
    width: calc(100% - 24px);
    max-width: 1240px;
    margin: 0 auto;
}

#business .txt-en {
    font-family: 'Poppins', sans-serif;
}

#business .poppins{
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.heading-block .ttl-ja{
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.heading-block .ttl-en{
    font-size: 14px;
    line-height: 21px;
    color: #2F80C1;
    font-weight: 500;
}

@-webkit-keyframes scaleOpacity {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.78);
        transform: scale(0.78);
        opacity: 0;
    }
}

@keyframes scaleOpacity {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.78);
        transform: scale(0.78);
        opacity: 0;
    }
}







#business .main-block{
  position: relative;
  overflow: hidden;
}

#business .main-ttl{
  position: absolute;
  bottom: 65px;
}

#business .main-ttl-eng{
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
}

#business .main-ttl-jap{
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
}

#business .rooptext{
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke: 1px rgba(247, 248, 252, 0.2);
  color: rgba(255,255,255,0);
  letter-spacing: 0.1em;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 33px);
}

#business .rooptext:first-child{
  animation: rooptext01 60s -30s linear infinite;
}

#business .rooptext:last-child{
  animation: rooptext02 60s linear infinite;
}

@keyframes rooptext01{
  0%{
    transform: translateX(100%);
  }
  to{
    transform: translateX(-100%)
  }
}

@keyframes rooptext02{
  0%{
    transform: translateX(0);
  }
  to{
    transform: translateX(-200%);
  }
}

#business .overview{
  font-weight: 500;
  max-width: 330px;
  width: 100%;
  margin: 62px auto;
  line-height: 2.1;
}

#business .main-banner .description{
    font-size: 13px;
    line-height: 28px;
    color: #000;
    padding: 0px 20px;
}



/*strong-point*/
/*====================================*/
#business .strong-point{
    padding-top: 42px;
    padding-bottom: 49px;
}
#business .strong-point .heading-block{
    margin-bottom: 58px;
}
#business .strong-point .list-points{
    max-width: 74%;
    margin: auto;
}
#business .strong-point .item-point .number{
    font-size: 60px;
    line-height: 40px;
    color: #E6EDF0;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 2px;
}
#business .strong-point .item-point .img-main{
    display: flex;
    margin-bottom: 21px;
    min-height: 147px;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
}
#business .strong-point .item-point .text{
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 10px;
}
#business .strong-point .item-point{
    margin-bottom: 55px;
}
#business .strong-point .item-point:nth-child(3) .img-main{
    margin-bottom: 10px;
}


/*business-block*/
/*====================================*/
#business .business-block{
    padding-bottom: 50px;
}
#business .business-block .top-content{
    background: #2F80C1;
    padding: 60px 0px 70px;
    margin-bottom: 62px;
}
#business .business-block .heading-block .ttl-ja{
    color: #fff;
}
#business .business-block .heading-block .ttl-en{
    color: #333;
}
#business .business-block .heading-block{
    margin-bottom: 37px;
}
#business .business-block .description{
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 40px;
}
#business .business-block .business-image{
    text-align: center;
}
#business .business-block .business-image .content{
    position: relative;
    display: inline-block;
}
#business .business-block .business_circle {
    width: 63.17%;
    position: absolute;
    left: 50%;
    top: 40.8%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#business .business-block .business_circle div {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#business .business-block .business_circle {
    width: 79.8%;
    height: 45%;
}
#business .business-block .business_circle._circle1 {
    opacity: 0.5;
}
#business .business-block .business_circle._circle1 div {
    opacity: 0.8;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
#business .business-block .business_circle._circle2 {
    opacity: 0.5;
}
#business .business-block .business_circle._circle2 div {
    -webkit-animation: scaleOpacity 5s linear infinite;
    animation: scaleOpacity 5s linear infinite;
}
#business .business-block .business_model_graph {
    position: relative;
}
#business .business-block .business-image .img-main {
    text-align: center;
    display: block;
}
#business .business-block .img-content{
    position: relative;
    z-index: 3;
}


#business .business-block .item-business .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
    border-bottom: 1px solid #E6EDF0;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
#business .business-block .item-business .title .img-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #2F80C1;
    border-radius: 50%;
}
#business .business-block .item-business .title span{
    display: block;
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 26px;
    padding-left: 10px;
}
#business .business-block .item-business .info{
    padding: 0px 15px;
}
#business .business-block .item-business .ttl{
    font-size: 14px;
    line-height: 26px;
    color: #2F80C1;
    margin-bottom: 25px;
}
#business .business-block .item-business .text{
    font-size: 13px;
    line-height: 26px;
}
#business .business-block .item-business .hoa{
    font-size: 6px;
    position: relative;
    display: inline-block;
    margin-left: -2px;
    margin-right: -4px;
}
#business .business-block .item-business .image-content .img-main img{
    width: 100%;
}

#business .business-block .item-business .text-content{
    margin-bottom: 24px;
}
#business .business-block .item-business {
    margin-bottom: 50px;
}


@media (min-width: 768px) {

    #business .inner{
        width: 100%;
        padding: 0 20px;
    }
    #business .sp-br{
        display: none;
    }
    #business .pc-br{
        display: block;
    }

    .heading-block .ttl-en {
        font-size: 24px;
        line-height: 36px;
    }
    .heading-block .ttl-ja {
        font-size: 40px;
        line-height: 60px;
    }


  
  #business .main-ttl-eng{
    margin-bottom: 0;
    font-size: 100px;
  }
  
  #business .main-ttl-jap{
    font-size: 24px;
    padding-left: 10px;
  }
  
  #business .main-ttl{
    top: 50%;
    bottom: auto;
    transform: translateY(-10px);
  }
  
  #business .overview{
    max-width: 724px;
    margin: 80px auto 100px;
    font-size: 16px;
  }
  
    #business .main-banner .description {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 40px 0px 20px;
        max-width: 765px;
        margin: auto;
        letter-spacing: -1.3px;
    }


    /*strong-point*/
    #business .strong-point {
        padding-top: 96px;
        padding-bottom: 127px;
    }
    #business .strong-point .heading-block {
        margin-bottom: 87px;
    }
    #business .strong-point .list-points {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #business .strong-point .item-point {
        margin-bottom: 0;
        margin-right: 4%;
        width: 30.66%;
    }
    #business .strong-point .item-point:nth-child(3n){
        margin-right: 0;
    }
    #business .strong-point .item-point .number {
        font-size: 80px;
        line-height: 80px;
        padding-left: 7px;
        margin-bottom: 2px;
    }
    #business .strong-point .item-point .img-main{
        min-height: 181px;
        margin-bottom: 16px !important;
    }
    #business .strong-point .item-point .text {
        font-size: 16px;
        line-height: 30px;
        padding: 0 5px;
    }


    /*business-block*/
    #business .business-block .top-content{
        padding: 74px 0px 64px;
        margin-bottom: 78px;
    }
    #business .business-block .heading-block {
        margin-bottom: 56px;
    }
    #business .business-block .description{
        font-size: 18px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 46px;
    }
    #business .business-block .business_circle {
        width: 29.8%;
        height: 50.2%;
    }
    #business .business-block .business_circle{
        top: 20.5%;
    }

    #business .business-block .item-business .title .img-main{
        width: 88px;
        height: 88px;
    }
    #business .business-block .item-business .title span{
        width: calc(100% - 88px);
        font-size: 24px;
        line-height: 32px;
        padding-left: 30px;
    }
    #business .business-block .item-business .title {
        padding-left: 10px;
        border-bottom: 1px solid #E6EDF0;
        padding-bottom: 9px;
        margin-bottom: 24px;
        width: 100%;
    }
    #business .business-block .item-business{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 128px;
    }
    #business .business-block .item-business .text-content{
        margin-bottom: 0;
        width: 55%;
        padding-right: 29px;
    }
    #business .business-block .item-business .ttl{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    #business .business-block .item-business .hoa{
        font-size: 8px;
    }
    #business .business-block .item-business .text {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0;
        margin-bottom: 30px;
    }
    #business .business-block .item-business .text:last-child{
        margin-bottom: 0;
    }
    #business .business-block .item-business .info {
        padding: 0 10px;
    }
    #business .business-block .item-business:first-child .text:last-child {
        letter-spacing: 0;
    }



    #business .business-block .item-business .image-content{
        width: 45%;
        padding-top: 6px;
        padding-left: 20px;
    }
}



/*------------------------------------------------------------
path
------------------------------------------------------------*/
#business [class*="page-path"] {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s;
  z-index: 1;
}

#business [class*="page-path"] .path-inner {
  display: flex;
}

#business [class*="page-path"] .path-item {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 100px;
}

#business [class*="page-path"] .path-item.active {
  animation-name: path-item-loop;
  animation-duration: 60s;
  animation-delay: -40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#business [class*="page-path"] .path-item.active:first-of-type {
  animation-name: path-item-loop-first;
  animation-delay: 0s;
}

#business [class*="page-path"] .path-item.active:last-of-type {
  animation-name: path-item-loop-last;
  animation-delay: -20s;
}

#business [class*="page-path"] svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #F7F8FC;
  stroke-width: 2px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  z-index: 1;
  opacity: .2;
  font-style: italic;
}

#business [class*="page-path"].scroll-in svg {
  animation: line-animation 3s ease-in 0s forwards;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #business [class*="page-path"] {
    top: 0;
    width: 100%;
  }
  
  #business [class*="page-path"] .path-inner {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 50;
  }
  
  #business [class*="page-path"] .path-item {
    height: 0;
    padding-right: 0;
    margin-left: auto;
  }
  
  #business [class*="page-path"] .path-item.active {
    animation: none;
  }
  
  #business [class*="page-path"] svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media all and (-ms-high-contrast:none) {/* ---------- only IE ---------- */
  #business [class*="page-path"] {
    opacity: 0;
  }
  
  #business [class*="page-path"].scroll-in {
    opacity: 1;
  }
  
  #business [class*="page-path"] svg {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  
  #business [class*="page-path"].scroll-in svg {
    animation: none;
  }
  
  #business .path-item {
    opacity: 1;
  }
}

@keyframes line-animation {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes path-item-loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes path-item-loop-first {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes path-item-loop-last {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}

#business .page-path-business {
  width: calc(((1096 / 750) * 100%) * 3);/* calc(((svgの幅 / デザインカンプの幅) x 100%) x 3) */
}

#business .page-path-business .path-item {
  width: calc((1096 / 750) * 100%);/* calc((svgの幅 / デザインカンプの幅) x 100%) */
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */

  
  #business .page-path-business {
    width: 100%;
  }
  
  #business .page-path-business .path-item {
    width: calc((1644 / 1920) * 100%);/* calc((svgの幅 / デザインカンプの幅) x 100%) */
    padding-top: calc(215 / 1644 * ((1644 / 1920) * 100%));/* アスペクト比の計算 calc(svgの高さ / svgの幅 x 要素の幅) */
  }
}




