*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

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

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

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

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

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

html {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.serif {
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 47.9375em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
    display: none !important;
  }
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

#info-message .kv {
  background: url(/recruit/assets/images/info/message/kv.jpg) no-repeat center center/cover;
  height: calc(552 / 1360 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .kv {
    background-image: url(/recruit/assets/images/info/message/kv-sp.jpg);
    height: calc(955 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #info-message .kv::after {
    display: block;
    content: "";
    width: calc(3 / 1360 * var(--inner-width) * 1px);
    height: calc(634 / 1360 * var(--inner-width) * 1px);
    background: url(/recruit/assets/images/info/message/kv-bar.png) no-repeat center center/cover;
    position: absolute;
    top: 0;
    right: calc(355 / 1360 * var(--inner-width) * 1px);
  }
}
#info-message .statue-wrap {
  background: url(/recruit/assets/images/info/message/statue-bg.jpg) no-repeat center center/cover;
  padding-top: calc(80 / 1360 * var(--inner-width) * 1px);
  padding-bottom: calc(90 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-wrap {
    background: url(/recruit/assets/images/info/message/statue-bg-sp.jpg) no-repeat center center/cover;
    padding-top: calc(86 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-wrap .lead {
  font-size: calc(17 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-wrap .lead {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-wrap .lead + .lead {
  margin-top: calc(50 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-wrap .lead + .lead {
    margin-top: calc(70 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-inner {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: calc(40 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-inner {
    flex-direction: column;
    margin-bottom: calc(66 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-inner > img {
  width: calc(741 / 1360 * var(--inner-width) * 1px);
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-inner > img {
    width: calc(658 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #info-message .statue-inner::before {
    display: block;
    content: "";
    background: url(/recruit/assets/images/info/message/statue-bar1.jpg) no-repeat center center/contain;
    width: calc(20 / 1360 * var(--inner-width) * 1px);
    height: calc(315 / 1360 * var(--inner-width) * 1px);
    position: absolute;
    left: calc(48 / 1360 * var(--inner-width) * 1px);
    bottom: min(-58px, -58 / 1360 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #info-message .statue-inner::after {
    display: block;
    content: "";
    background: url(/recruit/assets/images/info/message/statue-bar2.png) no-repeat center center/contain;
    width: calc(286 / 1360 * var(--inner-width) * 1px);
    height: calc(57 / 1360 * var(--inner-width) * 1px);
    position: absolute;
    right: 0;
    bottom: min(-45px, -45 / 1360 * var(--inner-width) * 1px);
  }
}
#info-message .statue-point {
  position: relative;
  width: calc(504 / 1360 * var(--inner-width) * 1px);
  height: calc(622 / 1360 * var(--inner-width) * 1px);
  left: calc(-10 / 1360 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-point {
    width: calc(587 / 768 * var(--inner-width) * 1px);
    height: calc(726 / 768 * var(--inner-width) * 1px);
    left: unset;
    margin-top: calc(-30 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-point::before {
  display: block;
  content: "";
  background: url(/recruit/assets/images/info/message/point-circle.png) no-repeat center center/contain;
  width: calc(277 / 1360 * var(--inner-width) * 1px);
  height: calc(277 / 1360 * var(--inner-width) * 1px);
  position: absolute;
  top: calc(214 / 1360 * var(--inner-width) * 1px);
  left: calc(16 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-point::before {
    width: calc(322 / 768 * var(--inner-width) * 1px);
    height: calc(322 / 768 * var(--inner-width) * 1px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
#info-message .statue-point li {
  width: calc(262 / 1360 * var(--inner-width) * 1px);
  height: calc(262 / 1360 * var(--inner-width) * 1px);
  border-radius: 50%;
  background: url(/recruit/assets/images/info/message/point-bg.png) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #004098;
  font-size: calc(21 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-point li {
    width: calc(305 / 768 * var(--inner-width) * 1px);
    height: calc(305 / 768 * var(--inner-width) * 1px);
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
    justify-content: flex-start;
    padding-top: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-point li img {
  width: auto;
  height: calc(50 / 1360 * var(--inner-width) * 1px);
  margin-bottom: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-point li img {
    height: calc(59 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(15 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-point li small {
  font-size: calc(18 / 1360 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #info-message .statue-point li small {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
  }
}
#info-message .statue-point li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 48em) {
  #info-message .page-link__list li a {
    padding-top: calc(35 / 1360 * var(--inner-width) * 1px);
  }
}
#info-message .page-link__list li a::after {
  bottom: calc(36 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .page-link__list li a::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
#info-message .page-link__ttl {
  height: calc(30 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #info-message .page-link__ttl {
    height: calc(37 / 768 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=info-message.css.map */