@charset "UTF-8";
body {
  margin: 0;
}

.publish {
  font-family: "Noto Sans JP", sans-serif;
  color: #454545;
}
.publish a {
  color: #454545;
}

.p-section-title {
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin-top: 75px;
}
.p-section-title::before {
  position: absolute;
  content: "";
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 153px;
  height: 42px;
  background: url(../images/publish/p_about-fukidashi.png) no-repeat center/cover;
}

@media (max-width: 768px) {
  .p-section-title {
    font-size: 18px;
    margin-top: 50px;
  }
  .p-section-title::before {
    top: -50px;
  }
}
/*************************************************************************************
ファーストビュー
**************************************************************************************/
.fv {
  background: url(../images/publish/p_fv-bg.jpg) no-repeat center/cover;
  padding: 20px;
  margin-top: 0 !important;
}

.fv__container {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__contents {
  width: 100%;
}

.fv__label {
  color: #D69200;
  font-size: 20px;
  font-weight: 700;
}

.fv__message {
  font-weight: 700;
  font-size: 25px;
  line-height: 180%;
  margin-top: 33px;
  white-space: nowrap;
}

.fv__text {
  margin-top: 33px;
  line-height: 180%;
}
.fv__text .sp-only {
  display: none;
}

.btn {
  width: 100%;
}
.btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  max-width: 350px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  letter-spacing: 0.09em;
}
.btn:first-of-type {
  margin-top: 66px;
}
.btn:last-of-type {
  margin-top: 18px;
}

.btn__orange a {
  background-color: #FAD586;
  border: 1px solid #FAD586;
}

.btn__white a {
  border: 3px solid #FAD586;
  background-color: #ffffff;
}

@media (max-width: 1000px) {
  .fv__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv__label {
    font-size: 15px;
  }
  .fv__message {
    font-size: 20px;
    margin-top: 16px;
  }
  .fv__text {
    font-size: 13px;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .fv {
    background: url(../images/publish/p_fv-bg-sp.jpg) no-repeat center/cover;
    padding: 40px 20px;
  }
  .fv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv__contents {
    display: contents;
    white-space: wrap;
  }
  .fv__label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fv__message {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    white-space: wrap;
  }
  .fv__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fv__text .pc-only {
    display: none;
  }
  .fv__text .sp-only {
    display: block;
  }
  .btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .btn a {
    max-width: 300px;
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn:first-of-type {
    margin-top: 25px;
  }
  .fv__img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 25px;
  }
}
/*************************************************************************************
エンイベとは
**************************************************************************************/
.p-about {
  max-width: 1150px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 0;
}

@media (max-width: 768px) {
  .p-about {
    padding: 60px 0;
  }
}
.p-about__title::before {
  background: url(../images/publish/p_about-fukidashi.png) no-repeat center/cover;
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.p-about__contents {
  width: 50%;
}

@media (max-width: 1000px) {
  .p-about__contents {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .p-about__contents {
    display: contents;
  }
  .p-about__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-about__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-about__btn a {
    margin-top: 40px;
  }
}
.p-about__logo {
  width: 288px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-about__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 206px;
    font-size: 13px;
  }
}
.p-about__text {
  margin: 0;
  margin-top: 20px;
}
.p-about__text:first-of-type {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-about__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .p-about__text:first-of-type {
    margin-top: 20px;
  }
  .p-about__text .pc-only {
    display: none;
  }
}
.p-about__btn a {
  margin-right: auto;
  margin-left: auto;
  margin-top: 116px;
}

@media (max-width: 768px) {
  .p-about__btn a {
    margin-top: 40px;
  }
}
/*************************************************************************************
エンイベの特徴
**************************************************************************************/
.feature {
  background: url(../images/publish/feature-bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .feature {
    padding-bottom: 40px;
  }
}
.p-feature__fukidashi {
  text-align: center;
  margin-top: 98px;
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: 500;
}
.p-feature__fukidashi::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -30px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  width: 3px;
  height: 36px;
  background-color: #FAD586;
}
.p-feature__fukidashi::after {
  position: absolute;
  content: "";
  top: 15px;
  right: -30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 3px;
  height: 36px;
  background-color: #FAD586;
}
.p-feature__fukidashi .sp-only {
  display: none;
}

@media (max-width: 1000px) {
  .p-feature__fukidashi {
    font-size: 22px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .p-feature__fukidashi {
    font-size: 18px;
    margin-top: 30px;
    line-height: 160%;
  }
  .p-feature__fukidashi::before {
    top: 5px;
    left: -20px;
    height: 100%;
  }
  .p-feature__fukidashi::after {
    top: 5px;
    right: -20px;
    height: 100%;
  }
  .p-feature__fukidashi .sp-only {
    display: block;
  }
}
.p-feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 83px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 918px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .p-feature__wrap {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .p-feature__wrap {
    display: block;
    max-width: 250px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
.p-feature__block {
  width: 250px;
}
.p-feature__block h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 30px;
}
.p-feature__block h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #FAD586;
}
.p-feature__block p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  line-height: 170%;
  min-height: 114px;
}

@media (max-width: 1000px) {
  .p-feature__block h3 {
    font-size: 18px;
  }
  .p-feature__block p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-feature__block {
    width: 100%;
  }
  .p-feature__block figure {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-feature__block h3 {
    margin-top: 24px;
  }
  .p-feature__block p {
    margin-top: 16px;
  }
}
.p-feature__about {
  max-width: 918px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  border: 3px solid #FAD586;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 32px 40px;
}
.p-feature__about h3 {
  font-size: 22px;
  font-weight: 700;
  color: #D69200;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
}
.p-feature__about h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #FAD586;
}
.p-feature__about p {
  margin-top: 24px;
}

@media (max-width: 1000px) {
  .p-feature__about {
    padding: 20px;
  }
  .p-feature__about h3 {
    font-size: 18px;
  }
  .p-feature__about p {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .p-feature__about {
    padding: 40px 20px;
    width: 91%;
  }
  .p-feature__about h3 {
    display: inline-block;
    text-align: center;
  }
}
/*************************************************************************************
掲載までの流れ
**************************************************************************************/
.flow {
  padding: 128px 0;
}

@media (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__title::before {
  background: url(../images/publish/flow-fukidashi.png) no-repeat center/cover;
}

.flow__wrap {
  max-width: 800px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  position: relative;
}
.flow__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 60px;
  width: 1px;
  height: 80%;
  background-color: #FAD586;
  z-index: 1;
}

@media (max-width: 768px) {
  .flow__wrap {
    margin-top: 35px;
  }
  .flow__wrap::after {
    left: 48px;
  }
}
.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #FAD586;
  background: linear-gradient(90deg, #FAD586 0%, #FAD586 122px, #ffffff 123px, #ffffff 100%);
}
.flow__box:not(:last-of-type) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .flow__box {
    background: linear-gradient(90deg, #FAD586 0%, #FAD586 90px, #ffffff 91px, #ffffff 100%);
  }
  .flow__box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.flow__num {
  width: 122px;
  color: #ffffff;
  padding: 27px;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.flow__num img {
  display: block;
  width: 58px;
}

@media (max-width: 768px) {
  .flow__num {
    width: 90px;
    padding: 35px 15px;
    font-size: 20px;
  }
}
.flow__contents {
  padding: 24px 40px;
  width: calc(100% - 122px);
}
.flow__contents h3 {
  font-size: 20px;
  font-weight: 700;
}
.flow__contents p {
  margin-top: 20px;
  line-height: 180%;
}

@media (max-width: 768px) {
  .flow__contents {
    padding: 15px 12px;
    width: calc(100% - 90px);
  }
  .flow__contents h3 {
    font-size: 16px;
  }
  .flow__contents p {
    font-size: 14px;
  }
}
.flow__btn a {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .flow__btn a {
    margin-top: 40px;
  }
}
/*************************************************************************************
よくある質問
**************************************************************************************/
.faq {
  background: url(../images/publish/feature-bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq__title::before {
  background: url(../images/publish/faq-fukidashi.png) no-repeat center/cover;
}

.faq__wrap {
  max-width: 800px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .faq__wrap {
    margin-top: 46px;
  }
}
.faq__box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.faq__box:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .faq__box {
    padding: 24px 15px;
  }
}
.faq__text {
  padding-left: 80px;
  position: relative;
}
.faq__text::before {
  position: absolute;
  content: "";
  left: 0;
  width: 60px;
  height: 50px;
}

@media (max-width: 768px) {
  .faq__text {
    padding-left: 75px;
  }
  .faq__text::before {
    width: 54px;
    height: 44px;
  }
}
.faq__q {
  font-size: 18px;
  font-weight: 700;
}
.faq__q::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/publish/faq-q.png) no-repeat center/cover;
}

@media (max-width: 768px) {
  .faq__q {
    font-size: 16px;
  }
}
.faq__a::before {
  top: 10px;
  background: url(../images/publish/faq-a.png) no-repeat center/cover;
}

@media (max-width: 768px) {
  .faq__a {
    font-size: 14px;
  }
}
.faq__btn a {
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .faq__btn a {
    margin-top: 40px;
  }
}
/*************************************************************************************
プロモーション
**************************************************************************************/
.promotion {
  padding: 150px 0;
  max-width: 1140px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .promotion {
    padding: 60px 0;
  }
}
.promotion__title .sp-only {
  display: none;
}
.promotion__title::before {
  background: url(../images/publish/promotion-fukidashi.png) no-repeat center/cover;
}

@media (max-width: 768px) {
  .promotion__title {
    line-height: 160%;
  }
  .promotion__title .sp-only {
    display: block;
  }
}
.promotion__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 97px;
}

@media (max-width: 768px) {
  .promotion__wrap {
    display: block;
    max-width: 450px;
    width: 91%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
.promotion__img {
  max-width: 680px;
  width: calc(100% - 440px);
  margin-right: 46px;
}

@media (max-width: 1000px) {
  .promotion__img {
    max-width: 440px;
    width: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .promotion__img {
    width: 100%;
  }
}
.promotion__contents {
  width: 440px;
}

@media (max-width: 1000px) {
  .promotion__contents {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .promotion__contents {
    width: 100%;
  }
}
.promotion__text {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 1000px) {
  .promotion__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .promotion__text {
    margin-top: 24px;
  }
}
.promotion__fukidashi {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin: 0 30px;
  margin-top: 50px;
}
.promotion__fukidashi::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -30px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  width: 3px;
  height: 36px;
  background-color: #FAD586;
}
.promotion__fukidashi::after {
  position: absolute;
  content: "";
  top: 15px;
  right: -30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 3px;
  height: 36px;
  background-color: #FAD586;
}
.promotion__fukidashi .sp-only {
  display: none;
}

@media (max-width: 1000px) {
  .promotion__fukidashi {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin-top: 40px;
  }
  .promotion__fukidashi::before {
    top: 5px;
    left: -40px;
    height: 90%;
  }
  .promotion__fukidashi::after {
    top: 5px;
    right: -40px;
    height: 90%;
  }
  .promotion__fukidashi .sp-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .promotion__fukidashi {
    font-size: 18px;
    margin-top: 30px;
    line-height: 160%;
  }
}
.promotion__btn a {
  margin-right: auto;
  margin-left: auto;
}