@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------
カチーラ　ヘッダー
---------------------------------------------------*/
.logo_img {
	float: left;
}

@media(max-width:480px) {
.logo_img {
	width: 200px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
}

@media(min-width:481px) and (max-width:767px) {
.logo_img {
	width: 200px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
}

@media(min-width:768px) and (max-width:991px) {
.logo_img {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
}

@media(min-width: 992px) {
.logo_img {
	width: 200px;
	margin-top: 13px;
	margin-bottom: 10px;
}
}
/*---------------------------------------------------
カチーラ　09
---------------------------------------------------*/
.page9 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../image/bg_new.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.page9 .position_fix1 {
	display: flex;
	min-height: 100vh;
	line-height: 1.5em;
}
.page9 .position_fix2 {
	margin: auto;
	text-align: center;
	width: 300px;
}
.page9 p {
	color: #FFFFFF;
}
@media(max-width:480px) {
.page9 .position_fix2 {
	width: 320px;
}
.page9 img {
	width: 300px;
}
.page9 p {
	font-size: 18px;
	padding-top: 30px;
}
}

@media(min-width:481px) and (max-width:767px) {
.page9 .position_fix2 {
	width: 490px;
}
.page9 img {
	width: 400px;
}
.page9 p {
	font-size: 18px;
	padding-top: 30px;
}
}

@media(min-width:768px) and (max-width:991px) {
.page9 .position_fix2 {
	width: 760px;
}
.page9 img {
}
.page9 p {
	font-size: 20px;
	padding-top: 40px;
}
}

@media(min-width: 992px) {
.page9 .position_fix2 {
	width: 990px;
}
.page9 img {
}
.page9 p {
	font-size: 20px;
	padding-top: 50px;
}
}
/*---------------------------------------------------
カチーラ　02
---------------------------------------------------*/
.page2 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../image/P02_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.page2 .position_fix1 {
	display: flex;
	min-height: 100vh;
	line-height: 1.5em;
}
.page2 .position_fix2 {
	margin: auto;
	text-align: center;
	width: 300px;
}
.page2 h4 {
	text-align: center;
	color: #2E2E2E;
	margin-top: 0;
}
.page2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.page2 li {
	color: #2E2E2E;
	text-align: center;
	list-style-type: none;
}
.image-round1 {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:480px) {
.page2 .position_fix2 {
	width: 320px;
}
.page2 h4 {
	text-align: left;
	font-size: 16px;
}
.page2 ul {
	text-align: left;
	margin-bottom: 0px;
}
.page2 li {
	text-align: left;
	font-size: 12px;
}
.image-round1 {
	padding: 0px;
	width: 100px;
	height: 100px;
}
.page2 .flexbox_page2 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.page2 .flexbox_page2 .left {
	width: 100px;
}
.page2 .flexbox_page2 .right {
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
}
}

@media(min-width:481px) and (max-width:767px) {
.page2 .position_fix2 {
	width: 490px;
}
.page2 h4 {
	font-size: 16px;
}
.page2 ul {
	margin-bottom: 30px;
}
.page2 li {
	font-size: 12px;
}
.image-round1 {
	padding: 0px;
	width: 100px;
	height: 100px;
}
}

@media(min-width:768px) and (max-width:991px) {
.page2 .position_fix2 {
	width: 760px;
}
.page2 h4 {
	font-size: 20px;
}
.page2 ul {
	margin-bottom: 50px;
}
.page2 li {
	font-size: 14px;
}
.image-round1 {
	padding: 0px;
	width: 200px;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
}

@media(min-width: 992px) {
.page2 .position_fix2 {
	width: 990px;
}
.page2 h4 {
	font-size: 20px;
}
.page2 ul {
	margin-bottom: 50px;
}
.page2 li {
	font-size: 16px;
}
.image-round1 {
	padding: 0px;
	width: 250px;
	height: 250px;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
/*---------------------------------------------------
カチーラ　06　会社概要
---------------------------------------------------*/
.page6 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../image/P06_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.page6 .position_fix1 {
	display: flex;
	min-height: 100vh;
	line-height: 1.5em;
}
.page6 .position_fix2 {
	margin: auto;
	text-align: center;
	width: 300px;
}
.page6 h4 {
	display: inline-block;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 5px #fff solid;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media(max-width:480px) {
.page6 .position_fix2 {
	width: 320px;
}
.page6 table {
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4;
}
.page6 table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page6 table td {
	border-left: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media(min-width:481px) and (max-width:767px) {
.page6 .position_fix2 {
	width: 490px;
}
.page6 table {
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
}
.page6 table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page6 table td {
	border-left: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media(min-width:768px) and (max-width:991px) {
.page6 .position_fix2 {
	width: 760px;
}
.page6 table {
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.page6 table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page6 table td {
	border-left: 1px solid #fff;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media(min-width: 992px) {
.page6 .position_fix2 {
	width: 990px;
}
.page6 table {
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.page6 table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page6 table td {
	border-left: 1px solid #fff;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/*---------------------------------------------------
body
---------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
* html body {
	overflow: hidden;
}
.section.fp-section.fp-table {
	overflow: hidden;
}
.section {
	position: relative;
}
.kv-index_overlay_page1 {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/stripe01.png);
}
.kv-index_overlay_page4 {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/stripe02.png);
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 998;
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	text-align: center;
	color: #fff;
	z-index: 999;
}
#wrap {
	display: none;
}
.button_base {
	margin: 0;
	border: 0;
	font-size: 18px;
	margin-top: -25px;
	width: 260px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-user-select: none;
	cursor: default;
}
.button_base:hover {
	cursor: pointer;
}

/*---------------------------------------------------
media queries
---------------------------------------------------*/
@media(max-width:480px) {
.inner {
	width: 100%;
	height: calc(100% - 76px);
	margin: 0px auto;
	font-size: 0;
	margin-top: 76px!important;
	position: relative;
}
.title_5 {
	width: 240px;
	margin: 0 auto 50px;
}
.title_6 {
	width: 120px;
	margin: 0 auto 10px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -10px;
	bottom: 10px;
	opacity: 0.4;
}
#fp-nav.right {
	right: 10px;
}
.pc_header .container {
	padding-left: 0;
}
}

@media(min-width:481px) and (max-width:767px) {
.inner {
	width: 100%;
	height: calc(100% - 100px);
	margin: 0px auto;
	font-size: 0;
	margin-top: 100px!important;
	position: relative;
}
.title_5 {
	width: 360px;
	margin: 0 auto 70px;
}
.title_6 {
	margin: 0 auto 20px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	bottom: 30px;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
.pc_header .container {
	padding-left: 0;
}
}

@media(min-width:768px) and (max-width:991px) {
.inner {
	width: 100%;
	height: calc(100% - 100px);
	margin: 0px auto;
	font-size: 0;
	margin-top: 100px!important;
	position: relative;
}
.title_5 {
	margin-bottom: 110px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	bottom: 30px;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
}

@media(min-width: 992px) {
.container {
	max-width: 1200px;
}
.inner {
	width: 100%;
	height: calc(100% - 100px);
	margin: 0px auto;
	font-size: 0;
	margin-top: 100px!important;
	position: relative;
}
.title_5 {
	margin-bottom: 110px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	bottom: 30px;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
}
