@charset "UTF-8";


/* work1Wrap
***************************************************************/
.work1Wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}
.work1_inner {
  width: 1150px;
  margin: 0 auto;
}
.work1_section {
  width: 1075px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.work1_section + .work1_section {
  margin-top: 150px;
}
.work1_box1 {
  width: 600px;
  padding: 92px 75px 86px;
  position: relative;
  overflow: hidden;
}
.work1_box1_in {
  position: relative;
  z-index: 1;
}
.work1_box1_tit1 {
  font-size: 36px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.work1_box1_tit1 .sml1 {
  font-size: 24px;
}
.work1_box1_tit2 {
  font-size: 26px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 30px;
}
.work1_box1_txt1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 15px;
}
.work1_about_dl1 {
  width: 100%;
  margin-top: 44px;
  padding: 27px 20px 20px;
  border-radius: 5px;
  border: 1px solid #325310;
  position: relative;
}
.work1_about_dt1 {
  width: 176px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.work1_about_dd1 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.work_slide_box {
  width: 575px;
  height: calc(100% - 25px);
  position: absolute;
  z-index: 1;
  top: -60px;
  right: -75px;
}
.work_slide {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.work_slide_item {
  height: 100%;
}
.work_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_slide_box .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.work_slide_custom {
  width: 252px;
  margin: 25px auto 0;
  position: relative;
}
.work_slide-dots {
  width: 165px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.work_slide_custom .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.work_slide_custom .slick-dots li {
  width: 25%;
  height: 2px;
  background-color: #C8D6BB;
  margin: 0;
}
.work_slide_custom .slick-dots li.slick-active {
  background-color: #325310;
}
.work_slide_custom .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.work_slide_custom .slick-dots li button:before {
  display: none;
}
.work_slide-arrows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work_slide-prev,
.work_slide-next {
  border-top: 1px solid #325310;
  border-left: 1px solid #325310;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.work_slide-prev {
  transform: rotate(-45deg);
}
.work_slide-next {
  transform: rotate(135deg);
}
@media all and (min-width: 681px) {
  .work1_box1_tit1 {
    min-height: 73px;
  }
  /* even */
  .work1_inner .work1_section:nth-of-type(even) {
    margin-left: auto;
  }
  .work1_inner .work1_section:nth-of-type(even) .work1_box1 {
    margin-left: auto;
  }
  .work1_inner .work1_section:nth-of-type(even) .work_slide_box {
    left: -75px;
    right: auto;
  }

}
@media all and (max-width: 680px) {
  .work1Wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .work1_inner {
    width: 100%;
    padding: 0 30px;
  }
  .work1_section {
    width: 100%;
    padding-bottom: 40px;
  }
  .work1_section + .work1_section {
    margin-top: 30px;
  }
  .work1_box1 {
    width: 100%;
    padding: 32px 24px 0;
  }
  .work1_box1_tit1 {
    font-size: 26px;
  }
  .work1_box1_tit1 .sml1 {
    font-size: 18px;
  }
  .work1_box1_tit2 {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .work1_box1_txt1 {
    font-size: 13px;
    line-height: 1.69;
    margin-top: 8px;
  }
  .work1_about_dl1 {
    margin-top: 30px;
    padding: 27px 10px 20px;
  }
  .work1_about_dt1 {
    width: 176px;
    font-size: 18px;
    top: -13px;
  }
  .work1_about_dd1 {
    font-size: 13px;
    line-height: 1.69;
  }

  .work_slide_box {
    width: 100%;
    height: auto;
    margin: 25px auto 0;
    position: static;
    overflow: hidden;
  }
  .work_slide {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .work_slide_item {
    width: calc((267 / 375) * 100vw);
    height: calc((190 / 375) * 100vw);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 5px;
  }

  .work_slide_custom {
    width: 242px;
    margin-top: 20px;
  }
  .work_slide-prev, .work_slide-next {
    width: 14px;
    height: 14px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
