@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.post_content h2 {
  margin-left: 0;
  margin-right: 0;
}

:where(#main_content) .post_content h2 {
  margin: 3em 0 1em;
}
:where(#main_content) .post_content p a[target=_blank],
:where(#main_content) .post_content .wp-element-caption a[target=_blank] {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(#main_content) .post_content p a[target=_blank]:after,
:where(#main_content) .post_content .wp-element-caption a[target=_blank]:after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url(images/arrow-up-right-from-square-light-full.svg) no-repeat center/contain;
  margin-left: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  opacity: 0.9;
}
:where(#main_content) .post_content p a:hover,
:where(#main_content) .post_content .wp-element-caption a:hover {
  opacity: 0.8;
}
:where(#main_content) .post_content .wp-block-table th {
  white-space: nowrap;
}

.c_password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c_password__inputarea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.c_password__inputarea form label {
  width: 100%;
  display: block;
}
.c_password__inputarea form label input {
  width: 100%;
}
.c_password__inputarea form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c_password__hiddentable {
  margin-top: 2.5em;
}
.c_password__hiddentable td {
  position: relative;
}
.c_password__hiddentable td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 5;
}

.p-postList:has(.-jobs) {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0 -15px;
}
@media (max-width: 599px) {
  .p-postList:has(.-jobs) {
    grid-template-columns: 1fr;
  }
}
.p-postList:has(.-jobs) .p-postList__item {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-postList:has(.-jobs) .p-postList__link {
  padding: 12px 20px 10px;
  height: auto;
}
.p-postList:has(.-jobs) .p-postList__link:hover {
  background: var(--swl-color_hov_gray);
}
.p-postList:has(.-jobs) .p-postList__body {
  padding-top: 0;
  opacity: 1 !important;
}
.p-postList:has(.-jobs) .c_jobslititem {
  border: 1px solid var(--color_border);
  border-radius: 12px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  overflow: hidden;
}
.p-postList:has(.-jobs) .c_jobslititem__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.p-postList:has(.-jobs) .c_jobslititem__category span {
  font-size: 12px;
  background: #f3f2f1;
  padding: 1px 8px;
}
.p-postList:has(.-jobs) .c_jobslititem__catch {
  margin-top: 5px;
}
.p-postList:has(.-jobs) .c_jobslititem__catch p {
  font-size: 12px;
}
.p-postList:has(.-jobs) .c_jobslititem__catch p span {
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}
.p-postList:has(.-jobs) .c_jobslititem__info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding: 0;
}
.p-postList:has(.-jobs) .c_jobslititem__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.p-postList:has(.-jobs) .c_jobslititem__info li img {
  width: 12px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-postList:has(.-jobs) .c_jobslititem__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding: 0;
}
.p-postList:has(.-jobs) .c_jobslititem__point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  gap: 5px;
  border: 1px solid var(--color_border);
  padding: 1px 5px;
  margin: 0;
}
.p-postList:has(.-jobs) .c_jobslititem__point li img {
  width: 10px;
}
.p-postList:has(.-jobs) .c_jobslititem__cta {
  margin-top: auto;
}
.p-postList:has(.-jobs) .c_jobslititem__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-top: 1px solid var(--color_border);
  padding: 5px 20px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.p-postList:has(.-jobs) .c_jobslititem__entry:hover {
  opacity: 0.6;
}
.p-postList:has(.-jobs) .c_jobslititem__entry svg {
  width: 13px;
}

body:has(.p_form) .l-header {
  position: relative !important;
  top: auto !important;
}
body:has(.p_form) #fix_header,
body:has(.p_form) .l-header__customBtn,
body:has(.p_form) #block-7,
body:has(.p_form) .l-footer__nav {
  display: none !important;
}

.p_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.p_form__title {
  font-weight: 900;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_form__title .req {
  margin-left: 10px;
  border-radius: 4px;
  background: linear-gradient(100deg, hsl(355, 100%, 45%) 0%, hsl(40, 100%, 60%) 100%);
  color: white;
  font-size: 0.6em;
  padding: 0 10px;
}
.p_form__parts input[type=text],
.p_form__parts input[type=email],
.p_form__parts input[type=tel],
.p_form__parts input[type=url],
.p_form__parts textarea {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
}
.p_form__parts input[type=text]::-webkit-input-placeholder, .p_form__parts input[type=email]::-webkit-input-placeholder, .p_form__parts input[type=tel]::-webkit-input-placeholder, .p_form__parts input[type=url]::-webkit-input-placeholder, .p_form__parts textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p_form__parts input[type=text]::-moz-placeholder, .p_form__parts input[type=email]::-moz-placeholder, .p_form__parts input[type=tel]::-moz-placeholder, .p_form__parts input[type=url]::-moz-placeholder, .p_form__parts textarea::-moz-placeholder {
  color: #ccc;
}
.p_form__parts input[type=text]:-ms-input-placeholder, .p_form__parts input[type=email]:-ms-input-placeholder, .p_form__parts input[type=tel]:-ms-input-placeholder, .p_form__parts input[type=url]:-ms-input-placeholder, .p_form__parts textarea:-ms-input-placeholder {
  color: #ccc;
}
.p_form__parts input[type=text]::-ms-input-placeholder, .p_form__parts input[type=email]::-ms-input-placeholder, .p_form__parts input[type=tel]::-ms-input-placeholder, .p_form__parts input[type=url]::-ms-input-placeholder, .p_form__parts textarea::-ms-input-placeholder {
  color: #ccc;
}
.p_form__parts input[type=text]::placeholder,
.p_form__parts input[type=email]::placeholder,
.p_form__parts input[type=tel]::placeholder,
.p_form__parts input[type=url]::placeholder,
.p_form__parts textarea::placeholder {
  color: #ccc;
}
.p_form__parts._radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p_form__parts._postal input {
  width: 140px;
}
.p_form__parts .mwform-radio-field,
.p_form__parts .mwform-checkbox-field {
  margin: 0 !important;
}
.p_form__parts .mwform-radio-field label,
.p_form__parts .mwform-checkbox-field label {
  border: 1px solid #009de8;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.p_form__parts .mwform-radio-field label input,
.p_form__parts .mwform-checkbox-field label input {
  position: absolute;
  opacity: 0;
}
.p_form__parts .mwform-radio-field label:has(input:checked),
.p_form__parts .mwform-checkbox-field label:has(input:checked) {
  background: #009de8;
  color: white;
}
.p_form__parts .mwform-radio-field-text,
.p_form__parts .mwform-checkbox-field-text {
  font-size: 16px;
  font-weight: 500;
}
.p_form__parts .mwform-radio-field label {
  border-radius: 100vh;
}
.p_form__btns button {
  background: linear-gradient(100deg, #009de8 0%, #00c3a0 100%);
  color: #fff;
  font-weight: 900;
  padding: 0.8em 2em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: block;
  text-align: center;
  width: 100%;
}
.p_form__btns button:hover {
  background: linear-gradient(100deg, #007bbd 0%, #009e7a 100%);
}

:root {
  --swl-font_weight: 500;
  --swl-font_family: "Noto Sans JP", sans-serif;
  --swl-pad_post_content: 0;
  --swl-pad_container: 25px;
}
body {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */