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

html { 
	scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500&display=swap');


.scroll_up {
  transition: 1.2s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
	-webkit-transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	transform: translateX(-100px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.scroll_left.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

.scroll_right {
	-webkit-transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	transform: translateX(100px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.scroll_right.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}



body {
	-webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 16px;
	color: #464646;
	text-align: justify;
}
.wrap {
	overflow: hidden;
}

h1, .about_text h3, .cast_b_area_text h3, h3, .sp_cast_b_area_text h3, .cast_page_title, .contens_area, .archive_area p, .cast_comment, .btm_link, .bottom_menu, .main_img_text, .back_area2_text, .back_area2_text2, .back_area_text2, .sp_logo, .business_service_title, .img_r_l, .business_service_text, .business_back_area, .info_area, .info_bottom_text, .recruite_area, .bottom_bg_r, .back_img_area, .bu_back_img_area, .about_area, nav, #pan, .about_titile, .mirai_c, .menu_business_link, .top_img_text2, .top_img_text3, .mission_text, .mission_title, .profile_area, .mail, .information_title, .privacypolicy_title, #content_area, .sitemap {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.clear {
	clear: both;
}

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

li {
	list-style-type: none;
}

h1 {
	background-color: #999999;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 5px 0 5px 0;
	text-align: center;
}

h3 {
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #002793;
}

/*ヘッダーエリア　始まり*/
/*headのライン*/
.header_bg {
	background-color: #FFF;
	background-repeat: repeat-x;
}

#header,
#bottom_line {
	max-width: 1184px;
	padding-top: 10px;
	display: flex;
	justify-content:
  flex-start; 
}

.h_area {
	line-height: 150%;
	padding-right: 150px;
	padding-left: 10px;
}

.h_area ul {
	display: flex;
}

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

.logo_img {
	max-width: 80px;
}

.tel {
	padding-top: 8px;
	font-size: 1.6em;
	letter-spacing: 2px;
	font-weight: bold;
}

.tel a {
	color: #cc0000;
	text-decoration: none;
}

.title_name {
	color: #DD0000;
	font-size: 1.6em;
	letter-spacing: 1px;
	line-height: 90%;
}

.h_area h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
	margin: 15px 0 0 10px;
}

.sp_sub_title {
	display: none;
}

.sp_header {
	display: none;
}

.sp_top_img{
	display: none;
}

/*ヘッダーエリア　終わり*/

/* トップイメージエリア 始まり*/

#mainImg{
	max-width: 1200px;
	position: relative;
}
	
.main_img_text {
	position: absolute;
	width: 29%;
	height: auto;
	background: #694e4b;
	border:0px #fff solid;
	color: #E81212;
	font-size: clamp(14px,1.5vw,18px);
	left: 16%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	letter-spacing:1.5px;
	top: 83%;
	background-color: rgba(255,255,255,0.5);
}
	
.main_img_text:before {
	content: "";
	display: block;
	padding-top: 32%;
}

.main_img_text p{
	position: absolute;
	top: 13%;
	left:6%;
	margin:0;
	padding:0;
	padding-left: 18px;
	line-height: 120%;
	font-feature-settings: "palt" 1px;
	letter-spacing: 2px;
	font-size: 1.4em;
}

.img_b_text {
	font-size: clamp(1px,1vw,12px);
	letter-spacing: 0.2em;
}

#mainImg {
	max-width: 1200px;
	position: relative;
	height: auto;
}

#mainImg img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

.top_img_text {
	position: absolute;
	top:6%;
	left: 10%;
	color: #cc0000;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}

.top_img_text2 {
	position: absolute;
	top:14%;
	left: 13%;
	color: #07B2F5 ;
	font-size: 2.5em;
}

.top_img_text3 {
	position: absolute;
	top:77%;
	left: 40%;
	color: #FFF;
	font-size:2.8rem;
	text-shadow: 2px 2px 8px #696969;
	font-feature-settings: "palt" 1;
}
	
/* トップイメージエリア　終わり*/

/* ニュース一覧エリア　始まり*/
.top_news_bg_color {
	width: 100%;
	height: auto;
	background-color:#cc0000;
	background-repeat: repeat-x;
}

.top_news {
	max-width: 1200px;
	font-size: 0.8em;
	color: #fff;
}

.l_news {
	padding-top: 30px;
	color: #fff;
	padding-left: 48px;
}

.top_news a {
	color: #fff;
	text-decoration: none;
}

/* ニュース一覧エリア　終わり*/

/* ページタイトル　始まり*/
.page_titile_bg_color {
	width: 100%;
	height: auto;
	background-color:#cc0000;
	background-repeat: repeat-x;
}

.page_titile {
	max-width: 1200px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
}

.page_titile_text {
	padding: 30.5px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
/* ページタイトル　終わり*/

/*アーカイブ部分始まり*/
.archive_area {
	display: inline-block;
	left:83%;
	bottom: 23px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
	letter-spacing: 2px;
	border: solid #fff 0.5px;
}

.archive_area a {
	width: 120px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	transition: all .5s ease;
	z-index: 2;
	padding: 3px 0;
	position: relative;
	font-size: 10.5px;
}

.archive_area a:hover {
	width: 120px;
	padding: 3px 0;
	color: #cc0000;
}

.archive_text {
	width: 170px;
	height: 55px;
	left: -170px;
	background: linear-gradient(to right, #FFF 5%, #FFF 95%);
	position: absolute;
	transition: all .4s ease;
	z-index: 1;
}

.archive_area:hover .archive_text {
	left: 0;
}
/*アーカイブ部分終わり*/

/*グローバルナビ　始まり*/
nav {
	max-width:100%;
	margin-top: 20px;
	background-color:#FFF;
}

nav .area {
	max-width: 1200px;
	font-size: 1rem;
}

.nav {
	max-width:100%;
	background-color:#FFF;
	margin-top: 20px;
}

#nav_list {
	width: 100%;
	display: flex;
}

.menu_nav {
	width: 20%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	letter-spacing: 1px;
}

.menu_nav a {
	width: 100%;
	display: inline-block;
	color: #cc0000;
	text-decoration: none;
	transition: all .5s ease;
	z-index: 2;
	padding: 20px 0;
	position: relative;
	border-left: #cc0000 1px solid;
}

.menu_nav a:hover {
	width: 100%;
	padding: 20px 0;
	color: #FFF;
}

.nav_b {
	width: 240px;
	height: 64px;
	left: -240px;
	background: linear-gradient(to right, #cc0000 20%, #cc0000 80%);
	position: absolute;
	transition: all .4s ease;
	z-index: 1;
}

.menu_nav:hover .nav_b {
	left: 0;
}

#mainNav {
	display: none;
}
/*グローバルナビ　終わり*/

/*パンクズリスト　始まり*/
#pan {
	width: 1160px;
}

#pan p {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #cc0000;
}

#pan p a {
	text-decoration: none;
	color: #cc0000;
}
/*パンクズリスト　終わり*/

/*ビジネス一覧　始まり*/
.menu_list {
	max-width: 1200px;
	margin-bottom: 50px;
}

.area_img {
	display: none;
}

.list_name {
	color: green;
}

.menu_read {
	padding: 15px;
	line-height: 150%;
	color: #4D4D4D;
}

.title_d_blue {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color:#000033;
	color:#fff;
	letter-spacing: 2px;
}

.title_d_blue img {
	max-width: 40px;
	padding-right: 20px;
	vertical-align:bottom;
}

.menu_list .inner,
.menu_list .inner2 {
	margin-top: 5px;
	color: #002793;
}

.menu_list .inner ul {
	max-width: 100%;
	margin-bottom: 20px;
	text-align: center;
  display: flex;
	font-feature-settings: "palt" 1;
}

.menu_list .inner li {
	max-width: 23%;
	margin: 0.5% 1%;
	font-size: 0.9em;
}

.menu_list .inner img {
	max-width: 100%;
	display: block;
	transition: 0.5s;
}

.menu_list .inner img:hover {
	transform: scale(1.2);
}

.menu_up {
	overflow: hidden;
	max-width: 390px;
	text-align: center;
}

.menu_list .inner2 ul {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
	
.menu_list .inner2 li {
	max-width: 47%;
	margin: 1%;
}

.menu_list .inner2 img {
	width: 100%;
}

.business_box {
	display: flex;
	max-width: 550px;
}

.business_menu {
	position: relative;
}

.business_text {
	padding: 5px;
  color: #ffffff;
  font-size: 0.9em;
	font-weight: bold;
  position: absolute;
  left: 51%;
  top: 42%;
}

.business_l_img {
  cursor: pointer;
	position: relative;
  max-width: 275px;
	max-height: 245px;
  overflow: hidden;
}

.business_l_img .caption {
	font-size: 1em;
	font-weight: bold;
	color:#000033;
	padding-top: 0;
	padding-left: 0;
	text-align: center;
}

.business_l_img .mask {
	width: 100%;
	height: 0;
	position: absolute;
	top: 43%;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(255, 255, 255, 0.5);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}

.business_l_img .mask2 {
	width: 100%;
	height: 0;
	position: absolute;
	top: 46%;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(255, 255, 255, 0.5);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}

.business_l_img:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-left: 0;	/* 右にずらす */
}

.business_l_img:hover .mask2 {
	opacity: 1;	/* マスクを表示する */
	padding-left: 0;	/* 右にずらす */
}

.business_l_img img {
  height: auto;
  transition: transform .6s ease; 
}

.business_l_img:hover img {
  transform: scale(1.2); 
}

.business_img {
  cursor: pointer;
	position: relative;
  max-width: 275px;
	max-height: 245px;
  overflow: hidden;
}

.business_img .caption {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding-top: 100px;
	padding-left:	0px;
	text-align: center;
}

.business_img .caption2 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding-top: 120px;
	padding-left:	0px;
	text-align: center;
}

.business_img .mask {
	width: 100%;
	height: 98%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(0, 30, 255, 0.3);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}

.business_img:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-left: 0;	/* 右にずらす */
}

/*ビジネス一覧　終わり*/

.title_english {
	font-size: 0.45em;
	color: #999999;
	padding-left:  4px;
}

.bottom_address {
	color: #999999;
	font-size: 0.5em;
}

.btm_link {
	width: 920px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.btm_link ul li {
	padding-right: 10px;
	display: inline;
	color: #cc0000;
	font-size: 0.7rem;
}

.btm_link a {
	color: #cc0000;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.btm_link a:hover {
	color: #cc0000;
} 

.title {
	max-width: 1280px;
	z-index: 6;
	position: absolute;
	top: 70px;
	left: 550px;
}

.bottom_menu_bg_color {
	width: 100%;
	height: auto;
	background-color:#333333;
	background-repeat: repeat-x;
}

.bottom_menu {
	max-width: 1200px;
	padding: 30px 0;
	color: #FFF;
	font-size: 0.8em;
	transition: color 1s;
}

.bottom_menu a {
	color: #FFF;
	text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
}

.bottom_menu a::after {
  position: absolute;
  bottom: 20%;
  left:0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #cc0000;
  transition: .3s;
  transform: translateX(0%);
}

.bottom_menu a:hover::after{
  width: 100%;
}

.bottom_menu a:hover{
  color: #cc0000;
}

.bottom_menu ul {
	display: flex;
}

.bottom_menu li {
	line-height: 300%;
}

/*アバウトエリア　始まり*/

.about_area {
	max-width: 1200px;
	position: relative;
	font-feature-settings: "palt" 1;
}

.about_titile {
	max-width: 1150px;
	margin-bottom: 10px;
	color: #000033;
	letter-spacing: 2px;
}

.about_area_bg {
	width: 100%;
	height: auto;
	background-color:#000033;
	background-repeat: repeat-x;
}

.aaa {
	width: 50%;
	height: 45%;
	padding: 20px;
	background-color: #000033;
	position: absolute;
  left: 0;
  top: 1%;
}

.about_area_back img {
	width: 100%;
  height: 480px;
  object-fit: cover;
}

.about_logo {
	max-width: 580px;
	display: flex;
	position: absolute;
  left: 15%;
  top: 10%;
}

.about_logo_l {
	max-width: 75px;
}

.about_logo_l img {
	width: 100%;
	padding-top: 6px;
}

.about_logo_r {
	color: #cc0000;
	padding-top: 1px;
	padding-left: 20px;
  font-size: 1.4em;
	font-weight: bold;
	line-height: 110%;
}

.about_logo_r_s {
	font-family: 'Noto Sans JP', sans-serif;
}

.about_area_titile {
	color: #fff;
  font-size: 1.2em;
	letter-spacing: 2px;
  position: absolute;
  left: 31%;
  top: 35%;
}

.about_area_text {
	padding: 0 10px;
	color: #fff;
  font-size: 0.8em;
  position: absolute;
  left: 17%;
  top: 50%;
	letter-spacing: 2px;
}

.about_area_textend {
	padding-top: 4px;
	color: #fff;
  font-size: 1.4em;
  position: absolute;
  left: 30%;
  top: 80%;
	letter-spacing: 5px;
}

.view {
	padding: 10px 0;
  position: absolute;
  left: 48%;
  top: 44%;
	background-color: #129ae8;
	font-size: 0.7em;
}

.view a{
	padding: 13px 15px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
	text-decoration: none;
	color: #FFF;
}

.view a:hover{
  background-position: -100% 0;
  color: #129ae8;
}

.about_area_img {
	position: absolute;
  left: 4.5%;
  top: 55%;
}

.about_area_img img {
	width: 100%;
}

.about_area_img ul {
	display: flex;
}

.about_area_img li {
	max-width: 240px;
	padding-right: 45px;
}

/*アバウトエリア　終わり*/

.mirai {
	max-width: 1200px;
	margin-top: 20px;
	display: flex;
}

.mirai img {
	width: 100%;
	margin-left: 0;
}

.mirai_img {
	width: 45%;
	margin-left: 0;
}

.mirai_c {
	width: 9%;
	padding-top: 20px;
	font-size: 1.2em;
	color: #6a9ecc;
	letter-spacing: 2px;
	font-feature-settings: "palt" 1;
}

.mirai_text {
	width: 40%;
	padding-top: 40px;
}

.mirai_text h3 {
	font-feature-settings: "palt" 1;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.mirai_text .cast_comment {
	padding: 10px 20px;
	line-height: 180%;
}

/*下部バックグランドイメージエリア　始まり*/

.bottom_bg {
	margin-top: 30px;
	position: relative;
}

.bottom_bg_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.bottom_bg_img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 260px;
	overflow: hidden;
	transition: 0.5s;
}

.bottom_bg_img img:hover {
	transform: scale(1.2);
}

.bottom_bg .red_area {
  position: absolute;
	height: 138px;
	width: 330px;
	padding-top: 120px;
  left:0;
  top:0.5%;
	background-color: #cc0000;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
	z-index: 1;
}

.bottom_bg .bottom_bg_r {
  position: absolute;
  left:37%;
  top:45%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 1;
}

.bottom_bg_r_s {
	font-size: 1vw;
}

.sp_bottom_bg {
	display: none;
}

.back_img_area {
	margin-top: 30px;
	position: relative;
	font-feature-settings: "palt" 1;
}

.back_img_area_img {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.back_img_area_img img {
	display: block;
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.back_img_area .back_img_area_title {
  position: absolute;
	padding:1% 0 0 8.9% ;
  left:5%;
  top:5%;
	color: #FFF;
	font-size: 1.8em;
	letter-spacing: 2px;
	line-height: 130%;
}

.back_img_area .back_img_area_text {
	max-width: 76%;
  position: absolute;
	padding:2% 6%;
  left:8%;
  top:35%;
	color: #000033;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 180%;
	background-color: rgba(255, 255, 255, 0.5);
}

.advantage {
	max-width: 1200px;
	padding: 60px 10px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.bu_back_img_area {
	position: relative;
	font-feature-settings: "palt" 1;
}

.bu_back_img_area img {
	display: block;
  width: 100%;
  object-fit: cover;
}

.bu_back_img_area_text {
	max-width: 69%;
	position: absolute;
	padding:1% 3%;
  left:16%;
  top:20%;
	background-color: rgba(255, 255, 255, 0.5);
}

.business_background_logo {
	max-width: 5%;
	position: absolute;
	padding:0.5% 3%;
  left:14.5%;
  top:10px;
	z-index: 1;
}

.business_back_area_text_b {
	font-size: 1.2vw;
	color: #000033;
	line-height: 180%;
	text-shadow: 1px 1px 4px #FFFFFF;
	
}

.business_back_area_text {
	padding:2%;
	font-size: 2vw;
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #000;
	
}

.business_b {
	color: #FFFFFF;
}

.business_back_area_textend {
	padding-top: 1%;
	font-size: 1.2vw;
	text-align: right;
	font-weight: bold;
	color: #000033;
}

/*下部バックグランドイメージエリア　終わり*/


/*フッターエリア　始まり*/
.streetaddress{
	max-width: 880px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
}

/*footer上のライン*/
.footer_line{
	background-color: #1D1C1C;
	background-repeat: repeat-x;
	padding: 15px;
}

footer {
	background-color: #FFF;
	background-repeat: repeat-x;
	color: #999;
	font-size: 0.7em;
	padding: 15px;
	text-align: center;
	border-top: #999 1px solid;
}
/*フッターエリア　終わり*/

.cast_img2 {
	margin: 0 0 0 40px
}

/*コンテンツエリア　始まり*/
.contens_area {
	max-width: 1200px;
	margin-bottom: 100px;
}

.contens_titile {
	text-align: center;
	letter-spacing: 2px;
	color: #cc0000;
}

.contens_box {
	max-width: 1200px;
	display: flex;
}

.contens_img {
	cursor: pointer;
	overflow: hidden;
  position: relative;
  width: 100%;
}

.contens_img .caption {
	font-size: 1em;
	color:#FFF;
	padding-top: 0;
	padding-left: 0;
	text-align: center;
	text-shadow: 1px 1px 6px #000000;
}

.contens_img .caption2 {
	font-size: 1em;
	color:#FFFFFF;
	padding-top: 0;
	padding-left: 0;
	text-align: center;
	text-shadow: 1px 1px 6px #000000;
}

.contens_img .mask {
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(255, 255, 255, 0.5);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}

.contens_img:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-left: 0;	/* 右にずらす */
}

.contens_img .caption3 {
	font-size: 1em;
	color: #fff;
	padding-top: 30px;
	padding-left: 0;
	text-align: right;
	letter-spacing: 1px;
}

.contens_img .caption3 rt {
	font-size: 0.65em;
	position: relative;
	top: -.5em;
	transform: translateY(-.5em);
}

.contens_img .mask2 {
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: -35%;	/* 枠の上に置いて表示させない */
	left: 0;
	background-color:	rgba(255, 0, 0, 0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}

.contens_img:hover .mask2 {
	bottom: 0%;	/* 下に降りてくるように見せる */
}

.contens_img img {
	width: 100%;
	display: block;
	height: auto;
  transition: transform .6s ease;
}

.contens_img img:hover {
	transform: scale(1.2);
}

.contens_text {
	margin-top: 20px;
	display: flex;
	line-height: 0;
	font-size: 0.9em;
	color: #0a0a66;
}

.sp_contens_text {
	display: none;
}
/*コンテンツエリア　終わり*/

img { 
	max-width:100%; 
}

/*事業案内サービスエリア　始まり*/

.business_service {
	max-width: 1100px;
	padding: 10px;
	margin-bottom: 50px;
}

.business_service_title {
	padding: 10px 50px;
	color: #cc0000;
	letter-spacing: 3px;
	font-feature-settings: "palt" 1;
	border: #cc0000 1px solid;
}

.business_service_img {
	max-width: 950px;
	padding: 20px 20px 10px 20px;
	display: flex;
}

.business_service_img img {
	max-width: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.img_r {
	margin: 0 0 0 20px;
  padding: 0;
	color: #cc0000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
}

.business_service_text {
	max-width: 810px;
}

.business_service_text h3 {
	color: #464646;
	font-weight: bold;
	font-size: 1.5em;
}

.business_service_text h4 {
	margin-top: 20px;
}

.business_service_textlead {
	font-size: 0.9em;
	line-height: 180%;
}

.business_service_textend {
	margin-top: 40px;
	color: #cc0000;
	text-align: right;
	font-size: 1.5em;
	letter-spacing: 1px;
}

/*事業案内サービスエリア　終わり*/

/*企業理念エリア　始まり*/

.mission_area {
	max-width: 1100px;
	padding: 10px;
	margin-bottom: 50px;
}

.mission_title {
	padding: 10px 50px;
	color: #cc0000;
	letter-spacing: 3px;
	font-feature-settings: "palt" 1;
	border: #cc0000 1px solid;
}

.mission_text {
	max-width: 900px;
	margin-top: 50px;
}

.mission_text li {
	margin-bottom: 20px;
}

.mission_textlead {
	font-size: 0.9em;
	line-height: 180%;
}

.mission_textlead .mt2 li {
	font-size: 2em;
}

.mission_textend {
	text-align: right;
}

.mission_b_img {
	margin-top: 50px;
}
/*企業理念エリア　終わり*/

/*会社概要エリア　始まり*/

.profile_area {
	max-width: 1000px;
	padding: 10px;
	margin-bottom: 50px;
}

.profile_teble_title {
	letter-spacing: 2px;
}
.profile_teble {
	max-width: 1100px;
	padding: 10px;
	margin-bottom: 50px;
	margin-left: 0;
	letter-spacing: 3px;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01,
.tb02 {
	margin-bottom: 50px;
}

.tb02 .tb02_1 {
	width: 25%;
	padding: 0;
	vertical-align: -webkit-baseline-middle;
}

.tb01 th {
	width: 20%;
  padding: 10px 30px;
  box-sizing:border-box;
}

.tb02 th {
	width: 20%;
  padding: 0 30px;
  box-sizing:border-box;
}

.tb01 td {
  padding: 10px;
  box-sizing:border-box;
}

.tb02 td {
  padding: 0 10px 10px 10px;
  box-sizing:border-box;
}

.tb01 th {
	color: #464646;
}

.tb02 th {
	color: #464646;
	vertical-align: top;
}

.profile_text_area {
	border: 1px solid #464646;
	padding: 20px;
	line-height: 200%;
}

.profile_text {
	padding: 20px;
}

.profile_text_end {
	text-align: right;
	padding: 0 20px;
}

/*会社概要エリア　終わり*/

/*お問い合わせエリア　始まり*/

.information_area {
	max-width: 1100px;
	padding: 10px;
	margin-bottom: 50px;
}

.information_title {
	padding: 10px 50px;
	color: #cc0000;
	letter-spacing: 3px;
	font-feature-settings: "palt" 1;
	border: #cc0000 1px solid;
}

.information_area .mail {
	max-width: 1000px;
}

.information_text {
	color: #464646;
	text-align: center;
}

.information_text .p_text {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

.information_text .kibou {
	font-size: 0.9em;
	margin-bottom: 20px;
}

.info_s {
	font-size: 0.8rem;
	color: #ccc;
	padding-left: 20px;
}

.mail_t {
	padding: 20px;
}

.mail_t .kibou {
	font-size: 0.9em;
	margin-bottom: 10px;
}

/*お問い合わせエリア　終わり*/

/*プライバシーポリシーエリア　始まり*/

.privacypolicy_area {
	max-width: 1100px;
	padding: 10px;
	margin-bottom: 50px;
}

.privacypolicy_title {
	padding: 10px 50px;
	color: #cc0000;
	letter-spacing: 3px;
	font-feature-settings: "palt" 1;
	border: #cc0000 1px solid;
}

#privacy_policy_area {
	margin: 10px;
	color: #4D4D4D;
	font-size: 0.8rem;
}

#privacy_policy_area p {
	margin-bottom: 10px;
	line-height: 180%;
}

.privacy_text li {
	font-size: 0.8rem;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
}

.privacy_text li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #4D4D4D;
	position: relative;
	left: -6px;
	top: -3px;
}

.company_p {
	margin-top: 20px;
	color: #4D4D4D;
	letter-spacing:2px;
}

#content_area {
	max-width: 1000px;
}

#content_area .content_title2 {
	margin-top: 20px;
	font-size: 1em;
}

/*プライバシーポリシーエリア　終わり*/

.sitemap {
	display: flex;
	color: #666;
	font-size: 0.8rem;
}

.sitemap .site_a {
	width: 45%;
}

.sitemap p {
	margin: 20px 0 ;
}

.sitemap a {
	text-decoration: none;
	color: #4D4D4D;
}

.menu_list .business_inner ul {
	max-width: 100%;
	margin-bottom: 30px;
  display: flex;
}

.menu_list .business_inner li {
	max-width: 48%;
	font-size: 0.9em;
}

.menu_list .business_inner img {
	width: 100%;
}

.business_inner_text {
	padding: 5px 10px;
}

.menu_business_link {
	max-width: 1000px;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
	display: flex;
}

.menu_business_link p {
	padding: 10px;
}

.menu_business_link_btn {
	vertical-align: top;
}

.menu_business_link_btn2 {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 0.9em;
  text-decoration: none;
  color: #FFF;
	background-color: #23a7ff;
  position: relative;
  overflow: hidden;
}

.menu_business_link_btn2:hover {
  color: #FFF;
	z-index: 100;
}

.menu_business_link_btn2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background-color: #FFF;
	opacity: 0.3;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.menu_business_link_btn2:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

	/* お問合せエリア始まり */
.info_area_bg {
	width: 100%;
	height: auto;
	padding: 70px 10px 20px 10px;
	background-color:#000033;
	background-repeat: repeat-x;
	font-feature-settings: "palt" 1;
}

.info_area {
	max-width: 1200px;
	display: flex;
}

.info_title {
	padding: 40px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.info_title_j {
	font-size: 0.8em;
	letter-spacing: 4px;
}

.info_text {
	color: #FFF;
	text-align: center;
}

.info_title_e {
	font-size: 2.5em;
	letter-spacing: 2px;
}

.info_tel {
	margin-right: 30px;
	padding-top: 8px;
	font-size: 1.6em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 59%;
}

.info_tel a {
	color: #FFF;
	text-decoration: none;
}

.info_tel_text {
	padding-left: 40px;
	font-size: 0.4em;
}

.info_bottom_text {
	max-width: 1050px;
	display: flex;
	margin-top: 20px;
	color: #FFF;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.info_bottom_text_l {
	padding-top: 10px;
}

.info_bottom_text_b {
	font-size: 1.5em;
}

.info_tel_area {
	display: flex;
}

.c-btn {
  background: #ff9c00;
	border: #FFF 1px solid;
  border-radius: 60px;
	padding: 10px 40px;
  color: #ff9c00;
  display: block;
  text-align: center;
	cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	font-size: 0.8em;
	letter-spacing: 1px;
	position: absolute;
}

.c-btn a {
	position: relative;
	top:30%;
	text-decoration: none;
	color: #FFF;
}

.c-btn.slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-btn.slide::after {
  background: #f7c87c;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn.slide a::after {
	color: #ff9c00;
}

.c-btn.slide:hover {
  color: #ff9c00;
}

.c-btn.slide:hover::after {
  transform: scale(1, 1);
	color: #ff9c00;
}

.recruite_area {
	max-width: 1150px;
	display: flex;
	margin-top: 20px;
}

.recruite_l {
  cursor: pointer;
  max-width: 546px;
  overflow: hidden;
  width: 100%;
}

.recruite_l img {
  height: auto;
  transition: transform .6s ease; 
}

.recruite_l:hover img {
  transform: scale(1.2); 
}

.recruite_r {
	width: 48%;
	height: 40%;
	margin-top: 5px;
	padding: 7px;
	background-color: #eef1f4;
	border-radius: 10px;
	font-size: 1.1em;
}

.recruite_b_text {
	padding-top: 30px;
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
	color:midnightblue
}

.recruite_r a {
	text-decoration: none;
	color: #464646;
	position: relative;
  display: inline-block;
  transition: .3s;
}

.recruite_r a::after {
  position: absolute;
  bottom:0;
  left:0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #cc0000;
  transition: .3s;
  transform: translateX(0%);
}

.recruite_r a:hover::after{
  width: 100%;
}

.recruite_r a:hover{
  color: #cc0000;
}

.recruite_b {
	padding: 10px;
	border: #666 1px solid;
	border-radius: 10px;
}
.recruite_r_s {
	margin-top: 10px;
	padding-right: 60px;
	font-size: 0.7em;
	text-align: right;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}
	/* お問合せエリア終わり */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #cc0000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	opacity: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.text_mb20 {
	margin-bottom: 20px;
	font-size: 0.9em;
}

.text_mb20 ul {
	margin-bottom: 20px;
} 

.text_mb20 li {
	margin-bottom: 10px;
}

.info_img  img {
	max-width: 470px;
	width: 100%;
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
#header {
	font-size: 0.8em;
}

#pan {
	padding-left: 20px;
}
#header .tel,
#bottom_line .tel {
	display: none;
}

