:root {
  /* font-family */
  --font-sans-jp: "Noto Sans JP", sans-serif;
  --font-serif-jp: "Noto Serif JP", serif;
  --font-sans-en: "Roboto", sans-serif;
  --font-serif-en: "Source Serif 4", serif;
  --font-hand-jp: "Zen Kurenaido", sans-serif;

  /*color*/
  --color-black: #333;
  --color-orange: #d58700;
  --color-gray: #c9c9c9;
  --color-white: #fff;
  --color-of: #f8f6f2;
}

/* 固定ページパーツ系
-------------------------------------*/
.is-style-head_1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  align-items: center;
  position: relative;
  letter-spacing: .1em;
  padding-top: 3.1rem;
  margin-bottom: 6rem;
}

.is-style-head_1:not(:first-child) {
  margin-top: 8rem;
}

.is-style-head_1:before,
.is-style-head_1:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 8rem;
  background: linear-gradient(75deg, rgba(213, 135, 0, 1) 30%, rgba(255, 198, 99, 1) 90%);
}

.is-style-head_1:before {
  height: .8rem;
  top: 0;
}

.is-style-head_1:after {
  height: 2px;
  top: 1.1rem;
}

@media (max-width: 767px) {
  .is-style-head_1 {
    font-size: 2.4rem;
    padding-top: 2.6rem;
    margin-bottom: 3rem;
  }

  .is-style-head_1:before,
  .is-style-head_1:after {
    width: 5rem;
  }
}

body .is-style-head_2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding-bottom: 1.7rem;
  border-bottom: 2px solid var(--color-orange);
  margin-bottom: 2.4rem;
  position: relative;
}

body .is-style-head_2:not(:first-child) {
  margin-top: 6rem;
}

body .is-style-head_2.is_train,
body .is-style-head_2.is_car {
  padding-left: 1.48em;
}

body .is-style-head_2.is_train:before,
body .is-style-head_2.is_car:before {
  content: "";
  width: 1.28em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .is-style-head_2.is_train:before {
  background-image: url(../img/common/train02-orange.svg);
}

body .is-style-head_2.is_car:before {
  background-image: url(../img/common/car-orange.svg);
}

@media (max-width: 767px) {
  body .is-style-head_2 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.wp-singular .overflow_imgcol {
  margin: 0 calc(50% - 50vw) 10rem;
  background-color: #fff;
  align-items: stretch !important;
  column-gap: 0;
}

.wp-singular .overflow_imgcol>div {
  flex-grow: initial !important;
  flex-basis: initial !important;
}

.wp-singular .overflow_imgcol>div:first-of-type {
  width: 50vw;
  min-width: 50vw;
  min-height: 100%;
}

.wp-singular .overflow_imgcol>div:first-of-type .wp-block-image {
  height: 100%;
}

@media (min-width: 768px) {
  .wp-singular .overflow_imgcol>div:first-of-type img {
    height: 100%;
    max-height: 65vw;
    object-fit: cover;
  }
}

.wp-singular .overflow_imgcol>div:last-of-type {
  padding: 4rem clamp(3rem, 5vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wp-singular .overflow_imgcol h3 {
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 700;
  letter-spacing: .1em;
  padding-bottom: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.wp-singular .overflow_imgcol h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12rem;
  height: 2px;
  background-color: var(--color-orange);
}

.wp-singular .overflow_imgcol p {
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  line-height: 2;
}

.wp-singular .overflow_imgcol p+p {
  margin-top: 2em;
}

.wp-singular .overflow_imgcol:not(:first-child) {
  margin-top: 6rem;
}

.wp-singular .overflow_imgcol:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wp-singular .overflow_imgcol {
    row-gap: 0;
    margin-bottom: 6rem;
  }

  .wp-singular .overflow_imgcol>div:last-of-type {
    padding: 3rem 2rem;
  }

  .wp-singular .overflow_imgcol:not(:first-child) {
    margin-top: 4rem;
  }
}

.wp-singular .page_section {
  padding: 10rem 0;
  position: relative;
}

.wp-singular .page_section:first-of-type {
  padding-top: 0;
}

.wp-singular .page_section.is_white:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.wp-singular .page_section.is_yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffebc8;
  z-index: -1;
}

.wp-singular .page_section.is_yellow2:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #f6f4dd;
  z-index: -1;
}

.wp-singular .page_section>p,
.wp-singular .page_section>.wp-block-group__inner-container>p {
  font-size: 1.8rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .wp-singular .page_section {
    padding: 6rem 0;
  }

  .wp-singular .page_section>p,
  .wp-singular .page_section>.wp-block-group__inner-container>p {
    font-size: 1.6rem;
  }
}

.wp-singular #footer {
  margin-top: 0;
}

.is_shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.is_radius10 {
  border-radius: 10px;
}

.wp-singular .image_section {
  position: relative;
  padding: 11rem 0;
}

.wp-singular .image_section img {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  max-width: initial;
  z-index: -2;
}

.wp-singular .image_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #000;
  opacity: .3;
  z-index: -1;
}

.wp-singular .image_section:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 70px 0 70px;
  border-color: #FFEBC8 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: calc(50% - 70px);
}

.wp-singular .image_section p {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
}

.wp-singular .image_section p * {
  letter-spacing: .1em;
}

.wp-singular .image_section p .size40 {
  font-size: 4rem;
}

.wp-singular .image_section p .size90 {
  font-size: 9rem;
}

.wp-singular .image_section p .size35 {
  font-size: 3.5rem;
}

.wp-singular .image_section p .en {
  letter-spacing: 0;
  font-family: var(--font-sans-en);
  line-height: 1.2;
}

.wp-singular .image_section p .marker {
  color: var(--color-black);
  background-color: #fff172;
}

.wp-singular .image_section p .marker .size35 {
  font-weight: 900;
}

.wp-singular .image_section>p:not(:last-child) {
  margin-bottom: 4.4rem;
}

