@charset "UTF-8";


body{
	padding: 0;
	margin: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	display: none;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	display: none;
}


/*追加スペース*/
.space{
	display: block;
	width: 100%;
	height: 150px;
}
/*追加スペース*/
#global_sc{
	display: block;
	width: 100%;
	height: 100px;
}


/*メイン追加見出し*/
.main_mds{
	display: block;
	height: 300px;
	margin: 100px auto 0;
}
.main_mds h5{
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 40px;
}
.main_mds p{
	text-align: center;
	font-family: 'Yellowtail', cursive;;
	font-size: 35px;
	color: #F5D329;
	margin: 10px auto 20px;
}


/*準備中ページ*/
.junbichu{
	display:block;
	width: 100%;
	height: 600px;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	color: #FFFFFF;
	line-height: 600px;
}

/*記事ページのリンクの色*/
.shingle_wrapper a{
	color: #FFFFFF;
}


/*トップページのプロフィール*/
.top_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto -150px;
  width: 100%;
  height: 1400px;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
}



/*リードモア*/
.top_profile.readmore_link_prof{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #905D00;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 280px auto -200px;
  transition: 0.3s;
  z-index: 100;
}
.top_profile.readmore_link_prof:hover{
  font-size: 19px;
  background-color: #905D00;
}





/*プロフィールリンク集*/
.prof_flex{
	display: flex;
	position: relative;
	top: 240px;
	left: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: auto;
}
.business_item{
	display: block;
	position: relative;
	width: 50%;
	height: auto;
	padding: 20px 0 20px 0;
  text-decoration: none;
	border-right: solid 1px #000000;
}
.business_item:last-child{
	border-right: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.t_limited_consultant{
  background-color: #272403;
  transition: 0.3s;
}
.business_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.business_item:hover .business_item_uhk{
  opacity: 0;
}
.business_item:hover .t_limited{
  background-size: 200%;
}
.t_limited_consultant h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.t_limited_consultant h2 span{
	display: block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 3px;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}




/*single.phpの装飾*/
.single_contents{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: auto;
}
.single_content{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: auto;
}
.single_content p{
	display: block;
	width: 90% !important;
	max-width: 900px !important;
	margin: auto;
	padding-top: 60px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 200;
	text-align: justify;
}
figure{
	margin: 0 !important;
}


/*news.php ページネーションの装飾*/
.news_page_nation_none{
	display: none;
}
.nav-links{
	display: flex;
	justify-content: center;
	margin: 250px auto 50px;
	width: 100%;
}
.prev.page-numbers{
	display: block;
	padding: 15px 30px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 0px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
	margin: 0 5px;
}
.prev.page-numbers:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.next.page-numbers{
	display: block;
	padding: 15px 30px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 0px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
	margin: 0 5px;
}
.next.page-numbers:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.page-numbers.current{
	display: block;
	padding: 15px 10px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 0px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
	background-color: #473E0E;
	margin: 0 5px;
}
.page-numbers{
	display: block;
	padding: 15px 10px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 0px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
	margin: 0 auto 5px;
}
.page-numbers:hover{
  font-size: 19px;
  background-color: #473E0E;
}







/*アニメーション系共通*/

/*fade-in-up_load表示*/
.element_up_load {
  /* 最初は非表示 */
  transform: translateY(110px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}
/* フェードイン時に入るクラス */
.is-fadein_up_load {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
/*fade-in-in_load表示*/
.element_in_load {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}
/* フェードイン時に入るクラス */
.is-fadein_in_load {
  opacity: 1;
  visibility: visible;
}


/*fade-in-up表示*/
.element_up {
  /* 最初は非表示 */
  transform: translateY(110px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}
/* フェードイン時に入るクラス */
.is-fadein_up {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
/*fade-in-in表示*/
.element_in {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}

/* フェードイン時に入るクラス */
.is-fadein_in {
  opacity: 1;
  visibility: visible;
}

/*fade-in-right表示*/
.element_right {
  /* 最初は非表示 */
  transform: translateX(110px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}

/* フェードイン時に入るクラス */
.is-fadein_right {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}


/*fade-in-left表示*/
.element_left {
  /* 最初は非表示 */
  transform: translateX(-110px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  
  /* （装飾用スタイル） */
  width: 100%;
  height: auto;
  margin: auto;
}

/* フェードイン時に入るクラス */
.is-fadein_left {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}









/*ヘッダー*/
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000000;
	z-index: 9000;
}
.header_nk{
	display: flex;
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: auto;
}
.header_logo{
	display: block;
	position: absolute;
	top: 10px;
	left: 3%;
	width: 65px;
	height: auto;
}
nav.header_nav{
	display: block;
	margin: auto;
	width: 700px;
}
.header_nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.header_nav li{
	display: block;
	position: relative;
	list-style: none;
	margin:  0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 25%;
	border-bottom: solid 1px #2b2b2b;
	text-align: center;
}
.header_nav a{
	position: relative;
	width: 100%;
	color: #F5D329;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
}
.header_nav li::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #F5D329;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.5s;   /*変形の時間*/
}

.header_nav li:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.sns_fti{
	display: block;
	position: absolute;
	top: 28px;
	right: 3%;
}
.sns_fti a{
  display: inline-block;
  width: 30px;
  margin: auto;
  padding: 5px;
  vertical-align: middle;
  opacity: 0.7;
  transition: 0.3s;
}
.sns_fti a:hover{
  opacity: 1;
}


/*ハンバーガーメニュー（960px以下で表示）*/
.nav_toggle {
  display: none;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 99999;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.hamburger_nav {
  display: none;
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.hamburger_nav.show {
  opacity: 1;
  visibility: visible;
}








/*メイン要素*/
main{
	display: block;
	width: 100%;
	height: auto; 
	background-color: #000000;
	overflow: hidden;
}
.main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}



/*スライドショー*/
.swiper-container{
  display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide{
  display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide a{
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 700px;
  z-index: 1000;
  overflow: hidden;
}
.main_link_1{
  background-image: url("img/topimg_sag1.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_2{
  background-image: url("img/topimg_sag2.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_3{
  background-image: url("img/topimg_sag3.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_4{
  background-image: url("img/topimg_sag4.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_5{
  background-image: url("img/topimg_sag5.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_6{
  background-image: url("img/topimg_sag6.jpg");
  background-size: cover;
  background-position: center center;
}



.swiper-pagination-bullet {
  background-color: #FFFFFF;
}





.white_hr{
	display: block;
	position: absolute;
	top: 445px;
	width: 100%;
  z-index: 2000;
  border-color: #F5D329;
}




/*トップページNEWS*/
#news{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #101010;
	margin: 0px auto 0px;
	padding-bottom: 100px;
}
.toppage_mds{/*共通*/
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	color: #393216;
	margin: auto;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 40px;
	text-align: center;
}
.golden_hk{
	display: block;
	position: relative;
	top: 110px;
	width: 400px;
	height: 50px;
	margin: auto;
	background-image: url("img/goldenita.jpg");
	background-size: 110%;
	background-position: center center;
	transform: skew(-5deg, 0deg);
	z-index: 1000;
}

.newslist {
  max-width: 800px;
  margin: auto;
  position: relative;
  top: 180px;
  padding-left: 0;
  padding-bottom: 0px;
}
 
/*
@media screen and (max-width: 800px) {
  .newslist {
    font-size: 12px;
    padding: 0 15px;
  }
}
*/
 
.newslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 50px;
  border-top: 1px solid #272727;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
 
.newslist li:last-child {
  border-bottom: 1px solid #272727;
}
 
.newslist li time {
  padding-right: 60px;
  color: #9D9D9D;
  line-height: 55px;
}
 
.newslist li a {
  text-decoration: none;
  color: #9D9D9D;
  transition: 0.3s;
  margin-top: -5px;
}
.newslist li a:hover{
  color: #F5D329;
}
.newslist li p{
  line-height: 30px;
}
/*リードモア*/
.readmore_link{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 280px auto 0;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link:hover{
  font-size: 19px;
  background-color: #473E0E;
}






/*トップページCOMPANY*/
#company{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 200px auto 0;
	padding-bottom: 120px;
	background-image: url("img/top_project_hk.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}	
#company p{
	display: block;
	position: relative;
	top: 200px;
	width: 650px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
}


/*トップページPROJECT*/
#project{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 0px;
  background-color: #101010;
}
.project_flex{
	display: flex;
	position: relative;
	top: 200px;
	left: 0;
	width: 100%;
	height: auto;
}
.project_item{
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.t_limited{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_business{
  background-image: url("img/top_business_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_channel{
  background-image: url("img/top_channel_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_global{
  background-image: url("img/global_img4.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}


.project_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.project_item:hover .project_item_uhk{
  opacity: 0;
}
.project_item:hover .t_limited{
  background-size: 200%;
}
.project_item h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.p_mds_1{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_2{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 70%;
}
.p_mds_3{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_4{
	display: block;
  position: absolute;
	top: 52%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 93%;
}


.project_flex a:hover.project_item h2{
  color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  font-size: 20px;
  text-decoration: underline;
}
.project_flex a:hover{
  background-size: auto 105%;
}







/*フッター*/
footer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #1a1a1a;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 230px;
}



.footer_logo{
	display: block;
	width: 300px;
	margin: auto;
}
footer h5{
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 40px;
}
footer p{
	text-align: center;
	font-family: 'Yellowtail', cursive;;
	font-size: 35px;
	color: #F5D329;
	margin: 10px auto 20px;
}
.footer_company_link{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin-top: 30px;
	margin-right: 20px;
  transition: 0.3s;
}
.footer_company_link:hover{
  font-size: 19px;
  background-color: #473E0E;
  margin-top: 29px;
}
.footer_contact_link{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  margin-top: 30px;
	margin-left: 20px;
  transition: 0.3s;
}
.footer_contact_link:hover{
  font-size: 19px;
  background-color: #473E0E;
  margin-top: 29px;
}
.footer_sns_links{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
}
.footer_sns_links a{
  display: inline-block;
  width: 30px;
  margin: auto;
  padding: 30px 5px 5px 5px;
  vertical-align: middle;
  opacity: 1;
  transition: 0.3s;
}
.footer_sns_links p{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  font-weight: 200;
  color: #393216;
}









/*--------------------------
-------NEWSの装飾-------
--------------------------*/


.news_main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.news_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/topimg_news.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  z-index: 1400;
  opacity: 0.3;
}
.main_view_h1_sml{
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 100px;
	font-weight: 500;
	color: #FFFFFF;
  z-index: 2000;
}

#news_m{
	display: block;
	height: auto;
	padding-bottom: 280px;
}




/*--------------------------
-------PROFILEの装飾-------
--------------------------*/
.profile_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/profile_top.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  z-index: 1400;
  opacity: 0.8;
}
.profile_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding-bottom: 320px;
}

.company_prof_dl_2{
display: block;
position: relative;
top: 180px;
margin: auto;
width: 1000px;
height: auto;
list-style:none;
border: 1px solid #999999;
overflow:auto;
color: #FFFFFF;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 15px;
font-weight: 300;
}
.company_prof_dl_2 dt{
clear:both;
width: 250px;
float:left;
padding: 20px 0 0 50px;
border-top: 1px solid #999999;
}
.company_prof_dl_2 dt:nth-child(1){
  border-top: none;
}
.company_prof_dl_2 dd{
padding: 20px 50px 20px 250px;
border-top: 1px solid #999999;
}
.company_prof_dl_2 dd:nth-child(2){
  border-top: none;
}

/*リードモア*/
.readmore_link_prof{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 280px auto -200px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_prof:hover{
  font-size: 19px;
  background-color: #473E0E;
}




/*--------------------------
-------COMPANYの装飾-------
--------------------------*/
.company_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/company_top_hky.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  z-index: 1400;
  opacity: 0.8;
}
#company_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 0px;
}	
.company_p{
	display: block;
	position: relative;
	top: 160px;
	width: 650px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
	padding-bottom: 30px;
}



.company_main_mission{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 220px auto -250px;
  width: 100%;
  height: 950px;
  background-color: #101010;
  background-image: url("img/misson_hk.png");
  background-size: cover;
  background-position: center center;
}
.company_main_mission h2{
	display: block;
	position: relative;
	top: 200px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.mission_img_kr{
	display: block;
	position: relative;
	top: 200px;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 500px;
	height: auto;
}
.company_main_mission h3{
	display: block;
	position: relative;
	top: 210px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.company_main_mission p{
	display: block;
	position: relative;
	top: 280px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}




.company_main_tira{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
  height: 600px;
  padding-bottom: 600px;
  background-color: #000000;
}
.company_main_tira_h2_1{
	display: block;
	position: relative;
	top: 200px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.company_main_tira_p1{
	display: block;
	position: relative;
	top: 280px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}





.company_main_value{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
	height: 380px;
	padding-bottom: 380px;
  background-color: #101010;
  background-image: url("img/value_hk.png");
  background-size: cover;
  background-position: center center;
}


.company_main_value_h2_2{
	display: block;
	position: relative;
	top: 200px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}

.company_main_value_p1{
	display: block;
	position: relative;
	top: 240px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}
.company_main_value_value{
	display: flex;
	justify-content: center;
	position: relative;
	top: 250px;
	width: 900px;
	margin: 0 auto 30px;
}
.company_main_value_value span{
	display: block;
	width: 350px;
	padding-right: 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
  text-align: end;
	color: #F5D329;
}
.company_main_value_value img{
	display: block;
	width: 20px;
	height: 15px;
	padding: 5px 15px 0 15px;
}
.company_main_value_value p{
	display: block;
	width: 500px;
	padding-left: 30px;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 600;
	line-height: 0px;
  text-align: justify;
}



.company_main_vision{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 220px auto 0;
  width: 100%;
  height: 1400px;
  background-color: #101010;
}
.earth_img_kr{
	display: block;
	position: relative;
	top: 200px;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 800px;
	height: auto;
}
.company_main_vision p{
	display: block;
	position: relative;
	top: 280px;
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: center;
}


.company_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: 1250px;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
}



.ceo_sk_h1{
  display: block;
  position: absolute;
  top: 840px;
  left: 160px;
  color: #F5D329;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 45px;
  font-weight: 600;
  z-index: 10;
	line-height: 60px;
}
.ceo_sk_h2{
  display: block;
  position: absolute;
  top: 780px;
  left: 160px;
  color: #F5D329;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 300;
  z-index: 10;
}
.ceo_sk_h3{
  display: block;
  position: absolute;
  top: 500px;
  left: 300px;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 300;
  z-index: 10;
}
.ceo_title{
	display: block;
	position: relative;
	top: 180px;
    left: 250px;
	width: 400px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
  text-align: justify;
	z-index: 10;
	 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.ceo_ny{
	display: block;
	position: relative;
	top: 180px;
  left: 250px;
	width: 400px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
	z-index: 10;
	 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.ceo_histry{
	display: block;
	position: relative;
	top: 180px;
  left: 250px;
	width: 400px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
  text-align: justify;
	z-index: 10;
	 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}




.company_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: 1080px;
  background-color: #000000;
  padding-bottom: 0px;
}
.company_prof_dl{
display: block;
position: relative;
top: 180px;
margin: auto;
width: 1000px;
height: auto;
list-style:none;
border: 1px solid #999999;
overflow:auto;
color: #FFFFFF;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 15px;
font-weight: 300;
}
.company_prof_dl span{
	font-weight: 700;
}

.company_prof_dl dt{
clear:both;
width: 250px;
float:left;
padding: 20px 0 0 50px;
border-top: 1px solid #999999;
}
.company_prof_dl dt:nth-child(1){
  border-top: none;
}
.company_prof_dl dd{
padding: 20px 50px 20px 250px;
border-top: 1px solid #999999;
}
.company_prof_dl dd:nth-child(2){
  border-top: none;
}



.company_main_access{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 50px auto 0;
  width: 100%;
  height: 820px;
  background-color: #000000;
  padding-bottom: 0px;
}
.access_map{
  display: block;
  position: relative;
  top: 180px;
  width: 1000px;
  margin: auto;
}







/*--------------------------
-------PROJECTの装飾-------
--------------------------*/



.project_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/project_topyyyyy.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  z-index: 1400;
  opacity: 0.8;
}
#project_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 400px;
}	
.company_p{
	display: block;
	position: relative;
	top: 160px;
	width: 650px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}



.t_limited_p{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: auto 200%;
  background-position: center center;
  transition: 0.3s;
}
.project_item_uhk_hr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  opacity: 1;
  transition: 0.3s;
}

.project_pickup{
  display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  text-decoration: underline;
}

.project_st{
  display: block;
  position: relative;
  top: 160px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  border-top:none;
  color: #FFFFFF;
}

.tab-panel{
  display: block;
  position: relative;
  top: 160px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.tab-group{
  display: flex;
  justify-content: center;
  padding-left: 0;
  height: 60px;
  line-height: 60px;
}
.tab{
  position: relative;
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
  color: #B6B6B6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  background-color: #282403;
  transition: 0.3s;
}
.tab a{
  text-decoration: none;
  color: #FFFFFF;
}
.tab img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.tab-B img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.tab-D img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tab:hover{
  background:#3F390A;
  color: #FFFFFF;
}
.panel-group{
  height: auto;
  border-top:none;
  color: #FFFFFF;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#3F390A;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}



/*TIRALIMITED2020の中身*/
.limited_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 280px;
	 color: #FFFFFF;
}
.limited_t_mds{
	display: block;
	width: 500px;
	color: #6C6B48;
	margin: 30px auto 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.business_t_mds{
	display: block;
	width: 420px;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.channel_t_mds{
	display: block;
	width: 500px;
	color: #6C6B48;
	margin: 30px auto 25px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.limited_nk_1{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 830px;
}
.limited_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/top_limited_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	width: 400px;
}
.limited_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}

.limited_nk_1_hk_2{
	display: block;
	position: absolute;
	top: 330px;
	right: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/limited_mgn.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_2{
	display: block;
	position: absolute;
	top: 500px;
	left: 40px;
	width: 500px;
	padding: 0;
}
.limited_nk_1_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_1_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.limited_nk_mds_2{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.limited_flex{
	display: flex;
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	height: auto;
}
.limited_item{
	display: block;
	position: relative;
	width: 50%;
	height: 450px;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.t_limited_j{
  background-image: url("img/limited_jp_hk4.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_limited_w{
  background-image: url("img/limited_w_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.limited_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.limited_item:hover .limited_item_uhk{
  opacity: 0;
}
.limited_item:hover .t_limited{
  background-size: 200%;
}

.limited_item h2{
	display: block;
  position: absolute;
	top: 60%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size: 38px;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
	opacity: 0.5;
}
.p_mds_1_h{
	display: block;
  position: absolute;
	top: 45%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}


.project_flex a:hover{
  background-size: auto 105%;
}

/*リードモアLIMITED*/
.readmore_link_limited_j{/*共通*/
	display: block;
  position: absolute;
	top: 500px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_j:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.readmore_link_limited_w{/*共通*/
	display: block;
  position: absolute;
	top: 500px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_w:hover{
  font-size: 19px;
  background-color: #473E0E;
}




.global_nk_10{
	display: block;
	position: relative;
	margin: 250px auto 0;
	height: 300px;
}



.limited_nk_3{
	display: block;
	position: relative;
	margin: 300px auto 0;
	height: 650px;
}
.limited_nk_mds_3{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_3 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}


.limited_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 80px;
	left: 200px;
	padding-left: 0;
    color: #FFFFFF;
}
.limited_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	 color: #FFFFFF;
}
.limited_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.limited_nk_3_ul_2{
	display: block;
	position: absolute;
	top: 80px;
	right: 40px;
	width: 500px;
	padding: 0;
	 color: #FFFFFF;
}
.limited_nk_3_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_3_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.limited_nk_3_hk{
	display: block;
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/limited_last_hky.jpg");
	background-size: cover;
	background-position: center center;
}










/*パネルTIRABUSINESSの中身*/

.business_nk_1{
	display: block;
	position: relative;
	margin: 140px auto 0;
	height: 500px;
}
.business_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/top_business_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}

.business_ir{
	display: block;
	text-align: center;
	color: #DFDFDF;
	margin: 70px auto 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}




.business_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: auto;
}

.business_flex.top_business{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 200px;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.business_item{
	display: block;
	position: relative;
	width: 24%;
	height: 110px;
  text-decoration: none;
	border-right: solid 1px #000000;
}
.business_item:last-child{
	border-right: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.t_limited_consultant{
  background-color: #272403;
  transition: 0.3s;
}
.business_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.business_item:hover .business_item_uhk{
  opacity: 0;
}
.business_item:hover .t_limited{
  background-size: 200%;
}
.t_limited_consultant h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.t_limited_consultant h2 span{
	display: block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 3px;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}



.business_nk_1{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 450px;
}
.business_nk_mds_1{
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}

.business_nk_mds_1 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #F5D329;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_1 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}





.business_nk_mds_2{
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}
.business_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}

.business_mds_h5{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 55px auto 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}


.business_nk_2{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 480px;
}
.business_nk_2_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image:url("img/consulting_bhk.jpg");
	background-size: cover;
	background-position: center center;
}






.business_nk_3{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 450px;
}
.business_nk_mds_3{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.business_nk_mds_3 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}



.business_nk_4{
	display: block;
	position: relative;
	margin: 120px auto 0;
	height: 250px;
}
.business_nk_mds_4{
	display: block;
	position: relative;
	top: 50px;
	left: 0;
}
.business_nk_mds_4 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_4 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}


.business_nk_5{
	display: block;
	position: relative;
	margin: 120px auto 0;
	height: 250px;
}
.business_nk_mds_5{
	display: block;
	position: relative;
	top: 50px;
	left: 0;
}
.business_nk_mds_5 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_5 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}


.business_nk_8{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 280px;
}
.business_nk_mds_6{
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}
.business_nk_mds_6 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_6 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.business_nk_8_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/global_img2.jpg");
	background-size: 105%;
	background-position: center center;
}


.business_nk_9{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 450px;
}
.business_nk_mds_7{
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}
.business_nk_mds_7 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_7 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.business_nk_9_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/management_bhk.jpg");
	background-size: 105%;
	background-position: center center;
}



.business_nk_10{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 450px;
}
.business_nk_mds_8{
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}
.business_nk_mds_8 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_8 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}










.business_nk_3_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/sportsbusiness_bhk.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 0px;
	left: 40px;
	width: 400px;
	padding: 0;
	color: #FFFFFF;
}
.business_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.business_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
	color: #FFFFFF;
}



.business_nk_4_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/event_bhk.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_5_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/management_bhk.jpg");
	background-size: 105%;
	background-position: center center;
}
.business_nk_6_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_7_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.business_nk_last{
	display: block;
	position: relative;
	margin: 40px auto 0;
	height: 680px;
}
.business_nk_last_hk{
	display: block;
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}



.business_flex_2{
	display: flex;
	position: relative;
	top: 30px;
	left: 0;
	width: 100%;
	height: 0;
}








/*パネルティラカルSAKAIチャンネルの中身*/

#channel_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 150px;
}	

.channel_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 60px;
	 color: #FFFFFF;
}

.channel_nk_1{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 450px;
}


.channel_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/top_channel_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}




.channel_nk_mds_2{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.channel_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.channel_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.channel_nk_2{
	display: block;
	position: relative;
	margin: 50px auto 0;
	height: 480px;
}

.channel_flex{
	display: flex;
	position: relative;
	justify-content: space-between;
	top: 40px;
	left: 0;
	width: 100%;
	height: auto;
}
.channel_flex a{
	width: 30%;
}
.channel_item{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.t_youtube{
  background-color: #272403;
  transition: 0.3s;
}
.channel_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.channel_item:hover .channel_item_uhk{
  opacity: 0;
}

/*リードモア　ティラカルSAKAIチャンネル*/
.readmore_link_channel{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 120px auto 0;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_channel:hover{
  font-size: 19px;
  background-color: #473E0E;
}








/*グローバルアカデミーの装飾*/
/*グローバルスタデイのリードモア*/

.global_nk_1{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 450px;
}
.global_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}
.global_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 0;
	right: 100px;
}
.global_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.global_nk_last{
	display: block;
	position: relative;
	margin: 40px auto 0;
	height: 830px;
}

.global_nk_last_ul_1{
	display: block;
	position: absolute;
	top: 80px;
	left: 100px;
	width: 400px;
	padding-left: 0;
    color: #FFFFFF;
}
.global_nk_last_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	 color: #FFFFFF;
}
.global_nk_last_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_ul_2{
	display: block;
	position: absolute;
	top: 80px;
	right: 100px;
	width: 400px;
	padding: 0;
	 color: #FFFFFF;
}
.global_nk_last_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_last_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_hk{
	display: block;
	position: absolute;
	top: 420px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 60px auto -60px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.global_nk_3{
	display: block;
	position: relative;
	margin: 20px auto 0;
	height: 80px;
}






/*--------------------------
-------CONTACTの装飾-------
--------------------------*/
.contact_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/contact_top.jpg");
  background-size: cover;
  background-position: center bottom;
  height: 700px;
  z-index: 1400;
  opacity: 0.5;
}
#contact_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 0px;
}	



.inquiry_hon{
  display: block;
  width: 900px;
  height: auto;
  margin: 100px auto;
}
.inquiry_hon_ue{
  display: block;
  width: 100%;
  height: auto;
}
.inquiry_hon p{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  margin: 20px 0 5px 0;
  color: #FFFFFF;
}



.personal_information{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #FFFFFF;
	margin: 60px auto;
	padding: 10px 0 25px 0;
}
.personal_information p{
	display: block;
	width: auto;
	height: auto;
	text-align: justify;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	padding: 0 30px 0;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 5px 1em;
	display: block;
	color: #ffffff;
	width: 90%;
	margin: 20px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 200;
	cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 6px );
	left: 235px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0px 20px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.content h1{
	color: #ffffff;
	width: 95%;
	margin: 20px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 500;
}
.content p{
	color: #ffffff;
	width: 95%;
	margin: 5px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 200;
}







/*contact.phpの装飾*/
.wpcf7-response-output{
	color: #FFFFFF;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
}


input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="reset"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input::-ms-clear {
    visibility:hidden
}
input::-ms-reveal {
    visibility:hidden
}

.recruitment{
	display: block;
	text-align: center;
	margin: 100px auto 50px;
}

.h-adr{
	display: block;
	width: 900px;
	max-width: 900px;
	margin: 60px auto 0;
  background-color: #F0F0E8;
  padding: 20px 50px 20px 50px;
  border-radius: 5px;
}

.contact_form_dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 15px auto;
}
.contact_form_dt{
  width: 25%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 35px;
}
.contact_form_dt p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

.contact_form_dd{
  width: 70%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact_form_dd p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}


.wpcf7-form-control-wrap input[type="text"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="email"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="tel"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.yubindesu input[type="number"]{
	width: 85%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 10px;
}

.contact_form_dd input[type="radio"]{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 10px auto;
}

.yubin{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: -10px auto 0px;
}
.yubindesu p{
  display: flex;
  line-height: 30px;
  width: 70%;
  height: 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

label span{
  font-size: 14px;
  color: #FF0000;
}
.contact_form_dt span{
  font-size: 14px;
  color: #FF0000;
}

textarea{
	width: 100%;
  height: 150px;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}


.submit_rs{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 180px auto 30px;
  padding-left: 0;
}
.submit_rs li{
  display: block;
  list-style-type: none;
}
.submit_rs li input[type="reset"]{
  display: block;
  width: 150px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  color: #000000;
  background-color: #D2D2B3;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.submit_rs li input[type="reset"]:hover{
  opacity: 0.6;
}
.submit_rs li input[type="submit"]{
  display: block;
  width: 150px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 16px;
  background: linear-gradient(135deg, #706301, #3E3A01);
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  color: #FFFFFF;
}
.submit_rs li input[type="submit"]:hover{
  opacity: 0.6;
}

/*ラジオボタン*/
.wpcf7-list-item.first {
  margin: 8px 0 0 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
	color: #000000;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}











/*記事のページ（single.php）の装飾*/
.shingle_wrapper{
  display: block;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  background-color: #1E1E1E;
}
.single_contents{
  display: block;
  width: 80%;
  height: auto;
  max-width: 1000px;
  color: #FFFFFF;
  margin: auto;
  padding: 180px 0 150px 0;
}
.single_title{
  display: block;
  position: relative;
  top: 0px;
  width: 80%;
  height: auto;
  max-width: 800px;
  color: #FFFFFF;
  margin: auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 25px;
  font-weight: 500;
}
.single_thumbnail{
  display: block;
  width: 80%;
  max-width: 800px;
  height: 400px;
  color: #FFFFFF;
  background-color: #C9C9C9;
  margin: 30px auto 30px;
}
.single_content{
  display: block;
  width: 80%;
  max-width: 800px;
  height: auto;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: 200;
  padding-top: 50px;
  margin: auto;
}

.article-published{
	display: block;
  width: 80%;
  max-width: 800px;
  height: auto;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: 200;
	margin: auto;
}

.prev_next{
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 800px;
  margin: 100px auto 0;
}
.prev_next p{
  display: block;
  margin: auto;
}
.prev_next a{
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: 200;
}











@media screen and (max-width:1150px) {
 
	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
	
.ceo_sk_h1{
  display: block;
  position: absolute;
  top: 700px;
  left: 40px;
  color: #F5D329;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 45px;
  font-weight: 600;
  z-index: 10;
	line-height: 60px;
}
.ceo_sk_h2{
  display: block;
  position: absolute;
  top: 630px;
  left: 40px;
  color: #F5D329;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 300;
  z-index: 10;
}
	
/*グローバルアカデミーの装飾*/
/*グローバルスタデイのリードモア*/

.global_nk_1{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 450px;
}
.global_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 400px;
	background-image: url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}
.global_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 0;
	right: 100px;
}
.global_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.global_nk_last{
	display: block;
	position: relative;
	margin: 40px auto 0;
	height: 830px;
}

.global_nk_last_ul_1{
	display: block;
	position: absolute;
	top: 80px;
	left: 100px;
	width: 380px;
	padding-left: 0;
    color: #FFFFFF;
}
.global_nk_last_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	 color: #FFFFFF;
}
.global_nk_last_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_ul_2{
	display: block;
	position: absolute;
	top: 80px;
	right: 100px;
	width: 380px;
	padding: 0;
	 color: #FFFFFF;
}
.global_nk_last_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_last_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_hk{
	display: block;
	position: absolute;
	top: 420px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 60px auto -60px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.global_nk_3{
	display: block;
	position: relative;
	margin: 20px auto 0;
	height: 80px;
}




}





@media screen and (max-width:960px) {
 
	/*　画面サイズが960px以下の場合ここの記述が適用される　*/
	
/*追加スペース*/
#global_sc{
	display: block;
	width: 100%;
	height: 230px;
}
	
	
/*トップページのプロフィール*/
.top_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto -100px;
  width: 100%;
  height: 1000px;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
}


/*リードモア*/
.readmore_link.top_readmore{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 300px auto -200px;
  transition: 0.3s;
  z-index: 100;
}
.top_profile.readmore_link_prof:hover{
  font-size: 19px;
  background-color: #473E0E;
}
	
	
	
/*プロフィールリンク集*/
.prof_flex{
	display: flex;
	position: relative;
	top: 180px;
	left: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: auto;
}
	
	

/*news.php ページネーションの装飾*/
.news_page_nation_none{
	display: none;
}
.nav-links{
	display: flex;
	justify-content: center;
	margin: 180px auto 0px;
	width: 100%;
}
	
	
	
	
	

/*ヘッダー*/
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000000;
	z-index: 9000;
}
.header_nk{
	display: flex;
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: auto;
}
.header_logo{
	display: block;
	position: absolute;
	top: 10px;
	left: 3%;
	width: 65px;
	height: auto;
}
nav.header_nav{
	display: none;
	margin: auto;
	width: 700px;
}
.header_nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.header_nav li{
	display: block;
	position: relative;
	list-style: none;
	margin:  0;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 25%;
	border-bottom: solid 1px #2b2b2b;
	text-align: center;
}
.header_nav a{
	position: relative;
	width: 100%;
	color: #F5D329;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
}
.header_nav li::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #F5D329;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.5s;   /*変形の時間*/
}

.header_nav li:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.sns_fti{
	display: block;
	position: absolute;
	top: 28px;
	right: 15%;
}
.sns_fti a{
  display: inline-block;
  width: 35px;
  margin: auto;
  padding: 5px;
  vertical-align: middle;
  opacity: 0.7;
  transition: 0.3s;
}
.sns_fti a:hover{
  opacity: 1;
}


/*ハンバーガーメニュー（960px以下で表示）*/
.nav_toggle {
  display: block;
  position: absolute;
  top: 40px;
  right: 25px;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 9999;
  cursor: pointer;
}
.nav_toggle i {
  display: block;
　position: relative;
  width: 100%;
  height: 2px;
  background-color: #F5D329;
  position: absolute;
  transition: transform .5s, opacity .5s;
　z-index: 9999;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.hamburger_nav {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,1));/*背景色（グラデーション）*/
  z-index: 9100;
  overflow: hidden;
}
.hamburger_nav_nk{
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.hamburger_nav.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.hamburger_nav_logo{
  display: block;
  position: fixed;
  height: auto;
  top: -50px;
  left: 20px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
}
.hamburger_nav_logo.show {
  top: 15px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.nav_menu_ul{
	display: block;
	list-style: none;
	padding-left: 0;
	width: 100%;
	text-align: center;
	position: fixed;
  height: auto;
  top: 80px;
  opacity: 0;
  visibility: hidden;
}
.nav_menu_ul.show {
  top: 100px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.nav_menu_li{
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	margin:  auto;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.nav_menu_li_now{
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	margin:  auto;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #F5D329;
}
.nav_menu_li_now a{
	position: relative;
	width: 100%;
	color: #2F2600;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
}
.nav_menu_li a{
	position: relative;
	width: 100%;
	color: #F5D329;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
}

	

	
	
	




/*メイン要素*/
main{
	display: block;
	width: 100%;
	height: auto; 
	background-color: #000000;
	overflow: hidden;
}
.main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 65vw;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}



/*スライドショー*/
.swiper-container{
  display: block;
	position: relative;
	top: 0vw;
	left: 0;
	width: 100%;
	height: 65vw;
	background-color: #000000;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide{
  display: block;
	position: relative;
	top: 60px;
	left: 0;
	width: 100%;
	height: 65vw;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide a{
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 60vw;
  z-index: 1000;
  overflow: hidden;
}
.main_link_1{
  background-image: url("img/tira_top_sp1.jpg");
  background-size: cover;
  background-position: center center;
}
.main_link_2{
  background-image: url("img/tira_top_sp2.jpg");
  background-size: cover;
  background-position: center right;
}
.main_link_3{
  background-image: url("img/tira_top_sp3.jpg");
  background-size: cover;
  background-position: center right;
}
.main_link_4{
  background-image: url("img/tira_top_sp4.jpg");
  background-size: cover;
  background-position: center right;
}
.main_link_5{
  background-image: url("img/tira_top_sp5.jpg");
  background-size: cover;
  background-position: center right;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
}




.white_hr{
	display: block;
	position: absolute;
	top: 445px;
	width: 100%;
  z-index: 2000;
  border-color: #F5D329;
}





/*トップページNEWS*/
#news{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #101010;
	margin: 0px auto 0px;
	padding-bottom: 60px;
}
.toppage_mds{/*共通*/
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	color: #393216;
	margin: auto;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 40px;
	text-align: center;
}
.golden_hk{
	display: block;
	position: relative;
	top: 60px;
	width: 300px;
	height: 50px;
	margin: auto;
	background-image: url("img/goldenita.jpg");
	background-size: cover;
	transform: skew(-5deg, 0deg);
	z-index: 1000;
}

.newslist {
  max-width: 95%;
  margin: auto;
  position: relative;
  top: 120px;
  padding-left: 0;
}
 

 
.newslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 50px;
  border-top: 1px solid #272727;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
 
.newslist li:last-child {
  border-bottom: 1px solid #272727;
}
 
.newslist li time {
  padding-right: 60px;
  color: #9D9D9D;
  line-height: 40px;
}
 
.newslist li a {
  text-decoration: none;
  color: #9D9D9D;
  transition: 0.3s;
  margin-top: -5px;
}
.newslist li a:hover{
  color: #F5D329;
}
.newslist li p{
  line-height: 20px;
}

/*リードモア*/
.readmore_link{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 180px auto 0;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link:hover{
  font-size: 19px;
  background-color: #473E0E;
}






/*トップページCOMPANY*/
#company{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 180px auto 0;
	padding-bottom: 80px;
	background-image: url("img/top_project_hk.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}	
#company p{
    width: 95%;
    max-width: 650px;
  display: block;
	position: relative;
	top: 120px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
}



/*トップページPROJECT*/
#project{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 0px;
  background-color: #101010;
}
.project_flex{
	display: flex;
	position: relative;
	top: 120px;
	left: 0;
	width: 100%;
	height: auto;
}
.project_item{
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}


  to {
    opacity: 1;
  transform: translateY(0);
  }

.t_limited{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_business{
  background-image: url("img/top_business_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_channel{
  background-image: url("img/top_channel_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_global{
  background-image: url("img/global_img4.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}

	
.project_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.project_item:hover .project_item_uhk{
  opacity: 0;
}
.project_item:hover .t_limited{
  background-size: 200%;
}
.project_item h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.p_mds_1{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_2{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 70%;
}
.p_mds_3{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_4{
	display: block;
  position: absolute;
	top: 52%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 93%;
}


.project_flex a:hover.project_item h2{
  color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  font-size: 20px;
  text-decoration: underline;
}
.project_flex a:hover{
  background-size: auto 105%;
}

	
	
.global_nk_10{
	display: block;
	position: relative;
	margin: 350px auto -50px;
	height: 300px;
}






/*フッター*/
footer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #1a1a1a;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 230px;
}
.footer_logo{
	display: block;
	width: 300px;
	margin: auto;
}
footer h5{
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 40px;
}
footer p{
	text-align: center;
	font-family: 'Yellowtail', cursive;;
	font-size: 35px;
	color: #F5D329;
	margin: 10px auto 20px;
}
.footer_company_link{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin-top: 30px;
	margin-right: 20px;
  transition: 0.3s;
}
.footer_company_link:hover{
  font-size: 19px;
  background-color: #473E0E;
  margin-top: 29px;
}
.footer_contact_link{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  margin-top: 30px;
	margin-left: 20px;
  transition: 0.3s;
}
.footer_contact_link:hover{
  font-size: 19px;
  background-color: #473E0E;
  margin-top: 29px;
}
.footer_sns_links{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
}
.footer_sns_links a{
  display: inline-block;
  width: 40px;
  margin: auto;
  padding: 30px 5px 5px 5px;
  vertical-align: middle;
  opacity: 1;
  transition: 0.3s;
}
.footer_sns_links p{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  font-weight: 200;
  color: #393216;
}









/*--------------------------
-------NEWSの装飾-------
--------------------------*/


.news_main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.news_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/topimg_news.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  z-index: 1400;
  opacity: 0.3;
}
.main_view_h1_sml{
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 100px;
	font-weight: 500;
	color: #FFFFFF;
  z-index: 2000;
}
	
	
/*--------------------------
-------PROFILEの装飾-------
--------------------------*/

.profile_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding-bottom: 220px;
}
/*リードモア*/
.readmore_link_prof{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 180px auto -100px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_prof:hover{
  font-size: 19px;
  background-color: #473E0E;
}






/*--------------------------
-------COMPANYの装飾-------
--------------------------*/
.company_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/company_top_hky.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  z-index: 1400;
  opacity: 0.8;
}
#company_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 0px;
}	
#company_main p{
	display: block;
	position: relative;
	top: 120px;
	width: 95%;
  max-width: 650px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
	padding-bottom: 0px;
}
	
	
.company_main_mission{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 220px auto -250px;
  width: 100%;
  height: 850px;
  background-color: #101010;
  background-image: url("img/misson_hk.png");
  background-size: cover;
  background-position: center center;
}
.company_main_mission h2{
	display: block;
	position: relative;
	top: 100px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.mission_img_kr{
	display: block;
	position: relative;
	top: 100px;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 500px;
	height: auto;
}
.company_main_mission h3{
	display: block;
	position: relative;
	top: 110px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.company_main_mission p{
	display: block;
	position: relative;
	top: 140px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}

	
	
	
.company_main_tira{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
  height: 460px;
  padding-bottom: 460px;
  background-color: #000000;
}
.company_main_tira_h2_1{
	display: block;
	position: relative;
	top: 100px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.company_main_tira_p1{
	display: block;
	position: relative;
	top: 140px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
}






.company_main_value{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
  height: auto;
  padding-bottom: 270px;
  background-color: #101010;
  background-image: url("img/value_hk.png");
  background-size: cover;
  background-position: center center;
}

.company_main_value_h2_2{
	display: block;
	position: relative;
	top: 140px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}


.company_main_value_value{
	display: block;
	justify-content: center;
	position: relative;
	top: 200px;
	width: 100%;
	margin: 0 auto 20px;
}
.company_main_value_value span{
	display: block;
	width: 95%;
	padding-right: 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
  text-align: center;
	color: #F5D329;
}
.company_main_value_value img{
	display: none;
	width: 20px;
	height: 15px;
	padding: 5px 15px 0 15px;
}
.company_main_value_value p{
	display: block;
	width: 95%;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
  text-align: center;
}

	

.company_main_vision{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 160px auto 0;
  width: 100%;
  height: auto;
  background-color: #101010;
  padding-bottom: 240px;
}
.earth_img_kr{
	display: block;
	position: relative;
	top: 120px;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 800px;
	height: auto;
}
.company_main_vision p{
	display: block;
	position: relative;
	top: 180px;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: center;
}

.company_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: auto;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
  padding-bottom: 350px;
}



.ceo_sk_h1{
  display: block;
  position: absolute;
  top: 170px;
  left: 40px;
  color: #F5D329;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 35px;
  font-weight: 600;
  z-index: 10;
	line-height: 43px;
}
.ceo_sk_h2{
  display: block;
  position: absolute;
  top: 100px;
  left: 40px;
  color: #F5D329;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 300;
  z-index: 10;
}
.ceo_sk_h3{
  display: block;
  position: absolute;
  top: 200px;
  left: 40px;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 300;
  z-index: 10;
}
.ceo_title{
	display: block;
	position: relative;
	top: 280px;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
  text-align: justify;
	z-index: 10;
}
.ceo_ny{
	display: block;
	position: relative;
	top: 270px;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 40px;
  text-align: justify;
	z-index: 10;
}
.ceo_histry{
	display: block;
	position: relative;
	top: 270px;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
  text-align: justify;
	z-index: 10;
}




.company_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding-bottom: 230px;
}
.company_prof_dl{
display: block;
position: relative;
top: 120px;
margin: auto;
width: 98%;
list-style:none;
border: 1px solid #999999;
overflow:auto;
color: #FFFFFF;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 15px;
font-weight: 300;
}
.company_prof_dl dt{
clear:both;
width: 200px;
float:left;
padding: 20px 0 0 30px;
border-top: 1px solid #999999;
}
.company_prof_dl dt:nth-child(1){
  border-top: none;
}
.company_prof_dl dd{
padding: 20px 50px 20px 200px;
border-top: 1px solid #999999;
}
.company_prof_dl dd:nth-child(2){
  border-top: none;
}

.company_main_access{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: -10vw auto 0;
  width: 100%;
  height: 720px;
  padding-bottom: 0px;
}
.access_map{
  display: block;
  position: relative;
  top: 120px;
  width: 98%;
  margin: auto;
}







/*--------------------------
-------PROJECTの装飾-------
--------------------------*/
.project_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/project_topyyyyy.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  z-index: 1400;
  opacity: 0.8;
}
#project_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 400px;
}




.t_limited_p{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: auto 200%;
  background-position: center center;
  transition: 0.3s;
}
.project_item_uhk_hr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  opacity: 1;
  transition: 0.3s;
}
.project_pickup{
  display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  text-decoration: underline;
}


.project_st{
  display: block;
  position: relative;
  top: 120px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  border-top:none;
  color: #FFFFFF;
}

.tab-panel{
  display: block;
  position: relative;
  top: 160px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.tab-group{
  display: flex;
  justify-content: center;
  padding-left: 0;
  height: 60px;
  line-height: 60px;
}
.tab{
  position: relative;
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
  color: #B6B6B6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  background-color: #282403;
  transition: 0.3s;
}
.tab a{
  text-decoration: none;
  color: #FFFFFF;
}
.tab img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.tab-B img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.tab-D img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tab:hover{
  background:#3F390A;
  color: #FFFFFF;
}
.panel-group{
  height: auto;
  border-top:none;
  color: #FFFFFF;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#3F390A;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}



/*TIRALIMITED2020の中身*/
.limited_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 280px;
	 color: #FFFFFF;
}
.limited_t_mds{
	display: block;
	width: 90%;
	max-width: 500px;
	color: #6C6B48;
	margin: 0px auto 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.business_t_mds{
	display: block;
	width: 90%;
	max-width: 420px;
	color: #6C6B48;
	margin: 0px auto 15px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.channel_t_mds{
	display: block;
	width: 500px;
	color: #6C6B48;
	margin: 30px auto 25px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.limited_nk_1{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 1350px;
}
.limited_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 400px;
	background-image: url("img/top_limited_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 400px;
	left: 10%;
}
.limited_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}

.limited_nk_1_hk_2{
	display: block;
	position: absolute;
	top: 700px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 400px;
	background-image: url("img/limited_mgn.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_2{
	display: block;
	position: absolute;
	top: 1150px;
	left: 10%;
	width: 500px;
	padding: 0;
}
.limited_nk_1_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_1_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.limited_nk_mds_2{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.limited_flex{
	display: flex;
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	height: auto;
}
.limited_item{
	display: block;
	position: relative;
	width: 50%;
	height: 450px;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.t_limited_j{
  background-image: url("img/limited_jp_hk4.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_limited_w{
  background-image: url("img/limited_w_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.limited_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.limited_item:hover .limited_item_uhk{
  opacity: 0;
}
.limited_item:hover .t_limited{
  background-size: 200%;
}
.limited_item h2{
	display: block;
  position: absolute;
	top: 55%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size: 38px;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
	opacity: 0.5;
}
.p_mds_1_h{
	display: block;
  position: absolute;
	top: 45%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}


.project_flex a:hover{
  background-size: auto 105%;
}

/*リードモアLIMITED*/
.readmore_link_limited_j{/*共通*/
	display: block;
  position: absolute;
	top: 500px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_j:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.readmore_link_limited_w{/*共通*/
	display: block;
  position: absolute;
	top: 500px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_w:hover{
  font-size: 19px;
  background-color: #473E0E;
}





.limited_nk_3{
	display: block;
	position: relative;
	margin: 300px auto 0;
	height: 650px;
}
.limited_nk_mds_3{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_3 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}


.limited_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 80px;
	left: 10%;
	padding-left: 0;
    color: #FFFFFF;
}
.limited_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	 color: #FFFFFF;
}
.limited_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.limited_nk_3_ul_2{
	display: block;
	position: absolute;
	top: 250px;
	left: 10%;
	width: 500px;
	padding: 0;
	 color: #FFFFFF;
}
.limited_nk_3_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.limited_nk_3_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.limited_nk_3_hk{
	display: block;
	position: absolute;
	top: 450px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/limited_last_hky.jpg");
	background-size: cover;
	background-position: center center;
}










/*パネルTIRABUSINESSの中身*/

.business_nk_1{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 650px;
}


.business_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 400px;
	background-image: url("img/top_business_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}

.business_ir{
	display: block;
	text-align: center;
	color: #DFDFDF;
	margin: 280px auto 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}




.business_flex{
	display: flex;
  flex-wrap: wrap;
	position: relative;
	top: -30px;
	left: 0;
	width: 100%;
	height: auto;
}
.business_flex.top_business{
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
	position: relative;
	top: 130px;
	left: 0;
	width: 100%;
	height: 500px;
	padding-bottom: 60px;
}
.business_item{
	display: block;
	position: relative;
	width: 49%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
  text-decoration: none;
	border-right: solid 1px #000000;
}
.business_item:last-child{
	border-right: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.t_limited_consultant{
  background-color: #272403;
  transition: 0.3s;
}
.business_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.business_item:hover .business_item_uhk{
  opacity: 0;
}
.business_item:hover .t_limited{
  background-size: 200%;
}
.t_limited_consultant h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.t_limited_consultant h2 span{
	display: block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	font-weight: 200;
	color: #F5D329;
	margin-top: 3px;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}




	
	
.business_nk_mds_1{
	display: block;
	position: relative;
	top: -40px;
	left: 0;
}
.business_nk_mds_1 h1{
	display: block;
	text-align: center;
	color: #F5D329;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_1 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.business_nk_1{
	display: block;
	position: relative;
	margin: 50px auto 0;
	height: 400px;
}
.business_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image:url("img/consulting_bhk.jpg");
	background-size: cover;
	background-position: center center;
}





.business_nk_mds_2{
	display: block;
	position: relative;
	top: 50px;
	left: 0;
}
.business_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.business_nk_2{
	display: block;
	position: relative;
	margin: 20px auto 0;
	height: 600px;
}
.business_nk_2_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image:url("img/consulting_bhk.jpg");
	background-size: cover;
	background-position: center center;
}



.business_nk_3{
	display: block;
	position: relative;
	margin: 160px auto 0;
	height: 380px;
}
.business_nk_mds_3{
	display: block;
	position: relative;
	top: 80px;
	left: 0;
}
.business_nk_mds_3 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}

.business_nk_3_hk_1{
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image: url("img/sportsbusiness_bhk.jpg");
	background-size: 110%;
	background-position: center center;
}
.business_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 280px;
	left: 10%;
	width: 80%;
	padding: 0;
	color: #FFFFFF;
}
.business_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.business_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
	color: #FFFFFF;
}
	
	
	

.business_nk_4{
	display: block;
	position: relative;
	margin: 170px auto 0;
	height: 460px;
}
.business_nk_mds_4{
	display: block;
	position: relative;
	top: 220px;
	left: 0;
}
.business_nk_mds_4 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_4 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
	
	
.business_nk_5{
	display: block;
	position: relative;
	margin: 420px auto 0;
	height: 300px;
}
.business_nk_mds_5{
	display: block;
	position: relative;
	top: 350px;
	left: 0;
}
.business_nk_mds_5 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_5 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
	
	
	
	
.business_nk_8{
	display: block;
	position: relative;
	margin: 380px auto 0;
	height: 350px;
}
.business_nk_mds_6{
	display: block;
	position: relative;
	top: 340px;
	left: 0;
}
.business_nk_mds_6 h1{
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	color: #6C6B48;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_6 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.business_nk_8_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image:url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}

	
	



.business_nk_4_hk_1{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image: url("img/event_bhk.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_5_hk_1{
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image: url("img/management_bhk.jpg");
	background-size: 105%;
	background-position: center center;
}
.business_nk_6_hk_1{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_7_hk_1{
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 300px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.business_nk_last{
	display: block;
	position: relative;
	margin: 0px auto 0;
	height: 680px;
}
.business_nk_last_hk{
	display: block;
	position: absolute;
	top: 430px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}









/*パネルティラカルSAKAIチャンネルの中身*/

#channel_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 300px;
}	

.channel_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 30px;
	padding-bottom: 60px;
	 color: #FFFFFF;
}

.channel_nk_1{
	display: block;
	position: relative;
	margin: 30px auto 0;
	height: 450px;
}


.channel_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 400px;
	background-image: url("img/top_channel_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}




.channel_nk_mds_2{
	display: block;
	position: relative;
	top: 200px;
	left: 0;
}
.channel_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 30px auto 15px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.channel_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
.channel_nk_2{
	display: block;
	position: relative;
	margin: 50px auto 0;
	height: 350px;
}

.channel_flex{
	display: flex;
	position: relative;
	justify-content: space-between;
	top: 200px;
	left: 0;
	width: 100%;
	height: auto;
}
.channel_flex a{
	width: 30%;
}
.channel_item{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.t_youtube{
  background-color: #272403;
  transition: 0.3s;
}
.channel_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.channel_item:hover .channel_item_uhk{
  opacity: 0;
}

/*リードモア　ティラカルSAKAIチャンネル*/
.readmore_link_channel{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 250px auto 0;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_channel:hover{
  font-size: 19px;
  background-color: #473E0E;
}




/*グローバルアカデミーの装飾*/
/*グローバルスタデイのリードモア*/

.global_nk_1{
	display: block;
	position: relative;
	margin: 60px auto 0;
	height: 720px;
}
.global_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 400px;
	background-image: url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}
.global_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
}
.global_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.global_nk_last{
	display: block;
	position: relative;
	margin: 140px auto 0;
	height: 820px;
}

.global_nk_last_ul_1{
	display: block;
	position: absolute;
	top: 80px;
	left: 10%;
	width: 38%;
	padding-left: 0;
    color: #FFFFFF;
}
.global_nk_last_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	 color: #FFFFFF;
}
.global_nk_last_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_ul_2{
	display: block;
	position: absolute;
	top: 80px;
	right: 10%;
	width: 38%;
	padding: 0;
	 color: #FFFFFF;
}
.global_nk_last_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_last_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}
.global_nk_last_hk{
	display: block;
	position: absolute;
	top: 520px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 60px auto -60px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.global_nk_3{
	display: block;
	position: relative;
	margin: 20px auto 0;
	height: 0px;
}




/*グローバルスタデイのリードモア*/
.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 60px auto -160px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 19px;
  background-color: #473E0E;
}

	

	
	
	
	
	
	













/*--------------------------
-------CONTACTの装飾-------
--------------------------*/
.contact_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/contact_top.jpg");
  background-size: cover;
  background-position: center bottom;
  height: 700px;
  z-index: 1400;
  opacity: 0.5;
}
#contact_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -25px auto 0;
	padding-bottom: 0px;
}	


.inquiry_hon{
  display: block;
  width: 95%;
  height: auto;
  margin: 80px auto;
}
.inquiry_hon_ue{
  display: block;
  width: 100%;
  height: auto;
}
.inquiry_hon p{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  margin: 20px 0 5px 0;
  color: #FFFFFF;
}



.personal_information{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #FFFFFF;
	margin: 60px auto;
	padding: 10px 0 25px 0;
}
.personal_information p{
	display: block;
	width: auto;
	height: auto;
	text-align: justify;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	padding: 0 30px 0;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 5px 1em;
	display: block;
	color: #ffffff;
	width: 90%;
	margin: 20px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 200;
	cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 6px );
	left: 235px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0px 20px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.content h1{
	color: #ffffff;
	width: 95%;
	margin: 20px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 500;
}
.content p{
	color: #ffffff;
	width: 95%;
	margin: 5px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 200;
}




	
	
/*contact.phpの装飾*/
.wpcf7-response-output{
	color: #FFFFFF;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
}


input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="reset"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input::-ms-clear {
    visibility:hidden
}
input::-ms-reveal {
    visibility:hidden
}

.recruitment{
	display: block;
	text-align: center;
	margin: 100px auto 50px;
}

.h-adr{
	display: block;
	width: 95%;
	max-width: 900px;
	margin: 20px auto 0;
  background-color: #F0F0E8;
  padding: 20px 50px 20px 50px;
  border-radius: 5px;
}

.contact_form_dl{
  display: block;
  flex-wrap: wrap;
  width: 100%;
	margin: 15px auto;
}
.contact_form_dt{
  width: 100%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 35px;
}
.contact_form_dt p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

.contact_form_dd{
  width: 100%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact_form_dd p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}


.wpcf7-form-control-wrap input[type="text"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="email"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="tel"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.yubindesu input[type="number"]{
	width: 85%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 10px;
}

.contact_form_dd input[type="radio"]{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 10px auto;
}

.yubin{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: -10px auto 0px;
}
.yubindesu p{
  display: flex;
  line-height: 30px;
  width: 70%;
  height: 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

label span{
  font-size: 14px;
  color: #FF0000;
}
.contact_form_dt span{
  font-size: 14px;
  color: #FF0000;
}

textarea{
	width: 100%;
  height: 150px;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}


.submit_rs{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 180px auto 30px;
  padding-left: 0;
}
.submit_rs li{
  display: block;
  list-style-type: none;
}
.submit_rs li input[type="reset"]{
  display: block;
  width: 150px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  color: #000000;
  background-color: #D2D2B3;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.submit_rs li input[type="reset"]:hover{
  opacity: 0.6;
}
.submit_rs li input[type="submit"]{
  display: block;
  width: 150px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 16px;
  background: linear-gradient(135deg, #706301, #3E3A01);
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  color: #FFFFFF;
}
.submit_rs li input[type="submit"]:hover{
  opacity: 0.6;
}

/*ラジオボタン*/
.wpcf7-list-item.first {
  margin: 8px 0 0 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
	color: #000000;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

	
	
	
	
	
	
}






@media screen and (max-width:800px) {
 
	/*　画面サイズが960px以下の場合ここの記述が適用される　*/
	
	
/*トップページのプロフィール*/
.top_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto -100px;
  width: 100%;
  height: 1100px;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
}
	
}
@media screen and (max-width:680px) {
 
	/*　画面サイズが960px以下の場合ここの記述が適用される　*/
	
	
/*トップページのプロフィール*/
.top_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto -100px;
  width: 100%;
  height: 1150px;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo2.png");
	background-size: cover;
	background-position: top left;
}
	
}







@media screen and (max-width:599px) {
 
	/*　画面サイズが599px以下の場合ここの記述が適用される　*/
	
	
/*追加スペース*/
#global_sc{
	display: block;
	width: 100%;
	height: 5VW;
}
	
/*トップページプロフィール*/
.top_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0vw auto -15vw;
  width: 100%;
  height: auto;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo3.png");
	background-size: 140% auto;
	background-position: -35vw 8vw;
  background-repeat: no-repeat;
  padding-bottom: 135vw;
}



.ceo_sk_h1{
  display: block;
  position: absolute;
  top: 80vw;
  left: 10vw;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 8vw;
  font-weight: 600;
  z-index: 10;
  line-height: 10vw;
}
.ceo_sk_h2{
  display: block;
  position: absolute;
  top: 65vw;
  left: 10vw;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 4vw;
  font-weight: 300;
  z-index: 10;
}
.ceo_sk_h3{
  display: block;
  position: absolute;
  top: 103vw;
  left: 10vw;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 5vw;
  font-weight: 300;
  z-index: 10;
}
.ceo_title{
	display: block;
	position: relative;
	top: 125vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 500;
	line-height: 10vw;
  text-align: justify;
	z-index: 10;
}
.ceo_ny{
	display: block;
	position: relative;
	top: 126vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 10vw;
  text-align: justify;
	z-index: 10;
}
.ceo_histry{
	display: block;
	position: relative;
	top: 130vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 30px;
  text-align: justify;
	z-index: 10;
}
	/*リードモア*/
.readmore_link.top_readmore{/*共通*/
	display: block;
  position: relative;
	width: 50vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 140vw auto -120vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_prof:hover{
  font-size: 5vw;
  background-color: #473E0E;
}

	
	
	
	
	
	
	
	
	
/*プロフィールリンク集*/
.prof_flex{
	display: flex;
	position: relative;
	top: 30vw;
	left: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: auto;
}
	
	
	/*news.php ページネーションの装飾*/
.news_page_nation_none{
	display: none;
}
.nav-links{
	display: flex;
	justify-content: center;
	margin: 40vw auto 0px;
	width: 100%;
}
	
	
	
/*single.phpの装飾*/
	.wrapper.shingle_wrapper{
		margin: auto !important;
	}
.single_contents{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: 0vw auto -30vw;
}
.single_contents h1{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 5vw;
	font-weight: 700;
}
.single_contents time{
   font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	text-align: justify;
}
.single_content{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: auto;
}
.single_content p{
	display: block;
	width: 90% !important;
	max-width: 900px !important;
	margin: auto;
	padding-top: 10vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	text-align: justify;
}
figure{
	margin: 0 !important;
}

	.prev_next{
		display: flex;
		margin: 20vw auto;
	}
	
	
	
	
	
	
	
	/*ヘッダー*/
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20vw;
	background-color: #000000;
	z-index: 9000;
}
.header_nk{
	display: flex;
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: auto;
}
.header_logo{
	display: block;
	position: absolute;
	top: 3vw;
	left: 3%;
	width: 12vw;
	height: auto;
}
nav.header_nav{
	display: none;
	margin: auto;
	width: 100%;
}
.header_nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.header_nav li{
	display: block;
	position: relative;
	list-style: none;
	margin:  0;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 25%;
	border-bottom: solid 1px #2b2b2b;
	text-align: center;
}
.header_nav a{
	position: relative;
	width: 100%;
	color: #F5D329;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;

}
.header_nav li::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #F5D329;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.5s;   /*変形の時間*/
}

.header_nav li:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.sns_fti{
	display: block;
	position: absolute;
	top: 6vw;
	right: 18%;
}
.sns_fti a{
  display: inline-block;
  width: 6vw;
  margin: auto;
  padding: 5px;
  vertical-align: middle;
  opacity: 0.7;
  transition: 0.3s;
}
.sns_fti a:hover{
  opacity: 1;
}


/*ハンバーガーメニュー（960px以下で表示）*/
.nav_toggle {
  display: block;
  position: absolute;
  top: 8vw;
  right: 25px;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 9999;
  cursor: pointer;
}
.nav_toggle i {
  display: block;
　position: relative;
  width: 100%;
  height: 2px;
  background-color: #F5D329;
  position: absolute;
  transition: transform .5s, opacity .5s;
　z-index: 9999;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.hamburger_nav {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,1));/*背景色（グラデーション）*/
  z-index: 9100;
  overflow: hidden;
}
.hamburger_nav_nk{
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.hamburger_nav.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.hamburger_nav_logo{
  display: block;
  position: fixed;
  height: auto;
  top: -5vw;
  left: 3%;
  width: 12vw;
  opacity: 0;
  visibility: hidden;
}
.hamburger_nav_logo.show {
  top: 5vw;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.nav_menu_ul{
	display: block;
	list-style: none;
	padding-left: 0;
	width: 100%;
	text-align: center;
	position: fixed;
  height: auto;
  top: 25vw;
  opacity: 0;
  visibility: hidden;
}
.nav_menu_ul.show {
  top: 20vw;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.nav_menu_li{
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	margin:  auto;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.nav_menu_li_now{
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	margin:  auto;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #F5D329;
}
.nav_menu_li_now a{
	position: relative;
	width: 100%;
	color: #2F2600;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 6vw;
	font-weight: 500;
	padding: 0px;
}
.nav_menu_li a{
	position: relative;
	width: 100%;
	color: #F5D329;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 6vw;
	font-weight: 500;
	padding: 0px;
}

	

	
	
	




/*メイン要素*/
main{
	display: block;
	width: 100%;
	height: auto; 
	background-color: #000000;
	overflow: hidden;
}
.main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vw;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}



/*スライドショー*/
.swiper-container{
  display: block;
	position: relative;
	top: 1.5vw;
	left: 0;
	width: 100%;
	height: 85vw;
	background-color: #000000;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide{
  display: block;
	position: relative;
	top: 15vw;
	left: 0;
	width: 100%;
	height: 65vw;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.swiper-slide a{
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 60vw;
  z-index: 1000;
  overflow: hidden;
}
.main_link_1{
  background-image: url("img/tira_top_sp1.jpg");
  background-size: 105%;
  background-position: center center;
}
.main_link_2{
  background-image: url("img/tira_top_sp2.jpg");
  background-size: 105%;
  background-position: center right;
}
.main_link_3{
  background-image: url("img/tira_top_sp3.jpg");
  background-size: 105%;
  background-position: center right;
}
.main_link_4{
  background-image: url("img/tira_top_sp4.jpg");
  background-size: 105%;
  background-position: center right;
}
.main_link_5{
  background-image: url("img/tira_top_sp5.jpg");
  background-size: 105%;
  background-position: center right;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
}




.white_hr{
	display: block;
	position: absolute;
	top: 445px;
	width: 100%;
  z-index: 2000;
  border-color: #F5D329;
}




/*トップページNEWS*/
#news{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #101010;
	margin: 0vw auto 0vw;
	padding-bottom: 10vw;
}
.toppage_mds{/*共通*/
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	color: #393216;
	margin: auto;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 8vw;
	text-align: center;
}
.golden_hk{
	display: block;
	position: relative;
	top: 13vw;
	width: 90%;
	height: 12vw;
	margin: auto;
	background-image: url("img/goldenita.jpg");
	background-size: 110%;
	background-position: center center;
	transform: skew(-5deg, 0deg);
	z-index: 1000;
}
.News_mds{/*スマホ専用*/
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	color: #393216;
	margin: auto;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	text-align: center;
}
.News{/*スマホ専用*/
	top: 6vw;
	width: 20%;
	height: 7.5vw;
	margin: 0 0 0 5vw;
	background-image: url("img/goldenita.jpg");
	background-size: 110%;
	background-position: center center;
	transform: skew(-5deg, 0deg);
	z-index: 1000;
}

.newslist {
  max-width: 95%;
  margin: auto;
  position: relative;
  top: 25vw;
  padding-left: 0;
}
 

 
.newslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1vw 2vw;
  border-top: 1px solid #272727;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
 
.newslist li:last-child {
  border-bottom: 1px solid #272727;
}
 
.newslist li time {
  padding-right: 5vw;
  color: #9D9D9D;
  line-height: 10vw;
  font-size: 3.5vw;
}
 
.newslist li a {
  text-decoration: none;
  color: #9D9D9D;
  transition: 0.3s;
  margin-top: -5px;
  font-size: 3.5vw;
  line-height: 6vw;
}
.newslist li a:hover{
  color: #F5D329;
}
.newslist li p{
  line-height: 6vw;
}

/*スマホ限定トップページ限定*/
.News_list {
  max-width: 95%;
  margin: auto;
  position: relative;
  top: 13vw;
  padding-left: 0;
}
.News_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1vw 2vw;
  border-top: 1px solid #272727;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
 
.News_list li:last-child {
  border-bottom: 1px solid #272727;
}
 
.News_list li time {
  padding-right: 5vw;
  color: #9D9D9D;
  line-height: 10vw;
  font-size: 3.5vw;
}
 
.News_list li a {
  text-decoration: none;
  color: #9D9D9D;
  transition: 0.3s;
  margin-top: -5px;
  font-size: 3.5vw;
  line-height: 6vw;
}
.News_list li a:hover{
  color: #F5D329;
}
.News_list li p{
  line-height: 6vw;
}
	

/*リードモア*/
.readmore_link{/*共通*/
	display: block;
  position: relative;
	width: 50vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 23vw auto 0;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link:hover{
  font-size: 5vw;
  background-color: #473E0E;
}






/*トップページCOMPANY*/
#company{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 18vw auto 0;
	padding-bottom: 15vw;
	background-image: url("img/top_project_hk.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}	
#company p{
    width: 95%;
    max-width: 650px;
  display: block;
	position: relative;
	top: 25vw;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 6vw;
}



/*トップページPROJECT*/
#project{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: -8vw auto 0;
	padding-bottom: 0vw;
  background-color: #101010;
}
.project_flex{
	display: flex;
	position: relative;
  flex-wrap: wrap;
	top: 25vw;
	left: 0;
	width: 100%;
	height: auto;
}
.project_item{
	display: block;
	position: relative;
	width: 100%;
	height: 50vw;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}


  to {
    opacity: 1;
  transform: translateY(0);
  }

.t_limited{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}
.t_business{
  background-image: url("img/top_business_p_hk.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}
.t_channel{
  background-image: url("img/top_channel_p_hk.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}
.t_global{
  background-image: url("img/global_img4.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}
/*
.t_tiracal{
  background-image: url("img/top_tiracal_p_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
*/
.project_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.project_item:hover .project_item_uhk{
  opacity: 0;
}
.project_item:hover .t_limited{
  background-size: cover;
}
.project_item h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.p_mds_1{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_2{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 70%;
}
.p_mds_3{
	display: block;
  position: absolute;
	top: 51%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}
.p_mds_4{
	display: block;
  position: absolute;
	top: 52%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 93%;
}


.project_flex a:hover.project_item h2{
  color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  font-size: 20px;
  text-decoration: underline;
}
.project_flex a:hover{
  background-size: cover;
}




/*メイン追加見出し*/
.main_mds{
	display: block;
	height: 37vw;
	margin: 6vw auto 0;
}
.main_mds h5{
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 2.5vw;
	font-weight: 200;
	color: #F5D329;
	margin-top: 4vw;
}
.main_mds p{
	text-align: center;
	font-family: 'Yellowtail', cursive;;
	font-size: 5vw;
	color: #F5D329;
	margin: -1vw auto 2vw;
}



/*フッター*/
footer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 2vw 0;
	background-color: #1a1a1a;
	text-align: center;
	padding-top: 10vw;
	padding-bottom: 35vw;
}
.footer_logo{
	display: block;
	width: 40%;
	margin: auto;
}
footer h5{
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3vw;
	font-weight: 200;
	color: #F5D329;
	margin-top: 4vw;
}
footer p{
	text-align: center;
	font-family: 'Yellowtail', cursive;;
	font-size: 7vw;
	color: #F5D329;
	margin: -1vw auto 2vw;
}
.footer_company_link{
	display: inline-block;
  position: relative;
	width: 40vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 3vw auto 0;
  transition: 0.3s;
  z-index: 100;
}
.footer_company_link:hover{
  font-size: 5vw;
  background-color: #473E0E;
  margin-top: 3vw;
}
.footer_contact_link{
	display: inline-block;
  position: relative;
	width: 40vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 3vw auto 0;
  transition: 0.3s;
  z-index: 100;
}
.footer_contact_link:hover{
  font-size: 5vw;
  background-color: #473E0E;
  margin-top: 3vw;
}
.footer_sns_links{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
}
.footer_sns_links a{
  display: inline-block;
  width: 8vw;
  margin: auto;
  padding: 5vw 1vw 3vw 1vw;
  vertical-align: middle;
  opacity: 1;
  transition: 0.3s;
}
.footer_sns_links p{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.5vw;
  font-weight: 200;
  color: #393216;
}









/*--------------------------
-------NEWSの装飾-------
--------------------------*/

#news_m{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #101010;
	margin: 0vw auto 0;
	padding-bottom: 40vw;
}
.news_main_view{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 45vw;
	background-color: #8F8F8F;
  z-index: 1000;
  overflow: hidden;
}
.news_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/topimg_news.jpg");
  background-size: cover;
  background-position: center;
  height: 45vw;
  z-index: 1400;
  opacity: 0.3;
}
.main_view_h1_sml{
	display: block;
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20vw;
	font-weight: 500;
	color: #FFFFFF;
  z-index: 2000;
}

	
	
/*--------------------------
-------PROFILEの装飾-------
--------------------------*/

_::-webkit-full-page-media,_:future,:root .profile_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding-bottom: 40vw;
}
	/*リードモア*/
.readmore_link_prof{/*共通*/
	display: block;
  position: relative;
	width: 50vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 33vw auto -30vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_prof:hover{
  font-size: 5vw;
  background-color: #473E0E;
}
	



/*--------------------------
-------COMPANYの装飾-------
--------------------------*/
.company_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/company_top_hky.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 45vw;
  z-index: 1400;
  opacity: 0.8;
}
#company_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 0px;
}	
#company_main p{
	display: block;
	position: relative;
	top: 25vw;
	width: 95%;
  max-width: 650px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 6vw;
  text-align: justify;
	padding-bottom: 0px;
}
	
	
	
.company_main_mission{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 35vw auto -38vw;
  width: 100%;
  height: 165vw;
  background-color: #101010;
  background-image: url("img/misson_hk.png");
  background-size: cover;
  background-position: center center;
}
.company_main_mission h2{
	display: block;
	position: relative;
	top: 20vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 5vw;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.mission_img_kr{
	display: block;
	position: relative;
	top: 20vw;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 500px;
	height: auto;
}
.company_main_mission h3{
	display: block;
	position: relative;
	top: 22vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 700;
	line-height: 8vw;
  text-align: center;
}
.company_main_mission p{
	display: block;
	position: relative;
	top: 28vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 6vw;
  text-align: justify;
}



.company_main_tira{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
	height: 105vw;
	padding-bottom: 0vw;
  background-color: #000000;
}
.company_main_tira_h2_1{
	display: block;
	position: relative;
	top: 20vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 5vw;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}
.company_main_tira_p1{
	display: block;
	position: relative;
	top: 28vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 6vw;
  text-align: justify;
}

	
	

.company_main_value{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0px;
  width: 100%;
  height: auto;
  padding-bottom: 40vw;
  background-color: #101010;
  background-image: url("img/value_hk.png");
  background-size: cover;
  background-position: center center;
}

.company_main_value_h2_2{
	display: block;
	position: relative;
	top: 20vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 5vw;
	font-weight: 700;
	line-height: 40px;
  text-align: center;
}

.company_main_value_value{
	display: block;
	justify-content: center;
	position: relative;
	top: 30vw;
	width: 100%;
	margin: 0 auto 5vw;
}
.company_main_value_value span{
	display: block;
	width: 95%;
	padding-right: 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 5vw;
	font-weight: 600;
	line-height: 5vw;
  text-align: center;
	color: #F5D329;
}
.company_main_value_value img{
	display: none;
	width: 20px;
	height: 15px;
	padding: 5px 15px 0 15px;
}
.company_main_value_value p{
	display: block;
	width: 95%;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 600;
	line-height: 10vw;
  text-align: center;
	margin: auto;
}
	
	
	

.company_main_vision{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 30vw auto 0;
  width: 100%;
  height: auto;
  background-color: #101010;
  padding-bottom: 45vw;
}
.earth_img_kr{
	display: block;
	position: relative;
	top: 25vw;
    left: 0;
	margin: auto;
	width: 90%;
	max-width: 800px;
	height: auto;
}
.company_main_vision p{
	display: block;
	position: relative;
	top: 30vw;
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 6vw;
  text-align: justify;
}


.company_main_ceo{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0vw auto 0;
  width: 100%;
  height: auto;
  background-color: #1a1a1a;
  background-image: url("img/sakaisan-fade-ceo3.png");
	background-size: 140% auto;
	background-position: -35vw 8vw;
  background-repeat: no-repeat;
  padding-bottom: 140vw;
}



.ceo_sk_h1{
  display: block;
  position: absolute;
  top: 100vw;
  left: 10vw;
  color: #F5D329;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 8vw;
  font-weight: 600;
  z-index: 10;
  line-height: 10vw;
}
.ceo_sk_h2{
  display: block;
  position: absolute;
  top: 85vw;
  left: 10vw;
  color: #F5D329;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 4vw;
  font-weight: 300;
  z-index: 10;
}
.ceo_sk_h3{
  display: block;
  position: absolute;
  top: 103vw;
  left: 10vw;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 5vw;
  font-weight: 300;
  z-index: 10;
}
.ceo_title{
	display: block;
	position: relative;
	top: 125vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 8vw;
  text-align: justify;
	z-index: 10;
}
.ceo_ny{
	display: block;
	position: relative;
	top: 126vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 200;
	line-height: 10vw;
  text-align: justify;
	z-index: 10;
}
.ceo_histry{
	display: block;
	position: relative;
	top: 130vw;
  left: 0px;
	width: 90%;
	margin: auto;
	color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 6vw;
  text-align: justify;
	z-index: 10;
}




.company_main_profile{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px auto 0;
  width: 100%;
  height: 220vw;
  background-color: #000000;
  padding-bottom: 0vw;
}
.company_prof_dl{
display: block;
position: relative;
top: 25vw;
margin: auto;
width: 98%;
height: auto;
list-style:none;
border: 1px solid #999999;
color: #FFFFFF;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 2.6vw;
font-weight: 300;
}
.company_prof_dl dt{
clear:both;
width: 30vw;
float:left;
padding: 5vw 0 0 5vw;
border-top: 1px solid #999999;
}
.company_prof_dl dt:nth-child(1){
  border-top: none;
}
.company_prof_dl dd{
padding: 5vw 5vw 5vw 35vw;
border-top: 1px solid #999999;
}
.company_prof_dl dd:nth-child(2){
  border-top: none;
}

.company_main_access{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 18vw auto 0;
  width: 100%;
  height: 135vw;
  padding-bottom: 0vw;
}
.access_map{
  display: block;
  position: relative;
  top: 25vw;
  height: 80vw !important;
  width: 98%;
  margin: auto;
}







/*--------------------------
-------PROJECTの装飾-------
--------------------------*/
.project_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/project_topyyyyy.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 45vw;
  z-index: 1400;
  opacity: 0.8;
}
#project_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 65vw;
}	




.t_limited_p{
  background-image: url("img/top_limited_p_hk.jpg");
  background-size: auto 200%;
  background-position: center center;
  transition: 0.3s;
}
.project_item_uhk_hr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  opacity: 1;
  transition: 0.3s;
}
.project_pickup{
  display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	color: #393207;
  text-shadow: 1px 1px 0px #CBC393;
  text-decoration: underline;
}


.project_st{
  display: block;
  position: relative;
  top: 20vw;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  border-top:none;
  color: #FFFFFF;
}

.tab-panel{
  display: block;
  position: relative;
  top: 25vw;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.tab-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  height: auto;
  line-height: 60px;
}
.tab{
  position: relative;
  width: 100%;
  height: 15vw;
  margin-top: 1vw;
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
  color: #B6B6B6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  background-color: #282403;
  transition: 0.3s;
}
.tab a{
  text-decoration: none;
  color: #FFFFFF;
}
.tab img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.tab-B img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.tab-D img{
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tab:hover{
  background:#3F390A;
  color: #FFFFFF;
}
.panel-group{
  height: auto;
  border-top:none;
  color: #FFFFFF;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#3F390A;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}



/*TIRALIMITED2020の中身*/
.limited_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 15vw;
	padding-bottom: 30vw;
	 color: #FFFFFF;
}
.limited_t_mds{
	display: block;
	width: 90%;
	max-width: 500px;
	color: #6C6B48;
	margin: 0px auto 5vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.business_t_mds{
	display: block;
	width: 80%;
	max-width: 420px;
	color: #6C6B48;
	margin: 0px auto 1vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.channel_t_mds{
	display: block;
	width: 80%;
	color: #6C6B48;
	margin: 0vw auto 3vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 2vw auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.limited_nk_1{
	display: block;
	position: relative;
	margin: 6vw auto 0;
	height: 230vw;
}
.limited_nk_1_hk_1{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/top_limited_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 50vw;
	left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.limited_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
}
.limited_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 6vw;
	list-style-type: none;
}

.limited_nk_1_hk_2{
	display: block;
	position: absolute;
	top: 125vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/limited_mgn.jpg");
	background-size: cover;
	background-position: center center;
}
.limited_nk_1_ul_2{
	display: block;
	position: absolute;
	top: 185vw;
	left: 50%;
  transform: translateX(-50%);
	width: 100%;
	padding: 0;
  text-align: center;
}
.limited_nk_1_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
}
.limited_nk_1_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 10vw;
	list-style-type: none;
}


.limited_nk_mds_2{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}


.limited_flex{
	display: flex;
	position: relative;
	top: 10vw;
	left: 0;
	width: 100%;
	height: auto;
}
.limited_item{
	display: block;
	position: relative;
	width: 50%;
	height: 40vw;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.t_limited_j{
  background-image: url("img/limited_jp_hk4.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.t_limited_w{
  background-image: url("img/limited_w_hk.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: 0.3s;
}
.limited_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.limited_item:hover .limited_item_uhk{
  opacity: 0;
}
.limited_item:hover .t_limited{
  background-size: 200%;
}
.limited_item h2{
	display: block;
  position: absolute;
	top: 60%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size: 8vw;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
	opacity: 0.5;
}
.p_mds_1_h{
	display: block;
  position: absolute;
	top: 45%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
}


.project_flex a:hover{
  background-size: auto 105%;
}

/*リードモアLIMITED*/
.readmore_link_limited_j{/*共通*/
	display: block;
  position: absolute;
	top: 55vw;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_j:hover{
  font-size: 5vw;
  background-color: #473E0E;
}
.readmore_link_limited_w{/*共通*/
	display: block;
  position: absolute;
	top: 55vw;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_limited_w:hover{
  font-size: 5vw;
  background-color: #473E0E;
}

	
	
	
.global_nk_10{
	display: block;
	position: relative;
	margin: 40vw auto -15vw;
	height: 60vw;
}





.limited_nk_3{
	display: block;
	position: relative;
	margin: 50vw auto 0;
	height: 150vw;
}
.limited_nk_mds_3{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.limited_nk_mds_3 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.limited_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}


.limited_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 15vw;
	left: 50%;
  transform: translateX(-50%);
	padding-left: 0;
    color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.limited_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
	 color: #FFFFFF;
}
.limited_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 10vw;
	list-style-type: none;
}
.limited_nk_3_ul_2{
	display: block;
	position: absolute;
	top: 55vw;
	left: 50%;
  transform: translateX(-50%);
	width: 100%;
	padding: 0;
	 color: #FFFFFF;
  text-align: center;
}
.limited_nk_3_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 400;
}
.limited_nk_3_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 10vw;
	list-style-type: none;
}
.limited_nk_3_hk{
	display: block;
	position: absolute;
	top: 110vw;
	left: 0;
	width: 100%;
	height: 50vw;
	background-image: url("img/limited_last_hky.jpg");
	background-size: cover;
	background-position: center center;
}










/*パネルTIRABUSINESSの中身*/

.business_nk_1{
	display: block;
	position: relative;
	margin: 5vw auto 0;
	height: 120vw;
}


.business_nk_1_hk_1{
	display: block;
	position: relative;
	top: 10vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 40vw;
	background-image: url("img/top_business_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}

.business_ir{
	display: block;
	text-align: center;
	color: #DFDFDF;
	margin: 80vw auto 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
  font-size: 5vw;
}




.business_flex{
	display: flex;
  flex-wrap: wrap;
	position: relative;
	top: -0vw;
	left: 0;
	width: 100%;
	height: auto;
}
.business_flex.top_business{
	display: flex;
  flex-wrap: wrap;
	position: relative;
	top: 25vw;
	left: 0;
	width: 100%;
	height: 55vw;
}
.business_item{
	display: block;
	position: relative;
	width: 24%;
	height: auto;
	padding-top: 15vw;
	padding-bottom: 10vw;
  text-decoration: none;
	border: solid 1px #000000;
  margin-bottom: 1px;
}
.business_item:last-child{
	border-right: solid 1px #000000;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.business_mds_h5{
	display: block;
	text-align: center;
	font-size: 5vw;
	font-weight: 700;
	margin: 6vw auto 3vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 color: #FFFFFF;
}
	
	
.t_limited_consultant{
  background-color: #272403;
  transition: 0.3s;
}
.business_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.business_item:hover .business_item_uhk{
  opacity: 0;
}
.business_item:hover .t_limited{
  background-size: 200%;
}
.t_limited_consultant h2{
	display: block;
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 2vw;
	color: #F5D329;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}
.t_limited_consultant h2 span{
	display: block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.8vw;
	font-weight: 200;
	color: #F5D329;
	margin-top: 3px;
  text-shadow: 1px 1px 0px #7C7B54;
  transition: 0.3s;
}




	
.business_nk_mds_1{
	display: block;
	position: relative;
	top: -15vw;
	left: 0;
}
.business_nk_mds_1 h1{
	display: block;
	text-align: center;
	color: #F5D329;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_1 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}
.business_nk_1{
	display: block;
	position: relative;
	margin: -5vw auto 0;
	height: 95vw;
}
	




.business_nk_mds_2{
	display: block;
	position: relative;
	top: 13vw;
	left: 0;
}
.business_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_2 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}
.business_nk_2{
	display: block;
	position: relative;
	margin: 10vw auto 0;
	height: 120vw;
}
.business_nk_2_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image:url("img/consulting_bhk.jpg");
	background-size: cover;
	background-position: center center;
}



.business_nk_3{
	display: block;
	position: relative;
	margin: 8vw auto 0;
	height: 125vw;
}
.business_nk_mds_3{
	display: block;
	position: relative;
	top: 0px;
	left: 0;
}
.business_nk_mds_3 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_3 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}

	
.business_nk_4{
	display: block;
	position: relative;
	margin: 15vw auto 0;
	height: 120vw;
}
.business_nk_mds_4{
	display: block;
	position: relative;
	top: 30vw;
	left: 0;
}
.business_nk_mds_4 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_4 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}
	
	
	
.business_nk_5{
	display: block;
	position: relative;
	margin: 28vw auto 0;
	height: 100vw;
}
.business_nk_mds_5{
	display: block;
	position: relative;
	top: 20vw;
	left: 0;
}
.business_nk_mds_5 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_5 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}


	
	
	
	
.business_nk_8{
	display: block;
	position: relative;
	margin: 60vw auto 0;
	height: 100vw;
}
.business_nk_mds_6{
	display: block;
	position: relative;
	top: 50vw;
	left: 0;
}
.business_nk_mds_6 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 8vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.business_nk_mds_6 h2{
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}
.business_nk_8_hk_1{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image:url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}
	
	
	
	
	
	
	
	
.business_nk_3_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/sportsbusiness_bhk.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_3_ul_1{
	display: block;
	position: absolute;
	top: 50vw;
	left: 50%;
  transform: translateX(-50%);
	width: 100%;
	padding: 0;
	color: #FFFFFF;
  text-align: center;
}
.business_nk_3_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
	color: #FFFFFF;
}
.business_nk_3_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 6vw;
	list-style-type: none;
	color: #FFFFFF;
}



.business_nk_4_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/event_bhk.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_5_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/management_bhk.jpg");
	background-size: 105%;
	background-position: center center;
}
.business_nk_6_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}
.business_nk_7_hk_1{
	display: block;
	position: absolute;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/itconsul_bhk.jpg");
	background-size: cover;
	background-position: center center;
}


.business_nk_last{
	display: block;
	position: relative;
	margin: 5vw auto 0;
	height: 140vw;
}
.business_nk_last_hk{
	display: block;
	position: absolute;
	top: 100vw;
	left: 0;
	width: 100%;
	height: 50vw;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}









/*パネルティラカルSAKAIチャンネルの中身*/

#channel_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	padding-bottom: 110vw;
}	

.channel_nk{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding-top: 8vw;
	padding-bottom: 8vw;
	 color: #FFFFFF;
}

.channel_nk_1{
	display: block;
	position: relative;
	margin: 5vw auto 0;
	height: 30vw;
}


.channel_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/top_channel_p_hk.jpg");
	background-size: cover;
	background-position: center center;
}




.channel_nk_mds_2{
	display: block;
	position: relative;
	top: 60vw;
	left: 0;
}
.channel_nk_mds_2 h1{
	display: block;
	text-align: center;
	color: #6C6B48;
	margin: 40vw auto 3vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9vw;
	font-weight: 500;
}
.beju_ln{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #272403;
	margin: auto;
}
.channel_nk_mds_2 h2{
display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 300;
	margin: 15px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 95%;
}
.channel_nk_2{
	display: block;
	position: relative;
	margin: 10vw auto 0;
	height: auto;
}

.channel_flex{
	display: block;
  flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	top: 55vw;
	left: 0;
	width: 100%;
	height: auto;
}
.channel_flex a{
	width: 90%;
  margin-bottom: 2vw;
}
.channel_item{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
  text-decoration: none;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}



.t_youtube{
  background-color: #272403;
  transition: 0.3s;
}
.channel_item_uhk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,11,0,0.50);
  opacity: 1;
  transition: 0.3s;
}
.channel_item:hover .channel_item_uhk{
  opacity: 0;
}

/*リードモア　ティラカルSAKAIチャンネル*/
.readmore_link_channel{/*共通*/
	display: block;
  position: relative;
	top: 70vw;
	margin: auto;
	width: 80%;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_channel:hover{
  font-size: 5vw;
  background-color: #473E0E;
}




/*グローバルアカデミーの装飾*/
/*グローバルスタデイのリードモア*/

.global_nk_1{
	display: block;
	position: relative;
	margin: 6vw auto 0;
	height: 120vw;
}
.global_nk_1_hk_1{
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 50vw;
	background-image: url("img/global_img2.jpg");
	background-size: cover;
	background-position: center center;
}
.global_nk_1_ul_1{
	display: block;
	position: absolute;
	top: 60vw;
	left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.global_nk_1_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
.global_nk_1_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	list-style-type: none;
}


.global_nk_last{
	display: block;
	position: relative;
	margin: 30vw auto 0;
	height: 260vw;
}

.global_nk_last_ul_1{
	display: block;
	position: absolute;
	top: 10vw;
	left: 50%;
  transform: translateX(-50%);
  width: 95%;
  text-align: center;
  padding-left: 0;
}
.global_nk_last_ul_1 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
}
.global_nk_last_ul_1 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 10vw;
	list-style-type: none;
}
.global_nk_last_ul_2{
	display: block;
	position: absolute;
	top: 110vw;
	left: 50%;
  transform: translateX(-50%);
  width: 95%;
  text-align: center;
  padding-left: 0;
}
.global_nk_last_ul_2 h5{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4.5vw;
	font-weight: 400;
}
.global_nk_last_ul_2 li{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	line-height: 10vw;
	list-style-type: none;
}
.global_nk_last_hk{
	display: block;
	position: absolute;
	top: 210vw;
	left: 0;
	width: 100%;
	height: 50vw;
	background-image: url("img/business_lastborn.jpg");
	background-size: cover;
	background-position: center center;
}


.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 200px;
	height: 50px;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 60px auto -60px;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 19px;
  background-color: #473E0E;
}
.global_nk_3{
	display: block;
	position: relative;
	margin: 20px auto 0;
	height: 30px;
}


/*グローバルスタデイのリードモア*/
.readmore_link_global{/*共通*/
	display: block;
  position: relative;
	width: 50vw;
	height: 13vw;
	border: solid 2px #F5D329;
	text-decoration: none;
	color: #F5D329;
	text-align: center;
	line-height: 12vw;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 5vw;
	margin: 5vw auto 0vw;
  transition: 0.3s;
  z-index: 100;
}
.readmore_link_global:hover{
  font-size: 5vw;
  background-color: #473E0E;
}














/*--------------------------
-------CONTACTの装飾-------
--------------------------*/
.contact_topimg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("img/contact_top.jpg");
  background-size: cover;
  background-position: center bottom;
  height: 45vw;
  z-index: 1400;
  opacity: 0.5;
}
#contact_main{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
	height: auto;
	margin: -15vw auto 0;
	padding-bottom: 0px;
}	
/*お問い合わせ（お問い合わせページ）*/


