@charset "UTF-8";
/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
*/
/************************************************

共通指定

************************************************/
.d-n {
  display: none !important;
}

.nsjp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.klee-one {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.mds02 {
  text-align: center;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 128%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.mds02 code {
  display: block;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #d35f5f;
}

/** 汎用見出しデザイン **/
.ws-mds01,
.ws-mds02,
.ws-mds03,
.ws-mds04,
.ws-mds05,
.ws-mds05-entry,
.ws-mds06,
.ws-mds07,
.ws-mds08,
.ws-mds09,
.ws-mds10 {
  position: relative;
  margin-block: 0 clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
}

.ws-mds01 {
  padding: 0.25em 0 0.25em 0.85em;
  border-left: 6px solid #d35f5f;
}

.ws-mds02 {
  padding-bottom: 0.7em;
  text-align: center;
}
.ws-mds02::before, .ws-mds02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
}
.ws-mds02::before {
  width: min(12rem, 60%);
  background-color: rgba(20, 59, 111, 0.16);
}
.ws-mds02::after {
  width: 3.5rem;
  background-color: #d35f5f;
}

.ws-mds03 {
  padding: 0.65em 0.9em;
  border-left: 5px solid #143b6f;
  border-radius: 0 10px 10px 0;
  background-color: #f3f6f9;
}

.ws-mds04 {
  padding-block: 0.55em;
  border-top: 1px solid rgba(211, 95, 95, 0.28);
  border-bottom: 1px solid rgba(211, 95, 95, 0.28);
  text-align: center;
}

.ws-mds05 {
  padding: 0.25em 0 0.55em;
  border-bottom: 2px solid rgba(20, 59, 111, 0.18);
}
.ws-mds05::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: clamp(4rem, 18%, 7rem);
  height: 4px;
  border-radius: 999px;
  background-color: #143b6f;
}

.ws-mds05-entry {
  padding: 0.25em 0 0.55em;
  border-bottom: 2px solid rgba(25, 167, 164, 0.18);
}
.ws-mds05-entry::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: clamp(4rem, 18%, 7rem);
  height: 4px;
  border-radius: 999px;
  background-color: #19a7a4;
}

.ws-mds06 {
  padding: 0.7em 0.9em;
  border: 1px solid rgba(20, 59, 111, 0.2);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(20, 59, 111, 0.07);
}
.ws-mds06::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 3rem;
  height: 5px;
  border-radius: 12px 0 6px;
  background-color: #d35f5f;
}

.ws-mds07 {
  padding-bottom: 0.55em;
}
.ws-mds07::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d35f5f 0%, #19a7a3 55%, rgba(20, 59, 111, 0.08) 100%);
}

.ws-mds08 {
  padding: 0.65em 0.9em;
  border: 2px solid #143b6f;
  border-radius: 8px;
  background-color: #fff;
}

.ws-mds09 {
  padding-left: 1.25em;
}
.ws-mds09::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #19a7a3;
  box-shadow: 0 0 0 2px #19a7a3;
}

.ws-mds10 {
  display: table;
  z-index: 0;
  padding: 0.1em 0.2em;
}
.ws-mds10::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.15em;
  left: 0;
  height: 0.45em;
  border-radius: 3px;
  background-color: rgba(211, 95, 95, 0.24);
}

@media (max-width: 580px) {
  .ws-mds01,
  .ws-mds02,
  .ws-mds03,
  .ws-mds04,
  .ws-mds05,
  .ws-mds06,
  .ws-mds07,
  .ws-mds08,
  .ws-mds09,
  .ws-mds10 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  .ws-mds03,
  .ws-mds06,
  .ws-mds08 {
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
/** 会社概要 **/
.ws-company-profile {
  padding: clamp(3rem, 2.273rem + 3.64vw, 5rem) clamp(1rem, 0.636rem + 1.82vw, 2rem);
  color: #333;
  background-color: #f7f9fc;
  font-family: "Noto Sans JP", sans-serif;
}
.ws-company-profile .ws-company-profile__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.ws-company-profile .ws-company-profile__title {
  position: relative;
  margin: 0 0 clamp(2rem, 1.636rem + 1.82vw, 3rem);
  padding-bottom: 0.65em;
  color: #143b6f;
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.ws-company-profile .ws-company-profile__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4rem;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: #d35f5f;
}
.ws-company-profile .ws-company-profile__table {
  overflow: hidden;
  border: 1px solid rgba(20, 59, 111, 0.16);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}
.ws-company-profile .ws-company-profile__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  margin: 0;
  border-bottom: 1px solid rgba(20, 59, 111, 0.12);
}
.ws-company-profile .ws-company-profile__row:last-child {
  border-bottom: 0;
}
.ws-company-profile .ws-company-profile__label,
.ws-company-profile .ws-company-profile__content {
  min-width: 0;
  margin: 0;
  padding: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.ws-company-profile .ws-company-profile__label {
  display: flex;
  align-items: flex-start;
  border-right: 1px solid rgba(20, 59, 111, 0.12);
  color: #143b6f;
  background-color: #eef3f7;
  font-weight: 700;
  line-height: 1.7;
}
.ws-company-profile .ws-company-profile__content {
  overflow-wrap: anywhere;
  background-color: #fff;
  line-height: 1.9;
  word-break: normal;
}
.ws-company-profile .ws-company-profile__content p,
.ws-company-profile .ws-company-profile__content address {
  margin-top: 0;
  font-style: normal;
}
.ws-company-profile .ws-company-profile__content p:last-child,
.ws-company-profile .ws-company-profile__content address:last-child {
  margin-bottom: 0;
}
.ws-company-profile .ws-company-profile__content a {
  color: #143b6f;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ws-company-profile .ws-company-profile__content a:hover {
  color: #d35f5f;
}
.ws-company-profile .ws-company-profile__content a:focus-visible {
  outline: 2px solid #d35f5f;
  outline-offset: 3px;
  border-radius: 2px;
}
.ws-company-profile .ws-company-profile__content a[href^="tel:"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.35em 0.8em;
  border: 1px solid rgba(20, 59, 111, 0.18);
  border-radius: 999px;
  background-color: #f7f9fc;
  line-height: 1.4;
  text-decoration: none;
}
.ws-company-profile .ws-company-profile__content a[href^="tel:"]:hover {
  background-color: #eef3f7;
}
.ws-company-profile .ws-company-profile__office {
  padding: 1rem 1.125rem;
  border-left: 4px solid rgba(211, 95, 95, 0.72);
  border-radius: 0 8px 8px 0;
  background-color: #fafbfc;
}
.ws-company-profile .ws-company-profile__office + .ws-company-profile__office {
  margin-top: 1rem;
}
.ws-company-profile .ws-company-profile__office-title {
  margin: 0 0 0.5rem;
  color: #143b6f;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}
.ws-company-profile .ws-company-profile__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-company-profile .ws-company-profile__list li {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
  line-height: 1.85;
}
.ws-company-profile .ws-company-profile__list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #d35f5f;
}
.ws-company-profile .ws-company-profile__list li + li {
  margin-top: 0.45em;
}
@media (max-width: 980px) {
  .ws-company-profile .ws-company-profile__row {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .ws-company-profile {
    padding: 3rem 1rem;
  }
  .ws-company-profile .ws-company-profile__title {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
  .ws-company-profile .ws-company-profile__table {
    border-radius: 12px;
  }
  .ws-company-profile .ws-company-profile__row {
    display: block;
  }
  .ws-company-profile .ws-company-profile__label,
  .ws-company-profile .ws-company-profile__content {
    padding: 1rem;
  }
  .ws-company-profile .ws-company-profile__label {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 59, 111, 0.1);
    line-height: 1.5;
  }
  .ws-company-profile .ws-company-profile__content {
    line-height: 1.8;
  }
  .ws-company-profile .ws-company-profile__office {
    padding: 0.875rem;
  }
}

/** 就業までの流れ **/
.ws-entry-flow {
  padding: clamp(3rem, 2.273rem + 3.64vw, 5rem) clamp(1rem, 0.636rem + 1.82vw, 2rem);
  color: #333;
  background: radial-gradient(circle at left top, rgba(242, 140, 40, 0.1), transparent 34%), #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.ws-entry-flow .ws-entry-flow__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.ws-entry-flow .ws-entry-flow__header {
  margin-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  text-align: center;
}
.ws-entry-flow .ws-entry-flow__title {
  position: relative;
  margin: 0;
  padding-bottom: 0.65em;
  color: #222;
  font-size: clamp(1.875rem, 1.511rem + 1.82vw, 2.875rem);
  font-weight: 900;
  line-height: 1.35;
}
.ws-entry-flow .ws-entry-flow__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.5rem;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: #f28c28;
}
.ws-entry-flow .ws-entry-flow__lead {
  margin: 1.125rem 0 0;
  color: rgb(87, 86, 86);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.ws-entry-flow .ws-entry-flow__lead span {
  display: inline-flex;
  width: 1.7em;
  height: 1.7em;
  align-items: center;
  justify-content: center;
  margin-inline: 0.18em;
  border-radius: 50%;
  color: #fff;
  background-color: #f28c28;
  font-size: 1.05em;
  line-height: 1;
}
.ws-entry-flow .ws-entry-flow__steps {
  display: grid;
  gap: 2.25rem;
}
.ws-entry-flow .ws-entry-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr) 180px;
  gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  align-items: center;
  padding: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  border: 1px solid #e7e2dc;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 10px 26px rgba(77, 58, 40, 0.08);
}
.ws-entry-flow .ws-entry-flow__step::after {
  content: "";
  position: absolute;
  bottom: -1.35rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0.75rem 0.85rem 0;
  border-style: solid;
  border-color: #f28c28 transparent transparent;
}
.ws-entry-flow .ws-entry-flow__step:last-child::after {
  content: none;
}
.ws-entry-flow .ws-entry-flow__num {
  display: inline-flex;
  width: clamp(3.75rem, 3.477rem + 1.36vw, 4.5rem);
  height: clamp(3.75rem, 3.477rem + 1.36vw, 4.5rem);
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #f28c28 0%, #d96f12 100%);
  box-shadow: 0 5px 14px rgba(217, 111, 18, 0.26);
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: 900;
  line-height: 1;
}
.ws-entry-flow .ws-entry-flow__body {
  min-width: 0;
}
.ws-entry-flow .ws-entry-flow__step-title {
  margin: 0 0 0.55rem;
  color: #222;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 900;
  line-height: 1.45;
}
.ws-entry-flow .ws-entry-flow__text {
  margin: 0;
  color: rgb(87, 86, 86);
  font-size: clamp(0.9375rem, 0.915rem + 0.11vw, 1rem);
  font-weight: 500;
  line-height: 1.85;
}
.ws-entry-flow .ws-entry-flow__text a[href*="line.me"] {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.35em 1em;
  border: 2px solid #06c755;
  border-radius: 999px;
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ws-entry-flow .ws-entry-flow__text a[href*="line.me"]:hover, .ws-entry-flow .ws-entry-flow__text a[href*="line.me"]:focus-visible {
  border-color: #06c755;
  background-color: #fff;
  color: #06c755;
  text-decoration: none;
}
.ws-entry-flow .ws-entry-flow__image {
  display: flex;
  min-width: 0;
  justify-content: center;
  margin: 0;
  padding: 0.75rem;
  border-radius: 14px;
  background-color: #fff6ec;
}
.ws-entry-flow .ws-entry-flow__image img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ws-entry-flow .ws-entry-flow__message {
  margin-top: clamp(2.5rem, 2.136rem + 1.82vw, 3.5rem);
  padding: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  border: 2px solid rgba(242, 140, 40, 0.7);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(242, 140, 40, 0.1), transparent 72%), #fffdf9;
  text-align: center;
}
.ws-entry-flow .ws-entry-flow__message p {
  margin: 0;
  color: #3d342b;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 800;
  line-height: 1.8;
}
.ws-entry-flow .ws-entry-flow__message p a[href*="line.me"] {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.35em 1em;
  border: 2px solid #06c755;
  border-radius: 999px;
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ws-entry-flow .ws-entry-flow__message p a[href*="line.me"]:hover, .ws-entry-flow .ws-entry-flow__message p a[href*="line.me"]:focus-visible {
  border-color: #06c755;
  background-color: #fff;
  color: #06c755;
  text-decoration: none;
}
@media (max-width: 760px) {
  .ws-entry-flow {
    padding: 3rem 1rem;
  }
  .ws-entry-flow .ws-entry-flow__header {
    margin-bottom: 2rem;
  }
  .ws-entry-flow .ws-entry-flow__title {
    font-size: 1.875rem;
  }
  .ws-entry-flow .ws-entry-flow__lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  .ws-entry-flow .ws-entry-flow__steps {
    gap: 1.85rem;
  }
  .ws-entry-flow .ws-entry-flow__step {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.875rem 1rem;
    padding: 1rem;
    border-radius: 14px;
  }
  .ws-entry-flow .ws-entry-flow__step::after {
    bottom: -1.15rem;
    border-width: 0.6rem 0.7rem 0;
  }
  .ws-entry-flow .ws-entry-flow__num {
    width: 3.25rem;
    height: 3.25rem;
    border-width: 3px;
    font-size: 1.45rem;
  }
  .ws-entry-flow .ws-entry-flow__step-title {
    margin-bottom: 0.4rem;
    font-size: 1.18rem;
  }
  .ws-entry-flow .ws-entry-flow__text {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
  .ws-entry-flow .ws-entry-flow__image {
    grid-column: 1/-1;
    padding: 0.75rem;
  }
  .ws-entry-flow .ws-entry-flow__image img {
    max-width: 128px;
  }
  .ws-entry-flow .ws-entry-flow__message {
    margin-top: 2.5rem;
    padding: 1.125rem;
    border-radius: 14px;
    text-align: left;
  }
  .ws-entry-flow .ws-entry-flow__message p {
    font-size: 1rem;
  }
}

/** 就業開始後のサポート **/
.ws-after-support {
  padding: clamp(3rem, 2.273rem + 3.64vw, 5rem) clamp(1rem, 0.636rem + 1.82vw, 2rem);
  color: #333;
  background: radial-gradient(circle at right top, rgba(242, 140, 40, 0.1), transparent 34%), #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.ws-after-support .ws-after-support__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.ws-after-support .ws-after-support__header {
  margin-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  text-align: center;
}
.ws-after-support .ws-after-support__title {
  position: relative;
  margin: 0;
  padding-bottom: 0.65em;
  color: #222;
  font-size: clamp(1.875rem, 1.511rem + 1.82vw, 2.875rem);
  font-weight: 900;
  line-height: 1.35;
}
.ws-after-support .ws-after-support__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.5rem;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: #f28c28;
}
.ws-after-support .ws-after-support__lead {
  margin: 1.125rem 0 0;
  color: rgb(87, 86, 86);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.ws-after-support .ws-after-support__items {
  display: grid;
  gap: 1.5rem;
}
.ws-after-support .ws-after-support__item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 180px;
  gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  align-items: center;
  padding: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  border: 1px solid #e7e2dc;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 10px 26px rgba(77, 58, 40, 0.08);
}
.ws-after-support .ws-after-support__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1/3;
  gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  align-items: center;
  min-width: 0;
}
.ws-after-support .ws-after-support__item-title {
  position: relative;
  margin: 0;
  padding: 0.2em 1.25rem 0.2em 0;
  border-right: 2px dotted rgba(242, 140, 40, 0.55);
  color: #f28c28;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 1px 1px 0 #fff, 0 2px 6px rgba(217, 111, 18, 0.16);
}
.ws-after-support .ws-after-support__item-title::before {
  content: none;
}
.ws-after-support .ws-after-support__text {
  margin: 0;
  color: rgb(87, 86, 86);
  font-size: clamp(0.9375rem, 0.915rem + 0.11vw, 1rem);
  font-weight: 500;
  line-height: 1.85;
}
.ws-after-support .ws-after-support__image {
  display: flex;
  min-width: 0;
  justify-content: center;
  margin: 0;
  padding: 0.75rem;
  border-radius: 14px;
  background-color: #fff6ec;
}
.ws-after-support .ws-after-support__image img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ws-after-support .ws-after-support__message {
  margin-top: clamp(2.5rem, 2.136rem + 1.82vw, 3.5rem);
  padding: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  border: 2px solid rgba(242, 140, 40, 0.7);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(242, 140, 40, 0.1), transparent 72%), #fffdf9;
  text-align: center;
}
.ws-after-support .ws-after-support__message p {
  margin: 0;
  color: #3d342b;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .ws-after-support {
    padding: 3rem 1rem;
  }
  .ws-after-support .ws-after-support__header {
    margin-bottom: 2rem;
  }
  .ws-after-support .ws-after-support__title {
    font-size: 1.875rem;
  }
  .ws-after-support .ws-after-support__lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  .ws-after-support .ws-after-support__items {
    gap: 1rem;
  }
  .ws-after-support .ws-after-support__item {
    display: block;
    padding: 1rem;
    border-radius: 14px;
  }
  .ws-after-support .ws-after-support__body {
    display: block;
  }
  .ws-after-support .ws-after-support__item-title {
    margin-bottom: 0.75rem;
    padding: 0.1em 0 0.55rem;
    border-right: 0;
    border-bottom: 2px dotted rgba(242, 140, 40, 0.45);
    font-size: 1.35rem;
  }
  .ws-after-support .ws-after-support__item-title::before {
    content: none;
  }
  .ws-after-support .ws-after-support__text {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
  .ws-after-support .ws-after-support__image {
    margin-top: 1rem;
    padding: 0.75rem;
  }
  .ws-after-support .ws-after-support__image img {
    max-width: 128px;
  }
  .ws-after-support .ws-after-support__message {
    margin-top: 2.5rem;
    padding: 1.125rem;
    border-radius: 14px;
    text-align: left;
  }
  .ws-after-support .ws-after-support__message p {
    font-size: 1rem;
  }
}

/**お問い合わせバナー**/
.section-contact .ban-contact-wrap,
.top-section-contact .ban-contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
  width: min(100%, 920px);
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.section-contact .ban-contact-wrap_tel-wrap,
.section-contact .ban-contact-wrap_mail-wrap,
.top-section-contact .ban-contact-wrap_tel-wrap,
.top-section-contact .ban-contact-wrap_mail-wrap {
  min-width: 0;
}
.section-contact .ban-contact-wrap a,
.top-section-contact .ban-contact-wrap a {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.section-contact .ban-contact-wrap a:hover, .section-contact .ban-contact-wrap a:focus-visible,
.top-section-contact .ban-contact-wrap a:hover,
.top-section-contact .ban-contact-wrap a:focus-visible {
  border-color: #fff;
  background-color: #fff;
  color: #f28c28;
  text-decoration: none;
}
.section-contact .ban-contact-wrap a > div,
.top-section-contact .ban-contact-wrap a > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section-contact .ban-contact-wrap img,
.top-section-contact .ban-contact-wrap img {
  flex: 0 0 auto;
  width: 46px;
  max-width: 46px;
  height: auto;
  transition: filter 0.3s ease;
}
.section-contact .ban-contact-wrap a:hover img,
.section-contact .ban-contact-wrap a:focus-visible img,
.top-section-contact .ban-contact-wrap a:hover img,
.top-section-contact .ban-contact-wrap a:focus-visible img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(74%) saturate(1183%) hue-rotate(346deg) brightness(100%) contrast(90%);
}
.section-contact .ban-contact-wrap span,
.top-section-contact .ban-contact-wrap span {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  white-space: nowrap;
}
.section-contact .ban-contact-wrap_tel-wrap span,
.top-section-contact .ban-contact-wrap_tel-wrap span {
  font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
}
.section-contact .ban-contact-wrap_tel-wrap p,
.top-section-contact .ban-contact-wrap_tel-wrap p {
  margin: 0;
  color: inherit;
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  white-space: nowrap;
}
.section-contact .ban-contact-wrap_mail-wrap span,
.top-section-contact .ban-contact-wrap_mail-wrap span {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}

.section-contact .mds02 {
  color: #fff;
}
.section-contact .mds02 code {
  color: #fff;
}
.section-contact .wp-block-paragraph {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.section-contact .btn-contact {
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
}
.section-contact .btn-contact a {
  padding: 25px 35px;
  border-radius: 30px;
  overflow: hidden;
  border: solid 3px #fff;
  transition: 0.3s;
}
.section-contact .btn-contact img {
  max-width: 520px;
  margin: auto;
}

/** 全体用お問い合わせフォーム **/
.ws-contact-form {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: clamp(1.5rem, 1.045rem + 2.27vw, 2.75rem);
  border: 1px solid rgba(20, 59, 111, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 10px 26px rgba(20, 59, 111, 0.08);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.ws-contact-form .ws-contact-form__row {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 70%);
  gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(20, 59, 111, 0.1);
}
.ws-contact-form .ws-contact-form__row:first-child {
  padding-top: 0;
}
.ws-contact-form .ws-contact-form__row:last-of-type {
  border-bottom: 0;
}
.ws-contact-form .ws-contact-form__row--textarea {
  align-items: start;
}
.ws-contact-form .ws-contact-form__label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
  align-items: center;
  margin: 0;
  padding-top: 0;
  color: #143b6f;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
}
.ws-contact-form .ws-contact-form__label p {
  margin: 0;
  line-height: inherit;
}
.ws-contact-form .ws-contact-form__field {
  min-width: 0;
}
.ws-contact-form .ws-contact-form__control,
.ws-contact-form input[type=text],
.ws-contact-form input[type=email],
.ws-contact-form input[type=tel],
.ws-contact-form input[type=url],
.ws-contact-form input[type=number],
.ws-contact-form select,
.ws-contact-form textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background-color: #fff;
  color: #333;
  font: inherit;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.ws-contact-form .ws-contact-form__control::-moz-placeholder, .ws-contact-form input[type=text]::-moz-placeholder, .ws-contact-form input[type=email]::-moz-placeholder, .ws-contact-form input[type=tel]::-moz-placeholder, .ws-contact-form input[type=url]::-moz-placeholder, .ws-contact-form input[type=number]::-moz-placeholder, .ws-contact-form select::-moz-placeholder, .ws-contact-form textarea::-moz-placeholder {
  color: rgba(87, 86, 86, 0.68);
}
.ws-contact-form .ws-contact-form__control::placeholder,
.ws-contact-form input[type=text]::placeholder,
.ws-contact-form input[type=email]::placeholder,
.ws-contact-form input[type=tel]::placeholder,
.ws-contact-form input[type=url]::placeholder,
.ws-contact-form input[type=number]::placeholder,
.ws-contact-form select::placeholder,
.ws-contact-form textarea::placeholder {
  color: rgba(87, 86, 86, 0.68);
}
.ws-contact-form .ws-contact-form__control:focus, .ws-contact-form .ws-contact-form__control:focus-visible,
.ws-contact-form input[type=text]:focus,
.ws-contact-form input[type=text]:focus-visible,
.ws-contact-form input[type=email]:focus,
.ws-contact-form input[type=email]:focus-visible,
.ws-contact-form input[type=tel]:focus,
.ws-contact-form input[type=tel]:focus-visible,
.ws-contact-form input[type=url]:focus,
.ws-contact-form input[type=url]:focus-visible,
.ws-contact-form input[type=number]:focus,
.ws-contact-form input[type=number]:focus-visible,
.ws-contact-form select:focus,
.ws-contact-form select:focus-visible,
.ws-contact-form textarea:focus,
.ws-contact-form textarea:focus-visible {
  outline: 0;
  border-color: #d35f5f;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(211, 95, 95, 0.18), 0 4px 12px rgba(20, 59, 111, 0.08);
}
.ws-contact-form select {
  cursor: pointer;
}
.ws-contact-form textarea,
.ws-contact-form .ws-contact-form__row--textarea textarea {
  min-height: 12rem;
  resize: vertical;
}
.ws-contact-form .ws-contact-form__required,
.ws-contact-form .ws-contact-form__optional {
  display: inline-flex;
  min-height: 1.5rem;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}
.ws-contact-form .ws-contact-form__required {
  color: #fff;
  background-color: #d35f5f;
}
.ws-contact-form .ws-contact-form__optional {
  border: 1px solid rgba(20, 59, 111, 0.18);
  color: #143b6f;
  background-color: #fff;
}
.ws-contact-form .ws-contact-form__privacy {
  margin-top: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  padding: 1rem 1.125rem;
  border: 1px solid rgba(20, 59, 111, 0.12);
  border-radius: 14px;
  background-color: #f7f9fc;
  line-height: 1.8;
}
.ws-contact-form .ws-contact-form__privacy .wpcf7-list-item {
  margin: 0;
}
.ws-contact-form .ws-contact-form__privacy label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  cursor: pointer;
}
.ws-contact-form .ws-contact-form__privacy input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.25em 0 0;
  accent-color: #d35f5f;
}
.ws-contact-form .ws-contact-form__privacy .wpcf7-list-item-label {
  min-width: 0;
}
.ws-contact-form .ws-contact-form__privacy a {
  color: #143b6f;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ws-contact-form .ws-contact-form__privacy a:hover {
  color: #d35f5f;
}
.ws-contact-form .ws-contact-form__submit-wrap {
  margin-top: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  text-align: center;
}
.ws-contact-form .ws-contact-form__submit,
.ws-contact-form input[type=submit] {
  display: inline-flex;
  min-width: min(100%, 280px);
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.25rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background-color: #d35f5f;
  box-shadow: 0 8px 18px rgba(211, 95, 95, 0.22);
  font: inherit;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ws-contact-form .ws-contact-form__submit:hover,
.ws-contact-form input[type=submit]:hover {
  color: #fff;
  box-shadow: 0 10px 24px rgba(211, 95, 95, 0.28);
  transform: translateY(-1px);
}
.ws-contact-form .ws-contact-form__submit:focus, .ws-contact-form .ws-contact-form__submit:focus-visible,
.ws-contact-form input[type=submit]:focus,
.ws-contact-form input[type=submit]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 0 0 6px rgba(211, 95, 95, 0.35);
}
.ws-contact-form .ws-contact-form__submit:disabled, .ws-contact-form .ws-contact-form__submit.disabled, .ws-contact-form .ws-contact-form__submit[aria-disabled=true],
.ws-contact-form input[type=submit]:disabled,
.ws-contact-form input[type=submit].disabled,
.ws-contact-form input[type=submit][aria-disabled=true] {
  opacity: 0.55;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
.ws-contact-form .wpcf7-not-valid {
  border-color: #b42318;
  background-color: #fff8f7;
}
.ws-contact-form .wpcf7-not-valid:focus, .ws-contact-form .wpcf7-not-valid:focus-visible {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.18);
}
.ws-contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.45rem;
  color: #b42318;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.ws-contact-form .wpcf7-spinner {
  margin: 0.75rem 0 0 0.75rem;
  vertical-align: middle;
}
@media (max-width: 760px) {
  .ws-contact-form {
    padding: 1rem;
    border-radius: 14px;
  }
  .ws-contact-form .ws-contact-form__row {
    display: block;
    padding: 0.75rem 0;
  }
  .ws-contact-form .ws-contact-form__label {
    padding-top: 0;
    margin-bottom: 0.4rem;
    gap: 0.35rem 0.45rem;
  }
  .ws-contact-form .ws-contact-form__control,
  .ws-contact-form input[type=text],
  .ws-contact-form input[type=email],
  .ws-contact-form input[type=tel],
  .ws-contact-form input[type=url],
  .ws-contact-form input[type=number],
  .ws-contact-form select,
  .ws-contact-form textarea {
    min-height: 3rem;
    padding: 0.75rem 0.875rem;
    border-radius: 10px;
  }
  .ws-contact-form textarea,
  .ws-contact-form .ws-contact-form__row--textarea textarea {
    min-height: 10rem;
  }
  .ws-contact-form .ws-contact-form__privacy {
    margin-top: 1rem;
    padding: 0.75rem;
  }
  .ws-contact-form .ws-contact-form__privacy label {
    gap: 0.55rem;
  }
  .ws-contact-form .ws-contact-form__submit-wrap {
    margin-top: 1.25rem;
  }
  .ws-contact-form .ws-contact-form__submit,
  .ws-contact-form input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}

.ws-contact-form .wpcf7-response-output {
  margin: 1.5rem auto 0;
  padding: 1rem 1.125rem;
  border-width: 1px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.ws-contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #147a77;
  color: #0f5f5d;
  background-color: #eef8f7;
}
.ws-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.ws-contact-form .wpcf7 form.failed .wpcf7-response-output,
.ws-contact-form .wpcf7 form.spam .wpcf7-response-output {
  border-color: #b42318;
  color: #8f1b12;
  background-color: #fff8f7;
}

.floating-contact {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  width: 85px;
  padding: 24px;
  background-color: #19a7a3;
  border: solid 5px #fff;
  border-radius: 50px;
  overflow: hidden;
}

.floating-contact__link {
  display: block;
  transition: opacity 0.3s;
}
.floating-contact__link:hover {
  opacity: 0.8;
}

.floating-contact__image {
  display: block;
  height: auto;
}

/************************************************

ヘッダー指定

************************************************/
#masthead .container {
  max-width: none;
}

.site-header__content .global-nav a {
  font-size: 20px;
}

@media (max-width: 760px) {
  #masthead.site-header,
  .site-header {
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: auto;
    min-width: 0;
  }
  #masthead .container,
  .site-header__content,
  .site-branding,
  .site-title,
  .global-nav__toggle {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }
  .site-header .site-title img {
    width: auto;
    height: auto;
    max-height: 34px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 760px) {
  .global-nav {
    box-sizing: border-box;
    padding: calc(var(--mobile-nav-container-padding, 74px) + 12px) 20px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .global-nav .global-nav__container {
    box-sizing: border-box;
    max-width: var(--mobile-global-nav-width);
    padding: 0;
  }
  .global-nav .global-nav__container a {
    color: #333;
  }
  .global-nav .global-nav__menu {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    border-top: 1px solid rgba(20, 59, 111, 0.12);
    list-style: none;
  }
  .global-nav .global-nav__menu > .menu-item {
    margin: 0;
    text-align: left;
  }
  .global-nav .global-nav__menu .menu-item > a {
    display: flex;
    box-sizing: border-box;
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(20, 59, 111, 0.12);
    color: #333;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
  }
  .global-nav .global-nav__menu .menu-item > a::after {
    display: none;
    content: none;
  }
  .global-nav .global-nav__menu .current-menu-item > a,
  .global-nav .global-nav__menu .current-menu-ancestor > a,
  .global-nav .global-nav__menu .current_page_item > a {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 6px;
    background-color: rgba(20, 59, 111, 0.07);
    box-shadow: inset 3px 0 0 #d35f5f;
    color: #143b6f;
  }
  .global-nav .global-nav__menu .sub-menu {
    position: relative;
    top: auto;
    margin: 0;
    padding: 4px 0 8px 14px;
    border-bottom: 1px solid rgba(20, 59, 111, 0.08);
    list-style: none;
    white-space: normal;
  }
  .global-nav .global-nav__menu .sub-menu .menu-item > a {
    min-height: 42px;
    padding: 10px 4px 10px 12px;
    border-bottom: 0;
    color: rgb(87, 86, 86);
    font-size: 0.8125rem;
    font-weight: 600;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu {
    margin: 18px 0 0;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(20, 59, 111, 0.12);
    list-style: none;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .menu-item {
    margin: 0;
    padding: 0;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .menu-item > a {
    display: flex;
    box-sizing: border-box;
    min-height: 52px;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 4px 14px 10px;
    border-bottom: 1px solid rgba(20, 59, 111, 0.12);
    color: #333;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .menu-item > a::before,
  .global-nav .widget-mobile-nav__top .widget_nav_menu .menu-item > a::after {
    display: none;
    content: none;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .current-menu-item > a,
  .global-nav .widget-mobile-nav__top .widget_nav_menu .current-menu-ancestor > a,
  .global-nav .widget-mobile-nav__top .widget_nav_menu .current_page_item > a {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 6px;
    background-color: rgba(20, 59, 111, 0.07);
    box-shadow: inset 3px 0 0 #d35f5f;
    color: #143b6f;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .sub-menu {
    margin: 0;
    padding: 4px 0 8px 14px;
    border-bottom: 1px solid rgba(20, 59, 111, 0.08);
    list-style: none;
  }
  .global-nav .widget-mobile-nav__top .widget_nav_menu .sub-menu .menu-item > a {
    min-height: 42px;
    padding: 10px 4px 10px 12px;
    border-bottom: 0;
    color: rgb(87, 86, 86);
    font-size: 0.8125rem;
    font-weight: 600;
  }
  .global-nav .ws-drawer-guide {
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(20, 59, 111, 0.14);
    color: #333;
  }
  .global-nav .ws-drawer-guide__label {
    margin: 0 0 6px;
    color: #143b6f;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .global-nav .ws-drawer-guide__title {
    margin: 0 0 14px;
    color: #333;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.45;
  }
  .global-nav .ws-drawer-guide__buttons,
  .global-nav .ws-drawer-contact__buttons {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-buttons,
  .global-nav .ws-drawer-contact__buttons .wp-block-buttons {
    display: grid;
    gap: 10px;
    margin: 0;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-button,
  .global-nav .ws-drawer-contact__buttons .wp-block-button {
    width: 100%;
    margin: 0;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-button__link,
  .global-nav .ws-drawer-guide__buttons > a,
  .global-nav .ws-drawer-contact__buttons .wp-block-button__link,
  .global-nav .ws-drawer-contact__buttons > a {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 2px solid #d35f5f;
    border-radius: 999px;
    background-color: #d35f5f;
    box-shadow: 0 8px 18px rgba(211, 95, 95, 0.18);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-button:first-child .wp-block-button__link,
  .global-nav .ws-drawer-guide__buttons > a:first-child {
    border-color: #143b6f;
    background-color: #fff;
    color: #143b6f;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-button:first-child .wp-block-button__link:hover, .global-nav .ws-drawer-guide__buttons .wp-block-button:first-child .wp-block-button__link:focus-visible,
  .global-nav .ws-drawer-guide__buttons > a:first-child:hover,
  .global-nav .ws-drawer-guide__buttons > a:first-child:focus-visible {
    border-color: #143b6f;
    background-color: #143b6f;
    color: #fff;
  }
  .global-nav .ws-drawer-guide__buttons .wp-block-button:nth-child(2) .wp-block-button__link,
  .global-nav .ws-drawer-guide__buttons > a:nth-child(2) {
    border-color: #d35f5f;
    background-color: #d35f5f;
    box-shadow: none;
    color: #fff;
  }
  .global-nav .ws-drawer-contact {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background-color: #f7f9fc;
    color: #333;
  }
  .global-nav .ws-drawer-contact__title {
    margin: 0;
    color: #143b6f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
  }
  .global-nav .ws-drawer-contact__buttons .wp-block-button:first-child .wp-block-button__link,
  .global-nav .ws-drawer-contact__buttons > a:first-child {
    border-color: var(--sns-color-line, #00c300);
    background-color: var(--sns-color-line, #00c300);
    box-shadow: 0 8px 18px rgba(0, 195, 0, 0.18);
  }
  .global-nav .ws-drawer-contact__buttons .wp-block-button:nth-child(2) .wp-block-button__link,
  .global-nav .ws-drawer-contact__buttons > a:nth-child(2) {
    border-color: #d35f5f;
    background-color: #d35f5f;
  }
  .global-nav .ws-drawer-contact__tel {
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #143b6f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
  }
  .global-nav .ws-drawer-contact__tel a,
  .global-nav .ws-drawer-contact__tel strong {
    display: block;
    margin-top: 2px;
    color: #143b6f;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-decoration: none;
  }
  .global-nav .ws-drawer-contact__tel a {
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 0.35em;
    margin-top: 10px;
    padding: 0.35em 0.8em;
    border: 1px solid rgba(20, 59, 111, 0.24);
    border-radius: 999px;
    background-color: #fff;
  }
  .global-nav .ws-drawer-contact__tel a::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 1.35em;
    aspect-ratio: 1/1;
    background-image: url("https://world-staff.work/wp-content/uploads/2026/08/spnav-icon-p.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .global-nav .ws-drawer-contact__privacy {
    margin: 12px 0 0;
    color: rgb(87, 86, 86);
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }
  .global-nav .ws-drawer-contact__privacy a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  body:has(.global-nav__toggle.is-open) .floating-contact {
    display: none;
  }
}
.skip-link.screen-reader-text:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  clip: auto;
  clip-path: none;
  border-radius: 4px;
  color: #fff;
  background-color: #143b6f;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

/************************************************

フッターウィジェット指定

************************************************/
#footer nav.menu-footer-menu-container ul {
  display: flex;
  justify-content: space-around;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}
#footer nav.menu-footer-menu-container ul li a {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

@media (max-width: 760px) {
  #footer nav.menu-footer-menu-container ul,
  .site-footer .footer-nav__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 0.75rem;
    justify-content: initial;
    padding: 1rem 0;
  }
  #footer nav.menu-footer-menu-container ul li,
  .site-footer .footer-nav__menu li {
    min-width: 0;
  }
  #footer nav.menu-mainnav-container ul li a,
  .site-footer .footer-nav__menu li a {
    display: flex;
    min-height: 44px;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.5;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}
.footer-company-info__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  margin-bottom: 0px;
}

.footer-company-info__name-en {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  margin-top: 0;
}

.footer-company-info__license {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}

.footer-company-info__license p {
  margin: 0;
}

.site-info {
  background-color: #143b6f;
  padding: 1.5em 0 0.5em;
  border-bottom: solid 6px #55558d;
}
.site-info .copyright a {
  color: #fff;
  font-size: 12px;
}

/************************************************
// 本社・支店 共通
************************************************/
.footer-office-info {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.footer-office-info p {
  margin: 0;
  line-height: 140%;
}

.footer-office-info__title {
  font-weight: bold;
  padding-top: 1.5em;
}

/************************************************
トップページ
************************************************/
.home #content {
  overflow: visible;
}

/************************************************
求人詳細
************************************************/
.job-detail {
  overflow-wrap: anywhere;
}
.job-detail .job-detail__hero {
  padding: 34px;
  border: solid 1px #d8dee8;
  border-top: solid 6px #143b6f;
  background-color: #f7f9fc;
  margin-bottom: 44px;
}
.job-detail .job-detail__badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  background-color: #143b6f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.job-detail .job-detail__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  font-weight: 900;
  line-height: 1.35;
}
.job-detail .job-detail__catch {
  margin: 18px 0 0;
  color: #d35f5f;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: 700;
  line-height: 1.7;
}
.job-detail .job-detail__overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.job-detail .job-detail__overview-item {
  min-height: 96px;
  padding: 16px;
  background-color: #fff;
  border: solid 1px #e1e7ef;
}
.job-detail .job-detail__overview-label {
  color: #143b6f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.job-detail .job-detail__overview-value {
  margin-top: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
}
.job-detail .job-detail__summary {
  border-top: solid 1px #d8dee8;
  background-color: #fff;
}
.job-detail .job-detail__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: solid 1px #d8dee8;
}
.job-detail .job-detail__label,
.job-detail .job-detail__value {
  padding: 16px 18px;
  line-height: 1.8;
  min-width: 0;
}
.job-detail .job-detail__label {
  background-color: #f3f6f9;
  color: #143b6f;
  font-weight: 700;
}
.job-detail .job-detail__section {
  margin-top: 42px;
}
.job-detail .job-detail__section-title {
  border-left: solid 6px #143b6f;
  margin: 0 0 16px;
  padding-left: 14px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}
.job-detail .job-detail__section-body {
  padding: 2px 0 0;
  line-height: 1.9;
}
.job-detail .job-detail__apply {
  text-align: center;
}
.job-detail .job-detail__apply-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.job-detail .job-detail__apply--hero {
  margin-top: 30px;
}
.job-detail .job-detail__apply--footer {
  margin-top: 48px;
  padding: 30px;
  background-color: #f3f6f9;
}
.job-detail .job-detail__apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 18px 36px;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.job-detail .job-detail__apply-button:hover {
  color: #fff;
  opacity: 0.82;
}
.job-detail .job-detail__apply-button--line {
  background-color: #06c755;
}
.job-detail .job-detail__apply-button--form {
  background-color: #d35f5f;
}
.job-detail .job-detail__apply-note {
  margin: 14px 0 0;
  color: #143b6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.job-detail .job-detail__body {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .job-detail .job-detail__hero {
    padding: 30px;
    margin-bottom: 40px;
  }
  .job-detail .job-detail__overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .job-detail .job-detail__row {
    grid-template-columns: 160px minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .floating-contact {
    right: 8px;
    top: auto;
    bottom: 84px;
    width: 62px;
    padding: 16px;
    border-width: 4px;
    transform: none;
  }
  .job-detail .job-detail__hero {
    padding: 24px 18px;
    margin-bottom: 34px;
    border-top-width: 5px;
  }
  .job-detail .job-detail__badge {
    margin-bottom: 10px;
    padding: 5px 11px;
    font-size: 12px;
  }
  .job-detail .job-detail__title {
    font-size: 1.65rem;
    line-height: 1.4;
  }
  .job-detail .job-detail__catch {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .job-detail .job-detail__overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
  }
  .job-detail .job-detail__overview-item {
    min-height: 0;
    padding: 14px 15px;
  }
  .job-detail .job-detail__overview-value {
    margin-top: 6px;
    font-size: 1rem;
    line-height: 1.55;
  }
  .job-detail .job-detail__apply--hero {
    margin-top: 24px;
  }
  .job-detail .job-detail__apply--footer {
    margin-top: 38px;
    padding: 22px 16px;
  }
  .job-detail .job-detail__apply-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 15px 18px;
  }
  .job-detail .job-detail__apply-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .job-detail .job-detail__apply-note {
    margin-top: 12px;
    font-size: 13px;
    text-align: left;
  }
  .job-detail .job-detail__section {
    margin-top: 34px;
  }
  .job-detail .job-detail__section-title {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 1.35rem;
  }
  .job-detail .job-detail__summary {
    border-top: 0;
  }
  .job-detail .job-detail__row {
    display: block;
    border: solid 1px #d8dee8;
    border-bottom: 0;
  }
  .job-detail .job-detail__row:last-child {
    border-bottom: solid 1px #d8dee8;
  }
  .job-detail .job-detail__label,
  .job-detail .job-detail__value {
    padding: 10px 14px;
    line-height: 1.75;
  }
  .job-detail .job-detail__label {
    border-bottom: solid 1px #e1e7ef;
    font-size: 13px;
  }
  .job-detail .job-detail__value {
    font-size: 14px;
  }
  .job-detail .job-detail__section-body {
    padding-top: 0;
    font-size: 15px;
    line-height: 1.9;
  }
  .job-detail .job-detail__section-body p {
    margin-top: 0;
    margin-bottom: 1.1em;
  }
}
/************************************************
求人一覧
************************************************/
.job-archive {
  width: 100%;
}
.job-archive .job-archive__header {
  position: relative;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background-size: cover;
  border-bottom: 0;
}
.job-archive .job-archive__header .ystdb-section__bg {
  opacity: 0.5;
}
.job-archive .job-archive__header .ystdb-section__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.job-archive .job-archive__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
  font-weight: 900;
  line-height: 1.35;
}
.job-archive .job-archive__filter {
  margin-bottom: 40px;
  padding: 22px 24px;
  border: solid 1px #e1e7ef;
  border-radius: 16px;
  background-color: #f7f9fc;
  box-shadow: 0 8px 22px rgba(20, 59, 111, 0.06);
}
.job-archive .job-archive__filter-title {
  margin: 0 0 14px;
  color: #143b6f;
  font-weight: 800;
  line-height: 1.4;
}
.job-archive .job-archive__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.job-archive .job-archive__category-option {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.job-archive .job-archive__category-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.job-archive .job-archive__category-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: solid 1px #cfd7e3;
  border-radius: 999px;
  background-color: #fff;
  color: #143b6f;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.job-archive .job-archive__category-option:hover span,
.job-archive .job-archive__category-option input:focus-visible + span,
.job-archive .job-archive__category-option input:checked + span {
  border-color: #143b6f;
  background-color: #143b6f;
  color: #fff;
}
.job-archive .job-archive__filter-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
}
.job-archive .job-archive__filter-submit {
  min-height: 44px;
  padding: 9px 24px;
  border: solid 1px #143b6f;
  border-radius: 999px;
  background-color: #143b6f;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}
.job-archive .job-archive__filter-submit:hover, .job-archive .job-archive__filter-submit:focus-visible {
  opacity: 0.82;
}
.job-archive .job-archive__filter-reset {
  color: #143b6f;
  font-weight: 700;
  text-underline-offset: 3px;
}
.job-archive .job-archive__featured,
.job-archive .job-archive__list {
  margin-top: 44px;
}
.job-archive .job-archive__section-title {
  border-left: solid 6px #d35f5f;
  border-radius: 4px;
  margin: 0 0 20px;
  padding-left: 14px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}
.job-archive .job-archive__featured-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.job-archive .job-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.job-archive .job-archive__pagination {
  margin-top: 36px;
  text-align: center;
}
.job-archive .job-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  margin: 0 4px;
  padding: 6px 10px;
  border: solid 1px #cfd7e3;
  color: #143b6f;
  font-weight: 700;
  text-decoration: none;
}
.job-archive .job-archive__pagination .current {
  background-color: #143b6f;
  color: #fff;
}
.job-archive .job-archive__empty {
  padding: 32px;
  border: solid 1px #e1e7ef;
  border-radius: 16px;
  background-color: #f3f6f9;
  font-weight: 700;
  line-height: 1.7;
}

.job-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  padding: 26px 24px 24px;
  border: solid 1px #e1e7ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 10px 26px rgba(20, 59, 111, 0.08);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.job-card:hover {
  border-color: #b9c7d8;
  box-shadow: 0 12px 28px rgba(20, 59, 111, 0.14);
  transform: translateY(-2px);
}
.job-card .job-card__header {
  min-height: 0;
}
.job-card .job-card__badge {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background-color: #d35f5f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.job-card .job-card__title {
  margin: 0;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 800;
  line-height: 1.45;
}
.job-card .job-card__title a {
  color: #143b6f;
  text-decoration: none;
}
.job-card .job-card__title a:hover {
  color: #d35f5f;
}
.job-card .job-card__catch {
  margin: 13px 0 0;
  color: #d35f5f;
  font-weight: 700;
  line-height: 1.65;
}
.job-card .job-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.job-card .job-card__categories li {
  padding: 5px 10px;
  border: 1px solid rgba(20, 59, 111, 0.08);
  border-radius: 999px;
  background-color: #eef3f7;
  color: #143b6f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.job-card .job-card__meta {
  margin: 18px 0 0;
  border-top: solid 1px #e3e7ee;
  background-color: rgba(255, 255, 255, 0.62);
}
.job-card .job-card__meta-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  border-bottom: solid 1px #e3e7ee;
}
.job-card .job-card__meta-row dt,
.job-card .job-card__meta-row dd {
  margin: 0;
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.6;
}
.job-card .job-card__meta-row dt {
  color: #143b6f;
  font-weight: 800;
}
.job-card .job-card__action {
  margin-top: auto;
  padding-top: 20px;
}
.job-card .job-card__link {
  display: block;
  padding: 14px 20px;
  border-radius: 999px;
  background-color: #143b6f;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.job-card .job-card__link:hover {
  color: #fff;
  opacity: 0.82;
}

.job-card--featured {
  border-top: solid 5px #d35f5f;
}
.job-card--featured .job-card__title a {
  color: #143b6f;
}

@media (min-width: 1025px) {
  .post-type-archive-job .job-archive {
    max-width: 100%;
  }
  .post-type-archive-job .job-archive__featured-track,
  .post-type-archive-job .job-archive__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .job-archive .job-archive__featured-track,
  .job-archive .job-archive__grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
  }
}
@media (max-width: 640px) {
  .job-archive {
    padding-inline: 2px;
  }
  .job-archive .job-archive__header {
    margin-bottom: 34px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .job-archive .job-archive__filter {
    margin-bottom: 34px;
    padding: 18px 16px;
  }
  .job-archive .job-archive__filter-title {
    margin-bottom: 12px;
  }
  .job-archive .job-archive__categories {
    gap: 8px;
  }
  .job-archive .job-archive__category-option span {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 14px;
  }
  .job-archive .job-archive__filter-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .job-archive .job-archive__filter-submit,
  .job-archive .job-archive__filter-reset {
    width: 100%;
    text-align: center;
  }
  .job-archive .job-archive__featured,
  .job-archive .job-archive__list {
    margin-top: 36px;
  }
  .job-archive .job-archive__section-title {
    margin-bottom: 16px;
    font-size: 1.35rem;
  }
  .job-archive .job-archive__featured-track,
  .job-archive .job-archive__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .job-archive .job-archive__pagination {
    margin-top: 30px;
  }
  .job-card {
    padding: 22px 18px 20px;
    box-shadow: 0 6px 18px rgba(20, 59, 111, 0.08);
  }
  .job-card:hover {
    transform: none;
  }
  .job-card .job-card__badge {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .job-card .job-card__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .job-card .job-card__catch {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.65;
  }
  .job-card .job-card__categories {
    gap: 7px;
    margin-top: 14px;
  }
  .job-card .job-card__categories li {
    font-size: 12px;
  }
  .job-card .job-card__meta {
    margin-top: 16px;
  }
  .job-card .job-card__meta-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .job-card .job-card__meta-row dt,
  .job-card .job-card__meta-row dd {
    padding: 8px 0;
    font-size: 13px;
  }
  .job-card .job-card__action {
    padding-top: 18px;
  }
  .job-card .job-card__link {
    padding: 13px 16px;
  }
}
/**スライド**/
div#n2-ss-2 .n2-font-8572b3dce14a6530d1971ae2f6006459-hover {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (max-width: 760px) {
  body.home div#n2-ss-2 .ws-hero-vertical-title,
  body.home div#n2-ss-2 .ws-hero-vertical-title :where(*),
  body.home div#n2-ss-4 .ws-hero-vertical-title,
  body.home div#n2-ss-4 .ws-hero-vertical-title :where(*) {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: clamp(28px, 7.2vw, 38px);
    line-height: 1.4;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}
br.u-sp-br {
  display: none;
}

@media (max-width: 760px) {
  br.u-sp-br {
    display: inline;
  }
}
/**私たちの思い**/
.top-section-omoi .omoi-title {
  margin-top: -40px;
  display: block;
}
.top-mds-goteian .wp-block-heading {
  font-size: clamp(1.25rem, 0.991rem + 1.3vw, 2.125rem);
  font-weight: 900;
}

.top-section-onayami .wp-block-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: auto;
}

.top-section-onayami-lnner .wp-block-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.onayami-fukidashi {
  position: relative;
  width: 500px;
  margin-bottom: 10px;
  background: #fff;
  border: 8px solid #000;
  border-radius: 50px;
  padding: 18px 36px;
}
.onayami-fukidashi p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.onayami-fukidashi::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  border-style: solid;
  border-width: 16px 34px 16px 0;
  border-color: transparent #000 transparent transparent;
}
.onayami-fukidashi::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  border-style: solid;
  border-width: 10px 22px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.of01::before {
  transform: translateY(-50%) rotate(-15deg);
  top: 65%;
}
.of01::after {
  transform: translateY(-50%) rotate(-15deg);
  top: 62%;
}

.of02::before {
  transform: translateY(-50%) rotate(-8deg);
  top: 51%;
}
.of02::after {
  transform: translateY(-50%) rotate(-8deg);
  top: 49%;
}

.of03::before {
  transform: translateY(-50%) rotate(2deg);
  top: 56%;
}
.of03::after {
  transform: translateY(-50%) rotate(2deg);
  top: 56%;
}

.of04::before {
  transform: translateY(-50%) rotate(5deg);
  top: 49%;
}
.of04::after {
  transform: translateY(-50%) rotate(5deg);
  top: 50%;
}

.top-section-reason .reason-no {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.top-section-reason .top-section-inner-r1 h2.wp-block-heading,
.top-section-reason .top-section-inner-r2 h2.wp-block-heading,
.top-section-reason .top-section-inner-r3 h2.wp-block-heading {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-color: rgba(242, 140, 40, 0.34);
  text-decoration-thickness: 0.38em;
  text-underline-offset: -0.18em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.top-section-inner-imanara .top-section-reason h2.wp-block-heading {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-color: rgba(211, 95, 95, 0.34);
  text-decoration-thickness: 0.38em;
  text-underline-offset: -0.18em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.top-section-reason-inner .wp-block-heading {
  font-size: clamp(1.5rem, 0.909rem + 2.95vw, 3.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}
.top-section-reason-inner .wp-block-paragraph {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.4;
}

.top-section-inner-r1 {
  padding-bottom: 50px;
}

.top-section-reason-zisyasaiyo {
  border: solid 10px #9b8989;
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #faf7f7;
}
.top-section-reason-zisyasaiyo .wp-block-heading {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
.top-section-reason-zisyasaiyo .wp-block-image {
  width: 100%;
}
.top-section-reason-zisyasaiyo .arrow {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 180px;
}
.top-section-reason-zisyasaiyo .cost {
  max-width: 600px;
  margin: auto;
}

.top-section-reason-worldstaff {
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.top-section-reason-worldstaff .wp-block-group {
  padding-bottom: 40px;
}
.top-section-reason-worldstaff .makasetara {
  max-width: 500px;
  height: auto;
  margin: auto;
}
.top-section-reason-worldstaff .wp-block-image {
  width: 100%;
}
.top-section-reason-worldstaff .flow-wrap {
  position: relative;
  width: 100%;
  max-width: 1060px;
  height: clamp(7.5rem, 4.545rem + 14.77vw, 15.625rem);
  margin: auto;
}
.top-section-reason-worldstaff .flow-wrap .flow {
  position: absolute;
  max-width: 1060px;
  margin: auto;
  z-index: 1;
}
.top-section-reason-worldstaff .flow-wrap .daiko {
  max-width: 800px;
  position: absolute;
  margin-top: 0;
  z-index: 2;
  top: clamp(3.75rem, 2.386rem + 6.82vw, 8.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-section-reason-worldstaff .arrow {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 180px;
}
.top-section-reason-worldstaff .cost {
  max-width: 600px;
  margin: auto;
}

/**導入事例**/
.jirei-client {
  background-color: #d35f5f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  border-radius: 20px;
  display: table-cell;
  padding: 0 1em;
}

.jirei-mds {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  line-height: 1.4;
  padding: 0.5em 0;
}

.jirei-text {
  font-weight: bold;
  line-height: normal;
}

/**よくある質問**/
.ws-faq-wrap {
  overflow: hidden;
  margin-block: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  border: 1px solid rgba(20, 59, 111, 0.18);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(20, 59, 111, 0.08);
}
.ws-faq-wrap .ystdtb-faq-item {
  position: relative;
  gap: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  align-items: start;
  margin: 0;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.ws-faq-wrap .ystdtb-faq-item__label {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.ws-faq-wrap .ystdtb-faq-item__label-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.ws-faq-wrap .ystdtb-faq-item__contents {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.2rem 0 0;
  color: #333;
}
.ws-faq-wrap .ystdtb-faq-item__contents .wp-block-paragraph,
.ws-faq-wrap .ystdtb-faq-item__contents p {
  margin-top: 0;
  line-height: 1.9;
}
.ws-faq-wrap .ystdtb-faq-item__contents .wp-block-paragraph:last-child,
.ws-faq-wrap .ystdtb-faq-item__contents p:last-child {
  margin-bottom: 0;
}
.ws-faq-wrap .ystdtb-faq-item__contents a {
  color: #143b6f;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ws-faq-wrap .is-faq--q {
  color: #143b6f;
  background-color: rgba(20, 59, 111, 0.045);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ws-faq-wrap .is-faq--q .ystdtb-faq-item__label {
  color: #fff;
  background-color: #143b6f;
}
.ws-faq-wrap .is-faq--q .ystdtb-faq-item__contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
  line-height: 1.7;
}
.ws-faq-wrap .is-faq--a {
  border-top: 1px solid rgba(20, 59, 111, 0.12);
}
.ws-faq-wrap .is-faq--a .ystdtb-faq-item__label {
  border: 2px solid #d35f5f;
  color: #d35f5f;
  background-color: #fff;
}
.ws-faq-wrap .ystdtb-faq-item__arrow {
  align-self: center;
  margin-left: 0.5rem;
  color: #143b6f;
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .ws-faq-wrap .is-faq--q:hover {
    color: #d35f5f;
    background-color: rgba(20, 59, 111, 0.08);
  }
}
@media (max-width: 580px) {
  .ws-faq-wrap {
    margin-block: 1rem;
    border-radius: 12px;
  }
  .ws-faq-wrap .ystdtb-faq-item {
    gap: 0.625rem;
    padding: 0.875rem;
  }
  .ws-faq-wrap .ystdtb-faq-item__label {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .ws-faq-wrap .ystdtb-faq-item__label-text {
    font-size: 0.875rem;
  }
  .ws-faq-wrap .is-faq--q .ystdtb-faq-item__contents {
    padding-top: 0.15rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .ws-faq-wrap .is-faq--a .ystdtb-faq-item__contents {
    font-size: 0.9375rem;
  }
  .ws-faq-wrap .is-faq--a .ystdtb-faq-item__contents .wp-block-paragraph,
  .ws-faq-wrap .is-faq--a .ystdtb-faq-item__contents p {
    line-height: 1.8;
  }
  .ws-faq-wrap .ystdtb-faq-item__arrow {
    margin-left: 0.25rem;
  }
}

.ws-entryfaq-wrap {
  overflow: hidden;
  margin-block: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  border: 1px solid rgba(20, 122, 119, 0.2);
  border-radius: 16px;
  background-color: #fffdfb;
  box-shadow: 0 6px 18px rgba(20, 122, 119, 0.08);
}
.ws-entryfaq-wrap .ws-entryfaq-wrap__header {
  padding: clamp(2rem, 1.636rem + 1.82vw, 3rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem) clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  text-align: center;
}
.ws-entryfaq-wrap .ws-entryfaq-wrap__title {
  position: relative;
  margin: 0;
  padding-bottom: 0.65em;
  color: #222;
  font-size: clamp(1.875rem, 1.511rem + 1.82vw, 2.875rem);
  font-weight: 900;
  line-height: 1.35;
}
.ws-entryfaq-wrap .ws-entryfaq-wrap__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.5rem;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: #f28c28;
}
.ws-entryfaq-wrap .ws-entryfaq-wrap__lead {
  margin: 1.125rem 0 0;
  color: rgb(87, 86, 86);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.ws-entryfaq-wrap .ystdtb-faq-item {
  position: relative;
  gap: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  align-items: start;
  margin: 0;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.ws-entryfaq-wrap .ystdtb-faq-item__label {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.ws-entryfaq-wrap .ystdtb-faq-item__label-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.ws-entryfaq-wrap .ystdtb-faq-item__contents {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.2rem 0 0;
  color: #333;
}
.ws-entryfaq-wrap .ystdtb-faq-item__contents .wp-block-paragraph,
.ws-entryfaq-wrap .ystdtb-faq-item__contents p {
  margin-top: 0;
  line-height: 1.9;
}
.ws-entryfaq-wrap .ystdtb-faq-item__contents .wp-block-paragraph:last-child,
.ws-entryfaq-wrap .ystdtb-faq-item__contents p:last-child {
  margin-bottom: 0;
}
.ws-entryfaq-wrap .ystdtb-faq-item__contents a {
  color: #147a77;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ws-entryfaq-wrap .is-faq--q {
  color: #176f6d;
  background-color: #eef8f7;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ws-entryfaq-wrap .is-faq--q .ystdtb-faq-item__label {
  color: #fff;
  background-color: #147a77;
}
.ws-entryfaq-wrap .is-faq--q .ystdtb-faq-item__contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
  line-height: 1.7;
}
.ws-entryfaq-wrap .is-faq--a {
  border-top: 1px solid rgba(20, 122, 119, 0.14);
  background-color: #fffaf6;
}
.ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__label {
  border: 2px solid #a94f34;
  color: #a94f34;
  background-color: #fff;
}
.ws-entryfaq-wrap .ystdtb-faq-item__arrow {
  align-self: center;
  margin-left: 0.5rem;
  color: #147a77;
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .ws-entryfaq-wrap .is-faq--q:hover {
    color: #a94f34;
    background-color: #e4f4f2;
  }
}
@media (max-width: 580px) {
  .ws-entryfaq-wrap {
    margin-block: 1rem;
    border-radius: 12px;
  }
  .ws-entryfaq-wrap .ystdtb-faq-item {
    gap: 0.625rem;
    padding: 0.875rem;
  }
  .ws-entryfaq-wrap .ystdtb-faq-item__label {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .ws-entryfaq-wrap .ystdtb-faq-item__label-text {
    font-size: 0.875rem;
  }
  .ws-entryfaq-wrap .is-faq--q .ystdtb-faq-item__contents {
    padding-top: 0.15rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__contents {
    font-size: 0.9375rem;
  }
  .ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__contents .wp-block-paragraph,
  .ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__contents p {
    line-height: 1.8;
  }
  .ws-entryfaq-wrap .ystdtb-faq-item__arrow {
    margin-left: 0.25rem;
  }
}

.line-entry-body .ws-entryfaq-wrap,
.line-entry-body .ws-entryfaq-wrap.alignwide {
  width: min(100% - 2rem, 1080px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.line-entry-body .ws-entryfaq-wrap > .ystdb-section__container,
.line-entry-body .ws-entryfaq-wrap .ystdb-section__inner {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/************************************************

下層ページ共通デザイン 第1回

************************************************/
.ws-lower-scope,
body.page:not(.home) .content__main,
.post-type-archive-job .content__main,
.tax-job_category .content__main,
.single-job .content__main {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}

body.page:not(.home):not(.no-title) .content__main,
.single-job .content__main {
  max-width: 960px;
}

.post-type-archive-job .content__main {
  max-width: none;
}

.tax-job_category .content__main {
  max-width: 1080px;
}

body.page:not(.home) .singular-header,
body.page:not(.home) .ws-page-title {
  margin-bottom: 48px;
  text-align: center;
}

body.page:not(.home) .singular-header__title,
body.page:not(.home) .ws-page-title {
  position: relative;
  margin: 0;
  padding-bottom: 0.65em;
  color: #143b6f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}
body.page:not(.home) .singular-header__title::after,
body.page:not(.home) .ws-page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4rem;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: #d35f5f;
}

body.page:not(.home) .entry-content .ws-page-lead {
  max-width: 760px;
  margin: 0 auto 48px;
  color: rgb(87, 86, 86);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
body.page:not(.home) .entry-content .ws-page-narrow {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body.page:not(.home) .entry-content > .alignwide {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
body.page:not(.home) .entry-content p:not([class]) {
  line-height: 1.85;
}
body.page:not(.home) .entry-content > h2.wp-block-heading:not([class*=ws-]),
body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
.ws-after-support,
.ws-faq-wrap,
.ws-entryfaq-wrap,
.ws-company-profile,
.job-card,
.job-detail,
.ws-contact-form,
.ws-job-apply-form)) > h2.wp-block-heading:not([class*=ws-]) {
  margin: 72px 0 28px;
  padding-left: 0.75em;
  border-left: 6px solid #d35f5f;
  color: #143b6f;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
body.page:not(.home) .entry-content > h3.wp-block-heading:not([class*=ws-]),
body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
.ws-after-support,
.ws-faq-wrap,
.ws-entryfaq-wrap,
.ws-company-profile,
.job-card,
.job-detail,
.ws-contact-form,
.ws-job-apply-form)) > h3.wp-block-heading:not([class*=ws-]) {
  margin: 48px 0 20px;
  padding-bottom: 0.45em;
  border-bottom: 1px solid rgba(20, 59, 111, 0.16);
  color: #143b6f;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
body.page:not(.home) .entry-content > h4.wp-block-heading:not([class*=ws-]),
body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
.ws-after-support,
.ws-faq-wrap,
.ws-entryfaq-wrap,
.ws-company-profile,
.job-card,
.job-detail,
.ws-contact-form,
.ws-job-apply-form)) > h4.wp-block-heading:not([class*=ws-]) {
  margin: 36px 0 16px;
  color: #143b6f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.page:not(.home) .entry-content table {
  border-color: #d8dee8;
  font-size: 1rem;
  line-height: 1.75;
}
body.page:not(.home) .entry-content table th,
body.page:not(.home) .entry-content table td {
  padding: 1rem 1.125rem;
  border-color: #d8dee8;
}
body.page:not(.home) .entry-content table th {
  color: #143b6f;
  background-color: #f7f9fc;
  font-weight: 700;
}

.ws-mds01,
.ws-mds02,
.ws-mds03,
.ws-mds04,
.ws-mds05,
.ws-mds05-entry,
.ws-mds06,
.ws-mds07,
.ws-mds08,
.ws-mds09,
.ws-mds10 {
  letter-spacing: 0;
}

.ws-company-profile,
.ws-entry-flow,
.ws-after-support {
  margin-top: 72px;
  margin-bottom: 72px;
}

.ws-company-profile {
  box-shadow: none;
}
.ws-company-profile .ws-company-profile__table {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}
.ws-company-profile .ws-company-profile__label,
.ws-company-profile .ws-company-profile__content {
  font-size: 1rem;
}

.ws-faq-wrap,
.ws-entryfaq-wrap {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}
.ws-faq-wrap .ystdtb-faq-item,
.ws-entryfaq-wrap .ystdtb-faq-item {
  gap: 1rem;
  padding: 1.25rem 1.5rem;
}
.ws-faq-wrap .ystdtb-faq-item__label,
.ws-entryfaq-wrap .ystdtb-faq-item__label {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}
.ws-faq-wrap .ystdtb-faq-item__label-text,
.ws-entryfaq-wrap .ystdtb-faq-item__label-text {
  font-size: 1rem;
  line-height: 1;
}
.ws-faq-wrap .is-faq--q .ystdtb-faq-item__contents,
.ws-entryfaq-wrap .is-faq--q .ystdtb-faq-item__contents {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
.ws-faq-wrap .is-faq--a .ystdtb-faq-item__contents,
.ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__contents {
  font-size: 1rem;
  line-height: 1.85;
}
.ws-faq-wrap .ystdtb-faq-item__arrow,
.ws-entryfaq-wrap .ystdtb-faq-item__arrow {
  margin-left: 0.5rem;
}

body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-heading,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > p,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-paragraph,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-buttons,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-group:not(.ws-faq-wrap):not(.ws-entryfaq-wrap):not(:has(.ws-faq-wrap, .ws-entryfaq-wrap)) {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) .ws-faq-wrap,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) .ws-entryfaq-wrap,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) .ws-faq-wrap.alignwide,
body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) .ws-entryfaq-wrap.alignwide {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.ws-contact-form,
.ws-job-apply-form {
  width: min(100%, 960px);
  margin-right: auto;
  margin-left: auto;
}

.ws-job-apply-form {
  padding: clamp(1.5rem, 1.045rem + 2.27vw, 2.75rem);
  border: 1px solid rgba(20, 59, 111, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}

.ws-contact-form label,
.ws-contact-form .ws-contact-form__label,
.ws-job-apply-form label,
.ws-job-apply-form .ws-contact-form__label {
  color: #143b6f;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
}
.ws-contact-form .ws-contact-form__required,
.ws-contact-form .ws-contact-form__optional,
.ws-job-apply-form .ws-contact-form__required,
.ws-job-apply-form .ws-contact-form__optional {
  display: inline-flex;
  min-height: 1.5rem;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}
.ws-contact-form .ws-contact-form__required,
.ws-job-apply-form .ws-contact-form__required {
  color: #fff;
  background-color: #d35f5f;
}
.ws-contact-form .ws-contact-form__optional,
.ws-job-apply-form .ws-contact-form__optional {
  border: 1px solid rgba(20, 59, 111, 0.18);
  color: #143b6f;
  background-color: #fff;
}
.ws-contact-form input[type=text],
.ws-contact-form input[type=email],
.ws-contact-form input[type=tel],
.ws-contact-form input[type=url],
.ws-contact-form input[type=number],
.ws-contact-form select,
.ws-contact-form textarea,
.ws-job-apply-form input[type=text],
.ws-job-apply-form input[type=email],
.ws-job-apply-form input[type=tel],
.ws-job-apply-form input[type=url],
.ws-job-apply-form input[type=number],
.ws-job-apply-form select,
.ws-job-apply-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 1rem;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
.ws-contact-form input[type=text]:focus, .ws-contact-form input[type=text]:focus-visible,
.ws-contact-form input[type=email]:focus,
.ws-contact-form input[type=email]:focus-visible,
.ws-contact-form input[type=tel]:focus,
.ws-contact-form input[type=tel]:focus-visible,
.ws-contact-form input[type=url]:focus,
.ws-contact-form input[type=url]:focus-visible,
.ws-contact-form input[type=number]:focus,
.ws-contact-form input[type=number]:focus-visible,
.ws-contact-form select:focus,
.ws-contact-form select:focus-visible,
.ws-contact-form textarea:focus,
.ws-contact-form textarea:focus-visible,
.ws-job-apply-form input[type=text]:focus,
.ws-job-apply-form input[type=text]:focus-visible,
.ws-job-apply-form input[type=email]:focus,
.ws-job-apply-form input[type=email]:focus-visible,
.ws-job-apply-form input[type=tel]:focus,
.ws-job-apply-form input[type=tel]:focus-visible,
.ws-job-apply-form input[type=url]:focus,
.ws-job-apply-form input[type=url]:focus-visible,
.ws-job-apply-form input[type=number]:focus,
.ws-job-apply-form input[type=number]:focus-visible,
.ws-job-apply-form select:focus,
.ws-job-apply-form select:focus-visible,
.ws-job-apply-form textarea:focus,
.ws-job-apply-form textarea:focus-visible {
  outline: 0;
  border-color: #d35f5f;
  box-shadow: 0 0 0 3px rgba(211, 95, 95, 0.18);
}
.ws-contact-form textarea,
.ws-job-apply-form textarea {
  min-height: 12rem;
}
.ws-contact-form input[type=checkbox],
.ws-contact-form input[type=radio],
.ws-job-apply-form input[type=checkbox],
.ws-job-apply-form input[type=radio] {
  accent-color: #d35f5f;
}
.ws-contact-form input[type=submit],
.ws-contact-form .ws-contact-form__submit,
.ws-job-apply-form input[type=submit],
.ws-job-apply-form .ws-contact-form__submit {
  display: inline-flex;
  min-width: min(100%, 280px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.25rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background-color: #d35f5f;
  box-shadow: 0 8px 18px rgba(211, 95, 95, 0.22);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.ws-contact-form .wpcf7-not-valid-tip,
.ws-job-apply-form .wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  color: #b42318;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.ws-contact-form .wpcf7-response-output,
.ws-job-apply-form .wpcf7-response-output {
  margin: 1.5rem auto 0;
  padding: 1rem 1.125rem;
  border-width: 1px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.ws-contact-form .wpcf7,
.ws-contact-form .wpcf7 form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.post-type-archive-job .job-archive,
.tax-job_category .job-archive {
  padding-right: 32px;
  padding-left: 32px;
}
.post-type-archive-job .job-archive .job-archive__header,
.tax-job_category .job-archive .job-archive__header {
  margin-right: -32px;
  margin-left: -32px;
  margin-bottom: 48px;
}
.post-type-archive-job .job-archive .job-archive__title,
.tax-job_category .job-archive .job-archive__title {
  font-size: 2.5rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.post-type-archive-job .job-archive .job-archive__section-title,
.tax-job_category .job-archive .job-archive__section-title {
  margin: 72px 0 28px;
  border-left-color: #d35f5f;
  color: #333;
  font-size: 1.875rem;
  line-height: 1.45;
  letter-spacing: 0;
}
.post-type-archive-job .job-archive .job-archive__filter,
.post-type-archive-job .job-archive .job-archive__empty,
.tax-job_category .job-archive .job-archive__filter,
.tax-job_category .job-archive .job-archive__empty {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}

@media (min-width: 761px) {
  .post-type-archive-job .content__main.job-archive,
  .tax-job_category .content__main.job-archive {
    width: 100%;
    max-width: none;
  }
  .post-type-archive-job .job-archive .job-archive__header,
  .tax-job_category .job-archive .job-archive__header {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .post-type-archive-job .job-archive .job-archive__header .ystdb-section__container,
  .tax-job_category .job-archive .job-archive__header .ystdb-section__container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }
  .post-type-archive-job .job-archive .job-archive__title,
  .tax-job_category .job-archive .job-archive__title {
    display: block;
    max-width: none;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    text-align: left;
  }
  .post-type-archive-job .job-archive .job-archive__filter,
  .post-type-archive-job .job-archive .job-archive__featured,
  .post-type-archive-job .job-archive .job-archive__list,
  .post-type-archive-job .job-archive .job-archive__empty,
  .tax-job_category .job-archive .job-archive__filter,
  .tax-job_category .job-archive .job-archive__featured,
  .tax-job_category .job-archive .job-archive__list,
  .tax-job_category .job-archive .job-archive__empty {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-job .job-detail .job-detail__hero {
  margin-bottom: 48px;
  border-color: #d8dee8;
  border-top-color: #143b6f;
  background-color: #f7f9fc;
}
.single-job .job-detail .job-detail__title {
  font-size: 2.5rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.single-job .job-detail .job-detail__section {
  margin-top: 72px;
}
.single-job .job-detail .job-detail__section-title {
  margin-bottom: 28px;
  border-left-color: #d35f5f;
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
.single-job .job-detail .job-detail__summary,
.single-job .job-detail .job-detail__overview-item {
  border-color: #d8dee8;
}
.single-job .job-detail .job-detail__label {
  background-color: #f7f9fc;
}
.single-job .job-detail .job-detail__section-body {
  font-size: 1rem;
  line-height: 1.85;
}
.single-job .job-detail .job-detail__apply-button {
  min-height: 52px;
  border-radius: 999px;
}
.single-job .job-detail .job-detail__apply--footer {
  margin-top: 72px;
  border-radius: 16px;
  background-color: #f7f9fc;
}

.job-card {
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(20, 59, 111, 0.08);
}
.job-card .job-card__title {
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.post-type-archive-job .floating-contact,
.tax-job_category .floating-contact,
.single-job .floating-contact,
body.page:not(.home):has(.ws-contact-form) .floating-contact,
body.page:not(.home):has(.ws-job-apply-form) .floating-contact,
body.page:not(.home):has(.ws-entry-flow) .floating-contact,
body.page:not(.home):has(.line-entry-body) .floating-contact {
  /*
  display: none;
  */
}

@media (max-width: 760px) {
  body.page:not(.home) .site-content > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .ws-lower-scope,
  body.page:not(.home) .content__main,
  .post-type-archive-job .content__main,
  .tax-job_category .content__main,
  .single-job .content__main {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  body.page:not(.home) .content__main,
  .post-type-archive-job .content__main,
  .tax-job_category .content__main,
  .single-job .content__main {
    padding-right: 0;
    padding-left: 0;
  }
  body.page:not(.home) .singular-header,
  body.page:not(.home) .ws-page-title {
    margin-bottom: 32px;
  }
  body.page:not(.home) .singular-header__title,
  body.page:not(.home) .ws-page-title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  body.page:not(.home) .entry-content > .ystdb-section:first-child,
  body.page:not(.home) .entry-content > .alignfull:first-child {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 0;
    padding-left: 0;
  }
  body.page:not(.home) .entry-content > .ystdb-section:first-child > .ystdb-section__container,
  body.page:not(.home) .entry-content > .ystdb-section:first-child .ystdb-section__inner {
    padding-right: 0;
    padding-left: 0;
  }
  body.page:not(.home) .entry-content .ws-page-lead {
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.75;
  }
  body.page:not(.home) .entry-content p.wp-block-paragraph.has-large-font-size,
  body.page:not(.home) .entry-content p.has-large-font-size.wp-block-paragraph {
    font-size: 18px;
  }
  body.page:not(.home) .entry-content > h2.wp-block-heading:not([class*=ws-]),
  body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
  .ws-after-support,
  .ws-faq-wrap,
  .ws-entryfaq-wrap,
  .ws-company-profile,
  .job-card,
  .job-detail,
  .ws-contact-form,
  .ws-job-apply-form)) > h2.wp-block-heading:not([class*=ws-]) {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body.page:not(.home) .entry-content > h3.wp-block-heading:not([class*=ws-]),
  body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
  .ws-after-support,
  .ws-faq-wrap,
  .ws-entryfaq-wrap,
  .ws-company-profile,
  .job-card,
  .job-detail,
  .ws-contact-form,
  .ws-job-apply-form)) > h3.wp-block-heading:not([class*=ws-]) {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 1.25rem;
    line-height: 1.55;
  }
  body.page:not(.home) .entry-content > h4.wp-block-heading:not([class*=ws-]),
  body.page:not(.home) .entry-content > .wp-block-group:not([class*=ws-]):not(:has(.ws-entry-flow,
  .ws-after-support,
  .ws-faq-wrap,
  .ws-entryfaq-wrap,
  .ws-company-profile,
  .job-card,
  .job-detail,
  .ws-contact-form,
  .ws-job-apply-form)) > h4.wp-block-heading:not([class*=ws-]) {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  body.page:not(.home) .entry-content table {
    font-size: 0.9375rem;
  }
  body.page:not(.home) .entry-content table th,
  body.page:not(.home) .entry-content table td {
    padding: 0.875rem 1rem;
  }
  .ws-company-profile,
  .ws-entry-flow,
  .ws-after-support {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ws-company-profile .ws-company-profile__label,
  .ws-company-profile .ws-company-profile__content {
    font-size: 0.9375rem;
  }
  .ws-faq-wrap,
  .ws-entryfaq-wrap {
    border-radius: 12px;
  }
  .ws-faq-wrap .ystdtb-faq-item,
  .ws-entryfaq-wrap .ystdtb-faq-item {
    gap: 0.625rem;
    padding: 0.875rem;
  }
  .ws-faq-wrap .ystdtb-faq-item__label,
  .ws-entryfaq-wrap .ystdtb-faq-item__label {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .ws-faq-wrap .ystdtb-faq-item__label-text,
  .ws-entryfaq-wrap .ystdtb-faq-item__label-text {
    font-size: 0.875rem;
  }
  .ws-faq-wrap .is-faq--q .ystdtb-faq-item__contents,
  .ws-entryfaq-wrap .is-faq--q .ystdtb-faq-item__contents {
    font-size: 1rem;
    line-height: 1.6;
  }
  .ws-faq-wrap .is-faq--a .ystdtb-faq-item__contents,
  .ws-entryfaq-wrap .is-faq--a .ystdtb-faq-item__contents {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding-right: 16px;
    padding-left: 16px;
  }
  body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-buttons > .wp-block-button,
  body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-buttons .wp-block-button__link {
    width: 100%;
  }
  body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) .ystdb-section__inner > .wp-block-heading,
  body.page:not(.home) .entry-content:has(.ws-faq-wrap, .ws-entryfaq-wrap) > .wp-block-heading {
    padding-left: 0;
    text-align: center;
  }
  .ws-contact-form,
  .ws-job-apply-form {
    padding: 1rem;
    border-radius: 14px;
  }
  .ws-contact-form input[type=text],
  .ws-contact-form input[type=email],
  .ws-contact-form input[type=tel],
  .ws-contact-form input[type=url],
  .ws-contact-form input[type=number],
  .ws-contact-form select,
  .ws-contact-form textarea,
  .ws-job-apply-form input[type=text],
  .ws-job-apply-form input[type=email],
  .ws-job-apply-form input[type=tel],
  .ws-job-apply-form input[type=url],
  .ws-job-apply-form input[type=number],
  .ws-job-apply-form select,
  .ws-job-apply-form textarea {
    min-height: 52px;
    padding: 0.75rem 0.875rem;
    border-radius: 10px;
    font-size: 1rem;
  }
  .ws-contact-form input[type=submit],
  .ws-contact-form .ws-contact-form__submit,
  .ws-job-apply-form input[type=submit],
  .ws-job-apply-form .ws-contact-form__submit {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
  .post-type-archive-job .job-archive,
  .tax-job_category .job-archive {
    padding-right: 0;
    padding-left: 0;
  }
  .post-type-archive-job .job-archive .job-archive__header,
  .tax-job_category .job-archive .job-archive__header {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 32px;
  }
  .post-type-archive-job .job-archive .job-archive__title,
  .tax-job_category .job-archive .job-archive__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .post-type-archive-job .job-archive .job-archive__section-title,
  .tax-job_category .job-archive .job-archive__section-title {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .single-job .job-detail .job-detail__hero {
    margin-bottom: 32px;
    padding: 24px 18px;
  }
  .single-job .job-detail .job-detail__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .single-job .job-detail .job-detail__section {
    margin-top: 48px;
  }
  .single-job .job-detail .job-detail__section-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .single-job .job-detail .job-detail__section-body {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .single-job .job-detail .job-detail__apply--footer {
    margin-top: 48px;
    padding: 22px 16px;
  }
  .job-card .job-card__title {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}
@media (max-width: 760px) {
  body.home .top-section-omoi,
  body.home .top-section-onayami-lnner,
  body.home .top-section-reason,
  body.home .top-section-jirei,
  body.home .top-section-faq,
  body.home .section-contact,
  body.home .top-section-contact {
    box-sizing: border-box;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  body.home .top-section-onayami {
    box-sizing: border-box;
    padding-top: 56px !important;
    padding-bottom: 0 !important;
  }
  body.home .top-section-onayami-lnner {
    position: relative;
    z-index: 1;
  }
  body.home .top-section-onayami-lnner::after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 24px solid #000;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    pointer-events: none;
    transform: translateX(-50%);
  }
  body.home .top-section-reason-inner {
    padding-top: 0 !important;
    padding-right: 16px !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
  }
  body.home .entry-content > .alignfull.ystdb-section > .ystdb-section__container,
  body.home .entry-content > .alignfull.ystdb-section .ystdb-section__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.home .top-mds-kaiketsu > .ystdb-section__container,
  body.home .section-contact > .ystdb-section__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.home .top-section-omoi,
  body.home .top-section-onayami,
  body.home .top-section-jirei,
  body.home .top-section-faq {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  body.home .top-section-onayami-lnner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.home .top-section-onayami-lnner .wp-block-image {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.home .top-section-omoi .omoi-title {
    margin-top: -24px;
  }
  body.home .top-mds-goteian .wp-block-heading,
  body.home .top-section-reason-inner .wp-block-heading,
  body.home .jirei-mds {
    font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
    line-height: 1.45;
  }
  body.home .top-section-reason-inner h2.wp-block-heading {
    text-align: center;
  }
  body.home .top-section-reason-inner .wp-block-paragraph {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  body.home .top-section-reason-inner .wp-block-columns,
  body.home .top-section-reason-zisyasaiyo .wp-block-columns,
  body.home .top-section-reason-worldstaff .wp-block-columns,
  body.home .section-contact .wp-block-columns,
  body.home .top-section-contact .wp-block-columns {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }
  body.home .top-section-reason-inner .wp-block-column,
  body.home .top-section-reason-zisyasaiyo .wp-block-column,
  body.home .top-section-reason-worldstaff .wp-block-column,
  body.home .section-contact .wp-block-column,
  body.home .top-section-contact .wp-block-column {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }
  body.home .section-contact .wp-block-column > .wp-block-group > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.home .section-contact .wp-block-column > .wp-block-group > .wp-block-group__inner-container > .wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.home .top-section-onayami .wp-block-image,
  body.home .top-section-onayami-lnner .wp-block-image,
  body.home .top-section-reason .wp-block-image,
  body.home .top-section-reason-inner .wp-block-image,
  body.home .top-section-reason-zisyasaiyo .wp-block-image,
  body.home .top-section-reason-worldstaff .wp-block-image,
  body.home .top-section-jirei-inner .wp-block-image,
  body.home .section-contact .wp-block-image,
  body.home .top-section-contact .wp-block-image {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  body.home .top-section-onayami img,
  body.home .top-section-onayami-lnner img,
  body.home .top-mds-kaiketsu img,
  body.home .top-section-reason img,
  body.home .top-section-reason-inner img,
  body.home .top-section-reason-zisyasaiyo img,
  body.home .top-section-reason-worldstaff img,
  body.home .top-section-jirei img,
  body.home .section-contact img,
  body.home .top-section-contact img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.home .onayami-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.home .onayami-fukidashi {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 18px;
    border-width: 4px;
    border-radius: 18px;
  }
  body.home .onayami-fukidashi::before,
  body.home .onayami-fukidashi::after {
    display: none;
  }
  body.home .onayami-fukidashi p {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
  }
  body.home .top-section-inner-r1 {
    padding-bottom: 32px;
  }
  body.home .top-section-reason .reason-no {
    max-width: 112px;
  }
  body.home .top-section-reason-zisyasaiyo,
  body.home .top-section-reason-worldstaff {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px;
  }
  body.home .top-section-reason-zisyasaiyo {
    border-width: 5px;
  }
  body.home .top-section-reason-zisyasaiyo .wp-block-group,
  body.home .top-section-reason-worldstaff .wp-block-group {
    padding-right: 16px;
    padding-left: 16px;
  }
  body.home .top-section-reason-worldstaff .wp-block-group {
    padding-bottom: 24px;
  }
  body.home .top-section-reason-zisyasaiyo .arrow,
  body.home .top-section-reason-worldstaff .arrow {
    max-width: 96px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  body.home .top-section-reason-zisyasaiyo .cost,
  body.home .top-section-reason-worldstaff .cost,
  body.home .top-section-reason-worldstaff .makasetara {
    max-width: 100%;
  }
  body.home .top-section-reason-worldstaff .flow-wrap {
    box-sizing: border-box;
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
  }
  body.home .top-section-reason-worldstaff .flow-wrap .flow,
  body.home .top-section-reason-worldstaff .flow-wrap .daiko {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    transform: none;
  }
  body.home .top-section-jirei-inner {
    padding-right: 0;
    padding-left: 0;
  }
  body.home .top-section-jirei .ystdb-section__inner > .wp-block-group.has-ys-white-background-color.has-background {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }
  body.home .jirei-client {
    display: inline-block;
    border-radius: 999px;
    padding: 0.25em 0.9em;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  body.home .jirei-text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  body.home .top-section-faq .ws-faq-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body.home .top-section-contact {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  body.home .section-contact .ban-contact-wrap,
  body.home .top-section-contact .ban-contact-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }
  body.home .section-contact .ban-contact-wrap a,
  body.home .top-section-contact .ban-contact-wrap a {
    height: 88px;
    min-height: 88px;
    padding: 14px 24px;
    border-width: 3px;
    border-radius: 999px;
  }
  body.home .section-contact .ban-contact-wrap a > div,
  body.home .top-section-contact .ban-contact-wrap a > div {
    justify-content: center;
    width: auto;
    gap: 12px;
  }
  body.home .section-contact .ban-contact-wrap img,
  body.home .top-section-contact .ban-contact-wrap img {
    width: 44px;
    max-width: 44px;
  }
  body.home .section-contact .ban-contact-wrap_tel-wrap a > div,
  body.home .top-section-contact .ban-contact-wrap_tel-wrap a > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 12px;
    justify-content: center;
  }
  body.home .section-contact .ban-contact-wrap_tel-wrap img,
  body.home .top-section-contact .ban-contact-wrap_tel-wrap img {
    grid-row: 1/3;
  }
  body.home .section-contact .ban-contact-wrap_tel-wrap span,
  body.home .top-section-contact .ban-contact-wrap_tel-wrap span {
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  }
  body.home .section-contact .ban-contact-wrap_tel-wrap p,
  body.home .top-section-contact .ban-contact-wrap_tel-wrap p {
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  body.home .section-contact .ban-contact-wrap_tel-wrap p br,
  body.home .top-section-contact .ban-contact-wrap_tel-wrap p br {
    display: none;
  }
  body.home .section-contact .ban-contact-wrap_mail-wrap span,
  body.home .top-section-contact .ban-contact-wrap_mail-wrap span {
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  }
  body.home .section-contact .btn-contact,
  body.home .top-section-contact .btn-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.home .section-contact .btn-contact a,
  body.home .top-section-contact .btn-contact a {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 520px;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
  }
  body.home .section-contact .btn-contact img,
  body.home .top-section-contact .btn-contact img {
    width: 100%;
    max-width: 520px;
    min-width: 0;
    height: auto;
  }
  body.home .top-section-contact .wp-block-buttons {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.home .top-section-contact .wp-block-button,
  body.home .top-section-contact .wp-block-button__link,
  body.home .top-section-contact .ystdb-custom-button,
  body.home .top-section-contact .ystdb-custom-button__link {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.home .top-section-contact .wp-block-button__link,
  body.home .top-section-contact .ystdb-custom-button__link {
    min-height: 52px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1rem;
    line-height: 1.45;
  }
  body.home .floating-contact {
    box-sizing: border-box;
    right: 8px;
    top: auto;
    bottom: calc(84px + env(safe-area-inset-bottom));
    display: flex;
    width: 56px;
    max-width: 56px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-width: 3px;
    transform: none;
  }
  body.home .floating-contact__link {
    display: block;
    width: 100%;
    line-height: 0;
  }
  body.home .floating-contact__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 132px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=style.css.map */