/* CSS Document */
@media screen and (max-width: 980px) {
  .company_overview_img_content {
    opacity: .4;
  }
}
.company_overview {
  padding: 60px 30px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .company_overview {
    padding: 40px max(2%,15px) 60px;
  }
}
.company_overviewIcon_01, .company_overviewIcon_02 {
  display: block;
  position: absolute;
  z-index: -1;
}
.company_overviewIcon_01 {
  width: 150px;
  height: 150px;
  background: var(--color-green);
  top: 268px;
  right: 0;
}
.company_overviewIcon_02 {
  width: 100px;
  height: 100px;
  background: var(--color-lightgray);
  top: 168px;
  right: 150px;
}
@media screen and (max-width: 980px) {
  .company_overviewIcon_01, .company_overviewIcon_02 {
    display:none;
  }
}
.company_overview_wrapper, .service_business_wrapper, .history_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.company_overview_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid var(--color-blue);
}
@media screen and (max-width: 480px) {
  .company_overview_list {
    display: block;
  }
}
.company_overview_list-tit {
  font-size: 2rem;
  font-weight: 700;
  min-width: 270px;
  padding: 25px 30px;
}
@media screen and (max-width: 980px) {
  .company_overview_list-tit {
    min-width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .company_overview_list-tit {
    font-size: 1.8rem;
  }
}
.company_overview_list-txt {
  font-size: 2rem;
  width: calc(100% - 270px);
  padding: 25px 30px;
}
@media screen and (max-width: 980px) {
  .company_overview_list-txt {
    width: calc(100% - 40%);
  }
}
@media screen and (max-width: 480px) {
  .company_overview_list-txt {
    font-size: 1.8rem;
    width: 100%;
    padding-top: 5px;
  }
}
.company_overview_list-tit, .company_overview_list-txt {
  border-bottom: 1px solid var(--color-lightgray);
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .company_overview_list-tit {
    border: none;
    padding-bottom: 0;
  }
}
.title_decoration {
  /*background: var(--color-lightgray);*/
  background-color: rgba(245, 245, 245, 0.7);
}
.company_access {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid var(--color-lightgray);
}
@media screen and (max-width: 980px) {
  .company_access {
    display: block;
  }
}
.company_access_txt {
  display: flex;
  align-items: flex-end;
  max-width: 270px;
}
@media screen and (max-width: 980px) {
  .company_access_txt {
    margin-top: 20px;
    margin-left: auto;
  }
}
.company_access_link {
  display: flex;
  align-items: center;
}
.company_access_link span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 20px;
}
.company_access_map {
  width: calc(100% - 270px);
  order: 1;
}
@media screen and (max-width: 980px) {
  .company_access_map {
    width: 100%;
  }
}
.company_access_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 980px) {
  .company_access_map iframe {
    height: 350px;
  }
}
.service_business {
  padding: 80px 30px 100px;
  background-color: var(--color-lightgray);
  width: 100%;
}
@media screen and (max-width: 980px) {
  .service_business{
    padding: 60px max(2%,15px) 100px;
  }
}
.service_business_content {
  position: relative;
  z-index: 0;
}
.service_business_image{
  position: absolute;
  top: -150px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .service_business_image{
    top: -40vw;
  }
}
.image_pc{
  max-width: 700px;
  width: 65%;
}
.image_sp{
  display: none;
}
@media screen and (max-width: 980px) {
  .image_sp{
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .image_pc{
    display: none;
  }
}
.service_business_txt {
  background-color: var(--color-white);
  width: 50%;
  /*min-width: 31%;*/
  padding: 5% 0;
  margin: 0 0 0 auto;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 980px) {
  .service_business_txt {
    width: 80%;
    right: 10%;
    margin-top: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .service_business_txt {
    width: 90%;
    right: 5%;
  }
}
.service_business_txt::after {
  width: 120px;
  height: 120px;
  position: absolute;
  background: var(--color-blue);
  display: block;
  bottom: -40px;
  left: -5%;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .service_business_txt::after {
    opacity: 0.5;
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .service_business_txt::after {
    width: 60px;
    height: 60px;
    left: -20px;
  }
}

.service_business_txt p {
  width: 77%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.service_business_txt p:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .service_business_txt p {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  .service_business_txt p {
    width: 90%;
  }
}
.service_businessIcon_01,.service_businessIcon_02,.service_businessIcon_03{
  z-index: -1;
}
.service_businessIcon_01 {
  display: block;
  width: 120px;
  height: 120px;
  background: var(--color-green);
  position: absolute;
  top: -60px;
  right: -40px;
}
@media screen and (max-width: 980px) {
  .service_businessIcon_01 {
    width: 100px;
    height: 100px;
    top: -40px;
    right: 40px;
    z-index: 1;
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  .service_businessIcon_01 {
    width: 50px;
    height: 50px;
    top: -35px;
    right: -10px;
  }
}
.service_businessIcon_02 {
  display: block;
  width: 80px;
  height: 80px;
  background: var(--color-blue);
  position: absolute;
  top: 60px;
  right: -120px;
}
@media screen and (max-width: 980px) {
  .service_businessIcon_02 {
    width: 60px;
    height: 60px;
    right: -20px;
    z-index: 1;
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  .service_businessIcon_02 {
    width: 30px;
    height: 30px;
    top: 15px;
    right: -40px;
  }
}
.service_businessIcon_03 {
  display: block;
  width: 120px;
  height: 120px;
  background: var(--color-white);
  position: absolute;
  top: 140px;
  right: -40px;
}
@media screen and (max-width: 980px) {
  .service_businessIcon_03 {
    display: none;
  }
}
.history {
  padding: 80px 30px 140px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .history{
    padding: 60px max(2%,15px);
  }
}
.historyIcon_01, .historyIcon_02, .historyIcon_03, .historyIcon_04, .historyIcon_05 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .historyIcon_01, .historyIcon_02, .historyIcon_03{
    width: 35px;
    height: 35px;
  }
}
.historyIcon_01 {
  background: var(--color-green);
  top: 0;
  left: 0;
}
.historyIcon_02 {
  background: var(--color-blue);
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 480px) {
  .historyIcon_02{
    top: 35px;
    left: 35px;
  }
}
.historyIcon_03 {
  background: var(--color-lightgray);
  top: 100px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .historyIcon_03{
    top: 70px;
  }
}

.historyIcon_04 {
  width: 180px;
  height: 180px;
  background: var(--color-blue);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .historyIcon_04{
    width: 150px;
    height: 150px;
    opacity: 0.4;
  }
}
@media screen and (max-width: 480px) {
  .historyIcon_04{
    width: 100px;
    height: 100px;
  }
}

.historyIcon_05 {
  width: 120px;
  height: 120px;
  background: var(--color-lightgray);
  bottom: 100px;
  right: 120px;
}
@media screen and (max-width: 980px) {
  .historyIcon_05{
    width: 100px;
    height: 100px;
    right: 100px;
    opacity: 0.8;
  }
}
@media screen and (max-width: 480px) {
  .historyIcon_05{
    width: 70px;
    height: 70px;
    right: 70px;
    bottom: 60px;
  }
}
.history table{
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .history table{
    width: 100%;
  }
}
.year {
  font-size: 1.8rem;
  color: var(--color-blue);
  font-weight: 500;
  width: 170px;
  padding-left: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .year{
    width: 150px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .year{
    width: 110px;
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.timeline-content {
  font-size: 2rem;
  position: relative;
  padding: 0 30px 40px 70px;
  border-left: 2px solid var(--color-blue);
}
@media screen and (max-width: 980px) {
  .timeline-content{
    padding-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .timeline-content{
    font-size: 1.8rem;
    padding: 0 0 40px 25px;
  }
}
.timeline-content::before {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  background-color: var(--color-white);
  border: 3px solid var(--color-blue);
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  left: -9px;
  top: 5px;
}
tr:first-child .timeline-content, tr:first-child .year {
  padding-top: 20px;
}
tr:first-child .timeline-content::before {
  top: 25px;
}
tr:last-child .timeline-content, tr:last-child .year {
  padding-bottom: 20px;
}