.inquiry_hon{
  display: block;
  width: 100%;
  height: auto;
  margin: 25vw auto;
}
.inquiry_hon_ue{
  display: block;
  width: 100%;
  height: auto;
}
.inquiry_hon p{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 4vw;
  margin: 2vw 0 2vw 0;
  color: #FFFFFF;
}



.personal_information{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #FFFFFF;
	margin: 5vw auto;
	padding: 5vw 0 5vw 0;
}
.personal_information p{
	display: block;
	width: auto;
	height: auto;
	text-align: justify;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
	padding: 0 30px 0;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 5px 1em;
	display: block;
	color: #ffffff;
	width: 90%;
	margin: 3vw auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 200;
	cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 6px );
	left: 65vw;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0px 20px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.content h1{
	color: #ffffff;
	width: 95%;
	margin: 20px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 4vw;
	font-weight: 500;
}
.content p{
	color: #ffffff;
	width: 95%;
	margin: 5px auto 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 3.5vw;
	font-weight: 200;
}


	
	
	
	
	
/*contact.phpの装飾*/
.wpcf7-response-output{
	color: #FFFFFF;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
}


input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="reset"]{
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input::-ms-clear {
    visibility:hidden
}
input::-ms-reveal {
    visibility:hidden
}

.recruitment{
	display: block;
	text-align: center;
	margin: 100px auto 50px;
}

.h-adr{
	display: block;
	width: 95%;
	max-width: 900px;
	margin: 20px auto 0;
  background-color: #F0F0E8;
  padding: 20px 30px 20px 30px;
  border-radius: 5px;
}

.contact_form_dl{
  display: block;
  flex-wrap: wrap;
  width: 100%;
	margin: 15px auto;
}
.contact_form_dt{
  width: 100%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 35px;
}
.contact_form_dt p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

.contact_form_dd{
  width: 100%;
  height: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact_form_dd p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}


.wpcf7-form-control-wrap input[type="text"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="email"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form_dd input[type="tel"]{
	width: 100%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.yubindesu input[type="number"]{
	width: 85%;
  height: 100%;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 10px;
}

.contact_form_dd input[type="radio"]{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 10px auto;
}

.yubin{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: -10px auto 0px;
}
.yubindesu p{
  display: flex;
  line-height: 30px;
  width: 70%;
  height: 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	color: #000000;
}

label span{
  font-size: 14px;
  color: #FF0000;
}
.contact_form_dt span{
  font-size: 14px;
  color: #FF0000;
}

textarea{
	width: 100%;
  height: 150px;
  font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}


.submit_rs{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 180px auto 30px;
  padding-left: 0;
}
.submit_rs li{
  display: block;
  list-style-type: none;
}
.submit_rs li input[type="reset"]{
  display: block;
  width: 100px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  color: #000000;
  background-color: #D2D2B3;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.submit_rs li input[type="reset"]:hover{
  opacity: 0.6;
}
.submit_rs li input[type="submit"]{
  display: block;
  width: 100px;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 16px;
  background: linear-gradient(135deg, #706301, #3E3A01);
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px gray;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  color: #FFFFFF;
}
.submit_rs li input[type="submit"]:hover{
  opacity: 0.6;
}

/*ラジオボタン*/
.wpcf7-list-item.first {
  margin: 8px 0 0 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
	color: #000000;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

	
	




	
}


	
 









@media screen and (max-width:500px) {
 
	/*　画面サイズが500px以下の場合ここの記述が適用される　*/
	
	
/*single.phpの装飾*/

.single_contents{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: -10vw auto -40vw;
}

}

@media screen and (max-width:380px) {
 
	/*　画面サイズが380px以下の場合ここの記述が適用される　*/
	
	
/*single.phpの装飾*/

.single_contents{
	display: block;
	width: 100% !important;
	max-width: 900px !important;
	margin: -20vw auto -50vw;
}

}










