/* ============================================================== */
/* news */
/* ============================================================== */
.infoSection{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
.infoContainer{
  width: 80%;
  display: flex;
  flex-direction: column;
}
.infoHeader{
  padding: 1rem;
  text-align: center;
}
.infoBox{
  padding: 1rem 6rem;
}
.infoBox li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #164c56;
  column-gap: 2rem;
  padding: 1rem;
}
.post-categories{
  background-color: #c3c3c3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
}
.post-categories li{
  border: none;
}

/* ============================================================== */
/* contents */
/* ============================================================== */
.contentsContainer{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contentsHeader{
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-10%);
  margin-top: 4rem;
}
.contentsHeader figure{
  width: 5rem;
  margin: 0 2rem;
}
.contentsHeader img{
  width: 100%;
}
.contentsGroup{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 80%;
  padding: 4rem 0 2rem;
}
.contentsCard{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contentsCard:first-of-type{
  border-radius: 50px 0 0 0;
}
.contentsCard:last-of-type{
  border-radius: 0 0 50px 0;
}
.contentsCard figure{
  width: 17vw;
  height: 12vw;
}
.contentsCard figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardText {
  width: 17vw;
  text-align: center;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================================================== */
/* vision */
/* ============================================================== */
.visionContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  background-image: url(../images/logo/TOP_tetmark3.png);
  background-position: 10% 90%;
  background-repeat: no-repeat;
}
.visionContainer::before{
  content: '';
  width: 100%;
  height: 50vh;
  background-image: url(../images/logo/TOP_tatemark.png);
  background-position: 90% 10%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
}
.visionHeader{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25vh;
}
.visionBox{
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 0;
}
.visionBox figure{
  width: 50%;
  height: 50vh;
  overflow: hidden;
  border-radius: 0 0 0 100px;
}
.visionBox figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visionText{
  width: 50%;
  position: relative;
  margin: 0 0 0 -2rem;
  top: 5rem;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem;
}
.visionText article{
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.visionText h2{
  margin-bottom: 1rem;
}
.visbtn{
  margin: 10rem auto 2rem;
}

.net_ins_hl{
  margin-bottom: 3rem;
}
.net_ins_hl{
  color: red;
  text-align: center;
}
.net_ins_images{
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.net_ins_img{
  width: 20%;
}
.net_ins_img img{
  height: auto;
}
/* ============================================================== */
/* contact */
/* ============================================================== */
.incontactContainer{
  background-image: url(../images/logo/TOP_contact.jpg);
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}
.incontactHeader{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
}
.incontactBox{
  background-color: #c3c3c3;
  border-radius: 0 100px 0 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
}
.incontactText{
  width: 80%;
}
.incontactText p{
  margin-bottom: 2rem;
}
.infontactFormArea{
  width: 80%;
}
.incontactInfoBox{
  width: 95%;
  background-color: #FFF;
  padding: 1rem;
  display: flex;
}
.incontactInfoBox p{
  line-height: 2.5rem;
}
.incontactInfoBox span{
  line-height: 2rem;
}
.incontactMail{
  border-right: 1px solid #164c56;
  width: 50%;
  padding: 4rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infoheadline{
  font-size: clamp(1rem, 0.8483rem + 0.6472vw, 1.625rem);
  font-weight: bold;
}
.infoheadline i{
  margin-right: 0.5rem;
  color: #164c56;
}
.addressfont{
  color: #164c56;
  font-size: 1.5rem;
  font-weight: bold;
}
.addressfont{
  color: #164c56;
  font-size: 1.5rem;
  font-weight: bold;
}
.incontactTel{
  width: 50%;
  padding: 4rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ============================================================== */
/* ==============  2021タプレット 800-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:1024px){
  .fvletter{
    padding-left: 0;
  }
  .indexFVarticle figure{
    padding-left: 0;
  }
  .infoContainer{
    width: 95%;
  }
  .infoBox{
    padding: 1rem;
  }
  .infoBox li {
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .post-categories {
    width: 10em;
    font-size: 12px;
  }
  .contentsContainer{
    background: linear-gradient(#FFF 20%,#ceb68b 20%);
  }
  .contentsGroup{
    width: 100%;
    gap: 1.5rem;
  }
  .contentsCard figure{
    width: 45vw;
    height: 30vw;
  }
  .cardText{
    width: 45vw;
    height: 15vw;
  }
  .visionBox figure{
    height: 75vh;
  }
  .visionText{
    margin: 0 0 0 -2rem;
    padding: 3rem 2rem 3rem 4rem;
  }
  .infontactFormArea{
    width: 100%;
  }
  .incontactContainer{
    background-image: url(../images/logo/top_contact_mobile.jpg);
    background-size:contain;
  }
  .incontactBox{
    width: 95%;
  }
  .incontactInfoBox{
    flex-direction: column;
  }
  .incontactMail{
    border: none;
    width: 100%;
    padding: 2rem 0;
  }
  .incontactTel{
    width: 100%;
    padding: 0 0 2rem 0;
  }
  .net_ins_images{
    flex-direction: column;
    align-items: center;
  }
  .net_ins_img{
    width: 70%;
  }
}

/* ============================================================== */
/* ==============  2021スマホ     320-519px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){
  .infoBox li {
    padding: 5px;
  }
  .contentsHeader figure{
    width: 3rem;
    margin: 0 1rem;
  }
  .contentsGroup{
    gap: 1rem;
  }
  .visionContainer{
    background: none;
  }
  .visionContainer::before{
    display: none;
  }
  .visionHeader{
    height: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .visionBox{
    flex-direction: column;
  }
  .visionBox figure{
    width: 100%;
    height: auto;
    border-radius: unset;
  }
  .visionText{
    margin: 0;
    padding: 2rem;
    width: 100%;
    top: 0;
  }
  .visbtn{
    margin: 3rem auto;
  }
  .incontactBox{
    padding: 3rem 0;
  }
  .incontactText,.infontactFormArea{
    width: 95%;
  }
  .addressfont{
    font-size: 1.2rem;
  }
}