/* ========================================

management.css

======================================== */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
body {
  min-width: 1250px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*
.c-breadcrumb {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 1px;
  left: 0;
}
.c-breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.c-breadcrumb__item {
  position: relative;
  margin: 0 2px 0 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    margin: 0 3px 0 0;
  }
}
.c-breadcrumb__item:first-child {
  margin: 0 3px 0 -6px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:first-child {
    margin: 0 3px 0 -4px;
  }
}
.c-breadcrumb__item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(190, 172, 86, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.c-breadcrumb a, .c-breadcrumb span {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb a, .c-breadcrumb span {
    font-size: 1rem;
  }
}
.c-breadcrumb span {
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb span {
    padding: 3px 10px;
  }
}
*/
.container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.c-mainvisual {
  height: 500px;
  background: url(../img/img_management_mv.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-mainvisual-familycoaching {
  height: 500px;
  background: url(../img/img_fc_mv.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainvisual, .c-mainvisual-familycoaching {
    margin-top: 100px;
    height: 250px;
  }
}

.c-mainvisual__ttl {
  width: 100%;
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__ttl {
  transform: translateY(-30px);
    font-size: 3rem;
  }
}
.c-mainvisual__txt {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin: 27px 0 0;
  display: block;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-mainvisual__txt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 28px 0 0;
    top: 110px;
    width: 80%;
  }
}
/* 見出し黒文字用CSS　-------------*/
.blackTitle {
	color:#000000;
}

.l-btn--center {
  text-align: center;
}
.c-btn1__txt {
  display: inline-block;
  width: 579px;
  font-size: 2.4rem;
  line-height: 1.75;
  color: #093d6e;
  font-weight: bold;
  border: 2px solid #093d6e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn1__txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 12px 0 10px;
  }
}
.c-btn1__txt::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #093d6e;
  border-right: 2px solid #093d6e;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn1__txt::after {
    right: 10px;
  }
}
.c-btn2 {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    display: block;
    margin: 5px 0;
  }
}
.c-btn2__txt {
  display: block;
  min-width: 360px;
  background: #093d6e;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 32px 10px 24px;
}
@media screen and (max-width: 767px) {
  .c-btn2__txt {
    min-width: auto;
    font-size: 1.5rem;
    padding: 20px 16px 15px;
  }
}
.c-mainttl {
  margin-bottom: 44px;
  text-align: center;
}
.c-mainttl__txt {
  font-size: 3.6rem;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
	
}
@media screen and (max-width: 767px) {
  .c-mainttl__txt {
    font-size: 1.8rem;
  }
}
.c-title1 {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
}
.c-title1__txt {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  padding: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .c-title1__txt {
    font-size: 2rem;
  }
}
.c-title1__txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-title1__txt span {
    font-size: 1.8rem;
  }
}
.c-title1__txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #b8a136;
}
.c-title2 {
  background: #1b1b1b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 39px 29px 121px;
  margin: -60px 0 0;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    padding: 18px 18px 14px 30px;
    margin: -30px 0 0;
  }
}
.c-title2__main {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .c-title2__main {
    font-size: 2rem;
    padding: 0 10px 0 0;
    margin: 0 15px 0 0;
  }
}
.c-title2__main::after {
  content: '';
  width: 4px;
  height: 65%;
  background: #7d0000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: skew(-19deg) translate(0, -50%);
  transform: skew(-19deg) translate(0, -50%);
}
.c-title2__sub {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  margin: -11px 0 0;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .c-title2__sub {
    font-size: 1.3rem;
    margin: -6px 0 0;
  }
}
.c-imgtext1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-imgtext1__inner {
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__inner {
    padding-right: 0;
  }
}
.c-imgtext1__info {
  width: 670px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__info {
    width: 100%;
    padding: 0;
  }
}
.c-imgtext1__img {
  width: 502px;
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px;
    text-align: center;
  }
  .c-imgtext1__img img {
    width: auto;
  }
}
.c-imgtext1__txt {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #1b1b1b;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.c-imgtext1__txt2 {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1b1b1b;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__txt2 {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.c-imgtext1__title {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #1b1b1b;
  margin-bottom: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.c-imgtext1__title + img {
  margin-bottom: 26px;
}

.c-imgtext1 .l-btn {
  margin: 55px 0 0;
}
@media screen and (max-width: 767px) {
  .c-imgtext1 .l-btn {
    margin: 20px 0 0;
  }
}


.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list1__item {
  width: 390px;
  margin: 0 0 0 15px;
  background-image: url(../../img/img_management_101.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 107px 20px 12px;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    margin: 0 0 15px;
    padding: 16vw 15px 15px;
  }
}
.c-list1__item:nth-child(3n + 1) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-list1__item:nth-child(3n + 1) {
    margin: 0 0 15px;
  }
}
.c-list1__ttl {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin: 0 0 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list1__ttl {
    font-size: 1.5rem;
  }
}
.c-list1__ttl span {
  font-size: 3rem;
  display: block;
  margin: -2px 0 0;
}
@media screen and (max-width: 767px) {
  .c-list1__ttl span {
    font-size: 2rem;
    margin: 0;
  }
}
.c-list1__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-list1__txt {
    font-size: 1.4rem;
  }
}
.c-list2 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-list2 {
    width: 100%;
    padding: 0;
  }
}
.c-list2__item {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  background-color: #fff;
}
.c-list2__item:last-child {
  margin: 0;
}
.c-list2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
/*  
ファミリーコーチング＆リーダーズキッズ　フォーム：講師一覧アコーディオン+ボタン追加 2025/02/06
------------------------------------------------------------*/
.ac-box{
width: auto;
margin: 30px auto 5px;
}

