@charset "UTF-8";
/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
* {
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #1a2c44;
}

main {
  position: relative;
}

/* ===============================================
     aタグ
  =============================================== */
a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
     セクション
  =============================================== */
/* ===============================================
     セクションタイトル
  =============================================== */
.sectionTitleWrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.sectionTitleWrapper .sectionTitleEnglish {
  font-size: 14px;
  font-weight: 600;
}
.sectionTitleWrapper .sectionTitleJapanese {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .sectionTitleWrapper {
    gap: 2px;
  }
  .sectionTitleWrapper .sectionTitleJapanese {
    font-size: 24px;
  }
}

/* ===============================================
     ページタイトル
  =============================================== */
/* ===============================================
       ボタン
  =============================================== */
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 50vh;
  background-color: #1a2c44;
  border: 1px solid #1a2c44;
  transition: all 0.3s linear;
}
.button span:first-child {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s linear;
}
.button span:last-child {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 12px;
  font-weight: 800;
  color: #ac0018;
  transition: all 0.3s linear;
}
.button.button200 {
  width: 200px;
  height: 48px;
}
.button.button200 span:first-child {
  font-size: 14px;
}
.button.button208 {
  width: 208px;
  height: 64px;
}
.button.button208 span:first-child {
  font-size: 18px;
}
.button.button328 {
  width: 328px;
  height: 72px;
}
.button.button328 span:first-child {
  font-size: 18px;
}
.button:hover {
  background-color: #fff;
}
.button:hover span:first-child {
  color: #1a2c44;
}
.button:hover span:last-child {
  background-color: #1a2c44;
  color: #fff;
}

/* ===============================================
       改行
  =============================================== */
.spBr {
  display: none;
}
@media screen and (width <= 480px) {
  .spBr {
    display: inline;
  }
}

/* ===============================================
       グローバルナビゲーション
  =============================================== */
/* ===============================================
   *  色変更
   =============================================== */
.textRed {
  color: #ac0018;
}

/* ===============================================
   *  フォントウェイト変更
  =============================================== */
.fontWeightSemiBold {
  font-weight: 600;
}

.fontWeightBold {
  font-weight: 600;
}

/* ===============================================
   *  デバイスサイズに応じた表示切り替え
  =============================================== */
@media screen and (max-width: 960px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .spOnly {
    display: none;
  }
}

/* ===============================================
       サブページヘッダー
  =============================================== */
.subPageHeader {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 442px;
}
.subPageHeader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subPageHeader .subPageHeaderTitle {
  z-index: 1;
  position: absolute;
  top: 58%;
  left: calc((100% - 1040px) / 2);
  transform: translateY(-50%);
}
.subPageHeader .subPageHeaderTitle .subPageHeaderTitleJapanese {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.subPageHeader .subPageHeaderTitle .subPageHeaderTitleEnglish {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #ac0018;
}
.subPageHeader .pageTopButton {
  z-index: 1;
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 128px;
  height: 128px;
  opacity: 0;
  transition: opacity 0.3s linear, scale 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.subPageHeader .pageTopButton.scrolled {
  opacity: 1;
}
.subPageHeader .pageTopButton:hover {
  scale: 1.1;
}
.subPageHeader .pageTopButton img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .subPageHeader {
    width: 100%;
    height: 240px;
  }
  .subPageHeader .subPageHeaderTitle {
    left: 50%;
    transform: translate(-50%, -45%);
    margin-inline: auto;
    width: calc(100% - 40px);
    max-width: 295px;
  }
  .subPageHeader .subPageHeaderTitle .subPageHeaderTitleEnglish {
    font-size: 32px;
    line-height: 1.3;
    left: 0;
  }
  .subPageHeader .subPageHeaderTitle .subPageHeaderTitleJapanese {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
  }
  .subPageHeader .pageTopButton {
    height: 72px;
    width: 72px;
  }
  .subPageHeader .pageTopButton.scrolled {
    bottom: 16px;
    right: 16px;
  }
}

/* ===============================================
 *  下層ページのインナー
 =============================================== */
.inner1040 {
  margin-inline: auto;
  width: 100%;
  max-width: 1040px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 960px) {
  .inner1040 {
    margin-inline: auto;
    width: calc(100% - 40px);
  }
}

/* ===============================================
 *  CTAコンポーネント
 =============================================== */
.ctaComponent {
  padding-block: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.ctaComponent a {
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .ctaComponent {
    padding-block: 40px;
    flex-direction: column;
    gap: 16px;
  }
}

/* ===============================================
 *  お問い合わせコンポーネント
 =============================================== */
#contact {
  width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #f8f6f1;
  line-height: 1;
}
#contact img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
}
#contact .contactCta {
  font-size: 16px;
  font-weight: 700;
}
#contact .contactTel {
  font-family: "Futura", sans-serif;
  font-size: 32px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
#contact .contactTel:hover {
  color: #ac0018;
}
#contact .contactBusinessHours {
  font-size: 14px;
}

/* ===============================================
 *  戻るボタン
 =============================================== */
.backButton {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
  padding: 12px 32px;
  border-radius: 50vh;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: all 0.5s ease;
}
.backButton p {
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 960px) {
  .backButton {
    margin-top: 40px;
  }
}
.backButton:hover {
  background: #1a2c44;
}
.backButton:hover p {
  color: #fff;
}
.backButton:hover .arrow32 {
  background: #fff;
  color: #1a2c44;
}

.arrow32 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  font-size: 12px;
  background: #1a2c44;
  color: #fff;
  transition: all 0.5s ease;
}
.arrow32.red {
  background: #ac0018;
  color: #fff;
}

/* ===============================================
 *  ページネーション
 =============================================== */
.pagination {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
.pagination .page-numbers {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #aaaaaa;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover {
  color: #1a2c44;
}
.pagination .page-numbers.current {
  color: #1a2c44;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1a2c44;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #ac0018;
}
.pagination .page-numbers.prev {
  margin-right: 16px;
}
.pagination .page-numbers.next {
  margin-left: 16px;
}
@media screen and (max-width: 960px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination .page-numbers {
    font-size: 16px;
  }
}

/* ===============================================
 *  デコレーションシェイプのクリックイベントを無効化
 =============================================== */
.decoShape {
  pointer-events: none;
}

/* ===============================================
 *  about-usのlinksをコンポーネント
 =============================================== */
#aboutUs {
  position: relative;
  width: 100%;
}
#aboutUs .aboutUsInner {
  max-width: 1040px;
  margin-inline: auto;
  padding-block: 80px;
}
#aboutUs .aboutUsInner .sectionTitleWrapper .sectionTitleJapanese span:last-child {
  font-weight: 700;
}
#aboutUs .aboutUsInner .aboutUsLinks {
  position: relative;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-inline: auto;
}
#aboutUs .aboutUsInner .aboutUsLinks img:first-child {
  width: 100%;
  height: auto;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem {
  position: absolute;
  width: 10vw;
  height: 10vw;
  max-width: 120px;
  max-height: 120px;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(2) {
  top: 28%;
  left: 50%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(3) {
  top: 36%;
  left: 67%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(4) {
  top: 54%;
  left: 75%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(5) {
  top: 73%;
  left: 68%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(6) {
  top: 73%;
  left: 32%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(7) {
  top: 54%;
  left: 25%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:nth-child(8) {
  top: 36%;
  left: 33%;
}
#aboutUs .aboutUsInner .aboutUsLinks .aboutUsLinkItem:hover:not(div) {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.05);
}
#aboutUs .aboutUsInner .button {
  margin-top: 40px;
  margin-inline: auto;
}
#aboutUs .aboutUsShape1 {
  width: 538px;
  height: 443px;
  position: absolute;
  top: 120px;
  left: 0;
}
#aboutUs .aboutUsShape1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutUs .aboutUsShape2 {
  width: 538px;
  height: 534px;
  position: absolute;
  bottom: -120px;
  right: 0;
}
#aboutUs .aboutUsShape2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #aboutUs .aboutUsInner {
    max-width: 100%;
    padding-block: 40px;
    padding-inline: 20px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksLogo {
    margin-top: 56px;
    width: 201px;
    height: 124px;
    margin-inline: auto;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksLogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner {
    position: relative;
    margin-inline: auto;
    padding-top: 80px;
    max-width: 380px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .baseImage {
    display: block;
    width: calc(100% - 40px);
    max-width: 340px;
    margin-inline: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem {
    position: absolute;
    width: 20vw;
    height: 20vw;
    max-width: 84px;
    max-height: 84px;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(2) {
    top: 27%;
    left: 50%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(3) {
    top: 37%;
    left: 77%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(4) {
    top: 60%;
    left: 89%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(5) {
    top: 86%;
    left: 79%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(6) {
    top: 86%;
    left: 21%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(7) {
    top: 60%;
    left: 12%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:nth-child(8) {
    top: 37%;
    left: 23%;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksInner .aboutUsLinkItem:hover {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.05);
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList {
    position: relative;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:not(:first-child) {
    padding-top: 48px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemIcon {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemIcon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight {
    flex: 1;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemTitle {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #049fbd;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemTitle .aboutUsLinksItemTitleIcon {
    height: 26px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemTitle .aboutUsLinksItemTitleText {
    font-size: 14px;
    font-weight: 700;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemList {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemList li {
    line-height: 1.6;
    font-size: 14px;
    display: flex;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem .aboutUsLinksItemRight .aboutUsLinksItemList li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #049fbd;
    margin-right: 8px;
    transform: translateY(6px);
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(2) li::before {
    background: #b02921 !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(2) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #b02921;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(3) li::before {
    background: #e57e3a !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(3) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #e57e3a;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(4) li::before {
    background: #7a5f51 !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(4) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #7a5f51;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(5) li::before {
    background: #3a4da5 !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(5) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #3a4da5;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(6) li::before {
    background: #84929c !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(6) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #84929c;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(7) li::before {
    background: #3d8068 !important;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList .aboutUsLinksItem:nth-child(7) .aboutUsLinksItemTitle {
    border-bottom: 1px solid #3d8068;
  }
  #aboutUs .aboutUsInner .aboutUsLinksSpOnly .aboutUsLinksList::before {
    z-index: -1;
    position: absolute;
    left: 60px;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 8px;
    height: calc(100% - 40px);
    background: #aaaaaa;
  }
}

/* ===============================================
 *  ふわっと出てくるアニメーション
 =============================================== */
.animate {
  opacity: 0;
  transform: translateY(50px);
}

.isFadeIn {
  animation: fadeIn 0.8s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================================
 *  明朝
 =============================================== */
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ===============================================
 *  一時的に非表示
 =============================================== */
.temporaryHidden {
  display: none;
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 48px;
}
header .headerLogo {
  z-index: 100;
  height: 64px;
  transition: all 0.3s ease;
}
header .headerLogo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .headerLogo:hover {
  opacity: 0.7;
}
header .headerRight {
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 40px;
}
header .headerRight .headerNavPc ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .headerRight .headerNavPc ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #1a2c44;
  transition: all 0.3s ease;
}
header .headerRight .headerNavPc ul li a:hover {
  opacity: 0.7;
}
header .headerRight .button span:first-child {
  font-size: 14px !important;
}
header .spGlobalNav {
  z-index: 100;
  position: fixed;
  display: none;
}
@media screen and (max-width: 960px) {
  header {
    height: 64px;
    padding-inline: 24px;
  }
  header .headerLogo {
    z-index: 101;
    height: 32px;
  }
  header .headerRight {
    display: none;
  }
  header .headerHamburgerButton {
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 42px;
    height: 18px;
    cursor: pointer;
  }
  header .headerHamburgerButton .headerHamburgerButtonLine {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1a2c44;
    transition: all 0.4s linear;
  }
}
header .spGlobalNav {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
header .spGlobalNav ul {
  margin-top: 24px;
  width: 295px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .spGlobalNav ul li {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
header .spGlobalNav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2c44;
  transition: all 0.3s ease;
}
header .spGlobalNav ul li a:hover {
  background-color: #f0f0f0;
}
header .spGlobalNav ul li:first-child {
  border-top: 1px solid #f0f0f0;
}
header .spGlobalNav .button span:first-child {
  font-size: 14px !important;
}
header.isOpen .headerHamburgerButton .headerHamburgerButtonLine:nth-child(1) {
  transform: translateY(8px) rotate(30deg);
}
header.isOpen .headerHamburgerButton .headerHamburgerButtonLine:nth-child(2) {
  opacity: 0;
}
header.isOpen .headerHamburgerButton .headerHamburgerButtonLine:nth-child(3) {
  transform: translateY(-8px) rotate(-30deg);
}
header.isOpen .spGlobalNav {
  opacity: 1;
  visibility: visible;
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
footer {
  background: #fff;
}
footer .footerInner {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
footer .footerInner .footerLinkArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
footer .footerInner .footerLinkArea .footerLink {
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  transition: color 0.3s ease;
}
footer .footerInner .footerLinkArea .footerLink:hover {
  color: #1a2c44;
}
footer .footerInner .footerCopy {
  font-size: 24px;
  font-weight: 700;
  color: #1a2c44;
}
footer .footerInner .footerLogo {
  width: 168px;
  height: 40px;
}
footer .footerInner .footerLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footerInner .footerCompanyInfo {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
footer .footerInner .footerCopyright {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #aaaaaa;
}
@media screen and (max-width: 960px) {
  footer .footerInner .footerCopy {
    font-size: 20px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.home {
  overflow-x: hidden;
}
.home #mv {
  overflow: hidden;
}
.home #mv .mvSwiper {
  width: 100%;
}
.home #mv .mvSwiper .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.home #mv .mvSwiper .swiper-wrapper .swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
}
.home #mv .mvSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #mv .mvBottom {
  position: relative;
  background: #f8f6f1;
  height: 630px;
  display: flex;
  align-items: center;
}
.home #mv .mvBottom .mvNews {
  z-index: 1;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
  padding-right: 32px;
  padding-left: calc((100% - 1040px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home #mv .mvBottom .mvNews .mvNewsInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.home #mv .mvBottom .mvNews .mvNewsInner .mvNewsSectionTitle {
  font-size: 14px;
  font-weight: 600;
  color: #1a2c44;
}
.home #mv .mvBottom .mvNews .mvNewsInner .mvNewsContent {
  display: flex;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.home #mv .mvBottom .mvNews .mvNewsInner .mvNewsContent:hover {
  opacity: 0.6;
}
.home #mv .mvBottom .mvNews .mvNewsInner .mvNewsContent .mvNewsDate {
  font-size: 12px;
  color: #aaaaaa;
}
.home #mv .mvBottom .mvNews .mvNewsInner .mvNewsContent .mvNewsTitle {
  font-size: 12px;
  font-weight: 500;
}
.home #mv .mvBottom .mvCopyArea {
  z-index: 1;
  position: absolute;
  top: -444px;
  left: 50%;
}
.home #mv .mvBottom .mvCopyArea .mvCopy {
  height: 104px;
}
.home #mv .mvBottom .mvCopyArea .mvCopyText {
  margin-top: 40px;
  font-weight: 600;
  line-height: 2;
}
.home #mv .mvBottom .mvCopyArea .mvCopyLogo {
  height: 64px;
  margin-top: 40px;
}
.home #mv .mvBottom .mvCopyArea .mvCopyLogo a,
.home #mv .mvBottom .mvCopyArea .mvCopyLogo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #mv .mvBottom .mvBottomImages {
  max-width: 100%;
  width: 1040px;
  aspect-ratio: 2218/782;
  margin-left: calc((100% - 1040px) / 2);
}
.home #mv .mvBottom .mvBottomImages picture,
.home #mv .mvBottom .mvBottomImages img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home #mv .mvBottom .mvBottomShape1 {
  width: 404px;
  height: 287px;
  position: absolute;
  bottom: 160px;
  left: 0;
}
.home #mv .mvBottom .mvBottomShape1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #mv .mvBottom .mvBottomShape2 {
  width: 743px;
  height: 550px;
  position: absolute;
  bottom: -120px;
  right: 0;
}
.home #mv .mvBottom .mvBottomShape2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #message {
  position: relative;
  width: 100%;
  padding-block: 80px;
  background: #f8f6f1;
}
.home #message .messageInner {
  width: calc(100% - (100% - 1040px) / 2);
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 64px;
}
.home #message .messageInner .messageLeft {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home #message .messageInner .messageLeft .messageText {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.home #message .messageInner .messageLeft .messageName {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  line-height: 1;
}
.home #message .messageInner .messageLeft .messageName span:first-child {
  font-size: 16px;
}
.home #message .messageInner .messageLeft .messageName span:last-child {
  font-size: 24px;
}
.home #message .messageInner .messageRight {
  flex-shrink: 0;
  width: 648px;
}
.home #message .messageInner .messageRight picture,
.home #message .messageInner .messageRight img {
  width: 100%;
  height: auto;
}
.home #message .button {
  margin-top: 40px;
  margin-inline: auto;
}
.home #message .messageShape1 {
  width: 673px;
  height: 665px;
  position: absolute;
  bottom: -400px;
  left: -80px;
}
.home #message .messageShape1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .ctaComponent {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .home #contact {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .home #mv .mvBottom {
    padding-block: 120px;
    height: auto;
    flex-direction: column;
  }
  .home #mv .mvBottom .mvNews {
    height: auto;
    width: 100%;
    padding: 24px;
    justify-content: start;
  }
  .home #mv .mvBottom .mvNews .mvNewsInner {
    gap: 4px;
  }
  .home #mv .mvBottom .mvNews .mvNewsInner .mvNewsContent {
    flex-direction: column;
    gap: 4px;
  }
  .home #mv .mvBottom .mvCopyArea {
    width: 100%;
    top: -540px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .home #mv .mvBottom .mvCopyArea .mvCopy {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .home #mv .mvBottom .mvCopyArea .mvCopy img {
    width: 100%;
    height: auto;
  }
  .home #mv .mvBottom .mvCopyArea .mvCopyText {
    display: none;
  }
  .home #mv .mvBottom .mvCopyArea .mvCopyLogo {
    display: none;
  }
  .home #mv .mvBottom .mvBottomCopyArea {
    width: calc(100% - 40px);
    margin-inline: auto;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .home #mv .mvBottom .mvBottomCopyArea .mvBottomCopy {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
  }
  .home #mv .mvBottom .mvBottomCopyArea .mvBottomLogo {
    margin-top: 40px;
    height: 52px;
  }
  .home #mv .mvBottom .mvBottomCopyArea .mvBottomLogo a,
  .home #mv .mvBottom .mvBottomCopyArea .mvBottomLogo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home #mv .mvBottom .mvBottomImages {
    z-index: 1;
    margin-top: 120px;
    position: relative;
    width: calc(100% - 40px);
    margin-inline: auto;
    left: 0;
    bottom: 40px;
  }
  .home #mv .mvBottom .mvBottomImages picture {
    width: 100%;
    height: auto;
  }
  .home #mv .mvBottom .mvBottomImages picture img {
    width: 100%;
    height: auto;
  }
  .home #mv .mvBottom .mvBottomShape1 {
    width: 188px;
    height: 132px;
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
  }
  .home #mv .mvBottom .mvBottomShape2 {
    width: 259px;
    height: 192px;
    bottom: 60px;
    right: 0px;
    top: auto;
    left: auto;
  }
  .home #message {
    overflow: hidden;
    padding-block: 40px;
  }
  .home #message .messageInner {
    width: calc(100% - 40px);
    margin-inline: auto;
    flex-direction: column;
    align-items: center;
  }
  .home #message .messageInner .messageLeft {
    gap: 24px;
  }
  .home #message .messageInner .messageLeft .messagePicture {
    width: 100%;
    height: auto;
  }
  .home #message .messageInner .messageLeft .messageText {
    font-size: 14px;
    font-weight: 500;
  }
  .home #message .messageInner .messageLeft .messageName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .home #message .messageShape1 {
    width: 264px;
    height: 208px;
    bottom: 20px;
    right: -140px;
    left: auto;
    top: auto;
  }
  .home #aboutUs {
    overflow: hidden;
  }
  .home #aboutUs .aboutUsShape1 {
    width: 188px;
    height: 132px;
    top: 94px;
    left: -39px;
    right: auto;
  }
  .home #aboutUs .aboutUsShape2 {
    width: 259px;
    height: 192px;
    bottom: auto;
    top: 800px;
    right: -24px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-33 .messageInner {
  margin-top: 80px;
}
.page-id-33 .messageInner .messageContentsArea {
  margin-top: 48px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}