@media (max-width: 767px) {
  .wp-singular .image_section:after {
    border-width: 50px 40px 0 40px;
    left: calc(50% - 40px);
  }

  .wp-singular .image_section {
    padding: 6rem 0;
  }

  .wp-singular .image_section p {
    font-size: 2rem;
  }

  .wp-singular .image_section p .size40 {
    font-size: 3rem;
  }

  .wp-singular .image_section p .size90 {
    font-size: 6rem;
  }

  .wp-singular .image_section p .marker .size35 {
    font-size: 2.4rem;
  }
}

.wp-singular .parts_medical_boxcol {
  display: flex;
  flex-wrap: wrap !important;
  column-gap: 12rem;
  padding-top: 3rem;
}

.wp-singular .parts_medical_boxcol>div {
  flex-grow: initial !important;
  flex-basis: initial !important;
  width: calc(50% - 6rem);
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  text-align: center;
  padding-bottom: 4rem;
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(even) {
  border: 3px solid var(--color-orange);
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(odd):after {
  content: "";
  position: absolute;
  left: calc(100% + 4rem);
  top: calc(50% - 21px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 42px;
  border-color: transparent transparent transparent #D58700;
}

.wp-singular .parts_medical_boxcol h3 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  margin: -3rem auto 4rem;
  padding: 1rem 3.6rem;
  color: #fff;
  border-radius: 1000px;
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(odd) h3 {
  background-color: #d5c000;
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(even) h3 {
  background-color: var(--color-orange);
}

.wp-singular .parts_medical_boxcol ul {
  padding: 0 5rem;
  text-align: left;
}

.wp-singular .parts_medical_boxcol li {
  line-height: 1.67;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2.78em;
  background-repeat: no-repeat;
  background-size: 1.67em auto;
  background-position: left top;
}

.wp-singular .parts_medical_boxcol li+li {
  margin-top: 3rem;
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(odd) li {
  background-image: url(../img/common/check-circle-gold.svg);
}

.wp-singular .parts_medical_boxcol>div:nth-of-type(even) li {
  background-image: url(../img/common/check-circle-orange.svg);
}

.wp-singular .parts_medical_boxcol p {
  padding: 0 5rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

.wp-singular .parts_medical_boxcol p:not(:first-child) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .wp-singular .parts_medical_boxcol {
    row-gap: 8rem;
    padding-top: 1.5rem;
  }

  .wp-singular .parts_medical_boxcol>div {
    width: 100%;
  }

  .wp-singular .parts_medical_boxcol>div:nth-of-type(odd):after {
    left: calc(50% - 36px);
    top: calc(100% + 1rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 36px 0 36px;
    border-color: #D58700 transparent transparent transparent;
  }

  .wp-singular .parts_medical_boxcol h3 {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }

  .wp-singular .parts_medical_boxcol ul {
    padding: 0 2rem;
  }

  .wp-singular .parts_medical_boxcol li {
    font-size: 1.6rem;
    padding-left: 2.4em;
  }

  .wp-singular .parts_medical_boxcol li+li {
    margin-top: 2rem;
  }

  .wp-singular .parts_medical_boxcol p {
    padding: 0 2rem;
  }
}

.wp-singular .parts_boxin_col01 {
  display: flex;
  flex-wrap: wrap !important;
  column-gap: 3.5rem;
}

.wp-singular .parts_boxin_col01>div {
  flex-grow: initial !important;
  flex-basis: initial !important;
  width: calc((100% - 7rem) / 3);
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}

.wp-singular .parts_boxin_col01 h5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 1.8rem 1rem;
  background-color: #fff172;
  color: var(--color-black);
  letter-spacing: .1em;
  margin-bottom: 0;
}

.wp-singular .parts_boxin_col01 ul {
  padding: 2.7rem 4.5rem 3rem;
}

.wp-singular .parts_boxin_col01 li {
  padding-left: 1.375em;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}

.wp-singular .parts_boxin_col01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.wp-singular .parts_boxin_col01 li+li {
  margin-top: 1em;
}


/* 障がい者雇用支援
-------------------------------------*/
.wp-singular.page-id-120 #page_section_03 img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 10px;
}

.wp-singular.page-id-120 #page_section_03 .wp-block-image {
  margin-bottom: 6rem;
}

.wp-singular.page-id-120 #page_section_03 table {
  min-width: 60rem;
}

.wp-singular.page-id-120 #page_section_03 thead {
  border: none;
}

.wp-singular.page-id-120 #page_section_03 th,
.wp-singular.page-id-120 #page_section_03 td {
  border-color: #aaa;
  background-color: #fff;
}

.wp-singular.page-id-120 #page_section_03 thead th {
  font-size: 2.6rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 2.1rem 2rem;
}

.wp-singular.page-id-120 #page_section_03 thead th:first-of-type {
  visibility: hidden;
  opacity: 0;
  border: none;
}

.wp-singular.page-id-120 #page_section_03 thead th:nth-of-type(2) {
  background-color: var(--color-orange);
}

.wp-singular.page-id-120 #page_section_03 thead th:nth-of-type(3) {
  background-color: #95c200;
}

.wp-singular.page-id-120 #page_section_03 tbody th {
  background-color: #ffd68f;
  padding: 1rem 2rem 1rem 4.7rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
}

.wp-singular.page-id-120 #page_section_03 tbody th .en {
  font-family: var(--font-sans-en);
  letter-spacing: .1em;
  font-size: 3rem;
  font-weight: 900;
}

.wp-singular.page-id-120 #page_section_03 tbody td {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding: 2.3rem 4rem;
}

.wp-singular.page-id-120 #page_section_03 tbody td span {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
}

.wp-singular.page-id-120 #page_section_03 tbody td span:before {
  content: "";
  width: .67em;
  height: .67em;
  border-radius: 50%;
  position: absolute;
  top: .7em;
  left: 0;
}

.wp-singular.page-id-120 #page_section_03 tbody td:nth-child(2) span:before {
  background-color: var(--color-orange);
}

.wp-singular.page-id-120 #page_section_03 tbody td:nth-child(3) span:before {
  background-color: #95c200;
}

.wp-singular.page-id-120 #page_section_05 .is-style-head_1 {
  color: #fff;
}

.wp-singular.page-id-120 #page_section_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-image: url(../../../../uploads/2026/04/page120_13.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.wp-singular.page-id-120 #page_section_05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 2.6rem;
  row-gap: 1.3rem;
}

.wp-singular.page-id-120 #page_section_05 li {
  width: calc((100% - 7.8rem) / 4);
  background-color: rgba(255, 255, 255, .95);
  padding: 2.8rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .wp-singular.page-id-120 #page_section_03 thead th {
    font-size: 1.8rem;
  }

  .wp-singular.page-id-120 #page_section_03 tbody th {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }

  .wp-singular.page-id-120 #page_section_03 tbody th .en {
    font-size: 2.4rem;
  }

  .wp-singular.page-id-120 #page_section_03 tbody td {
    font-size: 1.6rem;
    padding: 2rem;
  }

  .wp-singular.page-id-120 #page_section_05 ul {
    column-gap: 2rem;
  }

  .wp-singular.page-id-120 #page_section_05 li {
    width: calc(50% - 1rem);
    padding: 2rem 1rem;
    font-size: 1.5rem;
  }
}


/* 家庭教育支援
-------------------------------------*/
.wp-singular.page-id-194 #page_section_01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
  gap: 1.5rem;
}

.wp-singular.page-id-194 #page_section_01 ul li {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
  text-align: center;
  color: var(--color-orange);
  width: min(calc(50% - .75rem),32rem);
  padding: 1.5rem 1rem;
  background-color: #fdfaf5;
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wp-singular.page-id-194 #page_section_02 .pattern_col_02 {
  margin-top: 5rem;
}

.wp-singular.page-id-194 #page_section_02 .is-style-normallist {
  font-size: 1.8rem;
  margin: 2rem 0;
}

.wp-singular .parts_parents_btn {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  width: 100%;
}

.wp-singular .parts_parents_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.3rem;
  padding: 1.7rem 4.9rem;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #c8b400;
  border-radius: 1000px;
  transition: .2s;
  border: 1px solid #c8b400;
}

.wp-singular .parts_parents_btn a:hover {
  background-color: #fff;
  color: #c8b400;
}

.wp-singular .parts_parents_btn a:before {
  content: "";
  width: 3.1em;
  height: 2.5em;
  background-image: url(../img/common/pc-icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .2s;
}

.wp-singular .parts_parents_btn a:hover:before {
  background-image: url(../img/common/pc-icon-gold.svg);
}

.wp-singular .parts_parents_btn a * {
  letter-spacing: .1em;
}

.wp-singular .parts_parents_btn a .large {
  font-size: 1.25em;
}

.wp-singular .page_key .parts_parents_btn {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .wp-singular.page-id-194 #page_section_02 .is-style-normallist {
    font-size: 1.6rem;
  }

  .wp-singular .parts_parents_btn {
    margin-top: 4rem;
  }

  .wp-singular .parts_parents_btn a {
    font-size: 1.5rem;
    padding: 1.4rem 1rem;
    width: 100%;
    column-gap: .8rem;
  }

  .wp-singular .parts_parents_btn a:before {
    width: 2.8em;
  }
}


/* 就労支援
-------------------------------------*/
.wp-singular.page-id-283 .image_section:after {
  border-color: var(--color-of) transparent transparent transparent;
}

.wp-singular .pattern_serif_col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.6rem;
  row-gap: 2rem;
}

.wp-singular .pattern_serif_col:not(:last-child) {
  margin-bottom: 4.6rem;
}

.wp-singular .pattern_serif_col>div {
  width: calc((100% - 7.8rem) / 4);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .32);
  padding: 1.8rem 1rem;
}

.wp-singular .pattern_serif_col .wp-block-image {
  width: 11rem;
  margin: 0 auto 1.2rem;
}

.wp-singular .pattern_serif_col p {
  font-family: var(--font-serif-jp);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--color-orange);
  letter-spacing: .1em;
}

.wp-singular.page-id-283 #page_section_08 .text_1 {
  font-size: 1.8rem;
  margin-bottom: 4.8rem;
}

.wp-singular.page-id-283 #page_section_08 .text_2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-orange);
}

.wp-singular.page-id-283 #page_section_09 .pattern_box_02 ul {
  margin: 3.8rem 0 6rem;
}

.wp-singular.page-id-283 #page_section_10 .pattern_col_02 img {
  border: none;
}

@media (max-width: 767px) {
  .wp-singular .pattern_serif_col p {
    font-size: 2rem;
  }

  .wp-singular.page-id-283 #page_section_08 .text_1 {
    font-size: 1.6rem;
    margin-bottom: 3.8rem;
  }

  .wp-singular.page-id-283 #page_section_08 .text_2 {
    font-size: 1.8rem;
  }

  .wp-singular.page-id-283 #page_section_09 .pattern_box_02 ul {
    margin: 3rem 0 4rem;
  }
}


/* Youtube活動
-------------------------------------*/
.wp-singular.page-id-368 .page_key {
  text-align: left;
}

.wp-singular.page-id-368 .page_key:not(.is_noimg):before {
  content: initial;
}

.wp-singular.page-id-368 .page_key .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4rem;
}

.wp-singular.page-id-368 .page_key_inner {
  width: 48%;
}

.wp-singular.page-id-368 .page_key_youtube {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.wp-singular.page-id-368 .page_key_youtube .item {
  width: calc(50% - 1.5rem);
  border-radius: 10px;
  background: linear-gradient(301deg, rgba(213, 135, 0, 1) 30%, rgba(255, 198, 99, 1) 90%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: .6rem;
  padding: 3.8rem 2rem;
}

.wp-singular.page-id-368 .page_key_youtube .item img {
  width: 12rem;
}

.wp-singular.page-id-368 .page_key_youtube .item p {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
}

.wp-singular.page-id-368 #page_section_01 p {
  line-height: 2;
}

.wp-singular.page-id-368 #page_section_01 p+p {
  margin-top: 2em;
}

.wp-singular.page-id-368 #page_section_03 .wp-block-columns {
  margin-top: 5.6rem;
}

.wp-singular.page-id-368 #page_section_03 .wp-block-columns img {
  border-radius: 10px;
}

.wp-singular.page-id-368 #page_section_04 .pattern_col_01 {
  margin-top: 5.6rem;
}

.wp-singular.page-id-368 #page_section_05 .pattern_box_02 {
  padding-bottom: 5rem;
}

.wp-singular.page-id-368 #page_section_05 .pattern_box_02 h3 {
  margin-bottom: 3.8rem;
}

.wp-singular.page-id-368 #page_section_05 .pattern_box_02 .wp-block-buttons {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .wp-singular.page-id-368 .page_key {
    text-align: center;
  }

  .wp-singular.page-id-368 .page_key_inner {
    width: 100%;
  }

  .wp-singular.page-id-368 .page_key_youtube {
    width: 100%;
    gap: 2rem;
  }

  .wp-singular.page-id-368 .page_key_youtube .item img {
    width: 6rem;
  }

  .wp-singular.page-id-368 .page_key_youtube .item p {
    font-size: 1.8rem;
  }

  .wp-singular.page-id-368 .page_key_youtube .item {
    width: calc(50% - 1rem);
    padding: 2rem 1rem;
  }

  .wp-singular.page-id-368 .has-text-align-center {
    text-align: left;
  }
}


/* 事業所子ページ＋リライフ滝井
-------------------------------------*/
.wp-singular.page-id-422 #page_section_01,
.wp-singular.page-id-544 #page_section_01,
.wp-singular.page-id-604 #page_section_01 {
  padding-bottom: 0;
}

.wp-singular.page-id-422 .overflow_imgcol,
.wp-singular.page-id-544 .overflow_imgcol,
.wp-singular.page-id-604 .overflow_imgcol {
  margin-bottom: 0;
}

.wp-singular.page-id-422 #page_section_02>p,
.wp-singular.page-id-422 #page_section_02>.wp-block-group__inner-container>p {
  margin-bottom: 6rem;
}

.wp-singular.page-id-422 .is-style-head_1+p,
.wp-singular.page-id-544 .is-style-head_1+p,
.wp-singular.page-id-604 .is-style-head_1+p {
  margin-bottom: 7rem;
}

.wp-singular.page-id-422 .pattern_box_01 h3,
.wp-singular.page-id-544 .pattern_box_01 h3,
.wp-singular.page-id-604 .pattern_box_01 h3 {
  margin-bottom: 6rem;
}

.wp-singular.page-id-422 .pattern_box_01+.pattern_box_01 {
  margin-top: 10rem;
}

.wp-singular.page-id-422 .pattern_box_01>div>ul li {
  line-height: 2;
  font-size: 1.8rem;
  padding-left: 1em;
  position: relative;
}

.wp-singular.page-id-422 .pattern_box_01>div>ul li:before {
  content: "";
  width: .67em;
  height: .67em;
  border-radius: 50%;
  background-color: var(--color-orange);
  position: absolute;
  left: 0;
  top: calc(1em - .33em);
}

.wp-singular.page-id-422 #page_section_05 .pattern_col_03:not(:last-child) {
  margin-bottom: 6rem;
}

.wp-singular .center_gmap {
  width: 100%;
  height: 72rem;
  max-height: 80vw;
  display: block;
}

.wp-singular .center_gmap:not(:last-child) {
  margin-bottom: 5rem;
}

.wp-singular .access_section p {
  font-size: 1.6rem;
}

.wp-singular .access_section ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1.375em;
  position: relative;
}

.wp-singular .access_section ul li:before {
  content: "";
  position: absolute;
  top: calc(.9em - .6rem);
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-orange);
  border-radius: 50%;
}

.wp-singular .access_section ul li+li {
  margin-top: .5em;
}

.wp-singular .access_section .center_youtube {
  display: block;
  width: 80rem;
  height: 45rem;
  max-width: 100%;
  margin: 4rem auto;
  max-height: 50vw;
}

@media (max-width: 767px) {
  .wp-singular.page-id-422 .pattern_box_01+.pattern_box_01 {
    margin-top: 6rem;
  }

  .wp-singular.page-id-422 .pattern_box_01 h3 {
    margin-bottom: 4rem;
  }

  .wp-singular.page-id-422 .is-style-head_1+p,
  .wp-singular.page-id-544 .is-style-head_1+p,
  .wp-singular.page-id-604 .is-style-head_1+p {
    text-align: left;
    margin-bottom: 4rem;
  }
}


/* リワーク滝井
-------------------------------------*/
.wp-singular.page-id-544 #page_section_04 {
  counter-reset: number 0;
}

.wp-singular.page-id-544 #page_section_04 .pattern_box_02 h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--color-orange);
}

.wp-singular.page-id-544 #page_section_07 .pattern_col_04>div {
  align-items: start;
}

.wp-singular.page-id-544 #page_section_05 .pattern_col_01 {
  grid-template-rows: initial;
}


/* 提携グループホームのご案内
-------------------------------------*/
.wp-singular.page-id-642 .wrapper>p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 8rem;
}

.wp-singular.page-id-642 .wp-block-columns {
  column-gap: 1em;
}

.wp-singular.page-id-642 .wp-block-columns p {
  margin-top: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .wp-singular.page-id-642 .wrapper>p {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5rem;
  }
}


/* プライバシーポリシー
-------------------------------------*/
.wp-singular.page-id-679 main .wrapper>p {
  line-height: 2;
}

.wp-singular.page-id-679 .privacy_section {
  padding: 6rem 5rem 5rem;
  margin: 6rem 0 10rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.wp-singular.page-id-679 .privacy_section h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 1.3rem 2rem 1.3rem 4rem;
  position: relative;
  background-color: #ffebc8;
  margin-bottom: 4rem;
}

.wp-singular.page-id-679 .privacy_section h2:not(:first-child) {
  margin-top: 8rem;
}

.wp-singular.page-id-679 .privacy_section h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.3rem;
  height: .6rem;
  background-color: var(--color-orange);
  margin: auto 0;
}