.ac-box label{
max-width: 385px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #093d6e;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 8px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
}

.ac-box label:hover{
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label::after{
color: #fff;
  content: '▼'; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 15px; /* ヘッダーから右に10pxの位置 */
  transition: transform 0.2s ease-in-out; /* アニメーション効果 */
}

.ac-box input:checked ~ label::after {
color: #fff;
transform: rotate(180deg); /* 矢印を180度回転 */
}
/* WebKitベースのブラウザでデフォルトの矢印を消す */
.ac-box::-webkit-details-marker {
  display: none;
}

.ac-box div.ac-small{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
	padding: 5px 0;
	margin-top: 2em;
opacity: 1;
}

.ac-box div p{
color: #777;
line-height: 23px;
font-size: 14px;
padding: 20px;
text-align: justify;
}
.ac-small p{
margin-bottom: 0px;
}
#familycoaching_schedule{
	width: 90%;
	max-width: 660px;
	margin: 0 auto;
}
#familycoaching_schedule div{
	/*display: grid;*/
	align-items: center;
    background-color:#093d6e;
    font-size: 1.8em;
    text-align: center;
    border-radius: 10px;
    padding: 0.6em 1em;
}
#familycoaching_schedule div:hover{
	background-color:#0e61af;
}
#familycoaching_schedule div::before {
 content: '\f073';
 font-family: "Font Awesome 5 Free";
 font-weight: 400;
color: #fff;
	margin-right: 0.3em;
	vertical-align: middle;
	font-size: 1.2em;
}

#familycoaching_schedule a{color: #fff;}

/*  リーダーキッズ 2025/02/26
------------------------------------------------------------*/
#leaderkids_list ul{
	display: inline-block;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.2em;
}
#leaderkids_list p{
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}
#leaderkids_list ul li {
	margin-left: 2em;
        text-align: left;
}
@media screen and (min-width: 1001px){

}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	#leaderkids_list ul {
		justify-content: space-between;
	}
	#leaderkids_list ul li {
		margin-left: 0;
	}
}
p#leaderkids_menber{text-align: center;font-size: 1.6em;}
p#leaderkids_menber span.sm{font-size: 0.8em;}
p#leaderkids_menber span.bg{font-size: 1.6em;font-weight: 600;}
p#leaderkids_menber span.ye{color: #e5972a;}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	max-width: 720px; 
	margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*
------------------------------------------------------------*/

nav.pc-familymenu {
  width: 100%;
}

nav.pc-familymenu ul {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
}

nav.pc-familymenu ul li {
  width: 33%;
	background: #2e5173;
}

nav.pc-familymenu ul li a {
  display: grid;
  width: 100%;
  text-align: center;
	transition:.5s;
	color:#d7e1e8;
	font-weight:bold;
	position:relative;
	border-left:solid 1px #223e52;
	height:66px;
	font-size: 0.8em;
	align-items: center;
}

nav.pc-familymenu ul li a::after{
	position:absolute;
	left:0;
	content:'';
	width:100%;
	height:4px;
	background:#98dbeb;
	bottom:-1px;
	transform:scale(0,1);
	transform-origin:left top;
	transition:transform 0.3s;
}

nav.pc-familymenu ul li a:hover::after {
	transform:scale(1,1);
}

.sp-familymenu {
  display: none;
}
.schedule_box_left{max-width: 390px;
width: 100%;}
.schedule_boxright p{
	margin-bottom: 2em;
	font-size: 1.1em;}
@media screen and (min-width: 768px){
	.schedule_box{
	display:flex;
  flex-direction: row;
  justify-content: space-between;
		margin: 20px 0;
}
	nav.pc-familymenu ul li a{font-size: 1.2em;}
	.schedulefamily{width: 720px;margin: 0 auto;}
	.schedule_box_left{margin-right:2em; }
}
@media screen and (max-width: 767px) {
	div#pc_menu{margin-bottom: 2em;}
	#familycoaching_schedule{margin: 0 auto;}
	.schedulefamily{width: 90%;margin: 0 auto;}
	.schedule_box_left {margin: 0 auto 1em;}
	.schedule_boxright p{text-align: center;}
	}



/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media screen and (max-width: 767px){
  nav.pc-menu {
    display: none;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 10px 0 0 auto;
    height: 60px;
    width: 60px;
	  z-index:2000;
  }

  #hamburger .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #eeeeee;
    border-radius: 8px;
    transition: ease 0.75s;
  }

/*不要？  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }*/

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }

  .sp-familymenu {
      top: 80px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: rgba(34, 49, 52, 0.5);
  }
  .sp-familymenu ul {
	  width:100%;
	  display:flex;
    flex-direction: column;
  }
	.sp-familymenu ul li {
		width:100%;
		text-align: center; 
		 border-top: solid 0.5px rgba(255, 255, 255, 0.2);
		padding-top:30px;
		padding-bottom:30px;
	}

  .sp-familymenu ul a {    
	  color:#ffffff;
  }
	#menu{
    width: 100%;
    background-color: rgba(0, 22, 38, 0.7);
    z-index: 100;
    justify-content: space-between;
	}
	#pc_menu{
	}
	#sp_menu{
	position: fixed;
    top: 0;
    left: 0;
	}
}
/*  leader kids 左右写真画像レイアウト ------*/
.page-familycoaching h3.c-mainttl__txt,
.page-leaderkids h3.c-mainttl__txt{
	display: inline;
    padding-bottom: 0.4em;
    border-bottom: solid 4px #bd5757;
}
@media screen and (max-width: 767px) {
.page-familycoaching h3.c-mainttl__txt,
.page-leaderkids h3.c-mainttl__txt{
	padding-bottom: 0.15em;
    line-height: 2.5em;
}
}

.lkids-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lkids-box__inner {
	display:block;
	width:48%;
	margin-bottom:50px;

}
.lkids-box__inner h5{
	font-weight:bold;
	font-size:1.6em;
	border-bottom:solid 2px #000000;
	margin-bottom:8px;
}
.lkids-box__inner img {
	width:100%;
	margin-bottom:5px;
}
.lkids-box__inner p {
	font-size:1.1em;
	lin-height:150%;

}
@media screen and (max-width: 767px) {
	.lkids-box__inner {
		width:100%;
	}
}

.lkids-trainer-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
	margin:0 auto 60px auto;
}
.lkids-trainer-pic__inner {
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}


.lkids-trainer-pic__inner img {
	width:30%;
}
@media screen and (max-width: 767px) {
	.lkids-trainer-pic__inner {
		width:100%;
	}
	.lkids-trainer-pic__inner img {
	width:100%;
		padding-bottom:20px;
}
}

