/*
  Header
----------------------------------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 1000;
}

.l-header__heading .-logo {
  position: fixed;
  width: 60px;
  top: 20px;
  left: 30px;
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 414px) {
  .l-header__heading .-logo {
    display: block;
    width: 80px;
  }
}
@media screen and (min-width: 414px) and (min-width: 768px) {
  .l-header__heading .-logo {
    top: 30px;
    left: 45px;
    width: 100px;
  }
}
@media screen and (min-width: 414px) and (min-width: 1280px) {
  .l-header__heading .-logo {
    left: 60px;
  }
}
.l-header__heading .-txt {
  position: fixed;
  mix-blend-mode: exclusion;
  width: 150px;
  top: 10px;
  left: 20px;
  z-index: 1000;
}
@media screen and (min-width: 414px) {
  .l-header__heading .-txt {
    top: 42px;
    width: 200px;
    left: 130px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__heading .-txt {
    left: 170px;
    top: 54px;
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__heading .-txt {
    left: 180px;
  }
}
.l-header__heading .-txt h1 {
  font: inherit;
}
.l-header__heading .-txtimg {
  width: 100%;
  height: auto;
}

/*
 Footer
----------------------------------------------------- */
.text-decoration__none {
  text-decoration: none;
  color: unset;
}

.l-footer__address {
  font-style: inherit;
}
.l-footer__address .-tel a {
  text-decoration: none;
  color: inherit;
}

.logo-secondary.-link {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .logo-secondary.-link {
    width: 100%;
  }
}

.logo-secondary.-img {
  width: 100%;
  height: auto;
}

/*
  Service
----------------------------------------------------- */
.l-service__relative {
  position: relative;
  overflow: hidden;
}

.l-service__wrapper {
  height: 350px;
  position: relative;
  background-image: url(../img/service-pc.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 70%;
  background-position: center;
}
@media screen and (min-width: 414px) {
  .l-service__wrapper {
    height: 380px;
  }
}
@media screen and (min-width: 414px) {
  .l-service__wrapper {
    height: 420px;
  }
}
@media screen and (min-width: 768px) {
  .l-service__wrapper {
    height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .l-service__wrapper {
    height: 780px;
  }
}
@media screen and (min-width: 1280px) {
  .l-service__wrapper {
    height: 820px;
  }
}

.l-service__modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-service__modal {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .l-service__modal {
    padding-top: 280px;
  }
}

.l-service_item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-service_item {
    width: 25%;
  }
}

.l-service__tag {
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(128, 128, 128, 0.3);
  position: relative;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-service__tag {
    width: 180px;
    height: 180px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-service__tag {
    width: 225px;
    height: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .l-service__tag {
    width: 240px;
    height: 240px;
  }
}

.l-service__tag button {
  border: none;
  background-color: transparent;
  line-height: 1.25;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: inherit;
}

.c-modal__title {
  text-align: center;
  font-size: 1.75rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.p-index-business__text-show {
  position: absolute;
  left: -50px;
  rigt: -50px;
  bottom: -25px;
  color: var(--ys-light-color);
  text-shadow: 2px 2px 1px var(--ys-base-color), -2px 2px 1px var(--ys-base-color), 2px -2px 1px var(--ys-base-color), -2px -2px 1px var(--ys-base-color), 2px 0px 1px var(--ys-base-color), 0px 2px 1px var(--ys-base-color), -2px 0px 1px var(--ys-base-color), 0px -2px 1px var(--ys-base-color);
  font-size: 4.5rem;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 576px) {
  .p-index-business__text-show {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index-business__text-show {
    bottom: -40px;
    letter-spacing: -0.4rem;
    font-size: 8.25rem;
    left: -10px;
    rigt: 0;
  }
}

/*
  Heading
*/
.heading {
  font-size: clamp(2rem, 1.833rem + 0.83vw, 2.5rem);
  font-weight: 600;
  padding-bottom: 1.75rem;
}
.heading span {
  display: block;
  font-size: clamp(0.9375rem, 20 / var(--ys-view-point) * 100vw, 1.25rem);
  font-weight: 500;
}

/*
  Figure
*/
.p-figure__image {
  width: 100%;
  height: auto;
}

/*
  Contact
*/
.contact_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding-top: 5.1875rem;
  padding-bottom: 5rem;
  background: #f6f3f3;
}
@media screen and (min-width: 576px) {
  .contact_inner {
    padding-top: 7.1875rem;
    padding-bottom: 7rem;
  }
}

.c-contact-content {
  position: relative;
  z-index: 2;
}

.c-contact-kazari {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3.825rem;
  z-index: 1;
}

.c-contact-kazari_inner {
  animation: loop-sp 60s linear 0s infinite;
  transition-duration: 1s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 576px) {
  .c-contact-kazari_inner {
    animation: loop-pc 15s linear 0s infinite;
  }
}

@keyframes loop-sp {
  to {
    transform: translate(-1000%);
  }
}
@keyframes loop-pc {
  to {
    transform: translate(calc(-50% - 1.5vw));
  }
}
.c-contact-kazari-line {
  position: relative;
  width: 120%;
  height: 100%;
  display: block;
}

.c-contact-kazari_text {
  font-size: 12.5rem;
  color: var(--ys-base-color);
  text-align: left;
  margin-left: -3vw;
}

.c-contact__btn {
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #f7f2f2;
  border-radius: 100%;
  background-color: var(--ys-base-color);
  margin: 0 auto;
  transition-duration: 0.5s;
}
@media screen and (min-width: 576px) {
  .c-contact__btn {
    width: 110px;
    height: 110px;
  }
}
.c-contact__btn img {
  position: relative;
}

.c-contact__btn:hover {
  background-color: rgb(225, 203, 203);
  transform: scale(1.1);
}

/*
  Modal
*/
.works_modal_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .works_modal_wrapper {
    top: 60%;
  }
}

.works_modal_window {
  width: 90%;
  margin: 0 auto;
  margin-top: 7.5rem;
  padding: 1.8333333333rem 3rem;
  background: #f8f8f8;
  z-index: 1;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .works_modal_window {
    width: 65%;
    padding: 1.8333333333rem 3rem;
    margin-top: 0;
  }
}

.works_modal_close {
  text-align: center;
  padding-top: 1.3333333333rem;
}
.works_modal_close button {
  border: none;
  background-color: transparent;
  color: var(--ys-primary-text-color);
}

.works_modal_close:hover {
  color: #000;
  transition: all 0.5s;
}

html.is_open,
body.is_open {
  overflow: hidden;
}

.works_modal_wrapper.is_open {
  animation: works_modal_wrapper_open 0.5s ease forwards;
}

.works_modal_wrapper.is_open .works_modal_window {
  animation: works_modal_window_open 0.5s ease forwards;
}

.works_modal_wrapper.is_close {
  animation: works_modal_wrapper_close 0.5s ease forwards;
}

.works_modal_wrapper.is_close .works_modal_window {
  animation: works_modal_window_close 0.5s ease forwards;
}

@keyframes works_modal_wrapper_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes works_modal_window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes works_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes works_modal_window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
/*
  Hamburger
*/
.js-drawer {
  position: fixed;
  top: 0;
  right: 10px;
  overflow: hidden;
  padding: 4px 0 8px;
  z-index: 200;
  border: none;
  width: 132px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 24px 24px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-size: 0.9375rem;
}

.js-drawer::before {
  content: "MENU";
  color: #191919;
}

.is-drawerActive .js-drawer {
  position: fixed;
  right: 10px;
  border-bottom: none;
  border-right: none;
}

.is-drawerActive .js-drawer::before {
  content: "CLOSE";
}

@media screen and (min-width: 768px) {
  .js-drawer {
    display: none;
  }
}
html.is-drawerActive,
body.is-drawerActive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  html.is-drawerActive,
  body.is-drawerActive {
    position: unset;
  }
}

/*
  Global Nav
----------------------------------------------------- */
.drawer {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 132px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: #212121;
  padding-top: 1.125rem;
  padding-bottom: 1.5rem;
  z-index: 10;
  border-radius: 0 0 16px 16px;
  transform: translateY(-140%);
  transition: transform 0.3s ease-in-out;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drawer {
    transform: translateY(0);
    top: 0;
    right: 80px;
    font-size: 1rem;
  }
}

.drawer ul {
  padding: 3rem 0;
  list-style: none;
}

.drawer a {
  display: block;
  padding: 0.35rem 0.35rem;
  text-transform: uppercase;
  color: #191919;
  text-decoration: none;
}

.drawer a:hover {
  color: #707070;
}

.is-drawerActive .drawer {
  transform: translateY(0);
}

/*
  hero
*/
.hero {
  position: relative;
}

.hero__image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.hero__body {
  position: absolute;
  bottom: 100px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hero__body {
    bottom: 160px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .hero__body {
    width: 60%;
  }
}
.hero__body img {
  width: 100%;
}

.first-view {
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/main-sp.webp);
  background-size: cover;
  background-position: center;
  border-radius: 0 0 20px 20px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 767px) {
  .first-view {
    background-image: url(../img/main-tab.webp);
  }
}
@media screen and (min-width: 1023px) {
  .first-view {
    background-image: url(../img/main-pc.webp);
  }
}

.hero__copy {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .hero__copy {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .hero__copy {
    width: 60%;
  }
}
.hero__copy img {
  width: 100%;
}

/*
  Privacy
*/
.p-privacy {
  padding-top: 0;
  padding-bottom: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 576px) {
  .p-privacy {
    padding-top: calc(40 / 16 * 1rem);
  }
}
.p-privacy__heading {
  font-size: calc(32 / 16 * 1rem);
  padding-bottom: calc(32 / 16 * 1rem);
}
.p-privacy__heading span {
  padding-top: calc(12 / 16 * 1rem);
  display: block;
}
.p-privacy__txt a {
  color: var(--ys-primary-text-color);
  text-decoration: none;
}

.p-privacy__wrapper {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper {
    padding-bottom: 2rem;
  }
}

.p-privacy__title {
  padding-bottom: 0.75rem;
}

/*
  whoweare
----------------------------------------------------- */
.whoweare_bg {
  background-color: var(--ys-base-color);
  width: calc(100% - 20px);
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1.875rem;
  position: relative;
  padding: 2.5rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .whoweare_bg {
    width: calc(100% - 30px);
    padding: 3.625rem;
  }
}

.whoweare_bg::after {
  content: "";
  background-color: var(--ys-light-color);
  position: absolute;
  bottom: -20px;
  top: 20px;
  left: 20px;
  right: -20px;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .whoweare_bg::after {
    bottom: -30px;
    top: 30px;
    left: 30px;
    right: -30px;
  }
}

.whoweare__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .whoweare__image img {
    border-radius: 20px 0 0 20px;
  }
}

/*
 flow
----------------------------------------------------- */
.flow {
  position: relative;
}

.flow-items__line {
  position: absolute;
  top: 0;
  left: 4.0888888889vw;
  width: 1px;
  height: calc(100% + 6.0444444444vw);
  background-image: url(../img/line.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .flow-items__line {
    left: 0;
    right: 0;
    height: calc(100% + 90px);
    margin: 0 auto;
  }
}

.flow__item {
  position: relative;
  margin: 0 0 5.8444444444vw 8.9777777778vw;
}
@media screen and (min-width: 768px) {
  .flow__item {
    width: 45.2380952381%;
    margin: 0 0 3.8444444444vw 0;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-of-type(2n + 1) {
    margin-right: 0;
    margin-left: auto;
  }
}

.flow__item .dot {
  position: absolute;
  border-radius: 50%;
  background-color: #555;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  left: -6.1vw;
}
@media screen and (min-width: 768px) {
  .flow__item .dot {
    width: 11px;
    height: 11px;
  }
}
.flow__item .dot ::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  z-index: 0;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .flow__item:nth-of-type(2n) .dot {
    left: unset;
    right: -11.4%;
  }
  .flow__item:nth-of-type(2n + 1) .dot {
    left: -11.4%;
  }
}
/*
 Company
----------------------------------------------------- */
.company_border {
  border-bottom: 1px solid var(--ys-light-color);
}
@media screen and (min-width: 768px) {
  .company_border {
    border-bottom: unset;
  }
}

/*
  Swiper
*/
.swiper {
  overflow: hidden;
}

.ys-right {
  padding-left: 5vw;
}

.c-img.-nth {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-img.-nth {
    padding-top: 100px;
  }
}

/*
  Break
*/
.u-break {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-break {
    display: inline-block;
  }
}

.u-break__sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-break__sp {
    display: none;
  }
}

/*
  Hidden
*/
.ys-visuallyHidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .ys-visuallyHidden-sp {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */