/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ TOPページ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ---------------- TOPメイン画像 ------------------*/
.main__visual .wrapper {
  width: 98%;
  max-width: 100%;
  margin: 0 auto;
}

.main__visual img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}


@media screen and (max-width: 1500px) {
  .main__visual {
    background-size: contain;
  }

  .main__visual .con img {
    width: 100%;
  }

  .main__visual .con p br {
    display: none;
  }
} 

@media screen and (max-width: 768px) {
  .main__visual {
    width: 100%;
  }

  .main__visual .wrapper {
    width: 92%;
  }
} 


/* ---------------- top-3つ並びBOXx ------------------*/

.box3.base02 .box3__box::after {
  display: none;
}

.box3.base02 .box3__con{
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: 60px;
}

.box3.base02 .box3__con h3 {
  font-size: 2.2rem;
  margin-top: 15px;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 1200px) {
  .box3.base02 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 60px 3%;
  }  
}

@media screen and (max-width: 768px) {
  .box3.base02 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px 5%;
  }  
}

@media screen and (max-width: 560px) {
  .box3.base02 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 3em;
  }  

  .box3.base02 .box3__con h3 {
    font-size: 2.0rem;
  }
}


/* ---------------- top-2つ並びBOX ------------------*/
.box2.base02 .box2__con .box2__box h3 {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}


/* ---------------- top-画像左(画像が無い時text_area100％）------------------*/
.l-img-con.base02 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.l-img-con.base02 .image__area img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
















