@charset "UTF-8";
/*
Theme Name: 住宅型有料老人ホーム凪
Theme URI: https://example.com/my-custom-theme
Author: S.Fukushima
Author URI: https://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ------------------------------
    フォント種類
------------------------------ */
/* ------------------------------
    テキストシャドウ
------------------------------ */
/* ------------------------------
    レスポンシブ
------------------------------ */
html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 0.5208333333vw;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.7421875vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.171875vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 1.7708333333vw;
  }
}

body {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #1f1f1f;
  overflow-x: clip;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

span,
a {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

p {
  line-height: 2;
  letter-spacing: 0.05em;
}

.l-header {
  width: 100%;
  height: 8rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
}
.l-header__logo {
  width: 26rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding-top: 4rem;
  padding-left: 4rem;
  border-radius: 0 0 5rem 0;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 22rem;
    padding-left: 0;
  }
  .l-header__logo.on {
    width: 100%;
    z-index: 100;
  }
}
.l-header__logo::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  background: url(assets/images/top_left.svg) no-repeat top left/contain;
  position: absolute;
  top: 8rem;
  right: -5rem;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__logo .copy {
  font-size: 1.6rem;
  line-height: 1;
}
.l-header__logo .eg {
  font-size: 5.6rem;
  line-height: 1;
  padding-bottom: 1.6rem;
}
.l-header__logo .jp {
  font-size: 1.6rem;
  line-height: 1;
}
.l-header__nav {
  width: 100%;
  position: relative;
}
.l-header__list {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__item {
  margin: 0 2.5rem;
}
.l-header__item a {
  position: relative;
}
.l-header__item a::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: #9c9c9c;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.4s;
}
.l-header__item a:hover {
  color: #555;
  opacity: 1;
}
.l-header__item a:hover::before {
  width: 100%;
}

.l-footer__copyright {
  font-size: 10px;
  padding-bottom: 2rem;
}

.l-main {
  margin-top: 8rem;
}
.l-main__sec {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .l-main__sec {
    padding: 15rem 0;
  }
}
@media (max-width: 480px) {
  .l-main__sec {
    padding: 10rem 0;
  }
}
.l-main__inner {
  padding: 0 20rem;
}
@media (max-width: 1024px) {
  .l-main__inner {
    padding: 0 10rem;
  }
}
@media (max-width: 768px) {
  .l-main__inner {
    padding: 0 5rem;
  }
}
@media (max-width: 480px) {
  .l-main__inner {
    padding: 0 2.5rem;
  }
}
.l-main__inner2 {
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .l-main__inner2 {
    padding: 0 2.5rem;
  }
}

.l-header__hum {
  display: none;
  border: none;
  background: transparent;
}

@media (max-width: 768px) {
  .l-header__hum {
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 4rem;
    z-index: 9999;
  }
  .l-header__bar {
    display: block;
    height: 2px;
    border-radius: 1px;
    background: #1F1F1F;
    position: relative;
    transition: all 0.4s;
  }
  .l-header__bar::before, .l-header__bar::after {
    content: "";
    width: 100%;
    height: inherit;
    display: block;
    background: inherit;
    border-radius: inherit;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .l-header__bar::before {
    top: -1.5rem;
  }
  .l-header__bar::after {
    top: 1.5rem;
  }
  .l-header__bar.on {
    background: transparent;
  }
  .l-header__bar.on::before {
    top: 0;
    rotate: 45deg;
    background: #1F1F1F;
  }
  .l-header__bar.on::after {
    top: 0;
    rotate: -45deg;
    background: #1F1F1F;
  }
  .l-header__nav {
    background: rgba(204, 204, 204, 0.5);
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
  }
  .l-header__nav.on {
    opacity: 1;
    visibility: visible;
  }
  .l-header__list {
    background: #fff;
    flex-direction: column;
    padding: 20rem 4rem 8rem;
    border-radius: 0 0 8rem 8rem;
    margin: 0 0 0 auto;
    transform-origin: top center;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.8s;
  }
  .l-header__list.on {
    height: auto;
    transform: translate(0, 0);
    opacity: 1;
  }
  .l-header__item {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
  }
  .l-header__item + .l-header__item {
    margin-top: 8rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f3d6ce;
  position: absolute;
  right: 6.5rem;
  bottom: -9rem;
}
@media (max-width: 1024px) {
  .c-scroll-indicator {
    right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .c-scroll-indicator {
    right: 0.8rem;
  }
}
@media (max-width: 480px) {
  .c-scroll-indicator {
    right: 0.4rem;
  }
}
.c-scroll-indicator__text {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 2.4rem;
}
.c-scroll-indicator__line {
  width: 1px;
  height: 18rem;
  background-color: #f3d6ce;
  transform-origin: top left;
  animation: lineScroll 2s infinite;
}

@keyframes lineScroll {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.c-breadcrumb {
  padding-top: 3.2rem;
}
.c-breadcrumb__nav {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #403223;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-breadcrumb__link {
  text-decoration: underline;
}

.c-btn {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  width: 24rem;
  height: 6rem;
  margin: 0 auto;
  background: #f9f1ee;
  color: #1F1F1F;
  border-radius: 10rem;
  border: none;
  transition: all 0.6s ease;
  cursor: pointer;
}
.c-btn a {
  display: block;
  width: 100%;
  line-height: 6rem;
}
.c-btn:hover {
  background: #f3d6ce;
  color: #1F1F1F;
}

h2.wp-block-heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  line-height: 1.5;
}

h3.wp-block-heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.5;
}

h4.wp-block-heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
}

h5.wp-block-heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}

p.wp-block-heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}

