@charset "UTF-8";
/*!
Theme Name:		tsuzuku-design
Theme URI:		
Description:	tsuzuku-design
Author:			tsuzuku-design
Author URI:		
Version:		1.0
License:
License URI:
*/
/*
 * global
 */
/*
 * foundation
 */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-white: g.$white;
  --color-gray: g.$gray;
  --color-theme: g.$black;
  --main-color: g.$main_color;
  --sub-color: g.$sub_color;
  --box-shadow:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover:
    1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset:
    inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark:
    0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

html {
  font-family: "Lexend Exa", "Noto Sans JP", sans-serif;
  color: #4C4646;
  background-color: #FAF8F1;
  font-size: 62.5%;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  animation: fadeIn 1.7s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.7s ease 0s 1 normal;
}

body {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.overflow {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

.font_en {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}

p {
  letter-spacing: 0.08em;
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #88A867;
}
a:hover {
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a img:hover {
  transition: 0.3s;
}

.a_underline {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

.text_c {
  text-align: center;
  margin: 0 auto;
}

.color_main {
  color: #88A867;
}

.color_sub {
  color: #A0A9CF;
}

.color_white {
  color: #FAF8F1;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp_br {
    display: block;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 576px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 576px) {
  .sp_none {
    display: none;
  }
}

.page_top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: 1px solid #4C4646;
  color: #4C4646;
  font-size: 1rem;
  background-color: #FAF8F1;
  border-radius: 50%;
  z-index: 999;
  transition: none;
}
@media screen and (max-width: 576px) {
  .page_top {
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
}

/* 1. SVGを包む親要素（この中にノイズを閉じ込める） */
.svg-wrapper {
  position: relative;
  display: inline-block;
}

.svg-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* 擬似要素でノイズの層を作る */
.svg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* 右上が「白く（明るく）ザラザラ」するように設定 */
  background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0.8), transparent), url(./image/common/noise.svg);
  background-size: cover;
  /* 透過画像に沿って切り抜く（先ほどJSやstyle属性で設定した --mask を流用） */
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 【ここが重要】明るい質感にするためのブレンドモード */
  mix-blend-mode: overlay;
  opacity: 1; /* 黒さが消えるので、不透明度は高めでOK */
}

/*
 * layout
 */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 80px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: 70px;
  }
}

.l-header__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 30px;
  transition: all 0.3s ease;
}

.l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}

.l-header__logoImg {
  height: 45px;
  width: auto;
  transition: all 0.3s ease;
}
.l-header__logoImg:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .l-header__logoImg {
    height: 35px;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    margin-right: 0px;
  }
}

.l-header__navLists {
  list-style: none;
  display: flex;
  align-items: center;
}

.l-header__navList {
  transform: skewX(150deg);
  border-left: 1px solid #4C4646;
}

.l-header__navList--last {
  border-right: 1px solid #4C4646;
  margin-right: 30px;
}

.l-header__navList a {
  transform: skewX(-150deg);
  padding: 0 30px;
  text-decoration: none;
  color: #4C4646;
  line-height: 2rem;
  text-align: center;
  display: block;
  font-size: clamp(0.7rem, 0.6rem + 0.625vw, 1.2rem);
}
.l-header__navList a:hover {
  color: #88A867;
}
@media screen and (max-width: 992px) {
  .l-header__navList a {
    padding: 0 15px;
  }
}

.l-header__contact a {
  color: #FAF8F1;
  padding: 8px 45px 8px 30px;
  font-size: clamp(0.6rem, 0.5rem + 0.625vw, 1rem);
}

.l-header__contact .l-header__nav-en {
  margin-bottom: 2px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  .l-header__font-min {
    font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  }
}
.l-header__nav-en {
  display: block;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
  font-weight: 600;
  transition: all;
}
@media screen and (max-width: 992px) {
  .l-header__nav-en {
    font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
  }
}

.l-header__navList--sp {
  display: none;
}

/* Scrolled header styles */
.js-scrolled-nav {
  background-color: rgba(248, 247, 244, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: auto;
}
.js-scrolled-nav .l-header__inner {
  padding: 1rem 15px;
}
.js-scrolled-nav .l-header__logoImg {
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .js-scrolled-nav .l-header__logoImg {
    height: 35px;
  }
}
.js-scrolled-nav .l-header__navList a {
  font-size: clamp(0.5rem, 0.5rem + 0.625vw, 1.2rem);
}
.js-scrolled-nav .l-header__nav-en {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}
@media screen and (max-width: 768px) {
  .js-scrolled-nav .l-header__inner {
    padding: 0.7rem 15px;
  }
  .js-scrolled-nav .l-header__navList a {
    font-size: clamp(0.7rem, 0.6rem + 0.625vw, 1.2rem);
  }
  .js-scrolled-nav .l-header__nav-en {
    font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
  }
}

.js-menu-toggle {
  display: none;
}

/* Small screen styles */
@media screen and (max-width: 768px) {
  .js-navLinks {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 5%;
    background: #FAF8F1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
  }
  .l-header__navList {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #C5C3BF;
    border-left: none;
  }
  .l-header__navList a {
    font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__navList .l-header__font-min {
    font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
  }
  .l-header__navList--last {
    border-right: none;
  }
  .l-header__nav-en {
    font-size: clamp(2rem, 1.8rem + 0.625vw, 2.5rem);
    margin-right: 30px;
  }
  .l-header__contact {
    display: block;
    width: 100%;
    margin: 15px auto;
  }
  .l-header__contact .l-header__nav-en {
    margin-right: 0;
  }
  .l-header__contact a {
    display: block;
  }
  .l-header__navList--logoImg {
    height: 30px;
    margin: 30px auto 50px;
  }
  .l-header__navList--tel {
    display: block;
    margin: 30px auto;
    font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
    color: #4C4646;
    text-align: center !important;
  }
  .l-header__navList--tel span {
    font-size: clamp(3.3rem, 3rem + 0.625vw, 3.8rem);
  }
  .js-navLinks.nav-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__navList--sp {
    display: block !important;
  }
  .l-header__snsLinks {
    display: flex !important;
    justify-content: center;
    gap: 0 10px;
  }
  .l-header__snsLink {
    display: block;
    width: 50px;
  }
  .l-header__snsLink img {
    width: 100%;
    height: auto;
  }
  .l-header__snsLink img:hover {
    opacity: 0.7;
  }
  .js-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: relative;
    padding: 10px 0 0;
    top: 10px;
    right: 0;
    z-index: 1001;
  }
  .l-header__hamburger,
  .l-header__hamburger::before,
  .l-header__hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    background-color: #4C4646;
  }
  .l-header__hamburger::before {
    top: -8px;
  }
  .l-header__hamburger::after {
    top: 8px;
  }
  .js-menu-toggle.active .l-header__hamburger {
    transform: rotate(30deg);
  }
  .js-menu-toggle.active .l-header__hamburger::before {
    top: 0;
    transform: rotate(-60deg);
  }
  .js-menu-toggle.active .l-header__hamburger::after {
    top: 0;
    transform: rotate(-60deg);
  }
  .l-header__menu {
    line-height: 2.5;
  }
  .l-header__menu::before {
    content: "MENU";
    font-size: 8px;
    font-family: "Lexend Exa", sans-serif;
    text-align: center;
  }
  .js-menu-toggle.active .l-header__menu::before {
    content: "CLOSE";
  }
}
.thanks #contact {
  display: none;
}

.l-footer__contact {
  background-color: #E7E692;
  padding: 80px 0;
  border-radius: 150px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    border-radius: 50px;
  }
}

