/* ヘッダーナビゲーション用のメディクリ設定　*/
@media only screen and (max-width: 1267px) {
.header{
    position: fixed;
    width: 100%;
    background: white;
    height:70px;
    display: flex;
    z-index: 10;
    top:0;
}
.disktop{
    display: none;
}
.header-company{
    position: absolute;
}
    .header-nav__desktop {
    display: none !important;
}
.header-nav__mobile {
    display: block;
    position: fixed;
    z-index: 30000;
    right: 10px;
    top: 18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s all;
    /* ナビ開いてる時のボタン */
}
.header-nav{
    position: fixed;
    right: 50px;
    top: 10px;
}
.header-mobile{
    display: none;
    width: 0;
    margin-left: -100px;
}
.header-mobile.active{
    background: #3349c3;
    height: 100vh;
    padding: 140px 20px 20px;
    text-align: center;
    width: 100%;
    margin-left: 0;
}
.header-mobile ul li{
    padding: 15px 0;
    font-size: 20px;
    color: white;
    background: #e3180a;
    margin: 10px 20px 20px 0px;
    border-radius: 30px;
    width: 100%;
}
.header-mobile ul li:nth-child(5){
    color: #f8c21a;
    background: #2a9dc4;
    border-style: solid;
    border-width: 4px;
    font-family: 'myfont-bold';
}
.header-mobile ul li a img{
        width: 17px;
    margin-right: 10px;
}
.header-mobile {
    display: none;
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
}
.header-nav__mobile span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #5d3c3c;
}
.header-nav__desktop{
    display: none;
}
.header-nav__mobile span:nth-child(1) {
  top: 10px;
}
.header-nav__mobile span:nth-child(2) {
  top: 20px;
}
.header-nav__mobile span:nth-child(3) {
  top: 30px;
}
.header-nav__mobile.active {
  transform: rotate(360deg);
}
.header-nav__mobile.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #646464;
  transform: rotate(-45deg);
}
.header-nav__mobile.active span:nth-child(2) {
  top: 16px;
  background: #646464;
  transform: rotate(45deg);
}
.header-nav__mobile.active span:nth-child(3) {
  opacity: 0;
}
}
/* ヘッダーナビゲーション用のメディクリ設定　ここまで　*/

@media (min-width: 527px) and (max-width: 1005px) {
.display{
    display: none;
}
.js-inview {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s;
}
.inview {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}
.main{
    margin-top: 70px;
}

.header-company h1{
    width: 45%;
    margin-top: 30px;
}
.header-company h1 img{
    width: 100%;
}
.header-nav__desktop{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    color: #e21c00;
    width: 100%;
}
.header-nav{
    width: 100%;
}
.header-nav__desktop li{
    margin-right: 50px;
}
.header-nav__desktop li a{
    text-decoration:none;
    transition: .3s;
    display: inline-block;
}
.header-nav__desktop li a:hover{
    transform: rotate(5deg);
    color: #1de30a;
}
.header-nav__desktop li:nth-child(5) a:hover{
    transform: rotate(0deg);
    color: white;
    opacity: 0.8;
}
.header-nav__desktop li:nth-child(5){
    background: #e3180a;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    color: white;
    margin: 0;
    padding-right: 100px;
}
.header-nav__desktop li img{
    width: 15px;
    margin-right: 10px;
}
.hero{
    background: url(../../assets/images/img-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    position: relative;
    min-height: 600px;
    background-position: bottom;
}
.hero_scroll{
    position: fixed;
    left: 30px;
    bottom: 50px;
    width: 15px;
    z-index: 9;
}
.hero h2{
    display: none;
}
.top_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.topcopy{
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 40%;
    max-width: 300px;
}
.topcopy2{
    position: absolute;
    bottom: 0;
    max-width: 45%;
    right: 10%;
    width: 250px;
}
.topcopy3{
    position: absolute;
    width: 45%;
    left: 17%;
    top: 40px;
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.wanted_wrapper{

}
.img_human{
    padding: 20px;
    text-align: center;
}
.img_human img{
    width: 100%;
    max-width: 500px;
}
.wanted{
    margin-top: 100px;
    padding-bottom: 100px;
}
.wanted h2{
    margin-bottom: 100px;
    text-align: center;
}
.wanted_title{
    height: 100px;
    max-width: 100%;
}
.wanted_contents{
    padding-left: 20px;
    max-width: 700px;
    margin: 0 auto;
}
.wanted_contents ul{
    line-height: 40px;
    font-size: 18px;
}
.wanted_contents ul li{
    position: relative;
}
.wanted_contents ul li span{
    color: #e21c00;
}
.wanted_contents ul li:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../assets/images/icon-check.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -26px;
    top: 7px;
}
.resolution{
    background: url(../../assets/images/img-bk-mizutama.png);
    background-size: 60px;
    position: relative;
    padding-bottom: 250px;
    padding-top: 50px;
}
.resolution h3{
    text-align: center;
    font-size: 20px;
    font-family: 'myfont-bold';
}
.resolution h3 span{
    color: #e21c00;
}
.resolution h3 small{
    position: relative;
    font-size: 25px;
}
.resolution h3 small:after{
    position: absolute;
    content: "●";
    top: -15px;
    font-size: 10px;
    left: 7px;
}
.resolution h2{
    background: #e21c00ed;
    font-size: 22px;
    padding: 15px 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    color: white;
    margin-top: 20px;
    font-family: 'myfont-bold';
}
.resolution h2 span{
    color: #fac400;
}
.point_contents{
    padding-top: 130px;
    margin: 0 auto;
    max-width: 600px;
}
.point_contents.n2{
    padding-top: 80px;
}
.img_point{
    text-align: center;
}
.img_point img{
    width: 50%;
    max-width: 200px;
}
.point_content{
    margin-top: 35px;
}
.point_content h4{
    font-size: 25px;
    color: #e21c00;
    font-family: 'myfont-bold';
}
.point_content h4 span{
    font-size: 25px;
    color: #334ac3;
}
.point_content p{
    padding-top: 15px;
    line-height: 25px;
}
.resolution_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.resolution_human1{
    position: absolute;
    left: 15%;
    width: 15%;
    bottom: 1%;
    z-index: 2;
}
.resolution_human2{
    position: absolute;
    right: 15%;
    width: 20%;
    bottom: 1%;
    z-index: 2;
}
.lesson{
    padding-top: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 130px;
}
.lesson h2{
    height: 100px;
}
.lesson h2 img{
    height: 100%;
}
.lesson h3{
    padding-top: 50px;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #e21c00;
    text-underline-offset: 0.5em;
    line-height: 40px;
    font-family: 'myfont-bold';
}
.lesson h3 span{
    color:#e21c00;
}
.lesson_child{
    width: 100%;
    margin-top: 60px;
    padding: 0 20px;
}
.lesson h4{
    margin-top: 100px;
    padding-bottom: 30px;
    font-size: 25px;
    font-family: 'myfont-bold';
}
.lesson_schedule{
    width: 100%;
}
.lesson_cloud{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.lesson small{
    text-align: left;
    display: block;
    margin-top: 15px;
    line-height: 22px;
}
.system{
    background: #234ab7;
    position: relative;
    padding-bottom: 300px;
    padding-top: 50px;
}
.system_point{
    background: white;
    position: relative;
    border-radius: 10px;
}
.system_point h2{
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #fac400;
    padding: 20px;
    font-family: 'myfont-bold';
}
.system_point p{
    line-height: 25px;
    padding: 15px 10px;
}
.system_point p span{
    color:#e84b4b;
}
.system_human{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.equipment{
    padding-top: 100px;
    text-align: center;
    position: relative;
    padding-bottom: 200px;
}
.equipment h2{
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.equipment_title_smart{
    height: 105px;
}
.equipment_box{
    display: flex;
    margin-top: 50px;
    justify-content: center;
    padding-bottom: 50px;
}
.equipment_box p{
    background: #334ac3;
    padding: 7px 20px;
    color: white;
    border-radius: 10px;
    margin: 0 12px;
    font-family: 'myfont-bold';
}
.slick-slide img{
    width: 95%;
}
.equipment_slider{
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}
.equipment_cloud{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.price{
    position: relative;
    padding-bottom: 50px;
}
.price h2{
    text-align: center;
    margin-top: 80px;
}
.price_title{
    height: 100px;
    max-width: 100%;
}
.price h3{
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    line-height: 50px;
    font-family: 'myfont-bold';
}
.price .red{
    color: #e21c00;
}
.price .blue{
    color: #334ac3;
}
.price_contents{
    margin-top: 80px;
    text-align: center;
}
.price_wrapper{

}
.img_price{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.img_price img{
    width: 100%;
    max-width: 400px;
}
.price_contents h4{
    background: #e21c00;
    padding: 6px 12px;
    display: inline-block;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: 'myfont-bold';
}
.price_contents p{
    font-size: 30px;
    padding-right: 50px;
    margin-bottom: 32px;
    margin-left: 60px;
    margin-top: 10px;
    font-family: sans-serif;
}
.price_contents p small{
    font-size: 14px;
}
.flow{
    background: url(../../assets/images/img-bk-mizutama.png);
    background-size: 60px;
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
}
.flow h2{
    text-align: center;
}
.flow_title{
    height: 100px;
    max-width: 100%;
}
.flow_inner{
    padding: 0 20px 0 60px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px;
}
.step_contents{
    border-style: dashed;
    border-width: 2px;
    border-radius: 10px;
    border-color: #e21c00;
    padding: 20px;
    background: white;
    position: relative;
    margin: 0 10px 10px 0;
    box-shadow: 0px 3px 6px #d0d0d0;
    text-align: center;
}
.step_contents .step{
    width: 100px;
    position: absolute;
    left: -50px;
    top: -50px;
}
.step_contents p{
    margin-top: 50px;
    padding: 0 20px 30px;
    text-align: center;
}
.flow .arrow{
    height: 43px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: rotate( 90deg );
}
.flow_wear{
    width: 150px;
    margin-top: -15px;
}
.flow_human{
    width: 100px;
    margin-top: -20px;
}
.flow_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.contact_us{
    background: #234ab7;
    padding-bottom: 50px;
}
.contact_us img{
    width: 100%;
    padding: 0 10px;
}
.contact_us h2{
    text-align: center;
    background: #e21c00;
    padding: 20px 10px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    margin-top: 5px;
}
.contact_us h2 img{
    width: 30px;
    margin-left: 50px;
    vertical-align: middle;
}
.about_us{
    padding-top: 50px;
    position: relative;
    padding-bottom: 200px;
}
.about_us .inner{
    position: relative;
}
.about_us h2{
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    line-height: 50px;
    font-family: 'myfont-bold';
}
.about_us h2 span{
    color:#e21c00;
}
.check_wrapper{
    
}
.img_check_point{
    padding-right: 20px;
    float: left;
}
.img_check_point img{
    width: 50px;
}
.check_contents h3{
    font-size: 21px;
    padding-top: 15px;
    line-height: 30px;
    min-height: 75px;
    font-family: 'myfont-bold';
}
.check_contents h3 span{
    color:#e21c00;
}
.check_contents p{
    padding-top: 30px;
    line-height: 30px;
}
.check_contents p span{
    color:#e21c00;
}
.img_chenge_schecule{
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
}
.check_point{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 50px
}
.check_p{
    max-width: 360px;
}
.img_check_human{
    position: absolute;
    width: 34%;
    right: 0px;
    bottom: -160px;
    z-index: 2;
}
.about_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.profile{
    position: relative;
    padding-bottom: 150px;
}
.profile h2{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.profile_title{
    height: 100px;
    max-width: 100%;
}
.profile_house{
    width: 100%;
}
.message{
    margin-top: 100px;
}
.message_teacher{
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
}
.img_igarashi{
    width: 100%;
    text-align: center;
}
.img_igarashi h3{
    padding: 8px 20px;
    background: #ff2600;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.message_contents{
    text-align: center;
    margin-top: 30px;
}
.message_contents h3{
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fac400;
    text-underline-offset: 0.5em;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'myfont-bold';
}
.message_contents p{
    line-height: 30px;
    text-align: left;
}
.img_igarashi p{
    line-height: 30px;
    margin-top: 10px;
}
.message_card{
    width: 200px;
    margin-top: 50px;
}
.profile_cloud{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.access{
    position: relative;
    padding-bottom: 150px;
    text-align: center;
}
.access_title{
    height: 100px;
    max-width: 100%;
}
.access h2{
    margin-bottom: 60px;
}
iframe{
    width: 100%;
    height: 300px;
}
.access p{
    margin-top: 10px;
    text-align: left;
}
.access p span{
    margin-right: 30px;
    padding: 5px 0;
    display: block;
}
.img_access{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.img_access img{
    width: 50%;
    padding: 5px;
}
.access_cloud{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.join_us{
    background: #e3180a;
    text-align: center;
    padding-top: 50px;
    color: white;
    padding-bottom: 60px;
}
.join_us h3{
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'myfont-bold';
}
.join_us h3 span{
    color:#fac317;
}
.tel_wrapper b{
    font-size: 30px;
    display: block;
    font-family: 'myfont-bold';
}
.tel_wrapper b img{
    width: 20px;
    margin-right: 5px;
}
.join_us h4{
    background: #2a62c4;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 20px;
    color: #fac317;
    border-radius: 10px;
    margin-bottom: 10px;
}
.join_us a:hover h4{
    background: #7b2ac4;
}
.join_us h4 img{
    width: 10px;
    margin-left: 50px;
    vertical-align: middle;
}
.footer_inner{
    margin-top: 60px;
}
.footer_logo{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer_logo img{
    width: 100%;
}
.footer_contents{
    text-align: center;
}
.footer_contents ul{
   
}
.footer_contents ul li{
    background: #e3180a;
    padding: 10px 10px;
    border-radius: 15px;
    color: white;
    margin: 10px 0;
}
.footer_contents ul li:hover{
    background: #0a65e3;
}
footer small{
    margin-top: 50px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.return{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: red;
    padding: 20px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.return:hover{
    background: #0a65e3;
}
.return img{
    width: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    transform: rotate( -90deg );
}
}