@charset "UTF-8";
/* CSS Document */
#main {
  flex: 1;
  background: url("../img/bg1.png");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: left top;
}
.main-in {
  padding-left: 20%;
  display: flex;
  flex-direction: column;
  min-height: 1150px;
}
.main-visual {
  margin: 0 10%;
}
.main-visual h2 {
  width: 100%;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
  margin: 200px 0 50px 0px;
  position: relative;
  padding: 30px 0px 0px 40px;
}
.main-visual h2:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  top: 55%;
}
.main_content {
  min-height: 500px;
}
.txt01 {
  line-height: 2.8rem;
  margin: 0px 0px 100px 0px;
  overflow-wrap: anywhere;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .main-visual {
    margin: 0 7%;
  }
      .main-in {
    padding-left: 340px;
  }
}
@media screen and (max-width: 1200px) {
  #main {
    background: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
  }

}
@media screen and (max-width: 1080px) {
  .main-visual {
    margin: 0px 7% 100px 7%;
  }
      .main-in {
    background: none;
    padding-left: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 750px) {
  #main {
    background: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: left top;
  }
  .main-visual h2 {
    font-size: 3.5rem;
    padding: 30px 0px 0px 25px;
  }
  .main-visual h2:after {
    width: 15px;
    height: 15px;
    top: 60%;
  }
}
@media screen and (max-width: 650px) {
  .main-visual {
    margin: 0px 7% 50px 7%;
  }
}
@media screen and (max-width:560px) {
  .main-visual h2 {
    padding: 30px 0px 0px 20px;
    margin: 80px 0 30px 0px;
    font-size: 2.5rem;
  }
  .main-visual h2:after {
    width: 10px;
    height: 10px;
    top: 63%;
  }
}