@charset "UTF-8";

/**
* キザシオについて
-------------------------------------------------- */


/**
* メイン
-------------------------------------------------- */
main{
  margin-top: 14rem;
}

.about-p{
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
}

.ttl-ue{
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}

.about-layout {
  width: 100%;
  display: flex;
  padding: 8rem 0 0 14rem;
}

.add-margin-top01{
  margin-top: 4rem;
}

.add-margin-bottom{
  margin-bottom: 7rem;
}

.ttl-bottom{
  margin-bottom: 16rem;
}

.left-column{
  width: 40vw;
  text-align: left;
}

.right-column{
  width: 60vw;
}

.p-bottom{
  margin-bottom: 4rem;
}

.bg-green{
  background: linear-gradient(to right, #91C31E 0%, #91C31E 90%, #fff 90%, #fff 100%);
  color: white;
}

.bg-gray{
  background-color: #F5F5F5;
}

.photo-position01,.photo-position02{
  position: relative;
  overflow: visible;
}

.photo-position01 img{
  position: absolute;
  right: 0;
  top: 0rem;
  height: auto;
  max-width: 60vw;
}

.photo-position02 img{
  position: absolute;
  left: -14rem;
  top: -40rem;
  height: auto;
  max-width: 30vw;
}

.catch-box{
  padding: 20rem 0 4rem;
}

.catch{
  font-size: 4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 100;
  letter-spacing:1.5rem;
  margin-bottom: 5rem;
}

.about-img{
  max-width: 70%;
  margin-bottom: 5rem;
}


/**
* ▼▼▼ ここからSP表示 ▼▼▼
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .about-layout{
    padding: 8rem 0 0 4rem;
  }

  .photo-position01 img {
    position: absolute;
    right: 0rem;
    top: 20rem;
    height: auto;
    max-width: 60vw;
  }

  .photo-position02 img {
    position: absolute;
    left: -4rem;
    top: -17rem;
    height: auto;
    max-width: 30vw;
  }

  .catch {
    font-size: 3rem;
  }

  .catch-box{
    padding: 6rem 0 4rem;
  }
}

@media screen and (max-width: 500px) {
  .about-layout{
    display: block;
    padding: 7rem 4rem 6rem 4rem;
  }

  .about-p{
    font-size: 1.1rem;
  }

  .content-ttl{
    margin-bottom: 4rem;
  }

  .left-column{
    width: 100%;
  
  }
  
  .right-column{
    width: 100%;
  }

  .bg-green{
    background-image: none;
    background-color: #91C31E;
  }

  .add-padding-left01{
    padding-left: 5rem;
  }

  .add-padding-top01{
    padding-top: 10rem;
  }

  .add-margin-top01{
    margin-top: 0;
  }

  .add-margin-bottom{
    margin-bottom: 0;
  }

  .about-center{
    text-align: center;
  }

  .photo-position01 img {
    position: absolute;
    right: -4rem;
    top: -2rem;
    height: auto;
    max-width: 70vw;
  }

  .photo-position02 img {
    position: absolute;
    left: -4rem;
    top: -15rem;
    height: auto;
    max-width: 40vw;
  }

  .catch{
    font-size: 2.5rem;
  }

  .catch-box{
    padding: 3rem 0 4rem;
  }
}