@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  color: #444;
  font-size: 14px;
}

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
  color: #444;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # base
   # ================================================================= */
a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"] {
  border: none;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -2px #444;
  box-shadow: 0px 0px 5px -2px #444;
  z-index: 2;
}

.l-header__inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer {
  width: 100%;
  background-color: #fff;
}

.l-footer__inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.l-footer__inner:first-of-type {
  margin: 32px 0;
}

.l-footer__inner:last-of-type {
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .l-footer__inner:first-of-type {
    align-items: flex-start;
    padding-left: 20px;
  }
}

.l-main {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin: auto;
  }
}

.l-container {
  width: 100%;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    margin: 40px auto;
  }
}

.l-container__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.l-container__tab__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

.l-container__inner + .l-container__inner {
  margin: 60px auto auto auto;
}

@media screen and (max-width: 768px) {
  .l-container__inner + .l-container__inner {
    margin: 40px auto auto auto;
  }
}

.l-container__inner--md {
  max-width: 800px;
  width: 90%;
  margin: auto;
}

.l-container__inner--md + .l-container__inner--md {
  margin: 60px auto auto auto;
}

@media screen and (max-width: 768px) {
  .l-container__inner--md + .l-container__inner--md {
    margin: 40px auto auto auto;
  }
}

.p-top__inner {
  margin: auto;
  position: relative;
}

.p-top__inner + .p-top__inner {
  margin: 60px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-top__inner + .p-top__inner {
    margin: 40px auto auto auto;
  }
}

.p-top__heading {
  margin: auto auto 20px auto;
  color: #524439;
  border-left: 4px solid #f6921d;
  padding-left: 8px;
  line-height: 2;
}

.p-top__heading span {
  margin: 0 0 0 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 65%;
  border-radius: 2px;
  padding: 2px 8px;
}

.p-top__heading .pharmacist {
  background-color: #7cadbb;
}

.p-top__heading .nurse {
  background-color: #f7ca69;
}

.p-top__heading .kaigo {
  background-color: #f56b1d;
}

.p-top__heading .hoiku {
  background-color: #f5c81d;
  color: #524439;
}

/* リニューアルCSS */
.new-p-top__heading {
  margin: auto auto 20px auto;
  color: #524439;
  line-height: 1.2;
  font-size: 56px;
}

.new-p-top__heading__subText {
  position: relative;
  padding-left: 52px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fd7b33;
  margin-bottom: 40px;
}

.new-p-top__heading__subText::before {
  position: absolute;
  content: "";
  width: 40px;
  border: 1px solid #fd7b33;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .new-p-top__heading {
    font-size: 32px;
    margin: auto auto 16px 20px;
  }

  .new-p-top__heading__subText {
    padding-left: 32px;
    font-size: 14px;
    margin-left: 20px;
  }

  .new-p-top__heading__subText::before {
    position: absolute;
    content: "";
    width: 20px;
    border: 1px solid #fd7b33;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .custom-header-margin {
    margin-left: 10%;
  }
}

.p-top__post,
.p-top__post--offset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top__post--offset {
  margin: 0 -1.5% -40px -1.5%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .p-top__post--offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.p-top__btn {
  margin-top: 48px;
  text-align: center;
}

.p-top__btn:hover,
.p-top__btn:active {
  opacity: 0.5;
}

.p-list__inner {
  margin: auto;
}

.p-list__inner + .p-list__inner {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-list__inner + .p-list__inner {
    margin: 40px auto auto auto;
  }
}

.p-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-list__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-list__post,
.p-list__post--offset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-list__post--offset {
  margin: 0 -1.5% 0px -1.5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-list__post--offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.p-list__post--offset::after {
  display: block;
  content: "";
  min-width: 22%;
  max-width: 30%;
  width: 100%;
  margin: 0 1.5%;
}

.p-list__heading {
  margin: auto auto 20px auto;
}

.p-info__inner {
  margin: auto;
}

.p-info__inner + .p-info__inner {
  margin: 60px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-info__inner + .p-info__inner {
    margin: 40px auto auto auto;
  }
}

.p-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-info__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-info__image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-info__image {
    width: 100%;
    margin: auto auto 30px auto;
  }
}

.p-info__block {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-info__block {
    width: 100%;
  }
}

.p-info__heading {
  margin: auto auto 20px auto;
  color: #524439;
  border-left: 4px solid #f6921d;
  padding-left: 8px;
  font-size: 21px;
}

.p-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
  gap: 12px;
}

.p-info__btn .btn--info {
  margin: 0;
}

.p-info__post,
.p-info__post--offset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.p-info__post--offset {
  margin: 0 -1.5% 0px -1.5%;
}

@media screen and (max-width: 768px) {
  .p-info__post--offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.p-form__inner {
  margin: auto;
}

.p-form__inner + .p-form__inner {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-form__inner + .p-form__inner {
    margin: 40px auto auto auto;
  }
}

.p-form__inner.box {
  height: 270px;
  border: 1px solid #000;
  overflow-x: scroll;
  padding: 2rem;
  line-height: 1.8;
}

.p-form__inner.box ul,
ol {
  margin-left: 1rem;
  margin-left: 1rem;
}

.p-form__inner.box li {
  margin-top: 0.2rem;
}

.p-form__inner.box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 42%;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 1rem 0;
}

.p-form__inner.box dt {
  background: #f5f5f5;
  padding: 5px;
  width: 210px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-form__inner.box dd {
  background: #fff;
  padding: 5px;
  width: calc(100% - 210px);
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 765px) {
  .p-form__inner.box {
    padding: 1rem;
  }

  .p-form__inner.box dl {
    width: 100%;
  }

  .p-form__inner.box dt {
    width: 100%;
    border-right: none;
  }

  .p-form__inner.box dd {
    width: 100%;
  }
}

.p-form__heading {
  margin: auto auto 10px auto;
  color: #524439;
  border-left: solid 4px #f6921d;
  padding-left: 8px;
  font-size: 18px;
}

.p-form__terms {
  margin: 20px auto;
  padding: 10px;
  border: solid 5px #e3e3e3;
}

.p-form__terms a {
  color: #f6921d;
}

.p-form__btn {
  margin: 40px auto;
  text-align: center;
}

.p-form__btn input[type="submit"],
.p-form__btn a {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .p-form__btn input[type="submit"],
  .p-form__btn a {
    width: 100%;
  }
}

.p-mypage__inner {
  margin: auto;
}

.p-mypage__inner + .p-mypage__inner {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-mypage__inner + .p-mypage__inner {
    margin: 40px auto auto auto;
  }
}

.p-mypage__heading {
  margin: auto auto 20px auto;
}

.p-mypage__btn {
  margin: 40px auto;
  text-align: center;
}

.p-mypage__heading--search {
  max-width: 1100px;
  margin: auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-mypage__heading--search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-mypage__title {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .p-mypage__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-mypage__search input[type="text"] {
  width: auto;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 5px auto auto;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .p-mypage__search input[type="text"] {
    line-height: 36px;
    width: 75%;
    margin: 0;
  }
}

.p-mypage__search input[type="submit"] {
  border: none;
  line-height: 36px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-mypage__search input[type="submit"] {
    width: 20%;
    padding: 0 20px;
  }
}

.p-mypage__search input[type="submit"]:hover {
  opacity: 0.5;
}

.p-page__inner {
  margin: auto;
}

.p-page__inner + .p-page__inner {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-page__inner + .p-page__inner {
    margin: 40px auto auto auto;
  }
}

.p-page__heading {
  margin: auto auto 20px auto;
  color: #008ebd;
}

.p-page__btn {
  margin: 40px auto;
  text-align: center;
}

.p-login__inner {
  margin: auto;
}

.p-login__inner + .p-login__inner {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .p-login__inner + .p-login__inner {
    margin: 40px auto auto auto;
  }
}

.header__logo {
  width: 200px;
  margin: auto 20px auto 20px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 170px;
    width: auto;
    text-align: center;
    flex: 1 0 auto;
  }
}

.header__logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 100%;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto 20px auto 0;
}

.header__nav__item {
  text-align: center;
  margin: 0;
  line-height: 60px;
}

.header__nav__item a {
  color: #f6921d;
}

.header__nav__item a:hover {
  opacity: 0.5;
}

.header__nav__item + .header__nav__item {
  margin: 0;
}

@media screen and (max-width: 400px) {
  .header__nav__item + .header__nav__item {
    margin: 0 0 0 10px;
  }
}

.header__nav--search {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .header__nav--search {
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(../img/ic_search.png);
    background-size: 24px;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
  }
}

.header__nav--search a {
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 768px) {
  .header__nav--search a {
    width: 40px;
    height: 100%;
    text-indent: 100%;
  }
}

.header__nav--search:hover {
  opacity: 0.5;
}

.header__nav--keep {
  display: block;
  width: 50px;
  height: 60px;
  background-image: url(../img/ic_keep.png);
  background-size: 24px;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header__nav--keep {
    width: 40px;
  }
}

.header__nav--keep a {
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 768px) {
  .header__nav--keep a {
    width: 40px;
    height: 100%;
  }
}

.header__nav--keep:hover {
  opacity: 0.5;
}

.header__nav--login {
  width: 50px;
  height: 60px;
  background-image: url(../img/ic_login.png);
  background-size: 24px;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header__nav--login {
    width: 40px;
  }
}

.header__nav--login a {
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 768px) {
  .header__nav--login a {
    width: 40px;
    height: 100%;
  }
}

.header__nav--login:hover {
  opacity: 0.5;
}

.footer__logo {
  width: 240px;
}

.footer__logo img {
  width: 100%;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__nav__item {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.footer__nav__item a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.footer__nav__item a img {
  width: 16px;
  height: 16px;
}

.footer__nav__item a:hover {
  opacity: 0.5;
}

.footer__nav__item img {
  width: 20px;
  height: 20px;
}

.footer__copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.footer__copyright a {
  color: #808080;
}

.footer__copyright a:hover {
  opacity: 0.5;
}

.footer__privacymark__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

.footer__privacymark {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .footer__privacymark {
      width: auto;
      flex-direction: row;
      padding: 0 20px;
  }
}

.footer__privacymark img {
  width:80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .footer__privacymark img {
      width:60px;
      height: 60px;
  }
}

.footer__privacymark p {
  line-height: 1.2;
  font-size: 12px;
  color: #444;
  padding-top: 6px;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  max-width: 1100px;
  width: 90%;
  margin: 100px auto 20px auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 72px auto 20px auto;
  }
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li::after {
  content: ">";
  padding: 0 0.2em;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #f6921d;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.heading {
  margin: auto;
  background-color: #f6921d;
  color: #fff;
}

.heading__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.heading__title {
  font-size: 1.5em;
  font-weight: bold;
}

.search__inner {
  max-width: 1100px;
  margin: 40px auto;
}

.search__inner--top {
  max-width: 1100px;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .search__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .search__inner--top {
    margin: 40px 0;
  }
}

.search__heading {
  margin: auto auto 20px 16px;
  color: 524439;
  border-left: 4px solid #f6921d;
  padding-left: 8px;
}

.search__heading i {
  margin: 0;
}

.search__btn {
  margin: 20px auto;
  text-align: center;
  position: relative;
  max-width: 400px;
}

.search__list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .search__list__btn {
    margin: 20px 0 0;
  }
}

.search__list__btn .btn--info {
  margin: 0;
}

.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search__tab__btn {
  width: 100%;
  padding: 10px 0 12px 0;
  text-align: center;
  background: #c5c5c5;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .search__tab__btn {
    width: 100%;
    border-right: none;
  }
}

.search__tab__btn:last-of-type {
  border-right: none;
}

.search__tab__panel {
  width: 100%;
  display: none;
  padding: 20px;
  background: #f4f4f4;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

@media screen and (max-width: 768px) {
  .search__tab__panel {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}

.search__tab .input {
  position: absolute;
  opacity: 0;
}

.search__tab .input:checked + .search__pharmacist {
  background: #f56b1d;
  color: #fff;
}

.search__tab .input:checked + .search__nurse {
  background: #f56b1d;
  color: #fff;
}

.search__tab .input:checked + .search__kaigo {
  background: #f56b1d;
  color: #fff;
}

.search__tab .input:checked + .search__hoiku {
  background: #f5c81d;
  color: #524439;
}

.input:checked + .search__tab__btn + .search__tab__panel {
  display: block;
}

.search__tab label.search__tab__btn {
  position: relative;
}

.search__tab label.search__tab__btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.search__tab input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.search table th {
  width: 15%;
  text-align: right;
  padding: 8px 20px 6px 20px;
  vertical-align: 2em;
}

@media screen and (max-width: 768px) {
  .search table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
  }
}

.search table td {
  padding: 6px 20px;
}

@media screen and (max-width: 768px) {
  .search table td {
    display: block;
    padding: 0 0 10px 0;
  }
}

.search table td input[type="text"] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .search table td input[type="text"] {
    width: 100%;
  }
}

.search table td label {
  vertical-align: top;
  margin: auto auto 10px auto;
  width: 24%;
  display: inline-block;
  cursor: pointer;
  text-indent: -26px;
  padding-left: 26px;
}

@media screen and (max-width: 768px) {
  .search table td label {
    margin: auto auto 5px auto;
    width: 49%;
  }
}

.search table td input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 15px;
  margin: auto 8px auto auto;
  border: none;
}

.search table td input[type="checkbox"]::before {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
}

.search table td input[type="checkbox"]::after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.search table td input[type="checkbox"]:checked::before {
  background-color: #3c80ff;
  border: solid 1px #3c80ff;
}

.search table td input[type="checkbox"]:checked::after {
  opacity: 1;
}

.search table td .selectbox {
  margin: auto 5px auto auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .search table td .selectbox {
    margin: auto auto 5px auto;
  }
}

/* .search table td .selectbox::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 40%;
  border-bottom: solid 2px #e3e3e3;
  border-right: solid 2px #e3e3e3;
  -webkit-transform: rotate(45deg) translateY(-30%);
  transform: rotate(45deg) translateY(-30%);
} */

.search table td .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  padding: 5px 2em 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
  min-width: 240px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .search table td .selectbox select {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .search table td .selectbox--full {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .search table td .selectbox--half {
    width: 100%;
  }
}

.list {
  margin: 0 0 60px 0;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(55, 45, 38, 0.1);
  box-shadow: 0px 0px 15px -4px rgba(55, 45, 38, 0.1);
  padding: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .list {
    margin: 0 0 40px 0;
    padding: 20px 20px 40px;
  }
}

.list:last-of-type {
  margin: 0;
}

.list__inner + .list__inner {
  margin: 20px auto auto auto;
}

@media screen and (max-width: 768px) {
  .list__inner + .list__inner {
    margin: 10px auto auto auto;
  }
}

.list__inner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .list__inner--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.list__image--lg {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  .list__image--lg {
    width: 100%;
  }
}

.list__image--md {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .list__image--md {
    width: 100%;
  }
}

.list__image--md a {
  transition: 0.5s opacity;
}

.list__image--md a:hover,
.list__image--md a:active {
  opacity: 0.5;
}

.list__image--md img {
  border-radius: 4px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .list__block {
    width: 100%;
    margin: 20px 0 auto 0;
  }
}

.list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__btn {
  margin: 20px 0 auto 0;
}

@media screen and (max-width: 768px) {
  .list__btn {
    margin: 20px auto;
    text-align: center;
  }
}

.list__btn .btn {
  background-color: #524439;
  height: 44px;
  line-height: 44px;
}

.card {
  width: 320px !important;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.p-top__post--offset .slide {
  width: 100%;
}

.card__image {
  margin-bottom: 20px;
}

.card__image .image a {
  transition: 0.5s opacity;
}

.card__image .image a:hover,
.card__image .image a:active,
.card__header a:hover {
  opacity: 0.5;
}

.card__image img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #e3e3e3;
}

.entry:first-of-type {
  padding: 0 0 20px 0;
}

.entry:last-child {
  border-bottom: none;
}

.entry__image {
  width: 15%;
  margin: 0 0 auto 0;
}

@media screen and (max-width: 768px) {
  .entry__image {
    width: 30%;
  }
  #ld_keep .entry__image,
  #ld_info_history_list .entry__image {
    width: 35%;
  }
}

.entry__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 82%;
}

#ld_keep .entry__block,
#ld_info_history_list .entry__block {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .entry__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 67%;
  }
  #ld_keep .entry__block,
  #ld_info_history_list .entry__block {
    width: 61%;
  }
}

.entry__body {
  margin: 0 20px 0 0;
  flex: 60%;
}

#ld_keep .entry__body,
#ld_info_history_list .entry__body {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .entry__body {
    margin: 0 0 5px 0;
  }
  #ld_keep .entry__body,
  #ld_info_history_list .entry__body {
    width: 100%;
    font-size: 14px;
  }
}

#ld_keep .entry__body h3,
#ld_info_history_list .entry__body h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  #ld_keep .entry__body h3,
  #ld_info_history_list .entry__body h3 {
    font-size: 14px;
  }
}

#ld_keep .entry__btn {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .entry__btn {
    width: 100%;
  }
  #ld_keep .entry__btn {
    width: auto;
  }
}

#ld_keep .entry__btn .btn {
  height: 48px;
  max-width: 120px;
  line-height: 48px;
  font-size: 14px;
  border-radius: 8px;
  margin: 0;
}

#ld_keep .entry__btn .delete {
  max-width: 80px;
  background: none;
  color: #f4810e;
  border: 2px solid #f4810e;
}

#ld_info_history_list .entry__btn .btn {
  width: 208px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-radius: 8px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #ld_info_history_list .entry__btn .btn {
    width: 100%;
  }
}

.message {
  text-align: center;
  line-height: 1.8;
}

.message input[type="checkbox"] {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .message {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .message .message__text:first-of-type {
    margin-bottom: 20px;
  }
}

.message .message__text label {
  display: flex;
  justify-content: center;
}

.message__title {
  margin: auto auto 10px auto;
}

.message__error {
  margin: auto auto 20px auto;
  border: solid 1px #d32f2f;
  color: #d32f2f;
  background-color: #fffafa;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
}

.hero {
  margin: 60px auto auto auto;
  padding: 140px 0;
  text-align: center;
  background: url(../img/fv_pc.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .hero {
    background: url(../img/fv_sp.jpg) no-repeat center/cover;
    padding: 210px 0 60px;
  }
}

.hero__inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .hero__inner {
    width: 80%;
  }
}

.hero__catch {
  margin: auto auto 20px auto;
  color: #fff;
  font-size: 340%;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .hero__catch {
    font-size: 280%;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

.hero__catch .band--pc {
  display: inline-block;
  padding: 8px 20px 10px;
  background-color: #f6921d;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hero__catch .band--pc {
    background-color: transparent;
    padding: 0;
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .hero__catch .band--sp {
    display: inline-block;
    background-color: #f6921d;
    padding: 4px 8px 6px;
    line-height: 1;
  }

  .hero__catch .band--sp:first-of-type {
    margin-bottom: 8px;
  }
}

.hero__description {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 13px rgba(77, 45, 9, 0.5);
}

@media screen and (max-width: 768px) {
  .hero__description {
    width: 100%;
    margin: auto;
    text-align: left;
  }
}

.quickSearch {
  -webkit-box-shadow: 0px 0px 15px -5px #444;
  box-shadow: 0px 0px 15px -5px #444;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .quickSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
}

.quickSearch__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .quickSearch__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.quickSearch__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .quickSearch__select {
    width: 100%;
    margin: auto auto 10px auto;
  }
}

.quickSearch__btn {
  margin: 0 auto 0 10px;
}

@media screen and (max-width: 768px) {
  .quickSearch__btn {
    width: 100%;
    margin: 0;
  }
}

.quickSearch__btn input[type="submit"] {
  padding: 0;
  line-height: 60px;
  padding: 0 20px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .quickSearch__btn input[type="submit"] {
    line-height: 36px;
    height: 36px;
  }
}

.quickSearch__btn .btn {
  padding: 0px;
  height: 60px;
  line-height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media screen and (max-width: 768px) {
  .quickSearch__btn .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}

.quickSearch__caption {
  text-align: center;
  line-height: 60px;
  width: 100px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .quickSearch__caption {
    width: 50px;
    line-height: 40px;
  }
}

.quickSearch input[type="text"] {
  margin: auto;
  border: none;
  border-radius: 3px;
  margin: auto;
  width: 80%;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .quickSearch input[type="text"] {
    line-height: 40px;
  }
}

.quickSearch select {
  background-color: #fff;
  margin: auto 0;
  border: none;
  border-radius: 3px;
  background-image: url(../img/ic_select.png);
  background-repeat: no-repeat;
  background-position: right 0.15em center;
  background-size: 16px auto;
  width: 80%;
  line-height: 60px;
  padding: 0 20px 0 10px;
}

@media screen and (max-width: 768px) {
  .quickSearch select {
    line-height: 40px;
  }
}

.newsTop {
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}

.newsTop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .newsTop__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsTop__heading {
  font-size: 100%;
  margin: 0 30px;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .newsTop__heading {
    margin: 0;
    padding: 0 15px;
  }
}

.newsTop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0 0;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .newsTop__item {
    width: 100%;
    margin: auto;
    padding: 15px;
    border-top: solid 1px #e3e3e3;
    line-height: normal;
  }
}

.newsTop__time {
  margin: 0 15px 0 0;
}

.newsTop__title {
  font-size: 100%;
  margin: 0 auto 0 15px;
}

.newsTop__title a {
  color: #f6921d;
  transition: 0.5s opacity;
}

.newsTop__title a:hover,
.newsTop__title a:active {
  opacity: 0.5;
}

.newsTop__btn {
  width: 54px;
  height: 54px;
  background-image: url(../img/ic_info.png);
  background-size: 24px;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
}

.newsTop__btn a {
  text-indent: 100%;
  white-space: nowrap;
  padding: 54px;
}

@media screen and (max-width: 768px) {
  .newsTop__btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.pickup__item {
  width: 30%;
  max-width: 340px;
  box-shadow: 0px 0px 15px -4px #4444441a;
  border-radius: 8px;
}

.pickup__item a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pickup__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto auto 20px auto;
  }
}

.pickup__image {
  margin: auto auto 20px auto;
  height: 210px;
}

.pickup__image {
  transition: 0.5s opacity;
}

.pickup__image:hover {
  opacity: 0.5;
}

.pickup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.pickup__block {
  padding: 0px 16px 16px 16px;
}

.pickup__title {
  width: 100%;
  font-size: 16px;
  margin: auto auto 4px auto;
}

.pickup__title a {
  color: #f6921d;
  transition: 0.5s opacity;
}

.pickup__title a:hover,
.pickup__title a:active {
  opacity: 0.5;
}

.pickup__description {
  font-size: 14px;
}

.pickup__tag {
  padding: 2px 12px;
  border-radius: 2px;
  margin-bottom: 4px;
  font-weight: 700;
  width: fit-content;
}

.pickup__tag--kaigo {
  background: #f56b1d;
  color: white;
}

.pickup__tag--hoiku {
  background: #f5c81d;
  color: #524439;
}

.pickupTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pickupTag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pickupTag__item {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #ede7dd;
  padding: 32px 110px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .pickupTag__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 0;
    gap: 16px;
  }
}

.pickupTag__area {
  font-size: 18px;
  color: #fd7b33;
}

.pickupTag__prefecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pickupTag__prefecture__item {
  margin: 3px;
}

.pickupTag__prefecture__item a {
  border: solid 1px #e3e3e3;
  display: block;
  background-color: #faf9f7;
  padding: 4px 10px;
  border-radius: 4px;
  color: #524439;
  font-weight: bold;
}

.pickupTag__prefecture__item a:hover {
  border: solid 1px #f6921d;
  background-color: #f6921d;
  color: #fff;
}

.count {
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  .count {
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .sort {
    margin: 0 auto 10px auto;
  }
}

.sort a {
  color: #f6921d;
  text-decoration: underline;
}

.pager {
  display: block;
  width: auto;
  margin: 40px auto;
}

.pager ul {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.pager ul li a {
  color: #444;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
}

.pager ul li span {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  background-color: #f6921d;
  color: #fff;
}

.pager ul li + li {
  margin: 0 0 0 10px;
}

.reviewList {
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
}

.reviewList:first-of-type {
  padding: 0 0 30px 0;
}

.reviewList__title {
  margin: auto auto 5px auto;
}

.reviewList__comment {
  margin: auto auto 10px auto;
}

.reviewList__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto auto auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: solid 1px #e3e3e3;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    margin: 20px auto;
    justify-content: flex-start;
  }
}

.menu__item {
  border-left: solid 1px #e3e3e3;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu__item {
    border-left: none;
    border: solid 1px #e3e3e3;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 5px 0;
    padding: 5px 0;
    width: 32%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.menu__item a {
  color: #444;
}

.menu__item a:hover {
  text-decoration: underline;
}

.login {
  margin: 40px auto 60px auto;
  padding: 40px 0px;
  border: solid 5px #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }
}

.login__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .login__inner {
    width: auto;
    padding: 0px;
    margin: 30px;
  }
}

.login__inner + .login__inner {
  border-left: solid 1px #e3e3e3;
}

@media screen and (max-width: 768px) {
  .login__inner + .login__inner {
    margin: 0 30px;
    padding: 30px 0 10px 0;
    border-left: none;
    border-top: solid 1px #e3e3e3;
  }
}

.login__heading {
  margin: auto auto 20px auto;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #e3e3e3;
}

.login__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .login__block {
    width: 100%;
    display: block;
  }
}

.login__block dt {
  text-align: left;
  font-weight: bold;
  padding: 5px 0;
}

.login__text {
  margin: auto auto auto auto;
  text-align: center;
}

.login__text a {
  color: #f6921d;
  text-decoration: underline;
}

.login__text a:hover {
  text-decoration: underline;
}

.login__btn {
  margin: 20px auto;
  text-align: center;
}

.login input[type="text"],
.login input[type="password"],
.login input[type="mail"] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  margin: 5px auto;
  width: 100%;
}

.news__inner--list {
  margin: auto;
  padding: 20px 0;
  border-bottom: solid 1px #e3e3e3;
}

.news__inner--list:last-child {
  border: none;
}

.news__inner--info {
  margin: auto;
  padding: 0;
  border-bottom: solid 1px #e3e3e3;
}

.news__inner--info:last-child {
  border: none;
}

.news__date {
  margin: auto auto 5px auto;
}

.news__title--list {
  margin: auto auto 5px auto;
}

.news__title--list a {
  color: #f6921d;
  transition: 0.5s opacity;
}

.news__title--list a:hover,
.news__title--list a:active {
  opacity: 0.5;
}

.news__title--info {
  font-size: 160%;
  margin: auto auto 20px auto;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #e3e3e3;
}

.news__text {
  margin: auto auto 5px auto;
}

.image {
  width: 100%;
}

.image img {
  width: 100%;
}

.name,
.name--info,
.name--list,
.name--hide {
  margin: 0 0 5px 0;
}

.name a,
.name--info a,
.name--list a,
.name--hide a {
  color: #524439;
  transition: 0.5s opacity;
}

.name a:hover,
.name--info a:hover,
.name--list a:hover,
.name--hide a:hover,
.name a:active,
.name--info a:active,
.name--list a:active,
.name--hide a:active {
  opacity: 0.5;
}

.name--hide {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.name--list {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  .name--list {
    font-size: 120%;
  }
}

.name--info {
  font-size: 180%;
  margin: 0 0 20px 0;
  color: #524439;
}

@media screen and (max-width: 768px) {
  .name--info {
    font-size: 140%;
  }
}

.price,
.price--hide {
  font-weight: bold;
}

.price i,
.price--hide i {
  color: #ca5454;
  margin: 0 5px 0 0;
}

.price--hide {
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #524439;
}

.facility--hide {
  margin: 2px 0;
  font-size: 13px;
  color: #808080;
}

.occupation--hide {
  margin: 4px 0;
  color: #39a1bf;
}

.access,
.access--hide {
  margin: 0 0 10px 0;
  color: #808080;
}

.access--hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin-bottom: 8px;
}

.access--hide br {
  display: none;
}

.review,
.review--info {
  margin: 0 0 10px 0;
}

.review__star {
  display: inline-block;
  position: relative;
}

.review__star .on {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 1;
  color: #ffa821;
}

.review__star .off {
  white-space: nowrap;
  width: 100%;
  z-index: 0;
  color: #c5c5c5;
}

.review__num {
  margin-left: 0.5em;
}

.review--info {
  margin: 0 0 20px 0;
}

.tag,
.tag--hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 0 -5px;
}

.tag > li,
.tag--hide > li {
  height: 24px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 12px;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px;
  color: #f6921d;
  border: solid 1px #f6921d;
}

.tag--hide {
  margin: 0 -5px 10px -5px;
  height: 29px;
  overflow: hidden;
}

.category {
  display: inline-block;
  margin: 0 0 10px 0;
}

.category__icon,
.category--employment,
.category--nurse,
.category--pharmacist {
  vertical-align: middle;
  color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  display: block;
}

.category--pharmacist {
  background-color: #39a1bf;
}

.category--nurse {
  background-color: #39a1bf;
}

.category--employment {
  display: inline-block;
  background-color: #524439;
  margin: 0 0 5px 0;
  color: #fff;
}

.keep {
  display: inline-block;
  margin: 0 0 10px 0;
  width: auto;
  background-position: 10% 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 95%;
}

.keep a {
  border-radius: 3px;
  padding: 2px 5px 2px 30px;
  color: #808080;
  display: block;
  background: url(../img/ic_keep_off.png) no-repeat 5% 50%/20px;
  border: solid 1px #e3e3e3;
}

.keep[data-keep_check="true"] a {
  background: #ef738f url(../img/ic_keep.png) no-repeat 5% 50%;
}

.keep[data-keep_check="false"] a {
  background: url(../img/ic_keep.png) no-repeat 5% 50%;
}

.keep_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: fit-content;
  min-width: 90px;
  height: 56px;
  border: 2px solid #f4810e;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s opacity;
}

@media (hover: hover) {
  .keep_btn:hover {
    opacity: 0.5;
  }
}

.keep_btn a {
  color: #f4810e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}

.keep_btn span {
  width: 24px;
  height: 24px;
}

.keep_btn[data-keep_check="false"] span {
  background: white url(../img/new_ic_keep_off.png) no-repeat;
}

.keep_btn[data-keep_check="true"] span {
  background: white url(../img/new_ic_keep_on.png) no-repeat;
}

.keep_info {
  width: 30%;
  margin: auto 10px auto 0px;
}

@media screen and (max-width: 768px) {
  .keep_info {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0;
  }
}

.keep_info .keep_btn[data-keep_check="false"] a {
  padding: 0px 0px 0px 30px;
  width: 100%;
}

.keep_info .keep_btn[data-keep_check="false"] a:hover {
  opacity: 1;
}

.keep_info .keep_btn[data-keep_check="true"] a {
  padding: 0px 0px 0px 30px;
  width: 100%;
}

.keep_info .keep_btn[data-keep_check="true"] a:hover {
  opacity: 1;
}

.table table {
  width: 100%;
}

.table table th {
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #e3e3e3;
}

@media screen and (max-width: 768px) {
  .table table th {
    font-size: 90%;
  }
}

.table table td {
  border-bottom: solid 1px #e3e3e3;
}

.table table td .emphasis {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table table td {
    font-size: 90%;
  }
}

.table__inner--list {
  border-top: solid 1px #e3e3e3;
}

.table__inner--list table th {
  width: 20%;
  padding: 12px 8px;
  background-color: #faf9f7;
}

@media screen and (max-width: 768px) {
  .table__inner--list table th {
    padding: 10px 5px;
  }
}

.table__inner--list table td {
  padding: 12px 8px;
}

@media screen and (max-width: 768px) {
  .table__inner--list table td {
    padding: 10px 5px;
  }
}

.table__inner--normal {
  border-top: solid 1px #e3e3e3;
}

.table__inner--normal table th {
  width: 25%;
  padding: 20px;
  /*  border-right: solid 1px #e3e3e3;*/
  background-color: #faf9f7;
}

@media screen and (max-width: 768px) {
  .table__inner--normal table th {
    padding: 10px 10px;
  }
}

.table__inner--normal table td {
  padding: 20px;
  /*  border-right: solid 1px #e3e3e3;*/
}

@media screen and (max-width: 768px) {
  .table__inner--normal table td {
    padding: 10px 10px;
  }
}

.table__inner--normal table td a {
  color: #f6921d;
  text-decoration: underline;
}

.table__inner--shadow {
  /*  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
  border-top: 1px solid #e3e3e3;
}

.table__inner--shadow table th {
  width: 30%;
  padding: 20px;
  background-color: #faf9f7;
}

@media screen and (max-width: 768px) {
  .table__inner--shadow table th {
    padding: 10px 10px;
  }
}

.table__inner--shadow table td {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .table__inner--shadow table td {
    padding: 10px 10px;
  }
}

.table__inner--form table th {
  width: 25%;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .table__inner--form table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 15px 0 5px 0;
  }
}

.table__inner--form table th .mark-req {
  background-color: #d32f2f;
  color: #fff;
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  padding: 2px 4px;
  vertical-align: top;
}

.table__inner--form table td {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .table__inner--form table td {
    display: block;
    padding: 5px 0 15px 0;
  }
}

.table__inner--form table td a {
  color: #f6921d;
  text-decoration: underline;
}

.table__inner--form table input[type="text"],
.table__inner--form table input[type="password"],
.table__inner--form table input[type="mail"] {
  width: auto;
  padding: 12px 5px;
  margin: auto;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  margin: 5px auto;
}

@media screen and (max-width: 768px) {
  .table__inner--form table input[type="text"],
  .table__inner--form table input[type="password"],
  .table__inner--form table input[type="mail"] {
    width: 100%;
  }
}

.table__inner--form table select {
  width: auto;
  margin: 5px 5px 5px 0;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  background-image: url(../img/ic_select.png);
  background-repeat: no-repeat;
  background-position: right 0.15em center;
  background-size: 16px auto;
  padding: 12px 20px 12px 5px;
}

.table__inner--form table label {
  vertical-align: top;
  margin: 5px 15px 5px auto;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .table__inner--form table label {
    margin: auto auto 5px auto;
    width: 100%;
  }
}

.table__inner--form table td.check label {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .table__inner--form table td.check label {
    width: 100%;
  }
}

.table__inner--form table td.radio label {
  width: auto;
  margin: auto 20px auto auto;
}

@media screen and (max-width: 768px) {
  .table__inner--form table td.radio label {
    width: 100%;
    margin: auto auto 5px auto;
  }
}

.table__inner--form table input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 15px;
  margin: auto 8px auto auto;
  border: none;
}

.table__inner--form table input[type="checkbox"]::before {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
}

.table__inner--form table input[type="checkbox"]::after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.table__inner--form table input[type="checkbox"]:checked::before {
  background-color: #3c80ff;
  border: solid 1px #3c80ff;
}

.table__inner--form table input[type="checkbox"]:checked::after {
  opacity: 1;
}

.table__inner--form table input[type="radio"] {
  margin: auto 8px auto auto;
}

.table__inner--form table textarea {
  width: 100%;
  border: solid 1px #e3e3e3;
  padding: 12px;
}

.search_table {
  width: 100%;
}

.text + .text {
  margin: 40px auto auto auto;
}

@media screen and (max-width: 768px) {
  .text + .text {
    margin: 20px auto auto auto;
  }
}

.text__inner {
  margin: auto;
}

.text__inner + .text__inner {
  margin: 20px auto auto auto;
}

@media screen and (max-width: 768px) {
  .text__inner + .text__inner {
    margin: 20px auto auto auto;
  }
}

.text__title {
  margin: auto;
  color: #524439;
}

.text__text {
  margin: auto;
}

.text__title + .text__text {
  margin: 10px auto auto auto;
}

.text--info {
  margin: auto auto 40px auto;
}

.map #map-canvas {
  width: 100%;
}

.map-info {
  margin-top: 8px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .map-info {
    font-size: 12px;
  }
}

.mail {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #e3e3e3;
}

@media screen and (max-width: 768px) {
  .mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mail:first-of-type {
  padding: 0 0 20px 0;
}

.mail:last-child {
  border-bottom: none;
}

.mail__send {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .mail__send {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

.mail__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 78%;
}

@media screen and (max-width: 768px) {
  .mail__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.mail__body {
  margin: 0 20px 0 0;
  width: auto;
}

@media screen and (max-width: 768px) {
  .mail__body {
    margin: 0 0 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .mail__title {
    margin: 0 0 5px 0;
  }
}

.mail__title a {
  color: #f6921d;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .mail__date {
    margin: 0 0 5px 0;
  }
}

.mail iframe {
  display: block;
  line-height: 40px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .mail iframe {
    margin: 0 0 5px 0;
    width: 100%;
  }
}

.mail__company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mail__company {
    width: 100%;
  }
}

.btn,
.btn--info,
.btn--keep,
.btn--resist {
  background: linear-gradient(360deg, #fa533e 0%, #ffbe1a 100%);
  border-radius: 200px;
  color: #fff;
  margin: auto;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.5s opacity;
}

.btn_with_icon {
  position: relative;
  margin: 0;
}

.icon_inside_button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.btn:hover,
.btn--info:hover,
.btn--keep:hover,
.btn--resist:hover {
  opacity: 0.5;
}

.btn--resist {
  background-color: #94d04f;
}

@media screen and (max-width: 768px) {
  .btn--resist {
    width: 100%;
  }
}

.btn--keep {
  width: 30%;
  color: #808080;
  background: url(../img/ic_keep_off.png) no-repeat 5% 50%/20px;
  border: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 10px auto auto;
}

@media screen and (max-width: 768px) {
  .btn--keep {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
  }
}

.btn--info {
  width: 30%;
  color: #fff;
  background-color: #f5451d;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn--info {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

input[type="submit"] {
  background: linear-gradient(360deg, #fa533e 0%, #ffbe1a 100%);
  border-radius: 200px;
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: 400px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.5s opacity;
}

@media screen and (max-width: 768px) {
  input[type="submit"] {
    width: 100%;
    padding: 0 10px;
  }
}

input[type="submit"]:hover {
  opacity: 0.5;
}

input[type="submit"] + input[type="submit"] {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  input[type="submit"] + input[type="submit"] {
    margin: 20px 0 0 0;
  }
}

input[name="back"] {
  background-color: #c5c5c5;
}

input[type="button"] {
  border: none;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  padding: 0 20px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  input[type="button"] {
    width: 100%;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
}

input[type="button"]:hover {
  opacity: 0.5;
}

.terms table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 10px 0 10px 10px;
}

.terms th,
td {
  padding: 12px 15px;
  text-align: left;
  /*border: 1px solid #ddd;*/
}

.terms th {
  background-color: #f2f2f2;
  /*font-weight: bold;*/
  width: 30%;
  vertical-align: top;
}

.text_right {
  text-align: right;
}

.link-terms {
  text-align: center;
}

.link-terms a {
  color: #0099ff;
  text-decoration: none;
}

/* # =================================================================
   # Custom
   # ================================================================= */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* リニューアルヘッダー */

.topCover {
  margin: 80px auto 40px auto;
  height: 560px;
}

@media screen and (max-width: 768px) {
  .topCover {
    margin: 52px auto 40px auto;
    height: 515px;
  }
}

.topCover__inner {
  position: relative;
}

.topCover__inner--slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 66.666667vw;
  z-index: 1;
}

.topCover__inner--catch {
  position: absolute;
  left: 12%;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  z-index: 1;
  top: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 490px;
}

@media screen and (max-width: 768px) {
  .topCover__inner--slider {
    top: 0;
    left: 40px;
    width: calc(100vw - 40px);
    z-index: 1;
  }

  .topCover__inner--catch {
    left: 5.3333333%;
    width: 90%;
    top: 278px;
    transform: unset;
  }
}

.topCover__inner--catch h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.04em;
  width: fit-content;
}

.topCover__inner--catch p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 12px 0;
}

@media screen and (max-width: 768px) {
  .topCover__inner--catch h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .topCover__inner--catch p {
    font-size: 14px;
  }
}

.topCover__title--first {
  background: white;
  margin-bottom: 8px;
}

.topCover__title--second {
  background: white;
  width: fit-content;
}

.topCover .gradient--text {
  background: -webkit-linear-gradient(72.62deg, #f6665e 42.12%, #ffbe1a 85.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topCover .highlight--text {
  color: rgba(246, 146, 29, 1);
}

.topCover .btn_with_icon {
  position: relative;
  width: 400px;
  margin: 0;
  height: 72px;
  line-height: 72px;
}

@media screen and (max-width: 768px) {
  .topCover .btn_with_icon {
    height: 56px;
    line-height: 56px;
  }
}

.topCover .icon_inside_button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.top__slider--img {
  height: 560px !important;
}

@media screen and (max-width: 768px) {
  .top__slider--img {
    width: 100%;
    height: 360px !important;
  }
}

.topSearch {
  background-color: rgba(246, 146, 29, 1);
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topSearch__inner--catch {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.topPoint {
  position: relative;
  background-color: rgba(255, 253, 241, 1);
  width: 100%;
  height: 850px;
  padding: 80px 0;
}

.topPoint__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  width: 100%;
  height: calc(100% - 160px);
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .topPoint {
    padding: 64px 0;
    height: 760px;
  }

  .topPoint__bg {
    top: 0px;
    height: 100%;
    object-fit: cover;
  }
}

.topPoint__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.topPoint__catch--textChar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.topPoint__catch--textChar .hikari_icon {
  position: absolute;
  right: -45px;
  top: -55px;
}

@media screen and (max-width: 768px) {
  .topPoint__catch--textChar {
    gap: 4px;
  }

  .topPoint__catch--textChar img {
    width: 63px;
    height: 63px;
  }

  .topPoint__catch--textChar .hikari_icon {
    width: 45px !important;
    height: 41px !important;
    top: -90px;
    right: -7px;
  }
}

.topPoint__catch--fukidashi p {
  background-color: rgba(245, 200, 29, 1);
  font-size: 24px;
  text-align: center;
  color: rgba(82, 68, 57, 1);
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 4px 24px;
  width: fit-content;
  position: relative;
}

.topPoint__catch--fukidashi p::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-40deg);
  transform: translateX(-50%) skewX(-40deg);
  margin: 0 0 -12px -5px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: rgba(245, 200, 29, 1) transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .topPoint__catch--fukidashi p {
    font-size: 20px;
    margin: 0 auto;
    padding: 4px 16px;
  }
}

.topPoint__catch--description {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .topPoint__catch--description {
    font-size: 22px;
  }
}

.topPoint__catch--description .underline {
  text-decoration: underline;
  text-decoration-color: rgba(245, 200, 29, 1);
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
}

.topPoint__point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
}

.topPoint__point--container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: 352px;
  padding: 48px 40px 32px 40px;
  border: 4px solid;
  border-radius: 16px;
  background-color: #fff;
}

.topPoint__point--container .overlay-number {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  font-family: Roboto;
  line-height: 1;
  gap: 4px;
  font-weight: bold;
  color: #fff;
  background-color: #f4810e;
  border-radius: 50%;
  border: 4px solid #524439;
}

.topPoint__point--container .overlay-number span:nth-child(2) {
  font-size: 32px;
}

.topPoint__point--container img {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 120px;
  object-fit: contain;
}

.topPoint__point--container p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.topPoint__point--container .subText {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: 0.04em;
  text-align: left;
}

.topPoint__button {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.topPoint__button .btn_with_icon {
  position: relative;
  width: 400px;
  height: 72px;
  line-height: 72px;
  margin: 0;
}

.topPoint__button .icon_inside_button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.topPoint__button .btn_with_icon::before {
  position: absolute;
  content: "さっそく使ってみる";
  top: -12px;
  width: 140px;
  height: 24px;
  padding: 0 16px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #f5451d;
  width: fit-content;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #f5451d;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .topPoint__point--container {
    padding: 48px 16px 16px;
    min-height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .topPoint__point {
    gap: 12px;
    margin-top: 24px;
  }

  .topPoint__point .slide {
    width: 100%;
  }

  .topPoint__point--container {
    width: 320px !important;
    height: 276px;
    border: 2px solid;
    padding: 32px 24px 24px;
    gap: 4px;
  }

  .topPoint__point--container .overlay-number {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 10px;
    border: 2px solid #524439;
  }

  .topPoint__point--container .overlay-number span:nth-child(2) {
    font-size: 24px;
  }

  .topPoint__point--container p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
  }

  .topPoint__point--container img {
    width: 100px;
    height: 100px;
  }

  .topPoint__button .btn_with_icon::before {
    top: -15px;
  }

  .topPoint__button .btn_with_icon {
    width: 335px;
    height: 56px;
    line-height: 56px;
  }

  .topPoint__point .slick-list {
    padding-top: 30px !important;
  }
}

.slick-dots {
  margin-top: 50px !important;
  bottom: -30px !important;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  margin-top: 5px !important;
  background-color: transparent !important;
  border: 1px solid #524439 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  height: 10px !important;
  width: 10px !important;
  content: "" !important;
}

.slick-dots li.slick-active button:before {
  background-color: #524439 !important;
}

.new-l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -2px #444;
  box-shadow: 0px 0px 5px -2px #444;
  z-index: 2;
}

.new-l-header__inner {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.new-header__logo {
  width: 280px;
  margin: auto 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .new-header__logo {
    width: 170px;
    text-align: center;
    margin: auto 0 auto 20px;
  }
}

.new-header__logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .new-header__logo img {
    width: 100%;
  }
}

.new-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  gap: 32px;
}

.new-header__nav__item {
  text-align: center;
  margin: 0;
  cursor: pointer;
}

.new-header__nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #524439;
}

.new-header__nav__item a:hover {
  opacity: 0.5;
}

.new-header__nav__item + .new-header__nav__item {
  margin: 0;
}

.nav__item__menu_pc img {
  width: 80px;
  height: 80px;
}

