.company_base {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  .company_base {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base {
    margin-top: 13.3333333333vw;
  }
}
.company_base_title {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .company_base_title {
    height: 4.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_title {
    height: 10.6666666667vw;
  }
}
.company_base_title_wrap {
  width: calc(100% + 1920px - 100vw);
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 calc((-1920px + 100vw) / 2);
}
@media screen and (max-width: 1600px) {
  .company_base_title_wrap {
    width: 120vw;
    margin: 0 calc(50% - 60vw);
  }
}
@media screen and (max-width: 500px) {
  .company_base_title_wrap {
    width: 100%;
    margin: 0 0;
  }
}
.company_base_title_text {
  display: flex;
  align-items: center;
  width: 1350px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .company_base_title_text {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_title_text {
    width: calc(100% - 8vw);
  }
}
.company_base_title_text p {
  font-size: 26px;
  font-weight: 600;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .company_base_title_text p {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_title_text p {
    font-size: 4.8vw;
  }
}
.company_base_title_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  height: 100%;
  background: #2096d5;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1600px) {
  .company_base_title_back {
    width: 45vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_title_back {
    width: 66.6666666667vw;
  }
}
.company_base_sales {
  width: 100%;
  background: rgba(150, 150, 150, 0.35);
  margin-top: 35px;
  padding: 50px 0 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .company_base_sales {
    margin-top: 2.1875vw;
    padding-top: 3.125vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales {
    margin-top: 8vw;
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
  }
}
.company_base_sales_box {
  width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box {
    width: calc(100% - 8vw);
    display: block;
  }
}
.company_base_sales_box_cont {
  width: calc(100% - 565px - 50px);
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont {
    width: calc(100% - 35.3125vw - 3.125vw);
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont {
    width: 100%;
  }
}
.company_base_sales_box_cont_title p {
  font-size: 26px;
  font-weight: 700;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #2096d5;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_title p {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_title p {
    font-size: 4.8vw;
  }
}
.company_base_sales_box_cont_block {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block {
    margin-top: 2.5vw;
  }
}
.company_base_sales_box_cont_block_item {
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item {
    margin-top: 5.3333333333vw;
  }
}
.company_base_sales_box_cont_block_item:first-child {
  margin-top: 0;
}
.company_base_sales_box_cont_block_item_selected .company_base_sales_box_cont_block_item_place_btn_arrow {
  transform: rotateX(180deg);
}
.company_base_sales_box_cont_block_item_place {
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place {
    display: block;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.company_base_sales_box_cont_block_item_place_title {
  width: 110px;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_title {
    width: 6.875vw;
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_title {
    width: 100%;
    margin-top: 0;
  }
}
.company_base_sales_box_cont_block_item_place_title p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_title p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_title p {
    font-size: 4.2666666667vw;
  }
}
.company_base_sales_box_cont_block_item_place_title p br {
  display: block;
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_title p br {
    display: none;
  }
}
.company_base_sales_box_cont_block_item_place_text {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_text {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_text {
    margin-left: 0;
    margin-top: 1.3333333333vw;
  }
}
.company_base_sales_box_cont_block_item_place_text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 2.2;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_text p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.company_base_sales_box_cont_block_item_place_text p br {
  display: none;
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_text p br {
    display: block;
  }
}
.company_base_sales_box_cont_block_item_place_btn {
  display: flex;
  align-items: center;
  margin: auto 0 7px auto;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_btn {
    margin-bottom: 0.4375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_btn {
    margin-bottom: 0;
    margin-top: 2.6666666667vw;
    justify-content: end;
  }
}
.company_base_sales_box_cont_block_item_place_btn_text {
  margin-right: 5px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_btn_text {
    margin-right: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_btn_text {
    margin-right: 1.3333333333vw;
  }
}
.company_base_sales_box_cont_block_item_place_btn_text p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_btn_text p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_btn_text p {
    font-size: 3.7333333333vw;
  }
}
.company_base_sales_box_cont_block_item_place_btn_arrow {
  width: 18px;
  transition: 0.5s ease all;
  transform-origin: center center;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_place_btn_arrow {
    width: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_place_btn_arrow {
    width: 4.8vw;
  }
}
.company_base_sales_box_cont_block_item_place_btn_arrow img {
  width: 100%;
  height: auto;
}
.company_base_sales_box_cont_block_item_map {
  display: none;
  width: 100%;
  background: #fff;
  padding: 0px 30px 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_map {
    padding-bottom: 1.25vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_map {
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.company_base_sales_box_cont_block_item_map_comment p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_map_comment p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_map_comment p {
    font-size: 3.2vw;
  }
}
.company_base_sales_box_cont_block_item_map_box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_map_box {
    padding-top: 1.25vw;
    height: 31.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_map_box {
    padding-top: 2.6666666667vw;
    height: 66.6666666667vw;
  }
}
.company_base_sales_box_cont_block_item_map_box iframe {
  width: 100%;
  height: 100%;
}
.company_base_sales_box_cont_block_item_map_box_close {
  position: absolute;
  right: 3%;
  top: 7%;
  width: 40px;
  height: 40px;
  border: 1px solid #DADADA;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_map_box_close {
    width: 2.5vw;
    height: 2.5vw;
    border: 0.0625vw solid #DADADA;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_map_box_close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid #DADADA;
    top: 7%;
  }
}
.company_base_sales_box_cont_block_item_map_box_close span {
  width: 30px;
  height: 2px;
  background: #2096d5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_cont_block_item_map_box_close span {
    width: 1.875vw;
    height: 0.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_cont_block_item_map_box_close span {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.company_base_sales_box_cont_block_item_map_box_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.company_base_sales_box_img {
  width: 565px;
}
@media screen and (max-width: 1600px) {
  .company_base_sales_box_img {
    width: 35.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_sales_box_img {
    width: 100%;
    margin-top: 8vw;
  }
}
.company_base_sales_box_img img {
  width: 100%;
  height: auto;
}
.company_base_production {
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 1600px) {
  .company_base_production {
    margin-top: 5.625vw;
  }
}
.company_base_production_box {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box {
    width: calc(100% - 8vw);
  }
}
.company_base_production_box_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .company_base_production_box_top {
    display: block;
  }
}
.company_base_production_box_top_title p {
  font-size: 26px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #2096d5;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_top_title p {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_top_title p {
    font-size: 4.8vw;
  }
}
.company_base_production_box_top_text {
  margin-left: 90px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_top_text {
    margin-left: 5.625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_top_text {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}
.company_base_production_box_top_text p {
  font-size: 19px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #2096d5;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_top_text p {
    font-size: 1.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_top_text p {
    font-size: 3.7333333333vw;
  }
}
.company_base_production_box_cont {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont {
    margin-top: 5.3333333333vw;
  }
}
.company_base_production_box_cont_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item {
    flex-flow: column-reverse;
    margin-bottom: 13.3333333333vw;
  }
}
.company_base_production_box_cont_item:last-child {
  margin-bottom: 0;
}
.company_base_production_box_cont_item_block {
  width: calc(100% - 550px - 65px);
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block {
    width: calc(100% - 34.375vw - 4.0625vw);
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block {
    width: 100%;
  }
}
.company_base_production_box_cont_item_block_place {
  background: #fff;
  border: 2px solid #c9caca;
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place {
    margin-top: 2.6666666667vw;
  }
}
.company_base_production_box_cont_item_block_place_wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_wrap {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_wrap {
    display: block;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.company_base_production_box_cont_item_block_place_selected .company_base_production_box_cont_item_block_place_btn_arrow {
  transform: rotateX(180deg);
}
.company_base_production_box_cont_item_block_place_title {
  width: 80px;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_title {
    width: 5vw;
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_title {
    width: 100%;
  }
}
.company_base_production_box_cont_item_block_place_title p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_title p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_title p {
    font-size: 4.2666666667vw;
  }
}
.company_base_production_box_cont_item_block_place_title p br {
  display: none;
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_title p br {
    display: block;
  }
}
.company_base_production_box_cont_item_block_place_text {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_text {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_text {
    margin-left: 0;
  }
}
.company_base_production_box_cont_item_block_place_text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_text p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.company_base_production_box_cont_item_block_place_text p br {
  display: none;
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_text p br {
    display: block;
  }
}
.company_base_production_box_cont_item_block_place_btn {
  display: flex;
  align-items: center;
  margin: auto 0 7px auto;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_btn {
    margin-bottom: 0.4375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_btn {
    margin-bottom: 0;
    margin-top: 2.6666666667vw;
    justify-content: end;
  }
}
.company_base_production_box_cont_item_block_place_btn_text {
  margin-right: 5px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_btn_text {
    margin-right: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_btn_text {
    margin-right: 1.3333333333vw;
  }
}
.company_base_production_box_cont_item_block_place_btn_text p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_btn_text p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_btn_text p {
    font-size: 3.7333333333vw;
  }
}
.company_base_production_box_cont_item_block_place_btn_arrow {
  width: 18px;
  transition: 0.5s ease all;
  transform-origin: center center;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_btn_arrow {
    width: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_btn_arrow {
    width: 4.8vw;
  }
}
.company_base_production_box_cont_item_block_place_btn_arrow img {
  width: 100%;
  height: auto;
}
.company_base_production_box_cont_item_block_place_map {
  display: none;
  width: 100%;
  background: #fff;
  padding: 0px 30px 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_map {
    padding-bottom: 1.25vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_map {
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.company_base_production_box_cont_item_block_place_map_comment p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_map_comment p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_map_comment p {
    font-size: 3.2vw;
  }
}
.company_base_production_box_cont_item_block_place_map_box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_map_box {
    padding-top: 1.25vw;
    height: 31.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_map_box {
    padding-top: 2.6666666667vw;
    height: 66.6666666667vw;
  }
}
.company_base_production_box_cont_item_block_place_map_box iframe {
  width: 100%;
  height: 100%;
}
.company_base_production_box_cont_item_block_place_map_box_close {
  position: absolute;
  right: 3%;
  top: 4%;
  width: 40px;
  height: 40px;
  border: 1px solid #DADADA;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_map_box_close {
    width: 2.5vw;
    height: 2.5vw;
    border: 0.0625vw solid #DADADA;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_map_box_close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid #DADADA;
    top: 7%;
  }
}
.company_base_production_box_cont_item_block_place_map_box_close span {
  width: 30px;
  height: 2px;
  background: #2096d5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_place_map_box_close span {
    width: 1.875vw;
    height: 0.125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_place_map_box_close span {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.company_base_production_box_cont_item_block_place_map_box_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.company_base_production_box_cont_item_block_detail {
  margin-top: 15px;
  margin-left: 25px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_detail {
    margin-top: 0.9375vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_detail {
    margin-top: 1.3333333333vw;
    margin-left: 0;
  }
}
.company_base_production_box_cont_item_block_detail_line {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_detail_line {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_detail_line_title {
    width: 24vw;
  }
}
.company_base_production_box_cont_item_block_detail_line_title p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_detail_line_title p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_detail_line_title p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.company_base_production_box_cont_item_block_detail_line_title p span {
  color: #2096d5;
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_detail_line_text {
    width: calc(100% - 24vw);
  }
}
.company_base_production_box_cont_item_block_detail_line_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_block_detail_line_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_block_detail_line_text p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.company_base_production_box_cont_item_img {
  width: 550px;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1600px) {
  .company_base_production_box_cont_item_img {
    width: 34.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_base_production_box_cont_item_img {
    width: 100%;
  }
}
.company_base_production_box_cont_item_img img {
  width: 100%;
  height: auto;
}
.company_showroom {
  width: 100%;
  background: rgba(198, 198, 198, 0.3);
  margin-top: 120px;
  padding-top: 65px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .company_showroom {
    margin-top: 7.5vw;
    padding-top: 4.0625vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom {
    margin-top: 21.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.company_showroom_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .company_showroom_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_wrap {
    width: calc(100% - 8vw);
  }
}
.company_showroom_top {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .company_showroom_top {
    display: block;
  }
}
.company_showroom_top_title {
  margin-right: 50px;
}
@media screen and (max-width: 1600px) {
  .company_showroom_top_title {
    margin-right: 3.125vw;
  }
}
.company_showroom_top_title p {
  font-size: 26px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  color: #2096d5;
}
@media screen and (max-width: 1600px) {
  .company_showroom_top_title p {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_top_title p {
    font-size: 4.8vw;
  }
}
.company_showroom_top_text {
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .company_showroom_top_text {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_top_text {
    margin-top: 2.6666666667vw;
  }
}
.company_showroom_top_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .company_showroom_top_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_top_text p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.company_showroom_slide {
  margin-top: 60px;
}
@media screen and (max-width: 1600px) {
  .company_showroom_slide {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_slide {
    margin-top: 4vw;
  }
}
.company_showroom_slide_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px 35px;
  overflow: hidden;
  background: #e6e6e5;
  border: 1px solid #7592c4;
}
@media screen and (max-width: 1600px) {
  .company_showroom_slide_item {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 2.1875vw;
    padding-right: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_slide_item {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }
}
.company_showroom_slide_item_img {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 1600px) {
  .company_showroom_slide_item_img {
    width: calc((100% - 0.625vw) / 2);
  }
}
@media screen and (max-width: 500px) {
  .company_showroom_slide_item_img {
    width: 100%;
  }
}
.company_showroom_slide_item_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .company_showroom_slide_item_img:nth-child(2) {
    margin-top: 2.6666666667vw;
  }
}/*# sourceMappingURL=base.css.map */