main {
  padding-bottom: 100px;
  padding-top: 113px !important;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 960px) {
  main {
    padding-top: 70px !important;
  }
}

h2{
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    color: #076BED;
    font-size: 30px;
    font-weight: bold;
}

P{
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    font-size: 20px;
    font-weight: 300;
}

.serviceCP h1, .supportCP h1, .instaCP h1, .companyCP h1, .companyCP h1, .contactCP h1{
    font-family: "源ノ角ゴシック JP" ,"serif";
    color: #076BED;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.serviceCP h1 span, .supportCP h1 span, .instaCP h1 span, .companyCP h1 span, .companyCP h1 span, .contactCP h1 span{
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    padding-top: 1%;
}

header#mainHeader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  header#mainHeader {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
header#mainHeader .course-title {
  font-size: 30px;
  padding-left: 10px;
  font-weight: 700;
}
header#mainHeader .header-center {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
	padding-top:1%;
}
@media screen and (max-width: 960px) {
  header#mainHeader .header-center {
    max-width: 100%;
    padding: 0 15px;
  }
}
header#mainHeader .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 960px) {
  header#mainHeader .header-wrap .logo {
    width: fit-content;
  }
}
header#mainHeader .header-wrap .logo a {
  width: 250px;
  display: block;
}
@media screen and (max-width: 960px) {
  header#mainHeader .header-wrap .logo a {
    width: 100px;
    display: none;
  }
  header#mainHeader .header-wrap .logo a.active {
    display: block;
  }
}
header#mainHeader .header-wrap .logo a img {
  width: 100%;
  display: block;
}
header#mainHeader .header-wrap .header-nav .globalMenu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header#mainHeader .header-wrap .header-nav .globalMenu ul li.close {
  border: 1px solid #666;
  border-radius: 40px;
  padding: 5px;
  max-width: 160px;
  text-align: center;
  width: 100%;
  display: none;
  background-color: #333;
}
header#mainHeader .header-wrap .header-nav .globalMenu ul li.close a {
  color: #fff;
}
@media screen and (max-width: 960px) {
  header#mainHeader .header-wrap .header-nav .globalMenu ul li.close {
    display: block;
  }
}
header#mainHeader .header-wrap .header-nav .globalMenu ul li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
header#mainHeader .header-wrap .header-nav .globalMenu ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  header#mainHeader .header-wrap .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 200;
  }
  header#mainHeader .header-wrap .header-nav.active {
    display: block;
  }
  header#mainHeader .header-wrap .header-nav .globalMenu {
    height: 100%;
  }
  header#mainHeader .header-wrap .header-nav .globalMenu ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  header#mainHeader .header-wrap .header-nav .globalMenu ul li a {
    font-size: 16px;
  }
}
header#mainHeader .header-wrap .humb {
  cursor: pointer;
}
header#mainHeader .header-wrap .humb .humb-wrap {
  position: relative;
  width: 30px;
  height: 20px;
}
header#mainHeader .header-wrap .humb .humb-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
header#mainHeader .header-wrap .humb .humb-wrap span:nth-child(2) {
  top: 0;
}
header#mainHeader .header-wrap .humb .humb-wrap span:nth-child(3) {
  top: 100%;
}



.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}




.KV{
    width: 100%;
}

.KV img{
    width: 100%;
}


#about{
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

#about h2{
    padding-top: 100px;
}

#about p{
    padding-top: 30px;
}


#service{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}


.S1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.S2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


.serviceCont .imgArea{
    width: 46%;
    position: relative;
}

#service img{
    width: 100%;
}

.serviceCont .textArea{
    max-width: 480px;
    width: 40%;
}



.textArea h2{
    padding-top: 50px;
}

.textArea p{
    padding-top: 50px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}


.Wbtn{
    text-align: center;
    padding-top: 100px;

}
.Sbtn{
    color: #ffffff;
    background-color: #076BED;
    border-radius: 20px;
    padding: 10px 50px 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;

    
}


#support{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}

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

.ss1{
    max-width: 400px;
}

.ss1 img{
    width: 100%;

}

.Stext{
    padding-top: 20px;
}

.ss1 h3{
    color: #076BED;
    font-weight:bold;
    font-size: 18px;
    font-family:"源ノ角ゴシック JP","sans-serif" ;
}

.ss1 h3 span{
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    padding-left: 15px;
}

.Stext p{
    padding-top: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}



#insta{
    margin-top: 150px;
}


#company{
    margin-top: 150px;
}


#company .txtArea{
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
}



#company .txtArea tr{
    border-bottom: 1px solid #333333;
    text-align:center;
}

@media(max-width:430px){
    #company .txtArea tr{
        text-align: left;
    }
}

.w30{
    border-top: 1px solid #333333;
}

#company .txtArea th{
    color: #333333;
    font-weight:bold;
    padding: 30px 150px;
    font-size: 18px;
    text-align: left;
}

@media(max-width:821px){
    #company .txtArea th{
        padding: 30px 0px;
    }
}

@media(max-width:430px){
    #company .txtArea th{
        padding: 30px 10px;
    }
}

#company .txtArea td{
    padding: 20px 15px;
    width: 58%;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

@media(max-width:821px){
    #company .txtArea td{
        padding: 20px 0px;
    }
}

@media(max-width:430px){
    #company .txtArea td{
        padding: 20px 15px;
        width: 70%;
    }
}


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


#contact{
    margin-top: 150px;
}





footer {
    background-color:#076BED;
    height: 80px;
    margin-top: 60px;
}


.copyright {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    color: #fff;
    font-weight: Medium;
    font-size: 15px;
    letter-spacing: 0.08em;
}


@media(max-width:430px){
    .copyright{
        max-width: 430px;
        background-color: rgb(7, 107, 237);
    }
    
}



@media(max-width:1025px){
	#service{
    max-width: 1000px;
    width: 80%;
}



.serviceCont .imgArea{
    width: 46%;
    position: relative;
}

#service img{
    width: 100%;
}

.serviceCont .textArea{
    max-width: 480px;
    width: 40%;
}



.textArea h2{
    padding-top: 0px;
}

.textArea p{
    padding-top: 50px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}


.Wbtn{
    text-align: center;
    padding-top: 30px;

}
.Sbtn{
    color: #ffffff;
    background-color: #076BED;
    border-radius: 20px;
    padding: 10px 50px 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;

    
}
	
	#support{
    max-width: 1000px;
    width: 80%;
}

.Scont{
    display: block;
	margin:0;
    
}

.ss1{
    max-width: 600px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
}

.ss1 img{
    width: 100%;

}

.Stext{
    padding-top: 20px;
}

.ss1 h3{
    color: #076BED;
    font-weight:bold;
    font-size: 18px;
    font-family:"源ノ角ゴシック JP","sans-serif" ;
}

.ss1 h3 span{
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    padding-left: 15px;
}

.Stext p{
    padding-top: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}	
	
}


@media screen and (max-width: 960px){
	h2{
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    color: #076BED;
    font-size: 28px;
    font-weight: bold;
}

P{
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    font-size: 18px;
    font-weight: 300;
}

	
	
.S1 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.S2{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
	flex-direction:column;
}
	
	.serviceCont .imgArea{
    width: 100%;
    position:static;
		order:1;
}

#service img{
    width: 100%;
}

.serviceCont .textArea{
    max-width: 960px;
    width: 100%;
	order:2;
}



.textArea h2{
    padding-top: 50px;
}

.textArea p{
    padding-top: 50px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}


.Wbtn{
    text-align: center;
    padding-top: 50px;

}
.Sbtn{
    color: #ffffff;
    background-color: #076BED;
    border-radius: 20px;
    padding: 10px 50px 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;

    
}

	.ss1 h3{
    color: #076BED;
    font-weight:bold;
    font-size: 18px;
    font-family:"源ノ角ゴシック JP","sans-serif" ;
}

.ss1 h3 span{
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN","sans-serif";
    padding-left: 15px;
	font-size:17px;
}

.Stext p{
    padding-top: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
	
	
	
}



#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{
	display:none;
}

@media screen and (max-width: 960px){
#sbi_images{
margin: 0 auto;
    gap: 10px;
    max-width: 80%;
}
	
	#sb_instagram .sbi_photo {
		margin-top: 30px;
	}
}

.map{
    padding-top: 100px;
}

@media(max-width:430px){
    .map{
        margin-top: 0px;
    }
}



iframe {
    width: 100%;
    aspect-ratio: 16/9;
}


