@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
@media screen and (min-width: 800px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #b1a080;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
  }
  h1 img {
    width: 350px;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
  }
  /*メイン画像*/
  #main_img {
    position: relative;
    margin-bottom: 3em;
  }
  #main_img .main_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  margin:0;
	  padding: 0;
    z-index: 5;
  }
  #main_img .slider img {
    width: 100%;
    background-size: cover;
    z-index: 1
  }
  .w1000 {
    max-width: 1000px;
    margin: 100px auto;
    text-align: justify;
	  padding: 0 20px;
  }
  .flex_48 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .flex_48 > div {
    width: 46%;
  }
  .flex_48 img {
    width: 100%;
  }
  .flex_48 p {
    margin-bottom: 2em;
    line-height: 1.8;
  }
  .w1000 h3 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .w1000 h3 span {
    font-size: 0.3em;
    font-weight: bold;
    color: #b1a080;
  }
  .flex_48 p a {
    background-color: #b1a080;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 30px;
    transition: 0.3s;
  }
  .flex_48 p a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .index_service {
    background: #f7f5f2;
  }
  .index_service_title {
    width: 100%;
    background: #b1a080;
  }
  .index_service_title_in {
    max-width: 1000px;
    margin: auto;
    padding: 2.5em 0;
  }
  .index_service_title_in h2 {
    font-size: 2.5em;
    font-weight: bold;
	line-height: 1;
    color: #fff;
  }
  .index_service_title_in h2 span {
    font-size: 0.3em;
    color: #fff;
  }
  .index_service_in {
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    column-gap: 5%;
    border-bottom: 1px solid #fff;
  }
  .index_service_in.left {
    justify-content: flex-end;
  }
  .index_service_in div {
    width: 45%;
  }
  .index_service_in div.index_service_in_text p:last-of-type a,  .index_service_in .child01 p:last-of-type a {
    color: #b1a080;
	  margin-top: 20px;
	  display: block;
	  font-weight: bold;
  }
  .index_service_in div.index_service_in_text p:last-of-type a::before,  .index_service_in .child01 p:last-of-type a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  color: #b1a080;
	  margin-right: 5px;
	}
  .index_service_in div p:first-of-type {
    background: #b1a080;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    display: inline;
    padding: 0.1em 1em;
    margin-bottom: 10px;
  }
  .index_service_in h3 {
    font-size: 2.5em;
    font-weight: bold;
    /*border-bottom: 4px solid #b1a080;*/
    margin-bottom: 20px;
    position: relative;
  }
  .service_title {
    font-weight: bold;
    margin-bottom: 20px;
	font-size: 150%!important;
  }
  .index_service_in h3::after {
    content: "";
    display: block;
    width: 250px;
    height: 4px;
    background-color: #b1a080;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .index_service_in img {
    width: 100%;
  }
  .index_service_in .child01 {
    order: 1;
  }
  ol.index_ol {
    counter-reset: cp_clist; /*数字をリセット*/
    list-style-type: none;
    padding: 0em;
    margin-bottom: 1em;
  }
  ol.index_ol li {
    position: relative;
    padding: 1em 0.5em 1em 30px;
    color: #b1a080;
    font-size: 1.2em;
    font-weight: bold;
    border-top: 1px solid #b1a080;
  }
  ol.index_ol li:last-of-type {
    border-bottom: 1px solid #b1a080;
  }
  ol.index_ol li::before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    /* カウントさせる */
    counter-increment: cp_clist;
    content: counter(cp_clist);
    /*装飾*/
    padding: 0 0.0em 0 0.0em;
    background: #b1a080;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transform: translateY(-50%);
  }
  /*リクルートバナー*/
  .flex_recruitbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .flex_recruitbox div {
    width: 50%;
  }
  .flex_recruitbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .flex_recruitbox h4 {
    color: #fff;
    font-family: Helvetica, "sans-serif";
    font-size: 3em;
    font-weight: bold;
  }
  .flex_recruitbox p {
    color: #fff;
    width: 90%;
    margin: auto;
  }
  .recuitbox_left {
    background: #b1a080;
    padding: 3em;
    box-sizing: border-box;
  }
  .recuitbox_left h4 {
    text-align: center;
  }
  .recuitbox_left p:first-of-type {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .recuitbox_left p a {
    background-color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 30px;
    margin-top: 1em;
    color: #b1a080;
    display: block;
    text-align: center;
    transition: all 0.5s;
  }
  .recuitbox_left p a:hover {
    opacity: 0.8;
  }
  .max_w_banner {
    max-width: 1300px;
    display: flex;
    margin: auto;
    margin-bottom: 100px;
    font-weight: bold;
    column-gap: 2px;
  }
  .max_w_banner div {
    width: 50%;
    transition-duration: 1s;
  }
  .banner_left {
    background-image: url("../img/banner_left.jpg");
    wight: 100%;
    height: 350px;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .banner_right {
    background-image: url("../img/banner_right.jpg");
    wight: 100%;
    height: 350px;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .banner_left::after, .banner_right::after {
    content: '';
    background-color: rgba(35, 24, 21, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .banner_left p, .banner_right p {
    margin: 0;
    font-size: 3.0em;
    color: #FFF;
    font-weight: bold;
    position: relative;
    top: 30%;
    left: 10%;
    z-index: 1;
    font-family: Helvetica, "sans-serif";
  }
  .banner_left p span, .banner_right p span {
    color: #fff;
    font-size: 0.5em;
  }
  .banner_left, .banner_right {
    position: relative;
  }
  .banner_left a, .banner_right a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .banner_left:hover, .banner_right:hover {
    opacity: 0.7;
  }
  /*********************************************************/
  /*インデックスのnoneレスポンシブ*/
  /*********************************************************/
  /*レイアウト*/
  .footer_in {
    padding: 40px 0;
  }
  #footer .foot_logo img {
    max-width: 320px;
    margin-bottom: 10px;
  }
  #footer p {
    text-align: center;
    font-size: 0.9em;
  }
  #footer .footer_ul {
    width: 100%;
    background: #b1a080;
  }
  #footer ul {
    max-width: 800px;
    padding: 1.5em 0;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  #footer ul li a {
    /*float: left;*/
    margin-right: 20px;
    color: #fff;
    font-size: 0.8em;
  }
  #footer p.copy {
    text-align: center;
    font-size: 0.8em;
    color: #000;
    padding: 20px 0;
  }
  #footer .ad a {
    text-decoration: none;
  }
  #footer .check_area {
    border: 1px #fff solid;
    max-width: 800px;
    margin: auto;
    padding: 10px;
    clear: both;
  }
  /*ページトップ*/
  #page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 60%;
  }
  #page-top a {
    background: #8e7d65;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    /*border-radius: 100px;*/
  }
  #page-top a:hover {
    text-decoration: none;
    background: #999;
  }
	
	@media screen and (max-width: 800px) { 
		map{
			margin-top: 0px!important;
		}
	}
}