.h_area{
	padding-left: 10px;
}

.main_img_text {
	display: none;
}

.title_name {
	text-align: center;
}

.sp_sub_title {
	display: inline;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.sp_sub_title p {
	margin: 20px;
	line-height: 170%;
}

.sp_sub_title .tel {
	margin: 5px 10px;
	padding: 5px 0 5px 0;
	font-size: 1.8rem;
	font-weight: bold;
	border: 1px #464646 solid;
	text-align: center;
	letter-spacing: 1px;
}

.sp_sub_title .mail {
	margin: 5px 10px;
	padding: 5px 0 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px #464646 solid;
	text-align: center;
	letter-spacing: 1px;
}

.sp_sub_title .time {
	text-align: center;
}

.sp_sub_title a {
	text-decoration: none;
	color: #cc0000;
}

/*スマホ用グローバルナビ　始まり*/
nav .area {
	display: none;
}
	
.b_list  li {
	width: 50%;
}
	
.main {
	flex-basis: unset;
	width: 100%;
}
	
#mainNav ul:after, #mainNav .inner:after {
	content: "";
	display: table;
	clear: both;
}
	
#mainNav ul, #mainNav .inner {
	zoom: 1;
}
	
.inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
	
#mainNav {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color:#cc0000;
}
	
#mainNav a.menu {
	width: 100%;
	display: block;
	height: 50px;
	line-height:50px;
	text-align: left;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: url(images/menuOpen.png) no-repeat 5px 15px;
}
	
#mainNav a#menu span {
	padding-left: 35px;
}
	
#mainNav a.menuOpen {
	border-bottom: 0;
	background: url(images/menuOpen.png) no-repeat 5px -27px;
}
	
#mainNav a#menu:hover {
	cursor: pointer;
}
	
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
	
#mainNav ul {
	margin: 0;
	padding: 0;
}
	
#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
}
	
#mainNav ul li a {
	text-decoration: none;
}
	
#mainNav ul li:first-child {
	border-top: 1px solid #d5d5d5;
}
	
#mainNav ul li li:first-child {
	border-top: 0;
}
	
#mainNav ul li a, #mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #cc9966;
	color: #fff;		
}
	
#mainNav ul li:last-child a {
	border: 0;
}
	
#mainNav ul li li:last-child a {
	border: 0;
}
	
#mainNav ul li li:last-child a {
	border-bottom: 1px dashed #ccc;
}
	
#mainNav ul li a span {
	display: none;
}
	
#mainNav ul li.current-menu-item a, #mainNav ul li a:hover, #mainNav ul li.current-menu-item a, #mainNav ul li a:active, #mainNav ul li li.current-menu-item a, #mainNav ul li.current-menu-item li a:hover, #mainNav ul li.current-menu-item li a:active {
	color: #fff;
	background: #4f504f;
}
	
