@charset "utf-8";
.companytop_hdr {
  margin-left: calc(calc(100vw - 960px) * 0.5);
  box-sizing: border-box;
}
.companytop_hdr_lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: #384C57;
  position: relative;
  margin-left: 35px;
}
.companytop_hdr_lead::after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: -35px;
  width: 20px;
  height: 1px;
  background: #384C57;
}
.companytop_hdr_bg {
  height: 450px;
  background: url("../images/company_top_hdr_bg_pc.jpg") no-repeat left center;
  background-size: cover;
  margin: 40px 0 100px;
}
.companytop_flex_caption p {
  line-height: 1.8;
}
.companytop_flex_caption_no {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.companytop_flex_lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.history_section {
  padding: 160px 0 80px;
  overflow: hidden;
}
.history_section_inner {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.history_inner_left {
  width: 680px;
}
.history_figure {
  width: 535px;
}
@media(max-width: 1200px) {
  .history_figure {
    width: 40vw;
  }
  .history_figure img {
    width: 100%;
    height: auto;
  }
}
.history_line {
  margin-bottom: 40px;
  position: relative;
  padding-left: 50px;
}
.history_line dt {
  margin-bottom: 10px;
  font-weight: 500;
}
.history_line dt::before, .history_line dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.history_line dt::before {
  left: 3px;
  top: 10px;
  height: 160px;
  width: 40px;
  background: none;
  border-top: 1px solid #B2C1C9;
  border-left: 1px solid #B2C1C9;
}
.history_line_cont .history_line:last-child dt::before {
  border-left: none;
}
.history_line dt::after {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  left: -2px;
  top: 5px;
  background: #B2C1C9;
  z-index: 10;
}
.history_inner_right {
  position: relative;
  height: 100%;
}
.history_line {
  position: relative;
}
.history_line::before, .history_line::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.history_line::before {
  display: block;
  width: 1px;
  height: 40px;
  top: -30px;
  left: 3px;
  background: #B2C1C9;
}
.history_line_cont .history_line:last-child::after {
  width: 6px;
  height: 120px;
  top: 15px;
  left: 1px;
  /*background: #f5f5f5 url("../images/history_dot.png") no-repeat center top;*/
  background-size: 6px;
}
.companyprofile_section {
  padding: 80px 0;
}
.companyprofile_section_inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.companyprofile_section_inner table {
  border-top: 1px solid #B2C1C9;
  width: 100%;
}
.companyprofile_section_inner th, .companyprofile_section_inner td {
  border-bottom: 1px solid #B2C1C9;
  padding: 50px 0;
  vertical-align: top;
  line-height: 1.8;
}
.companyprofile_section_inner th {
  width: 28%;
  font-weight: 500;
  text-align: center;
  color: #384C57;
}
.companyprofile_section_inner td li {
  list-style: none;
}
.yakuin1 {
  margin-right: 1.5em;
}
td a {
  color: #F69602;
  text-decoration: underline;
}
td a:hover {
  color: #F69602;
  text-decoration: none;
}
.office_map iframe {
  width: 100%;
  height: 300px
}
.office_map {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media(max-width: 1200px) {
  .companytop_hdr {
    margin-left: 40px;
  }
}
@media(max-width: 960px) {
  .companytop_hdr_lead {
    font-size: 24px;
  }
  .companytop_hdr_lead::after {
    top: 23px;
  }
}
@media(min-width: 769px) {
  .history_sp_figure {
    display: none;
  }
}
@media(max-width: 768px) {
  .companytop_hdr_lead {
    font-size: 18px;
  }
  .history_figure img {
    width: 100%;
    height: auto;
  }
  .history_figure {
    width: calc(100% - 40px);
    margin: 0 0 80px;
    display: none;
  }
}
@media(max-width: 768px) {
  .companytop_hdr {
    margin-left: 20px;
  }
  .companytop_hdr_lead::after {
    top: 17px;
  }
  .companytop_hdr_bg {
    height: 54vw;
    margin: 30px 0 50px;
  }
  .companytop_flex {
    margin: 0 20px 60px;
    display: flex;
    flex-direction: column-reverse;
  }
  .companytop_flex.reverse {
    display: block;
  }
  .companytop_flex_figure, .companytop_flex.reverse .companytop_flex_figure {
    width: calc(100% - 20px);
    margin-right: 0;
    margin-left: 0;
    position: relative;
  }
  .companytop_flex_figure {
    left: 60px;
  }
  .companytop_flex.reverse .companytop_flex_figure {
    left: -60px;
  }
  .companytop_flex_caption, .companytop_flex.reverse .companytop_flex_caption {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .companytop_flex_lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .history_section_inner {
    display: block;
  }
  .history_inner_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .history_inner_right {
    width: auto;
    margin: 0 20px 0 40px;
  }
  .history_line {
    margin-bottom: 25px;
  }
  .companyprofile_section_inner th, .companyprofile_section_inner td {
    display: block;
    padding: 0;
    border: none;
    width: auto;
    white-space: inherit;
  }
  .companyprofile_section_inner th {
    padding: 15px 20px 10px;
    text-align: left;
    font-weight: 700;
  }
  .companyprofile_section_inner td {
    padding: 0 20px 15px;
    border-bottom: 1px solid #B2C1C9;
  }
  .history_section {
    padding: 80px 0 40px;
  }
  .history_sp_figure {
    display: block;
    margin: 80px 0 0;
		position: relative;
		left: -45px;
		width: calc(100vw - 60px);
  }
  .history_sp_figure img {
    width: 100%;
    height: auto;
  }
}