.page-id-33 .messageInner .messageContentsArea .messageLeft {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-id-33 .messageInner .messageContentsArea .messageLeft .messageText {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.page-id-33 .messageInner .messageContentsArea .messageLeft .messageName {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  line-height: 1;
}
.page-id-33 .messageInner .messageContentsArea .messageLeft .messageName span:first-child {
  font-size: 16px;
}
.page-id-33 .messageInner .messageContentsArea .messageLeft .messageName span:last-child {
  font-size: 24px;
}
.page-id-33 .messageInner .messageContentsArea .messageRight {
  flex-shrink: 0;
  width: 552px;
}
.page-id-33 .messageInner .messageContentsArea .messageRight picture,
.page-id-33 .messageInner .messageContentsArea .messageRight img,
.page-id-33 .messageInner .messageContentsArea .messageRight source {
  width: 100%;
  height: auto;
}
.page-id-33 .messageInner .button {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .page-id-33 .messageInner {
    margin-top: 32px;
    flex-direction: column;
  }
  .page-id-33 .messageInner .messageContentsArea {
    margin-top: 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .page-id-33 .messageInner .messageContentsArea .messageLeft {
    width: 100%;
  }
  .page-id-33 .messageInner .messageContentsArea .messageLeft .messageName {
    flex-direction: column;
    align-items: flex-end;
  }
  .page-id-33 .messageInner .messageContentsArea .messageRight {
    width: 100%;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-31 .successStoryInner {
  margin-top: 80px;
}
.page-id-31 .successStoryInner .successStoryItem:not(:first-child) {
  margin-top: 80px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemTitle {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ac0018;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemDescription {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome {
  margin-top: 44px;
  padding-top: 16px;
  border-top: 1px solid #1a2c44;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeTitle {
  font-size: 22px;
  font-weight: 700;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents {
  margin-top: 32px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow:not(:first-child) {
  margin-top: 12px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow .successStoryItemOutcomeLabel {
  min-width: 180px;
  font-size: 16px;
}
.page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow .successStoryItemOutcomeValue {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .page-id-31 .successStoryInner {
    margin-top: 32px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemTitle {
    font-size: 18px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome {
    margin-top: 24px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents {
    margin-top: 16px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow:not(:first-child) {
    margin-top: 24px;
  }
  .page-id-31 .successStoryInner .successStoryItem .successStoryItemOutcome .successStoryItemOutcomeContents .successStoryItemOutcomeRow .successStoryItemOutcomeLabel {
    min-width: none;
    width: 100%;
    font-size: 14px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.single-news .singleNewsInner {
  margin-top: 80px;
}
.single-news .singleNewsInner .singleNewsInfoArea .singleNewsDate {
  font-size: 14px;
  font-weight: 500;
  color: #aaaaaa;
}
.single-news .singleNewsInner .singleNewsInfoArea .singleNewsTitle {
  font-size: 22px;
  font-weight: 700;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-news .singleNewsInner .singleNewsInfoArea .singleNewsTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ac0018;
}
.single-news .singleNewsInner .singleNewsInfoArea .singleNewsThumbnail {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 1040/640;
  border-radius: 32px;
  overflow: hidden;
}
.single-news .singleNewsInner .singleNewsInfoArea .singleNewsThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news .singleNewsInner .singleNewsContent {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
}
.single-news .singleNewsInner .singleNewsContent p:not(:first-child) {
  margin-top: 32px;
}
.single-news .singleNewsInner .singleNewsContent figure {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
}
.single-news .singleNewsInner .singleNewsContent figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news .singleNewsInner .singleNewsContent .wp-block-gallery {
  display: flex;
  gap: 24px;
}
.single-news .singleNewsInner .singleNewsContent .wp-block-gallery figure {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .single-news .singleNewsInner {
    margin-top: 32px;
  }
  .single-news .singleNewsInner .singleNewsInfoArea .singleNewsTitle {
    margin-top: 8px;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
  }
  .single-news .singleNewsInner .singleNewsInfoArea .singleNewsTitle::before {
    transform: translateY(13px);
    width: 16px;
  }
  .single-news .singleNewsInner .singleNewsInfoArea .singleNewsThumbnail {
    margin-top: 16px;
    border-radius: 8px;
  }
  .single-news .singleNewsInner .singleNewsContent {
    margin-top: 16px;
    font-size: 14px;
  }
  .single-news .singleNewsInner .singleNewsContent .wp-block-gallery {
    gap: 16px;
  }
  .single-news .singleNewsInner .singleNewsContent figure {
    border-radius: 8px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.post-type-archive-news .archiveNewsInner {
  margin-top: 80px;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList {
  display: flex;
  flex-direction: column;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem {
  position: relative;
  display: flex;
  gap: 20px;
  padding-inline: 24px;
  padding-block: 24px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.5s ease;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemThumbnail {
  flex-shrink: 0;
  width: 183px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText {
  max-width: 392px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemDate {
  font-size: 12px;
  color: #aaaaaa;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemTitle {
  font-size: 16px;
  font-weight: 700;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemExcerpt {
  font-size: 14px;
  line-height: 1.8;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  font-size: 12px;
  border: 1px solid #1a2c44;
  color: #1a2c44;
  transition: all 0.5s ease;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem:hover {
  background: #f0f0f0;
}
.post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem:hover::after {
  background: #ac0018;
  color: #fff;
  border-color: #ac0018;
}
@media screen and (max-width: 960px) {
  .post-type-archive-news .archiveNewsInner {
    margin-top: 32px;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem {
    gap: 16px;
    padding-block: 20px;
    padding-inline: 0;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemThumbnail {
    width: 120px;
    height: 88px;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText {
    padding-right: 40px;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemDate {
    font-size: 10px;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemTitle {
    font-size: 12px;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem .archiveNewsItemText .archiveNewsItemExcerpt {
    display: none;
  }
  .post-type-archive-news .archiveNewsInner .archiveNewsList .archiveNewsItem::after {
    right: 0;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-21 .formPageInner {
  margin-top: 80px;
}
.page-id-21 .formPageInner .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock:nth-child(14) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .formLabel {
  flex-shrink: 0;
  width: 180px;
  font-size: 16px;
  font-weight: 700;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .formLabel P {
  display: inline;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock p:has(.wpcf7-form-control-wrap) {
  display: block;
  width: 100%;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=text],
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=textbox],
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=tel],
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=email],
.page-id-21 .formPageInner .wpcf7-form .formBlock textarea,
.page-id-21 .formPageInner .wpcf7-form .formBlock select {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  padding-inline: 32px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock textarea {
  height: 234px;
  padding: 20px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock select {
  width: 342px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock input[placeholder=例）6830009] {
  width: 342px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio .wpcf7-list-item {
  margin-inline: 0;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio .wpcf7-list-item label input {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio .wpcf7-list-item label input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ac0018;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox .wpcf7-list-item {
  margin-inline: 0;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox .wpcf7-list-item label input {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox .wpcf7-list-item label input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #ac0018;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-list-item label,
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=checkbox],
.page-id-21 .formPageInner .wpcf7-form .formBlock input[type=radio],
.page-id-21 .formPageInner .wpcf7-form .formBlock select {
  cursor: pointer;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock.age .wpcf7-form-control-wrap {
  position: relative;
}
.page-id-21 .formPageInner .wpcf7-form .formBlock.age .wpcf7-form-control-wrap::after {
  content: "↓";
  position: absolute;
  top: 50%;
  left: 310px;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaaaaa;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper {
  position: relative;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 50vh;
  background-color: #1a2c44;
  border: 1px solid #1a2c44;
  transition: all 0.3s linear;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper .buttonCopy {
  color: #fff;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper .buttonArrow br {
  display: none;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper p:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button200 {
  width: 200px;
  height: 48px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button200 span:first-child {
  font-size: 14px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button208 {
  width: 208px;
  height: 64px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button208 span:first-child {
  font-size: 18px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button328 {
  width: 328px;
  height: 72px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper.button328 span:first-child {
  font-size: 18px;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper:hover {
  background-color: #fff;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper:hover .buttonCopy {
  color: #1a2c44;
}
.page-id-21 .formPageInner .wpcf7-form .submitWrapper:hover .buttonArrow {
  background-color: #1a2c44;
  color: #fff;
  border-radius: 50%;
}
.page-id-21 .formPageInner .wpcf7-form.invalid .wpcf7-response-output {
  border: none;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .page-id-21 .formPageInner {
    margin-top: 32px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock {
    flex-direction: column;
    gap: 16px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock .formLabel {
    width: 100%;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-form-control-wrap {
    width: 100%;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock input[type=text],
  .page-id-21 .formPageInner .wpcf7-form .formBlock input[type=textbox],
  .page-id-21 .formPageInner .wpcf7-form .formBlock input[type=tel],
  .page-id-21 .formPageInner .wpcf7-form .formBlock input[type=email],
  .page-id-21 .formPageInner .wpcf7-form .formBlock textarea,
  .page-id-21 .formPageInner .wpcf7-form .formBlock select {
    height: 48px;
    padding-inline: 16px;
    font-size: 14px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock select {
    width: 184px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock textarea {
    height: 200px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-radio {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock .wpcf7-checkbox {
    row-gap: 12px;
  }
  .page-id-21 .formPageInner .wpcf7-form .formBlock.age .wpcf7-form-control-wrap::after {
    left: 168px;
  }
  .page-id-21 .formPageInner .wpcf7-form .submitWrapper {
    margin-top: 16px;
  }
}

.page-id-27 .formConfirmPageInner {
  padding-top: 80px;
  height: auto;
}
.page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow br {
  display: none;
}
.page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow .contactConfirmRowTitle {
  width: 240px;
  font-size: 16px;
  font-weight: 600;
}
.page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow .contactConfirmRowValue {
  width: calc(100% - 240px);
}
.page-id-27 .formConfirmPageInner .submitWrapper {
  position: relative;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 50vh;
  background-color: #1a2c44;
  border: 1px solid #1a2c44;
  transition: all 0.3s linear;
}
.page-id-27 .formConfirmPageInner .submitWrapper .buttonCopy {
  color: #fff;
}
.page-id-27 .formConfirmPageInner .submitWrapper .buttonArrow br {
  display: none;
}
.page-id-27 .formConfirmPageInner .submitWrapper p:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button200 {
  width: 200px;
  height: 48px;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button200 span:first-child {
  font-size: 14px;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button208 {
  width: 208px;
  height: 64px;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button208 span:first-child {
  font-size: 18px;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button328 {
  width: 328px;
  height: 72px;
}
.page-id-27 .formConfirmPageInner .submitWrapper.button328 span:first-child {
  font-size: 18px;
}
.page-id-27 .formConfirmPageInner .submitWrapper:hover {
  background-color: #fff;
}
.page-id-27 .formConfirmPageInner .submitWrapper:hover .buttonCopy {
  color: #1a2c44;
}
.page-id-27 .formConfirmPageInner .submitWrapper:hover .buttonArrow {
  background-color: #1a2c44;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .page-id-27 .formConfirmPageInner {
    padding-top: 48px;
  }
  .page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow .contactConfirmRowTitle {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
  }
  .page-id-27 .formConfirmPageInner .wpcf7-form .contactConfirmRow .contactConfirmRowValue {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  .page-id-27 .formConfirmPageInner .wpcf7-form .submitWrapper {
    margin-top: 32px;
  }
}

/*
  共通
=============================================== */
.submitWrapper {
  margin-top: 80px;
  margin-inline: auto;
  position: relative;
}
.submitWrapper .buttonCopy {
  font-size: 18px;
}
.submitWrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wpcf7-spinner {
  display: none;
}

.required::after {
  content: "*";
  margin-left: 4px;
  font-size: 16px;
  color: #ac0018;
}
@media screen and (max-width: 960px) {
  .required::after {
    margin-left: 4px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-29 .thanksInner {
  padding-top: 80px;
  text-align: center;
}
.page-id-29 .thanksInner .thanksTitle {
  font-size: 28px;
  font-weight: 700;
}
.page-id-29 .thanksInner .thanksCopy {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
.page-id-29 .thanksInner .thanksNote {
  margin-top: 32px;
  font-size: 14px;
  color: #ac0018;
}
.page-id-29 .thanksInner .button {
  margin-inline: auto;
  margin-top: 48px;
}
.page-id-29 .thanksInner .button .buttonCopy {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .page-id-29 .thanksInner {
    padding-top: 32px;
  }
  .page-id-29 .thanksInner .thanksTitle {
    font-size: 24px;
  }
  .page-id-29 .thanksInner .thanksCopy {
    margin-top: 40px;
    font-weight: 600;
  }
  .page-id-29 .thanksInner .thanksNote {
    margin-top: 32px;
  }
  .page-id-29 .thanksInner .button {
    margin-top: 32px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-48 .aboutUsInner {
  margin-top: 80px;
  padding-bottom: 0 !important;
}
.page-id-48 .aboutUsInner .aboutUsCopyArea {
  margin-bottom: 24px;
}
.page-id-48 .aboutUsInner .aboutUsCopyArea .aboutUsCopyEnglish {
  font-weight: 600;
  line-height: 2;
}
.page-id-48 .aboutUsInner .aboutUsCopyArea .aboutUsCopyJapanese {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.page-id-48 .aboutUsInner .aboutUsCopyArea .aboutUsCopyParagraph {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
}
.page-id-48 .aboutUsInner .button {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .page-id-48 .aboutUsInner {
    margin-top: 40px;
    padding: 0 !important;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-51 .privacyInner {
  padding-top: 80px;
}
.page-id-51 .privacyInner h2 {
  margin-top: 52px;
  display: flex;
  align-items: start;
  gap: 16px;
  font-size: 28px;
  font-weight: 700;
}
.page-id-51 .privacyInner h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background-color: #ac0018;
  transform: translateY(6px);
}
.page-id-51 .privacyInner p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .page-id-51 .privacyInner {
    padding-top: 32px;
  }
  .page-id-51 .privacyInner h2 {
    font-size: 20px;
    gap: 8px;
  }
  .page-id-51 .privacyInner p:not(:first-child) {
    margin-top: 8px;
  }
}

/*
Theme Name: くらしまず 2025
Author: Fujisaki Wahei
Description: くらしまずの2025リニューアル
Version: 1.0
*/
.page-id-53 .sitemapInner {
  max-width: 700px;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.page-id-53 .sitemapInner .sitemapNavItem {
  font-size: 18px;
  font-weight: 700;
  color: #1a2c44;
  transition: opacity 0.3s ease;
}
.page-id-53 .sitemapInner .sitemapNavItem:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .page-id-53 .sitemapInner {
    padding-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */