@charset "UTF-8";
main {
  padding-top: 0;
  background-color: #FDF1E4;
}

.pageTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pageTtl .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl {
    padding: 32px 0;
    margin-bottom: 90px;
  }
}

.contentBody {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .contentBody {
    padding-bottom: 120px;
  }
}

.introBlk {
  margin-bottom: 20px;
}
.introBlk .inner {
  padding: 25px 30px;
  background-color: #F8D869;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 32px;
}
.introBlk .txtWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introBlk .ttl {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.introBlk .ttl strong {
  color: #F25D00;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.introBlk .ttl strong::before, .introBlk .ttl strong::after {
  position: absolute;
  top: 0;
}
.introBlk .ttl strong::before {
  content: "『";
  left: -32px;
}
.introBlk .ttl strong::after {
  content: "』";
  right: -27px;
}
.introBlk p {
  line-height: 1.7778;
  letter-spacing: 0.032em;
}
.introBlk .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introBlk .img img {
  width: 160px;
  border-radius: 16px;
  display: block;
}
@media screen and (min-width: 769px) {
  .introBlk .inner {
    flex-direction: row;
    align-items: center;
  }
  .introBlk .txtWrap {
    align-items: flex-start;
  }
  .introBlk .ttl strong::before, .introBlk .ttl strong::after {
    display: none;
  }
  .introBlk .img {
    max-width: 200px;
    flex-shrink: 0;
  }
  .introBlk .img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .introBlk {
    margin-bottom: 28px;
  }
  .introBlk .inner {
    padding: 32px 36px;
  }
  .introBlk .ttl {
    font-size: 38px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 43.5px;
  }
  .introBlk p {
    font-size: 18px;
    letter-spacing: 0.032em;
  }
  .introBlk .img {
    max-width: 220px;
  }
}


  .tokubaiBlk .txt {
        width: calc(100% - 330px);
  }

@media screen and (min-width: 1200px) {
  .introBlk .ttl {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 46px;
  }
}

.tokubaiBlk {
  margin-bottom: 40px;
}
.tokubaiBlk .inner {
  max-width: 375px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.tokubaiBlk .bnr {
  width: 175px;
  margin-bottom: 20px;
  display: block;
}
.tokubaiBlk .btn {
  height: 52px;
  max-width: 160px;
  background-color: #fff;
  border: 2px solid #F08300;
  color: #F08300;
  text-decoration: underline;
  grid-gap: 30px;
}
.tokubaiBlk .btn img {
  width: 14px;
  display: block;
}
.tokubaiBlk .btn:hover {
  background-color: #FCE6CC;
}
@media screen and (min-width: 769px) {
  .tokubaiBlk .inner {
    max-width: 928px;
    flex-direction: row;
    justify-content: space-between;
  }
  .tokubaiBlk .btnWrap {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 16px;
  }
  .tokubaiBlk .bnr {
    margin-bottom: 0;
  }
  .tokubaiBlk .btn {
    margin: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tokubaiBlk {
    margin-bottom: 80px;
  }
  .tokubaiBlk .inner {
    padding: 28px 32px;
  }
  .tokubaiBlk .txt {
    padding:0 0px 0 32px;
  }
  .tokubaiBlk .btnWrap {
    grid-gap: 32px;
  }
}

.flyerBlkBlk img {
  width: 100%;
  display: block;
}

.secFaq {
  padding-bottom: 50px;
}
.secFaq__btn {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 2px solid #F08300;
  border-radius: 8px;
  color: #F08300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secFaq__btn img {
  width: 90px;
  margin-top: -50px;
  flex-shrink: 0;
}
.secFaq__btn:hover {
  background-color: #FCE6CC;
}
@media screen and (min-width: 1024px) {
  .secFaq {
    padding-bottom: 72px;
  }
  .secFaq__btn {
    max-width: 545px;
    height: 105px;
    padding: 0 22px 0 65px;
    font-size: 24px;
  }
  .secFaq__btn img {
    width: 112px;
    margin-top: -60px;
  }
}

.serviceNav {
  padding-top: 35px;
  border-top: 1px solid #F08300;
}
.serviceNav .ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6667;
}
.serviceNav .ttl strong {
  color: #F08300;
  font-size: 30px;
  letter-spacing: 0.04em;
}
.serviceNav .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 16px;
}
.serviceNav .list a {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 16px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) right 15px center/14px no-repeat;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.serviceNav .list a:hover {
  background-color: #F29626;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px 10px;
  }
  .serviceNav .list a {
    padding: 0 20px 0 10px;
    background-size: 10px;
    background-position: right 10px center;
  }
}
@media screen and (min-width: 1024px) {
  .serviceNav {
    padding-top: 55px;
  }
  .serviceNav .ttl {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .serviceNav .ttl strong {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 32px;
  }
  .serviceNav .list a {
    padding: 0 30px 0 20px;
  }
}








@media only screen and (max-width: 769px) {

    .tokubaiBlk .inner {
        flex-direction: column;
    }

.tokubaiBlk .txt {
    width: calc(100%);
}

}