@charset "UTF-8";

html {
height: 100%;
width: 100%;
margin: 0 auto;
padding: 0 auto;
overflow-x : hidden;
overflow-y : auto;
}

* {
margin: 0px;
padding: 0px;
}

body,td,th {
font-family: 'Kosugi Maru', sans-serif;
background:#fff;
margin: 0 auto;
padding: 0 auto;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}

p {
margin:0;
padding:0;
line-height: 150%
}

.slow * {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}






/*PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
.pc {
display:block;
}
.sp {
display:none;
}
body {
background-color: #fff;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}

.wrapper {
max-width: 960px;
margin: 0 auto;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
height: 0;
}	


/*メニュー用ここから*/

#gnavi{
position: fixed;
z-index: 999;
max-width: 960px;
width: 90%;
margin: 0 auto;
}	

#gnavi li{	

}

#gnavi img{
width: 75%;
}		

.mv{
z-index: 999999;
width: 100%;
margin:0 -200%;
padding:0 200%;
background-color: rgba( 255, 255, 255, 0.55 );
}

.mv ul{
margin: 0 auto;
padding: 3% 0;	
text-align: right;
}

.mv ul li { 
z-index: 99; /*ヘッダーバー部分の重なり順*/
    position: relative;
    width: 14.28%;
    text-align: center;
    display: inline-block;
}
.mv ul li:first-child {
position: absolute;
left: 0;
} 

.mv ul li a {
padding: 0;
margin: 0;
vertical-align: middle;
text-decoration: none;
letter-spacing: 5px;
display: block;
width: 100%;
text-align: center;
color: #313198;
}

.mv ul li a:hover{
text-align: center;
opacity: .5;
width: 100%;
}	

.mv ul li a img{
width:100%;
verical-align:bottom;
}

/*カンパニータイトル*/	
.about_title{
text-align:center;	
width: 100%;
}		

.about_title img{
width: 60%;
margin: 10%;	
}			

/*メイン*/	
.main{
width: 100%;
}	

.fade{
width: 100%;
margin: 10px 0 80px 0;	
position: relative;
align-items: center;
display: flex;
}	

.box_right{
max-width: 60%;
margin: 0 auto;
}		

.thum img{
max-width: 100%;
}	

.box_right h3{
color: #c97e1d;
margin-bottom: 10px;
font-size: 130%;
}	

.borderline{
margin: 50px 0 0px 0;	
}	

/*デーブルのcss*/	
	
table {
width: 90%;
margin: 50px auto;
}

table {
margin-bottom: 50px;
}	
	
.tbl-r02 th {
border-left: medium 1px #000;
padding: 10px;
width: 20%;		
text-align: left;		
border-bottom: solid 1px #c97e1d;	
color: #c97e1d;	
}
.tbl-r02 td {
padding: 20px;
border-bottom: solid 1px #c97e1d;	
line-height: 150%;
}

.tbl-r02back {
background:#E6E6FA;
}
.tbl-r03back {
background:#F5DEB3;
}
  
.tbl-r03 th {
border-left: medium 1px #000;
padding: 10px;
width: 20%;		
text-align: left;		
border-bottom: solid 1px #313198;	
color: #313198;	
}
.tbl-r03 td {
padding: 20px;
border-bottom: solid 1px #313198;	
line-height: 150%;
}	

	
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}	

.under {
font-size: 150%;
border-bottom: solid 4px #313198;
}		

.footer{
background-color: #313198;
padding-bottom: 10px;/*←footerの高さ*/
padding-top: 13px;
}	


.footer p{
color: #fff;
padding: 15px;
text-align: center;
width: 100%;
}	


.btn-flat-simple {
position: relative;
display: inline-block;
padding: .4em 1em;
text-decoration: none;
color: #c97e1d;
background: #ECECEC;
transition: .4s;
border-radius: 30px;
}

.btn-flat-simple a{
text-decoration: none;	
}	

.btn-flat-simple:hover {
background: #c97e1d;
color: white;
}	



#jumptitle01 {
margin-top:-15%; /* 固定ナビの高さ分のネガティブマージン */
padding-top:15%; /* 打ち消し用のパディング */
}



.copy {
width:90%;
max-width:800px;
display:block;
margin:0 auto;

}


.copyright {
z-index: 1; /*ヘッダーバー部分の重なり順*/
top:0;
font-size:75%;
color:#fff;
background-color: #313198;	
padding:1%;
}

.space1 {
padding-top:1%;
display:block;
}
.space2 {
padding-top:2%;
display:block;
}

.space{
margin-bottom: 120px;
}
	
.corp {
vertical-align:middle;
font-size:120%;
color:#000;
}


.br-sp{
display: none;
}	

.br-pc{
display:block;
}		

.space{
height: 2%;  /* 高さ指定 */
background-color: #fff;
}	

/* ページの先頭へ戻る
-------------------------------------------------------------*/

#page-top-sp {	
display: none;	
}

#page-top{	
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999; /*ヘッダーバー部分の重なり順*/
}

#page-top img{
width: 60px;
}		

#page-top a:link { 
text-decoration: none;
}

#page-top a:visited { 
text-decoration: none;
}

#page-top a:hover { 
text-decoration: none;
opacity: 0.5;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}





}














































/*SP
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----*/
@media only screen and (max-width: 767px) {

.pc {
display:none;
}
.sp {
display:block;
}
body {
background-color: #fff;
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}

.main :last-child {
margin-bottom: 20px;
}	


.wrapper {
width: 100%;
margin: 0px;
padding: 0px;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
height: 0;
}	

.top{
width: 100%;
}	

.top h1{
width: 100%;
z-index: 0;
margin: 0;
padding: 0;
height: auto;
}	

.top h1 img{
width: 100%;	
position: absolute;
top: -100px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
}

/*spメニュー*/	
#header{
width: 100%;	
position: fixed;
top: 0px;         
left: 0px; 	
background-color: #D4D4F1;
z-index: 9999;	
height: 70px;
}		

#nav-drawer {
max-width: 100%;
position: fixed;	
right: 13%;
top: 3%;		
z-index: 9999;
}

.smoothlogo_sp img{	
max-width: 100%;	
position: fixed;
left: 6px;
}	

/*チェックボックス等は非表示に*/
.nav-unshown {
display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 0px;
height: 22px;
vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 40px;/*長さ*/
border-radius: 3px;
background: #555;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
display: none;/*はじめは隠しておく*/
position: fixed;
z-index: 0;
top: 0;/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 0;
right: 0;
z-index: 1;/*最前面に*/
width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 330px;/*最大幅（調整してください）*/
height: 100%;
background: #fff;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(105%);
transform: translateX(105%);/*右に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;/*カバーを表示*/
opacity: .5;
}

#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}	



#gnavi{
z-index: 0;
width: 100%;
margin: 0 auto;
}	

#gnavi li{	

}

#gnavi img{
width: 90%;
margin: 5%;
}		

.mv{
z-index: 1;
width: 100%;
}

.mv ul{
margin: 0 auto;
}

.mv img { 
width: 40%;
}	

.mv ul li { 
z-index: 0; /*ヘッダーバー部分の重なり順*/
text-align: center;
margin: 0;
padding: 5%;	
}

.mv ul li a {
padding: 0;
margin: 0;
vertical-align: middle;
text-decoration: none;
letter-spacing: 5px;
width: 100%;
color: #313198;
}

.mv ul li a:hover{
text-align: center;
opacity: .5;
}	

header{

}	

.top{
z-index: 0; /*ヘッダーバー部分の重なり順*/
width: 100%;
}	

.button{
z-index: 999; /*ヘッダーバー部分の重なり順*/
position: absolute;/*←絶対位置*/
left: 43%;
bottom: 2%; /*下に固定*/
}	

.button img{
width: 60px;
}	

.button a:hover{
opacity: .5;	

}	

/*カンパニータイトル*/	
.about_title{
text-align:center;	
width: 100%;
margin-bottom: -150px;
}		

.about_title img{
width: 80%;
margin: 30% 0 20% 0 ;	
}	

/*メイン*/	
.main{
width: 100%;
margin: 0 auto;		
}	

.fade{
width: 100%;
margin: 100px 0 80px 0;	
text-align:center;	
}	

.box_right{
max-width: 90%;
margin: 0 auto;
}		

.fade img{
margin-bottom: 25px;
}		

.thum p{

}	

.box_right h3{
color: #c97e1d;
margin-bottom: 10px;
font-size: 120%;
}	

.borderline{
margin: 50px 0 0px 0;	
}	

/*デーブルのcss*/			
table {
max-width: 100%;
}
.tbl-r02 th {
padding: 8px 0 8px 0; 	
background-color: #c97e1d;	
color: #fff;	
max-width: 90%;	
}
.tbl-r02 td {
padding: 20px;	
max-width: 90%;		
}

