@charset "euc-jp";
/* ******************************
 *
 * Since:    2021-03-14
 * Modified: 2021-03-14
 * Editor:   hara@DiiV
 *
 * Information: CSS for all
 *
 * ******************************
 */


body{
	background: #FFFFFF;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Sans", "游ゴシック","メイリオ", sans-serif;
	font-size: 16px;
	line-height:2.1em;
	display: none;
}

#wrapper{
	width: 100%;
}

img{
	display: block;
}

a:link,
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover,
a:active{
	color: #A2A2A2;
	text-decoration: none;
}

.column_left,
.inner_left{
	float: left;
}
.column_center,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

.Medium{
	font-family: "AvenirNextLTPro-Medium";
}

.Regular{
	font-family: "AvenirNextLTPro-Regular";
}


/***** ハンバーガーボタン *****/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 22px;
  width : 46px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background:  rgb(255,255,255,0.7);
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	height: 100%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0;
  padding: 40px 0 0 0;
  width: 67%;
	float: right;
	padding-left: 5%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 2em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/***** header *****/
header{
	width: 100%;
	padding-top: 10px;
	padding-left: 6%;
	padding-bottom: 25px;
	position: fixed;
	background: #fff;
}

header .column_left{
	padding: 20px 0 0 0;
	width: 66%;
}

header .globalMenuSp{
	font-family: "AvenirNextLTPro-Medium";
	letter-spacing: 0.1em;
}


/***** footer *****/
footer{
	background: #f8f8f8;
}

footer .inner{
	width: 90%;
	padding: 30px 0 20px 26px;

}

footer .section_lv1{
	margin-bottom: 30px;
}

footer .section_lv1 p{
	margin-rop: 38px;
	font-size: 12px;
}

footer .section_lv2{
	font-size: 14px;
	line-height: 2.8em;
	margin-bottom: 44px;
}

footer #copy{
	font-family: "AvenirNextLTPro-Regular";
	margin-bottom: 48px;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
}





/***** contents *****/
#contents{
	margin: 0 21px 100px 21px;
	padding-top: 90px;
}



/***** top *****/
#top #main_img{
	margin: 0 auto 50px;
}

#top #catch_area{
	margin-bottom: 66px;
	font-size: 16px;
}

#top h1{
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

#top h2{
	font-family: "AvenirNextLTPro-Medium";
	margin-top: 66px;
	font-size: 18px;
	letter-spacing: 0.075em;
	line-height: 2.1em;
}

#top #area_01{
	margin-bottom: 100px;
}

#top #area_01 .section_lv1{
	margin-bottom: 60px;
}

#top #area_01 .section_lv1 img{
	margin-bottom: 20px
}

#top #area_01 .section_lv1 h3{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5em;
}

#top #area_01 p{
	font-size: 14px;
	line-height: 180%;
}


#top #news_area .first_child{
	border-top: #CFCFCF 1px solid;
}

#top #news_area .section_lv1{
	border-bottom: #CFCFCF 1px solid;
	padding: 30px 0;
}

#top #news_area dl{
	margin-bottom: 12px;
}

#top #news_area dt{
	margin-right:  4%;
	font-family: "AvenirNextLTPro-Regular";
	font-size: 12px;
	line-height: 1.7em;
	float: left;
}

#top #news_area dd{
	padding: 3px 15px;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	float: left;
}

#top #news_area dd.news{
	background: #f29a32;
}



#top #news_area .detail a:link,
#top #news_area .detail a:visited{
	font-size: 12px;
	color: #7c7d7e;
	text-decoration: none;
}
#top #news_area .detail a:hover,
#top #news_area .detail a:active{
	font-size: 12px;
	color: #A2A2A2;
	text-decoration: none;
}



/***** business *****/
#business h1{
	font-family: "AvenirNextLTPro-Medium";
	border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	padding: 15px 0 12px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#business h2{
	font-family: "AvenirNextLTPro-Medium";
	margin-top: 65px;
	font-size: 18px;
	letter-spacing: 0.075em;
}

#business h2 span{
	font-size: 14px;
	line-height: 2.0em;
}

#business h3{
	font-family: "AvenirNextLTPro-Medium";
	margin-top: 16px;
	font-size: 16px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}

#business h3 span{
	font-size: 18px;
	margin-top:-4px;
	line-height: 2.0em;
}

#business #area_01{
	margin-bottom: 122px;
}

#business #area_02 .section_lv1{
	font-size: 14px;
	margin-bottom: 70px;
}

#business #area_02 .section_lv1 img{
	margin-bottom: 10px;
}