.wp-singular.page-id-679 .privacy_section p {
  line-height: 2;
}

.wp-singular.page-id-679 .privacy_section p:not(:last-child) {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .wp-singular.page-id-679 .privacy_section {
    padding: 3rem 2rem 4rem;
    margin: 4rem 0 6rem;
  }

  .wp-singular.page-id-679 .privacy_section h2 {
    font-size: 1.8rem;
    padding-left: 3rem;
    margin-bottom: 2rem;
  }

  .wp-singular.page-id-679 .privacy_section h2:before {
    width: 2rem;
  }

  .wp-singular.page-id-679 .privacy_section h2:not(:first-child) {
    margin-top: 5rem;
  }
}


/* お問い合わせ
-------------------------------------*/
.confirm_wrap,
.thanks_wrap,
.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.form_wrap .contact_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 88rem;
  max-width: 100%;
  margin: 0 auto 6rem;
  background-color: #fff;
  padding: 2.6rem 1rem;
}

.form_wrap .contact_tel>div {
  width: 50%;
}

.form_wrap .contact_tel .side_left {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .9em;
  font-size: 2.4rem;
  font-weight: 700;
}

.form_wrap .contact_tel .side_left:before {
  content: "";
  width: 1.17em;
  height: 2em;
  background-image: url(../img/common/tel_2-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form_wrap .contact_tel .side_right {
  border-left: 1px solid #000;
  padding-left: 6.8rem;
}

.form_wrap .contact_tel .side_right .text_1 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-sans-en);
  line-height: 1.2;
  margin-bottom: .8rem;
  display: block;
  pointer-events: none;
  color: var(--color-black);
}

.form_wrap .contact_tel .side_right .text_2 {
  font-size: 1.6rem;
  font-weight: 500;
}

.form_wrap .contact_tel .side_right .text_1 .is_orange {
  color: var(--color-orange);
}

.form_wrap .front_lead {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}

.form_wrap .front_text {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
}

.form_wrap.confirm_wrap .front_text {
  text-align: center;
}

.form_wrap .inner {
  background-color: #fff;
  margin: 8rem 0 10rem;
  padding: 7rem 10rem 8.6rem;
}

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
}

.form_wrap tr {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.form_wrap th {
  width: 26rem;
  padding: .5em 9rem .5em 0;
  text-align: left;
  line-height: 1.625;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.form_wrap th.required:after {
  content: "\5FC5\9808";
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.625;
  padding: .3rem 1.2rem;
  border-radius: 5px;
  background-color: #d80008;
  color: #fff;
  position: absolute;
  top: .3em;
  right: 3.2rem;
}

.form_wrap td {
  width: calc(100% - 26rem);
}

.form_wrap.confirm_wrap td {
  line-height: 1.625em;
  padding: .5em 0;
}

.form_wrap tr:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dashed #ccc;
}

.form_wrap td input[type="text"],
.form_wrap td input[type="email"],
.form_wrap td input[type="tel"],
.form_wrap textarea {
  line-height: 1.5;
  padding: 1.3rem 1.5rem;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: clamp(30rem, 50vw, 73rem);
}

.form_wrap td input::placeholder,
.form_wrap td textarea::placeholder {
  color: #aaa;
}

.form_wrap .wpcf7-radio {
  display: flex;
  row-gap: 1.5rem;
  flex-direction: column;
  padding-top: .8rem
}

.form_wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.form_wrap .wpcf7-radio input {
  transform: scale(1.5);
  margin-right: 1rem;
}

.form_wrap .policy_consent {
  width: 88rem;
  max-width: 100%;
  margin: 8rem auto 0;
  background-color: var(--color-of);
  border-radius: 10px;
  padding: 4rem 2rem;
  text-align: center;
}

.form_wrap .policy_consent .policy_text {
  margin-bottom: 2rem;
}

.form_wrap .policy_consent .policy_text a {
  color: var(--color-orange);
  text-decoration: underline;
}

.form_wrap .policy_consent .policy_text a:hover {
  text-decoration: none;
  opacity: .8;
}

.form_wrap .wpcf7-acceptance input {
  transform: scale(1.5);
  margin-right: 2rem;
}

.form_wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 1.6rem;
  padding: .35rem 0 .35rem 5em;
  position: relative;
}

.form_wrap .wpcf7-acceptance .wpcf7-list-item:before {
  content: "\5FC5\9808";
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.625;
  padding: .3rem 1.2rem;
  border-radius: 5px;
  background-color: #d80008;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.form_wrap .submit_btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  justify-content: center;
  margin-top: 6rem;
}

.form_wrap .confirm_button {
  width: 36rem;
  max-width: 100%;
  margin: 0;
  display: block;
  height: auto;
  text-align: center;
  padding: 2.4rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: var(--color-orange);
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: opacity .2s;
}

.form_wrap .confirm_button {
  width: 36rem;
  max-width: 100%;
  margin: 0;
  display: block;
  height: auto;
  text-align: center;
  padding: 2.4rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: var(--color-orange);
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: opacity .2s;
}

.form_wrap .back_button {
  width: 36rem;
  max-width: 100%;
  margin: 0;
  display: block;
  height: auto;
  text-align: center;
  padding: 2.4rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: #888;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: opacity .2s;
}

.form_wrap .confirm_button:disabled {
  cursor: no-drop;
  background-color: #ccc;
}

.form_wrap .confirm_button:not(:disabled):hover,
.form_wrap .back_button:hover {
  opacity: .7;
}

.wp-singular.page-id-694 #footer {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .form_wrap .contact_tel {
    margin: 0 auto 6rem;
  }

  .form_wrap .contact_tel>div {
    width: 100%;
  }

  .form_wrap .contact_tel .side_left {
    font-size: 2rem;
  }

  .form_wrap .contact_tel .side_right {
    padding: 2rem 0 0;
    margin-top: 2rem;
    border-left: none;
    border-top: 1px solid #000;
    text-align: center;
  }

  .form_wrap .contact_tel .side_right .text_1 {
    pointer-events: initial;
  }

  .form_wrap .front_lead {
    font-size: 2rem;
  }

  .form_wrap .inner {
    margin: 5rem 0 6rem;
    padding: 3rem 1.5rem 4rem;
  }

  .form_wrap tr {
    row-gap: 1rem;
  }

  .form_wrap tr:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }

  .form_wrap th {
    width: 100%;
  }

  .form_wrap td {
    width: 100%;
  }

  .form_wrap th.required:after {
    right: 0;
  }

  .form_wrap td input[type="text"],
  .form_wrap td input[type="email"],
  .form_wrap td input[type="tel"],
  .form_wrap textarea {
    width: 100%;
  }

  .form_wrap .policy_consent {
    margin: 5rem auto 0;
    text-align: center;
    padding: 4rem 1.5rem;
  }

  .form_wrap .policy_consent .policy_text {
    margin-bottom: 3rem;
    text-align: left;
  }

  .form_wrap .wpcf7-acceptance .wpcf7-list-item {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 3.3em;
  }

  .form_wrap .wpcf7-acceptance input {
    margin-right: .3rem;
  }

  .form_wrap .wpcf7-acceptance .wpcf7-list-item:before {
    padding: .3rem .6rem;
  }

  .form_wrap .confirm_button,
  .form_wrap .back_button {
    font-size: 1.8rem;
    padding: 1.8rem 1rem;
  }

  .wp-singular.page-id-694 #footer {
    margin-top: 6rem;
  }
}


/* 会社案内
-------------------------------------*/
.wp-singular.page-id-706 #page_section_01 ol.is-style-normallist {
  font-weight: 700;
}

.wp-singular.page-id-706 #page_section_01 .overflow_imgcol {
  margin-bottom: 0;
}

.wp-singular.page-id-706 #page_section_01 .imgcol_bottom {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: #fff;
  margin-bottom: 6rem;
  padding: 3.2rem 0 7rem;
}

.wp-singular.page-id-706 #page_section_01 .imgcol_bottom p {
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 4rem);
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  line-height: 2;
}

.wp-singular.page-id-706 #page_section_01 ul.is-style-normallist {
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 3.4rem;
}

.wp-singular.page-id-706 #page_section_02 .pattern_col_01 h3 {
  font-size: clamp(2rem,1.8vw,2.7rem);
}

.wp-singular.page-id-706 #page_section_02 .wp-block-button {
  width: 100%;
}

.wp-singular.page-id-706 #page_section_02 .wp-block-button__link {
  width: 100%;
  font-weight: 700;
}

.wp-singular.page-id-706 #page_section_02 .pattern_col_01 {
  grid-template-rows: initial;
}

.wp-singular.page-id-706 #page_section_04 {
  padding: 5rem 0 6rem;
  position: relative;
}

.wp-singular.page-id-706 #page_section_04:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-image: url(../img/page/page706_green.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.wp-singular.page-id-706 #page_section_04 p {
  font-family: var(--font-serif-jp);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
}

.wp-singular.page-id-706 #page_section_04 p+p {
  margin-top: 2em;
}

.wp-singular.page-id-706 #page_section_05 .message_name {
  margin-top: 1em;
  line-height: 1.6;
}

.wp-singular.page-id-706 #page_section_05 .message_name .text_1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.wp-singular.page-id-706 #page_section_05 .message_name .text_2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.wp-singular.page-id-706 #page_section_05 .message_name .text_3 {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: .6rem;
}

.wp-singular.page-id-706 #page_section_06 .wp-block-image {
  width: 90rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wp-singular .table_month {
  margin-top: 12rem;
}

.wp-singular .table_month table {
  width: 100%;
}

.wp-singular .table_month tr {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.wp-singular .table_month tr:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.wp-singular .table_month td {
  border: none;
  padding: 0;
}

.wp-singular .table_month td:nth-child(odd),
.wp-singular .table_month th:nth-child(odd) {
  width: 19rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: .8rem;
  background-color: var(--color-orange);
  border-radius: 5px;
}

.wp-singular .table_month td:nth-child(even) {
  width: calc(100% - 19rem);
  padding: .2em 0 .2em 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78em;
}

.wp-singular .table_month li {
  padding-left: 1.22em;
  position: relative;
}

.wp-singular .table_month li+li {
  margin-top: .5em;
}

.wp-singular .table_month li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  background-color: var(--color-orange);
  width: .67em;
  height: .67em;
  border-radius: 50%;
}

.wp-singular .table_month a {
  color: var(--color-orange);
  text-decoration: underline;
  transition: .2s;
}

.wp-singular .table_month a:hover {
  text-decoration: none;
  opacity: .6;
}

@media (max-width: 767px) {
  .wp-singular.page-id-706 #page_section_01 .imgcol_bottom {
    padding-top: 0;
  }

  .wp-singular.page-id-706 #page_section_04 {
    padding: 6rem 0;
  }

  .wp-singular.page-id-706 #page_section_04 p {
    font-size: 1.6rem;
    text-align: left;
  }

  .wp-singular.page-id-706 #page_section_05 .message_name .text_1 {
    font-size: 1.6rem;
  }

  .wp-singular.page-id-706 #page_section_05 .message_name .text_2 {
    font-size: 2rem;
  }

  .wp-singular.page-id-706 #page_section_05 .message_name .text_3 {
    font-size: 1.5rem;
  }

  .wp-singular .table_month {
    margin-top: 6rem;
  }

  .wp-singular .table_month td:nth-child(odd),
  .wp-singular .table_month th:nth-child(odd) {
    width: 15rem;
    padding: .3rem;
  }

  .wp-singular .table_month td:nth-child(even) {
    width: 100%;
    font-size: 1.6rem;
    padding: 0;
  }
}


/* 医療顧問のご紹介
-------------------------------------*/
.wp-singular.page-id-774 .pattern_box_01 p.has-text-align-center {
  line-height: 1.78;
  margin: 5rem 0;
}

.wp-singular.page-id-774 .pattern_box_01 ul.is-style-normallist {
  font-weight: 500;
}

