@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*****************/
/***** 関数 ******/
/*****************/
/***************************/
/***** トランジション ******/
/***************************/
.index .contents4 .sec1 .news_box_wrap .news_box a:hover, .index .contents4 .sec1 .news_box_wrap .news_box a, .recruit .contents3 .sec1 .btn_list .btn a:hover:before, .recruit .contents3 .sec1 .btn_list .btn a:before, .index .contents2 .sec1 .sec_box .btn_list ul li a, .recruit .contents1 .sec1 .txt_box .btn a, .content .contents2 .sec1 .con_box .tm_box .mail_box a {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}



.index .contents2 .sec1 .sec_box .btn_list ul li a:hover, 
.recruit .contents1 .sec1 .txt_box .btn a:hover, 
.content .contents2 .sec1 .con_box 
.tm_box .mail_box a:hover, 
.index .contents4 .sec1 .btn a:hover, 
.recruit .contents3 .sec1 .btn_list .btn a:hover{
text-decoration:none;
}

/*****************/
/***** 変数 ******/
/*****************/
/*メインカラー*/
/*$main_color: #fff;
$sub_main_color: #fff;*/
/*フォントカラー*/
/*フォントファミリー*/
/*****************/
/***** 共通 ******/
/*****************/
/**横幅**/
.contact .contents1 .contact_box, .blog_detail .contents1 .sec1, .blog .contents1 .sec1, .site .contents1 div.sitemap_box, .privacy .contents1 .privacy_box, .error .contents1 .sec1, .index .contents4 .sec1, .index .contents3 .sec2 .sec .case_con, .index .contents3 .sec1, .index .contents2 .sec1 .sec_box, .index .contents1 .sec1, .recruit .contents3 .sec1, .content .contents2 .sec1, .cont {
  width: 1080px;
  margin: 0 auto;
}

/**クリア**/
/*IE7用*/
/* Hides from IE-mac \*/
.company .contents1, .biginner .contents1, .recruit .contents1, .content .contents1, .gallery .contents1 {
  position: relative;
}
.company .contents1:before, .biginner .contents1:before, .recruit .contents1:before, .content .contents1:before, .gallery .contents1:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 65px;
  background: url("../image/common/deco_left.png") left top no-repeat;
  width: 168px;
  height: 100%;
}
.company .contents1:after, .biginner .contents1:after, .recruit .contents1:after, .content .contents1:after, .gallery .contents1:after {
  content: "";
  position: absolute;
  right: 120px;
  top: 35%;
  background: url("../image/common/deco_right.png") left top no-repeat;
  width: 224px;
  height: 100%;
}

@media screen and (max-width: 1767px) {
	.company .contents1:before, .biginner .contents1:before, .recruit .contents1:before, .content .contents1:before, .gallery .contents1:before {
	  content: "";
	  position: absolute;
	  left: 0px;
	  top: 65px;
	  background: url("../image/common/deco_left.png") left top no-repeat;
	  width: 168px;
	  height: 100%;
	}

	.company .contents1:after, .biginner .contents1:after, .recruit .contents1:after, .content .contents1:after, .gallery .contents1:after {
	  content: "";
	  position: absolute;
	  right: 0px;
	  top: 35%;
	  background: url("../image/common/deco_right.png") left top no-repeat;
	  width: 224px;
	  height: 100%;
	}

}

@media screen and (max-width: 1461px) {
	.company .contents1:before, .biginner .contents1:before, .recruit .contents1:before, .content .contents1:before, .gallery .contents1:before {
	  display:none;
	}

	.company .contents1:after, .biginner .contents1:after, .recruit .contents1:after, .content .contents1:after, .gallery .contents1:after {
	  display:none;
	}

}


