@charset "UTF-8";
/*coaching--*/
html {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}
body * {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
}
/*-- PC版表示CSS  --*/
.pc_area {
  display: block;
}
.phone_area {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_area {
    display: none;
  }
  .phone_area {
    display: block;
	}
}
  /*FOOTER--*/
  footer {
    font-size: 0.8em;
  }
/*その場でフワッ！--*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*右からスルスル--*/
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/*キラリン！--*/
.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear 1;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*フワッ！×5----*/
.box {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタート----*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}
.delay-time1 {
  animation-delay: 1s;
}
/*contact--*/
.contactus {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contactus-top {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  font-size: 1.5em;
}
.contactus-col {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contactus-left {
  width: 50%;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  color: #000;
  font-family: 'Arvo', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-right: 1px dotted #000;
  margin: 0 auto;
}
.contactus-left table {
  border-collapse: collapse;
  width: 100%;
}
.contactus-left tr th {
  width: 30%;
  padding: 20px 0;
  text-align: left;
}
.contactus-left tr td {
  width: 70%;
  padding: 20px;
  text-align: left;
}
.contactus-left img {
  max-width: 100%
}
.contactus-right {
  width: 50%;
}
.boxes {
  margin: auto;
  padding: 5px;
  background: #fff;
}
.text-center {
  width: 100%;
  text-align: center;
  padding-bottom: 30px
}
/*Privacy Policy--*/
.p-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
#policy h1 {
  font-size: 1.5em;
  color: rgba(31, 46, 85, 1.00);
  font-weight: bold;
  line-height: 1.5em;
}
.row, .p-main {
  padding: 10px;
}
.p-main p, .p-gry p {
  line-height: 2em;
  padding-bottom: 20px;
  text-align: justify;
  color: #000000
}
.p-gry {
  width: 100%;
  padding: 20px;
  background-color: #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px
}
.p-back {
  width: 20%;
  padding: 20px;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  background-color: #CCCCCC;
  text-align: center
}
.top {
  height: 30px;
  background-color: #22327a;
}
.top2 {
  height: 30px;
  background-color: #22327a;
}
.coaching_style {
  background: url("../coaching_img/back3.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #deebf1;
  color: rgba(0, 0, 0, 1.00)
}
.coaching_wrap {
  margin: 0 auto;
  margin-top: 200px;
  max-width: 1280px;
  height: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px
}
.coaching_top {
  margin: 0 auto;
  height: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  color: #000;
}
.coaching_banner {
  text-align: left;
}
.coaching_banner img {
  max-width: 300px;
  height: auto
}
.fuchidori {
  padding: 10px;
  color: #000;
  font-weight: bold;
  text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff;
  margin: 0 auto;
  text-align: center;
}
.fuchidori p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1.00)
}
.fuchidori h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px
}
.coaching_catch {
  margin: 0 auto;
  max-width: 500px;
  height: auto;
  margin-bottom: 180px;
  margin-top: 180px;
}
.coaching_catch p {
  text-align: justify;
  line-height: 2.5em;
  font-size: 21px;
  color: rgba(0, 0, 0, 1.00);
}
.coaching_zu {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.00);
  font-weight: bolder;
}
.coaching_zu img {
  max-width: 100%;
  height: auto;
}
.coaching_blue {
  margin: 0 auto;
  max-width: 80%;
  height: auto;
  padding: 20px;
  background-color: #22327a;
  color: rgba(255, 255, 255, 1.00);
  font-size: 21px;
  font-weight: bold;
  border-radius: 10px;
}
/*.coaching_blue2 {
  height: auto;
  padding: 20px;
  background-color: #22327a;
  color: rgba(255, 255, 255, 1.00);
  font-size: 21px;
  font-weight: bold;
}*/
.coaching_zu h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 35px 5px 0px;
  color: rgba(0, 48, 136, 1.00);
  margin-bottom: 20px
}
.coaching_zu h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 35px 5px 0px;
  color: rgba(0, 48, 136, 1.00);
  margin-bottom: 30px
}
.coaching_consult {
  margin-bottom: 50px
}
.coaching_consult h1 {
  margin: 50px 10px 50px 10px;
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 48, 136, 1.00);
}
/*.my-parts {
  display: inline-block;
  font-size: 18px;
  padding: .8em 4em .4em 4em;
  position: relative;
  color: #fff;
  z-index: 1;
  margin: 50px 0 50px 0;
}
.my-parts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(49, 72, 98, 1.00);
  transform: scaleY(0.8) perspective(2em) rotateX(-5deg);
  transform-origin: bottom left;
  color: #fff;
}
.my-parts2 {
  display: inline-block;
  font-size: 18px;
  padding: .8em 4em .4em 4em;
  position: relative;
  color: #fff;
  z-index: 1;
  margin: 10px 0 50px 0;
}
.my-parts2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(49, 72, 98, 1.00);
  transform: scaleY(0.8) perspective(2em) rotateX(-5deg);
  transform-origin: bottom left;
  color: #fff;
}*/
.coaching_flow {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.50);
  margin-bottom: 180px;
  padding-bottom: 30px;
	padding-top: 30px;
}
.coaching_flow span {}
.flow_inner {
  margin: 10px 40px;
  text-align: left;
}
.flow_inner p {
  line-height: 2.5em;
  font-size: 16px;
  color: #000;
}
.flow_inner span {
  font-size: 1.25em;
  color: rgba(0, 133, 255, 1.00);
  font-weight: bold
}
/*.coaching_flex_box {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex
}
.coaching_flex_box2 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  /*display: flex;
}/*
.coaching_flex_box3 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex
}
.coaching_flex_box4 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex
}
.coaching_flex_box5 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex
}
.coaching_flex_box6 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex
}
.coaching_flex_box7 {
  margin: 0 auto;
  max-width: 800px;
  background-color: rgba(255, 254, 254, 0.00);
  display: flex;
}
.coaching_flex_item {
  width: 50%;
  min-height: 390px;
  padding: 10px;
  color: #000;
  margin: 10px;
}
.coaching_flex_item:nth-child(1) {
  background-color: #bcd6e1;
  background-image: url("../coaching_img/3_M.jpg");
  background-position: center;
  background-size: cover;
}
.coaching_flex_item:nth-child(2) {
  background-color: #BDDDEB;
  background-image: url("../coaching_img/4_M.jpg");
  background-position: center;
  background-size: cover;
}*/
.coaching_flex_item2 {
  width: 100%;
  padding: 0px;
  color: #000;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.coaching_flex_item2 div {
  box-sizing: border-box;
  text-align: left;
  max-width: 266px;
  margin: 0px 0 10px;
  flex-grow: 3;
}
.coaching_flex_item2 img {
  max-width: 249px
}
.coaching-tt h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.coaching-flame {
  width: 266px;
  height: 200px;
  background: url("../coaching_img/5_M.jpg");
  background-size: cover;
}
.coaching-flame2 {
  width: 266px;
  height: 200px;
  background: url("../coaching_img/4.jpg");
  background-size: cover;
}
.coaching-flame3 {
  width: 266px;
  height: 200px;
  background: url("../coaching_img/5.jpg");
  background-size: cover;
}
/*.coaching-flame4 {
  width: 266px;
  height: 200px;
  background: url("../coaching_img/5.jpg");
  background-size: cover;
}
/*.coaching_flex_item2:nth-child(1) {
  background-color: rgba(255, 252, 252, 0.50);
}
.coaching_flex_item2:nth-child(2) {
  background-color: rgba(255, 252, 252, 0.50);
}*/
/*.coaching_flex_item3 {
  padding: 10px;
  color: #000;
  margin: 10px;
  border-radius: 10px;
}
.coaching_flex_item3:nth-child(1) {
  width: 40%;
  background-color: #7CC0F2;
}
.coaching_flex_item3:nth-child(2) {
  width: 60%;
  background-color: #7CC0F2;
}
.coaching_flex_item4 {
  padding: 10px;
  color: #000;
  margin: 10px;
  border-radius: 10px;
}
.coaching_flex_item4:nth-child(1) {
  width: 30%;
  background-color: #3FA6F2;
}
.coaching_flex_item4:nth-child(2) {
  width: 70%;
  background-color: #3FA6F2;
}
.coaching_flex_item5 {
  padding: 10px;
  color: #000;
  margin: 10px;
  border-radius: 10px;
}
.coaching_flex_item5:nth-child(1) {
  width: 50%;
  background-color: #7CC0F2;
}
.coaching_flex_item5:nth-child(2) {
  width: 50%;
  background-color: #3FA6F2;
}
.coaching_flex_item6 {
  padding: 10px;
  color: #000;
  margin: 10px;
  border-radius: 10px;
}
.coaching_flex_item6:nth-child(1) {
  width: 45%;
  background-color: #7CC0F2;
}
.coaching_flex_item6:nth-child(2) {
  width: 55%;
  background-color: #B8D9F2;
}
.coaching_flex_item7 {
  padding: 10px;
  color: #000;
  margin: 10px;
  border-radius: 10px;
}
.coaching_flex_item7:nth-child(1) {
  width: 40%;
  background-color: #B8D9F2;
}
.coaching_flex_item7:nth-child(2) {
  width: 30%;
  background-color: #1B97F2;
}
.coaching_flex_item7:nth-child(3) {
  width: 30%;
  background-color: #1B97F2;
}*/
.flex_inn {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 0px 10px 10px;
  background: rgba(255, 255, 255, 0.50)
}
/*.coaching_cube {
  margin-bottom: 50px
}
.coaching_cube h1 {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 20px
}
.coaching_cube h2 {
  color: rgba(0, 48, 136, 1.00);
  font-size: 21px;
  padding-bottom: 20px
}
.coaching_zu2 {
  margin-bottom: 50px;
}
.coaching_footer {
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 10px;
}
.coaching_footer img {
  width: 100%;
  height: auto
}
.worries {
  margin: 10px;
  border: 1px #000 solid;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  color: #000
}
.worries2 {
  margin: 10px;
  border: 1px #000 solid;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  color: rgba(0, 148, 251, 1.00)
}
.worries_img {
  max-width: 800px;
}
.worries_img img {
  width: 100%;
  height: auto
}*/
.open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
  display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2 {
  display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#pop-up2:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.window {
  width: 90vw;
  max-width: 800px;
  height: auto;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text {
  font-size: 18px;
  margin: 0;
}
.close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}
.coaching-gaiyo {
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(34, 50, 122, 1.00)
}
.coaching-cont {
  padding: 30px
}
.coaching-cont img {
  width: 100%;
  padding: 30px;
}
/*---emotion--*/
.emotion {
  width: 80%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(0, 195, 255, 1.00);
  margin-bottom: 10px
}
.emotion h2 {
  font-size: 20px;
  padding-bottom: 1em
}
.emotion p {
  line-height: 1.5em
}
.float {
  float: left;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
  background: url("../coaching_img/1.jpg");
  background-size: cover;
  height: 100px;
}
.float2 {
  float: left;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
  background: url("../coaching_img/2.jpg");
  background-size: cover;
  height: 100px;
}
.float3 {
  float: left;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
  background: url("../coaching_img/3.jpg");
  background-size: cover;
  height: 100px;
}
.float img, .float2 img, .float3 img {
  width: 100%;
  height: auto
}
.overflow {
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.yakusoku {
  max-width: 918px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5em;
  font-size: 1em;
  padding-bottom: 50px;
  margin-top: 50px
}
.yakusoku div {
  box-sizing: border-box;
  text-align: center;
  width: 150px;
  margin: 10px;
  flex-grow: 5;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0 10px 0 10px
}
.yakusoku img {
  width: 100%;
  border-radius: 10px;
}
.yakusoku p {
  font-size: 12px
}
.yakusoku h1 {
  width: 100%;
  color: #848484;
  font-weight: normal;
  font-size: 1.8em;
  text-align: left;
  padding: 20px
}
.arrow {
  max-width: 800px;
}
.arrow img {
  max-width: 10%;
  padding: 15px
}
.arrow p {
  line-height: 1.5em
}
.boldcolor {
  font-weight: bold;
  color: rgba(90, 0, 0, 1.00)
}
.heading {
  font-size: 4vw;
  max-width: 90%;
  font-weight: bold;
  background: linear-gradient(90deg, #4b6cb7, #182848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  margin: 0 auto;
}
.heading3 {
  font-size: 3.5vw;
  max-width: 90%;
  font-weight: bold;
  text-align: left;
  background: linear-gradient(90deg, #4b6cb7, #182848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 30px;
}
.heading2 {
  font-size: 3.5vw;
  max-width: 100%;
  font-weight: bold;
  background: linear-gradient(90deg, #d97d64, #c30d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  margin: 0 auto;
}
.subtext {
  margin: 0 auto;
  font-size: 3vw;
  max-width: 80%;
  color: #555;
  margin-top: 1rem;
  text-align: center;
}
.subtext2 {
  margin: 0 auto;
  font-size: 3vw;
  max-width: 90%;
  color: #555;
  margin-top: 1rem;
  text-align: left;
  font-weight: 100
}
.subtext3 {
  margin: 0 auto;
  font-size: 3vw;
  max-width: 90%;
  color: #000;
  margin-top: 1rem;
  text-align: left;
  font-weight: 100;
  line-height: 1.5rem
}
.menu-vw {
  text-align: left;
}
.cho-tai {
  font-size: 3vw
}
@media (min-width: 768px) {
  .heading {
    font-size: 3rem;
  }
  .heading2, .heading3 {
    font-size: 2rem
  }
  .subtext, .subtext2, .subtext3, .playfull_obi {
    font-size: 1.25rem;
  }
  .menu-vw {
    text-align: left;
  }
  .cho-tai {
    font-size: 1.25rem;
    display: inline-block; /* transformのため必要 */
    transform: scaleX(0.8); /* 横方向を80%に縮小（長体） */
    transform-origin: left;
    white-space: nowrap;
  }
}
.coarch-container {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.30);
}
.coarch-container h3 {
  font-weight: bold;
  background: linear-gradient(90deg, #d97d64, #c30d23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.coarch-column {
  padding: 10px;
  box-sizing: border-box;
}
.coarch-column img{
	width: 100%;
	height: auto
}
.coarch-col1 {
  width: 20%;
}
.coarch-col2 {
  width: 35%;
  padding-left: 20px
}
.coarch-col3 {
  width: 10%;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央 */
  height: auto;
}
.coarch-col4 {
  width: 35%;
}
.coarch-col5 {
  width: 70%;
}
.coarch-col6 {
  width: 30%;
}
.coarch-col7 {
  width: 50%;
}
.coarch-col8 {
  width: 50%;
  text-align: left
}
.coarch-centerbox {
  padding: 0px;
  /* 高さは指定しないのでauto */
}
/* 画面幅が600px未満の場合、カラムを縦に落とす */
@media (max-width: 600px) {
  .coarch-col1, .coarch-col2, .coarch-col3, .coarch-col4, .coarch-col5, .coarch-col6, .coarch-col7, .coarch-col8 {
    width: 100%;
  }
}
.playfull_obi{
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding: 30px 0 ;
	background-color: rgba(1,186,236,1.00);
	text-shadow:
    3px 3px 3px rgba(1,186,236,1.00), -3px -3px 3px rgba(1,186,236,1.00), -3px 3px 3px rgba(1,186,236,1.00), 3px -3px 3px rgba(1,186,236,1.00);
}
.playfull_tex{
	width: 100%;
	padding: 30px;

}
.playfull_tex p{
	width: 95%;
	margin: 0 auto;
	text-align: justify;
	line-height: 2rem;
	font-size: 2vw;
	padding: 20px;
	background-color: rgba(255,254,254,0.50);
	margin-bottom: 30px;
	font-weight: 100;
}
@media (min-width: 768px) {
	
	.playfull_tex p{
		font-size: 1.25rem;
		padding: 10px;
	}
}


/*---*/
.coaching_section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.coaching-tt h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}

.coaching_flex_item2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.coaching-flame {
  flex: 1 1 30%;
  min-width: 200px;
}

.coaching_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.flex_inn {
  flex: 1 1 30%;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
}

.flex_inn li {
  margin-bottom: 8px;
}

.boldcolor {
  font-weight: bold;
  color: #333;
}
.coaching-flame {
  width: 24px;
  height: 24px;
  background-color: #4CAF50;
  border-radius: 50%;
  margin: 0.5rem 1rem 0 0;
  flex-shrink: 0;
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
  .coaching_flex_item2 {
    flex-direction: column;
  }

  .coaching-flame,
  .flex_inn {
    flex: 1 1 100%;
  }
	
}

/*--*/