.nav__item__menu_sp img {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 768px) {
  .new-l-header {
    height: 52px;
  }

  .new-header__nav {
    gap: 4px;
  }

  .new-header__nav__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 8px;
    gap: 2px;
  }

  .new-header__nav__item > img {
    height: 52px;
    width: auto;
    object-fit: cover;
  }

  .new-header__nav__item + .new-header__nav__item {
    margin: 0 0 0 10px;
  }
}

.hide {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

.overlay.overlay-visible {
  visibility: visible;
  opacity: 1;
}

.overlay.overlay-hidden {
  visibility: hidden;
  opacity: 0;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 335px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1000;
}

.hamburger-menu.menu-visible {
  visibility: visible;
  transform: translateX(0%);
}

.hamburger-menu.menu-hidden {
  transform: translateX(100%);
}

.menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.close-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 0 20px 20px 20px;
}

.menu-list li {
  border-bottom: 1px solid #dadada;
}

.menu-list li a {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #524439;
}

.menu-list li img {
  width: 20px;
  height: 20px;
}

.menu-list a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.menu-actions {
  margin-top: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.menu-actions a {
  width: 295px;
}

.menu-footer {
  margin-top: 52px;
  text-align: center;
}

.menu-footer img {
  width: 240px;
}

.sub-btn {
  border-radius: 200px;
  border: 2px solid #524439;
  background: none;
  color: #524439;
  position: relative;
}

.sub-main-btn {
  border-radius: 200px;
  border: 2px solid #f6921d;
  background: white;
  color: #f6921d;
  position: relative;
  width: 440px;
}

@media screen and (max-width: 768px) {
  .sub-main-btn {
    width: 335px;
  }
}

.header-btn-pc {
  color: #fff !important;
  height: 56px !important;
}

.new-p-top__tabSection {
  display: flex;
  justify-content: center;
  gap: 16px;
  border-bottom: 4px solid #fd7b33;
}

.new-p-top__tab {
  height: 64px;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  cursor: pointer;
  padding: 16px;
  text-align: center;
}

.new-p-top__tab span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #524439;
}

.new-p-top__tab.tab_active {
  height: 72px;
}

.new-p-top__tab.tab_active span {
  color: white;
}

.new-p-top__content {
  display: none;
}

.new-p-top__content.content_active {
  display: block;
}

.new-p-top__tab img {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
  float: right;
}

@media screen and (max-width: 768px) {
  .new-p-top__tabSection {
    gap: 6px;
    border-bottom: 2px solid #fd7b33;
  }

  .new-p-top__tab span {
    font-size: 14px;
    line-height: 1.5;
  }

  .new-p-top__tab img {
    width: 20px;
    height: 20px;
  }

  .new-p-top__tab.tab_active {
    height: 52px;
  }

  .new-p-top__tab {
    height: 48px;
    width: 44%;
  }
}

.new-p-top__tab.tab_active img {
  transform: none;
}

#tab_kaigo {
  background-color: #fd7b33;
}

#tab_hoiku {
  background-color: #f5c81d;
}

.new-p-top__content__wrap {
  padding: 48px 40px;
  background-color: #fffdf1;
}

@media screen and (max-width: 768px) {
  .new-p-top__content__wrap {
    padding: 20px 20px 40px 20px;
  }
}

.new-card--category--employment {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background: #524439;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  width: fit-content;
  margin-bottom: 4px;
}

.new-card--facility--type {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background: #39a1bf;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  width: fit-content;
  margin-bottom: 4px;
}

.new-card--facility--name {
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

.card__point {
  padding: 20px 12px;
  border-radius: 8px;
  background-color: #fff6e8;
  position: relative;
  margin-bottom: 20px;
}

.card__point--label {
  position: absolute;
  padding: 2px 32px;
  border: 1px solid #524439;
  background-color: white;
  border-radius: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #524439;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 1;
}

.card__point--catchphrase {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #524439;
}

.card__info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(3, auto);
  width: 100%;
  margin: 0 auto 20px 0;
  background-color: white;
}

.card__info .card__info--heading {
  font-weight: 700;
  padding: 8px;
  border-top: 1px solid #ede7dd;
  border-bottom: 1px solid #ede7dd;
  text-align: left;
}

.card__info .card__info--content_bold {
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px solid #ede7dd;
  border-bottom: 1px solid #ede7dd;
  text-align: left;
  /* Align text to the left */
}

.card__info .card__info--content {
  padding: 10px 0;
  border-top: 1px solid #ede7dd;
  border-bottom: 1px solid #ede7dd;
  text-align: left;
  /* Align text to the left */
}

.card__info .card__info--content:nth-of-type(1) {
  border-top: unset;
  border-bottom: unset;
}

.card__conditions {
  margin-bottom: 20px;
}

.card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.rectangle_btn {
  border-radius: 8px;
}

.small_btn {
  width: 200px;
}

.job-card--wraper--kaigo {
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  gap: 20px;
  padding-bottom: 48px;
}

.job-card--wraper--hoiku {
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  gap: 20px;
  padding-bottom: 48px;
}

.new-p-top__content .slick-track {
  display: flex !important;
  gap: 20px !important;
}

.new-p-top__content .slick-list {
  margin: 0;
}

.new-p-top__content .slick-slide {
  width: fit-content !important;
}

@media screen and (max-width: 468px) {
  .new-p-top__content .slick-track {
    gap: 8px !important;
  }
}

/* job_list */
.list-card {
  margin-bottom: 20px;
  width: 100% !important;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .list-card {
    padding: 20px;
  }
}

.card__body {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .card__body {
    display: block;
  }
}

.job_list_card__image {
 width: 100%;
 flex: 4;
}

.job_list_card__content {
  flex: 6;
}

.job_list_card__info {
  grid-template-columns: 0.5fr 2fr;
  border-top: 1px solid #ede7dd;
}

@media screen and (max-width: 768px) {
  .job_list_card__info {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 8px;
  }
}

.job_list_card__info .card__info--heading {
  font-size: 12px;
  border-top: unset;
}

.job_list_card__info .card__info--content {
  border-top: unset;
}

.job_list_card__info .card__info--content_bold {
  border-top: unset;
}

.job_list_card__point {
  padding: 20px 12px 12px 12px;
}

.job_list_tag--hide {
  margin: auto;
  height: auto;
  overflow: auto;
}

/* job_info */
.p-info__gap {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .p-info__gap {
    gap: 0;
  }
}

.flex-1 {
  flex: 1;
}

.mb-20 {
  margin-bottom: 20px;
}

.job_info_table__inner--shadow table th {
  width: auto;
  vertical-align: top;
  padding: 12px 0;
  background-color: unset;
  white-space: nowrap;
}

.job_info_table__inner--shadow table td {
  padding: 12px;
}

.job_info-card--facility--name {
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

a.job_info-card--facility--name:hover {
  opacity: 0.5;
}

/* ld_info_history */
.slider-for-job-card-history .slick-track {
  display: flex;
  gap: 20px;
}

.px-30 {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .px-30 {
    padding: 0;
  }
}

.custom-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.custom-prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

/* ld_manager_job */
.slider-for-job-card-manager .slick-track {
  display: flex;
  gap: 20px;
}

/* ld_nearby_recommended_job */
.slider-for-job-card--near-reco .slick-track {
  display: flex;
  gap: 20px;
}

/* ld_industry_recommended_job */
.slider-for-job-card--ind-reco .slick-track {
  display: flex;
  gap: 20px;
}

/* Search Modal */
#ld_search {
  padding: 40px 60px;
  border-radius: 32px;
  background: #FFFDF1;
}

@media screen and (max-width: 768px) {
  #ld_search {
    padding: 32px 20px;
    border-radius: unset;
  }
}

.search__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.search__element {
  display: flex;
  gap: 40px;
  align-items: center;
}

