@charset "UTF-8";
.pre-inc main {
  padding-top: 118px;
}
@media screen and (min-width: 768px) {
  .pre-inc main {
    padding-top: 156px;
  }
}
.pre-inc .sec_mv .sub_title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  color: #00527A;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .sub_title {
    font-size: 35px;
  }
}
.pre-inc .sec_mv h2 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv h2 {
    width: 42.1%;
    max-width: 540px;
    margin-bottom: max(-6%, -64px);
    position: relative;
    z-index: 10;
  }
}
.pre-inc .sec_mv .bg {
  background: url(../images/concept/bg01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg {
    background: url(../images/concept/bg01@pc2.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    max-width: 1280px;
    margin: 0 auto;
    transform: translateY(-1px);
    padding-top: 50px;
  }
}
.pre-inc .sec_mv .bg .lead01 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg .lead01 {
    font-size: min(2.2vw, 26px);
  }
}
.pre-inc .sec_mv .bg .deco01 {
  margin: 18px auto 8px;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg .deco01 {
    max-width: 760px;
  }
}
.pre-inc .sec_mv .bg .pc_block {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg .pc_block {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 25px 0;
    margin-top: -7%;
  }
}
.pre-inc .sec_mv .bg .pc_block .photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg .pc_block .photo {
    width: 48%;
    padding: 0 2% 0 0;
    box-sizing: border-box;
  }
}
.pre-inc .sec_mv .bg .pc_block .photo .cap {
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: right;
}
.pre-inc .sec_mv .bg .pc_block .lead02 {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .bg .pc_block .lead02 {
    width: 52%;
    font-size: min(1.32vw, 16px);
    padding: 0 0 1em;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_mv .pc_bg {
    background: #7dbebd;
  }
}
.pre-inc .sec_contents {
  padding: 20px 0;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.pre-inc .sec_contents .slider01 {
  margin-bottom: 20px;
}
.pre-inc .sec_contents .block {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .block {
    padding: 0 1px;
    margin-bottom: 5px;
  }
}
.pre-inc .sec_contents .block img {
  width: 95%;
  margin: 0 auto 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .block img {
    width: 100%;
  }
}
.pre-inc .sec_contents .block .title_text {
  position: absolute;
  top: 9%;
  right: 0;
  font-size: 15px;
  line-height: 1;
  padding: 5px calc(10px + 5%) 5px 10px;
  background: #7DBEBD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .block .title_text {
    right: 2%;
    top: 8%;
  }
}
.pre-inc .sec_contents .block .lead01 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  padding-left: 5%;
  width: 95%;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 5px;
}
.pre-inc .sec_contents .block:nth-of-type(even) img {
  margin: 0 0 0 auto;
}
.pre-inc .sec_contents .block:nth-of-type(even) .title_text {
  right: auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .block:nth-of-type(even) .title_text {
    right: 2%;
    left: auto;
  }
}
.pre-inc .sec_contents .block:nth-of-type(even) .lead01 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .block:nth-of-type(even) .lead01 {
    left: 0;
  }
}
.pre-inc .sec_contents .block:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .pre-inc .sec_contents .slider02 {
    transform: scaleX(-1);
    direction: ltr; /* 左から右の方向を保持 */
  }
  .pre-inc .sec_contents .slider02 .slick-slide {
    transform: scaleX(-1);
  }
}
.pre-inc .ib {
  display: inline-block;
}

/*# sourceMappingURL=concept.css.map */
