@charset "UTF-8";


/* パソコンで見たときは"pc"のclassがついた画像が表示される */


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

  a[href^="tel:"]{
    pointer-events: none;
  }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img {
	max-width: 100%;
	height: auto;
}

}
section {
	background-color: #FFF;
}
 @media screen and (max-width:1024px) {
section {
	width: 1024px;
}
html {
 overflow-y: scroll;
}
}

a:hover {
	opacity: 0.8 ;
}



/*
 top_img [
----------------------------------------------------------- */
.top_img img {
	width:100%;
}

/*
 thanks 
----------------------------------------------------------- */
#thanks {
	text-align:center;
	width:1024px;
	margin: 140px auto 140px auto;
}

/*
 top_icon [
----------------------------------------------------------- */
.top_icon {
	position:fixed;
	bottom:0 ;
	right: 0;
	margin: 0 ;
	z-index: 50;
}

/*
 pc_side [
----------------------------------------------------------- */
.pc_side{
	display:none;

}


.fixed{
	display:  block;  
    position: fixed;
	top: 50px;
	right: 0;
	z-index: 50;
}

.pc_side p {
	margin: 0 0 10px 0 ;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}
/*
 pc_side [
----------------------------------------------------------- */
#rootList {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0 ;
		font-weight: bolder;
}

/*
 top-header [
----------------------------------------------------------- */
#top-header a:hover img {
opacity: 0.7 ;
}

#top-header {
	height: 120px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
#top-header ul {
	width: 1200px;
	margin: 0 auto;
}
#top-header li {
	float: left;
	width: auto;
	height: 120px;
	display: table;
}
#top-header li p {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.header-logo {
	padding: 0 50px 0 0;
}
.header-icon {
	padding: 0 16px 0 0;
}
.header-line {
	padding: 0 5px 0 0;
}
@media screen and (max-width:1280px) {
#top-header ul {
	width: 1000px;
	margin: 0 auto;
}
.header-icon_nissyo {
	padding: 0 15px 0 0;
}
.header-logo {
	padding: 0 15px 0 15px;
}
.header-icon {
	padding: 0 7px 0 0;
}
.header-logo img {
	height: 38px
}
.header-icon img {
	height: 38px
}
.header-line img {
	height: 38px
}
.header-icon_nissyo img {
	height: 72px
}
}
#bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	background-size: cover;
	background-color: #fff;
}
.header-title {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.header-title img {
	width: 100%;
	height: 100%;

}
 @media screen and (max-width:1280px) {
.header-title img {
	width: 900px;
}
}
 @media screen and (max-width:1024px) {
header {
	width: 1024px;
}
.header-title {
	width: 1024px;
}
}
/*
 Navi [
-----------------------------------------------------------*/
nav {
	height: 85px;
	background-color: #007BC1;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	white-space: nowrap;
	letter-spacing: 3px;
	padding: 30px 0 0 0;
}
.navigation_item {
	display: inline;
	padding: 0 2.5% 0 2.5%;
 }
nav ul {
	padding: 34px 0 0 0;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}
 @media screen and (max-width:1024px) {
nav {
	width: 1024px;
}
}
/*
 worries [
----------------------------------------------------------- */

.worries-title {
	background-color: #FFF100;
	height: 540px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
}
.worries-title img {
	text-align: center;
	margin: 0 auto;
}
#worries-in {
	margin: -250px 0 0 0;
	text-align: center;
	white-space: nowrap;
}
#worries-in ul li {
	display: inline;
}
#worries-in li {
	margin: 0 -80px 0 -80px;
}
 @media screen and (max-width:1500px) {
#worries-in img {
	width: 40%;
}
#worries-in li {
	margin: 0 -6.5% 0 -6.5%;
}
}
 @media screen and (max-width:1024px) {
#worries {
	width: 1024px;
}
}
/*
 solution [
----------------------------------------------------------- */
#solution {
	text-align: center;
	position: relative;
}
.border {
	height: 10px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.border::before {
	content: "";
	background-image: linear-gradient(to right, #FFF100, #FFF100 20px, transparent 20px, transparent 40px);
	background-size: 40px 10px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.solution-font {
	margin: 0 auto 0 auto;
	width: 1000px;
}
.solution-font img {
}
.solution-font p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.solution-img img {
	width: 100%;
	margin: -10px 0 -10px 0;
}
.solution-img p {
}
 @media screen and (max-width:1280px) {
.solution-font img {
	width: 800px;
}
}
 @media screen and (max-width:1024px) {
#solution {
	text-align: center;
	width: 1024px;
}
.solution-font {
	margin: 0 auto 0 auto;
	width: 800px;
}
}
/*
 point [
----------------------------------------------------------- */
#point {

	text-align: center;
	font-size: 20px;
	z-index: 20;
	padding: 120px 0 0 0;
}
.title {
	margin: 0 auto 40px auto;
	text-align: center;
	width: 793px;
	line-height: 15px;
}

.man-out {
	width: 1024px;
	margin: 0 auto;
}

.man {
	position: absolute;
	margin: -35px 0 0 880px;
}
.point {
	margin: -340px 0 0 0;
	background-color: #007BC1;
	height: 1245px;
}
.point-in {
	text-align: center;
	width: 1130px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0px;
}
.clear {
	/* floatを解除 */
	clear: both;
}
.point-img {
	width: 357px;
	float: left;
}
.point-font {
	margin: 0 0 0 67px;
	color: #FFF;
	width: 280px;
}
.point-font p {
	height: 145px;
	margin: 15px 0 0 0;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.point-p-title {
	padding: 400px 0 0 0;
	white-space: nowrap;
}
.point-p-title p {
	margin: 0 0 30px 0;
}
.point-p {
	margin: -50px 0 50px 0;
	padding: 50px 0 30px 0;
	color: #DA3B15;
	font-size: 70pt;
	font-weight: bolder;
	background-image: url(../img/pc/top/point_bg.jpg);
	ackground-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 380px;
}

.point-p img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}
.point-p span {
	vertical-align: middle;
}
.banner {
	padding: 0px 0 0 0;
}
.banner-in {
	width: 564px;
	margin: 15px auto 0 auto;
}
 @media screen and (max-width:1280px) {
.point-in {
	text-align: center;
	width: 990px;
}
.point-img {
	width: 330px;
	float: left;
}
.point-img img {
	width: 330px;
}
.point-font img {
	width: 260px;
}
.point-font {
	margin: 0 0 0 60px;
	width: 260px;
}
.point-font p {
	height: 145px;
}
.point-font p span {
	font-size: 10.5pt;
	color: #fff;
}

.man {
	position: absolute;
	margin: 0px 0 0 880px;
}
.man img {
	width: 145px;
}
.point-p img {
	width: 250px
}
.point-p {
	padding: 70px 0 70 0;
}
}
 @media screen and (max-width:1024px) {
#point {
	width: 1024px;
}
}
/*
 business 
----------------------------------------------------------- */

#business {
	text-align: center;
	background-color: #FFF;
	padding: 140px 0 0 0;
}
.title-business {
	margin: 0px auto 0 auto;
	text-align: center;
	width: 310px;
	line-height: 15px;
	text-align: center;
	font-size: 22px;
	color: #595757;
}
.title-business-in {
	border-top: 1px solid #595757;
	padding: 12px 0 0 0;
	width: 800px;
	margin: 20px auto 70px auto;
	line-height: 25px;
	text-align: center;
}
.business-in {
	text-align: center;
	width: 1215px;
	margin: 0 auto 0 auto;
}
.clear {
	/* floatを解除 */
	clear: both;
}
.business-img {
	width: 390px;
	float: left;
	margin: 0 7.5px 0 7.5px;
}
.business-font {
	margin: 30px 0 0 67px;
	color: #595757;
	width: 280px;
}
.business-font p {
	height: 115px;
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.banner-business {
	padding: 30px 0 140px 0;
}
.banner-in-business {
	width: 564px;
	margin: 15px auto 0 auto;
}

.man-business{
	position: absolute;
	margin: -110px 0 0 190px;
}
 @media screen and (max-width:1280px) {
.business-in {
	text-align: center;
	width: 945px;
	margin: 0 auto 0 auto;
}
.business-img {
	width: 300px;
	float: left;
}
.business-img_1000 {
	width: 300px;
}
.business-font {
	margin: 30px 0 0 10px;
	color: #595757;
	width: 280px;
}
}
 @media screen and (max-width:1024px) {
#business {
	width: 1024px;
}
}
/*
 performance
----------------------------------------------------------- */

#performance {
	text-align: center;
	background-color: #007BC1;
	width: 1200px;
	padding: 0 0 0 0;
	margin: 0px auto 0 auto;
}
.performance-in {
	text-align: center;
	width: 830px;
	margin: 0 auto 0 auto;
}
.border-performance {
	width: 1200px;
	height: 10px;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
}
.border-performance::before {
	content: "";
	background-image: linear-gradient(to right, #FFF100, #FFF100 20px, transparent 20px, transparent 40px);
	background-size: 40px 10px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.title-performance {
	margin: 70px auto 70px auto;
	text-align: center;
	width: 337px;
	line-height: 15px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
}
.title-performance span {
	border-top: 1px solid #FFF;
	padding: 12px 0 0 0;
	font-size: 20px;
	width: 352px;
}
.performance-item {
	width: 250px;
	float: left;
	margin: 0 7.5px 35px 7.5px;
}
.performance-img img {
	padding: 0 0 0 0 ;
	margin: 0 0 -11px 7px;
}
.performance-img {
	width: 235px;
	height: 293px;
	background-color: #DA3A14;
	padding: 7px 0 0 0;
	margin: 0 0 0 20px;
}
.performance-img p {
	margin: 0px 0 0 0;
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 2px;
}
.round {
	position: absolute;
	text-align: left;
	margin: -20px 0 0 0;
}
.woman-performance {
	position: absolute;
	margin: 89px 0 0 750px;
}

.banner-performance {
	padding: 0px 0 84px 0;
}
.banner-in-performance {
	width: 564px;
	margin: 15px auto 0 auto;
}
 @media screen and (max-width:1280px) {
#performance {
	width: 1000px;
}
.border-performance {
	width: 1000px;
}
.woman-performance {
	margin: 88px 0 0 650px ;
	width:262px;
}
}
 @media screen and (max-width:1024px) {
#performance {
	width: 1024px;
}

}
/*
 voice
----------------------------------------------------------- */

#voice {
	text-align: center;
	background-color: #FFF;
	margin: 0 auto 0 auto;
	padding: 130px 0 0 0 ;
}
.voice-bg {
	background-color: #FF0;
	height: 500px;
	margin: -500px 0 0 0;
}
.voice-in {
	text-align: center;
	width: 1026px;
	margin: 0px auto 0 auto;
}
.title-voice {
	padding: 0 0 0 0;
	margin: 0px auto 40px auto;
	text-align: center;
	width: 528px;
	line-height: 0;
	text-align: center;
	color: #FFF;
}
.voice-item {
	float: left;
	margin: 0 14px 35px 14px;
	text-align: center;
}
.voice-font {
	position: absolute;
	width: 314px;
	margin: 0 auto 0 auto;
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 2px;
}
.voice-font p {
	border-top: dashed 1px #FFF;
	width: 172px;
	text-align: center;
	margin: 370px auto 10px auto;
}
.banner-voice {
	padding: 0px 0 84px 0;
}
.banner-in-voice {
	width: 564px;
	margin: 15px auto 0 auto;
}
 @media screen and (max-width:1024px) {
#voice {
	width: 1024px;
}
.voice-in {
	width: 954px;
}
.voice-img img {
	width: 290px;
}
.voice-item {
	float: left;
	margin: 0 14px 35px 14px;
	text-align: center;
}
.voice-font p {
	margin: 345px auto 8px auto;
}
.voice-font {
	width: 290px;
}
}
/*
 top_bg
----------------------------------------------------------- */

#top_bg {
	min-height: 810px;
	background: transparent;
}

.parallax-slider {
	top: 0;
	left: 0;
}
 @media screen and (max-width:1024px) {
#top_bg {
	width: 1024px;
}
}
/*
 staff
----------------------------------------------------------- */

#staff-out {
}
#staff {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0px auto 0 auto;
	background-color: #FFF;
}
.staff-in {
	text-align: center;
	width: 912px;
	margin: -200px auto 0 auto;
}
.title-staff {
	margin: 0 auto 0 auto;
	padding: 130px 0 0 0;
	text-align: center;
	width: 733px;
	line-height: 10px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 2px;
}
.title-staff02 {
	margin: 12px auto 70px auto;
	text-align: center;
	color: #FFF;
}
.staff-color {
		background-color: #F1F1F1;
		height: 620px;
}
.staff-img {
	width: 456px;
	float: left;
	margin: 0;
}
.staff-img p {
	margin: 0;
	color: #FFF;
	font-size: 13pt;
}
.banner-performance {
	padding: 0px 0 84px 0;
}
.banner-in-performance {
	width: 564px;
	margin: 15px auto 0 auto;
}
 @media screen and (max-width:1024px) {
#staff {
	width: 1024px;
}
}
/*
 top-contact
----------------------------------------------------------- */

#top-contact {
	text-align: center;
	padding: 70px 0 140px 0;
	margin: 0px auto 0 auto;
	background-color: #FFF100;
}
.banner-top-contact {
	padding: 50px 0 0 0;
}
/*
 contact_tel [
----------------------------------------------------------- */

.top-contact_tel {
	width: 950px;
	padding: 5px;
	margin: 0px auto 0 auto;
	background-color: #007BC1
}

.top-contact_tel_font {
	font-size: 25px;
	line-height: 200%;
	color: #fff;
	letter-spacing: 2px;
}
.top-contact_tel_font span {
	color: #FFF100;
}
.top-contact_border {
	border: 2px dashed #FFF100;
	padding: 70px 0 35px 0;
}

.top-contact_tel_woman {
	position: absolute;
	margin: -119px 0 0 730px;
}



.top-contact_tel_title img {
	margin: 0 500px -70px 0;
}
/*
 insta
----------------------------------------------------------- */

#insta {
	text-align: center;
	padding: 75px 0 140px 0;
	margin: 0px auto 0 auto;
	background-color: #007BC1;
}
#insta p {
	margin: 0 0 50px 0;
}
.insta-img img {	
	width: 170px;
}
 @media screen and (max-width:1024px) {

#insta {
	text-align: center;
	padding: 75px 0 140px 0;
	margin: 0;
	background-color: #007BC1;
	width: 1024px;
}
#insta p {
	margin: 0 0 50px 0;
}
.insta-img {	
	width: 510px;
	margin: 0 auto ;
}
}
/*
 footer
----------------------------------------------------------- */
#footer-img {
	min-height: 600px;
	background: transparent;
}


#footer {
	text-align: center;
	margin: 0 auto;
	background: url(../img/pc/top/footer-img.jpg) ;
	background-size: cover;
	height: auto;
	color: #FFF;
	letter-spacing: 2px;
	padding: 140px 0 70px 0;
}
.footer-in {
	width: 990px;
	margin: 0 auto;
}
.footer-nav p {
	float: left;
	text-align: left;
	width: 245px;

	padding: 0 0 25px 0;
}
.footer-nav p span {
	color: #FFF100;
}
.footer-font {
	margin: 40px 0 0 0;
}
.footer-font p {
	float: left;
	text-align: left;
	margin: 0 48px 0 0;

	line-height: 26px
}
.footer-font p span {
	color: #FFF100;
}
.footer-font-big {
	color: #FFF100;
	font-size: 25px;
	font-weight: bolder;
	line-height: 40px;
}
.copy {
	margin: 140px 0 0 0;
}
 @media screen and (max-width:1024px) {
#footer {
	width: 1024px;
}

