@charset "UTF-8";



/*------------------------------------
　　index
------------------------------------*/
#main_visual {
	background: -webkit-linear-gradient(left, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	background: -o-linear-gradient(left, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	background: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	width: 100%;
	height: 1200px;
}
#main_in{
	position: relative;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}

.main_z01, .main_z02, .main_z03,.main_z04{
position: absolute;
}

/*ロゴ背景*/
.main_z01{
	left: 0;
	top: 120px;
	background-image: url(../img/logo_bg.png);
	width: 30%;
	height: 30%;
	background-repeat: no-repeat;
	background-size: cover;
}
/*黄色帯*/
.main_z02{
	right: 0;
	top: 41%;
	width: 87%;
	height: 28%;
	display: block;
	background-color: #ffe566;
}
/*写真*/
ul li {
	list-style:none;
}
.cb-slideshow{
	background-color: #fff;
}

.cb-slideshow,
.cb-slideshow:after {
	top: 0px;
	right: 0px ;
	z-index: 0;
	margin: 0;
}

.cb-slideshow li span {
	width: 80%;
	height: 60%;
	position: absolute;
	top: 0px;
	right: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 21s linear infinite 0s;
	-moz-animation: imageAnimation 21s linear infinite 0s;
	-o-animation: imageAnimation 21s linear infinite 0s;
	-ms-animation: imageAnimation 21s linear infinite 0s;
	animation: imageAnimation 21s linear infinite 0s;
	background-color: #fff;
}


.cb-slideshow li:nth-child(1) span {
	background-image: url("../img/main01.png");
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/main02.png);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/main03.png);
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s;
	-o-animation-delay: 11s;
	-ms-animation-delay: 11s;
	animation-delay: 11s;
}

.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/main04.png);
	-webkit-animation-delay: 16s;
	-moz-animation-delay: 16s;
	-o-animation-delay: 16s;
	-ms-animation-delay: 16s;
	animation-delay: 16s;
}

.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/main05.png);
	-webkit-animation-delay: 21s;
	-moz-animation-delay: 21s;
	-o-animation-delay: 21s;
	-ms-animation-delay: 21s;
	animation-delay: 21s;
}



.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s;
	-o-animation-delay: 11s;
	-ms-animation-delay: 11s;
	animation-delay: 11s;
}

.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 16s;
	-moz-animation-delay: 16s;
	-o-animation-delay: 16s;
	-ms-animation-delay: 16s;
	animation-delay: 16s;
}

.cb-slideshow li:nth-child(5) div {
	-webkit-animation-delay: 21s;
	-moz-animation-delay: 21s;
	-o-animation-delay: 21s;
	-ms-animation-delay: 21s;
	animation-delay: 21s;
}


@keyframes imageAnimation {
		0% {opacity:0;}
	5%,30% {opacity:1;}
	45%,100% {opacity:0;}
}