#mainNav ul li li {
	float: left;
	border: 0;
}
	
#mainNav ul li li a, #mainNav ul li.current-menu-item li a, #mainNav ul li li.current-menu-item a {
	padding-left: 40px;
	background: #fff url(../images/sub1.png) no-repeat 20px 18px;
}
	
#mainNav ul li li.current-menu-item a, #mainNav ul li li a:hover, #mainNav ul li.current-menu-item li a:hover {
	color: #fff;
	background: #4f504f url(../images/sub1.png) no-repeat 20px -62px;
}
	
#mainNav ul li li:last-child a {
	background: #fff url(../images/subLast.png) no-repeat 20px 20px;
}
	
#mainNav ul li li:last-child.current-menu-item a, #mainNav ul li li:last-child a:hover, #mainNav ul li.current-menu-item li:last-child a:hover {
	color: #fff;
	background: #4f504f url(../images/subLast.png) no-repeat 20px -65px;
}
	
nav 
div.panel {
	float: none;
}
	
menu {
	display: block;
}
	/*スマホ用グローバルナビ　終わり*/

.nav {
	display: none;
}

.about_text {
	padding: 40px;
}

.cast_b_area {
	width: 100%;
}

.cast_b_area_text {
	width: 58.7%;
	padding: 0 30px 20px 30px;
}

.cast_b_box {
	display: flex;
}

.cast_img2 {
	margin: 0 0 0 35px
}

.about_img .inner li {
	max-width: 100%;
	margin: 20px 1%;
}

.info_area {
	display: block;
	padding: 10px;
}

.info_img {
	width: 100%;
	text-align: center;
}

.info_img  img {
	width: 100%;
}

