@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h2,
.h2-like {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h3,
.h3-like {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 500;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

.p-25 {
  font-size: 18px;
}

.p-20 {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 22px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-25 {
    font-size: 20px;
  }

  .p-20 {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 36px;
  }

  h2,
.h2-like {
    font-size: 30px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 35px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
.font-yumincho {
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
  font-style: normal;
}

.font-yugothic {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
}

.three-point-line-container {
  display: flex;
  align-items: center;
}
.three-point-line-container .three-point-no {
  position: relative;
  width: clamp(60px, 10vw, 114px);
  height: clamp(60px, 10vw, 114px);
  border: 2px solid #1A1A1A;
  border-radius: 50%;
  color: #1A1A1A;
}
.three-point-line-container .three-point-no h3 {
  line-height: 100%;
  text-align: center;
}
.three-point-line-container .three-point-no::before, .three-point-line-container .three-point-no::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(8px, 1.4vw, 16px);
  height: clamp(8px, 1.4vw, 16px);
  border-radius: 50%;
  background-color: #1A1A1A;
}
.three-point-line-container .three-point-no::before {
  top: 0;
  transform: translateY(-50%);
}
.three-point-line-container .three-point-no::after {
  bottom: 0;
  transform: translateY(50%);
}
.three-point-line-container .three-point-line {
  position: relative;
  display: block;
  width: clamp(80px, 12vw, 150px);
  height: 2px;
  background-color: #1A1A1A;
}
.three-point-line-container .three-point-line::before {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: clamp(8px, 1.4vw, 16px);
  height: clamp(8px, 1.4vw, 16px);
  border-radius: 50%;
  background-color: #1A1A1A;
  left: 0;
  top: 1px;
  transform: translate(-50%, -50%);
}
.three-point-line-container.tpl-white .three-point-no {
  border: 2px solid #ffffff;
}
.three-point-line-container.tpl-white .three-point-no h3 {
  color: #ffffff;
}
.three-point-line-container.tpl-white .three-point-no::before, .three-point-line-container.tpl-white .three-point-no::after {
  background-color: #ffffff;
}
.three-point-line-container.tpl-white .three-point-line {
  background-color: #ffffff;
}
.three-point-line-container.tpl-white .three-point-line::before {
  background-color: #ffffff;
}

.blue-bar {
  display: block;
  height: 9px;
  background-color: #00C4F2;
}
.blue-bar.bb-small {
  align-self: flex-start;
  width: 62px;
  max-width: 20%;
}
.blue-bar.bb-fw {
  align-self: flex-end;
  width: 610px;
  max-width: 33%;
}

section.landing {
  margin-top: -1px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(320px, 50vh, 466px);
  padding: clamp(70px, 14vh, 140px) 0;
  background-color: #000000;
  background-image: url(../img/work/work-landing.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.landing .content-container {
  color: #ffffff;
  align-items: center;
}
section.landing .content-container .pointline-text-group {
  width: 250px;
  max-width: 60%;
}

section.work {
  width: 100%;
  max-width: 100%;
  margin-bottom: clamp(160px, 24vw, 290px);
  padding-top: clamp(50px, 8vw, 80px);
  align-items: center;
  background-color: rgba(143, 143, 143, 0.12);
  text-align: center;
}
section.work .content-container {
  align-items: center;
}
section.work .pointline-text-group {
  width: 250px;
  max-width: 60%;
}
section.work h1 {
  width: 864px;
  max-width: 100%;
  letter-spacing: 0;
  line-height: 140%;
  margin: 1.8em auto;
}
section.work .spacer-line {
  display: block;
  width: 222px;
  max-width: 50%;
  height: 2px;
  background-color: #000000;
}
section.work .work-text {
  width: 600px;
  max-width: 90%;
  margin: 4em auto 5em auto;
  line-height: 310%;
}
section.work .two-img {
  width: 100%;
  justify-content: space-evenly;
  align-items: flex-end;
}
section.work .two-img .img-container {
  width: clamp(360px, 30vw, 550px);
  max-width: 100%;
  height: calc(clamp(360px, 30vw, 550px) * 0.67);
}
section.work .two-img .img-container img {
  height: 100%;
}
section.work .two-img .img-container:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  section.work .two-img {
    flex-direction: column;
    align-items: center;
  }
}
section.work .name-banner {
  width: 100%;
  max-width: 1920px;
  margin: 16px auto;
}

section.business {
  align-items: center;
  width: 100%;
  max-width: 100%;
}
section.business .btn-row {
  width: 1100px;
  max-width: 85.5%;
  margin: 0 auto clamp(60px, 10vw, 128px) auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.business .btn-row .biz-btn {
  box-sizing: border-box;
  min-width: 200px;
  width: fit-content;
  padding: clamp(10px, 4vw, 20px) clamp(10px, 5vw, 28px);
  margin: 10px 5px;
  border: 1px solid #1A1A1A;
  background-color: #ffffff;
  color: #1A1A1A;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
section.business .btn-row .biz-btn h4 {
  width: 100%;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1A1A1A;
  letter-spacing: 0.05em;
  transition: border-color 0.2s ease-in-out;
}
section.business .btn-row .biz-btn p {
  letter-spacing: 0.05em;
  line-height: 200%;
}
section.business .btn-row .biz-btn:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}
section.business .btn-row .biz-btn:hover h4 {
  border-color: #ffffff;
}
@media screen and (max-width: 450px) {
  section.business .btn-row .biz-btn {
    padding: 5px;
  }
  section.business .btn-row .biz-btn h4 {
    font-size: 12px;
  }
  section.business .btn-row .biz-btn p {
    font-size: 10px;
  }
}
section.business .business-card {
  width: 100%;
}
section.business .business-card .black-bar {
  display: block;
  width: 58%;
  height: clamp(60px, 10vw, 100px);
  align-self: flex-start;
  background-color: #000000;
}
section.business .business-card .content-container {
  margin: -1px auto;
  width: 100%;
}
section.business .business-card .content-container .card-container {
  width: 1720px;
  max-width: 92.75%;
  padding: clamp(75px, 12vw, 150px) 0 clamp(40px, 8vw, 80px) 0;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
section.business .business-card .content-container .img-container {
  width: clamp(400px, 49vw, 940px);
  max-width: 55%;
  height: calc(clamp(400px, 49vw, 940px) * 0.73);
}
section.business .business-card .content-container .img-container img {
  height: 100%;
}
section.business .business-card .content-container .text-container {
  width: 630px;
  max-width: 40%;
}
section.business .business-card .content-container .text-container .pointline-text-group h3 {
  margin-top: 0.8em;
  padding-bottom: 0.2em;
  letter-spacing: 0;
  text-align: center;
}
section.business .business-card .content-container .text-container .bb-small {
  margin: clamp(32px, 5vw, 50px) 0 clamp(40px, 8vw, 80px) 0;
}
section.business .business-card .content-container .text-container .text-title {
  font-size: clamp(18px, 2vw, 30px);
  margin-bottom: 1em;
}
section.business .business-card .content-container .text-container .card-text {
  text-align: justify;
  line-height: 250%;
}
section.business .business-card.bc-black .content-container {
  background-color: #000000;
  padding: 0 0 calc(clamp(80px, 12vw, 140px) + clamp(40px, 5vw, 80px)) 0;
  background-image: url(../img/top/about-bg.webp);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100% clamp(40px, 5vw, 80px);
}
section.business .business-card.bc-black .content-container .card-container {
  color: #ffffff;
}
@media screen and (min-width: 2000px) {
  section.business .business-card .content-container .card-container {
    align-self: center;
  }
}
@media screen and (max-width: 1200px) {
  section.business .business-card .content-container .card-container {
    align-self: center;
    flex-direction: column;
    align-items: center;
    max-width: 85.5%;
  }
  section.business .business-card .content-container .card-container .img-container {
    max-width: 100%;
  }
  section.business .business-card .content-container .card-container .text-container {
    margin-top: 40px;
    max-width: 100%;
  }
}
section.business .business-card.bc-white .content-container {
  padding: clamp(80px, 12vw, 140px) 0;
}
section.business .business-card.bc-white .content-container .card-container {
  box-sizing: border-box;
  padding: clamp(80px, 12vw, 150px) 0 clamp(80px, 12vw, 150px) clamp(50px, 6vw, 100px);
  position: relative;
  width: 1820px;
  max-width: 96%;
  margin-left: auto;
}
section.business .business-card.bc-white .content-container .card-container .grey-bg {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: -1;
  background-color: #EDEDED;
  height: 100%;
  width: clamp(400px, 50vw, 640px);
  max-width: 100vw;
  max-height: clamp(400px, 60vw, 985px);
}
section.business .business-card.bc-white .content-container .card-container .three-point-line-container {
  transform: translateX(calc(-1 * clamp(50px, 6vw, 100px)));
}
section.business .business-card.bc-white .content-container .bb-fw {
  align-self: flex-start;
  transform: translateY(-50px);
}
@media screen and (min-width: 2000px) {
  section.business .business-card.bc-white .content-container .card-container {
    width: calc(1820px + (100vw - 1820px) / 2);
    margin-left: calc((100vw - 1820px) / 2);
    align-self: center;
    align-items: center;
  }
  section.business .business-card.bc-white .content-container .card-container .img-container {
    margin: 0 auto 0 5%;
  }
  section.business .business-card.bc-white .content-container .card-container .grey-bg {
    width: 45vw;
  }
}
@media screen and (max-width: 1200px) {
  section.business .business-card.bc-white .content-container .card-container {
    padding: 80px 0 50px 0;
    flex-direction: column-reverse;
    max-width: 100%;
  }
  section.business .business-card.bc-white .content-container .card-container .grey-bg {
    display: none;
  }
  section.business .business-card.bc-white .content-container .bb-fw {
    transform: unset;
  }
}
@media screen and (max-width: 800px) {
  section.business .business-card.bc-white .content-container .card-container {
    align-self: center;
    margin-left: 0;
    max-width: 85.5%;
  }
  section.business .business-card.bc-white .content-container .card-container .three-point-line-container {
    transform: unset;
  }
}

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