@charset "UTF-8";
/**
 * uaplus.css version 0.0.1
 */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus-visible {
  outline-offset: 3px;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

:where(html) {
  line-height: 1.5;
}

:where(html) {
  scrollbar-gutter: stable;
}

:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}

:where(abbr[title]) {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: help;
}
:where(del, ins, s)::before,
:where(del, ins, s)::after {
  -webkit-clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  content: "test";
  white-space: nowrap;
          clip-path: inset(100%);
}

:where(s)::before {
  content: "stricken text start ";
}

:where(s)::after {
  content: " stricken text end";
}

:where(del)::before {
  content: "deletion start ";
}

:where(del)::after {
  content: " deletion end";
}

:where(ins)::before {
  content: "insertion start ";
}

:where(ins)::after {
  content: " insertion end";
}

:where(audio, iframe, img, svg, video) {
  max-inline-size: 100%;
  max-block-size: 100%;
}

:where(fieldset) {
  min-inline-size: 0;
}

:where(label):has(+ :where(textarea, input, select)) {
  display: block;
}

:where(textarea:not([rows])) {
  min-block-size: 6em;
}

:where(button, input, select, textarea) {
  font-size: inherit;
  font-family: inherit;
}

:where([type=search]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where([type=search]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas;
  }
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder-shown) {
  direction: ltr;
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:-ms-input-placeholder) {
  direction: ltr;
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
  direction: ltr;
}

:where(table) {
  border: 1px solid;
  border-collapse: collapse;
}

:where(th, td) {
  padding: 0.25em 0.5em;
  border: 1px solid;
}

:where(dialog)::-ms-backdrop {
  background: oklch(0% 0 0/0.3);
}

:where(dialog)::backdrop {
  background: oklch(0% 0 0/0.3);
}

:where(dialog)::-ms-backdrop {
  -ms-transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog),
:where(dialog)::backdrop {
  -webkit-transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog[open])::-ms-backdrop {
  opacity: 1;
}

:where(dialog[open]),
:where(dialog[open])::backdrop {
  opacity: 1;
}

@starting-style {
  :where(dialog[open])::-ms-backdrop {
    opacity: 0;
  }
  :where(dialog[open]),
  :where(dialog[open])::backdrop {
    opacity: 0;
  }
}
[hidden]:not([hidden=until-found]) {
  display: none !important;
}

body {
  color: #483e3a;
  font-size: 16px;
  line-height: 1;
  font-family: "BIZ UDPGothic", "Noto Sans JP", sans-serif;
}

/*headerは省略*/
p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li {
  line-height: 1.75;
}

a {
  -webkit-transition: opacity 0.3s;
  color: #0234ab;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  -webkit-transition: opacity 0.3s;
  opacity: 0.7;
  transition: opacity 0.3s;
}

br.pc_block {
  display: block;
}

br.sp_block {
  display: none;
}

