@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff"), url("../fonts/RobotoCondensed-BoldItalic.eot") format("eot"), url("../fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
.area_kv {
  background-image: url(../img/kv/company_pc.jpg);
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .area_kv {
    background-image: url(../img/kv/company_sp.jpg);
    background-size: cover;
  }
}

#about .bg_mark {
  padding-bottom: 0;
}
#about .area_overview {
  padding-bottom: 100px;
}
#about .area_overview .image {
  margin-top: 50px;
}
#about .area_overview .dl_table {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about .area_overview {
    padding-bottom: 4em;
  }
  #about .area_overview .image {
    margin-top: 2em;
  }
  #about .area_overview .dl_table {
    margin-top: 2em;
  }
}
#about .area_history {
  padding: 65px 0 120px;
  background: #f5f5f5;
}
#about .area_history .ol_history {
  margin-top: 32px;
}
#about .area_history .ol_history li {
  padding: 14px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#about .area_history .ol_history li::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #ba006d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#about .area_history .ol_history li .year {
  width: 200px;
  font-size: 18px;
  font-weight: 700;
}
#about .area_history .ol_history li .year .western {
  padding-bottom: 2px;
  color: #ba006d;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: -3px;
}
#about .area_history .ol_history li .year .western em {
  font-size: 48px;
  font-family: "RobotoCondensed", sans-serif;
  letter-spacing: -0.04em;
}
#about .area_history .ol_history li .year .western span {
  margin: 0 0 0 3px;
  font-size: 20px;
  position: relative;
  bottom: 2px;
}
#about .area_history .ol_history li .year .jp span {
  margin-left: 20px;
}
#about .area_history .ol_history li .text {
  width: calc(100% - 200px);
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #about .area_history {
    padding: 3em 0 5em;
  }
  #about .area_history .ol_history {
    margin-top: 1.1em;
  }
  #about .area_history .ol_history li {
    padding: 1.05em 0 0.8em;
  }
  #about .area_history .ol_history li::before {
    content: "";
    display: block;
    width: min(33.3333333333vw, 250px);
    height: 1px;
    background: #ba006d;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #about .area_history .ol_history li.year1991 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about .area_history .ol_history li .year {
    width: min(33.3333333333vw, 250px);
    line-height: 1.4;
  }
  #about .area_history .ol_history li .year .western {
    padding-bottom: 2px;
    left: -3px;
  }
  #about .area_history .ol_history li .year .western em {
    font-size: min(8vw, 48px);
    font-family: "RobotoCondensed", sans-serif;
    letter-spacing: -0.04em;
  }
  #about .area_history .ol_history li .year .western span {
    margin: 0 0 0 3px;
    font-size: min(4vw, 20px);
    bottom: 2px;
  }
  #about .area_history .ol_history li .year .jp {
    margin-top: 0.4em;
    font-size: min(4vw, 16px);
  }
  #about .area_history .ol_history li .year .jp span {
    margin-left: 1em;
  }
  #about .area_history .ol_history li .text {
    width: calc(100% - min(33.3333333333vw, 250px));
    padding-left: 0;
    font-size: min(4vw, 18px);
    line-height: 1.4;
  }
  #about .area_history .ol_history li .text span {
    padding-top: 1em;
    display: inline-block;
  }
}

