@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
}

body{
	font-family: "Line-Seed", sans-serif;
	background:#fff;
    line-height: 1.8;
    color:#000;
    font-size:16px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

/*----------

トップの文章

------------*/

.inner-sentence {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 700px;
}

.inner-sentence h1 {
    font-size: 4.2rem;
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2vh;
}

.inner-sentence h2 {
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 4vh;
}

.inner-sentence h3 {
    font-size: 2.4rem;
    text-align: center;
    width: 100%;
    margin-bottom: 1.4vh;
}

.inner-sentence h4 {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1.4vh;
}

.inner-sentence p {
    font-size: 2rem;
    margin-bottom: 1.6vh;
}


/*----------

学校施設開放DX

------------*/

#lp-header {
    background: none;
}

.club-support-list {
    list-style: none;
}

/*----------

すぽこみネット

------------*/

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

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

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

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

.min{
    font-family: UD Reimin Regular; 
}

.en{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 480px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 15px;
	max-width: 100%;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

/*a{
    transition: all 0.3s ease;
}*/

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#000; text-decoration: underline;}
a:hover{color:#16447c; text-decoration:underline;}

a.a-white:link, a.a-white:visited{color: #fff; text-decoration: none;}
a.a-white:hover{color: #fff; text-decoration: underline;}

a.pe-n{
    pointer-events: none;
}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px; }

.cb{clear:both;}

#page-top{position:fixed; bottom: 5%; right:0; z-index: 50;}


#page-top a{
    display: inline-block;
    width:210px;
    height: auto;
}

#page-top a:hover{
    opacity: 0.9;
}


/*----------

エアコン画像

------------*/

#feature04 {
    margin-bottom: 12rem;
}

.ac-division {
    text-align: center;
}

.ac-image {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 480px) {
    .ac-image {
    width: 90%;
    height: auto;
}
}




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


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

#page-top a{
    width:170px;
}   
    
}


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

#page-top a{
    width:205px;
}   
    
}


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

#page-top a{
    width:175px;
}   
    
}






img{
border:0;
outline:none;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

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

/*==================================================
ボタン
================================================== */

#cta{
    text-align: center;
    background-color: #f65150;
    padding-bottom: 30px;
    color: #fff;
}

#cta p{
    font-size: 24px;
    font-weight: 700;
}

#cta .title-contents strong,
#news .title-contents strong,
#feature .title-contents strong,
#function .title-contents strong{
    top: -12px;
}

#feature .title-contents, #about .title-contents{
    text-align: left;
}

.btn-area{
    text-align: center;
	padding: 75px 0 35px;
}


.btn{
    display: inline-block;
    color: #fff !important;
    border: 2px solid #f65150;
    text-align: center;
    padding: 18px 0;
    border-radius: 60px;
    font-size: 18px;
    text-decoration: none !important;
    background-color: #f65150;
    min-width: 320px;
    font-weight: 700;
}

.btn:hover{
    background-color: #fff;
    color: #f65150 !important;
}

.btn.btn-w{
    background-color: #fff;
    color: #f65150 !important;
}

.btn.btn-w:hover{
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
}

.btn.btn-navy{
    background-color: #16447c;
    border-color: #16447c;
}

.btn.btn-navy:hover{
    background-color: #fff;
    color: #16447c !important;
}

.btn-small{
    min-width: 280px !important;
    padding: 14px 0 !important;
    font-size: 16px;
}





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

#cta .title-contents strong,
#news .title-contents strong,
#feature .title-contents strong,
#function .title-contents strong{
    top: -15px;
}
    
}



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

#cta .title-contents strong,
#news .title-contents strong,
#feature .title-contents strong,
#function .title-contents strong{
    top: -12px;
}

#cta p{
    font-size: 21px;
}
	
}


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

#cta .title-contents strong,
#news .title-contents strong,
#feature .title-contents strong,
#function .title-contents strong{
    top: -10px;
}

#cta p{
    font-size: 6vw;
}


.btn{
    padding: 14px 0;
    font-size: 5.4vw;
    min-width: 90%;
}

.btn-small{
    min-width: 50% !important;
    padding: 10px 0 !important;
    font-size: 14px;
}

   
}




/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}



.sec{
	padding-top: 150px;
    position: relative;
}

.sec-w{
	background: #fff;
}

.sec-grey{
	background: #f4f4f4;
}

.sec-navy{
	background: #172244;
	color: #fff;
	padding-bottom: 150px;
}

.page-contents{
    padding-top: 100px;
}



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

.contents-area{
    width: 90%; 
}

.sec{
	padding-top: 120px;
}

.sec-navy{
	padding-bottom: 120px;
}
	
}


@media only screen and (max-width: 768px) {
    
.sec{
	padding-top: 75px;
}

.page-contents{
}

.sec-navy{
	padding-bottom: 80px;
}


	
}

@media (max-width: 480px) {

.contents-area{
    width: 86%; 
}

.sec-navy{
	padding-bottom: 60px;
}

  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
    font-size: 80px;
    text-align: center;
    line-height: 1;
    position: relative;
}

.title-contents strong{
    display: block;
    position: relative;
}

.title-contents small{
    font-size: 24px;
    display: block;
    line-height: 0;
    font-weight: 700;
    position: relative;
    top: -10px;
}


.title-y{
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
    font-size: 28px;
    padding: 18px 10px;
}

.title-y i{
    font-style: normal;
    margin-right: 6px;
}

.title-y i img{
    width: 24px;
}

.title-y span{
    width: 0;
height: 0;
border-style: solid;
border-color: #16447c transparent transparent transparent;
border-width: 30px 20px 0px 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

.title-basic{
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}



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


    
}

@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 60px;
}


.title-y{
    font-size: 24px;
    padding: 13px 10px;
}

.title-basic{
    margin-bottom: 25px;
    font-size: 21px;
}


	
}


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

.title-contents{
	font-size: 18vw;
}


.title-y{
    font-size: 20px;
    padding: 13px 10px;
}

.title-y i img{
    width: 20px;
}

.title-basic{
    margin-bottom: 10px;
    font-size: 6vw;
}

.title-contents small{
    font-size: 20px;
    top: -12px;
}

	
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 1100px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	position: fixed;
	top: 15px;
	left: 0;
	z-index: 1;
    text-align: center;
}

#header-inner{
    border: 1px solid #16447c;
    display: flex;
    height: 60px;
    box-sizing: border-box;
    align-content: center;
    background-color: #fff;
    border-radius: 80px;
}

#site-title{
    margin: 0;
    line-height: 1.2;
}

#site-title img{
    vertical-align: middle;
    height: 40px;
    margin:4px 0 0 20px;
    line-height: 1.2;
}


.header-contents{
    position: absolute;
    right: 10px;
    top: 9px;
}

#btn-header-sp-contact{
    display: none;
}

@media (max-width: 1024px) {

    
}


@media (max-width: 768px) {

#header-inner{
    height: 50px;
    width: 96%;
}

#site-title img{
    height: 30px;
}


.header-contents{
    right: 5px;
    top: 4px;
}

}


@media (max-width: 480px) {
    
header{
    top: 10px;
}

.header-contents{
    display: none;
}

#header-inner{
   
}

#site-title img{
    height: 25px;
    margin: 11px 0 0 15px;
}
    
#btn-header-sp-contact{
    display: inline-block;
    border-radius: 40px;
    text-decoration: none !important;
    height: 40px;
    font-size: 13px;
    padding: 0 8px;
    line-height: 40px;
    position: absolute;
    top: 4px;
    right: 60px
}  

}

@media (max-width: 320px) {
    
#btn-header-sp-contact span{
    display: none;
}
    
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    font-size: 14px;
    padding: 35px 0 40px;
}

footer a{
    color: #000 !important;
}

#footer-menu{
    width: 35%;
    float: right;
    text-align: right;
}

#footer-info{
    width: 65%;
    float: left;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.footer-logo img {
    width: 75%;
    height: 65%;
}

p.copyright{
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 50px;
}



@media (max-width: 768px) {

footer{
	clear: both;
    font-size: 13px;
    padding: 25px 0 30px;
}

.footer-logo {
    flex-wrap: wrap;
}

}

@media (max-width: 480px) {

#footer-menu{
    width: 100%;
    float: none;
    text-align: center;
}

#footer-info{
    width: 100%;
    float: none;
    text-align: left;
    padding: 30px 0;
}

p.copyright{
    margin: 0;
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
}
	
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
	background-color: #fff;
    border: 1px solid #e1e9ef;
}

.table tr{
}

.table th{
    width: 260px;  
    padding: 15px 20px; 
	vertical-align: middle;
    text-align: left;
    background-color: #e1e9ef;
    border: 1px solid #e1e9ef;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    line-height: 1.4;
}

.table tr:last-child th{
    border-bottom: 1px solid #e1e9ef;
}

.table td{
    font-weight:normal; 
    padding: 15px; 
    text-align: left;
    vertical-align: middle;
    border: 1px solid #e1e9ef;
    line-height: 1.4;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}


@media only screen and (max-width: 480px) {
    
.table{
    border: none;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px 12px 12px;
    border: none;
    text-align: left;
    
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 15px 5px 20px;
    border: none;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}



/*==================================================
list
================================================== */

.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

.ul-3cols li{
	width: calc(100%/3);
}


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ol-basic, .ul-basic{
    margin-left: 20px;
}

.ol-basic li{
    margin-bottom: 12px;
}

.ul-basic{
    list-style: circle;
}


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

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



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

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}
	
	
}

/*==================================================
fc
================================================== */

.fc-keycolor{
    color: #64beb9;
}

.fc-w{
    color: #fff !important;
}

.fc-grey{
    color: #f4f4f4 !important;
}

.fc-be{
    color: #f5f1e9 !important;
}


.fc-blue{color: #8fa7c0 !important;}
.fc-green{color: #7fbc03 !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}



