@charset "UTF-8";

/* -------------------------------------------
トップ広告スライダー背景
-------------------------------------------*/

#topslider {
        padding:20px 0 1px;
        background:#ededed;
}

/* -------------------------------------------
margin padding
-------------------------------------------*/

.mt0{ margin-top:0px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }

/*-------------------------------------------------------
パララックスイメージ
-------------------------------------------------------*/

.topimg .bg_paraimg_profile {
  background: url("../img/profile/img_profile.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  height: 720px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .topimg .bg_paraimg_profile {
    height: 288px;
    top: 120px;
  }
}

.topimg .bg_paraimg_business {
  background: url("../img/business/img_business.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  height: 720px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .topimg .bg_paraimg_business {
    height: 288px;
    top: 120px;
  }
}

.topimg .bg_paraimg_recruit {
  background: url("../img/recruit/img_recruit.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  height: 720px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .topimg .bg_paraimg_recruit {
    height: 288px;
    top: 120px;
  }
}




/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------*/

#breadcrumbs {
    font-size: 11px;
    margin: 12px 0 0 20px;
}
#breadcrumbs a{
    color: #444;
}
#breadcrumbs span > span a{
	position: relative;
	padding: 0 26px 0 0;
	display: inline-block;
}
#breadcrumbs span > span a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 1px solid #848484;
    border-top: 1px solid #848484;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#breadcrumbs span > span.breadcrumb_last a{
	padding: 0;
}
#breadcrumbs span > span.breadcrumb_last a::before {
	content: noemal;
}




/*-------------------------------------------------------
事業紹介
-------------------------------------------------------*/

#biz1, #biz2, #biz3, #biz4{
    margin: -8% 0 8% 0;
    padding: 8% 0 0 0;
}
#business h3{
	font-size: 24px;
}
@media (max-width: 834px) {
  #business h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 680px) {
  #business h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}

/*-------------------------------------------------------
営業カレンダー
-------------------------------------------------------*/

.column .col.biz_calender{
	font-size: 14px;
}

@media (max-width: 680px) {
	.column .col.biz_calender{
		margin: 40px 0 30px;
	}
}


/*-------------------------------------------------------
投稿記事
-------------------------------------------------------*/

#single .wp-block-image{
	text-align: center;
	margin: 3em 0;
}
#single .wp-block-column .wp-block-image{
	margin: 0 0 30px;
}
#single .wp-block-button{
	text-align: center;
	display: block;
}
#single h4{
	font-size: 1.2em;
}
#single .wrap p{
	line-height: 2;
}
#single ul.txtlist {
    font-size: 16px;
    line-height: 2;
}
#single .ttl_lbdr {
    margin: 30px 0;
}
#single .wp-block-preformatted{
	font-family: sans-serif;
	margin: 0 0 1em 0;
	line-height: 1.8;
}
#single .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 14px 20px 14px 25px;
  margin: 0 auto;
  max-width: 380px;
  min-width: 280px;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: #fff;
  text-align: center;
  background: #F15E29;
  font-size: 18px;
  font-weight: normal;
  border-radius: 30px;
}
@media (max-width: 680px) {
  #single .wp-block-button__link {
    display: block;
    width: 100%;
    max-width: inherit;
    margin: 5px 0;
    padding: 10px 20px 10px 25px;
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  #single .wp-block-button__link {
    font-size: 14px;
  }
}
#single .wp-block-button__link:hover {
  background: #ff8e65;
}
#single .wp-block-button__link::after {
  content: "";
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: 30px;
  margin: 0 0 0 4px;
}
@media (max-width: 680px) {
  #single .wp-block-button__link::after {
    height: 10px;
  }
}


@media (max-width: 834px){
	#single ul.txtlist {
	    font-size: 14px;
	}
}


/*-------------------------------------------------------
会社案内
-------------------------------------------------------*/