.search__button {
  text-align: center;
  margin-top: 24px;
}

.search__button input {
  width: 300px;
}

.search__element--title {
  font-size: 16px;
  font-weight: 700;
  color: #524439;
  min-width: 112px;
}

.search__element--box {
  background-color: white;
  padding: 12px 24px 12px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  border: 1px solid #F6921D;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.search__element--box::after {
  content: "";
  display: inline-block;
  background: url("./file/box/front/img/orange-arrow-right.png");
  position: absolute;
  right: 4px;
  width: 20px;
  height: 20px;
}

.search__element--keyword input {
  width: 320px;
  border: 1px solid #F6921D;
  border-radius: 4px;
  padding: 12px 24px 12px 12px;
}

@media screen and (max-width: 768px) {
  .search__element--keyword input {
    width: 240px;
  }
}

.pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

/* Search Modal */
.modal__container {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 5vh;
  right: 50%;
  width: 400px;
  height: 90vh;
  max-height: 1000px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translate(50%, 150%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1000;
}

.modal__container.modal-visible {
  visibility: visible;
  transform: translate(50%, 0%);
}

.modal__container.modal-hidden {
  transform: translate(50%, 150%);
}

.modal__header {
  background-color: #F6921D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 56px;
  padding: 0 32px;
}

.modal__header span {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.modal__header .close-btn {
  width: 32px;
  height: 32px;
}

.modal__content {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  max-height: 75%;
}

.modal__content--noOverFlow {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.modal__content--title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  /* border-bottom: 1px solid #DADADA; */
  padding-bottom: 12px;
}

.modal__content--options {
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

/* Hide scrollbar */
.modal__content--options::-webkit-scrollbar{
  display: none;
}

.modal__content--options label {
  margin-left: 16px;
  padding: 16px 8px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}

.modal__content--options label input[type="checkbox"] {
  position: relative;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: white;
  border: 1px solid #b7b7b7;
}

.modal__content--options label input[type="checkbox"]:after {
  content: '';
  display: block;
}

.modal__content--options label input[type="checkbox"]:checked::after {
  width: 4px;
  height: 9px;
  margin: 0px 4px;
  border-bottom: 2px solid #F6921D;
  border-right: 2px solid #F6921D;
  transform: rotate(45deg);
}

.modal__content--radio {
  display: flex;
  flex-direction: column;
}

.modal__content--radio label {
  padding: 16px 0;
  border-bottom: 1px solid #DADADA;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
  position: relative;
}

.modal__content--radio label input[type="radio"] {
  -webkit-appearance: none;
}

.modal__content--radio label::after {
  content: "";
  display: block;
  background: url("./file/box/front/img/orange-arrow-right.png");
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
}

.modal__content--select {
  margin-left: 16px;
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.modal__selectbox {
  display: inline-block;
}


.modal__selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
  min-width: 220px;
  position: relative;
  font-weight: normal;
}

.modal__button {
  width: 100%;
  min-height: 80px;
  box-shadow: 0px -4px 8px 0px #33333326;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.modal__button input {
  border-radius: 8px;
  font-size: 14px;
  width: 170px;
  height: 56px;
  line-height: 14px;
}

.confirm-btn {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal__container {
    bottom: 0;
    top: unset;
    width: 100%;
    max-width: 400px;
    border-radius: unset;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .modal__content {
    max-height: 75%;
  }

  #ld_search {
    border-radius: unset;
  }

  .search__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .search__element {
    gap: 16px;
  }

  .search__element--title {
    width: 70px;
    min-width: unset;
    font-size: 14px;
  }

  .search__element--box {
    width: 240px;
  }
}

.modal__content--subText{
  display: inline-block; 
  min-width: 72px; 
  margin-right: 8px;
}
.accordion{
  position: relative;
  cursor: pointer;
}

.accordion-btn{
  position: absolute;
  right: 12px;
  transform: rotate(-90deg);
}

.accordion-btn.accordion-active{
  transform: rotate(90deg);
}

.accordion-content{
  display: none;
}

/* ld_top_search */
.search_top_container {
  margin: auto;
  width: fit-content;
}

.easy_search_container {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 40px;
 padding: 40px 0;
}

.easy_search_box {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 12px;
 padding: 20px 24px;
 background-color: white;
 border: 2px solid #524439;
 border-radius: 8px;
 cursor: pointer;
}

.easy_search_box_text {
 display: flex;
 align-items: flex-end;
 font-weight: 700;
 gap: 4px;
}

.easy_search_box_bold {
 color: #F4810E;
 font-size: 18px;
 letter-spacing: -0.04em;
}

.easy_search_box_base {
 font-size: 14px;
}

.easy_search_icon {
 width: 40px;
 height: 40px;
}

@media screen and (max-width: 768px) {
 .search_top_container {
   width: 100%;
 }

 .easy_search_container {
   gap: 10px;
   padding: 24px 20px;
 }

 .easy_search_box {
   padding: 12px 4px;
   font-size: 14px;
   gap: 4px;
 }

 .easy_search_box_text {
   flex-direction: column;
   align-items: center;
   gap: 0;
 }

 .easy_search_box_bold {
   font-size: 14px;
 }

 .easy_search_box_base {
   font-size: 12px;
 }

 .easy_search_box span {
   letter-spacing: -2px;
 }
}

.list_heading__title{
  display: block;
  font-size: 1.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.job_info__title {
  font-size: 21px;
}

.job_info-footer_coment-container {
  display: flex;
  justify-content: center;
  margin: 20px auto auto auto;
}

.job_info-footer_coment {
  width: 100%;
  border-radius: 8px;
  background: #FFF6E8;
  padding: 20px 12px 12px 12px;
}

@media screen and (max-width: 768px) {
  .job_info-footer_coment {
    width: 320px;
  }
}

.job_info-footer_coment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.job_info-footer_coment-title span {
  color: #F56B1D;
}

.job_info-footer_coment-contents {
  font-size: 12px;
}

.job_info-footer_coment-contents span {
  color: #524439;
  font-weight: 700;
}

.job_info-footer_coment-contents .facility_name {
  color: #524439;
  font-weight: 700;
}

.job_info-footer_coment-contents .contents-special_conditions {
  color: #F56B1D;
  font-weight: 700;
}

.size-h3 {
  font-size: 1.17em;
}

/* 内部リンク(都道府県で探す/雇用形態で探す) */
.internal-link-container {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .internal-link-container {
    gap: 40px;
  }
}

.internal-link-job_info-container {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .internal-link-job_info-container {
    gap: 40px;
    margin-top: 60px;
  }
}

.internal-link-section {
  flex: 1;
  min-width: 300px;
}

.internal-link-section h3 {
  color: #524439;
  font-size: 32px;
  font-weight: 700;
}

.internal-link-subheading {
  color: #FD7B33;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.internal-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.internal-link-list li {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.internal-link-list a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  padding: 16px 0;
  transition: color 0.2s;
}

.internal-link-list a:hover {
  color: #FD7B33;
}

.internal-link-arrow {
  color: #FD7B33;
  font-weight: bold;
}

/* 検索履歴から検索 */
.history-search-btn {
  width: 300px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  border: 2px solid #524439;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .history-search-btn {
    margin-top: 8px;
    margin-left: 0;
  }
}

.history-search-btn:hover {
  background: #f5f5f5;
}

.history-search-btn .arrow {
  margin-left: 10px;
  font-size: 14px;
}

.search-history-list {
  max-height: 400px;
  overflow-y: auto;
}

.search-history-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-history-item:hover {
  background-color: #f5f5f5;
}

.search-history-item:last-child {
  border-bottom: none;
}

.search-history-item .search-condition {
  margin-bottom: 5px;
  font-weight: bold;
}

.search-history-item .search-date {
  font-size: 12px;
  color: #666;
}

/*# sourceMappingURL=style.css.map */
