@charset "UTF-8"; /* 2025.01.23 */

.p_ttl {
  background-color: rgba(17, 17, 17, 0.2);
  background-image: url("../images/works/main_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.p_ttl::before {
  background-color: rgba(17, 17, 17, .2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: '';
}
.p_ttl span {
  text-align: left;
  z-index: 11;
}
@media (min-width: 768px) {
  .p_ttl {
    background-image: url("../images/works/main_pc.jpg");
  }
}

.link_list {
  width: 656px;
  max-width: 100%;
  height: 64px;
  margin: 0 auto 100px;
  display: flex;
  column-gap: 6px;
}
.link_list li {
  width: calc(50% - 3px);
  border-right: solid 1px;
  border-bottom: solid 1px;
  position: relative;
}

.link_list li::after {
  content: '';
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent var(--main) transparent transparent;
  display: block;
  position: absolute;
}
.link_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text);
}
.link_list a:hover {
  color: var(--main);
  opacity: 1;
}

.txt_lead {
  padding-bottom: 50px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p_ttl {
    background-image: url("../images/works/main_pc.jpg");
  }
  .txt_lead {
    text-align: center;
  }
}

@media (min-width: 1081px) {
  .ttl_01 {
    margin-bottom: 40px;
  }
  .link_list {
    margin-bottom: 140px;
  }
  .txt_lead {
    font-size: 2rem;
    line-height: 2;
    padding-bottom: 80px;
  }
}

#sec01 {
  margin-bottom: 100px;
}

figure {
  line-height: 0;
}
.imgX4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%!important;
}
.imgX4 > * {
  width: 50%;
  margin: 0;
  padding: 0;
}

.ac1 {
  height: 72px;
  margin: -36px 0 0 -5.3%;
  position: relative;
  z-index: 2;
  display: block;
}
.ac-right .ac1 {
  margin: -36px -5.3% 0 auto;
}
@media (min-width: 577px) {
  p.txt_lead .pc_only {
    display: none!important;
  }
  .txt02 {
    text-align: center;
  }
  .imgX4 {
    max-width: 1600px!important;
  }
  .imgX4 > * {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .txt02 {
    font-size: clamp(1.6rem, 0.767rem + 1.23vw, 2rem);
    line-height: 2;
  }
  p.txt_lead .pc_only {
    display: block!important;
  }
}
@media (min-width: 1024px) {
  .ac-right {
    max-width: 1270px!important;
  }
  .ac-left {
    max-width: 1400px!important;
  }
  .ac1 {
    height: 180px;
    margin: -90px 0 0 0;
  }
  .ac-right .ac1 {
    margin: -90px -5.3% 0 auto;
  }
}
.ttl01 {
  padding: 60px 0 30px;
  font-size: clamp(2.1rem, 0.225rem + 2.77vw, 3rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.ttl01::before {
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
}
.list01 li {
  margin-top: 100px;
  position: relative;
}
.list01 li:nth-child(1) .ttl01::before {
  background-image: url("../images/works/num_01.svg");}
.list01 li:nth-child(2) .ttl01::before {
  background-image: url("../images/works/num_02.svg");width: 130px;}
.list01 li:nth-child(3) .ttl01::before {
  background-image: url("../images/works/num_03.svg");width: 130px;}

.txt01 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ttl01 .pc_only {
    display: none!important;
  }
  .list01.container {
    max-width: 1200px;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .list01 li {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .list01 .left {
    order: 0;
  }
  .list01 .right {
    order: 1;
  }
  .imgbox {
    width: 40%;
  }
  .txtbox {
    width: 55%;
  }
}
@media (min-width: 1081px) {
  .ttl01::before {
    width: 173px;
    height: 168px;
  }
  .list01 li:nth-child(2) .ttl01::before,
  .list01 li:nth-child(3) .ttl01::before {
    width: 248px;
  }
  .list01 li:not(:first-child) {
    margin-top: 90px;
  }
  .ttl01 {
    padding-top: 130px;
    letter-spacing: .05em;
    line-height: 1.7;
  }
  .txtbox {
    width: 46%;
  }
  .imgbox {
    width: 49%;
    max-width: 580px;
  }
}
@media (min-width: 1240px) {
  .list01.container {
     padding-left:0;
     padding-right: 0;
  }
  .ttl01 .pc_only {
    display: block!important;
  }
}

#sec02 .ttl_bg {
  padding: 50px 10%;
  height: 550px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url("../images/works/img_08_sp.jpg") no-repeat center center / cover;
  background-color: rgba(17, 17, 17, .5);
  background-blend-mode: multiply;
}
#sec02 .ttl_01 .sub {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

#sec03 {
  margin-top: 60px;
  margin-bottom: 100px;
}
.txt03 {
  padding-bottom: 50px;
  max-width: 786px!important;
}
#sec03 .img01 {
  padding-bottom: 150px;
}
@media (min-width: 1081px) {
  #sec03 .container {
    max-width: 1194px;
  }
}

