* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 3.58974vw;
  }
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul {
  margin: 0 0;
  padding: 0 0;
}

a {
  text-decoration: none;
  transition: opacity ease 0.3s;
}
@media screen and (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  height: auto;
}

li {
  list-style: none;
}

.mincho {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}

.inner {
  width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 10.25641vw);
  }
}

.btn {
  min-width: 144px;
  height: 50px;
  padding-right: 26px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
.btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 26px) / 2);
  right: 20px;
}
.btn.orangeBtn {
  color: #fff;
  background: linear-gradient(90deg, #fd864e, #ff3e0b);
}
.btn.basicBtn {
  color: #1F445E;
  border: 1px solid #1F445E;
  background-color: #fff;
  position: relative;
}
.btn.basicBtn.back {
  width: 154px;
  padding-right: 0;
}
.btn.basicBtn.back::before {
  content: none;
}
@media screen and (hover: hover) {
  .btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: unset;
    width: 100%;
  }
  .btn.basicBtn.back {
    width: 100%;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mb1em {
  margin-bottom: 1em;
}

header {
  width: 100%;
  padding: 20px 20px;
  background-color: #fff;
}
header .header__inner {
  display: flex;
  align-items: center;
}
header .btnMenuWrap {
  display: flex;
  margin-left: 1em;
}
header .btnMenuWrap li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 20px;
  }
}

.linkLogo a {
  display: flex;
  align-items: center;
}
.linkLogo img {
  width: auto;
  height: 40px;
  margin-right: 20px;
}
.linkLogo .headTxt {
  color: #231815;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.linkLogo .headTxt span {
  display: block;
  margin-top: 5px;
  padding: 0 10px;
  color: #808080;
  line-height: 2;
  letter-spacing: 0.5px;
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: #fff;
}
.linkLogo.footLogo .headTxt {
  color: #fff;
}
.linkLogo.footLogo .headTxt span {
  font-size: 10px;
}

main h1 {
  margin: 60px 0;
  color: #1F445E;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
main h1 span {
  display: block;
  margin-bottom: 15px;
  padding-left: 26px;
  font-size: 0.4167em;
  position: relative;
}
main h1 span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_title.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 20px) / 2);
  left: 0;
}
@media screen and (max-width: 768px) {
  main h1 {
    margin: 1.11em 0;
    font-size: 2.5714em;
  }
  main h1 span {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 0.556em;
  }
  main h1 span::before {
    width: 1em;
    height: 1em;
    top: calc((100% - 1em) / 2);
  }
}

.beigeWrap {
  padding: 80px 0;
  background-color: #F6F5F1;
}
@media screen and (max-width: 768px) {
  .beigeWrap {
    padding: 40px 0;
  }
}

.contentsWrap {
  width: 960px;
  margin: 0 auto;
  padding: 60px;
  border: 1px solid #DEDBCC;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contentsWrap {
    width: calc(100% - 10.25641vw);
    padding: 5.1282vw;
  }
}

.formWrap p.read {
  margin-bottom: 10px;
  line-height: 1.75;
}
.formWrap p.note {
  color: #808080;
  font-size: 0.75em;
  line-height: 1.5;
}
.formWrap ul.btnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.formWrap ul.btnWrap .basicBtn.back {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .formWrap p.read {
    margin-bottom: 0.7143em;
  }
  .formWrap p.note {
    font-size: 0.857143em;
  }
  .formWrap ul.btnWrap {
    display: block;
  }
}

