@charset "utf-8";.wow {
    transition: all 0.6s cubic-bezier(0.93, 0.01, 1, 1);
    opacity: 0;
}.siteMain {
  text-align: center;
}

.main {
  max-width: 1000px;
  margin: 0 auto;
}

.txt {
  padding: 70px 10px 0px;
  text-align: left;
}

.txt__question{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}

.txt__body{
  padding-left: 12px;
  font-size: 15px;
  color: #595959;
  line-height: 1.8;
}

.txt p.ttl {
  font-size: 25px;
  padding-bottom: 70px;
}

.photo-top {
  padding-top: 100px;
}

.photo-top img,
.photo-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-bottom {
  padding-top: 20px;
}

.photo-row {
  align-items: center;
  justify-content: space-between;
}

.photo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.photo-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}




/* ===== ① テキスト左・画像右（1枚目） ===== */
.material-row--text-left .material-txt{
  width: 45%;
}
.material-row--text-left .photo-item{
  width: 54%;
}

/* ===== ② 画像左・テキスト右（2枚目） ===== */
.material-row--text-right .photo-item{
  width: 40%;
}
.material-row--text-right .material-txt{
  width: 60%;
}







.material-block--logo{
  padding: 70px 0 0;
  text-align: left;
}

.material-block--logo .material-row{
  padding: 0;
}

.material-block--logo .material-ttl--outside{
  padding-left: 10px;
}









.material-row{
  padding: 70px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.material-txt{
  width: 45%;
  text-align: left;
  font-size: clamp(11px, 1.3vw, 15px);
  color: #595959;
}

/* タイトル */
.material-ttl{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}

/* 本文 */
.material-body{
  margin: 0;
  padding-left: 12px;
  line-height: 1.8;
  color: #595959;
}

.center-text {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  margin: 0 30px;
}

.center-text p {
  text-align: left;
  line-height: 1.8;
  font-size: 15px;
  color: #595959;
}

@media only screen and (min-width: 751px) {
  .onlySP {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  }

  .txt {
    padding: 35px 7px 0;;
  }

  .txt p {
    font-size: 2vw;
  }

  .txt p.ttl {
    font-size: 3vw;
    padding: 0 0 35px;
  }

  .photo-top {
    padding-top: 35px;
  }

  .material-txt {
    font-size: 2vw;
  }

  .material-ttl {
    font-size: 2vw;
    margin-bottom: 5px;
     padding-left: 5px;
  }


  .material-row {
    padding: 35px 0 0;
  }
.txt__body {
    padding-left: 5px;
  }



.material-block--logo {
    padding: 35px 0 0;
  }

.material-block--logo .material-ttl--outside{
  padding-left: 7px;
}

}