/*

.c-list2__inner::after {
  content: '';
  width: 50px;
  height: 50px;
  background: url(/common_previous/img/ico_arrow_right_01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .c-list2__inner::after {
    top: 50%;
  }
}


@media screen and (max-width: 767px) {
  .c-list2__inner::after {
    width: 25px;
    height: 25px;
    right: -10px;
    bottom: 0;
  }
}
*/


.c-list2__inner {
  color: #363636;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .c-list2__inner {
      display: block; } }
    .c-list2__inner:before,
    .c-list2__inner:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px; }
    .c-list2__inner:before {
        z-index: 2;
        width: 16px;
        height: 16px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        right: -15px;
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        transform: translate(-50%, 0) rotate(45deg);
        margin: -10px 0 0; }
    .c-list2__inner:after {
        z-index: 1;
        width: 50px;
        height: 50px;
        background: #363636;
        right: -25px;
        margin: -25px 0 0; }
     @media screen and (max-width: 767px) {
       .c-list2__inner:before,
       .c-list2__inner:after {
           content: '';
           position: absolute;
           top: 100%; }
       .c-list2__inner:before {
           z-index: 2;
           width: 10px;
           height: 10px;
           border-top: 4px solid #fff;
           border-right: 4px solid #fff;
           right: 6px;
           -webkit-transform: translate(-50%, 0) rotate(45deg);
           transform: translate(-50%, 0) rotate(45deg);
           margin: -24px 0 0; }
       .c-list2__inner:after {
           z-index: 1;
           width: 35px;
           height: 35px;
           background: #363636;
           right: 0px;
           margin: -34px 0 0; } }
.c-list2__img {
  width: 240px;
  border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  .c-list2__img {
    width: 100%;
    margin: 0;
    border-right: none;
  }
}
.c-list2__info {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 48px 16px 16px;
}

@media screen and (max-width: 767px) {
  .c-list2__info {
    width: 100%;
    padding: 16px;
    text-align: left;
  }
}
.c-list2__ttl {
  font-size: 2.8rem;
  line-height: 1;
  color: #0f0f0f;
  font-weight: bold;
  border-bottom: 2px solid #dcdcdc;
  padding: 0 0 5px;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .c-list2__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-list2__ttl span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-list2__ttl span {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-list2__txt {
  font-size: 1.6rem;
  line-height: 1.38;
  color: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .c-list2__txt {
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.management {
  /*position: relative;*/
}
/*

------------------------------------------------------------*/
.management1 {
  padding: 53px 0 50px;
}
@media screen and (max-width: 767px) {
  .management1 {
    padding: 30px 0;
  }
}
.management1 .c-title1 {
  margin-bottom: 25px;
}
.management1 .c-imgtext1 {
  margin: 22px 0 0;
}
/*

------------------------------------------------------------*/
.management2 {
  padding: 53px 0 90px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .management2 {
    padding: 30px 0 50px;
  }
}
.management2 .c-title1 {
  display: inline-block;
  margin-bottom: 21px;
}
.management2 .c-imgtext1__info {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .management2 .c-imgtext1__info {
    width: 100%;
  }
}
.management2 .c-imgtext1__img {
  width: 650px;
  margin: 3px 0 0;
}
@media screen and (max-width: 767px) {
  .management2 .c-imgtext1__img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
/*

------------------------------------------------------------*/
.management3 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .management3 {
    padding: 0 0 70px;
  }
}
.management3 .c-title1 {
  text-align: center;
  margin: 28px 0 26px;
}
@media screen and (max-width: 767px) {
  .management3 .c-title1 {
    padding: 0 15px;
  }
}
.management3 .c-title1__txt {
  display: inline-block;
}
.management3 .c-title1__txt img {
  max-width: 340px;
  height: auto;
}
.management3 .c-title1__txt:after {
  width: 100vw;
}
.management3__txt {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .management3__txt {
    font-size: 1.4rem;
  }
}
.management3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .management3__list {
    display: block;
  }
}
.management3__list li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .management3__list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.management3__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #959595;
  position: absolute;
  top: 74px;
  right: -21px;
}
@media screen and (max-width: 767px) {
  .management3__list li::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -60px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.management3__list li:last-of-type::after {
  display: none;
}
.management3__ball {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-color: #0c788b;
  margin: 0 auto;
  text-align: center;
  padding: 96px 0 0;
  position: relative;
  color: #fff;
}
.management3__ball.bg2 {
  background-color: #00684c;
}
.management3__ball.bg3 {
  background-color: #5a861f;
}
/*.management3__ball::before {

  content: "";

  width: 32px;

  height: 32px;

  background-image: url(/common_previous/img/icon_management.png);

  position: absolute;

  top: 40px;

  left: 0;

  right: 0;

  margin: 0 auto;

}*/
.management3__ball p {
  font-size: 3rem;
  line-height: 1;
}
.management3__ball span {
  font-size: 1.8rem;
  line-height: 1;
}
.management3__caption {
  text-align: center;
  font-size: 1.6rem;
  color: #1b1b1b;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .management3__caption {
    font-size: 1.3rem;
  }
}
/*

------------------------------------------------------------*/
.management4 {
  background-color: #f8f8f8;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .management4 {
    padding: 0 0 40px;
  }
}
.management4 .c-list2 {
  margin: 40px auto 79px;
}
@media screen and (max-width: 767px) {
  .management4 .c-list2 {
    margin: 40px auto 40px;
  }
}
.p-rt .c-mainvisual {
  background-image: url(/common_previous/img/img_rt_mv.jpg);
}




/* ファミリーコーチング＆リーダーキッズ hero images   -----*/
.p-fc .c-mainvisual {
  background-image: url(/common_previous/img/img_fc_mv.jpg);
}
.p-lk .c-mainvisual {
  background-image: url(/common_previous/img/img_lk_mv.jpg);
}
.rt3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .rt3__list {
    display: block;
    margin-bottom: 0;
  }
}
.rt3__list li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rt3__list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.rt3__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #959595;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .rt3__list li::after {
    top: 54px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .rt3__list li::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -60px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.rt3__list li:last-of-type::after {
  display: none;
}
.rt3__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #959595;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .rt3__list li:last-child {
    margin-bottom: 0;
  }
}
.rt3__ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: #697dac;
  margin: 0 auto;
  padding: 0 6px;
  text-align: center;
  position: relative;
  color: #fff;
}
.rt3__ball p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.rt3__ball::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: none;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rt3__ball::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #697dac;
  border-right: 3px solid #697dac;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 118px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rt3__ball.bg2 {
  background-color: #697dac;
}
.rt3__ball.bg3 {
  background-color: #a33139;
}
.rt3__ball.bg3::after {
  border-top-color: #a33139;
  border-right-color: #a33139;
}
.rt3__ball.bg4 {
  background-color: #839e6b;
}
.rt3__ball.bg4::after {
  border-top-color: #839e6b;
  border-right-color: #839e6b;
}
.rt3__ball.bg5 {
  background-color: #839e6b;
}
.rt3__ball.bg5::after {
  border-top-color: #839e6b;
  border-right-color: #839e6b;
}
.rt3__ball.bg6 {
  width: 170px;
  height: 170px;
  border-radius: 0;
  background-color: #ffffff;
}
.rt3__ball.bg6::after {
  display: none;
}
.rt3__ball.bg6 div {
  padding-left: 1em;
}
.rt3__ball.bg6 p {
  position: relative;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #363636;
}
.rt3__ball.bg6 p:before {
  content: "";
  position: absolute;
  top: 8px;
  ;
  left: 4px;
  margin-left: -20px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #263f6c;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .rt3__ball.bg6 {
    width: 100%;
    height: 100%;
  }
}
.fc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .fc__list {
    display: block;
    margin-bottom: 0;
  }
}
.fc__list li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fc__list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* ファミリーコーチング　赤丸チャート　-----------------*/
.fc__ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color:#a33139;
  margin: 0 auto;
  padding: 0 6px;
  text-align: center;
  position: relative;
  color: #fff;
}
.fc__ball p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.rt3__caption {
  text-align: center;
  font-size: 1.6rem;
  color: #1b1b1b;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
	ul.fc__list{
	display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
	}
	ul.fc__list li{
	width: 50%;
	margin-bottom: 40px;
	}
	div.fc__ball{
	border-radius: 100%;
    background-color: #a33139;
    margin: 0 auto;
    padding: 0 6px;
    text-align: center;
    position: relative;
    color: #fff;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
}


@media screen and (max-width: 767px) {
  .rt3__caption {
    font-size: 1.3rem;
  }
}
.rtSection3 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .rtSection3 {
    padding-bottom: 20px;
  }
}
.rtSection4 {
  background-color: #fff;
}
.management1.rtSection4 .c-imgtext1, .management1.rtSection5 .c-imgtext1 {
  margin: 0;
}
.rtSection4 .c-imgtext1__info, .rtSection5 .c-imgtext1__info {
  width: calc(100% - 332px);
}
.rtSection4 .c-imgtext1__img, .rtSection5 .c-imgtext1__img {
  width: 302px;
}
.rtSection6 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.rtSection7 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .rtSection4 .c-imgtext1__info, .rtSection5 .c-imgtext1__info {
    width: 100%;
    padding: 0;
  }
  .rtSection4 .c-imgtext1__img, .rtSection5 .c-imgtext1__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px;
    text-align: center;
  }
}
.note {
  display: inline-block;
  padding: 2px 10px;
  background: #f00;
  color: #fff;
  font-weight: bold;
}
.p-penetration .c-mainvisual {
  background-image: url(/common_previous/img/img_penetration_mv.jpg);
}
.p-penetration .c-imgtext1__img {
  text-align: center;
}
.penetrationSection1 {
  background-color: #ffffff;
}
.penetrationSection2 {
  background-color: #f8f8f8;
}
.penetrationSection3 {
  background-color: #ffffff;
}
.penetrationSection6 {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
.penetrationSection6 .c-list2 {
  padding-top: 50px;
}

.penetrationSection8 {
  padding-bottom: 120px;
}
.penetrationSection8 .c-list2 {
  padding-top: 50px;
}

.penetrationSection9 {
  padding-bottom: 52px;
}
.penetrationSection9 img {
  max-width: 640px;
}
.penetrationSection10 {
}
.penetrationSection11 {
  background-color: #f8f8f8;
}
.penetrationSection12 {
  padding-top: 30px;
  padding-bottom: 120px
}
.penetrationSection13 {
  background-color: #ffffff;
}
.penetrationSection10 .c-imgtext1, .penetrationSection11 .c-imgtext1 {
  margin-top: 0;
}
.management1.penetrationSection7 .c-imgtext1 {
  margin: 0;
}
.penetrationSection7 .c-imgtext1__info {
  width: calc(100% - 332px);
}
.penetrationSection7 .c-imgtext1__img {
  width: 302px;
}
@media screen and (max-width: 767px) {
  .penetrationSection6 .c-imgtext1__info, .penetrationSection7 .c-imgtext1__info {
    width: 100%;
    padding: 0;
  }
  .penetrationSection6 .c-imgtext1__img, .penetrationSection7 .c-imgtext1__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px;
    text-align: center;
  }
}
.p-sales .c-mainvisual {
  background-image: url(/common_previous/img/img_sales_mv.jpg);
}
.p-sales .c-list2__txt {
  font-size: 1.6rem;
  line-height: 1.38;
  color: #0f0f0f;
}
.p-sales .sales2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sales .sales2 {
    padding-bottom: 0;
  }
}
.p-sales .sales4 {
  background-color: #fff;
}
.c-list2__ttl span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-list2__ttl span {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-list2__txt {
  font-size: 1.6rem;
  line-height: 1.38;
  color: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .c-list2__txt {
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 767px) {
  .page-penetration .c-imgtext1__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 20px;
    text-align: center;
  }
  .page-penetration .c-imgtext1__img img {
    width: auto;
  }
}

/*
ファミリーコーチング＆リーダーズキッズ　スケジュール表 2020/10/14
------------------------------------------------------------*/
table#fcoarchSchedule {
margin: 20px auto;
	width:90%;
}
table#fcoarchSchedule td {
border: solid 1px #ccc;
padding: 30px;
text-align:left;
}

#fcoarchSchedule thead td {
border: solid 1px #ccc;
padding: 30px;
background-color:#0b2237;
color:#ffffff;
	font-size:1.2em;
}