/***** company *****/
#company h1{
	font-family: "AvenirNextLTPro-Medium";
	border-top: #CFCFCF 1px solid;
	border-bottom: #fff 1px solid;
	padding: 15px 0 12px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#company h2{
font-family: "AvenirNextLTPro-Medium";
	margin-top: 65px;
	font-size: 18px;
	letter-spacing: 0.075em;
}

#company h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 2.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#company #area_01{
	font-size: 14px;
	margin-bottom: 100px;
}

#company #area_02{
	font-size: 14px;
	margin-bottom: 100px;
}

#company #area_03{
	font-size: 14px;
}


#company #area_02 .section_lv1 dt,
#company #area_03 .section_lv1 dt{
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 2.0em;
}

#company #area_02 .section_lv1 dl,
#company #area_03 .section_lv1 dl{
	border-bottom: #CFCFCF 1px solid;
	padding: 25px 0 22px;
	line-height: 2.0em;
}

#company #area_02 .section_lv1 dl.first_child,
#company #area_03 .section_lv1 dl.first_child{
	border-top: #CFCFCF 1px solid;
}

#company #area_02 a:link,
#company #area_02 a:visited{
	color: #f29a32;
	text-decoration: underline;
}
#company #area_02 a:hover,
#company #area_02 a:active{
	color: #A2A2A2;
	text-decoration: none;
}

#company #area_03{
	color: ;
}

#company #area_03 a:link,
#company #area_03 a:visited{
	color: #f29a32;
	text-decoration: underline;
}
#company #area_03 a:hover,
#company #area_03 a:active{
	color: #A2A2A2;
	text-decoration: none;
}

/***** news *****/
#news h1{
	font-family: "AvenirNextLTPro-Medium";
	border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	padding: 15px 0 12px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#news h2{
font-family: "AvenirNextLTPro-Medium";
	margin-top: 65px;
	font-size: 18px;
	letter-spacing: 0.075em;
}

#news h3{
	font-family: "AvenirNextLTPro-Medium";
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.6em;
}

#company #area_01{
	margin-bottom: 100px;
}

#news #area_01 .section_area{
	font-family: "AvenirNextLTPro-Regular";
	border-bottom: #CFCFCF 1px solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}


#news #area_01 dl{
	margin-bottom: 24px;
}

#news #area_01 dd{
	margin: -2.1em 0 0 90px;
}

#news #area_01 .date{
	font-family: "AvenirNextLTPro-Regular";
	margin-top: -12px;
	font-size: 14px;
	color: #000000;
}
#news #area_01 .detail{
	font-family: "AvenirNextLTPro-Regular";
	font-size: 14px;
	line-height: 2em;
}

#news #area_01 .icon p{
	margin-left: 30px;
	font-size: 16px;
	padding: 3px 15px;
	display: inline;
	color: #fff;
}

#news #area_01 .icon .news{
	background: #f29a32;
}



#news .pagination{
	width: 70%;
	margin: 0 auto;
}

#news .pagination a:link,
#news .pagination a:visited{
	font-family: "AvenirNextLTPro-Regular";
	color: #f29a32;
	text-decoration: none;
}
#news .pagination a:hover,
#news .pagination a:active{
	font-family: "AvenirNextLTPro-Regular";
	color: #A2A2A2;
	text-decoration: underline;
}

#news .pagination .page_prev{
	float: left;
}

#news .pagination .page_next{
	float: right;
}

#news .pagination .page_number{
	text-align: center;
}

#news .pagination .page_number li{
	display: inline;
	margin-right: 8%;
}

#news .pagination .page_number li.last_child{
	margin-right: 0;
}

/***** contact *****/
#contact h1{
	font-family: "AvenirNextLTPro-Medium";
	border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	padding: 15px 0 12px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#contact h2{
font-family: "AvenirNextLTPro-Medium";
	margin-top: 65px;
	font-size: 18px;
	letter-spacing: 0.075em;
}

#contact h3{
	font-family: "AvenirNextLTPro-Medium";
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}

#contact h3 span{
	font-size: 16px;
	line-height: 2.0em;
}

#contact #area_01 .txt_01{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 2.0em;
}

#contact #area_01 dl{
	line-height: 2.1em;
}

#contact #area_01 dt{
	font-size: 14px;
	font-weight: bold;
}

#contact #area_01 .section_lv1{
	font-size: 14px;
	margin-bottom: 40px;
}


#contact #area_01 .section_lv2 a:link,
#contact #area_01 .section_lv2 a:visited{
	color: #f29a32;
	text-decoration: underline;
}
#contact #area_01 .section_lv2 a:hover,
#contact #area_01 .section_lv2 a:active{
	color: #A2A2A2;
	text-decoration: none;
}


