/*トップバナー*/
body{
  overflow-x: hidden;
}
.jumbotron-extend {
    position: relative;
    background: url(../image/241004og.jpg) no-repeat center bottom;
    background-size: cover;
    background-color: #bce2e8;
    padding: 35% 0 0 0;
}


.tmbtop{
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  display: block;
}

.jumbotron-container {
    position: relative;
    padding:20px 50px 0;
    height: 100%;
}
.top-contents_wrap{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

h2.top_lead{
  display: none;
}
/*ボタン*/
.btn {
    padding: 10px 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn h4{
  margin: 0;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/*menu系*/

/* ドロップダウン全体の背景色と境界線を調整 */
.dropdown-menu {
  background-color: #f4f4f4;/* 例: navbarと同じ色 */
  border: none;
  border-radius: 0;
  box-shadow: none;
}


/*body*/

body{
padding-top: 50px;
 background-color:  #fff;
 width :100%;
}

p {
  font-size : 1.1rem;
  line-height : 2.2;
  text-align: center;
  color: #444444;
  letter-spacing: 0.05em; /* 文字の高さの5%分だけ間隔を広げる */
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
p.faq {
  font-size : 1.1rem;
  line-height : 2.2;
  text-align: center;
  color: #444444;
  letter-spacing: 0em; /* 文字の高さの5%分だけ間隔を広げる */
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

p.lead01 {
  font-size : 1.3rem;
  line-height : 1.8;
  text-align: center;
  letter-spacing: 0.07em; /* 文字の高さの7%分だけ間隔を広げる */
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
.letter-dash {
   padding: 0;
   display: inline-block;
   color: transparent;
   background-image: linear-gradient(#aaaaaa,#ff0000 ); 
   background-position: center center;
   background-size: 87.5% 1px; 
   background-repeat: no-repeat;
   text-decoration: none;
 }

p.lead {
  font-size : 1.3rem;
  line-height : 1.7;
  font-weight :bold;
  padding-top: 40px!important;
}
.fw-b{
  font-weight: normal;
}
.fs-1_2{
 font-size: 1.4rem;
}
.pt-48{
  padding-top: 30px!important;
}
.pt-20{
  padding: 20px 0 0 0!important;
}
.pt-28{
  padding-top: 28px!important;
}
.pt-8{
  padding-top: 8px!important;
}
h1 {
  font-weight: bold;
  font-size :2.3rem;
  line-height: 1.6;
  margin: 20px 0 40px 0;
}
h2 {
  font-size :2rem;
  margin: 40px 0 20px 0;
  position: relative;
  color: #444444;
}
h2.nakoshi {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
}

h2.event {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
  text-align: center;
  color:#f39800;
}

h2.nakoshi:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212529;
  border-radius: 2px;
}
h2.news {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
}
h2.news:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.contents {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h2.contents:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 280px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.schedule {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;

}
h2.schedule:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 200px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.fee {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h2.fee:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.profile {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h2.profile:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 250px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.instructor {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h2.instructor:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 250px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
.recommendation h2{
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.recommendation h2:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 280px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4aa8a;
  border-radius: 2px;
}
h2.faq {
  font-size :2rem;
  margin: 20px 0 20px 0;
  position: relative;
}
h2.faq:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 90px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212529;
  border-radius: 2px;
}
h2.top_lead{
  font-size :1.8rem;
}
h2.campaign{
  background-color: #f39800;
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 8px 10px;
  font-weight: bold;
}
p.campaign{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
h4 {
font-size: 1.6rem;
font-weight :bold;
line-height: 2;
}
p.pay{
  font-size: 1.4rem;
}
br.sp{
  display: none;
}
ul.pay{
  padding-left: 0;
  list-style-type: none;
}
.left_line{
  font-weight: bold;
  padding: 0 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #35A0E9;/*左線*/
}

.strong li{
  font-weight: bold;
  font-size :1rem;
  line-height: 1.7;
}

.idea_lead{
  font-weight: bold;
  font-size :1.6rem;
  line-height: 1.9;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.orange_under{
  font-weight: bold;
background: linear-gradient(transparent 80%, yellow 50%);
}
.red_under{
  font-weight: bold;
background: linear-gradient(transparent 80%, rgb(228, 54, 11) 50%);
}

.tri_trans2 {
  display     : inline-block;    /* 変形するためのブロック化 */
  font-size   : 60pt;            /* 文字サイズ */
  line-height : 1em;             /* 行の高さ */
  transform   : scale(2.1, 0.7);   /* 変形 横,縦 */

}

.image_button{
  position: relative;
  height: 30vh;
  background: url(../image/shintai01.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;

}
/* 色設定　*/



.bg_blue{
 background-color: #bce2e8;
}

.text_blue{
 color: #4169e1;
}

.text_white{
 color: #ffffff;
}

.bg_color_gray{
 background-color:  #f4f4f4;
}
.bg_color_white{
  background-color:  #ffffff;
}

.bg_gray{
  background-color: #fff9ed;
 }

.bg_blue2{
 background:url(../image/bg_gla.png) repeat-y;
}
.bg_blue3{
  background-color: #b7e8ef;
}
.bg_yellow{
  background-color: #bce2e8;
}


.fc-b{
  color: #266fb7;
}
.main_cont_brd{
 padding:20px 20px;
 border-style: dashed;
 border-radius: 20px;
 border-color: #4169e1;
 border-width: 5px;
}

.main_cont2in{
 padding: 20px 40px;
 border-radius: 20px;
 max-width: 1000px;
 margin: 0 auto;
}
.main_cont2in p.recommend{
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  }

.main_cont3in{
 background-color:  #FFFFFF;
 border-radius: 20px;
}

.main_cont_rd{
/* padding:20px 50px; */
 border-radius: 20px;
}


/* social button */

.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;

  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  top: 2px;
	box-shadow: 0 2px 0 #1B3D82;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #959ca0;
}
/*書き足し*/
.nmt-4{
  margin-top: -40px;
}
a{
  color: #48B4D3;
}
.row-wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-radius: 20px;
}
.row-inner{
  max-width: 740px;
  width: 100%;
  margin: auto;
}

.btn_p{
 background: #40ba8d;
  color: #fff;
  border: solid 1px #fff;
}
.btn_p:hover{
  opacity: 0.8;
  color: #fff;
}
.btn-outline-blue{
  color: #212529;
  border: solid 1px #9fa0a0;
  background-color: #fff;
}
.btn-outline-blue:hover{
  opacity: 0.8;
}
img.img-fta{
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
}
img.img-fta{
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
  position: absolute;
    top: 0;
    right: 0;
}
img.img-schedule{
  max-width: 280px;
  width: 100%;
  display: block;
}
img.img-reco{
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.btn-outline-green{
  color: #444444;
  border-color: #bce2e8;
  background-color: #f4aa8a;
}
.btn-outline-green:hover{
  background-color: #fff;
}
.text_green{
  color: #359cf3;
}
.btn_top{
  padding: 7px;
  width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 30px; /* 角を丸くする */
}
.btn-contact{
  max-width: 900px;
  margin-top: 0 auto;
}
.btn h3{
  margin: 0;
}
.btn.event h3{
  margin: 0;
  font-size: 24px;
}
.nav-link{
  color: #212529!important;
}
.answer{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.btn-apply{
  height: 110px;
  margin: 30px auto 40px;
  max-width: 700px;
}
.btn-contact{
  height: 110px;
  margin: 0 auto;
  max-width: 700px;
}
button.faq{
  color: #000;
  background-color: #fff;
  border-color: #bce2e8;
}
button.faq:hover{
  background-color: #f4f4f4;
}
.faq ul{
  list-style-type: none;
  padding: 0;
}
.faq p.question{
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
  background: url(../image/icon_q.svg) no-repeat left top;
  background-size: 32px;
  padding: 0 0 0 45px;
}
.faq p.answer{
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  background: url(../image/icon_a.svg) no-repeat left top;
  background-size: 32px;
  padding: 0 0 0 45px;
}
.tr_box {
  background: url(../image/bg_gla.png) repeat-y;
  position: relative;
  margin: 0 0 30px;
}
.tr_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #bce2e8 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.tr_box .tr_box_in .tr_box_a {
  margin: 0;
}
ul.news li{
  display: flex;
  justify-content: flex-start;
}

.recommendation ul{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.recommendation ul li{
  font-size: 1.12rem;
}
p.profile{
  font-size: 1.6rem;
}
.cost{
  position: relative;
  margin-top: 18px;
}
.cost img.cost{
  max-width: 240px;
  width: 100%;
  position: absolute;
  top: -86px;
  right: 40px;
  display: block;
}
img.img-fta01{
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
}

/* 入会金関連 */

.torikeshi{
  text-decoration: line-through;
  color:red;
}

/* 声欄 */

.voice_wrap{
  display:flex;
  justify-content: flex-start;
  align-items: center;  
}

.voice_box{
  border-radius: 10px;
  padding:15px 10px 15px 40px;
  margin:0 0 0 -20px;
}

.voice_icon{
  z-index: 20;
  width:80px;
  height: 80px;
  border-radius: 50%;
 }

/* ❶ */
.faq-card {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 0;
}
ul.faq-card{
  list-style-type: none;
}
ul.faq-card ul{
  list-style-type: disc;
  padding: 0 0 0 30px;
}
.faq-card .item {
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.faq-card .item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.faq-card .item:nth-child(n+4) {
  margin-top: 15px;
}
/* ❷ */
.faq-card .txt {
  margin: 5px 0 15px;
  padding: 10px;
}
p.ttl{
  padding: 0 0 10px 0;
  flex-grow: 1; /* ★ポイント★ */
  font-size: 1.57rem;
}
footer a.nav-link{
  color: #898989!important;
}
footer .copyright{
  color: #898989!important;
}
img.fukidashi{
  max-width: 850px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.navbar-dark .navbar-toggler{
  border-color: #212529;
  color: #212529;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33, 37, 41, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

div.faq{
  background-image: url(../image/icon_faq.png);
  background-repeat: no-repeat;
  background-position: 85% bottom;
  background-size: 140px;
  height: 100%;
}
footer {
  padding: 16px 0;
}
@media screen and (min-width: 1127px) and (max-width: 1158px){
  div.faq{
    background-image: url(../image/icon_faq.png);
    background-repeat: no-repeat;
    background-position: 85% 90%;
    background-size: 140px;
    height: 100%;
  }
}
@media screen and (max-width: 1126px){
  div.faq{
    background-image: url(../image/icon_faq.png);
    background-repeat: no-repeat;
    background-position: 85% 90%;
    background-size: 140px;
    height: 100%;
  }
}
@media screen and (max-width: 991px){
  img.img-fta01{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h2{
    font-size: 2rem;
  }
  button h3{
    font-size: 1.1rem;
    font-weight: bold;
  }
  button.btn.event h3{
    margin: 0;
    font-size: 16px;
  }
  .faq .row-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .main_cont2in{
    padding-right: 30px;
    padding-left: 30px;
  }
  ul{
    padding: 20px 0 0 10px;
  }
  img.img-fta{
    display: none;
  }
  img.img-fta-event{
    display: none;
  }
  img.img-fta_sp{
    border-radius: 8px;
    display: block;
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
  }
  .cost img.cost{
    position: static;
    margin: 50px auto;
  }
  .jumbotron-extend {
    position: relative;
    background: url(../image/idea_topLogo_tab.jpg) no-repeat center top;
    background-size: cover;
    background-color: #fff100;
    padding: 55% 0 0 0;
  }
   .faq-card{
    flex-direction:row;
}
 .faq-card .item{
  width: 100%;
 }
 .faq-card .item:not(:nth-child(3n)){
   margin: 0 0 10px 0;
 }
 div.faq{
  background-image: none;
  height: 100%;
}
}
@media screen and (max-width: 768px){
  img.img-schedule{
    display: none;
  }
  .btn-apply{
    height: 90px;
    width: 400px;
    margin: 0 auto 20px;
  }
  .btn-contact{
    height: 70px;
    width: 400px;
  }
  .cost img.cost{
    position: static;
    margin: 0 auto;
  }
  .top-contents_wrap{
    flex-direction:column ;
    align-items: center;
  }
  .top-contents_left img {
    margin: 0 auto;
  }
  .top-contents_right {
    margin-top: 30px;
  }
  .jumbotron-extend {
    position: relative;
    background: url(../image/idea_topLogo_tab.jpg) no-repeat center top;
    background-size: cover;
    background-color: #fff100;
    padding: 52% 0 0 0;
  }
   .recommendation h2:before {
    width: 310px;
  }
  
}
@media screen and (max-width: 544px){
  .idea_lead {
    font-size: 1.2rem;
  }
  ul.news li{
    flex-flow: column;
  }
  .btn-apply{
    width: 100%!important;
  }
  .btn-contact{
    width: 100%!important;
  }
  br.sp{
    display: block;
  }
  .container-fluid_sp{
  padding-left: 0;
  padding-right: 0;
  }
  .container-fluid_sp .main_cont2in{
    border-radius: 0;
  }
 
 .cost img.cost{
   position: static;
   margin: 30px auto;
 }
.jumbotron-extend {
  position: relative;
  background: url(../image/idea_topLogo_sp.jpg) no-repeat center top;
  background-size: cover;
  background-color: #fff100;
  padding: 116% 0 0 0;
}
footer a.nav-link {
  color: #212529!important;
}
}