dl.formContents {
  color: #000;
}
dl.formContents .dlWrap {
  margin-top: 30px;
}
dl.formContents dt {
  margin-bottom: 11px;
  color: #1F445E;
  font-size: 1.125em;
  line-height: 1.34;
  font-weight: bold;
  position: relative;
}
dl.formContents dt.req {
  padding-left: 2.84em;
}
dl.formContents dt.req span.reqIcon {
  width: 41px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3E0B;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
dl.formContents dt.req span.anyIcon {
  width: 41px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #808080;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
dl.formContents dd p.caption {
  margin-top: 10px;
  line-height: 1.75;
}
dl.formContents dd p.captionTop {
  margin-bottom: 10px;
  line-height: 1.75;
}
dl.formContents dd a.blankLink {
  color: #1F445E;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
}
dl.formContents dd a.blankLink::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_link_navy.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 18px) / 2);
  right: -20px;
}
dl.formContents dd .selectWrap {
  position: relative;
}
dl.formContents dd .selectWrap::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_black.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 10px;
  pointer-events: none;
}
dl.formContents dd .selectWrap.error::before {
  background: url(../img/icon_arrow_red.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  dl.formContents .dlWrap {
    margin-top: 1.42857em;
  }
  dl.formContents dt {
    margin-bottom: 0.6875em;
    font-size: 1.142857em;
    line-height: 1.5;
  }
  dl.formContents dt.req {
    padding-left: 3.1875em;
  }
  dl.formContents dt.req span.reqIcon, dl.formContents dt.req span.anyIcon {
    width: 3.4167em;
    height: 2.08334em;
    font-size: 0.75em;
    border-radius: 2px;
  }
  dl.formContents dd p.caption {
    margin-top: 0.7143em;
    line-height: 1.5;
  }
  dl.formContents dd p.captionTop {
    margin-top: 0.7143em;
    line-height: 1.5;
  }
  dl.formContents dd a.blankLink {
    display: inline-block;
    margin-top: 0.7143em;
    font-size: 1em;
  }
  dl.formContents dd a.blankLink::after {
    width: 1.42857em;
    height: 1.42857em;
    top: calc((100% - 1.2857em) / 2);
    right: -1.57143em;
  }
  dl.formContents dd .selectWrap::before {
    width: 5.13vw;
    height: 5.13vw;
    top: calc((100% - 5.13vw) / 2);
    right: 1em;
  }
}

footer {
  padding: 40px 0;
  background-color: #092436;
}
footer * {
  color: #fff;
  font-size: 14px;
}
footer .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .copyRight {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.confirm .formWrap ul.btnWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .confirm .formWrap ul.btnWrap {
    margin-top: 2.857em;
  }
  .confirm .formWrap ul.btnWrap .back {
    margin-bottom: 1.4em;
  }
}

.complete .thanksWrap {
  text-align: center;
}
.complete .thanksWrap h2 {
  margin-bottom: 1.25em;
  color: #1F445E;
  font-size: 2em;
  line-height: 1.5;
}
.complete .thanksWrap .basicBtn {
  width: 186px;
  height: 50px;
  margin: 40px auto 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.complete .thanksWrap .basicBtn::before {
  background: url(../img/icon_arrow_navy.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .complete .thanksWrap {
    padding-bottom: 2em;
  }
  .complete .thanksWrap h2 {
    margin-bottom: 0.7143em;
  }
  .complete .thanksWrap .basicBtn {
    width: 100%;
    height: 3.57143em;
    margin: 1.42857em auto 0;
  }
}

input[type=text], input[type=tel], input[type=email], select {
  width: 100%;
  height: 50px;
  padding: 13px 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #F6F5F1;
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=tel], input[type=email], select {
    height: 12.82vw;
    padding: 3.33vw 2.5641vw;
    font-size: 14px;
  }
  input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, select:focus {
    font-size: 16px;
  }
}

input[type=checkbox] {
  border-radius: 30px;
  display: none;
}
input[type=file] {
  opacity: 0.5;
}
textarea {
  width: 100%;
  height: 10em;
  padding: 13px 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #F6F5F1;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 150px;
  }
}

::placeholder {
  color: #999;
}

select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select:has(option:checked[value=""]) {
  color: #999;
}

label.fileWrap {
  width: 100%;
  height: 126px;
  text-align: center;
  border-radius: 4px;
  border: 1px dashed #DEDBCC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
label.fileWrap span.placeholderBox {
  padding-top: 46px;
  color: #808080;
  position: absolute;
}
label.fileWrap span.placeholderBox::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon_export.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
label.fileWrap input[type=file] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

button:disabled {
  background: #eee !important;
  cursor: not-allowed;
}

input.error,
textarea.error {
  border: 1px solid;
  border-color: rgba(255, 0, 0, 0.5);
  background-color: #FFF5F5;
  color: #000;
}

.selectWrap.error select {
  border: 1px solid;
  border-color: rgba(255, 0, 0, 0.5);
  background-color: #FFF5F5;
}

p.error {
  display: none;
  margin-top: 10px;
  color: red;
  line-height: 1.75;
}

.policyBlock {
  margin: 40px auto;
  padding: 40px;
  background-color: #F6F5F1;
  border-radius: 4px;
}
.policyBlock .normalTxt {
  margin-bottom: 2em;
}
.policyBlock .normalTxt h2 {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5;
}
.policyBlock .normalTxt p {
  line-height: 1.75;
}
.policyBlock .scrollWrap {
  overflow-y: scroll;
}
.policyBlock .scrollWrap .policyTxtWrap {
  max-height: 350px;
  padding: 0 1em 1em;
}
.policyBlock .scrollWrap .policyTxtWrap h3 {
  font-size: 20px;
  line-height: 1.8;
}
.policyBlock .scrollWrap .policyTxtWrap p {
  line-height: 1.75;
}
.policyBlock .scrollWrap .policyTxtWrap ol {
  margin-top: 30px;
  padding: 15px 0 11px 30px;
  border: none;
}
.policyBlock .scrollWrap .policyTxtWrap ol li {
  list-style: decimal;
  margin: 0 10px 8px;
  position: relative;
}
.policyBlock .scrollWrap .policyTxtWrap ol li * {
  line-height: 1.8;
}
.policyBlock .scrollWrap .policyTxtWrap ol li strong:first-child {
  display: block;
}
.policyBlock .scrollWrap .policyTxtWrap ol li:not(:first-child) strong:first-child {
  margin: 17px 0 0;
}
.policyBlock .scrollWrap .policyTxtWrap ol li ul {
  padding: 15px 0 15px 25px;
}
.policyBlock .scrollWrap .policyTxtWrap ol li ul li {
  margin: 0 0 8px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .policyBlock {
    margin: 2.857143em auto 1.42857143em;
    padding: 1.42857em;
  }
  .policyBlock .normalTxt {
    margin-bottom: 2em;
  }
  .policyBlock .normalTxt h2 {
    margin-bottom: 0.625em;
    font-size: 1.142857em;
  }
  .policyBlock .scrollWrap .policyTxtWrap {
    max-height: 350px;
    padding: 0 1em 1em;
  }
  .policyBlock .scrollWrap .policyTxtWrap h3 {
    font-size: 1.143em;
    line-height: 1.8;
  }
  .policyBlock .scrollWrap .policyTxtWrap p {
    font-size: 1.143em;
    line-height: 1.75;
  }
  .policyBlock .scrollWrap .policyTxtWrap ol {
    margin-top: 1em;
    padding: 1em 0 0.7857em 0;
  }
  .policyBlock .scrollWrap .policyTxtWrap ol li {
    margin: 0 0.625em 0.5em;
  }
  .policyBlock .scrollWrap .policyTxtWrap ol li:not(:first-child) strong:first-child {
    margin: 1.0625em 0 0;
  }
  .policyBlock .scrollWrap .policyTxtWrap ol li ul {
    padding: 1em 0 1em 1em;
  }
  .policyBlock .scrollWrap .policyTxtWrap ol li ul li {
    margin: 0 0 8px;
  }
}

.checkBoxWrap {
  margin-bottom: 20px;
  text-align: center;
}
.checkBoxWrap label {
  color: #1F445E;
  cursor: pointer;
  position: relative;
}
.checkBoxWrap label span {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.checkBoxWrap label span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  position: absolute;
  top: calc((100% - 20px) / 2);
  left: -30px;
}
@media screen and (hover: hover) {
  .checkBoxWrap label span:hover {
    text-decoration: underline;
  }
}
.checkBoxWrap label input:checked + span::before {
  background-color: #1F445E;
}
.checkBoxWrap label input:checked + span::after {
  content: "";
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(40deg);
  position: absolute;
  top: calc((100% - 13px) / 2);
  left: -23px;
}
@media screen and (max-width: 768px) {
  .checkBoxWrap {
    margin-bottom: 1.4286em;
  }
  .checkBoxWrap label span {
    margin-left: 2.143em;
  }
}/*# sourceMappingURL=entry.css.map */

/*+--------------------------------*/
/* 2026年版 採用サイト用フォーム処理 */
/*+--------------------------------*/

label.fileWrap.error {
  border-color: rgba(255, 0, 0, 0.5);
  background-color: #FFF5F5;
}

label.fileWrap.error span.placeholderBox {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

label.fileWrap .mw-wp-form_file {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 220px;
  padding: 10px 14px 10px 42px;
  background: #f6f5f1;
  border-radius: 6px;
  color: #1F445E;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  z-index: 2;
}

label.fileWrap .mw-wp-form_file::before {
  content: "📄";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

label.fileWrap .mwform-file-delete {
  position: absolute;
  right: 170px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
label.fileWrap .mw-wp-form_file:empty {
  display: none;
}

/*+--------------------------------*/
/* 2026年版 採用サイト用フォーム：入力画面 */
/*+--------------------------------*/

label.fileWrap.error {
  border-color: rgba(255, 0, 0, 0.5);
  background-color: #FFF5F5;
}

label.fileWrap.error span.placeholderBox {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

label.fileWrap .mw-wp-form_file {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  max-width: 220px;
  box-sizing: border-box;
  padding: 10px 14px 10px 42px;
  background: #f6f5f1;
  border-radius: 6px;
  color: #1F445E;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}

label.fileWrap .mw-wp-form_file::before {
  content: "📄";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

label.fileWrap .mwform-file-delete {
  position: absolute;
  right: 250px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

label.fileWrap .mw-wp-form_file:empty {
  display: none;
}

/* PCではアップロード後も案内文を表示 */
@media screen and (min-width: 768px) {
  body:not(.confirm) label.fileWrap.hasFile .placeholderBox {
    display: block !important;
  }
}

/*+--------------------------------*/
/* 2026年版 採用サイト用フォーム：確認画面 */
/*+--------------------------------*/
/* 確認画面ではテンプレートリンクを非表示 */
.confirm .blankLink {
  display: none !important;
}
.confirm .input_view {
  display: none;
}

.confirm .confirm_view {
  display: block;
  margin-bottom: 30px;
}

body:not(.confirm) .confirm_view {
  display: none;
}

.confirm .caption,
.confirm .blankLink,
.confirm .policyBlock,
.confirm .checkBoxWrap {
  display: none;
}

.confirm dl.formContents .dlWrap {
  margin-top: 30px;
}

.confirm dl.formContents dt.req {
  padding-left: 0;
}

.confirm dl.formContents dt.req span.reqIcon {
  display: none;
}

.confirm label.fileWrap {
  height: auto;
  min-height: unset;
  border: none;
  display: block;
  text-align: left;
  background: none;
}

.confirm label.fileWrap .placeholderBox,
.confirm label.fileWrap input[type="file"],
.confirm label.fileWrap .mwform-file-delete {
  display: none;
}

.confirm label.fileWrap .mw-wp-form_file {
  position: static;
  transform: none;
  width: auto;
  max-width: none;
  padding: 0;
  background: none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.confirm label.fileWrap .mw-wp-form_file::before {
  content: none;
}

.confirm .btnWrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: 40px !important;
}

.confirm .btnWrap li {
  width: auto !important;
  margin: 0 !important;
  display: block !important;
}

/*+--------------------------------*/
/* スマホ調整 */
/*+--------------------------------*/

@media screen and (max-width: 767px) {

  body:not(.confirm) label.fileWrap.hasFile .placeholderBox {
    display: none;
  }

  body:not(.confirm) label.fileWrap .mw-wp-form_file {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: calc(100% - 120px);
    max-width: 260px;
    padding: 10px 14px 10px 60px;
    text-align: left;
  }

  body:not(.confirm) label.fileWrap .mw-wp-form_file::before {
    left: 30px;
  }

  body:not(.confirm) label.fileWrap .mwform-file-delete {
    right: auto;
    left: calc(50% - 120px);
  }

  .confirm .btnWrap {
    display: block !important;
  }

  .confirm .btnWrap li {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .confirm .btnWrap li:last-child {
    margin-bottom: 0 !important;
  }

  .confirm .btnWrap button {
    width: 100% !important;
  }
}
.confirm .historyNote {
  display: none;
}
.confirm dl.formContents dt.req span.reqIcon,
.confirm dl.formContents dt span.anyIcon {
  display: none;
}

label.fileWrap,
label.fileWrap * {
  cursor: pointer;
}

label.fileWrap {
  transition: all .2s ease;
}

label.fileWrap:hover {
  background-color: #F6F5F1;
}

input.error,
textarea.error,
.selectWrap.error select {
  color: #000 !important;
}