/**ボタン**/
.index .contents2 .sec1 .sec_box .btn_list ul li, .recruit .contents1 .sec1 .txt_box .btn, .content .contents2 .sec1 .con_box .tm_box .mail_box {
  width: 100%;
}
.index .contents2 .sec1 .sec_box .btn_list ul li a, .recruit .contents1 .sec1 .txt_box .btn a, .content .contents2 .sec1 .con_box .tm_box .mail_box a {
  display: block;
  text-align: center;
  border: 1px solid #181818;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
  right: 0px;
  top: 0px;
}
.index .contents2 .sec1 .sec_box .btn_list ul li a:before, .recruit .contents1 .sec1 .txt_box .btn a:before, .content .contents2 .sec1 .con_box .tm_box .mail_box a:before {
  content: "";
  background: url(../image/common/b_arr.png) right top no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 4px;
  right: 35px;
}
.index .contents2 .sec1 .sec_box .btn_list ul li a:hover, .recruit .contents1 .sec1 .txt_box .btn a:hover, .content .contents2 .sec1 .con_box .tm_box .mail_box a:hover {
  right: -7px;
  top: 4px;
}

/**テーブル**/
.company .contents1 .sec2 .tbl table, .recruit .contents3 .sec1 .tbl table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.company .contents1 .sec2 .tbl table th, .recruit .contents3 .sec1 .tbl table th, .company .contents1 .sec2 .tbl table td, .recruit .contents3 .sec1 .tbl table td {
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 12px;
  padding-bottom: 12px;
}
.company .contents1 .sec2 .tbl table th, .recruit .contents3 .sec1 .tbl table th {
  width: 340px;
  text-align: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1a1919;
  color: #fff;
  border-right: 1px solid #dcdcdc;
}
.company .contents1 .sec2 .tbl table td, .recruit .contents3 .sec1 .tbl table td {
  padding-left: 30px;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book _2p3a {
  width: 100% !important;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h_style_sub {
  font-size: 4rem;
  margin-bottom: 55px;
  line-height: 1.6;
}
.h_style_sub span {
  display: block;
  text-align: center;
}
.h_style_sub span.en {
  font-size: 2.4rem;
}
.h_style_sub span.s_ttl:first-letter {
  color: #a40000;
}

.h_style {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 25px;
}
.h_style:first-letter {
  color: #a40000;
}

/*==================================================
ギャラリー                                      
================================================== */
.gallery_detail .contents1 {
  padding-top: 65px;
  padding-bottom: 85px;
  position: relative;
}
.gallery_detail .contents1 .bf_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.gallery_detail .contents1 .bf_box_wrap .box {
  width: 500px;
}
.gallery_detail .contents1 .bf_box_wrap .box .ttl {
  margin-bottom: 5px;
}
.gallery_detail .contents1 .bf_box_wrap .box .ttl span {
  background: #000000;
  font-size: 1.6rem;
  color: #ff;
  display: inline-block;
  padding: 5px 50px 5px;
  color: #fff;
}
.gallery_detail .contents1 .bf_box_wrap .box.before figure {
  width: 500px;
  height: 460px;
}
.gallery_detail .contents1 .bf_box_wrap .box.after .ttl span {
  background: #a40000;
}
.gallery_detail .contents1 .bf_box_wrap .box.after figure {
  width: 500px;
  height: 330px;
  margin-bottom: 9px;
}
.gallery_detail .contents1 .bf_box_wrap .box.after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_detail .contents1 .bf_box_wrap .box.after ul li {
  width: 160px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery_detail .contents1 .bf_box_wrap .box.after ul li:nth-child(3n) {
  margin-right: 0px;
}
.gallery_detail .contents1 .txt_box {
  margin-bottom: 30px;
}

/*==================================================
ギャラリー                                      
================================================== */
.gallery .contents1 {
  padding-top: 65px;
  padding-bottom: 35px;
  position: relative;
}
.gallery .contents1 .gallery_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery .contents1 .gallery_box_wrap .gallery_box {
  width: 320px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.gallery .contents1 .gallery_box_wrap .gallery_box figure {
  text-align: center;
  margin-bottom: 20px;
  width: 320px;
  height: 210px;
}
.gallery .contents1 .gallery_box_wrap .gallery_box:nth-child(3n) {
  margin-right: 0px;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dt {
  margin-bottom: 15px;
  font-size: 1.7rem;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dt span {
  display: block;
  width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dd {
  text-align: right;
  padding-right: 15px;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dd a {
  color: #a40000;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dd a span {
  position: relative;
}
.gallery .contents1 .gallery_box_wrap .gallery_box dl dd a span:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #a40000;
  border-right: 1px solid #a40000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/*==================================================
業務内容                                         
================================================== */
.content .contents1 {
  padding-top: 65px;
  padding-bottom: 185px;
  position: relative;
}
.content .contents1:after {
  top: 25%;
}
.content .contents1 .sec1 {
  margin-bottom: 120px;
}
.content .contents1 .sec1 .sub_txt {
  text-align: center;
  margin-bottom: 52px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
.content .contents1 .sec1 .about_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .contents1 .sec1 .about_box_wrap .about_box {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dotted #000;
}
.content .contents1 .sec1 .about_box_wrap .about_box:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.content .contents1 .sec1 .about_box_wrap .about_box .icon {
  text-align: center;
  margin-bottom: 16px;
  height: 98px;
  position: relative;
}
.content .contents1 .sec1 .about_box_wrap .about_box .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.content .contents1 .sec1 .about_box_wrap .about_box dl {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 26px;
}
.content .contents1 .sec1 .about_box_wrap .about_box dl dt {
  font-size: 2rem;
  margin-bottom: 1px;
}
.content .contents1 .sec1 .about_box_wrap .about_box dl dd {
  color: #a40000;
  font-size: 3rem;
}
.content .contents1 .sec1 .about_box_wrap .about_box .txt {
  text-align: center;
}
.content .contents1 .sec2 h2 {
  margin-bottom: 60px;
}
.content .contents1 .sec2 .business_box_wrap .business_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.content .contents1 .sec2 .business_box_wrap .business_box:last-child {
  margin-bottom: 0px;
}
.content .contents1 .sec2 .business_box_wrap .business_box figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content .contents1 .sec2 .business_box_wrap .business_box .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 370px;
  padding-top: 20px;
}

.content .contents1 .sec2 .business_box_wrap .business_box .txt_box dl{
	margin-bottom:30px;
}

.content .contents1 .sec2 .business_box_wrap .business_box .txt_box dl dt {
  font-size: 3rem;
  margin-bottom: 20px;
}

.content .contents1 .sec2 .business_box_wrap .business_box .txt_box dl dd p {
  margin-bottom: 20px;
}

.content .contents1 .sec2 .business_box_wrap .business_box .txt_box dl dd p:last-child{
  margin-bottom: 0px;
}

.content .contents1 .sec2 .business_box_wrap .business_box .txt_box dl dt:first-letter {
  color: #a40000;
}
.content .contents1 .sec2 .business_box_wrap .business_box:nth-child(2n) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content .contents1 .sec2 .business_box_wrap .business_box:nth-child(2n) .txt_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 40px;
}
.content .contents2 {
  background: url("../image/content/c3_g.png") center top no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}
.content .contents2 .sec1 .h_style_sub {
  color: #fff !important;
  margin-bottom: 30px;
}
.content .contents2 .sec1 .con_box {
  background: rgba(255, 255, 255, 0.2);
  padding: 22px 70px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.content .contents2 .sec1 .con_box h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.content .contents2 .sec1 .con_box .txt {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.content .contents2 .sec1 .con_box .tm_box {
  width: 587px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .contents2 .sec1 .con_box .tm_box .tels {
  font-size: 3rem;
  background: url("../image/content/tel_mark.png") left center no-repeat;
  padding-left: 55px;
  letter-spacing: 0.12rem;
}
.content .contents2 .sec1 .con_box .tm_box .tels a {
  color: #fff;
}
.content .contents2 .sec1 .con_box .tm_box .mail_box {
  width: 272px;
  position: relative;
  -webkit-box-shadow: 7px 6px 0px -2px #a40000;
          box-shadow: 7px 6px 0px -2px #a40000;
}
.content .contents2 .sec1 .con_box .tm_box .mail_box a {
  border: 1px solid #a40000;
}
.content .contents2 .sec1 .con_box .tm_box .mail_box a:hover {
  text-decoration: none;
}

/*==================================================
採用情報                                         
================================================== */
.recruit .contents1 {
  padding-top: 65px;
  padding-bottom: 200px;
  position: relative;
}
.recruit .contents1 .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .contents1 .sec1 .txt_box {
  width: 349px;
}
.recruit .contents1 .sec1 .txt_box dl {
  margin-bottom: 45px;
}
.recruit .contents1 .sec1 .txt_box dl dt {
  font-size: 3rem;
  margin-bottom: 25px;
}
.recruit .contents1 .sec1 .txt_box dl dt:first-letter {
  color: #a40000;
}
.recruit .contents1 .sec1 .txt_box dl dd {
  line-height: 1.4;
}
.recruit .contents1 .sec1 .txt_box dl dd p {
  margin-bottom: 17px;
}
.recruit .contents1 .sec1 .txt_box dl dd p:last-child {
  margin-bottom: 0px;
}
.recruit .contents1 .sec1 .txt_box .btn {
  width: 328px;
  -webkit-box-shadow: 7px 6px 0px -2px rgba(0, 0, 0, 0.8);
          box-shadow: 7px 6px 0px -2px rgba(0, 0, 0, 0.8);
}
.recruit .contents1 .sec1 .txt_box .btn a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruit .contents1 .sec1 .txt_box .btn:first-child {
  margin-right: 50px;
}
.recruit .contents1 .sec1 figure {
  background: url("../image/recruit/c1_bg.png") left top no-repeat;
  width: 732px;
  height: 378px;
  position: relative;
  margin-right: -55px;
  margin-top: 30px;
}
.recruit .contents1 .sec1 figure img {
  position: absolute;
  left: 80px;
  top: -30px;
}
.recruit .contents2 {
  padding-bottom: 150px;
}
.recruit .contents2 .sec1 {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}
.recruit .contents2 .sec1:after {
  content: "";
  background: url("../image/recruit/c1_sankaku_bg.png") left top no-repeat;
  width: 349px;
  height: 396px;
  position: absolute;
  right: 0px;
  bottom: -40px;
  z-index: 1;
}
.recruit .contents2 .sec1 .work_box_wrap {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  height: 522px;
  background: url("../image/recruit/c2_cont_bg.png") center top no-repeat;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box {
  width: 315px;
  color: #fff;
  border-right: 1px dotted #fff;
  padding-right: 20px;
  margin-right: 20px;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0pxp;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box dl {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box dl:before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 45px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box dl dt {
  margin-bottom: 22px;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box dl dd {
  height: 65px;
  font-size: 2rem;
  position: relative;
  width: 100%;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box dl dd span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.recruit .contents2 .sec1 .work_box_wrap .work_box .txt {
  text-align: center;
}
.recruit .contents3 {
  padding-bottom: 190px;
}
.recruit .contents3 .sec1 .tbl {
  margin-bottom: 57px;
}
.recruit .contents3 .sec1 .tbl table th {
  padding-top: 23px;
  padding-bottom: 23px;
}
.recruit .contents3 .sec1 .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .contents3 .sec1 .btn_list .btn {
  width: 518px;
}
.recruit .contents3 .sec1 .btn_list .btn a {
  display: block;
  background: #a40000;
  color: #fff;
  padding: 23px 0px 23px 0px;
  text-align: center;
  position: relative;
}
.recruit .contents3 .sec1 .btn_list .btn a:before {
  content: "";
  background: url("../image/recruit/btn2_arrow.png") left top no-repeat;
  width: 14px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.recruit .contents3 .sec1 .btn_list .btn a span {
  display: block;
  position: relative;
}
.recruit .contents3 .sec1 .btn_list .btn a:hover:before {
  right: 15px;
}
.recruit .contents3 .sec1 .btn_list .btn.green a {
  background: #4ecd00;
}
.recruit .contents3 .sec1 .btn_list .btn.green a span {
  position: relative;
  display: inline;
}
.recruit .contents3 .sec1 .btn_list .btn.green a span:after {
  content: "";
  background: url("../image/recruit/line_icon.png") center top no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -70px;
}

/*==================================================
未経験の方へ                                          
================================================== */
.biginner .contents1 {
  padding-top: 65px;
  padding-bottom: 190px;
  position: relative;
}
.biginner .contents1 .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.biginner .contents1 .sec1 .txt_box dl dt {
  font-size: 3rem;
  margin-bottom: 19px;
  line-height: 1.2;
}
.biginner .contents1 .sec1 .txt_box dl dt:first-letter {
  color: #a40000;
}
.biginner .contents1 .sec1 .txt_box dl dd {
  line-height: 1.6;
}
.biginner .contents1 .sec1 .txt_box dl dd p {
  margin-bottom: 20px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box {
  margin-bottom: 90px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box:before {
  content: "";
  background: url("../image/beginner/flow_arrow.png") center top no-repeat;
  width: 41px;
  height: 34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box:last-child {
  margin-bottom: 0px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box:last-child:before {
  display: none;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .ttl {
  background: url("../image/beginner/flow_ttl_bg.png") right top no-repeat;
  width: 328px;
  height: 230px;
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .ttl span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .txt_box {
  background: #000;
  position: relative;
  margin-left: 8px;
  width: calc(100% - 328px);
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .txt_box:before {
  content: "";
  position: absolute;
  left: -77px;
  top: 0px;
  background: url("../image/beginner/flow_s.png") left top no-repeat;
  width: 77px;
  height: 230px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .txt_box .txt p {
  margin-bottom: 20px;
}
.biginner .contents1 .sec2 .flow_box_wrap .flow_box .txt_box .txt p:last-child {
  margin-bottom: 0px;
}

/*==================================================
会社概要                                          
================================================== */
.company .contents1 {
  padding-top: 65px;
  padding-bottom: 200px;
  position: relative;
}
.company .contents1 .sec1 {
  margin-bottom: 100px;
}
.company .contents1 .sec1 .txt_box {
  text-align: center;
  font-size: 2rem;
  position: relative;
  width: 646px;
  margin: 0 auto;
}
.company .contents1 .sec1 .txt_box:before {
  content: "";
  background: url("../image/company/flower_img.png") left top no-repeat;
  width: 177px;
  height: 114px;
  position: absolute;
  right: -60px;
  bottom: -46px;
}
.company .contents1 .sec1 .txt_box p {
  margin-bottom: 30px;
  line-height: 1.5;
}
/*==================================================
トップページ                                           
================================================== */
.index .contents1 {
  padding-top: 125px;
  padding-bottom: 60px;
}
.index .contents1 .sec1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index .contents1 .sec1 .bg {
  background: url(../image/index/c1_img.png) right top no-repeat;
  height: 378px;
  position: absolute;
  left: -143px;
}
.index .contents1 .sec1 .bg .bg_in {
  width: 732px;
}
.index .contents1 .sec1 .bg .bg_in img {
  position: absolute;
  right: 50px;
  top: -30px;
}
.index .contents1 .sec1 .txt_box {
  width: 406px;
}
.index .contents1 .sec1 .txt_box h1 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
.index .contents1 .sec1 .txt_box h1:first-letter {
  color: #a40000;
}
.index .contents1 .sec1 .txt_box .txt p {
  margin-bottom: 20px;
}
.index .contents1 .sec1 .txt_box .txt p:last-child {
  margin-bottom: 0px;
}
.index .contents2 {
  padding-bottom: 25px;
  position: relative;
}
.index .contents2:before {
  content: "";
  width: 30%;
  height: 1px;
  border-bottom: 1px solid #181818;
  position: absolute;
  right: 0px;
  top: 295px;
}
.index .contents2 .sec1 {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.index .contents2 .sec1:before {
  content: "";
  position: absolute;
  background: url(../image/index/deco_lt.png) left top no-repeat;
  width: 179px;
  height: 329px;
  left: -175px;
  top: 187px;
}
.index .contents2 .sec1 h2 {
  margin-bottom: 45px;
}
.index .contents2 .sec1 .sec_box .btn_list {
  margin-bottom: 100px;
}
.index .contents2 .sec1 .sec_box .btn_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index .contents2 .sec1 .sec_box .btn_list ul li {
  width: 328px;
  -webkit-box-shadow: 7px 6px 0px -2px rgba(0, 0, 0, 0.8);
          box-shadow: 7px 6px 0px -2px rgba(0, 0, 0, 0.8);
}
.index .contents2 .sec1 .sec_box .btn_list ul li:first-child {
  margin-right: 50px;
}
.index .contents3 {
  padding-bottom: 145px;
}
.index .contents3 .sec1 {
  margin-bottom: 97px;
}
.index .contents3 .sec1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .contents3 .sec1 .box .txt_box h3 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 30px;
}
.index .contents3 .sec1 .box .txt_box h3 span {
  display: inline-block;
  padding: 1px 15px 1px;
}
.index .contents3 .sec1 .box .txt_box h3 .b {
  background: #181818;
  margin-bottom: 3px;
}
.index .contents3 .sec1 .box .txt_box h3 .r {
  background: #a40000;
}
.index .contents3 .sec1 .box .txt_box .txt {
  margin-bottom: 28px;
  line-height: 2.4;
}
.index .contents3 .sec1 .box .txt_box .btn {
  text-align: right;
}
.index .contents3 .sec1 .box .txt_box .btn a {
  color: #a40000;
  background: url(../image/common/r_arr.png) right center no-repeat;
  padding-right: 25px;
}
.index .contents3 .sec1 .box .box_list {
  width: 554px;
}
.index .contents3 .sec1 .box .box_list .txt {
  font-size: 1.9rem;
  padding-right: 25px;
}
.index .contents3 .sec1 .box .box_list .txt span {
  font-size: 2.7rem;
  color: #a40000;
}
.index .contents3 .sec1 .box .box_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index .contents3 .sec1 .box .box_list ul li {
  width: 250px;
  text-align: center;
  background: #f0f3f7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 2rem;
  position: relative;
}
.index .contents3 .sec1 .box .box_list ul li:first-child {
  margin-right: 50px;
}
.index .contents3 .sec1 .box .box_list ul li:before {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -21px;
}
.index .contents3 .sec1 .box .box_list ul li:nth-child(1):before {
  background: url(../image/index/icon1.png) left top no-repeat;
}
.index .contents3 .sec1 .box .box_list ul li:nth-child(2):before {
  background: url(../image/index/icon2.png) left top no-repeat;
}
.index .contents3 .sec1 .box .box_list ul li:nth-child(3):before {
  background: url(../image/index/icon3.png) left top no-repeat;
}
.index .contents3 .sec2 {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.index .contents3 .sec2:before {
  content: "";
  background: url(../image/index/sankaku_bg.png) left top no-repeat;
  width: 349px;
  height: 396px;
  position: absolute;
  right: 0px;
  bottom: -36px;
}
.index .contents3 .sec2 .sec {
  background: url(../image/index/hishi_bg.png) center top no-repeat;
  width: 100%;
  height: 522px;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .contents3 .sec2 .sec:before {
  content: "";
  background: url(../image/index/deco_rt.png) left top no-repeat;
  width: 216px;
  height: 361px;
  position: absolute;
  right: -210px;
  top: -225px;
}
.index .contents3 .sec2 .sec .case_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index .contents3 .sec2 .sec .case_con .ttl {
  border-left: 1px solid #181818;
  border-right: 1px solid #181818;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 304px;
  margin-right: 70px;
}
.index .contents3 .sec2 .sec .case_con .ttl dt {
  padding-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 38px;
}
.index .contents3 .sec2 .sec .case_con .ttl dd a {
  display: block;
  background: #181818;
  border-radius: 30px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 1px;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap .case_list {
  width: 260px;
  margin-right: 23px;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap .case_list:last-child {
  margin-right: 0px;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap .case_list a {
  display: block;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap .case_list a figure {
  margin-bottom: 20px;
  width: 260px;
  height: 230px;
}
.index .contents3 .sec2 .sec .case_con .case_list_wrap .case_list a .ttls span {
  display: block;
  width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index .contents4 {
  padding-bottom: 93px;
  padding-top: 83px;
  background: url(../image/index/c4_bg.png) center top no-repeat;
  background-size: cover;
}
.index .contents4 .h_style_sub {
  color: #fff;
  margin-bottom: 30px;
}

.index .contents4 .sec1 .news_box_wrap{
	margin-bottom:40px;
}

.index .contents4 .sec1 .news_box_wrap .news_box {
  margin-bottom: 17px;
}
.index .contents4 .sec1 .news_box_wrap .news_box a {
  display: block;
  background: #fff;
  padding: 20px 40px 20px;
}
.index .contents4 .sec1 .news_box_wrap .news_box a:hover {
  text-decoration: none;
  background: #eee;
}
.index .contents4 .sec1 .news_box_wrap .news_box a dl dt {
  float: left;
  width: 121px;
  background: url(../image/index/news_right_bg.png) right center no-repeat;
  color: #a40000;
}
.index .contents4 .sec1 .news_box_wrap .news_box a dl dd {
  margin-left: 158px;
}
.index .contents4 .sec1 .news_box_wrap .news_box a dl dd span {
  display: block;
  width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.index .contents4 .sec1 .btn{
	width:240px;
	margin:0 auto;
}

.index .contents4 .sec1 .btn a{
	display:block;
	background:#a40000;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	text-align:center;
	position:relative;
}

.index .contents4 .sec1 .btn a:before{
    content: "";
    background: url(../image/common/w_arr.png) right top no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 4px;
    right: 35px;
    transition-duration:.3s;
}

.index .contents4 .sec1 .btn a:hover:before{
    right: 25px;
    transition-duration:.3s;
}

/*==================================================
エラーページ
================================================== */
.error .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.error .contents1 .sec1 {
  zoom: 1;
  overflow: hidden;
}
.error .contents1 .sec1 a {
  color: #000 !important;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.privacy .contents1 .privacy_box h3.item-title-h3 {
  font-size: 2rem;
  font-weight: bold;
}
.privacy .contents1 .privacy_box .item-box {
  line-height: 1.8;
  margin-bottom: 30px;
}
.privacy .contents1 .privacy_box .item-box:last-child {
  margin-bottom: 80px;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.site .contents1 .sitemap-list li {
  padding: 0 0 0 0px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.site .contents1 .sitemap-list li a {
  color: #000 !important;
  position: relative;
  padding-left: 15px;
}
.site .contents1 .sitemap-list li a:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/*==================================================
 ブログ
================================================== */
.blog .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.blog .contents1 .sec1 .item-box {
  background: #fff;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #000;
}
.blog .contents1 .sec1 .item-box dl {
  overflow: hidden;
  zoom: 1;
}
.blog .contents1 .sec1 .item-box dl dt {
  float: left;
}
.blog .contents1 .sec1 .item-box dl dd {
  margin-left: 110px;
}
.blog .contents1 .sec1 .item-box dl dd a {
  color: #000 !important;
}

/*==================================================
 ブログ詳細
================================================== */
.blog_detail .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.blog_detail .contents1 .sec1 h3 {
  font-size: 2.2rem;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.blog_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.blog_detail .contents1 .sec1 .item-box {
  background: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.contact .contents1 .contact_box table {
  border-top: 1px solid #000;
  width: 100%;
}
.contact .contents1 .contact_box table th {
  background: #000;
  color:#fff;
  width: 320px;
}
.contact .contents1 .contact_box table td {
  width: 780px;
}
.contact .contents1 .contact_box table th, .contact .contents1 .contact_box table td {
  border-bottom: 1px solid #000;
  padding: 20px;
  word-wrap: break-word;
}

.contact .contents1 .contact_box table th{
  border-bottom: 1px solid #fff;
}

.contact .contents1 .contact_box .reg {
  margin-bottom: 20px;
}
.contact .contents1 .contact_box form input {
  font-size: 1.6rem;
}
.contact .contents1 .contact_box form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.contact .contents1 .contact_box form .clrred {
  color: #c00;
}
.contact .contents1 .contact_box .contact-recaptcha-wrap,
.contact .contents1 .contact_box .contact-submits-wrap {
  text-align: center;
  margin: 10px auto 10px;
  width: 304px;
}
.contact .contents1 .contact_box .contact-recaptcha-wrap input {
  text-align: center;
}

/* input設定
-------------------------------------------------- */
.input-big,
.input-mid,
.input-min {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-big {
  width: 100%;
}

.input-mid {
  width: 60%;
}

.input-min {
  width: 60px;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 1px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  background: #f00;
  float: right;
  margin-top: 5px;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  padding: 15px 0 0;
  text-align: center;
}

.contact-submits input {
  margin: 0 5px;
  padding: 5px;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}