#philosophy .area_philosophy .box_philosophy {
  height: 360px;
  margin-top: 50px;
  padding-top: 70px;
  text-align: center;
  background: url(../img/company/philosophy_philosophy_bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
#philosophy .area_philosophy .box_philosophy .tit_philosophy {
  font-family: "RobotoCondensed-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-size: 54px;
  letter-spacing: -0.005em;
}
#philosophy .area_philosophy .box_philosophy .text {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #philosophy .area_philosophy .box_philosophy {
    height: 73.8vw;
    margin-top: 8.5vw;
    padding-top: 7.5vw;
    background: url(../img/company/philosophy_philosophy_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  #philosophy .area_philosophy .box_philosophy .tit_philosophy {
    font-size: min(10.6666666667vw, 54px);
  }
  #philosophy .area_philosophy .box_philosophy .text {
    margin-top: 0.5em;
    font-size: min(4.2666666667vw, 22px);
  }
}
#philosophy .with_photo {
  position: relative;
}
#philosophy .with_photo::before, #philosophy .with_photo::after {
  content: "";
  display: block;
  position: absolute;
}
#philosophy .with_photo::before {
  width: 258px;
  height: 193px;
  background: url(../img/company/philosophy01.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  #philosophy .with_photo::before {
    top: 430px;
    right: calc(50% + 473px);
  }
}
@media screen and (max-width: 1440px) {
  #philosophy .with_photo::before {
    right: auto;
    left: -20px;
  }
}
#philosophy .with_photo::after {
  width: 457px;
  height: 561px;
  background: url(../img/company/philosophy02.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  #philosophy .with_photo::after {
    top: 162px;
    left: calc(50% + 334px);
  }
}
@media screen and (max-width: 768px) {
  #philosophy .with_photo::before, #philosophy .with_photo::after {
    content: none;
  }
}
#philosophy .area_vision {
  padding: 96px 0 92px;
}
#philosophy .area_vision .ul_vision {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 700;
}
#philosophy .area_vision .ul_vision li + li {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #philosophy .area_vision {
    padding: 15.2vw 0 77.4vw;
    position: relative;
  }
  #philosophy .area_vision .ul_vision {
    margin-top: 5.4vw;
    font-size: min(4.2666666667vw, 22px);
  }
  #philosophy .area_vision .ul_vision li + li {
    margin-top: 0.4em;
  }
  #philosophy .area_vision::before, #philosophy .area_vision::after {
    content: "";
    display: block;
    position: absolute;
  }
  #philosophy .area_vision::before {
    width: 34.5vw;
    height: 26vw;
    background: url(../img/company/philosophy01.jpg) no-repeat center top;
    background-size: cover;
    top: -8vw;
    left: 0;
  }
  #philosophy .area_vision::after {
    width: 61vw;
    height: 75vw;
    background: url(../img/company/philosophy02.png) no-repeat center top;
    background-size: cover;
    bottom: -5.8vw;
    right: 4%;
  }
}
#philosophy .area_policy {
  padding: 64px 0 87px;
  text-align: center;
}
#philosophy .area_policy .txt_policy {
  margin-top: 34px;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  #philosophy .area_policy {
    padding: 13vw 0;
  }
  #philosophy .area_policy .txt_policy {
    margin-top: 6vw;
    font-size: min(4.2666666667vw, 22px);
    line-height: 2.1;
  }
}
#philosophy .area_environmental {
  padding: 96px 0 0;
}
#philosophy .area_environmental .ul_environmental {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#philosophy .area_environmental .ul_environmental li {
  line-height: 2.3;
}
#philosophy .area_environmental .ul_environmental li dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #ba006d;
}
#philosophy .area_environmental .ul_environmental li dl dd {
  margin-top: -6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#philosophy .area_environmental .ul_environmental li dl + p {
  margin-top: 34px;
}
#philosophy .area_environmental .ul_environmental li ul {
  margin: 7px 0;
  padding-left: 2.6em;
}
#philosophy .area_environmental .ul_environmental li ul li {
  text-indent: -1.6em;
}
#philosophy .area_environmental .name {
  margin-top: 2.8em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #philosophy .area_environmental {
    padding: 15.5vw 0 0;
  }
  #philosophy .area_environmental .ul_environmental {
    margin-top: 5vw;
    gap: 9vw 0;
  }
  #philosophy .area_environmental .ul_environmental li dl dt {
    font-size: min(4.2666666667vw, 20px);
  }
  #philosophy .area_environmental .ul_environmental li dl dd {
    margin-top: -0.1em;
    line-height: 2.25;
  }
  #philosophy .area_environmental .ul_environmental li dl + p {
    margin-top: 2em;
  }
  #philosophy .area_environmental .ul_environmental li ul {
    margin: 0.3em 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #philosophy .area_environmental .name {
    margin-top: 1.3em;
  }
}