@keyframes titleAnimation {
    0% { opacity: 0 }
    4% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


/*ロゴ*/
.main_z04{
	display: block;
	left: 40px;
	top: 200px;
	width: 470px;
	height: 200px;
	background-color: rgba(255,255,255,0.70);
}

.logo_in{
	display: block;
	margin: 0px auto;
	text-align: center;
}

.main_z04 img {
	margin-top: 60px;
	width: 296px;
	height: auto;
}
.main_z04 h1{
	letter-spacing: 5px;
}

#contents {
	background: -webkit-linear-gradient(right, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	background: -o-linear-gradient(right, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	background: linear-gradient(to left, #f1f1f1 0%, #f1f1f1 15%, transparent 15%, transparent 100%);
	width: 100%;
	display: block;
	margin-top: -500px;
}
.concept_in {
	background-image: url(../img/con_bg.png);
	background-position: left bottom; 
	background-repeat: no-repeat;
	height: 700px;
	padding-top: 250px;

}
.con_sp_img{
	display: none;
}
.concept_text_area {
	background: #fff;
	padding: 50px;
	width: 40%;
	margin-left: auto;
	margin-right: 3%;
}
.concept_tittle {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
}
.concept_subtittle {
	color: #ffcc33;
	font-size: 14px;
	letter-spacing: 8px;
}
.concept_catch {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0px;
}
.concept_text {
	font-family:'M PLUS Rounded 1c', sans-serif
}

                                                                                                                     

.menu_area {
	max-width: 1300px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	margin:0 auto;
	padding: 100px 0px;
	box-sizing: border-box;
}

.menu_con {
}

.menu_img {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.menu_bg01{background-image: url("../img/menu_img01.png");}
.menu_bg02{background-image: url("../img/menu_img02.png");}
.menu_bg03{background-image: url("../img/menu_img03.png");}

.menu_titlle{
	font-family:'M PLUS Rounded 1c', sans-serif;
	margin-top: 5px;
}

.menu_text {
	color: #555;
	padding: 20px;
	background-color: #fff;
}


.menu_area a {
	width: 25%;
	height: auto;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 5px 5px 0px 0px #ffe566;
	box-shadow: 5px 5px 0px 0px #ffe566;
	transition: 0.2s;
	transform: translate3d(0,0,0);
	margin-top: 5px;
}


.menu_area a:hover {
	-webkit-box-shadow: -5px -5px #ffe566;
	box-shadow: -5px -5px #ffe566;
}

.menu_area a:hover .menu_btn {
	transition: all .3s ease-in-out;
	background-color: #fff;
}


.menu_titlle_sub {
	color: #ffcc33;
	font-family: 'Montserrat', sans-serif;
	display: block;
}
.menu_t {
	font-size: 12px;
	text-align: center;
	color: #999;
	margin: 20px 0px;
	display: block;
}

.menu_btn {
	font-family: 'Montserrat', sans-serif;
	display:block;
	width: 60%;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
	padding: 15px 20px;
	background: #ffe566;
	color: #777;
	line-height: 1em;
	transition: .3s;
	border-radius: 100px;
	border: 2px solid #ffe566;
	margin:0 auto;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow_more::before{
	left: 10px;
	width: 20px;
	height: 1px;
	background: #777;
}
.arrow_more::after{
	left: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #777;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}





/*------------------------------------
　　company
------------------------------------*/
.dete_table{
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.dete_table table{
	border-top: 1px solid #AEAEAE;
	width: 100%;
}
.dete_table tr{
	border-bottom: 1px solid #AEAEAE;
}

.dete_table th{
	width: 19%;
	padding: 30px 30px;
	display: table-cell;
	background-color: #fff;
	font-weight: bold;
	text-indent: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dete_table td{
	width: 79%;
	padding: 20px 30px;
	display: table-cell;
	background-color: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dete_table table tr td span,
.dete_table table tr td dt{
	display: inline-block;
	vertical-align: middle;
}
.dete_table table tr td span{
	width: 80px;
}




/*------------------------------------
　　service
------------------------------------*/
.service_bg01 {background-image: url(../img/service_img01.png);}
.service_bg02 {background-image: url(../img/service_img02.png);}
.service_bg03 {background-image: url(../img/service_img03.png);}

.service_bg01,.service_bg02,.service_bg03{
	position: absolute;
	z-index: 1;
	width: 80%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	right: 0px;
	bottom: 0px;
}

.service_area {
	position: relative;
	display: block;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	height: 540px;
}
.service_text {
	position: absolute;
	z-index: 2;
	background-color: rgba(255,255,255,1.00);
	padding: 70px;
	max-width: 400px;
	min-width: 320px;
}

.service_text .nmb {
	display: inline-block;
	vertical-align: middle;
}
.service_text span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-indent: 30px;
	vertical-align: middle;
}
.service_text p {
	margin: 30px 0px;
}

.service_btn {
	font-family: 'Montserrat', sans-serif;
	display:block;
	width: 70%;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
	padding: 15px 20px;
	background: #ffe566;
	color: #777;
	line-height: 1em;
	transition: .3s;
	border-radius: 100px;
	border: 2px solid #ffe566;
	margin:0px auto;
	box-sizing: border-box;
}
.service_btn:hover {
	transition: all .3s ease-in-out;
	background-color: #fff;
}

/*右*/
.service_area_r {
	position: relative;
	display: block;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	height: 540px;
}
._tr{
	right: 0px;
}
._ir{
	left: 0px;
	background-position: 00% 100%;
}

/*------------------------------------
　　お問い合わせ
------------------------------------*/

#mailformpro{
}


.red{
	color: #fc534c;
}

form table{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	font-size: 14px;
}

form .red{
	color: #fc534c;
	display: inline-block;
	margin-left: 5px;
	font-weight: normal;
}

form .desc{
	color: #666;
	font-size: 12px;
	margin-left: 8px;
	display: block;
}

form .table th,
form .table td{
	box-sizing: border-box;
	padding: 15px 25px;
	line-height: 2;
}

form .table th{
	width: 220px;
}

form .table td{
}


.form {
	padding: 10px 15px;
	font-size: 1em;
	border: 1px solid #cccccc !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 10px !important;
	vertical-align: middle;
	width: 100%;
}

.textarea {
	height: 100px !important;
	width: 100% !important;
	padding: 15px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 10px;
	vertical-align: middle;
}




/* フォーカス時の色変更 */
.form textarea:focus,
.form input[type="text"]:focus {
	border: 1px solid #ffcc33;
}
.form_btn {
	display:block;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
	padding: 20px 50px;
	background: #ffe566 !important;
	color: #444;
	line-height: 1em;
	transition: .3s;
	border-radius: 100px !important;
	border: 2px solid #ffe566 !important;
	margin-top: 60px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.form_btn:hover {
	border : 2px solid #ffcc33 !important;
	color: #444;
	background: #ffffff !important;
}
.form_inner p font {
	color: rgba(255,105,107,1.00);
}


.mail_form {
	max-width: 1200px;
	text-align: center;
	margin-top: 50px;
	padding: 30px 10px;
	margin: 0px auto;
}
#mailformpro .table.medium tr td ul li {
	display: inline-block;
	margin-right: 20px;
}

/*on*/
form#mailformpro label.mfp_checked {
	padding: 10px 30px;
	border: solid 1px #CCC;
	background-color: #EAEAEA;
	box-shadow: none;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
/*off*/
form#mailformpro label.mfp_not_checked {
	padding: 10px 30px;
	border: none;
}
form#mailformpro label {
	border-radius: 10px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
.mfp_element_checkbox, .mfp_element_radio {
	vertical-align: middle;
	margin-right: 10px;
}
#tyanks_area {
	padding-top: 140px;
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.thanks_text {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}
.thanks {
	text-align: center;
}
#tyanks_area .form_btn {
	width: 180px;
}
.menu_con .menu_text .menu_titlle {
}