#footer-img {
	width: 1024px;
}


/*
 top_img [
----------------------------------------------------------- */
.top_img {
	width:1024px;
}
}

/*
 sp [
----------------------------------------------------------- */
 @media screen and (max-width:750px) {
	 
	 a:hover {
	opacity:1 ;
}

section {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
}

  a[href^="tel:"]{
    pointer-events: auto ;
  }
	 
/*
 top_icon [
----------------------------------------------------------- */
.top_icon {
	position:fixed;
	bottom:0 ;
	right: 0;
	margin:  0 20px 130px 0 ;
	z-index: 50;
}
	 
.top_icon img{
	width:110px;
} 
a:hover {
	opacity: 1 ;
}
	 
main {
		background-color: #FFF;
	width: 750px;
}
	 
section {
	background-color: #FFF;
	width: 750px;
}
body {
	width: 100%;
	height: 100px;
	background-color: #FFF;
	font-size: 24px;
}

/*
 Navi [
-----------------------------------------------------------*/

.navigation_item {
	display: block;
 }


nav {
	width: 750px;
}

nav {
	height: auto ;
	background-color: transparent;
	white-space: normal;
}
/*
ハンバーガーボタン
----------------------------------------------------------- */

.header {
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
	width: 105px;
	height: 105px;
	background-color: #FFF;
}
.el_humburger {
	position: absolute;
	top: 27px;
	right: 15px;
	width: 70px;
	height: auto;
	padding-top: 1px;
	box-sizing: border-box;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}
.el_humburger > span {
	display: block;
	width: 100%;
	margin: 0 auto 12px;
	padding: 0 0 0 0;
	height: 8px;
	background: #595757;
	transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
	background: #595757;
}
.js_humburgerOpen .el_humburger > span.top {
	transform: translateY(20px) rotate(-50deg);
}
.js_humburgerOpen .el_humburger > span.middle {
	opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
	transform: translateY(-20px) rotate(50deg);
}
.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}
.el_humburgerButton__close > span {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
	transform: translateY(9px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
	transform: translateY(9px) rotate(-45deg);
}
/*ナビゲーション*/
.uq_spNavi {
	display: none;
}
.uq_spNavi.js_appear {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;
}
.uq_spNavi_screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.96);
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.navigation {
	padding: 100px 0 0 0;
	text-align: center;
}
.navigation_item {
	margin: 50px 0 50px 0;
	font-size: 35px;
}
.navigation_item > a {
	color: #595757;
	text-decoration: none;
}

/*
 top-header [
----------------------------------------------------------- */

header {
	width: 750px;
}
#top-header {
	height: 105px;
	background-color: transparent;
}
#top-header ul {
	width: 750px;
	margin: 0 auto;
}
.header-logo {
	padding: 0 30px 0 30px;
}
.header-icon {
	padding: 0 15px 0 0;
}
.header-logo img {
	height: auto
}
.header-icon img {
	height: auto
}
.header-title img {
	width: 750px;
}
.header-title {
	width: 750px;
}
#bg-video {
	position: fixed ;
	top: 0;
	left: 0;
    transform: none;
	min-width: auto;
	min-height: auto;
	width: 750px;
	height: auto;
	background-size: cover;
}
/*
 worries [
----------------------------------------------------------- */
#worries {
	width: 750px;
}
#worries-in {
	white-space: normal;
}
#worries-in img {
	width: 750px;
}
#worries-in li {
	margin: 0px;
}

/*
 solution [
----------------------------------------------------------- */

#solution {
	width: 750px;
}
.solution-font {
	width: 750px;
}

