@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");

/* Base */
.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

@media (width <= 768px) {
  .sp-none {
    display: none;
  }
}

@media (width <= 768px) {
  .sp-spacer-40 {
    height: 40px !important;
  }
}

@media (width <= 768px) {
  .sp-spacer-10 {
    height: 10px !important;
  }
}

/* メニュー */
.c-gnav li {
  color: #402310;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .menu-item-19 a,
  .menu-item-18 a,
  .menu-item-565 a,
  .menu-item-566 a {
    padding: 0px 20px 0 20px !important;
  }

  .c-gnav .menu-item-17 a {
    padding: 0 0px !important;
    margin-left: 20px;
  }

  .c-gnav .menu-item-17 span {
    background: linear-gradient(135deg, #ca8a04 0%, #facc15 50%, #fef9c3 100%);
    background-size: 200% 100%;
    padding: 18px 40px;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 600;
  }
  .c-gnav .menu-item-17 span:hover {
    background-position: 100% 0;
  }

  .c-gnav .menu-item-17 a::after {
    height: 0px;
  }
}

/* HOME > FV */
@media (width <= 960px) {
  .p-mainVisual .p-mainVisual__slideTitle {
    font-size: clamp(24px, 24px + (28 - 24) * (100vw - 450px) / 510, 28px);
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.5),
      1px 0 0 rgba(255, 255, 255, 0.5), 0 -0.5px 0 rgba(255, 255, 255, 0.5),
      0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.16),
      0 0 16px rgba(255, 205, 131, 0.18);
  }
}
@media (width <= 450px) {
  .p-mainVisual .p-mainVisual__slideTitle {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / 130, 24px);
  }
}
@media (width <= 960px) {
  .p-mainVisual .p-mainVisual__slideText {
    font-size: clamp(16px, 16px + (25 - 16) * (100vw - 450px) / 510, 25px);
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.5),
      1px 0 0 rgba(255, 255, 255, 0.5), 0 -0.5px 0 rgba(255, 255, 255, 0.5),
      0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.16),
      0 0 16px rgba(255, 205, 131, 0.18);
  }
}
@media (width <= 450px) {
  .p-mainVisual .p-mainVisual__slideText {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 320px) / 130, 16px);
  }
}
@media (width <= 768px) {
  .p-mainVisual .p-mainVisual__textLayer {
    padding-top: clamp(96px, 28vw, 170px);
  }
}

@media (width <= 768px) {
  #main_visual .p-mainVisual__img.u-obf-cover {
    -o-object-position: 55% 50% !important;
    object-position: 55% 50% !important;
  }
}

@media (width <= 450px) {
  #main_visual .p-mainVisual__img.u-obf-cover {
    -o-object-position: 60% 50% !important;
    object-position: 60% 50% !important;
  }
}

@media (width <= 768px) {
  #main_visual .p-mainVisual__imgLayer {
    position: absolute;
  }
}
@media (width <= 768px) {
  #main_visual .p-mainVisual__imgLayer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(255, 255, 255, 0.5) 40%,
      rgba(255, 255, 255, 0) 65%
    );
    opacity: 0.8;
  }
}

.p-mainVisual__slideTitle {
  font-family: "Noto Serif", serif;
  font-size: 2.4em;
  font-weight: 600;
  color: #402310;
  text-shadow: 0px 0px 20px rgb(255 205 131);
  padding: 14px 0px 0px 0px;
  opacity: 0;
  transform: translateX(-60px);
  animation: slideInTitle 0.8s ease-out forwards;
}

@keyframes slideInTitle {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}

.p-mainVisual__slideText {
  font-family: "Noto Serif", serif;
  font-size: 1.6em;
  font-weight: 600;
  color: #402310;
  text-shadow: 0px 0px 20px rgb(255 205 131);
  opacity: 0;
  transform: translateX(-60px);
  animation: slideInText 0.8s ease-out 0.8s forwards;
}
@keyframes slideInText {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  60%,
  100% {
    opacity: 1;
  }
}

