@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #231815;
}
a:hover {
  opacity: 0.7;
}

.solTech {
  position: relative;
}
.solTech_bg {
  display: none;
}
.solTech_main {
  width: 100%;
  z-index: 9999;
}
.solTech_main img {
  width: 100%;
}
.solTech_main section.solTech_mainVisual {
  background-color: #DDE0E2;
}
.solTech_main .section_title {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.3;
  margin: 38px 6px 0;
  border-bottom: 2px solid #231815;
}
.solTech_main_container {
  background-color: #FFFFFF;
  margin: 0 20px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .solTech_main_container::before {
    background-image: url("../images/main/bg_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.solTech_main_container section.solTech_main_introduction .el_dateImg {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 12px;
}
.solTech_main_container section.solTech_main_introduction .el_textImg {
  display: block;
  width: 72%;
  margin: 7px 39px;
  min-width: 205px;
}
.solTech_main_container section.solTech_main_introduction .el_linkBtn {
  display: block;
  width: 74%;
  margin: 27px auto 0;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .el_title {
  text-align: center;
  font-size: 30px;
  margin-top: 45px;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 17px 0 12px;
  list-style: none;
  border: 2px solid #00ACB1;
  border-radius: 5px;
  width: 97%;
  height: 62px;
  margin: -5px auto 0;
  display: flex;
  justify-content: center;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list li {
  border-right: 1px solid #00ACB1;
  padding: 0 5% 0;
  position: relative;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list li:last-child {
  border: none;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list_item {
  font-weight: 600;
  display: block;
  margin-top: -11px;
}
.solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list_item::after {
  position: absolute;
  top: 25px;
  left: 39%;
  transform: rotate(45deg) translate(-50%, 0);
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 380px) {
  .solTech_main_container section.solTech_main_introduction .introduction_contents .contents_list_item {
    font-size: 15px;
  }
}
.solTech_main_container section.solTech_main_about .el_logoImg {
  display: block;
  width: 69%;
  max-width: 270px;
  margin: 44px auto;
}
.solTech_main_container section.solTech_main_about .el_text {
  margin: 17px 5px 0;
  font-size: 17px;
  line-height: 1.5em;
}
.solTech_main_container section.solTech_main_about .about_list {
  list-style: "■";
  padding: 18px 24px;
}
.solTech_main_container section.solTech_main_about .el_mapImg {
  width: 97%;
  height: 243px;
  margin: -3px 7px 5px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program {
  padding-top: 23px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .time_container {
  position: relative;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .time_container .el_bgImg {
  display: block;
  width: 130px;
  margin: 5px auto 0;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_text {
  position: absolute;
  font-weight: 600;
  font-size: 19px;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_catch {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 22px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_title {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  margin-top: -6px;
  letter-spacing: -2;
}
@media screen and (max-width: 380px) {
  .solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_title {
    font-size: 25px;
  }
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_context {
  font-size: 17px;
  margin: 7px;
  line-height: 1.4;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_photo {
  margin: 11px 7px 7px;
  width: 97%;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker {
  margin: 20px 0 10px 10px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker .el_headline {
  font-weight: 600;
  font-size: 18px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker li::before {
  position: absolute;
  left: -15px;
  top: 5px;
  font-size: 11px;
  content: "■";
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker li .el_companyName {
  color: #1d56a5;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program .el_speaker li .el_icon {
  font-size: 11px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program #second_program {
  margin-top: 0;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program #third_program {
  margin-top: -50px;
}
.solTech_main_container section.solTech_main_timeShedule .timeShedule_program #force_program {
  margin-top: -10px;
}
.solTech_main_container section.solTech_main_timeShedule .el_anotherLinkBtn {
  display: block;
  width: 75%;
  margin: 18px auto 0;
  padding-bottom: 35px;
}
.solTech_main_container section.solTech_main_voice {
  margin-top: -12px;
}
.solTech_main_container section.solTech_main_voice .voice_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
  margin: 10px 0;
}
.solTech_main_container section.solTech_main_voice .voice_container_item {
  width: 45%;
}
.solTech_main_container section.solTech_main_voice .voice_container_item .el_icon {
  width: 82%;
  display: block;
  margin: 14px auto 4px;
}
.solTech_main_container section.solTech_main_voice .voice_container_item .el_caption {
  margin: 0 10px -3px;
  font-size: 15px;
  line-height: 1.4;
}
.solTech_main_container section.solTech_main_voice .el_btn2 {
  display: block;
  width: 75%;
  margin: 40px auto 0;
  padding-bottom: 30px;
}
.solTech_main section.solTech_operation {
  background-color: #FFFAC6;
  padding: 0 0 30px;
}
.solTech_main section.solTech_operation .solTech_operation_cover {
  background-image: url("../images/main/bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.solTech_main section.solTech_operation .solTech_operation_inner {
  background-color: #FFFAC6;
  margin: 0 6%;
}
.solTech_main section.solTech_operation .section_title {
  font-size: 22px;
  padding: 21px 0px 2px 0;
  margin: 0 6px;
}
.solTech_main section.solTech_operation .operation_container {
  width: 100%;
}
.solTech_main section.solTech_operation .operation_container .el_img {
  margin: -5px 0 14px;
  padding: 0 10px;
}
.solTech_main section.solTech_operation .operation_container .el_text {
  font-size: 17px;
  line-height: 1.4;
  padding: 0 5px;
}
.solTech_main .footer {
  background-color: #00ACB1;
}
.solTech_main .footer .el_companyLogo {
  display: block;
  width: 141px;
  margin: 0 auto;
  padding-top: 16px;
}
.solTech_main .footer .el_text {
  font-size: 10px;
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .solTech_bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: url("../images/bg/bg_img.png") center center/cover no-repeat fixed;
  }
  .solTech_bg_parts {
    width: 100%;
    position: relative;
  }
  .solTech_bg_parts .el_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100vh;
  }
  .solTech_bg_container {
    position: absolute;
    top: 54px;
    left: 96px;
    width: 40%;
    min-width: 320px;
  }
  .solTech_bg_container .bg_logoImg {
    width: 100%;
    max-width: 460px;
  }
  .solTech_bg_container .bg_dateImg {
    margin: -11px 0 0 19px;
    width: 100%;
    max-width: 390px;
  }
  .solTech_bg_container .bg_anchors {
    margin: -1px 0 0 17px;
    width: 170px;
  }
  .solTech_bg_container .bg_anchors .el_item {
    position: relative;
    border-bottom: 1px solid #00ACB1;
    padding-left: 20px;
    margin-bottom: 9px;
    height: 34px;
  }
  .solTech_bg_container .bg_anchors .el_item a {
    padding-top: 10px;
    color: #231815;
    font-weight: 500;
    font-size: 19px;
  }
  .solTech_bg_container .bg_anchors .el_item::before {
    position: absolute;
    top: 14px;
    left: -13px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .solTech_bg_container .bg_btnImg {
    margin: 23px 0 0 20px;
    width: 100%;
    max-width: 329px;
  }
  .solTech_bg_container .bg_companyLogoImg {
    margin: 30px 0 0 19px;
    width: 100%;
    max-width: 230px;
  }
  .solTech_main {
    width: 455px;
    position: absolute;
    top: 0;
    left: 55%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}/*# sourceMappingURL=base.css.map */