main .scrollfloat {
  -webkit-transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
          transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
main .scrollfloat.scrollfloat_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
main .wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
main .fv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(95.61deg, #d6ecf1 0.6%, #ffffff 100%);
}
main .fv_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  min-height: 300px;
  padding: 50px 0;
  gap: 10px;
}
main .fv_headtext {
  padding: 2px 16px;
  border: 1px solid #5dc2d0;
  border-radius: 999px;
  background: #fff;
}
main .fv_headtext p {
  color: #5dc2d0;
  font-weight: 700;
  font-size: 16px;
}
main .fv_title p {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
main .fv_celebration {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  gap: 10px;
}
main .fv_celebration p {
  color: #c9a304;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}
main .fv_celebration img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
main .fv_button {
  margin-top: 10px;
}
main .fv_button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2392156863);
  -webkit-transition: background-position 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  padding: 12px 64px;
  gap: 16px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2fbbc0), color-stop(49.9%, #14979c), color-stop(50%, #199da2), to(#199da2));
  background: linear-gradient(180deg, #2fbbc0 0%, #14979c 49.9%, #199da2 50%, #199da2 100%);
  background-position: 0% 0%;
  background-size: 100% 200%;
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2392156863);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  opacity: 1;
  transition: background-position 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-position 0.3s ease, box-shadow 0.3s ease;
  transition: background-position 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
main .fv_button a:after {
  width: 20px;
  height: 20px;
  background: url(../img/precon/arrow_circle_down.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
main .fv_button a:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3647058824);
  -webkit-transition: background-position 0.3s ease, -webkit-box-shadow 0.3s ease;
  background-position: 0% 100%;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3647058824);
  opacity: 1;
  transition: background-position 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-position 0.3s ease, box-shadow 0.3s ease;
  transition: background-position 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
main .fv_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
main .fv_bg img {
  width: 100%;
  height: auto;
}
main .fv_bg_inner {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 1040px;
  margin: 0 auto;
          transform: translateX(-50%);
}
main .fv_bg_img1, main .fv_bg_img2, main .fv_bg_img3 {
  position: absolute;
}
main .fv_bg_img1 img, main .fv_bg_img2 img, main .fv_bg_img3 img {
  width: 100%;
  height: auto;
}
main .fv_bg_img1 {
  top: 62px;
  left: 0;
}
main .fv_bg_img1 img {
  max-width: 269px;
}
main .fv_bg_img2 {
  top: 52px;
  right: 0;
}
main .fv_bg_img2 img {
  max-width: 169px;
}
main .fv_bg_img3 {
  top: 143px;
  right: 116px;
}
main .fv_bg_img3 img {
  max-width: 171px;
}
main .fv .upfloat {
  -webkit-transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
          transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
main .fv .upfloat.upfloat_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
main .anchor {
  padding: 20px;
}
main .anchor ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  gap: 10px;
}
main .anchor ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 4px 16px;
  border: 1px solid #0234ab;
  border-radius: 99px;
  background: #fff;
  color: #0234ab;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
main .anchor ul li a:after {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/precon/arrow_circle_down_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
main .concept {
  padding: 40px 0;
}
main .concept_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
main .concept_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
          justify-content: flex-start;
  gap: 16px;
}
main .concept_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 300px;
  gap: 12px;
}
main .concept_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
          justify-content: flex-start;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #e0f1f4;
  color: #5dc2d0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
main .concept_text p {
  font-weight: 400;
  font-size: 16px;
}
main .concept_text p span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ffd4cb;
  text-decoration-thickness: 4px;
}
main .concept_img {
  width: 100%;
  height: auto;
}
main .concept_img img {
  width: 100%;
  height: auto;
}
main .concept_note {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
main .plan {
  padding: 40px 0;
}
main .plan_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 8px;
  background: #e0f1f4;
  color: #5dc2d0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
main .plan_text, main .plan_text2 {
  width: 100%;
  margin: 20px 0;
}
main .plan_text p, main .plan_text2 p {
  font-size: 16px;
  text-align: center;
}
main .plan_text p span, main .plan_text2 p span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ffd4cb;
  text-decoration-thickness: 4px;
}
main .plan_text a, main .plan_text2 a {
  color: #483e3a;
}
main .plan_text2 {
  margin-bottom: 0;
}
main .plan_list {
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
          justify-content: space-between;
  margin: 20px 0;
  gap: 20px;
}
main .plan_list_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
          align-items: center;
  padding: 10px 10px 12px 10px;
  gap: 10px;
  border-radius: 4px;
  background: #e0f1f4;
}
main .plan_list_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 8px 8px;
  border-radius: 4px;
  background: #5dc2d0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
main .plan_list_subtitle p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
main .plan_list_desc p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
main .plan_note {
  margin-bottom: 20px;
}
main .plan_note p {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
main .plan_table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 16px;
}
main .plan_table_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  min-height: 260px;
  gap: 4px;
}
main .plan_table_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100px;
  border-radius: 8px;
  background: #64c0ab;
}
main .plan_table_title p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  text-orientation: upright;
          writing-mode: vertical-rl;
}
main .plan_table_title:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 10px;
  left: 50%;
  width: 60px;
  height: 60px;
          transform: translateX(-50%);
  background: url(../img/precon/plan_table_local.svg) no-repeat center center;
  background-size: cover;
  content: "";
}
main .plan_table_goal, main .plan_table_specific {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  background: #bde1d6;
}
main .plan_table_goal_title, main .plan_table_specific_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
}
main .plan_table_goal_title p, main .plan_table_specific_title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
main .plan_table_goal_title:before, main .plan_table_specific_title:before {
  position: relative;
  top: 0;
  margin-right: 4px;
  content: "●";
  color: #64c0ab;
  font-size: 20px;
}
main .plan_table_goal_content, main .plan_table_specific_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
}
main .plan_table_goal_content > ul, main .plan_table_specific_content > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  gap: 10px;
}
main .plan_table_goal_content > ul > li, main .plan_table_specific_content > ul > li {
  display: block;
  position: relative;
  padding-left: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}
