@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 80px;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  html {
    scroll-padding-top: 60px;
  }
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
}

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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

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,
[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;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
}

.l-header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: solid 2px #FF6B3B;
  position: fixed;
  top: 0;
  z-index: 4;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 60px;
    padding: 0 16px;
  }
}

.l-footer {
  border-top: solid 2px #FF6B3B;
}
.l-footer--floating {
  padding: 0 0 80px 0;
}
.l-footer-container {
  width: 960px;
  margin: auto;
  padding: 24px 0 32px;
}
@media screen and (max-width: 1000px) {
  .l-footer-container {
    width: 100%;
    padding: 24px 16px 32px;
  }
}
.l-footer-inner + .l-footer-inner {
  margin: 24px auto auto auto;
}
.l-footer-group {
  display: none;
}

.l-sidebar {
  width: 200px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .l-sidebar {
    display: none;
  }
}

.l-top-search {
  background-color: #FFF8EE;
  margin: 32px auto auto;
}
.l-top-search-container {
  width: 960px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .l-top-search-container {
    width: 100%;
    padding: 20px 16px;
  }
}

.l-top-search-wrap {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .l-top-search-wrap {
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    gap: 30px;
  }
}

.l-container, .l-container--detail, .l-container--top {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 1000px) {
  .l-container, .l-container--detail, .l-container--top {
    width: 100%;
    margin: 20px auto 40px;
  }
}
.l-container--top {
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .l-container--top {
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l-container--detail {
    margin: auto auto 40px;
  }
}
.l-container--record {
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .l-container--record {
    margin: 24px auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-container--info {
    margin: 40px auto;
  }
}
.l-container--thanks {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .l-container--thanks {
    margin-bottom: 40px;
  }
}

.l-main {
  width: 720px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .l-main {
    width: 100%;
  }
}
.l-main--full {
  width: 960px;
}

.l-job-list {
  background: #FFF8EE;
  padding: 24px 40px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .l-job-list {
    padding: 40px 16px;
    border-radius: 0px;
    gap: 16px;
  }
}
.l-job-list--record {
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .l-job-list--record {
    padding: 24px 16px;
  }
}

.l-job-detail {
  background: #FFF8EE;
  padding: 50px 40px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .l-job-detail {
    padding: 40px 16px 30px;
    border-radius: 0px;
  }
}

.l-facility-detail {
  background: #FFF8EE;
  padding: 50px 40px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .l-facility-detail {
    padding: 40px 16px 30px;
    border-radius: 0px;
  }
}

.l-facility-job-list {
  background: #FFF8EE;
  padding: 40px 40px 40px;
  margin: 40px auto auto;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-facility-job-list {
    padding: 30px 16px 30px;
    border-radius: 0px;
  }
}

.l-search-dialog-open {
  cursor: pointer;
  margin: 0;
}

.l-search-dialog__arrow {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  color: #FF6B3B;
}

.l-search-dialog__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  .l-search-dialog__container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.l-search-dialog__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.l-search-dialog__container.active {
  opacity: 1;
  visibility: visible;
}
.l-search-dialog__container.sp-active {
  opacity: 1;
  visibility: visible;
}
.l-search-dialog__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 720px;
  background: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .l-search-dialog__body {
    position: relative;
    width: 100%;
    max-width: none;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
}

.l-search-dialog__container.sp-active .l-search-dialog__body {
  transform: translateY(0);
}

.l-menu {
  width: 300px;
  height: 100%;
  padding-top: 40px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 10;
  transform: translate(300px);
  transition: all 0.5s;
  box-shadow: -2px -5px 8px 0 rgba(0, 0, 0, 0.15);
}
.l-menu.open {
  transform: translateZ(0);
}
.l-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5;
}
.l-menu__overlay.open {
  display: block;
}
.c-header-logo img {
  height: 28px;
}
@media screen and (max-width: 1000px) {
  .c-header-logo img {
    height: 20px;
  }
}

.c-header-menu {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .c-header-menu {
    gap: 16px;
  }
}
.c-header-menu__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .c-header-menu__item a {
    flex-direction: column;
    font-size: 10px;
    gap: 4px;
  }
}
.c-header-menu__item svg {
  width: 32px;
  height: 32px;
  color: #FF6B3B;
}
@media screen and (max-width: 1000px) {
  .c-header-menu__item svg {
    width: 24px;
    height: 24px;
  }
}
.c-header-menu__item--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .c-header-menu__item--menu {
    flex-direction: column;
    font-size: 10px;
    gap: 4px;
  }
}

.c-footer-title {
  font-size: 14px;
  font-weight: bold;
}

.c-footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto auto 12px;
  gap: 12px;
}
.c-footer-menu__item {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.c-footer-menu__item a {
  color: #222222;
  padding: 0 0 4px;
}
.c-footer-menu__item svg {
  width: 16px;
  height: 16px;
  margin: -2px auto auto 4px;
  color: #FF6B3B;
}
.c-footer-mark {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-footer-mark {
    flex-direction: column;
  }
}

.c-footer-privacy {
  max-width: 472px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-footer-privacy__image img {
  width: 60px;
  height: 60px;
}
.c-footer-privacy__text {
  font-size: 12px;
  line-height: 1.5;
}

.c-footer-certification {
  max-width: 472px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-footer-certification__image img {
  width: 60px;
  height: 60px;
}
.c-footer-certification__text {
  font-size: 12px;
  line-height: 1.5;
}

.c-footer-copyright {
  background-color: #222222;
  color: #FFFFFF;
  padding: 16px 0;
  text-align: center;
}

.c-menu__btn {
  margin: auto 20px 40px;
}
.c-menu__btn a {
  padding: 16px 16px;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  text-align: left;
  gap: 12px;
  font-weight: bold;
}
.c-menu__btn span.free-menu {
  margin: auto 0 auto -20px;
}
@media screen and (max-width: 1000px) {
  .c-menu__btn span.free-menu {
    position: initial !important;
  }
}
.c-menu__nav {
  border-top: solid 1px #BBBBBB;
}
.c-menu__nav-item {
  position: relative;
}
.c-menu__nav-item a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  border-bottom: solid 1px #BBBBBB;
}
.c-menu__nav-item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  color: #FF6B3B;
  pointer-events: none;
}
.c-menu__close-btn {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  font-size: 12px;
  color: #767676;
  border: solid 1px #767676;
  border-radius: 9999px;
  cursor: pointer;
  margin: 40px auto auto;
}
.c-menu__close-btn svg {
  width: 16px;
  height: 16px;
}

.c-sidebar-cta__btn a {
  padding: 16px 16px;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
.c-sidebar-cta__btn .free {
  margin: auto 0 auto -20px;
}

.c-sideber-nav__list {
  border-top: solid 1px #BBBBBB;
}
.c-sideber-nav__item {
  position: relative;
}
.c-sideber-nav__item a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 16px;
  border-bottom: solid 1px #BBBBBB;
}
.c-sideber-nav__item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  color: #222222;
  pointer-events: none;
}

.c-sideber-item {
  border: solid 1px #FF6B3B;
  border-radius: 12px;
}
.c-sideber-item__title {
  position: relative;
}
.c-sideber-item__title a {
  display: block;
  background-color: #FF6B3B;
  border-radius: 12px 12px 0 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.c-sideber-item__title svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0px, -50%);
  width: 14px;
  color: #FFFFFF;
  pointer-events: none;
}
.c-sideber-item__list {
  padding: 12px;
}
.c-sideber-item__item {
  position: relative;
}
.c-sideber-item__item a {
  display: block;
  font-size: 14px;
  padding: 8px 25px 8px 0;
}
.c-sideber-item__item svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  width: 14px;
  fill: #222222;
  pointer-events: none;
}

.c-btn-primary {
  position: relative;
}
.c-btn-primary a {
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-primary svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FF6B3B;
  width: 18px;
  height: 24px;
}
.c-btn-primary__coat {
  color: #FFFFFF;
  background-color: #FF6B3B;
  border-radius: 4px;
}
.c-btn-primary__coat svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 18px;
  height: 24px;
}
.c-btn-primary__frame {
  color: #222222;
  background-color: #FFFFFF;
  border: solid 2px #FF6B3B;
  border-radius: 4px;
}
.c-btn-primary__frame svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FF6B3B;
  width: 18px;
  height: 24px;
}
.c-btn-primary__another {
  border: solid 1px #20B7A4;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.c-btn-primary__another svg {
  color: #20B7A4;
}
.c-btn-primary span.free {
  background-color: #037F9B;
  color: #FFFFFF;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .c-btn-primary span.free {
    position: absolute;
    top: -15px;
    left: 10px;
  }
}
.c-btn-primary span.small {
  display: block;
  font-size: 12px;
  margin: auto auto 4px;
}
.c-btn-primary input[type=submit] {
  color: #222222;
  background-color: #FFFFFF;
  border: solid 1px #037F9B;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-secondary {
  position: relative;
}
.c-btn-secondary a {
  color: #FFFFFF;
  background-color: #20B7A4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.c-btn-secondary svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 18px;
  height: 24px;
}
.c-btn-secondary span.free {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .c-btn-secondary span.free {
    position: absolute;
    top: -15px;
    left: 10px;
    border: solid 1px #D73C56;
  }
}
.c-btn-secondary span.free-menu {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .c-btn-secondary span.free-menu {
    position: absolute;
    top: -15px;
    left: 10px;
  }
}
.c-btn-secondary span.small {
  display: block;
  font-size: 12px;
  margin: auto auto 4px;
}
.c-btn-secondary span.free60s {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
.c-btn-secondary input[type=submit] {
  color: #FFFFFF;
  background-color: #20B7A4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-secondary button[type=submit] {
  color: #FFFFFF;
  background-color: #20B7A4;
  border-radius: 4px;
  font-size: 14px;
  width: 440px;
  height: 66px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-btn-secondary button[type=submit] {
    width: 100%;
  }
}
.c-btn-detail {
  position: relative;
}
.c-btn-detail a {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-detail svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 18px;
  height: 24px;
}
.c-btn-detail__open {
  height: 54px;
  color: #FFFFFF;
  background-color: #FF6B3B;
  border-radius: 4px;
}
.c-btn-detail__open svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 18px;
  height: 24px;
}
.c-btn-detail__close {
  height: 54px;
  color: #222222;
  background-color: #FFFFFF;
  border: solid 2px #FF6B3B;
  border-radius: 4px;
}
.c-btn-detail__close svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FF6B3B;
  width: 18px;
  height: 24px;
}
.c-btn-detail span.free {
  background-color: #FF6A83;
  color: #FFFFFF;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .c-btn-detail span.free {
    position: absolute;
    top: -15px;
    left: 10px;
  }
}
.c-btn-detail span.small {
  display: block;
  font-size: 12px;
  margin: auto auto 4px;
}
.c-btn-detail input[type=submit] {
  color: #FF6A83;
  background-color: #FFFFFF;
  border: solid 1px #FF6A83;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-btn-keep {
  color: #222222;
  border: solid 1px #FF6B3B;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.c-btn-keep svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #FFB941;
}
.c-btn-keep--on {
  color: #222222;
  border: solid 1px #FF6B3B;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.c-btn-keep--on svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #FFB941;
}

.c-top-title {
  font-size: 16px;
  font-weight: bold;
  margin: auto auto 15px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-top-title span {
  font-size: 12px;
  margin: auto auto auto 0;
}
.c-top-title svg {
  width: 28px;
  height: 28px;
  color: #FF6B3B;
}

.c-job-card {
  background-color: #FFFFFF;
  border: solid 2px #FFB941;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto 6px;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .c-job-card {
    margin: auto 0px;
  }
}
.c-job-card__label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-job-card__label li {
  background-color: #FFFBE6;
  color: #222222;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
}
.c-job-card__name {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #FF6B3B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-job-card__image {
  width: 100%;
  height: 150px;
}
.c-job-card__image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-job-card__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
}
.c-job-card__info-term {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  width: 45px;
}
.c-job-card__info-desc {
  font-size: 14px;
  color: #222222;
  width: calc(100% - 45px - 8px);
  line-height: 1.3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-job-card__btn {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.c-job-card__btn-detail {
  position: relative;
  width: calc(100% - 56px - 8px);
}
.c-job-card__btn-detail a {
  padding: 16px;
}
.c-job-card__btn-keep {
  width: 56px;
}
.c-job-card__btn-keep a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-job-card__btn-full {
  width: 100%;
}
.c-breadcrumbs {
  width: 100%;
  background-color: #FFFFFF;
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs {
    padding: 0 0 0 15px;
    margin: 60px auto auto;
  }
}
.c-breadcrumbs__list {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs__list {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
}
.c-breadcrumbs__item {
  display: flex;
  list-style: none;
  font-size: 12px;
  line-height: 42px;
  font-weight: bold;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs__item {
    line-height: 24px;
  }
}
.c-breadcrumbs__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/icon/arrowRightIcon_breadcrumbs.svg") no-repeat center center;
  background-size: contain;
  margin: auto 10px;
  vertical-align: middle;
}
.c-breadcrumbs__item:last-child::after {
  content: "";
  background: none;
}
.c-breadcrumbs__item a {
  text-decoration: none;
  color: #222222;
  font-weight: normal;
}
.c-heading {
  width: 100%;
  height: 248px;
  background: #EDF7F7 url(../img/common/mv-pc.webp) no-repeat right center/cover;
}
@media screen and (max-width: 1000px) {
  .c-heading {
    height: 110px;
    background: #EDF7F7 url(../img/common/mv-sp.webp) no-repeat right center/cover;
  }
}
.c-heading__inner {
  width: 960px;
  max-width: 90vw;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-heading__inner {
    width: 100%;
    align-items: center;
  }
}
.c-heading__title {
  font-size: 32px;
  font-weight: bold;
  color: #4D1100;
}
@media screen and (max-width: 1000px) {
  .c-heading__title {
    font-size: 20px;
  }
}
.c-heading__en {
  font-size: 14px;
  color: #009CB0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-heading__en {
    font-size: 12px;
  }
}

.c-flow {
  background: #FFF8EE;
  padding: 40px;
  border-radius: 12px;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .c-flow {
    padding: 16px 0 40px 16px;
    border-radius: 0px;
  }
}
.c-flow__header {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: -50px auto 30px;
}
@media screen and (max-width: 1000px) {
  .c-flow__header {
    font-size: 20px;
    margin: -30px auto 10px;
  }
}
.c-flow__icon {
  width: 76px;
  margin: auto -76px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__icon {
    margin: auto -50px auto auto;
  }
}
.c-flow__icon img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-flow__list {
    overflow-x: hidden;
    padding: 20px 0 0 0;
  }
}
.c-flow__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px 40px 24px 72px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-flow__item {
    border-radius: 12px 0 0 12px;
    padding: 20px 16px 20px 40px;
  }
}
.c-flow__item + .c-flow__item {
  margin: 24px auto auto;
}
.c-flow__item::before {
  content: "";
  height: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: 30px;
  border-left: solid 3px #FF6B3B;
}
@media screen and (max-width: 1000px) {
  .c-flow__item::before {
    left: 20px;
  }
}
.c-flow__item--last {
  background: linear-gradient(to right, #FF6B3B, #FF923E, #FFB941);
  border-radius: 8px;
  padding: 4px;
}
@media screen and (max-width: 1000px) {
  .c-flow__item--last {
    border-radius: 8px 0 0 8px;
    margin-right: -8px !important;
  }
}
.c-flow__item--last::before {
  border-left: none;
}
.c-flow__inner {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 24px 40px 24px 72px;
}
@media screen and (max-width: 1000px) {
  .c-flow__inner {
    border-radius: 5px 0 0 5px;
    padding: 20px 20px 20px 40px;
  }
}
.c-flow__badge {
  background: #FF6B3B;
  color: #FFFFFF;
  border-radius: 9999px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .c-flow__badge {
    left: 5px;
  }
}
.c-flow__step-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .c-flow__step-container {
    align-items: flex-end;
  }
}
.c-flow__step {
  width: 410px;
}
@media screen and (max-width: 1000px) {
  .c-flow__step {
    width: 65%;
  }
}
.c-flow__title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .c-flow__title {
    font-size: 16px;
  }
}
.c-flow__title--last {
  color: #222222;
}
.c-flow__text {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  margin: 12px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__text {
    line-height: 1.4;
  }
}
.c-flow__text span {
  color: #767676;
  display: block;
}
.c-flow__image {
  width: 106px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .c-flow__image {
    width: 90px;
  }
}
.c-flow__image img {
  width: 100%;
}
.c-flow__btnContainer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__btnContainer {
    flex-direction: column;
  }
}
.c-flow__bth {
  width: 248px;
}
@media screen and (max-width: 1000px) {
  .c-flow__bth {
    width: 100%;
  }
}
.c-flow__bth a {
  padding: 16px;
}
.c-flow__tel {
  width: 248px;
}
@media screen and (max-width: 1000px) {
  .c-flow__tel {
    width: 100%;
  }
}
.c-flow__tel img {
  width: 100%;
}
.c-flow__cv {
  position: relative;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__cv {
    margin: 40px 16px auto 0;
  }
}
.c-flow__cv__btn {
  width: 343px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__cv__btn {
    width: 100%;
  }
}
.c-flow__cv__btn a {
  padding: 20px 0;
}
.c-flow__cv span {
  display: block;
  background-color: #FFFFFF;
  border-radius: 9999px;
  color: #222222;
  border: solid 1px #20B7A4;
  margin: auto;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 171px;
  transform: translate(-50%, 10%);
  line-height: 1.6;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-flow__guide {
    margin-bottom: 48px;
  }
}

.c-cta {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-cta {
    width: 100%;
    padding: 0 16px;
  }
}
.c-cta__title {
  font-size: 16px;
  line-height: 1.6;
  margin: auto auto 20px;
}
.c-cta__title span {
  font-weight: bold;
  color: #D3433C;
}
.c-cta__btn {
  width: 50%;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-cta__btn {
    width: 100%;
  }
}
.c-cta__btn a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.c-cta__btn span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
.c-cta__tel {
  width: 343px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-cta__tel {
    width: auto;
    margin: 20px auto auto;
  }
}
@media screen and (max-width: 1000px) {
  .c-cta__tel__search-area {
    margin-top: 40px;
    padding: 0 16px;
  }
}
.c-cta__tel img {
  width: 100%;
}

.c-record-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-record-header {
    padding: 0 16px;
  }
}
.c-record-header__text {
  color: #222222;
  font-size: 14px;
  margin: auto auto 5px;
  line-height: 1.4;
}
.c-record-header__text br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-record-header__text br {
    display: block;
  }
}
.c-record-header__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-record-header__title span {
  font-size: 24px;
  color: #FF6B3B;
  margin: auto 5px;
}
.c-record-header__title__failed {
  line-height: 27px;
}
.c-record-header__character {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 132px;
  overflow: hidden;
  height: 102px;
}
@media screen and (max-width: 1000px) {
  .c-record-header__character {
    right: 16px;
  }
}
.c-record-header__character img {
  width: 100%;
  margin-top: 6px;
}

.c-job {
  background-color: #FFFFFF;
  border: solid 2px #FFB941;
  border-radius: 12px;
  padding: 40px;
  width: 640px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job {
    width: 100%;
    padding: 16px;
  }
}
.c-job--record {
  display: grid;
  grid-template-areas: "label label" "name name" "title title" "image info" "btn btn";
  grid-template-rows: auto;
  grid-template-columns: 180px auto;
  grid-gap: 0px 15px;
  align-items: start;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .c-job--record {
    grid-template-areas: "label" "name" "title" "image" "info" "btn";
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-job--list {
  display: grid;
  grid-template-areas: "label label" "name name" "title title" "image info" "tag tag" "btn btn";
  grid-template-rows: auto;
  grid-template-columns: 180px auto;
  grid-gap: 0px 15px;
  align-items: start;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .c-job--list {
    grid-template-areas: "label" "name" "title" "image" "info" "tag" "btn";
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-job--detail {
  background-color: #FFFFFF;
  border: solid 2px #FFB941;
  border-radius: 12px;
  padding: 40px;
  width: 640px;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .c-job--detail {
    width: 100%;
    padding: 20px 16px;
  }
}
.c-job--facility {
  display: grid;
  grid-template-areas: "label" "info" "btn";
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-gap: 15px 15px;
  align-items: start;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .c-job--facility {
    grid-template-areas: "label" "info" "btn";
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-job__update {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 10px;
  color: #767676;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .c-job__update {
    top: 15px;
    right: 15px;
  }
}
.c-job__update--detail {
  top: -25px;
  right: 0px;
}
.c-job__label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  grid-area: label;
  padding-right: 70px;
  margin: 0 0 12px;
}
.c-job__label li {
  background-color: #FFFBE6;
  border: solid 1px #FFB941;
  color: #4D1100;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 14px;
}
.c-job__label li--fill {
  background-color: #EDF7F7;
  border: none;
  color: #222222;
  font-size: 12px;
}
.c-job__label--fill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-area: label;
}
.c-job__label--fill li {
  background-color: #FFFFFF;
  border: solid 1px #037F9B;
  color: #037F9B;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 14px;
  background-color: #FFFBE6;
  border: none;
  color: #222222;
  font-size: 12px;
}
.c-job__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .c-job__inner {
    flex-direction: column;
  }
}
.c-job__name {
  font-size: 12px;
  grid-area: name;
  margin: 0 0 12px;
}
.c-job__name a {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #FF6B3B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px auto auto;
}
.c-job__name a.underline {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #FF6B3B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3;
}
@media screen and (max-width: 1000px) {
  .c-job__name a.underline {
    line-height: 2.5;
  }
}
.c-job__name span.bold {
  font-size: 14px;
  font-weight: bold;
  margin: auto 4px;
}
@media screen and (max-width: 1000px) {
  .c-job__name span.detail-text {
    display: block;
    margin: 15px 0 0 0;
  }
}
.c-job__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  grid-area: title;
  margin: 0 0 16px;
}
.c-job__title--detail {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: visible;
  white-space: normal;
  margin: 0 auto 12px;
  word-break: break-all;
}
.c-job__image {
  width: 180px;
  margin: 0;
  grid-area: image;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job__image {
    width: 100%;
    height: 100%;
  }
}
.c-job__image img {
  width: 100%;
}
.c-job__image--detail img {
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .c-job__image--detail img {
    width: 100%;
  }
}
.c-job__image .arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  pointer-events: none;
}
.c-job__image .arrow .prev-arrow,
.c-job__image .arrow .next-arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF6B3B;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
.c-job__image .arrow .prev-arrow {
  transform: rotate(180deg);
  border-radius: 50% 4px 4px 50%;
}
.c-job__image .arrow .next-arrow {
  border-radius: 50% 4px 4px 50%;
}
.c-job__image .arrow .prev-arrow::before,
.c-job__image .arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FF6B3B;
  border-top: 2px solid #FF6B3B;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.c-job__image .arrow .prev-arrow::before {
  left: -5px;
  right: 0;
}
.c-job__image .arrow .next-arrow::before {
  left: 0;
  right: 5px;
}
.c-job__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 16px;
  grid-area: info;
}
@media screen and (max-width: 1000px) {
  .c-job__info {
    margin: 16px auto 0;
  }
}
.c-job__info__record {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .c-job__info__record {
    margin: 16px auto 0;
  }
}
.c-job__info-term {
  line-height: 1.5;
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  width: 60px;
}
.c-job__info-desc {
  font-size: 14px;
  color: #222222;
  width: calc(100% - 60px - 20px);
  line-height: 1.5;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .c-job__info-desc {
    width: calc(100% - 60px - 8px);
  }
}
.c-job__info--facility {
  margin: 0;
}
.c-job__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  grid-area: tag;
  margin: 16px 0 16px;
}
.c-job__tag--detail {
  margin: 16px auto auto;
}
.c-job__tag li {
  background-color: #FFFBE6;
  color: #222222;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
}
.c-job__btn {
  grid-area: btn;
}
.c-job__btn--record {
  display: grid;
  grid-template-areas: "btn-detail btn-keep";
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-gap: 15px 15px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--record {
    grid-template-areas: "btn-detail btn-keep";
    grid-template-rows: auto;
    grid-template-columns: 1.65fr 0.35fr;
    grid-gap: 10px 10px;
  }
}
.c-job__btn--list {
  display: grid;
  grid-template-areas: "btn-detail btn-contact btn-keep";
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-gap: 0 12px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--list {
    grid-template-areas: "btn-contact btn-keep" "btn-detail btn-detail";
    grid-template-rows: auto;
    grid-template-columns: 1.65fr 0.35fr;
    grid-gap: 10px 10px;
  }
}
.c-job__btn--detail {
  display: grid;
  grid-template-areas: "btn-detail btn-contact btn-keep";
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  grid-gap: 0px 10px;
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--detail {
    grid-template-areas: "btn-detail btn-detail" "btn-contact btn-keep";
    grid-template-rows: auto;
    grid-template-columns: 1.65fr 0.35fr;
    grid-gap: 0px 10px;
    margin-left: 0px;
  }
}
.c-job__btn--full {
  display: grid;
  grid-template-areas: "btn-detail";
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-gap: 15px 15px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--full {
    grid-template-areas: "btn-detail";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.c-job__btn--space {
  margin-top: 16px;
}
.c-job__btn-detail {
  width: 240px;
  grid-area: btn-detail;
}
@media screen and (max-width: 1000px) {
  .c-job__btn-detail {
    width: 100%;
  }
}
.c-job__btn-detail a {
  padding: 16px;
}
.c-job__btn-contact {
  width: 240px;
  grid-area: btn-contact;
}
@media screen and (max-width: 1000px) {
  .c-job__btn-contact {
    width: 100%;
  }
}
.c-job__btn-contact a {
  padding: 0 16px;
  height: 54px;
}
.c-job__btn-keep {
  width: 56px;
  height: 54px;
  grid-area: btn-keep;
}
@media screen and (max-width: 1000px) {
  .c-job__btn-keep {
    width: 100%;
  }
}
.c-job__btn-keep a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-job__btn-entry {
  margin: auto;
  width: 240px;
  height: 54px;
  grid-area: btn-contact;
}
@media screen and (max-width: 1000px) {
  .c-job__btn-entry {
    width: 100%;
  }
}
.c-job__btn-entry a {
  padding: 10px;
  display: flex;
  flex-direction: row;
}
.c-job__btn-entry span.small {
  margin: 4px 0 0;
  font-size: 12px;
}
.c-job__btn-entry span.text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.c-job__btn-entry span.center {
  text-align: center;
}
.c-job__btn-entry span.column {
  margin: 4px 0 0;
}
.c-job__btn-entry span.badge {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}

.c-job-none {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px 0;
  width: 640px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .c-job-none {
    width: 100%;
    padding: 24px 0;
  }
}
.c-job-none__title {
  width: 300px;
  height: 83px;
  background-image: url(../img/search/if0-bubble.webp);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0px;
  margin: 0 auto;
}
.c-job-none__character {
  width: 185px;
  margin: 0 auto 8px;
}
.c-job-none__character img {
  width: 100%;
}
.c-job-none__btn {
  margin: auto;
}
.c-job-none__btn a {
  padding: 16px;
}
.c-job-none__btn--record {
  width: 248px;
}
.c-job-none__btn--search {
  width: 343px;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search {
    width: 248px;
  }
}
.c-job-none__btn--search a {
  display: flex;
  flex-direction: row;
}
.c-job-none__btn--search span.small {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search span.small {
    font-size: 12px;
  }
}
.c-job-none__btn--search span.text {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search span.text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
.c-job-none__btn--search span.badge {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}

.c-list-header {
  width: 528px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-list-header {
    width: 100%;
    padding: 0 16px;
  }
}
.c-list-header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-list-header__inner {
  width: calc(100% - 69px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .c-list-header__inner {
    padding: 0 0 15px 0;
  }
}
.c-list-header__title {
  color: #FF6B3B;
  font-weight: bold;
  font-size: 16px;
  margin: auto 0 5px;
  line-height: 1.4;
}
.c-list-header__title span {
  color: #222222;
  font-size: 14px;
}
.c-list-header__title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-list-header__title br {
    display: block;
  }
}
.c-list-header__count {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}
.c-list-header__count span {
  color: #FF6B3B;
  font-size: 16px;
  margin: auto 4px auto auto;
}
.c-list-header__count::before {
  content: "該当件数：";
  display: none;
  font-size: 12px;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .c-list-header__count::before {
    display: inline-block;
  }
}
.c-list-header__failed {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.c-list-header__character {
  width: 69px;
  overflow: hidden;
  margin: -23px 0 -7px;
}
@media screen and (max-width: 1000px) {
  .c-list-header__character {
    overflow: unset;
    margin: -23px 0 0;
  }
}
.c-list-header__character img {
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .c-list-header__character img {
    margin-bottom: -7px;
  }
}
.c-list-header__btn {
  width: 100%;
}
.c-list-header__btn a {
  padding: 16px;
}

.c-result-count {
  font-size: 12px;
  color: #222222;
  margin: 10px 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-result-count {
    margin: 0px 0 auto;
  }
}
.c-result-count--pager {
  text-align: center;
  margin: auto auto 20px;
}
.c-result-count--pager span {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: auto 5px;
  color: #FF6B3B;
}

.c-pager {
  margin: 40px auto 20px;
}
.c-pager ul {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .c-pager ul {
    gap: 4px;
  }
}
.c-pager ul li {
  line-height: 32px;
  display: inline-block;
  height: 32px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 14px;
}
.c-pager ul li span {
  background: #FF6B3B;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
}
.c-pager__number {
  border: 1px solid #222222;
  color: #222222;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
  font-weight: bold;
}
.c-pager__arrow {
  border: 1px solid #FF6B3B;
  color: #FF6B3B;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
  font-weight: bold;
}
.c-pager__edge {
  width: 48px;
}
.c-pager__info {
  margin-bottom: 0;
}

a[data-pager-parts=page] {
  border: 1px solid #222222;
  color: #222222;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
  font-weight: bold;
}

a[data-pager-parts=first],
a[data-pager-parts=previous],
a[data-pager-parts=next],
a[data-pager-parts=last] {
  border: 1px solid #FF6B3B;
  color: #FF6B3B;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
  font-weight: bold;
}

a[data-pager-parts=first],
a[data-pager-parts=last] {
  width: 48px;
}

.c-search {
  background: #FFF8EE;
  padding: 40px;
  border-radius: 16px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-search {
    padding: 40px 16px 16px;
    border-radius: 0px;
  }
}
.c-search__inner {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px 40px;
  width: 640px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-search__inner {
    width: 100%;
    padding: 15px 15px 20px;
  }
}
.c-search__condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px #F1F1F1;
  padding: 8px 0;
}
.c-search__condition:last-child {
  border-bottom: none;
}
.c-search__condition svg {
  width: 25px;
  height: 25px;
  color: #FF6B3B;
  fill: #FFFFFF;
  cursor: pointer;
}
.c-search__label {
  font-size: 14px;
  line-height: 1.4;
  width: 20%;
  min-width: 115px;
}
.c-search__value {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .c-search__value {
    width: 50%;
  }
}
.c-search img {
  cursor: pointer;
}
.c-search__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  display: block;
  color: #222222;
  font-size: 14px;
  text-align: center;
  margin: 10px auto auto;
  padding: 6px 0;
}
.c-search-hero {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero {
    margin: auto auto 20px;
  }
}
.c-search-hero__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: auto auto 0;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__inner {
    width: 100%;
    justify-content: left;
    padding: 0 16px;
  }
}
.c-search-hero__header-title {
  display: table;
  padding: 12px 16px;
  margin-bottom: 1em;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #FF6B3B;
  border-radius: 8px;
  font-size: 14px;
  margin-right: 1.5em;
  max-width: calc(100% - 1.5em);
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title {
    font-size: 12px;
    padding: 12px 16px;
  }
}
.c-search-hero__header-title:before, .c-search-hero__header-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.9em;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 1em solid #FF6B3B;
}
.c-search-hero__header-title:after {
  right: calc(14px - 1.7em);
  border-left: solid 1.1em #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title:after {
    right: calc(14px - 1.8em);
  }
}
.c-search-hero__header-title--radius-max {
  border-radius: 9999px;
}
.c-search-hero__header-title__area {
  padding: 12px 16px 12px 24px;
  margin-right: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title__area {
    margin-bottom: 12px;
  }
}
.c-search-hero__header-title__search-job {
  padding: 12px 16px 12px 24px;
  margin-right: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title__search-job {
    margin-bottom: 12px;
  }
}
.c-search-hero__header-title__area-text {
  font-size: 16px;
}
.c-search-hero__header-title span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title span {
    font-size: 16px;
  }
}
.c-search-hero__header-character {
  overflow: hidden;
}
.c-search-hero__header-character--1 {
  width: 75px;
  position: absolute;
  bottom: 0;
  right: 124px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-character--1 {
    right: 16px;
    bottom: 4px;
  }
}
.c-search-hero__header-character--1 img {
  width: 95%;
}
.c-search-hero__header-character--2 {
  width: 69px;
  position: absolute;
  bottom: 0;
  right: 124px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-character--2 {
    right: 16px;
    bottom: 4px;
  }
}
.c-search-hero__header-character--2 img {
  width: 90%;
}
.c-search-hero__btnContainer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.c-search-hero__btn {
  width: 528px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__btn {
    width: 100%;
    margin: auto 16px;
  }
}
.c-search-hero__btn a {
  padding: 16px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__btn a {
    gap: 8px;
  }
}
.c-search-hero__btn a span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
.c-form-step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .c-form-step {
    margin: 20px auto;
  }
}
.c-form-step__thanks {
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .c-form-step__thanks {
    margin: 20px auto 0;
  }
}
.c-form-step__container {
  width: calc(100% - 288px - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-form-step__container {
    width: calc(100% - 72px - 20px);
  }
}
.c-form-step__icon {
  width: 64px;
}
.c-form-step__icon img {
  width: 100%;
}
.c-form-step__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto auto auto 0;
}
@media screen and (max-width: 1000px) {
  .c-form-step__inner {
    width: calc(100% - 64px - 20px);
  }
}
.c-form-step__title {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.c-form-step__text {
  font-size: 12px;
  color: #767676;
  line-height: 1.4;
}
.c-form-step__character {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .c-form-step__character {
    width: 68px;
    margin-top: -12px;
    margin-right: 20px;
    margin-bottom: 3px;
  }
}
.c-form-step__character img {
  width: 100%;
}

.c-form {
  width: 720px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-form {
    width: 100%;
    margin: 20px auto auto;
    gap: 12px;
  }
}
.c-form__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-form__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.c-form__inner--confirm {
  border-bottom: solid 1px #FFC7B3;
  padding: 0 0 16px;
}
@media screen and (max-width: 1000px) {
  .c-form__inner--confirm {
    padding: 0 0 12px;
  }
}
.c-form__inner--confirm-last {
  border-bottom: none;
  padding: 0 0 12px;
}
.c-form__inner--confirm-request {
  border-bottom: solid 1px #FFEBE6;
}
.c-form__inner__contact {
  margin-bottom: 20px;
}
.c-form__inner__request {
  margin-bottom: 20px;
}
.c-form__label {
  font-size: 14px;
  font-weight: bold;
  width: 25%;
  display: grid;
  grid-template-areas: "badge text" "badge note";
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media screen and (max-width: 1000px) {
  .c-form__label {
    width: 100%;
    grid-template-areas: "badge text note";
    grid-template-columns: auto auto 1fr;
    align-items: center;
  }
}
.c-form__label__text {
  margin: 2px 0 0 0;
  grid-area: text;
  text-align: left;
  line-height: 1.4;
}
.c-form__label__text br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-form__label__text br {
    display: none;
  }
}
.c-form__label__note {
  font-size: 12px;
  color: #767676;
  margin: 4px 0 0 0;
  display: block;
  font-weight: normal;
  grid-area: note;
}
.c-form__badge {
  font-size: 12px;
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 0 0 0;
  grid-area: badge;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-form__badge--required {
  background-color: #D3433C;
  color: #FFFFFF;
}
.c-form__badge--optional {
  background-color: #767676;
  color: #FFFFFF;
}
.c-form__field {
  width: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .c-form__field {
    width: 100%;
  }
}
.c-form__field--select {
  width: 60%;
  position: relative;
  margin: auto auto auto 0;
}
@media screen and (max-width: 1000px) {
  .c-form__field--select {
    width: 100%;
  }
}
.c-form__field--checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.c-form__field input[type=text],
.c-form__field input[type=email],
.c-form__field input[type=tel],
.c-form__field textarea {
  border: solid 1px #222222;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
}
.c-form__field select {
  border: solid 1px #222222;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #000000;
}
.c-form__field__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 32px;
  background-color: #222222;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.c-form__field__arrow svg {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  pointer-events: none;
}
.c-form__field textarea {
  height: 200px;
}
@media screen and (max-width: 1000px) {
  .c-form__field textarea {
    height: 160px;
  }
}
.c-form__field input[type=checkbox] {
  display: none;
}
.c-form__field label {
  width: calc(33.3333333333% - 6px);
  padding: 15px 20px;
  border: solid 1px #222222;
  background-color: #FFFFFF;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-form__field label {
    width: calc(50% - 4px);
  }
}
.c-form__field label:has(input[type=checkbox]:checked) {
  background-color: #FFEBE6;
}
.c-form__placeholder {
  font-size: 12px;
  color: #767676;
}
.c-form__note {
  color: #222222;
  background-color: #FFEBE6;
  padding: 12px 16px;
  width: 100%;
}
.c-form__btn-container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto auto;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-form__btn-container {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.c-form__btn-container__confirm {
  margin-top: 4px;
}
.c-form__btn {
  width: 440px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form__btn input[type=submit] {
  line-height: 1.4;
  padding: 12px;
  display: flex;
  flex-direction: row;
}
.c-form__btn--confirm {
  width: 50%;
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .c-form__btn--confirm {
    width: 100%;
  }
}
.c-form__btn--confirm input[type=submit] {
  line-height: 1.4;
  padding: 12px;
  display: flex;
  flex-direction: row;
}
.c-form__btn--back svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  height: 18px;
  fill: #037F9B;
  pointer-events: none;
}
.c-form__btn--contact {
  margin: 0;
}
.c-form__btn--request {
  margin: 0;
}
.c-form__terms {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c-form__terms a {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #222222;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px;
}
.c-form__terms a svg {
  width: 12px;
  height: 12px;
  color: #FF6B3B;
}
.c-form__value {
  color: #222222;
  width: 75%;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  .c-form__value {
    width: 100%;
  }
}

.c-form-error {
  border: solid 1px #D73C56;
  border-radius: 4px;
  padding: 12px;
  list-style: disc;
}
.c-form-error li {
  color: #D73C56;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 1.5em;
}

.c-thanks {
  background-color: #FFF8EE;
  border-radius: 8px;
  padding: 32px 80px;
}
@media screen and (max-width: 1000px) {
  .c-thanks {
    width: 100%;
    padding: 20px;
  }
}
.c-thanks__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: auto auto 8px;
}
@media screen and (max-width: 1000px) {
  .c-thanks__title {
    font-size: 20px;
    margin: auto auto 15px;
  }
}
.c-thanks__title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-thanks__title br {
    display: block;
  }
}
.c-thanks__text {
  font-size: 14px;
  line-height: 1.4;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .c-thanks__text {
    margin: auto auto 20px;
    line-height: 1.6;
  }
}
.c-thanks__text + .c-thanks__text {
  margin: 10px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-thanks__text + .c-thanks__text {
    margin: -10px auto auto !important;
  }
}
.c-thanks__text br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-thanks__text br {
    display: none;
  }
}
.c-thanks__btn-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-thanks__btn-container {
    margin: 20px auto auto;
  }
}
.c-thanks__tel {
  width: 343px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-thanks__tel {
    width: 100%;
  }
}
.c-thanks__tel img {
  width: 100%;
}
.c-thanks__btn {
  width: 343px;
  height: 54px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-thanks__btn {
    width: 100%;
  }
}
.c-thanks__btn a {
  padding: 16px;
}

.c-search-dialog__header {
  height: 60px;
  background-color: #FFFFFF;
  position: relative;
  border-bottom: solid 1px #BBBBBB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__header {
    padding: 0 20px;
  }
}
.c-search-dialog__header-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}
.c-search-dialog__header-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 12px;
  color: #767676;
  border: solid 1px #767676;
  border-radius: 9999px;
  cursor: pointer;
  padding: 0 16px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__header-close {
    top: 10px;
    right: 10px;
    height: 30px;
    padding: 0 12px;
  }
}
.c-search-dialog__header-close svg {
  width: 16px;
  height: 16px;
}
.c-search-dialog__footer {
  height: 80px;
  border-top: solid 1px #BBBBBB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__footer {
    padding: 0 20px;
  }
}
.c-search-dialog__footer-count {
  color: #222222;
  font-size: 12px;
}
.c-search-dialog__footer-count span {
  color: #FF6B3B;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin: auto 4px auto auto;
}
.c-search-dialog__footer-btn {
  position: relative;
}
.c-search-dialog__footer-btn input[type=submit] {
  width: 200px;
  display: block;
  color: #FFFFFF;
  background-color: #FF6B3B;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__footer-btn input[type=submit] {
    margin: auto;
  }
}
.c-search-dialog__footer-btn a {
  width: 200px;
  display: block;
  color: #FFFFFF;
  background-color: #FF6B3B;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__footer-btn a {
    margin: auto;
  }
}
.c-search-dialog__footer-btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  color: #FFFFFF;
}
.c-search-dialog__contents {
  max-height: calc(630px - 60px - 80px);
  overflow-y: scroll;
  padding: 16px 40px 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__contents {
    max-height: calc(530px - 60px - 80px);
    padding: 12px 20px;
  }
}
.c-search-dialog__contents--full {
  padding: 0px;
}
.c-search-dialog__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__inner {
    padding: 0 20px;
  }
}
.c-search-dialog__inner--select {
  padding: 14px 40px;
  display: flex;
  justify-content: space-around;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__inner--select {
    padding: 14px 20px;
  }
}
.c-search-dialog__inner--checkbox {
  padding: 0 0 0 40px;
  display: none;
  border-top: solid 1px #F1F1F1;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__inner--checkbox {
    padding: 0 0 0 20px;
  }
}
.c-search-dialog__checkbox {
  position: relative;
  border-bottom: solid 1px #F1F1F1;
}
.c-search-dialog__checkbox input[type=checkbox] {
  display: none;
}
.c-search-dialog__checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  padding: 16px 0 16px 34px;
  text-align: left;
}
.c-search-dialog__checkbox label:first-child {
  border: none;
}
.c-search-dialog__checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  background: url("../img/icon/checkboxIcon-outline-w300_search.svg");
  background-size: contain;
}
.c-search-dialog__checkbox label.is-checked::before {
  background: url("../img/icon/checkboxIcon-w300_search.svg");
  background-size: contain;
}
.c-search-dialog__checkbox label:has(input[type=checkbox]:checked)::before {
  background: url("../img/icon/checkboxIcon-w300_search.svg");
  background-size: contain;
}
.c-search-dialog__checkbox svg {
  width: 24px;
  height: 24px;
  color: #FF6B3B;
}
.c-search-dialog__checkbox .arrow-box {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search-dialog__checkbox-child {
  border: none;
}
.c-search-dialog__checkbox-child label {
  border-top: solid 1px #F1F1F1;
}
.c-search-dialog__history-item {
  position: relative;
  border-bottom: solid 1px #F1F1F1;
}
.c-search-dialog__history-item:last-child {
  border: none;
}
.c-search-dialog__history-item a {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #222222;
  padding: 16px 40px 16px 0;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__history-item a {
    padding: 10px 40px 10px 0;
  }
}
.c-search-dialog__history-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-search-dialog__history-item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  height: 18px;
  color: #FF6B3B;
  pointer-events: none;
}
.c-search-dialog__history__text {
  font-size: 16px;
  text-align: left;
}
.c-search-dialog__label {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF8EE;
  padding: 8px 40px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__label {
    padding: 6px 20px;
  }
}
.c-search-dialog__select {
  width: 50%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__select {
    width: 100%;
  }
}
.c-search-dialog__select select {
  border: solid 1px #222222;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #000000;
}
.c-search-dialog__select__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 32px;
  background-color: #037F9B;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.c-search-dialog__select__arrow svg {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  pointer-events: none;
}
.c-search-dialog__facility-title {
  color: #037F9B;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 14px 40px;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #CCE9ED;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__facility-title {
    padding: 14px 20px;
  }
}
.c-search-dialog__facility-title::after {
  border-right: solid 2px #037F9B;
  border-top: solid 2px #037F9B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 50px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.c-search-dialog__facility-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.c-search-dialog__facility-contents {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  margin: 2px auto auto;
}
.c-search-dialog__area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 14px;
  background-color: #FFFFFF;
  padding: 20px 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__area {
    padding: 12px 20px;
  }
}
.c-search-dialog__area__btn {
  width: 31.8%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__area__btn {
    width: 47.5%;
  }
}
.c-search-dialog__area__btn a {
  color: #222222;
  background-color: #FFFFFF;
  border: solid 1px #FF6B3B;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.c-search-dialog__area__btn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FF6B3B;
  width: 18px;
  height: 24px;
}
.c-search-dialog__breadcrumbs {
  background-color: #FFB941;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__breadcrumbs {
    padding: 0 20px;
  }
}
.c-search-dialog__breadcrumbs-list {
  width: 960px;
  max-width: 90vw;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__breadcrumbs-list {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.c-search-dialog__breadcrumbs-item {
  display: flex;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__breadcrumbs-item {
    line-height: 24px;
    flex-shrink: 0;
  }
}
.c-search-dialog__breadcrumbs-item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/icon/arrowRightIcon_breadcrumbs.svg") no-repeat center center;
  background-size: contain;
  margin: auto 10px;
  vertical-align: middle;
}
.c-search-dialog__breadcrumbs-item:last-child::after {
  content: "";
  background: none;
}
.c-search-dialog__breadcrumbs-item__back {
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 9999px;
  color: #222222;
  padding: 4px 8px;
  font-weight: normal;
  border: solid 1px #222222;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__breadcrumbs-item__back {
    padding: 0px 8px;
  }
}
.c-search-dialog__breadcrumbs-item__back:hover {
  font-weight: bold;
}
.c-search-dialog__breadcrumbs-item__view {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
.c-search-dialog__prefecture {
  padding: 14px 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__prefecture {
    padding: 14px 20px;
  }
}
.c-search-dialog__prefecture-item {
  position: relative;
  border-bottom: solid 1px #F1F1F1;
}
.c-search-dialog__prefecture-item:last-child {
  border: none;
}
.c-search-dialog__prefecture-item a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  padding: 16px 40px 16px 0;
  font-weight: bold;
}
.c-search-dialog__prefecture-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-search-dialog__prefecture-item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  color: #FF6B3B;
  pointer-events: none;
}
.c-search-dialog__prefecture__text {
  font-size: 16px;
  text-align: left;
}
.c-search-dialog__lines {
  padding: 14px 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__lines {
    padding: 14px 20px;
  }
}
.c-search-dialog__lines-item {
  position: relative;
  border-bottom: solid 1px #F1F1F1;
}
.c-search-dialog__lines-item:last-child {
  border: none;
}
.c-search-dialog__lines-item a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  padding: 16px 40px 16px 0;
}
.c-search-dialog__lines-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-search-dialog__lines-item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 18px;
  color: #037F9B;
  pointer-events: none;
}
.c-search-dialog__lines__text {
  font-size: 16px;
  text-align: left;
}
.c-search-dialog__tab {
  width: 100%;
  background-color: #FFF8EE;
  padding: 10px 0 0;
}
.c-search-dialog__tab-item {
  background-color: #FFB941;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  padding: 0 20px;
}
.c-search-dialog__tab input[name=tab-item] {
  display: none;
}
.c-search-dialog__tab-content {
  width: 100%;
  display: none;
  padding: 20px 40px;
  clear: both;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__tab-content {
    padding: 12px 20px;
  }
}
.c-search-dialog__tab .tab-left {
  margin: auto auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__tab .tab-left {
    margin: auto auto auto 20px;
  }
}
.c-search-dialog__tab #tab1:checked ~ #tab1-content,
.c-search-dialog__tab #tab2:checked ~ #tab2-content {
  display: block;
}
.c-search-dialog__tab .c-search-dialog__tabs input:checked + .c-search-dialog__tab-item {
  background-color: #FFFFFF;
  color: #000000;
}
.c-search-dialog__word {
  padding: 20px 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__word {
    padding: 20px 20px;
  }
}
.c-search-dialog__word input[type=text] {
  border: solid 1px #222222;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__word input[type=text] {
    font-size: 16px;
  }
}
.c-search-dialog__word-text {
  font-size: 12px;
  color: #767676;
  margin: 6px 0 auto;
  text-align: left;
}

.c-floating {
  position: fixed;
  z-index: 4;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-floating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto 20px;
  height: 100%;
}
.c-floating__btn--top {
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--top {
    width: 100%;
  }
}
.c-floating__btn--top a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.c-floating__btn--top span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
  line-height: 1.15;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--top span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
  }
}
.c-floating__btn--search {
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--search {
    width: 80%;
  }
}
.c-floating__btn--search a {
  display: flex;
  flex-direction: row;
  height: 54px;
}
.c-floating__btn--search span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
.c-floating__btn--detail {
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--detail {
    width: 80%;
  }
}
.c-floating__btn--detail a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.c-floating__btn--detail span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
  line-height: 12px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--detail span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
  }
}
.c-floating__btn-search {
  width: 56px;
  height: 54px;
  font-size: 12px;
  font-weight: bold;
}
.c-floating__btn-search a {
  color: #222222;
  border: solid 1px #FF6B3B;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}
.c-floating__btn-search a svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #FF6B3B;
}
.c-floating__btn-star {
  width: 56px;
  height: 54px;
  font-size: 12px;
  font-weight: bold;
}
.c-floating__btn-star a {
  color: #222222;
  border: solid 1px #FF6B3B;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}
.c-floating__btn-star a svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #FFB941;
}

.c-pagetop {
  position: fixed;
  z-index: 9;
  bottom: 100px;
  right: 30px;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 54px;
  height: 54px;
  border: solid 1px #037F9B;
  border-radius: 9999px;
  background-color: rgba(237, 247, 247, 0.8);
  color: #037F9B;
  text-align: center;
}
.c-pagetop svg {
  width: 24px;
  height: 24px;
  margin: 0 auto 0;
}

.c-search-link {
  background: #FFF8EE;
  padding: 40px 40px 40px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1000px) {
  .c-search-link {
    padding: 30px 16px 30px;
    border-radius: 0px;
    margin: 60px auto auto;
  }
}
.c-search-link__label {
  background: #4D1100;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -13px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .c-search-link__label {
    font-size: 16px;
    letter-spacing: 0.32px;
    left: 20px;
  }
}
.c-search-link__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-search-link__container {
    gap: 16px;
  }
}
.c-search-link__title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
}
.c-search-link__title.open {
  border-radius: 4px 4px 0 0;
}
.c-search-link__title::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.c-search-link__title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.c-search-link__contents {
  border-top: solid 1px #F3ECDF;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 20px 30px;
  display: none;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1000px) {
  .c-search-link__contents {
    padding: 16px 16px 24px;
  }
}
.c-search-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-search-link__item a {
  font-size: 14px;
  color: #222222;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1000px) {
  .c-search-link__item a {
    font-size: 12px;
  }
}
.c-search-link__item svg {
  width: 16px;
  height: 16px;
  color: #ff7915;
}
.c-search-link__search-job {
  margin-bottom: 0;
}

.c-banner {
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .c-banner {
    width: 100%;
    padding: 0 16px;
  }
}
.c-banner img {
  width: 100%;
}

.c-job-list {
  background: #FFF8EE;
  padding: 40px 40px 40px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .c-job-list {
    padding: 30px 0 30px 16px;
    border-radius: 0px;
  }
}
.c-job-list__title {
  background: #4D1100;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -13px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .c-job-list__title {
    left: 20px;
  }
}
.c-job-list .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (max-width: 1000px) {
  .c-job-list .slick-list {
    padding: 0 18% 0 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .c-job-list .slick-list img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c-job-list .slick-slide {
    margin-right: 10px;
  }
}
.c-job-list .dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .c-job-list .dots {
    width: 100%;
  }
}
.c-job-list .dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 1px #BBBBBB;
  background-color: #FFFFFF;
}
.c-job-list .dots li:hover, .c-job-list .dots li.slick-active {
  background: #FF6B3B;
  border: none;
}
.c-job-list .dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.c-qa {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px auto auto;
}
.c-qa__heading {
  color: #FFFFFF;
  background-color: #4D1100;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .c-qa__heading {
    font-size: 16px;
  }
}
.c-qa__inner {
  border-bottom: solid 1px #FFEBE6;
}
.c-qa__inner:last-child {
  border-bottom: none;
}
.c-qa__summary {
  width: 100%;
  padding: 24px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-qa__summary {
    padding: 16px;
  }
}
.c-qa__summary::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 44%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.c-qa__summary.open::after {
  transform: rotate(-45deg);
  top: 50%;
}
.c-qa__icon {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #FF6B3B;
  border-radius: 9999px;
  margin: 0 16px auto 0;
}
.c-qa__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  width: calc(100% - 40px - 40px);
}
@media screen and (max-width: 1000px) {
  .c-qa__title {
    font-size: 16px;
  }
}
.c-qa__title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 4px auto auto;
}
.c-qa__contents {
  border-top: solid 1px #FFEBE6;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  margin: 0px 20px 20px;
  padding: 20px 0 0 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-qa__contents {
    font-size: 14px;
    padding: 10px;
  }
}

.c-search-accordion {
  margin: auto auto 40px;
  border-radius: 4px;
}
.c-search-accordion__inner {
  position: relative;
}
.c-search-accordion__title {
  position: relative;
  width: 528px;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  background-color: #FF6B3B;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c-search-accordion__title {
    width: auto;
    margin: 0 16px;
    font-size: 14px;
  }
}
.c-search-accordion__title::after {
  border-right: solid 2px #FFFFFF;
  border-top: solid 2px #FFFFFF;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.c-search-accordion__title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.c-search-accordion__contents {
  margin-top: -25px;
  position: relative;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  border-radius: 0 0 4px 4px;
}

.c-notice {
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #D3433C;
  margin: 0 40px 40px;
}
@media screen and (max-width: 1000px) {
  .c-notice {
    margin: 20px 16px;
  }
}
.c-notice__head {
  background: #D3433C;
  padding: 16px;
}
.c-notice__title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.c-notice__body {
  background-color: #FFFFFF;
}
.c-notice__text {
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  padding: 12px 40px;
}
@media screen and (max-width: 1000px) {
  .c-notice__text {
    padding: 12px 16px;
  }
}

.c-column-merit {
  background: linear-gradient(to bottom, #D7F2F2, #F0FBF0);
  padding: 16px 16px 16px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .c-column-merit {
    padding: 30px 16px 30px;
    border-radius: 0px;
  }
}
.c-column-merit__title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto -30px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__title {
    font-size: 20px;
    margin: auto auto 16px;
  }
}
.c-column-merit__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin: auto auto 12px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__header {
    width: 100%;
    margin: auto auto 16px;
  }
}
.c-column-merit__header-title {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  border-radius: 8px;
  position: relative;
  padding: 12px;
  line-height: 1.5;
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__header-title {
    width: 80%;
    font-size: 14px;
    text-align: left;
  }
}
.c-column-merit__header-title span.emphasis {
  color: #037F9B;
  font-weight: bold;
}
.c-column-merit__header-title span.notes {
  font-size: 14px;
  display: inline-block;
  color: #222222;
  background-color: #EDF7F7;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 8px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__header-title span.notes {
    font-size: 12px;
    padding-left: 2em;
    text-indent: -1em;
  }
}
.c-column-merit__header-title::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-top: -8px;
  border-left-color: #FFFFFF;
  left: calc(100% - 2px);
  top: 40%;
}
.c-column-merit__header-character {
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__header-character {
    width: 100px;
  }
}
.c-column-merit__header-character img {
  width: 100%;
}
.c-column-merit__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__list {
    grid-template-columns: 1fr;
  }
}
.c-column-merit__item {
  background-color: #FFFFFF;
  border: solid 1px #CCE9ED;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__item {
    padding: 16px;
  }
}
.c-column-merit__item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
}
.c-column-merit__item-title span {
  color: #037F9B;
}
.c-column-merit__item-image img {
  width: 142px;
}
.c-column-merit__cv {
  position: relative;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__cv {
    margin: 20px auto auto;
  }
}
.c-column-merit__cv__btn {
  width: 343px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-column-merit__cv__btn {
    width: 100%;
  }
}
.c-column-merit__cv__btn a {
  padding: 20px 0;
}
.c-column-merit__cv span {
  display: block;
  background-color: #FFFFFF;
  border-radius: 9999px;
  color: #D73C56;
  border: solid 1px #D73C56;
  margin: auto;
  position: absolute;
  top: -12px;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, 10%);
  line-height: 1.6;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
}

.c-column-download {
  background: linear-gradient(to bottom, #D7F2F2, #F0FBF0);
  padding: 16px 16px 16px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .c-column-download {
    margin: 20px auto;
    border-radius: 0px;
    padding: 30px 16px 20px;
  }
}
.c-column-download__label {
  background: linear-gradient(to left, #35C4A0, #009CB0);
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -13px;
  left: 16px;
}
@media screen and (max-width: 1000px) {
  .c-column-download__label {
    left: 20px;
  }
}
.c-column-download__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: -40px auto 0;
}
@media screen and (max-width: 1000px) {
  .c-column-download__header {
    width: 90vw;
    margin: -50px auto 0;
  }
}
.c-column-download__header-title {
  font-size: 24px;
  font-weight: bold;
  margin: auto 0 16px;
}
@media screen and (max-width: 1000px) {
  .c-column-download__header-title {
    font-size: 20px;
    margin: auto 0 20px;
  }
}
.c-column-download__header-character {
  width: 87px;
  overflow: hidden;
}
.c-column-download__header-character img {
  margin-bottom: -24px;
  width: 100%;
}
.c-column-download__inner {
  background-color: #FFFFFF;
  border: solid 1px #CCE9ED;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .c-column-download__inner {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }
}
.c-column-download__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .c-column-download__text {
    font-size: 14px;
  }
}
.c-column-download__text span {
  font-size: 14px;
  display: inline-block;
  color: #222222;
  background-color: #EDF7F7;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 8px auto auto;
}
.c-column-download__btn-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-column-download__btn {
  width: 248px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-column-download__btn {
    width: 100%;
  }
}
.c-column-download__btn a {
  font-size: 14px;
  font-weight: bold;
  color: #037F9B;
  display: block;
  border: solid 1px #037F9B;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
}
.c-column-download__btn svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #037F9B;
  width: 18px;
  height: 24px;
}

.c-column-nav {
  margin: 40px auto;
}
.c-column-nav__title {
  background-color: #CCE9ED;
  border-radius: 12px 12px 0 0;
  color: #000000;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-column-nav__title {
    border-radius: 0;
  }
}
.c-column-nav__title span {
  font-size: 20px;
  margin: auto 4px auto 0;
}
.c-column-nav__list {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .c-column-nav__list {
    grid-template-columns: 1fr;
  }
}
.c-column-nav__item {
  width: 100%;
  position: relative;
}
.c-column-nav__item a {
  font-size: 16px;
  font-weight: bold;
  color: #037F9B;
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-column-nav__item a {
    font-size: 12px;
  }
}
.c-column-nav__item span {
  border-bottom: solid 1px #037F9B;
  padding: 0 0 4px;
}
.c-column-nav__item svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #037F9B;
  width: 18px;
  height: 24px;
}

.c-column-area {
  margin: 40px auto;
}
.c-column-area__title {
  background-color: #CCE9ED;
  border-radius: 12px 12px 0 0;
  color: #000000;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-column-area__title {
    border-radius: 0;
  }
}
.c-column-area__title span {
  font-size: 20px;
  margin: auto 4px auto 0;
}
.c-column-area__contents {
  border-top: solid 1px #CCE9ED;
  background-color: #EDF7F7;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 20px 30px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1000px) {
  .c-column-area__contents {
    padding: 16px 16px 24px;
  }
}
.c-column-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
  background-color: #FFFFFF;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 1000px) {
  .c-column-area__list {
    gap: 10px;
    padding: 16px 16px 24px;
  }
}
.c-column-area__item a {
  font-size: 14px;
  font-weight: bold;
  color: #037F9B;
  border-bottom: solid 1px #037F9B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-column-main {
    width: 100%;
    padding: 0 16px;
    margin: auto;
  }
}
.c-column-main__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .c-column-main__title {
    font-size: 16px;
    margin: auto auto 12px;
  }
}
.c-column-main__image img {
  width: 100%;
}

.c-column-index {
  border: solid 1px #CCE9ED;
  border-radius: 4px;
  padding: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .c-column-index {
    width: auto;
    margin: 20px 16px;
  }
}
.c-column-index__title {
  font-size: 14px;
  font-weight: bold;
  margin: auto auto 16px;
}
@media screen and (max-width: 1000px) {
  .c-column-index__title {
    font-size: 12px;
  }
}
.c-column-index__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-column-index__item a {
  font-size: 16px;
  color: #037F9B;
}
@media screen and (max-width: 1000px) {
  .c-column-index__item a {
    font-size: 14px;
  }
}

.c-column-talk {
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .c-column-talk {
    width: 100%;
    margin: 20px auto;
    padding: 0 16px;
  }
}
.c-column-talk__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
}
.c-column-talk__icon {
  width: 72px;
}
.c-column-talk__icon img {
  width: 100%;
}
.c-column-talk__text {
  color: #000000;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  padding: 12px;
  line-height: 1.5;
  width: calc(100% - 72px - 20px);
}
@media screen and (max-width: 1000px) {
  .c-column-talk__text {
    font-size: 14px;
  }
}
.c-column-talk__text::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-top: -8px;
  border-right-color: #FFF8EE;
  right: calc(100% - 2px);
  left: auto;
  top: 50%;
}
.c-column-talk__text--user {
  background-color: #FFF8EE;
}
.c-column-talk__text--ca {
  background-color: #EDF7F7;
}

@media screen and (max-width: 1000px) {
  .c-column__inner {
    width: auto;
    margin: auto 16px;
  }
}
.c-column__inner + .c-column__inner {
  margin: 40px 16px auto;
}
.c-column__inner--border {
  margin: auto 16px;
  border-top: solid 1px #CCE9ED;
  border-left: solid 1px #CCE9ED;
  border-right: solid 1px #CCE9ED;
}
@media screen and (max-width: 1000px) {
  .c-column__inner--border {
    margin: auto auto;
  }
}
.c-column__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #037F9B;
  padding: 12px;
  border-bottom: solid 1px #037F9B;
  background-color: #EDF7F7;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .c-column__title {
    font-size: 20px;
    padding: 8px;
  }
}
.c-column__sub-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #037F9B;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .c-column__sub-title {
    font-size: 16px;
  }
}
.c-column__item-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #037F9B;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .c-column__item-title {
    font-size: 14px;
  }
}
.c-column__item-title--border {
  border-bottom: solid 1px #CCE9ED;
  background-color: #EDF7F7;
  padding: 14px;
  margin: auto;
}
.c-column__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .c-column__text {
    font-size: 14px;
  }
}
.c-column__text--border {
  border-bottom: solid 1px #CCE9ED;
  padding: 14px;
  margin: auto;
}
.c-column__text span.emphasis {
  color: #D73C56;
}
@media screen and (max-width: 1000px) {
  .c-column__text span.emphasis {
    font-size: 16px;
  }
}
.c-column__text span.bold {
  font-weight: bold;
}
.c-column__image {
  margin: 20px auto;
}
.c-column__image img {
  width: 100%;
}
.c-column__notes {
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
}
.c-column__link {
  font-size: 16px;
  font-weight: bold;
  color: #037F9B;
  border-bottom: solid 1px #037F9B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-column-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto;
}
.c-column-check__text {
  font-size: 16px;
  color: #222222;
  text-align: left;
  width: calc(100% - 24px);
}
@media screen and (max-width: 1000px) {
  .c-column-check__text {
    font-size: 14px;
  }
}
.c-column-check svg {
  width: 24px;
  height: 24px;
  color: #000000;
  margin: auto 4px auto 0;
}
.c-column-table {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #CCE9ED;
  border-bottom: solid 1px #CCE9ED;
  border-left: solid 1px #CCE9ED;
}
@media screen and (max-width: 1000px) {
  .c-column-table {
    flex-direction: column;
    border-top: none;
  }
}
.c-column-table__inner {
  width: 33.3333333333%;
  border-right: solid 1px #CCE9ED;
}
@media screen and (max-width: 1000px) {
  .c-column-table__inner {
    width: 100%;
  }
}
.c-column-table__head {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #037F9B;
  border-bottom: solid 1px #CCE9ED;
  background-color: #EDF7F7;
  padding: 14px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-column-table__head {
    border-top: solid 1px #CCE9ED;
  }
}
.c-column-table__text {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto;
  padding: 14px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-column-table__text {
    font-size: 14px;
  }
}

.c-column-cta {
  width: 343px;
  margin: 40px auto;
}
.c-column-cta__inner {
  margin: 20px auto auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .c-column-cta__inner {
    align-items: flex-end;
    gap: 0px;
  }
}
.c-column-cta__comment {
  width: calc(100% - 78px - 10px);
  background-color: #EDF7F7;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.c-column-cta__comment::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-top: -8px;
  border-left-color: #EDF7F7;
  left: calc(100% - 2px);
  top: 40%;
}
.c-column-cta__comment span {
  color: #037F9B;
}
.c-column-cta__character {
  width: 78px;
}
.c-column-cta__character img {
  width: 100%;
}
.c-column-cta__btn {
  width: 100%;
  margin: 10px auto auto;
}
.c-column-cta__btn a {
  padding: 16px;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.c-column-cta__btn span.freeIcon {
  background-color: #FFFFFF;
  color: #D73C56;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
.c-column-cta__btn span.small {
  font-size: 12px;
  display: block;
}

.p-top-hero {
  display: flex;
  position: relative;
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-hero {
    margin: 60px auto auto;
  }
}
.p-top-hero__inner {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__title {
    margin: 0;
    gap: 4px;
  }
}
.p-top-hero__title span.title {
  color: #FF6B3B;
  font-size: 48px;
  font-weight: bold;
  background-color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 0;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__title span.title {
    font-size: 6.7vw;
    padding: 4px 0px;
  }
}
.p-top-hero__title span.color_change {
  color: #4D1100;
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__title span.color_change {
    font-size: 5vw;
  }
}
.p-top-hero__title picture {
  display: block;
}
.p-top-hero__image {
  position: relative;
  width: 100%;
  max-width: 1239px;
  margin: 6px auto 0;
}
.p-top-hero__image img {
  width: 100%;
  height: auto;
}
.p-top-hero__copy {
  position: absolute;
  top: 11%;
  right: 0;
  left: -50%;
  margin: auto;
  width: 20%;
  max-width: 240px;
  max-height: 375px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__copy {
    top: 5%;
    left: 7%;
    right: auto;
    width: 32%;
    max-width: none;
    max-height: none;
  }
}

.p-top-register {
  position: relative;
  z-index: 1;
  width: 600px;
  margin: auto auto auto;
  border: solid 1px #A5E2DA;
  border-radius: 8px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .p-top-register {
    width: auto;
  }
}
.p-top-register--hero {
  margin: -160px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-register--hero {
    width: auto;
    margin: 0 20px;
  }
}
.p-top-register--free {
  margin: -60px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-register--free {
    margin: 20px auto auto;
  }
}
.p-top-register__main-title {
  background-color: #A5E2DA;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #222222;
  padding: 12px 0;
}
@media screen and (max-width: 1000px) {
  .p-top-register__main-title {
    font-size: 12px;
  }
}
.p-top-register__main-title span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto auto;
}
.p-top-register__container {
  padding: 16px;
}
.p-top-register__sub-title {
  font-size: 14px;
  color: #222222;
  text-align: center;
  margin: auto auto 10px;
}
.p-top-register__btn-container {
  display: flex;
  margin: 4px auto auto;
  gap: 8px;
}
.p-top-register__btn {
  width: 50%;
}
.p-top-register__btn a {
  padding: 16px;
}

.p-top-job-count {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: -30px 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-top-job-count {
    justify-content: space-between;
  }
}
.p-top-job-count__total {
  background: #4D1100;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
}
.p-top-job-count__total span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: auto 4px auto auto;
}
.p-top-job-count__date {
  font-size: 10px;
  color: #767676;
}

@media screen and (max-width: 1000px) {
  .p-top-search {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-top-search__title {
  font-size: 20px;
  font-weight: bold;
  margin: auto auto 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-search__title {
    font-size: 14px;
  }
}
.p-top-search__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-search__inner {
    width: 100%;
  }
}
.p-top-search__conditions {
  width: 50%;
  display: block;
  font-size: 14px;
  background-color: #FFFFFF;
  border: solid 1px #FF6B3B;
  border-radius: 4px;
  line-height: 48px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px 0 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-top-search__conditions {
    text-align: left;
  }
}
.p-top-search__conditions svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  color: #FF6B3B;
  fill: #FFFFFF;
  cursor: pointer;
}
.p-top-search__icon {
  margin: auto 6px;
}
.p-top-search__btn {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-search__btn {
    width: 248px;
    margin: auto;
  }
}
.p-top-search__btn input[type=submit] {
  width: 100%;
  display: block;
  color: #FFFFFF;
  background-color: #037F9B;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
}
.p-top-search__btn svg {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-40px, -50%);
  width: 20px;
  height: 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .p-top-search__btn svg {
    top: 50%;
    right: 30px;
    transform: translate(-30px, -50%);
  }
}

.p-top-history {
  padding: 0 0 8px;
}
@media screen and (max-width: 1000px) {
  .p-top-history {
    padding: 0;
  }
}
.p-top-history__title {
  font-size: 20px;
  font-weight: bold;
  margin: auto auto 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-history__title {
    font-size: 14px;
  }
}
.p-top-history__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-history__inner {
    padding: 12px;
  }
}
.p-top-history__inner svg {
  width: 24px;
  height: 24px;
  color: #FF6B3B;
}
.p-top-history__text {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top-history__text {
    font-size: 12px;
  }
}
.p-top-history__icon {
  position: relative;
}
.p-top-history__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: solid 1px #FF6B3B;
  color: #FF6B3B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 12px auto auto;
  padding: 6px 0;
}
@media screen and (max-width: 1000px) {
  .p-top-history__btn {
    font-size: 12px;
    margin: 8px auto auto;
  }
}

.p-top-featured {
  margin: 40px auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top-featured {
    margin: 30px auto;
  }
}
.p-top-featured__container {
  width: 960px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .p-top-featured__container {
    width: 100%;
    padding: 0 16px;
  }
}
.p-top-featured__inner {
  width: 100%;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-featured__inner {
    width: auto;
  }
}
.p-top-featured ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-top-featured ul {
    flex-direction: column;
    gap: 8px;
  }
}
.p-top-featured ul li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 1000px) {
  .p-top-featured ul li {
    width: 100%;
  }
}
.p-top-featured ul img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top-featured ul img {
    width: 100%;
  }
}
.p-top-featured__mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 281px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top-featured__mask {
    display: none;
  }
}
.p-top-featured .slick-featured img {
  width: 275px;
}
@media screen and (max-width: 1000px) {
  .p-top-featured .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-featured .slick-list img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-featured .slick-slide {
    margin-right: 10px;
  }
}
.p-top-featured .dots {
  width: 960px;
  display: flex;
  justify-content: center;
  margin: 20px 0 auto -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-featured .dots {
    width: 100%;
    margin: 20px 0 auto -10px;
  }
}
.p-top-featured .dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 1px #BBBBBB;
  background-color: #FFFFFF;
}
.p-top-featured .dots li:hover, .p-top-featured .dots li.slick-active {
  background: #FF6B3B;
  border: none;
}
.p-top-featured .dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-top-featured .arrow {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 38px);
  z-index: 2;
  margin: auto auto auto -20px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-top-featured .arrow {
    width: calc(100% + 16px);
    margin: auto auto auto -16px;
    padding: 0 10px;
  }
}
.p-top-featured .arrow .prev-arrow,
.p-top-featured .arrow .next-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF6B3B;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
.p-top-featured .arrow .prev-arrow {
  transform: rotate(180deg);
  border-radius: 50%;
}
.p-top-featured .arrow .next-arrow {
  border-radius: 50%;
}
.p-top-featured .arrow .prev-arrow::before,
.p-top-featured .arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FF6B3B;
  border-top: 2px solid #FF6B3B;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-top-featured .arrow .prev-arrow::before {
  left: -5px;
  right: 0;
}
.p-top-featured .arrow .next-arrow::before {
  left: 0;
  right: 5px;
}

.p-top-area {
  width: 960px;
  margin: auto;
  border-bottom: solid 1px #FFEBE6;
}
.p-top-area:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-area {
    width: auto;
  }
}
.p-top-area__title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
}
.p-top-area__title.open {
  border-radius: 4px 4px 0 0;
}
.p-top-area__title::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.p-top-area__title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.p-top-area__contents {
  border-top: solid 1px #FFEBE6;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 20px 30px;
  display: none;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-area__contents {
    padding: 16px 16px 24px;
  }
}
.p-top-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
}
@media screen and (max-width: 1000px) {
  .p-top-area__list {
    gap: 12px;
  }
}
.p-top-area__item a {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #FF6B3B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-keyword {
  width: 460px;
}
@media screen and (max-width: 1000px) {
  .p-top-keyword {
    width: 100%;
  }
}
.p-top-keyword__container {
  display: flex;
  flex-direction: column;
}
.p-top-keyword__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.p-top-keyword__item a {
  display: block;
  color: #822500;
  border: solid 1px #FFB941;
  background-color: #FFFBE6;
  border-radius: 9999px;
  font-size: 14px;
  padding: 0 16px;
  line-height: 32px;
  letter-spacing: 0.28px;
}

.p-top-word {
  width: 460px;
}
@media screen and (max-width: 1000px) {
  .p-top-word {
    width: 100%;
  }
}
.p-top-word__container {
  display: flex;
  flex-direction: column;
}
.p-top-word__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.p-top-word input[type=text] {
  border: solid 1px #222222;
  border-radius: 4px;
  height: 48px;
  width: 70%;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-word input[type=text] {
    width: 60%;
    font-size: 16px;
  }
}
.p-top-word__btn {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-word__btn {
    width: 40%;
  }
}
.p-top-word__btn input[type=submit] {
  width: 100%;
  display: block;
  color: #FFFFFF;
  background-color: #FF6B3B;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
}
.p-top-word__btn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .p-top-word__btn svg {
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
  }
}
.p-top-word__text {
  font-size: 12px;
  color: #767676;
  margin: 6px 0 auto;
}

.p-top-new-jobs {
  background-color: #FFF8EE;
  margin: auto auto 40px;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs {
    margin: auto auto 60px;
  }
}
.p-top-new-jobs__header {
  background-color: #FFB941;
  padding: 12px 0;
}
.p-top-new-jobs__title {
  font-size: 16px;
  font-weight: bold;
  width: 960px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs__title {
    width: 90vw;
  }
}
.p-top-new-jobs__title span {
  background: #4D1100;
  border-radius: 4px;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.p-top-new-jobs__container {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs__container {
    width: 100%;
    padding: 0 16px;
  }
}
.p-top-new-jobs__inner {
  margin: auto;
  width: calc(100% + 170px + 20px);
  position: relative;
  padding: 20px 0 30px 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs__inner {
    width: calc(100% + 16px);
    padding: 20px 0 20px 0px;
  }
}
.p-top-new-jobs__mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 281px;
  background-color: rgba(255, 248, 238, 0.5);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs__mask {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .slick-list {
    padding: 0 22% 0 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .slick-list img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .slick-slide {
    margin-right: 12px;
  }
}
.p-top-new-jobs .dots-2 {
  width: 960px;
  display: flex;
  justify-content: center;
  margin: 20px 0 auto -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .dots-2 {
    width: 100%;
    margin: 20px 0 auto -10px;
  }
}
.p-top-new-jobs .dots-2 li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 1px #BBBBBB;
  background-color: #FFFFFF;
}
.p-top-new-jobs .dots-2 li:hover, .p-top-new-jobs .dots-2 li.slick-active {
  background: #FF6B3B;
  border: none;
}
.p-top-new-jobs .dots-2 li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-top-new-jobs .arrow-2 {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 38px);
  z-index: 2;
  margin: auto auto auto -20px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .arrow-2 {
    width: calc(100% + 16px);
    margin: auto auto auto -16px;
    padding: 0 10px;
  }
}
.p-top-new-jobs .arrow-2 .prev-arrow,
.p-top-new-jobs .arrow-2 .next-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF6B3B;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
.p-top-new-jobs .arrow-2 .prev-arrow {
  transform: rotate(180deg);
  border-radius: 50%;
}
.p-top-new-jobs .arrow-2 .next-arrow {
  border-radius: 50%;
}
.p-top-new-jobs .arrow-2 .prev-arrow::before,
.p-top-new-jobs .arrow-2 .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FF6B3B;
  border-top: 2px solid #FF6B3B;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-top-new-jobs .arrow-2 .prev-arrow::before {
  left: -5px;
  right: 0;
}
.p-top-new-jobs .arrow-2 .next-arrow::before {
  left: 0;
  right: 5px;
}

.p-top-secret {
  background-image: url(../img/top/secret-background-pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 32px;
}
@media screen and (max-width: 1000px) {
  .p-top-secret {
    background-image: url(../img/top/secret-background-sp.webp);
    padding: 0 0 30px;
    background-position-y: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .p-top-secret {
    padding: 20px 16px;
    background-position-y: 0;
  }
}
.p-top-secret__inner {
  margin: auto;
  background-color: #FFF8EE;
  border-radius: 20px;
  padding: 40px 32px 20px 32px;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__inner {
    width: 100%;
    padding: 10px 16px 20px;
  }
}
.p-top-secret__image {
  width: auto;
  margin: 0px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__image {
    width: 100%;
    margin: 0px auto auto;
  }
}
.p-top-secret__image img {
  width: 100%;
}
.p-top-secret__text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__text {
    text-align: left;
  }
}
.p-top-secret__text span {
  color: #ED5F2E;
}
.p-top-secret__text br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__text br {
    display: none;
  }
}
.p-top-secret__btn-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__btn-container {
    flex-direction: column;
  }
}
.p-top-secret__btn {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__btn {
    width: 100%;
  }
}
.p-top-secret__btn a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.p-top-secret__btn span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
.p-top-secret__tel {
  width: 343px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__tel {
    width: 100%;
    margin: 10px auto auto;
  }
}
.p-top-secret__tel img {
  width: 100%;
}

.p-top-reviews {
  margin: 40px auto;
}
.p-top-reviews__header {
  background: #FFF8EE;
  padding: 20px 20px 125px 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews__header {
    padding: 20px 16px 125px 16px;
  }
}
.p-top-reviews__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.p-top-reviews__title svg {
  width: 32px;
  fill: #822500;
}
.p-top-reviews__text {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin: 14px auto auto;
}
.p-top-reviews__inner {
  margin: -125px auto auto;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews__inner {
    padding: 16px 0 16px 16px;
  }
}
.p-top-reviews .slick-list {
  padding: 0 15% 0 0 !important;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.p-top-reviews .slick-list img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .slick-list img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .slick-slide {
    margin-right: 12px;
  }
}
.p-top-reviews .arrow-reviews {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  pointer-events: none;
  margin: auto auto auto -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .arrow-reviews {
    margin: auto auto auto -16px;
    padding: 0 10px;
  }
}
.p-top-reviews .arrow-reviews .prev-arrow,
.p-top-reviews .arrow-reviews .next-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF6B3B;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
.p-top-reviews .arrow-reviews .prev-arrow {
  transform: rotate(180deg);
  border-radius: 9999px;
}
.p-top-reviews .arrow-reviews .next-arrow {
  border-radius: 9999px;
}
.p-top-reviews .arrow-reviews .prev-arrow::before,
.p-top-reviews .arrow-reviews .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FF6B3B;
  border-top: 2px solid #FF6B3B;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-top-reviews .arrow-reviews .prev-arrow::before {
  left: -5px;
  right: 0;
}
.p-top-reviews .arrow-reviews .next-arrow::before {
  left: 0;
  right: 5px;
}
.p-top-reviews .dots-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 auto -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .dots-3 {
    width: 100%;
    margin: 20px 0 auto -10px;
  }
}
.p-top-reviews .dots-3 li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 1px #BBBBBB;
  background-color: #FFFFFF;
}
.p-top-reviews .dots-3 li:hover, .p-top-reviews .dots-3 li.slick-active {
  background: #FF6B3B;
  border: none;
}
.p-top-reviews .dots-3 li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-top-review {
  background-color: #FFFFFF;
  border: solid 2px #FFB941;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 6px;
  box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
}
@media screen and (max-width: 1000px) {
  .p-top-review {
    margin: auto 0px;
  }
}
.p-top-review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-top-review__header {
    gap: 12px;
  }
}
.p-top-review__user-icon {
  width: 70px;
}
.p-top-review__user-icon img {
  width: 100%;
}
.p-top-review__inner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px - 12px);
}
.p-top-review__user-occupation {
  background-color: #FFFBE6;
  border-radius: 9999px;
  padding: 10px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4D1100;
}
.p-top-review__user-name {
  color: #767676;
  margin: 8px 0 auto;
  font-size: 12px;
}
.p-top-review__body {
  margin: 10px auto auto auto;
}
.p-top-review__title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.p-top-review__text {
  font-size: 14px;
  color: #222222;
  margin: 10px auto auto auto;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .p-top-review__text {
    line-height: 1.5;
  }
}

.p-top-support {
  background-color: #F3ECDA;
}
.p-top-support__title img {
  margin: -20px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top-support__title img {
    margin: 0;
  }
}
.p-top-support__inner {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-support__inner {
    padding: 16px;
  }
}
.p-top-support__text {
  position: absolute;
  top: -94px;
  right: 40px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.28px;
  max-width: 460px;
}
@media screen and (max-width: 1000px) {
  .p-top-support__text {
    position: static;
    max-width: 100%;
  }
}
.p-top-support__text span {
  color: #D3433C;
  font-weight: 600;
}
.p-top-support__image {
  max-width: 440px;
  margin: 0 auto;
}
.p-top-support__image img {
  width: 100%;
}

.p-top-qa {
  background-color: #F3ECDA;
  padding: 20px 40px 40px;
  margin: auto auto 74px;
}
@media screen and (max-width: 1000px) {
  .p-top-qa {
    padding: 0 16px 40px;
    margin: auto auto 40px;
  }
}
.p-top-qa__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-qa__list {
    gap: 16px;
  }
}
.p-top-qa__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-top-qa__summary {
    padding: 12px;
  }
}
.p-top-qa__summary::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.p-top-qa__summary.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.p-top-qa__icon {
  width: 40px;
}
.p-top-qa__icon img {
  width: 100%;
}
.p-top-qa__inner {
  width: 100%;
}
.p-top-qa__title {
  font-size: 14px;
  font-weight: bold;
  margin: auto auto 4px;
}
.p-top-qa__sub-title {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
}
.p-top-qa__answer {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px;
  margin: 1px auto auto;
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top-qa__answer {
    padding: 16px 12px;
  }
}

.p-top-free {
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .p-top-free {
    width: 100%;
    margin: 40px auto;
    padding: 0 16px;
  }
}
.p-top-free__header {
  background-color: #FFF8EE;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 1000px) {
  .p-top-free__header {
    padding: 20px;
  }
}
.p-top-free__character {
  width: 80px;
  margin: -53px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__character {
    display: none;
  }
}
.p-top-free__character img {
  width: 100%;
}
.p-top-free__characterRight {
  width: 87px;
  margin: -60px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__characterRight {
    display: none;
  }
}
.p-top-free__characterRight img {
  width: 100%;
}
.p-top-free__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -20px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__inner {
    margin: 0;
  }
}
.p-top-free__title {
  width: 270px;
}
.p-top-free__title img {
  width: 100%;
}
.p-top-free__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px auto auto;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 1000px) {
  .p-top-free__text {
    text-align: center;
  }
}
.p-top-free__text span {
  color: #D73C56;
  font-weight: 600;
}
.p-top-free__text br.pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-top-free__text br.pc {
    display: none;
  }
}
.p-top-free__text br.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top-free__text br.sp {
    display: block;
  }
}

