@charset "utf-8";
/*-------------
下層ページ css
---------------*/
.topArea {
  --pageImgW: 1227px;
  width: 100%;
  height: 370px;
  background: url(../image/pattern_bg.jpg);
  border-bottom: dashed 2px var(--rightCl);
  position: relative;
  display: grid;
  align-items: center;
}

.topDeco {
  position: absolute;
  top: 0;
  right: max(calc(100% - var(--pageImgW)), 620px);
  margin-top: var(--headerH);
}

.topDeco img {
  max-width: initial;
  width: var(--pageImgW);
}

.container1000 {
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.container800 {
  width: min(100%, 800px);
  margin-left: auto;
  margin-right: auto;
}

.pageTitle {
  margin-top: var(--headerH);
  margin-left: calc(100% - 600px);
  margin-bottom: 0;
  font-size: 4.4rem;
  color: var(--rightCl);
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.pageTitle small {
  display: block;
  font-size: 2rem;
  margin-left: 10px;
  letter-spacing: normal;
}

.bread {
  list-style: none;
  padding-left: 0;
  margin: 130px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
}

.bread li {
  margin-right: 6px;
  color: var(--rightCl);
  background: url(../image/page/arrow_small_gre.svg) right center no-repeat;
  padding-right: 18px;
}

.bread li:last-child {
  background: none;
  padding-right: 0;
}

.bread a {
  display: inline-block;
  color: var(--rightCl);
}

.bread a:hover {
  text-decoration: underline;
}

.home a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../image/page/icon_home.svg) left center no-repeat;
  margin-right: 8px;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}

.boxTitle,
.boxTitleRed {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 3.4rem;
  text-align: center;
}

.boxTitle {
  color: var(--rightCl);
}

.boxTitleRed {
  color: var(--pkCl);
}

.boxTitle small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .topArea {
    --pageImgW: 357px;
    height: 270px;
    display: grid;
    align-items: start;
  }

  .topDeco {
    right: auto;
    left: 0;
  }

  .pageTitle {
    margin-top: 190px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2.8rem;
    text-align: center;
  }

  .pageTitle small {
    font-size: 1.7rem;
    margin-left: 0;
  }

  .bread {
    margin: 24px 20px 0 20px;
  }

  .boxTitle,
  .boxTitleRed {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

/* こだわり ----------*/
.pageIntro {
  text-align: center;
  margin: 40px 0 80px 0;
  font-size: 3.5rem;
  color: var(--rightCl);
  line-height: 1.4;
}

.forteImg {
  position: relative;
}

.rt,
.lt {
  position: absolute;
  top: -34px;
  left: calc(100% - 170px);
}

.read {
  margin: 20px 0 60px 0;
  text-align: center;
}

.brand {
  width: min(100%, 800px);
  margin-left: auto;
  margin-right: auto;
}

.brandImg {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.brandTitle {
  margin: 20px 0 10px 0;
  font-size: 2.5rem;
  color: var(--pkCl);
  line-height: 1.3;
  text-align: center;
}

.brandTitle small {
  display: block;
  font-size: 1.5rem;
}

.brandText {
  margin-bottom: 50px;
  text-align: center;
}

.forteBox {
  margin-bottom: 50px;
  list-style: none;
  padding-left: 0;
}

.forteBox li {
  display: grid;
  grid-template-columns: 184px auto;
  column-gap: 20px;
  margin-bottom: 30px;
}

.forteTitle {
  font-size: 2rem;
  margin: 0 0 10px 0;
}

.toShopBtn {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.toShopBtn a {
  display: block;
  width: 100%;
  color: var(--pkCl);
  text-align: center;
  line-height: 50px;
  border: solid 1px var(--pkCl);
  border-radius: 30px;
}

.toShopBtn a:hover {
  background: var(--pkCl);
  color: #fff;
}

.repletion {
  width: min(100%, 750px);
  padding: 24px;
  margin: 0 auto 30px auto;
  background: #faecea;
  border-radius: 10px;
}

.skill {
  margin-top: 100px;
}

.skillText {
  margin: 20px 0 30px 0;
  text-align: center;
}

.skillImg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}

@media screen and (max-width: 767px) {
  .pageIntro {
    margin: 24px 0 40px 0;
    font-size: 2.3rem;
  }

  .rt {
    top: -30px;
    left: calc(100% - 90px);
    width: 60px;
  }

  .lt {
    top: -30px;
    left: 20px;
  }

  .read {
    margin: 10px 0 30px 0;
    text-align: left;
  }

  .brandTitle {
    font-size: 2.3rem;
  }

  .brandTitle small {
    font-size: 1.4rem;
  }

  .brandText {
    text-align: left;
    margin-bottom: 40px;
  }

  .forteBox {
    margin-bottom: 0;
  }

  .forteBox li {
    grid-template-columns: repeat(auto-fill, 100%);
    column-gap: 0;
  }

  .forteBox figure {
    width: 220px;
    margin: 0 auto;
  }

  .forteTitle {
    font-size: 1.7rem;
    margin: 10px 0;
    text-align: center;
  }

  .repletion {
    padding: 20px 15px;
  }

  .skill {
    margin-top: 80px;
  }

  .skillText {
    text-align: left;
  }

  .skillImg {
    grid-template-columns: repeat(auto-fill, 100%);
    column-gap: 0;
    row-gap: 15px;
  }
}

/* 会社案内 ----------*/
.store {
  display: grid;
  grid-template-columns: 65% auto;
  column-gap: 30px;
  margin-top: 60px;
  align-items: center;
}

.place th {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.place td {
  margin-left: 30px;
  padding: 4px 0 20px 0;
  line-height: 1.4;
}

.storeSub {
  width: min(100%, 690px);
  margin: 20px auto 100px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
}

.company {
  width: 390px;
  margin: 0 auto;
}

.company th {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
}

.company td {
  padding: 5px 5px 5px 30px;
}

.in30 {
  margin: 0 30px;
}

.gMap {
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 40%;
}

.gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .store {
    grid-template-columns: repeat(auto-fill, 100%);
    column-gap: 0;
    margin-top: 30px;
  }

  .place {
    margin: 24px auto 0 auto;
    padding: 0 20px;
    width: 280px;
  }

  .place td {
    padding: 5px 0 5px 30px;
  }

  .storeSub {
    width: 65%;
    grid-template-columns: repeat(auto-fill, 100%);
    column-gap: 0;
    row-gap: 15px;
    margin: 30px auto 50px auto;
  }

  .company td {
    padding: 5px 5px 5px 20px;
  }

  .company {
    width: 270px;
  }

  .gMap {
    margin-top: 20px;
    padding-top: 100%;
  }

  .company th {
    width: 60px;
  }
}

/* お問い合わせ ----------*/
.telWrap {
  width: min(calc(100% - 40px), 600px);
  margin: 0 auto;
}

.telWrapLine {
  border: solid 1px var(--rightCl);
}

.topTel {
  --dlH: 50px;
  border-bottom: dotted 1px var(--rightCl);
  display: grid;
  grid-template-columns: 390px auto;
}

.topTel:last-of-type,
.formBox:last-of-type {
  border-bottom: none;
}

.topTel dt {
  line-height: var(--dlH);
  background: var(--greCl);
  padding-left: 30px;
}

.topTel dd {
  margin-left: 0;
  line-height: var(--dlH);
  padding-left: 30px;
}

.topTel dd span {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}

.formWrap {
  width: min(calc(100% - 40px), 720px);
  margin: 60px auto 0 auto;
}

.formLine {
  border: solid 1px var(--rightCl);
  margin-bottom: 50px;
}

.formBox {
  display: grid;
  grid-template-columns: 300px auto;
  border-bottom: dotted 1px var(--rightCl);
}

.formBox dt {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  background: var(--greCl);
  align-items: center;
}

.formBox:last-of-type dt {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.need {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  background: #d4292e;
  font-size: 1.4rem;
}

.smallText {
  font-size: 1.4rem;
}

.formBox dd {
  margin-left: 0;
  padding: 20px;
  display: grid;
  align-items: center;
}

.formBox input[type='text'],
.formBox input[type='email'],
.formBox input[type='tel'] {
  display: inline-block;
  line-height: 40px;
  width: 380px;
  border: solid 1px var(--rightCl);
  color: var(--textCl);
  padding-left: 10px;
  border-radius: 6px;
}

.formBox .radio {
  display: flex;
  align-items: center;
}

.radio p {
  margin: 0 20px 0 0;
}

.radio input[type='radio'] {
  display: inline-block;
  margin-right: 6px;
}

.formBox textarea {
  width: 380px;
  border: solid 1px var(--rightCl);
  color: var(--textCl);
  padding: 10px;
  border-radius: 6px;
  margin: 15px 0;
}

.formBtn {
  width: 210px;
  margin: 0 auto;
}

.formBtn button,
.formBtn input,
.formBtn a {
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: var(--rightCl) url(../image/arrow_gre.svg) 92% center no-repeat;
  background-size: 20px;
  border-radius: 200px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  font-size: 1.4rem;
}

.formBtn button:hover,
.formBtn input:hover,
.formBtn a:hover {
  background: var(--oreCl) url(../image/arrow_ore.svg) 92% center no-repeat;
  background-size: 20px;
}

@media screen and (max-width: 767px) {
  .topTel {
    --dlH: 40px;
    border-bottom: none;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .topTel dt {
    padding-left: 20px;
  }

  .topTel dd {
    line-height: 50px;
    padding-left: 20px;
  }

  .topTel dd span {
    font-size: 2.2rem;
  }

  .formWrap {
    margin: 40px auto 0 auto;
  }

  .formLine {
    border: solid 1px var(--rightCl);
    margin-bottom: 30px;
  }

  .formBox {
    grid-template-columns: repeat(auto-fill, 100%);
    border-bottom: none;
  }

  .formBox dd {
    padding: 15px 20px;
  }

  .formBox dt {
    min-height: 40px;
    padding: 0 20px;
  }

  .need {
    padding: 0 6px;
    font-size: 1.3rem;
  }

  .formBox input[type='text'],
  .formBox input[type='email'],
  .formBox input[type='tel'] {
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
  }

  .formBox textarea {
    width: 100%;
    margin: 10px 0;
  }
}

/* プライバシーポリシー ----------*/
.ppIntro {
  margin-top: 100px;
}

.ppTitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  border-bottom: solid 1px var(--textCl);
}

.aList {
  list-style-type: none;
  padding-left: 0;
}

.aList > li {
  counter-increment: cnt;
  position: relative;
  padding-left: 2rem;
}

.aList > li::before {
  content: counter(cnt, lower-alpha) ') ';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ppIntro {
    margin-top: 30px;
  }

  .ppTitle {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* おしらせ一覧 ----------*/

.postList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.postList li {
  margin-bottom: 30px;
}

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

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

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

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

.articleTitle {
  margin-left: 30px;
}

#pager {
  display: flex;
  justify-content: center;
}

#pager a,
#pager .current {
  margin: 0 10px;
  width: 37px;
  line-height: 35px;
  text-align: center;
  border: solid 1px var(--rightCl);
  border-radius: 200px;
  color: var(--rightCl);
  display: inline-block;
  font-size: 1.6rem;
}

#pager .current,
#pager a:hover {
  background: var(--rightCl);
  color: #fff;
}

#pager .prev,
#pager .next {
  display: none;
}

.turnPage {
  --btnH: 58px;
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

.turnPage li {
  width: 178px;
  margin: 0 10px;
  height: var(--btnH);
}

.turnPage a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: var(--btnH);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: solid 1px var(--rightCl);
}

.turnPage .prev a {
  background: var(--rightCl) url(../image/icon_arrow_gre_l.svg) 8% center no-repeat;
  background-size: 21px;
}

.turnPage .prev a:hover {
  background: #fff url(../image/icon_arrow_gre_l.svg) 8% center no-repeat;
  background-size: 21px;
  color: var(--rightCl);
}

.turnPage .toPostList a {
  background: var(--rightCl);
}

.turnPage .toPostList a:hover {
  background: #fff;
  color: var(--rightCl);
}

.turnPage .next a {
  background: var(--rightCl) url(../image/icon_arrow_gre_r.svg) 92% center no-repeat;
  background-size: 21px;
}

.turnPage .next a:hover {
  background: #fff url(../image/icon_arrow_gre_r.svg) 92% center no-repeat;
  background-size: 21px;
  color: var(--rightCl);
}

@media screen and (max-width: 767px) {
  .postList {
    margin-bottom: 30px;
  }

  .postList li {
    margin-bottom: 15px;
  }
  .postList 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;
  }

  .turnPage {
    --btnH: 50px;
    margin-top: 40px;
    flex-direction: column;
  }

  .turnPage li {
    width: 230px;
    margin: 0 auto 15px auto;
  }
}

