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

/******fadeinアニメ設定******/
.anime1{
 opacity: 0;/***fadein前の非表示設定***/
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.anime2{
 opacity: 0;/***fadein前の非表示設定***/
  visibility: hidden;
  transform:translateX(-20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.anime3{
 opacity: 0;/***fadein前の非表示設定***/
  visibility: hidden;
  transform:translateX(20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mojiiro{
	color:#8F8989;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 0,
  'GRAD' 0,
  'opsz' 20;
	font-size: 17px!important;
}

/.icon_window {
  margin:0 5px;	
  font-size:15px;	
}

/* レスポンシブ　ヘッダー */
header{
	   position: fixed;
	   top: 0;
	   left:0;
	    background-color:rgba(255,255,255,0.9);
		width:100%;	
	    height:70px;
	    z-index:11;
	    padding-top: 8px;
	}
	
	.header_in{
		width:90%;
		margin:0 auto;
		height: 100%;
	}

	h1.logo img{
		display: block;
		max-width:280px;
		position:absolute;
		z-index: 5;
		top:30%;
		/left:40px;
		}


	h1.logo img:hover{
		transform: scale(1.04);
		transition: .4s;
		}

/* レスポンシブ　グローバルメニュー */
#checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

/*///// lineMenu /////*/
#lineMenu {
  position: fixed;
  top: 1.5rem;
  right: 2.5rem;
  width: 36px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

#lineMenu,
#lineMenu span {
  z-index: 10;
}

#lineMenu span {
  position: absolute;
  left: 5px;
  width: 100%;
  height: 2px;
  background-color:#222222;
  //border-radius: 6px;
  transition: all 0.5s;
}

#lineMenu span:nth-of-type(1) {
  top: 0;
}

#lineMenu span:nth-of-type(2) {
  bottom: 0;
}

#lineMenu p {
  position: absolute;
  top:8px;		
  color:#222222;	
}

#checkbox:checked ~ label span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

#checkbox:checked ~ label span:nth-of-type(2) {
  transform: translateY(-6px) rotate(45deg);
}

/*///// Global Nav /////*/
#globalnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-color:rgba(255,255,255,0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

#checkbox:checked ~ #globalnav {
  visibility: visible;
  opacity: 1;
}

#globalnav ul {
  list-style: none;
  padding: 80px 4%;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
}

/*///// Global Nav and Webpage style /////*/
#globalnav li {
  margin: 0 auto 0.3rem;
  max-width: 800px;
}

#globalnav li a {
  display: block;
  text-align:center;	
  padding: 1.5rem;
  background-color:rgba(255,255,255,0.8);
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
	font-weight: bold;
}

#globalnav li a:hover {
  background-color:rgba(255,255,255,0.8);
  padding-left: 2.5rem;
}

#globalnav li a.lock:hover {
  padding-left: 1.5rem;
}

#globalnav li a.contactbtn{
background-color:#0539CA;
  color: #fff;	
  padding:2rem ;	
  border-radius: 50px;
  width:50%;	
margin:10px auto;	
	
}

/***↑ここまでスマホ用ハンバーガーメニュー******/
._intr{
	margin-top:80px;
	margin-bottom:150px;
	width:100%;
}
._intr h3 {
    font-size: 30px;
	line-height: 1.5em;
}

._intr p {
    max-width: 700px;
	font-weight: bold;
}

section h2{
	font-weight: 600;
}

/****下層KV設定****/
#kv{
	margin-top:80px;
	height: 40vh;
	position: relative;
}

#kv .backshape4 {
    width: 80%;
    height: 90%;
    background-color: #ededed;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#kv img{
	display: block;
	width:50%;
	min-width:200px;
	max-width:300px;
	position: absolute;
	top:25%;
	right:8%;
	z-index: -1;
}

/***問合せページｋｖ設定***/
.contact_main #kv img{
	top:10%;
	right:-5%;
}

.content_in{
	width:80%;
	margin:0 auto;
}

#kv_h2{
	position: absolute;
	top:10%;
	left:10%;
	text-align: left;
	font-size:1.8rem;
	font-weight: 500;
	line-height: 6rem;
	width:80%;
	margin: auto;
}

#kv_h2 span{
	color: #0e81aa;
	display: block;
	font-size:8rem;
	font-weight:800;
	letter-spacing: 0.8rem;	
	transform: scaleY(0.9);
	text-align: left;
}

.sub_h2 .color1 span{
	color: #0e81aa;
}

.sub_h2 color2 span{
	color:#0e81aa;
	opacity:0.2;
}

.sub_h2 .color3 span{
	color:#fff;
}

.sub_h2 .color4 span{
	color:#0e81aa;
}

#fv{
	margin-top:80px;
	background: #28A7E1;
	padding:80px 100px;
}

#fv .fv_h2{
	color:#fff;
	font-size:60px;
	text-align: left;
}



h2.high{
	line-height:0.9em;
}


#fv .fv_h2 span{
	display: block;
	font-size:23px;
	line-height: 2em;
	margin-top:40px;
}

.news_sub #fv{
	margin-top:80px;
	background: #28A7E1;
	/padding:3px 100px 0px;
}

.case_sub #fv{
	padding:80px 0px 80px 30px;
}
.case_sub .fv_h2{
	font-size: 35px!important;
	width:100%;
}


/********パンくずリスト*********/
ol{
	display: flex;
	width:90%;
	max-width:450px;
	justify-content:flex-start;
	font-size: 1.2rem;
	font-weight: 600;
}

ol li{
	display: block;
	//width: 28%;
	//max-width: 140px;
	margin-right:10px;
}

ol li.aft:after{
	content: "/";
	padding-left:7px;
}

ol li a{
	color:#313132;
}

ol li .ao{
	color:#28A7E1;
}


/********ボタン設定*********/
.btnbox{
	position: relative;
	width:300px;	
    margin:auto;
	margin-top:40px;
	z-index: 5;
}
.btnbox:after{
display: block;	
position: absolute;
top: 50%;
   right: 18%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
content: "";
background:#fff;
width:20px;	
height:20px;	
clip-path: polygon(90% 50%, 0 100%, 50% 50%, 0 0);	
}

.btnbox a{
	 display: block;	
  margin:0 auto;
	text-align: center;
display: block;	
width:130px;
  margin:0 auto;		
  color:#fff;
  font-size: 1.8rem;	
  font-weight: 500;	
  padding: 2rem 5rem;
  background-color: #0539CA;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing:0.3rem;
}

.btnbox a:hover{
background-color:#28A7E1;
}

.btncolor2 a{
 background-color: #eb6112;	
}

.btncolor2 a:hover{
	background-color:#F18803FF;
	}


.btncolor3 a{
color:#0e81aa;	
 background-color: #fff;	
border:1px solid #0e81aa;	
}

.btncolor3 a:hover{
	background-color:#28A7E1;
	}

.btncolor4 a{
color:#28A7E1;	
 background-color:#F8F8F8;	
border:1px solid #28A7E1;	
}
.btncolor4 a:hover{
	background-color:#28A7E1;
	color:#fff;
	}
.btncolor4:after{
background:#28A7E1;		
}

.btncolor4:hover:after{
background:#fff;		
}

.btncolor5 a{
color:#28A7E1;	
 background-color:#F8F8F8;	
border:1px solid #28A7E1;	
}
.btncolor5 a:hover{
	background-color:#0539CA;
	color:#fff;
	}
.btncolor5:after{
background:#28A7E1;		
}
.btncolor5:hover:after{
background:#fff;		
}

.footer .btnbox{
	margin-top:30px;
}

/*******************************************/
/* 画面サイズ 798px～*/
@media screen and (min-width: 798px) {
	.pc_none{
		display: none;
	}	
	
	/***問合せページｋｖ設定***/
.contact_main #kv img{
	top:30%;
	right:5%;
}
	
	
/********パンくずリスト*********/
ol{
	font-size: 1.4rem;
}	
	
	
/****下層KV設定****/
#kv{
	margin-top:80px;
	height: 60vh;
}

#kv img{
	max-width:300px;
}

#kv_h2{
	position: absolute;
	top:15%;
	left:10%;
	text-align: left;
	font-size:2.5rem;
	font-weight: 500;
	line-height: 10rem;
	letter-spacing: 0.4rem;
	width:80%;
	margin: auto;
}

#kv_h2 span{
	color: #0e81aa;
	display: block;
	font-size:13rem;
	font-weight:800;
	letter-spacing: 0.8rem;	
	transform: scaleY(0.9);
	text-align: left;
}
	
#kv .backshape4 {
    width: 82%;
    height: 90%;
}	
	


.news_sub #fv .fv_h2 span{
display:inline;
margin-left:30px;	
}
	
	
}






/* 画面サイズ 1074px～*/
@media screen and (min-width: 1074px) {
/********パンくずリスト*********/


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

#lineMenu,
#lineMenu span {
  display:none;
}

#lineMenu span {
 display:none;
}

#lineMenu p {
　display:none;
}


/*///// Global Nav /////*/
#globalnav {
	 visibility:visible;
width:100%;
  height:70px;	
  opacity: 1; 
 	top:0;
	right:0;	 
}

#globalnav ul {
  padding:0;	
  width:80%;
  /height:70px;	
max-height:70px;	
  max-width:800px;	
  display: flex;
  justify-content: space-around;
 overflow-y: visible;
  position:absolute;
		top:0px;
		right:8%;	
	
}
/*///// Global Nav and Webpage style /////*/
#globalnav li {
 display: block;	
  margin: 0 ;
  width:15%;	
  max-width:110px;	
}

#globalnav li a {
  font-size: 1.5rem;
  letter-spacing: 0.3rem; 	
  font-weight:600;	
  text-align: center;	
}

#globalnav li a:hover {
  background-color:rgba(255,255,255,0.8);
  padding-left: 0;
}
	
#globalnav li a.contactbtn{
background-color:#0539CA;
  color: #fff;	
  padding:1.5rem ;	
  border-radius: 0px;
  width:100%;	
margin:0 auto;	
	}
	
#globalnav li a.contactbtn:hover {
  background-color:#28A7E1;
  padding: 25px;
}	
/***↑ここまでスマホ用ハンバーガーメニュー******/

/****下層KV設定****/
#kv{
	margin-top:80px;
	height: 70vh;
}

#kv img{
	width:30%;
	max-width:400px;
	right: 10%;
}

#kv_h2{
	width:40%;
	position: absolute;
	top:18%;
	left:16%;
	text-align: left;
	font-size:2.6rem;
	font-weight: 500;
	line-height: 13rem;
	letter-spacing: 0.5rem;
}

#kv_h2 span{
	color: #0e81aa;
	display: block;
	font-size:15rem;
	font-weight:800;
	letter-spacing: 0.9rem;	
	transform: scaleY(0.9);
	text-align: left;
}
	
#kv .backshape4 {
    width: 70%;
    height: 100%;
}	
	
	
	

.sub_h2 .color1 span{
	color: #0e81aa;
}

.sub_h2 color2 span{
	color:#0e81aa;
	opacity:0.2;
}

.sub_h2 .color3 span{
	color:#fff;
}

.sub_h2 .color4 span{
	color:#0e81aa;
}
	
ol{ 
	width:80%;
	margin-left:60px;
	font-size: 1.4rem;	
	}	
	

/**************************************/
@media screen and (min-width: 1280px) {
	
	/****下層KV設定****/
#kv{
	margin-top:80px;
	height: 70vh;
}

#kv img{
	//width:30%;
	max-width:550px;
	top:20%;
	right: 10%;
}

#kv_h2{
	width:40%;
	position: absolute;
	top:18%;
	//right:50%;
	left:16%;
	text-align: left;
	font-size:2.6rem;
	font-weight: 500;
	line-height: 15rem;
	letter-spacing: 0.5rem;
}

#kv_h2 span{
	color: #0e81aa;
	display: block;
	font-size:20rem;
	font-weight:800;
	letter-spacing: 0.9rem;	
	transform: scaleY(0.9);
	text-align: left;
}
	
#kv .backshape4 {
    width: 70%;
    height: 100%;
}	
	
	
	
	
	
	}
	
	


/*///// Global Nav and Webpage style /////*/

/***↑ここまでスマホ用ハンバーガーメニュー******/

}
