@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#ws {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#ws .hero {
  width: 100%;
  margin-bottom: 3px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#ws .hero.on {
  opacity: 1;
}
section#ws .hero.on .inner .title {
  opacity: 1;
}
section#ws .hero.on .inner .deco {
  opacity: 1;
}
section#ws .hero .inner {
  width: 100%;
  position: relative;
}
section#ws .hero .inner .bg {
  width: 100%;
}
section#ws .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
section#ws .hero .inner .title > div {
  padding: 120px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
section#ws .hero .inner .title > div h3 {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 11.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#ws .hero .inner .title > div h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
}
section#ws .hero .inner .title > div p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
}
section#ws .hero .inner .deco {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#ws .hero .inner .deco.d1 {
  width: 134px;
  top: calc(50% - 180px);
  left: calc(50% - 252px);
  z-index: 2;
  transition-delay: 1s;
}
section#ws .hero .inner .deco.d2 {
  width: 110px;
  top: calc(50% - 180px);
  left: calc(50% + 105px);
  z-index: 2;
  transition-delay: 1.1s;
}
section#ws .hero .inner .deco.d3 {
  width: 94px;
  top: calc(50% - 145px);
  left: calc(50% - 472px);
  transition-delay: 1s;
}
section#ws .hero .inner .deco.d4 {
  width: 82px;
  top: calc(50% - 145px);
  left: calc(50% - 112px);
  transition-delay: 1.1s;
}
section#ws .hero .inner .deco.d5 {
  width: 55px;
  top: calc(50% - 145px);
  left: calc(50% + 256px);
  z-index: 2;
  transition-delay: 1.1s;
}
section#ws .hero .inner .deco.d6 {
  width: 79px;
  top: calc(50% - 145px);
  left: calc(50% + 422px);
  transition-delay: 1s;
}
section#ws .gallery {
  width: 100%;
  margin-bottom: 160px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  clip-path: inset(0 0 0 0);
}
section#ws .gallery .vbtn {
  width: 160px;
  height: 160px;
  background-color: #27a7a6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  border-radius: 80px;
  position: fixed;
  top: -80px;
  left: -80px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.35s ease-out;
}
section#ws .gallery .vbtn::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/workstyle/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#ws .gallery .vbtn span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .gallery .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3px;
}
section#ws .gallery .inner .og {
  cursor: pointer;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#ws .gallery .inner .og.on {
  clip-path: inset(0 0 0 0);
}
section#ws .gallery .inner .og:hover img {
  opacity: 0.9;
  transform: scale(1.025);
}
section#ws .gallery .inner .og img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
section#ws .gallery .inner .pl {
  width: calc((100% - 3px) / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section#ws .gallery .inner .pl:hover .btn {
  background-color: #5ad0c0;
}
section#ws .gallery .inner .pl .thumb {
  position: absolute;
  top: 40px;
  left: 8px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
}
section#ws .gallery .inner .pl .thumb dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#ws .gallery .inner .pl .thumb dl dt {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#ws .gallery .inner .pl .thumb dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .gallery .inner .pl .thumb > div {
  width: 116px;
}
section#ws .gallery .inner .pw {
  width: calc((100% - 9px) / 4 * 2 + 3px);
}
section#ws .gallery .inner .ps {
  width: calc((100% - 9px) / 4);
}
section#ws .gallery .inner .combo {
  width: calc((100% - 3px) / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3px;
}
section#ws .gallery .inner .combo > div {
  width: calc((100% - 3px) / 2);
}
section#ws .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  pointer-events: none;
}
section#ws .overlay.on {
  opacity: 1;
  pointer-events: auto;
}
section#ws .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #27a7a6;
  opacity: 0.9;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#ws .overlay .inoverlay {
  width: 800px;
  position: relative;
  background-color: #FFF;
  padding: 40px;
  border-radius: 16px;
  position: relative;
}
section#ws .overlay .inoverlay .close {
  width: 56px;
  height: 56px;
  background-image: url(../images/btn_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -28px;
  right: -28px;
  z-index: 999;
  transition: all 0.25s ease-in 0s;
}
section#ws .overlay .inoverlay .close:hover {
  opacity: 0.8;
}
section#ws .overlay .inoverlay .gp {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  pointer-events: none;
}
section#ws .overlay .inoverlay .gp.on {
  display: block;
}
section#ws .overlay .inoverlay .gp::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: 3;
}
section#ws .overlay .inoverlay .gp .ph {
  width: 100%;
  margin-bottom: 32px;
}
section#ws .overlay .inoverlay .gp dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#ws .overlay .inoverlay .gp dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .overlay .inoverlay .gp dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .overlay .inoverlay .gp.gp1::before {
  background-image: url(../images/workstyle/comment1.png);
  width: 168px;
  height: 467px;
  top: 25px;
  left: -100px;
}
section#ws .overlay .inoverlay .gp.gp2::before {
  background-image: url(../images/workstyle/comment2.png);
  width: 182px;
  height: 446px;
  top: 200px;
  right: -90px;
}
section#ws .overlay .inoverlay .gp.gp3::before {
  background-image: url(../images/workstyle/comment3.png);
  width: 261px;
  height: 466px;
  top: 200px;
  right: -120px;
}
section#ws .overlay .inoverlay .gp.gp4::before {
  background-image: url(../images/workstyle/comment4.png);
  width: 194px;
  height: 464px;
  top: 24px;
  left: -88px;
}
section#ws .overlay .inoverlay .gp.gp5::before {
  background-image: url(../images/workstyle/comment5.png);
  width: 168px;
  height: 474px;
  top: -35px;
  left: -97px;
}
section#ws .overlay .inoverlay .gp.gp6::before {
  background-image: url(../images/workstyle/comment6.png);
  width: 229px;
  height: 439px;
  top: 52px;
  left: -127px;
}
section#ws .overlay .inoverlay .gp.gp7::before {
  background-image: url(../images/workstyle/comment7.png);
  width: 212px;
  height: 450px;
  top: 220px;
  right: -125px;
}
section#ws .overlay .inoverlay .gp.gp8::before {
  background-image: url(../images/workstyle/comment8.png);
  width: 210px;
  height: 418px;
  top: 70px;
  left: -60px;
}
section#ws .style1 {
  width: 1000px;
  margin: 0 auto 120px auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#ws .style1.on {
  opacity: 1;
}
section#ws .style1 .inner {
  width: 100%;
}
section#ws .style1 .inner .title {
  text-align: left;
  width: 100%;
  margin-bottom: 56px;
  position: relative;
}
section#ws .style1 .inner .title h3 {
  width: 900px;
  height: 62px;
  background-image: url(../images/workstyle/baloon1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#ws .style1 .inner .title h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .style1 .inner .title > div {
  width: 88px;
  position: absolute;
  top: -56px;
  right: 0px;
  z-index: 1;
}
section#ws .style1 .inner .ph {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
section#ws .style1 .inner .ph h4 {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
section#ws .style1 .inner .ph h4 > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-image: url(../images/workstyle/bg_style2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px 8px;
}
section#ws .style1 .inner .text {
  text-align: left;
  width: 100%;
}
section#ws .style1 .inner .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .style2 {
  width: 100%;
  padding: 152px 0;
  margin: 0 auto;
  background-image: url(../images/workstyle/bg_style2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#ws .style2.on {
  opacity: 1;
}
section#ws .style2 .inner {
  width: 1000px;
  margin: 0 auto;
}
section#ws .style2 .inner .title {
  text-align: left;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
