/*オープニングアニメーション*/
#shutter{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#00A0E9;
	z-index:9999;
	animation: bgAnime 1s linear 6s forwards;
}
.op_text {
    text-align: center;
    font-size: 80px;
	font-weight: 100;
    color: #fff;
    height: 1em;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 7;
/*
    opacity: 0;
    animation: textAnime1 .6s linear forwards;
*/
}

.op_text span{
    display: inline-block;
	color: transparent;/*テキストを透明にしてtext-shadowだけ表示する*/
  animation: blur 10s ease-out infinite;
}
.op_text span:nth-child(1){
    animation-delay: 0.1s;
}
.op_text span:nth-child(2){
    animation-delay: 0.3s;
}
.op_text span:nth-child(3){
    animation-delay: 0.5s;
}
.op_text span:nth-child(4){
    animation-delay: 0.7s;
}
.op_text span:nth-child(5){
    animation-delay: 0.9s;
}
.op_text span:nth-child(6){
    animation-delay: 1.1s;
}

/*keyframe*/
@keyframes blur {/*opacityとtext-shadow+animationでフェードインを表現する*/
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%    {opacity: 1;}
  20%    {text-shadow:  0 0 0px #fff;}
  80%    {text-shadow:  0 0 0px #fff;}
  85%    {opacity: 1;}
  95%    {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}
.op_text00{
	text-align: center;
    font-size: 12px;
	font-weight: 100;
    color: #fff;
    height: 0px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -100px;
    right: 0;
    margin: auto;
    z-index: 7;
	opacity: 0;
	animation: bgAnime00 1s linear 3s forwards;
}
@keyframes bgAnime00{
0%{
    opacity: 0;
}
50%{
    opacity: 0.5;
}
100%{
    opacity: 1;
    z-index: -1;
}
}
@keyframes bgAnime{
0%{
    opacity: 1;
}
99%{
    opacity: 0;
}
100%{
    opacity: 0;
    z-index: -1;
}
}



#wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
}

section,
article{
	margin:0 auto;
	position:relative;
}

section{
	width:510px;
}
a {
	text-decoration: none ;
}
body{
	color: #231815;
}

/*ヘッダー*/
header{
	width:100%;
	background-color:rgba(0,160,233,1);
	height:50px;
	position:fixed;
	z-index: 2;
	min-width: 1215px;
}
header .navigation {
	padding-top:0px;
}
header .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size:14px;
	font-weight: 100;
}
header .navigation ul li {
	display: table-cell;
	box-sizing: border-box;
	text-transform: uppercase;
}
header .navigation ul li a {
	display: block;
	padding: 1em .8em;
	text-decoration: none;
	color: #fff;
	background: #00A0E9;
	text-align: center;
}
header .navigation ul li a:hover {
	background-color:#fff;
	color: #00A0E9;
}



#main_logo{
	position: absolute;
	width:150px;
	left: 0;
	right: 0;
	margin: auto;
	top: 60px;
	z-index: 1;
}

/*フッター*/
footer{
	background-color:#00A0E9;
	color:#FFF;
	margin-top:50px;
	position: relative;
}

footer .box01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size:14px;
	font-weight: 100;
}
footer .box01 ul li {
	display: table-cell;
	box-sizing: border-box;
	border-right: solid 1px;
	text-transform: uppercase;
}
footer .box01 ul li:first-child {
	border-left: solid 1px;
}

footer .box01 ul li a {
	display: block;
	padding: .4em .8em;
	text-decoration: none;
	color: #fff;
	background: #00A0E9;
	text-align: center;
}
footer .box01 ul li a:hover {
	background-color:#fff;
	color: #00A0E9;
}

footer section .txt01{
	width:100%;
	text-align:center;
	font-weight:100;
	margin-top:30px;
	letter-spacing: 0.5px;
}
footer section .txt00{
	font-size: 15px;
	color:#FFF;
}
footer section .copy{
	font-size: 12px;
	padding-bottom: 20px;
	color:#FFF;
}

footer hr{
	position: absolute;
	color: #fff;
	width: 100%;
	top:33px;
	z-index: 1;
}

/*トップへ戻る*/
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20%;
  bottom: 1px;
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 55px;
  height: 80px;
  text-decoration: none;
}
#page_top a::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 25px;
  color: #7FD8FF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;

}
/*
#page_top a::after{
  content: "ページTOP";
  font-size: 4px;
  position: absolute;
  top: 85px;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #7FD8FF;

}
*/




/*---------------------------------------------*/
/*コンテンツ*/
/*トップページ*/
article{
	width:100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

#acts_message{
	background-color: #00A0E9;
	height:50%;
	padding-top: 130px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

#acts_message_top{
	background:url(../images/taihei_top.jpg) no-repeat;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	width: 100%;
	height:0;
	/* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 29.166666666666667%;
	margin-top: 0px;
	margin-bottom: 10px;
}


#acts_message_txt{
	position: relative;
	display:flex;
	width: 100%;
	color:#FFF;
	font-size:145px;
	font-weight: 200;
	bottom: 177px;
}
@media only screen and (max-width:1485px){
#acts_message_txt .txt00{
		letter-spacing:-10px;
}
#acts_message_txt .txt000{
	letter-spacing:-3px;
}
}

#acts_message_txt .txt00{
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
#acts_message_txt .txt000{
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
#acts_message .txt01{
	text-transform: uppercase;
	text-align: center;
	font-size:50px;
	color:#FFF;
	font-weight: 100;
	margin: 20px 0 -10px;
	letter-spacing: -0.5px;
}
#acts_message .txt02{
	text-align: center;
	font-size:16px;
	color:#FFF;
}

#top_content{
	padding-top:35px;
	
}

#top_content h1,h3{
	font-size:21px;
	color:#727171;
	margin-bottom:20px;
}

#top_content .txt00{
	font-size:13.5px;
	color:#3E3A39;
}
#top_content ul{
	display: flex;
	flex-direction: row-reverse;
	margin: 0px 0 35px;
	position: relative;
}

.topimg_txt{
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 160px;
}
#top_content .txt01{
	font-size:15px;
}
#top_content .txt02{
	font-size:25px;
	margin: 5px 0;
}
#top_content .txt03{
	font-size:12px;
	margin-right: 15px;
}
#top_content h2{
	font-size:33px;
	color:#00A0E9;
	margin-bottom:0px;
	letter-spacing: 0px;
	font-weight: 100;
}
#top_content img{
	margin-top: 30px;
}
.topimg{
	width: 216px;
}

/*works-----------------------------------------------------*/
.scroll {
	position: absolute;
	right: -60px;
	bottom: 15%;
	width: 3em;
	height: 1em;
	text-decoration: none;
	color: #9FA0A0;
}
.scroll1 {
	top:60px;
}
.scroll2 {
	top:1530px;
}
.scroll3 {
	top:2360px;
}
.scroll4 {
	top:3260px;
}
.scrollarrow {
	position: absolute;
	top: 1.25em;
	left: 1em;
	animation: 2s arrow-animation infinite ease-in-out;
	width: 0;
	height: 9em;
	border: .5px solid #9FA0A0;
}
.scrollarrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -0.3px;
    width: 1px;
    height: 10px;
    border-top: 15px solid #9FA0A0;
	transform: translate(1px, -14px) rotate(25deg);
  }

@keyframes arrow-animation {
  0% {
    height: 3em;
  }
  66% {
    height: 9em;
  }
}


#works_message{
	position: relative;
	background:url(../images/taihei_pagetop.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height: 300px;
	margin-top: 50px;
}
#works_message h1{
	position: absolute;
	color:#00A0E9;
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 200;
	top: 130px;
}
#works_content h3{
	margin-top: 25px;
}
#works_content h3 span:first-of-type{
	color: #00A0E9;
}
#works_content h3 span:nth-of-type(2){
	font-size: 15px;
}
.p_link{
	display: flex;
	justify-content: flex-end;
	margin: 30px 0 10px;
	
}
.p_link_no{
	width: 45px;
	height: 20px;
	border: solid 0.5px #B5B5B6;
	font-size: 13px;
	color: #000;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.p_link_no:hover{
	background-color: #7FD8FF;
}
/*ページ内リンクの位置をずらす*/
h3:before {
    content: " ";
    margin-top: -60px;
    height: 60px;
    display: block;
    visibility: hidden;
}

#works_content hr{
	color: #00A0E9;
}
#works_content .txt00{
	font-size: 11px;
	margin-bottom: 6px;
	color: #231815;
}
#works_content .list{
	display: flex;
	margin-top: 15px;
}
#works_content .list li{
	margin-right: 10px;
}
#works_content .txt01{
	font-size: 13.5px;
	margin-top: 30px;
	color: #3E3A39;
}
/*
#works_content .list:last-of-type{
	margin-left: 80px;
}
*/
/*about-----------------------------------------------------*/
#about_message h2{
	font-size: 28px;
	margin: 60px 0 35px;
}
.info01 td{
	padding-right: 50px;
	font-size: 15px;
}
#about_message h3{
	font-size: 16px;
	color: #00A0E9;
	margin-top: 47px;
}
#about_message p{
	font-size: 13px;
}
.info02{
	display: flex;
	font-size: 14px;
}
.info02 ul{
	width: 255px;
}
.info02 ul:first-of-type{
	margin-right: 15px;
}
.info02 ul:first-of-type li{
	margin-bottom: 8px;
}
.info02 ul:nth-of-type(2) li{
	margin-bottom: 8px;
}
.info002 ul li:nth-of-type(4){
	margin-bottom: 0px;
}
#about_message hr{
	color: #898989;
	height: 0.5px;
	margin-top: 50px;
}
.kanren{
	margin-top: -10px;
	display: flex;
}
.kanren00{
	font-size: 28px;
}
.kanren li:nth-of-type(2){
	margin-left: 60px;
}
.info03{
	font-size: 30px;
	color: #00A0E9;
	margin-top: 56px;
}
.info03 span{
	font-size: 12px;
	color: #231815;
	margin-left: 20px;
}
#about_message hr{
	color: #00A0E9;
	height: 0.5px;
	margin-top: 5px;
}
.info02 th{
	width: 180px;
	padding-bottom: 8px;
}
#about_message h3:nth-last-of-type(2){
	margin-top: 20px;
}
#about_message h3:last-of-type{
	margin-top: 20px;
}
.info02_jikan li{
	letter-spacing: 0.05em;
}
.info02 span{
	margin-left: 8px;
}

.business_content{
    text-align: center;
}
h4{
    font-size: 28px;
    margin: 20px 0 0 0;
}
.business_content h4:nth-of-type(2){
    margin: -20px 0 0 0;
}
#about_message .business_content p{
    font-size: 14px;
    line-height: 2.3;
}

/* プリンタ　PCだけに適用するCSS */
@media print, screen and (min-width:640px){
/*PCでは消す*/
.pc-dN{
	display: none !important;
}

#wrap{
	min-width: 1200px;
}

}

/* スマホだけに適用するCSS */
@media only screen and (max-width:640px){

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	
button:hover {
    background: #00A0E9;
}
	
	
	
html {
	margin-top: 0px !important;
}
a:hover {
    opacity: 0.7;
  }
/*スマホでは消す*/
.sp-dN{
	display:none !important;
}

html #wpadminbar{
	display:none;
}

body{
	width:100%;
	min-width:380px;
	height:100%;
	background-color: #fff;
}

body.fixed{
	position:fixed;
}

section{
	width:350px;
}


img{
	width:100%;
	height:auto;
}

header{
	padding-top: 0px;
	height:60px;
}

header section{
	position:static;
	width:auto;
}

header section h2{
	width:250px;
	margin:5px 0 0 20px;
}

	
/*navigation*/
header .navigation {
	padding-top:50%;

}
header .navigation ul li {
	display: block;
}
header .navigation ul li a {
	background: transparent;
}
header .navigation ul li a:hover {
	background-color:transparent;
	color: #fff;
}
	
.Btn-Icon{
  position: absolute;
  top: 50%;
  right: 20px;/*右からの距離*/
  width: 13px;/*アイコンの横幅指定*/
  transform: translateY(-50%);/*この指定で上下中央に*/
}
	

/*navigation*/
.btn-trigger{
	display: block;
	-webkit-appearance:none;
	appearance:none;
	position: fixed;
	top: 20px;
	right: 18px;
	z-index: 100;
	width: 40px;
	height: 20px;
	border: none;
	background: none;
	
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 3px;
	background-color: #fff;
	transition: all 0.3s;
	
}
.btn-trigger span:first-of-type{
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 50%;
}
.btn-trigger span:last-of-type{
	top: 100%;
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 50%;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	top: 50%;
}

