#sec1{
  background: url(../img/print/sec1_bg.png) no-repeat left center, var(--yellow);
  background-size: auto 100%;
  padding-bottom: 80px;
}
#sec1 .inner{
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  padding-left: 15px;
}
#sec1 .content{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#sec1 .content .text{
  width: min(100%, 434px);
  background: #fff;
  box-sizing: border-box;
  padding: 36px 40px 34px;
}
#sec1 .content .img{
  margin-left: 3rem;
}
#sec2{
  background: url(../img/print/sec2_bg.jpg) no-repeat center center;
  background-size: cover;
}
.text-stroke{
  position: relative;
  -webkit-text-stroke: 2px var(--orange)
}
.text-stroke::before {
  position: absolute;
  content: attr(data-text);
  -webkit-text-stroke: 0;
  inset: 0 auto auto 0;
}
#sec2 li{
  max-width: 380px;
}
#sec2 li + li{
  margin-left: 3rem;
}
#sec2 li .text{
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
#sec2 li .text .font-s{
  font-size: .88em;
}
#sec3{
  border-bottom: solid 2px var(--red);
  padding: 40px 15px 35px;
}
#sec3 p{
  font-weight: 700;
}
#sec4 .styleList{
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 3em auto 0;
}
#sec4 .styleList li{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
#sec4 .styleList li .inner{
  padding: 40px;
}
#sec4 .styleList h5{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#sec4 .styleList li p{
  font-size: .8rem;
  line-height: 2;
}
#sec4 .styleList li p.font-1_05{
  font-size: 1.05rem;
}
#sec4 .styleList li:nth-child(even){
  margin-left: 2%;
}
#sec4 .step{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#sec4 .step .no{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9addff;
  text-align: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border:solid 2px #000;
  margin-right: 10px;
}
#sec4 .step .text{
  width: calc(100% - 58px);
}
#sec4 .styleList li .btmLink{
  display: block;
  width: 100%;
  background: var(--yellow);
  text-align: center;
  font-size: 1.1rem;
  box-sizing: border-box;
  padding: 20px;
}
#sec4 .styleList li .btmLink svg{
  width: 1em;
}
.cautionBox{
  background: #fff url(../img/photo/bg.png) no-repeat left center;
  padding: 50px;
  border-radius: 10px;
}
.bg_t{
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 114 / 41;
  background: url(../img/print/bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
.bg_t .icon{
  position: absolute;
  display: block;
  width: min(25.4%, 290px);
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: 1;
}
.bg_t .text{
  position: absolute;
  width: 100%;
  top: 40px;
  left: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  transform: translateX(-50%);
  z-index: 2;
}
.bg_t .text h4{
  font-size: clamp(18px, 2.5vw, 1.5rem);
}
.bg_t .text p{
  font-size: clamp(12px, 1.6vw, 1rem);
}
#sec5 .list{
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 30px;
}
#sec5 .list li{
  width: calc(100% - 16px);
}
#sec5 .list li img{
  border:solid 8px #9addff;
  border-radius: 10px;
}
/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1350px) {
  #sec1{
    padding-bottom: 0;
  }
  #sec1 .inner{
    padding-left: 0;
  }  
  #sec1 .content{
    display: block;
  }
  #sec1 .content .text{
    position: relative;
    width: min(calc(100% - 30px), 700px);
    box-shadow: 2px 2px 10px rgba(28, 28, 28, 0.4);
    margin: 0 auto;
    padding: 24px 20px;
    z-index: 2;
  }
  #sec1 .content .text h2{
    text-align: center;
  }
  #sec1 .content .img{
    position: relative;
    text-align: center;
    margin: -45px auto 0;
    z-index: 1;
  }
  #sec2 h2{
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #sec1{
    background: url(../img/print/sec1_bg_sp.jpg) no-repeat left top, var(--yellow);
    background-size: 100% auto;
  }
  #sec_ttl.img_ttl img{
    width: 80%;
  }
  #sec2{
    background: url(../img/print/sec2_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #sec2 li{
    margin: 0 auto;
  }
  #sec2 li + li{
    margin-left: 15px;
  }
  #sec2 li .text{
    font-size: .875rem;
    font-weight: 500;
    margin-top: 12px;
  }
  #sec3{
    padding: 19px 15px;
  }
  #sec3 p{
    font-weight: 500;
  }
  #sec4 .styleList{
    display: block;
  }
  #sec4 .styleList li{
    width: 100%;
    margin-bottom: 15px;
  }
  #sec4 .styleList li .inner{
    padding: 20px 15px;
  }
  #sec4 .styleList h5{
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  #sec4 .styleList li p{
    font-size: .8rem;
  }
  #sec4 .styleList li:nth-child(even){
    margin-left: 0;
  }
  .cautionBox{
    padding: 25px 15px;
  }
  .bg_t{
    aspect-ratio: 114 / 46;
    border-radius: 10px;
  }
  .bg_t .text{
    width: 95%;
    top: 15%;
  }
  .bg_t .text h4{
    font-size: clamp(16px, 1.875vw, 1.125rem);
  }
  .bg_t .text p{
    line-height: 1.3;
  }
  .bg_t .icon{
    transform: translate(-50%, 50%);
  }
  #sec5 .list{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 15px;
  }
  #sec5 .list li{
    width: min(calc(100% - 16px), 224px);
  }
}