/*
*Theme Name: ADTEC
*Author:TOIBOX
*Description: ADTEC
*Version:1.0
*/

/*-----リセットCSS------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height: 1.5;
}

h2,h3,h4{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}

.slick-dots li button{
    display: none !important;
}

.grecaptcha-badge {visibility: hidden;}

body {
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333333;
}
.lp-logo-wrapper{
	width:250px !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr{
    background: #000;
    margin: 0 -20px !important;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

ul{
    padding-left: 0;
}

li{
    list-style:none
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    scroll-behavior: smooth;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

p{
    font-family: yu-gothic-pr6n, sans-serif;
}

/*-----リセットCSSここまで------*/


.hamburger {
    display : none;
}

 
.pc{
    display: block;
}

.sp{
    display: none ;
}

/*-----header------*/

html{
    background-color: #FFF;
    scroll-behavior: smooth;
    font-size: min(0.75vw,10px);
}

.globalMenuSp{
    display: none;
}


.container{
    display: flex;
    width: auto;
    margin: 0 40px;
    justify-content: space-between;
}

.logo img{
    width: 300px;
}

.navbar{
    /*height: 80px;*/
    position: absolute;
    z-index: 100;
    margin-top: 25px;
    width: 100%;
}

.navbar-nav{
    display: flex;
    margin-right: 0;
    padding-left: 50px;
    font-family: 'BIZ UDPMincho', serif;
}

.logo{
    color: #FFF;
    font-size: 1.6rem;
    display: flex;

}

.logo p{
    padding-top: 5px;
    font-size: 1.6rem;
	font-weight:bold;
}

.logo a img{
    padding-right: 20px;
}

.navbar-nav li{
    margin-right: 10px;
    list-style: none;
}
.navbar-nav .last{
    margin-right: 0;
}

.navbar-nav li a{
    color: #FFFFFF;
    text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem; 
	font-weight: bold;

}

.navbar-nav li a span{
    color: red;
}

.sp-menu{
    display: none;
}



.navbar-nav li{
    margin-right: 20px;
    list-style: none;
}

.main-img-box{
    position: relative;
}

.main-img-box h1 {
    position: absolute;
    top: 225px;
    left: 150px;
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #FFF;
    z-index: 10;
}

.main-img-box h1 span {
    font-size: 6.4rem;
    font-weight: 500;
    letter-spacing: .5px;

}

.slider-box-pc{
    width: 100%;
    background-color: #707070;
}

.slider-box-pc img{
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
}

.main-img-box-sp{
    display: none;
}

.navbar-nav li .target{
    color: #E13650;
}

/*-----header end------*/


/*----- FV------*/

.top-fv-box{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow:hidden;
}

    
.top-fv::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.top-fv-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/*-----FV end------*/

/*　上に上がる動き　*/

#mainNav.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#mainNav.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*----- box-1 ------*/

.box-1{
    position: absolute;
    bottom: 9vh;
    left: 4vw;
    color: #FFF;
    z-index: 20;
}
.box-1 h1{
    font-size: 6rem;
	line-height:1.2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}

.box-1 p{
    font-size: 1.4rem;
    margin-top: 25px;
    letter-spacing: .5;
}

.box-2{
    position: fixed;
    right: 0;
    top:280px;
    text-align: center;
    color: #FFF;
    z-index: 1000;
}

.box-2 .btn-01{
    width: auto;
    height: auto;
    background-color: #01009A;
    padding: 25px 15px;
}

.box-2 .btn-02{
    width: auto;
    height: auto;
    background-color: #292929;
    padding: 25px 15px;
}

.box-2 .btn-03{
    width: auto;
    height: auto;
    background-color: #5f5f5f;;
    padding: 25px 15px;
}

.box-2 .btn-01,
.box-2 .btn-02,
.box-2 .btn-03{
    font-size: 1.2rem;
    display: block;
}

.box-2 .btn-03 span{
    display: block;
}

/*----- box-1 end------*/

/*----- top-about ------*/
.top-about{
    max-width: 980px;
    margin: 100px auto 120px;
    font-family: 'BIZ UDPMincho', serif;
    }
    
.top-about h2{
    font-size: 3rem;;
    font-weight: bold;
    }
        
.top-about h2 span{
    font-size: 1.6rem;
    color: #01009A;

}
        
.top-about p{
    padding-top: 50px;
    font-size: 1.4rem;;
    font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro;
}



.top-about-box{
    display: flex;
}

.top-about-text{
    width: 65%;
}

.look{
    text-align: end;
    width: 40%;
}

.look a{
    margin-top: 20px;
    display: block;
    text-align: center;

}

.look a span{
    background: #01009A;
    color: #FFF;
    padding: 25px 65px;
    border-radius: 50px;
    text-decoration: none;
}


.top-about-img {
    max-width: 80%;
    margin-left: 0;
    margin-top: 100px;
    font-family: 'BIZ UDPMincho', serif;

}

.top-about-img img{
    width: 100%;
}
/*----- box-1 end------*/

/*----- top-point------*/

.top-point{
    margin: 150px auto 0;
    }
    
.top-point h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 600;;
    }

.top-point h2 span{
    font-size: 1.6rem;
    font-weight: bold;;
    margin-bottom: 14px;
    color: #01009A;
}

.top-point h3{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 55px;
}

.top-point h3 span{
    color: #01009A;
}

.top-point-box{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px;
    z-index: 100;
    max-width: 1280px;
}

.top-point-sab-box{
    width: 28%;
    text-align: center;
}

.top-point-sab-box img{
    width: 100%;
}


.top-point-sab-box p{
    margin-top: 30px;
    font-size: 1.5rem;
}



.point-look{
    z-index: 100;
    text-align: center;
    position: relative;
    margin-top: 76px;
}

.point-look span{
    background: #01009A;
    color: #FFF;
    font-size: 1.4rem;
    padding: 28px 65px;
    border-radius: 50px;
}

.top-point .haikei{
    width: 100%;
    margin-top: -280px;
}

.top-point .haikei img{
    width: 100%;
}


/*----- top-point end------*/

/*----- top-services------*/
.top-services{
    max-width: 90%;
    margin: 150px 0 0 auto;
    background-color: #FFFFFF;
}

.top-services-box{
    display: flex;
    justify-content: space-between;
}

.top-services-sab-box{
    width: 43%;
}

.top-services-sab-box h2{
    font-size: 3rem;
    font-weight: bold;;
    margin-bottom: 50px;
}

.top-services-sab-box h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.top-services-sab-box .top-services-text{
    font-size: 1.4rem;
    font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro;
    margin-bottom: 50px;
}

.top-services-sab-box ul{
    border-top: 1px solid #000;
}

.top-services-sab-box li{
    border-bottom: 1px solid #000;
    }
    
.top-services-sab-box li a{
    padding: 31px 25px;
    display: flex;
}

.top-services-sab-box li a:hover{
    background: #01009A;
    color: #FFF;
    transition:0.5s;
}

.top-services-sab-box li .left{
    text-align: left;
    float: left;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
}

.top-services-sab-box li .right{
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
}

.top-services-img-box{
    width: 50%;
    }
    
.top-services-img-box img{
    width: 100%;
}

/*----- top-service end------*/


/*----- top-client------*/
.top-client{
    background-color: #FAFAFA;
    margin-top: 50px;
    padding: 150px 0;
}

.top-client-box{
    max-width: 980px;
    margin: 0 auto;
}

.top-client-box h2{
    font-size: 3rem;
    font-weight: bold;;
    margin-bottom: 50px;
}

.top-client-box h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.top-client-sab-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-client-sab-box p{
    width: 48%;
    border-top: 1px solid #CCCCCC;
    padding: 36px 0 34px 0;
    font-size: 18px;;
    color: #01009A;
}


/*----- top-client end------*/


/*----- top-co-ac------*/

.top-co-ac{
    margin: 150px 0;
}

.top-co-ac-box{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
}

.top-co,
.top-ac{
    position: relative;
}

.top-co p,
.top-ac p{
    font-size: 1.4rem;
}

.top-co img,
.top-ac img{
    width: 100%;
}

.top-co div,
.top-ac div{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFF;
text-align: center;
}

.top-co div h2,
.top-ac div h2{
    font-size: 3rem;
    font-weight: bold;;
    margin-bottom: 50px;
}

.top-co div h2 span,
.top-ac div h2 span{
    font-size: 1.6rem;
}

.top-co div p span,
.top-ac div p span{
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 12px 18px;
}


/*----- top-co-ac end------*/



/*----- footer------*/

.footer-contact{
    padding: 100px 0;
    max-height: 700px;
    background-image: url(img/footer-img.png);
}

.cont-fv{
    position: relative;
    width: 100%;
    max-height: 700px;
}


.cont-text-box{
    width: 80%;
    margin: 0 auto;
    top: 100px;
    left: 150px;
    z-index: 20;
    color: #FFF;
}

.cont-fv-img{
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

.cont-fv-img img{
    object-fit: cover;
    max-height: 524px;
    max-width: 100%;
}

.cont-title-box{
    display: flex;
    color: #FFF;
    }
    
.cont-title-box h2{
    font-size: 3rem;
    font-weight: bold;;
    width: 25%;
}

.cont-title-box h2 span{
    font-size: 1.6rem;
}

.cont-title-box p{
    font-size: 1.4rem;;
    padding-top: 45px;
    font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro;
}

.cont-title-sab-box{
    margin-top: 86px;
    display: flex;
    justify-content: space-between;
}

.cont-title-sab-sab-box{
    width: 47%;
    }
    
.cont-title-sab-sab-box div{
    display: flex;
}

.cont-sab-title{
    font-size: 1.8rem;;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF;
}

.cont-title-sab-sab-box div{
    margin-top: 43px;
}

.cont-title-sab-sab-box div .tel{
    font-size: 2.7rem;
    width: 60%;
}

.cont-title-sab-sab-box div .tel span{
    font-size: 1.6rem;
    padding-right: 8px;
}

.topic{
    font-size: 1.3rem;;
}
.cont-btn{

    display: block;
    margin-top: 58px;
}

.cont-btn span{
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #FFF;
    padding: 26px 60px;
    border-radius: 50px;
}

.cont-btn span:hover{
    background: #01009A;
    transition:0.5s;
}

.cont-btn span img{
    width: 18px;
    margin-right: 10px
}


.footer{
    display: block;
    color: #000;
    width: 95%;
    margin: 50px auto;
}

.footermenu-sab-box{
    width: 100%;
    display: flex;
}

.footermenu-sab-box .logo p{
    color: #000;
}

.footermenu-sab-box .logo{
    width: 50%;
}

.footermenu-sab-box .logo p{
   font-size:1.4rem;
}

.footermenu-sab-box .collapse{
    width: 50%;
}

.footermenu-sab-box .navbar-nav{
    justify-content: end;
}

.footermenu-sab-box .navbar-nav li a{
    color: #000;
	font-weight:bold;
}

.footer-text-box{
    display: flex;
}

.footer-text-box div{
    margin-top: 30px;
    width: 50%;
}

.footer-text-box div p{
    font-size: 1.3rem;
}

.footer-text-box .footer-btn{
    display: flex;
    justify-content: end;
    color: #FFF;
    margin-top: 80px;
}

.footer-text-box p a span{
    text-decoration: underline;
}



.footer-btn01 span{
    padding: 23px 30px;
    background-color: #01009A;
    border-radius: 50px;
    font-size: 1.4rem;
}

.footer-btn02 span{
    padding: 23px 30px;
    background-color: #292929;
    border-radius: 50px;
    font-size: 1.4rem;
}

.footer-btn03 span{
    padding: 23px 30px;
    background-color: #5f5f5f;
    border-radius: 50px;
    font-size: 1.4rem;
}

.copy{
    font-size: 1rem;
    margin-top: 60px;
}

.footer-btn01,
.footer-btn02,
.footer-btn03{
    margin: 0 clamp(0px, 1%, 10px) 0;
}

/*----- footer end------*/

.sab-page{
    background-color: #FFF;
}

.sab-page .top-fv-img{
    height: auto;
}

.sab-page .navbar{
    position: fixed;
    top: 0;
    height: 76px;
    margin-top: 0;
    background: #FFF;
}

.sab-page .container{
    height: 76px;
}

.sab-page .container .logo p{
    color: #000;;
    font-weight: bold;
    line-height: 76px;
}

.sab-page .container .logo a img{
    padding-top: 28px;
}

.sab-page .navbar-nav{
    padding-top: 34px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.single-sab-page .logo p{ 
    font-weight: bold;
}

.single-sab-page .navbar-nav{
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.sab-page .navbar-nav li a{
    color: #000;
    font-weight: bold;
}

.about-fv{
    margin-top: 80px;
}

.about-fv-box{
    position: relative;
}


/*----- ABOUT------*/

/*----- fv------*/

.about-fv-tetle-box{
    text-align: left;
    width: 980px;
    margin: 0 auto;
    position: absolute;
}

.about-fv-tetle{
    font-size: 3rem;
    font-weight: bold;;
    letter-spacing: .5px;
    color: #FFF;
    position: absolute;
    bottom:120px;
    left: 150px;
    z-index: 100;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.about-fv-tetle{
    font-size: 3rem;;
    font-weight: bold;
}

.about-fv-tetle span{
    font-size: 1.6rem;
}

.about-fv-tetle-sab{
    font-size: 2.6rem;
    font-weight: bold;;
    letter-spacing: .5px;
    color: #FFF;
    text-align: center;
}

.philosophy-text-box .about-tb{
    font-size: 2rem;;
    font-weight: bold;
}

/*----- FV end ------*/


/*----- ABOUTUS ------*/

.ourstrength{
    max-width: 1080px;
    margin: 150px auto 0;
}

.ourstrength h2{
    font-size: 3rem;
    font-weight: bold;;
}

.ourstrength h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.ourstrength-box{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.ourstrength-img-box{
    width: 45%;
}

.ourstrength-img{
    width: 100%;
}

.ourstrength-text-box{
    width: 50%;
}


.ourstrength-text-box h3{
    font-size: 2rem;
    font-weight: bold;;
    margin-bottom: 30px;
}
.ourstrength-text-box p, .message-text p{
	line-height:2;
}

.line{
    border-top: 1px solid #CCC;
}

.line-bm{
     border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.ourstrength-text-box h3 span{
    color: #01009A;
}

.ourstrength-text-box{
    font-size: 1.4rem;
    font-weight: w3;;
}

.ourstrength-text-box .ourstrength-text-sab{
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    padding:20px 0 19px ;
}

.message{
    background: #FAFAFA;
    margin-top: 150px;
    padding: 120px 0;
}

.message h2{
    max-width: 980px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
}

.message h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.message-box{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.message-text{
    width: 61%;
}

.message-text h3{
    font-size: 3rem;  
    font-weight: bold; 
    margin-bottom: 50px;
}

.message-text h3 span{
    color: #01009A;
}

.message-text p{
    font-size: 1.4rem;
    font-weight: w3;;
    font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro;

}

.message-img-box{
    width: 30%;
}

.message-img-box .message-img{
    width: 100%;
}

.message-img-box p{
    font-size: 1.4rem;
    font-weight: w3;;
    margin-top: 20px;
}


/*----- company------*/
.company{
    max-width: 800px;
    margin: 144px auto 0;
}

.company h2{
    max-width: 980px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.company h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.company div{
    display: flex;
    border-top: 1px solid #000;
}

.company .last-div{
    border-bottom: 1px solid #000;
}

.company .tr-name{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;;
    font-weight: normal;
    color: #01009A;
    width: 15%;
    padding: 30px 0 28px ;
}

.company .tr-text{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
     font-size: 1.5rem;;
    font-weight: normal;
    width :85%; 
    padding: 30px 0 28px ;
}

.company .tr-text a span{
    border-bottom: 1px solid #000;
}

.company .tr-text01{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;;
    font-weight: normal;
    width: 20%;
    padding: 30px 0 28px ;
}

.company .tr-text02{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;;
    font-weight: normal;
    width: 65%;
    padding: 30px 0 28px ;

}



/*----- company end ------*/


/*----- Access ------*/
.access-box{
    width: 100%;
    margin: 150px 0;
    display: flex;
}

.access-img{
    width: 50%;
}

.access-img iframe{
    width: 100%;
}

.access-text{
    width: 50%;
    margin-left: 80px;
}

.access-text h2{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.access-text h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.access-text .p-blue{
    color: #01009A;
    margin-top: 50px;
    font-weight: bold;
    font-size: 1.6rem;
}

.access-text .p-blue01{
    color: #01009A;
    margin-top: 50px;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.access-text .p-text{
    font-size: 1.4rem;;
}

.access-text .p-bold{
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 20px;;
}

/*----- Access end ------*/

/*----- Client ------*/

.client{
    background-color: #FAFAFA;
    padding: 150px 0;
}

.client h2{
    max-width: 980px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.client h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.client-box{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.client-box p{
    width: 47%;
    font-size: 1.8rem;
    font-weight: bold;;
    border-top: 1px solid #333;
    padding: 36px 0 34px;
}

.client-box-text{
    border-bottom: 1px solid #333;
}

/*----- Client end ------*/



/*----- Product & Services ------*/

.product_services_box{
    background-color: #fafafa;
    padding: 150px 0;
}

.product_services_box01{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}


.product_services_menu{
    width: 25%;
}

.product_services_menu p{
    font-size: 1.2rem;;
    font-weight: bold;
    background: #EAEAEA;
    margin-bottom: 5px;
    color: #01009A;
    padding: 20px;
}

.product_services_menu p:hover{
    color: #FFF;
    background: #01009A;
    transition:0.5s;
}

#product_services-main-box{
    width: 70%;
}

#product_services-main-box h2{
    font-size: 2.4rem;
    font-weight: bold;;
    color: #01009A;
}

#product_services-main-box h2 span{
    font-size: 4rem;
    font-weight: 100;
    padding-right: 10px;
}


.sab-page .top-practical_example-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 53px;
}

.sab-page .practical_example_link{
    width: 31%;
}

.sab-page .practical_example_link .practical_example_link_img{
    border: 1px solid #CCCCCC;
}

.practical_example_link_img img{
    width: 100%;
    height: 100%;
}
.top-practical_example-box::after{
    content:"";
    display: block;
    width:66%;
  }

  .sab-page .name-box{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .sab-page .practical_example_title{
    font-size: 1.6rem;
    font-weight: bold;;
  }

/*----- Product & Services end ------*/

/*----- customized_products ------*/

#customized_products,
#follow-up{
display: flex;
max-width: 100%;
justify-content: space-between;
margin: 0 auto;
}

.customized_products-img-box{
    width: 50%;
}

.customized_products-img{
    width: 100%;
}

.customized_products-box{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.customized_products-text h2{
    font-size: 2.4rem;
    font-weight: bold;;
    color: #01009A;
}

.customized_products-text h2 span{
    font-size: 3rem;
    font-weight: 100;
    padding-right: 10px;
}

.customized_products-text p{
    width: 80%;
    margin-top: 40px;
    font-size: 1.4rem;;
    margin-bottom: 70px;
	line-height:2;
}

.customized_products-text a span{
    background-color: #01009A;
    border-radius: 50px;
    font-size: 1.4rem;
    color: #FFF;
    padding: 28px 72px;
}

/*----- customized_products end ------*/



/*----- utility ------*/
#utility{
    background-color: #fafafa;
    padding-top: 150px;
}
.urtlity-main-box{
    width: 980px;
    margin: 0 auto;
    display: block;
}
.utility-box{
    width: 750px;
    margin: 0 0 0 auto;
    padding: 0 0 150px;
}

.utility-box h2{
    font-size: 2.4rem;
    font-weight: bold;;
    color: #01009A; 
}

.utility-box h2 span{
    font-size: 3rem;
    font-weight: 100;
    padding-right: 10px;
}

.utility-sab-box{
    display: flex;
    justify-content:space-between;
}


/*-----utility end ------*/



/*----- flow ------*/
.flow{
    background: #FAFAFA;
    padding-top: 150px;
    padding-bottom: 150px;
}

.flow-box{
    max-width: 980px;
    margin: 0 auto;
}

.flow-box h2{
    max-width: 980px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.flow-box h2 span{
    font-size: 1.6rem;
    color: #01009A;
}

.flow-sab-box{
    display: flex;
    justify-content: space-between;
}

.flow-sab-box-title{
    width: 50%;
    border-top: 1px solid #cccccc;
    }

.flow-sab-last-box{
    border-bottom: 1px solid #cccccc;
}
    
.flow-sab-box-title p{
    color: #01009A;
    font-size: 2rem;
    font-weight: bold;;
    padding-top: 39px;
    padding-bottom: 36px;
}

.flow-sab-boxtext{
    width: 50%;
    border-top: 1px solid #cccccc;
}

.flow-sab-boxtext p{
    font-size: 1.4rem;;
    padding-top: 30px;
    padding-bottom: 30px;
	line-height:2;
}


/*----- flow end ------*/






.text-1{
    font-size: 2.2rem;;
    font-family: 'BIZ UDPMincho', serif;
    padding-bottom: 20px;
}

.text-2{
    font-size: 1.6rem;;
    font-weight: normal;
}

.list{
    margin-top: 40px;
}

.zisseki{
	border-bottom:1px solid;
}

.aboutus-img{
    width: 46%;
    position: absolute;
    right: 0px;
    top:39%;
}
/*-----ABOUTUS end ------*/

/*----- companyprofile ------*/




/*----- companyprofile end ------*/


/*----- services ------*/

.services{
    position: relative;
    width: 1320px;
    margin: 0 auto;
    margin-top: 80px;
}

.services-2{
    position: relative;
    width: 1320px;
    margin: 0 auto;
    margin-top: 180px;
    display: flex;
}
.test{
    width: 50%;
}

.services-text-box{
    background-color: #F4F4F4;
    width: 60%;
    margin-left: 40px;
}

.services-text-box-r{
    background-color: #F4F4F4;
    width: 60%;
    margin-right: 40px;
}


.services-text{
    padding-left: 80px;
    padding-bottom: 40px;
    padding-right: 150px;
    padding-top: 40px;
}

#manabi{
    margin-top: 100px;
}

.services-text H3{
    font-size: 3.2rem;
    font-family: 'BIZ UDPMincho', serif;;
    letter-spacing: 1.5px;
    position: absolute;
    top:-25px;
}



/* .text-2 a{
    border-bottom: 1px solid;
}
 */


.dan{
	padding-left:185px;
}

.services-img{
    width: 45%;
    position: absolute;
    right: 30px;
    top:19%;
}
.services-img-2{
    width: 46%;
    position: absolute;
    left: 40px;
    top:19%;
}
/*-----services end ------*/

/*----- companyprofile ------*/




/*----- companyprofile end ------*/


/*----- profiler ------*/

.profiler-box{
    width: 1280px;
    margin-left: 40px;
    display: flex;
    margin-top: 80px;
}

.profiler-text-box{
    background-color: #F4F4F4;
    padding-left: 80px;
    padding-bottom: 60px;
    width: 100%;
    position: relative;
}

.sv-btn{
    margin: 40px auto;
    display: block;
}
.sv-btn img{
    width: 100%;
}

.sv-box{
    width: 70%;
    margin: 0 auto;
    background: #152d61;
    padding: 20px;
    border-radius: 10px;
}

.sv-box h3{
    font-size: 64px;
    color: #fdf35c;
    font-weight: bold;
    padding-bottom: 20px;
}

.sv-box p{
    font-size: 1.8rem;
    color: #fff;;
    letter-spacing: .5px;
}


.profiler-text-box h2{
    font-size: 3.2rem;;
    letter-spacing: 1.5px;
    position: absolute;
    top:-30px;
    font-family: 'BIZ UDPMincho', serif;
}

.profiler-text-1{
    width: 100%;
    margin-top: 60px;
    font-size: 2.2rem;;
    font-family: 'BIZ UDPMincho', serif;
}

.profiler-text-2{
    width: 580px;
    font-size: 1.6rem;;
    padding-top: 40px;
}

.profiler-text-2 a{
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

.member-img{
    position: absolute;
    width: 40%;
    height: auto;
    top: 680px;
    right: 40px;
}


/*----- profiler end ------*/

.sab-page-single .top-practical_example-box{
    display: block;
}

/*----- portfolio ------*/

/*----- singlepage ------*/

.single-sab-page .practical_example_link_box{
    width: 100%;
    height: 75%;
    display: flex;
	backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
    justify-content: space-between;
}

.single-sab-page .practical_example_link_box::after{
    filter: blur(3px);
}

.single-sab-page .practical-example-fv-tetle-box{
    text-align: left;
    width: 980px;
    height: 600px;
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}
.single-sab-page .practical_example_link_box .practical_example_title,
.single-sab-page .practical_example_link_box .practical_example_year{
    font-size: 2.4rem;;
    font-weight: bold;
    color: #FFF;
}

.single-sab-page .name-box{
    width: 50%;
    text-align: center;
    background: none;
}

.single-sab-page .practical_example_link_img img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.single-sab-page .practical_example_link_img{
    width: 50%;
}

/*----- singlepageend ------*/

.portfolio-top-title{
    width: 1280px;
    margin: 0 auto;
    font-size: 2.4rem;
    margin-top: 80px;
}

.portfolio-box{
    width: 1358px;
    margin: 0 auto;
    background-color: #F4F4F4;
    margin-top: 100px;
    padding: 60px;
    position: relative;
}

.portfolio-sab-box{
    display: flex;
    margin-bottom: 100px;
}

.portfolio-sab-box-1{
    width: 50%;
}

/* .bottoms{
	padding-bottom:100px;
} */

.book-link-a{
	width:50%;
} 

.book-link-a img{
	width:100%;
	height:100%;
	padding-top:0;
}

.portfolio-sab-box-2{
     width: 50%;
    height: 50%;
    padding-top: 130px;
}

.portfolio-sab-box-1 a span{
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

.portfolio-sab-box-1 a .yume,
.yume
{
		 background-color:#F4F4F4;
		 color:#0073aa;
		 padding-left: 0;
		 border-bottom: 1px solid;
		 border-radius: initial;
	  }

.portfolio-box h2{
    position: absolute;
    top:-30px;
    font-size: 3.2rem;;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}

.portfolio-box h3{
    font-size: 2.4rem;;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}
.portfolio-box h4{
    font-size: 2.4rem;;
    letter-spacing: 1.5px;
    font-family: 'BIZ UDPMincho', serif;
}

.portfolio-box p{
/*     padding-top: 60px; */
    font-size: 1.6rem;;
}

.portfolio-box .link-2{
    padding-top: 10px;
}

.link-2 img{
    padding-right: 10px;
}

.portfolio-sab-box-1 a .link-3{
    color: #000;
    background-color: inherit;

}

.portfolio-sab-box .link-2{
    padding-top: 10px;
}

.portfolio-box p img{
    width: 10%;
}

.portfolio-box .bottom{
    padding-top: 0px;
    padding-bottom: 60px;
}
.portfolio-box .bottom-2{
    padding-top: 0px;
    padding-bottom: 0px;
}

.gengou{
	font-size:1.8rem;
}

/*----- portfolio end------*/
/*-----  ------*/
/*----- portfolio end------*/






/*----- NEWS 本文------*/

.sab-page-news-box{
    max-width: 980px;
    margin: 0 auto;
    background-color: #FFF;
}
.sab-page-news-box .news_text_box{
    width: 940px;
    margin: 0 auto;
    padding-top: 98px;
}

.sab-page nav.globalMenuSp ul li a

.sab-page-news-box .news_text_box .news_text_box_cont .news_time,
.sab-page-news-box .news_text_box .news_text_box_cont .news_cotegory{ 
    font-size: 1.6rem;
    font-weight: bold;;
    letter-spacing: .5px;
    color: #999999;
}

.news_time{
    padding-bottom: 40px;
}

.sab-page-news-box .news_text_box .top_news_title{
    font-size: 2.4rem;
    font-weight: bold;;
    letter-spacing: .5px;
    padding-bottom: 24px;
    
}

.sab-page-news-box .news_text_box .news_link_img,
.sab-page-news-box .news_text_box .news_link_img img{
    width: 100%;
    height: auto;
}

.news_link_img img{
    width: 100%;
    height: auto;
}

.sab-page-news-box .news_text_box .news_link_img{
    padding-bottom: 60px;
}

.sab-page-news-box .news_text_box p{
    font-size: 1.6rem;
    font-weight: normal;;
    letter-spacing: .5px;
}

.back-btn{
    display: block;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 65px; 
}

.back-btn span{
    font-size: 1.4rem;
    font-weight: bold;;
    letter-spacing: .5px;
    text-decoration: none;
    color: #FFF;
    background: #01009A;
    padding: 28px 30px;
    border-radius: 50px;
}
/*----- NEWS 本文 end------*/

/*----- practical_example_text_box ------*/

.single-sab-page .navbar{
    height: 76px;
    margin-top: 0;
    position: fixed;
    background: #FFF;
}

.single-sab-page .logo{
   padding-top: 20px;
   color: #000;
   font-weight: bold;
}

.single-sab-page .navbar-nav li a{
    color: #000;
}
.navbar-nav li a:hover{
    opacity: 0.6;
	 transition:0.5s;
} 

.single-sab-page #navbarResponsive{
    margin-top: 30px;
}

.practical-example-fv{
    width: 100%;
}

.practical-example-fv-box{
    position: relative;
    width: 100%;
}

.practical-example-fv-tetle-box{
    text-align: left;
    width: 980px;
    margin: 0 auto;
    position: absolute;
    top:220px;
    left: 150px;
}

.practical-example-fv-tetle{
    font-size: 3rem;
    font-weight: bold;;
    letter-spacing: .5px;
    color: #FFF;
    z-index: 100;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.single-sab-page .practical-example-fv-tetle{
    margin-bottom: 46px;
}

.practical-example-fv-tetle span{
    font-size: 1.6rem;;
}

.practical-example-fv-tetle-sab{
    font-size: 2.6rem;
    font-weight: bold;;
    letter-spacing: .5px;
    color: #FFF;
    text-align: center;
}

.sab-page-structure-box{
    max-width: 980px;
    margin: 0 auto;
}

.single-sab-page .sab-page-structure-box{
    max-width: 100%;
}

.single-sab-page .sab-page-news-box{
    width: 800px;
}


.neo-name-box{
    width: 50%;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-01 h3 span,
.point-02 h3 span,
.point-03 h3 span{
    font-size: 3rem;
    font-weight: 100;
    padding-right: 10px;
}

.single-sab-page .point-02{
    max-width: 800px;
}

.single-sab-page .sab-page-news-box h2{
    font-size: 2.4rem;
    color: #01009A;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 100px;
}

.single-sab-page .sab-page-news-box .bg{
    background-color: #FAFAFA;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.single-sab-page .sab-page-news-box .bg strong{
color: #01009A;
}

.single-sab-page .sab-page-news-box p{
    margin-top: 20px;
    font-size: 1.2rem;
}

.single-sab-page .sab-page-news-box .news_text_box p{
    font-size: 1.6rem;
    font-weight: bold;
}

.single-sab-page .sab-page-news-box table{
    width: 100%;
}

.single-sab-page .sab-page-news-box tbody{
    width: 100%;
}

.single-sab-page .sab-page-news-box table tr{
    width: 100%;
    border-top: 1px solid #000;
}

.single-sab-page .sab-page-news-box table .end{
    border-bottom: 1px solid #000;
}

.table-title{
   background-color: #FAFAFA;
   font-size: 1.6rem;
   font-weight: bold;
   width: 240px;
   padding: 20px 0 20px 20px;
}

.table-3 .table-text{
    width: 280px;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;

}

.le {
    border-left: 1px solid #000;
}

.blue .table-text{
    color: #01009A;
    font-size: 1.6rem;

}

.table-2 .table-text{
    width: 560px;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.single-sab-page .sab-page-news-box table .table-5,
.single-sab-page .sab-page-news-box table .table-7{
    border-top: none;
}

.table-4 .table-text{
    width: 560px;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.table-5 .table-text{
    width: 280px;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    border-top: 1px solid #000;
}

.table-6 .table-text{
    width: 280px;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;
}


.table-7 .table-text{
    width: 560px;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #000;
}



.single-sab-page .sab-page-news-box div{
    margin-top: 40px;
}

.single-sab-page .sab-page-news-box div a{
    background-color: #01009A;
    padding: 28px 30px;
    font-size: 1.4rem;
}

.practical_example_program{
    width: 100%;
}

.practical_example_link{
    /* max-width: 800px; */
    margin: 0 auto;
}

.practical_example_text_box h3{
    font-size: 2.4rem;
    font-weight: bold;;
    color: #01009A;
    width: 800px;
    margin: 0 0 40px;
}

.single-sab-page .point-01 .name-box{
    width: 800px;
    margin: 0 0 30px;
    background: #FAFAFA;
    padding: 30px;
    text-align: left;
}

.practical_example_title{
    font-size: 16px;
    font-weight: bold;;
    color: #01009A;
}

.practical_example_year{
    font-size: 1.4rem;;
    white-space: pre-wrap;

}

.practical_example_program{
    max-width: 800px;
    margin: 60px auto;
    display: block;
}

/*----- 実践校end------*/


/*----- 他の製品・サービス------*/
.other{
    max-width: 980px;
    margin: 0 auto;
}

.other-box{
    margin: 160px auto;
}

.other-box h2{
    font-size: 3rem;;
    font-weight: bold;
    }
    
.other-box h2 span{
    font-size: 1.6rem;;
    font-weight: bold;
    color: #01009A;
}

.other-box div{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}

.other-box div a{ 
    color: #01009A;
    background: #FAFAFA;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    width: 49%;
    margin-bottom: 10px;
    height: 70px;
}

.other-box div a:hover{
        color: #FFF;
    background: #010094;
	 transition:0.5s;
}


.other-box div a p{
    line-height: 70px;
}


/*----- 他の製品・サービスend------*/






.member-text-box{
    /* width: 700px; */
    margin-right: 0px;
    padding: 93px 100px;
    padding-bottom: 85px;
    background-color: #FFF;
    margin-top: 180px;
}

.member-title{
    color: #E13650;
    font-size: 2.4rem;
    font-weight: bold;;
    letter-spacing: .5px;
}

.sab-text{
    font-size: 1.4rem;
    font-weight: normal;
}

.member-title span{
    border-bottom: 1px solid #E13650;
}

.member-name{
    font-size: 3.2rem;
    font-weight: bold;;
    letter-spacing: .75px;
    padding-top: 18px;
}

.member-name span{
    font-size: 1.2rem;
    font-weight: bold;;
    padding-left: 20px;
}

.member-sab-title{
    padding-top: 18px;
    font-size: 16px;
    font-weight: bold;;
}

.member-text{
    padding-top: 18px;
    font-size: 1.6rem;
    font-weight: bold;;
}

.member-pv{
    display: flex;
    padding-top: 20px;
}

.member-pv a{
    text-decoration: none;
    color: #000;
    width: 70%;
}

.member-text-box h3{
    padding-top: 30px;
    font-size: 1.8rem;
}

.member-pv-img-box{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.member-pv-img{
    width: 30%;
}

.member-pv-img img{
    width: 100%;
}

.member-pv img{
    width: 20%;
}

/*----- メンバーend------*/


/*----- conyact------*/

#contact-pg{
    width: 800px;
    margin: 0 auto;
    margin-top: 0px;

}

.contact-pg-box{
    background-color: #FFF;
    padding: 100px 0;
    font-size: 1.8rem;
    font-weight:normal;;
    letter-spacing: .5px;
}

.contact_pg_txt{
    text-align: left;
    font-size: 1.4rem;;
}

.contact_pg_txt span{
    color: #01009A;
    text-decoration: underline;
}


.cf_7_box{
    margin-top: 50px;
}


.wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
}

.cont-content,
.cont-co,
.cont-name,
.cont-tel,
.cont-mail,
.cont-text{
    display: flex;
    margin-bottom: 10px;
}

.cont-title{
    width: 25%;
    color: #01009A;
    font-size: 1.6rem;
    font-weight: bold;;
}

.cont-txt{
    display: flex;
    width: 75%;
}

.hisu{
    width: 11%;
}

.hisu span{
    font-size: 1.2rem;
    font-weight: bold;;
    color: #FFF;
    background-color: #01009A;
    padding: 5px 9px;
}

.hisu-no{
    width: 11%;
    color: #FFF;
}

.cont-send{
    text-align: center;
	margin-bottom:50px;
}

.has-spinner{
    background: #01009A;
    padding: 23px 52px;
    border-radius: 50px;
    color: #FFF;
}

.contact_pg_txt h3{
    font-size: 1.6rem;
    font-weight: bold;;
    color: #01009A;
    margin-bottom: 33px;
}

.retop-btn{
    margin-top: 75px;
}

.retop-btn a {
    color: #FFF;
    background: #01009A;
    border-radius: 50px;
    padding: 28px 52px;
    font-size: 1.4rem;
}


/*-------- BIOGRAPHY ---------- */

.bio-section{
    background-color: #F4F4F4;
    width: 1358px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}


.bio-section h2{
    position: absolute;
    font-size: 2.4rem;
    top: -12px;
    left: 80px;
}

.bio-section .long{
    font-size: 1.6rem;;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.last-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}


.bio-1{
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
}

.bio-2{
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-bottom: 0;
}
.bio-3{
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-top: 0;
}
.bio-4{
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bio-5{
    padding: 60px 80px;
    padding-top: 20px;
}

.bio-5 p{
    font-size: 16px;;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-6{
    padding: 60px 80px;
    padding-top: 20px;
}

.bio-7{
    padding: 60px 80px;

}

.bio-7 p{
    font-size: 16px;;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-box-1{
    width: 30%;
}

.bio-box-1 img{
    width: 100%;
}

.bio-box-2{
    width: 68%;
}

.bio-box-2 p{
    font-size: 16px;;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
}

.bio-6 p{
    padding-bottom: 40px;
}

.bio-6 .dai{
    font-size: 24px;;
    letter-spacing: 1.1px;
    font-weight: normal;
    padding-bottom: 20px;
    
}

.koko{
    border-bottom: 1px solid #000;
}


.cyap{
    font-size: 14px;;
    padding: 10px 0;
}

.ao{
    color: #0073aa;
    border-bottom: 1px solid;
}

.bio-box-2  .biodai{
    font-size: 18px;
    font-weight: bold;
}
/*-------- BIOGRAPHY end---------- */


/*-------- Contact Form 7---------- */
table{
	border:none !important;
}

.table-res-form{
	display:inline-block;
    color:black !important;
    margin:0 auto!important;
    max-width: 100% !important;

	border: none !important; /* 枠線の色 */
	border-color:red;

}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
   width: 500px;
    padding: 15px;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: 0;
    clear: left;
    margin-bottom: 30px;
    font-size: 16px;
    background: #FAFAFA;
}

.table-res-form th, .table-res-form td{
	border:none;
	padding-top:20px;
}


.name  {
	padding-top:60px !important;
}

.name2  {
	padding-top:60px !important;
}

.sita{
	padding-bottom:30px !important;
	margin-left:10%;
}


.table-res-form th{
	padding-left:0px;
	
}

.red{
	color:red;
	padding-right:20px;
}

.min{
	font-size:10px;
}

.reft{
	text-align:right;
	margin-right:10px;
}

.scroll-box{
	font-size:13px;
}

.scroll-box a{
	color:red;
}

.saite-info{
	display:none;
}

td.margin{
    display: block;
/*     margin-left: 30px;
    width: 375px; */
}
 


/*プライバシーポリシー*/
.scroll-box{
max-width:530px; 
height:280px; 
	overflow-y: scroll; 
	border: 1px solid #ddd;
	background-color:#fff;
	text-align:left;
}


span.wpcf7-list-item { display: block; margin: 0 0 1em 1em; }


/* スクロールバーの幅 */
.scroll-box::-webkit-scrollbar { width: 10px; }

/* スクロールバー背景色 */
.scroll-box::-webkit-scrollbar-track { background: #f1f1f1; }

/* スクロールバーのつまみの色 */
.scroll-box::-webkit-scrollbar-thumb { border-radius: 6px; background: #c1c1c1; }

/* 本文調整 */
.bs {
  text-align:right;
}



/*確認ボタン*/
.wpcf7-box{
    margin:0 auto;
/* 	width: 100%; */
margin-left: 30px;
}


.wpcf7-list-item last{
	margin-bottom:30px!important;
	padding-bottom:60px;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/


/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
	display:block;
  max-width: 950px;
	position:top;
	margin:0 auto;
	margin-bottom:130px;
}

tbody{
display:block;
width:1180px;}

tr{
	padding-bottom:50px;
}

/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
	color:#262626;
	height: auto;
	font-size:16px;

  
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
	color:#262626;
    width: 30%;
	height: 18px;
	text-align: left;
    vertical-align:top;
}

.table-res-form td .radio-127,.radio-282{
    margin-bottom:100px;
	font-size:12px;
}

.wpcf7-list-item .last{
    padding-bottom:100px;
}

.scroll-box{
	padding:20px;
}



.wpcf7c-btn-back{
    margin:0 auto;
	margin-top:10px;
}

.mar{
    width:75% !important;   
    margin-left:30px !important;
	font-size:0.8vw;
	display: inline-block;
}


.kibou{
	margin-bottom:0px!important;
}



div.wpcf7-mail-sent-ok {
background-color: #56b379;
color:#ffffff;
font-weight:bold;
font-size:120%;
padding:10px;
}

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
/* .table-res-form input[type="text"], input[type="email"], input[type="tel"],  textarea, checkbox {
   border-radius: 5px;
    width: 70%;
	margin-bottom:30px;
	margin-left:30px;
} */


checkbox {
   border-radius: 5px;
    width: 70%;
	margin-bottom:30px;
	margin-left:30px;
} 


.check .margin{
	padding-left:30px;
}


/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
/*     border: 1px #89BDDE solid; */
    padding: 2em 6em;
/*     border-radius: 5px; */
    /* background: #555; */
    color: #000;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #999;
    box-shadow: none;
}

/* .sita{
	margin-left:15%;
} */



textarea.wpcf7-form-control.wpcf7-textarea {
	height: 300px;
    width: 500px;
}




/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.reCAPTCHA{
	font-size:10px;
	margin-top: 50px;
}


/*ここから768px以下の指定*/



@media only screen and (max-width: 650px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
 .table-res-form th, .table-res-form td {
/*  width: 85%!important; */
margin:0 auto !important;
margin-bottom:30px;
	 margin-left:10px !important;
  display:block;
	 
}

.sp{
    display: block;
}

.pc{
    display: none;
}

#top-program h2{
    width: 100%;
}
	
	.table-res-form th{
		width:100%!important;
		display:block;
		margin:0 auto;
	}

    .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
        margin-top: 30px;
    }
	
	.table-res-form td{
/* 		width:100%!important;*/
		display:block;
		margin:0 auto; 
	}
	
		.table-res-form {
	max-width:100% !important;
	margin:0 auto !important;
/* 			margin-left:-10px!important; */
	}
	
	.mar{
		width:90% !important;   
/* 		margin:0 auto !important; */
	  margin-left:10px !important;
		font-size:2.8vw;
		display: inline-block;
}

	
	
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
 .table-res-form th {
	 width:100% !important;
 padding-top:0 ;
/* 	 padding-left:10px; */
 text-align: left;
	margin-bottom:30px;
    }
	
	
	
　　　　　/*不要な最終行の左のthを非表示にする*/
.table-res-form .empty {
display: none;
	}
	
	.sita{
	margin-left:0px!important;
}
	
	/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea, checkbox{
   display:inline-block;
/*    border-radius: 5px; */
   /* width: 80%!important;
	margin-left:10px !important; */

    
	
	
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	 width: 85%!important;
	margin-left:30px;
}
	
/* 	
	.name2  {
	padding-top:20px !important;
} */
	
	.sita{
margin:0 auto;
		width:95%;
}
	
	.table-res-form input[type="submit"]{
		padding:10px 0;
	}
	
	.wpcf7c-btn-back{
		margin-left:12%;
		margin-top:10px;
	}
	
	.wpcf7c-elm-step1 {
		width:100%;
	}
	
	.wpcf7c-elm-step2{
		width:100%;
	}
	
	.wpcf7c-btn-back{
margin:0 auto !important;
	}
	
/* 	.table-res-form td{
		margin-left:20px;
		width:90%;
	} */
	.scroll-box{
		width:95%;
		margin:10px !important;
	}
	
	.check{
		display:inline-block;
		width:70%;
	}

	
}


/*========= 上部固定させるためのCSS ===============*/

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/
#mainNav-2{
    display: none;
}

#mainNav-2.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
    margin-top: 0 ;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#mainNav-2.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
    background-color: #FFF;
    margin-top: 0;
    color: #000;
    z-index: 500;
    display: inline-block;
    padding: 30px 0;
}
s

#mainNav-2.DownMove .logo{
    color: #000;
}

#mainNav-2.DownMove .navbar-nav li a{
    color: #000;
	font-weight: bold;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
/*以下は検証用のレイアウトのためのCSS*/
nav ul{
list-style: none;
display: flex;
justify-content: center;
}

nav ul li a{
text-decoration: none;
color: #666;
padding:10px;
}


/*ここまで768px以下の指定---終わり*/

/*====Contact Form 7ここまで====*/

/*----- contact end------*/



/*----- SP版 CSS------*/


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



#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* .main-img-box-sp img{
    height: 100%;
} */


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    /* .slick-track{
        width: 100% !important;
    } */
    .sp-menu{
        display: block;
    }

      /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn1 {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    background: black;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .menu-ul {
    padding-top: 0px;
	  display:block;
  }

  .logo img {
    margin-top: 33px;
    margin-left: 20px;
    width: 88.13px;
  }

  .slick-slide img{
    height: auto;
    width: 100%;
  }

  .main-img-box {
    display: none;
  }

  .main-img-box-sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .bg-nemu {
    margin-left: 25px;
    display: block;
    font-size: 24px;
    font-weight: bold;;
    position: absolute;
    bottom: 55px;
    z-index: 100;
    color: #FFF;
  }

  .bg-nemu span{
    font-size: 36px;;
  }

  .name-sab {
    font-size: 8vw;
  }
  .name-sab2 {
    font-size: 33px;
    margin-left: 38px;
  }

  .bg-text {;
    margin-left: 25px;
    font-size: 3.3vw;
    font-weight: bold;
  }

  .open {
    background-color: #ffe33a;
    text-align: center;
    color: black;
    font-weight: bold;
    width: 100%;
    padding: 0px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 6vw;
    font-family: "Futura";;
  }

  .main-img {
    height: 693px;
    max-height: 100vh;
  }
  .main-img-box {
    display: none;
  }
  .main-img-box-sp {
    display: block;
    height: 100%;
    position: relative;
  }

  .bout-img{
    position: absolute;
    bottom: 10px;
    z-index: 10;
    font-size: 30px;
  }
  
  .main-img-box h1{
    font-size: 20px;;
}


    /* .container{
        display: none;
    } */

    .collapse{
        display: none;
    }

    #top-flab{
        padding: 0 20px;
    }

    .navbar{
        margin: 0;
    }

    .container {
        margin: 0;
    }

    .navbar .logo img{
        width: 100%;
    }

    .navbar .logo a{
        width: 50%;
    }
	
	    .single-sab-page .practical_example_link_img{
        width: 100%;
        height: 75%;
    }

    .navbar .logo p{
        font-size: 3rem;
        padding: 36px 0 0 10px;
    }
	
	.single-sab-page .navbar .logo p{
        font-size: 3rem;
        padding: 6px 0 0 10px;
    }


    .top-flab-box{
        display: block;
        width: auto;
        padding-top: 20px;
    }

    .top-flab-txt{
        width: 100%;
    }

    .top-flab-img{
        width: 100%;
        height: 30vh;
    }

    .top-flab-txt h2{
        font-size: 20px;
;
        letter-spacing: .2px;
    }

    .news_text_box .top_news_title{
        font-size: 22px;
        font-weight: bold;
    }

    .top-flab-txt p{
        font-size: 16px;
;
    }

    .news_text_box{
        padding: 0 20px;
    }

    .news-box{
        width: 100%;
    }

    .top-news-box{
        display: block;
        width: 100%;
    }
    
    .top-news-box li{
        width: 100%;
    }

    .top-news-sab-box{
        width: 100%;
        display: block;
        padding-top: 20px;
    }
	
	.single-sab-page .navbar .logo img {
    width: 100%;
    margin-top: 0;
}


    .book{
        width: 100%;
    }

    .top-program-box{
        width: auto;
        display: block;
        padding-top: 0;
    }

    .top-program-txt,
    .top-program-img{
        width: auto;
        padding-top: 20px;
    }

    .top-practical-example-box{
        width: auto;
        padding: 0 20px;
    }

    .top-practical-example-sab-box{
        width: auto;
        justify-content: space-between;
    }

    .top-practical-example-sab-box p{
        width: 47%;
        padding-bottom: 10px;
;
    }

    .media-time-box{
        display: block;
    }

    .mov{
        width: auto;
    }

    .event,
    .book{
        width: auto;
        padding: 0 20px;
        padding-top: 20px;
    }

    #top-program{
        padding: 0 20px;
    }
    
    #top-program h2{
        padding-top: 10px;
    }

    .top-program-txt h3{
        font-size: 20px;
    }

    .top-practical-example-box h3{
        font-size: 20px;
    }

    #practical-example{
        padding-top: 30px;
    }

    .media-main-box{
        padding: 0;
        padding-top: 20px;
        display: block;
    }

    .media-box{
        width: auto;
    }

    .footermenu-box{
        width: auto;
        display: block;
        padding: 20px 20px;
    }

    .footermenu-sab-box{
        width: auto;
        padding-bottom: 10px;
        display: block;
    }
    .footermenu-sab-box .logo{
        width: 100%;
    }

    .footermenu-sab-box-2{
       width: 50%;
    }
    
    .footer-text{
        border-left: 0;
        padding-left: 0;
    }

    .footer {
        width: 100%;
        margin: 0 auto;
		padding-bottom: 100px;
    }



    .about-fv-tetle{
		font-size: 10rem;
        left: 20px;
        bottom:0;
        top:-160px;
    }

    .philosophy-box {
        display: block;
        width: auto;
        padding: 0 20px;
        padding-top: 20px;
    }

    .about-fv-tetle span{
        font-size: 5rem;
    }

    .philosophy-text-box {
        width: auto;
    }

    .philosophy-title-box{
        text-align: center;
        padding-bottom: 20px;
    }

    .philosophy-text-box .top-text {
        font-size: 16px;
      
    }

    .Power-box{
        display: block;
        padding: 0 20px;
        width: auto;
        padding-top: 20px;
    }

    .philosophy-title-box h3, .Power-title-box h3{
        font-size: 18px;
        text-align: center;
    }

    .Powery-text-box{
        width: auto;
    }

    .Power-title-box{
        padding-bottom: 20px;
    }

    .power-text{
        padding: 20px;
        display: block;
    }

    .philosophy-text-box p span{
        font-size: 16px;
    }

    .power-text-box{
        width: auto;
    }

    .power-text-box h3{
        font-size: 25px;
    }

    .power-text-box h3 span {
        font-size: 30px;
    }

    .power-img-box-2 {
        width: auto;
        padding-top: 20px;
    }

    .powery-cont-title{
;
    }

    /* メンバー */
    .member-box{
        width: auto;
        padding: 0 20px;
    }

    .member-img {
        position: unset;
        width: 100%;
        height: auto;

    }

    .member-text-box{
        width: auto;
        padding: 50px 20px;
    }

    .member-name{
        font-size: 28px;
    }

    /* 実践例 */

    .p-box{
        width: auto;
        padding: 50px 20px;
        
    }

    .top-practical_example-box{
        display: block;
    }

    .practical_example_link{
        width: auto;
        margin-bottom: 0;
    }

    .name-box{
        display: block;
    }

    /* お知らせ */

    .sab-page .sab-news-box{
        width: auto;
    }

    .news-box-cont{
        padding: 40px 20px;
    }

    .sab-page .top-news-box{
        width: auto;
    }

    .sab-page .news_link{
        display: block;
    }

    #contact-pg{
        width: auto;
    }

    /* #mainNav{
        display: none;
    } */

    .logo-sp img{
        width: 60%;
        padding: 30px 0 24px 30px;
    }

    .program-cont-sab-box{
        display: block;
    }

    .program-cont-2-text{
        width: auto;
    }

    .program-cont-text{
        width: auto;
    }

    .slick-list img{
        width: 100%;
    }

   .footer-text{
    width: auto;
   }

   .sonota-end{
    width:auto;
    text-align: right;
}

.sv-main-box{
    width: 100%;
}

.sv-btn img{
    object-fit: cover;
    width: 100%;
    height: 55vw;
}

.sv-box{
    width: 100%;
    margin: 0 auto;
    background: #152d61;
    padding: 20px;
    border-radius: 10px;
}

.sv-box h3{
    font-size: 45px;
    color: #fdf35c;
    font-weight: bold;
    padding-bottom: 20px;
}

.sv-box p{
    font-size: 18px;
    color: #fff;;
    letter-spacing: .5px;
}

	  
	  .top-logo-sp{
          position:absolute;
		  top:10px;
		  left:10px;
		  width:20%;
		  height:auto;
		  z-index:105;
        }

	  
	  .ws-video{
		  display:block;
	  }
	  
	  .ws-video iframe{
		  width:100%;
		  height:auto;
	  }

      .box-1,
      .top-about,
      .top-services,
      .top-news{
        width: auto;
        margin: 40px 20px
    }

    .box-1{
        margin-top: 40px;
    }

    .box-1 h1{
        font-size: 10rem;
    }
	  
	  .top-about p{
		  font-size: 5rem;
        padding-top: 30px;
        line-height: 2;
	  }

    .top-services-box div{
        width: 100%;
    }
    .top-services-box{
    display: block;
    }

    .menu-ul{
        flex-wrap: wrap;
    }



    .top-services-box h3{
        margin: 10px 0;
		font-size:22px;

		
    }

    .top-services-box p{
        padding-bottom: 20px;
		font-size:16px;
    }

    .news_text_box a{
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .about-fv-tetle-box{
        margin-top: 40px;
        width: 100%;
    }

    .about-text H3{
        font-size: 24px
    }

    .aboutus{
        position: ;
        width: auto;
    }

    .aboutus-text-box{
        width: auto;
        margin-left: 0;
    }

    .aboutus-img{
        width: 100%;
        position: unset;
        margin-top: 60px;
    }

    .text-1{
        font-size: 18px;
    }

    .company{
        display: block;
        width: auto;
        padding: 40px 20px;
        margin: 0;
    }

    .company h2 {
        font-size: 10rem;
    }

    .company h2 span {
        font-size: 5rem;
    }

    .company H3{
        font-size: 26px;
    }

    .services-text-box{
        width: 100%;
        margin-left: 0;

    }

    .about-text,
    .services-text{
        padding: 0 20px;
        padding-top: 60px;
    }

    .services-text H3{
        font-size: 24px;
;
    }

    .services{
        width: auto;
    }
    .services-2{
        position: unset;
        width: auto;
        display: block;
        margin-right: 0;
        margin-top: 60px;
    }

    .services-img{
        position: unset;
        margin-top: 60px;
        width: 100%;
    }

    .services-img-2{
        display: block;
        position: unset;
        width: 100%;
    }

    .test{
        width: 100%;
    }

    .services-text-box-r{
        width: auto;
        margin-right: 0px;
    }


.list {
    padding-bottom: 20px;
}

.f-lab span{
    padding: 10px 5px;
}

.profiler-box{
    width: auto;
    display: block;
    margin-left: 0;
}

.profiler-text-box{
    padding: 20px;
}

.name{
    font-size: 18px;
}
	  


.profiler-text-1{
    padding-top: 20px;
    font-size: 18px;
}

.profiler-text-2{
    width: auto;
}

.profiler-text-2 a{
    text-align: center;
    display: block;
}

.portfolio-box h2{
    font-size: 26px;
}
	  
	  .name p{
		  padding-bottom:20px;
	  }

.portfolio-box{
    width: auto;
    padding: 20px;
}

.portfolio-sab-box{
    display: block;
}

.portfolio-sab-box-1{
    width: auto;
    padding-top: 20px;
}

.portfolio-sab-box-1 a span{
    font-size: 12px;
    padding: 10px;

}
	  
	 .portfolio-sab-box-1 a .yume{
		  	background-color:#F4F4F4;
	color:#0073aa;
		     padding-left: 0;
    border-bottom: 1px solid;
    border-radius: initial;
	  }
	  
	  	 .yume{
		  	background-color:#F4F4F4;
	color:#0073aa;
		     padding-left: 0;
    border-bottom: 1px solid;
    border-radius: initial;
			     font-size: 12px;
	  }

.portfolio-box p{
    padding-top: 0px;
}

.portfolio-box p img{
    width: 20%;
}

.portfolio-sab-box .link-2 {;

}

.portfolio-sab-box-2 {
    width: 100%;
        margin-top: 0px;
    padding-top: 0;
}

.portfolio-box h3{
    font-size: 32px;
	padding-top: 30px;
	padding-bottom:20px;
}

.portfolio-top-title{
    width: auto;
}

	  
	  .portfolio-sab-box-1 a .link-3{
		      font-size: 22px;
	;
	  }
	  
	  .betu{
		  padding-top:80px;
	  }
	  
	  .sab-page .news_text_box{
		  width:100%;
	  }

      .top-fv img{
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center;
      }

      .footer-inn {
        display: block;
        margin: 100px auto;
        width: 100px;
	  }
	  .del{
		  display:none;
	  }
	  
	  	  .profiler-text-box h2{
			  font-size: 32px;;
    letter-spacing: 1.5px;
    position: absolute;
    top: -16px;
    font-family: 'BIZ UDPMincho', serif;
	  }
	  
	  .portfolio-box h4{
	
	  }
	  
	
	  input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
   width:80%;

}
	
	  .table-res-form tbody{
		  width:auto;
	  }
	  #contact-pg{
		  width:auto;
	  }
	  
	  .scroll-box {
    width: 80%;
	  }
	  
	  .conpany-text-1{
		  width:100%;
	  }
	  
	  	  .top-services-box .look{
		  text-align:end;
	  }

      .bio-section{
        width: auto;
      }

      .bio-section h2 {
        left: 20px;
      }

      .bio-1,
      .bio-3,
      .bio-5,
      .bio-6,
      .bio-7{
        display: block;
        padding: 60px 20px;
      }

      .bio-3{
        padding-top: 0;
      }

      .bio-2{
        display: block;
        padding: 60px 20px;
        padding-bottom: 0px;
      }

      .bio-4{
        display: block;
        padding: 60px 20px;
        padding-top: 0px;
        padding-bottom: 0;
      }

      .bio-box-1{
        width: 100%;
        padding-top: 20px;
      }

      .bio-box-2{
        width: 100%;
        padding-top: 20px;
      }

      .bio-section .long{
        padding-left: 20px;
        padding-right: 20px;
      }

      .bio-6 .dai{
        font-size: 18px;
      }

.top-fv{
    height: 100vh;
    width: auto;
    object-fit: cover;

}
.top-fv-img { 
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-about h2, .top-point h2, .top-services h2, .top-news h2{
    text-align: left;
    font-size: 8rem;
}

.top-about h2 span,
.top-point h2 span,
.top-services-sab-box h2 span {
    font-size: 4rem;
}

.box-1 {
    left: 0;
    bottom: 25vh;
    right: 0;
}

.box-1 p {
    font-size: 5rem;
}

.box-2 {
	top: auto;
	bottom: 0;
	width:100%;
	display:flex;
	justify-content: space-between;
}

.retop-btn a{
    font-size: 5rem;
}
.box-2 .btn-01, .box-2 .btn-02, .box-2 .btn-03 {
    font-size: 4rem;
	width: 50%;
	padding:15px;
}
.box-2 .btn-01, .box-2 .btn-02 {
		padding:25px;
	}
	
.top-about-box{
    display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.top-about p{
    width: 100%;
}

.top-point {
    margin: 40px 20px 0;
}

.top-services-sab-box li .left {
    font-size: 5rem;
}

#mainNav-2 {
    display: none;
}

.top-client-box h2 {
    font-size: 10rem;
}

.top-client-box h2 span {
    font-size: 5rem;
}

.top-point h3{
    font-size: 5.5rem;
    text-align: left;;
}

.top-services-sab-box .top-services-text {
    font-size: 5rem;
}

.top-point-sab-box p {
    font-size: 6rem;
    margin-top: 10px;
}

.top-point-box {
    display: block;
}

.top-point .haikei {
	display:none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-top: -760px;
}
.point-look span {
    font-size: 5rem;
}

.top-point-sab-box{
    width: 100%;
}
.top-point-sab-box{
    padding-bottom: 40px;
}

.top-services-img-box img{
    margin-bottom: 40px;
}

.top-services-sab-box li a{
    padding: 31px 25px 6px;
}

.top-client{
    padding: 40px 20px;
}

.top-co div h2, .top-ac div h2 {
    font-size: 7rem;
	margin-bottom: 20px;
}

.top-co div h2 span, .top-ac div h2 span {
    font-size: 4rem;
}

.top-co div p span, .top-ac div p span {
    font-size: 8rem;
	padding: 5px 8px;
        font-size: 12px;
}

.top-client-sab-box{
    display: block;
}

.top-client-sab-box p{
    width: 100%;
    font-size: 5rem;
}

.top-co-ac{
    margin: 0;
	width: 90%;
        margin: 0 auto 100px;
}

.top-co-ac-box{
    /*display: block;*/
}

.cont-text-box{
    width: 100%;
    left: 20px;
    top: 20px;
}

.cont-title-box{
    display: block;
    margin:  0 20px;
}

.cont-title-box h2{
    width: 100%;
    font-size: 10rem;
}

.cont-sab-title {
    font-size: 8rem;
}

.cont-title-box p {
    font-size: 5rem;
}


.cont-title-box h2 span {
    font-size: 5rem;
}

.cont-fv-img{
    height: 524px;
}

.cont-title-sab-box{
    display: block;
    margin: 40px 0;
}

.cont-title-sab-sab-box{
    width: 100%;
   padding: 0 20px;
}

.cont-title-sab-sab-box div{
    display: block;
}

.cont-title-sab-sab-box div .tel{
    width: 100%;
    font-size: 10rem;
}

.cont-title-sab-sab-box div .tel span{
    padding-top: 20px;
    font-size: 5rem;
}

.footer-text-box{
    display: block;
    font-size: 4rem;
    padding: 0 20px;
}

.topic{
    font-size: 5rem;
}

.footer-contact {
    max-height: 900px;
    padding: 40px 0;
}

.cont-btn span {
    font-size: 5rem;
}

.cont-btn {
    text-align: center;
}

.footermenu-sab-box .logo a {
    width: 50%;
}

.footermenu-sab-box .logo a img {
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.footermenu-sab-box .logo p {
    font-size: 5rem;
    padding: 20px 0 20px 10px;
}

.footermenu-sab-box .collapse {
    width: 100%;
}

.footermenu-sab-box .navbar-nav {
    padding: 0;
    justify-content: left;
}

.footermenu-sab-box .navbar-nav li a {
    font-size: 4rem;
}

.footer-text-box div {
    width: 100%;
	margin-top:0;
}

.footer-text-box div p {
    font-size: 4rem;
}

.footer-text-box .footer-btn {
    display: block;
}

.footer-btn01, .footer-btn02, .footer-btn03 {
    text-align: center;
    margin: 0 auto 50px;
    display: none;
  }

  .footer-btn01 span,
  .footer-btn02 span ,
  .footer-btn03 span {
    font-size: 5rem;
  }

  .copy {
    font-size: 3rem;
    padding: 0 20px;
  }

  .about-fv{
    margin: 0;
  }

  .sab-page .top-fv-img {
    height: 130px;
}

.ourstrength{
    margin:40px 20px;
}

.ourstrength h2{
    font-size: 10rem;
}

.ourstrength h2 span {
    font-size: 5rem;
}

.ourstrength-box{
    display: block;
    margin: 20px 0;
}

.ourstrength-img-box{
    width: 100%;
}

.ourstrength-text-box{
    width: 100%;
}

.ourstrength-text-box h3{
    font-size: 5rem;
    padding: 20px 0 0;
}

.ourstrength-text-box p{
    font-size: 5rem;
}

.ourstrength-text-box .ourstrength-text-sab{
    font-size: 5rem;
}

.message{
    margin: 40px 0;
    padding: 20px;
}

.message h2{
    font-size: 10rem;
}

.message h2 span{
    font-size: 5rem;
}

.message-box{
    display: block;
} 

.message-text{
    width: 100%;
}

.message-text p{
    font-size: 5rem;
}

.message-img-box{
    width: 100%;
    padding-top: 40px;
}

.message-img-box p{
    font-size: 5rem;
}

.company .tr-name{
    font-size: 5rem;
    width: 18%;
}

.company .tr-text{
    font-size: 5rem;
    width: 72%;
}

.company .tr-text01 {
    font-size: 5rem;

}

.company .tr-text02 {
    font-size: 5rem;
}


.access-box{
    display: block;
    margin: 0;
}

.access-img{
    width: 100%;
}

.access-text{
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.access-text h2{
    font-size: 10rem;
}

.access-text h2 span{
    font-size: 5rem;
}

.access-text .p-blue01{
    font-size: 5rem;
}

.access-text .p-text{
    font-size: 5rem;
}

.access-text .p-blue {
    font-size: 5rem;
}

.access-text .p-bold {
    font-size: 5rem;
}

.access-img{
    padding: 40px 0;
}

.product_services_box{
    padding: 40px 0;
}

.product_services_box01{
    width: 100%;
    display: block;
}

.product_services_menu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.product_services_menu a{
    width: 48%;
}

.product_services_menu p{
    font-size: 4rem;
}

#product_services-main-box{
    width: 100%;
    margin: 40px 0 0;
}

#product_services-main-box h2{
    font-size: 10rem;
    padding: 0 0 0 20px;
}

#product_services-main-box h2 span{
    font-size: 12rem;
}

.practical-example-sab-box{
    padding:  0 20px;
}


#customized_products{
    display: block;
}

.customized_products-img-box{
    width: 100%;

}

.customized_products-box{
    width: 100%;
    margin: 40px 0 0;
}

.customized_products-text h2{
    font-size: 10rem;
    padding: 0 0 20px 20px;
}

.customized_products-text h2 span{
    font-size: 12rem;
}

.customized_products-text p{
    width: 100%;
    padding: 0 20px;
    font-size: 5rem;
}

.customized_products-text a span {
    display: block;
    margin: 0 auto;
    width: 55%;
    font-size: 5rem;
}

.utility-box{
    width: 100%;
    padding: 0 0 40px;
}

.utility-box h2 {
    font-size: 8rem;
    padding: 0 0 20px 20px;
}

.utility-box h2  span{
    font-size: 12rem;
}

.utility-sab-box{
    display: block;
    padding: 0 20px;
}


.sab-page .practical_example_link{
    width: 100%;
}

.sab-page .practical_example_title {
    font-size: 5rem;
}

.practical_example_year{
    font-size: 5rem;
}

#utility{
    padding: 40px 0;
    margin: 40px 0;
}

.urtlity-main-box{
    width: 100%;
}

.sab-page .top-practical_example-box{
    display: block;
}

#customized_products, #follow-up{
    margin: 0 auto 40px;
}


.flow{
    padding: 40px 20px;
}

.flow-box h2{
    font-size: 10rem;
}


.flow-box h2 span{
    font-size: 5rem;
}

.flow-sab-box-title p{
    font-size: 5rem;
}


.flow-sab-box{
    display: block;
    
}

.flow-sab-box-title{
    width: 100%;
}

.flow-sab-boxtext{
    width: 100%;
}

.flow-sab-boxtext p{
    font-size: 5rem;
}

.single-sab-page .practical-example-fv-tetle-box{
    width: 100%;
    top: 0;
    
}

.single-sab-page .top-fv-img{
    height: 100vh;
}

 .single-sab-page .practical-example-fv-tetle-box {
    top: 0;
}

.single-sab-page .practical-example-fv-tetle{
    font-size: 7rem;
    padding: 0 20px;
}

.single-sab-page .practical-example-fv-tetle span{
    font-size: 5rem;
}

.single-sab-page .practical_example_link_box {
    display: block;
}

.single-sab-page .practical_example_link_box .practical_example_title, .single-sab-page .practical_example_link_box .practical_example_year{
    font-size: 5rem;
    padding: 0 0 0 20px;
}

.neo-name-box{
    width: 100%;
}

.single-sab-page .sab-page-news-box{
    width: 100%;
}

