#container.portfolio {
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #container.portfolio {
    font-size: 16px;
  }
}

section:has(.wfix) {
  padding: 150px 0;
}

.full img {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

.dual {
  display: flex;
}
.dual > div {
  width: 100%;
}

.tit_comm .title {
  font-size: 1.77em;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  section:has(.wfix) {
    padding: 14.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  section:has(.wfix) {
    padding: 80px 0;
  }
  .tit_comm .title {
    font-size: 20px;
  }
}
section.sect_bar .title {
  display: block;
  font-size: 2.22em;
  font-weight: bold;
}
section.sect_bar .deco {
  position: relative;
  margin-top: 44px;
}
section.sect_bar .deco:before, section.sect_bar .deco:after {
  position: absolute;
  width: 220px;
  height: 10px;
  border-radius: 10px;
  transition: 1s;
  content: "";
}
section.sect_bar .deco:before {
  top: 50px;
  left: 364px;
  background: #F0EEED;
}
section.sect_bar .deco:after {
  top: 170px;
  left: -180px;
  background: #0091D0;
  transform: translateX(-100%);
}
section.sect_bar .deco [class^=item] {
  display: flex;
  align-items: center;
  line-height: 1;
}
section.sect_bar .deco .item1 {
  width: 385px;
  height: 32px;
  padding: 0 24px;
  border-radius: 32px;
  background: #F0EEED;
  font-size: 1.11em;
}
section.sect_bar .deco .item2 {
  width: 400px;
  height: 78px;
  margin: 30px 0;
  padding: 0 24px 0 180px;
  border-radius: 78px;
  background: #0091D0;
  color: #fff;
  margin-left: -180px;
  font-size: 2.66em;
}
section.sect_bar .deco .item3 {
  width: 740px;
  height: 96px;
  padding: 0 24px 0 50px;
  border-radius: 96px;
  background: rgba(0, 17, 44, 0.5);
  color: #fff;
  margin-left: -50px;
  font-size: 3.33em;
}
section.sect_bar .deco .conts {
  margin-top: 60px;
  padding-left: 36px;
  line-height: 2;
  font-size: 1.33em;
  font-weight: 400;
}
section.sect_bar .deco .conts span {
  display: block;
}
@media screen and (max-width: 768px) {
  section.sect_bar .title {
    font-size: 5vw;
  }
  section.sect_bar .deco {
    margin-top: 5vw;
  }
  section.sect_bar .deco:before {
    width: 28.6vw;
    height: 5px;
    top: calc(50px - 3vw);
    left: 48vw;
    background: #F0EEED;
  }
  section.sect_bar .deco .item1 {
    width: 50vw;
  }
  section.sect_bar .deco .item2 {
    height: 10.15vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    border-radius: 10.15vw;
    font-size: 6.25vw;
  }
  section.sect_bar .deco .item3 {
    width: 96vw;
    height: 12.5vw;
    margin-left: -6.5vw;
    border-radius: 12.5vw;
    font-size: 7.8vw;
  }
  section.sect_bar .deco .conts {
    margin-top: 7.8vw;
    padding-left: 4.68vw;
    font-size: 18px;
  }
}

#visual {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p1/p1_visual.jpg) no-repeat center/cover;
}

.section1 .tit_comm {
  max-width: 1024px;
}
.section1 .desc {
  margin-top: 60px;
  color: #939598;
  font-size: 1.11em;
  line-height: 1.6;
}
.section1 .img {
  position: relative;
  height: 500px;
  margin-top: 48px;
  border-radius: 500px;
  overflow: hidden;
}
.section1 .img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: 5s linear;
}
.section1 .img.aos-animate img {
  transform: translate(calc(-100% + 1400px), -50%);
}
@media screen and (max-width: 1400px) {
  .section1 .img {
    height: 40vw;
    border-radius: 40vw;
  }
  .section1 .img.aos-animate img {
    transform: translate(calc(-100% + 95vw), -50%);
  }
}
@media screen and (max-width: 768px) {
  .section1 .desc {
    margin-top: 7.8vw;
    font-size: 14px;
  }
  .section1 .img {
    margin-top: 6.25vw;
  }
}

