/* 北海道ソーシャルメディアネットワーク協会 専用CSS */

/* 新しいFVレイアウト */
.hmeMv__flex {
  width: 55%;
  align-items: flex-start;
}

.hmeMv__en {
  font-size: 28px;
  color: #A8CCC4;
  font-family: 'Avenir', sans-serif;
  font-weight: 900;
  margin-bottom: 16px;
  margin-left: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hmeMv__title {
  font-size: 32px;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  background-color: #2D6F6F;
  padding: 32px 40px;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hmeMv__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 107px solid #2D6F6F;
  border-bottom: 60px solid transparent;
  border-right: 30px solid transparent;
}

.hmeMv__desc {
  font-size: 20px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  margin-bottom: 40px; /* 20px追加 */
  margin-left: 40px;
  text-align: left;
  width: 90%;
  position: relative;
  z-index: 2;
}

.hmeMv__btn {
  display: inline-block;
  background-color: #FF9F0E;
  color: white !important;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  margin-left: 40px;
}

.hmeMv__btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url('../img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  vertical-align: middle;
}

.hmeMv__btn:hover {
  background-color: #E68A00;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 159, 14, 0.3);
  text-decoration: none;
  color: white !important;
}

/* レスポンシブ対応（スマホ・タブレット調整） */
@media (max-width: 767px) {
	.hmeMv__inner {
    padding: 40px 0;
}
	.hmeMv{
		height: unset;
	}
  .hmeMv__flex {
    width: 100%;
    padding: 0px;
  }
  
  .hmeMv__en {
	  color: #2D6F6F;
    font-size: 20px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .hmeMv__title {
    font-size: 24px;
    padding: 20px 24px;
    text-align: center;
    margin-bottom: 0;
	  width: 100%;
  }
  
  .hmeMv__title::after {
    border-top: 64px solid #2D6F6F;
    border-bottom: 44px solid transparent;
    border-right: 20px solid transparent;
    right: -20px;
  }
  
  .hmeMv__desc {
    font-size: 16px;
    margin-left: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
	  padding: 0 16px;
  }
  
  .hmeMv__btn {
    font-size: 16px;
    padding: 16px 32px;
    margin-left: 0;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
	
	.hmeMv__inner{
		padding: 64px 0;
	}
  .hmeMv__flex {
    width: 100%;
    padding: 0;
display: flex;
        align-items: center;
  }
  
  .hmeMv__en {
    font-size: 24px;
    margin-left: 20px;
	  color: #2d6f6f;
  }
  
  .hmeMv__title {
    font-size: 28px;
    padding: 28px 36px;
	  width:100%;
  }
  
  .hmeMv__title::after {
    border-top: 88px solid #2D6F6F;
    border-bottom: 56px solid transparent;
    border-right: 25px solid transparent;
    right: -25px;
	  display: none;
  }
  
  .hmeMv__desc {
    font-size: 18px;
    margin-left: 20px;
    width: 95%;
  }
  
  .hmeMv__btn {
    font-size: 17px;
    padding: 18px 36px;
    margin-left: 20px;
  }
}

@media (min-width: 1240px) {
  .hmeMv__flex {
    text-align: left;
    width: 55%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
	margin-top: -40px;
  }
  
  .hmeMv__en {
    text-align: left;
  }
  
  .hmeMv__title {
    text-align: left;
    font-size: 32px;
  }
  
  .hmeMv__title::after {
    border-top: 100px solid #2D6F6F;
    border-bottom: 60px solid transparent;
    border-right: 30px solid transparent;
    right: -30px;
  }
  
  .hmeMv__desc {
    text-align: left;
  }
}



/* 活動拠点セクション */
.hmeArea {
  width: 100%;
  background-color: #F8FCFC;
  padding: 80px 0;
}

@media (min-width: 1240px) {
  .hmeArea {
    padding: 120px 0;
  }
}

.hmeArea__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeArea__ttl {
  text-align: center;
  margin-bottom: 24px;
}

.hmeArea__ttlJp {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 24px;
}

.hmeArea__desc {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.7;
}

@media (min-width: 1240px) {
  .hmeArea__desc {
    margin-bottom: 64px;
  }
}

.hmeArea__map {
  text-align: center;
  opacity: 0;
}

.hmeArea__map.js-inview-acv {
  animation: fadeIn 1.2s ease forwards .75s;
}

.hmeArea__map img {
  width: 725px;
  height: auto;
  max-width: 100%;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .hmeArea {
    padding: 60px 0;
  }
  
  .hmeArea__ttlJp {
    font-size: 24px;
  }
  
  .hmeArea__desc {
    margin-bottom: 32px;
  }
}

.hmeBuddy__ttlEn {
  font-size: 64px;
}

/*活動内容*/
/* ========================================
   新しい活動内容セクション
======================================== */

.hmeActivity {
  position: relative;
  padding: 40px 16px;
}

.hmeActivity:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15rem;
  background-color: #D6E6E6;
  content: "";
  z-index: -1;
}

@media (min-width: 1240px) {
  .hmeActivity:before {
    height: 24rem;
  }
}

/* セクションのスタイル */
.hmeActivity__section {
  margin-bottom: 80px;
}

.hmeActivity__section:last-child {
  margin-bottom: 0;
}

.hmeActivity__sectionTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2D6F6F;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
	.hmeActivity{
		padding: 80px 20px;
	}
  .hmeActivity__sectionTitle {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.hmeActivity__sectionDesc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hmeActivity__sectionDesc {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

/* カードリストのスタイル */
.hmeActivity__cardList {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  
	padding-bottom: 48px !important;
	border-bottom: 1px solid #d6e5e6;
}

@media (min-width: 768px) {
  .hmeActivity__cardList {
    padding: 0;
  }
}

/* カードアイテムのスタイル */
.hmeActivity__cardItem {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2D6F6F;
  width: calc(50% - 12px);
  max-width: 280px;
  aspect-ratio: 1 / 1;
  padding: 12px;
  opacity: 0;
  row-gap: 16px;
  transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hmeActivity__cardItem:hover {
  transform: translateY(-5px);
}

.hmeActivity__cardItem.js-inview-acv {
  animation: fadeIn 1.2s ease forwards 0.75s;
}

/* PCでは全て4列、スマホでは2列の統一レイアウト */
@media (min-width: 768px) {
  .hmeActivity__cardList {
    justify-content: center;
  }
  
  .hmeActivity__cardItem {
    width: calc(25% - 18px);
    max-width: 220px;
  }
}

@media (min-width: 1240px) {
  .hmeActivity__cardItem {
    width: calc(25% - 18px);
    max-width: 220px;
  }
}

/* カードアイテム内の画像とテキスト */
.hmeActivity__cardItemImg {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hmeActivity__cardItemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hmeActivity__cardItemTxt {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
	margin: 0;
}

@media (min-width: 768px) {
  .hmeActivity__cardItemTxt {
    font-size: 1.5rem;
  }
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ調整 */
@media (max-width: 767px) {
  .hmeActivity__section {
    margin-bottom: 60px;
  }
  
  .hmeActivity__cardItem {
    aspect-ratio: 1.2 / 1;
    padding: 16px;
  }
}
/*活動内容*/


.hmeDirector {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (min-width: 1240px) {
  .hmeDirector {
    padding: 160px 0;
  }
}

.hmeDirector__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeDirector__ttlJp {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (min-width: 1240px) {
  .hmeDirector__ttlJp {
    font-size: 36px;
  }
}

.hmeDirector__ttlEn {
  font-size: 64px;
  font-family: 'Avenir', sans-serif;
  color: rgba(45, 111, 111, 0.05);
}

@media (min-width: 1240px) {
  .hmeDirector__ttlEn {
    font-size: 106px;
  }
}

.hmeDirector__list {
  row-gap: 48px;
}

@media (min-width: 1240px) {
  .hmeDirector__list {
    row-gap: 80px;
  }
}

.hmeDirector__listItem {
  flex-direction: column;
  row-gap: 32px;
  opacity: 0;
  background-color: #FAFAFA;
  padding: 40px;
}

.hmeDirector__listItem.js-inview-acv {
  animation: fadeIn 1.2s ease forwards .75s;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem {
    flex-direction: row;
    column-gap: 48px;
    align-items: flex-start;
  }
}

.hmeDirector__listItem1 {
  width: 100%;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1 {
    width: 60%;
  }
}

.hmeDirector__listItem1Company {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  margin-bottom: 8px;
}

.hmeDirector__listItem1Name {
  margin-bottom: 24px;
  align-items: baseline;
  column-gap: 16px;
}

.hmeDirector__listItem1NameJp {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1NameJp {
    font-size: 28px;
  }
}

.hmeDirector__listItem1NameEn {
  font-size: 14px;
  font-family: 'Avenir', sans-serif;
  color: #2D6F6F;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1NameEn {
    font-size: 16px;
  }
}

.hmeDirector__listItem1Career {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hmeDirector__listItem1Career li {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1Career li {
    font-size: 15px;
  }
}

.hmeDirector__listItem2 {
  width: 100%;
  justify-content: center;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem2 {
    width: 40%;
  }
}

.hmeDirector__listItem2 img {
  width: 250px;
  height: auto;
  max-width: 100%;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem2 img {
    width: 300px;
  }
}

.hmeDirector {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (min-width: 1240px) {
  .hmeDirector {
    padding: 160px 0;
  }
}

.hmeDirector__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeDirector__ttlJp {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (min-width: 1240px) {
  .hmeDirector__ttlJp {
    font-size: 36px;
  }
}

.hmeDirector__ttlEn {
  font-size: 64px;
  font-family: 'Avenir', sans-serif;
  color: rgba(45, 111, 111, 0.05);
}

@media (min-width: 1240px) {
  .hmeDirector__ttlEn {
    font-size: 106px;
  }
}

.hmeDirector__list {
  row-gap: 48px;
}

@media (min-width: 1240px) {
  .hmeDirector__list {
    row-gap: 80px;
  }
}

.hmeDirector__listItem {
  flex-direction: column;
  row-gap: 32px;
  opacity: 0;
  background-color: #FAFAFA;
  padding: 16px;
	        column-gap: 0;
}

.hmeDirector__listItem.js-inview-acv {
  animation: fadeIn 1.2s ease forwards .75s;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem {
    flex-direction: row;
    align-items: flex-start;
	   padding: 40px;
  }
}

.hmeDirector__listItem1 {
  width: 100%;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1 {
    width: 60%;
  }
}

.hmeDirector__listItem1Company {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  margin-bottom: 8px;
}

.hmeDirector__listItem1Name {
  margin-bottom: 24px;
  padding-bottom: 24px;
  align-items: baseline;
  column-gap: 16px;
  border-bottom: 1px solid #002742;
}

.hmeDirector__listItem1NameJp {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1NameJp {
    font-size: 28px;
  }
}

.hmeDirector__listItem1NameEn {
  font-size: 14px;
  font-family: 'Avenir', sans-serif;
  color: #2D6F6F;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1NameEn {
    font-size: 16px;
  }
}

.hmeDirector__listItem1Career {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hmeDirector__listItem1Career li {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem1Career li {
    font-size: 15px;
  }
}

.hmeDirector__listItem2 {
  width: 100%;
  justify-content: flex-start;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem2 {
    width: 40%;
  }
}

.hmeDirector__listItem2 img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 1240px) {
  .hmeDirector__listItem2 img {
    width: 300px;
  }
}

/* セミナーセクション */
.hmeSeminar {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(to bottom,
      #D6E6E6 0%,
      rgba(214, 230, 230, 0) 50%,
      #D6E6E6 100%);
  overflow: hidden;
  padding: 80px 0;
}

@media (min-width: 1240px) {
  .hmeSeminar {
    padding: 160px 0;
  }
}

.hmeSeminar__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeSeminar__ttl {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1240px) {
  .hmeSeminar__ttl {
    margin-bottom: 64px;
  }
}

.hmeSeminar__ttlJp {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (min-width: 1240px) {
  .hmeSeminar__ttlJp {
    font-size: 36px;
  }
}

.hmeSeminar__ttlEn {
  font-size: 64px;
  font-family: 'Avenir', sans-serif;
  color: rgba(30, 30, 30, 0.1);
}

@media (min-width: 1240px) {
  .hmeSeminar__ttlEn {
    font-size: 106px;
  }
}

.hmeSeminar__flex {
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex {
    flex-direction: row;
    column-gap: 48px;
    align-items: center;
  }
}

.hmeSeminar__flex1 {
  width: 100%;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex1 {
    width: 50%;
  }
}

.hmeSeminar__flex1Txt {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  line-height: 1.7;
  margin-bottom: 32px;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex1Txt {
    font-size: 18px;
  }
}

.hmeSeminar__flex1Content {
  margin-bottom: 0;
  background-color: #fff;
  border: 3px solid #5C9A9B;
  border-radius: 8px;
  padding: 24px;
}

.hmeSeminar__flex1ContentTtl {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #001D39;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex1ContentTtl {
    font-size: 20px;
  }
}

.hmeSeminar__flex1ContentList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hmeSeminar__flex1ContentList li {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.hmeSeminar__flex1ContentList li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #1E1E1E;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex1ContentList li {
    font-size: 16px;
  }
}

.hmeSeminar__flex2 {
  width: 100%;
  opacity: 0;
}

.hmeSeminar__flex2.js-inview-acv {
  animation: fadeIn 1.2s ease forwards .75s;
}

@media (min-width: 1240px) {
  .hmeSeminar__flex2 {
    width: 50%;
  }
}

.hmeSeminar__flex2 img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.hmeSeminar__link {
  background: linear-gradient(45deg, #FF9F0E 0%, #EE2800 100%);
  color: #fff;
  padding: 24px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  width: 330px;
  height: fit-content;
  margin: 40px auto 0;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.hmeSeminar__link:hover {
  background: linear-gradient(45deg, #E8900E 0%, #CC2400 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* 区切り線 */
.hmeDivider {
  width: 90%;
  height: 1px;
  background-color: #0E6869;
  margin: 0 auto;
}

/* 支援領域セクション */
.hmeSupport {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(to bottom,
      #D6E6E6 0%,
      rgba(214, 230, 230, 0) 50%,
      #D6E6E6 100%);
  overflow: hidden;
  padding: 80px 0;
}

@media (min-width: 1240px) {
  .hmeSupport {
    padding: 160px 0;
  }
}

.hmeSupport__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeSupport__ttl {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1240px) {
  .hmeSupport__ttl {
    margin-bottom: 64px;
  }
}

.hmeSupport__ttlJp {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (min-width: 1240px) {
  .hmeSupport__ttlJp {
    font-size: 36px;
  }
}

.hmeSupport__ttlEn {
  font-size: 64px;
  font-family: 'Avenir', sans-serif;
  color: rgba(30, 30, 30, 0.1);
}

@media (min-width: 1240px) {
  .hmeSupport__ttlEn {
    font-size: 106px;
  }
}

.hmeSupport__flex {
  flex-direction: column-reverse;
  row-gap: 32px;
  align-items: center;
}

@media (min-width: 1240px) {
  .hmeSupport__flex {
    flex-direction: row;
    column-gap: 48px;
    align-items: center;
  }
}

.hmeSupport__flex1 {
  width: 100%;
}

@media (min-width: 1240px) {
  .hmeSupport__flex1 {
    width: 50%;
  }
}

.hmeSupport__flex1Txt {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1E1E1E;
  line-height: 1.7;
  margin-bottom: 24px;
}

.hmeSupport__flex1Txt:last-child {
  margin-bottom: 0;
}

@media (min-width: 1240px) {
  .hmeSupport__flex1Txt {
    font-size: 18px;
  }
}

.hmeSupport__flex2 {
  width: 100%;
  opacity: 0;
}

.hmeSupport__flex2.js-inview-acv {
  animation: fadeIn 1.2s ease forwards .75s;
}

@media (min-width: 1240px) {
  .hmeSupport__flex2 {
    width: 50%;
  }
}

.hmeSupport__flex2 img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* 活動内容セクション - スマホでも2列対応 */

/* まず、既存のflex-direction: columnを上書き */
@media (max-width: 767px) {
  .hmeActivity__list {
    display: flex !important;
    flex-direction: row !important; /* columnから変更 */
    flex-wrap: wrap !important;
    row-gap: 16px !important; /* 行間を少し狭める */
    column-gap: 16px !important; /* 列間も狭める */
    padding: 0 1.6rem !important; /* 左右のパディング調整 */
  }
  
  .hmeActivity__listItem {
    width: calc(50% - 8px) !important; /* 既存の100%を上書き */
    aspect-ratio: 1 / 1 !important; /* 正方形を維持 */
    padding: 16px !important; /* パディングを小さめに */
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    row-gap: 12px !important; /* 画像とテキストの間隔 */
  }
  
  /* アイコン画像サイズをスマホで小さくする */
  .hmeActivity__listItemImg img {
    width: 48px !important;
    height: 48px !important;
  }
  
  /* テキストサイズをスマホで調整 */
  .hmeActivity__listItemTxt {
    font-size: 12px !important; /* フォントサイズを小さめに */
    line-height: 1.3 !important;
    text-align: center !important;
  }
}

/* より小さなスマホ（320px-480px）の場合の調整 */
@media (max-width: 480px) {
  .hmeActivity__list {
    row-gap: 12px !important;
    column-gap: 12px !important;
    padding: 0 1.2rem !important;
  }
  
  .hmeActivity__listItem {
    width: calc(50% - 6px) !important;
    padding: 12px !important;
    row-gap: 8px !important;
  }
  
  
  
  .hmeActivity__listItemTxt {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
}


/* 新しいセミナーセクション */
.hmeNewSeminar {
  position: relative;
  padding: 48px 0;
  margin-top: 80px;
  background-image: url("../img/seminar-ctaback.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
	overflow:visible;
}

@media (max-width: 767px) {
  .hmeNewSeminar {
    padding: 48px 0;
    margin-top: 60px;
    background-attachment: scroll;
  }
}

.hmeNewSeminar__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hmeNewSeminar__content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .hmeNewSeminar__content {
    flex-direction: column;
    gap: 20px;
  }
	.hmeNewSeminar__content{
		margin-bottom: 20px;
	}
}

.hmeNewSeminar__imageArea {
  flex-shrink: 0;
  max-width: 432px;
  width: 100%;
  order: -1;
}

.hmeNewSeminar__imageArea img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: fadeInUpNew 1s ease forwards 0.5s;
}

@media (max-width: 768px) {
  .hmeNewSeminar__imageArea{

}
	.hmeNewSeminar__list {
    margin: 0 !important;
}
	.hmeNewSeminar__list li{
		text-align: left;
	}
	.hmeNewSeminar__badge {
        display: none !important;
    }
	.hmeNewSeminar__textArea{
	}
}

.hmeNewSeminar__textArea {
  flex: 1;
  max-width: 600px;
  position: relative;
}

.hmeNewSeminar__badge {
  position: absolute;
  top: -80px;
  left: 0;
  background: #247576;
  color: #fff !important;
  padding: 16px 32px;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  z-index: 3;
	
}

.hmeNewSeminar__badge::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #247576;
}

@media (max-width: 767px) {
  .hmeNewSeminar__badge {
    position: static;
    display: inline-block;
    font-size: 20px;
    padding: 12px 24px;
    margin-bottom: 24px;
  }
  
  .hmeNewSeminar__badge::after {
    left: 16px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5C9A9B;
  }
}

.hmeNewSeminar__subtitle {
  color: #fff;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
  border-bottom: 3px solid #fff;
  padding-bottom: 16px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .hmeNewSeminar__subtitle {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 0;
	  text-align: left;
	  width: 100%;
  }
}

.hmeNewSeminar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.hmeNewSeminar__list li {
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  padding: 8px 0;
  position: relative;
  padding-left: 20px;
}

.hmeNewSeminar__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {
  .hmeNewSeminar__list li {
    font-size: 16px;
  }
}

.hmeNewSeminar__btnWrap {
  text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.hmeNewSeminar__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FF9F0E 0%, #EE2800 100%);
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding: 20px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(238, 40, 0, 0.3);
	border: 3px solid #fff;
}

.hmeNewSeminar__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(238, 40, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

.hmeNewSeminar__btn:hover svg {
  transform: translateX(4px);
}

.hmeNewSeminar__btn svg {
  transition: transform 0.3s ease;
  stroke: #fff;
}

@media (max-width: 767px) {
  .hmeNewSeminar__btn {
    font-size: 16px;
    padding: 24px;
    gap: 8px;
	  
  }
}

@keyframes fadeInUpNew {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .hmeNewSeminar__textArea {
    text-align: center;
    max-width: 100%;
  }
  
  .hmeNewSeminar__badge {
    display: block;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto 24px;
  }
}