@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;
}
@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 #0077CD;
  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 #0073A3;
}
.l-footer--floating {
  padding: 0 0 80px 0;
}
.l-footer-container {
  width: 960px;
  margin: auto;
  padding: 35px 0;
}
@media screen and (max-width: 1000px) {
  .l-footer-container {
    width: 100%;
    padding: 35px 16px;
  }
}
.l-footer-inner + .l-footer-inner {
  margin: 30px auto auto auto;
}

.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: #EEF8FA;
  margin: 0px 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;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .l-top-search-wrap {
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: 16px;
    gap: 32px;
  }
}

.l-container, .l-container--search, .l-container--detail, .l-container--top {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .l-container, .l-container--search, .l-container--detail, .l-container--top {
    width: 100%;
    margin: 20px auto 40px;
  }
}
.l-container--top {
  margin: 40px auto 80px;
}
@media screen and (max-width: 1000px) {
  .l-container--top {
    margin: 40px auto 40px;
  }
}
.l-container--detail {
  margin: 40px auto 80px;
}
@media screen and (max-width: 1000px) {
  .l-container--detail {
    margin: 0px auto 40px;
  }
}
.l-container--search {
  margin: 40px auto 80px;
}
@media screen and (max-width: 1000px) {
  .l-container--search {
    margin: 20px auto 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: linear-gradient(to top, #CFF3E5, #EEF8FA);
  padding: 24px 40px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .l-job-list {
    padding: 24px 16px;
    border-radius: 0px;
    gap: 16px;
  }
}

.l-job-detail {
  background: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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;
  display: flex;
  align-items: center;
  gap: 4px;
}

.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 {
    width: 120px;
    height: auto;
  }
}

.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: #0077CD;
}
@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: 12px;
  font-weight: bold;
}

.c-footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto auto;
  gap: 12px;
}
.c-footer-menu__item {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c-footer-menu__item a {
  color: #0073A3;
  padding: 0 0 4px;
  border-bottom: solid 1px #0073A3;
}
.c-footer-menu__item svg {
  width: 16px;
  height: 16px;
  margin: -2px auto auto 4px;
  color: #0073A3;
}
.c-footer-privacy {
  margin: 40px auto auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-footer-privacy {
    flex-direction: column;
  }
}
.c-footer-privacy__inner {
  display: flex;
  gap: 12px;
}
.c-footer-privacy__image {
  width: 60px;
}
.c-footer-privacy__image img {
  width: 100%;
}
.c-footer-privacy__text {
  width: calc(100% - 60px - 12px);
  font-size: 12px;
  line-height: 1.5;
  color: #222222;
}

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

.c-menu__btn {
  margin: auto auto 40px;
  position: relative;
  width: 275px;
}
.c-menu__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
.c-menu__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 0px 8px;
  font-size: 12px;
  margin: auto 0 auto -20px;
  line-height: 22px;
}
@media screen and (max-width: 1000px) {
  .c-menu__btn span {
    position: absolute;
    top: -15px;
    left: 10px;
    position: initial !important;
  }
}
.c-menu__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.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: 0 20px;
  line-height: 60px;
  border-bottom: solid 1px #BBBBBB;
  color: #222222;
}
.c-menu__nav-item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  color: #222222;
  pointer-events: none;
}
.c-menu__close-btn {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  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 {
  position: relative;
}
.c-sidebar-cta__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-sidebar-cta__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 0 auto -20px;
  line-height: 12px;
}
.c-sidebar-cta__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.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;
  line-height: 60px;
  border-bottom: solid 1px #BBBBBB;
}
.c-sideber-nav__item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 16px;
  color: #222222;
  pointer-events: none;
}

.c-sideber-item {
  border: solid 1px #C5E7EE;
  border-radius: 12px;
}
.c-sideber-item__title {
  position: relative;
}
.c-sideber-item__title a {
  display: block;
  background-color: #C5E7EE;
  border-radius: 12px 12px 0 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.c-sideber-item__title svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0px, -50%);
  width: 14px;
  fill: #222222;
  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-keep {
  color: #0077CD;
  border: solid 1px #0077CD;
  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: #2196BA;
}
.c-btn-keep--on {
  color: #E57E00;
  border: solid 1px #E57E00;
  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: #FF9900;
}

.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: #FF7F92;
}

.c-job-card {
  background-color: #FFFFFF;
  border: solid 1px #C5E7EE;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto 6px;
}
@media screen and (max-width: 1000px) {
  .c-job-card {
    margin: auto 0px;
  }
}
.c-job-card__label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-job-card__label li {
  background-color: #EEF8FA;
  color: #222222;
  padding: 0px 12px;
  line-height: 24px;
  border-radius: 9999px;
  font-size: 12px;
}
.c-job-card__name {
  font-size: 14px;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-job-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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--btnDetail {
  position: relative;
  width: calc(100% - 56px - 8px);
}
.c-job-card__btn--btnDetail a {
  border: solid 1px #F35E81;
  color: #F35E81;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 52px;
}
.c-job-card__btn--btnDetail svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #F35E81;
  width: 16px;
  height: 16px;
}
.c-job-card__btn--btnKeep {
  width: 56px;
}
.c-job-card__btn--btnKeep a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .c-job-card__btn > .c-job-card__btn--btnDetail:only-child {
    width: 100%;
  }
}

.c-breadcrumbs {
  width: 100%;
  background-color: #F1F1F1;
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs {
    padding: 0 0 0 15px;
    margin: 60px auto auto;
  }
}
.c-breadcrumbs__list {
  width: 960px;
  max-width: 90vw;
  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: url(../img/common/mv-pc.webp) no-repeat right center/cover;
}
@media screen and (max-width: 1000px) {
  .c-heading {
    height: 110px;
    background: 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: #000000;
  margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
  .c-heading__title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.c-heading__en {
  font-size: 14px;
  color: #2196BA;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-heading__en {
    font-size: 12px;
  }
}

.c-flow {
  background: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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 {
    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 #42B9D1;
}
@media screen and (max-width: 1000px) {
  .c-flow__item::before {
    left: 20px;
  }
}
.c-flow__item--last {
  background: linear-gradient(to right, #FF6A83, #FF9443);
  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: linear-gradient(to bottom, #005BB6, #42D1CA);
  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: calc(100% - 106px - 20px);
}
@media screen and (max-width: 1000px) {
  .c-flow__step {
    width: calc(100% - 90px - 20px);
  }
}
.c-flow__title {
  font-size: 18px;
  font-weight: bold;
  color: #0077CD;
}
@media screen and (max-width: 1000px) {
  .c-flow__title {
    font-size: 16px;
  }
}
.c-flow__title--last {
  color: #F35E81;
}
.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;
}
@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 0 auto;
  width: 508px;
}
@media screen and (max-width: 1000px) {
  .c-flow__btnContainer {
    flex-direction: column;
    width: auto;
  }
}
.c-flow__bth {
  position: relative;
  width: 248px;
}
@media screen and (max-width: 1000px) {
  .c-flow__bth {
    width: 100%;
  }
}
.c-flow__bth a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-flow__bth svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-flow__tel {
  width: 248px;
}
@media screen and (max-width: 1000px) {
  .c-flow__tel {
    width: 100%;
  }
}
.c-flow__tel a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .c-flow__tel a[href^="tel:"] {
    pointer-events: auto;
  }
}
.c-flow__tel img {
  width: 248px;
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .c-flow__tel img {
    width: 100%;
    height: auto;
  }
}
.c-flow__cv {
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__cv {
    margin: 40px 16px auto 0;
  }
}
.c-flow__cv__btn {
  position: relative;
  width: 343px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-flow__cv__btn {
    width: 100%;
  }
}
.c-flow__cv__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-flow__cv__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-flow__cv span {
  display: block;
  background-color: #FFFFFF;
  border-radius: 9999px;
  color: #DB2A3D;
  border: solid 1px #DB2A3D;
  margin: auto;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 171px;
  transform: translate(-50%, 10%);
  line-height: 1.6;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
}

.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;
  text-align: left;
}
.c-cta__title span {
  font-weight: bold;
  color: #0073A3;
}
.c-cta__btn {
  width: 343px;
  margin: 20px auto auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-cta__btn {
    width: 100%;
  }
}
.c-cta__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-cta__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  font-size: 12px;
  margin: auto 12px auto 0;
  padding: 0px 8px;
  width: 41px;
  line-height: 22px;
}
.c-cta__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-cta__tel {
  width: 343px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-cta__tel {
    width: auto;
    margin: 20px auto auto;
  }
}
.c-cta__tel img {
  width: 100%;
}
.c-cta__tel a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .c-cta__tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

.c-record-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .c-record-header {
    padding: 0px 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;
}
.c-record-header__title span {
  font-size: 24px;
  color: #0073A3;
  margin: auto 5px;
}
.c-record-header__character {
  width: 78px;
  margin: -15px 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-record-header__character {
    margin: 0px 10px 0px auto;
    position: relative;
    z-index: initial;
  }
}
.c-record-header__character img {
  width: 100%;
}

.c-job {
  background-color: #FFFFFF;
  border: solid 1px #A0DCE8;
  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;
}
@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;
    grid-gap: 16px 16px;
  }
}
.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;
}
@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;
    grid-gap: 16px 16px;
  }
}
.c-job--detail {
  background-color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 40px;
  width: 640px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job--detail {
    width: 100%;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1000px) {
  .c-job--detail div {
    width: 100%;
  }
}
.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;
}
@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;
}
@media screen and (max-width: 1000px) {
  .c-job__label {
    margin: 0 0 0px;
  }
}
.c-job__label li {
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  color: #0073A3;
  padding: 0px 16px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 30px;
}
.c-job__label--fill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-area: label;
}
.c-job__label--fill li {
  background-color: #EEF8FA;
  color: #222222;
  padding: 0px 10px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 24px;
}
.c-job__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin: auto auto 15px;
}
@media screen and (max-width: 1000px) {
  .c-job__inner {
    flex-direction: column;
    margin: 16px auto;
  }
}
.c-job__name {
  font-size: 12px;
  grid-area: name;
  margin: 0 0 12px;
}
@media screen and (max-width: 1000px) {
  .c-job__name {
    margin: 0 0 0px;
  }
}
.c-job__name a {
  font-size: 14px;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  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: #0073A3;
  border-bottom: solid 1px #0073A3;
  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;
}
@media screen and (max-width: 1000px) {
  .c-job__title {
    margin: 0 0 0px;
  }
}
.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;
}
@media screen and (max-width: 1000px) {
  .c-job__title--detail {
    margin: 0 0 0px;
  }
}
.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(238, 248, 250, 0.7);
  border: solid 1px #0077CD;
  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 #0077CD;
  border-top: 2px solid #0077CD;
  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;
  grid-area: info;
}
.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__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  grid-area: tag;
  margin: 16px 0 16px;
}
@media screen and (max-width: 1000px) {
  .c-job__tag {
    margin: 0;
  }
}
.c-job__tag--detail {
  margin: 16px auto auto;
}
.c-job__tag li {
  background-color: #EEF8FA;
  color: #222222;
  padding: 0px 10px;
  line-height: 24px;
  border-radius: 9999px;
  font-size: 12px;
}
.c-job__btn, .c-job__btn__facility, .c-job__btn__detail, .c-job__btn__list, .c-job__btn__saved, .c-job__btn__history {
  grid-area: btn;
}
.c-job__btn__history {
  display: grid;
  grid-template-areas: "btn-detail";
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-gap: 15px 15px;
  justify-content: center;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-job__btn__history {
    grid-template-areas: "btn-detail";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin: 0px auto auto;
    width: 100%;
  }
}
.c-job__btn__saved {
  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;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .c-job__btn__saved {
    grid-template-areas: "btn-detail btn-keep";
    grid-template-rows: auto;
    grid-template-columns: 1fr 54px;
    grid-gap: 10px 10px;
    margin: 0px auto auto;
    width: 100%;
  }
}
.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: 1fr 54px;
    grid-gap: 10px 10px;
  }
}
.c-job__btn__detail {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn__detail {
    gap: 6px;
    margin-top: 16px;
  }
}
.c-job__btn__facility {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn__facility {
    gap: 6px;
  }
}
.c-job__btn--btnClosed {
  position: relative;
  grid-area: btn-detail;
}
.c-job__btn--btnClosed a {
  color: #F35E81;
  border: solid 1px #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnClosed a {
    width: 100%;
  }
}
.c-job__btn--btnClosed svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #F35E81;
  width: 16px;
  height: 16px;
}
.c-job__btn--btnDetail {
  position: relative;
  grid-area: btn-detail;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnDetail {
    width: 100%;
  }
}
.c-job__btn--btnDetail a {
  color: #F35E81;
  border: solid 1px #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnDetail a {
    width: 100%;
  }
}
.c-job__btn--btnDetail svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #F35E81;
  width: 16px;
  height: 16px;
}
.c-job__btn--btnContact {
  grid-area: btn-contact;
  width: 240px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnContact {
    width: 100%;
  }
}
.c-job__btn--btnContact a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-job__btn--btnContact svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-job__btn--btnLatest {
  grid-area: btn-contact;
  width: 240px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnLatest {
    width: 100%;
  }
}
.c-job__btn--btnLatest a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  line-height: 1.4;
}
.c-job__btn--btnLatest svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-job__btn--btnKeep {
  width: 56px;
  max-width: 56px;
  grid-area: btn-keep;
}
.c-job__btn--btnKeep a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-job__btn--btnEntry {
  width: 240px;
  grid-area: btn-contact;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnEntry {
    width: 100%;
  }
}
.c-job__btn--btnEntry a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnEntry a {
    padding: 11px;
  }
}
.c-job__btn--btnEntry span.small {
  margin: 4px 0 0;
  font-size: 12px;
}
.c-job__btn--btnEntry span.free {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
.c-job__btn--btnEntry svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-job__btn--btnLatest {
  width: 240px;
  grid-area: btn-contact;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnLatest {
    width: 100%;
  }
}
.c-job__btn--btnLatest a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .c-job__btn--btnLatest a {
    padding: 11px;
  }
}
.c-job__btn--btnLatest svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1000px) {
  .c-job__btn__facility > .c-job__btn--btnClosed:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-job__btn__history > .c-job__btn--btnDetail:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-job__btn__detail > .c-job__btn--btnEntry:only-child {
    width: 100%;
  }
}

.c-job-none {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  width: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-job-none {
    width: 100%;
    padding: 20px 16px;
  }
}
.c-job-none__title {
  background-color: #F8F7F3;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  padding: 15px 30px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.c-job-none__title::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  margin-top: -8px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #F8F7F3;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
}
.c-job-none__character {
  width: 66px;
  margin: auto;
}
.c-job-none__character img {
  width: 100%;
}
.c-job-none__btn--record {
  margin: auto;
  width: 248px;
  position: relative;
}
.c-job-none__btn--record a {
  color: #F35E81;
  border: solid 1px #F35E81;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--record a {
    width: 248px;
  }
}
.c-job-none__btn--record svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #F35E81;
  width: 16px;
  height: 16px;
}
.c-job-none__btn--search {
  margin: auto;
  width: 343px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search {
    width: 248px;
  }
}
.c-job-none__btn--search a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search a {
    text-align: left;
    line-height: normal;
    height: 54px;
  }
}
.c-job-none__btn--search span.free {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 8px;
  line-height: 12px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search span.free {
    margin: auto 12px auto -15px;
  }
}
@media screen and (max-width: 1000px) {
  .c-job-none__btn--search .small {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }
}
.c-job-none__btn--search svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.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: #DB2A3D;
  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;
}
@media screen and (max-width: 1000px) {
  .c-list-header__count {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-list-header__count span {
  color: #DB2A3D;
  font-size: 16px;
  margin: auto 4px auto auto;
}
.c-list-header__character {
  width: 69px;
  overflow: hidden;
}
.c-list-header__character img {
  width: 100%;
}
.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: #0073A3;
}

.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;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 14px;
}
.c-pager ul li a {
  border: 1px solid #0073A3;
  color: #0073A3;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
  font-weight: bold;
  background: #FFFFFF;
}
.c-pager ul li span {
  border: 1px solid #EEF8FA;
  background: #EEF8FA;
  color: #222222;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 32px;
}
.c-pager ul li:first-of-type a, .c-pager ul li:last-of-type a {
  min-width: auto;
  padding: 0 20px;
}

.c-search {
  background: #EEF8FA;
  padding: 40px 40px 30px;
  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: #0073A3;
  fill: #FFFFFF;
  cursor: pointer;
}
.c-search__label {
  font-size: 14px;
  line-height: 1.4;
  width: 20%;
  min-width: 115px;
}
.c-search__value {
  color: #0073A3;
  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;
  border-bottom: solid 1px #0073A3;
  color: #0073A3;
  font-size: 14px;
  font-weight: bold;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto auto 0;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__inner {
    width: 100%;
    padding: 0 16px;
    align-items: flex-start;
  }
}
.c-search-hero__header-title {
  background-color: #F8F7F3;
  color: #000000;
  font-size: 14px;
  border-radius: 8px;
  position: relative;
  padding: 12px 28px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__header-title {
    padding: 12px 14px;
  }
}
.c-search-hero__header-title--radius-max {
  border-radius: 9999px;
}
.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-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: #F8F7F3;
  left: calc(100% - 2px);
  top: 50%;
}
.c-search-hero__header-character {
  overflow: hidden;
  width: 82px;
}
.c-search-hero__header-character img {
  width: 100%;
}
.c-search-hero__btnContainer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.c-search-hero__btn {
  width: 528px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-search-hero__btn {
    width: 100%;
    margin: auto 16px;
  }
}
.c-search-hero__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  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: #F35E81;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 12px;
}
.c-search-hero__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.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__container {
  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: #037F9B;
  font-weight: bold;
}
.c-form-step__text {
  font-size: 12px;
  color: #767676;
  line-height: 1.4;
}
.c-form-step__character {
  width: 72px;
  margin: auto 0 auto auto;
}
.c-form-step__character img {
  width: 100%;
}

.c-form {
  width: 720px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-form {
    width: 100%;
    margin: 40px auto auto;
  }
}
.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 #A0DCE8;
  padding: 0 0 16px;
}
.c-form__inner--confirm-last {
  border-bottom: none;
  padding: 0 0 16px;
}
.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: #DB2A3D;
  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--checkbox span {
  display: block;
  font-size: 1.2rem;
}
.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 #0073A3;
  border-radius: 4px;
  padding: 14px;
  width: 100%;
  font-size: 16px;
}
.c-form__field select {
  border: solid 1px #0073A3;
  border-radius: 4px;
  padding: 14px;
  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: #0073A3;
  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);
  height: 48px;
  border: solid 1px #0073A3;
  background-color: #FFFFFF;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  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: #C5E7EE;
}
.c-form__placeholder {
  font-size: 12px;
  color: #767676;
}
.c-form__note {
  color: #222222;
  background-color: #EEF8FA;
  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--btnConfirm {
  width: 440px;
  margin: 20px auto auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-form__btn--btnConfirm {
    width: 100%;
  }
}
.c-form__btn--btnConfirm button[type=submit] {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 66px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-form__btn--btnConfirm svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-form__btn--btnSend {
  width: 350px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-form__btn--btnSend {
    width: 100%;
  }
}
.c-form__btn--btnSend input[type=submit] {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 54px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
.c-form__btn--btnSend svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-form__btn--btnBack {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1000px) {
  .c-form__btn--btnBack {
    width: 100%;
  }
}
.c-form__btn--btnBack input[type=submit] {
  color: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form__btn--btnBack svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #0073A3;
  width: 16px;
  height: 16px;
}
.c-form__terms {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c-form__terms a {
  font-size: 14px;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4px;
}
.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 #DB2A3D;
  border-radius: 4px;
  padding: 12px;
  list-style: disc;
}
.c-form-error li {
  color: #DB2A3D;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 1.5em;
}

.c-thanks {
  background-color: #EEF8FA;
  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: #2196BA;
  text-align: center;
  margin: auto auto 20px;
}
@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;
  }
}
.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: 30px 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 a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .c-thanks__tel a[href^="tel:"] {
    pointer-events: auto;
  }
}
.c-thanks__tel img {
  width: 100%;
}
.c-thanks__btn {
  width: 343px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-thanks__btn {
    width: 100%;
  }
}
.c-thanks__btn a {
  color: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-thanks__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #0073A3;
  width: 16px;
  height: 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: #DB2A3D;
  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: #0077CD;
  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: #0077CD;
  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;
  color: #222222;
  font-weight: bold;
  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: 18px;
  height: 18px;
  color: #0073A3;
}
.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: #0073A3;
  pointer-events: none;
}
.c-search-dialog__history__text {
  font-size: 16px;
  text-align: left;
}
.c-search-dialog__label {
  color: #0073A3;
  font-size: 14px;
  font-weight: bold;
  background-color: #EEF8FA;
  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 #0073A3;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #000000;
}
.c-search-dialog__select__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 32px;
  background-color: #0073A3;
  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: #0073A3;
  font-size: 14px;
  font-weight: bold;
  background-color: #EEF8FA;
  padding: 14px 40px;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #A0DCE8;
}
@media screen and (max-width: 1000px) {
  .c-search-dialog__facility-title {
    padding: 14px 20px;
  }
}
.c-search-dialog__facility-title::after {
  border-right: solid 2px #0073A3;
  border-top: solid 2px #0073A3;
  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;
  display: none;
}
.c-search-dialog__area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 14px;
  background-color: #EEF8FA;
  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: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  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: #0073A3;
  width: 18px;
  height: 24px;
}
.c-search-dialog__breadcrumbs {
  background-color: #F8F7F3;
  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 a {
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 9999px;
  color: #222222;
  padding: 0px 8px;
  line-height: 22px;
  font-weight: normal;
  border: solid 1px #F1EEE7;
}
.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: #0073A3;
  pointer-events: none;
}
.c-search-dialog__prefecture__text {
  font-size: 16px;
  text-align: left;
}
.c-search-dialog__tab {
  width: 100%;
  background-color: #EEF8FA;
  padding: 10px 0 0;
}
.c-search-dialog__tab-item {
  background-color: #A0DCE8;
  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 #0073A3;
  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(255, 255, 255, 0.9);
}
.c-floating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto 20px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-floating__inner {
    margin: auto 10px;
  }
}
.c-floating__btn--btnEntryTop {
  position: relative;
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--btnEntryTop {
    width: 343px;
  }
}
.c-floating__btn--btnEntryTop a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
}
.c-floating__btn--btnEntryTop span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 12px;
  line-height: 12px;
  font-size: 12px;
  margin: auto 12px auto 0;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--btnEntryTop span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
  }
}
.c-floating__btn--btnEntryTop svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-floating__btn--btnEntryDetail {
  position: relative;
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--btnEntryDetail {
    width: 277px;
  }
}
.c-floating__btn--btnEntryDetail a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
}
.c-floating__btn--btnEntryDetail span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 12px;
  margin: auto 12px auto 0;
  line-height: 12px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--btnEntryDetail span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 140px;
  }
}
.c-floating__btn--btnEntryDetail svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-floating__btn--btnEntryList {
  position: relative;
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .c-floating__btn--btnEntryList {
    width: 277px;
  }
}
.c-floating__btn--btnEntryList a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
}
.c-floating__btn--btnEntryList span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 12px;
  margin: auto 12px auto 0;
}
.c-floating__btn--btnEntryList svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}
.c-floating__btn--btnSearch a {
  color: #037F9B;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to right, #005BB6, #42D1CA) border-box;
  border: solid 1px transparent;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 8px;
  font-weight: bold;
}
.c-floating__btn--btnSearch a svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #037F9B;
}
.c-floating__btn--btnKeep a {
  color: #0073A3;
  border: solid 1px #0073A3;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 8px;
  font-weight: bold;
}
.c-floating__btn--btnKeep a svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #2196BA;
}

.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 #0073A3;
  border-radius: 9999px;
  background: rgba(238, 248, 250, 0.7);
  color: #0073A3;
  text-align: center;
}
.c-pagetop svg {
  width: 24px;
  height: 24px;
  margin: 0 auto 0;
}

.c-search-link {
  background: linear-gradient(to top, #CFF3E5, #EEF8FA);
  padding: 40px 40px 40px;
  border-radius: 16px;
  position: relative;
  margin: 40px auto 0px;
}
@media screen and (max-width: 1000px) {
  .c-search-link {
    padding: 30px 16px 30px;
    border-radius: 0px;
    margin: 40px auto 0;
  }
}
.c-search-link__label {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  font-size: 16px;
  font-weight: bold;
  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 {
    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 #0073A3;
  border-top: solid 2px #0073A3;
  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 #F1EEE7;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 20px 20px;
  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;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-search-link__item a {
    font-size: 12px;
  }
}

.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: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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: linear-gradient(to right, #005BB6, #42D1CA);
  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 {
  border: solid 1px #43CAB4;
  background: #43CAB4;
}
.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 {
  background-color: #C5E7EE;
  font-size: 20px;
  font-weight: bold;
  border-radius: 16px 16px 0 0;
  padding: 16px 20px;
}
@media screen and (max-width: 1000px) {
  .c-qa__heading {
    font-size: 16px;
  }
}
.c-qa__inner {
  border-bottom: solid 1px #A0DCE8;
}
.c-qa__inner:last-child {
  border: 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 #0073A3;
  border-top: solid 2px #0073A3;
  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: #FF7F92;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #FFE5E9;
  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 {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  margin: 0px 20px 20px;
  padding: 20px 0 0 0;
  display: none;
  border-top: solid 1px #A0DCE8;
}
@media screen and (max-width: 1000px) {
  .c-qa__contents {
    padding: 10px;
  }
}

.c-search-accordion {
  margin: auto auto 40px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .c-search-accordion {
    margin: auto auto 24px;
  }
}
.c-search-accordion__inner {
  position: relative;
}
.c-search-accordion__title {
  position: relative;
  width: 528px;
  margin: auto;
  border: solid 1px #0073A3;
  color: #0073A3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  background-color: #FFFFFF;
  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 #0073A3;
  border-top: solid 2px #0073A3;
  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: 4px;
  overflow: hidden;
  border: solid 1px #0073A3;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .c-notice {
    margin: 20px 16px;
  }
}
.c-notice__head {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  padding: 16px;
}
.c-notice__title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.c-notice__body {
  background-color: #F1F1F1;
}
.c-notice__text {
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  padding: 16px;
}

.p-top-hero {
  position: relative;
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-hero {
    margin: 60px auto auto;
  }
}
.p-top-hero__title {
  margin: 0 auto auto 0;
  width: 100%;
  text-align: center;
  background-color: #59d7dc;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__title {
    width: 100%;
  }
}
.p-top-hero__title img {
  width: 100%;
  height: auto;
  max-width: 1440px;
  max-height: 500px;
}
@media screen and (max-width: 1000px) {
  .p-top-hero__title img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}

.p-top-register {
  position: relative;
  z-index: 1;
  width: 600px;
  margin: -130px auto 36px auto;
  border: solid 1px #C5E7EE;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .p-top-register {
    width: auto;
    margin: auto 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-register--hero {
    margin: -44px 20px 36px;
  }
}
.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: #C5E7EE;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  position: relative;
  line-height: 37px;
}
@media screen and (max-width: 1000px) {
  .p-top-register__main-title {
    font-size: 12px;
  }
}
.p-top-register__main-title span {
  background-color: #FFFFFF;
  color: #DB2A3D;
  border-radius: 2px;
  font-size: 14px;
  margin: auto 12px auto -30px;
  display: inline-block;
  line-height: 21px;
  width: 45px;
}
@media screen and (max-width: 1000px) {
  .p-top-register__main-title--easy {
    font-size: 14px;
  }
}
.p-top-register__container {
  padding: 8px 16px 16px;
}
@media screen and (max-width: 1000px) {
  .p-top-register__container {
    padding: 8px 12px 16px;
  }
}
.p-top-register__sub-title {
  font-size: 14px;
  color: #222222;
  text-align: center;
  margin: auto auto 8px;
}
.p-top-register__btn-container {
  display: flex;
  margin: 4px auto auto;
  gap: 8px;
}
.p-top-register__btn, .p-top-register__btn--btnSearch, .p-top-register__btn--btnEntry {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-top-register__btn a, .p-top-register__btn--btnSearch a, .p-top-register__btn--btnEntry a {
  display: block;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 280px;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-top-register__btn a, .p-top-register__btn--btnSearch a, .p-top-register__btn--btnEntry a {
    width: 100%;
    line-height: 48px;
  }
}
.p-top-register__btn svg, .p-top-register__btn--btnSearch svg, .p-top-register__btn--btnEntry svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  pointer-events: none;
  width: 16px;
}
.p-top-register__btn--btnEntry a {
  border: solid 1px #0073A3;
  color: #0073A3;
  line-height: 52px;
}
@media screen and (max-width: 1000px) {
  .p-top-register__btn--btnEntry a {
    line-height: 46px;
  }
}
.p-top-register__btn--btnEntry svg {
  color: #0073A3;
}
.p-top-register__btn--btnSearch a {
  background: #F35E81;
}
.p-top-register__btn--btnSearch svg {
  color: #FFFFFF;
}

.p-top-job-count {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: -30px 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top-job-count {
    justify-content: space-between;
  }
}
.p-top-job-count__total {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  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 0;
}
@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 #0073A3;
  border-radius: 4px;
  line-height: 52px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px 0 10px;
  text-align: center;
  color: #0073A3;
}
@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: #0073A3;
  fill: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-top-search__conditions svg {
    width: 12px;
    height: 12px;
  }
}

.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: #0077CD;
}
.p-top-history__text {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222222;
}
@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;
  color: emerald-100;
  border-bottom: solid 1px #0073A3;
  color: #0073A3;
  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-area {
  width: 960px;
  margin: auto;
  border-top: solid 1px #A0DCE8;
  border-left: solid 1px #A0DCE8;
  border-right: solid 1px #A0DCE8;
}
.p-top-area:last-child {
  border-bottom: solid 1px #A0DCE8;
  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 #0073A3;
  border-top: solid 2px #0073A3;
  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 #A0DCE8;
  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: #0073A3;
  border-bottom: solid 1px #0073A3;
  padding: 0 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-top-area__item a {
    font-weight: normal;
  }
}

.p-top-keyword {
  width: 464px;
}
@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: #0077CD;
  border: solid 1px #0077CD;
  border-radius: 9999px;
  font-size: 14px;
  padding: 0 16px;
  line-height: 30px;
  background-color: #FFFFFF;
}

.p-top-word {
  width: 456px;
}
@media screen and (max-width: 1000px) {
  .p-top-word {
    width: 100%;
    margin: auto;
  }
}
.p-top-word__container {
  display: flex;
  flex-direction: column;
}
.p-top-word__inner {
  display: flex;
  justify-content: space-between;
}
.p-top-word input[type=text] {
  border: solid 1px #0077CD;
  border-radius: 4px;
  height: 48px;
  width: 328px;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
  .p-top-word input[type=text] {
    width: calc(100% - 120px - 8px);
    font-size: 16px;
  }
}
.p-top-word__btn {
  width: 120px;
  position: relative;
}
.p-top-word__btn input[type=submit] {
  width: 100%;
  display: block;
  color: #FFFFFF;
  background-color: #0077CD;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  padding: 0 16px 0 0;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.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: #EEF8FA;
  margin: auto auto 40px;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs {
    margin: auto auto 30px;
  }
}
.p-top-new-jobs__header {
  background-color: #A0DCE8;
  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: #FFFFFF;
  border-radius: 4px;
  padding: 4px 8px;
  color: #F35E81;
  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(238, 248, 250, 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 {
  border: solid 1px #0077CD;
  background: #0077CD;
}
.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;
  }
}
.p-top-new-jobs .arrow-2 .prev-arrow,
.p-top-new-jobs .arrow-2 .next-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(238, 248, 250, 0.7);
  border: solid 1px #0077CD;
  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%;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .arrow-2 .prev-arrow {
    border-radius: 50% 4px 4px 50%;
  }
}
.p-top-new-jobs .arrow-2 .next-arrow {
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .p-top-new-jobs .arrow-2 .next-arrow {
    border-radius: 50% 4px 4px 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 #0077CD;
  border-top: 2px solid #0077CD;
  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;
}
@media screen and (max-width: 1000px) {
  .p-top-secret {
    background-image: url(../img/top/secret-background-sp.webp);
    padding: 30px 0 30px;
    background-position-y: 0px;
  }
}
.p-top-secret__inner {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__inner {
    width: 100%;
    padding: 0 16px;
  }
}
.p-top-secret__image {
  width: 640px;
  margin: 20px 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;
  margin: 20px auto;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__text {
    text-align: left;
  }
}
.p-top-secret__text span {
  color: #DB2A3D;
}
.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: center;
  gap: 12px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__btn-container {
    flex-direction: column;
  }
}
.p-top-secret__btn, .p-top-secret__btn--btnEntry {
  width: 343px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__btn, .p-top-secret__btn--btnEntry {
    width: 100%;
  }
}
.p-top-secret__btn a, .p-top-secret__btn--btnEntry a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  text-align: left;
  border-radius: 4px;
}
.p-top-secret__btn svg, .p-top-secret__btn--btnEntry svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
}
.p-top-secret__btn--btnEntry a {
  background: #F35E81;
}
.p-top-secret__btn--btnEntry span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
}
.p-top-secret__btn--btnEntry svg {
  color: #FFFFFF;
}
.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-secret__tel a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-top-secret__tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

.p-top-reviews {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews {
    margin: 0px auto 32px;
  }
}
.p-top-reviews__header {
  background: linear-gradient(to bottom, #CCE9ED, #FFF);
  padding: 20px 20px 125px 20px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews__header {
    padding: 20px 16px 125px 16px;
  }
}
.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;
  }
}
.p-top-reviews .arrow-reviews .prev-arrow,
.p-top-reviews .arrow-reviews .next-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(238, 248, 250, 0.7);
  border: solid 1px #0077CD;
  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;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .arrow-reviews .prev-arrow {
    border-radius: 50% 4px 4px 50%;
  }
}
.p-top-reviews .arrow-reviews .next-arrow {
  border-radius: 9999px;
}
@media screen and (max-width: 1000px) {
  .p-top-reviews .arrow-reviews .next-arrow {
    border-radius: 50% 4px 4px 50%;
  }
}
.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 #0077CD;
  border-top: 2px solid #0077CD;
  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 {
  border: solid 1px #0077CD;
  background: #0077CD;
}
.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 1px #0077CD;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 6px;
}
@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);
  gap: 4px;
}
.p-top-review__user-occupation {
  background-color: #EEF8FA;
  border-radius: 9999px;
  padding: 0 10px;
  line-height: 29px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
}
.p-top-review__user-name {
  color: #767676;
  margin: 4px 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: #0077CD;
}
.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: #EEF8FA;
}
.p-top-support__title img {
  margin: -20px 0 0 0;
  width: 100%;
}
.p-top-support__inner {
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-support__inner {
    padding: 16px;
  }
}
.p-top-support__text {
  font-size: 14px;
  line-height: 1.6;
}
.p-top-support__text span {
  color: #0077CD;
  font-weight: bold;
}
.p-top-support__image {
  margin: 30px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-support__image {
    margin: 30px auto auto;
  }
}
.p-top-support__image img {
  width: 100%;
}

.p-top-qa {
  background-color: #C5E7EE;
  padding: 40px;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .p-top-qa {
    padding: 16px 16px 40px;
    margin: auto auto 40px;
  }
}
.p-top-qa__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-top-qa__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  height: 69px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .p-top-qa__summary {
    padding: 16px;
  }
}
.p-top-qa__summary::after {
  border-right: solid 2px #0073A3;
  border-top: solid 2px #0073A3;
  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__sub-title {
  font-size: 14px;
  font-weight: bold;
  margin: auto auto 4px;
  color: #000000;
}
.p-top-qa__title {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  color: #000000;
}
.p-top-qa__answer {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px;
  display: none;
  border-top: solid 1px #A0DCE8;
}
.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: #EEF8FA;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 1000px) {
  .p-top-free__header {
    padding: 20px;
  }
}
.p-top-free__character {
  margin: -20px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__character {
    display: none;
  }
}
.p-top-free__character img {
  width: 53px;
}
.p-top-free__inner {
  margin: -20px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__inner {
    margin: 0;
  }
}
.p-top-free__title {
  width: 270px;
  margin: auto auto auto 0;
}
@media screen and (max-width: 1000px) {
  .p-top-free__title {
    width: 274px;
  }
}
.p-top-free__title img {
  width: 100%;
}
.p-top-free__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px auto auto 0;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .p-top-free__text {
    text-align: center;
  }
}
.p-top-free__text span {
  color: #DB2A3D;
  font-weight: bold;
}
.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 60px;
}
.p-top-merit__sub-title {
  background-color: #FFE5E9;
  text-align: center;
  margin: auto auto 8px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  color: #F35E81;
}
.p-top-merit__sub-title img {
  width: 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 {
  background-color: #EEF8FA;
  border-radius: 24px;
  padding: 36px 40px;
  width: 600px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item {
    width: 90%;
    border-radius: 0 24px 24px 0;
    padding: 30px 25px;
  }
}
.p-top-merit__item--right {
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item--right {
    border-radius: 24px 0 0 24px;
  }
}
.p-top-merit__item-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: -50px auto auto;
}
.p-top-merit__character, .p-top-merit__character--3, .p-top-merit__character--2, .p-top-merit__character--1 {
  height: 85px;
  position: absolute;
}
.p-top-merit__character img, .p-top-merit__character--3 img, .p-top-merit__character--2 img, .p-top-merit__character--1 img {
  height: 100%;
}
.p-top-merit__character--1 {
  top: -30px;
  right: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--1 {
    top: -14px;
    right: 10px;
  }
}
.p-top-merit__character--2 {
  top: -30px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--2 {
    top: -14px;
    left: 10px;
  }
}
.p-top-merit__character--3 {
  top: -30px;
  right: 320px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__character--3 {
    top: -30px;
    right: 90px;
  }
}
.p-top-merit__item-sub-title {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-merit__item-sub-title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item-sub-title br {
    display: block;
  }
}
.p-top-merit__item-title {
  color: #0073A3;
  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-description {
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
}
.p-top-merit__item-margin {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  .p-top-merit__item-margin {
    margin-left: 44px;
  }
}

.p-top-cta {
  margin: auto auto 80px;
}
@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;
  width: 343px;
  margin: auto;
}
.p-top-cta__btn, .p-top-cta__btn--btnEntry {
  width: 100%;
  position: relative;
}
.p-top-cta__btn a, .p-top-cta__btn--btnEntry a {
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 12px;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn a, .p-top-cta__btn--btnEntry a {
    padding: 8px 8px;
  }
}
.p-top-cta__btn svg, .p-top-cta__btn--btnEntry svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
}
.p-top-cta__btn span.small, .p-top-cta__btn--btnEntry span.small {
  display: block;
  font-size: 12px;
  margin: auto auto 4px;
}
.p-top-cta__btn span.free, .p-top-cta__btn--btnEntry span.free {
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  background-color: #FFFFFF;
}
.p-top-cta__btn--btnEntry a {
  background: #F35E81;
}
.p-top-cta__btn--btnEntry span.free {
  color: #F35E81;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__btn--btnEntry span.free {
    color: #FF7F92;
    border: solid 1px #FF7F92;
  }
}
.p-top-cta__btn--btnEntry svg {
  color: #FFFFFF;
}
.p-top-cta__tel {
  width: 343px;
  margin: 30px auto auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__tel {
    width: 100%;
    margin: 20px auto auto;
  }
}
.p-top-cta__tel img {
  width: 343px;
  height: 80px;
}
.p-top-cta__tel a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-top-cta__tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

.p-top-accordion {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-top-accordion {
    margin: auto 16px 36px;
  }
}
.p-top-accordion__inner {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-top-accordion__inner {
    width: 100%;
    margin: auto;
  }
}
.p-top-accordion__title {
  border: solid 1px #A0DCE8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 0 16px;
  line-height: 52px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: border-radius 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-top-accordion__title.open {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.p-top-accordion__title::after {
  border-right: solid 2px #0073A3;
  border-top: solid 2px #0073A3;
  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 svg {
  width: 28px;
  height: 28px;
  color: #FF7F92;
}
.p-top-accordion__title__contents {
  background-color: #FFFFFF;
  display: none;
  border-radius: 0 0 4px 4px;
}

.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;
}
.p-top-column__list {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-top-column__list {
    flex-wrap: wrap;
    gap: 16px 0px;
    width: 343px;
  }
}
.p-top-column__item {
  width: 100%;
  max-width: 164px;
}
.p-top-column__image {
  width: 100%;
  margin-bottom: 8px;
}
.p-top-column__title {
  color: #0073A3;
  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;
  color: #222222;
}

.p-service-hero {
  width: 640px;
  margin: auto auto 80px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero {
    width: 100%;
    padding: 0 16px;
    margin: auto auto 40px;
  }
}
.p-service-hero__heading {
  color: #0073A3;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__heading {
    font-size: 14px;
    margin-bottom: 70px;
  }
}
.p-service-hero__heading::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #0073A3;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__heading::after {
    bottom: -55px;
    height: 40px;
  }
}
.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: #0073A3;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: auto auto 10px;
}
.p-service-hero__sub-title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__sub-title br {
    display: block;
  }
}
.p-service-hero__title {
  color: #0073A3;
  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: #222222;
  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 {
  margin: 20px auto auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__inner {
    align-items: flex-end;
  }
}
.p-service-hero__comment {
  width: 422px;
  background-color: #F8F7F3;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.p-service-hero__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: #F8F7F3;
  left: calc(100% - 2px);
  top: 40%;
}
.p-service-hero__comment span {
  color: #0073A3;
  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__character {
  width: 78px;
}
.p-service-hero__character img {
  width: 100%;
}
.p-service-hero__btn {
  width: 343px;
  margin: 20px auto auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-service-hero__btn {
    width: 100%;
  }
}
.p-service-hero__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-service-hero__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  font-size: 12px;
  margin: auto 12px auto 0;
  padding: 0px 8px;
  line-height: 22px;
}
.p-service-hero__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.p-service-headline {
  margin: auto auto 40px;
}
.p-service-headline__header {
  display: flex;
  justify-content: center;
  background-color: #42B9D1;
  border-radius: 24px 24px 0 0;
  align-items: center;
  gap: 10px;
  padding: 4px 0 0 0;
}
@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;
}
.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 {
  height: 82px;
}
.p-service-headline__header-character img {
  height: 100%;
}
.p-service-headline__container {
  background-color: #EEF8FA;
  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: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: auto auto 20px;
}
.p-service-headline__heading span {
  color: #0073A3;
}
.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: 12px;
}
@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%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #FFFFFF;
  height: 64px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #A0DCE8;
  color: #0073A3;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__support-item {
    width: 248px;
    margin: auto;
  }
}
.p-service-headline__support-item img {
  width: 100%;
}
.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: #F35E81;
  font-weight: bold;
}
.p-service-headline__image {
  background-color: #FFFFFF;
  padding: 20px;
  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;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-service-headline__btn {
    width: 100%;
  }
}
.p-service-headline__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-service-headline__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  font-size: 12px;
  margin: auto 12px auto 0;
  padding: 0px 8px;
  line-height: 22px;
}
.p-service-headline__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.p-service-flow {
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-service-flow {
    width: 100%;
    padding: 0 16px;
  }
}
.p-service-flow__title {
  width: 260px;
  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 30px;
}
@media screen and (max-width: 1000px) {
  .p-guide-hero {
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
    margin: auto auto 20px;
  }
}
.p-guide-hero__header-title {
  background-color: #F8F7F3;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  padding: 15px 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-guide-hero__header-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.p-guide-hero__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: #F8F7F3;
  left: calc(100% - 2px);
  top: 40%;
}
@media screen and (max-width: 1000px) {
  .p-guide-hero__header-title::after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #F8F7F3;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 2px);
  }
}
.p-guide-hero__header-character {
  width: 78px;
}
.p-guide-hero__header-character 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;
  font-size: 14px;
  border-radius: 8px;
  position: relative;
  padding: 15px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__balloon {
    padding: 12px;
  }
}
.p-detail-cta__balloon span {
  font-weight: bold;
  background: linear-gradient(to right, #005BB6, #42D1CA);
  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;
}
@media screen and (max-width: 1000px) {
  .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;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__btn {
    width: 343px;
    margin: auto;
  }
}
.p-detail-cta__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-detail-cta__btn a {
    gap: 8px;
  }
}
.p-detail-cta__btn span {
  background-color: #FFFFFF;
  color: #F35E81;
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
}
.p-detail-cta__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