/* Q&A ----------*/
.tipsIntro {
  text-align: center;
}

.qaBox {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background: var(--greCl);
  border-radius: 10px;
  margin-bottom: 60px;
}

.qaBox.btFit {
  padding: 20px 20px 0 20px;
}

.qaBox:last-of-type {
  margin-bottom: 0;
}

.qaBox dt {
  position: relative;
  height: 70px;
  cursor: pointer;
}

.iconQ {
  background: url(../image/page/icon_q.svg) 10px center no-repeat;
  height: 50px;
  padding-left: 70px;
  display: grid;
  align-items: center;
}

.blue,
.green,
.master {
  position: absolute;
  right: -20px;
  bottom: 0;
}

.qaBox dd {
  margin-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 80px auto;
  padding: 20px 20px 20px 10px;
  background: #fff;
  border-radius: 10px;
  display: none;
}

.iconA {
  width: 50px;
  height: 50px;
  background: url(../image/page/icon_a.svg) left top no-repeat;
}

.answerImg {
  margin-top: 20px;
}

.answerImg figcaption,
.caption {
  font-size: 1.3rem;
  padding-top: 5px;
  line-height: 1.4;
}

.answerInner {
  width: 100%;
  padding: 20px;
  background: var(--greCl);
  border-radius: 10px;
  margin-top: 20px;
}

.inImg {
  margin-top: 20px;
  display: inline-block;
}

.introSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .introSP {
    display: inline-block;
    margin: 0 20px 10px 20px;
  }

  .tipsIntro {
    position: relative;
    height: 440px;
    z-index: -1;
    overflow: hidden;
  }

  .tipsIntro img {
    position: absolute;
    left: calc((100% - 396px) / 2);
    top: 0;
    max-width: 396px;
  }

  .spMinus {
    margin-top: -140px;
  }

  .qaBox {
    padding: 20px 10px 10px 10px;
    margin-bottom: 40px;
  }

  .qaBox.btFit {
    padding: 20px 10px 0 10px;
  }

  .qaBox dt {
    height: auto;
  }

  .iconQ {
    background-size: 30px;
    height: auto;
    padding: 5px 0 5px 50px;
    display: inline-block;
  }

  .blue,
  .green,
  .master {
    position: static;
    text-align: center;
  }

  .qaBox dd {
    grid-template-columns: 42px auto;
    padding: 20px 10px;
  }

  .iconA {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
