@charset "UTF-8";
.noto-b {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-m {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-r {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rustica {
  font-family: "rustica", sans-serif;
  font-weight: 500;
  font-style: normal;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #3c3c3c;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

dt {
  font-weight: unset;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-symbol {
  display: none;
}

.c-disp--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-disp--pc {
    display: block;
  }
}

.c-disp--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-disp--sp {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-brspace--sp::before {
  content: "\a　";
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  .c-brspace--sp::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-anchor--normal {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -1);
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .c-anchor--normal {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

.c-hidden {
  display: none !important;
}

.c-text__pos {
  position: relative;
  bottom: -0.15em;
}
.c-text__pos--high {
  position: relative;
  bottom: -0.25em;
}
.c-text__pos--confirmed {
  position: relative;
  bottom: -0.25em;
}

.iphone .c-text__pos,
.iphone .c-text__pos--high {
  bottom: 0;
}

.mac .c-text__pos,
.mac .c-text__pos--high {
  bottom: 0;
}

.l-footer {
  position: relative;
  background-color: #ffffff;
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 35%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__wrapper {
  position: relative;
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 70%;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 1020px;
  }
}
.l-footer__logo {
  margin: clamp(50px, 13.33vw, 75px) auto clamp(30px, 8vw, 45px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 45%;
    margin: 0 auto;
    margin-top: clamp(96px, 8vw, 140px);
    margin-bottom: clamp(40px, 3.33vw, 64px);
  }
}
.l-footer__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 21px);
  padding-bottom: clamp(46px, 12.26vw, 69px);
}
@media screen and (min-width: 1024px) {
  .l-footer__text {
    font-size: clamp(16px, 1.33vw, 20px);
    padding-bottom: clamp(96px, 8vw, 134px);
  }
}
.l-footer__copyright {
  background-color: #5a4533;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 21px);
  padding: 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 1.75em 0;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-main__base {
  background-color: #ffffff;
  position: relative;
}
.l-main__primary {
  background-color: #f9f5f2;
  position: relative;
}
.l-main__secondary {
  background-color: #ede4d9;
  position: relative;
}
.l-main__wrapper {
  position: relative;
  width: 92.2%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 70%;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper {
    width: 1020px;
  }
}

.p-index-mv {
  position: relative;
  background-color: #f9f5f2;
  padding-bottom: clamp(155px, 41.33vw, 232px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    padding-bottom: 0;
  }
}
.p-index-mv__pos {
  position: relative;
}
.p-index-mv__logo {
  width: 92.2%;
  position: absolute;
  top: clamp(16px, 4.26vw, 24px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-index-mv__logo {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__logo {
    width: 40%;
    top: clamp(72px, 6vw, 140px);
    left: 4%;
    right: auto;
    margin: 0;
  }
}
.p-index-mv__open {
  font-family: "rustica", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(16.51px, 4.53vw, 25.5px);
  background-color: #5a4533;
  display: block;
  width: 8em;
  padding: 0.25em 0 0.5em 0;
  margin: 0.75em auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__open {
    font-size: clamp(23.8px, 1.98vw, 34.22px);
    margin-top: 1em;
  }
}
.p-index-mv__message--sp {
  display: block;
  position: absolute;
  bottom: clamp(20px, 5.33vw, 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message--sp {
    display: none;
  }
}
.p-index-mv__message--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message--pc {
    display: block;
  }
}
.p-index-mv__message--01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c6b12;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(25.08px, 6.66vw, 37.5px);
  display: block;
  text-shadow: 3px 3px 15px #ffffff, -3px -3px 15px #ffffff, -3px 3px 15px #ffffff, 3px -3px 15px #ffffff, 3px 0px 15px #ffffff, -3px 0px 15px #ffffff, 0px 3px 15px #ffffff, 0px -3px 15px #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message--01 {
    font-size: clamp(24px, 2vw, 47.52px);
    margin-top: 1.5em;
  }
}
.p-index-mv__message--02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b7835c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(14.63px, 4vw, 22.5px);
  display: block;
  text-shadow: 3px 3px 15px #ffffff, -3px -3px 15px #ffffff, -3px 3px 15px #ffffff, 3px -3px 15px #ffffff, 3px 0px 15px #ffffff, -3px 0px 15px #ffffff, 0px 3px 15px #ffffff, 0px -3px 15px #ffffff;
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message--02 {
    font-size: clamp(14.4px, 1.2vw, 27.72px);
    margin-top: 1.15em;
  }
}
.p-index-mv__career {
  display: block;
  width: 87.59%;
  position: absolute;
  bottom: clamp(10px, 2.66vw, 15px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-index-mv__career {
    width: 80.75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career {
    font-size: clamp(30px, 2.5vw, 44px);
    width: clamp(160px, 13.33vw, 200px);
    bottom: clamp(40px, 3.33vw, 50px);
    left: auto;
    right: 3%;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__career {
    width: clamp(240px, 20vw, 300px);
  }
}
.p-index-mv__career:hover {
  opacity: 0.7;
}

.p-index-introduction {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 10.66vw, 60px) 0 clamp(40px, 10.66vw, 60px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction {
    padding: clamp(120px, 10vw, 150px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-introduction__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5a4533;
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-index-introduction__title {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title {
    font-size: clamp(24px, 2vw, 36px);
  }
}
.p-index-introduction__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding: 1.25em 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    text-align: center;
    list-style: 2;
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 2em 0 0 0;
  }
}

.p-index-event {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 12.8vw, 72px) 0 clamp(50px, 13.33vw, 75px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-event {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-event__detail {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-event__detail {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}
.p-index-event__detail__pos {
  position: relative;
  overflow: hidden;
}
.p-index-event__detail__inner {
  border: 2px solid #8b735b;
  padding: clamp(8px, 2.13vw, 12px);
}
@media screen and (min-width: 1024px) {
  .p-index-event__detail__inner {
    padding: clamp(12px, 1vw, 15px);
  }
}
.p-index-event__detail__inner__inner {
  border: 1px solid #8b735b;
  padding: clamp(46px, 12.26vw, 69px) clamp(14px, 3.73vw, 21px);
}
@media screen and (min-width: 768px) {
  .p-index-event__detail__inner__inner {
    padding: clamp(46px, 12.26vw, 69px) clamp(20px, 5.33vw, 30px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-event__detail__inner__inner {
    padding: clamp(52px, 4.33vw, 65px);
  }
}
.p-index-event__detail__line--01 {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(76px, 20.26vw, 114px);
}
@media screen and (min-width: 1024px) {
  .p-index-event__detail__line--01 {
    width: clamp(121.6px, 10.13vw, 152px);
  }
}
.p-index-event__detail__line--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(76px, 20.26vw, 114px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .p-index-event__detail__line--02 {
    width: clamp(121.6px, 10.13vw, 152px);
  }
}
.p-index-event__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5a4533;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 1024px) {
  .p-index-event__title {
    letter-spacing: 0.06em;
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.p-index-event__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-event__text {
    text-align: center;
    list-style: 2;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 3em;
  }
}

.p-index-career {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 21.33vw, 120px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-career__detail {
  background-color: #ffffff;
  border: 2px solid #5a4533;
  border-radius: clamp(16px, 4.26vw, 24px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-career__detail {
    border: 3px solid #5a4533;
    border-radius: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-index-career__detail__inner {
  position: relative;
  overflow: hidden;
  border-radius: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__detail__inner {
    border-radius: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-index-career__detail__bottom {
  background-color: #ede4d9;
  padding: 0 clamp(22px, 5.86vw, 33px);
  margin-top: clamp(32px, 8.53vw, 48px);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-index-career__detail__bottom {
    padding: 0 0 clamp(32px, 2.66vw, 40px) 45%;
    margin-top: clamp(36px, 3vw, 45px);
  }
}
.p-index-career__detail__bottom--open {
  background-color: #ede4d9;
  padding: 0 clamp(22px, 5.86vw, 33px);
  margin-top: clamp(32px, 8.53vw, 48px);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-index-career__detail__bottom--open {
    padding: 0 0 clamp(32px, 2.66vw, 40px) 40%;
    margin-top: clamp(36px, 3vw, 45px);
  }
}
.p-index-career__title {
  position: relative;
  padding-top: clamp(35px, 9.33vw, 52.5px);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.p-index-career__title::before {
  content: "";
  background-color: #ede4d9;
  width: 120%;
  height: clamp(50px, 13.33vw, 75px);
  position: absolute;
  left: -10%;
  top: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title::before {
    height: clamp(80px, 6.66vw, 100px);
  }
}
.p-index-career__title__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5a4533;
  line-height: 1;
  font-size: clamp(53px, 14.13vw, 79.5px);
  position: absolute;
  top: clamp(25px, 6.66vw, 37.5px);
  left: 0.25em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index-career__title__ja {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__title__ja {
    font-size: clamp(57.6px, 4.8vw, 77.45px);
    top: auto;
    bottom: 0.25em;
    left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index-career__title__ja--open {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5a4533;
  line-height: 1;
  font-size: clamp(53px, 14.13vw, 79.5px);
  position: absolute;
  top: clamp(25px, 6.66vw, 37.5px);
  left: 0.25em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index-career__title__ja--open {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__title__ja--open {
    font-size: clamp(57.6px, 4.8vw, 77.45px);
    top: auto;
    bottom: 0.25em;
    left: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index-career__title--note {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title--note {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #dd555b;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: clamp(22.4px, 1.86vw, 32px);
    display: block;
    padding: 0.25em 0 0 1em;
  }
}
.p-index-career__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-index-career__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-index-career__text--sp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #dd555b;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 30px);
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text--sp {
    display: none;
  }
}
.p-index-career__text--open {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #dd555b;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 30px);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text--open {
    text-align: left;
    font-size: clamp(22.4px, 1.86vw, 32px);
  }
}
.p-index-career__illust {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-career__illust {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__illust {
    width: 40%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 2%;
  }
}
.p-index-career__illust--open {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-career__illust--open {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__illust--open {
    width: 35%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 2%;
  }
}
.p-index-career__list {
  padding-top: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-index-career__list {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    padding-top: clamp(19.2px, 1.6vw, 24px);
    margin: 0;
  }
}
.p-index-career__list__item {
  padding-bottom: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__list__item {
    padding-bottom: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-index-career__list__item:last-child {
  padding-bottom: 0;
}
.p-index-career__list__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-career__list__link:hover, .p-index-career__list__link:focus, .p-index-career__list__link:active {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */