.section {
  max-width: 1170px;
  width: auto;
  margin: 0 auto !important;
  padding: 0 52.5px 100px !important;
}

#bread_crumb {
  max-width: 1170px;
}

#bread_crumb ul {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

#bread_crumb ul li {
  display: inline;
  font-size: 14px;
  margin: 0 8px 0 0;
  padding: 0 24px 0 0;
  position: relative;
}

#bread_crumb ul li a {
  olor: #000;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#bread_crumb ul li::after {
  font-family: 'design_plus';
  content: '\e910';
  font-size: 11px;
  color: #000;
  display: block;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: -1px;
  top: 4px;
}

#bread_crumb ul .home {
  padding-right: 20px;
}

#bread_crumb ul .home a {
  position: relative;
  width: 16px;
}

#bread_crumb ul .home a:before {
  font-family: 'design_plus';
  content: '\e90c';
  font-size: 12px;
  color: #000;
  display: inline-block;
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb ul .home a span {
  opacity: 0;
}

#bread_crumb ul .last {
  color: #ff4000;
}

#bread_crumb ul .last::after {
  display: none;
}

#bread_crumb ul:last-of-type {
  margin-left: 5px;
}

.title .design_header {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.title .design_header .title_area {
  width: auto;
  padding-right: 0px;
}

.title .design_header .title_area .large_headline {
  color: #161616;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  letter-spacing: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}

.title .design_header .title_area .sub_title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: -5px;
  color: #ff4000;
  font-weight: 700;
}

.title .desc_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.title .desc_area .catch {
  width: 50%;
  line-height: 1.5;
  padding-right: 50px;
  font-size: 34px !important;
}

.title .desc_area .header_content {
  width: 50%;
  line-height: 2.6;
  padding-left: 50px;
}

.header_image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.header_image img {
  width: 100%;
}

main .page_inner {
  padding-left: 30px;
  padding-top: 120px;
  padding-right: 30px;
  padding-bottom: 50px;
  max-width: 1170px;
  margin: 0 auto;
}

/* =========================================================
SERVICE
=========================================================*/
.post_content {
  word-wrap: break-word;
  text-align: left;
}

.post_content h3 {
  font-size: 34px !important;
  margin-bottom: 30px;
}

.post_content .post_row {
  padding-bottom: 60px;
  line-height: 2.4;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.post_content .post_row .post_col {
  flex: 1 1 0%;
}

.post_content .post_row .post_col:last-of-type {
  margin-right: 0;
}

.post_content .post_row .post_col img {
  width: 100%;
}

.post_content .post_row .post_col-2 {
  margin-right: 100px;
  width: calc(50% - 50px);
}

.post_content p {
  line-height: 2.6;
  margin: 0 0 2em 0;
}

.post_content *:first-child {
  padding-top: 0 !important;
}

/* =========================================================
COMPANY
=========================================================*/
.company_message {
  padding-top: 100px;
}
