@charset "utf-8";

.LOGO {
    display:block;
    position: absolute;
    top: 6%;
    left: 5%;
}

head {
    font-family: "MS PGothic", 'Times New Roman', Times, serif;
    font-size: 16px;
    width: 100%;
}

body {
    font-family: "MS PGothic", 'Times New Roman', Times, serif;
    font-size: 16px;
    width: 100%;
	height:100%;
	margin-top:2%;
}


.title {
	padding: 0 15%;
    padding-right:0;
    display: flex;
}

.title img {
	margin-right:20%;
	margin-top:10px;
	margin-bottom:10px;
}

.title text {
	margin: 0 0 0 20px;
	padding: 0;
	font-family: "MS Gothic", 'Times New Roman', Times, serif;
}

.F {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text {
	display: flex;
    align-items: center;
}

.text a {
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	color:black;
}

.text1 {
	display: flex;
    align-items: left;
	width: fit-content;
    /*border: 1px solid #333;*/
    padding-top: 0px;
    /*background: #f2f2f2;*/
    margin-bottom: 0px;
}

.global_nav ul {
    font-size: 1rem;
	font-weight: bold;
    list-style-type: none;
    padding-left: 0px;
	padding-right:30px;
    display: flex;
    float: right;
}

.global_nav ul a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: black;
	bottom: 12px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
	}
	
.global_nav ul a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	color:yellowgreen;
	font-weight :bold;
	  }

.global1_nav ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    float: left;
}

.global2_nav ul {
    font-size: 24px;
	font-weight: bold;
    list-style-type: none;
    display: flex;
    float: left;
	padding-left: 0px;
	padding-right:30px;
}

.global3_nav ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 10%;
	padding-right: 10%;
    display: flex;
    float: left;
}

.global4_nav ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 10px;
	padding-right: 10px;
    display: flex;
    float: left;
}

.global5_nav ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 5%;
	padding-right: 5%;
    display: flex;
    float: left;
}

.global6_nav ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 10px;
	padding-right: 10px;
    display: flex;
    float: left;
}


.global7_nav ul {
    font-size: 1rem;
	font-weight: bold;
    list-style-type: none;
    padding-left: 30px;
	padding-right:30px;
    display: flex;
    float: right;
}

.global7_nav ul a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	bottom: 12px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
	}
	
.global7_nav ul a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	}

	.global8_nav ul {
		font-size: 20px;
		list-style-type: none;
		padding-left: 30px;
		padding-right: 10px;
		display: flex;
		float: left;
	}

.global_nav1 ul {
    font-size: 1rem;
    list-style-type: none;
    padding-left: 27%;
    display: flex;
    float: left;
}

.global_nav ul li {
    padding: 30 px;
    padding-right: 20px;
	color:black;
}

.global_nav ul li a {
	color:black;
}

.global1_nav ul li {
    padding: 10 px;
    padding-right: 10px;
}

.global2_nav ul li {
    padding: 0%;
    padding-right: 2%;
}

.global3_nav ul li {
    padding: 10px;
    padding-right: 100px;
}

.global4_nav ul li {
    padding: 30px;
    padding-right: 40px;
}

.global5_nav ul li {
    padding: 5%;
    padding-right: 5%;
}

.global6_nav ul li {
    padding: 30px;
    padding-right: 40px;
}

.global7_nav ul li {
    padding: 30 px;
    padding-right: 20px;
}

.global8_nav ul li {
    padding: 30px;
    padding-right: 40px;
}

.global_nav1 ul li {
    padding: 40 px;
    padding-left: 40px;
}

.box{
	position: relative;
}

.center {
	position: absolute;
	top: 50%;
	left: 65%;
	font-size: 24px;
    transform: translate(-50%, -50%);
}

.center1 {
	position: absolute;
	top: 420%;
	left: 40%;
	font-size: 24px;
  transform: translate(-50%, -50%);
}

.center2 {
	position: absolute;
	top: 15%;
	left: 45%;
	transform: translate(-50%, -50%);
}

.center3 {
	position: absolute;
	top: 250%;
	left: 25%;
	transform: translate(-50%, -50%);
}

.center4 {
	position: absolute;
	top: 250%;
	left: 75%;
	transform: translate(-50%, -50%);
}

.center5 {
	position: absolute;
	top: 30%;
	left: 50%;
	color:white;
	transform: translate(-50%, -50%);
	font-family: "MS PGothic", 'Times New Roman', Times, serif;
    font-size: 20px;
}

.center6 {
	position: absolute;
	top: 35%;
	left: 45%;
	transform: translate(-50%, -50%);
}

h1 {
	color:white;
	text-align: center;
}

.outline-data-area {
    text-align: center;
}

.outline-data-area1 {
	text-align: right;
	margin-right: 10%;
}

.A {
    text-align: center;
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	font-size: 20px;
	color:white;
}

.A a {
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	color:white;
}

.hissu{
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	margin-left: 5px;
	padding: 0 7px 1px 5px;
	background-color: #f66;
	border-radius: 3px;
	color: #fff;
}

.tbl_form th{
	text-align: left;
	width: 195px;
}

/* ボタン */
.button{
	display: inline-block;
	width: 200px;
	margin: 0 15px;
	border-radius : 5px;
	font-size: 12pt;
	font-weight: 200;
	text-align: center;
	cursor: pointer;
	padding: 16px 0;
	background: #4273bc;
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
}

.button:hover{
	background: #53a6dd;
	text-decoration:none;
}
.clear,
.back{
	background: #666;
}
.clear:hover,
.back:hover{
	background: #555;
	opacity: 0.8;
}
.err {
	background-color: #ffc;
}

.CCC {
	margin-left: 30%;
}

/*	contact
------------------------------------------------------------*/
.contact{
	margin-top:100px;
	padding: 38px 0;
	background: #ddd;
}
.contact .contact-btn{
	width: 380px;
	margin: 0 auto;
}
.contact .contact-btn a{
	display: block;
	padding: 28px 0 28px 55px;
	font-size: 23px;
	font-size: 2.3rem;
	color: #fff;
	text-align: center;
	background: #aaa url("../images/ico-mail.png") no-repeat 90px center;
	text-decoration: none;
}
.contact .contact-btn a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

@media (max-width: 530px) {
	.contact{
		padding: 26px 0;
	}
	.contact .contact-btn{
		width: 60%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 20px 0 20px 43px;
		font-size: 18px;
		font-size: 1.8rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 80px center;
		background-size: 30px auto;
		text-decoration: none;
	}
}
@media (max-width: 510px) {
	.contact{
		padding: 26px 0;
	}
	.contact .contact-btn{
		width: 60%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 20px 0 20px 43px;
		font-size: 17px;
		font-size: 1.7rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 72px center;
		background-size: 30px auto;
		text-decoration: none;
	}
}
@media (max-width: 480px) {
	.contact{
		padding: 26px 0;
	}
	.contact .contact-btn{
		width: 55%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 20px 0 20px 43px;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 55px center;
		background-size: 30px auto;
		text-decoration: none;
	}
}
@media (max-width: 450px) {
	.contact{
		margin-top:50px;
		padding: 20px 0;
	}
	.contact .contact-btn{
		width: 55%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 17px 0 17px 43px;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 50px center;
		background-size: 28px auto;
		text-decoration: none;
	}
}
@media (max-width: 420px) {
	.contact{
		padding: 20px 0;
	}
	.contact .contact-btn{
		width: 58%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 17px 0 17px 43px;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 46px center;
		background-size: 28px auto;
		text-decoration: none;
	}
}
@media (max-width: 380px) {
	.contact{
		padding: 18px 0;
	}
	.contact .contact-btn{
		width: 58%;
		margin: 0 auto;
	}
	.contact .contact-btn a{
		display: block;
		padding: 14px 0 14px 38px;
		font-size: 14px;
		font-size: 1.4rem;
		color: #fff;
		text-align: center;
		background: #aaa url("../images/ico-mail.png") no-repeat 50px center;
		background-size: 25px auto;
		text-decoration: none;
	}
}

.example1{
    border-radius: 80px;
    display: block;
    width: 200px;
    padding: 15px;
    background: rgb(241, 185, 41);
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 20px;
}

.example2{
    border-radius: 80px;
    display: block;
    width: 200px;
    padding: 15px;
    background: #6fa1ff;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 20px;
}

.example3 {
    border-radius: 50px;
    display: block;
    width: 240px;
    padding: 10px;
    background: #2fb738;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}

.example4 {
    border-radius: 50px;
    display: block;
    width: 350px;
    padding: 10px;
    background: #e284c4;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}

.example5{
    border-radius: 60px;
    display: block;
    width: 200px;
    padding: 5px;
    background: #e284c4;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 16px;
}

.example6{
    border-radius: 60px;
    display: block;
    width: 330px;
    padding: 10px;
	background: #6fff79;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size: 20px;
}


.container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	height: 100px;
  }
  
  .right{
	width: 50%;
	margin-right:0.5%;
	text-align: center;
	transition: 500ms all ease-in-out;
	cursor: pointer;
  }
  
  .left {
	width: 50%;
	margin-left:0.5%;
	text-align: center;
	transition: 500ms all ease-in-out;
	cursor: pointer;
  }
  
  .hover-left .left,
  .hover-right .right {
	width: 53%;
  }
  
  .hover-left .right,
  .hover-right .left {
	width: 47%;
  }
  
  .global_nav3 ul {
	font-size: 1rem;
	list-style-type: none;
	margin-top:33%;
	padding-left: 15%;
	display: flex;
	float: left;
  }
  
  .global1_nav3 ul {
	font-size: 20px;
	list-style-type: none;
	padding-left: 0%;
	display: flex;
	float: left;
  }
  
  .global_nav3 ul li {
	padding: 30 px;
	padding-right: 75px;
  }
  
  a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: white; /* 今回は#000000を指定していますが、好きな色を指定できます */
  }
  
  a:hover{
	color:yellowgreen;
	font-weight :bold;
  }

  .radius-pixel-50 {
	border-radius: 50px;
  }
  
  .radius-pixel-50:hover {
	color:yellowgreen;
	font-weight :bold;
  }

@media screen and (min-width:767px){
}

.sample_box{
	width:200px;
	height:150px;
	margin:0 auto;
	overflow: hidden;
   }

   .sample_box img{
	transition:1s all;
	width: 100%;
	}
   
   .sample_box img:hover{
	 transform:scale(1.2,1.2);
	 transition:1s all;
   }

    .sample_box2{
	width:150px;
	height:200px;
	margin:0 auto;
	overflow: hidden;
   }

   .sample_box2 img{
	transition:1s all;
	width: 100%;
	}
   
   .sample_box2 img:hover{
	 transform:scale(1.2,1.2);
	 transition:1s all;
   }

   .sample_box3{
	width:400px;
	height:300px;
	margin:0 auto;
	overflow: hidden;
   }

   .sample_box3 img{
	transition:1s all;
	width: 100%;
	}
   
   .sample_box3 img:hover{
	 transform:scale(1.2,1.2);
	 transition:1s all;
   }

   .sample_box4{
	margin:0 auto;
	overflow: hidden;
   }

   .sample_box4 img{
	transition:1s all;
	width: 100%;
	}
   
   .sample_box4 img:hover{
	 transform:scale(1.2,1.2);
	 transition:1s all;
   }

p {color:black;
	font-size:26px;
	font-weight:bold;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	text-align:center;}


.hover_image_wrap {
		display: flex;
		justify-content: space-between;
		max-width: 850px;
		margin: 0 auto;
	}
	
.hover_image {
		width: 50%;
		transition: 0.3s;
		background-position: center center;
		background-size: cover;
		text-align: center;
		line-height:380px;
	}
	.hover_image:hover {
		width: 60%;
		cursor: pointer;
	}
	.background1 {
		background-image: url(image01.jpg);
	}
	.background2 {
		background-image: url(image02.jpg);
	}
	.background3 {
		background-image: url(image03.jpg);
	}
	.background4 {
		background-image: url(image04.jpg);
	}
	.background5 {
		background-image: url(image05.jpg);
	}
	.background6 {
		background-image: url(image06.jpg);
	}
	.background7 {
		background-image: url(image07.jpg);
	}
	
	/*========= 背景動画設定のCSS ===============*/
	
	/*header設定*/
	#header{
		position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
		height: 10vh;/*高さを全画面にあわせる*/
	} 
	
	#video-area{
		position: fixed;
		z-index: -1;/*最背面に設定*/
		top: 0;
		right:0;
		left:0;
		bottom:0;
		overflow: hidden;
	}
	
	#video {
		/*天地中央配置*/
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/*縦横幅指定*/
		width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
		height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
		min-height: 100%;
		min-width: 100%;
	}

	form {
		margin: 0 auto;
		width : 500px;
		font-family: "MS PGothic", 'Times New Roman', Times, serif;
    	font-size: 20px;
	  }

	  input.search_field {
		width: 100%;
	  }