@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {display: none;}
.content {padding: 16px;}
.page_title p {font-size: 5vw; padding-bottom: 10px;}
.indent_content02 {margin-top: 30px;}

/*header*/
	header .sp_box {display: flex; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 60px; background: #e07e20; padding: 16px; box-sizing: border-box; line-height: 1; z-index: 100;}
	header .sp_box .txt01 {font-size: 4.5vw; margin-bottom: 0;}
	header .sp_box .txt02 {font-size: 3.5vw; margin-top: 2%;}
	.front_main_box {margin-top: 60px;}
	.front_main_box .txt02 {bottom: 20px;}
	header .front_contact {display: none;}
	.global_nav_bg {display: none;}
	.swiper-slide img {height: 100%; background-size: cover; object-fit: cover; object-position: top center; position: absolute; min-width: inherit; left: inherit; margin: inherit;}
	.swiper-container {height: 100%;}
	

/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: auto;
  cursor: pointer;
  font-size: 2.5vw;
color: #fff;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
  width: 70%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 90%;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #fff;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #fff;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #fff;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
top: 10px;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
  background: url("img/sp/header/nav_bg.jpg")top center no-repeat;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 3% 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #fff;
color: #fff;
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}


/*index*/
	#index .box01 h2 {font-size: 5vw;}
	#index .box01 .min {font-size: 3.5vw; margin: 10px auto 30px;}
	#index .box01 .under_box {margin: 16px auto; display: block; font-size: 4.5vw; color: #000; padding: 10px; text-align: center; line-height: 1.5;}
	#index .box01 .under_box span {margin: 0;}
	#index .box01 .bg {display: none;}
	#index .box01 .btn {font-size: 4vw; width: 100%; height: auto; background: url("img/index/box02_arrow.svg")center right 2% no-repeat; background-color: #E07E20; color: #fff; padding: 16px 0;}
	#index .box02 {background: url("img/sp/index/box02_bg.jpg")top center no-repeat; background-size: cover;}
	#index .box02 h2 span {font-size: 5vw; border-bottom: 1px solid #000;}
	#index .box02 .min {font-size: 3.5vw; margin: 30px auto; line-height: 1.5;}
	#index .box02 ul {display: block;}
	#index .box02 li {width: 100%;}
	#index .box02 li .icon {display: none;}
	#index .box02 .box {margin: 0 auto 16px; height: auto; padding: 10px 0; display: block; text-align: center;}
	#index .box02 .box:nth-child(n + 2) {margin-top: 16px;}
	#index .box02 .box img {width: 8%; margin: 0 auto 10px;}
	#index .box02 .txt01 {font-size: 4.5vw;}
	#index .box02 .txt02 {font-size: 8vw;}
	#index .box02 .txt03 {font-size: 3.5vw;}
	#index .box02 .txt04 {font-size: 6vw; line-height: 1.3;}
	#index .box02 a {height: auto; font-size: 4vw; padding: 12px 0;}
	#index .box02 a img {width: 2%; right: 4%;}
	#index .box03 h2 {font-size: 5vw; line-height: 1.5;}
	#index .box03 .min {font-size: 3.5vw; margin: 10px auto 30px;}
	#index .box03 .inner {display: block;}
	#index .box03 .inner::before, #index .box03 .inner::after {display: none;}
	#index .box03 .img {margin: 0 auto 30px;}
	#index .box03 .txt01 {font-size: 3.5vw; text-align: center;}
	#index .box03 .txt02 {font-size: 5.5vw; margin-top: 10px; text-align: center;}
	#index .box03 .bdr {height: 1px; margin: 20px auto 15px; width: 100%;}
	#index .box03 .txt03 {font-size: 3.5vw; line-height: 2; width: auto;}
	#index .box03 .btn_box {display: block; margin-top: 30px;}
	#index .box03 .btn_box a {width: 100%; height: auto; font-size: 3.5vw; background-position: center right 3%; background-size: 2%; padding: 7px 0; line-height: 1.8;}
	#index .box03 .btn_box a img {width: 16%; margin-right: 4%;}
	#index .box03 .btn_box a:nth-child(2) {margin-top: 16px;}
	#index .box03 .btn_box a:nth-child(2) img {width: 11%;}
	#index .box04 {padding-bottom: 30px;}
	#index .box04 .c_img {display: none;}
	#index .box04 .bg_box {display: none;}
	#index .box04 .title {margin-top: 0; padding: 30px 0 20px; text-align: center;}
	#index .box04 .txt01 {display: none;}
	#index .box04 h2 {font-size: 5vw; text-shadow: none;}
	#index .box04 h2 span {font-size: 6vw; line-height: 1.4;}
	#index .box04 .interview_list {flex-wrap: wrap; margin: 10px auto 30px; padding: 0 16px;}
	#index .box04 .interview_list a {width: 48%; margin-right: 4%; border-bottom: 1px solid #000; padding-bottom: 10px;}
	#index .box04 .interview_list a:nth-child(2n) {margin-right: 0;}
	#index .box04 .interview_list a:nth-child(n + 3) {margin-top: 4%;}
	#index .box04 .img_box {margin-bottom: 10px;}
	#index .box04 .img_box img {height: 100px;}
	#index .box04 .pick {position: relative; display: block; text-align: center; bottom: 0; font-size: 3.5vw; padding: 5px 0;}
	#index .box04 .cat {display: none;}
	#index .box04 h3 {font-size: 3.5vw;}
	#index .box04 .btn {width: calc(100% - 32px); font-size: 4vw; padding: 16px 0; background-size: 2%; background-position: center right 3%; height: auto;}
	#index .box05 {padding: 30px 16px;}
	#index .box05 .title {font-size: 5.5vw; line-height: 1.5;}
	#index .box05 .tel {font-size: 5vw; margin: 20px auto;}
	#index .box05 .tel span {font-size: 8vw;}
	#index .box05 ul {display: none;}
	#index .box05 .min {font-size: 3.5vw;}
	#index .box05 h2 {font-size: 4vw; margin: 20px auto;}
	#index .box05 .sp_box a:nth-child(n + 2) {margin-top: 16px;}
	#index .box06 {padding: 30px 0;}
	#index .box06 h2 {font-size: 6vw; margin-bottom: 30px;}
	#index .box06 iframe {position: relative; bottom: inherit; width: calc(100% - 32px); display: block; margin: auto; height: 250px; border: none;}
	#index .box06 h2::before, #index .box06 h2::after {height: 2px;}
	#index .box06 h2::before {margin-right: 3%;}
	#index .box06 h2::after {margin-left: 3%;}
	#index .box07 .box {padding: 20px 0; border: 1px dashed #fff;}
	#index .box07 h2 {font-size: 5vw;}
	#index .box07 .min {font-size: 3.5vw; margin: 10px auto 20px;}
	#index .box07 .txt01 {font-size: 4vw; margin-bottom: 10px;}
	#index .box07 .inner {display: block;}
	#index .box07 table {margin: auto;}
	#index .box07 th, #index .box07 td {font-size: 4vw;}
	#index .box07 th {margin-right: 5%;}
	#index .box08 h2 {font-size: 5vw; line-height: 1.5; margin-bottom: 20px;}
	#index .box08 .link_box {flex-wrap: wrap;}
	#index .box08 .link_box a {width: 48%; height: auto; margin: 2% auto 0; font-size: 3.5vw; padding: 10px 0;}
	#index .box08 .link_box a img {height: 90%; margin-right: 8%;}
	#index .box08 .inner {display: block;}
	#index .box08 .box {width: 100%; margin-top: 30px;}
	#index .box08 h3 {font-size: 5vw; border-left: 3px solid #000;}
	#index .box08 .list {border: 1px solid #e07e20; padding: 10px;}
	#index .box08 .blog_item {padding: 10px 0;}
	#index .box08 .over {font-size: 3.5vw; margin-bottom: 10px;}
	#index .box08 h4 {font-size: 4vw; margin-left: 10px;}
	#index .box08 .txt {font-size: 3.5vw; line-height: 1.8;}
	#index .box08 .bg {display: none;}
	#index .box09 {padding: 30px 16px; font-size: 3.5vw; background: #fff;}
	#index .box09 .title {font-size: 7vw; margin-bottom: 25px; justify-content: center; align-items: flex-end;}
	#index .box09 h2 {font-size: 5vw;}
/*footer*/
	footer .over {padding: 30px 16px;}
	footer .home_link {display: none;}
	footer .inner {display: block;}
	footer .inner::before,footer .inner::after {display: none;}
	footer .left_box {display: none;}
	footer .box {width: 100%; padding: 16px;}
	footer .txt01 {font-size: 5vw;}
	footer .txt02 {font-size: 3.5vw;}
	footer .tel {padding-top: 10px; margin: 16px 0 5px; font-size: 5vw;}
	footer .tel span {font-size: 8vw;}
	footer .txt03 {font-size: 3.5vw; padding-bottom: 15px;}
	footer .btn {width: 70%; height: auto; margin: 16px auto 0; font-size: 4vw; padding: 12px 0;}
.sp_pop_inner {display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 100;}
.sp_pop_inner a {width: 50%;}

#pop_banner {
padding: 0;
z-index: 50;
background: none;
width: 100%;
border: none;
bottom: 0;
position: fixed;
}
	.pan {padding: 20px 16px 0; margin-top: 60px;}
	.page_title {font-size: 4.5vw; margin-top: 30px;}
	.min_page_title {font-size: 3.5vw; margin: 10px auto 30px;}
	/*about*/
	#about .box01 .con {background: url("img/about/box01_con_bg.jpg")top left repeat; padding: 30px 16px;}
	#about .box01 .con h2 p {font-size: 5vw; border-bottom: 1px solid #000; padding: 0 10px 16px;}
	#about .box01 .con .txt {font-size: 3.5vw; margin-top: 20px;}
	#about .box01 .con02 .under {display: block; font-size: 5vw; line-height: 1.5; text-align: center; padding: 10px 0;}
	#about .box01 .con02 .under span {margin: 0;}
	#about .box01 .con03 h3 {font-size: 5vw; border-bottom: 1px solid #000; padding-bottom: 16px;}
	#about .box01 .inner {display: block; margin-top: 20px; font-size: 3.5vw;}
	#about .box01 .inner .img01,#about .box01 .inner .img02 {margin: 0 auto 16px;}
	#about .box01 .inner p {padding: 0 16px;}
	#about .box01 .con03 .under {padding: 30px 16px; margin-top: 30px; background: url("img/about/box01_con03_under_bg.jpg")top left repeat;}
	#about .box01 .con03 .txt01 {font-size: 5vw;}
	#about .box01 .con03 .under .txt {font-size: 3.5vw; margin-top: 20px;}
	#about .box02 h2 {font-size: 5vw; margin-bottom: 30px; line-height: 1.2;}
	#about .box02 h2 .big01 {font-size: 8vw;}
	#about .box02 h2 .big02 {font-size: 7vw;}
	#about .box02 .link_box {display: block; padding: 0 16px;}
	#about .box02 .link_box a {width: 100%;}
	#about .box02 .link_box a:nth-child(2),#about .box02 .link_box a:nth-child(3) {margin-top: 20px;}
	#about .box02 .txt01 {font-size: 3.5vw;}
	#about .box02 .txt01 span {font-size: 7vw;}
	#about .box02 .txt02 {font-size: 6vw; margin: 10px 0;}
	#about .box02 .txt03 {font-size: 3.5vw;}
	#about .box02 .title_box {height: auto; font-size: 5vw; text-align: center; line-height: 1; padding: 16px 0; display: block;}
	#about .box02 h3 {font-size: 5vw; line-height: 1.2; border: none; padding-left: 0; margin-left: 0; height: 100%; margin-top: 10px;}
	#about .box02 .inner {margin: 0; font-size: 3.5vw; display: block;}
	#about .box02 .inner img {margin: 0 auto 16px;}
	#about .box02 .inner p {padding: 0 16px;}
	#about .box02 .inner02 {flex-wrap: wrap; padding: 20px 16px;}
	#about .box02 .inner02 img {width: 48%;}
	#about .box02 .inner02 img:nth-child(3) {margin-top: 4%;}
	#about .box02 .bnr {display: none;}
	#about .box02 h3 {display: block;}
	
	#contact_banner .over {padding: 30px 16px;}
	#contact_banner .txt01 {font-size: 5vw; line-height: 1.5;}
	#contact_banner .tel {font-size: 5vw; margin: 10px auto;}
	#contact_banner .tel span {font-size: 8vw;}
	#contact_banner ul {display: none;}
	#contact_banner .sp_box a:nth-child(n + 2) {margin-top: 16px;}
	#contact_banner .txt02 {font-size: 3.5vw;}
	#contact_banner .txt03 {font-size: 4.5vw; margin: 20px auto;}
	
	/*online*/
	#online .main {padding: 10px; font-size: 3.5vw; background-size: cover;}
	#online .main div {border: 1px solid #fff; padding: 10px;}
	#online .main div img {width: 12%; margin: 0 auto 10px;}
	#online .box01 h2 {font-size: 5vw; border-bottom: 1px solid #fff; padding-bottom: 16px; margin-bottom: 15px;}
	#online .box01 .inner {margin: 0; font-size: 3.5vw; display: block;}
	#online .box01 .inner img {margin: 0 auto 16px;}
	#online .box01 .inner p {padding: 0 16px;}
	#online .box01 .inner02 {flex-wrap: wrap; margin-top: 16px;}
	#online .box01 .inner02 img {width: 48%;}
	#online .box01 .inner02 img:nth-child(3) {margin-top: 4%;}
	#online .box02 h2 {height: auto; background: url("img/online/box02_title_bg02.png")top left repeat; font-size: 4vw;}
	#online .box02 h2 div {display: block; padding-right: 0; padding: 10px 0; text-align: center;}
	#online .box02 h2 span {font-size: 6vw;}
	#online .box02 .title_box {margin: 0; padding: 10px 0 16px;}
	#online .box02 .title_box p {font-size: 4vw;}
	#online .box02 .title_box p span {font-size: 6vw;}
	#online .box02 h3 {font-size: 4.5vw; margin-top: 10px;}
	#online .box02 .inner {margin: 0; font-size: 3.5vw; display: block;}
	#online .box02 .inner .img01,#online .box02 .inner .img02 {margin: 0 auto 16px;}
	#online .box02 .inner p {padding: 0 16px;}
	#online .box02 .under_box {margin: 16px 0 0; border: 1px dashed #e07e20; padding: 0;}
	#online .box02 .under_box div {background: url("img/online/box02_under_bg02.png")top left repeat; padding: 16px;}
	#online .box02 li {font-size: 3.5vw;}
	#online .box02 li:nth-child(2) {margin: 16px 0;}
	#online .box02 .under_box p {font-size: 4vw; margin-top: 16px;}
	#online .contact_box {border-top: 2px solid #e07e20; border-bottom: 2px solid #e07e20;}
	#online .contact_box .txt01 span {font-size: 5vw;}
	#online .contact_box .txt02 {font-size: 5vw; margin: 15px auto 20px; line-height: 1.5;}
	#online .contact_box .txt03 {font-size: 4vw; line-height: 1.5;}
	#online .contact_box .btn {width: calc(100% - 32px); height: auto; font-size: 4vw; padding: 16px 0;}
	
	/*user*/
	#user .box01 {padding: 30px 16px; border: 1px dashed #e07e20; background: #fff;}
	#user .box01 .big {font-size: 5vw;}
	#user .box01 .min {font-size: 3.5vw; margin-bottom: 20px;}
	#user .box01 .inner img {width: 48%;}
	#user .box01 .btn {background: url("img/index/box02_arrow.svg")center right 2% no-repeat; background-color: #e07e20; width: 100%; height: auto; margin: 20px auto 0; padding: 16px 0; background-size: 2%; color: #fff;}
	#user .box02 .title span {font-size: 5vw;}
	#user .box02 .txt01 {font-size: 4vw; line-height: 1.5; margin: 16px auto 20px;}
	#user .box02 .title02 {font-size: 5vw; padding: 16px 0;}
	#user .box02 .txt02 {font-size: 3.5vw; margin: 20px auto;}
	#user .box02 .under_box {border: 1px solid #e07e20;}
	#user .box03 .title p {font-size: 4vw; border-bottom: 1px solid #e07e20; padding-bottom: 16px;}
	#user .box03 .inner {display: block; font-size: 3.5vw; margin-top: 20px;}
	#user .box03 .inner .img01,#user .box03 .inner .img02 {margin: 0 auto 16px;}
	#user .box03 .inner p {padding: 0 16px;}
	#user .box04 {background-size: 6%; padding: 20px 16px; border: 1px dashed #e07e20;}
	#user .box04 .title {font-size: 5vw; line-height: 1.5; border-bottom: 1px solid #e07e20; padding-bottom: 16px; margin-bottom: 20px;}
	#user .box04 .txt {font-size: 3.5vw;}
	#user .box05 {border-bottom: 2px solid #e07e20; padding-bottom: 20px;}
	#user .box05 h2 {display: block; background: url("img/user/box05_title_bg.svg")top left repeat; height: auto; font-size: 4vw; text-align: center; line-height: 1.5; padding: 10px 0;}
	#user .box05 h2 span {font-size: 6vw;}
	#user .box05 .con {padding: 0;}
	#user .box05 h3 {display: block; text-align: center; font-size: 5vw; line-height: 1.5;}
	#user .box05 .title01::after,#user .box05 .title02::after {display: none;}
	#user .box05 .inner,#user .box05 .con:nth-of-type(2) .inner {display: block; padding: 0; font-size: 3.5vw;}
	#user .box05 .inner .img01,#user .box05 .inner .img02 {margin: 0 auto 16px;}
	#user .box05 .inner p {padding: 0 16px;}
	#user .sp_txt {margin-top: 20px;}
	#user .box05 .con:nth-of-type(2) {padding: 0;}
	#user .box05 .title02::before {display: none;}
	#user .box05 .under_txt {margin: 20px 16px 0; padding: 10px; border: 1px dashed #e07e20; font-size: 3.5vw;}
	#user .bnr {display: none;}
	
	/*interview*/
	#interview .interview_list {flex-wrap: wrap; margin: 30px auto; padding: 0 16px;}
	#interview .interview_list a {width: 48%; margin-right: 4%;}
	#interview .interview_list a:nth-child(2n) {margin-right: 0;}
	#interview .cat {display: none;}
	#interview .pick {position: relative; bottom: 0; display: block; text-align: center; padding: 7px 0;}
	#interview .img_box img {height: 100px;}
	#interview h3 {font-size: 3.5vw;}
	.nav_over {margin-bottom: 30px;}
	.nav_under {margin-top: 30px;}
	#interview_single h2 {font-size: 4vw; margin-bottom: 30px; padding: 0 16px;}
	#interview_single .title_box {font-size: 3.5vw; padding: 10px 16px;}
	#interview_single h3 {font-size: 3.5vw;}
	#interview_single h3 span {font-size: 4vw;}
	#interview_single .list {padding: 0 16px; margin: 20px auto;}
	#interview_single .list a,#interview_single .list a:nth-child(3n) {width: 48%; margin-right: 4%;}
	#interview_single .list a:nth-child(2n) {margin-right: 0;}
	#interview_single .list a:nth-child(n + 3) {margin-top: 4%;}
	#interview_single .list a img {height: 100px;}
	#interview_single .txt_box {font-size: 3.5vw; padding: 16px; border: 1px solid #000; border-left: none; border-right: none;}
	
	/*blog*/
	#blog .blog_area,#news .blog_area {border-left: none; border-right: none; padding: 20px 16px;}
	#blog .blog_item,#news .blog_item {font-size: 3.5vw; padding: 15px 0;}
	#blog h2,#news h2 {font-size: 4vw;}
	#blog .tag,#news .tag {width: auto; height: auto; font-size: 3.5vw; margin: 0 4%; padding: .5% 1%;}
	#blog_single .box01,#news_single .box01 {border: 2px solid #a31815; border-left: none; border-right: none; padding: 20px 16px; font-size: 3.5vw;}
	#blog_single h2,#news_single h2 {font-size: 4vw;}
	.navigation .nav_btn {width: 40%;}
	.nav_archive_btn {width: 55%; height: auto; padding: 2.5% 0;}
	.navigation .next-entries, .navigation .previous-entries {width: 50%; height: auto; font-size: 3.5vw; padding: 2.5% 0;}
	#news_single .box01 {border: 1px solid #e07e20;}
	
	/*company*/
	#company table {width: calc(100% - 32px); margin: auto;}
	#company th, #company td {display: block; width: 100%; font-size: 3.5vw; padding: 10px; line-height: 2;}
	#company th {width: 100%;}
	#company iframe {width: 100%; height: 250px;}
	#company .txt_box {padding: 0 16px;}
	#company .txt_box p {font-size: 3.5vw; margin-top: 20px;}
	
	/*contact*/
	#contact .box div {border: 1px dashed #fff; padding: 10px 0;}
	#contact .txt01 {font-size: 4vw; line-height: 1.5;}
	#contact .tel {font-size: 5vw; margin-bottom: 10px;}
	#contact .tel span {font-size: 8vw;}
	#contact .txt02 {font-size: 3.5vw;}
	#contact .txt03 {font-size: 5vw; line-height: 1.5;}
	#contact .under {padding: 30px 16px;}
	#contact table th, #contact table td, #consultation table th, #consultation table td {display: block; width: 100%; font-size: 16px; padding-bottom: 10px;}
	#contact table, #consultation table {width: auto; margin: 30px auto 10px;}
	.mw_wp_form_input .btn input {width: 100%; font-size: 4vw; padding: 12px 0;}
	#contact .thanks {font-size: 3.5vw; padding: 0 16px; line-height: 2;}

	
	/*business_person*/
	#business_person .box01 .icon01,#business_person .box01 .icon02 {display: none;}
	#business_person .box01 h2 {font-size: 5vw; width: auto; border-bottom: 1px solid #000; padding-bottom: 15px; margin-bottom: 10px; text-align: center;}
	#business_person .box01 h2 span {font-size: 6vw;}
	#business_person .box01 .min {font-size: 4vw; text-align: center;}
	#business_person .box01 .under {padding: 20px 16px; background-size: cover;}
	#business_person .box01 .txt01 {font-size: 4.5vw; line-height: 1.5; text-align: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #fff;}
	#business_person .box01 .txt02 {font-size: 3.5vw; line-height: 2;}
	#business_person .box02 h2 {font-size: 5vw; line-height: 1.5;}
	#business_person .box02 .inner {display: block; font-size: 3.5vw;}
	#business_person .box02 .img01,#business_person .box02 .img02 {margin: 0 auto 16px;}
	#business_person .box02 .inner p {padding: 0 16px;}
	#business_person .bnr02 {display: block; height: auto; border: 1px solid #e07e20; background: url(img/sp/header/nav_bg.jpg)top center no-repeat; padding: 10px 0;}
	#business_person .bnr02 .img02 {display: none;}
	#business_person .bnr02 .txt01 {font-size: 4.5vw; text-align: center;}
	#business_person .bnr02 .txt02 {display: none;}
	#business_person #contact {padding: 0 16px;}
	
	
	
	
/*sitemap*/
#sitemap li {font-size: 4vw; line-height: 2;}
	
	
	
	
	
}
@media screen and (max-width:350px) {
header h1 {display: none;}
}


