@charset "shift_jis";

@media screen and (max-width: 768px) {

 .sp_off,
 .smart_off {
  display: none !important;
 }

 body {
  margin: 0; }

 body.no_scroll {
  overflow: hidden;
 }

 h1 {
  background-color: #eee;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 999;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }



.toushi_lp{
/*--------- main ----------*/
.s_t_main {
	background-image: url(/toushi/img/toushi_main.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 26vh;
	min-height: 160px;
	box-sizing: border-box;
	position: relative;
	border-top: 15px solid #2060ad;
	padding-top: 1vh;
}


.s_t_main::after {
        content: "";
        display: block;
        background-image: url(/img/lp/common/main_relopattern.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        width: 40vw;
        height: 25.5vh;
        min-height: 155px;
        position: absolute;
        top: -10px;
        right: 0px;
        z-index: 1;
}
.s_t_main_inner {
       width: 100%;
       margin: 0 auto;
       h2 {

		font-size: 6vw;
		color: #FF9800;
		line-height: 1.3em;
		margin: 1em auto 0.5em 1em;
		text-align:left;
              text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                     -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                     0px 1px 0 #FFF,  0-1px 0 #FFF,
                     -1px 0 0 #FFF, 1px 0 0 #FFF;

              span {
                     font-size: 40px;
                     font-weight: bold;
              }
       }



       p {
		font-size: 4vw;
		color: #ffffff;
		line-height: 1.7em;
		font-weight: bold;
		width: 11em;
		margin-left: 7%;
       }
}

       .menu{
		display: flex;
		flex-wrap: wrap;
		width: 96%;
		margin: 2em auto;
		div{border: 1px solid #CCC;margin: 4px; width: 47%;}
		div:nth-child(5) { width: 100%; }
       }


       .seminar_block{
              display: block;
              width: 94%;
              margin: 80px auto;
              position: relative;
              h2{
                font-size: 6vw;
                line-height: 1em;
                padding-top: 1.6em;
                padding-left: 10px;
                border-left: 10px solid #2061ad;
                position: relative;
                display: block;
                text-align: left;
                     span{
			    font-size: 3.2vw;
			    line-height: 2.5em;
			    display: block;
                     }
              }
              h2::before{
                     content: "SEMINAR&EVENT";
		    font-size: 7vw;
		    line-height: 1em;
		    color: #2060ad;
		    display: block;
		    position: absolute;
		    top: 0;
              }
              div{
                     iframe{
                            width: 100%;
                            height: 205px;
                            margin-top: 50px;
                     }
              }
              ul{
                     width: 100%;
                     display: flex;
                     flex-wrap: wrap;
                     justify-content: space-between;
                     margin: 2em auto;
                     li{
	                    width: 100%;
	                    margin-bottom: 3em;
                            a{
                                   text-align: center;
                                   div{
                                          position: relative;
                                          span{
                                                 position: absolute;
                                                 display: block;
                                                 color: #FFF;
                                                 font-size: 16px;
                                                 padding: 0.2em 1em;
                                          }
                                          span.open{background: orange;}
                                          span.end{background: rgb(49, 49, 49);}
                                          img{
                                                 display: block;
                                                 margin: auto;
                                                 width: 100%;
                                                 height: 15em;
                                                 object-fit: cover;
                                          }
                                          h3{
                                                 font-size: 16px;
                                                 font-weight: bold;
                                                 color: #0066b3;
                                                 line-height: 1.3em;
                                                 margin: 0.5em auto;
                                          }
                                          p{
                                                 font-size: 14px;
                                                 font-weight: bold;
                                                 padding: 0;
                                                 margin: 0;
                                          }
                                   }
                            }
                     }
              }

       }

       .lp_bukken{
              background: #0066b3;
              color: white;
              margin: 0;
              padding: 3em 0 2em 0;
              h2{
                     font-size: 5vw;
                     color: #FFF;
                     text-align: center;
                     line-height: 2em;
                     width: fit-content;
                     margin: auto;
                     color: white;
                     span{
                            background: linear-gradient(transparent 70%, orange 30%);
                            display: inline-block;
                            color: white;
                            font-size: 9vw;
                     }
              }
              p{
			font-size: 3.5vw;
			width: 80%;
			margin: 1em auto 0 auto;
			line-height: 1.5em;
			text-align: center;
			color: #fff;
              }
              div{
                     iframe{
                            width: 100%;
                            height: 30em;
                     }
              }
              a{
			background: #FFF;
			color: #0068ad;
			height: auto;
			width: fit-content;
			display: block;
			border-radius: 35px;
			text-align: center;
			font-size: 3.5vw;
			line-height: 2.5em;
			padding: 0em 2em;
			position: relative;
			text-decoration: none;
			margin: 0 auto 2em auto;
			transition: 0.3s;
              }
              a:hover{
                     background-color: #0068ad;
                     color: #fff;
              }
       }

       .btn_waku{
		width: 80%;
		margin: 2em auto;
              a{
                     img{}
              }
       }

	.room{
              width: 100%;
              margin: 5em auto 0 auto;
              h2{
                     font-size: 7vw;
                     font-weight: bold;
                     display: block;
                     color: #ff9800;
                     text-align: center;
                     margin: 0;
                     padding: 0;
              }
              iframe{
                     width: 100%;
                     height: 32em;
                     border: none;
              }
       }

       .group_pr{
              display: block;
              width: 100%;
              position: relative;
              margin: 50px auto 150px auto;
              >div{
                     width: 1100px;
                     height: 600px;
                     margin: auto auto 100px auto;
                     >h2{
                            color: #005fad;
                            font-size: 30px;
                            line-height: 1.5em;
                            position: relative;
                     }
                     >h2::before{
                            content: "GROUP COMPANY";
                            display: block;
                            top: -40px;
                            left: 0;
                            bottom: 0;
                            font-size: 16px;
                            color: orange;
                            position: absolute;
                     }
                     >p{
                            font-size: 14px;
                            line-height: 1.5em;
                            margin-top: 40px;
                            width: 600px;
                     }
                     >ul{
                            display: flex;
                            flex-wrap: nowrap;
                            justify-content: space-between;
                            width: 580px;
                            margin: 30px 0;
                            li{
                                   background: #005fad;
                                   display: block;
                                   border-radius: 90px;
                                   width: 170px;
                                   height: 170px;
                                   color: white;
                                   font-size: 16px;
                                   text-align: center;
                                   padding-top: 80px;
                                   box-sizing: border-box;
                                   position: relative;
                                   span{
                                          font-size: 26px;
                                          line-height: 1.1em;
                                          font-weight: bold;
                                   }
                            }
                            li:first-child::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon01.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                            li:nth-child(2n)::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon02.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                            li:nth-child(3n)::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon03.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                     }
              }
       }

       .group_pr::before{
              content: "";
              display: block;
              width: 100%;
              height: 600px;
              top: 40px;
              right: 0;
              bottom: 0;
              position: absolute;
              background-color: #F5FAFF;
              z-index: -1;
       }
       .group_pr::after{
	       content: "";
	       display: block;
	       margin-left: 50%;
	       width: 640px;
	       height: 555px;
	       top: 40px;
	       position: absolute;
	       background-image: url(/img/lp/common/group_map_kanto.png);
	       background-repeat: no-repeat;
	       background-size: cover;
	       background-position: center;
       }




       .chi_company_wrap{
              position: relative;
              margin-bottom: 150px;
              margin-top: 100px;
       }

       .chi_company_wrap::before {
       content: "";
       display: block;
       background-image: url(/img/index/top_company_inner.jpg);
       background-size: cover;
       background-repeat: no-repeat;
       width: 43%;
       height: 600px;
       left: 1px;
       bottom: 1px;
       position: absolute;
       z-index: -11;
       background-position: center;
       border-top-right-radius: 20px;
       border-bottom-right-radius: 20px;
       }
       .chi_company_inner{
              width: 55%;
              height: 580px;
              display: block;
              margin: auto 0 auto auto;
              h2{
                     font-size: 60px;
                     font-weight: bold;
                     color: #0068ad;
                     display: block;
                     line-height: 1em;
                     span{
                            font-size: 30px;
                            font-weight: bold;
                            color: #FF9800;
                            display: block;
                            line-height: 2em;
                     }
              }
              p{
                     display: block;
                     width: 600px;
                     font-size: 16px;
                     line-height: 1.5em;
              }
       }

       .chi_company_point{
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between;
              width: fit-content;
              margin-top: 30px;
              li{
                     text-align: center;
                     width: 32%;
                     font-size: 20px;
                     line-height: 1.7em;
                     font-weight: bold;
                     color: #0068ad;
                     box-sizing: border-box;
                     margin: 0 1em;
                     a{
                            text-decoration: none;
                            color: #005bac;
                            line-height: 2.5em;
                            transition: .3s;
                            img{
                                   display: block;
                                   margin: auto;
                            }
                     }
                     a:hover{
                            color: #f7941d;
                     }
              }
       }



       .channel_block{
              display: block;
              width: 94%;
              margin: 80px auto;
              position: relative;
              >h2{
			font-size: 6vw;
			line-height: 1em;
			padding-top: 1.6em;
			padding-left: 10px;
			position: relative;
			display: block;
			border-left: 10px solid orange;
			text-align: left;
                     >span{
			    font-size: 3.2vw;
			    line-height: 2.5em;
			    display: block;
                     }
              }
              >h2::before{
                     content: "CHANNEL";
		    font-size: 7vw;
		    line-height: 1em;
		    color: orange;
		    display: block;
		    position: absolute;
		    top: 0;
              }
              ul{
                     display: flex;
                     flex-wrap: wrap;
                     justify-content: space-between;
                     margin: 2em auto auto auto;
                     li{
                            width: 100%;
                            margin-bottom: 1em;
                            iframe{
				height: 51vw;
				width: 90vw;
                            }
                     }
              }
              >a {
			background: #ff0033;
			color: white;
			font-weight: bold;
                     height: auto;
                     width: fit-content;
                     display: block;
                     border-radius: 30px;
                     text-align: center;
                     font-size: 3.5vw;
                     line-height: 2.5em;
                     padding: 0 1.5em;
                     position: relative;
                     text-decoration: none;
                     margin: 2em auto;
                     transition: 0.3s;
              }
              >a:hover {
                     background: orange;
              }
       }
/*
       .channel_block::after{
              content: "";
              display: block;
              width: 75vw;
              margin-right: 25vw;
              height: 650px;
              top: 40px;
              right: 0;
              bottom: 0;
              position: absolute;
              background-color: #F4F4F4;
              border-radius: 20px;
              z-index: -1;
       }
*/








       .movie_block{
              display: block;
              width: 94%;
              margin: 80px auto;
              position: relative;
              >h2{
			font-size: 6vw;
			line-height: 1em;
			padding-top: 1.6em;
			padding-left: 10px;
			position: relative;
			display: block;
			border-left: 10px solid orange;
			text-align: left;
                     >span{
			    font-size: 3.2vw;
			    line-height: 2.5em;
			    display: block;
                     }
              }
              >h2::before{
                     content: "STUDY";
		    font-size: 7vw;
		    line-height: 1em;
		    color: orange;
		    display: block;
		    position: absolute;
		    top: 0;
              }
              ul{
                     display: flex;
                     flex-wrap: wrap;
                     justify-content: space-between;
			margin: 2em auto auto auto;
                     li{
                            width: 100%;
                            margin-bottom: 2em;
                            iframe{
				height: 51vw;
				width: 90vw;
                            }
                     }
              }
              p{
                     font-size: 16px;
              }
       }
/*
       .movie_block::after{
              content: "";
              display: block;
              width: 75vw;
              margin-right: 25vw;
              height: 650px;
              top: 40px;
              right: 0;
              bottom: 0;
              position: absolute;
              background-color: #F4F4F4;
              border-radius: 20px;
              z-index: -1;
       }
*/

       .case_block{
              display: block;
              width: 94%;
              margin: 2em auto;
              position: relative;
              >h2{
			font-size: 6vw;
			line-height: 1em;
			padding-top: 1.6em;
			padding-left: 10px;
			position: relative;
			display: block;
			border-left: 10px solid orange;
			text-align: left;
                     >span{
			    font-size: 3.2vw;
			    line-height: 2.5em;
			    display: block;
                     }
              }
              >h2::before{
                     content: "CASE";
                     font-size: 7vw;
                     line-height: 1em;
                     color: orange;
                     display: block;
                     position: absolute;
                     top: 0;
              }
              >div{
                     >iframe{
                            width: 100%;
                            height: 460px;
                     }
              }
              >a {
                     background: #005fad;
                     color: white;
                     height: auto;
                     width: fit-content;
                     display: block;
                     border-radius: 30px;
                     text-align: center;
                     font-size: 16px;
                     line-height: 2.5em;
                     padding: 0 3em;
                     position: relative;
                     text-decoration: none;
                     margin: 2em auto;
                     transition: 0.3s;
              }
              >a:hover {
                     background: orange;
              }

       }

       .case_block::after{
              content: "";
              display: block;
              width: 75vw;
              margin-right: 25vw;
              height: 400px;
              top: 40px;
              right: 0;
              bottom: 0;
              position: absolute;
              background-color: #F4F4F4;
              border-radius: 20px;
              z-index: -1;
       }


       .staff_block{
              display: block;
              width: 96%;
              margin: 80px auto;
              position: relative;
              >h2{
			font-size: 6vw;
			line-height: 1em;
			padding-top: 1.6em;
			padding-left: 10px;
			position: relative;
			display: block;
			border-left: 10px solid #2061ad;
			text-align: left;
                     >span{
			    font-size: 3.2vw;
			    line-height: 2.5em;
			    display: block;
                     }
              }
              h2::before{
                     content: "PROFESSIONAL";
                     font-size: 7vw;
                     line-height: 1em;
                     color: #2060ad;
                     display: block;
                     position: absolute;
                     top: 0;
              }
              div{
                     iframe{
                            width: 100%;
                            height: 450px;
                     }
              }
              ul{
                     width: 100%;
                     display: flex;
                     flex-wrap: nowrap;
                     justify-content: space-between;
                     margin: 50px auto;
                     li{
                            width: 20%;
                            a{
                                   text-align: center;
                                   font-weight: bold;
                                   font-size: 16px;
                                   display: block;
                                   text-decoration: none;
                                   line-height: 1.7em;
                                   margin: 0.5em;
                                   color: #333;
                            }
                            img{
                                   display: block;
                                   margin: auto;
                                   width: 165px;
                                   height: 165px;
                                   object-fit: cover;
                                   border-radius: 50%;
                            }
                     }
              }
              >a{
                     background: #005fad;
                     color: white;
                     height: auto;
                     width: fit-content;
                     display: block;
                     border-radius: 30px;
                     text-align: center;
                     font-size: 16px;
                     line-height: 2.5em;
                     padding: 0 3em;
                     position: relative;
                     text-decoration: none;
                     margin: 2em auto;
                     transition: 0.3s;
              }
              >a:hover {
                     background: orange;
              }
       }

}

/*--------- コンバージョン ---------*/
.s_t_cv {
	background-color: #005fac;
	padding: 2em 0;
	p {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
		color: #fff;
	}
	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		li {
	                margin-bottom: 1em;
			a {
				display: block;
				width: 340px;
				line-height: 60px;
				background-color: #ff9c00;
				color: #fff;
				text-align: center;
				position: relative;
				margin: 0 10px;
				border-radius: 5px;
				font-weight: bold;
				font-size: 20px;
			}
			a.line_btn {
                    		background-color: #4CAF50;
			}
		}
	}
}




}
