@charset "UTF-8";
/*
  Header
----------------------------------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--ys-base-color);
}

.l-header__inner {
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    width: 90%;
  }
}

.l-header__nav {
  display: flex;
  justify-content: space-between;
}

.l-header__nav-button {
  position: absolute;
  right: 20px;
  top: 10px;
}

/*
  Footer
----------------------------------------------------- */
.footer_soitabilogo {
  width: 11rem;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.5rem;
}

.contact-btn__wrapper {
  border: 1px solid #696969;
  border-radius: 9999px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-btn__wrapper {
    width: 60%;
  }
}

.contact-btn {
  width: 16.25rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 20rem;
  }
}
.contact-btn img {
  width: 100%;
}

.footer-tell {
  display: block;
  width: 12.375rem;
}
@media screen and (min-width: 768px) {
  .footer-tell {
    width: 16rem;
  }
}

/*
  Service
----------------------------------------------------- */
.l-service__wrapper {
  position: relative;
  max-width: 1051px;
  margin: 0 auto;
  padding: 123px 0 108px;
  background-color: #f6f3f3;
}

.l-service__inner {
  position: relative;
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
}

.l-service__tag {
  position: absolute;
}
.l-service__tag.-reform {
  left: 2vw;
  top: 2vh;
}
.l-service__tag.-tenpo {
  right: -1vw;
  bottom: 2vh;
}
.l-service__tag.-interior {
  left: 4vw;
  bottom: 12vh;
}
.l-service__tag.-cushion {
  right: 3vw;
  top: 1vh;
}

/*
  Bg
----------------------------------------------------- */
.l-bgtop {
  position: relative;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-bgtop {
    padding-top: 5rem;
  }
}

.l-bg.-blue {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.l-bg.-blue .-c {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/c.svg) no-repeat center/contain;
  position: absolute;
  width: 216.56px;
  height: 273.37px;
  right: 24px;
  top: 20%;
  animation-name: fadeInAnime-c_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-c {
    top: 25%;
    animation-name: fadeInAnime-c_pc;
  }
}
.l-bg.-blue .-u {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/u.svg) no-repeat center/contain;
  position: absolute;
  width: 206.02px;
  height: 256.35px;
  left: 20%;
  top: 30%;
  animation-name: fadeInAnime-u_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-u {
    animation-name: fadeInAnime-u_pc;
    top: 40%;
    left: 20%;
  }
}
.l-bg.-blue .-l {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/l.svg) no-repeat center/contain;
  position: absolute;
  width: 166.06px;
  height: 268.18px;
  left: 20px;
  bottom: 35%;
  animation-name: fadeInAnime-l_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-l {
    animation-name: fadeInAnime-l_pc;
    left: 20px;
    bottom: 35%;
  }
}
.l-bg.-blue .-t {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/t.svg) no-repeat center/contain;
  position: absolute;
  width: 188.35px;
  height: 260.97px;
  right: 10%;
  bottom: 20%;
  animation-name: fadeInAnime-t_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-t {
    animation-name: fadeInAnime-t_pc;
    right: 2%;
    bottom: 32%;
  }
}
.l-bg.-blue .-b {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/b.svg) no-repeat center/contain;
  position: absolute;
  width: 191.09px;
  height: 256.18px;
  right: 15%;
  bottom: 10%;
  animation-name: fadeInAnime-b_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-b {
    animation-name: fadeInAnime-b_pc;
    right: 10%;
    bottom: 20%;
  }
}
.l-bg.-blue .-ll {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/ll.svg) no-repeat center/contain;
  position: absolute;
  width: 165.36px;
  height: 270.78px;
  left: 10%;
  bottom: 10%;
  animation-name: fadeInAnime-ll_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-ll {
    animation-name: fadeInAnime-ll_pc;
    left: 3%;
    bottom: 17%;
  }
}
.l-bg.-blue .-a {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/a.svg) no-repeat center/contain;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 1%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-a {
    width: 215.69px;
    height: 257.64px;
    left: 40px;
    bottom: 0;
  }
}
.l-bg.-blue .-n {
  display: inline-block;
  content: "";
  background: url(../img/bg/blue/n.svg) no-repeat center/contain;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 45%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-bg.-blue .-n {
    width: 215.69px;
    height: 257.64px;
    left: 380px;
    bottom: 0;
  }
}

.l-bg.-green {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.l-bg.-green .-c {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/c.svg) no-repeat center/contain;
  position: absolute;
  width: 216.56px;
  height: 273.37px;
  right: 24px;
  top: 10%;
  animation-name: fadeInAnime-c_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-c {
    animation-name: fadeInAnime-c_pc;
    top: 20%;
    width: 216.56px;
    height: 273.37px;
  }
}
.l-bg.-green .-u {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/u.svg) no-repeat center/contain;
  position: absolute;
  width: 206.02px;
  height: 256.35px;
  left: 20%;
  top: 20%;
  animation-name: fadeInAnime-u_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-u {
    top: 30%;
    left: 20%;
    animation-name: fadeInAnime-u_pc;
  }
}
.l-bg.-green .-l {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/l.svg) no-repeat center/contain;
  position: absolute;
  width: 166.06px;
  height: 268.18px;
  left: 20px;
  bottom: 25%;
  animation-name: fadeInAnime-l_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-l {
    left: 20px;
    bottom: 43%;
    animation-name: fadeInAnime-l_pc;
  }
}
.l-bg.-green .-t {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/t.svg) no-repeat center/contain;
  position: absolute;
  width: 188.35px;
  height: 260.97px;
  right: 2%;
  bottom: 20%;
  animation-name: fadeInAnime-t_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-t {
    right: 2%;
    bottom: 32%;
    animation-name: fadeInAnime-t_pc;
  }
}
.l-bg.-green .-b {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/b.svg) no-repeat center/contain;
  position: absolute;
  width: 191.09px;
  height: 256.18px;
  right: 5%;
  bottom: 10%;
  animation-name: fadeInAnime-b_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-b {
    right: 2%;
    bottom: 20%;
    animation-name: fadeInAnime-b_pc;
  }
}
.l-bg.-green .-ll {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/ll.svg) no-repeat center/contain;
  position: absolute;
  width: 165.36px;
  height: 270.78px;
  left: 10px;
  bottom: 10%;
  animation-name: fadeInAnime-ll_sp;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-ll {
    left: 2%;
    bottom: 12%;
    animation-name: fadeInAnime-ll_pc;
  }
}
.l-bg.-green .-a {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/a.svg) no-repeat center/contain;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 1%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-a {
    width: 215.69px;
    height: 257.64px;
    left: 40px;
    bottom: 0;
  }
}
.l-bg.-green .-n {
  display: inline-block;
  content: "";
  background: url(../img/bg/green/n.svg) no-repeat center/contain;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 45%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-bg.-green .-n {
    width: 215.69px;
    height: 257.64px;
    left: 380px;
    bottom: 0;
  }
}

@keyframes fadeInAnime-c_sp {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-30vw, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes fadeInAnime-c_pc {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-30vw, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes fadeInAnime-u_sp {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30vw, 20px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes fadeInAnime-u_pc {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20vw, 20px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes fadeInAnime-l_sp {
  0% {
    transform: translate(100px, 0) rotate(0deg);
  }
  50% {
    transform: translate(200px, 200px) rotate(-180deg);
  }
  100% {
    transform: translate(100px, 0) rotate(-360deg);
  }
}
@keyframes fadeInAnime-l_pc {
  0% {
    transform: translate(100px, 0) rotate(0deg);
  }
  50% {
    transform: translate(200px, 200px) rotate(-180deg);
  }
  100% {
    transform: translate(100px, 0) rotate(-360deg);
  }
}
@keyframes fadeInAnime-t_sp {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-30%, 200px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fadeInAnime-t_pc {
  0% {
    transform: translate(-100px, 0) rotate(0deg);
  }
  50% {
    transform: translate(-250px, 200px) rotate(90deg);
  }
  100% {
    transform: translate(-100px, 0) rotate(0deg);
  }
}
@keyframes fadeInAnime-b_sp {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, 200px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fadeInAnime-b_pc {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, 200px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fadeInAnime-ll_sp {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20%, -100px) rotate(-90deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fadeInAnime-ll_pc {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10%, -200px) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/*
  Main
----------------------------------------------------- */
.l-main {
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 79px;
  }
}

/*
  Sticky お問い合わせ固定バナー
----------------------------------------------------- */
.sticky {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 10000;
  width: 84px;
}
@media screen and (min-width: 768px) {
  .sticky {
    width: 240px;
    bottom: 20px;
  }
}

.l-vision {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-vision {
    width: 70%;
  }
}

/*
  Button
*/
.d-button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.c-button__primary {
  border-bottom: 1px solid #696969;
  border-right: 1px solid #696969;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
}
.c-button__primary p {
  margin-right: 1rem;
}
.c-button__primary a {
  text-decoration: none;
  color: inherit;
}
.c-button__primary img {
  width: 1.5rem;
}

/*
  Fukidashi
*/
.fukidashi {
  width: 1.75rem;
}

/*
  Heading
*/
.heading {
  font-size: 2.75rem;
  font-weight: 500;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 4rem;
  }
}
.heading span {
  display: inline-block;
  font-size: 0.875rem;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .heading span {
    font-size: 1rem;
    padding-left: 1.75rem;
  }
}

.heading-third {
  font-weight: inherit;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .heading-third {
    font-size: 2.5rem;
  }
}

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

/*
  Contact
*/
.c-contact {
  overflow: hidden;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    padding-bottom: 8rem;
  }
}

.c-contact__logo {
  margin: 0 -4px;
}
.c-contact__logo img {
  width: 100%;
  cursor: url(../img/icon_mail.png), auto;
}

.c-contact a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact a {
    font-size: 1.125rem;
  }
}

/*
  Button-close
*/
.l-buttonColose {
  position: absolute;
  top: 0;
  right: 0;
}
.l-buttonColose .-green {
  background-color: #86918c;
}
.l-buttonColose .-blue {
  background-color: #768d9f;
}

.c-buttonClose {
  position: relative;
  z-index: 3;
  outline: 0;
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 40px transparent;
}
.c-buttonClose.-green {
  width: 56.5px;
  height: 56.5px;
}
@media screen and (min-width: 375px) {
  .c-buttonClose.-green {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 414px) {
  .c-buttonClose.-green {
    width: 67px;
    height: 67px;
  }
}
@media screen and (min-width: 576px) {
  .c-buttonClose.-green {
    width: 74px;
    height: 74px;
  }
}
@media screen and (min-width: 768px) {
  .c-buttonClose.-green {
    width: 84.5px;
    height: 84.5px;
  }
}
.c-buttonClose.-blue {
  width: 63.5px;
  height: 63.5px;
}
@media screen and (min-width: 375px) {
  .c-buttonClose.-blue {
    width: 61.75px;
    height: 61.75px;
  }
}
@media screen and (min-width: 414px) {
  .c-buttonClose.-blue {
    width: 63.5px;
    height: 63.5px;
  }
}
@media screen and (min-width: 576px) {
  .c-buttonClose.-blue {
    width: 75.75px;
    height: 75.75px;
  }
}
@media screen and (min-width: 768px) {
  .c-buttonClose.-blue {
    width: 84.5px;
    height: 84.5px;
  }
}
.c-buttonClose__line {
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  width: 60%;
  height: 2px;
}
.c-buttonClose__line:before, .c-buttonClose__line:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: inherit;
}
.c-buttonClose__line:before {
  transform: rotate(-45deg);
}
.c-buttonClose__line:after {
  transform: rotate(45deg);
}

/*
  Shido
*/
.c-shido {
  position: absolute;
  right: 20px;
  width: 90px;
  top: 96%;
  animation-name: shido;
  animation-fill-mode: forwards;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .c-shido {
    width: 150px;
    top: 80%;
    right: 48px;
  }
}

@keyframes shido {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
  Border
*/
.c-border.-top {
  border-top: 1px solid #ded693;
}

.c-border.-bottom {
  border-bottom: 1px solid #ded693;
}

.c-border.-right {
  border-right: 1px solid #ded693;
}

.c-border.-left {
  border-left: 1px solid #ded693;
}

/*
  Text
*/
.c-text.-dark {
  color: #ded693;
}

/*
  Hamburger
*/
.p-hamburger {
  position: relative;
  z-index: 3;
  width: 24px;
  height: 24px;
  outline: 0;
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 40px transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .p-hamburger {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger__line {
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  transition: transform 0.6s ease-in-out;
}
.p-hamburger__line:before, .p-hamburger__line:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--ys-main-color);
  transition: inherit;
}
.p-hamburger__line:before {
  top: -6px;
}
.p-hamburger__line:after {
  top: 6px;
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}
.is-drawerActive .p-hamburger__line:before, .is-drawerActive .p-hamburger__line:after {
  top: 0;
  background-color: var(--ys-main-color);
}
.is-drawerActive .p-hamburger__line:before {
  transform: rotate(-45deg);
}
.is-drawerActive .p-hamburger__line:after {
  transform: rotate(45deg);
}

/*
  Global Nav
----------------------------------------------------- */
.globalNav {
  position: fixed;
  inset: 0;
  background-color: #fff;
  height: 100vh;
  height: 100dvh;
  padding: 5rem 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: 0.3s ease-out;
  transition-property: transform, visibility;
}
.globalNav a {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 400;
  color: var(--ys-dark-color);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
  color: var(--ys-priary-text-color);
  text-align: center;
}
.globalNav a[href]:hover,
.globalNav a[href]:focus-visible {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .globalNav {
    position: static;
    padding: 0;
    height: auto;
    transform: translateX(0);
    visibility: visible;
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;
  }
  .globalNav a {
    font-size: 0.875rem;
    padding: 0.5rem 0.5rem;
    color: var(--ys-priary-text-color);
  }
  .globalNav a[href]:hover,
  .globalNav a[href]:focus-visible {
    background-color: transparent;
  }
}

.is-drawerActive .globalNav {
  transform: translateX(0);
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .globalNav-non {
    display: none;
  }
}
.globalNav-non a {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .globalNav-non .contact-btn__wrapper {
    width: 70%;
  }
}

.globalNav-border {
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (min-width: 768px) {
  .globalNav-border {
    border-bottom: none;
  }
}

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

.hero__body {
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hero__copy {
  text-align: center;
  background-color: #dfdb31;
  padding: 0.625rem 0;
  margin: 0 10vw;
  border-radius: 60px;
  color: #fff;
  font-size: clamp(0.75rem, 0.375rem + 1.88vw, 1.375rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .hero__copy {
    padding: 0.75rem 0;
    margin: 0 18vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    padding: 0.75rem 0;
    margin: 0 24vw;
  }
}

/*
  About
*/
.p-about__title {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 1.5rem;
  }
}

.p-about__message {
  text-align: center;
}
.p-about__message p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__message p {
    font-size: 1.125rem;
  }
}
.p-about__message .-ten {
  line-height: 0.75rem;
}

/*
  Work
*/
/* -primary */
.works-primary__box {
  position: relative;
}
.works-primary__box .-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .works-primary__box .-title {
    font-size: 2.5rem;
  }
}
.works-primary__box .-viewmore {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .works-primary__box .-viewmore {
    font-size: 0.9375rem;
  }
}
.works-primary__box .-viewmore::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #505050;
}
.works-primary__box .-viewmore:hover::after {
  transform: translateY(2px);
  transition: 0.5s;
}

.works-primary__wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.works-primary__wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works-primary__wrapper {
    margin-bottom: 6.25rem;
  }
}

/* -secondary */
.works-secondary__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .works-secondary__flex {
    padding-bottom: 7.5rem;
  }
}

.works-secondary__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .works-secondary__item {
    width: 48%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .works-secondary__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .works-secondary__item:nth-child(even) {
    transform: translateY(40%);
  }
}

.works-secondary__item .-date {
  font-size: 0.8125rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .works-secondary__item .-date {
    font-size: 0.9375rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .works-secondary__item .-date {
    padding-bottom: 1rem;
  }
}
.works-secondary__item .-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .works-secondary__item .-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .works-secondary__item .-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .works-secondary__item .-title {
    font-size: 2.125rem;
  }
}
.works-secondary__item .-play {
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .works-secondary__item .-play {
    font-size: 1.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .works-secondary__item .-play {
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.works-secondary__item .-play span {
  padding-right: 0.5rem;
}
.works-secondary__item .-play span {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .works-secondary__item .-play span {
    font-size: 1.25rem;
  }
}
.works-secondary__item .-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .works-secondary__item .-wrapper {
    padding-bottom: 0.75rem;
  }
}

/* -third */
.works-third__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .works-third__flex {
    justify-content: center;
  }
}

.works-third__txt {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  font-size: 1rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .works-third__txt {
    margin: 0 -5px;
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.works-third__span {
  font-size: 0.8125rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .works-third__span {
    font-size: 1.125rem;
    padding-right: 1.75rem;
  }
}

.works-third__txt::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 68%;
  background: url(../img/icon_line.svg) no-repeat center/contain;
}

.works-third__txt::after {
  display: inline-block;
  position: absolute;
  right: 0;
  content: "";
  width: 10px;
  height: 68%;
  background: url(../img/icon_line.svg) no-repeat center/contain;
}

/* view more link */
.link {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 0.6875rem;
}

.link::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #505050;
}

.link:hover::after {
  transform: translateY(2px);
  transition: 0.5s;
}

/*
 Company
----------------------------------------------------- */
@media screen and (min-width: 768px) {
  .p-company__dt {
    border-bottom: 1px solid var(--ys-accent-color);
  }
}

.p-company__dd {
  border-bottom: 1px solid var(--ys-light-color);
}
/*
  Consultation
*/
.p-consultation__item {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background-color: var(--ys-dark-color);
  border-radius: 9999px;
  text-align: center;
}

/*
  Feature
*/
.p-feature__number {
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-feature__number {
    width: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__rounded-br {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__rounded-bl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}

/*
  Information
*/
.info__item {
  border-bottom: 1px solid #cecece;
}

.info__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 48px 32px 24px;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.info__item time {
  padding-right: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .info__item time {
    font-size: 1rem;
  }
}

.info__item h3 {
  width: 100%;
  position: relative;
  font-weight: unset;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .info__item h3 {
    width: calc(100% - 170px);
  }
}

.info__item a::after {
  display: inline-block;
  content: "";
  background: url(../img/icon-arrow01.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/*
  why
----------------------------------------------------- */
.why-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 482px) {
  .why-container {
    width: 80%;
  }
}

.why-bg {
  width: 100%;
}

.why-bg img {
  width: 100%;
}

.why-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.why-content .title {
  margin-bottom: 2.4rem;
  color: #dfdb31;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
}
@media (min-width: 482px) {
  .why-content .title {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 640px) {
  .why-content .title {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .why-content .title {
    margin-bottom: 3rem;
  }
}

.why-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 1.25rem;
  width: 90vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .why-flex {
    width: 80vw;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1984px) {
  .why-flex {
    width: 50vw;
  }
}

.why-flexbox {
  border: 1px solid #dfdb31;
  padding: 0.7rem 0;
  width: 100%;
  margin: 0.4rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 482px) {
  .why-flexbox {
    padding: 0.4rem 0;
  }
}
@media (min-width: 640px) {
  .why-flexbox {
    margin: 0.4rem;
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .why-flexbox {
    margin: 0.4rem;
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .why-flexbox {
    width: 40%;
    margin: 1rem;
    font-size: 1.1rem;
  }
}

.why-icon {
  width: 0.625rem;
  margin-bottom: 1.25rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .why-icon {
    margin-bottom: 2.6rem;
  }
}

.why-txt {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .why-txt {
    font-size: 1.2rem;
  }
}

/*
  member
----------------------------------------------------- */
.member-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .member-flex {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .member-flex.-reverse {
    flex-direction: row-reverse;
  }
}

.member-flex__item.-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member-flex__item.-img {
    width: 75%;
    margin-left: auto;
  }
}
.member-flex__item.-img img {
  border-radius: 14px;
  width: 100%;
  height: auto;
}

.member-flex__item.-img2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member-flex__item.-img2 {
    width: 75%;
    margin-right: auto;
  }
}
.member-flex__item.-img2 img {
  border-radius: 14px;
}

@media screen and (min-width: 768px) {
  .member-flex__item.-name {
    width: 70%;
    position: absolute;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .member-flex__item.-name2 {
    width: 100%;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .member-flex__item-wrap {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .member_name__box1 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .member_name__box1 {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .member_name__box1 {
    width: 62%;
  }
}
@media screen and (min-width: 1480px) {
  .member_name__box1 {
    width: 65%;
  }
}

@media screen and (min-width: 768px) {
  .member_name__box2 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .member_name__box2 {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .member_name__box2 {
    width: 38%;
  }
}
@media screen and (min-width: 1480px) {
  .member_name__box2 {
    width: 35%;
  }
}

.member_name {
  font-size: 2rem;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .member_name {
    font-size: 5.1875rem;
  }
}

.member_name-en {
  font-size: 1.125rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .member_name-en {
    font-size: 3.1875rem;
    display: block;
    padding-top: 2.5rem;
    padding-left: 0;
  }
}

.member-info .-post {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .member-info .-post {
    font-size: 1.5rem;
  }
}
.member-info .-play {
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .member-info .-play {
    font-size: 3.125rem;
  }
}
.member-info .-playEn {
  color: #4a4a4a;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .member-info .-playEn {
    font-size: 1.25rem;
  }
}
.member-info .-moreInfo {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .member-info .-moreInfo {
    font-size: 1.125rem;
  }
}
.member-info a {
  text-decoration: none;
  color: inherit;
}

.icon-arrow3:hover {
  transform: translateX(4px);
  transition: 0.5s;
}

/*
 flow
----------------------------------------------------- */
.flow-icon {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .flow-icon {
    width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .flow-icon {
    width: 13%;
  }
}

.flow-txt {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .flow-txt {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .flow-txt {
    width: 55%;
  }
}

.relative {
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .relative {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .relative {
    width: 7.875rem;
    height: 7.875rem;
  }
}

.absolute {
  position: absolute;
  border: 1px solid #696969;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0;
}

.p-flowicon__img {
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-flowicon__img {
    width: 3.9375rem;
  }
}

/*
  Individual
*/
.p-individual__header {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
}
.p-individual__header.-blue p {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .p-individual__header.-blue p {
    font-size: 1.0625rem;
    padding-left: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 414px) {
  .p-individual__header.-blue p {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .p-individual__header.-blue p {
    font-size: 1.5625rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-individual__header.-blue p {
    font-size: 1.875rem;
    text-align: center;
  }
}
.p-individual__header.-green p {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .p-individual__header.-green p {
    font-size: 0.9375rem;
    padding-left: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 414px) {
  .p-individual__header.-green p {
    font-size: 1.25rem;
    padding-left: 0.6875rem;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .p-individual__header.-green p {
    font-size: 1.5rem;
    padding-left: 1.125rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-individual__header.-green p {
    font-size: 1.875rem;
    text-align: center;
  }
}

.p-individual__img {
  margin: 0 auto;
  width: 100%;
}
.p-individual__img img {
  width: 100%;
}

.p-individual__info .-name {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-individual__info .-name {
    font-size: 4.1875rem;
  }
}
.p-individual__info .-name span {
  font-size: 1.125rem;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-individual__info .-name span {
    font-size: 2.5rem;
    padding-left: 2.125rem;
  }
}
.p-individual__info .-play {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-individual__info .-play {
    font-size: 2.5rem;
  }
}
.p-individual__info .-playEn {
  color: #4a4a4a;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-individual__info .-playEn {
    font-size: 1.25rem;
  }
}

.p-individual__profile {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-individual__profile {
    font-size: 1.5rem;
  }
}

.p-individual-Ja {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-individual-Ja {
    font-size: 1rem;
  }
}

.p-individual-En {
  color: #767676;
  font-size: 0.8125rem;
}

.p-individual__link {
  color: inherit;
  text-decoration: none;
}
.p-individual__link .-nameJa {
  font-size: 1.625rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-individual__link .-nameJa {
    padding-right: 1.5rem;
    font-size: 2.375rem;
  }
}
.p-individual__link .-nameEn {
  font-size: 0.875rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-individual__link .-nameEn {
    padding-right: 1.5rem;
    font-size: 1.4375rem;
  }
}

/*
  Info-single
*/
.p-info-single__head h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-info-single__head h3 {
    font-size: 2rem;
  }
}

.p-info-single__head time {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-info-single__head time {
    font-size: 1rem;
  }
}

.p-info-single p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-info-single p {
    font-size: 1rem;
  }
}

.p-info-single p a {
  color: inherit;
}

.p-info-single__img {
  width: 100%;
}
.p-info-single__img img {
  width: 100%;
  height: auto;
}

.p-info-single__foot {
  text-align: center;
}

.p-info-single__foot a {
  color: inherit;
  text-decoration: none;
  position: relative;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-info-single__foot a {
    font-size: 1rem;
  }
}

.p-info-single__foot a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
}

/*
  Odekake
*/
.p-odekake__item.-left {
  width: 18%;
}
@media screen and (min-width: 768px) {
  .p-odekake__item.-left {
    width: 10%;
  }
}

.p-odekake__item.-right {
  width: 82%;
}
@media screen and (min-width: 768px) {
  .p-odekake__item.-right {
    width: 90%;
  }
}

.p-odekake__goingno {
  margin: 0 auto;
}

/*
  Text
-----------------------------------------------------*/
.decoration__none {
  text-decoration: none;
  color: inherit;
}

/*
  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;
  }
}

.w-full {
  width: 100%;
}/*# sourceMappingURL=common.css.map */