.solution-font img {
	width: 750px;
		margin: 0;
}
.solution-font p {
	width: 568px;
	position: absolute;
	top: 50;
	left: 50;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*
 point [
----------------------------------------------------------- */

#point {
	width: 750px;
	background-color: #fff;
	font-size: 28px;

}
.title {
	margin: 40px auto 40px auto;
	width: 560px;
	line-height: 130%;
}
.man-out {
	width: 750px;
	margin: 0 auto;
}
.man {
	margin: -130px 0 0 520px;
		width: 145px;
}
.point {
	margin: -1150px 0 0 0;
	padding: 0 0 120px 0 ;
	height: auto;
}
.point-in {
	width: 750px;
}
.point-img {
	width: 750px;
	float: none;
}
.point-img img {
	margin: 0 0 0 0;
	width: 600px;
}
.point-font img {
	margin: 0;
}
.point-font {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #FFF;
	width: 400px;
}

.point-font p {
	font-size: 25px;
	line-height: 140%;
	height: auto;
	padding: 0 0 10px 0 ;
}


.point-font p span {
	color: #595757;
	font-size: 25px;
	
}
.point-p-title {
	padding: 1200px 0 0 0;
	white-space: normal;
}
.point-p-title p {
	margin: 0 0 30px 0;
}
.point-p {
	width: 750px;
	height: auto;
	text-align:center;
}
.point-p p {
	width: auto;
	margin: 0;
}
.point-p p img {
	width: 450px;

}

/*
 business 
----------------------------------------------------------- */

#business {
	width: 750px;
	background-color: #fff;

}
.title-business-in {
	width: 600px;
	font-size: 28px;
	line-height: 140%;
}
.business-in {
	width: 750px;
	
}
.business-img {
	float: none;
	width: 450px;
	text-align:center;
	margin: 0 auto;
}

.business-img_1000 {
	width: 450px;
}
.business-font {
	margin: 30px 0 0 0;
	color: #595757;
	width: 450px;
}

.business-font p {
	height: auto;
	margin: 15px 0 60px 0;
	font-size: 25px;
	line-height: 140%;
}
.banner-business {
	padding: 0px 0 140px 0;
}
.man-business{
	position: absolute;
	margin: -110px 0 0 50px;
}

/*
 performance
----------------------------------------------------------- */
#performance {
	width: 750px;
	margin: 0px auto 0 auto;
}

.performance-in {
	text-align: center;
	width: 650px;
	margin: 0 auto 0 auto;
}

.round {
	position: absolute;
	text-align: left;
	margin: -20px 0 0 -15px;
	width: 100px;
}
.round img{
	width: 100px;
}

.title-performance span {
	font-size: 25px;
	width: auto;
}

.performance-item {
	width: 300px;
	float: left;
	margin: 0 12.5px 35px 12.5px;
}

.performance-img {
	width: 300px;
	height: 374px;
	background-color: #DA3A14;
	padding: 7px 0 0 0;
	margin: 0 0 0 0px;
}

.performance-img img {
	width: 280px;
		padding: 0px 0 0 7.5px;
}
.performance-img p {
	font-size: 22px;
	padding: 2px 0 0 0;
}

.woman-performance {
	margin: 88px 0 0 470px ;
	width:262px;
}


.border-performance {
	width: 750px;
	margin: 0;
}
/*
 voice
----------------------------------------------------------- */

#voice {
	width: 750px;
	text-align: center;
	background-color: #FFF;
	margin: 0;
}
.voice-bg {
	background-color: #FFF100;
	height: 500px;
	margin: -500px 0 0 0;
}
.voice-in {
	text-align: center;
	width: 750px;
	margin: 0px auto 0 auto;
}
.title-voice {
	padding: 0 0 0 0;
	margin: 0px auto 40px auto;
	text-align: center;
	width: 528px;
	line-height: 0;
	text-align: center;
	font-size: 20pt;
	color: #FFF;
}
.voice-item {
	float: none;
	margin: 0 0 50px 0;
	text-align: center;
;
}
.voice-img img {
	width: 450px;
	margin: 0 auto ;
}


.voice-font {
	position: absolute;
	width: 400px;
	margin: 535px 0 0 175px;
	padding:  0;
	color: #FFF;
	font-size: 23px;
}
.voice-font p {
	border-top: dashed 1px #FFF;
	width: auto;
	text-align: center;
	margin: 0 auto 10px auto;
}



.banner-voice {
	padding: 0px 0 84px 0;
}
.banner-in-voice {
	width: 564px;
	margin: 15px auto 0 auto;
}
/*
 top_bg
----------------------------------------------------------- */

#top_bg {
	width: 750px;
}
/*
 staff
----------------------------------------------------------- */
#staff {
	width: 750px;
	margin: 0px auto 0 auto;
}
.staff-in {
	width: 750px;
	text-align: center;

}
.title-staff {

	width: 733px;

}

.staff-img {
	width: 456px;
	float: none;
}

.staff-img01 {
	margin: 0 0 0 147px;
}

.staff-img02 {
	margin: 0 0 0 177px;
}


/*
 top-contact
----------------------------------------------------------- */

#top-contact {
     width: 750px;
	text-align: center;
	padding: 70px 0 140px 0;
	margin: 0px auto 0 auto;
	background-color: #FFF100;
}
.banner-top-contact {
	padding: 50px 0 0 0;
}
/*
 contact_tel [
----------------------------------------------------------- */

.top-contact_tel {
	width: 750px;
	padding: 5px;
	margin: 0px auto 0 auto;
	background-color: #007BC1
}

.top-contact_tel_font {
	font-size: 25px;
	line-height: 200%;
	color: #fff;
	letter-spacing: 2px;
}
.top-contact_tel_font span {
	color: #FFF100;
}
.top-contact_border {
	border: 2px dashed #FFF100;
	padding: 80px 0 35px 50px;
	text-align: left;
}
.top-contact_tel_woman {
	margin: -117px 0 0 520px;
	width:202px;
}

.top-contact_tel_title img {
	margin: 0 300px -70px 0;
}

/*
 insta
----------------------------------------------------------- */

#insta {
	width: 750px;
}

/*
 footer
----------------------------------------------------------- */

#footer-img {
	width:750px
}


#footer {
	width: 750px;
	text-align: center;
	margin: 0 auto;
	background-size: cover;
	height: auto;
	color: #FFF;
	letter-spacing: 2px;
	padding: 140px 0 140px 0;
}
.footer-in {
	width: 750px;
	margin: 0 auto;
}
.footer-nav p {
	float: left;
	text-align: left;
	width: 350px;
	font-size: 25px;
	padding: 0 0 25px 25px;
}
.footer-nav p span {
	color: #FFF100;
}
.footer-font {
	margin: 0 0 0 25px;
}
.footer-font p {
	float: left;
	text-align: left;
	margin: 30px 48px 0 0;
	font-size: 25px;
	line-height: 30px
}
.footer-font p span {
	color: #FFF100;
}
.footer-font-big {
	color: #FFF100;
	font-size: 30px;
	font-weight: bolder;
	line-height: 40px;
}

.copy {
	margin: 140px 0 0 0;
		font-size: 25px;
}


/*
 pc_side [
----------------------------------------------------------- */
.pc_side{
	display:none;

}


.fixed{
	display:none; 
    position: fixed;
	top: 50px;
	right: 0;
	z-index: 50;
}

/*
 top_img [
----------------------------------------------------------- */
.top_img  {
	width:750px;
}

/*
 thanks [
----------------------------------------------------------- */
.thanks_in {
	text-align:center;
	width:750px;
	margin: 140px auto 140px auto;
	font-size:25px;
	line-height:140%;
}

/*
 bottom_icon [
----------------------------------------------------------- */
.bottom_icon {
	width: 750px;
	position:fixed;
	bottom:0 ;
	right: 0;
	margin: 0 ;
	z-index: 50;
}

.bottom_icon div {
	float:left;
}

.bottom_icon img {
	width: 100%
}
}



