@charset "UTF-8";
:root {
  --main-color: #f8f7f1;
  --my-green01: #23ac38;
  --my-green02: #8ec31f;
  --my-yellow-green: #d1d522;
  --my-brown: #66554e;
  --my-dark-brown: #3e332f;
  --my-grey: #81817f;
  --my-blue: #5397d9;
  --my-red: #ea5855;
  --my-purple: #ac75d3;
  --my-orange: #f09928;
  --my-orange2: #fadc70;
  --my-pale-blue: #aadddd;
  --text-color: #1a1a1a;
  --title-black: #3e332f;
  --transiton-duration: 0.2s;
  --_global--background-color: #f8f7f1;
  --container_width: 980px;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.non_link {
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  .wider_sp, .page_sttl {
    margin-right: -18px !important;
    margin-left: -18px !important;
  }
}

@media (min-width: 1024px) {
  .minus-mr-100p_pc {
    margin-right: -100% !important;
  }
}

.wsnw {
  white-space: nowrap !important;
}

.w100_img > img {
  width: 100% !important;
}

.gmap {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

body {
  color: var(--text-color);
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  body[data-header-layout=left] {
    --body-margin-left: 330px;
  }
}

body.page:not(.home) .l-contents__inner {
  margin-top: clamp(1.25rem, 0.625rem + 1.667vw, 1.875rem);
}

.p-entry-content p {
  line-height: 2;
}
.p-entry-content .wp-block-image img {
  width: 100%;
}
.p-entry-content .wp-block-group p + p {
  margin-top: 28.8px;
}

.page_sttl {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.25rem, 1rem + 0.625vw, 1.5rem);
  letter-spacing: clamp(0rem, -0.1125rem + 0.28125vw, 0.1125rem);
  height: clamp(3.125rem, 1.875rem + 3.125vw, 4.375rem);
  min-width: clamp(11.875rem, 5.625rem + 15.625vw, 18.125rem);
  padding-left: clamp(2.5rem, 1rem + 3.75vw, 4rem) !important;
  padding-right: 1em !important;
  background-image: url(../img/page_sttl_head.png), url(../img/page_sttl_body.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: contain, cover;
  margin-bottom: clamp(1.375rem, 0.875rem + 1.25vw, 1.875rem) !important;
  margin-top: clamp(2.813rem, 0rem + 7.5vw, 5.625rem) !important;
}
.page_sttl.smp_xxsmall {
  font-size: clamp(0.875rem, 0.25rem + 1.5625vw, 1.5rem);
}
.page_sttl.smp_small {
  font-size: clamp(1.125rem, 0.75rem + 0.9375vw, 1.5rem);
}

.page_ssttl {
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  background-color: #fff;
  border-top: 2px solid #3e332f;
  border-bottom: 2px solid #3e332f !important;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 16px !important;
}
@media (min-width: 640px) {
  .page_ssttl {
    min-width: 200px;
    padding-right: 15px !important;
    padding-right: 15px !important;
  }
}

.p-contact__area {
  margin-top: 60px;
  background-color: var(--my-green01);
  border-radius: clamp(0.3125rem, -0.625rem + 2.34375vw, 1.25rem);
  color: #fff;
  padding-top: clamp(0.625rem, -0.3125rem + 2.34375vw, 1.5625rem);
  padding-right: clamp(0.5rem, -1.8125rem + 5.78125vw, 2.8125rem);
  padding-bottom: clamp(1.125rem, 0.0625rem + 2.65625vw, 2.1875rem);
  padding-left: clamp(0.5rem, -1.8125rem + 5.78125vw, 2.8125rem);
  max-width: var(--container_width);
}
@media (max-width: 1023.98px) {
  .l-contents__main .p-contact__area {
    display: none;
  }
}
.p-contact__area .p-contact__lead {
  font-size: clamp(0.875rem, 0.25rem + 1.5625vw, 1.5rem);
  text-align: center;
  font-weight: bold;
}
.p-contact__area .p-contact__lead span {
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding: 0 0.5em;
}
.p-contact__area .p-contact__row {
  margin-top: clamp(1.125rem, 0.1875rem + 2.34375vw, 2.0625rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1280px) {
  .p-contact__area .p-contact__box:nth-of-type(2) {
    padding-left: 45px;
  }
}
.p-contact__area .p-contact__mes {
  font-weight: bold;
  font-size: clamp(0.875rem, -0.25rem + 2.8125vw, 2rem);
}
.p-contact__area .p-contact__mes .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.875rem, 0rem + 4.6875vw, 3.75rem);
  height: clamp(1.875rem, 0rem + 4.6875vw, 3.75rem);
  border-radius: 50%;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: clamp(0.4375rem, -0.0625rem + 1.25vw, 0.9375rem);
}
.p-contact__area .p-contact__mes a {
  text-decoration: none;
  color: #fff;
}
.p-contact__area .p-contact__time {
  color: var(--my-green01);
  font-size: clamp(0.625rem, 0.25rem + 0.9375vw, 1rem);
  background-color: #fff;
  display: flex;
  line-height: 1;
  height: clamp(1.25rem, 0rem + 3.125vw, 2.5rem);
  border-radius: clamp(0.625rem, 0rem + 1.5625vw, 1.25rem);
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin-top: clamp(0.5rem, 0.125rem + 0.9375vw, 0.875rem);
}
@media (min-width: 1024px) {
  .p-contact__area .p-contact__time {
    max-width: 334px;
  }
}

.img_2col {
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .img_2col {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.img_2col .wp-block-image > img {
  border-radius: 18px;
}

.blogpost_list .c-entries {
  border-top: none;
}
.blogpost_list .c-entries .c-entries__item {
  border-bottom: none;
  padding: 0;
}
.blogpost_list .c-entries .c-entries__item:not(:first-child) {
  margin-top: 20px;
}
.blogpost_list .c-entries .c-entries__item > a {
  padding: 0;
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body {
    flex-direction: row;
  }
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-entry-summary__meta {
  order: -1;
  margin-top: 0;
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-entry-summary__meta .c-meta {
  justify-content: flex-start;
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-meta__item--published {
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.125rem);
  font-weight: bold;
  margin-right: clamp(0.875rem, 0.125rem + 1.875vw, 1.625rem);
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-meta__item--categories {
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  border-radius: 3px;
}
.blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-entry-summary__title {
  font-size: 18px;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .blogpost_list .c-entries .c-entries__item > a .c-entry-summary__body .c-entry-summary__title {
    margin-left: 20px;
  }
}

.p-breadcrumbs-wrapper {
  margin-left: 0;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.c-breadcrumbs > .c-breadcrumbs__item > a {
  color: var(--my-green01);
}
.c-breadcrumbs > .c-breadcrumbs__item > a:hover {
  text-decoration: none;
  color: var(--text-color);
}
.c-breadcrumbs > .c-breadcrumbs__item:last-child > a {
  pointer-events: none;
  color: var(--text-color);
}

.img_fl_r {
  margin-bottom: 25px !important;
}
@media (min-width: 1024px) {
  .img_fl_r {
    float: right;
    width: 50%;
    margin-left: 25px !important;
  }
}
.img_fl_r > img {
  border-radius: 20px;
}
.wp-block-group:has(> .img_fl_r) {
  overflow: hidden;
}
.img_fl_r + p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.img_fl_r + p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.img_fl_r + p::after {
  content: none;
}

.flt_r_layout {
  overflow: hidden;
}
.flt_r_layout .wp-block-image {
  float: right;
  width: 40%;
  margin-left: 1em !important;
}
@media (min-width: 640px) {
  .flt_r_layout .wp-block-image {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .flt_r_layout .wp-block-image {
    width: 18%;
  }
}

.l-contents__body .wp-block-list.list_white {
  background-color: #fff;
  padding: 30px 12px 30px 34px;
  border-radius: 10px;
  margin-top: 28.8px;
  font-weight: bold;
}
.l-contents__body .wp-block-list.list_white > li {
  line-height: 1.6;
  margin-top: 6px;
}

.list_grn_dot {
  list-style: none;
  padding-left: 0;
}
.list_grn_dot > li {
  position: relative;
  line-height: 2;
  text-indent: 1.3em;
}
.list_grn_dot > li + li {
  margin-top: 1em;
}
.list_grn_dot > li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--my-green01);
  left: 0;
  top: 9px;
}

.white_panel {
  background-color: #fff;
  padding: 20px 5px 30px 15px;
  border-radius: 10px;
  font-weight: bold;
}
.white_panel .wp-block-heading {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0 !important;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--text-color);
}
.white_panel .wp-block-list {
  margin-top: 18px !important;
  padding-left: 20px;
}
.white_panel .wp-block-list > li {
  line-height: 30px;
}

.brd_tbl {
  border-top: 1px solid var(--text-color);
}
.brd_tbl th,
.brd_tbl td {
  border-bottom: 1px solid var(--text-color) !important;
}
body.post-type-archive-recruit .brd_tbl th,
body.post-type-archive-recruit .brd_tbl td {
  font-size: 18px;
  line-height: 1.8;
}

.row2_tbl {
  border-top: 1px solid var(--text-color);
}
.row2_tbl th,
.row2_tbl td {
  border-bottom: 1px solid var(--text-color) !important;
}
@media (max-width: 639.98px) {
  .row2_tbl th,
.row2_tbl td {
    display: block;
  }
}
body.post-type-archive-recruit .row2_tbl th,
body.post-type-archive-recruit .row2_tbl td {
  font-size: 18px;
  line-height: 1.8;
}
.row2_tbl th {
  white-space: nowrap;
}
@media (min-width: 640px) {
  body.page-recruit .row2_tbl th {
    width: 200px;
  }
}

.simple_tbl th,
.simple_tbl td,
.simple_tbl > table th,
.simple_tbl > table td {
  border: 1px solid var(--my-grey);
}
.simple_tbl th,
.simple_tbl > table th {
  text-align: left;
}

.bfly_y,
.bfly_g,
.bfly_yg {
  position: absolute;
}
.wp-block-group:has(.bfly_y,
.bfly_g,
.bfly_yg) {
  position: relative;
}
.bfly_y + *,
.bfly_g + *,
.bfly_yg + * {
  margin-top: 0 !important;
}

.bfly_y {
  right: -7px;
  top: -15px;
  width: clamp(2.4375rem, -0.5625rem + 7.5vw, 5.4375rem);
  z-index: 2;
}
@media (min-width: 1024px) {
  .bfly_y {
    top: 0;
    right: 68px;
  }
}

.bfly_g {
  width: clamp(2.875rem, 1.125rem + 4.375vw, 4.625rem);
  z-index: 2;
}

.bg_bfly_gy {
  background: url(../img/bfly_y_g.png) no-repeat right top/38%;
  z-index: 2;
}

.bg_bfly_b__rb {
  padding-bottom: 50px;
  background: url(../img/bfly_g.png) no-repeat right bottom/14%;
  z-index: 2;
}
@media (min-width: 640px) {
  .bg_bfly_b__rb {
    background-size: 12%;
  }
}
@media (min-width: 1024px) {
  .bg_bfly_b__rb {
    background-size: 90px;
  }
}

.wp-block-snow-monkey-blocks-buttons:has(.df_btn, .df_btn_down, .df_btn300) {
  margin-top: 16px !important;
}
.df_btn .smb-btn, .df_btn_down .smb-btn, .df_btn300 .smb-btn {
  display: flex;
  width: 240px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: var(--my-grey);
  position: relative;
}
.df_btn .smb-btn::before, .df_btn_down .smb-btn::before, .df_btn300 .smb-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.df_btn .smb-btn::after, .df_btn_down .smb-btn::after, .df_btn300 .smb-btn::after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f061";
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.df_btn .smb-btn:hover, .df_btn_down .smb-btn:hover, .df_btn300 .smb-btn:hover {
  background-color: #333 !important;
}
.df_btn .smb-btn:hover::after, .df_btn_down .smb-btn:hover::after, .df_btn300 .smb-btn:hover::after {
  right: 13px;
}
.df_btn .smb-btn .smb-btn__label, .df_btn_down .smb-btn .smb-btn__label, .df_btn300 .smb-btn .smb-btn__label {
  font-size: 16px;
  letter-spacing: 1.6px;
}

.df_btn300 .smb-btn {
  width: 300px;
}

.df_btn_down .smb-btn::after {
  content: "\f063";
}
.df_btn_down .smb-btn:hover::after {
  right: 17px;
  transform: translateY(-30%);
}

body.page-flow .step_lst.w_arrw::before, body.page-flow .step_lst.w_arrw::after, body.page-flow .step_lst.arrw::after {
  background-color: #bdbdbd;
  height: 10px;
  width: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.rcrt_group + .rcrt_group {
  margin-top: 100px;
}

.c-entry-summary__term--category-slug-facility-tour {
  background-color: var(--my-blue);
}

.c-entry-summary__term--category-slug-intensive-training {
  background-color: var(--my-red);
}

.c-entry-summary__term--category-slug-recruitment {
  background-color: var(--my-green02);
}

.c-entry-summary__term--category-slug-seminar {
  background-color: var(--my-orange);
}

.c-entry-summary__term--category-slug-report {
  background-color: var(--my-brown);
}

.c-entry-summary__term--category-slug-yuyukan-news {
  background-color: var(--my-purple);
}

.c-drawer {
  padding-bottom: 25px;
  top: 55px;
  bottom: auto;
  width: calc(100% - 20px);
  background-color: #fff;
  color: var(--text-color);
  border-radius: 18px;
}
.c-drawer[aria-hidden=false] {
  left: 10px;
}
.c-drawer .c-drawer__menu > .menu-item {
  border-bottom: 1px dotted #999;
}
.c-drawer .c-drawer__menu > .menu-item:first-child > a::after {
  content: "● independence support";
}
.c-drawer .c-drawer__menu > .menu-item:nth-child(2) > a::after {
  content: "● support program";
}
.c-drawer .c-drawer__menu > .menu-item:nth-child(3) > a::after {
  content: "● about us";
}
.c-drawer .c-drawer__menu > .menu-item:nth-child(4) > a::after {
  content: "● flow";
}
.c-drawer .c-drawer__menu > .menu-item:nth-child(5) > a::after {
  content: "● YSC network";
}
.c-drawer .c-drawer__menu > .menu-item .c-drawer__toggle {
  background-color: #999;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.c-drawer .c-drawer__menu > .menu-item .c-drawer__toggle > span {
  position: relative;
  left: -2px;
}
.c-drawer .c-drawer__menu > .menu-item > a {
  font-weight: bold;
  line-height: 18px;
}
.c-drawer .c-drawer__menu > .menu-item > a::after {
  font-size: 10px;
  display: block;
  color: var(--my-green01);
}
.c-drawer .c-drawer__menu > .menu-item .c-drawer__submenu {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-drawer .c-drawer__menu > .menu-item .c-drawer__submenu > .menu-item > a::before {
  content: "● ";
}

@media (max-width: 1023.98px) {
  .l-header {
    height: 55px;
  }
}
@media (max-width: 1023.98px) {
  .l-header .l-header__content {
    padding: 0;
  }
}
.l-header .l-header__content .logos_area {
  width: 270px;
  display: flex;
  margin-top: 20px;
  gap: 10px;
  padding-left: 35px;
  align-items: center;
}
.l-header .l-header__content .logos_area > img {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1023.98px) {
  .l-header .c-row--middle {
    align-items: center;
    height: 55px;
  }
}
@media (max-width: 1023.98px) {
  .l-header .c-row__col--lg-1-1 {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.l-header .c-row__col--fit {
  margin-bottom: 0;
  height: 45px;
  width: 45px;
  background-color: var(--my-green01);
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.l-header .c-row__col--fit .c-hamburger-btn__bar {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .l-header .c-site-branding {
    padding-left: 17px;
    padding-right: 0;
  }
}
.l-header .c-site-branding .custom-logo-link {
  transition: var(--transiton-duration);
}
@media (min-width: 1024px) {
  .l-header .c-site-branding .custom-logo-link {
    text-align: left;
    display: block;
  }
}
.l-header .c-site-branding .custom-logo-link:hover {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .l-header .c-site-branding .custom-logo-link .custom-logo {
    width: 300px;
  }
}
.l-header .p-global-nav {
  margin-top: 60px;
}
.l-header .p-global-nav > .c-navbar > .menu-item > a {
  color: var(--text-color);
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-header .p-global-nav > .c-navbar > .menu-item > a:not([href="#"]):hover {
  color: var(--my-green01);
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item small {
    color: var(--my-green01);
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item small::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--my-green01);
    margin-right: 5px;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children:first-of-type .c-navbar__submenu {
    left: 270px;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children:nth-of-type(2) .c-navbar__submenu {
    left: 135px;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children:nth-of-type(6) .c-navbar__submenu {
    left: 160px;
    transform: translateY(-93%);
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children span::after {
    content: "＞";
    color: var(--my-green01);
    margin-left: 5px;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children[aria-haspopup=true]::before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu {
    min-width: auto;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item {
    background-color: rgba(142, 195, 31, 0.9);
  }
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item:hover {
    background-color: rgb(142, 195, 31);
    color: #000 !important;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item:first-child {
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item:last-child {
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item a {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .l-header .p-global-nav > .c-navbar > .menu-item.menu-item-has-children .c-navbar__submenu > .menu-item a::before {
    vertical-align: middle;
    content: "・";
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
  }
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_tel a, .l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a {
  padding: 0 0 0 35px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 35px 35px 0;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_tel a:hover, .l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a:hover {
  color: var(--text-color);
  opacity: 0.8;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_tel a:hover .icon, .l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a:hover .icon {
  border-color: var(--text-color);
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_tel a .icon, .l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 12px;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_tel a {
  background-color: var(--my-green02);
  font-size: 22px;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_contact {
  margin-top: 10px;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a {
  background-color: var(--my-green01);
  font-size: 20px;
}
.l-header .p-global-nav > .c-navbar > .menu-item.menu_contact a .icon {
  font-size: 25px;
}

.c-page-header {
  align-items: flex-start;
  padding-bottom: clamp(1.375rem, 0.375rem + 2.667vw, 2.375rem);
}

@media (min-width: 1024px) {
  .c-page-header__bgimage {
    left: 25px;
    right: 25px;
  }
}
.c-page-header__bgimage > img {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
@media (min-width: 1024px) {
  .c-page-header__bgimage > img {
    border-radius: 0 0 15px 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1410px) {
  .c-page-header__content {
    padding-inline: 28.8px;
  }
}

.phead_sub {
  font-size: clamp(0.875rem, 0.625rem + 0.667vw, 1.125rem);
  font-weight: bold;
  color: var(--title-black);
}

.phead_sub_en {
  font-size: 10px;
  font-weight: bold;
  color: var(--my-green01);
  line-height: 1;
  margin-bottom: 20px;
}

.c-page-header__title {
  color: var(--title-black);
  letter-spacing: 1px;
  text-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.1);
  font-size: clamp(1.5rem, 1.125rem + 1vw, 1.875rem);
}

.top_mv {
  max-height: 700px;
}
@media (max-width: 639.98px) {
  .top_mv {
    max-height: none;
    height: calc(100vh - 105px);
  }
}
@media (min-width: 1024px) {
  .top_mv {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .top_mv .smb-hero-header__figure > img {
    border-radius: 0 0 15px 15px;
  }
}
.top_mv__txt {
  font-size: clamp(1.25rem, 0.75rem + 1.25vw, 1.75rem);
  font-weight: bold;
  line-height: clamp(2rem, 0.5rem + 3.75vw, 3.5rem);
  text-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: clamp(0rem, -0.125rem + 0.3125vw, 0.125rem);
}

@-moz-document url-prefix() {
  @media (min-width: 640px) and (max-width: 767.98px) {
    .smb-hero-header__figure {
      max-height: 320px;
    }
  }
}
@-moz-document url-prefix() {
  @media (min-width: 768px) {
    .smb-hero-header__figure {
      max-height: 512px;
    }
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1024px) and (max-width: 1180px) {
    .smb-hero-header__figure {
      max-height: 430px;
    }
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1450px) {
    .smb-hero-header__figure {
      max-height: 700px;
    }
  }
}
body.home .l-contents__inner:first-child {
  padding-top: 0;
}
body.home .lead_sec {
  margin-top: clamp(1.5rem, -0.125rem + 4.0625vw, 3.125rem);
}
body.home .bfly_g {
  left: 213px;
  top: -14px;
}
@media (min-width: 1024px) {
  body.home .bfly_g {
    left: 348px;
    top: -28px;
  }
}
body.home .blog_sec .smb-buttons {
  justify-content: center;
}
@media (min-width: 640px) {
  body.home .blog_sec .smb-buttons {
    justify-content: flex-end;
  }
}
body.home .support_sec .support_box + .support_box {
  margin-top: clamp(2.5rem, 1rem + 3.75vw, 4rem);
}
body.home .program_sec {
  margin-top: 60px;
}
body.home .program_sec .programs_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 640px) {
  body.home .program_sec .programs_wrapper {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    flex-wrap: wrap;
  }
}
body.home .program_sec .program_box {
  margin: 0 !important;
  min-height: 400px;
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  display: grid;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content auto;
  grid-template-rows: min-content min-content min-content auto;
}
@media (min-width: 640px) {
  body.home .program_sec .program_box {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 1024px) {
  body.home .program_sec .program_box {
    width: calc((100% - 30px) / 3);
    min-width: 250px;
  }
}
body.home .program_sec .program_box .wp-block-image {
  width: 100%;
}
body.home .program_sec .program_box .wp-block-image > img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 175px;
}
body.home .program_sec .program_box .wp-block-heading {
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 0 0;
}
body.home .program_sec .program_box .wp-block-heading + p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--my-green01);
  margin: 10px 0 0;
  padding-left: 10px;
  padding-right: 10px;
}
body.home .program_sec .program_box .smb-buttons {
  margin-top: 0 !important;
  align-self: end;
}
body.home .chart_sec .chart_space {
  background: url(../img/chart_bak.png) repeat-y center top/contain;
  padding: 30px 1em;
}
@media (max-width: 639.98px) {
  body.home .chart_sec .chart_ttls {
    display: none;
  }
}
@media (min-width: 640px) {
  body.home .chart_sec .chart_lst {
    display: grid;
    grid-template-columns: calc(50% - 25px) 1fr;
    align-items: center;
  }
}
body.home .chart_sec .chart_lst:not(:first-of-type) {
  margin-top: 60px;
}
@media (min-width: 640px) {
  body.home .chart_sec .chart_lst:not(:first-of-type) {
    margin-top: 30px;
  }
}
body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-term {
  border: 1px solid var(--text-color);
  font-size: 14px;
  padding: 0.6em 0.8em;
  font-weight: normal;
  background-color: var(--my-orange2);
}
body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details {
  margin-top: 10px;
  position: relative;
}
@media (min-width: 640px) {
  body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details {
    margin-top: 0;
    padding-left: 50px;
    display: grid;
    align-items: center;
  }
}
body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details::before {
  margin: 0 auto;
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  background: url(../img/tri.png) no-repeat left top/contain;
  transform: rotate(90deg);
}
@media (min-width: 640px) {
  body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
}
body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details > a {
  padding: 0.8em 0.2em;
  margin-top: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: var(--my-pale-blue);
  color: var(--text-color);
  box-shadow: 6px 6px 1px 0 #545653;
  position: relative;
}
@media (min-width: 640px) {
  body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details > a {
    margin-top: 0;
  }
}
body.home .chart_sec .chart_lst .wp-block-simple-definition-list-blocks-details > a:hover {
  box-shadow: none;
  left: 6px;
  top: 6px;
}

body.page-g_info .p-entry-content .wp-block-image img {
  width: 640px;
}
@media (min-width: 640px) {
  body.page-g_info .row2_tbl th {
    width: 120px;
  }
}
@media (min-width: 640px) {
  body.page-g_info .history_list {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    gap: 1.5em 1em;
  }
}
body.page-g_info .history_list .wp-block-simple-definition-list-blocks-term {
  white-space: nowrap;
}
@media (max-width: 639.98px) {
  body.page-g_info .history_list .wp-block-simple-definition-list-blocks-details + .wp-block-simple-definition-list-blocks-term {
    margin-top: 1.5em;
  }
}

body.page-flow .step_lst {
  position: relative;
}
body.page-flow .step_lst.arrw::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
body.page-flow .step_lst.no_arrw::after {
  content: none;
}
body.page-flow .step_lst.w_arrw::before, body.page-flow .step_lst.w_arrw::after {
  position: absolute;
  bottom: -25px;
  content: "";
}
body.page-flow .step_lst.w_arrw::before {
  left: 5%;
}
@media (min-width: 640px) {
  body.page-flow .step_lst.w_arrw::before {
    left: 15%;
  }
}
@media (min-width: 1024px) {
  body.page-flow .step_lst.w_arrw::before {
    left: 20%;
  }
}
body.page-flow .step_lst.w_arrw::after {
  right: 5%;
}
@media (min-width: 640px) {
  body.page-flow .step_lst.w_arrw::after {
    right: 15%;
  }
}
@media (min-width: 1024px) {
  body.page-flow .step_lst.w_arrw::after {
    right: 20%;
  }
}
body.page-flow .step_lst + .step_lst,
body.page-flow .step_lst + .wp-block-columns {
  margin-top: 50px;
}
body.page-flow .step_lst .wp-block-simple-definition-list-blocks-term {
  background-color: #fff;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  padding: 1em;
}
body.page-flow .step_lst .wp-block-simple-definition-list-blocks-details {
  border-bottom: 1px solid var(--text-color);
  padding: 1em;
}
@media (min-width: 640px) {
  body.page-flow .row2_tbl.schdl th {
    width: 240px;
  }
}
@media (min-width: 640px) {
  body.page-flow .row2_tbl.schdl2 th {
    width: 100px;
  }
}
body.page-flow .week_schdl table {
  border-top: 1px solid #000;
}
body.page-flow .week_schdl th,
body.page-flow .week_schdl td {
  border-bottom: 1px solid #000 !important;
}
body.page-flow .week_schdl th {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
body.page-flow .week_schdl th.th1 {
  white-space: nowrap;
}
body.page-flow .week_schdl th.th2 {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media (min-width: 640px) {
  body.page-flow .week_schdl th.th2 {
    white-space: nowrap;
  }
}
body.page-flow .riyou_tbl {
  border-top: 1px solid #000;
}
body.page-flow .riyou_tbl th,
body.page-flow .riyou_tbl td {
  border-bottom: 1px solid #000 !important;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
body.page-flow .riyou_tbl th {
  border-right: 1px solid #000 !important;
}
body.page-flow .riyou_tbl td {
  text-align: right !important;
}
body.page-flow .riyou_tbl.katei th {
  border-right: none;
}
@media (min-width: 640px) {
  body.page-flow .riyou_tbl.katei th {
    width: 200px;
  }
}

body.page-books .book_box a {
  transition: var(--transiton-duration);
}
body.page-books .book_box a:hover {
  opacity: 0.7;
}
body.page-books .book_box .wp-block-heading {
  font-size: 20px;
  margin-bottom: 0;
}
body.page-books .book_box .wp-block-heading > a {
  text-decoration: none;
}
body.page-books .book_box .wp-block-heading > a:hover {
  text-decoration: underline;
}
body.page-books .book_box .smb-btn {
  width: 260px;
}

body.page-member .simple_tbl {
  margin-top: 0.5em;
}
body.page-member .simple_tbl table th {
  width: 150px;
}

body.single .c-page-header__meta .c-meta__item {
  color: var(--text-color);
}
body.single .c-page-header__meta .c-meta__item--modified,
body.single .c-page-header__meta .c-meta__item--author {
  display: none;
}

.l-footer {
  background-color: #fff;
}

.l-footer-widget-area {
  padding-top: 25px !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1280px) {
  .l-footer-widget-area {
    padding-top: 40px !important;
  }
}

.l-footer-widget-area__item .footer_logo {
  max-width: 300px;
  margin-left: 0 !important;
}
@media (max-width: 1279.98px) {
  .l-footer-widget-area__item .is-layout-constrained > :not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 1023.98px) {
  .l-footer-widget-area__item:first-of-type {
    order: 3;
  }
}
@media (max-width: 1023.98px) {
  .l-footer-widget-area__item:nth-of-type(2) {
    order: 1;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023.98px) {
  .l-footer-widget-area__item:nth-of-type(3) {
    order: 2;
  }
}
.l-footer-widget-area__item .fcol_02 p:empty + .widget_nav_menu,
.l-footer-widget-area__item .fcol_03 p:empty + .widget_nav_menu {
  margin-top: 0;
}
.l-footer-widget-area__item .menu {
  list-style-type: disc;
  padding-left: 16px;
}
@media (max-width: 1279.98px) {
  .l-footer-widget-area__item .menu {
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
  }
}
.l-footer-widget-area__item .menu .menu-item + .menu-item {
  margin-top: 4px;
}
.l-footer-widget-area__item .menu .menu-item::after {
  display: block;
  font-size: 10px;
  color: var(--my-green01);
  line-height: 1;
}
.l-footer-widget-area__item .menu .menu-item.heading {
  font-weight: bold;
  margin-left: -16px;
  list-style-type: none;
  margin-bottom: 8px;
}
.l-footer-widget-area__item .menu .menu-item.menu_hiki::after {
  content: "● independence support";
}
.l-footer-widget-area__item .menu .menu-item.menu_shien::after {
  content: "● support program";
}
.l-footer-widget-area__item .menu .menu-item > a:not(.non_link):hover {
  color: var(--my-green01);
}
@media (min-width: 1024px) {
  .l-footer-widget-area__item .p-contact__area {
    display: none;
  }
}

.l-footer__footer {
  background-color: #fff !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1280px) {
  .l-footer__footer {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-footer-sticky-nav {
  background-color: var(--my-green01);
}
.p-footer-sticky-nav .c-navbar > .menu-item {
  height: 50px;
  align-items: center;
}
.p-footer-sticky-nav .c-navbar > .menu-item a {
  padding: 0;
  line-height: 1;
  color: #fff;
}
.p-footer-sticky-nav .c-navbar > .menu-item a .icon {
  vertical-align: middle;
  margin-right: 7px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.p-footer-sticky-nav .c-navbar > .menu-item.tel a {
  font-size: 16px;
}
.p-footer-sticky-nav .c-navbar > .menu-item.contact a {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */