@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-color: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
a{
	text-decoration: none;
	color: #333;
	margin: 0;
	padding: 0;
	}
a:hover{
	color: #999;
	transition: 0.3s;
	}
a img {
	transition: 0.3s;
	border-style: none;
	}
a:hover img {
	opacity: 0.8;
	}
p{
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
h2{
	font-size: 18px;
	font-family: "Seravek";
	letter-spacing: 0.3em;
	text-decoration: none;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0 0 50px 0;
	}
h2 small{
	display: block;
	font-size: 13px;
	}
.fl{
	float: left;
	}
.fr{
	float: right;
	}
.cf:after {
	content: "";
	clear: both;
	display: block;
	}       
.toggle {
	position: fixed;
	right: 5px;
	top: 13px;
	display: block;
	width: 45px;
	height: 50px;
	cursor: pointer;
	}
.toggle span {
	display: block;
	position: absolute;
	width: 70%;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	padding-top: 2px;
	right: 7px;
	}
.toggle span:nth-child(1) {
	top: 3px;
	}    
.toggle span:nth-child(2) {
	top: 13px;
	}
.toggle span:nth-child(3) {
	top: 23px;
	}
.toggle span:nth-child(4) {
	border: none;
	top: 28px;
	left: 5px;
	font-size: 12px;
	}
	/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
	top: 15px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
/* 2番目と3番目のspanを45度に */
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.switcher{
  position: absolute;
  top: 20px;
  right: 70px;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  }
.switcher a{
  color: #fff;
  text-decoration: underline;
  }
.global_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	margin-top: 0;
	text-align: center;
	transition: all 0.8s;
	height: auto;
	}
.global_nav ul {
	margin-top: 60px !important;
	background: #fff;
	opacity: 0.9;
	width: 100%;
	}
.global_nav li {
	width: 100% !important;
	padding: 15px;
	list-style-type: none;
	border-bottom: #ccc 1px solid;
	color:#333 !important;
	font-family: "Seravek";
	letter-spacing: 0.3em;
	}
.global_nav li a {
	color: #333;
	display: block;
	text-align: center;
	padding: 15px 0;
	}
.global_nav.active {
	transform: translateY(0%);
	}
nav .active{
	border-bottom: none !important;
	background-color: #cfcfcf;
	}
#header li{
	padding: 0;
	}
#header{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	}
.bg{
	background-color: rgba(21,73,103,0.5);
	}
#header small{
	font-size: 9px;
	display: block;
	position: absolute;
	top: 38px;
	right: 45px;
	}
#container {
	text-align: left;
	text-decoration: none;
	background-color: #fff;
	overflow: hidden;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
#botton .gotop{
	position: fixed;
	right: 0;
	bottom: 79px !important;
	z-index: 10;
	}
#botton .gotop a{
	width: 61px;
	height: 61px;
	display: block;
	}
#contents {
	width: 100%;
	}
#contents .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	}
.main_wrap{
	height: 100vh;
	}
.slide_wrapp {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: -1;
	}
.slide_wrapp li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	-webkit-animation: anime 24s linear 0s infinite ;
	animation: anime 24s linear 0s infinite ;
	}
.slide_wrapp li:nth-child(1) { 
	background-image: url(../img/img_main.png)   /* 背景画像を入力して下さい */
	}
.slide_wrapp li:nth-child(2) {
	background-image: url(../img/img_main.png);
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	}
.slide_wrapp li:nth-child(3) {
	background-image: url(../img/img_main.png);
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	}
@-webkit-keyframes anime { 
0% {
	-webkit-animation-timing-function: ease-in;
	opacity: 0;
	}
10% {
	-webkit-transform: scale(1.1);
	opacity: 1;
	}
40% {
	-webkit-transform: scale(1.2);
	-webkit-animation-timing-function: ease-out;
	opacity: 1;
	}
50% {
	-webkit-transform: scale(1.3);
	opacity: 0;
	}
100% { 
	opacity: 0 }
	}
@keyframes anime { 
0% {
	animation-timing-function: ease-in;
	opacity: 0;
	}
10% {
	transform: scale(1.1);
	opacity: 1;
	}
40% {
	transform: scale(1.2);
	animation-timing-function: ease-out;
	opacity: 1;
	}
50% {
	transform: scale(1.3);
	opacity: 0;
	}
100% { 
	opacity: 0 }
	}
#main img{
	min-width: 1000px;
	z-index: 1;
	height: 100vh;
	}
#main ul{
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 42%;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 5px;
	font-family: "Seravek","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}	
#main ul li{
	font-size: 40px;
	margin-top: 0;
	}
#main ul span{
	letter-spacing: 8.3px;
	padding-left: 3px;
	}
.scroll a {
	padding-top: 60px;
	}
.scroll a  {
	position: absolute;
	bottom: -8px;
	left: 48.3%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	font-size: 11px;
	}
.scroll a span {
	position: absolute;
	bottom: 60px;
	left: 48.3%;
	width: 20px;
	height: 20px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
	}
@-webkit-keyframes sdb {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	-webkit-transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
	}
	}
@keyframes sdb {
	0% {
	transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
	}
	}
/*メッセージ*/
#about{
	padding: 90px 0 70px;
	position: relative;
	background: #fff;
	}
#about .ab-img{
	position: relative;
	padding-left: 40px;
	width: 316px;
	}
#about .ab-con{
	width: 50%;
	}
#about .ab-con p{
	line-height: 2;
	}
#about .ab-con p strong{
	font-size: 17px;
	letter-spacing: 3px;
	}
#about .ab-con-ttl{
	font-size: 30px;
	margin-bottom: 50px;
	vertical-align: top;
	font-family: "游明朝","Yumincho";
	letter-spacing: 3px;
	line-height: 2px;
	}
#service{
	padding: 90px 0 70px;
	}
#service ul{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	}
#service li{
	background-color: #333;
	width: 33.3333%;
	padding: 20px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	}
#service li:last-child{
	margin-right: 0;
	}
/*３つのお約束*/
#point{
	padding: 90px 0 70px;
	}
#point .point{
	display: flex;
	}
#point h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.8px;
	}
#point h3 span{
	font-size: 12px;
	color: #959595;
	display: block;
	margin-bottom: 30px;
	}
#point .po-img{
	height: 80px;
	}
#point .po-con{
	height: 100%;
	width: 30%;
	text-align: center;
	padding: 0 25px;
	border-right: 1px #eee solid;
	}
#point .po-con:first-child{
	padding-left: 0;
	}
#point .po-con:last-child{
	padding-right: 0;
	border-right: none;
	}
#point .po-txt{
	text-align: left;
	line-height: 2;
	}
/*イメージ*/
#image{
	padding: 90px 0 70px;
	}
#image .img-img{
	padding-left: 40px;
	width: 316px;
	}
#image .img-con{
	width: 57%;
	}
#image .img-con:first-child{
	margin-bottom: 120px;
	}
#image .img-con p{
	line-height: 2.5;
	}
#image h3{
	font-size: 14px;
	margin-bottom: 50px;
	vertical-align: top;
	letter-spacing: 3px;
	line-height: 1.7;
	}
/*メッセージ*/
#message{
	padding: 90px 0 70px;
	position: relative;
	background-color: #fafafa;
	}
#message h2 small {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 3px;
	}
#message h2:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 13%;
	display: block;
	width: 443px;
	height: 1px;
	background: #333;
	}
#message .ms-img{
	padding-left: 40px;
	position: absolute;
	right: 0;
	top: 280px;
	}
#message .ms-con{
	width: 58%;
	}
#message .ms-con p{
	line-height: 2;
	margin-bottom: 20px;
	}
#message .ms-con-ttl{
	font-size: 30px;
	margin-bottom: 50px;
	vertical-align: top;
	font-family: "游明朝","Yumincho";
	letter-spacing: 3px;
	line-height: 2px;
	}
/*概要*/
#company{
	background-color: #fff;
	padding: 90px 0 30px;
	font-size: 13px;
	}
#company ul{
	display: flex;
	}
#company li{
	border-right:1px #eee solid;
	padding: 0 30px; 
	width: 29%;
	}
#company li:first-child{
	padding-left: 0; 
	}
#company li:last-child{
	border-right:none;
	}
#company .co-ttl{
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 14px;
	}
#company .co-add{
	height: 90px;
	}
#company li a{
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	}
#company dd{
	text-align: left;
	width: 78%;
	margin-left: 20px;
	}
#company dt{
	width: 14%;
	}
/*フッター*/
#footer{
	background-color: #333;
	padding: 5px 0;
	text-align: right;
	}
#footer p{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	}
.sp {
	display:none;
	}
.br-pc{
	display: none;
	}
.mt30{
	margin-top: 30px;
	}
#contents {
	width: 100%;
	}
#flow {
	background-color: #fff; 
	}

/*===============================================
●  画面の横幅が750pxまで
===============================================*/
@media screen and (max-width:750px){
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0;
	line-height: 1.7;
	font-size: 13px;
	}
small {
	font-size: 12px !important;
	line-height: 1.4;
	}
.pc {
	display: none;
	}
#about,
#service,
#message,
#point,
#image,
#company{
	padding: 20px 0 20px;
	}
.sp {
	display: inherit;
	}
.br-sp{
	display: none;
	}
h2{
	margin-bottom: 20px;
	}
#message h2:after{
	display: none;
	}
#header{
	padding: 0; 
	} 
#header .pc{
	display: none;
	} 
#main ul{
	top: 42%;
	}
#main img {
	min-width: 100%;
	}		
#contents {
	float: none;
	width: 100%;
	background-color: #fff;
	}
#contents .inner {
	width: 90%;
	max-width: 90%;
	}
#about .ab-con-ttl {
	font-size: 20px;
	margin-bottom: 20px;
	}
#about .ab-con{
	width: 100%;
	margin-bottom: 10px;
	}
#about .ab-con p strong {
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}
#about .ab-con p{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.7;
	}
#about .ab-img {
	position: relative;
	padding-left: 0px;
	width: 100%;
	}
#point .po-con{
	width: 100%;
	border-right:none;
	padding:0;
	margin-bottom: 20px;
	}
#service ul{
	display: block;
	}
#service li{
	width: 42%;
	padding: 9px;
	float: left;
	margin-bottom: 10px;
	}
#service li:last-child{
	margin-bottom: 0px;
	}
#service li:nth-child(2n){
	margin-right: 0;
	}
#point .po-con:last-child{
	margin-bottom: 0;
	}
#point .point{
	display: block;
	}
#point .po-con p span{
	margin-bottom: 15px;
	}
#point .po-txt{
	margin-bottom: 15px;
	}
#message .ms-con,
#image .img-con{
	width: 100%;
	}
#image .img-con:first-child {
	margin-bottom: 9px;
	}
#image .img-con p {
	line-height: 1.5;
	margin-bottom: 13px;
	}
#image .img-img {
	padding-left: 0;
	width: 100%;
	}
#image h3 {
	font-size: 13px;
	margin-bottom: 8px;
	vertical-align: middle !important;
	}
#message .ms-img02 img {
	width: 100%;
	}
#company ul{
	display: block;
	}
#company li{
	padding: 0;
	border: none;
	width: 100%;
	}
#company li{
	border: none;
	margin-bottom: 25px;
	}
#company li:last-child{
	margin-bottom: 0;
	}
#company dl{
	margin: 3px 0;
	letter-spacing: 1.2px;
	}
#company dt{
  width: 15%;
	}
#company dd{
  width: 77%;
	}
#company .co-add {
	height: auto;
	line-height: 1.7;
	}
#company .co-ttl {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 13px;
	}
#footer p{
	padding: 0;
	line-height: 3;
	}
}
@media screen and (min-width:749px) and (max-width:1100px){
#main ul{
	top: 1% !important;
	}
	}
@media screen and (max-width:320px){
#main ul{
	font-size: 13px !important;
	}
#service li{
	width: 46%;
  padding: 3px;
	}
	}
