.con > div {
  position: relative;
}
.con #bread {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.con .page1 .tab a{
    position: relative;
    padding: 0 40px 15px 40px ;
}
.con .page1 .tab a{
    border-bottom:1px solid #333;
    transition: all 0.2s linear;
}
.con .page1 .tab a:after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom:0px;
    background:  var(--textColor);
    transition: all 0.4s linear;
}
.con .page1 .tab a.act,
.con .page1 .tab a:hover{
    color: var(--textColor);
}
.con .page1 .tab a.act:after,
.con .page1 .tab a:hover:after{
    width: 100%;
}
.con .page1 .image{
    width: 100%;
    position: relative;
}
.con .page1 .image img{
    width: 100%;
}
.con .page1 .image .info{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1030px;
    width:90%;
}
.con .page1 .image .info p{
    text-align: center;
}
.con .page1 .image .info .mes{
    text-indent: 2em;
    line-height: 2;
}
.con .page2 .tit{
    text-align: center;
    color: #E7191F;
}
.con .page2 .list{
    display: flex;
    align-items: flex-end;
}
.con .page2 .list img{
    width: 130px;
}
.con .page2 .list .tit{
    margin: 0 0 0 16px;
    line-height: 1;
}
.con .page2 .mes{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
     text-indent: 2em;
    line-height: 1.8;
}

@media only screen and (max-width: 1600px) {
    .con .page1 .image .info{
        top: 6vw;
    }
    
    .con .page2 .list img {
    width: 100px;
}
}
@media only screen and (max-width: 1440px) {
    
    
    .con .page2 .list img {
    width: 80px;
}
}
@media only screen and (max-width: 768px) {
.con .page1 .tab a {
    position: relative;
    padding: 0 20px 10px 20px;
}
.con .page2 .tit{
     font-size: 20px;
}
    .con .page1 .image .info {
        top: 12vw;
        width: 100%;
            position: static; 
    transform: none;
    padding: 14vw 5vw 50vw 5vw;
    }
    .con .page1 .image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
    .con .page2 .dis_ju_sp{
        flex-wrap: wrap;
    }
    .con .page2 .list{
        width: 100%;
        flex-wrap: wrap;
        margin-top: 6vw;
        justify-content: center;
    }
     .con .page2 .list:fitst-child{
         margin: 0;
     }
       .con .page2 .list .image{
           width: 100%;
           text-align: center;
           margin-bottom: 4vw;
       }
           .con .page2 .list img {
        width: 60px;
    }
    .con .page2 .list .tit{
        margin:0;
    }
}
