@charset "UTF-8";

body {
  background-color: #f8f8f8;
  font-size: 16px !important;
  font-family: "M PLUS 1", sans-serif;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

p,
a,
li {
  font-weight: 400;
}

.en {
  font-family: "Manrope", sans-serif;
}

.pt_0 {
  padding-top: 0 !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.inline_b {
  display: inline-block;
}

.smb-panels__item__action>a:focus:after {
  outline: none;

  outline-offset: 0;
}

.tate {
  writing-mode: vertical-rl;
}

svg.svg-inline--fa {
  margin: 0 4px 0 0 !important;
}

#page-top svg {
  margin: 0 !important;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

.smb-panels.smb-panels--glue,
.smb-panels__item.smb-panels__item--free {
  box-shadow: none;
}

.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}

.c-page-header__meta {
    padding-left: 30px;
}
/* 筆者消す */
.c-meta__item--author {
  display: none;
}
/* 更新日消す */
li.c-meta__item.c-meta__item--modified {
    display: none;
}
/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }

  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}

table td a[href^="tel:"] {
  color: inherit;
  text-decoration: none;

  pointer-events: none;
}

.single-works .l-contents,
.single-post .l-contents {
  padding-bottom: 100px;
}

/*========================== ヘッダー ==========================*/
header.l-header {
  margin: 24px;
  border: 1px solid rgba(248, 248, 248, .3);
  box-shadow: 2px 2px 8px rgba(3, 4, 27, .15);
  background-color: rgba(248, 248, 248, .7);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down {
  padding: 0;
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down #menu-g_nav {
  height: 60px;
}

.header_cta a {
  padding: 20px;
  width: 190px;
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down .header_cta {
  border: 2px solid var(--wp--preset--color--sm-accent);
  border-radius: 0;
  background-color: var(--wp--preset--color--sm-accent);
  color: #f8f8f8;
  transition: .3s;
  margin: 7px !important;
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down .header_cta.download {
  margin-right: 15px;
  border: 2px solid #00229c;
  background-color: #00229c;
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down .header_cta:hover {
  background-color: #f8f8f8;
  color: var(--wp--preset--color--sm-accent);
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down .header_cta.download:hover {
  background-color: #f8f8f8;
  color: #00229c;
}

header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down .header_cta a::after {
  display: none;
}

.c-page-header {
  height: 350px !important;
  margin: 125px 24px 0;
  background: linear-gradient(45deg, #00186f, var(--wp--preset--color--sm-accent));
  color: #ffffff;
}

.c-page-header .c-page-header__bgimage img {
  filter: brightness(.5);
}

.c-page-header .c-container {
  padding: 0;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
  display: none;
}

.c-page-header .c-page-header__title {
  position: relative;
  font-size: clamp(30px, 23.5238095238px + 2.0238095238vw, 64px);
  padding-left: 30px;
}

#drawer-nav {
  border: 1px solid rgba(248, 248, 248, .3);
  box-shadow: 2px 2px 8px rgba(3, 4, 27, .15);
  background-color: rgba(248, 248, 248, .7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#drawer-nav .c-drawer__inner {
  color: var(--wp--preset--color--sm-accent);
}

#drawer-nav .c-drawer__inner #menu-sp_nav li.sp_cta {
  display: grid;
  height: 50px;
  margin: 8px 0;
  background: var(--wp--preset--color--sm-accent);
  color: #f8f8f8;

  place-items: center;
}

#drawer-nav .c-drawer__inner #menu-sp_nav li.sp_cta a {
  font-weight: 500;
}

/*========================== フッター ==========================*/
footer.l-footer {
  background: linear-gradient(209deg, #2b59ff, #001b7f);
  color: #ffffff;
}

footer.l-footer p,
footer.l-footer a {
  font-weight: 500;
}

footer.l-footer .footer_logo {
  filter: brightness(2);
}

footer.l-footer .footer_tel_btn .footer_btn a.smb-btn {
  width: auto;
  padding: 0 0 8px 0;
/*   border-bottom: 3px solid #dce4ff; */
  border-radius: 0;
  background-image: none !important;
  background-color: unset;
  color: #ffffff;
  font-size: clamp(26px, 24.0952380952px + .5952380952vw, 36px);
  font-weight: 900;
  transition: .3s;
}

footer.l-footer .footer_tel_btn .footer_btn a.smb-btn:hover {
  background-color: transparent;
}



footer.l-footer #nav_menu-2 {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 100%;
}


footer.l-footer #nav_menu-2 #menu-footer1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


footer.l-footer #nav_menu-2 #menu-footer1 li a {
  font-size: clamp(18px, 17.2380952381px + .2380952381vw, 22px);
  font-weight: 700;
  transition: .3s;
}

footer.l-footer #nav_menu-2 #menu-footer1 li a:hover {
  color: #f4eb69;
}

footer.l-footer #nav_menu-2 #menu-footer1 li.sub_btn a {
  font-size: 1rem;
}

footer.l-footer .l-footer__footer {
  background-color: transparent;
}

/*========================== ボタン ==========================*/
a.smb-btn {
  display: grid;
  width: 280px;
  height: 55px;
  border: 2px solid var(--wp--preset--color--sm-accent);
  background-color: var(--wp--preset--color--sm-accent);
  font-weight: 500;
  border-radius: 0;
  filter: none;
  transition: .3s;
  place-items: center;
}

a.smb-btn:hover {
  background-color: #f8f8f8;
  color: var(--wp--preset--color--sm-accent);
  filter: none;
}

.wh_btn a.smb-btn {
  background-color: #f8f8f8;
  color: var(--wp--preset--color--sm-accent);
}

.wh_btn a.smb-btn:hover {
  background-color: var(--wp--preset--color--sm-accent);
  filter: none;
  color: #fff;
}

.dld_btn a {
  width: 350px !important;
}


/*========================== タイトル ==========================*/
.h_text_box .h_text {
  background: linear-gradient(45deg, var(--wp--preset--color--sm-accent), #6fafff);
  color: var(--wp--preset--color--sm-accent);
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 23.5238095238px + 2.0238095238vw, 64px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .015em;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h_text_box .h_text_s {
  position: relative;
  padding-left: 16px;
  font-weight: 600;
  line-height: 1;
}

.h_text_box .h_text_s::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--wp--preset--color--sm-accent);
  content: "";

  translate: 0 -50%;
}

.h_text {
  font-size: clamp(28px, 25.7142857143px + .7142857143vw, 40px);
}

.h_text_m {
  font-size: clamp(22px, 20.8571428571px + .3571428571vw, 28px);
}

.h_text_s {
  font-size: clamp(18px, 17.2380952381px + .2380952381vw, 22px);
}

figure.wp-block-table table tr {
  display: flex;
}

figure.wp-block-table table tr>*:first-child {
  width: 30%;
  min-width: 110px;
  border-bottom: 2px solid var(--wp--preset--color--sm-accent);
}

figure.wp-block-table table tr>*:last-child {
  width: 70%;
  border-bottom: 2px solid #03041b;
}

figure.wp-block-table table tr>*:last-child a {
  text-decoration: none;
}

figure.wp-block-table table tr td {
  padding: 16px 8px !important;
}

.l-contents__body .c-fluid-container .p-breadcrumbs-wrapper {
  position: relative;
  top: -80px;
  left: 24px;
  height: 0;
}



.l-contents__body .c-fluid-container .p-breadcrumbs-wrapper .c-breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background-color: #ffffff;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.c-breadcrumbs a {
  color: var(--wp--preset--color--sm-accent);
  font-weight: 700;
}




/*========================== cta ==========================*/

#cta {
  /* margin: 24px 0; */
  overflow: hidden;
}

/* @media screen and (max-width: 1023px) {
  #cta {
    margin: 16px 0;
  }
} */

#cta a.smb-btn {
  width: 500px;
  height: 80px;
  border: 2px solid #f8f8f8;
  font-size: 1.35em;
}



#scene .grid_box .grid_item {
  display: grid;
  gap: 10px;

  grid-template-rows: subgrid;
  grid-row: span 3;
}



/* .blog .p-archive .c-entry-summary__figure,
.archive.category .p-archive .c-entry-summary__figure {
  border-radius: 16px;
} */

.blog .p-archive .c-entry-summary__figure .c-entry-summary__term,
.archive.category .p-archive .c-entry-summary__figure .c-entry-summary__term {
  top: 8px;
  right: 8px;
  /* border-radius: 50px; */
}

/* 
.single.single-post .l-contents {
  padding-top: 100px;
} */
.single.single-post .post .c-prev-next-nav .c-prev-next-nav__item {
  /* border-radius: 16px; */
}

.single.single-post .post .c-entry-aside .c-entries .c-entries__item .c-entry-summary__figure {
  /* border-radius: 16px; */
}

.single.single-post .post .c-entry-aside .c-entries .c-entries__item .c-entry-summary__figure .c-entry-summary__term {
  top: 8px;
  right: 8px;
  /* border-radius: 50px; */
}


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

/*========================== TOPページ ==========================*/