.nav-list {
	position: absolute;
	display: block;
	font-size: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 85px 0 0;
	
}
.nav-item{
	margin-bottom: 0px;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 1px #fff;
	margin: 0 20px;
}
.arrow {
     position: relative;
     
}
.arrow::before{
  position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 0px;
     margin-top: -3px;
}
.nav-item>a{
	color: #fff;
	font-size: 15px;
	font-weight: 200;
}

	
.nav-list li a {
	border:none;
}
.nav-list li+ li a {
	border:none;
}
	
.navigation{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	padding: 120px 0 150px;
	background-color: rgba(0,160,233,0.9);
}
/*------------------------------------------------------------------------------------------*/
#main_logo{
	position: fixed;
	width:100px;
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	z-index: 999;
	transition: all 1s;
}
	
#main_logo.mini {
    width: 50px !important;
	-webkit-animation-name: logo_anime;
    -webkit-animation-duration:1s;
	animation-name:logo_anime;
	animation-duration:1s;
	
}
@keyframes logo_anime{
    0%{
        width: 100px;
    }
    100%{
        width: 50px !important;
    }
}

	
#acts_message{
	background-color: #00A0E9;
	height:0px;
	padding-top: 0px;
	padding-bottom: 205px;
	margin-bottom: 0px;
}
#acts_message_txt{
	font-size:35px;
	bottom: -2px;
}
#acts_message .txt01{
	margin: -10px 0 -10px;
}
	
	
/*トップページ*/
#top_content{
	padding-top:25px;
}
.topimg_txt{
	left: 0px;
}
#acts_message, #acts_message_top {
	padding-top:90px;
	height: 45px;
	background-size: cover;
}
#top_content h2{
	font-size:28px;
}
#acts_message_txt .txt00{
	letter-spacing:0px;
}
#acts_message_txt .txt000{
	letter-spacing:0px;
}
	
/*works-----------------------------------------------------*/
.scroll {
	display: none;
}
#works_message{
	position: relative;
	background:url(../images/taihei_pagetop.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height: 135px;
	margin-top: 45px;
}
#works_message h1{
	position: absolute;
	color:#00A0E9;
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 200;
	top: 55px;
}
#works_content .list{
	display: flex;
	margin-top: 15px;
}
#works_content .list li{
	margin-right: 10px;
}
#works_content .list li:nth-of-type(2){
	margin-right: 0px;
}
#works_content .list li:nth-of-type(3){
	margin-right: 0px;
	margin-left: 10px;
}
#works_content .txt01{
	font-size: 13.5px;
	margin-top: 30px;
	color: #3E3A39;
}
#works_content .list:last-of-type{
	margin-left: 0px;
}
/*about-----------------------------------------------------*/
#about_message h2{
	margin: 20px 0 15px;
}
#about_message h3{
	margin-top: 23px;
	margin-bottom: 10px;
}
#about_message p{
	font-size: 13px;
}
.info01 tr{
	display : flex;
}
.info01 td{
	width: 90px;
	padding-right: 0px;
}
.info01 td:nth-of-type(2){
	padding-right: 30px;
}
.info02{
	display: block;
}
.info02 ul{
	width: 100%;
}
#about_message hr{
	margin-top: 30px;
}
.kanren{
	margin-top: -10px;
	display: block;
}
.kanren li:nth-of-type(2){
	margin-left: 0px;
	margin-top: 10px;
	width: 150px;
}
.info03{
	margin-top: 26px;
}
.info02 th,td{
	display : block;
}
.info02 th{
	padding-bottom: 0px;
}
.info02 td{
	padding-bottom: 15px;
}
.info02 span{
	margin-left: 0px;
}
.info002 li:nth-of-type(9){
	margin-bottom: 8px;
}

	.info002 li:nth-of-type(7){
	margin-top: 0px;
}
    #about_message .business_content p span{
        letter-spacing: 0em;
    }
    #about_message h3:last-of-type{
	margin-top: 20px;
        margin-bottom: 15px;
}
	
/*フッター*/
footer{
	padding-top: 0px;
	margin-top:30px;
}
footer .box01 ul {
	font-size:14px;
}
footer .box01 ul li a {
	padding: 5px 0;
}

footer section .txt01{
	margin-top:20px;
}

hr{
	top:32px;
}

#page_top{
  right: 20px;
}




	
	
	
}