section#ws .style2 .inner .title h3 {
  width: 900px;
  height: 62px;
  background-image: url(../images/workstyle/baloon2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  order: 2;
}
section#ws .style2 .inner .title h3 span {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .style2 .inner .title > div {
  width: 82px;
  order: 1;
}
section#ws .style2 .inner .set {
  width: 100%;
}
section#ws .style2 .inner .set:not(:last-child) {
  margin-bottom: 80px;
}
section#ws .style2 .inner .set h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#ws .style2 .inner .set .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
section#ws .style2 .inner .set .inset .service {
  width: calc((100% - 40px) / 2);
  border: solid 1px #FFF;
  box-sizing: border-box;
}
section#ws .style2 .inner .set .inset .service .icon {
  width: 100%;
  padding: 32px 0;
  border-bottom: solid 1px #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
section#ws .style2 .inner .set .inset .service .icon > div {
  width: 120px;
  margin-bottom: 24px;
}
section#ws .style2 .inner .set .inset .service .icon > div.w {
  width: 160px;
}
section#ws .style2 .inner .set .inset .service .icon > div.s {
  width: 86px;
}
section#ws .style2 .inner .set .inset .service .icon p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .style2 .inner .set .inset .service .text {
  width: 100%;
  padding: 32px;
}
section#ws .style2 .inner .set .inset .service .text dl {
  text-align: left;
}
section#ws .style2 .inner .set .inset .service .text dl:not(:last-child) {
  margin-bottom: 16px;
}
section#ws .style2 .inner .set .inset .service .text dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#ws .style2 .inner .set .inset .service .text dl dt:not(:last-child) {
  margin-bottom: 8px;
}
section#ws .style2 .inner .set .inset .service .text dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#ws {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#ws .hero {
    width: 100%;
    margin-bottom: 3px;
  }
  section#ws .hero .inner {
    width: 100%;
    position: relative;
  }
  section#ws .hero .inner .bg {
    width: 100%;
  }
  section#ws .hero .inner .title {
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  section#ws .hero .inner .title > div {
    padding: 120px 16px 0 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#ws .hero .inner .title > div h3 {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 32px;
  }
  section#ws .hero .inner .title > div h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#ws .hero .inner .title > div p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#ws .hero .inner .title > div p br {
    display: none;
  }
  section#ws .hero .inner .deco {
    position: absolute;
    z-index: 0;
  }
  section#ws .hero .inner .deco.d1 {
    width: 60px;
    top: calc(50% - 120px);
    left: calc(50% - 100px);
    z-index: 2;
  }
  section#ws .hero .inner .deco.d2 {
    width: 50px;
    top: calc(50% - 120px);
    left: calc(50% + 40px);
    z-index: 2;
  }
  section#ws .hero .inner .deco.d3 {
    width: 45px;
    top: calc(50% - 80px);
    left: 8px;
  }
  section#ws .hero .inner .deco.d4 {
    width: 41px;
    top: calc(50% - 96px);
    left: calc(50% - 20px);
  }
  section#ws .hero .inner .deco.d5 {
    width: 28px;
    top: calc(50% - 96px);
    left: calc(50% + 96px);
    z-index: 2;
  }
  section#ws .hero .inner .deco.d6 {
    width: 35px;
    top: calc(50% - 96px);
    right: 16px;
    left: auto;
  }
  section#ws .gallery {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    clip-path: inset(0 0 0 0);
  }
  section#ws .gallery .vbtn {
    width: 80px;
    height: 80px;
    gap: 0 4px;
    border-radius: 40px;
    top: -40px;
    left: -40px;
    display: none;
  }
  section#ws .gallery .vbtn::after {
    width: 10px;
    height: 10px;
  }
  section#ws .gallery .vbtn span {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .gallery .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
  }
  section#ws .gallery .inner .og {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  section#ws .gallery .inner .og::after {
    content: "VIEW MORE";
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 40px;
    height: 40px;
    background-color: #27a7a6;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
  }
  section#ws .gallery .inner .og:hover img {
    opacity: 0.9;
    transform: scale(1.025);
  }
  section#ws .gallery .inner .og img {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  section#ws .gallery .inner .pl {
    width: 100%;
    position: relative;
  }
  section#ws .gallery .inner .pl .thumb {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
  }
  section#ws .gallery .inner .pl .thumb > div {
    width: 104px;
    position: absolute;
    top: auto;
    bottom: 16px;
    left: 16px;
    z-index: 2;
  }
  section#ws .gallery .inner .pl .thumb dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: auto;
    top: 16px;
    right: 16px;
    z-index: 1;
  }
  section#ws .gallery .inner .pl .thumb dl dt {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#ws .gallery .inner .pl .thumb dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .gallery .inner .pw {
    width: 100%;
  }
  section#ws .gallery .inner .ps {
    width: calc(50% - 1px);
  }
  section#ws .gallery .inner .combo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
  }
  section#ws .gallery .inner .combo > div {
    width: calc((100% - 2px) / 2);
  }
  section#ws .overlay {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    pointer-events: none;
  }
  section#ws .overlay.on {
    opacity: 1;
    pointer-events: auto;
  }
  section#ws .overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #27a7a6;
    opacity: 0.9;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  section#ws .overlay .inoverlay {
    width: calc(100% - 32px);
    padding: 16px;
    border-radius: 16px;
    position: relative;
  }
  section#ws .overlay .inoverlay .close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
  section#ws .overlay .inoverlay .close:hover {
    opacity: 1;
  }
  section#ws .overlay .inoverlay .gp {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }
  section#ws .overlay .inoverlay .gp.on {
    display: block;
  }
  section#ws .overlay .inoverlay .gp::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 3;
  }
  section#ws .overlay .inoverlay .gp .ph {
    width: 100%;
    margin-bottom: 24px;
  }
  section#ws .overlay .inoverlay .gp dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#ws .overlay .inoverlay .gp dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .overlay .inoverlay .gp dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#ws .overlay .inoverlay .gp.gp1::before {
    background-image: url(../images/workstyle/comment1.png);
    width: 140px;
    height: 388px;
    top: 50%;
    left: -8px;
  }
  section#ws .overlay .inoverlay .gp.gp1 dl {
    padding-left: 120px;
    box-sizing: border-box;
  }
  section#ws .overlay .inoverlay .gp.gp2::before {
    background-image: url(../images/workstyle/comment2.png);
    width: 152px;
    height: 372px;
    top: 50%;
    right: -16px;
  }
  section#ws .overlay .inoverlay .gp.gp3::before {
    background-image: url(../images/workstyle/comment3.png);
    width: 217px;
    height: 387px;
    top: 50%;
    right: -8px;
  }
  section#ws .overlay .inoverlay .gp.gp4::before {
    background-image: url(../images/workstyle/comment4.png);
    width: 160px;
    height: 384px;
    top: 50%;
    left: -16px;
  }
  section#ws .overlay .inoverlay .gp.gp4 dl {
    padding-left: 140px;
    box-sizing: border-box;
  }
  section#ws .overlay .inoverlay .gp.gp5::before {
    background-image: url(../images/workstyle/comment5.png);
    width: 140px;
    height: 394px;
    top: 50%;
    right: -8px;
    left: auto;
  }
  section#ws .overlay .inoverlay .gp.gp6::before {
    background-image: url(../images/workstyle/comment6.png);
    width: 190px;
    height: 365px;
    top: 50%;
    left: -40px;
  }
  section#ws .overlay .inoverlay .gp.gp6 dl {
    padding-left: 140px;
    box-sizing: border-box;
  }
  section#ws .overlay .inoverlay .gp.gp7::before {
    background-image: url(../images/workstyle/comment7.png);
    width: 176px;
    height: 374px;
    top: 50%;
    right: -16px;
  }
  section#ws .overlay .inoverlay .gp.gp8::before {
    background-image: url(../images/workstyle/comment8.png);
    width: 172px;
    height: 342px;
    top: 50%;
    right: -16px;
    left: auto;
  }
  section#ws .style1 {
    width: calc(100% - 32px);
    margin: 0 auto 56px auto;
  }
  section#ws .style1 .inner {
    width: 100%;
  }
  section#ws .style1 .inner .title {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  section#ws .style1 .inner .title h3 {
    width: calc(100% - 24px);
    height: 56px;
    padding-left: 0px;
    background-position: right top;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 28px 0 0 28px;
  }
  section#ws .style1 .inner .title h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .style1 .inner .title > div {
    width: 40px;
    position: absolute;
    top: -40px;
    right: -8px;
    z-index: 1;
  }
  section#ws .style1 .inner .ph {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  section#ws .style1 .inner .ph h4 {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  section#ws .style1 .inner .ph h4 > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-image: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#ws .style1 .inner .ph h4 > span > span {
    background-image: url(../images/workstyle/bg_style2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4px 8px;
  }
  section#ws .style1 .inner .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .style2 {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    background-image: url(../images/workstyle/bg_style2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  section#ws .style2 .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#ws .style2 .inner .title {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  section#ws .style2 .inner .title h3 {
    width: calc(100% - 48px);
    height: 62px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 32px 32px 0;
    box-sizing: border-box;
    order: 2;
  }
  section#ws .style2 .inner .title h3 span {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .style2 .inner .title > div {
    width: 40px;
    order: 1;
  }
  section#ws .style2 .inner .set {
    width: 100%;
  }
  section#ws .style2 .inner .set:not(:last-child) {
    margin-bottom: 40px;
  }
  section#ws .style2 .inner .set h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#ws .style2 .inner .set .inset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  section#ws .style2 .inner .set .inset .service {
    width: 100%;
    border: solid 1px #FFF;
    box-sizing: border-box;
  }
  section#ws .style2 .inner .set .inset .service .icon {
    width: 100%;
    padding: 16px 0;
  }
  section#ws .style2 .inner .set .inset .service .icon > div {
    width: 120px;
    margin-bottom: 24px;
  }
  section#ws .style2 .inner .set .inset .service .icon > div.w {
    width: 160px;
  }
  section#ws .style2 .inner .set .inset .service .icon > div.s {
    width: 86px;
  }
  section#ws .style2 .inner .set .inset .service .icon p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .style2 .inner .set .inset .service .text {
    width: 100%;
    padding: 16px;
  }
  section#ws .style2 .inner .set .inset .service .text dl {
    text-align: left;
  }
  section#ws .style2 .inner .set .inset .service .text dl:not(:last-child) {
    margin-bottom: 16px;
  }
  section#ws .style2 .inner .set .inset .service .text dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#ws .style2 .inner .set .inset .service .text dl dt:not(:last-child) {
    margin-bottom: 8px;
  }
  section#ws .style2 .inner .set .inset .service .text dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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