@charset "utf-8";
/*-------------
TOPページ css
---------------*/
.topMain {
  width: 100%;
  position: relative;
}

.topSlide {
  top: 100px;
  position: relative;
}

.topSlide img {
  max-width: initial;
  width: 100%;
}

.topMain .topSlide .slick-slide {
  height: auto;
}

.catchNuts {
  position: absolute;
  top: 0;
  left: calc((100% - 828px) / 2);
  width: min(100%, 828px);
  padding: 0 100px;
}

.intro {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.twoColumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-bottom: 60px;
  margin-top: 50px;
}

.forteTitle {
  font-size: 2.4rem;
  color: var(--pkCl);
  text-align: center;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .catchNuts {
    left: calc((100% - 320px) / 2);
    width: 320px;
    padding: 0;
  }

  .topSlide {
    top: 50px;
  }

  .intro {
    margin: 0 15px;
  }

  .twoColumn {
    grid-template-columns: repeat(auto-fill, 100%);
    column-gap: 0;
    row-gap: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .forte {
    text-align: center;
  }

  .forte p {
    text-align: left;
  }

  .forteTitle {
    font-size: 2.1rem;
    margin: 0 0 6px 0;
  }
}

.detailBox {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  column-gap: 60px;
}

.detailBox dt img {
  border-radius: 10px;
}

.detailBox dd {
  margin-left: 0;
}

.detailTitle {
  margin: 0 0 20px 0;
  font-size: 4rem;
  color: var(--rightCl);
  line-height: 1.3;
}

.detailTitle small {
  display: block;
  font-size: 2.1rem;
}

.postArticle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.postArticle li {
  margin-bottom: 10px;
}

.postArticle a {
  display: grid;
  grid-template-columns: 130px auto;
  width: 100%;
  min-height: 100px;
  background: var(--greCl) url(../image/arrow_gre.svg) 95% center no-repeat;
  border-radius: 10px;
  padding: 10px 80px 10px 0;
  align-items: center;
  color: var(--rightCl);
}

.postArticle a:hover {
  background: #c5d4df url(../image/arrow_gre.svg) 95% center no-repeat;
}

.articleDate::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--rightCl);
  margin-right: 4px;
  vertical-align: middle;
}

.detailTitleSP {
  display: none;
}

.catBox {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  margin-bottom: 30px;
}

.catTitle {
  color: var(--textCl);
  font-size: 1.6rem;
  margin-top: 4px;
}

.catBox a img {
  transition: 0.5s;
  width: 170px;
}

.catBox a img:hover {
  border-radius: 200px;
}

.peeBg {
  width: 100%;
  background-image: url('../image/qa_bg.jpg');
  background-size: cover;
  padding: 150px 25px 100px 25px;
}

.master {
  position: absolute;
  left: calc((100% - 1030px) / 2);
  bottom: -100px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .master {
    width: 50%;
    left: 0;
  }
}

.sheetWh {
  width: min(100%, 1400px);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: relative;
}

.toQA {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.toQABox {
  margin-left: 50%;
  padding-bottom: 50px;
}

.toQATitle {
  font-size: 4rem;
  color: var(--rightCl);
  padding-top: 60px;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.toQATitle small {
  display: block;
  font-size: 2.1rem;
}

.toQAText {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .detailTitle {
    display: none;
  }

  .detailTitleSP {
    display: block;
    padding-top: 50px;
    margin: 0 0 20px 0;
    font-size: 3rem;
    color: var(--rightCl);
    line-height: 1.3;
  }

  .detailTitleSP small {
    display: block;
    font-size: 1.9rem;
  }

  .detailBox {
    padding: 0 0 70px 0;
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 20px;
  }

  .postArticle a {
    grid-template-columns: 100%;
    min-height: 100px;
    background: var(--greCl) url(../image/arrow_gre.svg) 96% center no-repeat;
    background-size: 30px;
    padding: 10px 50px 10px 0;
    align-items: flex-start;
  }

  .articleDate::before {
    width: 25px;
    height: 1px;
    margin-right: 4px;
    vertical-align: middle;
  }

  .articleTitle {
    margin-left: 30px;
  }

  .catBox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    margin: 0 auto 30px auto;
    max-width: 350px;
  }

  .catTitle {
    font-size: 1.4rem;
  }

  .peeBg {
    padding: 25px 25px 50px 25px;
    background-image: url('../image/qa_bg_sp.jpg');
  }

  .master {
    left: calc((100% - 310px) / 2);
    bottom: -50px;
    width: 310px;
  }

  .toQATitle {
    font-size: 2.5rem;
    padding-top: 30px;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .toQATitle small {
    font-size: 1.9rem;
  }

  .toQABox {
    margin-left: 0;
    padding: 0 20px 280px 20px;
  }

  .spFloat {
    position: absolute;
    bottom: -85px;
    left: calc((100% - 260px) / 2);
    z-index: 3;
  }
}

.instaArea {
  padding: 100px 0 0 0;
  position: relative;
}

.instaBox {
  background: url(../image/insta_top_bg.svg) center 60px no-repeat;
  background-size: 660px;
  padding-bottom: 120px;
}

.instaWrap {
  width: 100%;
  background: #fcdfa3;
  padding: 130px 20px 110px 20px;
  border-radius: 20px;
}

.instaTitle {
  margin: 0;
  padding-top: 72px;
  text-align: center;
  font-size: 4rem;
  color: var(--rightCl);
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  top: 50px;
}

.instaTitle span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_insta_gre.svg) center top no-repeat;
  margin: 0 auto;
}

.insta {
  list-style: none;
  padding-left: 0;
  width: min(100%, 845px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 15px;
}

.insta a:hover {
  opacity: 0.8;
}

.leftDeco,
.rightDeco {
  position: absolute;
}

.leftDeco {
  top: 150px;
  left: calc((100% - 1550px) / 2);
}

.rightDeco {
  bottom: 60px;
  right: calc((100% - 1550px) / 2);
}

@media screen and (max-width: 1570px) {
  .leftDeco {
    left: 0;
  }

  .rightDeco {
    right: 40px;
  }
}

@media screen and (max-width: 1350px) {
  .leftDeco,
  .rightDeco {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .instaArea {
    padding: 130px 20px 0 20px;
  }

  .instaBox {
    background: url(../image/insta_bg_sp.svg) top center no-repeat;
    background-size: contain;
    padding-bottom: 130px;
  }

  .instaWrap {
    width: 100%;
    background: transparent;
    padding: 100px 0 0 0;
    border-radius: 0;
  }

  .instaTitle {
    padding-top: 0;
    font-size: 3rem;
    line-height: 1;
    top: 50px;
  }

  .instaTitle span {
    width: 25px;
    height: 25px;
    background-size: cover;
  }

  .insta {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 10px;
    max-width: 410px;
  }

  .leftDeco {
    display: inline-block;
    top: 100px;
    left: 0;
  }
}