.section2 {
  background: #F0EEED;
}
.section2 .contents {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 3.33em auto 0;
  text-align: center;
}
.section2 [class^=item] {
  display: inline-block;
  width: calc(50% + 50px);
}
.section2 .item2 {
  margin-left: -100px;
}
.section2 .obj {
  position: relative;
  width: 100%;
  height: 23.3em;
  border-radius: 23.3em;
  overflow: hidden;
}
.section2 .obj .wrap_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  perspective: 800px;
}
.section2 .obj .wrap_txt strong {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.section2 .obj .bar {
  display: block;
  width: 100%;
  height: 4px;
  transition: ease 0.8s 0.6s;
}
.section2 .obj.aos-animate .bar {
  margin-bottom: 4px;
}
.section2 .item1 .bar {
  background-color: #B7E8FF;
}
.section2 .item2 .bar {
  background-color: #B2B2B2;
  opacity: 0.5;
}
.section2 .conts {
  margin-top: 24px;
}
.section2 .conts .tit {
  display: block;
  font-size: 1.33em;
  font-weight: bold;
}
.section2 .conts .desc {
  margin-top: 20px;
  opacity: 0.6;
  font-size: 1em;
}
@media screen and (max-width: 1024px) {
  .section2 [class^=item] {
    width: calc(50% + 4.8vw);
  }
  .section2 .item2 {
    margin-left: -9.6vw;
  }
  .section2 .obj {
    height: 28vw;
    min-height: 40vw;
  }
  .section2 .obj .wrap_txt strong {
    font-size: 4vw;
  }
  .section2 .conts {
    padding: 0 5vw;
  }
  .section2 .conts .desc br {
    display: none;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  .section2 .conts .tit {
    font-size: 18px;
  }
  .section2 .conts .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .section2 .contents {
    flex-direction: column;
    margin-top: 32px;
  }
  .section2 [class^=item] {
    display: flex;
    gap: 24px;
    align-items: center;
    width: auto;
  }
  .section2 .item2 {
    margin: -40px 0 0;
  }
  .section2 .obj {
    width: 40vw;
    height: 60vw;
    flex-shrink: 0;
  }
  .section2 .conts {
    padding: 0;
    text-align: left;
  }
  .section2 .conts .desc {
    margin-top: 12px;
  }
}

.section3 .wrapper {
  position: relative;
}
.section3 .wrapper:before, .section3 .wrapper:after {
  position: absolute;
  top: 90px;
  width: 0;
  height: 36px;
  border-bottom: 1px solid #0091D0;
  transition-duration: 0.5s;
  content: "";
}
.section3 .wrapper:before {
  left: 0;
  transition-delay: 0.5s;
}
.section3 .wrapper:after {
  left: 50%;
  margin-left: 700px;
  transition-delay: 3s;
}
.section3 .wfix {
  position: relative;
}
.section3 .wfix .line {
  position: absolute;
  top: 90px;
  left: 0;
  width: 0;
  overflow: hidden;
  height: 36px;
  transition: linear 2s 1s;
}
.section3 .wfix .line:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/portfolio/p1/p1_sect03_img05.png) no-repeat 0 0/auto 100%;
  content: "";
}
.section3 .contents {
  margin: 60px -16px 0;
}
.section3 .contents .swiper {
  overflow: unset;
}
.section3 .contents .inner {
  padding: 0 16px;
}
.section3 .contents .swiper-slide {
  display: flex;
  height: auto;
}
.section3 .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section3 .contents .tit {
  display: block;
  padding: 0 32px;
  font-size: 2.22em;
  font-weight: bold;
  line-height: 1.3;
}
.section3 .contents .desc {
  margin-top: 2em;
  font-size: 1em;
  color: #58595B;
  line-height: 1.8;
}
.section3 .contents .img {
  margin-top: 32px;
  border-radius: 330px;
  overflow: hidden;
}
.section3 .contents .swiper-slide:nth-child(even) .inner .img img {
  transition: 2s 1s;
  transform: scale(1.5);
}
.section3.aos-animate .wrapper:before, .section3.aos-animate .wrapper:after {
  width: calc(50% - 700px);
}
.section3.aos-animate .wfix .line {
  width: 100%;
}
.section3.aos-animate .swiper-slide:nth-child(even) .inner .img img {
  transform: scale(1);
}
@media screen and (max-width: 1480px) {
  .section3 .wrapper:before, .section3 .wrapper:after {
    display: none;
  }
  .section3 .wfix {
    max-width: none;
    padding: 0;
  }
  .section3 .wfix .line {
    display: none;
  }
  .section3 .tit_comm {
    padding: 0 40px;
  }
  .section3 .contents {
    margin-left: 0;
    margin-right: 0;
  }
  .section3 .contents .swiper-slide:nth-child(even) .inner {
    transform: translateY(0%);
  }
  .section3 .contents .inner {
    position: relative;
  }
  .section3 .contents .inner:before, .section3 .contents .inner:after {
    position: absolute;
    top: 32px;
    width: 0;
    height: 1px;
    background: #0091D0;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    content: "";
  }
  .section3 .contents .inner:before {
    left: -1px;
  }
  .section3 .contents .inner:after {
    left: calc(100% - 40px);
  }
  .section3 .contents .conts {
    position: relative;
  }
  .section3 .contents .conts:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    border-radius: 24px 24px 0 0;
    border: 1px solid #0091D0;
    border-bottom: none;
    content: "";
  }
  .section3 .contents .conts:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 32px;
    background: #fff;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    content: "";
  }
  .section3 .contents .tit {
    position: relative;
    padding-top: 12px;
    font-size: 20px;
    z-index: 1;
  }
  .section3 .contents .inner {
    padding: 0 40px;
  }
  .section3 .contents .item1 .conts:after {
    transition-delay: 0.3s;
  }
  .section3 .contents .item1 .inner:after {
    transition-delay: 0.6s;
  }
  .section3 .contents .item2 .inner:before {
    transition-delay: 0.85s;
  }
  .section3 .contents .item2 .conts:after {
    transition-delay: 1.15s;
  }
  .section3 .contents .item2 .inner:after {
    transition-delay: 1.45s;
  }
  .section3 .contents .item3 .inner:before {
    transition-delay: 1.7s;
  }
  .section3 .contents .item3 .conts:after {
    transition-delay: 2s;
  }
  .section3 .contents .item3 .inner:after {
    transition-delay: 2.3s;
  }
  .section3 .contents .item4 .inner:before {
    transition-delay: 2.6s;
  }
  .section3 .contents .item4 .conts:after {
    transition-delay: 2.9s;
  }
  .section3 .contents .item4 .inner:after {
    transition-delay: 3.2s;
  }
  .section3.aos-animate .contents .inner:before {
    width: 41px;
  }
  .section3.aos-animate .contents .inner:after {
    width: 40px;
  }
  .section3.aos-animate .contents .conts:after {
    width: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section3 .tit_comm {
    padding: 0 20px;
  }
  .section3 .contents {
    margin-top: 5.8vw;
  }
  .section3 .contents .inner {
    padding: 0 20px;
  }
  .section3 .contents .inner:after {
    left: calc(100% - 20px);
  }
  .section3 .contents .img {
    margin-top: 3vw;
  }
  .section3 .contents .img img {
    width: 100%;
  }
  .section3 .swiper-slide {
    width: 400px;
    max-width: 85vw;
  }
  .section3.aos-animate .contents .inner:before {
    width: 21px;
  }
  .section3.aos-animate .contents .inner:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section3 .contents .inner {
    padding: 0 15px;
  }
  .section3 .contents .inner:after {
    left: calc(100% - 16px);
  }
  .section3 .contents .desc {
    font-size: 15px;
    word-break: normal;
  }
  .section3 .swiper-slide {
    max-width: calc(45vw + 30px);
  }
  .section3.aos-animate .contents .inner:before {
    width: 17px;
  }
  .section3.aos-animate .contents .inner:after {
    width: 15px;
  }
}

