@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: contain;
}

input[type=text],
input[type=checkbox],
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #6E6E6E;
}

html {
  font-size: 1rem;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5841584158vw;
  }
}
@media (min-width: 1010px) {
  html {
    font-size: 1rem;
  }
}

html.fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

figure {
  margin: 0;
}

section {
  overflow: hidden;
}

.page-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.page-wrap main {
  width: 100%;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-wrap main {
    padding-top: 0;
    width: calc(100% - 15.625rem);
  }
}
@media screen and (min-width: 1024px) {
  .page-wrap main {
    width: calc(100% - 18.75rem);
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 1.2s;
}
@media screen and (min-width: 768px) {
  header {
    height: 100vh;
    padding-left: 0;
    width: 15.625rem;
    position: sticky;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  header {
    width: 18.75rem;
  }
}

.header-inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-inner {
    background-color: #1F1F1F;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 3rem;
  }
}

.header-inner::-webkit-scrollbar {
  display: none;
}

.header-logo__rinc:hover {
  opacity: 1;
}

.header-logo {
  background-color: #fff;
  padding: 0.5rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo {
    padding: 1.5rem 1.375rem 1.5rem 1.5rem;
  }
}

.header-logo p {
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-logo p {
    font-size: 0.625rem;
    text-align: left;
  }
}

.header-logo img {
  margin-top: 0.125rem;
}

.header-logo .logo-img2 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .header-logo .logo-img2 {
    padding-right: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo .logo-img2 {
    padding-right: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-main {
    padding: 2rem 1.5rem 3rem;
  }
}

.header-contact {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header-contact {
    margin-top: 1.5rem;
  }
}

.header-contact .contact-btn {
  border-radius: 100px;
  background-color: #313131;
  border: 1px solid #6E6E6E;
  margin: 0 auto;
  width: 20.4375rem;
}
@media screen and (min-width: 768px) {
  .header-contact .contact-btn {
    width: 100%;
    max-width: 15.75rem;
  }
}

.header-contact .contact-btn a {
  padding: 0.75rem;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-contact .contact-btn a {
    font-size: 0.875rem;
  }
}

.header-contact .contact-suport {
  margin-top: 0.5rem;
}

.header-contact .contact-suport a {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: underline;
}

.header-btm {
  margin-top: 1.5rem;
  color: #fff;
}

.header-btm .info {
  font-size: 0.75rem;
  line-height: 1.8333333333;
}

.header-btm .info span {
  font-size: 1rem;
  line-height: 1.375;
}

.header-btm .info p:nth-child(n+2) {
  margin-top: 1.5rem;
}

.header-btm .insta {
  margin-top: 1.2rem;
}

.header-btm .insta a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #fff;
}

.header-btm .insta a img {
  width: 2rem;
}

footer {
  background-color: #fff;
  padding: 2rem 0 2.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 3.5rem 0 2.5rem;
  }
}

.footer-inner {
  width: 100%;
  max-width: 80.25rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__top {
    max-width: 43.75rem;
  }
}

.footer__top .top-text {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.footer__top .top-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__top .top-text span {
    display: inline-block;
  }
}

.footer__top .store-area {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__top .store-area {
    display: flex;
    gap: 3.5rem;
    margin: 1.5rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__top .store__date {
    max-width: 21.75rem;
    width: 100%;
  }
}

.footer__top .store__date:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__top .store__date:nth-child(n+2) {
    margin-top: 0;
    margin-left: auto;
    width: 100%;
    width: 15rem;
  }
}

.footer-logo__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-logo__wrap {
    display: inline-block;
  }
}

.store__date:nth-of-type(1) .footer-logo__wrap {
  width: 20.375rem;
}
@media screen and (min-width: 768px) {
  .store__date:nth-of-type(1) .footer-logo__wrap {
    width: 21.75rem;
  }
}

.store__date:nth-of-type(2) .footer-logo__wrap {
  width: 12.875rem;
}
.footer__top .store__date .label {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.footer__top .store__date .footer-logo {
  margin: 0.5rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__top .store__date .footer-logo {
    height: 3rem;
  }
}

.footer__top .store__date .footer-logo2 {
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer__top .store__date .footer-logo2 {
    height: 3rem;
  }
}

.footer__top .store__date .info {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .footer__top .store__date .info {
    text-align: left;
  }
}

.footer__btm {
  margin: 1.875rem auto 0;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .footer__btm {
    max-width: 24.75rem;
    margin: 0;
    margin-left: auto;
  }
}

.footer__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #E8EDF3;
}
@media screen and (min-width: 768px) {
  .footer__menu ul {
    border: initial;
    justify-content: left;
    gap: 1.5rem 0;
  }
}

.footer__menu .menu-item {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 50%;
  border-bottom: 1px solid #E8EDF3;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu-item {
    text-align: left;
    width: 33.3333%;
    border-bottom: initial;
  }
}

.footer__menu .menu-item:nth-child(2n) {
  border-left: 1px solid #E8EDF3;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu-item:nth-child(2n) {
    border-left: initial;
  }
}

.footer__menu .menu-item a {
  display: block;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu-item a {
    padding: 0;
  }
}

.footer__contact {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    margin-top: 1rem;
  }
}

.footer__contact--btn {
  background-color: #313131;
  width: 16rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .footer__contact--btn {
    margin-left: 0;
  }
}

.footer__contact--btn a {
  display: block;
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}

.footer__btm-menu {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__btm-menu {
    justify-content: left;
    margin-top: 1rem;
  }
}

.copyright {
  width: 100%;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 0.875rem;
    text-align: left;
    max-width: 80.25rem;
    margin: 2rem auto 0;
    padding: 0 1.5rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1010px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  z-index: 500;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.375rem;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  padding: 0.5rem;
  font-family: "Afacad", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.header-nav .header-hamberger {
  background-color: initial;
  color: #fff;
  margin: 2rem 0 2rem auto;
}

.hamberger {
  position: relative;
  width: 2rem;
  height: 1.25rem;
  transition: transform 0.5s ease 0s;
}
.header-nav .hamberger {
  height: 1.5625rem;
}

.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 80%;
  height: 0.125rem;
  background-color: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.header-nav .hamberger-bar {
  width: 1.875rem;
  transition: 0.3s;
  background: #fff;
}

.header-nav .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.header-nav .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.header-nav .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.close-text {
  display: none;
}

.header-nav .open-text {
  display: none;
}

.header-nav .close-text {
  display: block;
}

.header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1F1F1F;
  overflow-y: scroll;
  padding: 0rem 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: block;
    position: initial;
    height: initial;
    padding: 0;
  }
}

.header-nav::-webkit-scrollbar {
  display: none;
}

.header-nav__items {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    border-bottom: initial;
  }
}

.header-nav__items .menu-item {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  letter-spacing: 0.06em;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .header-nav__items .menu-item {
    font-size: 0.9375rem;
    line-height: 1.6;
    border-top: initial;
  }
}

.header-nav__items .menu-item:nth-of-type(1) {
  position: relative;
  width: 100%;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items .menu-item:nth-of-type(1) {
    cursor: pointer;
  }
}

.header-nav .js-opentitle {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header-nav .js-opentitle {
    top: 0;
  }
}

.js-opentitle__box {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  margin-left: auto;
}

.js-opentitle__box span {
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.js-opentitle span:nth-of-type(1) {
  transform: rotate(90deg);
}

.js-opentitle.close span:nth-of-type(1) {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-nav__items .menu-item:nth-child(n+2) {
    margin-top: 1rem;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items .menu-item:nth-child(n+4) {
    margin-top: 1.25rem;
  }
}

.header-nav__items .menu-item a {
  display: block;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .header-nav__items .menu-item a {
    padding: 0;
  }
}

.sub-menu .menu-item:nth-of-type(1)::before,
.sub-menu .menu-item:nth-of-type(1)::after {
  display: none;
}

.header-nav__items .sub-menu {
  display: none;
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items .sub-menu {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 0;
  }
}

.sub-menu .menu-item:nth-child(n+1) {
  width: 100%;
  font-weight: 400;
  border-top: initial;
  padding-bottom: 0;
}

.sub-menu .menu-item:nth-child(n+1) a {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .sub-menu .menu-item:nth-child(n+1) a {
    padding: 0;
  }
}

.btn a,
.btn button {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .btn a,
  .btn button {
    font-size: 1.125rem;
    padding: 1rem 4rem 1rem 2.375rem;
  }
}

.btn a::after,
.btn button::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1.125rem;
  background-image: url("../img/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn a::after,
  .btn button::after {
    width: 1rem;
    height: 1.5rem;
    right: 2.375rem;
  }
}

.btn p {
  margin: 0;
}

.cta {
  background-image: url("../img/cta-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.5rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 5.5rem 1rem;
  }
}

.cta-main {
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-main {
    max-width: initial;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-main {
    gap: 5.5rem;
  }
}

.cta-main__date .name {
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-main__date .name {
    width: 20rem;
  }
}

.cta-main__date:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-main__date:nth-child(n+2) {
    margin-top: 0;
  }
}

.cta-main__date .name .name-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.125;
  line-height: 1;
  color: #000;
}

.cta-main__date .name .name-text span {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta-main__date .name .name-text span {
    padding-bottom: 1rem;
  }
}

.cta-main__date .btm-texts {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}

.cta-main__date .btm-texts .tel {
  font-family: "Afacad", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.cta-main__date .btm-texts .tel .mini {
  font-size: 1rem;
  display: block;
}

.cta-main__date .btm-texts .day-time {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
}

.cta .btn {
  display: flex;
  justify-content: center;
}

.cta .btn a {
  background-color: #fff;
  color: #000;
  margin-top: 1.5rem;
}

.cta .btn a::after {
  background-image: url("../img/arrow-black.svg");
}

.section-title {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-title {
    max-width: 60rem;
  }
}

.section-title .main-title {
  color: #000;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .section-title .main-title {
    font-size: 2rem;
    line-height: 1.6875;
  }
}

.section-title .sub-title {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title .sub-title {
    margin-top: 1.25rem;
  }
}

.accsent-text {
  font-family: "Afacad", sans-serif;
  font-size: 1.25rem;
  line-height: 2.95;
}
@media screen and (min-width: 768px) {
  .accsent-text {
    position: absolute;
    font-size: 20rem;
    line-height: 0.7;
    z-index: -1;
    white-space: nowrap;
  }
}

.page_section-title {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_section-title {
    max-width: 60rem;
  }
}

.news-list li {
  line-height: 1;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .news-list li {
    display: flex;
    gap: 0.9375rem;
  }
}

.news-list li:nth-child(n+2) {
  margin-top: 1rem;
}

.news-list li h3 {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .news-list li h3 {
    margin-top: 0;
  }
}

.page section {
  padding: 4rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .page section {
    padding: 6.25rem 1rem;
  }
}

.page-top {
  width: 100%;
  background-color: #fff;
}

.page-title {
  padding: 2rem 1rem 1.25rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-title {
    max-width: 62rem;
    padding: 3.5rem 1rem 2rem;
  }
}

.page-title__inner {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-title__inner {
    max-width: 61.875rem;
  }
}

.page-maintitle {
  font-weight: 700;
  font-size: 1.75rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-maintitle {
    font-size: 3rem;
  }
}

.page-subcategory {
  font-weight: 700;
  margin-top: 0.75rem;
  color: #000;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .page-subcategory {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.page-subtitle {
  font-weight: 700;
  margin-top: 0.5rem;
  color: #000;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-subtitle {
    font-size: 1.5rem;
    line-height: 2.4166666667;
    margin-top: 0.5rem;
  }
}

.page-text {
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.75;
}
.page-mv {
  width: 100%;
  aspect-ratio: 375/486;
}
@media screen and (min-width: 768px) {
  .page-mv {
    aspect-ratio: 1136/584;
  }
}

.page-mv img {
  aspect-ratio: 375/486;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-mv img {
    aspect-ratio: 1136/584;
  }
}

.page-top__rincs {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-top__rincs {
    display: block;
    background-color: #E8EDF3;
    padding: 3rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .page-top__rincs ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 90rem;
    margin: 0 auto;
    gap: 0.625rem;
  }
}

.page-top__rincs ul li {
  min-width: 12.1875rem;
  display: inline-block;
}
.page-top__rincs ul li a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/arrow-black_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.page-top__rincs.categoryrincs ul li a::after {
  transform: translateY(-50%) rotate(-90deg);
}

.page-top__rincs ul li a {
  display: flex;
  align-items: center;
  padding: 0rem 5rem 0rem 1.5rem;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  min-height: 3.875rem;
}

.page_section-title .main-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.475;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page_section-title .main-title {
    font-size: 2.5rem;
  }
}

.page_section-title .center-title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page_section-title .center-title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.page_section-title .sub-title {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .page_section-title .sub-title {
    margin-top: 1.5rem;
  }
}

.page-casenum {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  display: inline-block;
  line-height: 2.4166666667;
  font-size: 1.125rem;
  padding: 0 0.3125rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .page-casenum {
    font-size: 1.5rem;
    padding: 0 0.625rem;
    margin-bottom: 1.5rem;
  }
}

.top-case__card .card-item .page-casenum {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-case__card .card-item .page-casenum {
    margin: 0 0 0.75rem;
  }
}

.taxonomy-subtitle {
  color: #000;
  font-size: 1.25rem;
  line-height: 2.4166666667;
}
@media screen and (min-width: 768px) {
  .taxonomy-subtitle {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.faq {
  background-color: #E8EDF3;
}

@media screen and (min-width: 768px) {
  .faq .main-title {
    font-size: 2.8125rem;
  }
}

.faq__list {
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 3.75rem;
    max-width: 60rem;
  }
}

.faq__list h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 768px) {
  .faq__list h3 {
    font-size: 2rem;
  }
}

.faq__list--content {
  margin-top: 3.75rem;
}

.faq__list--content .list-item {
  background-color: #fff;
  border-radius: 8px;
}

.faq__list--content .list-item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__list--content .list-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.faq__list--content .title {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  font-size: 1.125rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__list--content .title {
    font-size: 1.5rem;
  }
}

.faq__list--content .title::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/arrow-black_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .faq__list--content .title::after {
    right: 1.5rem;
  }
}

.title.close::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__list--content .text {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.75;
  font-size: 1rem;
  display: none;
}

.js-opentitle {
  cursor: pointer;
}

.single-gallery__main {
  width: 100%;
  position: relative;
}

.single-gallery__main .main-image img {
  aspect-ratio: 1160/585;
  height: auto;
}

.gallary-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}

.js-next-btn,
.js-prev-btn {
  display: block;
}

.gallary-btn.prev {
  left: 0.9375rem;
}

.gallary-btn.next {
  right: 0.9375rem;
  transform: rotate(180deg), translateY(-50%);
}

.gallary-btn .arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallary-btn .arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.gallary-btn .arrow::after {
  content: "＞";
  display: block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .gallary-btn .arrow::after {
    font-size: 1.25rem;
  }
}

.gallary-btn.prev .arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.js-next-btn .arrow,
.js-prev-btn .arrow {
  cursor: pointer;
}

.js-prev-btn.not .arrow {
  display: none;
}

.btm-image {
  width: 100%;
  background-color: #F5F6F8;
  padding: 1rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .btm-image {
    width: 100%;
    padding: 1.5rem;
    overflow-x: initial;
  }
}

.btm-image::-webkit-scrollbar {
  display: none;
}

.btm-image ul {
  width: auto;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .btm-image ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}

.btm-image ul li {
  overflow: hidden;
  border-radius: 6px;
  width: 7.5rem;
  border: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .btm-image ul li {
    width: calc((100% - 2.5rem) / 5);
    cursor: pointer;
  }
}

.btm-image ul li.active {
  border: 2px solid #000;
}

.btm-image ul li img {
  aspect-ratio: 214/143;
  object-fit: cover;
}

.case-main {
  padding: 2.5rem 1.5rem 4rem;
  background-color: #F5F6F8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .case-main {
    padding: 5rem 1rem 6.25rem;
  }
}

.page-voice .case-main {
  padding-top: 0;
}

.case__card--wrap,
.pickup__card--wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.case__card {
  position: relative;
  width: 100%;
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .case__card {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.25rem 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .case__card {
    gap: 3rem 1.875rem;
  }
}

.case__card .card-item {
  width: 100%;
  padding: 1.5rem;
  background-color: #F5F6F8;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .case__card .card-item {
    width: calc(50% - 0.75rem);
    padding: 1.5rem 1.5rem 2.25rem;
    width: calc((100% - 3.75rem) / 2);
  }
}
.page-estate .case__card .card-item {
  width: 100%;
  padding: 1.5rem;
  background-color: #F5F6F8;
}
@media screen and (min-width: 768px) {
  .page-estate .case__card .card-item {
    width: calc(50% - 0.75rem);
    padding: 1.5rem 1.5rem 1.5rem;
    width: calc((100% - 3.75rem) / 3);
  }
}
.case__card .post-case {
  width: 100%;
  padding: 1.5rem;
  background-color: #F5F6F8;
}
@media screen and (min-width: 768px) {
  .case__card .post-case {
    width: calc(50% - 0.75rem);
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .case__card .post-case {
    width: calc((100% - 3.75rem) / 2);
    padding: 1.5rem 1.5rem 2.25rem;
  }
}
.case__card .card-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .case__card .card-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.case__card .card-item:hover a {
  opacity: 1;
}

.case__card .card-item .image {
  overflow: hidden;
  aspect-ratio: 280/186;
}
@media screen and (min-width: 768px) {
  .case__card .card-item .image {
    aspect-ratio: 465/296;
  }
}

.case__card .card-item .image img {
  aspect-ratio: 280/186;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .case__card .card-item .image img {
    aspect-ratio: 465/296;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .case__card .card-item:hover .image img {
    transform: scale(1.1);
  }
}

.case__card .card-item .texts {
  margin-top: 1.5rem;
}
.case__card .post-case .texts {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .case__card .post-case .texts {
    margin-top: 1.5rem;
  }
}

.case__card .card-item .title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #000;
}

.case__card .post-case .title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #000;
}

.card-item .page-casenum {
  font-size: 0.75rem;
  margin: 0.75rem 0 0;
}

.case__card .card-item .type {
  margin-top: 0.75rem;
  color: #000;
  font-size: 1rem;
}

.case__card .card-item .detail {
  margin-top: 1.25rem;
  line-height: 1.2;
}

.case__card .post-case .detail {
  margin-top: 1.25rem;
}

.case__card .card-item .detail li {
  display: flex;
}

.case__card .card-item .detail li:nth-child(n+2) {
  margin-top: 0.625rem;
}

.case__card .card-item .detail .detail_l {
  width: 6.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .case__card .card-item .detail .detail_l {
    width: 3.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .case__card .card-item .detail .detail_l {
    width: 6.25rem;
  }
}

.case__card .card-item .detail .detail_r {
  width: calc(100% - 6.25rem);
  font-size: 0.75rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .case__card .card-item .detail .detail_r {
    width: calc(100% - 3.4375rem);
  }
}

.case__card .post-case .detail .detail_l {
  width: 6.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .case__card .post-case .detail .detail_l {
    width: 3.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .case__card .post-case .detail .detail_l {
    width: 6.25rem;
  }
}

.case__card .post-case .detail .detail_r {
  width: calc(100% - 6.25rem);
  font-size: 0.75rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .case__card .post-case .detail .detail_r {
    width: calc(100% - 3.4375rem);
  }
}
@media screen and (min-width: 1024px) {
  .case__card .post-case .detail .detail_r {
    width: calc(100% - 6.25rem);
  }
}

.page-navi {
  margin-top: 2.25rem;
}

.page-navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.page-navi ul li {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #6E6E6E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .page-navi ul li {
    width: 3.125rem;
    height: 2.9375rem;
    font-size: 1.5rem;
    line-height: 1.125;
    cursor: pointer;
  }
}

.page-navi ul li.active {
  background-color: #6E6E6E;
  color: #fff;
}

.page-navi .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.page-navi .wp-pagenavi a,
.page-navi .wp-pagenavi span {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #6E6E6E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .page-navi .wp-pagenavi a,
  .page-navi .wp-pagenavi span {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5rem;
    line-height: 1.125;
    cursor: pointer;
  }
}

.page-navi .wp-pagenavi .previouspostslink,
.page-navi .wp-pagenavi .nextpostslink {
  font-size: 1rem;
}

.page-navi .wp-pagenavi .current {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #6E6E6E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125;
  background-color: #6E6E6E;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-navi .wp-pagenavi .current {
    width: 3.125rem;
    height: 2.9375rem;
    font-size: 1.5rem;
    line-height: 1.125;
    cursor: pointer;
  }
}

.modal-images {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 2rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .modal-images {
    max-width: 60rem;
    padding: 4rem 0 6.25rem;
  }
}

.modal-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.modal-images li {
  width: calc(50% - 0.9375rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-images li {
    width: calc((100% - 3.75rem) / 3);
  }
}

.modal-images .modalOpen {
  cursor: pointer;
}

.modal-images li .image {
  aspect-ratio: 300/200;
  object-fit: cover;
  border-radius: 8px;
}
.modal-images li .plus {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-images li .plus {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.modal-images li p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal-images li p {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 0;
  }
}

.modal.active {
  display: block;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-box {
  position: relative;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 1.5rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .modal-box {
    padding: 7.5rem 3.75rem 3.75rem;
  }
}

.modal-box__image {
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .modal-box__image {
    max-width: 75vw;
    height: 100%;
  }
}

.modal-box img {
  object-position: center;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
}
@media screen and (min-width: 768px) {
  .modal-box img {
    max-height: 100%;
  }
}

.modalClose {
  position: absolute;
  right: 0rem;
  top: -3rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}

.modalClose:hover {
  background-color: #E8EDF3;
}

.modalClose-content {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.modalClose span {
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modalClose span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalClose span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.single-before_after {
  margin-top: 3.5rem;
}
.single-arrow {
  width: 1.25rem;
  transform: rotate(90deg);
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .single-arrow {
    width: 2.5rem;
    margin: 10rem 1rem 0;
    transform: initial;
  }
}

.before_after__block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .before_after__block {
    flex-direction: row;
    max-width: 60rem;
  }
}

.before_after__block:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .before_after__block:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .before_after__item {
    width: calc((100% - 4.5rem) / 2);
  }
}

.before_after__item h3 {
  font-size: 1.25rem;
  text-align: center;
  color: #000;
}
.before_after__item img {
  object-fit: contain;
  aspect-ratio: 338/253;
  margin-top: 0.5rem;
}
.before_after__item p {
  font-size: 1rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .before_after__item p {
    margin-top: 1rem;
  }
}

.schedule__block {
  max-width: 34.375rem;
  margin: 2.25rem auto 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .schedule__block {
    max-width: 60rem;
  }
}

.schedule__block.is-active {
  display: block;
}

.schedule__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 3rem;
  }
}

.schedule-btn__area {
  margin-top: 3rem;
}

.schedule-btn__area ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.schedule-btn__area ul li {
  width: 100%;
}

.schedule-btn {
  display: block;
  width: 100%;
  max-width: 11.5625rem;
  height: 3.4375rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .schedule-btn {
    font-size: 1.125rem;
  }
}

.schedule-btn a {
  display: block;
  width: 100%;
  height: 3.4375rem;
  background-image: url("../img/btn-off.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.25rem;
}

.schedule-btn.active a {
  background-image: url("../img/btn-on.png");
}

.hidden {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.top section {
  padding: 1.75rem 1.5rem 5.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top section {
    padding: 7.5rem 1rem;
  }
}

.top-mv {
  position: relative;
  width: 100%;
}

.mv-texts {
  position: absolute;
  bottom: 1.6875rem;
  left: 1.5625rem;
  z-index: 5;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .mv-texts {
    bottom: initial;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
  }
}

.mv-texts h1 {
  font-family: "Afacad", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mv-texts h1 {
    font-size: 2.75rem;
    line-height: 1.2954545455;
  }
}

.mv-texts h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .mv-texts h1 span {
    margin-top: 2.5rem;
  }
}

.mv-slider {
  width: 100%;
}

.mv-slider li {
  overflow: hidden;
}

.mv-slider li img {
  aspect-ratio: 375/486;
  transform: scale(1.2);
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv-slider li img {
    aspect-ratio: 1136/786;
  }
}

.add-animation img {
  animation: mv-animetion 7s linear 0s normal both;
}

@keyframes mv-animetion {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.top-service {
  position: relative;
  padding: 1.75rem 1.25rem 5.5rem;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.top-service .section-title .sub-title {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .top-service .accsent-text,
  .top-voice .accsent-text,
  .top-estate .accsent-text,
  .top-about .accsent-text {
    color: #F5F6F8;
    bottom: 0;
    left: -1.5625rem;
  }
}

.top-service__contents {
  margin: 2rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .top-service__contents {
    margin: 3.75rem auto 0;
    max-width: 60rem;
  }
}

.top-service__contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.service-btn {
  width: 100%;
  background-color: #E8EDF3;
  border-radius: 30px;
  transition: 0.3s;
  padding: 2.25rem;
}
@media screen and (min-width: 768px) {
  .service-btn {
    width: calc(50% - 0.9375rem);
    max-height: 14.25rem;
    padding: 2rem 2rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-btn:hover {
    background-color: #F9F9F9;
  }
}

.service-btn:hover a {
  opacity: 1;
}

.service-btn {
  display: block;
}
.service-btn {
  position: relative;
}

.service-btn .icon {
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-btn:hover .icon-img1 {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-btn:hover .icon-img2 {
    opacity: 1;
  }
}

.icon-img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.service-btn .icon {
  max-width: 2.8125rem;
}

.service-btn .icon figure {
  transition: 0.3s;
}

.service-btn .icon figure img {
  width: 2.8125rem;
  height: 2.8125rem;
}

.service-btn h3 {
  color: #000;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.0833333333;
}

.service-btn h3 a:after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.service-btn p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
}

.top-case {
  background-color: #E8EDF3;
}

@media screen and (min-width: 768px) {
  .top-case .section-title {
    width: calc(50% - 0.9375rem);
    min-height: 18rem;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-case .accsent-text {
    bottom: 13.125rem;
    left: -1.5625rem;
    color: #fff;
    z-index: 0;
  }
}

.top-case__contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-case__contents {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .top-case__contents .top-case__card {
    margin: -18rem auto 0;
    flex-direction: row-reverse;
    justify-content: right;
    align-items: flex-start;
    gap: 1.875rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .top-case__card .card-item {
    padding: 1.5rem;
    width: calc(50% - 0.9375rem);
  }
}

@media screen and (min-width: 768px) {
  .top-case__card .post-case {
    padding: 1.5rem;
    width: calc(50% - 0.9375rem);
  }
}

@media screen and (min-width: 768px) {
  .top-case__card .card-item:nth-of-type(2),
  .top-case__card .post-case:nth-of-type(2) {
    margin-top: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .top-case__card .card-item:nth-child(2n+3),
  .top-case__card .post-case:nth-child(2n+3) {
    transform: translateY(-16.25rem);
  }
}

.top-case .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

@media screen and (min-width: 1024px) {
  .top-voice {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-voice {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  section.top-voice {
    padding-right: 0;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  section.top-voice {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  section.top-voice {
    padding-left: 5.5rem;
  }
}

.top-voice .section-title {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-voice .section-title {
    width: 28.25rem;
  }
}

.top-voice .section-title .btn {
  margin-top: 1rem;
}

.voice-slider__wrap {
  margin: 0 auto;
  margin-top: 3.75rem;
  max-width: 34.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-slider__wrap {
    margin: 0;
    margin-top: 1.5rem;
    max-width: initial;
  }
}
@media screen and (min-width: 1024px) {
  .voice-slider__wrap {
    min-width: 24.0625rem;
    width: calc(100% - 28.25rem);
    margin-top: 0;
    max-width: 36.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice-slider__wrap {
    max-width: initial;
    overflow-x: hidden;
  }
}

.voice-slider {
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .voice-slider {
    margin: 0;
  }
}

.voice-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 1.875rem;
}

.top-voice .voice-slider .slick-dots li {
  max-width: initial;
  padding: 0;
  margin: 0;
  background-color: initial;
}

.voice-slider .slick-dots li button {
  color: transparent;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.voice-slider .slick-dots li.slick-active button {
  width: 2.1875rem;
  background-color: #B7B7B7;
  border-radius: 30px;
}

.voice-slider__wrap {
  padding: 0 1.5rem;
}
.voice-slider__wrap li {
  margin: 0 auto;
  max-width: 23.625rem;
  padding: 1.5rem;
  background-color: #E8EDF3;
  border-radius: 30px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .voice-slider__wrap li {
    max-width: 23.625rem;
    margin: 0;
    margin-right: 1.875rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice-slider__wrap li {
    padding: 2.625rem 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .top-voice .voice-slider__wrap li {
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .voice-slider__wrap li.slick-active {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice-slider__wrap li.slick-active {
    padding: 3.125rem;
  }
}

.voice-slider__wrap li a {
  display: block;
}

.voice-slider__wrap li .title {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .voice-slider__wrap li .title {
    line-height: 1.3;
    font-size: 1rem;
    min-height: 2.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice-slider__wrap li .title {
    font-size: 1.25rem;
  }
}

.voice-slider__wrap li.slick-active .title {
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .voice-slider__wrap li.slick-active .title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice-slider__wrap li.slick-active .title {
    font-size: 1.5rem;
  }
}

.voice-slider__wrap li .voice-item__btm {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
}

.voice-slider__wrap li .voice-item__btm .icon {
  width: 4.0625rem;
  border-radius: 50%;
}

.voice-slider__wrap li .voice-item__btm .icon img {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: #fff;
}

.voice-slider__wrap li .voice-item__btm .icon a::after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.voice-slider__wrap li .voice-item__btm .texts {
  font-weight: 700;
}

.voice-slider__wrap li .voice-item__btm .texts .name {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
}

.voice-slider__wrap li .voice-item__btm .texts .category {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.voice-slider__wrap li .voice-item__btm .category a::after {
  display: none;
}

.top-estate {
  background-color: #E8EDF3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-estate .accsent-text {
    color: #fff;
    z-index: 0;
  }
}

.top-estate__area {
  margin: 2rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .top-estate__area {
    max-width: 60rem;
  }
}

.top-estate__area--title {
  font-family: "Afacad", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6470588235;
}

.top-estate__area--title:nth-child(n+2) {
  margin-top: 0.5rem;
}

.top-estate__area--list {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .top-estate__area--list {
    line-height: 1.5714285714;
  }
}

.top-estate__area--list li {
  display: inline;
}

.top-estate__area--list span {
  font-weight: 700;
}

.top-estate .top-estate__card {
  margin: 3.75rem auto 0;
  max-width: 34.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-estate .top-estate__card {
    max-width: 60rem;
  }
}

.top-estate__card .card-item {
  background-color: #F5F6F8;
  padding: 1.5rem 1.5rem 2.5rem;
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .top-estate__card .card-item {
    width: calc(50% - 0.9375rem);
  }
}

@media screen and (min-width: 768px) {
  .page-estate .top-estate__card .card-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.top-estate__card .card-item a {
  display: block;
}

.top-estate__card li .image {
  overflow: hidden;
  aspect-ratio: 280/195;
}

.top-estate__card li:hover img {
  transform: scale(1.1);
}

.top-estate__card li img {
  aspect-ratio: 280/195;
  height: auto;
  object-fit: cover;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top-estate__card li img {
    aspect-ratio: 417/296;
  }
}

.top-estate__card li .title {
  margin-top: 1.5rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.45;
}

.top-estate__card li .type {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.top-estate__card li .detail {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.top-estate__card li .detail li {
  display: flex;
  padding: 0;
}

.top-estate__card .card-item .detail li:nth-child(n+2) {
  margin-top: 0.875rem;
}

.top-estate__card .card-item .detail .label {
  width: 4.75rem;
  font-weight: 700;
  color: #000;
}

.detail_line {
  width: 100%;
}

.detail_line:nth-child(n+2) {
  margin-top: 0.875rem;
}

.detail_line .label {
  width: 4.75rem;
  font-weight: 700;
  color: #000;
}

.detail_line p:nth-of-type(2) {
  width: calc(100% - 4.75rem);
}

.top-estate .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

.top-about {
  padding: 5.5rem 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 7.5rem 1rem;
    display: flex;
    justify-content: center;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-about {
    gap: 3.75rem;
  }
}

.top-about_image img {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-about_image img {
    margin: 0;
    width: 18rem;
    height: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .top-about .section-title {
    max-width: 36.875rem;
    margin: 0;
  }
}

.about-toptitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
}

.top-about .section-title .main-title {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .top-about .section-title .main-title {
    margin-top: 1.25rem;
    font-size: 2.625rem;
  }
}

.top-about .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-about .btn {
    justify-content: left;
  }
}

.top-news .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-news .btn {
    margin-top: 1.25rem;
    justify-content: left;
  }
}

.top-news {
  background-color: #E8EDF3;
  padding: 5.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 7.5rem 1rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .top-news {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .top-news .section-title {
    width: 19.5625rem;
    margin: 0;
  }
}
.top-news .section-title .wp-block-group__inner-container {
  display: block;
}

@media screen and (min-width: 768px) {
  .top-news .section-title .main-title {
    font-size: 2.625rem;
  }
}

.top-news .news-list {
  max-width: 34.375rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .top-news .news-list {
    margin: 0;
    width: calc(100% - 19.5625rem);
    max-width: 36.875rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news .news-list li a {
    display: flex;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news .news-list li .day {
    width: 5.3125rem;
  }
}

.top-news .news-list li h3 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-news .news-list li h3 {
    width: calc(100% - 6.25rem);
  }
}

.wp-block-post-template li {
  position: relative;
}

.wp-block-post-template li a:after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.wp-block-post-template li .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-post-featured-image {
  position: initial;
}

.works-design {
  background-color: #E8EDF3;
}

.works-design__list {
  max-width: 35rem;
  margin: 3.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-design__list {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .works-design__list .list-item .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.works-design__list .list-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-design__list .list-item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.works-design__list .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-design__list .image {
    max-width: 29rem;
  }
}

.works-design__list .texts {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .works-design__list .texts {
    margin-top: 0rem;
    max-width: 29rem;
  }
}

.works-design__list .texts .wp-block-group__inner-container {
  display: block;
}

.works-design__list .texts h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.125;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-design__list .texts h3 {
    font-size: 1.5rem;
  }
}

.works-design__list .texts p {
  font-size: 0.875rem;
  line-height: 1.6875;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .works-design__list .texts p {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.works-design__list .texts .btn {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .works-design__list .texts .btn {
    margin-top: 1.5rem;
    justify-content: left;
  }
}

.works-support__texts {
  max-width: 35rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works-support__texts {
    max-width: 60rem;
  }
}

.works-support__texts h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-support__texts h2 {
    font-size: 2.25rem;
  }
}

.works-support__texts p {
  font-size: 0.875rem;
  line-height: 1.5294117647;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .works-support__texts p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.works-industry__list {
  max-width: 34.375rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-industry__list {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .works-industry__list .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .works-industry__list .list-item {
    width: calc((100% - 1.875rem) / 2);
  }
}

.works-industry__list .list-item .wp-block-group__inner-container {
  display: block;
}

.works-industry__list .list-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-industry__list .list-item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .works-industry__list .list-item:nth-child(n+3) {
    width: calc((100% - 3.75rem) / 3);
  }
}

.works-industry__list .list-item h3 {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-industry__list .list-item h3 {
    margin-top: 1.5rem;
  }
}

.works-industry__list .list-item p {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .works-industry__list .list-item p {
    margin-top: 1.5rem;
  }
}

.works-industry__list .list-item:nth-child(n+3) h3 {
  margin-top: 2rem;
}

.works-industry__list .list-item:nth-child(n+3) p {
  margin-top: 0.5rem;
}

.works-industry__detail {
  margin: 3.75rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .works-industry__detail {
    margin-top: 3.75rem;
    max-width: 60rem;
  }
}

.works-industry__detail .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .works-industry__detail .wp-block-group__inner-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.works-industry__detail .texts {
  width: 100%;
  max-width: 38rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .works-industry__detail .texts {
    margin-top: 0;
  }
}

.works-industry__detail .texts .wp-block-group__inner-container {
  display: block;
}

.works-industry__detail .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-industry__detail .image {
    max-width: 20rem;
  }
}

.works-industry__detail h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.475;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-industry__detail h3 {
    font-size: 2.5rem;
  }
}

.works-industry__detail p {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}

.works-industry__detail p:last-child {
  font-size: 0.875rem;
  line-height: 2;
}

.works-industry__area {
  margin: 3.75rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .works-industry__area {
    margin-top: 3.75rem;
    max-width: 60rem;
  }
}

.works-industry__area h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.475;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-industry__area h3 {
    font-size: 2.5rem;
  }
}

.works-industry__area p {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}

.works-industry__area p span {
  font-weight: 700;
}

.works-branding {
  background-color: #E8EDF3;
}

.works-branding__content {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works-branding__content {
    max-width: 60rem;
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .works-branding__content .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .works-branding__content .texts {
    width: 100%;
    max-width: 36.25rem;
  }
}

@media screen and (min-width: 768px) {
  .works-branding__content .texts .wp-block-group__inner-container {
    display: block;
  }
}

.works-branding__content h2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.475;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-branding__content h2 {
    font-size: 2.5rem;
  }
}

.works-branding__content p {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}

.works-branding__content p:nth-of-type(3) {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B7B7B7;
}

.works-branding__content .top-text {
  font-weight: 700;
  line-height: 2.4166666667;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-branding__content .top-text {
    font-size: 1.5rem;
  }
}

.works-branding__content .image {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .works-branding__content .image {
    margin-top: 0;
    max-width: 22rem;
  }
}

.works-case__card {
  margin: 2.25rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .works-case__card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.875rem;
    max-width: 60rem;
  }
}

.works-case__card .card-item {
  background-color: #F5F6F8;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-case__card .card-item {
    width: calc((100% - 3.75rem) / 3);
    min-width: 18.75rem;
  }
}

.works-case__card .card-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .works-case__card .card-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.works-case__card .card-item a {
  display: block;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .works-case__card .card-item a {
    padding: 1.5rem;
  }
}

.works-case__card .card-item img {
  aspect-ratio: 465/296;
  height: auto;
  object-fit: cover;
}

.works-case__card h3 {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-case__card h3 {
    margin-top: 1rem;
  }
}

.works-case__card .card-item ul {
  margin-top: 1rem;
  width: 100%;
}

.works-case__card .card-item ul li {
  display: flex;
  width: 100%;
}

.works-case__card .card-item ul li:nth-child(n+2) {
  margin-top: 0.5rem;
}

.works-case__card .card-item ul li p {
  font-size: 0.75rem;
}

.works-case__card .card-item ul li p:nth-of-type(1) {
  font-weight: 700;
  width: 6.25rem;
  color: #000;
}

.works-case__card .card-item ul li p:nth-of-type(2) {
  width: calc(100% - 6.25rem);
  padding-left: 1rem;
}

.works-case .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.page-works_store section.top-voice {
  background-color: #E8EDF3;
}
@media screen and (min-width: 768px) {
  .page-works_store section.top-voice {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.page-works_store .voice-slider__wrap li {
  background-color: #fff;
}

.works-flow__step {
  max-width: 34.375rem;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-flow__step {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .works-flow__step .step-item {
    display: flex;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .works-flow__step .step-item .wp-block-group__inner-container {
    display: flex;
    gap: 2.5rem;
  }
}

.works-flow__step .step-item:nth-child(n+2) {
  margin-top: 2.25rem;
}

.step-item .label {
  background-color: #E8EDF3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 1.125rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .step-item .label {
    padding: 0;
    width: 6.875rem;
    font-size: 1.5rem;
  }
}

.step-item .contain {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .step-item .contain {
    width: calc(100% - 9.375rem);
  }
}

.step-item .contain .wp-block-group__inner-container {
  display: block;
}

@media screen and (min-width: 768px) {
  .step-item .image-contain .wp-block-group__inner-container {
    display: flex;
  }
}

.step-item .texts .wp-block-group__inner-container {
  display: block;
}

.works-flow__step h3 {
  font-size: 1.5rem;
  line-height: 1.5526315789;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-flow__step h3 {
    font-size: 2rem;
  }
}

.works-flow__step .contain ul {
  list-style: decimal;
  list-style-position: inside;
}

.works-flow__step .contain ul,
.works-flow__step .contain p {
  font-size: 1rem;
  line-height: 1.5294117647;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .works-flow__step .image-contain {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .works-flow__step .contain .texts {
    max-width: 31.875rem;
  }
}

.works-flow__step .contain img {
  margin: 1.5rem auto 0;
  aspect-ratio: 240/180;
  object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works-flow__step .contain img {
    margin: 1.5rem 0 0;
    max-width: 15rem;
  }
}

.works-flow__step .contain ul li .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .works-flow__step .contain ul li .u-desktop {
    display: inline;
  }
}

.works-flow__step .contain ul li .u-mobile {
  display: inline;
}
@media screen and (min-width: 768px) {
  .works-flow__step .contain ul li .u-mobile {
    display: none;
  }
}

.works-flow__step .step-item .contact-rinc {
  text-decoration: underline;
}

.works-flow .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.page-works_order .works-case {
  background-color: #E8EDF3;
}

.page-works_order {
  background-color: #fff;
}

.works-homemade .sub-title {
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-homemade .sub-title {
    font-size: 1.5rem;
  }
}

.works-homemade__card {
  max-width: 34.375rem;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-homemade__card {
    max-width: 60rem;
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .works-homemade__card .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}

.works-homemade__card .card-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-homemade__card .card-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.works-homemade__card .card-item .wp-block-group__inner-container {
  display: block;
}

.works-homemade__card .card-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .works-homemade__card .card-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.works-homemade__card .card-item h3 {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .works-homemade__card .card-item h3 {
    font-size: 1.125rem;
  }
}

.works-homemade__card .card-item p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .works-homemade__card .card-item p {
    font-size: 1rem;
  }
}

.tyuusyaku {
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .tyuusyaku {
    max-width: 60rem;
  }
}

.page-works .cta .cta-main__date.estate,
.page-works_store .cta .cta-main__date.estate,
.page-works_order .cta .cta-main__date.estate {
  display: none;
}

.works-case .btn {
  margin: 2.25rem auto 0;
  display: flex;
  justify-content: center;
}

.works-industry__list .list-item {
  position: relative;
}

.works-industry__list .list-item a:after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.works-industry__detail .wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.works-industry__detail .wp-block-categories-list li:nth-child(n+2)::before {
  content: "/";
  display: inline;
  padding: 0.25rem;
}

.pickup__card .card-item {
  display: none;
}

.pickup__card .card-item.pickup {
  display: none;
}

.page-estate .top-estate__card {
  margin: 3.75rem auto 0;
  max-width: 34.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-estate .top-estate__card {
    max-width: 60rem;
  }
}

.estate-strong {
  padding: 2.5rem 1.5rem 4rem;
  background-color: #E8EDF3;
}
@media screen and (min-width: 768px) {
  .estate-strong {
    padding: 5rem 1rem 6.25rem;
  }
}

.estate-strong .works-homemade__card {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .estate-strong .works-homemade__card {
    margin-top: 5rem;
  }
}

.estate-strong .works-homemade__card .image {
  background-color: #fff;
  margin: 0;
}

.estate-strong__tenant {
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant {
    max-width: 60rem;
  }
}

.estate-strong__tenant h3 {
  font-size: 1.5rem;
  line-height: 1.6388888889;
  color: #000;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant h3 {
    font-size: 2.25rem;
  }
}

.estate-strong__tenant ul {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant ul {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.875rem;
  }
}

.estate-strong__tenant .wp-block-group__inner-container {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant .wp-block-group__inner-container {
    max-width: 60rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.875rem;
  }
}

.estate-strong__tenant .list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant .list-item {
    width: calc((100% - 1.875rem) / 2);
  }
}

.estate-strong__tenant .list-item a:after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.estate-strong__tenant .list-item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant .list-item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .estate-strong__tenant .list-item:nth-child(n+3) {
    width: calc((100% - 3.75rem) / 3);
  }
}

.estate-strong__tenant .list-item .wp-block-group__inner-container {
  display: block;
}

.estate-strong__tenant .list-item h3 {
  font-size: 1.125rem;
  color: #000;
}

.estate-strong__tenant .list-item p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant .list-item p {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.estate-strong__tenant .list-item:nth-child(n+3) p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .estate-strong__tenant .list-item:nth-child(n+3) p {
    margin-top: 0.75rem;
  }
}

.page-estate .cta .cta-main__date.design {
  display: none;
}

.page-contact {
  color: #000 !important;
}

.page-contact .cta {
  display: none;
}

.contact-top {
  width: 100%;
  padding: 2.5rem 1.5rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-top {
    padding: 5rem 1rem;
    max-width: 62rem;
  }
}

.contact-top__block {
  margin-top: 1.875rem;
}

.contact-top__block .label {
  font-weight: 700;
}

.contact-top__block--list {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 0.75rem;
  list-style: decimal;
  list-style-position: inside;
}

@media screen and (min-width: 768px) {
  .contact-top__block .cta-main__date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 3rem;
    margin-top: 3.5rem;
  }
}

.contact-top__block .cta-main__date .name {
  background-color: #000;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-top__block .cta-main__date .name {
    max-width: initial;
    margin: 0;
  }
}

.contact-top__block .cta-main__date .name-text {
  color: #fff;
}

.contact-top__block .cta-main__date .btm-texts {
  color: #000;
}

.contact-form {
  background-color: #F5F6F8;
  padding: 5rem 1.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding-bottom: 6.25rem;
  }
}

.contact-form form {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-form form {
    max-width: 50rem;
  }
}

.form-block:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.form-block__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .form-block__label {
    font-size: 1.125rem;
  }
}

.form-block__label span {
  color: #D32929;
}

.form-block__input {
  margin-top: 1rem;
}

.form-block__input input {
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
  padding: 0.75rem;
  font-size: 1.125rem;
  width: 100%;
}

.form-block__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1rem;
}

.form-block__input input[type=radio] {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
}

.radio-block {
  display: flex;
  align-items: center;
}

.form-block__input textarea {
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
  padding: 0.75rem;
  font-size: 1.125rem;
  width: 100%;
  height: 8.125rem;
}

.form-block__input button {
  padding: 0.75rem 1rem;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
  margin-right: 0.625rem;
}

.doui {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}

.doui input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #6E6E6E;
  border-radius: 4px;
  background-color: #fff;
}

.doui input[type=checkbox]:checked,
.form-block__input input[type=checkbox]:checked {
  border: initial;
  background-image: url("../img/check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form .btn {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.form-block__input input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #6E6E6E;
  background-color: #fff;
}

.checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .checkbox-wrap {
    gap: 1.5rem;
  }
}

.checkbox-wrap .check-box {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .checkbox-wrap .check-box {
    font-size: 1rem;
    width: 13.125rem;
  }
}

.page-contact form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.horizontal-item label {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.file-block input {
  border: initial;
  border-radius: 0;
  background-color: initial;
}

.mw_wp_form_complete {
  min-height: 100vh;
}

.mw_wp_form_complete h2 {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete h2 {
    font-size: 1.5rem;
  }
}

.mw_wp_form_complete p {
  text-align: center;
  color: #000;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete p {
    margin-top: 1.5rem;
  }
}

.company-table {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 0 1.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .company-table {
    max-width: 60rem;
    padding: 0 1rem 6.25rem;
  }
}

.company-table h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .company-table h2 {
    font-size: 2rem;
  }
}

.company-table table {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .company-table table {
    margin-top: 2.25rem;
  }
}

.company-table table tr {
  border-top: 1px solid #6E6E6E;
  padding: 1.25rem 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .company-table table tr {
    padding: 1.875rem 0;
  }
}

.company-table table tr:last-child {
  border-bottom: 1px solid #6E6E6E;
}

.company-table table th {
  font-weight: 700;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
  width: 6.25rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .company-table table th {
    font-size: 1.125rem;
    width: 10.9375rem;
  }
}

.company-table table td {
  width: calc(100% - 6.25rem);
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .company-table table td {
    font-size: 1.125rem;
    width: calc(100% - 10.9375rem);
  }
}

.company-table table td ul {
  list-style: disc;
  list-style-position: inside;
}

.page-news-list {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-news-list {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .page-news-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}

.page-news-list .news-item {
  background-color: #F5F6F8;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .page-news-list .news-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.page-news-list .news-item:nth-child(n+2) {
  margin-top: 0rem;
}

.page-news-list li a {
  display: block;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-news-list li a {
    padding: 1.5rem;
  }
}

.page-news-list li .news-image img {
  aspect-ratio: 250/170;
  object-fit: cover;
  height: auto;
}
.news-item__texts {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-item__texts {
    margin-top: 1.5rem;
  }
}

.page-news-list li h3 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin-top: 1rem;
}

.page-news-list li .day {
  font-size: 1.25rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-news-list li .day {
    font-size: 1.5rem;
  }
}

.news-list__info {
  display: flex;
  gap: 1rem;
}

.news-list__info ul {
  display: flex;
  gap: 0.5rem;
}

.category-list li {
  padding: 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #E8EDF3;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .category-list li {
    min-width: 6.25rem;
  }
}

.news-main .category-list li:nth-child(n+2) {
  margin: 0;
}

.blog-img {
  max-width: 12.5rem;
}

.blog-img img {
  height: auto;
}

.blog-texts {
  margin-top: 0.5rem;
}

.single-estate__detail {
  padding: 0 1.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-estate__detail {
    padding: 0 1rem 6.25rem;
  }
}

.single-estate__detail .top-content {
  width: 100%;
  max-width: 34.375rem;
  padding: 2rem 0;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6875;
  color: #000;
}
@media screen and (min-width: 768px) {
  .single-estate__detail .top-content {
    max-width: 60rem;
  }
}

.single-estate__detail .information {
  width: 100%;
  max-width: 34.375rem;
  padding: 2rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-estate__detail .information {
    max-width: 60rem;
  }
}

.information table {
  width: 100%;
}

.information tr {
  width: 100%;
  display: flex;
  border: 1px solid #6E6E6E;
}

@media screen and (min-width: 768px) {
  .information tr.content-2 {
    display: flex;
  }
}

.information tr:nth-child(n+2) {
  border-top: initial;
}

.information th,
.information td {
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .information th,
  .information td {
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
  }
}

.information th {
  background-color: #F9F9F9;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.information .content-1 th {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .information .content-1 th {
    width: 25%;
  }
}

.information .content-1 td {
  width: 77%;
}
@media screen and (min-width: 768px) {
  .information .content-1 td {
    width: 75%;
  }
}

.information .content-2 th {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .information .content-2 th {
    width: 25%;
  }
}

.information .content-2 td {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .information .content-2 td {
    width: 25%;
  }
}

.single-estate__detail .detail {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-estate__detail .detail {
    margin-top: 2.5rem;
  }
}

.single-estate__detail .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.single-estate .single-case__btm {
  background-color: #E8EDF3;
}

.single-case__btm .top-estate__card {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .single-case__btm .top-estate__card {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .single-estate .top-estate__card .card-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.single-case__btmtitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.single-case__btmtitle .page-subtitle {
  margin-top: 0;
}

.voice-name {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.25rem;
  color: #000;
}

.single-case__main-image img {
  height: auto;
}

.single-case__content {
  padding: 0 1.5rem;
  background-color: #E8EDF3;
}
@media screen and (min-width: 768px) {
  .single-case__content {
    padding: 0 1rem;
  }
}

.single-case__btmtitle .page-casenum {
  margin-bottom: 0;
}

.single-case__content--detail {
  padding: 2rem 0;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail {
    max-width: 60rem;
  }
}

.single-case__content--detail p {
  font-size: 1rem;
  line-height: 1.6875;
  color: #000;
}
.single-case__content--detail .detail {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail .detail {
    max-width: 60rem;
    padding: 3.125rem 0 0;
  }
}

.single-case__content--detail .detail-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail .detail-list {
    margin-top: 2.5rem;
  }
}

.single-case__content--detail .detail-list li:nth-child(n+2) {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail .detail-list li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.single-case__content--detail .detail-list a {
  text-decoration: underline;
}

.detail_r span:nth-child(n+2)::before {
  content: "/";
  display: inline;
  padding: 0 0.125rem;
}

.single-case__content--detail .detail-list li,
.single-case__content--detail .detail li {
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  line-height: 2;
}

.single-case__content--detail .detail-list .detail_l,
.single-case__content--detail .detail li .detail_l,
.single-case__content--detail .detail .detail_l {
  color: #000;
  width: 7.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail .detail-list .detail_l,
  .single-case__content--detail .detail li .detail_l,
  .single-case__content--detail .detail .detail_l {
    width: 11.25rem;
  }
}

.single-case__content--detail .detail-list .detail_r,
.single-case__content--detail .detail li .detail_r,
.single-case__content--detail .detail .detail_r {
  width: calc(100% - 7.5rem);
  color: #6E6E6E;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .single-case__content--detail .detail-list .detail_r,
  .single-case__content--detail .detail li .detail_r,
  .single-case__content--detail .detail .detail_r {
    width: calc(100% - 11.25rem);
  }
}

.single-case__content--detail .detail-list .detail_r a:nth-child(n+2) {
  margin-left: 0.75rem;
}

.single-case__content--detail .detail-list .kouzi a:nth-child(n+2) {
  margin-left: 0;
}

.single-case__btm {
  padding: 2rem 1.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-case__btm {
    padding: 2rem 1rem 6.25rem;
  }
}

.single-case__btm .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.single__case-categorysection {
  padding: 2rem 1.5rem 3.125rem;
  background-color: #E8EDF3;
}
@media screen and (min-width: 768px) {
  .single__case-categorysection {
    padding: 3rem 2rem;
  }
}

.categorysection-maintitle {
  font-size: 1.75rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .categorysection-maintitle {
    font-size: 2.5rem;
  }
}

.categorysection__content {
  margin: 0 auto;
  max-width: 40.625rem;
}
@media screen and (min-width: 768px) {
  .categorysection__content {
    max-width: 67rem;
  }
}

.categorysection__list--wrap {
  margin-top: 1.5rem;
}

.categorysection__list:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .categorysection__list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.categorysection__list li {
  font-size: 0.875rem;
}
.categorysection__list li h3 {
  font-weight: 700;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .categorysection__list li h3 {
    width: 9.125rem;
  }
}

.categorysection__list li .menu-items {
  color: #6E6E6E;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .categorysection__list li .menu-items {
    margin-top: 0;
    width: calc(100% - 9.125rem);
  }
}

.categorysection__list li .menu-items span {
  font-weight: 700;
  white-space: nowrap;
}

.categorysection__list li:nth-child(n+2) {
  margin-top: 1rem;
}

.categorysection__list li a {
  text-decoration: underline;
}

.categorysection__list li .cate-menu::after {
  content: "/";
  display: inline;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .categorysection__list li .cate-menu::after {
    padding: 0.5rem;
  }
}

.tagsection__list li .cate-menu::after {
  content: "";
}

.categorysection__list li .cate-menu:last-child::after {
  display: none;
}

.categorysection__list li .menu-item {
  display: flex;
  flex-wrap: wrap;
}

.page-case .single__case-categorysection .btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.single__case-categorysection .btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-case__btm .case__card .card-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.single-case__btm .case__card .card-item .title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.single-news__content {
  padding: 2rem 1.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-news__content {
    padding: 4rem 1rem 6.25rem;
  }
}

.single-news .btn {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.single-news__content {
  color: #000;
}

.single-news__content--inner {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-news__content--inner {
    max-width: 60rem;
  }
}

.single-news__content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-news__content h2 {
    font-size: 1.75rem;
  }
}

.single-news__content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-news__content h3 {
    font-size: 1.5rem;
  }
}

.single-news__content h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single-news__content h4 {
    font-size: 1.25rem;
  }
}

.single-news__content p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.single-title__top {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .single-title__top {
    gap: 1.5rem;
  }
}

.page-news .single-title__top {
  justify-content: space-between;
  gap: 1rem;
}

.single-title__category {
  font-size: 0.875rem;
  line-height: 1;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .single-title__category {
    font-size: 0.75rem;
  }
}

.single-title__day {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .single-title__day {
    font-size: 0.75rem;
  }
}

.single-news .page-maintitle {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-news .page-maintitle {
    margin-top: 1.5rem;
  }
}

.single-news .page-top__rincs ul {
  margin-top: 2rem;
}

.single-newslist__section {
  padding: 0 1.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-newslist__section {
    padding: 0 1.25rem 6.25rem;
  }
}

.single-newslist__section .page-news-list {
  margin-top: 2.25rem;
}

.single-case__btm .case__card .detail_r {
  font-size: 0.875rem;
}

.voice-main {
  padding: 2.5rem 1.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .voice-main {
    padding: 5rem 1rem 6.25rem;
  }
}

.voice-main .voice-slider__wrap,
.single-voice .voice-slider__wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice-main .voice-slider__wrap,
  .single-voice .voice-slider__wrap {
    max-width: 60rem;
  }
}

.single-voice .voice-slider__wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-voice .voice-slider__wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
  }
}

.voice-main .voice-slider__wrap ul,
.single-voice .voice-slider__wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .voice-main .voice-slider__wrap ul,
  .single-voice .voice-slider__wrap ul {
    max-width: 60rem;
  }
}

.voice-main .voice-slider__wrap li,
.single-voice .voice-slider__wrap li {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .voice-main .voice-slider__wrap li,
  .single-voice .voice-slider__wrap li {
    max-width: 18.75rem;
  }
}

.voice-main .voice-slider__wrap li a,
.single-voice .voice-slider__wrap li a {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .voice-main .voice-slider__wrap li a,
  .single-voice .voice-slider__wrap li a {
    padding: 1.5rem;
  }
}

.page-access .access__main {
  background-color: #E8EDF3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-access .access__main {
    padding: 5rem 1rem;
  }
}

.access__main--map {
  margin: 1.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .access__main--map {
    max-width: 60rem;
  }
}

.access__main--map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/720;
}

.access__main--btm .center-title {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .access__main--btm .center-title {
    margin-top: 3.5rem;
  }
}

.access__main--btm .sub-title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__main--btm .sub-title {
    margin-top: 1.5rem;
  }
}

.privacy-main {
  background-color: #E8EDF3;
}

.privacy-main__top {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.privacy-main__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 1.5rem 1rem;
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .privacy-main__content {
    max-width: 51.25rem;
    padding: 2rem;
  }
}

.privacy-main__content h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #6E6E6E;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-main__content h3 {
    font-size: 1.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.privacy-main__content p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  color: #000;
  display: flex;
}

