@charset"UTF-8";

/*============
UnderArticle_Header
==============*/

.contactunderArticle_header{
  background-image: url(../image/TxtbackImg/BackImgTxt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  PADDING: 35% 0 35%;
}

.underArticleHeader_title{
  color: var(--primary-brown);
  text-align: center;
  font-family: "Kaisei Opti";
  font-size: 2.3rem;
  font-weight: 700;
}

.underArticleHeader_subitle{
  color: var(--primary-maingreen);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

/*UnderArticle_Header-PC*/
@media screen and (min-width: 769px) {
  .contactunderArticle_header{
    background-image: url(../image/TxtbackImg/backimgTxt-PC.png);
    background-position: center;
    padding: 24% 0 23%;
  }

  .underArticleHeader_title{
    font-size: 4rem;
  }

  .underArticleHeader_subitle{
    font-size: 2.4rem;
  }
}

/*============
Overview
==============*/
.overview{
  padding: 10px 5.3%;
}

.overviewTxt{
  color: var(--primary-brown);
  font-size: 1.4rem;
  font-weight: 400;
}

/*Overview-PC*/
@media screen and (min-width: 769px) {
.overviewTxt{
    font-size: 1.8rem;
    padding: 0 21%;
    margin-top: -90px;
  }
}

/*============
googleFoam
==============*/
.googleFoam-Box{
  margin-top: 30px;
  text-align: center;
}

.googleFoam{
  width: 89%;
  height: 1300px;
}

/*GoogleFoam*/
@media screen and (min-width: 769px) {
  .googleFoam-Box{
    margin: 60px auto;
  }
}

/*============
underFooter
==============*/
.underFooterhead-pc{
  display: none;
}

.underFooter{
  margin-top: 50px;
}

.underFooterhead{
  width: 100%;
}

/*UnderFooter-PC*/
@media screen and (min-width: 769px) {
  .underFooterhead-pc{
    display: block;
  }

  .underFooterhead{
    display: none;
  }

  .footer__group{
    margin-top: 50px;
  }
}