.neo-name-box{
    width: 100%;
}

.single-sab-page .sab-page-news-box h2 {
    font-size: 10rem;
    padding-left: 20px;
}

.single-sab-page .sab-page-news-box .bg{
    padding: 20px;
    font-size: 5rem;
}

.wp-block-image img{
    padding: 0 20px;
}

.table-title {
    font-size: 4rem;
    width: 30%s;
}

.blue .table-text{
    font-size: 4rem;
}

.table-3 .table-text {
    font-size: 4rem;
    width: 30%;
    padding: 10px;
}

.table-2 .table-text {
    font-size: 4rem;
    width: 70%;
}

.single-sab-page .sab-page-news-box p{
    font-size: 3rem;
    padding: 20px 10px;
}

.single-sab-page .sab-page-news-box div a{
    font-size: 5rem;
}


.other-box{
    margin: 40px 20px;
}

.other-box div a{
    font-size: 4rem;
}

.other-box div a p {
    padding: 30px 0;
    line-height: normal;
}

.contact-pg-box{
    padding: 40px 0;
}


.contact_pg_txt{
    font-size: 5rem;
    padding: 0 10px;
}

.cont-content, .cont-co, .cont-name, .cont-tel, .cont-mail, .cont-text {
    display: block;
}

.cont-title{
    width: 100%;
    font-size: 5rem;
    padding: 0 10px 20px;
}

.cont-txt p{
    width: 75%;
}

.cont-txt .hisu{
    width: 20%;
}

.cont-txt .hisu-no{
    width: 20%;
}

.hisu span{
    font-size: 5rem;
}

.wpcf7-form-control-wrap{
    font-size: 5rem;
}



.cont-txt {
    width: 100%;
}

.has-spinner{
    font-size: 5rem;
}

.message-text h3{
    font-size: 6rem;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    margin-top: 0;
}

.contact_pg_txt h3 {
    font-size: 6rem;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 1200;
    right : 20px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background-color: #01009A;
        border-radius: 50%;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 22px;
    height  : 2px ;
    left    : 10px;
    background : #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 28px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 10px;
    background :#ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    background :#ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  

  .globalMenuSp{
    display: block;
}

  .globalMenuSp .logo-sp{
    background: #FFF;
  } 
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: #000;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 50px 30px;
    width: 100%;
    height: 100vh;
    display: block;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#000;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
    font-size: 8rem;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
     transform: translateX(0%);
     z-index: 1100;
	  text-align:left;
  }
  /*---ハンバーガーここまで---*/

  .sp-logo{
    position: absolute;
    z-index: 200;
    top: 32px;
    left: 20px;
  }

  .sp-logo a img {
    width: 50%;
  }

  .sp-logo p{
    font-size: 3rem;
  }

  .sab-page .container .logo a img {
    padding-top: 0px;
  }

  .sab-page .container .logo p {
    padding: 4px 10px;
  }

  .sab-page .navbar {
    position: fixed;
    top: 0;
    height: 76px;
    margin-top: 0;
    background: #FFF;
    z-index: 500;
  }

  .about-fv{
    margin-top: 76px;
  }

/*2024.07.18追加*/
	.top-about-img{width:100%;
		
	}

.reCAPTCHA {
	font-size: 10px;
    text-align: left;
    padding-top: 30px;
}
.reCAPTCHA a{
	text-decoration:underline;
}

.top-about-img {max-width:100%;}
	.top-services {margin-top:100px;}
br.bsp{display: none;}

	iframe{
	width:auto;
}

	
}