.p-top-merit {
  margin: auto auto 64px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit {
    margin: auto auto 40px;
  }
}
.p-top-merit__sub-title {
  position: relative;
  background-color: #FF6B3B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 8px 12px;
  margin: auto auto 16px;
}
.p-top-merit__sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #FF6B3B transparent transparent;
  translate: -50% 100%;
}
.p-top-merit__title {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  margin: auto auto 32px;
}
.p-top-merit__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-top-merit__item {
  position: relative;
  background-color: #FFF8EE;
  border-radius: 24px;
  padding: 36px 40px;
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item {
    width: auto;
    border-radius: 0 24px 24px 0;
    padding: 36px 24px;
    margin-right: 32px;
  }
}
.p-top-merit__item--right {
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item--right {
    margin: auto 0 auto 32px;
    border-radius: 24px 0 0 24px;
  }
}
.p-top-merit__item-inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  margin: -70px auto 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item-inner {
    justify-content: space-between;
    margin: -40px auto 20px;
    gap: 0px;
  }
}
.p-top-merit__item-inner__merit-2 {
  gap: 0px;
}
.p-top-merit__item-text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -48px;
}
.p-top-merit__character--1 {
  position: absolute;
  top: -32px;
  right: 40px;
  height: 96px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--1 {
    top: -14px;
    right: 10px;
  }
}
.p-top-merit__character--1 img {
  height: 100%;
}
.p-top-merit__character--2 {
  position: absolute;
  top: -49px;
  left: 20px;
  height: 116px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--2 {
    top: -32px;
    left: 0px;
  }
}
.p-top-merit__character--2 img {
  height: 100%;
}
.p-top-merit__character--3 {
  position: absolute;
  top: -32px;
  right: 256px;
  height: 100px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--3 {
    top: -38px;
    right: 4px;
  }
}
.p-top-merit__character--3 img {
  height: 100%;
}
.p-top-merit__item-sub-title {
  background: linear-gradient(to left, #FF6B3B, #FFB941);
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-merit__item-title {
  color: #222222;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.p-top-merit__item-title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item-title br {
    display: block;
  }
}
.p-top-merit__item-title--2 {
  margin-left: 50px;
}
.p-top-merit__item-description {
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
}

.p-top-cta {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta {
    width: 100%;
    padding: 0 16px;
    margin: auto auto 40px;
  }
}
.p-top-cta__btnContainer {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p-top-cta__btn {
  width: 50%;
}
.p-top-cta__btn a {
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn a {
    justify-content: flex-start;
    padding: 8px 8px;
    gap: 0px;
  }
}
.p-top-cta__btn--full {
  width: 50%;
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn--full {
    width: 100%;
  }
}
.p-top-cta__btn--full a {
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn--full a {
    justify-content: center;
    padding: 8px 8px;
  }
}
.p-top-cta__btn--full a span.free {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn--full a span.free {
    position: static;
    top: -15px;
    left: 10px;
    border: none;
  }
}
.p-top-cta__tel {
  width: 343px;
  margin: 30px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__tel {
    width: 100%;
    margin: 20px auto auto;
  }
}
.p-top-cta__tel img {
  width: 100%;
}

.p-top-accordion {
  background-color: #FFF8EE;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-accordion {
    width: auto;
  }
}
.p-top-accordion__inner {
  width: 960px;
  margin: auto;
  padding: 24px 0;
}
@media screen and (max-width: 1000px) {
  .p-top-accordion__inner {
    width: 100%;
    padding: 24px 16px;
  }
}
.p-top-accordion__title {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
}
.p-top-accordion__title.open {
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px #FFEBE6;
}
.p-top-accordion__title::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.p-top-accordion__title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.p-top-accordion__title span {
  font-size: 12px;
  margin: auto auto auto 0;
}
.p-top-accordion__contents {
  background-color: #FFFFFF;
  display: none;
  border-radius: 0 0 4px 4px;
}
.p-top-accordion svg {
  width: 28px;
  height: 28px;
  color: #FF6B3B;
}

.p-top-column {
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .p-top-column {
    margin: auto auto 40px;
    padding: 0 16px 0;
  }
}
.p-top-column__head {
  display: block;
  width: 343px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-column__head {
    width: 100%;
  }
}
.p-top-column__list {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-top-column__list {
    flex-wrap: wrap;
  }
}
.p-top-column__item {
  width: 100%;
  max-width: 165px;
}
@media screen and (max-width: 1000px) {
  .p-top-column__item {
    width: 46%;
    max-width: none;
  }
}
.p-top-column__image {
  width: 100%;
  margin-bottom: 8px;
}
.p-top-column__title {
  color: #4D1100;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.28px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-column__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-service-hero {
  width: 720px;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero {
    width: 100%;
    padding: 0 16px;
  }
}
.p-service-hero__heading img {
  width: 100%;
}
.p-service-hero__heading br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__heading br {
    display: block;
  }
}
.p-service-hero__sub-title {
  color: #4D1100;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 16px auto 8px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__sub-title {
    font-size: 18px;
    text-align: center;
  }
}
.p-service-hero__title {
  color: #037F9B;
  font-size: 32px;
  font-weight: bold;
  margin: auto auto 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__title {
    font-size: 24px;
  }
}
.p-service-hero__title span {
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__title span {
    font-size: 14px;
  }
}
.p-service-hero__text {
  font-size: 14px;
  line-height: 1.5;
}
.p-service-hero__text br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__text br {
    display: none;
  }
}
.p-service-hero__inner {
  position: relative;
  margin: 40px auto auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__inner {
    align-items: flex-end;
    justify-content: end;
    margin: 24px auto auto;
    gap: 0px;
  }
}
.p-service-hero__comment {
  width: 530px;
  background-color: #FFF8EE;
  padding: 24px 40px 20px;
  border: solid 2px #FF6B3B;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__comment {
    width: auto;
    padding: 20px 16px 12px;
    margin-left: 68px;
  }
}
.p-service-hero__comment span {
  color: #D3433C;
  font-weight: bold;
}
.p-service-hero__comment br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__comment br {
    display: none;
  }
}
.p-service-hero__comment__point {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 24px;
  border-radius: 9999px;
  background-color: #FF6B3B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
.p-service-hero__character {
  position: absolute;
  top: -34px;
  left: 46px;
  width: 64px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__character {
    top: -20px;
    left: 0;
    width: 80px;
  }
}
.p-service-hero__character img {
  width: 100%;
}
.p-service-hero__btn {
  width: 480px;
  margin: 32px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__btn {
    width: 100%;
  }
}
.p-service-hero__btn a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.p-service-hero__btn span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}

.p-service-headline {
  margin: auto auto 40px;
}
.p-service-headline__header {
  position: relative;
  display: flex;
  justify-content: center;
  height: 88px;
  background-color: #FFB941;
  border-radius: 24px 24px 0 0;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__header {
    border-radius: 0;
  }
}
.p-service-headline__header-title {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  position: relative;
  padding: 15px 30px;
  margin-right: 96px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__header-title {
    margin-right: 74px;
  }
}
.p-service-headline__header-title::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-top: -8px;
  border-left-color: #FFFFFF;
  left: calc(100% - 2px);
  top: 50%;
}
.p-service-headline__header-character {
  position: absolute;
  bottom: 0;
  height: 123px;
  overflow: hidden;
  margin-left: 284px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__header-character {
    height: 100px;
    margin-left: 277px;
  }
}
.p-service-headline__header-character img {
  height: 100%;
  margin-top: 12px;
}
.p-service-headline__container {
  background-color: #FFF8EE;
  border-radius: 0 0 24px 24px;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__container {
    border-radius: 0;
    padding: 20px 16px 40px;
  }
}
.p-service-headline__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__heading {
    font-size: 14px;
  }
}
.p-service-headline__heading span {
  color: #D3433C;
}
.p-service-headline__heading br.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__heading br.sp {
    display: block;
  }
}
.p-service-headline__support {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__support {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.p-service-headline__support-item {
  width: 33.3333333333%;
  color: #222222;
  text-align: center;
  padding: 15px 20px;
  background-color: #FFFFFF;
  border: solid 2px #FF6B3B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__support-item {
    width: 248px;
    height: 56px;
    padding: 0;
    margin: auto;
  }
}
.p-service-headline__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__inner {
    flex-direction: column;
  }
}
.p-service-headline__text {
  font-size: 14px;
  line-height: 1.8;
  width: 50%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__text {
    width: 100%;
  }
}
.p-service-headline__text span {
  color: #D3433C;
  font-weight: bold;
}
.p-service-headline__image {
  border-radius: 24px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__image {
    width: 100%;
  }
}
.p-service-headline__image img {
  width: 100%;
}
.p-service-headline__btn {
  width: 50%;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__btn {
    width: 100%;
  }
}
.p-service-headline__btn a {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.p-service-headline__btn span {
  background-color: #FFFFFF;
  color: #222222;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}

.p-service-flow {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-service-flow {
    margin: auto auto 48px;
  }
}
.p-service-flow__title {
  width: 100%;
  margin: auto auto 20px;
}
.p-service-flow__title img {
  width: 100%;
}
.p-service-flow__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-service-flow__inner {
    flex-direction: column;
  }
}
.p-service-flow__image {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-service-flow__image {
    width: 100%;
  }
}
.p-service-flow__image img {
  width: 100%;
}

.p-guide-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto auto 18px;
}
@media screen and (max-width: 1000px) {
  .p-guide-hero {
    width: 100%;
    flex-direction: column;
    margin: auto auto 20px;
  }
}
.p-guide-hero img {
  width: 100%;
}

.p-detail-cta {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta {
    width: 100%;
  }
}
.p-detail-cta__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__inner {
    width: 100%;
  }
}
.p-detail-cta__balloon {
  background-color: #FFFFFF;
  color: #000000;
  width: 260px;
  font-size: 14px;
  border-radius: 8px;
  position: relative;
  padding: 12px;
  line-height: 1.5;
}
.p-detail-cta__balloon span {
  font-weight: bold;
  background: #D3433C;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 2px 8px;
}
.p-detail-cta__balloon::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-top: -8px;
  border-right-color: #FFFFFF;
  right: calc(100% - 2px);
  top: 40%;
}
.p-detail-cta__image {
  width: 80px;
}
.p-detail-cta__image img {
  width: 100%;
}
.p-detail-cta__btnContainer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.p-detail-cta__btn {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__btn {
    width: 100%;
  }
}
.p-detail-cta__btn a {
  padding: 16px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__btn a {
    gap: 8px;
  }
}

.p-detail-advisor {
  background-color: #FFF8EE;
  border-radius: 16px;
  margin: 120px 0 0 0;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor {
    border-radius: 0px;
    margin: 80px 0 0 0;
    padding: 40px 16px 20px;
  }
}
.p-detail-advisor__container {
  background-color: #FFFFFF;
  border: solid 1px #FFB941;
  border-radius: 12px;
  padding: 0px 40px;
  margin: -120px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor__container {
    margin: -80px 0 0 0;
    padding: 12px 16px;
  }
}
.p-detail-advisor__heading {
  width: 100%;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #FFB941;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor__heading {
    padding: 0 0 12px;
  }
}
.p-detail-advisor__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor__inner {
    gap: 12px;
    padding: 12px 0 0;
  }
}
.p-detail-advisor__image {
  width: 60px;
}
.p-detail-advisor__image img {
  width: 100%;
}
.p-detail-advisor__comment {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
  width: calc(100% - 60px);
}
.p-detail-advisor__title {
  width: 100%;
  color: #037F9B;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: solid 1px #CCE9ED;
  padding: 20px 0;
}
.p-detail-advisor__text {
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
  margin: 20px auto auto;
  word-break: break-all;
}

.p-detail-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-detail-info__title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4D1100;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__title {
    padding: 16px;
  }
}
.p-detail-info__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__item {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin: 20px auto;
    padding: 0 16px;
  }
}
.p-detail-info__term {
  width: 20%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__term {
    width: 100%;
    padding: 0px;
  }
}
.p-detail-info__term br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__term br {
    display: none;
  }
}
.p-detail-info__desc {
  width: 80%;
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
  padding: 16px 0;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__desc {
    width: 100%;
    padding: 0px;
  }
}
.p-detail-info__desc--bold {
  font-weight: bold;
}
.p-detail-info__desc span.underline {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  border-bottom: solid 1px #FF6B3B;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px auto auto;
}
.p-detail-info__desc span.note {
  background-color: #F1F1F1;
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
  margin: 4px auto auto;
}
.p-detail-info__desc span.salary {
  font-size: 16px;
  font-weight: bold;
}
.p-detail-info__desc span.supplement {
  font-size: 14px;
  color: #767676;
  display: block;
  border-top: 1px solid #BBBBBB;
  padding: 8px 0;
  margin-top: 5px;
  font-weight: normal;
}
.p-detail-info__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  grid-area: tag;
}
.p-detail-info__tag li {
  background-color: #FFFBE6;
  color: #222222;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
}
.p-detail-info__map {
  position: relative;
  width: 100%;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__map {
    margin: auto;
    padding: 0 16px;
  }
}
.p-detail-info__map iframe {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__map iframe {
    height: 220px;
  }
}
.p-detail-info__app {
  font-size: 12px;
  color: #222222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0px auto auto;
  display: flex;
  align-items: center;
  padding: 0 0 4px 0;
}
.p-detail-info__app svg {
  width: 16px;
  height: 16px;
  margin: auto auto auto 4px;
  color: #FF6B3B;
}
.p-detail-info__btn {
  width: 50%;
  margin: 0px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__btn {
    width: 90vw;
  }
}
.p-detail-info__btn a {
  padding: 16px;
}