.l-footer__contactBg {
  background-image: url(./image/common/footer_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.l-footer {
  padding: 80px 0;
  border-bottom: 10px solid #4C4646;
}

.l-footer__logoImg {
  display: block;
  max-width: 300px;
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
}

.l-footer_nav {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer_nav .l-header__navList {
    transform: skewX(0deg);
  }
  .l-footer_nav .l-header__navList a {
    transform: skewX(0deg);
  }
}

.copyright {
  margin-top: 80px;
  text-align: center;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
}

.l-main__l {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.l-main__m {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.l-main__s {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.l-main__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}

.l-main__flexLeft {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-main__flexLeft {
    width: 100%;
  }
}

.l-main__flexRight {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .l-main__flexRight {
    width: 100%;
  }
}

.l-main__flexBg {
  margin-left: calc(50% - 50vw);
  left: 0;
  height: 100%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-main__flexBg {
    width: 45%;
  }
}

/*
 * object
 */
.c-button {
  background-color: #4C4646;
  color: #FAF8F1;
  padding: 13px 45px 13px 30px;
  border-radius: 80px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
}
.c-button::after {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FAF8F1;
  color: #4C4646;
  height: 20px;
  width: 20px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  line-height: 20px;
  text-align: center;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-variation-settings: "wght" 400;
}
.c-button:hover {
  background-color: #88A867;
}
.c-button:hover::after {
  color: #88A867;
}

.c-button__white {
  background-color: #fff;
  border: 1px solid #4C4646;
  color: #4C4646;
  padding: 13px 45px 13px 30px;
  border-radius: 80px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
}
.c-button__white::after {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4C4646;
  color: #FAF8F1;
  height: 20px;
  width: 20px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  line-height: 20px;
  text-align: center;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-variation-settings: "wght" 400;
}
.c-button__white:hover {
  background-color: #88A867;
  color: #fff;
}
.c-button__white:hover::after {
  background-color: #fff;
  color: #88A867;
}

.c-title__wrapper {
  margin-bottom: 50px;
}

.c-title__maru {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.c-title__maru::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.c-title__maru--green::before {
  background-color: #88a867;
}
.c-title__maru--blue::before {
  background-color: #a0a9cf;
}
.c-title__maru--yellow::before {
  background-color: #e7e692;
}
.c-title__maru--red::before {
  background-color: #EA6464;
}

.c-title__wrapper_main-right {
  position: relative;
  padding-bottom: 15px;
}
.c-title__wrapper_main-right::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 70px;
  height: 3px;
  background-color: #88A867;
}

.c-title__border_left {
  padding-left: 15px;
  border-left: 3px solid #88A867;
}

.c-title__sub {
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  margin-top: -10px;
}

.c-title__ss {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}

.c-title__Big {
  font-size: clamp(3.3rem, 3rem + 0.625vw, 3.8rem);
}

.c-title__xl {
  font-size: clamp(2.8rem, 2.5rem + 0.625vw, 3.3rem);
}

.c-title__l {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
}

.c-title__m {
  font-size: clamp(2rem, 1.8rem + 0.625vw, 2.5rem);
}

.c-title__s {
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
}

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

.l-flex__justifyCenter {
  justify-content: center;
}

.l-flex__alignCenter {
  align-items: center;
}

.l-flex__20 {
  width: 20%;
}

.l-flex__30 {
  width: 30%;
}

.l-flex__70 {
  width: 70%;
}

.l-flex__60 {
  width: 60%;
}

.l-flex__2column {
  width: 45%;
}

.l-flex__3column {
  width: 31%;
}

.l-card__works {
  width: 45%;
  margin-bottom: 50px;
}
.l-card__works:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-card__works {
    width: 100%;
    margin-top: 0;
  }
}

.l-card__worksImg {
  width: 100%;
}
.l-card__worksImg img {
  width: 100%;
  height: auto;
}

.l-card__worksTitle {
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
}

.l-card__worksUrl {
  display: flex;
  align-items: center;
  color: #FAF8F1;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  line-height: 1;
}
.l-card__worksUrl::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  font-variation-settings: "wght" 400;
  font-size: 1.5rem;
  padding-top: 2px;
  padding-left: 10px;
}
.l-card__worksUrl:hover {
  text-decoration: underline;
}
.l-card__worksUrl:hover::after {
  text-decoration: none;
}

.l-card__works--archive .l-card__worksUrl {
  color: #4C4646;
}

.p-top__mvWrapper {
  width: 100%;
  padding: 25vh 0;
}

.p-top__mvTitleWrap {
  position: relative;
  z-index: 10;
}

.p-top__mv_title-item {
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__mv_title-item {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .p-top__mv_title-item {
    font-size: 2.5rem;
  }
}

.p-top__mv_title-item span {
  /* transformプロパティを有効にするため */
  display: inline-block;
}

.p-top__mvTitleLead {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top__mvTitleLead {
    font-size: 1.3rem;
  }
}

.p-top__mvBg {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.p-top__mvImg {
  max-width: 700px;
  width: 80vw;
  margin: auto;
  z-index: 0;
}

.p-top__mvImg svg {
  width: 100%;
}

.p-top__mvLine {
  width: 100%;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.p-top__mvLine img {
  width: 100%;
}

.p-top__leadBg {
  background-image: url(./image/top/lead_bg.svg);
  background-size: cover;
  padding: 40px 0 40px;
}

.p-top__service {
  background-color: #f0ede7;
  padding: 100px 0 200px;
  border-radius: 100px 100px 0 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__service {
    border-radius: 50px 50px 0 0;
  }
}
.p-top__service::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./image/top/service_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}

.p-top__service_contents {
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__service_contents {
    grid-template-columns: 1fr;
  }
}

.p-top__service_wrapper {
  background-color: #fff;
  padding: 3rem 3rem;
  border-radius: 10px;
}

.p-top__service_wrapper-big {
  padding: 3rem 5rem;
  grid-column: 1/4;
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-top__service_wrapper-big .p-top__serviceImg {
  width: 30%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__service_wrapper-big {
    grid-column: 1/2;
    flex-direction: column;
  }
  .p-top__service_wrapper-big .p-top__serviceImg {
    width: 100%;
    margin-bottom: 24px;
  }
}

.p-top__serviceImg {
  width: 100%;
  margin-bottom: 24px;
}
.p-top__serviceImg img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-top__serviceTxt {
  width: 100%;
}

.p-top__serviceButton {
  position: relative;
  z-index: 2;
}

.p-top__works {
  margin-top: -100px;
  background: linear-gradient(to bottom right, #88a867, #e6eba8);
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 150px;
}
.p-top__works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 2. ざらざらしたノイズ（SVGデータ）を重ねる */
  background-image: url(./image/common/noise.svg);
  background-size: cover;
  /* 3. 透明度と合成モードで質感を調整 */
  opacity: 0.2; /* ここを大きくするとザラザラが強くなります */
  mix-blend-mode: overlay; /* overlay や screen に変えると印象が変わります */
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top__works {
    border-radius: 50px;
  }
}

.p-top__worksBg {
  padding: 80px 0;
  background-image: url(./image/top/works_bg.svg);
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.p-top__about {
  background-image: url(./image/top/about_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.p-top__about .l-main__m {
  padding: 80px 0 40px;
  background-image: url(./image/top/about_bg2.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .p-top__about .l-main__m {
    background-size: 80%;
    background-position: bottom right;
  }
}

.p-top__aboutImg {
  width: 25%;
}
.p-top__aboutImg img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top__aboutImg {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-top__aboutTxt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-top__aboutTxt {
    width: 100%;
  }
}

.p-top__news-lists {
  width: 100%;
}

.p-top__news-list {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #C5C3BF;
}
.p-top__news-list a {
  width: calc(100% - 190px);
}
.p-top__news-list a:hover {
  color: #88A867;
}
@media screen and (max-width: 768px) {
  .p-top__news-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top__news-list a {
    width: 100%;
  }
}

.p-top__news-info {
  display: flex;
  align-items: center;
  margin-right: 30px;
  line-height: 1;
  width: 230px;
}

.p-top__news-day {
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  margin-right: 10px;
  width: clamp(9rem, 5.7rem + 0.625vw, 7rem);
}

.p-top__news-cat {
  color: #757270;
  border: 1px solid #C5C3BF;
  padding: 2px 10px;
  line-height: 1;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
}

.p-top__news-post-title {
  color: #4C4646;
}
.p-top__news-post-title:hover {
  color: #88A867;
}

.p-top__flex-carousel {
  margin-right: calc(50% - 50vw);
  right: 0;
}
.p-top__flex-carousel .slick-list {
  padding: 0 30% 0 0 !important;
}

.p-top__carousel-wrapper {
  margin-right: 30px;
}
.p-top__carousel-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top__carousel-wrapper {
    margin-right: 20px;
  }
}

.slick-dots {
  margin: 0 0 !important;
  text-align: left !important;
  bottom: -50px !important;
}
.slick-dots li {
  width: 70px !important;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 12.5vw !important;
  }
}
.slick-dots li button::before {
  width: 75px !important;
  height: 7px !important;
  color: inherit !important;
  background-color: #C5C3BF;
}
@media screen and (max-width: 768px) {
  .slick-dots li button::before {
    width: 13.25vw !important;
  }
}
.slick-dots li.slick-active button::before {
  background-color: #88A867;
}

.p-top__bg_overlap {
  display: flex;
  flex-direction: column;
}

.p-top__img100vw img {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top__img100vw img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top__100-wrapper {
  width: 100%;
  background-color: #FAF8F1;
  padding: 7%;
  margin-top: -200px;
  z-index: 1;
}

.p-top__lists {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.p-top__lists dt {
  width: 15%;
  padding: 15px 0;
  border-bottom: solid 1px #C5C3BF;
}
.p-top__lists dd {
  width: 85%;
  padding: 15px 0 15px 3%;
  border-bottom: solid 1px #C5C3BF;
}

.p-top__2column-map {
  height: auto !important;
}
.p-top__2column-map iframe {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__2column-map iframe {
    height: 40vh;
  }
}

.p-form_table {
  width: 100%;
}
.p-form_table tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.p-form_table th {
  padding: 0 15px;
  text-align: left;
  font-weight: 500;
  width: 220px;
}
@media screen and (max-width: 992px) {
  .p-form_table th {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.p-form_table td {
  padding: 0 0 0 15px;
  text-align: left;
  width: calc(100% - 220px);
}
@media screen and (max-width: 992px) {
  .p-form_table td {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
}
.p-form_table td input[type=radio] {
  accent-color: #88A867;
}
.p-form_table td input[type=text],
.p-form_table td textarea {
  padding: 15px;
  font-family: "Noto Sans JP", sans-serif, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: normal;
}
.p-form_table td input.textsp {
  padding: 15px 2%;
  max-width: 500px;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .p-form_table td input.textsp {
    margin: 0;
  }
}
.p-form_table td input,
.p-form_table td textarea {
  padding: 15px 2%;
  width: 100%;
  background-color: #FAF8F1;
  border-radius: 5px;
}
.p-form_table .textsp_2 {
  width: 70%;
}
.p-form_table ::-moz-placeholder {
  color: #C5C3BF;
}
.p-form_table ::placeholder {
  color: #C5C3BF;
}
.p-form_table td input[type=radio] {
  margin-bottom: 10px;
  margin-right: 5px;
}
.p-form_table td .wpcf7-list-item {
  display: block;
}
.p-form_table td label input {
  width: 15px;
  display: inline-block;
  margin-right: 20px;
}

/*必須の調整*/
.p-form_haveto {
  display: inline-block;
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  padding: 1px 5px;
  background-color: #EA6464;
  color: #FAF8F1;
  border-radius: 2px;
  font-size: 0.9rem;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

/*任意の調整*/
.p-form_any {
  font-size: 7px;
  padding: 5px;
  background: #C5C3BF;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*送信ボタンのデザイン変更*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

#p-form__formbtn {
  display: inline-block;
  position: relative;
  padding: 13px 60px 13px 45px;
  border-radius: 80px;
  margin: 30px auto;
  text-align: center;
  background: #4C4646;
  font-size: 1em;
  border: none;
  transition: 0.3s;
}
#p-form__formbtn::after {
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FAF8F1;
  color: #4C4646;
  height: 20px;
  width: 20px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  line-height: 20px;
  text-align: center;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-variation-settings: "wght" 400;
}
#p-form__formbtn input {
  color: #fff;
}
#p-form__formbtn p {
  text-align: center;
}
#p-form__formbtn .wpcf7-spinner {
  display: none;
}
#p-form__formbtn:hover {
  background-color: #88A867;
}
#p-form__formbtn:hover::after {
  color: #88A867;
}

.p-form__p {
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
}

.p-pages__header {
  padding: 160px 0 40px;
}
.p-pages__header .font_en {
  font-size: 4.5rem;
}
.p-pages__header h2 {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}

.p-pages__headerTitle {
  position: relative;
}

.p-pages__headerImg {
  max-width: 500px;
  background-image: url(./image/service/heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.pankuzu {
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  padding: 20px 0 0;
  font-weight: normal;
}

.p-pages__nav {
  position: relative;
  z-index: 0;
  list-style-type: none;
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.p-pages__nav li {
  margin-bottom: 8px;
}

.p-pages__service {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  max-width: 1200px;
  margin: 0px auto 0;
}
@media screen and (max-width: 576px) {
  .p-pages__service {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-pages__servicesWrapper {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .p-pages__servicesWrapper {
    margin-top: 0;
    margin: 0px auto 80px;
  }
}

#renewal,
#wordPress {
  margin: -80px auto 0;
}
@media screen and (max-width: 768px) {
  #renewal,
  #wordPress {
    margin: 0px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  #homepage {
    margin: 0px auto 40px;
  }
}

.p-pages__serviceImage {
  margin-right: -20%;
  width: 65%;
  order: 2;
}
.p-pages__serviceImage img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-pages__serviceImage {
    order: 2;
    margin-right: 0;
    width: 80%;
  }
}

.p-pages__serviceContent {
  width: 45%;
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .p-pages__serviceContent {
    width: 90%;
    padding: 40px 0 16px;
  }
}

.p-pages__service--reverse .p-pages__serviceImage {
  order: 1;
  margin-right: 0;
  margin-left: -20%;
}
@media screen and (max-width: 576px) {
  .p-pages__service--reverse .p-pages__serviceImage {
    order: 2;
    margin-left: 0;
  }
}
.p-pages__service--reverse .p-pages__serviceContent {
  order: 2;
}
@media screen and (max-width: 576px) {
  .p-pages__service--reverse .p-pages__serviceContent {
    order: 1;
  }
}

.p-pages__headding h3 {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}

.p-pages__priceWrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 3em;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .p-pages__priceWrapper {
    padding: 2em;
    flex-direction: column;
  }
}

.p-pages__priceInfo {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-pages__priceInfo {
    width: 100%;
    margin-bottom: 24px;
  }
}

.p-pages__price {
  text-align: right;
  margin-bottom: 24px;
}
.p-pages__price span {
  font-size: 2rem;
}

.p-pages__priceIncluded ul li {
  padding: 0;
  margin: 0 0 0 24px;
}

.p-pages__included {
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 24px;
}

.p-pages__flowWrapper {
  padding: 24px 0;
  border-bottom: 1.5px dotted #4C4646;
}

.p-pages__flowHeadding {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.p-pages__flowHeadding h4 {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
}

.p-pages__flowNum {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
  padding: 0 24px 0 0;
  border-right: 1px solid #4C4646;
}

.p-pages__priceList {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.p-pages__priceList dt {
  width: 30%;
  padding: 8px 0;
  border-bottom: 1px solid #C5C3BF;
}
.p-pages__priceList dd {
  width: 70%;
  padding: 8px 0;
  text-align: right;
  border-bottom: 1px solid #C5C3BF;
}

.p-pages__worksBg {
  background-image: url(./image/service/heading.png);
  background-size: 70%;
  background-position: top 15% right 15%;
  background-repeat: no-repeat;
}

.p-post__fixed-title {
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
  font-weight: normal;
  margin: 50px 0;
  padding: 10px 0;
  border-top: 1px solid #C5C3BF;
  border-bottom: 1px solid #C5C3BF;
}
@media screen and (max-width: 768px) {
  .p-post__fixed-title {
    display: none;
  }
}

.p-post__entry-header {
  margin-bottom: 50px;
}

.p-post__entry-title {
  font-size: clamp(2rem, 1.8rem + 0.625vw, 2.5rem);
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #C5C3BF;
}

.p-post__post-meta {
  display: flex;
  align-items: center;
}

.p-post__worksCatList {
  list-style: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.p-post__worksCatList li {
  font-size: clamp(0.8rem, 0.7rem + 0.625vw, 1.3rem);
  padding: 0px 8px;
  border: 1px solid #4C4646;
}

.p-post__single_thum img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.p-post__entry-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #C5C3BF;
}
.p-post__entry-content p,
.p-post__entry-content ul,
.p-post__entry-content ol,
.p-post__entry-content img {
  margin-bottom: 20px;
}
.p-post__entry-content img {
  max-width: 100%;
}
.p-post__entry-content a {
  color: #88A867;
  text-decoration: underline;
}
.p-post__entry-content h1,
.p-post__entry-content h2,
.p-post__entry-content h3,
.p-post__entry-content h4,
.p-post__entry-content h5,
.p-post__entry-content h6 {
  margin: 50px 0 15px;
  padding: 5px 0;
  font-weight: normal;
  text-align: left !important;
}
.p-post__entry-content .wp-block-columns h1,
.p-post__entry-content .wp-block-columns h2,
.p-post__entry-content .wp-block-columns h3,
.p-post__entry-content .wp-block-columns h4,
.p-post__entry-content .wp-block-columns h5,
.p-post__entry-content .wp-block-columns h6 {
  margin: 15px 0 15px;
}
.p-post__entry-content h1 {
  border-bottom: 1px solid #C5C3BF;
  font-size: clamp(2rem, 1.8rem + 0.625vw, 2.5rem);
}
.p-post__entry-content h2 {
  border-left: 3px solid #C5C3BF;
  padding-left: 10px;
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
  font-weight: 500;
}
.p-post__entry-content h3 {
  border-bottom: 1px solid #C5C3BF;
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 1.8rem);
  font-weight: 500;
}
.p-post__entry-content h4 {
  border-bottom: 1px solid #C5C3BF;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
  font-weight: 500;
}
.p-post__entry-content h5 {
  border-left: 2px solid #C5C3BF;
  padding-left: 10px;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
  font-weight: 500;
}
.p-post__entry-content h6 {
  border-bottom: 1px solid #C5C3BF;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.65rem);
  font-weight: 500;
}
.p-post__entry-content li {
  margin-left: 25px;
  margin-bottom: 10px;
}
.p-post__entry-content li ol {
  margin-top: 15px;
}
.p-post__entry-content .wp-block-image {
  margin: 15px 0;
}
.p-post__entry-content iframe {
  width: 100% !important;
}

.pagination {
  margin: 50px auto;
}

.page-numbers {
  display: flex;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-numbers li a,
.page-numbers li span {
  border: 1px solid #88A867;
  color: #88A867;
  padding: 5px 10px;
  line-height: 1;
}
.page-numbers li span.current {
  background-color: #88A867;
  color: #FFF;
}

.u-margin__0-auto {
  margin: 0 auto;
}

.u-margin--top0 {
  margin-top: 0;
}
.u-margin--top15 {
  margin-top: 15px;
}
.u-margin--top30 {
  margin-top: 30px;
}
.u-margin--top50 {
  margin-top: 50px;
}
.u-margin--top80 {
  margin-top: 80px;
}
.u-margin--top100 {
  margin-top: 100px;
}
.u-margin--top150 {
  margin-top: 150px;
}
.u-margin--bottom0 {
  margin-bottom: 0;
}
.u-margin--bottom10 {
  margin-bottom: 10px;
}
.u-margin--bottom15 {
  margin-bottom: 15px;
}
.u-margin--bottom30 {
  margin-bottom: 30px;
}
.u-margin--bottom50 {
  margin-bottom: 50px;
}
.u-margin--bottom80 {
  margin-bottom: 80px;
}
.u-margin--bottom100 {
  margin-bottom: 100px;
}
.u-margin--bottom120 {
  margin-bottom: 120px;
}
.u-margin--bottom150 {
  margin-bottom: 150px;
}

.u-padding--top0 {
  padding-top: 0;
}
.u-padding--top30 {
  padding-top: 30px;
}
.u-padding--top50 {
  padding-top: 50px;
}
.u-padding--top80 {
  padding-top: 80px;
}
.u-padding--top100 {
  padding-top: 100px;
}
.u-padding--bottom0 {
  padding-bottom: 0;
}
.u-padding--bottom10 {
  padding-bottom: 10px;
}
.u-padding--bottom30 {
  padding-bottom: 30px;
}
.u-padding--bottom50 {
  padding-bottom: 50px;
}
.u-padding--bottom80 {
  padding-bottom: 80px;
}
.u-padding--bottom100 {
  padding-bottom: 100px;
}/*# sourceMappingURL=style.css.map */