@charset "UTF-8";
/* -------------------------------------------

layout

------------------------------------------- */
.kv,
main,
footer {
  width: 37.6rem;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
}

main {
  background: url(../img/contents-bg.jpg) top center;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .kv,
  main,
  footer {
    width: 100%;
  }
  .kv {
    margin-top: 0;
  }
}
/* pagetop */
#page-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

#page-top a {
  background: #dc7882;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-left: 0.1rem;
}

/* -------------------------------------------

left

------------------------------------------- */
.left {
  position: fixed;
  left: 0;
  top: 0;
  width: calc((100% - 37.6rem) / 2);
  z-index: 10;
  padding: 1.5rem;
}

.left .logo {
  width: 10rem;
  margin-bottom: 3rem;
}

.left nav {
  padding-left: 1.5rem;
  font-weight: bold;
}

.left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.left li:not(:last-child) {
  margin-bottom: 2rem;
}

.left li a {
  display: flex;
  align-items: center;
}

.left li a::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
}

.left li:nth-child(1) a::before {
  background: url(../img/gnav-atten-1.png) no-repeat center/contain;
}

.left li:nth-child(2) a::before {
  background: url(../img/gnav-atten-3.png) no-repeat center/contain;
}

.left li:nth-child(3) a::before {
  background: url(../img/gnav-atten-4.png) no-repeat center/contain;
}

.left li:nth-child(4) a::before {
  background: url(../img/gnav-atten-5.png) no-repeat center/contain;
}

.left li:nth-child(5) a::before {
  background: url(../img/gnav-atten-6.png) no-repeat center/contain;
}

.left li:nth-child(6) a::before {
  background: url(../img/gnav-atten-7.png) no-repeat center/contain;
}

.left li:nth-child(7) a::before {
  background: url(../img/gnav-atten-8.png) no-repeat center/contain;
}

/* -------------------------------------------

right

------------------------------------------- */
.right {
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 37.6rem) / 2);
  height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 15rem;
}

.right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right li:not(:last-child) {
  margin-bottom: 4rem;
}

.right .qr {
  margin-bottom: 0.5rem;
  width: 9.6rem;
  height: 9.6rem;
  background: url(../img/qr-bg.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right .qr img {
  width: 6.6rem;
}

.right span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.right span img {
  width: 1.2rem;
  margin-right: 0.6rem;
  margin-top: 0.1rem;
}

.right > div {
  margin-top: 2rem;
}

.right > div a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 4.4rem;
  padding-bottom: 0.1rem;
  margin: 0 auto;
  background: linear-gradient(to right, #d6b64b, #fbeaab, #d6b64b);
  border: solid 0.4rem #bd9060;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: bold;
}

/* -------------------------------------------

kv

------------------------------------------- */
.kv {
  position: relative;
}

h1 {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 6rem;
}

/* -------------------------------------------

cv

------------------------------------------- */
.cv {
  background: url(../img/cv-deco-1.png) no-repeat center top, url(../img/cv-deco-2.png) no-repeat center bottom, url(../img/cv-bg.jpg) no-repeat center;
  background-size: 100% auto, 100% auto, cover;
  color: #bd9060;
  font-weight: bold;
  padding: 5rem 0;
}
.cv p {
  margin-bottom: 2rem;
  text-align: center;
}
.cv p i {
  font-size: 2.6rem;
  display: block;
  line-height: 1.2;
}
.cv a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 5.2rem;
  padding-bottom: 0.15rem;
  margin: 0 auto;
  background: linear-gradient(to right, #d6b64b, #fbeaab, #d6b64b);
  border: solid 0.4rem #bd9060;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.2);
  font-size: 1.7rem;
}

/* -------------------------------------------

benefits

------------------------------------------- */
.benefits {
  background: url(../img/benefits-bg.jpg) no-repeat center/cover;
  padding: 6rem 0;
}
.benefits ul {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 0 2rem;
}
.benefits ul figure {
  position: relative;
  margin-bottom: 1.5rem;
}
.benefits ul .num {
  position: absolute;
  left: -0.5rem;
  top: -1.5rem;
  width: 6.5rem;
}
.benefits ul h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #bd9060;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.benefits ul h3::before, .benefits ul h3::after {
  content: "";
  width: 3rem;
  height: 5rem;
}
.benefits ul h3::before {
  background: url(../img/benefits-deco-1.png) no-repeat center/contain;
  margin-right: 1rem;
}
.benefits ul h3::after {
  background: url(../img/benefits-deco-2.png) no-repeat center/contain;
  margin-left: 1rem;
}
.benefits ul h3 span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits ul h3 span i {
  font-size: 1.6rem;
}

/* -------------------------------------------

activity

------------------------------------------- */
.activity {
  background: url(../img/activity-bg-1.jpg) no-repeat center/cover;
  padding: 6rem 0;
}
.activity ul {
  padding: 0 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #bd9060;
}
.activity ul li {
  background: url(../img/activity-bg-2.jpg) no-repeat center/cover;
  padding: 2rem;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.07);
}
.activity ul li dl {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.activity ul li dt {
  margin: 1.5rem 0 1rem 0;
  font-size: 2rem;
}
.activity ul li dd {
  font-size: 1.5rem;
}
.activity p {
  text-align: center;
  padding: 0 2rem;
}

/* -------------------------------------------

reward

------------------------------------------- */
.index-wrap {
  background: url(../img/index-bg.jpg) no-repeat center/cover;
}

.reward {
  padding: 5rem 0;
}
.reward .wrap {
  width: 33rem;
  height: 37.3rem;
  margin: 0 auto;
  background: url(../img/reward-bg.png) no-repeat center/contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5rem;
}
.reward h2 {
  color: #dc7882;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.reward ul {
  line-height: 1;
}
.reward ul dl {
  text-align: center;
}
.reward ul dt {
  color: #bd9060;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.reward ul dd {
  font-size: 1.3rem;
  line-height: 1.4;
}
.reward ul li:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 0.12rem #dc7882;
}

/* -------------------------------------------

requiretments

------------------------------------------- */
.requiretments {
  padding: 2rem 0 6rem 0;
  position: relative;
}

.requiretments > section:not(:last-of-type) {
  margin-bottom: 4rem;
}

.requiretments h3 {
  background: url(../img/requiretments-ttl.png) no-repeat center/contain;
  width: 33rem;
  height: 4.6rem;
  color: #bd9060;
  margin: 0 auto 1.5rem auto;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  padding-top: 0.3rem;
}

.requiretments ul {
  padding: 0 2rem;
}

.requiretments li {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  background: url(../img/dot.png) no-repeat left bottom;
  background-size: 100% auto;
}

.requiretments li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------

apply

------------------------------------------- */
.apply {
  padding: 6rem 2rem;
  background: url(../img/apply-bg.jpg) no-repeat center/cover;
}
.apply > ul > li {
  display: flex;
  position: relative;
}
.apply > ul > li:not(:last-child)::before {
  content: "";
  width: 0.3rem;
  height: 99%;
  background: #bd9060;
  position: absolute;
  left: 3.4rem;
  top: 1%;
  z-index: -1;
}
.apply > ul > li span {
  width: 7rem;
  position: relative;
  z-index: 10;
}
.apply > ul > li dl {
  width: calc(100% - 7rem);
  padding-left: 2rem;
}
.apply > ul > li dl dt {
  font-weight: bold;
  color: #e45681;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
.apply > ul > li dl dd {
  line-height: 1.3;
}
.apply > ul > li dl dd div {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}
.apply > ul > li dl dd div span {
  color: #e45681;
}
.apply > ul > li dl dd div ul {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
}
.apply > ul > li dl dd div ul li {
  background: #bd9060;
  color: #fff;
  padding: 0.5rem 0.8rem;
}
.apply > ul > li:not(:last-child) {
  padding-bottom: 3rem;
}

/* -------------------------------------------

schedule

------------------------------------------- */
.schedule {
  padding: 6rem 0;
  background: url(../img/schedule-bg.jpg) no-repeat center/cover;
}
.schedule ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.schedule ul dt {
  margin-bottom: 1rem;
  color: #dc7882;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 33rem;
  height: 6rem;
  background: url(../img/schedule-ttl.png) no-repeat center/contain;
  font-size: 1.7rem;
}
.schedule ul dd {
  text-align: center;
  font-size: 1.6rem;
}
.schedule ul + div {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  color: #dc7882;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.3;
  position: relative;
}
.schedule ul + div::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/schedule-deco-1.png) no-repeat center/contain;
  position: absolute;
  left: 4rem;
  top: 0.5rem;
}
.schedule ul + div::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/schedule-deco-2.png) no-repeat center/contain;
  position: absolute;
  right: 5rem;
  top: 1.5rem;
}
.schedule ul + div + div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #464646;
}
.schedule ul + div + div span {
  font-weight: normal;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

/* -------------------------------------------

form

------------------------------------------- */
.form {
  background: url(../img/form-bg.jpg) no-repeat center/cover;
  padding: 6rem 2rem;
}

.input-wrap {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}

input[type=text],
input[type=date] {
  border: none;
  border-radius: 0;
  padding: 1.5rem 1.5rem;
}

input[type=date] {
  font-family: "Noto Serif JP", serif;
  color: #464646;
  font-size: 1.4rem;
}

label {
  color: #464646;
  margin-bottom: 0.8rem;
}
label::before {
  content: "■";
  color: #dc7882;
}
label i {
  color: #be2d37;
  font-size: 0.8rem;
  vertical-align: 0.6rem;
}

input[type=submit] {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  margin: 0 auto;
  padding: 1.8rem 0 2rem 0;
  transition: all 0.3s;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(to right, #d6b64b, #fbeaab, #d6b64b);
  border: solid 0.4rem #bd9060;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #cccccc;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}

::placeholder {
  color: #cccccc;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}

.error-message {
  color: #be2d37;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: block;
}

.has-error input[type=text],
.has-error input[type=date] {
  border: solid 0.2rem #be2d37;
}

.submit-wrap + span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2rem;
}
.submit-wrap + span i {
  color: #be2d37;
  font-size: 0.8rem;
  vertical-align: 0.6rem;
}

/* -------------------------------------------

note

------------------------------------------- */
.note {
  background: #dc7882;
  padding: 4rem 3rem;
  color: #fff;
}
.note h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.note li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}

.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.note li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .note li {
    font-size: 1.5rem;
  }
}
/* -------------------------------------------

footer

------------------------------------------- */
footer {
  background: #dc7882;
  color: #fff;
  padding: 0.7rem 0;
}

small {
  font-size: 1rem;
  display: block;
  text-align: center;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  background: url(../img/thanx-bg.jpg) no-repeat center/cover;
  padding: 14rem 2rem 10rem 2rem;
  height: 100vh;
}
.thanx h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #dc7882;
  font-size: 2.2rem;
}
.thanx h2 img {
  width: 10rem;
  margin-bottom: 1rem;
}
.thanx p {
  margin: 3rem 0 6rem 0;
}
.thanx a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #dc7882;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  height: 6.4rem;
  padding-bottom: 0.15rem;
}/*# sourceMappingURL=style.css.map */