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

reset

----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

common

----------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #fff;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.85714285714; }

@media (max-width: 749px) {
  .pc {
    display: none !important; } }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

.section {
  position: relative; }
  .section_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .section_inner {
        padding: 0  10px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 10; }
  @media (max-width: 749px) {
    .header {
      padding-top: 8px; } }
  .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 19px 0 11px; }
    @media (max-width: 749px) {
      .header_inner {
        padding: 0 7px; } }
  .header_logo {
    width: 100px; }
    @media (max-width: 749px) {
      .header_logo {
        display: block;
        width: 80px;
        margin-top: 4px; } }
  .header_credit {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 4px; }
    @media (max-width: 749px) {
      .header_credit {
        font-size: 1rem;
        text-align: right;
        line-height: 1.4; } }

.footer {
  margin-top: 14px;
  padding: 60px 0; }
  @media (max-width: 749px) {
    .footer {
      margin-top: 22px;
      padding: 23px 0; } }
  .footer_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .footer_inner {
        padding: 0 10px; } }
  .footer_credit {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.41666666667; }
    @media (max-width: 749px) {
      .footer_credit {
        font-size: 1rem;
        line-height: 1.4; } }

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

home

----------------------------------*/
.mainvisual {
  padding-top: 81px;
  background: #60BDE2; }
  @media (max-width: 749px) {
    .mainvisual {
      padding-top: 0;
      overflow: hidden; } }
  .mainvisual_inner {
    position: relative; }
    .mainvisual_inner::before {
      content: '';
      position: absolute;
      top: -270px;
      left: -452px;
      width: 1153px;
      height: 1153px;
      background: #A6B357;
      border-radius: 50%;
      z-index: 2; }
      @media (max-width: 749px) {
        .mainvisual_inner::before {
          top: 0;
          left: 50%;
          transform: translate(-50%);
          width: 167.466666667vw;
          max-width: 628px;
          height: 167.466666667vw;
          max-height: 628px; } }
  .mainvisual_block {
    position: relative;
    padding-bottom: 16px;
    padding-left: 35px;
    z-index: 2; }
    @media (max-width: 749px) {
      .mainvisual_block {
        padding: 0; } }
  .mainvisual_label {
    margin-left: 4px; }
    @media (max-width: 749px) {
      .mainvisual_label {
        width: 298px;
        width: 79.4666666667vw;
        margin: 0 auto;
        padding-top: 48px; } }
    @media (max-width: 749px) {
      .mainvisual_label img {
        width: 100%; } }
  .mainvisual_title {
    margin-top: 17px; }
    @media (max-width: 749px) {
      .mainvisual_title {
        width: 359px;
        width: 95.7333333333vw;
        margin: 28px auto 0; } }
    @media (max-width: 749px) {
      .mainvisual_title img {
        width: 100%; } }
  .mainvisual_button {
    display: block;
    width: 482px;
    margin-top: 24px; }
    @media (max-width: 749px) {
      .mainvisual_button {
        width: 320px;
        width: 85.3333333333vw;
        margin: 28px auto 0; } }
    @media (max-width: 749px) {
      .mainvisual_button img {
        width: 100%; } }
  .mainvisual_text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.625;
    width: 473px;
    margin-top: 25px;
    margin-left: 7px; }
    @media (max-width: 749px) {
      .mainvisual_text {
        font-size: 1.4rem;
        line-height: 1.85714285714;
        width: 100%;
        margin: 30px auto 0;
        padding: 0 18px; } }
  .mainvisual_annotation {
    position: absolute;
    bottom: -64px;
    left: 35px;
    font-size: 1.4rem;
    margin-top: 27px;
    margin-left: 9px; }
    @media (max-width: 749px) {
      .mainvisual_annotation {
        position: unset;
        font-size: 1rem;
        line-height: 2;
        text-align: center;
        margin: 12px auto 0; } }
  .mainvisual_deadline {
    position: absolute;
    bottom: 128px;
    left: 533px;
    width: 200px;
    height: 200px; }
    @media (max-width: 749px) {
      .mainvisual_deadline {
        bottom: -45.0666666667vw;
        left: 1.33333333333vw;
        width: 41.6vw;
        height: 41.6vw; } }
  .mainvisual_illust {
    position: absolute;
    right: 91px;
    bottom: 0;
    width: 925px; }
    @media (max-width: 749px) {
      .mainvisual_illust {
        position: unset;
        width: 100%; } }

.contents {
  position: relative;
  padding-top: 89px; }
  @media (max-width: 749px) {
    .contents {
      padding-top: 50px;
      overflow: hidden; } }
  .contents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 143.385416667vw;
    background-image: url(../img/contents_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }
    @media (max-width: 749px) {
      .contents::before {
        height: 696.533333333vw;
        height: 2612px;
        background-image: url(../img/contents_bg_sp.jpg); } }
  .contents_head {
    display: flex;
    gap: 0 17px;
    position: relative;
    margin-left: -98px;
    margin-right: -13px;
    z-index: 3; }
    @media (max-width: 749px) {
      .contents_head {
        flex-direction: column;
        margin: 0 auto; } }
    .contents_head_recruitment {
      width: 701px; }
      @media (max-width: 749px) {
        .contents_head_recruitment {
          width: calc(100% + 15px);
          margin: 0 0 0 -12px; } }
      .contents_head_recruitment_annotation {
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.85714285714;
        margin: 17px 0 0 98px; }
        @media (max-width: 749px) {
          .contents_head_recruitment_annotation {
            font-size: 1.2rem;
            line-height: 2;
            margin: 18px auto 0;
            padding: 0 17px 0 19px; } }
    .contents_head_logo {
      width: 393px;
      margin-top: 68px; }
      @media (max-width: 749px) {
        .contents_head_logo {
          width: 80vw;
          margin: 27px auto 0; } }
      .contents_head_logo_name {
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        text-align: right;
        margin-top: 28px;
        margin-right: 10px; }
        @media (max-width: 749px) {
          .contents_head_logo_name {
            font-size: 1.2rem;
            text-align: center;
            margin: 21px auto 0; } }
  .contents_block {
    margin-top: 64px;
    padding: 50px 100px;
    background: #A6B357;
    border-radius: 20px; }
    @media (max-width: 749px) {
      .contents_block {
        margin-top: 27px;
        padding: 30px 17px 30px 18px; } }
    .contents_block_title {
      position: relative;
      color: #A6B357;
      font-size: 4rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      padding: 10px 0 10px;
      background: #fff;
      border-radius: 50px; }
      @media (max-width: 749px) {
        .contents_block_title {
          font-size: 3rem;
          padding: 6px 0 4px; } }
      .contents_block_title:not(:first-child) {
        margin-top: 50px; }
        @media (max-width: 749px) {
          .contents_block_title:not(:first-child) {
            margin-top: 26px; } }
      .contents_block_title span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 226px;
        right: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
        font-size: 2rem;
        font-weight: bold; }
        @media (max-width: 749px) {
          .contents_block_title span {
            left: 143px;
            font-size: 1.6rem; } }
    .contents_block_note {
      text-align: center;
      margin-top: 10px;
      font-size: 2.0rem;
      font-weight: bold; }
    .contents_block_text {
      font-size: 2rem;
      font-weight: 900;
      margin-top: 41px; }
      @media (max-width: 749px) {
        .contents_block_text {
          font-size: 1.8rem;
          line-height: 1.66666666667;
          margin-top: 32px; } }
    .contents_block_button {
      display: block;
      width: fit-content;
      margin: 41px auto 0; }
      @media (max-width: 749px) {
        .contents_block_button {
          width: 85.3333333333vw;
          margin-top: 30px; } }
      @media (max-width: 749px) {
        .contents_block_button img {
          width: 100%; } }
    .contents_block_annotation {
      font-size: 1.4rem;
      line-height: 1.85714285714;
      margin: 50px auto 0; }
      @media (max-width: 749px) {
        .contents_block_annotation {
          margin-top: 30px; } }
  .contents_shinsain {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.66666666667;
    margin-top: 50px; }
    @media (max-width: 749px) {
      .contents_shinsain {
        font-size: 1.8rem;
        line-height: 1.66666666667;
        margin-top: 32px; } }
    .contents_shinsain small {
      font-size: 2rem; }
      @media (max-width: 749px) {
        .contents_shinsain small {
          font-size: 1.2rem; } }
    @media (max-width: 749px) {
      .contents_shinsain span {
        font-size: 1.6rem; } }
  .contents_prize {
    display: flex;
    margin-top: 50px; }
    @media (max-width: 749px) {
      .contents_prize {
        flex-direction: column;
        gap: 23px 0;
        margin-top: 32px; } }
    .contents_prize_item {
      font-size: 2.8rem;
      font-weight: 900;
      line-height: 1.78571428571; }
      @media (max-width: 749px) {
        .contents_prize_item {
          font-size: 1.8rem;
          line-height: 1.66666666667; } }
      .contents_prize_item small {
        font-size: 1.6rem; }
        @media (max-width: 749px) {
          .contents_prize_item small {
            font-size: 1.4rem; } }
  .contents_contact {
    margin-top: 100px; }
    @media (max-width: 749px) {
      .contents_contact {
        margin-top: 107px; } }
    .contents_contact_label {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 900;
      text-align: center;
      margin: 0 auto 0;
      width: 120px;
      height: 40px;
      background: #609090;
      border-radius: 50px; }
    .contents_contact_text {
      color: #000;
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1.875;
      text-align: center;
      margin-top: 21px; }
      .contents_contact_text a {
        color: #000; }
    .contents_contact_logo {
      display: block;
      width: 285px;
      margin: 50px auto 0; }
  .contents_button .contents_block_button {
    margin-top: 100px; }