/* タイトル（共通） */
@media (width <= 768px) {
  #main_content .post_content h2.wp-block-heading {
    font-size: clamp(
      20px,
      20px + (30 - 20) * (100vw - 320px) / 448,
      30px
    ) !important;
    line-height: 1.35;
    padding: 16px 22px;
    width: min(400px, 100% - 40px);
    margin: 24px auto;
  }
}
@media (width <= 768px) and (width <= 450px) {
  #main_content .post_content h2.wp-block-heading {
    width: calc(100% - 28px);
    padding: 14px 18px;
  }
}
@media (width <= 768px) {
  #main_content .post_content h2.wp-block-heading::before {
    border-left-width: 1.5px;
    border-top-width: 1.5px;
  }
}
@media (width <= 768px) {
  #main_content .post_content h2.wp-block-heading::after {
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
  }
}
@media (width <= 768px) {
  #main_content .post_content h3.wp-block-heading.is-style-section_ttl {
    line-height: 1.7;
    margin: 1.6em 0 1.8em !important;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
}
@media (width <= 768px) {
  #main_content .post_content h3.wp-block-heading.is-style-section_ttl {
    line-height: 1.7;
    margin: 1.6em 0 4em !important;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
}
@media (width <= 768px) {
  #main_content .post_content h3.wp-block-heading.is-style-section_ttl::before {
    bottom: -14px;
  }
}
@media (width <= 768px) {
  #main_content
    .post_content
    h3.wp-block-heading.is-style-section_ttl.sp-br-none
    br {
    display: none;
  }
}

@media (width <= 600px) {
  #main_content .post_content h4:before {
    font-size: 24px;
  }
}

#main_content h2.wp-block-heading {
  color: #6d5353;
  font-size: 30px !important;
  display: block;
  border-color: #e0c557;
  position: relative;
  text-shadow: 0px 0px 20px rgb(255 235 180);
  max-width: 400px;
  margin: 30px auto;
}
#main_content h2.wp-block-heading:before,
#main_content h2.wp-block-heading:after {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
}
#main_content h2.wp-block-heading:before {
  border-left: 2px solid #e0c557;
  border-top: 2px solid #e0c557;
  top: 0;
  left: 0;
}
#main_content h2.wp-block-heading:after {
  border-right: 2px solid #e0c557;
  border-bottom: 2px solid #e0c557;
  bottom: 0;
  right: 0;
}

#main_content h2 .mininote {
  color: #e0c557;
  font-weight: 100;
  text-shadow: 0px 0px 20px rgb(255 205 131);
  margin-bottom: 8px;
}

#main_content h3 {
  line-height: 160%;
  margin: 3em 0 4em !important;
}
#main_content
  h3:where(
    :not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)
  )::before {
  content: "";
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -24px;
  left: calc(100% - 60%);
  background: repeating-linear-gradient(
    90deg,
    var(--color_htag) 0%,
    var(--color_htag) 50%,
    rgba(150, 150, 150, 0.2) 50%,
    rgba(150, 150, 150, 0.2) 100%
  );
}

#main_content h4 {
  color: #6d5353;
  padding: 9px 30px;
  display: block;
  position: relative;
  border-left: solid 0px var(--color_htag);
}

#main_content h4:before {
  content: "✦";
  font-weight: 900;
  position: absolute;
  font-size: 28px;
  left: 0;
  top: 0;
  color: #cbb276;
}

/* ヘッダー */
.c-catchphrase {
  white-space: nowrap;
}

/* フッター */
#media_image-4 {
  max-width: 180px;
}
.l-footer__nav {
  padding: 0em 0 0em;
}

@media (min-width: 960px) {
  .w-footer {
    align-items: center;
  }
}
@media (min-width: 600px) {
  .l-footer__nav a {
    border-right: 0px solid;
  }
  .l-footer__nav li:first-child a {
    border-left: 0px solid;
  }
}

/* トップ */
@media (width <= 600px) {
  .top #content {
    padding-top: 4em;
  }
}

