.strongtext{
    font-size:25px;
    font-weight: bold;
    color: #013384;
}

.hero-bg {
  position: relative;
  width: 100%; /* ← 修正 */
  aspect-ratio: 1920 / 920;
  background: url('../images/scanning/hero-bg.jpg') center center/cover no-repeat;
  overflow: hidden;
}

.hero-group{
    padding-top:100px;
}

.catchcopy-img {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
    z-index: 2;
}
.imageWrap{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

#heroBanners{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

#heroBanners img{
    max-width: 500px;
}
@media (max-width: 1409px) {
    #heroBanners img{
        max-width: 380px;
    }
}
@media (max-width: 1100px) {
    #heroBanners img{
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .hero-bg {
        aspect-ratio: 430 / 500;
        background: url('../images/scanning/sp_image.jpg') center center/cover no-repeat;
    }
    #heroBanners img{
        display: none;;
    }
    .catchcopy-img {
        max-width: 95vw;
    }
}


h2{
    font-size: 40px;
}
h2.top-section-title{
    text-align: center;
    font-size: 40px;
    text-align: center;
    
}
.section-description{
    text-align: center;
    font-size: 18px;;
}
@media screen and (max-width:575px) {
    h2.top-section-title{
        font-size: 22px;
        
    }
    .section-description{
        font-size: 14px;;
    }
}

/* =========================================================== */
/* =======       Layout Section       ======================== */
/* =========================================================== */



#scanning{
    padding: 100px 0;
    background-color: #f1f8fd;
}

@media screen and (max-width: 1199px) {
    #scanning{
        padding: 50px 0;
    }
    
}

.panel .imagebox{
    
    aspect-ratio: 1 / 1;
    background-size: cover;
    display:flex;
    align-items: flex-end;
}
.panel .bar{
    height: 50px;
    line-height: 50px;;
}
.panel.panel-1 .imagebox{
    background-image: url("../images/scanning/target-p1.jpg");
}
.panel.panel-2 .imagebox{
    background-image: url("../images/scanning/target-p2.jpg");
}
.panel.panel-3 .imagebox{
    background-image: url("../images/scanning/target-p3.jpg");
}
.panel.panel-4 .imagebox{
    background-image: url("../images/scanning/target-p4.jpg");
}

.panels {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.panel{
	position: relative;
	width: calc( 25% - 15px);
}

@media screen and (max-width: 1199px) {
    .panel{
        width: calc( 50% - 15px);
    }
    
}

#targets .bar{
    
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;;
}

#scanbox .subcopy{
    text-align: center;
    font-size: 28px;
    font-weight: bold;;
}
#scanbox .title{
    text-align: center;
    font-size: 60px;
    font-weight: bold;;
    color: #013384;
}

@media screen and (max-width: 1199px) {
    #scanbox .subcopy{
        font-size: 16px;
    }
    #scanbox .title{
        font-size: 40px;
        padding-bottom: 30px;
    }
}

/* Case */
@media screen and (min-width: 1200px) {
    .show1200{
        display: block;;
    }
    .illust1,
    .illust2,
    .illust3,
    .illust4{
        position:absolute;
    }
    .illust1{
        top:-119px;
        left:91px;
    }
    .illust2{
        top:   48px;
        right: 34px;
    }
    .illust3{
        top:  477px;
        left:-244px;
    }
    .illust4{
        bottom:-25px;
        right:-138px;
    }
    .solution-box .illust1,
    .solution-box .illust2,
    .solution-box .illust3,
    .solution-box .illust4{
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .show1200{
        display: none;;
    }
    .solution-box{
        position: relative;
        text-align: center;;
    }
    .solution-box img{
        margin:auto;
        max-width: 100%;
    }
    .illust1,
    .illust2,
    .illust3,
    .illust4{
        position: absolute;
        left: 50%;
        transform: translateX(250px);
        bottom: 0;
        max-width: 80px;
    }
}
@media screen and (max-width: 680px) {
    .show1200{
        display: none;;
    }
    .solution-box{
        position: relative;
        text-align: center;;
    }
    .solution-box img{
        margin:auto;
        max-width: 100%;
    }
    .illust1,
    .illust2,
    .illust3,
    .illust4{
        position:absolute;
        left:auto;
        right: 0;
        transform: none;
        bottom:0;
        max-width: 60px;;
    }
}

/**/

.custom-divider {

  position: relative;
  height: 1px;
  background-color: #013384; /* 線の色 */
  margin: 10px auto;
  max-width: 640px;
}

.custom-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #FDF4E5; /* 背景色に合わせてくり抜き */
  border-left: 1px solid #707070;
  border-top:  1px solid #707070;
  transform: translate(-50%, -50%) rotate(225deg);
  box-sizing: border-box;
}

/* Scan Box */

.scanbox4{
    width: 100%;
    background-color:white;
    border-radius: 15px;;
    max-width: 1155px;
    margin:auto;;
}

.scanbox4{
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
}
.scanbox4 .left {
    flex: 0 0 2%;
    min-width: 320px;
}
.scanbox4 .right {
    flex: 0 0 60%;
    min-width: 480px;
}

.scanbox4 .left {
    margin-right: 40px;
}

@media (max-width: 900px) {
    .scanbox4 {
        flex-direction: column;
        align-items: stretch;
    }
    .scanbox4 .left,
    .scanbox4 .right {
        margin-right: 0;
        min-width: 0;
    }
}

.scanbox5{
    background-color: #F3B14B;
    color:white;
    text-align: center;;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width: 1155px) {
  .container-1155 {
        width: 100%;
        max-width: 1155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
	}

}

.scanbox4 .inner-title{
    font-size: 22px;
}
.scanbox4 .inner-title strong{
    font-size: 30px;
}

.scanbox5 .sc5title strong{
    font-size:30px;
}




/* 一気通貫太郎 */

#tarouMainVisual{
    height: 1460px;;
}

.bg-skew-section {
  background: transparent;
  /*overflow: hidden;*/
}

.bg-skew-inner {
  background-color: #61ABD6; /* 青色背景 */
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  padding: 400px 0; /* 中の余白 */
}

.floating{
    width: 1400px;;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9998;
}

.cycle{
    width: 791px;;
    position: absolute;
    top:620px;
    left: 50%;
    transform: translateX(-850px) rotate(-10deg);
    z-index: 9999;
}
.banner1{
    width: 677px;;
    position: absolute;
    right:50%;
    bottom: 320px;
    transform: translateX(100%);
    z-index: 9997;
}
.banner2{
    width: 677px;;
    position: absolute;
    right:50%;
    bottom: 20px;
    transform: translateX(100%);
    z-index: 9996;
}


@media screen and (max-width: 1409px) {
    #tarouMainVisual{
        width: 100%;
        height: 146vw;
    }
    .bg-skew-inner {
        padding: 30% 0; /* 中の余白 */
    }
    .floating{
        width: 100%;
    }
    .cycle{
        top:auto;
        left:8%;
        transform: translateX(0) translateY(-50%) rotate(-10deg);
        width: 33%;
    }
    .banner1,
    .banner2{
        width: 100%;
        padding:0 10vw;
        text-align: center;;
        transform: none;
        right: auto;
    }
    .banner1{
        bottom:38vw;
    }
}






#denshika{
    margin-bottom: 100px;;
    
}

#denshika .denshika .deishika-text{
    position: absolute;
    top:0;
    right:0;
    background: url("../images/scanning/denshika.png") no-repeat center center;
    width: 210px;
    height: 85px;
}

.denshika{
    position: relative;;
    background-color: #DEECFF;
    border-radius: 10px;
    padding: 50px;
}
.denshika h4{
    text-align: center;;
    padding-bottom: 25px;;
}
.denshika h4 strong{
    font-size:40px;
}
.denshika h5{
    text-align: center;;
    background-color: #013384;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    padding: 10px;
}
.denshika .number{
    text-align: center;;
    margin-top:25px;
}
.denshika .number span{
    display: inline-block;
    padding-top:2px;
    border-radius: 50%;;
    font-size:25px;
    width: 30px;
    height: 30px;;
    line-height: 25px;;
    font-weight: bold;
    background-color: #013384;
    color: #fff;
    margin:auto;
}
.denshika .headTitle{
    height: 7rem;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.denshika .companyLogo{
    text-align: center;;
}
.denshika .companyLogo img{
    height: 80px;;
}

@media screen and (min-width: 1400px) {
    .denshika .num1 p,
    .denshika .num2 p,
    .denshika .num3 p{
        height: 165px;;
    }

    .denshika .num1{
        border-right:1px solid #013384;
    }
    .denshika .num3{
        border-left:1px solid #013384;
    }
}

@media screen and (max-width: 1399px) {

    #denshika .denshika .deishika-text{
        background-size:cover;
        width: 105px;
        height: 42px;
    }
    .denshika{
        max-width: 800px;;
        
        border-radius: 15px;
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .denshika .headTitle{
        height: auto;
    }
}

@media screen and (max-width: 768px) {

    .denshika{
        width: calc(100% - 40px);
    }
    .denshika h4{
        font-size:18px;
        font-weight: normal;
    }
    .denshika h4 strong{
        font-size:26px;
        font-weight: normal;
    }
}

@media screen and (max-width: 768px) {
    #aubox{
        max-width:575px;
        margin:0 auto;
        text-align: center;
    }
}


/* News */
.news-box{
    border:1px solid #013384!important;
    border-radius: 30px;
    padding: 100px;
}
.news-item{
    padding: 2rem;
}
.news-item span{
    font-size: 24px;
    color: #013384;
}

.news-titleline{
    border-bottom: 1px solid #013384;
    padding-left:1rem;
    padding-bottom: 1rem;;
}
.news-contentline{
    padding-top:1rem;
    padding-left:1rem;
}