.wpcf7-form {
  /* ---- 入力時 ------------------------ */
  /* ---- 確認画面 ------------------------ */
}
.wpcf7-form label {
  width: 100%;
  display: inline-block;
  margin-bottom: 3.2rem;
  cursor: pointer;
}
.wpcf7-form .contact-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.wpcf7-form .contact-required {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  padding: 0.4rem 1.2rem;
  background: #f3d6ce;
  color: #fff;
  border-radius: 0.5rem;
  margin-left: 1.6rem;
  vertical-align: middle;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 1.8rem 2rem;
  border: 2px solid #f3d6ce;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.wpcf7-form p:has(a.privacy) {
  text-align: center;
}
.wpcf7-form a.privacy {
  color: #f3d6ce;
  text-decoration: underline;
}
.wpcf7-form input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1.6rem;
  accent-color: #f3d6ce;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f3d6ce;
  border-radius: 0.5rem;
}
.wpcf7-form input[type=checkbox]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpcf7-form p:has(.wpcf7-submit) {
  text-align: center;
}
.wpcf7-form .wpcf7-submit {
  border: none;
}
.wpcf7-form .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #C1C1C1;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #C1C1C1;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #E60012;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  content: "※";
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #E60012;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output::before {
  content: "※";
}
.wpcf7-form label:has(.input-text) {
  cursor: not-allowed;
}
.wpcf7-form .input-text {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 1rem;
  border: 2px solid #f3d6ce;
  border-radius: 0.5rem;
  margin-top: 1rem;
  min-height: 6rem;
}
.wpcf7-form p:has(input[type=button]) {
  margin-top: 5rem;
}
.wpcf7-form input[type=button] {
  border: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  min-width: 24rem;
  min-height: 6rem;
  line-height: 6rem;
  background: #e2e2e2;
  color: #000;
  border-radius: 4rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 5rem;
}
@media (max-width: 480px) {
  .wpcf7-form input[type=button] {
    margin-right: 3rem;
  }
}

.c-heading {
  margin-bottom: 8rem;
}
.c-heading h2 {
  font-size: 4.8rem;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .c-heading h2 {
    font-size: 4.4rem;
  }
}
.c-heading span {
  font-size: 2.4rem;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  color: #f3d6ce;
  border-radius: 50%;
  border: 1px solid #f3d6ce;
}
.c-pagination .page-numbers.current {
  background: #f3d6ce;
  color: #fff;
}
.c-pagination__prev {
  rotate: 180deg;
  width: 0.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-pagination__next {
  width: 0.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-loop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.c-loop ul {
  display: flex;
}
.c-loop ul.forward {
  animation: loop-text-for 80s linear infinite;
}
.c-loop ul.reverse {
  animation: loop-text-rev 80s linear infinite;
}
.c-loop li {
  display: inline-block;
  line-height: 1;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 40rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-loop li {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .c-loop li {
    font-size: 15rem;
  }
}
.c-loop li + li {
  padding-left: 1rem;
}

@keyframes loop-text-for {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-text-rev {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-home__fv {
  width: 100%;
  height: calc(100vh - 12rem);
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
}
.p-home__fv::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  background: url(assets/images/top_left.svg) no-repeat top left/contain;
  position: absolute;
  top: 9.9rem;
  left: 0;
  z-index: 1;
}
.p-home__fv img {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}
@media (max-width: 768px) {
  .p-home__message h2 {
    font-size: 4rem;
    text-align: left;
  }
}
.p-home__message small {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .p-home__message small {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .p-home__message small {
    font-size: 2.8rem;
  }
}
.p-home__message p {
  display: flex;
  justify-content: center;
  font-size: 2rem;
}
.p-home__message p:not(:last-child) {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-home__message p {
    justify-content: flex-start;
    text-align: left;
  }
}
.p-home__member {
  background: #f9f1ee;
  border-radius: 10rem 0 10rem;
  padding-top: 35rem;
  padding-bottom: 30rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-home__member {
    border-radius: 7.5rem 0 7.5rem;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (max-width: 480px) {
  .p-home__member {
    padding-top: 15rem;
    padding-bottom: 12rem;
  }
}
.p-home__member::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/member_corner_top.svg) no-repeat top left/contain;
  position: absolute;
  top: -9.9rem;
  right: 0;
}
@media (max-width: 768px) {
  .p-home__member::before {
    width: 7.5rem;
    height: 7.5rem;
    top: -7.4rem;
  }
}
.p-home__member::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/member_corner_bottom.svg) no-repeat top left/contain;
  position: absolute;
  bottom: -9.9rem;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__member::after {
    width: 7.5rem;
    height: 7.5rem;
    bottom: -7.4rem;
  }
}
.p-home__member-loop {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.8;
}
.p-home__member-loop.top {
  top: -10rem;
}
@media (max-width: 768px) {
  .p-home__member-loop.top {
    top: -6rem;
  }
}
@media (max-width: 480px) {
  .p-home__member-loop.top {
    top: -2rem;
  }
}
.p-home__member-loop.bottom {
  bottom: 0;
}
.p-home__member-heading {
  position: relative;
  z-index: 1;
}
.p-home__member-flex {
  display: flex;
  background: #fff;
  border-radius: 5rem;
  overflow: hidden;
  margin: 0 5rem;
}
@media (max-width: 768px) {
  .p-home__member-flex {
    flex-direction: column;
    margin: 0 2.5rem;
  }
}
@media (max-width: 480px) {
  .p-home__member-flex {
    margin: 0 1rem;
  }
}
.p-home__member-img {
  width: 45%;
}
@media (max-width: 768px) {
  .p-home__member-img {
    width: 100%;
    height: 50rem;
  }
}
@media (max-width: 480px) {
  .p-home__member-img {
    height: 35rem;
  }
}
.p-home__member-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-home__member-img img {
    -o-object-position: 0 10%;
       object-position: 0 10%;
  }
}
.p-home__member-text {
  width: 55%;
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  .p-home__member-text {
    width: 100%;
    padding: 4rem;
  }
}
@media (max-width: 480px) {
  .p-home__member-text {
    padding: 4rem 2rem;
  }
}
.p-home__member-text h3 {
  font-size: 3.2rem;
}
.p-home__member-text span {
  display: inline-block;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-home__member-text span {
    padding-bottom: 2rem;
  }
}
.p-home__member-text dl {
  display: flex;
  flex-wrap: wrap;
}
.p-home__member-text dt,
.p-home__member-text dd {
  padding-bottom: 1rem;
}
.p-home__member-text dt {
  font-weight: 700;
  width: 30%;
}
.p-home__member-text dd {
  width: 70%;
}
.p-home__service {
  background: #f3d6ce;
  border-radius: 10rem 0 10rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-home__service {
    border-radius: 7.5rem 0 7.5rem;
  }
}
.p-home__service::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/service_corner_top.svg) no-repeat top left/contain;
  position: absolute;
  top: -9.9rem;
  right: 0;
}
@media (max-width: 768px) {
  .p-home__service::before {
    width: 7.5rem;
    height: 7.5rem;
    top: -7.4rem;
  }
}
.p-home__service::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/service_corner_bottom.svg) no-repeat top left/contain;
  position: absolute;
  bottom: -9.9rem;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__service::after {
    width: 7.5rem;
    height: 7.5rem;
    bottom: -7.4rem;
  }
}
.p-home__service-bg {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  opacity: 0.2;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .p-home__service-bg img {
    scale: 2;
    translate: 0 -8rem;
  }
}
.p-home__service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-home__service-list {
    grid-template-columns: 1fr;
  }
}
.p-home__service-item {
  background: #fff;
  border-radius: 5rem;
  overflow: hidden;
}
.p-home__service-img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-home__service-img {
    height: 35rem;
  }
}
.p-home__service-img img {
  width: 100%;
  height: 100%;
}
.p-home__service-text {
  width: 100%;
  padding: 4rem;
}
.p-home__service-text .plan-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.p-home__service-text .plan-name span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.p-home__service-text .plan-name .img-box {
  display: flex;
  gap: 1rem;
}
.p-home__service-text .plan-name .img-box img {
  width: 2.4rem;
  height: 2.4rem;
}
.p-home__service-text h3 {
  font-size: 2.4rem;
}
.p-home__service-text p {
  margin-bottom: 1rem;
}
.p-home__service-text p i::before {
  padding-right: 0.5rem;
}
.p-home__service-text ul {
  opacity: 0.6;
}
.p-home__service-text ul li {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.p-home__service-text ul li.point {
  color: #f50f0f;
}
.p-home__service-sublist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-home__service-sublist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }
}
.p-home__service-subitem {
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
}
.p-home__service-subitem:nth-child(n+3) {
  margin-top: 2%;
}
@media (max-width: 768px) {
  .p-home__service-subitem:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .p-home__service-subitem {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .p-home__service-subitem {
    width: 49%;
  }
}
.p-home__service-subtext {
  width: 100%;
  padding: 1.6rem;
}
.p-home__service-subtext h3 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-home__service-subtext h3 {
    font-size: 1.6rem;
  }
}
.p-home__service-message {
  font-size: 2.4rem;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .p-home__service-message {
    font-size: 2rem;
  }
}
.p-home__works {
  border-radius: 10rem 0 10rem;
  position: relative;
  background-color: #444546;
  background-image: radial-gradient(circle, #4b4b4b 4px, transparent 4px), radial-gradient(circle, #4b4b4b 4px, transparent 4px);
  background-position: 0 0, 8px 16px;
  background-size: 16px 32px;
}
@media (max-width: 768px) {
  .p-home__works {
    border-radius: 7.5rem 0 7.5rem;
  }
}
.p-home__works::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/works_corner_top.svg) no-repeat top left/contain;
  position: absolute;
  top: -9.9rem;
  right: 0;
}
@media (max-width: 768px) {
  .p-home__works::before {
    width: 7.5rem;
    height: 7.5rem;
    top: -7.4rem;
  }
}
.p-home__works::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  background: url(assets/images/works_corner_bottom.svg) no-repeat top left/contain;
  position: absolute;
  bottom: -9.9rem;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__works::after {
    width: 7.5rem;
    height: 7.5rem;
    bottom: -7.4rem;
  }
}
.p-home__works .c-heading {
  color: #fff;
}
.p-home__works-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-home__works-list {
    grid-template-columns: 1fr;
  }
}
.p-home__works-item {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 3rem;
  overflow: hidden;
}
.p-home__contact-item {
  display: flex;
  flex-direction: column;
  background: #f9f1ee;
  padding: 4rem;
  margin-bottom: 4rem;
  border-radius: 2rem;
}
.p-home__contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  cursor: pointer;
}
.p-home__contact-title .error-message {
  display: none;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  color: red;
}
.p-home__contact-radio label {
  padding-right: 2rem;
  cursor: pointer;
}
.p-home__contact-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.p-home__contact-text {
  font-size: 1.8rem;
  padding: 1.6rem;
  border: none;
  border-radius: 1rem;
}
.p-home__contact-textarea {
  height: 20rem;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1.6rem;
  border: none;
  border-radius: 1rem;
}
.p-home__contact-privacy {
  width: 100%;
  height: 20rem;
  background: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow-y: scroll;
}
.p-home__contact-privacy p:not(:first-child) {
  padding-left: 2rem;
}
.p-home__contact-privacy p:not(:last-child) {
  padding-bottom: 2.4rem;
}
.p-home__contact-btn {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  width: 24rem;
  height: 6rem;
  margin: 0 auto;
  background: #1F1F1F;
  color: #fff;
  border-radius: 10rem;
  border: none;
  transition: all 0.6s ease;
  cursor: pointer;
}
.p-home__contact-btn:hover {
  opacity: 0.8;
  background: #f3d6ce;
  color: #1F1F1F;
}
.p-home__contact-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.p-home__contact-btn:disabled:hover {
  opacity: 0.2;
  background: #1F1F1F;
  color: #fff;
}
.p-home__thanks {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
}
.p-home__thanks h3 {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.p-home__thanks p {
  padding-bottom: 4rem;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-np-none {
  display: block;
}
@media (max-width: 1024px) {
  .u-np-none {
    display: none;
  }
}

.u-tb-none {
  display: block;
}
@media (max-width: 768px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}

.u-tb-inline {
  display: none;
}
@media (max-width: 768px) {
  .u-tb-inline {
    display: block;
  }
}

.u-sp-inline {
  display: none;
}
@media (max-width: 480px) {
  .u-sp-inline {
    display: block;
  }
}

.u-white {
  color: #fff;
}

.u-text-shadow {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.u-font-32 {
  font-size: 3.2rem;
}

.u-filter {
  filter: brightness(0.5);
}

.home .js-fv01 {
  opacity: 0;
  transition: all 0.8s;
}
.home .js-fv01.active {
  opacity: 1;
}
.home .js-fv02 {
  opacity: 0;
  transition: all 0.8s;
}
.home .js-fv02.active {
  opacity: 1;
}
.home .js-fv03 {
  opacity: 0;
  transform: translateX(-5rem);
  filter: blur(10px);
  transition: all 0.8s;
}
.home .js-fv03.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.home .js-fv04 {
  opacity: 0;
  transition: all 0.8s;
}
.home .js-fv04.top {
  transform: translateY(-2.5rem);
}
.home .js-fv04.bottom {
  transform: translateY(2.5rem);
}
.home .js-fv04.active {
  opacity: 1;
  transform: translateY(0);
}

.js-top {
  opacity: 0;
  transform: translateY(-2.5rem);
  transition: all 0.8s;
}
.js-top.active {
  opacity: 1;
  transform: translateY(0);
}

.js-bottom {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 0.8s;
}
.js-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.js-left {
  opacity: 0;
  transform: translateX(-2.5rem);
  transition: all 0.8s;
}
.js-left.active {
  opacity: 1;
  transform: translateX(0);
}

.js-right {
  opacity: 0;
  transform: translateX(2.5rem);
  transition: all 0.8s;
}
.js-right.active {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */