@charset "utf-8";
@import url("hamburger_menu.css");

*{box-sizing: border-box;
	margin: 0;
	padding: 0;}
body{margin:0 auto;
	height: 100%;
	max-width: 1920px;
	min-width: 750px;
	-webkit-text-size-adjust: 100%; 
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	overflow-x: hidden;
}
.wrap{
	overflow: hidden;
}
/*----　初期設定　----*/
a{
	text-decoration:none;
	color: inherit;
	transition:ease-in-out 0.2s;
	letter-spacing: 2px;
	white-space: nowrap;
}
a:hover{
	opacity: 0.6;
}

p{text-align: center;
	font-size: 25px;
	color:#252525;
	letter-spacing: 1px;
}
img{
	margin: 0;
	padding: 0;
}
.display_tel{
	display: none;
}
.display_tel_950{
	display: none;
}
.display_tel_1000{
	display: none;
}
.display_tel_1100{
	display: none;
}
.haba{
	max-width:1300px;
	width: 100%;
	margin: auto;
	min-width: 750px;
}
.haba_1150{
	max-width: 1150px;
	width: 100%;
	margin: auto;
	min-width: 750px;
}
.haba_1000{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	min-width: 750px;
}
.haba_900{
	max-width: 900px;
	width: 100%;
	margin: auto;
	min-width: 750px;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

.flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex_right{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
	justify-content: center;
}
.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
.flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.kahen_flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.kahen_flex_bottom{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.siro{
	color: #fff;
}

ol li,ul li{
	list-style-position: inside;
}
body{
	width: 100%;
}
h1{
	font-size: 12px;
	color:#aaa;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

h3{
	font-size: 40px;
	text-align: center;
	color: #fff;
	letter-spacing: 12px;
}

/*----　ヘッダー　----*/
.header_flex{
	display: flex;
	justify-content: center;
	align-items: center
}

header{
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 10px 0;
}
.h1 hr{
	height: 15px;
	border: solid 1px ;
	margin: 0 10px;
	color:#aaa;
	border-bottom: none;
	border-top: none;
	border-right: none;
}
.header_nav{
	margin-left: 30px;
}
.header_nav a{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	color: #000;
}
.header_nav a:hover{
	color:#008FCF;
	opacity: 1;
}
.header_nav hr{
	height: 30px;
	border: solid 1px ;
	margin: 0 15px;
	color:#ccc;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.header_flex{
		justify-content: flex-start;
	}
	header{
		padding: 10px 0 10px 30px;
		position:relative;
}	
}
/*------レスポンシブ-------*/

/*------position: fixed;-------*/
/*--スマホ--*/
.tel_footer_a{
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
}

.tel_footer{
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(28,210,247,1) 0%, rgba(62,178,255,1) 100%);
	padding: 5px 0;
}

.tel_footer img{
	width: 90%;
}
.tel_footer_a:hover{
	opacity: 1;
}
.tel_footer:hover{
	background: rgb(16,123,255);
	background: linear-gradient(90deg, rgba(31,183,252,1) 0%, rgba(16,123,255,1) 100%);
}
/*--PC--*/
.pc_fixed_a{
	position: fixed;
	top: 400px;
	right: 0;
	z-index: 999;
}
.pc_fixed{
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(62,178,255,1) 0%, rgba(28,210,247,1) 100%);
	padding:20px;
	
}
.pc_fixed p{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color: #fff;
	font-size: 38px;
	margin-bottom: 10px;
}

.pc_fixed_a:hover{
	opacity: 1;
}
.pc_fixed:hover{
	background: rgb(16,123,255);
	background: linear-gradient(90deg, rgba(16,123,255,1) 0%, rgba(31,183,252,1) 100%);
}


/*------ トップイメージ ------*/

.slide_sec{
	position: relative;
}
.index_top_text{
	position: absolute;
	width: 100%;
	top: 230px;
}
.index_top_text .rogotext,
.index_top_text .hunter,
.index_top_text .index_text{
	width: 60%;
}

