@charset "utf-8";
/*
Theme Name:Monado child
Theme URI:
Description:WordPressテーマ「Monad」の自作子テーマです。
Template:monad_tcd110
Author:ManamicUchiyama
Version:0.0.8
*/




/* ----------------------------------------------------------------------
custormize by manami uchiyama
---------------------------------------------------------------------- */
/* #header_slider {
  border-radius: 15px;
}

#header_slider_container {
  overflow: visible;
}

#header_slider_container .logo img {
  display: block;
  width: 32vw;
  max-width: none;
  height: auto;
  min-width: 448px;
}

#header_slider_container .logo {
  position: absolute !important;
  bottom: -11.5% !important;
  left: 30px !important;
  top: auto;
  z-index: 999;
}

#news_ticker {
  left: auto;
  top: -76px;
  height: 60px;
  z-index: 999;
  border: 1px solid #dbdcdc;
  margin-left: auto;
  margin-right: 55px;
} */

/* #news_ticker_carousel {
  width: 100%;
  height: 60px;
}

.swiper-wrapper {
  width: 100%;
}

#news_ticker .item .content {
  width: 100%;
} */

/* body {
  background: url(img/bg.webp) repeat top left / contain;
} */

/* サービス一覧 */
.cb_free_space.num3 {
  padding: 120px 0;
  background: #f6f6f6;
  scroll-margin-top: 120px;
}

.cb_free_space.num3 .design_header {
  margin-bottom: 70px;
}

.cb_free_space.num3 .design_header.direction_type1:not(:has(.desc)) {
  margin-bottom: 60px;
}

.cb_free_space.num3 .service_list .slider {
  width: 80%;
  margin: 0 auto -30px;
}

.cb_free_space.num3 .service_list .slider .item {
  width: calc(100% / 5 - 20px);
  margin: 0 30px 30px 0;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  display: block;
  transition: box-shadow 0.5s ease;
}

/* .cb_free_space.num3 .service_list .slider .item:nth-child(3n) {
  margin-right: 0;
} */

.cb_free_space.num3.cb_white_bg .service_list .item {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
}

.cb_free_space.num3 .service_list .slider .image_wrap {
  margin-bottom: 25px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 300 / 180;
}

.cb_free_space.num3 .service_list .slider .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.cb_free_space.num3 .service_list .slider .title {
  line-height: 1.5;
  padding: 0 20px;
  color: var(--main_color);
  font-size: 20px;
  text-align: center;
}

.cb_free_space.num3 .service_list .slider .company-cat {
  font-size: 13px;
  color: #a1ca23;
  line-height: 2;
  max-height: 6em;
  overflow: hidden;
  visibility: visible;
  margin: 15px 20px 0;
  text-align: center;
  border-bottom: 1px solid #a1ca23;
  padding-bottom: 8px;
}

.cb_free_space.num3 .service_list .slider .desc {
  font-size: 16px;
  color: #000;
  line-height: 2;
  max-height: 6em;
  overflow: hidden;
  visibility: visible;
  padding: 0 20px;
  margin-top: 8px;
  text-align: center;
}

.cb_free_space.num3 .service_list .slider .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
}

@media(hover: hover) {
  .cb_free_space.num3 .service_list .slider .item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    mix-blend-mode: multiply;
  }

  .cb_free_space.num3.cb_white_bg .service_list .item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ddd;
  }
}

body.image_shape_type2 .cb_free_space.num3 .service_list .slider .item {
  border-radius: 0;
}

body.image_shape_type2 .cb_free_space.num3 .service_list .slider .item .image_wrap {
  border-radius: 0;
}

#service_content_list .service_content .desc span {
  display: inline;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

#service_content_list .service_content .desc {
  line-height: 2.2;
  max-height: none;
  overflow: visible;
  visibility: visible;
}

#service_content_list .service_content .image_wrap {
  height: 100%;
}

#service_content_list .service_content .content {
  align-items: initial;
}

#service_content_list .service_content .check_list ul {
  display: block;
}

#service_content_list .service_content .check_list li {
  width: 100%;
}

#archive_service a.design_button,
.outro-contact a.design_button {
  border-radius: 70px;
  min-width: auto;
  width: 75%;
  max-width: 300px;
  height: 70px;
  line-height: 1.5;
  padding: 0 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  color: #fff !important;
  border: 1px solid var(--main_color);
  background: var(--main_color);
  text-decoration: none;
  transition: border-color 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s, opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none !important;
  margin: 40px auto 0;
}

.outro-contact a.design_button {
  background-color: #f7aa00;
  border: 1px solid #f7aa00;
}

.txt-center {
  text-align: center !important;
}

.koho_process {
  line-height: 1.6 !important;
}

.chosyo {
  display: flex !important;
  justify-content: space-between;
}

.chosyo__item {
  width: 22% !important;
}

.chosyo__item img {
  width: 100% !important;
}

.txt-s {
  font-size: 14px;
}

.podcast {
  display: flex !important;
  justify-content: space-between;
}

.podcast__item {
  width: 22% !important;
}

.podcast__item img {
  width: 100% !important;
}

.txt-link {
  color: #a1ca23;
}

.outro-contact {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 150px;
  text-align: center;
}

#staff_list {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}

#staff_list .layout_type1 .content .desc {
  margin-bottom: 0px;
}

#staff_list .layout_type1 .name_area {
  margin-bottom: 60px;
}

.sns_button_list li.contact a:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://echodesk.jp/wp-content/uploads/2025/06/icon.jpg) no-repeat center center/contain;
}

#drawer_menu .sns_button_list li.contact a:before {
  background: url(https://echodesk.jp/wp-content/uploads/2025/06/icon-white.png) no-repeat center center/contain;
}

#drawer_menu .sns_button_list li.contact {
  order: 1;
  margin-right: 15px;
}

#drawer_menu .sns_button_list li.insta {
  order: 2;
  margin-right: 15px;
}

#drawer_menu .sns_button_list li.twitter {
  order: 3;
  margin-right: 15px;
}

#drawer_menu .sns_button_list li.facebook {
  order: 4;
  margin-right: 0px;
}

header .sns_button_list {
  margin-right: 40px;
}

#header {
  align-items: center;
}

.cb_design_content .image_area {
  width: 80%;
}

.cb_service_list .service_list {
  width: 80%;
}

.cb_free_space.num3 {
  padding: 80px 0 140px;
  scroll-margin-top: 120px;
}

.cb_service_list {
  padding: 120px 0 80px;
  background: #fafafa !important;
}

.cb_free_space.num4 .item .image_wrap {
  width: calc(35% - 15px);
}

.cb_free_space.num4 .item .content {
  width: 65%;
}

#footer_menu nav ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}

#footer {
  margin-top: 64px;
}

#footer .logo {
  text-align: center;
  display: block;
}

#footer .sns_button_list {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  position: absolute;
  top: 24px;
  left: 24px;
}

/* #header_logo a {
  height: 184px;
  display: flex;
  transition: opacity 0.25s ease;
  align-items: center;
  margin-top: 8px;
} */

.profile_book {
  width: 90%;
  margin: 100px auto 80px;
  max-width: 1100px;
  padding: 100px 0 80px;
}

.bg-gray {
  background: #fafafa !important;
}

.profile_lifework {
  background: #fff !important;
}

.profile_book .catch,
.profile_lifework .catch,
.head02 {
  line-height: 1.6;
  font-size: var(--headline_font_size);
  font-family: var(--headline_font_type);
  color: var(--main_color);
  font-weight: 600;
  margin: -8px 0 43px 0;
  width: auto;
  text-align: center;
}




.profile_book .chosyo__item img {
  margin-bottom: 16px;
}

.index_post_carousel_wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

/* 
.profile_lifework .item {
  display: flex;
  gap: 64px;
}

.profile_lifework .item {
  height: 100%;
}

.profile_lifework .item .image_wrap {
  margin-bottom: auto;
  width: calc(50% - 64px);
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
  height: 100%;
}

.profile_lifework .item .image_wrap .image {

  height: 100%;
  object-fit: cover;
}

.profile_lifework .item .content {
  margin-bottom: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
  width: 50%;
}

.profile_lifework .item .content .desc {
  line-height: 2.6;
} */
.profile_lifework {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}

.profile_lifework .layout_type1 {
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0 !important;
  margin-bottom: 120px;
  display: flex;
}

.profile_lifework .layout_type1 .image {
  width: calc(50% - 25px);
}

.profile_lifework .layout_type1 .image img {
  display: block;
  max-width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.profile_lifework .no_post .image_area {
  pointer-events: none;
}

.profile_lifework .layout_type1 .content {
  width: calc(50% - 25px);
}

.profile_lifework .layout_type1 .content .desc {
  line-height: 2.6;
  margin-bottom: 0px;
}

.profile_lifework .layout_type1 .name_area {
  position: relative;
}

.profile_lifework .layout_type1 .content .position {
  color: var(--main_color);
  margin-bottom: 30px;
}

.profile_lifework .layout_type1 .content .name {
  font-family: var(--headline_font_type);
  font-size: 24px;
}

.profile_lifework .layout_type1 .link {
  margin-top: 30px;
  display: inline-block;
}

.profile_lifework .layout_type1 .content .sns_button_list {
  margin-top: 30px;
}

.profile_lifework .layout_type1 .post_content {
  width: 100% !important;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 50px;
  margin-top: 70px !important;
}

body.image_shape_type2 .profile_lifework .layout_type1 .post_content {
  border-radius: 0;
}

.profile_lifework .layout_type1 .doctor_career {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px 0;
}

.profile_lifework .layout_type1 .doctor_career dt {
  width: 110px;
  font-weight: 500;
}

.profile_lifework .layout_type1 .doctor_career dd {
  width: calc(100% - 110px);
}

.profile_lifework .layout_type1 .post_content .design_headline1 {
  font-size: 24px !important;
  margin: 0 0 35px !important;
}

body.image_shape_type2 .profile_lifework .layout_type1 .image img {
  border-radius: 0;
}

.lifework_link {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 32px;
}

.lifework_link img {
  width: 150px;
}

.taso img {
  width: 145px;
}

#archive_service {
  width: 80%;
}

#archive_blog {
  width: 80%;
}

#category_sort_button ol li {
  width: 33%;
}

body.no_fixed_header #header {
  position: initial;
}

#content_builder .cb_free_space.num3 .link_button {
  margin-top: 100px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* .belong {
  width: 66% !important;
  margin-bottom: 0 !important;
}

.belong .content {
  width: 100% !important;
  text-align: start !important;
}

.belong .desc {
  text-align: start !important;
} */

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: auto !important;
  }
}

.cb_free_space.num4 {
  max-width: 504px;
  width: 90%;
  text-align: center;
}

.cb_free_space.num4 .desc {
  line-height: 2.6;
  margin-bottom: -10px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .cb_free_space.num4 .desc {
    font-size: 16px;
  }
}

.cb_free_space.num4 .link {
  margin-top: 40px;
  font-size: 18px;
  position: relative;
  color: var(--main_color);
  padding-right: 30px;
  display: inline-block;
}

.cb_free_space.num4 .link:after {
  content: "\e910";
  font-family: normal_icon;
  display: block;
  position: absolute;
  right: 0px;
  top: 1px;
  font-size: 16px;
  transition: all 0.25s ease;
}

@media(hover: hover) {
  .cb_free_space.num4 .link:hover {
    color: rgba(var(--main_color_hex), 0.7);
  }

  .cb_free_space.num4 .link:hover:after {
    right: -5px;
  }
}

@media screen and (max-width:800px) {
  .cb_free_space.num4 .link {
    margin: 25px 0 0;
    font-size: 16px;
    padding-right: 20px;
  }

  .cb_free_space.num4 .link:after {
    top: 1px;
    font-size: 14px;
  }
}

.cb_free_space.num4 :is(.design_header, .tcdce-body .design_header) {
  width: 100%;
  margin-bottom: 32px;
}

img.jusyokujuku {
  margin-bottom: 16px;
  width: 60%;
  height: auto;
}

.note-feed .blog_list .excerpt {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.25em * 5);
  color: gray;
}

.swiper-pagination {
  position: static !important;
  margin-top: 40px !important;
}

.pod-cap {
  margin-top: 16px;
  line-height: 1.5;
}

.post-type-archive-service .link_button {
  text-align: center;
}