.wp-singular.page-id-774 .pattern_box_01 .wp-block-buttons {
  margin-top: 5.3rem;
}

.wp-singular.page-id-774 .pattern_box_01 .wp-block-button__link {
  width: 46rem;
}

.wp-singular.page-id-774 .pattern_box_01>div>p {
  font-size: 1.6rem;
}

.wp-singular.page-id-774 .pattern_box_01 .gmap {
  width: 100%;
  height: 60rem;
  max-height: 80vw;
}

.wp-singular.page-id-774 .pattern_box_01 .gmap+h5 {
  margin-top: 1.8rem;
  margin-bottom: .5rem;
}

.wp-singular.page-id-774 #auto_anchorlink {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 3rem;
  margin-bottom: 6rem;
}

.wp-singular.page-id-774 #auto_anchorlink:empty {
  display: none;
}

.wp-singular.page-id-774 #auto_anchorlink a {
  width: calc((100% - 5rem) / 3);
  padding: 1.5rem 3rem;
  border-color: var(--color-black);
  background-color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  transition: .2s;
  position: relative;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  border: 2px solid var(--color-black);
}

.wp-singular.page-id-774 #auto_anchorlink a:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: .8rem;
  height: .8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: .2s;
}

.wp-singular.page-id-774 #auto_anchorlink a:hover {
  background-color: #fff;
  color: var(--color-black);
}

.wp-singular.page-id-774 #auto_anchorlink a:hover:after {
  border-color: var(--color-black);
}

@media (max-width: 767px) {
  .wp-singular.page-id-774 #auto_anchorlink {
    row-gap: 1rem;
    column-gap: 1rem;
  }

  .wp-singular.page-id-774 #auto_anchorlink a {
    font-size: 1.6rem;
    width: 100%;
  }
}


/* 医療顧問のご紹介
-------------------------------------*/
.wp-singular.page-id-772 .page_section>p.has-text-align-center,
.wp-singular.page-id-772 .page_section>.wp-block-group__inner-container>p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .wp-singular.page-id-772 .page_section>p.has-text-align-center,
  .wp-singular.page-id-772 .page_section>.wp-block-group__inner-container>p {
    font-size: 1.6rem;
  }
}


/* TMS治療
-------------------------------------*/
.wp-singular.page-id-6414 #page_section_02 .wp-block-button__link {
  font-weight: 500;
}

.wp-singular.page-id-6414 #page_section_03 .table_style table {
  width: 100%;
}

.wp-singular.page-id-6414 #page_section_03 .table_style thead {
  border-bottom: 2px solid #aaa;
}

.wp-singular.page-id-6414 #page_section_03 .table_style thead th {
  background-color: #eee;
  font-size: 2rem;
  padding: 2rem 1rem;
  border: 1px solid #aaa;
}

.wp-singular.page-id-6414 #page_section_03 .table_style thead th:first-of-type {
  opacity: 0;
  visibility: hidden;
  border: none;
}

.wp-singular.page-id-6414 #page_section_03 .table_style tbody th,
.wp-singular.page-id-6414 #page_section_03 .table_style tbody td {
  border: 1px solid #aaa;
  padding: 1.7rem 1rem;
}

.wp-singular.page-id-6414 #page_section_03 .table_style td:first-child {
  background-color: #bfac00;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-color: #fff;
}

.wp-singular.page-id-6414 #page_section_03 .table_style td {
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.wp-singular.page-id-6414 #page_section_03 .table_style th:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style th:nth-child(3),
.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(3) {
  border-right: 5px solid var(--color-orange);
  border-left: 5px solid var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .table_style th:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style th:nth-child(3) {
  border-top: 5px solid var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(3) {
  background-color: #fffce1;
}

.wp-singular.page-id-6414 #page_section_03 .table_style tbody tr:last-child td:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style tbody tr:last-child td:nth-child(3) {
  border-bottom: 5px solid var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .table_style thead tr:last-child th:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style thead tr:last-child th:nth-child(3) {
  color: #fff;
  background-color: var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .table_style .has-luminous-vivid-orange-color {
  color: var(--color-orange) !important;
  font-size: 1.56em;
}

.wp-singular.page-id-6414 #page_section_03 .table_style .has-black-color {
  color: var(--color-black) !important;
  font-size: 1.56em;
}

.wp-singular.page-id-6414 #page_section_03 .table_style tr:first-child td:nth-child(2),
.wp-singular.page-id-6414 #page_section_03 .table_style tr:first-child td:nth-child(3) {
  color: var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .table_style td strong {
  font-weight: 700;
  font-size: 1.25em;
}

.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(2) strong,
.wp-singular.page-id-6414 #page_section_03 .table_style td:nth-child(3) strong {
  color: var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_03 .pattern_col_01 {
  margin-top: 10rem;
}

.wp-singular.page-id-6414 #page_section_03 .pattern_col_01 .wp-block-button__link {
  font-size: 1.8rem;
  width: 41rem;
}

.wp-singular.page-id-6414 .pattern_box_media {
  border-radius: 10px;
  overflow: hidden;
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.wp-singular.page-id-6414 .pattern_box_media h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color-orange);
  letter-spacing: .1em;
  padding: 2rem;
  margin-bottom: 3.4rem;
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text {
  padding: 0 4rem 5rem;
  column-gap: 3rem;
  row-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__media {
  width: calc(60% - 1.5rem);
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__media img {
  border-radius: 10px;
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__content {
  padding: 0;
  width: calc(40% - 1.5rem);
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__content>*:not(:first-child) {
  margin-top: 1rem;
}

.wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__content .wp-block-buttons {
  margin-top: 2.6rem;
}

.wp-singular.page-id-6414 #page_section_03 .heading_block {
  display: flex;
  justify-content: center;
  margin-bottom: 3.8rem;
}

.wp-singular.page-id-6414 #page_section_03 .heading_block h4 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
  background-color: var(--color-orange);
  border-radius: 10px;
  padding: 1.5rem 3.6rem;
}

.wp-singular.page-id-6414 #page_section_03 .heading_block.is_gold h4 {
  background-color: #d5c000;
}

.wp-singular.page-id-6414 #page_section_03 .pattern_box_01>div>p {
  font-size: 1.6rem;
}

.wp-singular.page-id-6414 #page_section_03 .pattern_box_01 h3 {
  margin-bottom: 7rem;
}

.wp-singular.page-id-6414 #page_section_03 .pattern_box_01 h4 a {
  color: inherit;
  text-decoration: underline;
}

.wp-singular.page-id-6414 #page_section_03 .is-style-boxin_table01 td:first-child {
  font-size: 2rem;
}

.wp-singular.page-id-6414 #page_section_03 .is-style-boxin_table01 .has-black-color {
  color: var(--color-black);
  font-size: 1.56em;
}

.wp-singular.page-id-6414 #page_section_03 .pattern_box_01 .is_red {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #d90000;
  margin-bottom: 6rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-group>div {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-media-text {
  column-gap: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 3rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-media-text__media {
  width: 32rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-media-text__content {
  width: calc(100% - 35.6rem);
  padding: 0;
  align-self: initial;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col {
  display: flex;
  column-gap: 5rem;
  flex-wrap: wrap !important;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col:not(:first-child) {
  margin-top: 3.6rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col>.wp-block-column {
  flex-basis: initial;
  flex-grow: initial;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .text_1 {
  font-family: var(--font-sans-en);
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 1.2;
  padding-left: .9em;
  position: relative;
  white-space: nowrap;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .text_1:before {
  content: "";
  width: .83em;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/tel-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .wp-block-buttons {
  column-gap: 2.5rem;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .wp-block-button__link {
  width: 30rem;
  padding: 2.2rem 4rem 2.2rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  position: relative;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link {
  background-color: #06c755;
  border-color: #06c755;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_01 .wp-block-button__link:before,
.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .2s;
  position: absolute;
  inset: 0 auto 0 3rem;
  margin: auto 0;
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_01 .wp-block-button__link:before {
  background-image: url(../img/common/mail-white.svg);
}

.wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link:before {
  background-image: url(../img/common/mobile-white.svg);
}

@media(min-width:798px) {
  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link:hover {
    background-color: #fff;
    color: #06c755;
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link:hover:after {
    background-image: url(../img/common/tab-green.svg);
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_01 .wp-block-button__link:hover:before {
    background-image: url(../img/common/mail-orange.svg);
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .cta_col .btn_02 .wp-block-button__link:hover:before {
    background-image: url(../img/common/mobile-green.svg);
  }
}

.wp-singular.page-id-6414 #page_section_05 .pattern_box_02 li {
  font-size: inherit;
  font-weight: inherit;
}

.wp-singular.page-id-6414 #page_section_06 {
  padding-bottom: 0;
}

.wp-singular.page-id-6414 #page_section_08 {
  counter-reset: number 0;
}

.wp-singular.page-id-6414 #page_section_08 .pattern_box_02 .wp-block-image {
  margin-top: 4.6rem;
}

.wp-singular.page-id-6414 #page_section_08 .pattern_box_02 img {
  width: auto;
  max-width: 100%;
}

.wp-singular.page-id-6414 #page_section_08 .pattern_box_02 h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--color-orange);
}

.wp-singular.page-id-6414 #page_section_08 .wp-block-media-text img {
  border-radius: 10px;
}

.wp-singular.page-id-6414 #page_section_08 .pattern_box_02:last-child .wp-block-media-text img {
  border: 1px solid #ccc;
}

.wp-singular.page-id-6414 #page_section_09>p,
.wp-singular.page-id-6414 #page_section_09>.wp-block-group__inner-container>p {
  font-size: 1.6rem;
}

.wp-singular.page-id-6414 #page_section_09 .pattern_col_01 {
  margin-top: 6rem;
  grid-template-rows: initial;
}

.wp-singular.page-id-6414 #page_section_10 .pattern_box_02 li {
  font-size: initial;
}

.wp-singular.page-id-6414 #page_section_10 .overflow_imgcol p {
  font-size: clamp(1.5rem,1vw,1.8rem);
}

.wp-singular.page-id-6414 #page_section_10 .pattern_box_01 .wp-block-image {
  margin-top: 4rem;
}

.wp-singular.page-id-6414 #page_section_10 .pattern_box_01 img {
  width: auto;
  max-width: 100%;
}

.wp-singular.page-id-6414 #page_section_11 .pattern_box_02 {
  counter-reset: number 0;
}

.wp-singular.page-id-6414 #page_section_11 .pattern_box_02 h3:not(:first-child) {
  margin-top: 2.5rem;
}

.wp-singular.page-id-6414 #page_section_11 .pattern_box_02 h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--color-orange);
}

@media (max-width: 767px) {
  .wp-singular.page-id-6414 #page_section_03 .table_style table {
    min-width: 76rem;
  }

  .wp-singular.page-id-6414 #page_section_03 .table_style td:first-child {
    font-size: 1.6rem;
  }

  .wp-singular.page-id-6414 #page_section_03 .table_style thead th {
    font-size: 1.6rem;
  }

  .wp-singular.page-id-6414 #page_section_03 .table_style {
    font-size: 1.5rem;
  }

  .wp-singular.page-id-6414 .pattern_box_media h3 {
    font-size: 2rem;
  }

  .wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text {
    padding: 0 2rem 4rem;
  }

  .wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__media {
    width: 100%;
  }

  .wp-singular.page-id-6414 .pattern_box_media .wp-block-media-text__content {
    width: 100%;
  }

  .wp-singular.page-id-6414 #page_section_03 .pattern_box_01 h3 {
    margin-bottom: 4rem;
  }

  .wp-singular.page-id-6414 #page_section_03 .heading_block h4 {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    text-align: center;
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-group>div {
    padding: 13rem 2rem 4rem;
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-media-text__media {
    width: 100%;
  }

  .wp-singular.page-id-6414 #page_section_04 .pattern_number_block .wp-block-media-text__content {
    width: 100%;
  }
}