#about table.tbl tr th,
#about table.tbl tr td {
    padding: 10px 20px;
    text-align: left;
}
#about table.tbl tr td ul.txtlist {
	margin: 0;
	font-size: 16px;
	padding: 0.5em 0 0;
}
#about .map iframe {
    margin: 0;
}
@media (max-width: 834px) {
	#about table.tbl tr td ul.txtlist {
		font-size: 13px;
	}
}
@media (max-width: 680px) {
	#about table.tbl tr th,
	#about table.tbl tr td {
		padding: 10px;
		font-size: 13px;
	}
}

#history dl.dllist{
	border-top: 1px solid #eee;
	display: inline-block;
    clear: both;
    width: 100%;
}
#history dl.dllist dt {
    width: 10em;
    float: left;
    padding: 15px 0;
}
#history dl.dllist dd {
    margin: 0 0 0 -10em;
    padding: 15px 0 15px 10em;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
#history .bg_band {
    margin: -40px 0;
}
#history dl.dllist dd img{
	width: 100%;
    max-width: 260px;
    margin: 10px 0 0;
}

@media (max-width: 680px){
	#history dl.dllist{
		font-size: 14px;
	}
	#history dl.dllist dt {
	    border-top: none;
	    width: 8em;
	}
	#history dl.dllist dd {
	    margin: 0 0 0 -8em;
	    padding: 15px 0 15px 8em;
    }
}

#message .lead{
	line-height: 2;
}
#message .sign{
	font-size: 18px;
	text-align: right;
}
#message .corp_motto{
	padding: 0;
	margin: 0;
    list-style-type: none;
}
#message .corp_motto li{
	margin: 0 0 10px;
}
#message .corp_motto li span{
	font-size: 20px;
	border: 1px solid #f15e29;
    padding: 0 5px;
    margin: 0 3px 0 0;
    color: #f15e29;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

/*-------------------------------------------------------
採用情報
-------------------------------------------------------*/

#recruit .flow{
	text-align: center;
	margin: 80px 0 0;
	padding: 0;
}
#recruit .flow li{
	position: relative;
	border: 3px solid #eee;
	padding: 35px 20px 20px;
	display: block;
	border-radius: 10px;
}
#recruit .flow li h4{
	font-size: 20px;
    margin: 0 0 0.5em 0;
}
#recruit .flow li:not(:last-child) {
	margin: 0 0 80px;
}
#recruit .flow li:not(:last-child)::after {
	display: block;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    border-right: 2px solid #f15e29;
    border-bottom: 2px solid #f15e29;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -38px;
    left: 50%;
}
#recruit .flow li span{
	font-size: 20px;
	background: #f15e29;
    padding: 0 5px;
    color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 1.9;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------------------------------------------------------
お問合せ一覧
--------------------------------------------------------------------*/

#contact dl.dllist {
    width: 100%;
    display: inline-block;
    clear: both;
}
#contact dl.dllist dt {
    width: 12em;
    float: left;
    padding: 0;
}
#contact dl.dllist dd {
    margin: 0 0 0 -12em;
    padding: 5px 0 5px 12em;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

#contact .column .col1{
	width: 100%;
	display: inline-block;
	clear: both;
}
#contact .column .col1.border{
	border-bottom: 1px solid #ddd;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
#contact .column .col1.border:first-child{
	border-top: 1px solid #ddd;
	padding: 40px 0;
    margin: 40px 0;
}
#contact .column .col1 p {
	margin: 0;
}
#contact .column .col1 .w40 {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
#contact .column .col1 .w60 {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 680px){
	#contact dl.dllist dt {
	    width: 100%;
        padding: 12px 0 0;
	}
	#contact dl.dllist dd {
	    margin: 0 0 0 0;
	    padding: 5px 0 5px 0;
	}
	#history dl.dllist dt {
	    border-top: none;
	    width: 8em;
	}
	#history dl.dllist dd {
	    margin: 0 0 0 -8em;
	    padding: 15px 0 15px 8em;
    }
    #contact .column .col1 p {
		margin: 0 0 1em;
	}
    #contact .column .col1 .w40,
    #contact .column .col1 .w60 {
	    width: 100%;
	}
	
}



/*--------------------------------------------------------------------
お問合せフォーム
--------------------------------------------------------------------*/

#wholesale .lead,
#general .lead,
#entry .lead {
    text-align: center;
}


.mw_wp_form table.tbl_nobd {
  border-collapse: collapse;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-top: none;
}
@media (max-width: 680px) {
  .mw_wp_form table.tbl_nobd {
    display: block;
    max-width: 100%;
  }
}
.mw_wp_form table.tbl_nobd:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 680px) {
  .mw_wp_form table.tbl_nobd tbody {
    padding: 0;
    display: block;
  }
}
.mw_wp_form table.tbl_nobd tbody tr {
  border-bottom: 1px solid #ddd;
}
.mw_wp_form table.tbl_nobd tbody tr:nth-child(1) {
  border-top: 1px solid #ddd;
}
@media (max-width: 680px) {
  .mw_wp_form table.tbl_nobd tbody tr {
    border: none;
    width: 100%;
    display: block;
  }
  .mw_wp_form table.tbl_nobd tbody tr:nth-child(1) {
    border: none;
  }
}
.mw_wp_form table.tbl_nobd tbody tr th {
  background: #F5F5F5;
  color: #444;
  text-align: left;
}
.mw_wp_form table.tbl_nobd tbody tr th,
.mw_wp_form table.tbl_nobd tbody tr td {
  padding: 20px;
  white-space: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form table.tbl_nobd tbody tr th strong{
	color: #F15E29;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.mw_wp_form table.tbl_nobd tbody tr th.txc,
.mw_wp_form table.tbl_nobd tbody tr td.txc {
  text-align: center;
}
.mw_wp_form table.tbl_nobd tbody tr th.txr,
.mw_wp_form table.tbl_nobd tbody tr td.txr {
  text-align: right;
}
.mw_wp_form table.tbl_nobd tbody tr th input,
.mw_wp_form table.tbl_nobd tbody tr td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
  margin: 0 0 5px 0;
  border: none;
  border: 2px solid #ccc;
}
.mw_wp_form table.tbl_nobd tbody tr th textarea,
.mw_wp_form table.tbl_nobd tbody tr td textarea {
  width: 100%;
  background: #F5F5F5;
  border: 2px solid #ccc;
}
@media (max-width: 680px) {
  .mw_wp_form table.tbl_nobd tbody tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
  }
  .mw_wp_form table.tbl_nobd tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    border: none;
    font-size: 18px;
    white-space: inherit;
  }
  .mw_wp_form table.tbl_nobd tbody tr th strong {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .mw_wp_form table.tbl_nobd tbody tr td input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 5px 0;
    max-width: 100%;
  }
  .mw_wp_form table.tbl_nobd tbody tr td textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 5px 0;
  }
  .mw_wp_form table.tbl_nobd tbody tr td .mwform-checkbox-field,
.mw_wp_form table.tbl_nobd tbody tr td .mwform-radio-field {
    display: block;
    margin: 0;
  }
}

input[type=submit] {
  display: inline-block;
    position: relative;
    padding: 14px 20px 14px 25px;
    margin: 0 auto;
    max-width: 380px;
    min-width: 280px;
    line-height: 1.4;
    text-decoration: none;
    height: inherit;
    color: #fff;
    text-align: center;
    background: #F15E29;
    font-size: 18px;
    font-weight: normal;
    border-radius: 30px;
    border: none;
}
input[type=submit]:hover {
  background: #ff8e65;
}
input[type=submit]::after {
  content: "";
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: 30px;
  margin: 0 0 0 4px;
}
@media (max-width: 680px) {
  input[type=submit]::after {
    height: 10px;
  }
}


/*-------------------------------------------------------
個人情報保護方針
-------------------------------------------------------*/

ol.list_num li > ul.txtlist li{
	margin: 0;
	padding: 0 0 0 1.5em;
	font-size: 16px;
}
ol.list_num li > ul.txtlist li > ul{
	padding: 0;
}
ol.list_num li > ul.txtlist li > ul li::before {
    content: "・";
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 16px;
    color: #444;
}



.imglist li a figure {
    background:#fff;
}

.wp-block-image.aligncenter {
	display:block;
}

.wp-block-image.aligncenter img {
    margin: auto;
}

#single .wrap {
	word-wrap: break-word;
}