@charset "UTF-8";
/* ---------------------------------------------------------
共通
--------------------------------------------------------- */
html {
  font-size: 100%;
}

.inner {
  max-width: 680px;
  margin: 0 auto;
}

main {
  padding-top: 50px;
  scroll-margin-top: 50px;
}

.flexbox {
  display: flex;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1440px;
  padding: 0 20px;
  height: 50px;
}
header .inner .logo {
  height: 40px;
}
header .inner .logo img {
  height: 100%;
}

/* ---------------------------------------------------------
ページ体裁
--------------------------------------------------------- */
.entry-kv {
  text-align: center;
  padding: 3vh;
  background: url("../img/lp-002/entry.webp") no-repeat center;
  background-size: cover;
}
.entry-kv h1 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  font-size: 2.125rem;
}

h5 {
  position: relative;
}
h5.itemttl {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0;
}
h5.required:after {
  content: "⚫︎必須";
  position: absolute;
  top: 0;
  right: 0;
  color: #D80930;
  font-size: 1rem;
}

.flexbox {
  justify-content: space-between;
}

.full {
  width: 100%;
}

.half {
  width: 47%;
}

.venue {
  font-size: 1.1rem;
  margin: 0;
}

.caption {
  line-height: 1.2;
  margin: 0;
}

.note {
  margin: 1.5rem 0;
}
.note a {
  text-decoration: underline;
  color: rgb(44, 93, 136);
}
.note a:hover {
  color: #D80930;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 1.1rem;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  line-height: 1;
}

.wpcf7-radio label {
  margin-bottom: 0;
}

h3 {
  text-align: center;
  margin-top: 3rem;
}

.entry-lead {
  text-align: left;
  font-size: 1.125rem;
  padding: 40px 0;
  margin: 0 auto;
}

.apply-btn-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0 40px;
}
.apply-btn-container .apply-btn-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 327px;
  height: 64px;
  background: #D80930;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 6px 0 #8b001a;
  transition: all 0.2s ease-out;
}
.apply-btn-container .apply-btn-main:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.apply-btn-container .apply-btn-main .arrow-icon {
  position: absolute;
  right: 20px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-btn-container .apply-btn-main .arrow-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #D80930;
  border-right: 3px solid #D80930;
  transform: rotate(45deg);
  margin-left: -2px;
}

/* ---------------------------------------------------------
Skelton
--------------------------------------------------------- */
input[type=submit],
input[type=reset] {
  display: block;
  width: 11rem;
  margin: 1rem auto 0;
  padding: 10px;
  color: #fff;
  background: #D80930;
  border: 1px solid #D80930;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 34px;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=reset]:focus,
textarea:focus {
  color: #D80930;
  background: #fff;
  outline: 0;
}

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
textarea,
select {
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px solid #707070;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

textarea {
  height: 38px;
  min-height: 65px;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=radio] {
  display: inline;
}

/*# sourceMappingURL=lp2025-page_entry.css.map */
