@charset "UTF-8";
@import url(../css/component/eventInfoFormTemplate/reset.css);
@import url(../css/component/eventInfoFormTemplate/common.css);
@import url(../css/component/eventInfoFormTemplate/utility.css);
@import url(../css/component/eventInfoFormTemplate/event_form.css);
@import url(../css/component/eventInfoFormTemplate/select.css);
@import url(../css/component/eventInfoFormTemplate/postGallery.css);
:root {
  --color-pink01: #ec7bb3;
  --color-pink02: #fff0f0;
  --color-blue01: #00a9bd;
  --color-blue02: #dcf5ff;
}

/* ========================================================================
utility（utility.css上書き分もあり）
======================================================================== */
.textGreen {
  color: var(--color-blue01);
}

.secTtl {
  background: var(--color-pink01);
}

.btnPrimary {
  background: var(--color-blue01);
  -webkit-box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.5), 0 0.3em 0 var(--color-blue01);
          box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.5), 0 0.3em 0 var(--color-blue01);
}

.btnPrimary:hover {
  -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5), 0 0.1em 0 var(--color-blue01);
          box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5), 0 0.1em 0 var(--color-blue01);
}

.btnSecondary {
  background: var(--color-pink01);
  border: 1px solid var(--color-pink01);
}

.btnSecondary:hover {
  color: var(--color-pink01);
}

.btnSecondary:hover::before {
  border-left: 0.5em solid var(--color-pink01);
}

/* ========================================================================
mv
======================================================================== */
.mv {
  overflow: hidden;
}

.mv_text {
  background: -webkit-gradient(linear, left top, right top, from(#ffc7db), color-stop(#fff), to(#87ddf4));
  background: linear-gradient(90deg, #ffc7db, #fff, #87ddf4);
  text-align: center;
  position: relative;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .mv_text {
    height: auto;
  }
}
.mv_text h1 {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .mv_text h1 {
    width: auto;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.mv_text img {
  width: 100%;
}

.mv_note {
  font-size: 28px;
  text-align: center;
  background: var(--color-blue01);
  color: #fff;
  font-weight: bold;
  padding: 0.8em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .mv_note {
    font-size: 18px;
  }
}
/* ========================================================================
topMessage
======================================================================== */
.topMessage {
  font-size: 20px;
  text-align: center;
  padding: 60px 10px;
  background: var(--color-blue02);
}

@media screen and (max-width: 767px) {
  .topMessage {
    font-size: 14px;
    padding: 40px 10px;
  }
}
.topMessage p {
  margin-top: 0;
}

.topMessage_catch {
  width: 21em;
  margin: 0 auto;
}

.topMessage_text {
  line-height: 2;
  margin-top: 1.5em;
}

.topMessage_note {
  font-size: max(0.8em, 12px);
  margin-top: 1.5em;
}

.topMessage_note a {
  text-decoration: underline;
}

/* ========================================================================
postGallery（上書き分）
======================================================================== */
.postGallery {
  background: repeating-linear-gradient(120deg, #fff, #fff 1em, var(--color-pink02) 1em, var(--color-pink02) 3em);
}

/* ========================================================================
postSend
======================================================================== */
.postSend {
  padding: 60px 10px;
}

@media (max-width: 767px) {
  .postSend {
    padding: 40px 10px;
  }
}
.postSend .inner {
  max-width: 600px;
  margin: 0 auto;
}

.postSend_recruitment {
  text-align: center;
}

.postSend_recruitment p {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--color-blue01);
}

.postSend_recruitment:after,
.postSend_recruitment:before {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.postSend_recruitment:before {
  background-image: url(../images/oshijiman/headingDecoration_left.svg);
}

.postSend_recruitment:after {
  background-image: url(../images/oshijiman/headingDecoration_right.svg);
}

.postSend_note {
  margin: 0.5em auto 0;
  padding: 0;
}

.postSend_noteTtl {
  text-align: center;
  margin-top: 3em;
}

.postSend_note li {
  font-size: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

.postSend_note li + li {
  margin-top: 0.2em;
}

.postSend_note li {
  font-size: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .postSend_note li {
    text-indent: 0;
    padding-left: 0;
  }
}
/* ========================================================================
sendInquiry
======================================================================== */
.sendInquiry {
  padding: 60px 10px;
  background: var(--color-pink02);
  font-size: 16px;
}

@media (max-width: 767px) {
  .sendInquiry {
    padding: 40px 10px;
  }
}
.sendInquiry img {
  width: 16em;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sendInquiry img {
    width: 12em;
  }
}
.sendInquiry_text {
  width: 70%;
  margin: 1em auto 0;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .sendInquiry_text {
    width: 100%;
    font-size: 0.9em;
  }
}
.sendInquiry_btn {
  text-align: center;
}

@media (max-width: 767px) {
  .sendInquiry_btn {
    margin-top: 0;
  }
}
.sendInquiry_report {
  margin-top: 1em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.sendInquiry_report a {
  color: var(--color-pink01);
}

@media (max-width: 767px) {
  .sendInquiry_report {
    font-size: 1em;
  }
}
.sendInquiry_btn p {
  position: relative;
  display: inline-block;
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sendInquiry_btn p {
    font-size: 0.8em;
  }
}
.sendInquiry_btn .btnSecondary {
  max-width: 23em;
  margin: 0 auto;
}

.sendInquiry_btn p:before, .sendInquiry_btn p:after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  height: 45px;
  border-left: #333333 solid;
}

.sendInquiry_btn p:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-left: -1em;
}

.sendInquiry_btn p:after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-right: -1em;
}

@media (max-width: 767px) {
  .sendInquiry_btn p:before, .sendInquiry_btn p:after {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    height: 25px;
    border-left: 2px #333333 solid;
  }
  .sendInquiry_btn p:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-left: -1em;
  }
  .sendInquiry_btn p:after {
    right: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-right: -1em;
  }
}
/* ========================================================================
rPost select.css上書き分
======================================================================== */
.rPostBtn .btnSecondary {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}