main .plan_table_goal_content > ul > li:before, main .plan_table_specific_content > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/precon/check.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
main .plan_table_goal_content > ul > li > ol, main .plan_table_specific_content > ul > li > ol {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
main .plan_table_goal_content > ul > li > ol > li, main .plan_table_specific_content > ul > li > ol > li {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  list-style: none;
}
main .plan_table_goal_content > ul > li > ol > li:before, main .plan_table_specific_content > ul > li > ol > li:before {
  position: absolute;
  top: -6px;
  left: -16px;
  content: "・";
  font-size: 20px;
}
main .plan_table_goal {
  width: calc((100% - 100px) / 20 * 7);
}
main .plan_table_specific {
  width: calc((100% - 100px) / 20 * 13);
}
main .plan_table_local .plan_table_title {
  background: #64c0ab;
}
main .plan_table_local .plan_table_title:before {
  background: url(../img/precon/plan_table_local.svg);
}
main .plan_table_local .plan_table_goal,
main .plan_table_local .plan_table_specific {
  background: #bde1d6;
}
main .plan_table_company .plan_table_title {
  background: #58c3e6;
}
main .plan_table_company .plan_table_title:before {
  background: url(../img/precon/plan_table_company.svg);
}
main .plan_table_company .plan_table_goal,
main .plan_table_company .plan_table_specific {
  background: #bbe3f5;
}
main .plan_table_company .plan_table_goal_title:before,
main .plan_table_company .plan_table_specific_title:before {
  color: #58c3e6;
}
main .plan_table_school .plan_table_title {
  background: #718cc7;
}
main .plan_table_school .plan_table_title:before {
  background: url(../img/precon/plan_table_school.svg);
}
main .plan_table_school .plan_table_goal,
main .plan_table_school .plan_table_specific {
  background: #bbcce9;
}
main .plan_table_school .plan_table_goal_title:before,
main .plan_table_school .plan_table_specific_title:before {
  color: #718cc7;
}
main .support,
main .caresupport {
  padding: 40px 0;
}
main .support_title,
main .caresupport_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 20px;
  border-radius: 8px;
  background: #e0f1f4;
  color: #5dc2d0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
main .support_text,
main .caresupport_text {
  margin: 16px 0;
  padding: 0 20px;
}
main .support_text p,
main .caresupport_text p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
main .support_text p span,
main .caresupport_text p span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ffd4cb;
  text-decoration-thickness: 4px;
}
main .support_list,
main .caresupport_list {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}
main .support_list_item,
main .caresupport_list_item {
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
          align-items: center;
          justify-content: flex-start;
  padding: 16px 0;
  gap: 10px;
  border-bottom: 1px solid #ccc;
}
main .support_list_item_left,
main .caresupport_list_item_left {
  width: 200px;
}
main .support_list_item_right,
main .caresupport_list_item_right {
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
          align-items: center;
          justify-content: flex-start;
  width: calc(100% - 200px);
  gap: 10px;
}
main .support_list_item_img,
main .caresupport_list_item_img {
  width: 100%;
  line-height: 1;
}
main .support_list_item_img img,
main .caresupport_list_item_img img {
  width: 100%;
  height: auto;
}
main .support_list_item_text,
main .caresupport_list_item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
  gap: 4px;
}
main .support_list_item_title p,
main .caresupport_list_item_title p {
  font-weight: bold;
  font-size: 20px;
}
main .support_list_item_desc p,
main .caresupport_list_item_desc p {
  font-size: 14px;
}
main .support_list_item_button,
main .caresupport_list_item_button {
  width: 100%;
  max-width: 150px;
}
main .support_list_item_button a,
main .caresupport_list_item_button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: background 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 4px 14px;
  gap: 4px;
  border: 1px solid #0234ab;
  border-radius: 999px;
  background: #fff;
  color: #0234ab;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  opacity: 1;
  transition: background 0.3s;
}
main .support_list_item_button a:after,
main .caresupport_list_item_button a:after {
  width: 16px;
  height: 16px;
  background: url(../img/precon/arrow_circle_down_blue.svg);
  content: "";
}
main .support_list_item_button a:hover,
main .caresupport_list_item_button a:hover {
  -webkit-transition: background 0.3s;
  background: #ebf1ff;
  opacity: 1;
  transition: background 0.3s;
}
main .result {
  padding: 40px 0;
}
main .result_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #e0f1f4;
  color: #5dc2d0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
main .result_list {
  width: 100%;
}
main .result_list_container {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  gap: 30px;
}
main .result_list_item {
  max-width: 300px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background: #fff;
}
main .result_list_item_img {
  aspect-ratio: 300/168;
  line-height: 1;
}
main .result_list_item_img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
main .result_list_item_title, main .result_list_item_desc, main .result_list_item_button {
  padding: 0 20px;
}
main .result_list_item_title {
  margin-bottom: 16px;
  padding-top: 20px;
}
main .result_list_item_title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
main .result_list_item_desc {
  margin: 16px 0;
}
main .result_list_item_desc p {
  font-size: 14px;
  line-height: 1.5;
}
main .result_list_item_button {
  position: relative;
  margin-top: 16px;
  padding-bottom: 20px;
}
main .result_list_item_button a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  padding: 12px 26px;
  border: 1px solid #cccccc;
  border-radius: 99px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.95%, #ffffff), color-stop(99.05%, #eeeeee));
  background: linear-gradient(180deg, #ffffff -0.95%, #eeeeee 99.05%);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #eb6e32;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
main .result_list_item_button a:after {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
          transform: translate(0, -50%);
  background: url(../img/precon/arrow_forward.svg);
  content: "";
}
main .column {
  padding: 40px 0;
}
main .column_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #e0f1f4;
  color: #5dc2d0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
main .column_list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  gap: 40px;
}
main .column_list_item {
  width: 230px;
}
main .column_list_item_img {
  margin-bottom: 10px;
}
main .column_list_item_img img {
  width: 100%;
  height: auto;
}
main .column_list_item_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 0;
  gap: 4px;
}
main .column_list_item_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .column_list_item_title a {
  color: #483E3A;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: underline;
}
main .column_list_item_desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .column_list_item_desc p {
  font-size: 14px;
}
#breadcrumbs {
  padding: 5px 40px;
  font-size: 14px;
}
#breadcrumbs a {
  font-size: 12px;
}

#pageForm {
  margin-top: 90px;
  padding: 60px 20px;
  background-color: #e0f1f4;
}

.pageForm_inner {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}
.bl_memberWrapper {
  max-width: 1040px;
  margin: 0 auto;
}
.bl_memberWrapper .slick-dots button {
  display: none;
}
.bl_memberWrapper .wrapper {
  padding-right: 0;
  padding-left: 0;
}

.bl_memberWrapper_outer {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.bl_memberWrapper .slick-list {
  overflow: visible;
}

.bl_memberWrapper .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0;
}

.bl_memberWrapper .slick-arrow::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  vertical-align: middle;
}

.bl_memberWrapper .slick-next {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  right: 0px;
          transform: translate(0, -50%) rotate(45deg);
}

.bl_memberWrapper .slick-prev {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  left: 0px;
          transform: translate(0, -50%) rotate(-135deg);
}

.bl_acList_plus {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -28px;
  width: 20px;
  height: 1px;
          transform: translateY(-50%);
  background-color: #f28b34;
}

.bl_acList_plus::before {
  -webkit-transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 1px;
          transform: rotate(90deg);
  background-color: #f28b34;
  content: "";
  transition: all 0.3s;
}

.bl_sliderUnit {
  margin: 32px 8px 0;
  margin-bottom: 60px;
}

.bl_slider {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  margin: 0 7px;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  line-height: 1.6;
}

.bl_sliderHeading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 16px;
}

.bl_slider_img {
  margin-right: 24px;
}

.bl_slider_img img {
  border-radius: 50%;
}

.bl_slider_degree {
  font-weight: bold;
  font-size: 20px;
}

.bl_specialtyList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 4px;
}

.bl_specialtyList dt {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}

.bl_specialtyList dd {
  padding: 2px 8px;
  border-radius: 4px;
  background: #ffecde;
  font-size: 13px;
}

.bl_specialtyList .troubles-work,
.bl_specialtyList .childcare-leave,
.bl_specialtyList .career,
.bl_specialtyList .job-change,
.bl_specialtyList .personnel-system,
.bl_specialtyList .kurumin {
  background: #deeff4;
}

.bl_specialtyList .puberty,
.bl_specialtyList .menopause,
.bl_specialtyList .heart-trouble,
.bl_specialtyList .physical-ailment,
.bl_specialtyList .medicine,
.bl_specialtyList .mental-troubles,
.bl_specialtyList .supplement,
.bl_specialtyList .body-makeup,
.bl_specialtyList .diet,
.bl_specialtyList .sleep,
.bl_specialtyList .lgbtq,
.bl_specialtyList .cancer,
.bl_specialtyList .nursing,
.bl_specialtyList .end-life,
.bl_specialtyList .money-relationship,
.bl_specialtyList .internal-medicine,
.bl_specialtyList .thinning-hair,
.bl_specialtyList .metabolic,
.bl_specialtyList .nutrition,
.bl_specialtyList .kampo,
.bl_specialtyList .beauty,
.bl_specialtyList .recipe {
  background: #e7ddd7;
}

.bl_specialtyList .relationship-partners,
.bl_specialtyList .counseling-sex,
.bl_specialtyList .persons-feelings,
.bl_specialtyList .relationship,
.bl_specialtyList .love,
.bl_specialtyList .parent-child {
  background: #ecfdf8;
}

.bl_specialtyList .menstruation-pms,
.bl_specialtyList .pill,
.bl_specialtyList .pregnancy,
.bl_specialtyList .childbirth,
.bl_specialtyList .stillbirth,
.bl_specialtyList .postpartum,
.bl_specialtyList .breastfeeding,
.bl_specialtyList .unwanted-pregnancy,
.bl_specialtyList .gynecology {
  background: #f4e0de;
}

.bl_specialtyList .fertility-treatment,
.bl_specialtyList .sperm-egg,
.bl_specialtyList .egg-freezing,
.bl_specialtyList .at-home,
.bl_specialtyList .hospital-selection,
.bl_specialtyList .egg-donation {
  background: #ffecde;
}

.bl_specialtyList .child-consultation,
.bl_specialtyList .childcare,
.bl_specialtyList .preconception-care,
.bl_specialtyList .developmental-disorders {
  background: #fff4d5;
}

.bl_specialtyList dd::before {
  content: "#";
}

.bl_memberWrapper .slick-dots {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: 20px;
}

.bl_memberWrapper .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px 5px;
  border-radius: 50%;
  background-color: #d4ceca;
  text-indent: -9999px;
}

.bl_memberWrapper .slick-dots li.slick-active {
  background-color: #f28b34;
}

#pageForm {
  line-height: 1.5;
}

.pageForm_heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.pageForm_txt {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
}
.h-hide-pc {
  display: none;
}
.bl_formList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 16px;
  gap: 16px;
}
.bl_formList [type=text],
.bl_formList [name=email],
.bl_formList select,
.bl_formList textarea {
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #666;
  border-radius: 8px;
  font-size: 16px;
}
.bl_formList textarea {
  height: 120px;
}
.bl_formList select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 48px;
}
.bl_formList small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
.bl_formList > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.bl_formList > div dt {
  width: 160px;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.2;
}
.bl_formList > div dt a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_formList > div .el_require {
  position: relative;
  padding-left: 32px;
}
.bl_formList > div .el_require::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  margin-right: 4px;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #f00;
  content: "必須";
  color: #fff;
  font-size: 10px;
}
.bl_formList > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_formList > div label:has([type=checkbox]) {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #666;
  border-radius: 8px;
  font-size: 16px;
}
.bl_formList > div:has([type=checkbox]) dt {
  padding-top: 0;
}
.bl_formList > div:has([type=checkbox]) dt::before {
  top: 4px;
}

#pageForm [type=submit] {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  width: 400px;
  max-width: 100%;
  margin-top: 16px;
  padding: 13.5px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dc2d0), to(#4b9ba6));
  background: linear-gradient(180deg, #5dc2d0 0%, #4b9ba6 100%);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px){
  main .concept_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .plan_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .support_title,
  main .caresupport_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .result_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .column_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  body {
    font-size: 14px;
    line-height: 1;
  }
  br.pc_block {
    display: none;
  }
  br.sp_block {
    display: block;
  }
  .slick-list {
    overflow: unset;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button:before {
    color: #d4ceca;
    font-size: 20px;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #f28b34;
  }
  main .wrapper {
    max-width: 640px;
    padding: 0 24px;
  }
  main .fv_inner {
    min-height: 300px;
    padding: 20px 0px 240px 0px;
  }
  main .fv_headtext p {
    font-size: 14px;
  }
  main .fv_title p {
    font-size: 28px;
  }
  main .fv_celebration p {
    font-size: 14px;
  }
  main .fv_celebration img {
    width: 100%;
    max-width: 180px;
  }
  main .fv_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
  }
  main .fv_bg img {
    width: 100%;
    height: auto;
  }
  main .fv_bg_inner {
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 300px;
    height: 100%;
    margin: 0 auto;
            transform: translateX(-50%);
  }
  main .fv_bg_img1, main .fv_bg_img2, main .fv_bg_img3 {
    position: absolute;
  }
  main .fv_bg_img1 img, main .fv_bg_img2 img, main .fv_bg_img3 img {
    width: 100%;
    height: auto;
  }
  main .fv_bg_img1 {
    top: unset;
    bottom: 80px;
    left: 0px;
  }
  main .fv_bg_img1 img {
    max-width: 110px;
  }
  main .fv_bg_img2 {
    top: unset;
    right: 0;
    bottom: 110px;
  }
  main .fv_bg_img2 img {
    max-width: 110px;
  }
  main .fv_bg_img3 {
    top: unset;
    right: unset;
    bottom: 10px;
    left: 100px;
  }
  main .fv_bg_img3 img {
    max-width: 120px;
  }
  main .anchor {
    padding: 16px 10px;
  }
  main .anchor .wrapper {
    padding: 0 0px;
  }
  main .anchor ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: flex-start;
    gap: 4px;
  }
  main .anchor ul li {
    width: 100%;
    margin-left: 0px;
    padding: 0;
    color: #0234ab;
  }
  main .anchor ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            align-items: center;
            justify-content: flex-start;
    width: 100%;
    padding: 4px 16px;
    border: none;
    border-radius: 99px;
    background: #fff;
    color: #0234ab;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }
  main .anchor ul li a:before {
    position: absolute;
    left: 0px;
    content: "・";
  }
  main .anchor ul li a:after {
    position: absolute;
    right: 0px;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(../img/precon/arrow_circle_down_blue.svg) no-repeat center center;
    background-size: contain;
    content: "";
  }
  main .concept {
    padding: 40px 0;
  }
  main .concept_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
    gap: 20px;
  }
  main .concept_left {
    width: 100%;
    gap: 20px;
  }
  main .concept_right {
    width: 100%;
    gap: 12px;
  }
  main .concept_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
            justify-content: flex-start;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: #e0f1f4;
    color: #5dc2d0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
  }
  main .concept_text p {
    font-weight: 400;
    font-size: 16px;
  }
  main .concept_text p span {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ffd4cb;
    text-decoration-thickness: 4px;
  }
  main .plan {
    padding: 40px 0;
  }
  main .plan_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 8px;
    background: #e0f1f4;
    color: #5dc2d0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
  main .plan_text p, main .plan_text2 p {
    font-size: 14px;
    text-align: left;
  }
  main .plan_text2 {
    margin-bottom: 0;
  }
  main .plan_list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: center;
    margin: 20px 0;
    gap: 10px;
  }
  main .plan_list_item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  main .plan_list_title {
    font-size: 20px;
  }
  main .plan_list_subtitle p {
    font-size: 18px;
  }
  main .plan_list_desc p {
    font-size: 14px;
  }
  main .plan_note {
    margin-bottom: 16px;
  }
  main .plan_note p {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
  }
  main .plan_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 16px;
  }
  main .plan_table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
    min-height: 260px;
    gap: 4px;
  }
  main .plan_table_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-start;
    width: 100%;
    height: 70px;
  }
  main .plan_table_title p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    padding-left: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
    text-orientation: upright;
            writing-mode: unset;
  }
  main .plan_table_title:before {
    -webkit-transform: unset;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
            transform: unset;
    background: url(../img/precon/plan_table_local.svg) no-repeat center center;
    background-size: contain;
    content: "";
  }
  main .plan_table_goal_title, main .plan_table_specific_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: flex-start;
  }
  main .plan_table_goal_title p, main .plan_table_specific_title p {
    font-weight: 700;
    font-size: 16px;
  }
  main .plan_table_goal_title:before, main .plan_table_specific_title:before {
    position: relative;
    top: 0;
    margin-right: 4px;
    content: "●";
    color: #64c0ab;
    font-size: 18px;
  }
  main .plan_table_goal_content, main .plan_table_specific_content {
    padding: 10px;
    border-radius: 4px;
    background: #fff;
  }
  main .plan_table_goal_content > ul > li, main .plan_table_specific_content > ul > li {
    display: block;
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
  }
  main .plan_table_goal_content > ul > li:before, main .plan_table_specific_content > ul > li:before {
    position: absolute;
    top: -2px;
    left: -2px;
    background: url(../img/precon/check.svg) no-repeat center center;
    background-size: contain;
    content: "";
  }
  main .plan_table_goal_content > ul > li > ol, main .plan_table_specific_content > ul > li > ol {
    position: relative;
    padding-left: 16px;
    list-style: none;
  }
  main .plan_table_goal_content > ul > li > ol > li, main .plan_table_specific_content > ul > li > ol > li {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
  }
  main .plan_table_goal_content > ul > li > ol > li:before, main .plan_table_specific_content > ul > li > ol > li:before {
    position: absolute;
    top: -6px;
    left: -16px;
    content: "・";
    font-size: 20px;
  }
  main .plan_table_goal {
    width: 100%;
  }
  main .plan_table_specific {
    width: 100%;
  }
  main .plan_table_local .plan_table_title:before {
    background: url(../img/precon/plan_table_local.svg) no-repeat center center;
    background-size: contain;
  }
  main .plan_table_company .plan_table_title:before {
    background: url(../img/precon/plan_table_company.svg) no-repeat center center;
    background-size: contain;
  }
  main .plan_table_school .plan_table_title:before {
    background: url(../img/precon/plan_table_school.svg) no-repeat center center;
    background-size: contain;
  }
  main .support,
  main .caresupport {
    padding: 40px 0;
  }
  main .support_title,
  main .caresupport_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
            justify-content: flex-start;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: #e0f1f4;
    color: #5dc2d0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
  }
  main .support_text,
  main .caresupport_text {
    padding: 0px;
  }
  main .support_text p,
  main .caresupport_text p {
    font-size: 14px;
    text-align: left;
  }
  main .support_list,
  main .caresupport_list {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 0;
  }
  main .support_list_item,
  main .caresupport_list_item {
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: flex-start;
    padding: 16px 0;
    gap: 10px;
    border-bottom: 1px solid #ccc;
  }
  main .support_list_item_left,
  main .caresupport_list_item_left {
    width: 120px;
  }
  main .support_list_item_right,
  main .caresupport_list_item_right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
    width: calc(100% - 120px);
    gap: 10px;
  }
  main .support_list_item_text,
  main .caresupport_list_item_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1;
            flex-direction: column;
    gap: 4px;
  }
  main .support_list_item_title p,
  main .caresupport_list_item_title p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }
  main .support_list_item_desc p,
  main .caresupport_list_item_desc p {
    font-size: 12px;
    line-height: 1.4;
  }
  main .support_list_item_button,
  main .caresupport_list_item_button {
    width: 100%;
    max-width: 150px;
  }
  main .support_list_item_button a,
  main .caresupport_list_item_button a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: background 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
    padding: 4px 14px;
    gap: 4px;
    border: 1px solid #0234ab;
    border-radius: 999px;
    background: #fff;
    color: #0234ab;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    opacity: 1;
    transition: background 0.3s;
  }
  main .support_list_item_button a:after,
  main .caresupport_list_item_button a:after {
    width: 16px;
    height: 16px;
    background: url(../img/precon/arrow_circle_down_blue.svg);
    content: "";
  }
  main .support_list_item_button a:hover,
  main .caresupport_list_item_button a:hover {
    -webkit-transition: background 0.3s;
    background: #ebf1ff;
    opacity: 1;
    transition: background 0.3s;
  }
  main .result {
    overflow: hidden;
  }
  main .result_list {
    display: block;
    width: 100%;
  }
  main .result_list_container {
    display: block;
    width: 100%;
  }
  main .result_list_item {
    width: 300px;
    max-width: unset;
    margin: 0 10px;
    border: 1px solid #d4ceca;
    border-radius: 8px;
    background: #fff;
  }
  main .result_list_item_img {
    line-height: 1;
  }
  main .result_list_item_img img {
    width: 100%;
    height: auto;
  }
  main .result_list_item_title, main .result_list_item_desc, main .result_list_item_button {
    padding: 0 20px;
  }
  main .result_list_item_title {
    margin-bottom: 16px;
    padding-top: 20px;
  }
  main .result_list_item_title p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
  }
  main .result_list_item_desc {
    margin: 16px 0;
  }
  main .result_list_item_desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  main .result_list_item_button {
    position: relative;
    margin-top: 16px;
    padding-bottom: 20px;
  }
  main .result_list_item_button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    padding: 12px 26px;
    border: 1px solid #cccccc;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.95%, #ffffff), color-stop(99.05%, #eeeeee));
    background: linear-gradient(180deg, #ffffff -0.95%, #eeeeee 99.05%);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    color: #eb6e32;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  main .result_list_item_button a:after {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
            transform: translate(0, -50%);
    background: url(../img/precon/arrow_forward.svg);
    content: "";
  }
  main .column {
    padding: 40px 0;
  }
  main .column_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: #e0f1f4;
    color: #5dc2d0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
  }
  main .column_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
    width: 100%;
    margin: 20px auto 0;
    gap: 20px;
  }
  main .column_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
  }
  main .column_list_item_img {
    width: 120px;
    margin-bottom: 0;
  }
  main .column_list_item_img img {
    width: 100%;
    height: auto;
  }
  main .column_list_item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
    width: calc(100% - 120px);
    gap: 4px;
  }
  main .column_list_item_title {
    overflow: hidden;
  }
  main .column_list_item_title a {
    font-size: 14px;
    line-height: 1.4;
  }
  main .column_list_item_desc {
    overflow: hidden;
  }
  main .column_list_item_desc p {
    font-size: 12px;
    line-height: 1.5;
  }
  .pageForm_inner {
    padding: 40px 20px;
  }
  #breadcrumbs {
    padding: 5px 8px;
    font-size: 10px;
  }
  #breadcrumbs a {
    font-size: 10px;
  }
  .bl_memberWrapper .wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .bl_memberWrapper .slick-dots {
    margin-top: 10px;
  }
  .pageForm_heading {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .pageForm_txt {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .h-hide-pc {
    display: block;
  }
  .h-hide-sp {
    display: none;
  }
  .bl_formList > div .el_require::before {
    top: 0px;
  }
  .bl_formList > div {
    display: block;
  }
  .bl_formList > div dt {
    margin-bottom: 8px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  main .concept_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .plan_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .support_title,
  main .caresupport_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
  main .column_title {
    padding: 10px;
    border-radius: 4px;
    font-size: 17px;
  }
}

@media (forced-colors: active){
  mark {
    background-color: Highlight;
    color: HighlightText;
  }
}

/*# sourceMappingURL=style_preconception.css.map */