@charset "UTF-8";
.header .header_title {
	width: max-content;
  }

  .header .header_title a {
	text-align: left;
  }

  .header .header_title a span {
	display: inline-block;
  }

  .header .header_title a span:first-child {
	margin: 0 .3em 0 0;
  }

  .header nav ul {
	align-items: flex-start;
  }

  .main .sec_top .sec_top_box .box--ttl img {
	max-width: 212px;
  }

  @media (max-width: 1000px) {
	.header {
	height: 70px;
  }
  .header_bottom .btn_contact_sp{
	right: 86px;
  }
  }

  @media (max-width: 768px) {
	.header {
	    height: 56px;
	}
	.header_bottom .btn_contact_sp{
	right: 60px;
  }
	.header .header_title{
	    font-size: 15px;
	    line-height: 1.1;
	}

	.header .header_title a span {
	    display: block;
	}
  }