#fv_1 {
  height: 80vh !important;
  padding: 0 !important;
}

#fv_1 .fv_group {
  /* width: 100%; */
  margin-left: 10% !important;
}

#fv_1 .fv_ttl {
  font-size: clamp(1.3rem, calc(0.3999999999999999rem + 4.500000000000001vw), 4rem);
  font-weight: 600;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
}

#fv_1 .fv_img {
  /* height: 100%; */
  width: 100%;
}

#fv_1 .fv_img img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

#fv_2 {
  height: 20vh;
}

.fv_2-logo {
  padding: 15%;
}

/* 2030年、日本では40万軒の家が病床に */
#era h2 {
  font-size: clamp(1.5rem, calc(1.1666666666666667rem + 1.6666666666666667vw), 2.5rem);
  line-height: 1.5;
}

span.era_a {
  font-size: 1rem;
}

.era_txt {
  font-size: clamp(1rem, calc(.9666666666666667rem + .1666666666666668vw), 1.1rem);
  font-weight: 500;
}

.num h4 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, calc(0.9999999999999999rem + 1.0000000000000002vw), 1.8rem);
  line-height: 1.2;
}

.num p {
  font-size: 2rem;
  line-height: 1.2;
}

/* #era .num {
  width: 48%;
  background-color: #ffffff;
  color: #000e9c;
  padding: 2rem 0.5rem;
  border-radius: 15px;
  box-shadow: 3px 3px 25px #33333380;
} */




/* p.point {
  font-size: 2rem;
  font-weight: 500;
} */

/* ABOUT the ICA(非表示中) */
/*

p.big_txt {
  font-size: 3.8rem;
  font-weight: 600;
}

p.big_txt span {
  border-bottom: 5px solid;
  line-height: 2.2;
} */

/* 

#concept .h_text_box .h_text_s::before {
  background-color: #fff;
} */

/* p.about_en_ttl {
  color: var(--wp--preset--color--sm-accent);
  font-size: 7rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  margin-bottom: -15px;
  padding-left: 20px;
}
*/

/* 医療従事者の方々へのアンケート */


#voice .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.voice_lists {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  padding-left: 0;
}

ul.voice_lists li {
  list-style: none;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 0 !important;
}

/* カリキュラム内容 */
#curriculum h3 {
  font-size: 1rem;
}

#curriculum ul {
  padding-left: 0;
}

#curriculum li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

#curriculum li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #666666;
  content: "";
}

/* こんな場面でご活用いただけます */
.case_box ul {
  padding-left: 0;
}

.case_box li {
  list-style: none;
  position: relative;
  margin-top: 0;
  padding: 10px 0 10px 4rem;
  padding-left: 40px;
  border-top: 1px solid #949494;
  font-weight: 500;
}

.case_box li::before {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/12/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.case_box li:last-child {
  border-bottom: 1px solid #949494;
}

.case_box h3 {
  width: fit-content;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 5px 10px;
  background-color: #eeeeee;
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.1rem;
  font-weight: 800;
}

p.mb_0.ex {
  color: var(--wp--preset--color--sm-accent);
  font-size: .9rem;
  font-weight: 600;
}

/* 導入事例 */
h4.study_ttl {
  width: fit-content;
  margin-left: 0 !important;
  padding: 0 10px;
  background-color: #dddddd;
  color: var(--wp--preset--color--sm-accent);
  font-size: 1rem;
}

/*========================== 資格概要 ==========================*/
/* ICAとは */
#concept {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 0 !important;
  background: linear-gradient(117deg, var(--wp--preset--color--sm-accent), #2b63a8);
}

p.about_en_ttl {
  margin-bottom: -5px;
  padding-left: 20px;
  color: var(--wp--preset--color--sm-accent);
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, calc(1.6666666666666667rem + 6.666666666666667vw), 7rem);
  font-weight: 500;
  line-height: 1;
}

#concept .h_text_box .h_text_s::before {
  background-color: var(--wp--preset--color--sm-accent);
}



h3.small_ttl {
  font-size: 1rem;
  font-weight: 700;
}

.target_group {
  padding: 30px 30px 50px;
  background-color: #ffffff;
}

.target_group h3 {
  width: fit-content;
  margin-left: 0 !important;
  padding: 5px 10px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #ffffff;
}

.target_panel {
  margin-bottom: 10px !important;
  padding: 0 5px !important;
}

.target_panel .smb-panels__item__body {
  padding: 5px 20px;
  background-color: #eeeeee !important;
  color: var(--wp--preset--color--sm-accent);
}

.target_panel .smb-panels__item__body p {
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.1rem;
  font-weight: 500;
}


p.md_txt {
  font-size: clamp(1rem, calc(.9rem + .5000000000000001vw), 1.3rem);
  font-weight: 500;
}

p.md_txt span {
  border-bottom: 2px solid;
  line-height: 2.2;
}

.vision_sec p.h_text {
  background: linear-gradient(45deg, #ffffff, #dddddd);
  color: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3.why_ttl {
  margin-top: 50px;
  font-size: clamp(1rem, calc(.7333333333333334rem + 1.3333333333333335vw), 1.8rem);
}

.widget_nav_menu ul li a {
  font-weight: 400;
}

/* ICAを学ぶメリット */
#merit .d_grid .grid_item {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

#merit .d_grid .grid_item .num {
  display: grid;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  border: 3px solid var(--wp--preset--color--sm-accent);
  border-radius: 50px;
  background-color: #FFFFFF;
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.2rem;
  font-weight: 700;

  place-items: center;
  translate: -50% -50%;
}

#merit .d_grid {
  display: grid;
  gap: 24px;

  grid-template-columns: 1fr 1fr;
}



/*========================== お問い合わせ ==========================*/

#contact .snow-monkey-form .smf-item__col.smf-item__col--label {
  display: flex;
  gap: 8px;
  align-items: center;
}

#contact .snow-monkey-form .smf-item__col.smf-item__col--label .smf-item__description {
  margin: 0;
  padding: 2px 8px;
  border-radius: 0;
  background-color: var(--wp--preset--color--sm-accent);
  color: #f8f8f8;
  font-weight: 600;
}

#contact .snow-monkey-form .smf-button-control__control {
  display: grid;
  width: 260px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid var(--wp--preset--color--sm-accent);
  background-color: var(--wp--preset--color--sm-accent);
  font-weight: 500;
  filter: none;
  transition: .3s;
  border-radius: 0 !important;
  place-items: center;
}

#contact .snow-monkey-form .smf-button-control__control:hover {
  background-color: #f8f8f8;
  color: var(--wp--preset--color--sm-accent);
  filter: none;
}

#contact .snow-monkey-form button.smf-button-control__control[data-action=back] {
  background-color: #f8f8f8;
  color: var(--wp--preset--color--sm-accent);
}

#contact .snow-monkey-form button.smf-button-control__control[data-action=back]:hover {
  filter: brightness(.8);
}

/*=================================================================*/
/*========================== レスポンシブ ==========================*/
/*=================================================================*/

@media screen and (max-width: 1023px) {
  header.l-header {
    margin: 16px;
  }

  .c-page-header {
    height: 250px !important;
    margin: 98px 16px 0;
  }

  footer.l-footer #nav_menu-2 {
    justify-content: left;
    align-items: flex-start;
  }

  footer.l-footer #nav_menu-2 #menu-footer1 {
    align-items: flex-start;
  }

  #scene .grid_box {
    gap: 24px;

    grid-template-columns: 1fr 1fr;
  }

  #concept {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 781px) {
  #mv {
    height: 95vh;
  }

  #mv .mv_txt-group {
    left: 5%;
  }

  p.about_en_ttl {
    margin-bottom: -10px;
  }

  #voice .center {
    max-width: 350px !important;
    margin: 10px auto !important;
  }

  .dld_btn a {
    width: 300px !important;
  }
}

@media screen and (max-width: 639px) {
  .sp_none {
    display: none;
  }

  footer.l-footer .footer_tel_btn .footer_btn a.smb-btn {
    height: 50px;
  }

  .wp-block-snow-monkey-blocks-buttons {
    justify-content: center !important;
  }

.l-contents__body .c-fluid-container .p-breadcrumbs-wrapper {
    left: unset;
    top: unset;
    display: block;
}
h1.c-page-header__title {
    font-size: 1.7rem!important;
}
.c-page-header {
    height: auto !important;
}
  #cta a.smb-btn {
    width: 260px;
    font-size: 1rem;
  }

  #scene .grid_box {
    grid-template-columns: 1fr;
  }

  #era .prediction .grid_box {
    display: block;
  }

  #era .prediction .grid_box figure {
    max-width: 340px;
  }

  #merit .d_grid {
    gap: 20px;

    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  p.about_en_ttl {
    margin-bottom: -3px;
  }

  .page-id-21 #merit .c-container,
  .page-id-21 #curriculum .c-container {
    padding: 0;
  }

  #fv_1 .fv_group {
    margin-left: 6% !important;
  }

  .fv_2-logo {
    padding: 7%;
  }

}