@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0deg, 0%, 100%, 0), hsla(0deg, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  color: #df003a;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}

button,
a,
img {
  outline: none;
}
/*******************
Contents
********************/
.bg {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  background: #e1f5ff;
}
.wrapper {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 0;
}
.header {
  background-color: #fff;
}
.applyButton {
  position: relative;
  width: 86%;
  height: 90px;
  margin: 45px auto;
}
.applyButton::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: 0 2px 2px #E6F5FF;
  mix-blend-mode: multiply;
}
.applyButton a {
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg,rgba(210, 170, 70, 1) 0%, rgba(235, 215, 95, 1) 20%, rgba(235, 215, 95, 1) 80%, rgba(210, 170, 70, 1) 100%);
  margin: auto;
}
.applyButton a:hover {
  opacity: .9;
}
.applyButton a.only-pc {
  display: flex;
}
.applyButton a.only-sp {
  display: none;
}

.applyButton a img {
  width: calc(100% * (346 / 860));
}
.applyButton.--type02 {
  margin-bottom: .3em;
}
.applyButton.--type02 a img {
  width: calc(100% * (595 / 860));
}
.applyButton__talent {
  position: absolute;
  bottom: 0;
  left: 8.5%;
  width: 16.279069767%;
  max-width: 140px;
  z-index: 10;
}
.benefit {
  width: 86%;
  max-width: 100%;
  margin: auto;
}
.note {
  width: 86%;
  margin: 2em auto;
  line-height: 1.45;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
}
.note ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.note ul li:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000;
  border-radius: 100%;
  margin-right: .2em;
}
.footer {
  width: 86%;
  margin: 0 auto;
  padding-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
}
.date {
  text-align: right;
  margin-bottom: 2em;
}
.copyright {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .applyButton {
    height: 9vw;
  }
  .applyButton a {
    height: 9vw;
  }
}
@media screen and (max-width: 640px) {
  .applyButton a.only-pc {
    display: none;
  }
  .applyButton a.only-sp {
    display: flex;
  }
  .applyButton {
    width: calc(100% * (560 / 640));
    height: 13vw;
    margin: 6% auto;
  }
  .applyButton a {
    height: 13vw;
  }
  .applyButton a img {
    width: calc(100% * (346 / 560));
  }
  .benefit {
    width: calc(100% * (560 / 640));
  }
  .applyButton.--type02 {
    height: 18.7vw;
  }
  .applyButton.--type02 a {
    height: 18.7vw;
  }
  .applyButton.--type02 a img {
    width: calc(100% * (324 / 560));
  }
  .applyButton__talent {
    width: calc(100% * (150 / 560));
    right: calc(100% * (38 / 560));
    left: 3%;
  }
  .note {
    font-size: 1.2rem;
  }
  .note ul li:before {
    width: 1.1rem;
    height: 1.1rem;
  }
}