@charset "UTF-8";
/* CSS Reset by Eric Meyer（参考：http://meyerweb.com/eric/tools/css/reset/）
   版本 v2.0 | 2011-01-26
   许可证：无（公共领域）
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 为旧版浏览器设置 HTML5 元素的显示角色 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

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

body {
  position: relative;
  background-color: #fff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: auto;
  max-width: 1040px;
}
@media print, screen and (min-width: 961px) {
  main .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  main .inner {
    padding: 0 6.4102564103vw;
  }
}

img {
  vertical-align: bottom;
}

a {
  color: #0E5099;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  a:hover {
    color: #0E5099;
    text-decoration: none !important;
  }
}
a.is-disable {
  pointer-events: none;
  color: #ccc;
  font-weight: normal;
  text-decoration: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border: 1px solid #0E5099;
  border-radius: 50px;
  background-color: #fff;
  color: #0E5099;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .btn {
    padding: 13.5px 20px;
    min-width: 300px;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .btn {
    padding: 3.4615384615vw 5.1282051282vw;
    width: 76.6666666667vw;
    font-size: 3.8461538462vw;
  }
}
.btn:hover {
  background-color: #0E5099;
  color: #fff;
}
.btn:hover[target=_blank]::after {
  background-color: #fff;
}
.btn[target=_blank]::after {
  content: "";
  display: block;
  background-color: #328ACC;
  -webkit-mask-image: url(../img/icon_blank.svg);
          mask-image: url(../img/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .btn[target=_blank]::after {
    width: 12px;
    height: 12px;
    right: 18px;
  }
}
@media screen and (max-width: 960px) {
  .btn[target=_blank]::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    right: 4.6153846154vw;
  }
}

.btn-wrap {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .btn-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .btn-wrap {
    margin-top: 12.8205128205vw;
  }
}

h2.section-title {
  text-align: center;
  color: #0E5099;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: normal;
}
@media print, screen and (min-width: 961px) {
  h2.section-title {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
@media screen and (max-width: 960px) {
  h2.section-title {
    font-size: 10.7692307692vw;
    letter-spacing: 1.0769230769vw;
  }
}
h2.section-title small {
  display: block;
  margin-top: 0.5em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 961px) {
  h2.section-title small {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 960px) {
  h2.section-title small {
    font-size: 4.6153846154vw;
    letter-spacing: 0.4615384615vw;
  }
}

h3 {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 961px) {
  h3.section-title-sub {
    margin: 50px auto 20px;
  }
}
@media screen and (max-width: 960px) {
  h3.section-title-sub {
    margin: 12.8205128205vw auto 5.1282051282vw;
  }
}
h3.section-title-sub small {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media print, screen and (min-width: 961px) {
  h3.section-title-sub small {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
h3.section-title-sub span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 2em;
}
h3.section-title-sub span b {
  color: #328ACC;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  h3.section-title-sub span b {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
@media screen and (max-width: 960px) {
  h3.section-title-sub span b {
    font-size: 7.6923076923vw;
    letter-spacing: 0.7692307692vw;
  }
}
h3.section-title-sub span::before, h3.section-title-sub span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #328ACC;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  dt {
    font-size: 4.6153846154vw;
  }
}

p,
dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  p,
  dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  p,
  dd {
    font-size: 3.8461538462vw;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 961px) {
  header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 960px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header h1 {
    padding: 6.4102564103vw 7.6923076923vw;
    width: 100%;
    height: 21.5384615385vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
}
@media print, screen and (min-width: 961px) {
  header .logo {
    width: 280px;
  }
}
@media print, screen and (min-width: 961px) {
  header nav {
    margin-left: clamp(28px, 4vw, 72px);
  }
}
@media screen and (max-width: 960px) {
  header .logo {
    width: 56vw;
  }
}
@media screen and (max-width: 960px) {
  header nav {
    padding: 0 6.4102564103vw 25.641025641vw;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 21.5384615385vw;
    left: 0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header nav.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 961px) {
  header nav ul {
    gap: clamp(20px, 3vw, 36px);
  }
}
@media screen and (max-width: 960px) {
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 961px) {
  header nav ul li {
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a {
  color: #000000;
  text-decoration: none;
}
@media print, screen and (min-width: 961px) {
  header nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  header nav ul li a {
    display: block;
    padding: 6.4102564103vw 0;
    border-top: 1px solid #EAEAEA;
    font-size: 3.8461538462vw;
    font-weight: 700;
    text-align: center;
  }
  header nav ul li a.in {
    border-top: none;
    padding-top: 0;
    font-weight: 400;
  }
}
header #nv_menu {
  display: none;
}
@media screen and (max-width: 960px) {
  header #nv_menu {
    display: block;
    width: 11.5384615385vw;
    height: 6.4102564103vw;
    position: absolute;
    top: 7.1794871795vw;
    right: 6.4102564103vw;
    z-index: 3;
  }
  header #nv_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header #nv_menu span::before, header #nv_menu span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header #nv_menu span::before {
    top: -2.5641025641vw;
  }
  header #nv_menu span::after {
    top: 2.5641025641vw;
  }
  header #nv_menu.is-active span {
    background-color: transparent;
  }
  header #nv_menu.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #nv_menu.is-active span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

footer {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  footer {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 25.641025641vw 6.4102564103vw;
  }
}
@media print, screen and (min-width: 961px) {
  footer .logo {
    width: 260px;
  }
}
@media screen and (max-width: 960px) {
  footer .logo {
    width: 61.5384615385vw;
    -webkit-transform: translateX(-1vw);
            transform: translateX(-1vw);
  }
}
@media print, screen and (min-width: 961px) {
  footer nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  footer nav {
    margin-top: 12.8205128205vw;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
@media print, screen and (min-width: 961px) {
  footer nav ul {
    gap: 20px 50px;
    max-width: 800px;
  }
}
@media screen and (max-width: 960px) {
  footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
  }
}
footer nav ul li {
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  footer nav ul li {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  footer nav ul li {
    font-size: 3.8461538462vw;
    letter-spacing: 0.3846153846vw;
  }
}
footer nav ul li a {
  color: #000000;
  text-decoration: none;
}
footer .copyright {
  margin: auto;
  border-top: 1px solid #888888;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  footer .copyright {
    margin-top: 20px;
    padding-top: 20px;
    max-width: 1240px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  footer .copyright {
    margin-top: 12.8205128205vw;
    padding-top: 12.8205128205vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.3076923077vw;
  }
}

#contact,
#entry {
  background-color: #EAEAEA;
}
@media print, screen and (min-width: 961px) {
  #contact,
  #entry {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  #contact,
  #entry {
    padding: 25.641025641vw 0;
  }
}
#contact .status,
#entry .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #contact .status,
  #entry .status {
    gap: 120px;
    margin-top: 50px;
    width: calc(302px + 2em);
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact .status,
  #entry .status {
    gap: 23.5897435897vw;
    margin-top: 12.8205128205vw;
    width: calc(64.1025641026vw + 2em);
    padding-bottom: 3.8461538462vw;
  }
}
#contact .status li,
#entry .status li {
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  #contact .status li,
  #entry .status li {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact .status li,
  #entry .status li {
    font-size: 3.8461538462vw;
  }
}
#contact .status li::before,
#entry .status li::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #000000;
  /* 招聘/联系 步骤圆点的平滑动画 */
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media print, screen and (min-width: 961px) {
  #contact .status li::before,
  #entry .status li::before {
    width: 20px;
    height: 20px;
    bottom: -34px;
  }
}
@media screen and (max-width: 960px) {
  #contact .status li::before,
  #entry .status li::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    bottom: -8.9743589744vw;
  }
}
#contact .status::before,
#entry .status::before {
  content: "";
  position: absolute;
  left: 1em;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 2em);
  height: 1px;
  background-color: #000000;
}
#contact.status1 .status li:nth-child(1), #contact.status2 .status li:nth-child(2), #contact.status3 .status li:nth-child(3),
#entry.status1 .status li:nth-child(1),
#entry.status2 .status li:nth-child(2),
#entry.status3 .status li:nth-child(3) {
  font-weight: 700;
}
#contact.status1 .status li:nth-child(1)::before, #contact.status2 .status li:nth-child(2)::before, #contact.status3 .status li:nth-child(3)::before,
#entry.status1 .status li:nth-child(1)::before,
#entry.status2 .status li:nth-child(2)::before,
#entry.status3 .status li:nth-child(3)::before {
  border: 1px solid #328ACC;
  background-color: #EAEAEA;
}
@media print, screen and (min-width: 961px) {
  #contact.status1 .status li:nth-child(1)::before, #contact.status2 .status li:nth-child(2)::before, #contact.status3 .status li:nth-child(3)::before,
  #entry.status1 .status li:nth-child(1)::before,
  #entry.status2 .status li:nth-child(2)::before,
  #entry.status3 .status li:nth-child(3)::before {
    border-width: 6px;
  }
}
@media screen and (max-width: 960px) {
  #contact.status1 .status li:nth-child(1)::before, #contact.status2 .status li:nth-child(2)::before, #contact.status3 .status li:nth-child(3)::before,
  #entry.status1 .status li:nth-child(1)::before,
  #entry.status2 .status li:nth-child(2)::before,
  #entry.status3 .status li:nth-child(3)::before {
    border-width: 6px;
  }
}

/* 招聘表单当前步骤的动态强调样式 */
#entry .status li { transition: color 0.3s ease; }
#entry.status1 .status li:nth-child(1),
#entry.status2 .status li:nth-child(2),
#entry.status3 .status li:nth-child(3) {
  color: #0E5099;
}
#entry.status1 .status li:nth-child(1)::before,
#entry.status2 .status li:nth-child(2)::before,
#entry.status3 .status li:nth-child(3)::before {
  transform: translate(-50%, -50%) scale(1.25);
  box-shadow: 0 0 0 6px rgba(50, 138, 204, 0.15);
}
#contact form,
#entry form {
  display: none;
  margin: auto;
  border-top: 1px solid #888888;
}
@media print, screen and (min-width: 961px) {
  #contact form,
  #entry form {
    margin-top: 60px;
    width: 640px;
  }
}
@media screen and (max-width: 960px) {
  #contact form,
  #entry form {
    margin: 15.3846153846vw 6.4102564103vw 0;
  }
}
#contact form dl,
#entry form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #888888;
}
@media print, screen and (min-width: 961px) {
  #contact form dl,
  #entry form dl {
    gap: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl,
  #entry form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.8461538462vw;
    padding: 6.4102564103vw 2.5641025641vw;
  }
}
#contact form dl dt,
#entry form dl dt {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dt,
  #entry form dl dt {
    width: 210px;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dt,
  #entry form dl dt {
    font-size: 3.8461538462vw;
  }
}
#contact form dl dt .required-mark,
#entry form dl dt .required-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #AE0000;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dt .required-mark,
  #entry form dl dt .required-mark {
    margin-left: 10px;
    padding: 0 10px;
    height: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dt .required-mark,
  #entry form dl dt .required-mark {
    margin-left: 2.5641025641vw;
    padding: 0 2.5641025641vw;
    height: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd,
  #entry form dl dd {
    width: 370px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd,
  #entry form dl dd {
    width: 100%;
  }
}
#contact form dl dd input,
#contact form dl dd textarea,
#contact form dl dd select,
#entry form dl dd input,
#entry form dl dd textarea,
#entry form dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd input,
  #contact form dl dd textarea,
  #contact form dl dd select,
  #entry form dl dd input,
  #entry form dl dd textarea,
  #entry form dl dd select {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd input,
  #contact form dl dd textarea,
  #contact form dl dd select,
  #entry form dl dd input,
  #entry form dl dd textarea,
  #entry form dl dd select {
    padding: 2.5641025641vw 5.1282051282vw;
    width: 100%;
    border-radius: 1.2820512821vw;
    font-size: 16px;
  }
}
#contact form dl dd input.error,
#contact form dl dd textarea.error,
#contact form dl dd select.error,
#entry form dl dd input.error,
#entry form dl dd textarea.error,
#entry form dl dd select.error {
  border: 1px solid var(--Red, #F00);
}
#contact form dl dd input[type=radio],
#entry form dl dd input[type=radio] {
  display: none;
}
#contact form dl dd input[type=radio] + label,
#entry form dl dd input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
#contact form dl dd input[type=radio] + label::before,
#entry form dl dd input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #888888;
  border-radius: 50%;
  background-color: #fff;
}
#contact form dl dd input[type=radio] + label::after,
#entry form dl dd input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #328ACC;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#contact form dl dd input[type=radio]:checked + label::after,
#entry form dl dd input[type=radio]:checked + label::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#contact form dl dd .radio-group,
#entry form dl dd .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .radio-group,
  #entry form dl dd .radio-group {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .radio-group,
  #entry form dl dd .radio-group {
    gap: 12.8205128205vw;
  }
}
#contact form dl dd textarea,
#entry form dl dd textarea {
  resize: none;
}
@media screen and (max-width: 960px) {
  #contact form dl dd textarea,
  #entry form dl dd textarea {
    height: 38.4615384615vw;
  }
}
#contact form dl dd.select,
#contact form dl dd .select,
#entry form dl dd.select,
#entry form dl dd .select {
  position: relative;
}
#contact form dl dd.select::after,
#contact form dl dd .select::after,
#entry form dl dd.select::after,
#entry form dl dd .select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd.select::after,
  #contact form dl dd .select::after,
  #entry form dl dd.select::after,
  #entry form dl dd .select::after {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #0E5099;
    top: 17px;
    right: 18px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd.select::after,
  #contact form dl dd .select::after,
  #entry form dl dd.select::after,
  #entry form dl dd .select::after {
    border-right: 1.2820512821vw solid transparent;
    border-left: 1.2820512821vw solid transparent;
    border-top: 2.0512820513vw solid #0E5099;
    top: 3.8461538462vw;
    right: 4.6153846154vw;
  }
}
#contact form dl dd .select,
#entry form dl dd .select {
  display: inline-block;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .select,
  #entry form dl dd .select {
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .select,
  #entry form dl dd .select {
    margin-right: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .select::after,
  #entry form dl dd .select::after {
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .select::after,
  #entry form dl dd .select::after {
    right: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .select + .select,
  #entry form dl dd .select + .select {
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .select + .select,
  #entry form dl dd .select + .select {
    margin-left: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .select select,
  #entry form dl dd .select select {
    padding: 10px 30px 10px 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .select select,
  #entry form dl dd .select select {
    padding: 2.5641025641vw 7.6923076923vw 2.5641025641vw 3.8461538462vw;
  }
}
#contact form dl dd input[type=file],
#entry form dl dd input[type=file] {
  display: none;
}
#contact form dl dd input[type=file] + label,
#entry form dl dd input[type=file] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background-color: #0E5099;
  color: #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd input[type=file] + label,
  #entry form dl dd input[type=file] + label {
    padding: 10px 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd input[type=file] + label,
  #entry form dl dd input[type=file] + label {
    padding: 2.5641025641vw 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
}
#contact form dl dd input[type=file] + label::before,
#entry form dl dd input[type=file] + label::before {
  content: "ファイルを選択";
}
#contact form dl dd .fileName,
#entry form dl dd .fileName {
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .fileName,
  #entry form dl dd .fileName {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .fileName,
  #entry form dl dd .fileName {
    font-size: 3.3333333333vw;
    letter-spacing: 0.2564102564vw;
  }
}
#contact form dl dd .file-group,
#entry form dl dd .file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  #contact form dl dd .file-group,
  #entry form dl dd .file-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  #contact form dl dd .file-group,
  #entry form dl dd .file-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5641025641vw;
  }
}
#contact form .agree,
#entry form .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #contact form .agree,
  #entry form .agree {
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .agree,
  #entry form .agree {
    padding-top: 6.4102564103vw;
  }
}
#contact form .agree input[type=checkbox],
#entry form .agree input[type=checkbox] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
#contact form .agree input[type=checkbox].error,
#entry form .agree input[type=checkbox].error {
  border-color: var(--Red, #F00);
}
@media print, screen and (min-width: 961px) {
  #contact form .agree input[type=checkbox],
  #entry form .agree input[type=checkbox] {
    margin-right: 14px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .agree input[type=checkbox],
  #entry form .agree input[type=checkbox] {
    margin-right: 3.5897435897vw;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
#contact form .agree input[type=checkbox]:checked,
#entry form .agree input[type=checkbox]:checked {
  border-color: #0E5099;
  background-color: #0E5099;
}
#contact form .agree input[type=checkbox]:checked::before,
#entry form .agree input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
          transform: translate(-50%, -50%) rotate(50deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media print, screen and (min-width: 961px) {
  #contact form .agree input[type=checkbox]:checked::before,
  #entry form .agree input[type=checkbox]:checked::before {
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .agree input[type=checkbox]:checked::before,
  #entry form .agree input[type=checkbox]:checked::before {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
  }
}
#contact form .agree label,
#entry form .agree label {
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 961px) {
  #contact form .agree label,
  #entry form .agree label {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .agree label,
  #entry form .agree label {
    font-size: 3.8461538462vw;
  }
}
#contact form .agree label a,
#entry form .agree label a {
  color: #0E5099;
  text-decoration: underline;
}
#contact form .agree .error-msg,
#entry form .agree .error-msg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#contact form .error-msg,
#entry form .error-msg {
  display: none;
  min-width: 100%;
  color: var(--Red, #F00);
  line-height: 150%;
}
@media print, screen and (min-width: 961px) {
  #contact form .error-msg,
  #entry form .error-msg {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .error-msg,
  #entry form .error-msg {
    margin-top: 2.5641025641vw;
    font-size: 3.8461538462vw;
    letter-spacing: 0.3846153846vw;
  }
}
#contact form .error .error-msg, #contact form .error + .error-msg,
#entry form .error .error-msg,
#entry form .error + .error-msg {
  display: block;
}
#contact form .btn-wrap,
#entry form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 961px) {
  #contact form .btn-wrap,
  #entry form .btn-wrap {
    gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .btn-wrap,
  #entry form .btn-wrap {
    gap: 6.4102564103vw;
    margin-top: 12.8205128205vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form .btn-wrap .btn,
  #entry form .btn-wrap .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .btn-wrap .btn,
  #entry form .btn-wrap .btn {
    font-size: 3.8461538462vw;
  }
}
#contact form .btn-wrap .btn.nv_back,
#entry form .btn-wrap .btn.nv_back {
  border-color: #888888;
  color: #000000;
}
@media print, screen and (min-width: 961px) {
  #contact form .btn-wrap .btn.nv_back,
  #entry form .btn-wrap .btn.nv_back {
    min-width: 140px;
  }
}
@media screen and (max-width: 960px) {
  #contact form .btn-wrap .btn.nv_back,
  #entry form .btn-wrap .btn.nv_back {
    width: 35.8974358974vw;
  }
}
#contact form .btn-wrap .btn.nv_back:hover,
#entry form .btn-wrap .btn.nv_back:hover {
  background-color: #888888;
  color: #fff;
}
#contact form#complete h3,
#entry form#complete h3 {
  text-align: center;
  font-weight: 700;
  line-height: 150%;
}
@media print, screen and (min-width: 961px) {
  #contact form#complete h3,
  #entry form#complete h3 {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 960px) {
  #contact form#complete h3,
  #entry form#complete h3 {
    margin-top: 7.6923076923vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.4615384615vw;
  }
}
@media print, screen and (min-width: 961px) {
  #contact form#complete p,
  #entry form#complete p {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #contact form#complete p,
  #entry form#complete p {
    margin-top: 7.6923076923vw;
  }
}
#contact.status1 #input, #contact.status2 #confirm, #contact.status3 #complete,
#entry.status1 #input,
#entry.status2 #confirm,
#entry.status3 #complete {
  display: block;
}

.popup_cookie {
  background-color: #000000;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  z-index: 100;
}
@media print, screen and (min-width: 961px) {
  .popup_cookie {
    padding: 30px 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
  }
}
@media screen and (max-width: 960px) {
  .popup_cookie {
    padding: 7.6923076923vw 6.4102564103vw;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@media print, screen and (min-width: 961px) {
  .popup_cookie.is-show {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .popup_cookie.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.popup_cookie::before {
  content: "";
  position: absolute;
  background: #000000 url(../img/icon_cookie.svg) no-repeat center;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 961px) {
  .popup_cookie::before {
    width: 80px;
    height: 80px;
    background-size: 30px;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .popup_cookie::before {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
    background-size: 7.6923076923vw;
    top: 0;
    left: 50%;
  }
}
.popup_cookie p {
  line-height: 150%;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .popup_cookie p {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  .popup_cookie p {
    font-size: 3.8461538462vw;
    letter-spacing: 0.3846153846vw;
  }
}
.popup_cookie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 961px) {
  .popup_cookie ul {
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .popup_cookie ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}
.popup_cookie ul li button.nv_reject {
  border-color: #888;
  color: #F00;
}
.popup_cookie ul li button.nv_reject:hover {
  background-color: #888;
  color: #fff;
}