.p-facility {
  background-color: #FFFFFF;
  border: solid 2px #FFB941;
  border-radius: 12px;
  padding: 40px 40px 60px;
  width: 640px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-facility {
    width: 100%;
    padding: 20px 15px 50px;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(77, 17, 0, 0.0509803922);
  }
}
.p-facility__update {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 10px;
  color: #767676;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .p-facility__update {
    top: 15px;
    right: 15px;
  }
}
.p-facility__update--detail {
  top: -25px;
  right: 0px;
}
.p-facility__name {
  font-size: 16px;
  grid-area: name;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-facility__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 16px auto;
}
@media screen and (max-width: 1000px) {
  .p-facility__inner {
    flex-direction: column;
  }
}
.p-facility__image {
  width: 180px;
  margin: 0;
  grid-area: image;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-facility__image {
    width: 100%;
    height: 100%;
  }
}
.p-facility__image img {
  width: 100%;
}
.p-facility__image .arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 2;
  pointer-events: none;
  padding: 0 4px;
}
@media screen and (max-width: 1000px) {
  .p-facility__image .arrow {
    padding: 0;
  }
}
.p-facility__image .arrow .prev-arrow,
.p-facility__image .arrow .next-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #FF6B3B;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
@media screen and (max-width: 1000px) {
  .p-facility__image .arrow .prev-arrow,
.p-facility__image .arrow .next-arrow {
    width: 32px;
    height: 32px;
  }
}
.p-facility__image .arrow .prev-arrow {
  transform: rotate(180deg);
  border-radius: 9999px;
}
.p-facility__image .arrow .next-arrow {
  border-radius: 9999px;
}
.p-facility__image .arrow .prev-arrow::before,
.p-facility__image .arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FF6B3B;
  border-top: 2px solid #FF6B3B;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-facility__image .arrow .prev-arrow::before {
  left: -5px;
  right: 0;
}
.p-facility__image .arrow .next-arrow::before {
  left: 0;
  right: 5px;
}
.p-facility__info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  grid-area: info;
}
.p-facility__info-term {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .p-facility__info-term {
    width: 25%;
  }
}
.p-facility__info-desc {
  font-size: 14px;
  color: #222222;
  width: 80%;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .p-facility__info-desc {
    width: 75%;
  }
}
.p-facility__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  grid-area: map;
}
@media screen and (max-width: 1000px) {
  .p-facility__map {
    margin: auto;
  }
}
.p-facility__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-facility__app {
  font-size: 12px;
  color: #222222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0px auto auto;
  display: flex;
  align-items: center;
  padding: 0 0 4px 0;
}
.p-facility__app svg {
  width: 16px;
  height: 16px;
  margin: auto auto auto 4px;
  color: #FF6B3B;
}
.p-facility-job-title {
  background: #4D1100;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -13px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .p-facility-job-title {
    left: 20px;
  }
}

.p-qa-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-qa-nav {
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    gap: 10px;
  }
}
.p-qa-nav__item a {
  font-size: 16px;
  color: #222222;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-qa-nav__item a {
    font-size: 14px;
    padding: 0 0 0px;
  }
}
.p-qa-nav__item svg {
  width: 20px;
  height: 20px;
  margin: auto auto auto 4px;
  color: #FF6B3B;
}
.p-sitepolicy {
  width: 880px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy {
    width: 100%;
    padding: 0 16px;
    margin: 20px auto auto;
  }
}
.p-sitepolicy__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy__container {
    gap: 30px;
  }
}
.p-sitepolicy__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy__title {
    font-size: 16px;
  }
}
.p-sitepolicy__list {
  list-style-type: decimal;
  padding-left: 20px;
  margin: 12px auto auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-sitepolicy__text {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  margin: 12px auto auto;
}
.p-sitepolicy__text-item {
  font-size: 14px;
  padding-left: 0px;
  line-height: 1.5;
  color: #222222;
}

.p-sitepolicy-about {
  width: 960px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about {
    width: 100%;
  }
}
.p-sitepolicy-about__header {
  background-color: #4D1100;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about__header {
    font-size: 16px;
    margin: auto auto 30px;
  }
}
.p-sitepolicy-about__container {
  width: 880px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about__container {
    width: 100%;
    padding: 0 16px;
  }
}
.p-sitepolicy-about__title {
  font-size: 16px;
  font-weight: bold;
  margin: auto auto 12px;
}
.p-sitepolicy-about__text {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}
.p-sitepolicy-about__text span {
  font-size: 14px;
  color: #222222;
  padding: 0 0 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px 4px auto;
  display: inline-block;
}
.p-sitepolicy-about__text svg {
  width: 14px;
  height: 14px;
  margin: auto auto 4px 2px;
  color: #FF6B3B;
}
.p-sitepolicy-about__note {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  background-color: #F1F1F1;
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
  margin: 12px auto auto;
}
.p-sitepolicy-about__table-horizontal table {
  border: 1px solid #BBBBBB;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.p-sitepolicy-about__table-horizontal table tbody th,
.p-sitepolicy-about__table-horizontal table tbody td {
  border-bottom: 1px solid #BBBBBB;
}
.p-sitepolicy-about__table-horizontal table tbody th {
  background-color: #F1F1F1;
  font-size: 14px;
  font-weight: normal;
  padding: 16px;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about__table-horizontal table tbody th {
    width: 35%;
    padding: 16px 12px;
  }
}
.p-sitepolicy-about__table-horizontal table tbody td {
  border-left: 1px solid #BBBBBB;
  font-size: 14px;
  color: #222222;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about__table-horizontal table tbody td {
    padding: 16px 12px;
  }
}
.p-sitepolicy-about__table-horizontal table tbody tr:last-child th,
.p-sitepolicy-about__table-horizontal table tbody tr:last-child td {
  border-bottom: none;
}
.p-sitepolicy-about__table-vertical table {
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.p-sitepolicy-about__table-vertical table thead th,
.p-sitepolicy-about__table-vertical table thead td table tbody th,
.p-sitepolicy-about__table-vertical table tbody td {
  border-bottom: 1px solid #BBBBBB;
}
.p-sitepolicy-about__table-vertical table thead th,
.p-sitepolicy-about__table-vertical table tbody th {
  background-color: #F1F1F1;
  font-size: 14px;
  font-weight: normal;
}
.p-sitepolicy-about__table-vertical table thead th,
.p-sitepolicy-about__table-vertical table tbody td {
  border-left: 1px solid #BBBBBB;
  font-size: 14px;
  color: #222222;
  padding: 16px;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-sitepolicy-about__table-vertical table thead th,
.p-sitepolicy-about__table-vertical table tbody td {
    padding: 16px 12px;
  }
}
.p-sitepolicy-about__table-vertical table tbody tr:last-child th,
.p-sitepolicy-about__table-vertical table tbody tr:last-child td {
  border-bottom: none;
}

.p-error {
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-error {
    width: 100%;
    padding: 0 16px;
  }
}
.p-error__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.p-error__heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-bottom: 12px;
}
.p-error__heading span {
  font-size: 60px;
  color: #FF6B3B;
}
.p-error__title {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  font-weight: bold;
}
.p-error__text {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}
.p-error__text a {
  color: #037F9B;
  text-decoration: underline;
  font-weight: bold;
}
.p-error__btn {
  width: 343px;
  margin: 12px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-error__btn {
    width: 100%;
  }
}
.p-error__btn a {
  padding: 16px;
}

@media screen and (max-width: 1000px) {
  .p-info {
    width: 100%;
    padding: 0 16px;
    margin: auto;
  }
}
.p-info__inner {
  margin: auto auto 40px;
}
.p-info__item {
  padding: 20px 0;
  border-bottom: solid 1px #F1F1F1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-info__item a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #222222;
}
.p-info__item a:hover {
  color: #FF6B3B;
}
.p-info__date {
  font-size: 12px;
}
.p-info__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-info__title--detail {
  font-size: 20px;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
  margin: 10px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-info__title--detail {
    font-size: 16px;
  }
}
.p-info__text {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-info__text--detail {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
  border-top: solid 1px #F1F1F1;
  padding: 20px 0 0 0;
  margin: 20px auto auto;
}
.p-info__btn {
  width: 343px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-info__btn {
    width: 100%;
  }
}
.p-info__btn a {
  padding: 16px;
}

.p-contact {
  width: 720px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-contact {
    width: 100%;
    padding: 0 16px;
  }
}
.p-contact__heading {
  font-size: 14px;
  line-height: 1.4;
  color: #222222;
  margin: auto auto 40px auto;
}
@media screen and (max-width: 1000px) {
  .p-contact__heading {
    margin: 20px auto 40px auto;
  }
}
.p-contact__heading a {
  color: #D3433C;
  text-decoration: underline;
}
.p-contact__heading br.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-contact__heading br.sp {
    display: block;
  }
}

.p-request {
  width: 720px;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-request {
    width: 100%;
    padding: 0 16px;
    margin: auto auto 0px;
  }
}
.p-request__license {
  width: 960px;
  margin: auto;
  text-align: right;
  color: #767676;
  margin: 10px auto auto;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .p-request__license {
    width: 90vw;
  }
}
.p-request__problem {
  width: 640px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-request__problem {
    width: 100%;
  }
}
.p-request__problem-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4D1100;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-request__problem-title {
    font-size: 18px;
  }
}
.p-request__problem-list {
  background-color: #FFFFFF;
  border: solid 2px #4D1100;
  border-radius: 0 0 8px 8px;
  padding: 20px 40px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-request__problem-list {
    flex-direction: column;
    padding: 12px 20px 20px 20px;
    gap: 2px;
  }
}
.p-request__problem-item {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-request__problem-item {
    font-size: 14px;
  }
}
.p-request__problem-item svg {
  width: 24px;
  height: 24px;
  color: #FF6B3B;
  margin: auto 4px auto 0;
}
.p-request__arrow {
  margin: 10px auto auto;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .p-request__arrow {
    margin: 15px auto 4px;
    width: 64px;
  }
}
.p-request__arrow img {
  width: 100%;
}
.p-request__banner {
  margin: auto;
  width: 720px;
}
@media screen and (max-width: 1000px) {
  .p-request__banner {
    width: 100%;
  }
}
.p-request__banner img {
  width: 100%;
}
.p-request__system {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-request__system {
    flex-direction: column;
    gap: 32px;
  }
}
.p-request__system-item {
  position: relative;
  width: 50%;
  border: solid 2px #FF6B3B;
  border-radius: 8px;
  padding: 28px 20px 20px 20px;
}
@media screen and (max-width: 1000px) {
  .p-request__system-item {
    width: 100%;
  }
}
.p-request__system-title {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FF6B3B;
  font-size: 16px;
  color: #FFFFFF;
  border: solid 4px #FFFFFF;
  border-radius: 9999px;
  padding: 6px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-request__system-title {
    width: 240px;
    text-align: center;
    font-weight: bold;
  }
}
.p-request__system-text {
  font-size: 14px;
  line-height: 1.5;
}
.p-request__system-text span {
  color: #D3433C;
  font-weight: bold;
}
.p-request__summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-request__summary {
    margin: 20px auto auto;
  }
}
.p-request__summary-item {
  width: 100%;
}
.p-request__summary-title {
  border-bottom: solid 1px #222222;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (max-width: 1000px) {
  .p-request__summary-title {
    font-size: 16px;
  }
}
.p-request__summary-text {
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px auto auto;
}
.p-request__summary-text span {
  color: #D73C56;
}
.p-request__summary-text a {
  color: #222222;
  font-weight: bold;
  text-decoration: underline;
}
.p-request__btn {
  width: 440px;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-request__btn {
    width: 100%;
  }
}
.p-request__btn a {
  padding: 18px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .p-sitemap {
    width: 100%;
    padding: 0 16px;
    margin: 20px auto auto;
  }
}
.p-sitemap__inner + .p-sitemap__inner {
  margin: 32px auto auto;
  padding: 32px 0 0;
  border-top: solid 1px #F1F1F1;
}
.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto auto 12px;
  gap: 16px 10px;
}
@media screen and (max-width: 1000px) {
  .p-sitemap__list {
    gap: 16px;
  }
}
.p-sitemap__item a {
  font-size: 14px;
  color: #222222;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-sitemap__item svg {
  width: 16px;
  height: 16px;
  margin: -2px auto auto 4px;
  color: #FF6B3B;
}
.p-sitemap__item__top a {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-sitemap__item__top a {
    font-size: 14px;
  }
}
.p-sitemap__title {
  font-size: 16px;
  font-weight: bold;
  margin: auto auto 20px;
}
.p-sitemap__region-item + .p-sitemap__region-item {
  margin: 20px auto auto;
}
.p-sitemap__prefectures {
  font-size: 14px;
  font-weight: bold;
  margin: auto 16px auto 0;
}
@media screen and (max-width: 1000px) {
  .p-sitemap__prefectures {
    width: 100%;
    margin: auto auto 8px 0;
  }
}

.p-search-area {
  background: #FFF8EE;
  padding: 40px 40px 40px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .p-search-area {
    padding: 30px 16px 30px;
    border-radius: 0px;
    margin: 20px auto auto;
  }
}
.p-search-area__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-search-area__container {
    gap: 16px;
  }
}
.p-search-area__title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
}
.p-search-area__title.open {
  border-radius: 4px 4px 0 0;
}
.p-search-area__title::after {
  border-right: solid 2px #FF6B3B;
  border-top: solid 2px #FF6B3B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.p-search-area__title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.p-search-area__contents {
  margin: 1px auto auto;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 0px 20px 0px;
  display: none;
  border-radius: 0 0 4px 4px;
}
.p-search-area__list {
  display: flex;
  flex-wrap: wrap;
}
.p-search-area__item {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #F1F1F1;
}
.p-search-area__item:last-child {
  border-bottom: none;
}
.p-search-area__item a {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  padding: 16px 0;
  display: block;
}
.p-search-area__item svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FF6B3B;
  width: 18px;
  height: 24px;
}

.p-column-anchor {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  border: solid 1px #CCE9ED;
  border-radius: 12px;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .p-column-anchor {
    flex-direction: column;
    border-radius: 4px;
    gap: 0px;
    padding: 0 16px;
    width: auto;
    margin: auto 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p-column-anchor__item {
    border-bottom: solid 1px #CCE9ED;
  }
}
@media screen and (max-width: 1000px) {
  .p-column-anchor__item:last-child {
    border-bottom: none;
  }
}
.p-column-anchor__item a {
  font-size: 14px;
  font-weight: bold;
  color: #037F9B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-column-anchor__item a {
    padding: 16px 0;
    width: 100%;
    justify-content: space-between;
  }
}
.p-column-anchor__item svg {
  width: 20px;
  height: 20px;
  margin: auto auto auto 4px;
}
@media screen and (max-width: 1000px) {
  .p-column-anchor__item svg {
    margin: auto 0 auto 4px;
  }
}

.p-column-nav-list {
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .p-column-nav-list {
    margin: 20px auto;
  }
}
.p-column-nav-list__title {
  background-color: #CCE9ED;
  border-radius: 12px 12px 0 0;
  color: #000000;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-column-nav-list__title {
    border-radius: 0;
  }
}
.p-column-nav-list__title span {
  font-size: 20px;
  margin: auto 4px auto 0;
}
.p-column-nav-list__title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-column-nav-list__title br {
    display: block;
  }
}
.p-column-nav-list__list {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .p-column-nav-list__list {
    gap: 12px;
  }
}
.p-column-nav-list__item {
  width: 100%;
}
.p-column-nav-list__item img {
  width: 100%;
}
.p-column-nav-list__item-title {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 8px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-column-nav-list__item-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/*# sourceMappingURL=style.css.map */