
/*--共通--*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #ebeddf;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/*--ヘッダー--*/
.site-header {
   background-color: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.logo img {
  height: 90px;
  margin-left: 10px;
}
.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.nav ul li a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: #333;
}
.nav_list a:hover {
  color: #6699cc;
}
.line-button {
  margin-right: 20px;
}
.line-reseve {
  background-color: #28c341;
  color: white;
  padding: 15px 20px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.line-reseve:hover {
  background-color: #1fa534;
}
.line-reseve-small {
  font-size: 10px;
  vertical-align: middle; 
}

/* ハンバーガーメニュー基本 */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
}
.hamburger-menu span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* メニューが開いているときのアニメーション */
.hamburger-menu--open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger-menu--open span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu--open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/*--メインビジュアル--*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url(../image/about_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv__titleArea {
  color: #fff;
  text-align: center;
}
.mv__title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
  margin-bottom: 10px;
}
.mv__subtitle {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}
/*--メインビジュアル：トレーナー--*/
.mv-trainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url(../image/trainer_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}
/*--メインビジュアル：姿勢の形成--*/
.mv-shisei {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url(../image/shisei_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}
/*--メインビジュアル：お役立ちコラム--*/
.mv-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url(../img/shisei_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}


/*--BTKとは--*/
.BTK-about {
  max-width: 80%;
  margin: 40px auto;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.BTK-about-title {
  font-size: 50px;
}
.BTK-about-subtitle {
  font-size: 30px;
  margin-top: -2rem;
  color: #7ed957;
  font-weight: bold;
  margin-bottom: 4rem;
}
.BTK-about-text-inner {
  position: relative;
}
.BTK-about-img {
  margin: -40rem auto 0 auto;
  z-index: auto; 
}
.BTK-about-text {
  max-width: 45%;
  font-size: clamp(10px, 1.5vw, 19px);
  letter-spacing: 0.05rem;
  z-index: -1;
  margin-left: 2rem;
  margin-bottom: 30rem;
}
/*--BTKとは:PC非表示--*/
.about-img-desktop {
  display: block;
  width: 100%;
  height: auto;
}
.about-img-mobile {
  display: none;
}

/*--プロフィール--*/
.profile {
  max-width: 1200px;
  margin: 0 auto;
}
.profile-box {
  display: flex;
  align-items: center;
}
.profile-name-box {
  text-align: right;
}
.profile-trainer {
  flex: 5;
  align-items: center;
}
.profile-trainer img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/*--プロフィール：プロフィール部分--*/
.profile-text-box {
  flex: 5;
  margin-left: -6rem;
}
.profile-name-title {
  font-size: 35px;
  margin-bottom: -20px;
}
.profile-name-subtitle01 {
  margin-bottom: -20px;
}

/*--プロフィール部分：プロフィールテキスト--*/
.profile-section {
  margin-left: 30px;
}
.profile-section-title {
  font-size: 24px;
}
.profile-section-list {
  font-size: 18px;
  margin-top: -1.5rem;
}
.profile-section-list-none {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 22px;
}
.profile-section-title {
  background-color: #aed768;
  padding-inline: 10px;
  padding-top: .5px;
  padding-bottom: .5px;
}

/*--コンセプト--*/
.Concept-title {
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  text-align: center;
}
.Concept-subtext {
  width: 100%;
  flex: 1;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: bold;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left: 10rem;
}
.Concept-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 5rem;
}
.Concept-img {
  flex: 1;
}

/*--10年の指導経験を経て--*/
.BTK-Comment-box {
  max-width: 80%;
  margin: 40px auto;
  border: 1px solid #999;
  padding: 20px;
  border-radius: 8px;
}
.BTK-Comment-title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
}
.BTK-Comment-subtitle {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: 0.05rem;
}
.BTK-Comment-red {
  color: #d80000;
  font-weight: bold;
}

/*--当ジムの特徴--*/
.BTK-Features-title {
  font-size: 48px;
  text-align: center;
}
.BTK-Features-inner {
  max-width: 80%;
  margin: 40px auto;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.BTK-Features-subtitle {
  padding-left: 1rem;
  border-left: 6px solid #333;
}
.BTK-Features-subtitle-text {
  font-size: 43px;
}
.BTK-Features-box {
  display: flex;
  align-items: center;
}
.box-left {
  flex: 3;
}
.box-right {
  flex: 7;
  margin-left: 30px;
}
.BTK-Features-text01 {
  font-size: 23px;
  letter-spacing: 0.05rem;
}
.BTK-Features-text02 {
  font-size: 23px;
  letter-spacing: 0.05rem;
}
.BTK-Features-container01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.BTK-Features-box02 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.box-left02 {
  flex: 7;
}
.box-right02 {
  flex: 3;
}
.BTK-Features-img03-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 600px;
  margin: 3rem auto;
  align-items: center;
}

/*--呼吸機能の最大化--*/
.BTK-Features-img04 {
  text-align: center;
}
.BTK-Features-text03 {
  font-size: 23px;
  letter-spacing: 0.05rem;
  margin-bottom: 5rem;
}
.BTK-Features-img05 {
  margin-bottom: 5rem;
}

/*--当ジムで解決できること--*/
.solution-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}
.solution-container-grid {
  position: relative;
  overflow: hidden;
}
.solution-box img {
  width: 100%;
  height: auto;
  display: block;
}
.solution-box-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.solution-text-title {
  font-size: clamp(17px, 2vw, 30px);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.solution-text-subtitle {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  justify-content: space-between;
  width: 90%;
  margin-left: 20px;
}

/*--代表の想い--*/
.Thoughts-title {
  font-size: 42px;
  text-align: center;
}
.Thoughts-text-box01,
.Thoughts-text-box02 {
  font-size: 23px;
  margin-bottom: 7rem;
}
.Thoughts-text-box02 {
  text-align: right;
}
.Thoughts-text-stlong {
  font-weight: bold;
}

/*--姿勢の形成：説明文--*/
.shisei-introduction-box {
  background-color: #fff;
  padding: 2rem;
  margin: 40px auto;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.8;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* 下に落ちる影を再現 */
  border-radius: 6px;
}

/*--姿勢の形成：アプローチポイント--*/
.shisei-pointo-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
}
.shisei-pointo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
} 
.shisei-pointo-box-inner {
  display: flex;
  text-align: center;
  align-items: center;
}
.shisei-pointo-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.shisei-pointo-subtitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.shisei-pointo-text {
  font-size: 19px;
  text-align: left;
}

/*--アプローチの具体例--*/
.shisei-approach-container {
  max-width: 100%;
  margin: 40px auto;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.shisei-approach-box {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  align-items: stretch; 
  align-items: center;
  gap: 20px;
  margin-bottom: 3rem;
}
.sorigoshi-box {
  background-color: #e7f4e5;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-column: span 3; /* boxを3列分使って横長に */
  height: 100%;
}
.sorigoshi-video {
  width: 100%;
  background-color: #e6f5e9;
  overflow: hidden;
}
.sorigoshi-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.shisei-approach-smalltitle {
  font-size: 20px;
  font-weight: bold;
  color: #00bf63;
  margin-bottom: -2rem;
}
.shisei-approach-title {
  font-size: 27px;
}
.sorigoshi-text {
  padding: 0 10px;
}
.sorigoshi-title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 2px;
  margin-left: 10px;
}

.sorigoshi-text {
  font-size: 18px;
}

.sorigoshi-triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 1; /* 矢印1列分 */
}
.sorigoshi-triangle img {
  width: 30px;
  height: auto;
}

/*--その他アプローチの具体例--*/
.shisei-about-containner {
  max-width: 100%;
  margin: 40px auto;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.shisei-about-containner02{
  max-width: 100%;
  margin: 40px auto;
}
.shisei-about-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  background-color: #d7ecd0;
  gap: 30px;
  position: relative;
}

.shisei-about-inner {
  flex: 1;
  position: relative;
  z-index: 2;
  margin-right: -60px;
}

.shisei-about-subtitle h4 {
  font-size: 30px;
  margin-left: 3rem;
}

.shisei-about-list {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-left: 3rem;
}

.shisei-about-list li {
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

.shisei-about-img {
  width: 40%; 
  position: relative;
  z-index: 1;
}

.shisei-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*--コラム：分割場所--*/
.column-all-title {
  width: 95%;
  font-size: 23px;
  border-bottom: 6px double #000;
}

.column-widh {
  width:1000px;
  padding: 20px;
}

.column-divide {
  display: flex;  
}
.column-box {
  width: 93%;
  flex-basis: 70%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #333;
}
.column-box-img {
  flex-basis: 40%;
}
.column-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column-box-text {
  flex-basis: 60%;
  padding: 20px;
}
.column-label {
  display: inline-block;
  padding: 0px 20px;
  border-radius: 50px;
  background-color: #c2d8ed;
  font-weight: bold;
  font-size: 12px;
}
.column-text-data {
  font-size: 13px;
}
.column-text-title {
  font-size: 20px;
  font-weight: bolder;
}
.column-newbox-text-data {
  font-size: 15px;
}
.column-tect-btn a {
  background: #6699cc;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.column-tect-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.column-tect-btn a:hover {
  background: #003c64;
  color: #FFF;
}
.column-tect-btn a:hover:after {
  right: 1.4rem;
}
.column-text-flex {
  display: flex;
  gap: 20px; 
}

/*--サイドバー--*/
.column-newbox-item {
  width: 90%;
  background: #fff;
  margin: 0  auto 20px auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}
.column-newbox-img img {
  width: 100%;
  height: auto;
  display: block;
}
.column-newbox-label {
  background: #6699cc;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
}
.column-newbox-text-data {
  font-size: 11px;
  padding: 5px 10px;
  margin-bottom: -25px;
}
.column-newbox-text-title {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 15px 10px;
  line-height: 1.5;
}
.column-sidebar-all {
  display: flex;
  flex-direction: column;
  gap: 20px; 
  margin-bottom: 30px;
  width:350px;
}
.column-newbox {
  display: flex;
  flex-direction: column;
}
.column-newbox-inner {
  background-color: #f4f4e9;
  padding: 20px;
}
.column-newbox-header h2 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 25px;
}

/*--カテゴリ一覧--*/
.column-newbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.column-newbox-list li {
  border-bottom: 1px solid #ccc;
}
.column-newbox-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.column-newbox-list li a::after {
  content: "▶";
  font-size: 12px;
  color: #6699cc;
}

/*--フッター--*/
.footer {
  padding: 2rem 1rem 1rem;
  background: #fff;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 3rem;
}
.footer-logo {
  width: 100px;
  height: 70px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-item {
  display: flex;
  list-style: none;
  padding: 0; 
}
.footer-list {
  padding-left: 1.5rem;
}
.footer-list a {
  font-weight: bold;
  color: #333;
  font-size: 1.5rem;
}
.footer-list a:hover {
  color: #6699cc;
}
.copyright {
  text-align: center;
  color: #333;
}



/* スマホ画面での表示制御 */
@media screen and (max-width: 768px) {

  /*--タイトル--*/
  .mv__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
  }
  .mv__subtitle {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.1em;
    overflow-y: hidden;
  }
  .mv_mobile {
    font-size: 30px;
    overflow-y: hidden;
  }

  /*--ハンバーガー--*/
  .nav-line-btn {
    margin-top: 20px;
  }
  .header-inner {
    position: relative;
  }
  .hamburger-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
  }

  .nav {
    display: none;
    width: 90%;
  }

  .nav.open {
    display: block;
  }

  .nav ul {
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 60px; 
  }
  .line-button {
    order: 2;
    margin-right: 90px;
  }
  .hamburger-menu {
    order: 3; 
  }
  .line-reseve {
    color: white !important;
  }

  /*--BTKとは：スマホ表示--*/
  .about-img-desktop {
    display: none;
  }
  .about-img-mobile {
    display: block;
    margin-top: 20px;
  }
  .about-img-mobile img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  /*--BTKとは--*/
  .BTK-about-title {
    font-size: 33px;
    margin-bottom: 3rem;
  }
  .BTK-about-subtitle {
    font-size: 18px;
    margin-top: -2rem;
    color: #7ed957;
    font-weight: bold;
    margin-bottom: 4rem;
  }
  .BTK-about-text-inner {
    position: none;
   }
  .BTK-about-img {
    position: none;
    margin: 0 auto;
    z-index: 0;
    margin-top: -30rem;
  }
  .BTK-about-text {
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05rem;
    z-index: 0;
    margin-left: 0rem;
    margin-top: -2rem;
    margin-bottom: 30rem;
  }

  /*--コンセプト--*/
  .Concept-title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    text-align: center;
  }
  .Concept-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .Concept-subtext {
    order: 1;
    text-align: left;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    font-size: 15px;
    margin-left: 0rem;
  }
  .Concept-img {
    order: 2;
    width: 100%;
    max-width: 600px;
  }
  .Concept-subtext li {
    margin-bottom: 10px;
  }

  /*--10年間の指導経験を経て--*/
  .BTK-Comment-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05rem;
   margin-bottom: 3rem;
    margin-left: 0rem;
  }
  .BTK-Comment-subtitle {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
    letter-spacing: 0.05rem;
  }

  /*--当ジムの特徴--*/
  .BTK-Features-title {
    font-size: 20px;
    text-align: center;
  }
  .BTK-Features-subtitle-text {
    font-size: 18px;
  }
  .BTK-Features-box {
    display: flex;
    flex-direction: column;
  }
  .BTK-Features-text01 {
    font-size: 15px;
    letter-spacing: 0.05rem;
  }
  .BTK-Features-text02 {
    font-size: 15px;
    letter-spacing: 0.05rem;
  }
  .BTK-Features-container01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .BTK-Features-box02 {
    display: flex;
    flex-direction: column;
  }
  .BTK-Features-img02-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
  }
  .BTK-Features-img03-box {
    gap: 20px;
  }
  .box-right {
    margin-left: 0px;
  }
  .BTK-Features-text03 {
    font-size: 15px;
    letter-spacing: 0.05rem;
    margin-bottom: 0rem;
    margin-top: -3rem;
  } 
  /*--当ジムでできること--*/
  .solution-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 768px;
    margin: 40px auto;
    padding: 0 20px;
  }

  /*--フッター--*/
  .footer {
    padding: 2rem 1rem 1rem;
  }
  .footer-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 414px;
    margin-bottom: 2rem;
  }
  .footer-logo {
    margin-bottom: 1.5rem;
  }
  .footer-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-list {
    padding: 0.5rem;
  }

  /*--プロフィール--*/
  .profile-trainer {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .profile-trainer img {
    max-width: 80%;
    height: auto;
  }

  /*--プロフィール部分--*/
  .profile-box {
    display: flex;
    flex-direction: column;
  }
  .profile-text-box {
    margin-left: 0;
    padding: 0 20px;
    text-align: left;
  }
  .profile-name-box {
    text-align: right;
    margin-right: 10px;
  }
  .profile-section {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .profile-section-list-none {
    font-size: 16px;
    text-align: left;
  }
  .profile-section-list {
    font-size: 15px;
    text-align: left;
    margin-left: -20px;
  }
  .profile-name-title {
    font-size: 30px;
  }
  .profile-section-title {
    font-size: 18px;
  }

  /*--代表の想い--*/
  .Thoughts-title {
    font-size: 30px;
    text-align: center;
  }
  .Thoughts-text-box01,
  .Thoughts-text-box02 {
    font-size: 15px;
    margin-bottom: 7rem;
  }
  .Thoughts-text-box02 {
    text-align: center;
  }
  .Thoughts-text-stlong {
    font-weight: bold;
  }

  /*--姿勢の形成：説明文--*/
  .shisei-introduction-box {
    background-color: #fff;
    padding: 2rem;
    margin: 40px auto;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* 下に落ちる影を再現 */
    border-radius: 6px;
  }

  /*--姿勢の形成：アプローチポイント--*/
  .shisei-pointo-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
  }
  .shisei-pointo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px 0;
  } 
  .shisei-pointo-box-inner {
    display: flex;
    text-align: center;
    align-items: center;
  }
  .shisei-pointo-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .shisei-pointo-subtitle {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .shisei-pointo-text {
    font-size: 16px;
    text-align: left;
  }

  /*--アプローチの具体例--*/
  .shisei-approach-box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch; 
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
  }
  .shisei-approach-smalltitle {
    font-size: 15px;
    font-weight: bold;
    color: #00bf63;
    margin-bottom: -2rem;
  }
  .shisei-approach-title {
    font-size: 20px;
  }
  .sorigoshi-text {
    padding: 0 10px;
  }
  .sorigoshi-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
    margin-left: 10px;
  }

  .sorigoshi-text {
    font-size: 14px;
  }

  .sorigoshi-triangle {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 1; /* 矢印1列分 */
    transform: rotate(90deg);
    margin-left: 30px;
  }
  .sorigoshi-triangle img {
    width: 30px;
    height: auto;
  }

  /*--お役立ちコラム--*/
  .column-all-title {
    width: 95%;
    text-align: center;
    font-size: 20px;
    border-bottom: 6px double #000;
    margin-bottom: 20px;
  }
  .column-box {
    width: 90%;
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #333;
    margin: 0  auto 20px auto;
  }
  .column-label {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 50px;
    background-color: #c2d8ed;
    font-weight: bold;
    font-size: 13px;
  }
  .column-text-data {
    font-size: 13px;
  }
  .column-text-title {
    font-size: 18px;
    font-weight: bolder;
  }
  .column-newbox-text-data {
    font-size: 15px;
  }
  .column-text-text {
    font-size: 12px;
  }

}

@media screen and (max-width: 900px) {
  /*--お役立ちコラム--*/
  .column-divide {
    display: flex;
    flex-direction: column;
  }
  
  .column-widh {
  	width:100%;
	}
}