.info_bottom_text {
	padding: 10px;
	font-size: 0.9em;
}

.info_tel_area {
	display: block;
}

.info_tel {
	margin: 0;
}

.info_area_bg {
	padding: 0;
}

.info_tel_text {
	padding: 0;
}

.business_inner_text {
	padding: 0 20px;
}

.recruite_area {
	display: block;
}

.recruite_l {
	max-width: 100%;
}

.recruite_l img {
	width: 100%;
	text-align: center;
}

.recruite_r {
	width: 93%;
}

.contens_img {
	overflow: visible;
}

.about_titile {
	text-align: center;
}

.about_logo {
	left: 1%;
}

.about_area_text {
	left: 3%;
}

.about_area_titile {
	left: 10%;
}

.about_area_textend {
	left: 5%;
	top: 86%;
}

.view {
	top: 48%;
	left: 60%;
	font-size: 0.9em;
}

.back_img_area .back_img_area_title {
	left: -4%;
}

.back_img_area .back_img_area_text {
	max-width: 80%;
	left: 4%;
	top: 30%;
}

.mirai_text {
	padding-top: 0;
}

#page-top a {
	width: 80px;
	padding: 15px 5px;
}

.c-btn {
	width: 60%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 1.2em;
}

.bu_back_img_area_text {
	max-width: 90%;
	left: 2%;
	top:17%
}

.business_back_area_text {
	font-size: 1.2em;
}
.business_back_area_text_b {
	font-size: 1em;
}

.business_back_area_textend {
	font-size: 0.8em;
}

.contens_img .caption3, .contens_img .mask2, .contens_img .mask2, .contens_img .caption {
	display: none;
}

.business_img .caption {
	padding-top: 80px;
}

.business_img .caption2 {
	padding-top: 100px;
}

.business_l_img {
	max-height: 203px;
}

.business_background_logo {
	max-width: 7%;
	padding:0.5% 3%;
  left:2.5%;
  top:2%;
}

.info_bottom_text {
	display: block;
	padding: 0 10px;
}

.info_bottom_text_l {
	padding: 10px;
	font-size: 1.5em;
}

.info_bottom_text_r {
	padding: 10px;
	font-size: 1.5em;
}

.info_bottom_text_b {
	font-size: 1.5em;
}

.bu_back_img_area img {
	height: 500px;
}

.top_img_text3 {
	font-size:2em;
}

.bottom_bg .bottom_bg_r {
  position: absolute;
  left:54%;
  top:45%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 1;
}

}
@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

h1 {
	padding: 5px 32px;
}
	
.news_text {
	width: 95%;
}

#header {
	display: none;
}

.sp_header {
	display: inline;
}

.sp_top_img {
	max-width: 599px;
	display: inline;
}

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

#mainImg {
	display: none;
}

.sns_area ul {
	width: 100%;
	display: flex;
	color: #E5D5B6;
}

.sns_area a {
	text-decoration: none;
	color: #E5D5B6;
}

.sns_area li {
	width: 50%;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	background-color: #666;
}

.sp_logo ul{
	margin-top: 10px;
	display: flex;
	color: #cc0000;
}

.sp_logo a {
	color: #cc0000;
	text-decoration: none;
}


.sp_logo li {
	font-size: 1em;
}

.sp_logo li img {
	margin-right: 10px;
}

.cast_b_area_img {
	max-width: 100%;
}

/*アバウトエリア　始まり*/
.about_area {
	width: 100%;
	margin-top: 20px;
}

.about_area h3 {
	padding-top: 15px;
}

.about_text {
	padding: 10px;
	background:#ddd url(images/about_trinity1.jpg) no-repeat center center;
	background-size:cover;
}

.about_text .lead {
	margin: 0 43px 10px 43px;
}

.about_text .lead2 {
	margin: 0 45px 10px 45px;
}

.about_text p {
	line-height: 160%;

}

.about_area .end_text {
	margin: 15px 20px 20px 20px;
	text-align: left;
}

.about_img {
	width: 100%;
}

.about_img .inner ul {
	width: 100%;
	display: inline;
}

.about_img .inner li {
	max-width: 100%;
}

.about_img .inner img {
	width: 100%;
}
/*アバウトエリア　終わり*/

.cast_b_area {
	width: auto;
	margin-top: 20px;
	padding: 10px;
}

.sp_cast_b_box {
	display: inline;
	margin: 50px;
}

.cast_b_box {
	margin-top: 30px;
}

.cast_b_area_text {
	float: none;
	width: 100%;
	padding: 0;
}

.sp_cast_b_area_text {
	float: none;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}

.sp_cast_b_area_text .lead,
.sp_cast_b_area_text .cast_comment {
	margin: 20px 43px 10px 43px;
	font-feature-settings: "palt" 1;
}

.sp_cast_b_area_text h3 {
	font-weight: 600;
}

.cast_b_area_text .lead {
	margin: 20px 43px 10px 43px;
	display: block;
}

.cast_b_area_text .lead2 {
	display: none;
}

.cast_b_area_text .cast_comment {
	margin: 10px 43px 10px 43px;
}

.cast_b_area_text p {
	margin: 10px;
}

.cast_b_area_img {
	float: none;
	width: 100%;
	margin: 0;
}

.sp_cast_b_area_img {
	width: 100%;
	margin-bottom: 30px;
}

.cast_b_area_img img {
	width: 100%;
}

.sp_cast_b_area_img img {
	width: 100%;
}

.cast_b_box {
	display: inline;
}

.sp_none {
	display: none;
}

#bottom_line {
	display: none;
}

.sp_lead_text {
	display: inline;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}

.sp_lead_text .sp_lead_top {
	padding: 30px 30px 0 30px;
	font-size: 17px;
	font-weight: bold;
}

.sp_lead_text .sp_lead_middle {
	line-height: 170%;
	padding: 10px 45px 10px 45px;
}

.sp_lead_text .sp_lead_bottom {
	line-height: 170%;
	padding: 0 45px 20px 45px;
}

.top_news_bg_color {
	display: none;
}

#pan {
	display: none;
}

.contens_box {
	display: block;
}

.contens_img {
	margin-bottom: 30px;
}

.back_area2_text {
	font-size: 1.5em;
}

.back_area2 {
	width: auto;
	padding: 10px;
}

.back_area2_text2 {
	padding: 10px;
}

.menu_list .inner ul {
	display: block;
}

.menu_list .inner li {
	max-width: 100%;
	margin-bottom: 30px;
}

.menu_list .inner .b_list {
	max-width: 100%;
	margin-bottom: 30px;
}

.bottom_menu ul {
	padding-left: 20px;
	display: block;
}

.back_area_text2 {
	padding: 10px;
}

.business_service_img {
	padding: 0;
	margin-top: 20px;
}

.menu_list .business_inner ul {
	display: block;
}

.menu_list .business_inner li {
	max-width: 100%;
	margin-bottom: 20px;
}
.menu_list .business_inner ul img {
	width: 100%;
}

.business_back_area_text {
	padding: 10px;
}

.business_back_area_box {
	padding: 0;
}

.business_back_area_text2 {
	padding-bottom: 10px;
	font-size: 1em;
	font-weight: 100;
}

.business_back_area_textend {
	padding: 10px;
	font-weight: 100;
}

.back_img_area .back_img_area_text {
	font-size: 0.8em;
	top: 16%;
}

.back_img_area .back_img_area_title  {
	top: 2%;
	left: 10%;
	font-size: 1.1em;
	color: #000033;
}

.mirai {
	display: block;
}

.mirai_img {
	width: 100%;
}

.mirai_c {
	display: none;
}

.mirai_text {
	width: 98%;
	padding-top: 0;
	font-size: 0.9em;
}

.contens_area {
	margin-bottom: 0;
	font-size: 0.8em;
}

.contens_area {
	font-size: 1em;
}

.aaa {
	position: unset;
}

.about_area_titile {
	top:21%;
	color: #000033;
}

.about_area_text {
	top:28%;
	left: -1%;
	padding: 10px 20px;
	color: #000033;
}

.view  {
	text-align: center;
	top: 60%;
	left: 34%;
}

.about_area_textend {
	top:50%;
	left: 4%;
	color: #000033;
	font-size: 1em;
}

.about_area_img {
	top:75%;
	left: 0;
}

.about_area_img li {
	width: 100%;
	padding-right: 0;
}

.menu_business_link {
	display: block;
}

.menu_business_link {
	text-align: center;
}

#page-top {
	padding: 0;
	margin: 0;
}
#page-top a {
	padding: 15px 0;
	margin: 0;
	width: 50px;
	display: none;
}

.business_background_logo {
	max-width: 12%;
  top:4%;
}

.bu_back_img_area_text {
	top:17%;
}

.business_back_area_text {
	font-size: 1em;
}
.business_back_area_text_b {
	font-size: 0.8em;
}

.business_back_area_textend {
	font-size: 0.8em;
}

.about_titile {
	margin-top: 20px;
	font-size: 0.9em;
}

.contens_text {
	display: none;
}

.mirai_text h3 {
	padding-left: 10px;
}

.sp_contens_text {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.business_service_text h3 {
	margin-top: 20px;
}

.business_service_textend {
	text-align: left;
}

.recruite_b_text {
	padding-top: 0;
}

.business_img .caption {
	padding-top: 100px;
}

.business_img .caption2 {
	padding-top: 110px;
}

.business_l_img {
	max-height: 233px;
}

.info_bottom_text_l {
	padding: 0 10px;
	font-size: 1em;
}

.info_bottom_text_r {
	padding: 10px;
	font-size: 1em;
}

.info_bottom_text_b {
	font-size: 1.5em;
}

.info_title {
	padding: 8px;
}

.c-btn {
	font-size: 0.9em;
}

.info_title_e {
	font-size: 1.8em;
}

.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}

.tb01,
.tb02 {
	width: 100%;
	font-size: 0.9em;
}

table.tb01 th,
table.tb02 th {
	display: block;
	width: 100%;
	border-bottom:none;
	padding: 0;
}

table.tb01 td {
	display: block;
	width: 100%;
	border-bottom:none;
	padding-left: 10px;
	margin-bottom: 20px;
}

table.tb02 td {
	display: block;
	width: 100%;
	border-bottom:none;
	padding-left: 10px;
}

.tb01 tr:last-child,
.tb02 tr:last-child {
	border-bottom: solid 1px #ccc;
}

.tb02 .tb02_1 {
	width: 100%;
	padding:10px;
	vertical-align: -webkit-baseline-middle;
}

.profile_text_area {
	padding: 10px;
	font-size: 0.9em;
}

.profile_text {
	padding: 10px;
}

.profile_text_end {
	padding: 0 10px;
}

.information_title {
	padding: 10px;
}

#content_area .content_title2 {
	font-size: 0.9em;
}

.company_p {
	font-size: 0.9em;
}

.mission_text {
	padding: 20px;
}

.business_service {
	padding: 20px;
}

.sitemap {
	font-size: 0.9em;
}

.bottom_bg {
	display: none;
}

.sp_bottom_bg {
	display: block;
}

.sp_bottom_bg img {
	width: 100%;
}

.btm_link {
	max-width: 100%;
	text-align: center;
}

.privacypolicy_area {
	margin-bottom:0;
}

}


