

@font-face {
	font-family: 'NotoSansCJKjp-B';
	src: url('fonts/NotoSansCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-R';
	src: url('fonts/NotoSansCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-R';
	src: url('fonts/NotoSerifCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-B';
	src: url('fonts/NotoSerifCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

/*company*/
#contents_{
	margin: 0 20px 0;
	position: relative;
}


#company_area1 .table_1 {
	margin-bottom: 100px;
	border-top: solid 1px #ccc;
}

#company_area1 .table_1 td {
	font-size: 16px;
	font-size: 1.6rem;
}

#company_area1 .table_1 td.price {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

#company_area1 .list_box > div {
	font-size: 16px;
	font-size: 1.6rem;
	width: 50%;
	margin-bottom: 100px;
}

#company_area1 .list_box > div .ttl {
	margin-bottom: 30px;
}

#company_area1 .list_box > div .tel a {
	font-size: 30px;
	font-size: 3rem;
}

#company_area1 .list_box > div.list3 {
	width: 100%;
	margin-bottom: 50px;
}


/*ロゴが回る*/
#logo_circle{
	position:absolute;
	top:260px;
	right:-180px;

	animation: rotate-anime 60s linear infinite;
	-webkit-animation: rotate-anime 60s linear infinite;
	opacity: 0.2;
}
@keyframes rotate-anime {
	0%  {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}


/*パーパス*/
#purpose {
	width:100%;
	height: 495px;
    background-image: url(../img/company/purpose_img.jpg);
	margin-top: 200px;
	display: table;
}

#purpose .text_ci{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 100px;
}


.text_ci p{
	font-size:26px;
	margin-top: 20px;
}

p.tit_w{
	color: #fff;
	font-size:2rem;
	border-bottom:solid 2px #fff;
	text-align:center;
	display: inline-block;
	padding:0;
}

.tit_w span {
	display: inline-block;
	padding-bottom:0px;
	font-size:10px;
	position: relative;
	top:10px;
}

/*左から開く
-------*/
#purpose {
	position: relative;
}
#purpose::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	transition: 1.2s;
	transform-origin: right center;
	//transform-origin: left center;
}
#purpose.on::after {
	transform: scaleX(0);
}



/*ビジョン*/

#vision{
	margin:80px 0;
}

#vision .vision_img {
	width:50%;
	height: 496px;
	margin-bottom: 7%;
    background: url(../img/company/vision_img.jpg) center center no-repeat;
	background-size:contain;
	float:left;
}

#vision .vision_text{
	margin:100px 0 0 40px;
	display: inline-block;
}


#vision .vision_text span{
	font-size:10px;
	font-weight:normal;
	margin-left:15px;
}

#vision .vision_text p{
	font-size: 1.8rem;
	margin-top:30px;
}

#vision .vision_text .tit_b {
	font-size:2rem;
	border-bottom:solid 2px #333333;
	display: inline;
	padding:0;
}






/*ミッション*/


#mission{
	width:100vw;
	background-color:#33b7e2;
	padding:6% 0 8% 0;
	margin-top:2%;
}

#mission p{
	font-size: 1.8rem;
	max-width: 510px;
	margin-left: 11%;
}

#mission .text_ci span{
	font-size:10px;
	font-weight:normal;
	color:#fff;
	margin-left:15px;
}

#mission .tit_w{
	font-size:2rem;
	font-weight:normal;
	border-bottom:solid 2px #fff;
	text-align:center;
	display: inline-block;
	padding:0;
}

.mission_img {
	width: 100%;
	height: 50vh;
    background: url(../img/company/mission_img.jpg) center center no-repeat;
	background-size: cover;
}

/*左から開く
-------*/
#mission {
	position: relative;
}
#mission::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: 1.2s;
	transform-origin: right center;
	//transform-origin: left center;
}
#mission.on::after {
	transform: scaleX(0);
}





/*アクション*/
#action{
	background-color:#f0f0f0;
	padding:3% 0 5% 0;
	margin-top:5%;


}

#action p{
	font-size: 1.8rem;
	max-width: 510px;
	margin-left: 11%;
}


#action .tit_b{
	font-size:2rem;
	font-weight:normal;
	border-bottom:solid 2px #333333;
	text-align:center;
	display: inline-block;
	padding:0;
}

#action .text_ci span{
	font-size:10px;
	font-weight:normal;
	color:#333333;
	margin-left:15px;
}

#action .text_ci{
	padding-top: 30px;
	padding-bottom: 40px;
}

.action_img{
	width: 100%;
	height: 70vh;
    background: url(../img/company/action_img.jpg) center center no-repeat;
	background-size: cover;
}

/*左から開く
-------*/
#action {
	position: relative;
}
#action::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: 1.2s;
	transform-origin: right center;
	//transform-origin: left center;
}
#action.on::after {
	transform: scaleX(0);
}










.map iframe {
	width: 100%;
	height: 400px;
	vertical-align: top;
	border: none;
}

#traspace00_area2 {
	margin-bottom: 100px;
}

#traspace00_area2 h3 {
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}

#traspace00_area2 h3:after {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #33b7e2;
}

#traspace00_area2 h3 span {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px 100px;
	color: #1973b5;
	border: solid 2px #33b7e2;
	border-radius: 30px;
	background: #fff;
}

#traspace00_area2 .list_box > div {
	width: 31%;
}

#traspace00_area2 .list_box > div .tit {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

#company_area1 .table_1 th,
#company_area1 .table_1 td {
	display: block;
	width: auto;
}

#company_area1 .table_1 td.tit {
	padding-bottom: 0;
	border-bottom: none;
}

/*パーパス*/
.text_ci p{
	font-size:18px;
	margin-top: 20px;
	padding: 3%;
}

/*ビジョン*/

#vision{
	margin:80px 0;
}

#vision .vision_img {
	width:100%;
	height: 496px;
    background: url(../img/company/vision_img.jpg) center center no-repeat;
	background-size:contain;
	float:left;
}

#vision .vision_text{
	margin:0 80px 11%;
	display: inline-block;
	margin-left: 11%;
}


/*ミッション*/

#mission{
	width:100vw;
	background-color:#33b7e2;
	padding:13% 0;
}

#mission p{
	font-size: 1.5rem;
	max-width: 510px;
	margin-left: 3%;
}

.mission_img {
	width: 160%;
    background: url(../img/company/mission_img.jpg) center top no-repeat;
	background-size:contain;
}


/*アクション*/
.action_img{
	max-height: 55vh;
}

#action p{
	font-size: 1.5rem;
	max-width: 510px;
	margin-left: 3%;
}


/*ロゴが回る*/
#logo_circle{
	/*
	position:absolute;
	top:900px;
	right:160px;
	animation: rotate-anime 60s linear infinite;
	-webkit-animation: rotate-anime 60s linear infinite;
	opacity: 0.1;
	*/
	display:none
}
@keyframes rotate-anime {
	display:none
	/*
	0%  {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
	*/
}