/* #header_slider_container.height_type2 {
  min-height: 640px;
}

@media screen and (max-width: 1224px) {
  #header_slider_container.height_type2 {
    min-height: 520px;
  }
}

@media screen and (max-width: 800px) {
  #header_slider_container.height_type2 {
    min-height: 450px;
  }
} */

#single_post_header .image img {

  object-fit: contain;
}

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

.greetings .image_area {
  justify-content: center;
}

.about-info {
  margin-top: 64px;
}

.about-list {
  display: flex;
  border-bottom: 1px solid var(--main_color);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.about-desc {
  flex: 1;
  text-align: start;
  margin-left: 8px;
}

.about-name {
  width: 200px;
  text-align: start;
  margin-left: 8px;
}

.service-lca .design_header.direction_type1 {
  width: 100%;
}

.sdg-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 常に2列 */
  gap: 16px;
}

.sdg-item {
  list-style: none;
}

.sdg-item p,
.lca-item p,
.lcaProcess-item p {
  margin-top: 16px !important;
  line-height: 1.75 !important;
}

/* .lcaProcess-item p {
  margin-top: -16px !important;
} */

#service_header .image img {
  width: 100%;
}

#category_sort_button ol {
  width: calc(100% + 2px);
}

#category_sort_button ol li {
  width: 33.33%;
}

#footer_banner {
  margin-top: 160px;
}

.lca-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 常に2列 */
  gap: 16px;
  margin-left: 0 !important;
}

li {
  list-style: none !important;
}

.sangoso-link-lp {
  width: 100%;
  background-color: #f7aa00 !important;
  border: 1px solid #f7aa00 !important;

}

.sangoso-link-jichi {
  margin-top: 24px;
  width: 100%;
}

.service-cap {
  display: block;
  text-align: center;
  margin-top: -32px !important;
  margin-bottom: 16px !important;
}

.head-band {

  height: 70px !important;
  line-height: 70px !important;
  font-family: var(--headline_font_type) !important;
  background: var(--main_color) !important;
  color: #fff !important;
  font-size: 26px !important;
  margin-bottom: 1em !important;
  position: relative !important;
  text-align: center !important;
  margin-top: 1em !important;
}

.jichitai-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 常に2列 */
  gap: 16px;
  margin-left: 0 !important;
}

.jichitai-cap {
  font-size: 12px !important;
  text-align: center !important;
}

#single_service #category_sort_button {
  margin: 160px 0 0 0 !important
}

.faq_list .item {
  counter-increment: my-counter;
}

.faq_list .title.process span:before {
  content: counter(my-counter);
}

.contact-tel {
  width: 100%;
  font-size: 28px !important;
  background-color: #f7aa00 !important;
  border: 1px solid #f7aa00 !important;
  margin: 24px 0 !important;
  pointer-events: all !important;
}

.lcaProcess-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 常に2列 */
  gap: 24px;
  border-radius: 8px;
  padding: 40px 40px 8px 40px;
  margin-left: 0 !important;
}

.bg-lb {
  background-color: #f2fafc;
}

.single_service+#service_header {
  border: none !important;
  border-radius: 10px;
  position: relative;
  padding: 0px !important;
  margin-bottom: 80px;
}

.lb-card {
  border-radius: 8px;
  padding: 40px 40px 8px 40px;
  margin-left: 0 !important;
  margin-bottom: 2em;
}

#single_service .service-desc {
  display: none !important;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 常に2列 */
  gap: 0 32px;
  border-radius: 8px;
  padding: 40px 40px 8px 40px;
  margin-left: 0 !important;
}

.sdg-ex {
  margin-top: 2em;
}

.page-id-364 #footer_banner {
  margin-top: -80px;
}

.blog_list .item {
  width: 33% !important;
}

#archive_service .service_content:nth-child(1) {
  border: none;
  padding: 50px 0;
}

/* #archive_service .service_content:nth-child(1) .content {
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

#archive_service .service_content:nth-child(1) .content .image_area {
  width: 80%;
}

#archive_service .service_content:nth-child(1) .content .desc_area {
  width: 80%;
  padding: 0 !important;
} */

.home #cb_content_2 .desc {
  text-align: center !important;
}

.page-id-362 #cb_content_1 .desc {
  text-align: start !important;
}

:is(.design_header, .tcdce-body .design_header) .catch {
  margin: 0 !important;
}