﻿.bg_color1 {background-color: #f59a52;}
.bg_color2 {background-color: #f6f5ef;}
.bg_color3 {background-color: #f3cc4d;}
.bg_color5 {background-color: #e1877b;}
.txt_color1 {color: #ff913a;}
.txt_color3 {color: #f59a52;}
.txt_color4 {color: #e1877b;}
.txt_color5 {color: #837164;}
.hvr_bg_color1:hover {background-color: #f59a52;}
.border_color2 {border-color: #ddd8bc;}
.hvr_txt_color1:hover {color: #ff913a;}
.hvr_txt_color3:hover {color: #edad07;}
/* ----------　all　---------- */
.linkStyle{
	color:#f59a52;
}
.linkStyle:hover{
	color:#f59a52;
	opacity: 0.7;
	transition: all 0.5s;
}
body, .txt_color_nomal,#top_contents2 .con2_item .con_title,#top_contents2 .con2_item .con_txt {
    color: #50350d;
}
header{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
#header_sns {
    background-color: transparent;
}
.more a {
    color: #db8276;
}
footer .banner_box{
    justify-content: flex-end;
    margin-top: 20px;
}
footer .banner_box .banner1,footer .banner_box .banner2{
    width: 50%;
    max-width: 300px;   
    transition: 0.3s;
}
footer .banner_box .banner1{
    margin-right: 20px;
}
footer .banner_box .banner1:hover,footer .banner_box .banner2:hover{
    opacity: 0.7;
}
/* ----------　TOP　---------- */
#main_img {
    height: auto;
    margin-bottom: 50px;
}
#main_img .main_img1 {
    width: 90%;
    margin-left: auto;
    margin-right: 1%;
}
#main_img .main_img2{
    position: absolute;
    z-index: 2;
    top: 45%;
    width: 30%;
    max-width: 400px;
}
#main_img .catch{
    position: absolute;
    top: 0;
    width: 40%;
    left: -2%;
}
#top_contents1 .info_title {
    color: #db8276;
}
#top_contents2 .con2_bg{
    background-color: #f6f5ef;
}
#top_contents2 .con2_txt_wrap{
        text-shadow: 1px 2px 10px rgba(255 ,255 ,255 ,0.6);
}
#top_contents2 h2.con2_item{
    color: #e1877b;
}
#top_contents2 .con2_item .con_title{
}
#top_contents2 .con2_item .con_sub_title {
    color: #ff913a;
}
#top_contents2 .con2_item .con_txt {
    background-color: rgba(255, 255, 255 ,0.75);
    padding: 20px;
    border-radius: 10px;
}
#top_contents3 .con3_no {
    color: #e1877b;
}
#top_cms .cms_flexwrap{
    width: 90%;
    max-width: 1280px;
    margin: auto;
    margin-bottom: 100px;
}
#top_cms .cms_flexwrap .cms2, #top_cms .cms_flexwrap .cms3 {
    width: 40%;
    text-align: center;
    background-color: #f59a52;
    margin: 0 2.5%;
    position: relative;
}
#top_cms .cms_flexwrap .cms2:before, #top_cms .cms_flexwrap .cms3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    transition: 0.3s;
}
#top_cms .cms_flexwrap .cms2:hover:before, #top_cms .cms_flexwrap .cms3:hover:before {
    background-color: #fff5d5;
    opacity: 0.8;
}
#top_cms .cms_flexwrap .cms2 .cms_title, #top_cms .cms_flexwrap .cms3 .cms_title{
    position: relative;
    text-shadow: 1px 5px 15px rgba(255, 255, 255, 0.6);
    padding: 50px 0;
}
/* ----------　下層ページ　---------- */
#cms_4-b .cate_img1,#cms_6-b .cate_img1  {
     max-height: 450px;
}
#cms_4-b .cate_img1 img,#cms_6-b .cate_img1 img{
    width: 100%!important;
    height: auto!important;
}
#cms_4-b .cate_title,#cms_6-b .cate_title {
	line-height: 1;	 
	font-size: 2.5em;
}
#cms_4-b .cate_title_wrap,#cms_6-b .cate_title_wrap{position: relative;z-index: 0;}
#cms_4-b .cate_title_wrap::before ,#cms_6-b .cate_title_wrap::before{
	content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
	top: 20px;
    left: 0px;
    background-color: currentColor;
    opacity: 0.15;
    z-index: -1;
}
/* 求人情報 */
.cms_6-b .cate_box:first-of-type,#cms_6-b .cate_box:first-of-type{
    border-top: 1px solid #f1dac8;
}
.cms_6-b .cate_box, .cms_6-b .cate_box .box_txt1, .cms_6-b .cate_box .box_txt2 ,#cms_6-b .cate_box, #cms_6-b .cate_box .box_txt1, #cms_6-b .cate_box .box_txt2{
    border-color: #f1dac8;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
header {
    padding-bottom: 20px!important;
}
footer .banner_box {
    justify-content: center;
}
/* ----------　TOP　---------- */

/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
header {
    padding-bottom: 5px!important;
}
header .logo_wrap{
    width: 190px;
}
footer .banner_box {
    justify-content: center;
}
footer .banner_box .banner1, footer .banner_box .banner2 {
    width: 85%;
}
footer .banner_box .banner1 {
    margin-right: 0px;
    margin-bottom: 20px;
}
/* ----------　TOP　---------- */
#main_img .main_img1 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
}
#main_img .catch {
    width: 65%;
    top: 3%;
    left: -2%;
}
#main_img .main_img2 {
    bottom: -100px;
    left: -30px;
    width: 60%;
}

#top_cms .cms_flexwrap .cms2, #top_cms .cms_flexwrap .cms3 {
    width: 100%;
    margin: 0;
}
#top_cms .cms_flexwrap .cms2{
    margin-bottom: 40px;
}
#top_cms .cms_flexwrap .cms2 .cms_title, #top_cms .cms_flexwrap .cms3 .cms_title {
    padding: 30px 0;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}