@charset "UTF-8";
/* CSS Document */

.sp,.spnavi{
	display:none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    float: left;
    clear: both;
}

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
    font-family:"Yu Gothic medium", "游ゴシック medium", YuGothic, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo, "sans-serif"; 
	font-weight: 300;
	width:100%;
	height:100%;
	margin:0;
	background-color: #000;
    animation: fadeIn 0.8s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.8s ease 0s 1 normal;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.2s;
	transform: translateY(80px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

main{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

header ul {
	list-style:none;
}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 140px;
	margin: 0 !important;
	background-image: url("../images/header_bg.svg");
	background-size: cover;
	top:0;
	z-index: 20;
    transition: 0.3s;
}

footer{
	display: block;
	width: 100%;
    color: #fff;
    background-color: #000;
    padding: 100px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
#secondary footer{
	border-top:solid 1px #fff;
}
.profile_page footer{
	border-top: none !important;
}

/*movie*/
#toppage #topimg_area {
  position: relative;
  width: 100%;
  max-width: 1090px;
  /*width: 85%;
  max-width: 1440px;*/
  height: auto;
  margin: 140px auto 0 auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  float: none;
  clear: both;
}
#toppage #topimg {
  position: relative;
  width: 100%;
}
#toppage #topimg video {
  width: 100%;
}

/*header*/
header .block{
    display: flex;
    width: 90%;
    max-width: 1200px;
	justify-content: space-between;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
	overflow: visible;
}

#logo a{
    display: block;
    text-decoration: none;
    width: 280px;
    height: 50px;
    z-index: 1011 !important;
	margin-top: 35px;
    transition: 0.3s;
}
#logo a:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.3s;
}

nav{
    display: block;
    width: calc(100% - 280px);
	overflow: visible;
	cursor: pointer !important;
}
nav a,
nav a:hover{
	cursor: pointer !important;
}
#gnavi{
    display: flex;
    position: relative;
    width: 540px !important;
    justify-content: space-between !important;
	margin-top: 60px;
	float: right;
    z-index: 1000;
    transition: 0.3s;
	overflow: visible;
}

#gnavi li a{
    display: block;
	font-size: 0.95rem;
    color: #fff;
	text-decoration: none;
    transition: 0.2s;
}
#gnavi li a:hover{
    color: #cca57e;
    transition: 0.2s;
}

header.fixed{
	height: 70px !important;
    transition: 0.4s;
}

header.fixed #logo a{
    display: block;
    text-decoration: none;
    width: 180px;
    height: 50px;
    z-index: 1011 !important;
	margin-top: 18px;
    transition: 0.3s;
}

header.fixed #gnavi{
    display: flex;
    position: relative;
    width: 440px !important;
    justify-content: space-between !important;
	margin-top: 24px;
	float: right;
    z-index: 1000;
    transition: 0.3s;
}

header.fixed #gnavi li a{
    display: inline;
    width: initial !important;
    font-size: 0.85rem;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 0;
    transition: 0.2s;
}
header.fixed #gnavi li a:hover{
    color: #cca57e !important;
    transition: 0.2s !important;
}


/*プルダウン*/
#gnavi li ul{
	display: block;
	position: absolute !important;
	height: auto !important;
	list-style: none;
	font-size: 0.75rem !important;
	top: 100%;
	left: 0;
	margin: 0 0 0 0;
	z-index: 100;
}
.gnavi06 ul{
	width:340px;
	padding:  0 0 0 44px;
	transform: scale(0.85, 1.0) !important;
}
.gnavi02 ul{
	width:100px;
	padding:  0 0 0 155px;
	cursor: pointer !important;
}
header.fixed #gnavi li ul{
	display: block;
	position: absolute !important;
	height: auto !important;
	list-style: none;
	font-size: 0.70rem !important;
	top: calc(100% - 5px);
	left: 0;
	margin: 0 0 0 0;
	padding: 6px 10px;
	z-index: 100;
}
header.fixed .gnavi06 ul{
	width:300px;
	padding:  0 0 0 17px !important;
	transform: scale(0.75, 1.0) !important;
}
header.fixed .gnavi02 ul{
	width:100px;
	padding:  0 0 0 121px !important;
}
#gnavi li ul li{
	height: 0;
	color: #fff;
	text-align: left;
	padding: 0 10px;
	transition: 0.2s;
	clear: both;
	overflow: hidden;
}
#gnavi li:hover ul li{
	overflow: visible;
	height: 15px;
	padding: 10px 10px;
	background-color: #000;
}
header.fixed #gnavi li:hover ul li{
	overflow: visible;
	height: 12px;
	padding: 8px 10px !important;
	background-color: #000;
	filter: drop-shadow(0 3px 4px rgba(0,0,0,0.3));
}
#gnavi li:hover ul li:last-child{
	padding: 10px 10px 18px 10px !important;
}
header.fixed #gnavi li:hover ul li:last-child{
	padding: 10px 10px 15px 10px !important;
}


#copyright{
	display: block;
	width:100%;
    text-align: left!important;
	font-size:0.8rem;
    color: #fff !important;
	padding: 0;
	text-indent: 5px;
	margin:0 auto 40px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	float: none;
	clear: both;
}

/*footer*/
footer .block{
    display: table;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}

#footer_logo a{
    display: block;
    /*width: 250px;*/
	width: 220px;
    height: auto;
	margin: 0 80px 0 0;
    transition: 0.2s;
    float: left;
}
#footer_logo a:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    transition: 0.3s;
}
#footer_navi{
	display: block;
	list-style: none;
	margin-bottom: 50px;
	float: left;
}
#footer_navi li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 0.9rem;
	line-height: 130%;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
#footer_navi li a:hover{
	color: #cca57e;
}
#footer_navi .business_li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 0.75rem;
	line-height: 130%;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
#footer_navi .business_li03 a{
	margin-bottom: 25px;
}
#company_info{
	display: block;
	color: #fff;
	float: right;
}
#company_info #address{
	display: block;
	color: #fff;
	font-size: 0.9rem;
	line-height: 280%;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
}

#company_name{
	display: block;
	color: #fff;
	font-size: 0.9rem;
	line-height: 180% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	margin: 25px 0;
}
#company_name strong{
	font-size: 0.95rem;
}


.totop{
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 45px;
    bottom:30px;
    z-index: 30;
}
.totop a{
    display: block;
    background-color: #fff;
	border: solid 1px #fff;
    transition: 0.3s;
}
.totop a:hover{
    display: block;
    background-color: #cca57e;
    transition: 0.2s;
}

#toppage section{
	display: block;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

/*top news*/
.top_news_area{
	display: block;
	width: 90%;
	max-width: 1200px;
	padding: 85px 0 100px 0;
	margin: 0 auto;
}
.title_top_news{
	display: block;
	/*width: 280px;
	height: 155px;*/
	width: 238px; /*85%*/
	height: 132px;
	margin: 0 auto;
}
.top_news{
	display: block;
	width: 100%;
	max-width: 1050px;
	color: #fff;
	font-size: 1.05rem;
	line-height: 180%;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	padding: 0;
	margin: 70px auto 20px auto !important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.top_news a{
	color: #fff;
	text-decoration: none;
}
.top_news a:hover{
	color: #cca57e;
}
.top_news dt{
	display: block;
	width: 135px;
	margin-bottom: 30px;
	float: left;
}
.top_news dd{
	display: block;
	width: calc(100% - 135px);
	margin-bottom: 30px;
	float: left;
}
.top_news dd span{
	margin-right: 10px;
}

.more_news a{
	display: block;
	text-decoration: none;
	width: 180px;
	font-size: 1.15rem;
	color: #000;
	text-align: center;
	background-color: #fff;
	padding: 12px 0 10px 0;
	margin: 0 auto 0 auto;
	float: none;
	clear: both;
	transition: 0.2s;
}
.more_news a:hover{
	background-color: #cca57e;
	transition: 0.2s;
}

/*BURN YOUR SPIRIT*/
.top_spirit_area{
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	/*padding: 75px 0 55px 0;*/
	padding: 120px 0 120px 0;
	background-image: url("../images/top_spirit_bg.jpg");
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	float: left;
	clear: both;
}
.top_spirit_area article{
	display: block;
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.title_top_spirit{
	display: block;
	/*width: 865px;
	height: 85px;*/
	width: 454px;
	height: 35px;
	margin: 0 auto 40px auto;
}

.top_spirit_area p{
	font-size: 1.05rem;
	line-height: 170%;
	text-align: justify;
	font-feature-settings: 'palt';
	letter-spacing: 2.8px;
	margin-bottom: 25px;
}
.top_spirit_area p strong{
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 1.65rem;
	line-height: 150%;
	letter-spacing: 1.0px !important;
	text-align: justify;
}
.right{
	text-align: right !important;
}


/*OUR BUSINESS*/
.top_business_area{
	display: block;
	width: 100%;
	color: #000;
	padding: 125px 0 150px 0;
	float: left;
	clear: both;
}
.title_top_business{
	display: block;
	/*width: 680px;
	height:155px;*/
	width: 360px;
	height:35px;
	margin: 0 auto 80px auto;
}
.business_list{
	display: flex;
	width: 90%;
	max-width: 1240px;
	justify-content: space-between;
	color: #cca57e;
	padding: 0 0 0 0;
	margin: 0 auto;
}
.business_list li{
	display: inline-block;
	width: calc(31.5% - 30px);
	padding: 65px 20px 75px 10px;
	background-image: url("../images/top_business_bg.png");
	background-size: 100% 100%;
	transition: 0.4s;
}
.business_list li a{
	display: block;
	text-decoration: none !important;
}
.business_list li:hover{
	background-image: url("../images/top_business_bg_ro.png");
	transition: 0.3s;
	h3,p strong{
		color: #000 !important;
	}
}
.business_list li a h3{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width: 100%;
	text-align: center !important;
	font-size: 2.3rem !important;
	line-height: 140%;
	color: #fff;
	margin-bottom: 40px;
	transition: 0.2s;
}
.business_list li a h3 span{
	display: inline-block;
	width: 110%;
	transform: scale(0.85, 1.0);
	margin: 0 -5% !important;
}
.business_list li p{
	display: block;
	width: calc(100% - 60px);
	text-align: justify;
	font-size: 1.05rem;
	line-height: 160%;
	margin: 0 30px;
}
.business_list li a p strong{
	color: #cca57e;
}
.business_list li p strong{
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 1.5rem !important;
	line-height: 140%;
	transition: 0.2s;
}
.business_list li img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 50px auto;
}

#title_area{
	position: relative;
	width: 100%;
	height: auto;
	margin: 140px auto 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

/*company pforile*/
.title_profile{
	display: block;
	width: 90%;
	max-width: 468px;
	height: 35px;
	margin: 100px auto 100px auto;
}
.table_profile{
	display: table;
	width: 90%;
	max-width: 880px;
	color: #fff;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	text-align: left;
	margin:  0 auto 100px auto;
}
.table_profile th{
	display: table-cell;
	width: 200px;
	font-size: 0.9rem;
	line-height: 180%;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 55px !important;
}
.table_profile td{
	display: table-cell;
	width: auto;
	font-size: 0.9rem;
	line-height: 180%;
	vertical-align: top;
	padding-bottom: 35px !important;
}
.table_profile a{
	color: #fff;
}
.table_profile a:hover{
	text-decoration: none;
}

/*company partner*/
.title_partner{
	display: block;
	width: 460px;
	height: 35px;
	margin: 50px auto 100px auto;
}
.lead_partner{
	display: block;
	width: 90%;
	text-align: center;
	font-size: 1.65rem;
	color: #fff;
	margin: 0 auto 75px auto;
}

.partner_list_area{
	display: block;
	width: 100%;
	min-height: 200px;
	float: left;
	clear: both;
}
.partner_list_area article{
	display: block;
	width: 90%;
	min-height: 180px;
	max-width: 1190px;
	padding: 0;
	margin: 0 auto 70px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

.partner_list_icon{
	display: block;
	width: 22%;
	margin-left: 3%;
	float: left;
}
.partner_list_icon img{
	display: block;
	width: 78%;
	max-width: 180px;
	height: auto;
	float: left;
}
.partner_list_area article ul{
	display: flex;
	width: 75%;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
}
.partner_list_area article ul li{
	display: block;
	width: 27%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 160%;
	margin-left: 5%;
	margin-bottom: 50px;
}
.partner_list_area article ul li a{
	text-decoration: none !important;
	color: #fff;
	transition: 0.3s;
}
.partner_list_area article ul li a:hover{
	text-decoration: none !important;
	color: #cca57e;
	transition: 0.2s;
}
.partner_list_area article ul li a:hover>img{
	opacity: 0.5;
	transition: 0.2s;
}
.partner_list_area article ul li span{
	display: block;
	width: 100%;
	font-size: 0.8rem;
	line-height: 150% !important;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	margin-top: 10px !important;
	float: left;
	clear: both;
}
.partner_list_area article ul li img{
	display: block;
	width: 85%;
	max-width: 180px;
	height: auto;
	margin-bottom: 40px;
}
.partner_list_area .remarks{
	display: block;
	width: 70% !important;
	color: #fff;
	font-size: 0.9rem;
	margin: 100px 0 0 29%;
	float: left;
	clear: both;
}

/*partner single*/
.partner_single_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 85px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_area article{
	display: table;
	width: 90%;
	height: 100%;
	max-width: 840px;
	padding: 0;
	margin: 0 auto 150px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.title_partner_single{
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 110px auto 0 auto;
}
.title_partner_single img{
	display: block;
	width: 80px;
	height: auto;
}

.partner_single_left_column{
	display: table-cell;
	width: 48%;
	height: 100%;
}
.partner_single_photo{
	display: block;
	position: relative;
	width: 100%;
	/*height: 50%;*/
	height: auto;
}
.partner_single_photo img{
	display: block;
	position: relative;
	width: 75%;
	height: auto;
	margin-bottom: 50px;
}
.contact_bt{
	display: flex;
	width: 100%;
	/*height: 50% !important;*/
	height: auto;
	pointer-events: none;
	align-items: flex-start;
}
.contact_bt a{
	display: block;
	width: 77.5% !important;
	height: auto !important;
}
.contact_bt img{
	display: block;
	width: 100% !important;
	margin-bottom: 25px;
	pointer-events: all;
	transition: 0.2s;
}
.contact_bt img:hover{
	opacity: 0.5;
	transition: 0.2s;
}


.partner_single_right_column{
	display: table-cell;
	width: 52%;
	height: 100%;
	color: #fff;
	vertical-align: top;
}

.athlete_name{
	display: block;
	width: 100%;
	font-size: 2.25rem;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: 2.5px !important;
	margin: 70px 0 65px 0;
	float: left;
	clear: both;
}
.athlete_name span{
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	margin: 3px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_right_column .text2{
	font-size: 0.9rem;
	line-height: 200% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 80px 0;
}
.partner_single_right_column .text2{
	font-size: 0.9rem;
	line-height: 200% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	text-align: justify;
	margin: 80px 0 80px 0 !important;
}
.partner_single_right_column .text{
	font-size: 1.05rem;
	line-height: 190%;
}
.partner_single_right_column .text p{
	text-align: justify;
	margin-bottom: 20px;
}
.partner_single_right_column .text2 p{
	margin-bottom: 5px;
}
.strong_profile strong{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	font-weight: bold !important;
	margin-bottom: 30px !important;
	float: left;
	clear: both;
}
.strong_profile2 strong{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	font-weight: bold !important;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.cv{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.cv dt{
	display: block;
	width: 100px;
	margin-bottom: 15px;
	float: left;
}
.cv dd{
	display: block;
	width: calc(100% - 100px);
	margin-bottom: 15px;
	float: left;
}

.cv2{
	display: table;
	width: 100%;
	font-size: 0.9rem !important;
	letter-spacing: 0 !important;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.cv2 dt{
	display: table-cell;
	width: 100px;
	margin-bottom: 15px;
	float: left;
}
.cv2 dd{
	display: table-cell;
	width: calc(100% - 100px);
	margin-bottom: 15px;
	float: left;
}

.cv3{
	display: table;
	width: 100%;
	font-size: 0.9rem !important;
	letter-spacing: 0 !important;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.cv3 dt{
	display: table-cell;
	width: 30%;
	padding-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.cv3 dd{
	display: table-cell;
	width: calc(70% - 20px);
	margin-bottom: 15px;
	float: left;
}

.partner_single_right_column .icon{
	display: flex;
	width: 108%;
	list-style: none;
	flex-wrap:wrap !important;
	overflow: visible;
	border-top: solid 1px #cca57e;
	margin: 70px 0 0 0;
	padding: 45px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_right_column .icon li{
	display: block;
	width: 12.5%;
	height: 50px;
	margin-right: 7.5%;
	margin-bottom: 40px;
}
.partner_single_right_column .icon li a>img{
	transition: 0.2s;
}
.partner_single_right_column .icon li a:hover>img{
	opacity: 0.5;
	transition: 0.2s;
}

/*news list*/
#news_list_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 300px 0 0 0;
	float: left;
	clear: both;
}
.title_news_list{
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
#news_list_area .news_list{
	display: block;
	width: 90%;
	max-width: 1090px;
	color: #fff;
	padding: 0;
	margin: 0 auto 100px auto;
	overflow: auto;
	overflow-x: visible;
	overflow-y: visible;
	float: none;
	clear: both;
	list-style: none;
}
#news_list_area .news_list li{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
#news_list_area .news_list a{
	text-decoration: none;
	color: #fff !important;
}
#news_list_area .news_list a:hover{
	color: #cca57e !important;
}
#news_list_area .news_list li a{
	font-size: 1.1rem;
	line-height: 150%;
	letter-spacing: 0.5px;
}
#news_list_area .news_list li .thumbnail{
	display: block;
	width: 180px;
	height: auto;
	margin-right: 80px;
	float: left;
}
#news_list_area .news_list li img{
	display: block;
	width: 90px;
	height: auto;
	float: right;
}
.topic{
	display: inline;
	max-width: calc(100% - 260px);
	margin-top: 30px;
	float: left;
}
.date{
	display: inline-block;
	width: 150px;
}
.name{
	margin-right: 10px;
}

/*#news_list_area .news_list li:nth-child(1)*/

#news_list_area .news_list .news1{
	margin-top: -75px !important;
}

#news_list_area .news_list .news1{
	img{
		width: 180px !important;
		margin-top: 15px;
		margin-bottom: 50px;
	}
	a{
		font-size: 2.0rem !important;
		font-feature-settings: 'palt';
		letter-spacing: 1px;
	}
	.topic{
		margin-top: 0 !important;
	}
	.date{
		display: block;
		width: 150px;
		font-size: 1.1rem;
		margin-bottom: 20px;
		clear: both;
	}
}


/*news single*/
#news_single_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 300px 0 0 0;
	float: left;
	clear: both;
}
.title_news_single{
	display: block;
	width: 90% !important;
	height: 300px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 5% 0 5%;
}
.title_news_single span{
	font-size: 0.9rem;
}
.listmenu{
	display: block;
	width: 90%;
	max-width: 1190px;
	font-size: 0.9rem;
	color: #fff;
	padding: 0;
	margin: 0 auto 90px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.listmenu a{
	text-decoration: none;
	font-size: 0.9rem;
	color: #fff;
}
.listmenu a:hover{
    color: #cca57e;
}
#news_single_area article{
	display: block;
	width: 100%;
	max-width: 950px;
	min-height: 200px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 190%;
	letter-spacing: 0.5px;
	margin: 0 auto 100px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
#news_single_area article p{
	margin-bottom: 30px;
}

#news_single_area article a{
	color: #cca57e;
}
#news_single_area article a:hover{
	color: #fff;
	text-decoration: none;
}

.to_list a{
	display: block;
	text-decoration: none;
	width: 180px;
	font-size: 1.15rem;
	color: #000;
	text-align: center;
	background-color: #fff;
	padding: 12px 0 10px 0;
	margin: 0 auto 100px auto;
	float: none;
	clear: both;
	transition: 0.2s;
}
.to_list a:hover{
	background-color: #cca57e;
	transition: 0.2s;
}


/*contact*/
#contact_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 300px 0 0 0;
	float: left;
	clear: both;
}
.title_contact{
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
#contact_area article{
	display: block;
	width: 90%;
	max-width: 950px;
	min-height: 200px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 190%;
	letter-spacing: 0.5px;
	margin: 0 auto 100px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
#contact_area article p{
	margin-bottom: 30px;
}
#contact_area article label{
	color: #fff;
}
#contact_area article hr{
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	border-top:solid 1px #888;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
}

#contact_area article a{
	color: #cca57e;
}
#contact_area article a:hover{
	color: #fff;
	text-decoration: none;
}


/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:1.25rem;
	margin:50px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	display: inline-block;
	width: 36px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding:8px 0 7px 0;
	margin:0 3px;
    background-color: #fff;
	border: solid 1px #fff;
}
.pager .current{
	color:#fff;
	background-color: #000;
	border: solid 1px #fff;
}
.pager a{
	color:#000;
	transition: 0.2s;
}
.pager a:hover{
	color:#000;
	background-color: #cca57e;
	border: solid 1px #cca57e;
	transition: 0.2s;
}

/* メディアファイルレイアウト */
..alignnone{
	display: inline;
	float:none !important;
	clear: both;
	margin-bottom: 20px;
}
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

/*profile*/
.ceo{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 250%;
	letter-spacing: 2px;
	margin-bottom: 70px;
	float: left;
	clear: both;
}
.ceo span{
	font-size: 1.8rem;
	font-weight: 500 !important;
}


/*our business*/
.title_business{
	display: block;
	width: 360px;
	height: 35px;
	margin: 50px auto 100px auto;
}
.business_area{
	display: block;
	width: 100%;
	min-height: 200px;
	float: left;
	clear: both;
}
.business_area article{
	display: block;
	width: 90%;
	min-height: 180px;
	max-width: 1000px;
	color: #cca57e;
	padding: 0;
	margin: 0 auto 150px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

.business_area article p{
	color: #cca57e;
	text-align: justify;
	font-size: 1.05rem;
	line-height: 200%;
	margin-bottom: 25px;
}

.business_area article h3{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width: 100%;
	text-align: left !important;
	font-size: 1.8rem !important;
	line-height: 140%;
	color: #fff;
	margin-bottom: 10px;
	transition: 0.2s;
}
.business_area article p strong{
	display: block;
	width: 100%;
	text-align: left !important;
	font-size: 2.45rem !important;
	line-height: 140%;
	margin-bottom: 30px;
	transition: 0.2s;
}
.business_area article .text{
	display: block;
	width: calc(100% - 170px);
	float: right;
}
.business_area article .icon_area{
	display: block;
	width: 170px;
	float: left;
	margin-top: -23px !important;
}
.business_area article .icon_area img{
	display: block;
	width: 110px;
	height: auto;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
.link_area{
	display: flex;
	width: 90%;
	justify-content: space-between;
	margin: 60px 5% 0 5%;
}
.link_area .block{
	display: block;
	width: 45%;
}
.link_area .block img{
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0 0 40px -5px !important;
}
.link_area .block p{
	display: block;
	font-size: 0.9rem;
	line-height: 180%;
	color: #fff !important;
	margin-bottom: 15px;
}