.privacy-main__content ul {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  color: #000;
  list-style: disc;
  list-style-position: inside;
  margin-left: 2.8125rem;
}

.privacy-main__content p .num {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-case .case-main {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page-case .case__card {
    gap: 1.875rem;
  }
}

.page-case .card-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-case .card-item {
    width: calc((100% - 3.75rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .page-case .card-item {
    width: calc((100% - 3.75rem) / 3);
  }
}

.page-case .card-item .main-rinc::after {
  position: absolute;
  content: "";
  z-index: 2;
  inset: 0;
}

.page-case .card-item .page-casenum {
  font-weight: 400;
  line-height: 1.75;
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-case .card-item .page-casenum {
    padding: 0 0.5rem;
    margin: 0 0 0.75rem;
  }
}

.card-item .texts-label {
  display: flex;
  gap: 0.25rem;
}

.pickup-text {
  font-weight: 400;
  line-height: 1.75;
  font-size: 0.75rem;
  padding: 0 0.3125rem;
  margin: 0 0 0.5rem;
  background-color: #D32929;
  color: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .pickup-text {
    padding: 0 0.5rem;
    margin: 0 0 0.75rem;
  }
}

.recruit-images {
  width: 100%;
  max-width: 34.375rem;
  margin: 1.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-images {
    max-width: 60rem;
    gap: 2rem;
  }
}

.recruit-images li {
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 768px) {
  .recruit-images li {
    width: calc((100% - 6rem) / 4);
  }
}

.recruit-images li img {
  aspect-ratio: 420/300;
  object-fit: cover;
}

.recruit-message {
  background-color: #E8EDF3;
}

.recruit-message__cotents {
  max-width: 34.375rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .recruit-message__cotents {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .message__block {
    display: flex;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .message__block .wp-block-group__inner-container {
    display: flex;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .message__block:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .message__block:nth-child(2n+1) .wp-block-group__inner-container {
    flex-direction: row-reverse;
  }
}

.message__block:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .message__block:nth-child(n+2) {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .message-img {
    max-width: 21.875rem;
  }
}

.message__texts {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .message__texts {
    margin-top: 0;
    max-width: 35rem;
  }
}

.message__texts .wp-block-group__inner-container {
  display: block;
}

.message__texts h3 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .message__texts h3 {
    font-size: 1.5rem;
  }
}

.message__texts p {
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .message__texts p {
    margin-top: 1.25rem;
  }
}

.recruit-list {
  padding: 0 1.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .recruit-list {
    padding: 0 1.25rem 6.25rem;
  }
}

.recruit-list--title {
  text-align: center;
  font-weight: 700;
  line-height: 1.875;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recruit-list--title {
    font-size: 2rem;
  }
}

.recruit-list__cotents ul {
  max-width: 34.375rem;
  margin: 0.625rem auto 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recruit-list__cotents ul {
    max-width: 60rem;
  }
}

.recruit-list__cotents li {
  display: flex;
  color: #000;
  font-size: 1rem;
}

.recruit-list__cotents li:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.recruit-list__cotents li p {
  font-weight: 500;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-list__cotents li p {
    padding: 1.25rem;
  }
}

.recruit-list__cotents li .list-l {
  background-color: #E6E6E6;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .recruit-list__cotents li .list-l {
    width: 11.875rem;
  }
}

.recruit-list__cotents li .list-r {
  background-color: #fff;
  width: calc(100% - 6.25rem);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .recruit-list__cotents li .list-r {
    width: calc(100% - 11.875rem);
  }
}

.page-recruit .btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

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

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

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

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

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