.sub01 {
  font-size: clamp(2.1rem, 0.225rem + 2.77vw, 3rem);
  font-family: "Noto Sans JP", sans-serif;
  padding: 19px 0;
  margin-bottom: 50px;
  width: 100%;
  border: solid 1px;
}
.img02 {
  width: min(80vw, 676px);
  max-width: 100%;
  margin: 0 auto 10px;
}
.img02 figcaption {
  padding: 30px 0;
  margin: 0 auto;
  font-size: clamp(1.6rem, 0.767rem + 1.23vw, 2rem);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.d-flexX2 .img02 {
  background: linear-gradient(to bottom, #fff 50%, #efefef 100%);
  text-align: center;
  margin-bottom: 60px;
}
.d-flexX2 .img02 img {
  width: min(96%, 550px);
  height: auto;
}

.tbl_ttl {
  font-size: clamp(1.6rem, -0.275rem + 2.77vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #sec02 .ttl_bg {
    background: url(../images/works/img_08_pc.jpg) no-repeat center center / cover;
    background-color: rgba(17, 17, 17, .5);
    background-blend-mode: multiply;
  }
  #sec03 .box01 {
    max-width: 786px;
  }
  #sec03 .box02 {
    max-width: 1194px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .d-flexX2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2%;
  }
  .d-flexX2 .img02 {
    width: 49%;
    margin-left: 0;
  }
  .sub01, .tbl_ttl {
    letter-spacing: .05em;
  }
  .sub01 {
    padding: 16px 0;
  }
  .tbl_ttl {
    padding: 16px 0 30px;
  }
  .img02 figcaption {
    padding: 30px 0 40px;
  }
}
@media (min-width: 1024px) {
  #sec03 {
    margin-top: 0;
  }
}
@media (min-width: 1081px) {
  #sec02 .ttl_bg {
    height: 638px;
  }
  .d-flexX2 {
    column-gap: 30px;
  }
  .d-flexX2 .img02 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  #sec03 .box02 {
    padding-left: 0;
    padding-right: 0;
  }
}

.list_01 {
  max-width: 786px;
  margin: 0 auto 100px;
  text-align: center;
}
.list_01 div {
  padding: 10px 0;
}
.list_01 div:nth-child(odd) {
  background-color: var(--sub3);
}
.list_01 .tbltop {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to left, var(--gra1) 0%, var(--gra2) 100%);
}
.list_01 dt,
.list_01 dd {
  padding: 0;
}

.txt04 {
  margin-bottom: 50px;
}

@media (min-width: 678px) {
  .list_01 div {
    padding: 30px 0;
    display: flex;
  }
  .list_01 dt,
  .list_01 dd {
    margin: 0;
    padding: 0;
  }
  .list_01 dt {
    width: 62%;
  }
  .list_01 dd {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .list_01 div {
    padding: 12px 0;
  }
}
@media (min-width: 768px) {
  .list_01 {
    margin-bottom: 150px;
  }
  #sec03 {
    margin-bottom: 150px;
  }
  #sec03 .list_01.mb1 {
    margin-bottom: 50px;
  }
}






