/*----　スライドショー　----*/
.slide {
  position: relative;
  width: 100%;
	height: 900px;
  overflow: hidden;
}
.slide-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size:contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
.slide-image:nth-child(1) {
  background-image: url("../images/index_top_1.png");
  animation-delay: -5s;
}
.slide-image:nth-child(2) {
  background-image: url("../images/index_top_2.png");
  animation-delay: 3s;
}
.slide-image:nth-child(3) {
  background-image: url("../images/index_top_3.png");
  animation-delay: 11s;
}
@keyframes slider-1 {
  /* 非表示状態からフェードインを開始する */
  0% {
    opacity: 0;
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------スライドショーのレスポンシブ-------*/
@media screen and (max-width: 1100px){
	/*--ここにスマホに適したCSSを記述します*/
.slide-image:nth-child(1) {
  background-image: url("../images/index_top_1_tel.png");
	animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image: url("../images/index_top_2_tel.png");
	animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image: url("../images/index_top_3_tel.png");
	animation-delay: 14s;
}

}


/*------TOPイメージのレスポンシブ-------*/
@media screen and (max-width: 1700px){
  /*--ここにスマホに適したCSSを記述します*/

	.slide {
	height: 800px;
}
	.slide-image {
  	height: 800px;
}
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1500px){
  /*--ここにスマホに適したCSSを記述します*/
	.index_top_text{
	top: 150px;
}
	.slide {
	height: 670px;
}
	.slide-image {
  	height: 670px;
}
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/

	.slide {
	height: 550px;
}
	.slide-image {
  	height: 550px;
}
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1200px){
  /*--ここにスマホに適したCSSを記述します*/
	.slide {
	height: 500px;
	}
	.slide-image {
  	height: 500px;
	}
}


@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.index_top_text .rogotext{
		width: 50%;
		margin-bottom: -30px;
	}
	.index_top_text .hunter{
		width: 90%;
	}
	.index_top_text .index_text{
		width:80%;
	}
	.slide {
	height: 1100px;
	}
	.slide-image {
  	height: 1100px;
	}
	.index_top_text{
	top: 450px;
	}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
		.slide {
	height: 950px;
}
	.slide-image {
  	height: 950px;
	}
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
		.index_top_text{
	top: 400px;
}
		.slide {
	height: 890px;
}
	.slide-image {
  	height: 890px;
}
}
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/

		.slide {
	height: 860px;
}
	.slide-image {
  	height: 860px;
}
}
/*------レスポンシブ-------*/


/*----　トップ下TEXT　----*/
.sukima{
	height: 300px;
}
.ie_hr{
	width: 1000px;
	margin-bottom: 50px;
}
.top_bottom_text{
	font-size: 25px;
	width: 1020px;
	text-align: justify;
	line-height: 38px;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
.ie_hr{
	width: 80%;

}
.top_bottom_text{
	width:  85%;
	font-size: 33px;
	line-height: 46px;
}
}
@media screen and (max-width: 800px){
  /*--ここにスマホに適したCSSを記述します*/
.sukima{
	height: 180px;
}
}

/*------サービス内容-------*/
.index_service_BG{
	background-position: center;
 	background-repeat: no-repeat;
  	background-size:cover;
	background-image: url("../images/index_BGimg.png");
	width: 100%;
	height: 837px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_service_button{
	width: 470px;
	height: 470px;
	outline: 3px solid #fff;	
	outline-offset: -15px;
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(62,178,255,0.7) 0%, rgba(28,210,247,0.7) 100%);
	padding: 50px;	
}

.index_service_button a{
	width: 100%;
}
.index_service_button p{
	text-align: justify;
	letter-spacing: 0px;
	margin: 20px 0;
}
.w_button{
	width: 100%;
	background-color: #fff;
	border-radius: 40px;	
}
.w_button p{
	color: #3AB9FE;
	font-size: 20px;
	font-weight: bold;
}
.w_button img{
	margin-top: -4px;
	margin-left: 10px;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.index_service_BG{
	height: 1200px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
}

/*------メニュー-------*/
.index_menu_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_menu_flex img{
	margin: 20px 10px;
}

.B_button{
	width: 500px;
	height: 111px;
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(62,178,255,1) 0%, rgba(28,210,247,1) 100%);
	border-radius: 60px;
	transition:ease-in-out 0.5s;
}
.B_button_a{
	width: 500px;
	height: 111px;
	border-radius: 60px;
	transition:ease-in-out 0.5s;
}
.B_button p{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.icon_yajirusi{
	background-image: url("../images/icon_sannkaku_w.png");
	width: 33px;
	height: 33px;
	background-position: center;
	background-size: cover;
	margin-top: -5px;
	margin-left: 10px;
}

.pink{
	color: #FF7AA4;
	font-size: 38px;
	font-weight: bold;
}
.B_button_a:hover{
	opacity: 1;
}
.B_button:hover{
	background: rgb(16,123,255);
background: linear-gradient(90deg, rgba(16,123,255,1) 0%, rgba(31,183,252,1) 100%);
}

@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.index_menu_flex{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
}
/*------About us-------*/
.index_about_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.index_about_flex{
	flex-flow: column;
}
}

/*------会社概要-------*/
.gaiyou_haba{
	width: 1000px;
	margin: auto;
}
/*----　テーブル　----*/
.index_gaiyou table{
	border-collapse: separate;
  	border-spacing: 0 25px;
	width: 100%;
	font-size: 25px;
}
.index_gaiyou tr{
	background-color: #d9f4fb;
	letter-spacing: 7px;
}
.index_gaiyou th{
	text-align: left;
	padding:20px 50px;
	width: 30%;
	color: #0090d0;
	white-space: nowrap;
	vertical-align:baseline;
	
}
.index_gaiyou td{ 
	padding: 20px;
	color: #4d4d4d;
	white-space: nowrap;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.gaiyou_haba{
	width: 90%;
}
	.index_gaiyou th{
	padding-left: 30px;	
}
}

/*------コンタクト-------*/
.contact_BG{
	background-image: url("../images/index_contact_BG.png");
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 550px;
}

.contact_BG .mail{
	width: 365px;
	height: 50px;
	padding: 5px 0;
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(62,178,255,1) 0%, rgba(28,210,247,1) 100%);
}
.contact_BG .mail p{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: -2px;
	font-weight: bold;
}
.contact_BG .mail:hover{
	background: rgb(16,123,255);
background: linear-gradient(90deg, rgba(16,123,255,1) 0%, rgba(31,183,252,1) 100%);;
}
.contact_BG .index_mail:hover{
	opacity: 1;
}

/*------フッター-------*/

.footer_nav_sec{
	background: rgb(62,178,255);
background: linear-gradient(90deg, rgba(62,178,255,1) 0%, rgba(28,210,247,1) 100%);
}
.footer_nav a{
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
}
.footer_nav a:hover{
	color:yellow;
	opacity: 1;
}
.footer_nav hr{
	height: 50px;
	border: solid 1px ;
	margin: 0 20px;
	color:#fff;
}

footer{
	background: rgb(16,123,255);
background: linear-gradient(90deg, rgba(16,123,255,1) 0%, rgba(31,183,252,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
footer h2{
	font-size: 40px;
	text-align: left;
	line-height: 45px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 10px;
}
footer p{
	text-align: left;
	letter-spacing: 2px;
	color: #fff;
	font-size: 28px;
}
footer hr{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: solid #fff 2px;
	width: 433px;
}
footer img{
	margin-left: -10px;
}
footer div{
	margin:0px 20px;
}
.Copywriter{
	background-color: #fff;
	font-size: 20px;
	padding: 15px;
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	footer{
	flex-flow: column;
}
	footer p{
	text-align: center;
}
	footer h2{
	text-align: center;
}
}








/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc{
		display: none;
	}
	.display_tel{
	display: block;
	}
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_950{
		display: none;
	}
	.display_tel_950{
	display: block;
	}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1000{
	display: block;
}
	.display_pc_1000{
	display: none;
	}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1100{
		display: block;}
	.display_pc_1100{
		display: none;}
	.kahen_flex,.kahen_flex_bottom{
		flex-flow: column;
		align-items: center;}

}

/*------レスポンシブ-------*/