.section4 {
  background: #F0EEED;
}
.section4 .contents {
  max-width: 800px;
  margin: 60px auto 0;
}
.section4 .tit {
  display: block;
  font-size: 3.33em;
  font-weight: 900;
  line-height: 1.5;
}
.section4 .tit span {
  display: block;
}
.section4 .tit span + span {
  padding-left: 1em;
}
.section4 .desc {
  margin-top: 0.8em;
  font-size: 1.33em;
  color: #939598;
}
.section4 .wrap_obj {
  display: flex;
  gap: 80px;
  margin-top: 100px;
  justify-content: center;
}
.section4 .wrap_obj [class^=obj] {
  position: relative;
  width: 300px;
  height: 300px;
}
.section4 .wrap_obj [class^=obj]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: #fff;
  box-shadow: 24px 0 32px rgba(0, 0, 0, 0.25);
  transform-origin: top left;
  transition: 1s 1s;
  content: "";
}
.section4 .wrap_obj .obj1 {
  background: #757F8F;
}
.section4 .wrap_obj .obj2 {
  background: #BCBEC0;
}
.section4.aos-animate [class^=obj]:after {
  transform: skewY(60deg);
  width: 64px;
}
.section4 .deco {
  margin-top: 100px;
  text-align: center;
}
.section4 .deco div {
  display: block;
  font-size: 1.77em;
  font-weight: bold;
}
.section4 .deco div + div {
  position: relative;
  margin-top: 0.7em;
  padding-top: 160px;
}
.section4 .deco div + div:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #BCBEC0;
  transition: 1s 0.5s;
  content: "";
}
.section4 .deco div + div span {
  opacity: 0;
  transition: 0.5s 1.3s;
}
.section4 .deco div + div.aos-animate:before {
  height: 140px;
}
.section4 .deco div + div.aos-animate span {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section4 .contents {
    max-width: 67vw;
    margin-top: 5.8vw;
  }
  .section4 .tit {
    font-size: 5vw;
  }
  .section4 .desc {
    font-size: 2vw;
  }
  .section4 .wrap_obj {
    gap: 7.8vw;
    margin-top: 9.75vw;
  }
  .section4 .wrap_obj [class^=obj] {
    width: 29.29vw;
    height: 29.29vw;
  }
  .section4 .wrap_obj [class^=obj]:after {
    width: 29.29vw;
    height: 29.29vw;
  }
  .section4.aos-animate [class^=obj]:after {
    width: 6.25vw;
  }
  .section4 .deco {
    margin-top: 9.75vw;
  }
  .section4 .deco div {
    font-size: 2.73vw;
  }
  .section4 .deco div + div {
    padding-top: 15.6vw;
  }
  .section4 .deco div + div.aos-animate:before {
    height: 13.67vw;
  }
}
@media screen and (max-width: 768px) {
  .section4 .tit {
    font-size: 32px;
  }
  .section4 .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .section4 .contents {
    max-width: none;
    margin-top: 80px;
    padding: 0 20px;
  }
  .section4 .tit {
    font-size: 28px;
  }
  .section4 .wrap_obj {
    gap: 35px;
  }
  .section4 .wrap_obj [class^=obj] {
    width: 130px;
    height: 130px;
  }
  .section4 .wrap_obj [class^=obj]:after {
    width: 130px;
    height: 130px;
  }
  .section4.aos-animate [class^=obj]:after {
    width: 21.33%;
  }
  .section4 .deco {
    margin-top: 60px;
  }
  .section4 .deco div {
    font-size: 18px;
  }
}

.section5 {
  background: #000;
  color: #fff;
}
.section5 [class^=item] {
  position: relative;
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.section5 .img {
  flex-grow: 1;
  border-radius: 500px;
  overflow: hidden;
}
.section5 .img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section5 .conts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 25%;
  min-width: 240px;
}
.section5 .conts:before, .section5 .conts:after {
  position: absolute;
  width: 0;
  transition: 0.5s;
  background: #F0EEED;
  content: "";
}
.section5 .conts:before {
  height: 2px;
  border-radius: 2px;
}
.section5 .conts:after {
  height: 10px;
  border-radius: 10px;
}
.section5 .sup {
  display: block;
  font-size: 1.11em;
}
.section5 .tit {
  display: block;
  margin-top: 0.8em;
  font-size: 2.22em;
  font-weight: bold;
  line-height: 1.3;
}
.section5 .desc {
  margin-top: 1.7em;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.8;
}
.section5 .item1 .conts:before {
  top: 50px;
  right: 0;
  background: #0091D0;
}
.section5 .item1 .conts:after {
  top: 70px;
  right: 140px;
}
.section5 .item1 .conts.aos-animate:before {
  width: 160px;
}
.section5 .item1 .conts.aos-animate:after {
  width: 220px;
}
.section5 .item2 {
  margin-top: 60px;
}
.section5 .item2 .conts:before {
  bottom: 32px;
  left: 92px;
}
.section5 .item2 .conts:after {
  bottom: 0;
  left: 0;
}
.section5 .item2 .conts.aos-animate:before {
  width: 160px;
}
.section5 .item2 .conts.aos-animate:after {
  width: 120px;
}
@media screen and (max-width: 1480px) {
  .section5 [class^=item] {
    gap: 5.4vw;
  }
  .section5 .img {
    border-radius: 33.78vw;
  }
  .section5 .img img {
    height: 33.78vw;
  }
  .section5 .item1 .conts:before {
    top: auto;
    bottom: calc(100% + 20px);
  }
  .section5 .item1 .conts:after {
    top: auto;
    bottom: 100%;
  }
  .section5 .item2 .conts:before {
    top: 100%;
    bottom: auto;
  }
  .section5 .item2 .conts:after {
    top: calc(100% + 20px);
    bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .section5 .conts:after {
    height: 6px;
    border-radius: 6px;
  }
  .section5 .item1 .conts.aos-animate:before, .section5 .item2 .conts.aos-animate:before {
    width: 15.6vw;
  }
  .section5 .item1 .conts.aos-animate:after, .section5 .item2 .conts.aos-animate:after {
    width: 21.4vw;
  }
  .section5 .item1 .conts:before {
    bottom: auto;
    top: calc(33.78vw + 10px);
  }
  .section5 .item1 .conts:after {
    bottom: auto;
    top: calc(33.78vw + 20px);
    right: 13.6vw;
  }
  .section5 .item2 .conts:before {
    left: 8.98vw;
    top: calc(100% + 20px);
    transition-delay: 0.3s;
  }
  .section5 .item2 .conts:after {
    top: calc(100% + 30px);
    transition-delay: 0.5s;
  }
  .section5 .tit {
    font-size: 32px;
  }
  .section5 .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section5 [class^=item] {
    flex-direction: column;
    gap: 12px;
  }
  .section5 .conts {
    display: block;
    width: auto;
  }
  .section5 .sup {
    font-size: 13px;
  }
  .section5 .tit {
    margin-top: 12px;
    font-size: 26px;
  }
  .section5 .item1 .img {
    margin-right: -20px;
    border-radius: 33.78vw 0 0 33.78vw;
  }
  .section5 .item2 {
    flex-direction: column-reverse;
    text-align: right;
  }
  .section5 .item2 .img {
    margin-left: -20px;
    border-radius: 0 33.78vw 33.78vw 0;
  }
}

.section10 {
  display: flex;
}
.section10 .img {
  flex-grow: 1;
}
.section10 .img img {
  width: 100%;
  height: 100%;
}
.section10 .conts {
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: calc(50% - 700px);
  background: #757F8F;
  color: #C4C4CD;
  font-weight: 800;
  line-height: 1.3;
  font-size: 2.66em;
  flex-shrink: 0;
}
.section10 .conts b {
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 1560px) {
  .section10 .conts {
    padding: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section10 .conts {
    font-size: 4vw;
    padding: 10vw 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  .section10 {
    display: block;
  }
  .section10 .conts {
    height: auto;
    min-height: 30vw;
    font-size: 24px;
  }
  .section10 .conts br {
    display: none;
    font-size: 0;
  }
}

.section12 {
  display: flex;
}
.section12 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section17 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 150px 0 75px;
}
.section17 .logo-wrapper {
  width: 100vw;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section17 svg#logo {
  width: 100vw;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section17 {
    min-height: 0;
  }
}

.section18 .inner {
  display: flex;
  align-items: center;
}
.section18 .deco {
  width: 40%;
  margin-right: 92px;
}
.section18 .deco .item3 {
  width: 100% !important;
  max-width: 740px;
}
.section18 .desc {
  padding-right: 20px;
  flex-shrink: 0;
  width: 60%;
  font-size: 1em;
  color: #939598;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .section18 .deco {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section18 .inner {
    display: block;
  }
  .section18 .deco {
    width: auto;
    margin-right: 0;
  }
  .section18 .desc {
    padding: 0;
    width: auto;
    margin-top: 32px;
  }
}

.section19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42.5vw;
  min-height: 580px;
  text-align: center;
}
.section19:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120vw;
  height: 100%;
  background: url(../../img/portfolio/p1/p1_sect19_img01.jpg) no-repeat 0 center/cover;
  transition: linear 5s;
  content: "";
}
.section19.aos-animate:before {
  left: -20vw;
}
.section19 .wfix {
  position: relative;
}
.section19 .title {
  font-size: 2.88em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
}
.section19 .title span {
  color: #fff;
}
.section19 .tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}
.section19 .tags .tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 0 1em;
  font-size: 1.11em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section19 {
    height: auto;
    min-height: 0;
    padding: 10vw 0 !important;
  }
  .section19 .title {
    font-size: 4.5vw;
  }
  .section19 .tags {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5.8vw;
  }
  .section19 .tags .tag {
    height: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section19 .title {
    font-size: 22px;
    line-height: 1.5;
  }
  .section19 .tags .tag {
    font-size: 15px;
  }
}

.section20 {
  padding: 140px 0;
}
.section20 .wfix {
  display: flex;
}
.section20 .img {
  width: 100%;
  text-align: center;
}
.section20 img {
  width: 320px;
  max-width: 80%;
}

.section22 {
  background: #757F8F;
  color: #fff;
}
.section22 .wfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.section22 .wrap_deco {
  flex-grow: 1;
  opacity: 0;
  transition: 0.3s;
}
.section22 .wrap_deco svg {
  width: 100%;
  max-width: 730px;
}
.section22 .conts {
  flex-shrink: 0;
}
.section22 .sup {
  position: relative;
  display: block;
  font-size: 1.77em;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 4px;
}
.section22 .sup:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transition: 0.5s;
  content: "";
}
.section22 .tit {
  display: block;
  margin-top: 0.5em;
  font-size: 2.22em;
  font-weight: bold;
  line-height: 1.6;
}
.section22 .desc {
  margin-top: 2.2em;
  font-size: 1em;
  line-height: 1.6;
}
.section22.aos-animate .wrap_deco {
  opacity: 1;
}
.section22.aos-animate .sup:after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section22 .sup {
    font-size: 3.1vw;
  }
  .section22 .tit {
    font-size: 3.9vw;
  }
  .section22 .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 786px) {
  .section22 .wfix {
    display: block;
  }
  .section22 .wrap_deco svg {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .section22 .conts {
    margin-top: 60px;
  }
  .section22 .conts .sup {
    font-size: 20px;
  }
  .section22 .conts .tit {
    font-size: 28px;
  }
  .section22 .conts .desc {
    font-size: 15px;
  }
  .section22 .conts .desc br {
    display: none;
    font-size: 0;
  }
}

.section23 .img {
  position: relative;
  height: 34vw;
  overflow: hidden;
}
.section23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s 0.2s;
}
.section23 .swiper-slide-active img {
  transform: translateY(calc(-100% + 34vw));
}
@media screen and (max-width: 1024px) {
  .section23 .img {
    height: 50vw;
  }
  .section23 .img img {
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section23 .swiper-slide-active img {
    transform: translateY(-10vw);
  }
}

.section24 .contents {
  margin-top: 60px;
}
.section24 .tit {
  display: block;
  font-size: 1.11em;
  font-weight: bold;
  line-height: 1.3;
}
.section24 .conts span {
  display: block;
  font-size: 1.11em;
  line-height: 1.3;
}
.section24 .conts span + span {
  margin-top: 4px;
}
.section24 [class^=primary] {
  padding: 40px 13.5%;
  border-radius: 260px;
  color: #fff;
}
.section24 [class^=primary] + [class^=primary] {
  margin-top: 40px;
}
.section24 [class^=primary] .conts {
  position: relative;
  margin-top: 8px;
  padding: 32px 0 0 34px;
}
.section24 [class^=primary] .conts:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 0;
  background: url(../../img/portfolio/p1/p1_sect24_img01.svg) no-repeat 0 0/auto 110px;
  transition: 1s;
  content: "";
}
.section24 [class^=primary] .conts.aos-animate:before {
  height: 110px;
}
.section24 .primary1 {
  background: #0066B3;
}
.section24 .primary2 {
  background: #0091D0;
}
.section24 .wrap_secondary {
  display: flex;
  margin-top: 40px;
  padding-bottom: 106px;
}
.section24 [class^=secondary] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(25% + 78px);
  border-radius: 92px;
  color: #fff;
}
.section24 [class^=secondary] + [class^=secondary] {
  margin-left: -92px;
}
.section24 [class^=secondary] .inner {
  position: relative;
  padding-left: 20px;
}
.section24 [class^=secondary] .tit {
  display: flex;
  height: 92px;
  align-items: center;
}
.section24 [class^=secondary] .conts {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  color: #000;
  white-space: nowrap;
}
.section24 .secondary1 {
  width: calc(25% + 40px);
  background: #FFDD00;
  color: #000;
  z-index: 3;
}
.section24 .secondary1 .inner {
  padding-left: 0;
}
.section24 .secondary2 {
  background: #939598;
  z-index: 2;
}
.section24 .secondary3 {
  background: #58595B;
  z-index: 1;
}
.section24 .secondary4 {
  background: #000;
}
@media screen and (max-width: 1024px) {
  .section24 .contents {
    margin-top: 5.8vw;
  }
  .section24 .conts span {
    font-size: 14px;
  }
  .section24 [class^=primary] {
    padding: 4vw 6vw;
    border-radius: 5vw;
  }
  .section24 [class^=primary] + [class^=primary] {
    margin-top: 20px;
  }
  .section24 [class^=primary] .conts {
    padding-left: 24px;
  }
  .section24 [class^=primary] .conts:before {
    height: 88px;
    background-size: auto 88px;
  }
  .section24 .wrap_secondary {
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .section24 [class^=secondary] {
    margin-bottom: 96px;
    border-radius: 5vw;
  }
  .section24 [class^=secondary] + [class^=secondary] {
    margin-left: -52px;
  }
  .section24 [class^=secondary]:nth-child(odd) {
    width: calc(50% + 13px) !important;
  }
  .section24 [class^=secondary]:nth-child(odd) .inner {
    padding-left: 20px;
  }
  .section24 [class^=secondary]:nth-child(even) {
    width: calc(50% + 39px) !important;
  }
  .section24 [class^=secondary]:nth-child(even) .inner {
    padding-left: 72px;
  }
  .section24 [class^=secondary]:nth-child(3) {
    margin-left: 0;
  }
  .section24 [class^=secondary] .inner {
    width: 100%;
  }
  .section24 [class^=secondary] .tit {
    height: 72px;
  }
  .section24 [class^=secondary] .conts {
    margin-left: -10px;
    padding-top: 12px;
  }
  .section24 [class^=secondary] .conts span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .section24 .tit {
    font-size: 15px;
  }
  .section24 [class^=primary] .conts {
    padding-top: 22px;
  }
  .section24 [class^=primary] .conts:before {
    height: 75px;
    background-size: auto 75px;
  }
}

.section25 {
  padding-bottom: 0 !important;
}
.section25 .contents {
  margin-top: 40px;
  padding: 120px 0;
  background: #000;
}
.section25 .list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .section25 .contents {
    padding: 80px 0;
  }
  .section25 .list {
    flex-wrap: wrap;
    gap: 40px 0;
    align-items: center;
    justify-content: center;
  }
  .section25 .item {
    width: 33%;
    text-align: center;
    padding: 0 20px;
  }
  .section25 .img.pc {
    display: none;
  }
  .section25 .img.mo {
    display: block;
  }
}