.hadd-common-float {
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 768px) {
  .hadd-common-float {
    display: none;
  }
}
.hadd-common-float img {
  width: 100%;
  height: auto;
}
.hadd-footer-bottom {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .hadd-footer-bottom {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hadd-footer-bottom_body {
    display: contents;
  }
}
.hadd-footer-bottom_nav {
  margin-top: 24px;
}
.hadd-footer-bottom-address {
  border: 0;
}
.hadd-footer-copy {
  background: #283f14;
  color: #fff;
  text-align: center;
  padding: 32px;
}
.footerMap_address::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: auto;
  background: url(https://www.mikagecpa.com/wp-content/themes/hamada/assets/img/common/img_footer_map1.jpg)
    no-repeat center;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  width: 36%;
  margin: 1em auto 1em 1em;
}
.footerMap_address {
  position: relative;
  padding: 1em;
  padding-left: 43.2%;
}
.hadd-footer-map_label {
  font-size: 24px;
  margin-top: 24px;
}
.hadd-footer-nav {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 0.6fr 260px;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hadd-footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hadd-footer-nav_box {
  background: #f5f5f5;
  padding: 12px;
}
@media (max-width: 768px) {
  .hadd-footer-nav_box-banner {
    display: flex;
    gap: 24px;
    grid-area: 3 / 1 / 4 / 3;
  }
}
.hadd-footer-nav_list {
  padding-left: 1em;
}
.hadd-footer-nav_item {
  margin-top: 8px;
}
.hadd-footer-nav_link {
  text-decoration: none;
}
.hadd-footer-nav_banner {
  display: block;
}
@media (min-width: 769px) {
  .hadd-footer-nav_banner:last-child {
    margin-top: 24px;
  }
}
.hadd-footer-nav_banner img {
  width: 100%;
  height: auto;
}
.hadd-footer-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .hadd-footer-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}
.hadd-footer-map {
  width: 100%;
  height: 400px;
}
.hadd-footer-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-footer-sns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.hadd-footer-sns_item {
}
.hadd-footer-sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .hadd-footer-sns_link {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.hadd-footer-sns_link.-line {
  background: #32b72a;
}
.hadd-footer-sns_link.-instagram {
  background: #e0316d;
}
.hadd-footer-sns_link.-facebook {
  background: #2c62c9;
}
.hadd-footer-sns_link.-twitter {
  background: #000;
}
.hadd-footer-sns_link.-youtube {
  background: #f00;
}
.hadd-footer-sns_link img {
  height: 60%;
  width: auto;
}

.hadd-meeting-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hadd-meeting-banner_top {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .hadd-meeting-banner_top {
    display: block;
  }
}
.hadd-meeting-banner_left {
  flex: 1;
}
.hadd-meeting-banner_right {
  width: 25.7%;
}
@media (max-width: 768px) {
  .hadd-meeting-banner_left {
    width: 50%;
    flex: auto;
  }
  .hadd-meeting-banner_right {
    width: 50%;
  }
}
.hadd-meeting-banner img {
  width: 100%;
  height: auto;
}

.hadd-header-wrap {
  background: url(https://www.mikagecpa.com/wp-content/themes/hamada/assets/img/top/img_top_mv1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  max-height: 53rem;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-bottom: 25%;
}
@media (min-width: 768px) {
  .hadd-header-wrap {
    padding-bottom: 10%;
  }
}
.iphone-specific .hadd-header-wrap {
  background-attachment: initial;
}
.hadd-header-wrap #header {
  background: rgba(255, 255, 255, 0.8);
}
.hadd-header-wrap_copy {
  width: 100%;
  text-align: center;
  position: sticky;
  top: 20%;
  z-index: 1;
}

.hadd-top-banner {
  transform: translateY(-50%) translate3d(0, 0, 0);
  position: relative;
  z-index: 4;
}
@media (min-width: 769px) {
  .hadd-top-banner_list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
  }
}
.hadd-top-banner_link img {
  width: 100%;
  height: auto;
}

.hadd-top-intro {
  margin-top: 12px;
}
.hadd-top-intro_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.hadd-top-intro_video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.hadd-top-intro_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-top-intro_visual {
  width: 100%;
  overflow: hidden;
}
.hadd-top-intro_visual img {
  width: 100%;
  height: auto;
}
.hadd-top-intro_desc {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 12px;
}
.hadd-meeting-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hadd-meeting-banner_top {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .hadd-meeting-banner_top {
    display: block;
  }
}
.hadd-meeting-banner_left {
  flex: 1;
}
.hadd-meeting-banner_right {
  width: 25.7%;
}
@media (max-width: 768px) {
  .hadd-meeting-banner_left {
    width: 50%;
    flex: auto;
  }
  .hadd-meeting-banner_right {
    width: 50%;
  }
}
.hadd-meeting-banner img {
  width: 100%;
  height: auto;
}
.contentBlock1 {
  padding-top: 0 !important;
}
.hadd-c-banner {
  width: 100%;
}
.hadd-c-banner img {
  width: 100%;
  height: auto;
}
.hadd-reason {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hadd-reason {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hadd-reason-item {
  border: 1px solid #283f14;
}
.hadd-reason-item_label {
  background: #d9d9d9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #59872c;
  padding: 12px;
}
.hadd-reason-item_label i {
  font-size: 150%;
  font-weight: 900;
  margin-right: 18px;
}
.hadd-reason-item_body {
  padding: 24px 12px;
}
.hadd-reason-item_title {
    display: flex;
    align-items: center;
    justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #283f14;
  text-align: center;
  border-bottom: 2px solid #283f14;
  padding: 0 0 8px;
  min-height: calc(1em * 1.5 * 2);
}
.hadd-reason-item_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
.hadd-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hadd-flow {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hadd-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .hadd-flow-item {
    flex-direction: row;
    gap: 20px;
  }
}
.hadd-flow-item_icon {
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .hadd-flow-item_icon {
    width: 90px;
  }
}
.hadd-flow-item:first-child .hadd-flow-item_icon::before {
  content: "";
  background: #d9d9d9;
  width: 88vw;
  max-width: 1100px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .hadd-flow-item:first-child .hadd-flow-item_icon::before {
    width: 4px;
    height: calc(350% + (64px * 4) + (50px * 3));
    top: 0;
    left: 45px;
    transform: translateX(-50%);
  }
}
.hadd-flow-item_icon i {
  font-size: 6vw;
  color: #d38000;
}
.hadd-flow-item_contents {
  flex: 1;
}
@media (min-width: 769px) {
  .hadd-flow-item_contents {
    display: contents;
  }
}
.hadd-flow-item_label {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #477023;
  min-height: calc((18px * 1.5) * 2);
  margin-top: 12px;
}
.hadd-flow-item_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.hadd-ytgrid-label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
}
.hadd-ytgrid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.hadd-ytgrid-item {
  text-align: center;
}
.hadd-ytgrid-text {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
.hadd-ytgrid-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.hadd-ytgrid-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-yt-wrap {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.hadd-yt-item {
  text-align: center;
}
.hadd-yt-item_text {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
.hadd-yt-splide .splide__arrow {
  background: #d38000;
  opacity: 1;
  color: #fff;
  width: 42px;
  height: 42px;
}
.hadd-yt-splide .splide__arrow svg {
  fill: #fff;
}
.hadd-yt-splide .splide__pagination {
  display: none;
}
.hadd-yt-item_video {
  aspect-ratio: 16/9;
}
.hadd-yt-item_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-greview-wrap {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
	.hadd-ytgrid-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
  .hadd-greview-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hadd-more-btn a {
  background: #d38000;
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  border-radius: 4px;
  padding: 12px 24px;
  margin-left: auto;
  margin-right: auto;
}
.hadd-greview-note {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.hadd-top-voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hadd-top-voice {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hadd-top-voice_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #283f14;
  padding: 24px;
}
.hadd-top-voice_visual {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 2/3;
}
.hadd-top-voice_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-top-voice_name {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
.hadd-top-voice_title {
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}
.hadd-top-voice_text {
  flex: 1;
  font-size: 14px;
  text-align: justify;
  margin-top: 12px;
}
.hadd-top-voice_more {
  background: #59872c;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: fit-content;
  border-radius: 4px;
  padding: 8px 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.hadd-rec-splide .splide__slide {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .hadd-rec-splide .splide__slide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.profession {
  background: #fff;
  box-shadow: 0 0 8px gray;
}
.hadd-rec-splide {
  padding-bottom: 18px;
}
@media (min-width: 769px) {
  .profession {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .profession img {
    width: 100%;
    margin-left: 0;
  }
}
.hadd-rec-splide .splide__arrow {
  background: #d38000;
  width: 42px;
  height: 42px;
  opacity: 1;
}
@media (max-width: 768px) {
  .hadd-rec-splide .splide__arrow {
    width: 24px;
    height: 24px;
  }
}
.hadd-rec-splide .splide__arrow svg {
  fill: #fff;
}
/* .hadd-rec-splide .splide__arrow--next {
  right: 0;
} */
@media (min-width: 769px) {
  .hadd-rec-splide .splide__arrow--next {
    right: 23%;
  }
}
/* .hadd-rec-splide .splide__arrow--prev {
  left: 0;
} */
@media (min-width: 769px) {
  .hadd-rec-splide .splide__arrow--prev {
    left: 23%;
  }
}
.hadd-rec-splide .splide__pagination {
  display: none;
}
.client_detail {
  background: none;
  border: 1px solid;
}
.hadd-sns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
}
@media (min-width: 769px) {
  .hadd-sns_info {
    display: contents;
  }
  .hadd-sns_info_2 {
    order: 4;
    grid-area: 2 / 1 / 3 / 4;
  }
}
@media (max-width: 768px) {
  .hadd-sns {
    grid-template-columns: 1fr 1fr;
  }
  .hadd-sns_info {
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media (max-width: 400px) {
  .hadd-sns {
    grid-template-columns: 1fr;
  }
  .hadd-sns_info {
    grid-area: initial;
  }
}
.hadd-sns-tw {
  height: 760px;
  overflow: auto;
}
.hadd-top-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hadd-top-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hadd-top-posts-item {
  display: flex;
  flex-direction: column;
}
.hadd-top-posts-item_visual {
  width: 100%;
  aspect-ratio: 300/247;
}
.hadd-top-posts-item_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadd-top-posts-item_body {
  background: #d9d9d9;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 12px;
}
.hadd-top-posts-item_tag {
  background: #59872c;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: fit-content;
  border-radius: 4px;
  padding: 6px 12px;
}
.hadd-top-posts-item_title {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}
.hadd-top-posts-item_more {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #59872c;
  text-align: right;
  margin-top: 8px;
}
.hadd-top-posts_more a {
  background: #59872c;
  margin-right: 0;
}
.noptjs {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body {
  opacity: 1 !important;
}
#header {
  background: none;
}
.hadd-for-pc {
  display: none;
}
@media (min-width: 769px) {
  .hadd-for-pc {
    display: block;
  }
}
@media (max-width: 769px) {
  .hadd-header-nav {
  }
  .hadd-header-nav-inner_label {
    font-size: 20px;
    margin-top: 20px;
  }
  .hadd-header-nav-inner_label-top {
    margin-top: 0;
  }
}
.hadd-header-nav_item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 2px #d8d8d8;
}
@media (min-width: 769px) {
  .hadd-header-nav_item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.hadd-header-nav-inner {
  padding-top: 24px;
  padding-left: 24px;
}
@media (min-width: 769px) {
  .hadd-header-nav-inner {
    display: none;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: -50px;
  }
}
.hadd-header-nav_item:hover .hadd-header-nav-inner {
  display: block;
}
.hadd-header-nav-inner_grid {
}
@media (min-width: 769px) {
  .hadd-header-nav-inner_grid {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 30vw;
    border-top: 4px solid #4e95d9;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .hadd-header-nav-inner_inner {
    background: #fff;
    white-space: nowrap;
    max-width: 30vw;
    width: fit-content;
    border-top: 4px solid #4e95d9;
    padding: 12px;
  }
}
.hadd-header-nav-inner_list {
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside;
}
.hadd-header-nav-inner_item {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .hadd-header-aside-wrap {
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    overflow: auto;
    transition: height 0.3s;
  }
}
@media (max-width: 768px) {
  .hadd-header-nav-inner_link {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .hadd-header-nav-inner_link {
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .hadd-header-nav-inner_link::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
  }
}
.hadd-header-aside {
  padding-top: 24px;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .hadd-header-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
}
.hadd-header-sns {
  display: flex;
  align-items: center;
}
.hadd-header-sns_link {
  display: block;
}
.hadd-header-sns_link:hover {
  filter: brightness(200%);
  transform: translate(0, -0.6em);
  transition: transform 0.3s;
}
.hadd-header-sns_link.-line {
  background: #32b72a;
  border-radius: 8px 0 0 8px;
}
.hadd-header-sns_link.-instagram {
  background: #e0316d;
}
.hadd-header-sns_link.-facebook {
  background: #2c62c9;
}
.hadd-header-sns_link.-twitter {
  background: #000;
}
.hadd-header-sns_link.-youtube {
  background: #f00;
  border-radius: 0 8px 8px 0;
}
.hadd-header-sns_link img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
}
@media (min-width: 769px) {
  .hadd-header-nav_list {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.hadd-header-nav_link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 769px) {
  .hadd-header-nav_link {
    font-size: 14px;
    font-weight: 500;
    color: #283f14;
    border-bottom: 6px solid #283f14;
    padding: 4px 4px 8px;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
	.hadd-is-sp {
		display: none;
	}
}

 .hadd-svslideprofile {

                                            }
                                            .hadd-svslideprofile_label {
                                                background: #283f14;
                                                font-size: 24px;
                                                font-weight: 700;
                                                text-align: center;
                                                color: #fff;
                                                padding: 1px;
                                                position: relative;
                                                margin-bottom: 0 !important;
                                            }
                                            .hadd-svslideprofile_label::before {
                                                content: '>';
                                                display: block;
                                                position: absolute;
                                                top: 50%;
                                                right: 20px;
                                                transform: translateY(-50%) rotate(90deg);
                                            }
                                            .hadd-svslideprofile_label.open::before {
                                                transform: translateY(-50%) rotate(-90deg);
                                            }
                                            .hadd-svslideprofile_label > div {
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                                gap: 24px;
                                                border: 1px solid #fff;
                                                padding: 12px 0;
                                                margin-bottom: 0 !important;
                                            }
                                            .hadd-svslideprofile_label img {
                                                width: 80px;
                                                height: auto;
                                            }
                                            .hadd-svslideprofile_label p {
                                                margin: 0 !important;
                                            }

                                            .hadd-svslideprofile_body {
                                                background: #EAF9DE;
                                                display: grid;
                                                grid-template-rows:0fr;
                                                transition: grid-template-rows 0.3s ease-in-out;
                                            }
                                            .hadd-svslideprofile_body.open {
                                                grid-template-rows: 1fr;
                                            }
                                            .hadd-svslideprofile_body > div {
                                                width: fit-content;
                                                margin: 0 auto !important;
                                                overflow: hidden;
                                            }
                                            .hadd-svslideprofile_name {
                                                font-weight: 700;
                                                margin: 0 !important;
                                                padding: 20px 20px 0;
                                            }
                                            .hadd-svslideprofile_text {
                                                line-height: 1.5;
                                                margin: 8px 0 0 !important;
                                                padding: 0 20px 20px;
                                            }
                                            .hadd-svslideprofile_text a {
                                                color: #004EFF;
                                                text-decoration: underline;
                                                font-weight: 700;
                                            }
                                            @media (max-width: 768px) {
                                                .hadd-svslideprofile_label {
                                                    font-size: 14px;
                                                }
                                                .hadd-svslideprofile_label > div {
                                                    gap: 8px;
                                                    padding: 12px 32px 12px 12px;
                                                }
                                                .hadd-svslideprofile_label img {
                                                    width: 50px;
                                                    height: auto;
                                                }
                                                .hadd-svslideprofile_name {
                                                    padding: 10px 10px 0;
                                                }
                                                .hadd-svslideprofile_text {
                                                    padding: 0 10px 10px;
                                                }
                                            }
 .hadd-svslideprofile {

                                            }
                                            .hadd-svslideprofile_label {
                                                background: #283f14;
                                                font-size: 24px;
                                                font-weight: 700;
                                                text-align: center;
                                                color: #fff;
                                                padding: 1px;
                                                position: relative;
                                                margin-bottom: 0 !important;
                                            }
                                            .hadd-svslideprofile_label::before {
                                                content: '>';
                                                display: block;
                                                position: absolute;
                                                top: 50%;
                                                right: 20px;
                                                transform: translateY(-50%) rotate(90deg);
                                            }
                                            .hadd-svslideprofile_label.open::before {
                                                transform: translateY(-50%) rotate(-90deg);
                                            }
                                            .hadd-svslideprofile_label > div {
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                                gap: 24px;
                                                border: 1px solid #fff;
                                                padding: 12px 0;
                                                margin-bottom: 0 !important;
                                            }
                                            .hadd-svslideprofile_label img {
                                                width: 80px;
                                                height: auto;
                                            }
                                            .hadd-svslideprofile_label p {
                                                margin: 0 !important;
                                            }

                                            .hadd-svslideprofile_body {
                                                background: #EAF9DE;
                                                display: grid;
                                                grid-template-rows:0fr;
                                                transition: grid-template-rows 0.3s ease-in-out;
                                            }
                                            .hadd-svslideprofile_body.open {
                                                grid-template-rows: 1fr;
                                            }
                                            .hadd-svslideprofile_body > div {
                                                width: fit-content;
                                                margin: 0 auto !important;
                                                overflow: hidden;
                                            }
                                            .hadd-svslideprofile_name {
                                                font-weight: 700;
                                                margin: 0 !important;
                                                padding: 20px 20px 0;
                                            }
                                            .hadd-svslideprofile_text {
                                                line-height: 1.5;
                                                margin: 8px 0 0 !important;
                                                padding: 0 20px 20px;
                                            }
                                            .hadd-svslideprofile_text a {
                                                color: #004EFF;
                                                text-decoration: underline;
                                                font-weight: 700;
                                            }
                                            @media (max-width: 768px) {
                                                .hadd-svslideprofile_label {
                                                    font-size: 14px;
                                                }
                                                .hadd-svslideprofile_label > div {
                                                    gap: 8px;
                                                    padding: 12px 32px 12px 12px;
                                                }
                                                .hadd-svslideprofile_label img {
                                                    width: 50px;
                                                    height: auto;
                                                }
                                                .hadd-svslideprofile_name {
                                                    padding: 10px 10px 0;
                                                }
                                                .hadd-svslideprofile_text {
                                                    padding: 0 10px 10px;
                                                }
                                            }
 .hadd-svprofile {
        margin-top: 32px;
    }

    .hadd-svprofile_label {
        background: #283f14;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        padding: 1px;
    }

    .hadd-svprofile_label>span {
        display: block;
        border: 1px solid #fff;
        padding: 12px 0;
    }

    .hadd-svprofile_inner {
        background: #EAF9DE;
    }

    .hadd-svprofile_inner_inner {
        display: flex;
        gap: 40px;
        padding: 20px;
        width: fit-content;
        margin: 0 auto;
    }

    .hadd-svprofile_icon {
        width: 120px;
    }

    .hadd-svprofile_icon img {
        width: 100%;
        height: auto;
    }

    .hadd-svprofile_body {
        flex: 1;
        min-width: 0;
    }

    .hadd-svprofile_name {
        font-weight: 700;
    }

    .hadd-svprofile_text {
        margin-top: 8px;
        line-height: 1.5;
    }

    .hadd-svprofile_text a {
        color: #004EFF;
        text-decoration: underline;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .hadd-svprofile_label {
            font-size: 18px;
        }

        .hadd-svprofile_inner_inner {
            flex-direction: column;
            align-items: center;
            padding: 10px;
            gap: 20px;
        }
    }



.add-osaka-qa-card {
        border-bottom: 2px solid #477023;

    }
    .add-osaka-qa-card:last-child {
        border-bottom: 0;
    }
    .add-osaka-qa-card_label {
        font-size: 1.4rem;
		font-weight: 700;
        color: #477023;
        padding: 0.8em calc(24px + 1em) 0.8em 0;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    .add-osaka-qa-card_label::before {
        content: "";
        background: url("./images/202603/angle-down.png") center / cover no-repeat;
        display: block;
        width: 36px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    /* 開いた状態のアイコン回転 */
    .add-osaka-qa-card_label.is-open::before {
        transform: translateY(-50%) rotate(180deg);
    }

    .add-osaka-qa-card_body {
        overflow: hidden;
    }