.last td:last-child {
margin-bottom: 80px;
}
.tbl-r02 {
width: 100%;

}
.tbl-r02 th,
.tbl-r02 td {
border-bottom: none;
display: block;
line-height: 150%
}	



.tbl-r03 th {
padding: 8px 0 8px 0; 	
background-color: #7474F3;	
color: #fff;	
max-width: 90%;	
}
.tbl-r03 td {
padding: 20px;	
max-width: 90%;		
}

.last td:last-child {
margin-bottom: 80px;
}
.tbl-r03 {
width: 100%;

}
.tbl-r03 th,
.tbl-r03 td {
border-bottom: none;
display: block;
line-height: 150%
}		
	
	
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}	

.under {
font-size: 150%;
border-bottom: solid 4px #313198;
}		

.footer{
background-color: #313198;	
}	

.footer p{
color: #fff;
text-align: center;
padding: 30px;
}	

.footer_sp{
background-color: #313198;	
height: 100%;	
}	

.footer_sp p{
color: #fff;
text-align: center;
padding: 30px;
}	

.btn-flat-simple {
position: relative;
display: inline-block;
padding: .4em 1em;
text-decoration: none;
color: #c97e1d;
background: #ECECEC;
transition: .4s;
border-radius: 30px;
}

/* ページの先頭へ戻る
-------------------------------------------------------------*/

#page-top-sp {	
display: none;	
}

#page-top{	
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999; /*ヘッダーバー部分の重なり順*/
}

#page-top img{
width: 60px;
}		

#page-top a:link { 
text-decoration: none;
}

#page-top a:visited { 
text-decoration: none;
}

#page-top a:hover { 
text-decoration: none;
opacity: 0.5;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}



.btn-flat-simple {
position: relative;
display: inline-block;
padding: .4em 1em;
text-decoration: none;
color: #c97e1d;
background: #ECECEC;
transition: .4s;
border-radius: 30px;
}

.btn-flat-simple a{
text-decoration: none;	
}	

.btn-flat-simple:hover {
background: #c97e1d;
color: white;
}	





.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}	

}





.copy {
width:90%;
max-width:800px;
display:block;
margin:0 auto;
}


.copyright {
z-index: 1; /*ヘッダーバー部分の重なり順*/
top:0;
font-size:75%;
color:#fff;
background-color: #313198;	
padding:1%;	
}
























/*共通
-------------------------------------------------------------*/

.att {
padding-left: 1em;
text-indent: -1em;
}
.logo {
width:50%;
max-width:300px;
margin:0 auto;
display:block;
}


.space1 {
padding-top:1%;
display:block;
}
.space2 {
padding-top:2%;
display:block;
}

.clear {
clear:both;
}
.center {
text-align:center;
margin:0 auto;
}

.space {
height: 10%;  /* 高さ指定 */
background-color: #fff;
display:inline-block;
}	


body{
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}


/*マウスオーバー半調
-------------------------------------------------------------*/
.alpha a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}


/*マウスオーバー全消
-------------------------------------------------------------*/
.alpha100 a:hover {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
}


.fontbold {
font-weight:700;
}

.font80 {
font-size:80%;
}
.font120 {
font-size:120%;
}

.font150 {
font-size:150%;
}

.center {
margin:0 auto;
text-align: center;
}



/*表示時間調整（bounceInDown）
-------------------------------------------------------------*/

.title{
position: relative;
}

.animeslow1 {
-webkit-animation-duration: 0.3s;
animation-delay:0.3s;
}

.animeslow2 {
position: relative;
z-index: 1;
-webkit-animation-duration: 0.2s;
animation-delay:0.2s;

}

.animeslow3 {
position: relative;
z-index: 5;
-webkit-animation-duration: 0.3s;
animation-delay:0.3s;
}

.animeslow4 {
-webkit-animation-duration: 0.3s;
animation-delay:0.3s;
}

.animeslow5 {
-webkit-animation-duration: 0.1s;
animation-delay:0.1s;
}

.animeslow6 {
position: relative;
z-index: 0;
-webkit-animation-duration: 0.3s;
animation-delay:0.3s;
}



.clear {
clear:both;
}
.att {
text-align: center;
padding-left: 1em;
text-indent: -1em;
}

.orange{
font-feature-settings : "palt" 1;/*文字詰め*/
padding-left: 1em;
text-indent: -1em;
}