.p-detail-advisor {
  background-color: #EEF8FA;
  border-radius: 16px;
  padding: 40px;
  margin: 120px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor {
    border-radius: 0px;
    padding: 20px 16px 20px;
  }
}
.p-detail-advisor__container {
  background-color: #FFFFFF;
  border: solid 1px #A0DCE8;
  border-radius: 12px;
  padding: 0px 40px;
  margin: -120px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .p-detail-advisor__container {
    padding: 0px 20px;
  }
}
.p-detail-advisor__heading {
  width: 100%;
  color: #0073A3;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #A0DCE8;
  padding: 20px 0;
  text-align: center;
}
.p-detail-advisor__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
.p-detail-advisor__image {
  width: 60px;
}
.p-detail-advisor__image img {
  width: 100%;
}
.p-detail-advisor__comment {
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
  width: calc(100% - 60px);
}
.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;
  background-color: #EEF8FA;
  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: 25%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px;
}
@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: 75%;
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
  padding: 16px;
  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: #0073A3;
  border-bottom: solid 1px #0073A3;
  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.supplement {
  font-size: 12px;
  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;
  align-items: flex-start;
  gap: 8px 4px;
  grid-area: tag;
  margin: 16px;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__tag {
    width: 100%;
    margin: auto;
  }
}
.p-detail-info__tag li {
  background-color: #EEF8FA;
  color: #222222;
  padding: 0px 10px;
  line-height: 24px;
  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;
  font-weight: bold;
  border-bottom: solid 1px #0073A3;
  color: #0073A3;
  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 {
  color: #0073A3;
  width: 16px;
  height: 16px;
  margin: auto auto auto 4px;
}
.p-detail-info__btn {
  margin: 36px auto auto;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__btn {
    width: 90vw;
    margin: auto auto auto;
  }
}
.p-detail-info__btn a {
  color: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 400px;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-detail-info__btn a {
    width: 100%;
  }
}
.p-detail-info__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #0073A3;
  width: 16px;
  height: 16px;
}

.p-facility {
  background-color: #FFFFFF;
  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;
  }
}
.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% - 15px);
  z-index: 2;
  pointer-events: none;
}
.p-facility__image .arrow .prev-arrow,
.p-facility__image .arrow .next-arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(238, 248, 250, 0.7);
  border: solid 1px #0077CD;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  pointer-events: all;
}
.p-facility__image .arrow .prev-arrow {
  transform: rotate(180deg);
  border-radius: 50% 4px 4px 50%;
}
.p-facility__image .arrow .next-arrow {
  border-radius: 50% 4px 4px 50%;
}
.p-facility__image .arrow .prev-arrow::before,
.p-facility__image .arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0077CD;
  border-top: 2px solid #0077CD;
  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;
  font-weight: bold;
  border-bottom: solid 1px #0073A3;
  color: #0073A3;
  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 {
  color: #0073A3;
  width: 16px;
  height: 16px;
  margin: auto auto auto 4px;
}
.p-facility-job-title {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  font-size: 14px;
  font-weight: bold;
  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: 40px;
  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;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  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) {
  .p-qa-nav__item a {
    font-size: 14px;
    padding: 0 0 0px;
  }
}
.p-qa-nav__item svg {
  width: 20px;
  height: 20px;
  color: #0073A3;
}
.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: #C5E7EE;
  color: #000000;
  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;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  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__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;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .p-error {
    width: 343px;
  }
}
.p-error__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-error__inner {
    width: 343px;
    margin: auto;
  }
}
.p-error__heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #0073A3;
  margin: auto auto 12px;
}
.p-error__heading span {
  font-size: 60px;
}
.p-error__title {
  font-size: 14px;
  line-height: 1.5;
  color: #0073A3;
  font-weight: bold;
}
.p-error__text {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}
.p-error__text a {
  color: #0073A3;
  text-decoration: underline;
  font-weight: bold;
}
.p-error__btn {
  width: 343px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-error__btn {
    width: 100%;
  }
}
.p-error__btn a {
  color: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-error__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #0073A3;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1000px) {
  .p-info {
    width: 100%;
    padding: 0 16px;
  }
}
.p-info__inner {
  margin: auto auto 40px;
}
.p-info__item {
  padding: 30px 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: #0073A3;
}
.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;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-info__btn {
    width: 100%;
  }
}
.p-info__btn a {
  color: #0073A3;
  background-color: #FFFFFF;
  border: solid 1px #0073A3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-info__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #0073A3;
  width: 16px;
  height: 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: #037F9B;
  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;
}
@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: #2196BA;
  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: #EEF8FA;
  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: 20px 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: #2196BA;
  margin: auto 4px auto 0;
}
.p-request__arrow {
  margin: 10px auto auto;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .p-request__arrow {
    margin: 20px auto 10px;
    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: 30px;
  }
}
.p-request__system-item {
  width: 50%;
  border: solid 2px #2196BA;
  border-radius: 8px;
  padding: 28px 20px 20px 20px;
}
@media screen and (max-width: 1000px) {
  .p-request__system-item {
    width: 100%;
  }
}
.p-request__system-title {
  background: linear-gradient(to right, #005BB6, #42D1CA);
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 20px;
  margin: -44px auto 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-request__system-text {
  font-size: 14px;
  line-height: 1.5;
}
.p-request__system-text span {
  color: #D73C56;
}
.p-request__summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px auto auto;
}
.p-request__summary-item {
  width: 100%;
}
.p-request__summary-title {
  border-bottom: solid 1px #2196BA;
  color: #2196BA;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
.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: #0073A3;
  text-decoration: underline;
}
.p-request__btn {
  width: 440px;
  margin: 40px auto auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-request__btn {
    width: 100%;
  }
}
.p-request__btn a {
  color: #FFFFFF;
  background: #F35E81;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-request__btn svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  pointer-events: none;
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}

@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;
  gap: 16px 16px;
}
@media screen and (max-width: 1000px) {
  .p-sitemap__list {
    gap: 16px;
  }
}
.p-sitemap__item a {
  font-size: 14px;
  font-weight: bold;
  color: #0073A3;
  border-bottom: solid 1px #0073A3;
  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: #0073A3;
}
.p-sitemap__title {
  font-size: 16px;
  font-weight: bold;
  margin: auto auto 20px;
}
.p-sitemap__region-item {
  display: flex;
  flex-wrap: wrap;
}
.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: linear-gradient(to top, #CFF3E5, #EEF8FA);
  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 #0073A3;
  border-top: solid 2px #0073A3;
  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: auto auto auto;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 0px 20px 0px;
  display: none;
  border-radius: 0 0 4px 4px;
  border-top: solid 1px #A0DCE8;
}
.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: #0073A3;
  width: 16px;
  height: 16px;
}
.p-search-area__item span {
  margin: auto auto auto 15px;
  color: #0073A3;
}
/*# sourceMappingURL=style.css.map */