@media (width <= 600px) {
  #main_content .post_content h2.wp-block-heading.u-mb-30 {
    margin-bottom: 2em !important;
  }
}

/* トップ　サービス内容 */
.service_list .is-style-section_ttl {
  height: 4.5em;
}
.service_list .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 90%;
  vertical-align: bottom;
}
.service_list .swell-block-column.swl-has-mb--s {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (width <= 600px) {
  .service_list .swell-block-column.swl-has-mb--s {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 100% !important;
  }
}
@media (width <= 600px) {
  .service_list .swell-block-column.swl-has-mb--s > * {
    margin: 0 !important;
  }
}

@media (width <= 600px) {
  .service_list .is-style-section_ttl {
    height: auto !important;
    min-height: auto;
    line-height: 1.35;
  }
}

@media (width <= 600px) {
  .service_list .is-style-section_ttl .u-fz-l {
    font-size: clamp(18px, 5vw, 22px) !important  ;
  }
}
@media (width <= 600px) {
  .service_list figure.wp-block-image.is-style-rounded {
    width: clamp(200px, 200px + (320 - 200) * (100vw - 340px) / 260, 320px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-inline: auto;
  }
}
@media (width <= 600px) {
  .service_list figure.wp-block-image.is-style-rounded img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (width <= 600px) {
  .service_list
    .swell-block-column.swl-has-mb--s
    > p:not(.is-style-section_ttl) {
    font-size: clamp(12px, 12px + (18 - 12) * (100vw - 340px) / 260, 18px);
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

@media (width <= 600px) {
  .service_list .swell-block-columns__inner {
    gap: 3em;
  }
}
@media (width <= 600px) {
  .post_content p.has-text-align-center.has-border.-border01 {
    width: calc(100% - 24px);
    margin: 4em auto 0 !important;
    padding: 1em;
  }
}
@media (width <= 600px) {
  .post_content p.has-text-align-center.has-border.-border01 .u-fz-l {
    font-size: clamp(14px, 3.8vw, 16px) !important;
  }
}

@media (width <= 600px) {
  .profile_clm {
    background-image: unset !important;
  }
}
@media (width <= 600px) {
  .profile_clm .u-fz-xl {
    font-size: 1.4em !important;
  }
}
@media (width <= 960px) {
  .profile_clm .swl-fz.u-fz-l {
    font-size: 1.15em !important;
  }
}
@media (width <= 600px) {
  .profile_clm .swl-fz.u-fz-l {
    font-size: 1.1em !important;
  }
}
@media (width <= 600px) {
  #main_content .profile_clm h4 {
    margin-top: 2em !important;
  }
}

@media (width <= 768px) {
  .profile_clm .swell-block-columns__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 600px) {
  .profile_clm .swell-block-columns__inner {
    gap: 2.5em !important;
  }
}

.profile_clm .c-margin-custom {
  margin-top: -160px;
}
@media (width <= 768px) {
  .profile_clm .c-margin-custom {
    margin-top: 0px;
  }
}

.profile_text {
  max-width: 69%;
}
@media (width <= 768px) {
  .profile_text {
    max-width: none;
  }
}

@media (width <= 960px) {
  .profile_clm .swell-block-column {
    flex: 1;
  }
}

@media (width <= 768px) {
  .profile_clm .swell-block-column {
    flex: auto;
    width: 100%;
  }
}

@media (width <= 960px) {
  .profile_clm .swell-block-column:has(.profile_img) {
    flex: unset;
    width: 30%;
  }
}

@media (width <= 768px) {
  .profile_clm .swell-block-column:has(.profile_img) {
    flex: unset;
    width: 100%;
    margin: 0 !important;
  }
}

@media (width <= 768px) {
  .profile_img {
    aspect-ratio: 1;
    overflow: hidden;
    max-width: 340px;
    margin: 0 auto;
  }

  .profile_img img {
    object-fit: cover;
    height: 100%;
    object-position: 50% 35%;
  }
}

/* トップ　実績紹介 */
.project_clm {
  border-left: 5px solid #e0c557;
  box-shadow: 0px 0px 10px #f3e8d2;
  border-radius: 8px;
}
.project_clm_text {
  padding: 60px 10px 60px 60px !important;
}
.project_clm h4 {
  margin: 0em 0 2em !important;
  padding: 0px 0px !important;
}
.project_clm h4:before {
  content: "" !important;
}
.project_clm_text li {
  line-height: 1.8;
  margin: 0.25em 0 1em 0;
}
.project_clm_text li:before {
  color: #cbb276;
}

.project_clm figure {
  height: 100%;
}
.project_clm .wp-block-image img {
  height: 100%;
  border-radius: 0 8px 8px 0;
}
.table--borderColor table tbody tr td {
  border: 1px solid #af9381;
  color: #4d3f08;
}

.wp-block-table td {
  text-indent: -1em;
  padding: 16px 1em 16px 2em;
}

.wp-block-table .table--resetIndent {
  text-indent: 0;
  padding: 16px 1em 16px 1em;
}
@media (width <= 600px) {
  .project_clm {
    background: #fff;
    border: 1px solid rgba(224, 197, 87, 0.55);
    border-left: 4px solid #e0c557;
    border-radius: 18px;
    overflow: hidden;
  }
}
@media (width <= 960px) {
  .project_clm .project_clm_text {
    padding: 60px 10px 60px 24px !important;
  }
}
@media (width <= 600px) {
  .project_clm .project_clm_text {
    padding: 22px 18px !important;
  }
}
@media (width <= 960px) {
  .project_clm .swell-block-column {
    flex-shrink: 0;
    flex: 1;
  }
  .project_clm .swell-block-column:has(.wp-block-image) {
    flex-shrink: 1;
    max-width: 33%;
  }
}
@media (width <= 600px) {
  .project_clm .swell-block-column {
    flex: auto;
  }
  .project_clm .swell-block-column:has(.wp-block-image) {
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

@media (width <= 600px) {
  .project_clm .wp-block-image img {
    border-radius: 0 0 8px 8px !important;
    max-height: 320px;
  }
}
@media (width <= 600px) {
  .project_clm .swell-block-column:last-child {
    margin-bottom: 0 !important;
  }
}

/*  お問い合わせ */
.c-form {
  max-width: 670px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-form__label {
  color: #6d5353;
  min-width: 200px;
  font-weight: 700;
}

.c-form__req {
  margin: 0px 10px 3px 0px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 4px;
  padding: 0px 10px 2px 10px;
  font-size: 12px;
  background: #d9ab3d;
}
.c-form__submit {
  display: inline-flex;
  cursor: pointer;
  height: 48px;
  padding: 0 32px;
  min-width: 260px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ca8a04 0%, #facc15 50%, #fef9c3 100%);
  background-size: 200% 100%;
  border: 0px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.c-form__submit:hover {
  background-position: 100% 0;
}
.c-form__input {
  border: 1px solid #cfc8bc;
  border-radius: 4px;
  margin-top: 8px;
}

.c-form__input {
  width: 100%;
}

.mwform-tel-field {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.mwform-tel-field input.c-form__input {
  min-width: 0;
  text-align: center;
}

.mwform-tel-field input[name="tel[data][0]"] {
  width: clamp(56px, 18vw, 84px);
}

.mwform-tel-field input[name="tel[data][1]"],
.mwform-tel-field input[name="tel[data][2]"] {
  width: clamp(52px, 16vw, 76px);
}


/* footer */
.l-footer__body{
	display:flex;
	align-items:center;
	margin-bottom:24px;
}
@media (width <= 960px) {
.l-footer__body{
	flex-direction:column;
	align-items: flex-start;
}
}

.l-footer__widgetArea{
	width:50%;
}

@media (width <= 1080px) {
.l-footer__widgetArea{
	width:40%;
}
}
@media (width <= 960px) {
.l-footer__widgetArea{
	width:80%;
}
}

@media (width <= 960px) {
	.l-footer__nav{
		    width: 100%;
	}
}