@media screen and (max-width:768px) {

/* --------------------------------
 * base
 * -------------------------------- */

html,body{height:100%;width:100%;min-width:100%;}
img {  max-width: 100%; height:auto;}

body {
    font-size: 1.2rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#full {
    padding-top: 65px;
}

a[href^="tel:"] {
    pointer-events: initial;
}

.main {
    width: 100%;
    height: auto;
    min-width: 320px;
    padding-top: 65px;
    display: block;
}

.pt0{padding-top: 0!important;}

.top_topics {
    width: 100%;
    margin-top: 35px;
    padding: 30px 0;
}

.top_topics h2 {
    font-size: 1.8rem;
}

.topics_inner {
    margin: 0px auto;
    max-width: 100%;
    min-width: 320px;
        -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}

.topics_box {
    width: 95%;
    background-color: #fff;
    margin:0 auto 15px;
    float: none;
    display: flex;
    flex-direction: column;
}

.topics_box img{
  width: 100%;
}

.topics_box:last-child {
    margin: 0 auto 15px;
}

.message {
    box-sizing: border-box;
    height: 100%;
    background-image: url(../../img/top_bg01.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 100px;
}

.pickup_box01 {
    width: 85%;
    padding: 15px;
    margin: 0 auto;
}

.pickup_box02 {
    width: 95%;
    max-height: 485px;
    padding: 15px 10px;
    position: initial;
    margin: 30px auto;
}

.pickup_box01 h2 {
    font-size: 2.4rem;
  }

  .pickup_copy01 {
    font-size: 1.8rem;
  }

  .pickup_copy02 {
    font-size: 1.6rem;
  }
  
.pickup_innner{
  margin: 0px auto 30px;
  max-width: 100%;
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -ms-flex-direction:column-reverse; /*IE10*/
  -webkit-flex-direction:column-reverse; /*old webkit browser*/
  flex-direction:column-reverse;
  align-items: stretch;
  position: relative;
}

.pickup_innner:nth-child(odd){
  -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pickup_box03{
  width: 100%;
  padding: 0 20px 20px 20px;
  position: relative;
}

.pickup_box03 .marker01{
  margin-top:0;
  margin-bottom:15px;
}

.pickup_box03 h2 {
    font-size: 3.4rem;
    font-weight: bold;
    margin: 20px auto;
    line-height: 1em;
}

.pickup_box03 ol.mlist {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.pickup_box03 ol.mlist li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-size:1.3rem;
  margin-bottom: 5px;
}

.pickup_box03 ol.mlist li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #104a13;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top:18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pickup_box04{
  width: 100%;
}

  .button {
    display: inline-block;
    width: 85%;
    height: 35px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
    font-size: 1.2rem;
}

.ptp{
  -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ptp .left {
    width: 100%;
}

.ptp .right {
    width: 100%;
}

.top_program {
    box-sizing: border-box;
    height: 100%;
    background-image: url(../../img/top_bg03.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 190px;
    position: relative;
    margin-bottom: 30px;
}

.top_program_photo {
    padding: 5px 0;
}

.top_program_photo img{
  width: 25%;
  margin: 5px;
}
  
.news_main {
    width: 98%;
    float: none;
    margin: 0 auto 30px;
}

.news_side {
    width: 98%;
    float: none;
  margin: 0 auto 15px;
}

.news_inner {
    margin: 0px auto;
    max-width: 100%;
    padding: 0 10px;
}

.news_inner h2 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #104a13;
    line-height: 1;
    letter-spacing: 0.14em;
    padding-left: 15px;
    border-left: 3px solid #104a13;
    margin-bottom: 5px;
}

.news_box {
    padding: 10px 0;
}

.news_box .news_date {
    width: 100%;
    float: none;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 2.46em;
}

.news_box .news_cat01, .news_box .news_cat02, .news_box .news_cat03, .news_box .news_cat04{
    width: 35%;
    padding: 3px;
    float: none;
    font-size: 14px;
    margin:0 0 10px 0;
    border-radius: 5px;
    line-height: 1.46em;
    text-align: center;
}

.news_box .news_title {
    line-height: 1.5em;
    width: 100%;
    float: none;
}

.footer_banner {
    padding: 15px 0;
}

.footer_banner_inner {
    margin: 0px auto;
    max-width: 768px;
    min-width: 320px;
}

.footer_banner_img {
    display: inline-block;
    margin:0 1% 15px 1%;
    width: 47%;
}

.keyvisual {
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}

.keyvisual_inner {
    max-width: 100%;
    height: 265px;
}
.case_keyvisual{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin:0 auto 30px;
}
.case_inner01, .case_inner03{
    width: 100%;
    height: 180px;
}
.case_inner01 h2{
    font-size:1.6rem;
    padding-left: .5em;
}
.case_inner01 .case_copy{
    position:absolute;
    bottom:.5em;
    right:.5em;
    font-size:1rem;
    line-height:1.5;
    color:#fff;
}
	.case_inner01 .case_copy01{
    position:absolute;
    top:.5em;
    left:.5em;
    font-size:1rem;
    line-height:1.5;
    color:#fff;
}
.case_inner02, .case_inner04, .case_inner05{
    width:100%;
}
.case_inner05 {
    height: 35vh!important;
}
.case_inner02 img, .case_inner04 img{
    width:100%;
    height:auto;
}
.case_dl{
    width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    justify-content: center;
    align-items: stretch;
    margin:0 auto 10px;
    color:#275C2A;
    font-size:1.5rem;
    line-height:1.5;
}
.case_dl dt{
    width:30%;
}

.case_dl dd{
    width:70%;
    padding-left:1em;
    text-indent:-1em;
}

.program_cat {
    position: absolute;
        right: 10px;
        bottom: 10px;
        transform: scale(0.3);
        transform-origin: bottom right;
}
.program_cat02 {
    position: absolute;
        right: 75px;
        bottom: 10px;
        transform: scale(0.3);
        transform-origin: bottom right;
}

.program_cat img, .program_cat02 img{
  width: 100%;
}



.online_manual {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
}

.online_manual figure.shine  {
  width: 188px;
  height: 54px;
}

.online_manual img{
  width: 100%;
}

.bread {
    margin: 0px auto 20px;
    max-width: 100%;
}

.bread ul {
    margin-bottom: 20px;
}

.main_copy {
    margin: 15px auto;
    max-width: 100%;
}
.mxw1366{
  max-width: 100%!important;
}
.main_copy ol {
    padding-left: 5px;
}

.main_copy ol li {
    text-indent: 0em;
    padding-left: 3em;
    font-size: 1.3rem;
    color: #104a13;
    position: relative;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.main_copy ol li:before {
    counter-increment: item;
    content: counter(item);
    background-color: #104a13;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -5px;
}

.content_index {
    margin: 0px auto 30px;
    max-width: 100%;
    padding: 15px 0;
    border-top: 1px solid #104a13;
    border-bottom: 1px solid #104a13;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
}
.index_left {
    width: 100%;
}
.index_right {
    width: 100%;
}
.index_right a {
    display: block;
    float: left;
    width: 47%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #104a13;
    font-size: 1.2rem;
    margin: 0 3% 10px 0;
}

.index_right a:nth-child(even){
  margin-right: 0;
}

.index_right a.big {
    width: 47%;
}

.content {
    padding-bottom: 30px;
}

.heading {
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-attachment: initial;
    margin-bottom: 45px;
}

.heading_inner h2 {
    font-size: 2rem;
    padding-top: 35px;
}

.content_inner {
    margin: 0px auto;
    max-width: 100%;
}

.about_box {
    width: 100%;
    margin-bottom: 30px;
}
  
.about_box_mobile{
  -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

.about_box_mobile .about_box_left_mobile{
  width:100%;
  margin-bottom:10px;
  }
.about_box_mobile .about_box_right{
  width:100%;
  border-left:none;
  padding:0 15px 15px 15px;
  }

.about_box_left h3 {
    font-size: 1.5rem;
    letter-spacing: initial;
}

.about_box_left h3.mobile {
    padding: 10px;
}

.about_box_right {
    padding: 0px 0 0 20px;
}

.about_head {
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 10px 0 10px 0;
}

.about_tx {
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.about_attention {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding-top: 5px;
}

.program_header_copy {
    font-size: 1.6rem;
    margin-bottom: 25px;
}

.program_header_tx {
    line-height: 1.3em;
    font-size: 1.2rem!important;
    margin-bottom: 25px;
}



.program_flow_box {
    width: 95%;
    padding: 0;
    margin: 0 auto 20px;
}

.program_flow_heading {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid #104a13;
    margin-bottom: 15px;
}

.program_flow_no {
    width: 100%;
    color: #fff;
    background-color: #104a13;
    font-size: 1.5rem;
    line-height: 2em;
    text-align: center;
}

.program_flow_title {
    width: 100%;
}

.program_flow_title h3 {
    color: #104a13;
    font-size: 1.2rem!important;
    font-weight: bold;
    line-height: 1.5em;
    padding: 15px 0;
    text-align: center;
}

.program_flow_time {
    position: absolute;
    top: -15px;
    right: 0px;
    padding: 3px;
    background-color: #fff;
    color: #104a13;
    border: 1px solid #104a13;
    font-size: 1rem;
}

.program_flow_copy {
    text-align: center;
    font-size: 1.8rem!important;
    font-weight: bold;
    color: #104a13;
    line-height: 1.2em;
    margin-bottom: 15px;
}
    
.program_flow_box .online {
    position: absolute;
    left: 0;
    top: 150px;
}
    
.program_flow_box .ribbon {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    font-size: 1.2rem;
    background: #1d2088;
    color: #FFF;
    box-sizing: border-box;
}

.program_flow_box .ribbon:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent;
    border-style: solid;
}

.mb100 {
    margin-bottom: 50px;
}

.program_flow_infobox {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: stretch;
}

.program_flow_infobox_left {
    width: 100%;
    padding: 0 10px;
}

.program_flow_infobox_left p {
    color: #b71840;
    padding: 10px 10px 10px 0;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 10px;
}

.program_flow_infobox_left li {
    line-height: 1.3em;
    margin-bottom: 8px;
    font-size: 1.2rem;
    position: relative;
    padding-left: 1.6em;
}

.program_flow_infobox_right {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.program_flow_infobox_right img{
  width: 95%;
}

.content_banner a {
    position: relative;
    z-index: 2;
    background-color: #104a13;
    border: 2px solid #104a13;
    color: #fff;
    width: 300px;
    margin: 0 10px 15px;
    font-size: 1.2rem;
    padding: 10px;
}

.content_banner a.buy {
    position: relative;
    z-index: 2;
    background-color: #b71840;
    border: 2px solid #b71840;
    color: #fff;
    width: 300px;
    margin: 0 10px 15px;
}

.intro_box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
}

.intro_box_in, .intro_box_in66, .intro_box_in45 {
    width: 95%;
    border: 1px solid #104a13;
    padding: 35px 20px 20px;
    text-align: center;
    position: relative;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
}

.intro_box_in:last-child {
    margin-right: auto;
}

.intro_box_no {
    background-color: #104a13;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    width: 27%;
    font-size: 1.2rem;
}

.intro_box_no span {
    font-size: 2rem;
}

.intro_box_heading h3 {
    color: #104a13;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    font-size: 1.4rem;
    display: block;
    width: 73%;
    font-weight: normal;
}

.intro_box_flow li {
    font-size: 1.2rem;
    margin-bottom: 35px;
    position: relative;
}

.intro_box_info h4 {
    color: #104a13;
    border: 1px solid #104a13;
    font-size: 1.6rem;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: normal;
}

.intro_box_info h5 {
    color: #104a13;
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content_banner {
    text-align: center;
    margin-top: 15px;
}

.content_copy01 {
    text-align: center;
    color: #104a13;
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.content_copy02 {
    text-align: center;
    color: #104a13;
    font-size: 1.2rem!important;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.columnbox {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
}

.columnbox_noflex {
    width: 95%;
    margin: 0 auto;
}

.columnbox86 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto 15px;
}

.columnbox66 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
}

.columnbox2_1 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox2_1:last-child {
    margin-right: auto;
    margin-bottom: 30px;
}

.columnbox3_1 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox3_1:last-child {
    margin-right: auto;
}

.columnbox3_2 {
    width: 100%;
    margin-right: 0%;
    position: relative;
}

.columnbox4_1 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox4_1:last-child{
  margin-right: auto;
  margin-bottom: 30px;
}

.columnbox4_3 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox4_3:last-child{
  margin-right: auto;
  margin-bottom: 30px;
}
    
.columnbox5_1 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox5_1:last-child{
  margin-right: auto;
  margin-bottom: 30px;
}

.columnbox5_4 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox5_4:last-child{
  margin-right: auto;
  margin-bottom: 30px;
}





.columnbox10_1 {
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
}

.columnbox10_1:last-child{
  margin-right: auto;
  margin-bottom: 0px;
}
  
.arrow_mobile::after{
    right: 42%;
    bottom: -30px;
  top: auto;
    transform: rotate(90deg) scale(0.7);
}

.plus{
  margin-bottom: 60px!important;
}
  
.plus::after{
    right: 42%;
    bottom: -55px;
  top: auto;
}

.columnbox66_noflex {
    width: 95%;
    margin: 0 auto;
}

.tx_border {
    color: #104a13;
    border: 1px solid #104a13;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

a.button02, a.button01 {
    font-size: 1.4rem;
}
.f_arrow{display: none;}
.f_height01{
  height: auto;
}
.f_height02{
  height: auto;
}

.case_list01 li, .case_list02 li {
    width: 100%;
    border-bottom: 2px dotted #104a13;
    color: #104a13;
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 8px 5px 10px 2.5em;
    position: relative;
}

.img_caption{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  color: #fff;
  background-color: #104a13;
  font-size: 1.2rem;
  padding: 5px 0;
}
.img_caption02 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #b71840;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.3em;
}

.img_caption03{
  width: 100%;
  text-align: center;
  color: #104a13;
  border:1px solid #104a13;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.3em;
}
.img_caption04{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  color: #fff;
  background-color: #104a13;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.3em;
}

.img_caption05{
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #b71840;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.img_caption06{
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #104a13;
   padding: 5px;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.reviewbox {
    width: 95%;
    margin: 0 auto 35px;
}

.review_heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.review_heading img {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

#review dl {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.3em;
}

#review dl dt {
    width: 30%;
    margin-right: 1%;
}

#review dl dd {
    width: 69%;
}

.relationbox {
    width: 95%;
    border: 1px solid;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
}
.relationbox:last-child {
    margin-right: auto;
}

.relationbox03 {
    width: 95%;
  }

.relationbox04{
  width: 95%;
}

.relationbox h3, .relationbox03 h3, .relationbox04 h3{
    padding: 10px 0;
    font-size: 1.4rem;
}

.relationbox h4, .relationbox02 h4 {
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.3em;
}

.relation_tx {
    line-height: 1.3em;
    padding: 0 30px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.relation_spec{
  margin: 0 15px 10px;
  padding: 2px 12px;
  font-size: 1.2rem;
}

.relation_spec_row{
  padding: 7px 0;
}

.star_rating{
  font-size: 1.4rem;
}

.bcg{
  border-color: #104a13;
}

.bcg h3{
  color: #104a13;
  border-color: #104a13;
}
.bcg h4{
  color: #104a13;
}

.bcr{
  border-color: #b71840;
}

.bcr h3{
  color: #b71840;
  border-color: #b71840;
}
.bcr h4{
  color: #b71840;
}

.bcb{
  border-color: #1d2088;
}

.bcb h3{
  color: #1d2088;
  border-color: #1d2088;
}
.bcb h4{
  color: #1d2088;
}

.bcy{
  border-color: #d0ab3c;
}

.bcy h3{
  color: #d0ab3c;
  border-color: #d0ab3c;
}
.bcy h4{
  color: #d0ab3c;
}






.bcbr{
  border-color: #4a2c0b;
}

.bcbr h3{
  color: #40065b;
  border-color: #4a2c0b;
}
.bcbr h4{
  color: #4a2c0b;
}

.program_flow_infobox_left02 {
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}

.about_labo {
    border: 1px solid #104a13;
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
}

.about_labo_title {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.3em;
}

.about_labo li {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8em;
    padding-left: 1.5em;
    position: relative;
}

.intro_box66 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto 30px;
}

.program_flow02_box {
    width: 95%;
    margin: 0 auto 20px;
}

.program_flow02_box_heading {
    margin-bottom: 15px;
}

.program_flow02_no {
    width: 20%;
    position: relative;
}

.program_flow02_no:before {
    content: "";
    width: 25px;
    height: 1px;
    display: block;
    position: absolute;
    top: 25px;
    left: 50px;
    background-color: #104a13;
    z-index: -1;
}

.program_flow02_no span {
    width: 50px;
    height: 50px;
    font-size: 2rem;
}

.program_flow02_box_heading h3 {
    width: 80%;
    padding: 15px;
    font-size: 1.4rem;
    margin-top: 0px;
}

.program_flow02_content {
    width: 80%;
    margin: 0 0 0 20%;
    position: relative;
}

.program_flow02_box li {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding-left: 1.5em;
    position: relative;
}

.toolbox {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
}

.toolbox_left {
    width: 95%;
    margin: 0 auto 15px;
}
.toolbox_right {
    width: 95%;
    margin: 0 auto 15px;
}

.toolbox_heading {
    color: #104a13;
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.3em;
    position: relative;
    padding-left: 1.8em;
}

.toolbox_heading span {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    background-color: #104a13;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6em;
    vertical-align: middle;
    font-size: 0.8em;
}

.toolbox_tx {
    font-size: 1.2rem;
    line-height: 1.3em;
}
.toolbox_price {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 15px;
    color: #104a13;
    border: 1px solid #104a13;
    display: inline-block;
    background-color: #fefefe;
    width: 95%;
    margin: 0 auto 15px;
}

.toolbox_price span, .toolbox_price02 span {
    font-size: 1.2rem;
    color: #000;
}

.case_list02 {
    width: 95%;
    margin: 0 auto 35px;
}

.about_movie {
    width: 90%;
}

.about_movie02{
  width: 90%;
  margin: 0 auto 15px;
overflow: hidden;
}

.about_movie02 .box{
    width: 100%;
    margin-right:0%;
    margin-bottom: 10px;
    float: none;
}

.about_movie02 .box:nth-child(3n) {
    margin-right: 0;
}
.about_movie03{
  width: 90%;
}

.pabr15 {
    position: relative;
    bottom: 0px;
    right: 0;
    text-align: right;
    margin: 10px 0;
}

.about_cod {
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
    line-height: 1.3em;
    text-align: left;
}

.cod_banner {
    padding: 15px;
}

.cod_banner .cod_icon p {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #104a13;
    border-radius: 50%;
}
.cod_banner .cod_icon p img {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.cod_banner .cod_tx p.en {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.cod_banner .cod_tx p.jp {
    font-size: 1.3rem;
    line-height: 1em;
}

h3.adv_h3 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #104a13;
    line-height: 1;
    letter-spacing: initial;
    padding-left: 10px;
    border-left: 3px solid #104a13;
    margin-bottom: 20px;
}

.program_flow_infobox_left p.tx {
    color: #104a13;
    background-color: #fff;
    padding: 0px;
    font-size: 1.4rem;
    display: inline;
    margin-bottom: 10px;
    line-height: 1.3em;
    display: block;
}
    
.program_flow_infobox_left p.attention{
  font-size: 1.4rem;
}

table.fcc_seminar_table h4 {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #104a13;
    margin-bottom: 10px;
}

table.fcc_seminar_table p {
    font-size: 1.2rem;
    line-height: 1.3em;
}

.day1 {
    width: 95%;
    margin: 0 auto 40px;
}

.try_ses11 {
    border: 2px dotted #104a13;
    width: 95%;
    margin: 25px auto;
    padding: 0 0 15px 0;
}

.program_flow_cat {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1rem;
    color: #fff;
    background-color: #b71840;
}

.bdd {
    width: 95%;
    padding: 15px;
    border: 2px dotted #104a13;
    color: #104a13;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 0 auto 15px;
}

.toolbox_price02 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 15px 25px;
    color: #104a13;
    border: 1px solid #104a13;
    display: block;
    background-color: #fefefe;
    width: 90%;
    margin: 0 auto;
}









.relationbox02 {
    width: 95%;
    border: 1px solid #104a13;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
}

.relationbox02:last-child {
    margin-right: auto;
}



.about_labo_bg {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 15px;
    text-align: center;
    position: relative;
}

.about_labo_bg h3 {
    font-size: 2rem;
    color: #104a13;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: normal;
}
.about_labo_copy {
    font-size: 1.6rem;
    line-height: 1em;
    color: #b71840;
    margin-bottom: 20px;
}

.about_labo_img {
    position: relative;
    width: 100%!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.wd70 {
    width: 95%;
    margin: 0 auto;
}
.bgcg li {
    width: 49%;
    margin: 0 2% 10px 0;
    color: #b71840;
    text-align: left;
    font-size: 1.4rem;
    float: left;
}

.adv_box {
    width: 95%;
    border: 1px solid #104a13;
    padding: 0 0 15px 0;
    margin: 0 auto 15px;
}

.adv_box:last-child {
    margin-right: auto;
}

h4.adv_box_h4 {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #104a13;
    text-align: center;
    line-height: 1em;
    color: #fff;
}

#about_message{
  background-attachment: initial;
}

.about_message_heading_left {
    width: 10%;
    background-color: #285c2b;
    border-top: 15px solid #b71840;
}

.about_message_heading_right {
    width: 90%;
    background-color: #103412;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.6em;
    padding-left: 1em;
}

.about_message_box {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 30px;
}

.about_message_box_left {
    width: 75%;
    margin: 0 auto 30px;
}

.about_message_box_right {
    width: 95%;
    margin: 0 auto 15px;
    padding-left: 0;
}

.about_message_box_right p {
    font-size: 1.2rem;
    line-height: 1.3em;
}

.message_cod{
  width: 45%;
}

#about_labo {
    background-attachment: initial;
    background-position: center;
    padding: 50px 0;
}

#about_business {
    width: 100%;
    padding: 50px 0 0;
}

h3.about_business_h3 {
    color: #104a13;
    font-size: 2.4rem;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: normal;
}

.about_business_tx {
    font-size: 1.4rem;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
}

.about_business_h4 {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.about_business_box01 {
    padding-left: 1.125em;
    font-size: 1.2rem;
    line-height: 1.3em;
}

.about_business_box02 {
    width: 95%;
    padding: 10px;
    margin: 0 auto 45px;
    border: 1px solid;
}

.about_business_box02_in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 30px;
}

.about_business_box02_in_left {
    width: 100%;
    margin: 0 auto 15px;
}

.about_business_box02_in_right {
    width: 100%;
}

.about_history_box_left {
    display: none;
}

.about_history_box_right {
    width: 100%;
}

.about_history_box_right dl {
    border-bottom: 3px dotted #bccdbd;
    padding: 15px 0;
}

.about_history_box_right dl dt {
    color: #104a13;
    font-size: 1.8rem;
    line-height: 1em;
    margin-bottom: 10px;
}

.about_history_box_right dl dd {
    padding-left: 17px;
    font-size: 1.4rem;
    line-height: 1.3em;
}

.select_box h3 {
    width: 100%;
    background-color: #104a13;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding: 10px;
}

.select_box li {
    display: inline-block;
    color: #104a13;
    font-size: 1.4rem;
    margin: 10px 10px;
}

.programbox_wrap {
    width: 95%;
    float: none;
    margin: 0 auto 15px!important;
}

.programbox_in {
    width: 100%;
    height: 420px;
    float: none;
    border: 1px solid #104a13;
    margin:0 auto 30px;
    text-align: center;
}

.programbox_tx {
    line-height: 1.3em;
    padding: 0 30px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: left;
}

.index_right a.middle {
    width: 48%;
}

.columnbox86_noflex {
    width: 95%;
    margin: 0 auto;
}



.scroll{
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar{
    height: 5px;
}
.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
    
.scroll .fcc_table {
    width: 100%;
    margin: 0 auto 20px;
    overflow-x:auto;
  } 
.chatting_r .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 18px;
    border: 18px solid transparent;
    border-bottom: 18px solid #d7ebfe;
}
.chatting_l .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -36px;
    left: 34px;
    right: auto;
    top: auto;
    border: 18px solid transparent;
    border-top: 18px solid #d7ebfe;
}
    
.chatting_r .says, .chatting_l .says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 10px;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #d7ebfe;
}

.op_seminar_list li {
    line-height: 1.3em;
    margin-bottom: 15px;
    font-size: 1.84rem;
    color: #104a13;
    position: relative;
    padding-left: 1.5em;
}
  
.faq_box{
  width:100%;
  margin:0 auto 10px
}

.accordion-click{
  padding:5px 10px;
  background-color:#104a13;
  color:#fff;
  line-height:1.2em;
  font-size:1.2rem;
}

.accordion-click:hover{
  background-color:#2f6d32;
}

.accordion-content{
  border:1px solid #104a13;
  padding:10px;
}

.instructor_intor_heading {
    color: #104a13;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.6em;
    position: relative;
    padding-left: 1.8em;
}

.instructor_intor_heading span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #104a13;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
    font-size: 0.8em;
}

.instructor_intor_heading_tx {
    line-height: 1.3em;
    font-size: 1.2rem;
    padding-left: 2.8em;
}

.instructor_box {
    padding: 15px;
    border: 1px solid #104a13;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 95%;
}

.instructor_box_left {
    width: 100%;
    margin: 0 auto 15px;
}

.instructor_box_left img{
  width: 100%;
}

.instructor_box_right {
    width: 100%;
}

.instructor_box_right h3 {
    font-size: 1.8rem;
    color: #3f413e;
    line-height: 1em;
    margin-bottom: 15px;
}

.instructor_box_right .copy {
    font-size: 1.4rem;
    color: #b71840;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.instructor_box_right .tx {
    font-size: 1.2rem;
    line-height: 1.5em;
}









.contact_table>dl>dd.day span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 1em 1em;
    width: 100%;
}
.contact_table>dl>dd.program span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 1em 1em;
    width: 100%;
}

.contact_banner {
    width: 95%;
    margin: 0 auto 15px;
}

.contact_info {
    width: 100%;
    display: flex;
}

/*プログラム*/
    
#fcc_key {
   height: 510px;
}

#fcc_key .keyvisual_inner {
    background-position: right;
    padding-top: 200px;
    height: 510px;
	background-repeat: no-repeat;
}
#fcc_key .sub_copy {
    position: initial;
}
    
#fcc_key .sub_copy {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3rem;
  text-shadow: #05388b 2px 0px, #05388b -2px 0px, #05388b 0px -2px, #05388b 0px 2px, #05388b 2px 2px, #05388b -2px 2px, #05388b 2px -2px, #05388b -1px -2px, #05388b 1px 2px, #05388b -1px 2px, #05388b 1px -2px, #05388b -1px -2px, #05388b 2px 1px, #05388b -2px 1px, #05388b 2px -1px, #05388b -2px -1px;
}

#fcc_key h2 {
  width: 240px;
  height: 92px;
  position: absolute;
  right: 10px;
  top: 40px;
  left: auto;
}

#fcc_key h2 img{
  width: 100%;
}

#fcc_key .sub_copy02 {
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 140px;
}
#fcc_key .sub_copy02 span {
    font-size: 1.2rem;
}

#fcc_key .key_box02 {
  width: 210px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#fcc_key .key_box01 .columnbox{
  -ms-flex-direction: initial;
  -webkit-flex-direction: initial;
  flex-direction: initial;
  justify-content: flex-start;
  }
  
#fcc_key .key_box02 .columnbox{
    -ms-flex-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    justify-content: flex-start;
    }

#fcc_key .program_cat {
    position: absolute;
    right: 5px;
    bottom: 25px;
    width: 28%;
}

#fcc_key02 .sub_copy {
    position: absolute;
    left: 20px;
    top: 105px;
    font-size: 1.3rem;
    line-height:1.5;
    font-weight: bold;
    color: #05388b;
    letter-spacing: 0.3rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

    
#fcc_key02 .sub_copy02 {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 1.3rem;
    line-height:1.5;
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 0.3rem;
     text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
    

    

.feature_h2 {
    line-height: 1.2;
    font-size: 2.0rem;
    padding-top: 30px;
}
table.newfcc_table {
    width: 98%;
    margin: 0 auto 50px;
}
table.newfcc_table th {
    width: 12%;
    font-size: 1.4rem;
    font-weight: 100;
    color: #104A13;
    line-height: 1.5;
    border-right: 1px dotted #104A13;
    padding: 5px 0;
}
table.newfcc_table td.day {
    text-align: center;
    background-color: #104A13;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 10px;
    width: 40%;
}
table.newfcc_table td.newfcc_table_bg01 {
    background-color: #D6A6B2;
    padding: 10px 5px;
}
table.newfcc_table h3 {
    text-align: left;
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}
table.newfcc_table td.newfcc_table_bg03 {
    text-align: center;
    border: 1px solid;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
}
.balloon01 {
    position: relative;
    margin: 1em auto;
    padding: 15px;
    background: #D8F6D9;
    border-radius: 30px;
    width: calc(100% - 80px);
    position: relative;
    display: flex;
    flex-direction: column;
}
.balloon02 {
    margin: 1.5em auto;
    padding: 15px;
    background: #FFF;
    border: solid 5px #104A13;
    box-sizing: border-box;
    border-radius: 15px;
    width: 95%;
    position: relative;
    display: flex;
    flex-direction: column;
}
/*--Program New Model--------------------------------- */

#newmodel_key .sub_copy{
  left: 10px;
  top: 15px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
#newmodel_key .sub_copy02{
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.3rem;
    line-height: 1.5em;

}

#newmodel_key h2{
  position: absolute;
  left: 0px;
  top: 40px;
  font-size: 3rem;
}

/*--Program Jury--------------------------------- */

#jury_key{
  background-position: bottom left;
}

#jury_key .sub_copy{
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.2rem;
  letter-spacing: initial;
}
#jury_key .sub_copy02{
  position: absolute;
  left: 10px;
  top: 80px;
  font-size: 1.4rem;
}

#jury_key h2{
    top: 40px;
    font-size: 3rem;
}

/*--Creative School--------------------------------- */
    
#c_school_key .sub_copy {
    position: absolute;
    left: 10px;
    top: 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.3rem;
    text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -1px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}
#c_school_key h2 {
    position: absolute;
    left: 10px;
    top: 65px;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -1px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}

#mr_key .sub_copy {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #104a13;
    letter-spacing: 0.3rem;
}
#mr_key h2 {
    position: absolute;
    left: 10px;
    top: 45px;
}
#mr_key h2 img{
  width: 60%;
}

#takumi_key .sub_copy {
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.3rem;
    text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -1px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
}

#takumi_key .sub_copy02 {
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #b71840;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}


#takumi_key h2{
  width: 60%;
  top: 50px;
}

#kiki_key {
    background-position: right;
}

#kiki_key .sub_copy {
    position: absolute;
    left: 65px;
    top: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #555655;
    letter-spacing: initial;
}

#kiki_key h2 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 60%;
}

#bus_en_key .sub_copy {
    position: absolute;
    left: 38px;
    top: 35px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #606c82 2px 0px, #606c82 -2px 0px, #606c82 0px -2px, #606c82 0px 2px, #606c82 2px 2px, #606c82 -2px 2px, #606c82 2px -2px, #606c82 -1px -2px, #606c82 1px 2px, #606c82 -1px 2px, #606c82 1px -2px, #606c82 -1px -2px, #606c82 2px 1px, #606c82 -2px 1px, #606c82 2px -1px, #606c82 -2px -1px;
}

#bus_en_key h2 {
    position: absolute;
    left: 0;
    top: 30px;
    width: 60%;
}

#bus_01_key .sub_copy {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #104a13;
    letter-spacing: initial;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#bus_01_key .sub_copy02 {
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 1.2rem;
    line-height:1.5;
    font-weight: bold;
    color: #b71840;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}



#bus_02_key .sub_copy {
    left: 0;
    top: 15px;
    font-size: 1.2rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#bus_02_key h2 {
    right: auto;
    left: 0;
    top: 40px;
    width: 80%;
    height: auto;
}
#bus_02_key .sub_copy02 {
    left: 0;
    bottom: 60px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#kyoryoku_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 110px;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
    letter-spacing: initial;
    text-shadow: rgb(56, 56, 56) 2px 0px, rgb(56, 56, 56) -2px 0px, rgb(56, 56, 56) 0px -2px, rgb(56, 56, 56) 0px 2px, rgb(56, 56, 56) 2px 2px, rgb(56, 56, 56) -2px 2px, rgb(56, 56, 56) 2px -2px, rgb(56, 56, 56) -1px -2px, rgb(56, 56, 56) 1px 2px, rgb(56, 56, 56) -1px 2px, rgb(56, 56, 56) 1px -2px, rgb(56, 56, 56) -1px -2px, rgb(56, 56, 56) 2px 1px, rgb(56, 56, 56) -2px 1px, rgb(56, 56, 56) 2px -1px, rgb(56, 56, 56) -2px -1px;
}



#idle_key .sub_copy {
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #fd9602;
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 10px 15px;
    letter-spacing: initial;
}
#idle_key .sub_copy02 {
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 1.2rem;
    line-height:1.5;
    font-weight: bold;
    color: #b71840;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#idle_key h2 {
    position: absolute;
    left: 0;
    top: 58px;
    width: 75%;
}

#new_tangram_key .sub_copy {
    position: absolute;
    left: 65px;
    right: auto;
    top: 55px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    line-height: 2.2em;
    text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}

#new_tangram_key .sub_copy span {
    color: #23ac38;
    font-size: 2rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#new_tangram_key h2 {
    position: absolute;
    left: auto;
    right: auto;
    top: 65px;
    width: 80%;
}

#ice_breaking_key .sub_copy, #ice_breaking02_key .sub_copy {
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 1.2rem;
    letter-spacing: initial;
}

#ice_breaking_key h2, #ice_breaking02_key h2 {
    position: absolute;
    right: 0px;
    left: auto;
    top: 20px;
    width: 53%;
}

#block_model_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 17px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #effe03;
    letter-spacing: initial;
}
#block_model_key h2 {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 60%;
}

#cod_key h2 {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
    width: 60%;
}

#compass_key .sub_copy {
    position: absolute;
    left: 0;
    top: 55px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    line-height: 1.3em;
    text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -1px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
}

#compass_key h2 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 60%;
    line-height: 1.5em;
}

#compass_key {
    background-position: right;
}

#mr_fp_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 120px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #fe5773 2px 0px, #fe5773 -2px 0px, #fe5773 0px -2px, #fe5773 0px 2px, #fe5773 2px 2px, #fe5773 -2px 2px, #fe5773 2px -2px, #fe5773 -1px -2px, #fe5773 1px 2px, #fe5773 -1px 2px, #fe5773 1px -2px, #fe5773 -1px -2px, #fe5773 2px 1px, #fe5773 -2px 1px, #fe5773 2px -1px, #fe5773 -2px -1px;
}

#mr_fp_key h2 {
    position: absolute;
    left: 0;
    top: 140px;
    width: 60%;
}

#ctg_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 50px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.3rem;
    line-height: 1.3em;
    text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}

#ctg_key {
    background-position: left;
}

#ctg_key .sub_copy span {
    font-size: 1.2rem;
}

#ctg_key h2 {
    position: absolute;
    left: 0px;
    top: 150px;
    width: 70%;
}

#fcc_license_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 100px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #05388b 2px 0px, #05388b -2px 0px, #05388b 0px -2px, #05388b 0px 2px, #05388b 2px 2px, #05388b -2px 2px, #05388b 2px -2px, #05388b -1px -2px, #05388b 1px 2px, #05388b -1px 2px, #05388b 1px -2px, #05388b -1px -2px, #05388b 2px 1px, #05388b -2px 1px, #05388b 2px -1px, #05388b -2px -1px;
}

#fcc_license_key h2 {
    position: absolute;
    left: 0;
    top: 120px;
    width: 60%;
}

#fcc_seminar_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 105px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #05388b 2px 0px, #05388b -2px 0px, #05388b 0px -2px, #05388b 0px 2px, #05388b 2px 2px, #05388b -2px 2px, #05388b 2px -2px, #05388b -1px -2px, #05388b 1px 2px, #05388b -1px 2px, #05388b 1px -2px, #05388b -1px -2px, #05388b 2px 1px, #05388b -2px 1px, #05388b 2px -1px, #05388b -2px -1px;
}

#fcc_seminar_key h2 {
    position: absolute;
    left: 0;
    top: 125px;
    width: 60%;
}

#dod_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #104a13;
    letter-spacing: initial;
    line-height: 2.4em;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#dod_key .sub_copy span {
    font-size: 2.4rem;
}

#dod_key h2 {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 70%;
}

#mf_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #104a13;
    letter-spacing: initial;
    line-height: 2.4rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#mf_key .sub_copy span {
    font-size: 2.4rem;
}

#mf_key h2 {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 75%;
}

#try_key .sub_copy02 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-align: center;
    line-height: 1em;
}

#try_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 65px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #2a323f 2px 0px, #2a323f -2px 0px, #2a323f 0px -2px, #2a323f 0px 2px, #2a323f 2px 2px, #2a323f -2px 2px, #2a323f 2px -2px, #2a323f -1px -2px, #2a323f 1px 2px, #2a323f -1px 2px, #2a323f 1px -2px, #2a323f -1px -2px, #2a323f 2px 1px, #2a323f -2px 1px, #2a323f 2px -1px, #2a323f -2px -1px;
}

#try_key h2 {
    position: absolute;
    left: 0;
    top: 165px;
    width: 75%;
}

#group_work_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    line-height: 1.6em;
    text-shadow: #146801 2px 0px, #146801 -2px 0px, #146801 0px -2px, #146801 0px 2px, #146801 2px 2px, #146801 -2px 2px, #146801 2px -2px, #146801 -1px -2px, #146801 1px 2px, #146801 -1px 2px, #146801 1px -2px, #146801 -1px -2px, #146801 2px 1px, #146801 -2px 1px, #146801 2px -1px, #146801 -2px -1px;
}

#group_work_key h2 {
    position: absolute;
    color: #fe6103;
    left: 0px;
    top: 80px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
    text-shadow: #fff 4px 0px, #fff -4px 0px, #fff 0px -4px, #fff 0px 4px, #fff 4px 4px, #fff -4px 4px, #fff 4px -4px, #fff -2px -4px, #fff 2px 4px, #fff -2px 4px, #fff 2px -4px, #fff -2px -4px, #fff 4px 2px, #fff -4px 2px, #fff 4px -2px, #fff -4px -2px;
}

#group_work_key h2 span {
    color: #0170be;
    font-size: 3rem;
    text-shadow: #fff 4px 0px, #fff -4px 0px, #fff 0px -4px, #fff 0px 4px, #fff 4px 4px, #fff -4px 4px, #fff 4px -4px, #fff -2px -4px, #fff 2px 4px, #fff -2px 4px, #fff 2px -4px, #fff -2px -4px, #fff 4px 2px, #fff -4px 2px, #fff 4px -2px, #fff -4px -2px;
    font-family: 'arial';
    font-style: italic;
}

#mtg01_key, #mtg02_key, #mtg03_key {
    background-position: right;
}

#mtg01_key .sub_copy, #mtg02_key .sub_copy, #mtg03_key .sub_copy {
    font-size: 1.4rem;
    color: #506656;
    letter-spacing: initial;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#mtg01_key .keyvisual_inner_bg, #mtg02_key .keyvisual_inner_bg, #mtg03_key .keyvisual_inner_bg {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 15px;
    text-align: center;
    width: 60%;
}

#mtg01_key .sub_copy02, #mtg02_key .sub_copy02, #mtg03_key .sub_copy02 {
    font-size: 1.2rem;
    color: #506656;
    line-height: 1.7em;
    margin-top: 0px;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#mtg04_key .sub_copy{
    position: absolute;
    left: 10px;
    top: 35px;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -1px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
}


#mtg05_key .sub_copy {
    position: absolute;
    left: 10px;
    top: 165px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    text-shadow: #104a13 2px 0px, #104a13 -2px 0px, #104a13 0px -2px, #104a13 0px 2px, #104a13 2px 2px, #104a13 -2px 2px, #104a13 2px -2px, #104a13 -1px -2px, #104a13 1px 2px, #104a13 -1px 2px, #104a13 1px -2px, #104a13 -1px -2px, #104a13 2px 1px, #104a13 -2px 1px, #104a13 2px -1px, #104a13 -2px -1px;
}
#mtg05_key .sub_copy02 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: bold;
    color: #b71840;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}




#mtg04_key .keyvisual_inner, #mtg05_key .keyvisual_inner{
    max-width: 100%;
    height: 320px;
}
#mtg04_key .program_cat, #mtg05_key .program_cat{
    position: absolute;
    right: 50px;
    top: auto;
    bottom: 10px;
}

/* MENTORING to GROWTH NEW */

.mtgop {
    padding: 10px 10px 0px 10px;
}

.mtgo_h1 {
    font-size: calc(100vw * 30 / 768);
    font-weight: bold;
    line-height: 1.5;
    color: #B71840;
    margin-bottom: 15px;
}
.mtgo_copy {
    font-size: calc(100vw * 45 / 768);
    font-weight: bold;
    line-height: 1.5;
    color: #B71840;
    margin-bottom: 15px;
}

.q_box {
    font-size: 1.6rem;
    background-size: 50px;
}

.column_vertical_out{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 50px;
}
.column_top{
  width: 90%;
  margin-bottom: 15px;
}
.column_down{
  width: 10%;
}

.twoweek {
    position: relative;
    width: calc(97% - 62px);
    height: 30px;
    margin: 0 auto;
    padding: 1rem 2rem 1rem 3rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 14px;
    font-weight: bold;
    background: #104a13;
    text-align: center;
}

.twoweek:before {
    position: absolute;
    top: -5px;
    right: -62px;
    content: '';
    border-width: 20px 37px 20px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #104a13;
}
.threeweek {
    position: relative;
    width: 25px;
    height: calc(90% - 35px);
    margin: auto 0;
    padding: 0 5px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 16px;
    font-weight: bold;
    background: #b71840;
    text-align: center;
    writing-mode: vertical-rl;
    display: inline-block;
}

.threeweek:before {
    position: absolute;
    top: initial;
    right: initial;
    left: -7px;
    bottom: -49px;
    content: '';
    border-width: 25px 20px 24px 20px;
    border-style: solid;
    border-color: #b71840 transparent transparent transparent;
}
.threeweek span{ text-combine-upright: all;}


/*--メンター制度 オンライン無料説明会・相談会--------------------------------- */

#mtg_online_key h2{
  position: absolute;
  left: 0;
  top: 45px;
  font-size: 1.6rem;
  color: #104a13;
    letter-spacing: 0.3rem;
    line-height: 1.6em;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#mtg_online_key .sub_copy {
    top: 150px;
    font-size: 1.2rem;
}



#mentor_free_key h2 {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: initial;
    text-shadow: #c092cd 2px 0px, #c092cd -2px 0px, #c092cd 0px -2px, #c092cd 0px 2px, #c092cd 2px 2px, #c092cd -2px 2px, #c092cd 2px -2px, #c092cd -1px -2px, #c092cd 1px 2px, #c092cd -1px 2px, #c092cd 1px -2px, #c092cd -1px -2px, #c092cd 2px 1px, #c092cd -2px 1px, #c092cd 2px -1px, #c092cd -2px -1px;
}

#f_basic_key .sub_copy, #f_middle_key .sub_copy, #f_advanced_key .sub_copy  {
    position: absolute;
    left: 0px;
    top: 155px;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
}

#f_basic_key .sub_copy{
  text-shadow: #0266e2 2px 0px, #0266e2 -2px 0px, #0266e2 0px -2px, #0266e2 0px 2px, #0266e2 2px 2px, #0266e2 -2px 2px, #0266e2 2px -2px, #0266e2 -1px -2px, #0266e2 1px 2px, #0266e2 -1px 2px, #0266e2 1px -2px, #0266e2 -1px -2px, #0266e2 2px 1px, #0266e2 -2px 1px, #0266e2 2px -1px, #0266e2 -2px -1px;
}

#f_middle_key .sub_copy{
  text-shadow: #0b8f01 2px 0px, #0b8f01 -2px 0px, #0b8f01 0px -2px, #0b8f01 0px 2px, #0b8f01 2px 2px, #0b8f01 -2px 2px, #0b8f01 2px -2px, #0b8f01 -1px -2px, #0b8f01 1px 2px, #0b8f01 -1px 2px, #0b8f01 1px -2px, #0b8f01 -1px -2px, #0b8f01 2px 1px, #0b8f01 -2px 1px, #0b8f01 2px -1px, #0b8f01 -2px -1px;
}

#f_advanced_key .sub_copy{
  text-shadow: #005908 2px 0px, #005908 -2px 0px, #005908 0px -2px, #005908 0px 2px, #005908 2px 2px, #005908 -2px 2px, #005908 2px -2px, #005908 -1px -2px, #005908 1px 2px, #005908 -1px 2px, #005908 1px -2px, #005908 -1px -2px, #005908 2px 1px, #005908 -2px 1px, #005908 2px -1px, #005908 -2px -1px;
	top:20px;
}
#f_master_key .sub_copy {
        font-size: 1.2rem;
        white-space: nowrap;
        top: 15px;
}
#f_master_key h2 {
        font-size: 2.6rem;
        white-space: nowrap;
        top: 55px;
        padding: 5px 25px;
}
#f_master_key .sub_copy02 {
        font-size: 1.2rem;
        white-space: nowrap;
        top: 115px;
}
#f_master_key .program_cat {
    top: 160px !important;
}
#f_master_key .program_cat img {
    width: 95px;
    height: auto;
}

#f_advanced_key .sub_copy02{
position: absolute;
        right: 0px;
        top: 10px;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: bold;
        color: #b71840;
        text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;		
}

.key_photo > .columnbox{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
}
.key_photo .columnbox2_1 img {
    width: 95%;
}

#f_basic_key h2, #f_middle_key h2{
    position: absolute;
    left: 0;
    top: 180px;
    font-size: 3rem;
    line-height: 1em;
    font-weight: bold;
}



#f_middle_key {
    background-position: left;
}

#f_middle_key h2{
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}



#f_basic02_key .sub_copy {
    top: 40px;
    font-size: 2.4rem;
    text-shadow: #0b8f01 2px 0px, #0b8f01 -2px 0px, #0b8f01 0px -2px, #0b8f01 0px 2px, #0b8f01 2px 2px, #0b8f01 -2px 2px, #0b8f01 2px -2px, #0b8f01 -1px -2px, #0b8f01 1px 2px, #0b8f01 -1px 2px, #0b8f01 1px -2px, #0b8f01 -1px -2px, #0b8f01 2px 1px, #0b8f01 -2px 1px, #0b8f01 2px -1px, #0b8f01 -2px -1px;
}
#f_basic02_key h2 {
    top: 135px;
    font-size: 2.6rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#f_basic02_key h2 span {
    font-size: 1.6rem;
    display: block;
}
#f_basic02_key .sub_copy02 {
    top: 10px;
    font-size: 1.2rem;
}
#f_basic02_key .sub_copy03 {
    position: absolute;
    left: 0px;
    bottom: 35px;
    font-size: 1.2rem;
}


#f_basic02_key {
    background-image: url(../../img/f_basic_bg02.jpg);
    background-position: right;
}

/*--Program コミュニケーション講座----------------------------------- */

.case_inner03 {
    height: 50vh!important;
}

#mtg04 .case_inner03{
  height: 65vh!important;
}

.case_inner04 {
    height: 27vh!important;
}
.com_h1 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #2F77D5;
    line-height: 2;
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
}
.com_h1 span {
    font-size: 1rem;
    color: #2F77D5;
    line-height: 1.8;
    background-color: #ffffff;
    border: 1px solid #2F77D5;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: normal;
    display: table;
    vertical-align: inherit;
}
.com_copy {
    position: absolute;
    top: 88px;
    left: 20px;
    color: #000;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.25em;
    position: absolute;
}
.com_campaign{
  position: absolute;
  left: 20px;
  top: 220px;
  width: 300px;
}
.com_campaign_in{
  position: relative;
  border: 6px solid #B71840;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 5px 5px;
}

.com_campaign_in h2{position:absolute;color: #fff;font-weight: bold;font-size: 1.4rem;padding: 13px 20px;background-color: #B71840;top: -25px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);white-space: nowrap}
.com_campaign_in .com_price{
  color: #B71840;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
h2.com {
    color: #104A13;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 5px solid #104A13;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 10px 20px;
    display: inline-block;
}
.balloon {
  position: relative;
  margin: 0.5em 0 0.5em 3em;
  padding: 15px;
  background: #D8F6D9;
  border-radius: 30px;
}

.balloon:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #D8F6D9;
  border-radius: 50%;
}

.balloon:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #D8F6D9;
  border-radius: 50%;
}
.balloon p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    line-height: 1.8;
    font-size: 1.2rem;
}
.pickup_box03 h3, .pickup_box03 h3 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1em;
    color: #104a13;
}
.pickup_box03 h3 span {
    display: block;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.5;
}
.com_step_bg {
    background-color: #E8E8E8;
    border-radius: 15px;
    padding: 65px 10px 10px;
}
h3.point {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #b71840;
    font-size: 1.8rem!important;
    line-height: 1.5;
}
h3.point:before, h3.point:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 4px;
    border-top: solid 1px #b71840;
    border-bottom: solid 1px #b71840;
}
h3.point span {
    position: absolute;
    font-size: 1.6rem;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
}
.compoint_tx {
    background-color: #fff;
    margin-left: 0px;
    padding: 20px 15px;
}
.compoint_tx h4 {
    position: relative;
    color: #104A13;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.compoint_tx h4 span {
    display: block;
    background-color: #104A13;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 5px;
    position: absolute;
    left: -30px;
    top: -50px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 50%;
}
.compoint_tx h5 {
    color: #B71840;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
    
/*--Program ファシリテーターマネジメント-------------------------------- */

#f_management_key .sub_copy {
    top: 40px;
    font-size: 2.4rem;
    text-shadow: #0b8f01 2px 0px, #0b8f01 -2px 0px, #0b8f01 0px -2px, #0b8f01 0px 2px, #0b8f01 2px 2px, #0b8f01 -2px 2px, #0b8f01 2px -2px, #0b8f01 -1px -2px, #0b8f01 1px 2px, #0b8f01 -1px 2px, #0b8f01 1px -2px, #0b8f01 -1px -2px, #0b8f01 2px 1px, #0b8f01 -2px 1px, #0b8f01 2px -1px, #0b8f01 -2px -1px;
}

#f_management_key .sub_copy02 {
    top: 130px;
    font-size: 2.4rem;
    text-shadow: #b71840 2px 0px, #b71840 -2px 0px, #b71840 0px -2px, #b71840 0px 2px, #b71840 2px 2px, #b71840 -2px 2px, #b71840 2px -2px, #b71840 -1px -2px, #b71840 1px 2px, #b71840 -1px 2px, #b71840 1px -2px, #b71840 -1px -2px, #b71840 2px 1px, #b71840 -2px 1px, #b71840 2px -1px, #b71840 -2px -1px;
}




    
/*--Program ファシリテーターオンライン-------------------------- */



#f_online_key .sub_copy {
    position: absolute;
    left: 0px;
    top: 125px;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-shadow: #0b8f01 2px 0px, #0b8f01 -2px 0px, #0b8f01 0px -2px, #0b8f01 0px 2px, #0b8f01 2px 2px, #0b8f01 -2px 2px, #0b8f01 2px -2px, #0b8f01 -1px -2px, #0b8f01 1px 2px, #0b8f01 -1px 2px, #0b8f01 1px -2px, #0b8f01 -1px -2px, #0b8f01 2px 1px, #0b8f01 -2px 1px, #0b8f01 2px -1px, #0b8f01 -2px -1px;
}


/*--Program ティール組織--------------------------------- */

#teal_seminar_key{
  background-position: right;
}
#teal_seminar_key .sub_copy{
  left: 10px;
    top: 107px;
    font-size: 1.2rem;
}
#teal_seminar_key .sub_copy02{
  left: 10px;
    top: 125px;
    font-size: 1.2rem;
}
#teal_seminar_key h2{
    left: 10px;
    top: 25px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6rem;
}

#teal_seminar_key h2 span{
  font-size: 2rem;
}

#teal_seminar .content .heading{
  background-image: url(../../img/teal_bg.jpg);
}

/*--Program リーダーシップ・トレーニング講座-------------------------------- */




.keyvisual h2 {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 50px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    line-height: 1.6em;
    text-shadow: #333333 4px 0px, #333333 -4px 0px, #333333 0px -4px, #333333 0px 4px, #333333 4px 4px, #333333 -4px 4px, #333333 4px -4px, #333333 -2px -4px, #333333 2px 4px, #333333 -2px 4px, #333333 2px -4px, #333333 -2px -4px, #333333 4px 2px, #333333 -4px 2px, #333333 4px -2px, #333333 -4px -2px;
}
    
#online_program_key .keyvisual_inner h2 {
    font-size: 2rem;
    top: 20px;
    text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -1px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}
#online_program_key .key_box {
    background-color: rgba(85,64,105,0.8);
    top: 80px;
}
.key_box {
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    width: 80%;
    position: absolute;
    left: 10px;
    top: 100px;
    background-color: #3b5645;
}

.key_box dt {
    width: 40px;
    margin-right: 5px;
    float: left;
    font-size: 1.8rem;
    line-height: 40px;
    background-color: rgba(255,255,255,0.3);
    text-align: center;
    border-radius: 10px;
}

.key_box dd {
    font-size: 1.6rem;
    line-height: 40px;
    float: left;
}

#dl .keyvisual, #policy .keyvisual, #sitemap .keyvisual {
    height: 150px;
}

#dl_key .keyvisual_inner, #policy .keyvisual_inner, #sitemap .keyvisual_inner {
    height: 150px;
}

#dl_key h2, #policy h2, #sitemap h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 1.6em;
    text-shadow: #104a13 2px 2px 0, #104a13 -2px -2px 0, #104a13 -2px 2px 0, #104a13 2px -2px 0, #104a13 0px 2px 0, #104a13 0 -2px 0, #104a13 -2px 0 0, #104a13 2px 0 0;
}

h3.pol_h3 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #104a13;
    line-height: 1;
    padding-left: 10px;
    border-left: 3px solid #104a13;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4.pol_h4 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #104a13;
    line-height: 1.5em;
    border-bottom: 1px dotted #104a13;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

h3.site_h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px;
    border-bottom: 1px solid #104a13;
    padding-bottom: 15px;
    clear: both;
}

ul.site {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

ul.site li {
    font-size: 1.2rem;
    line-height: 1em;
    margin-bottom: 10px;
    width: 100%;
    float: none;
}

/*---不可解な絵---*/

#fukakai_key .sub_copy {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #104a13;
    letter-spacing: initial;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#fukakai_key .sub_copy02 {
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 1.2rem;
    line-height:1.5;
    font-weight: bold;
    color: #b71840;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -1px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#fukakai_key h2 {
    position: absolute;
    right: 50px;
    left: auto;
    top: 45px;
    width: 60%;
}


/*General*/

.lh15 {
    line-height: 1.3em;
}

.fs14 {
    font-size: 1rem!important;
}

.fs16 {
    font-size: 1.2rem!important;
}

.fs18 {
    font-size: 1.4rem!important;
}

.fs20 {
    font-size: 1.4rem!important;
}

.fs24 {
    font-size: 1.6rem!important;
}

.fs26 {
    font-size: 1.6rem!important;
}

.fs28 {
    font-size: 1.6rem!important;
}

.fs30 {
    font-size: 1.8rem!important;
}

.fs60 {
    font-size: 2rem!important;
}

.mb15 {
    margin-bottom: 5px;
}
.mb80 {
    margin-bottom: 40px;
}

.mb130 {
    margin-bottom: 60px;
}

.mt30 {
    margin-top: 30px!important;
    text-align: center;
}
.wd24{width: 90%!important;}

.wd28{width: 90%!important;}

.wd40{width:90%!important;}
.wd50{width:90%!important;}
.wd60{width: 90%!important;}
.wd70{width:90%!important;}

    
.bdd dl.fcccorona dt {
    width: 22%;
    margin-right: 2%;
}
.bdd dl.fcccorona dd{
        width:76%;
    }
.mtg05_copy{padding: 20px 10px 20px;border: 2px solid #b71840;}
.fskill_copy{padding: 15px 10px 10px;border: 5px solid #b71840;}
h2.point {
  position: relative;
  display: inline-block;
  padding: 0 6%;
  color:#b71840;
  font-size: 1.6rem!important;
}

h2.point:before, h2.point:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5%;
  height: 4px;
  border-top: solid 1px #b71840;
  border-bottom: solid 1px #b71840;
}

.wmvr{
  writing-mode: initial;
  display: initi;
}



.smp{display:block;}

}

/*Kintone追加CSS*/

.seminar_schedule{
	width: 100%;
	border-bottom: 1px solid #104a13;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    gap: 0 15px;
}
.seminar_meta{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}


.seminar_date{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 15px;
}
.seminar_date_in {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 120px;
}
.asc{align-self:center;}
.seminar_year{
	width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 6px;
}
.day_week{
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.seminar_day{
	font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
}
.seminar_week{
	font-size: 1.4rem;
	line-height: 1;
}
.seminar_time{
	width: 100%;
    color: #888888;
    font-size: 1.4rem;
    line-height: 1;
}
 .seminar_content{
	 width:100%;
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 }
.seminar_title{
	border-left: 1px dotted #cccc;
	padding: 0 10px;
	width: 410px;
}
.seminar_price{
	border-left: 1px dotted #cccc;
	padding: 0 10px;
	/*width: 200px;*/
}
.seminar_place{
	border-left: 1px dotted #cccc;
	padding: 0 10px;
	/*width: 300px;*/
}
.price_title, .place_title, .title_title{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.title_name{font-size: 1.6rem;
	line-height:1;
	font-weight:bold;}
.price_price{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}
.price_price span{
	font-size: 1.0rem;
	line-height: 1;
}
.place_name{
	font-size: 1.6rem;
	line-height: 1;
}
.seminar_app{
	margin-left: auto;
}
.seminar_app a{
	font-size: 1.6rem;
    padding: 1rem 2rem;
}
