@charset "UTF-8";
/* ---------------------------------------- */
/* 掲載企業向けPRページ */
/* ---------------------------------------- */
.prSubTit01 {
  font-size: 18px;
  font-weight: bold;
  color: #FF8000;
  letter-spacing: 0.025em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .prSubTit01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prSubTit01 {
    font-size: 14px;
  }
}

.prSubTit01:after {
  content: "";
  display: block;
  max-width: 68px;
  width: 100%;
  height: 1px;
  background: #FF8000;
  margin: 5px auto 0;
}

.prTit01 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #303030;
  line-height: 1.5em;
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .prTit01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .prTit01 {
    font-size: 22px;
  }
}

.prWrap02 {
  padding: 90px 0 80px;
}

@media screen and (max-width: 768px) {
  .prWrap02 {
    padding: 45px 2% 40px;
  }
}

.prList01 {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .prList01 {
    margin: 15px auto 0;
  }
}

.prList01 > li {
  width: 48.14%;
  margin: 20px 0.92% 0;
  background: #fff;
  border: solid 2px #FBCD9E;
  border-radius: 70px;
  font-size: 18px;
  letter-spacing: .025em;
  text-align: center;
  padding: 25px 2% 24px;
  color: #303030;
}

@media screen and (max-width: 1024px) {
  .prList01 > li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prList01 > li {
    font-size: 14px;
    padding: 13px 2% 12px;
    width: 100%;
    margin: 20px auto 0;
  }
}

.prList01 > li > span {
  font-weight: bold;
}

.prTxt01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.66em;
  letter-spacing: .025em;
  color: #FF8000;
  margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {
  .prTxt01 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .prTxt01 {
    font-size: 18px;
    margin: 30px auto 0;
  }
  .prTxt01 > span {
    width: 15%;
  }
}

.prTxt01 > span {
  display: inline-block;
  font-size: 0;
  line-height: 1.66;
}

.prWrap03 {
  padding: 90px 0 106px;
  background: #FFF7EF;
}

@media screen and (max-width: 768px) {
  .prWrap03 {
    padding: 45px 2% 53px;
  }
}

.prList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1130px;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .prList02 {
    margin: 15px auto 0;
  }
}

.prList02 > li {
  max-width: 340px;
  width: 30.08%;
  margin: 30px 1.32% 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .prList02 > li {
    width: 47.36%;
  }
}

@media screen and (max-width: 576px) {
  .prList02 > li {
    width: 100%;
    max-width: 30px auto 0;
  }
}

.prList02 > li span {
  font-size: 26px;
  font-weight: bold;
  color: #FF8000;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1024px) {
  .prList02 > li span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .prList02 > li span {
    font-size: 22px;
  }
}

.prList02 > li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {
  .prList02 > li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .prList02 > li p {
    font-size: 16px;
  }
}

.prList02 > li .icon {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .prList02 > li .icon {
    margin: 10px 0 0;
  }
}

.prList02 > li > .circle {
  background: #fff;
  border-radius: 50%;
  padding: 50%;
}

.prList02 > li > .circle > div {
  position: absolute;
  width: 96%;
  margin: auto;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prWrap04 {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .prWrap04 {
    padding: 50px 0;
  }
}

.prBx01 {
  border: solid 1px #C7C7C7;
  border-radius: 5px;
  margin: 60px auto 0;
  padding: 70px 5% 82px;
}

@media screen and (max-width: 768px) {
  .prBx01 {
    padding: 30px 2%;
  }
}

.prBx01:first-child {
  margin: 0 auto;
}

.prBx01 > span {
  font-size: 40px;
  font-weight: bold;
  color: #FF8000;
  letter-spacing: -.05em;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .prBx01 > span {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .prBx01 > span {
    font-size: 28px;
  }
}

.prBx01 > h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.66;
  letter-spacing: .025em;
}

@media screen and (max-width: 1024px) {
  .prBx01 > h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .prBx01 > h2 {
    font-size: 20px;
  }
}

.prList03 {
  max-width: 880px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .prList03 {
    margin: 8px auto 0;
  }
}

.prList03 > li {
  width: 47.72%;
  margin: 20px 1.13% 0;
  border: solid 2px #FBCD9E;
  border-radius: 5px;
  background: #FFF7EF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 2% 24px;
}

@media screen and (max-width: 1024px) {
  .prList03 > li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prList03 > li {
    width: 100%;
    font-size: 14px;
    padding: 13px 2% 12px;
  }
}

.prTxtBx01 {
  max-width: 870px;
  width: 100%;
  margin: 42px auto 0;
}

@media screen and (max-width: 768px) {
  .prTxtBx01 {
    margin: 21px auto 0;
  }
}

.prTxtBx01 > h3 {
  font-size: 18px;
  line-height: 2.22em;
  font-weight: bold;
  color: #FF8000;
  text-align: center;
  letter-spacing: 0.025em;
  border-bottom: dashed 1px #FF8000;
  padding: 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .prTxtBx01 > h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prTxtBx01 > h3 {
    font-size: 14px;
    padding: 0 0 5px;
  }
}

.prTxtBx01 > p {
  font-size: 18px;
  line-height: 2.22em;
  text-align: center;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .prTxtBx01 > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prTxtBx01 > p {
    font-size: 14px;
    margin: 5px 0 0;
  }
}

.prTxtBx02 {
  max-width: 860px;
  width: 100%;
  margin: 40px auto 0;
  border: solid 2px #FBCD9E;
  border-radius: 5px;
  background: #FFF7EF;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 2.81em;
  text-align: center;
  padding: 48px 5% 51px;
}

@media screen and (max-width: 768px) {
  .prTxtBx02 {
    margin: 20px auto 0;
    padding: 24px 2% 26px;
    font-size: 14px;
    text-align: left;
  }
}

.prBx01 > p {
  text-align: center;
  line-height: 2.5em;
  letter-spacing: .025em;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .prBx01 > p {
    margin: 10px auto 0;
    font-size: 14px;
    text-align: left;
  }
}

.prWrap05 {
  padding: 90px 0 95px;
  background: #FFF7EF;
}

@media screen and (max-width: 768px) {
  .prWrap05 {
    padding: 45px 2% 43px;
  }
}

.prPrice01 {
  max-width: 382px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303030;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .prPrice01 {
    margin: 10px auto 0;
  }
}

.prPrice01 > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  max-width: 24px;
  width: 100%;
  text-align: center;
  letter-spacing: .025em;
  line-height: 1.25em;
}

@media screen and (max-width: 1024px) {
  .prPrice01 > p:nth-child(1) {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .prPrice01 > p:nth-child(1) {
    font-size: 20px;
  }
}

.prPrice01 > p:nth-child(2) {
  font-size: 74px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.35em;
  margin: 0 0 0 3.51%;
}

@media screen and (max-width: 1024px) {
  .prPrice01 > p:nth-child(2) {
    font-size: 68px;
  }
}

@media screen and (max-width: 768px) {
  .prPrice01 > p:nth-child(2) {
    font-size: 56px;
  }
}

.prPrice01 > p:nth-child(3) {
  max-width: 58px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.25em;
}

@media screen and (max-width: 1024px) {
  .prPrice01 > p:nth-child(3) {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .prPrice01 > p:nth-child(3) {
    font-size: 24px;
  }
}

.prPrice01 > p:nth-child(3) > span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .prPrice01 > p:nth-child(3) > span {
    font-size: 12px;
  }
}

.prBx02 {
  max-width: 860px;
  width: 100%;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 5px;
  padding: 50px 2% 53px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .prBx02 {
    padding: 25px 2% 26px;
  }
}

.prTxtBx03 {
  max-width: 720px;
  width: 100%;
  margin: auto;
  border-bottom: dashed 1px #FF8000;
  padding: 0 0 13px;
}

.prTxtBx03 > h3 {
  font-size: 25px;
  font-weight: bold;
  color: #FF8000;
  letter-spacing: .025em;
}

@media screen and (max-width: 1024px) {
  .prTxtBx03 > h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .prTxtBx03 > h3 {
    font-size: 20px;
  }
}

.prTxtBx03 > p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 2.22em;
}

@media screen and (max-width: 1024px) {
  .prTxtBx03 > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prTxtBx03 > p {
    font-size: 14px;
    text-align: left;
  }
  .prTxtBx03 > p br {
    display: none;
  }
}

.prTxtBx03 > h3 + p {
  margin: 13px 0 0;
}

.prTxtBx03 > p > span {
  color: #FF8000;
}

.prBx02 > p {
  margin: 13px 0 0;
  font-size: 18px;
  letter-spacing: .025em;
  line-height: 2.22em;
}

@media screen and (max-width: 1024px) {
  .prBx02 > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prBx02 > p {
    font-size: 14px;
    text-align: left;
  }
}

.prWrap06 {
  padding: 100px 0 130px;
}

@media screen and (max-width: 768px) {
  .prWrap06 {
    padding: 50px 0 65px;
  }
}

.pr06 {
  max-width: 1304px;
}

.prList04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -57px auto 0;
}

@media screen and (max-width: 768px) {
  .prList04 {
    margin: -29px auto 0;
  }
}

.prList04 > li {
  width: 18.8%;
  margin: 124px 3.1% 0;
  background: #F1F1F1;
  padding: 77px 2% 55px;
  position: relative;
  min-height: 240px;
}

@media screen and (max-width: 1024px) {
  .prList04 > li {
    width: 27.13%;
  }
}

@media screen and (max-width: 768px) {
  .prList04 > li {
    width: 43.8%;
    margin: 62px 3.1% 0;
    padding: 39px 2% 28px;
    min-height: auto;
  }
}

.prList04 > li > span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -.05em;
  color: #FF8000;
  position: absolute;
  text-align: center;
  top: -21px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .prList04 > li > span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .prList04 > li > span {
    font-size: 22px;
    top: -15px;
  }
}

.prList04 > li > .icon {
  text-align: center;
}

.prList04 > li > p {
  margin: 33px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  .prList04 > li > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .prList04 > li > p {
    font-size: 14px;
    max-width: 16px 0 0;
  }
}

.prList04 > li:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  border: dashed 3px #F1F1F1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .prList04 > li:after {
    display: none;
  }
}

.prList04 > li:nth-child(4n):after {
  display: none;
}

.prWrap07 {
  padding: 90px 0 98px;
  background: #FFF7EF;
}

@media screen and (max-width: 768px) {
  .prWrap07 {
    padding: 45px 0 49px;
  }
}

.l-area01.pr07 {
  max-width: 1250px;
}

.prList05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.prList05 > li {
  width: 48.36%;
  margin: 20px 0.81% 0;
  border: solid 5px #FF8000;
  border-radius: 10px;
  background: #fff;
  padding: 65px 2% 73px;
}

@media screen and (max-width: 768px) {
  .prList05 > li {
    padding: 33px 2% 36px;
    width: 100%;
    max-width: 20px auto 0;
  }
}

.prList05 > li > .txtBx {
  margin: 22px 0 0;
}

@media screen and (max-width: 768px) {
  .prList05 > li > .txtBx {
    margin: 11px 0 0;
  }
}

.prList05 > li > .txtBx > p {
  text-align: center;
  line-height: 2.5em;
}

.prBtn01 {
  max-width: 290px;
  width: 100%;
  display: block;
  text-align: center;
  border: solid 2px #FF8000;
  border-radius: 5px;
  background: #FF8000;
  color: #fff;
  font-weight: bold;
  padding: 12px 2% 10px;
}

.prBtn01:hover {
  color: #FF8000;
  background: #fff;
}

.prBtn02 {
  max-width: 290px;
  width: 100%;
  display: block;
  text-align: center;
  border: solid 2px #FF8000;
  border-radius: 5px;
  background: #fff;
  color: #FF8000;
  font-weight: bold;
  padding: 12px 2% 10px;
}

.prBtn02:hover {
  color: #fff;
  background: #FF8000;
}

.prList05 > li > a {
  margin: 26px auto 0;
}

@media screen and (max-width: 768px) {
  .prList05 > li > a {
    margin: 13px auto 0;
  }
}

.prTel01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #FF8000;
}

@media screen and (max-width: 1024px) {
  .prTel01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .prTel01 {
    font-size: 22px;
  }
}

.prTel01:before {
  content: "";
  display: block;
  max-width: 15px;
  width: 100%;
  height: 20px;
  background: url(../img/in_pr_tel_icon01.svg) no-repeat center;
  background-size: contain;
  margin: 0 1.5% 0 0;
}

.prList06 {
  max-width: 460px;
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prList06 > li {
  width: 47.82%;
  margin: 10px 1.08% 0;
}

@media screen and (max-width: 1024px) {
  .prList06 > li {
    width: 100%;
    margin: 5px auto 0;
  }
}

.prList06 > li > a {
  margin: auto;
}

.prCover {
  text-align: center;
}

.prCover > .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .prCover > .sp {
    display: block;
  }
  .prCover > .pc {
    display: none;
  }
}
/*# sourceMappingURL=pr.css.map */