@charset "utf-8";


/*--------------common--------------*/

.header{
	height: 230px;
}

.under .header-btn{
	background-color: #887258;
}

.under .header-btn__ham span {
    background-color: rgb(255, 255, 255);
}

.cm-mv .inner{
	border-bottom: 1px solid #ebe8e6;
	margin-bottom: 100px;	
}

.cm-h2{
	padding-bottom: 10px;
}

.cm-h2 span{
	color: #555;
	font-size: 14px;
	margin-left: 30px;
}

.footer-breadcrumbs__item{
	position: relative;
	padding: 0 25px;
}

.footer-breadcrumbs__item:after{
	content: ">";
    position: absolute;
    right: -4px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.footer-breadcrumbs__item:first-child{
	padding-left: 0;
}

.footer-breadcrumbs__item:last-child{
	padding-right: 0;
}

.footer-breadcrumbs__item:last-child:after{
	display: none;
}

.footer-breadcrumbs__item a{
	border-bottom: 1px solid #b7b7b7;
	color: #b7b7b7 !important;
}

.footer-breadcrumbs__item .current{
	color: #fff;
}

@media (max-width: 1100px) {
.header {
    height: 140px;
}	

.cm-mv .inner {
    margin-bottom: 60px;
}
}

@media screen and (max-width: 834px) {
.cm-h2 {
    font-size: 2.4rem;
}

.cm-h2 span {
    font-size: 12px;
    margin-left: 10px;
}
}

@media screen and (max-width: 600px) {
.header {
    height: 60px;
}
}

/*--------------company--------------*/

.company-wrap{
	margin-bottom: 200px;
}

.company__list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ebe8e6;
  padding: 3rem 0;
}

.company__list-item:nth-of-type(1) {
  padding-top: 0;
}

.company__list-subject {
  font-size: 17px;
  width: 30%;
  max-width: 220px;
  white-space: nowrap;
  padding-left: 5rem;
}

.company__list-location li span{
	color: #887258;
	margin-right: 3.25px;
}

@media(max-width:1100px) {
.company-wrap {
    margin-bottom: 120px;
}
}

@media screen and (max-width: 834px) {

.company__list-item {
    padding: 2rem 0;
}

.company__list-subject {
    max-width: 120px;
    padding-left: 2rem;
}

.company-wrap {
    margin-bottom: 60px;
}
}

@media screen and (max-width: 640px) {
  .company__list-subject {
    max-width: 100px;
    font-size: 16px;
    padding-left: 1rem;
  }
}

@media (max-width: 400px) {
  .company__list-subject {
    padding-left: 0;
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
  }
}

/*--------------message--------------*/

.message-wrap{
  margin-bottom: 200px;
}

.msg-ttl {
    margin-bottom: 60px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.msg-name{
  margin-top: 50px;
  text-align: right;
}

@media(max-width:1100px) {
.message-wrap {
    margin-bottom: 120px;
}

}

@media screen and (max-width: 834px) {
.message-wrap {
    margin-bottom: 60px;
}

.msg-ttl {
    margin-bottom: 35px;
}

.msg-name {
    margin-top: 30px;
}

}
