@charset "utf-8"; /*
Theme Name: theme
Author: circle
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family:  "Noto Sans JP";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    border: #ccc 1px solid;
    border-radius: 3px;
    background: #fafafa;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}

.effect-image {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
}

.effect-image > img {
    transition : all 500ms;
}

.effect-image:hover > img {
    opacity: .7;
    transform: scale(1.1);
}

p.logo {
    font-family: "Jost";
    font-weight: 500;
    font-size: 70px;
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
}

body {
    background: #FEF4C3;
    overflow-x: hidden;
}

header {
    background-color: #FFD51D;
    padding-top: 40px;
    padding-bottom: 120px;
}

section.concept {
    background: #FFD51D;
    padding-bottom: 150px;
}

section.plan {
    background: #FFD51D;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.design {
    background: #FFD51D;
    text-align: center;
    padding-bottom: 100px;
}

section.faq {
    background: #FFD51D;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    max-width: 1200px;
    margin: -160px auto 0;
    background: url(/wp-content/uploads/2025/06/top.png) no-repeat center top/1200px;
    padding-top: 640px;
    display: flex;
    justify-content: center;
}

h1 img {
    width: 89%;
    margin: 0 auto;
}

section.concept div {
    display: flex;
    box-shadow: 0 0 0 4px #000000, 13px 13px 0 0 #fff, 13px 13px 0 4px #000000;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 31px;
    padding: 60px 0;
}

section.concept ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

section.concept h2 {
    margin-bottom: 50px;
    max-width: 400px;
}

.circle-list {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.circle-list li {
    width: 11rem;
    aspect-ratio: 1;
    background: #ffd51d;
    border: 4px solid #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle-list li::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 4px solid #000;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.circle-list span {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 0px;
}

.circle-list strong {
    font-size: 29px;
    font-weight: 700;
    display: block;
    margin-top: -8px;
}

.circle-list li * {
    position: relative;
    z-index: 2;
}

.circle-list strong em {
    font-weight: 600;
    font-size: 60px;
    position: relative;
    top: 3px;
    font-family: 'Jost';
}

section.concept p {
    width: 71%;
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
}

section.flow .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 49vw solid transparent;
    border-left: 49vw solid transparent;
    border-top: 200px solid #ffd51d;
    border-bottom: 0;
    position: absolute;
    z-index: 0;
}

p.logo span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: -5px;
    letter-spacing: 2px;
}

section.flow {
    background: url(/wp-content/uploads/2025/06/road.jpg) no-repeat center top 186px/auto 90%;
    padding-bottom: 10px;
    position: relative;
}

section.flow * {
    position: relative;
    z-index: 1;
}

section h2 {
    text-align: center;
    font-weight: bold;
    font-size: 37px;
    line-height: 1.8;
    background: url(/wp-content/uploads/2025/06/sen.png) no-repeat center bottom / 70px;
    padding-bottom: 20px;
    letter-spacing: 4px;
    margin-bottom: 200px;
}

section h2 span {
    display: block;
    font-family: 'Jost';
    font-size: 22px;
    letter-spacing: 2px;
}

article {
    width: 690px;
    border: 4px solid;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px 30px 0px;
    justify-content: space-between;
    margin-bottom: 90px;
}

section.flow article h3 {
    position: absolute;
    top: -36px;
    left: 30px;
}

section.flow article h3 span {
    background: #000;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    padding: 6px 25px;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

article p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 75px;
    margin-bottom: 45px;
    width: 78%;
}

article img {
    width: auto;
    height: 110px;
    margin-top: 20px;
}

img.img1 {
    height: 130px;
}

section.flow div article:nth-child(1) {
    position: relative;
    left: -100px;
}

section.flow div article:nth-child(2) {
    position: relative;
    left: 100px;
}

section.flow div article:nth-child(3) {
    position: relative;
    left: -100px;
}

section.flow div article:nth-child(4) {
    position: relative;
    left: 0px;
}

section.flow .triangle2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0vw solid transparent;
    border-left: 100vw solid transparent;
    border-bottom: 180px solid #ffd51d;
    border-top: 0;
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 0;
}

section.flow div {
    background: url(/wp-content/uploads/2025/06/bg2.png) no-repeat right 15% top,url(/wp-content/uploads/2025/06/bg3.png) no-repeat left 9% bottom 46%;
}

section.plan h2 {
    margin-bottom: 80px;
}

.plan div {
    max-width: 630px;
    margin: 0 auto 0px;
    width: 90%;
    background: #fff;
    border: 3px solid;
    border-radius: 20px;
    padding: 30px 0 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

figcaption {
    border: 2px solid;
    text-align: center;
    border-radius: 35px;
    background: #ffd51d;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    width: 70%;
}

figure p {
    font-size: 68px;
    font-family: 'Jost';
    font-weight: 600;
    letter-spacing: -2px;
    border-bottom: 2px dashed;
    padding: 0 40px 15px;
    margin-bottom: 20px;
    text-align: center;
    width: 65%;
}

figure p span {
    font-size: 56%;
    font-weight: 500;
}

small {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

.plan div figure:nth-child(1) {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.plan div figure {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan div figure:nth-child(2) figcaption {
    width: 50%;
}

section.design div {
    background: #fff;
    border-radius: 50px;
    margin: 0 3%;
    padding: 100px 0 30px;
}

section.design h2 {
    margin-bottom: 70px;
}

section.design p {
    margin-bottom: 70px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
}

section.faq h2 {
    margin-bottom: 100px;
}

details {
    border: 3px solid #000;
    margin-bottom: 1rem;
    background: #f8f1c4;
    overflow: hidden;
    max-width: 850px;
    margin: 0 auto 20px;
}

summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-weight: bold;
    list-style: none;
    font-size: 19px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::before {
    content: "Q";
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: #ffd51d;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border-radius: .25rem;
    font-family: 'Jost';
}

summary::after {
    content: "+";
    margin-left: auto;
    font-size: 1.8rem;
    font-weight: 700;
    transition: transform .35s;
}

details[open] summary::after {
    content: "−";
    transform: rotate(180deg);
}

details > p {
    margin: 0;
    background: #f0f2f8;
    border-top: 3px solid #000;
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease,padding .35s ease;
}

details > p::before {
    font-size: 22px;
    content: "A";
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: #19b4ff;
    color: #fff;
    font-weight: 500;
    border-radius: .25rem;
    margin-right: .75rem;
    font-family: 'Jost';
}

details[open] > p {
    padding: 1.5rem;
    max-height: 15rem;
    font-size: 18px;
}

section.cta {
    background: url(/wp-content/uploads/2025/06/bg1.png) no-repeat top center/100%;
    background-color: #ffd51d;
    padding-top: 310px;
    padding-bottom: 70px;
}

.cta div {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(/wp-content/uploads/2025/06/ha.png) no-repeat right;
}

p.cat-txt img {
    max-width: 660px;
}

section.cta img {
    width: 300px;
}

p.cat-txt img {
    width: 100%;
}

p.cta-txt2 {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 500;
}

a.btn {
    max-width: 550px;
    background: #00C300;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50px;
    font-size: 25px;
    width: 92%;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: 3px 4px 0px #012d02;
}

a.btn::after {
    content: "";
    display: inline-block;
    width: .55em;
    height: .55em;
    margin-left: .7rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: 30px;
}

a.btn {
    position: fixed;
    display: block;
    padding-right: 3.5rem;
    color: #fff;
    text-decoration: none;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    z-index: 100;
}

a.btn:hover {
    box-shadow: inset 2px 3px 0px #012d02;
}

footer {
    background: #ffd51d;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

footer ul {
    display: flex;
    align-items: baseline;
    padding: 50px;
}

footer ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px;
}

copy {
    margin: 0 0 40px;
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 500;
}
.page a.btn {
    display: none;
}
.page header {
    padding-bottom: 0;
}

.page p.logo {
    text-align: center;
}

section.thanks-summary h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 800ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

.thanks-summary.card{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff;margin: 0 auto;margin-top: 60px;max-width: 570px;width: 82%;box-sizing: border-box;}
.thanks-summary .row{display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed #e2e8f0}
.thanks-summary .row:last-child{border-bottom:none}
.thanks-summary .row span{min-width:80px;color:#64748b}
@media (prefers-color-scheme: dark){
  .thanks-summary.card{background:#111622;border-color:#222b3a;color:#e6edf6}
  .thanks-summary .row{border-bottom-color:#222b3a}
  .thanks-summary .row span{color:#9aa4b2}
}

.page h1, .page main,.page footer {display: none;}

body.page {
    background: #ffd51d;
}
p.center {
    text-align: center;
    margin: 40px;
}

p.center a {
    text-decoration: none;
    font-size: 20px;
    color: #3d3d3d;
}
/* ---------- Tokens */
.cf7-form-wrap {
  --c-bg: #ffffff;
  --c-soft: #f8fafc;        /* panel/input bg */
  --c-text: #0f172a;        /* slate-900 */
  --c-muted: #64748b;       /* slate-500 */
  --c-border: #e2e8f0;      /* slate-200 */
  --c-accent: #2563eb;      /* blue-600 */
  --c-accent-ink: #0b3ba7;  /* blue-800 */
  --c-danger: #dc2626;      /* red-600 */
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-1: 0 1px 2px rgba(2,6,23,0.06), 0 4px 14px rgba(2,6,23,0.06);
  --shadow-focus: 0 0 0 3px rgba(37,99,235,0.25);
  --gap: clamp(12px, 2.2vw, 18px);
  max-width: min(980px, 100%);
  margin-inline: auto;
  color: var(--c-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP",
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  padding-bottom: 50px;
  margin-top: 30px;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .cf7-form-wrap {
    --c-bg: #0b0e14;
    --c-soft: #111622;
    --c-text: #e6edf6;
    --c-muted: #9aa4b2;
    --c-border: #222b3a;
    --c-accent: #3b82f6;
    --c-accent-ink: #cbd5ff;
    --c-danger: #ef4444;
    --shadow-1: 0 1px 2px rgba(0,0,0,.4), 0 10px 24px rgba(0,0,0,.35);
    --shadow-focus: 0 0 0 3px rgba(59,130,246,.35);
  }
}

/* ---------- Sections */
.cf7-form-wrap .cf7-section {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  padding: clamp(28px, 4.8vw, 48px);
  margin-block: clamp(16px, 3.2vw, 28px);
}

.cf7-form-wrap .cf7-section__title {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 700;
  margin: 0 0 40px;
  color: #000;
}

.cf7-form-wrap .cf7-field + .cf7-field { margin-top: var(--gap); }

.cf7-form-wrap .cf7-field__label {
  font-weight: 700;
  font-size: clamp(.98rem, 3.2vw, 1.2rem);
  margin: 0 0 18px;
  text-align: center;
  color: #111;
}

.cf7-form-wrap .cf7-field__sub {margin-top: 28px;color: var(--c-muted);}

/* ---------- Option Grid (checkbox chips) */
.cf7-form-wrap .option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

/* CF7 list structure normalization */
.cf7-form-wrap .option-grid .wpcf7-form-control {display: flex;flex-direction: row;flex-wrap: wrap;gap: 10px;justify-content: center;}
.cf7-form-wrap .option-grid .wpcf7-list-item {margin: 0;display:block;width: 32%;}

/* Hide native box but keep accessible */
.cf7-form-wrap .option-grid .wpcf7-list-item input[type="checkbox"],
.cf7-form-wrap .option-grid .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
  pointer-events: none;
}

/* The visible chip lives on .wpcf7-list-item-label */
.cf7-form-wrap .option-grid .wpcf7-list-item-label {
  display: flex;
  background: #e6eff8;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  color: #0f172a;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* Checked state */
.cf7-form-wrap .option-grid .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  border-color: #baa340;
  background: rgb(255 213 29);
  box-shadow: var(--shadow-focus);
  color: #000000;
  font-weight: 700;
}

/* Focus ring for keyboard users */
.cf7-form-wrap .option-grid .wpcf7-list-item input:focus-visible + .wpcf7-list-item-label {
  box-shadow: var(--shadow-focus);
}

/* Hover (pointer devices only) */
@media (hover: hover) {
  .cf7-form-wrap .option-grid .wpcf7-list-item-label:hover {
    border-color: color-mix(in srgb, var(--c-border) 60%, var(--c-accent) 40%);
  }
}

/* ---------- Inputs / Select / Textarea (global) */
.cf7-form-wrap input[type="text"],
.cf7-form-wrap input[type="email"],
.cf7-form-wrap input[type="tel"],
.cf7-form-wrap input[type="url"],
.cf7-form-wrap textarea,
.cf7-form-wrap select {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #6a7480;
  border-radius: var(--radius-sm);
  padding: 12px 12px;
  font-size: 16px; /* avoid iOS zoom */
  color: #0f172a;
  display: block;
  transition: border-color .18s ease, box-shadow .18s ease;
  outline: none;
}

.cf7-form-wrap textarea { min-height: 120px; resize: vertical; }

.cf7-form-wrap input[type="text"]::placeholder,
.cf7-form-wrap input[type="email"]::placeholder,
.cf7-form-wrap input[type="tel"]::placeholder,
.cf7-form-wrap input[type="url"]::placeholder,
.cf7-form-wrap textarea::placeholder {
  color: var(--c-muted);
}

/* focus */
.cf7-form-wrap input[type="text"]:focus,
.cf7-form-wrap input[type="email"]:focus,
.cf7-form-wrap input[type="tel"]:focus,
.cf7-form-wrap input[type="url"]:focus,
.cf7-form-wrap textarea:focus,
.cf7-form-wrap select:focus {
  border-color: var(--c-accent);
  box-shadow: var(--shadow-focus);
}

/* native checkbox/radio outside chips */
.cf7-form-wrap input[type="checkbox"],
.cf7-form-wrap input[type="radio"] { accent-color: var(--c-accent); }

/* ---------- Basic Info table */
.cf7-form-wrap .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.cf7-form-wrap table.basic-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.cf7-form-wrap .basic-info th,
.cf7-form-wrap .basic-info td {
  border-bottom: 1px solid var(--c-border);
  padding: 12px 14px;
  vertical-align: top;
}
.cf7-form-wrap .basic-info th {
  width: 28%;
  background: var(--c-soft);
  text-align: left;
  font-weight: 700;
}
.cf7-form-wrap .basic-info tr:last-child th,
.cf7-form-wrap .basic-info tr:last-child td { border-bottom: none; }

/* Mobile: stack each row */
@media (max-width: 720px) {
  .cf7-form-wrap table.basic-info,
  .cf7-form-wrap .basic-info tbody,
  .cf7-form-wrap .basic-info tr,
  .cf7-form-wrap .basic-info th,
  .cf7-form-wrap .basic-info td { display: block; width: 100%; }
  .cf7-form-wrap .basic-info tr {}
  .cf7-form-wrap .basic-info th {background: transparent;padding: 0 0 16px;border: 0;text-align: center;color: #1d1d1d;}
  .cf7-form-wrap .basic-info td {padding: 0 0 30px;border: 0;}
  .cf7-form-wrap table.basic-info {border: none;}
}

/* ---------- Submit area */
.cf7-form-wrap .cf7-submit { margin-top: clamp(16px, 3vw, 28px); text-align: center; }
.cf7-form-wrap .cf7-notes {color: #384455;margin-bottom: 10px;}

.cf7-form-wrap .cf7-submit input[type="submit"],
.cf7-form-wrap input.wpcf7-submit {
  -webkit-appearance: none;
  appearance: none;
  background: var(--c-accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  min-width: 220px;
  box-shadow: var(--shadow-1);
  cursor: pointer;
  transition: transform .02s ease, box-shadow .18s ease, background .18s ease;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
@media (hover: hover) {
  .cf7-form-wrap .cf7-submit input[type="submit"]:hover,
  .cf7-form-wrap input.wpcf7-submit:hover {
    background: color-mix(in srgb, var(--c-accent) 88%, #fff 12%);
    box-shadow: 0 8px 26px rgba(37,99,235,.18);
  }
}
.cf7-form-wrap .cf7-submit input[type="submit"]:active,
.cf7-form-wrap input.wpcf7-submit:active { transform: translateY(1px); }

/* ---------- CF7 validation & messages */
.cf7-form-wrap .wpcf7-not-valid { border-color: var(--c-danger) !important; }
.cf7-form-wrap .wpcf7-not-valid-tip {
  color: var(--c-danger);
  font-size: .92rem;
  margin-top: 6px;
}

.cf7-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  border: 1.5px solid var(--c-border);
  border-left-width: 6px;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  background: var(--c-soft);
  color: var(--c-text);
}
.cf7-form-wrap .wpcf7 form.invalid .wpcf7-response-output { border-left-color: var(--c-danger); }
.cf7-form-wrap .wpcf7 form.sent .wpcf7-response-output    { border-left-color: #16a34a; } /* green-600 */
.cf7-form-wrap .wpcf7-spinner { margin-left: 8px; }

/* ---------- Headings tidy */
.cf7-form-wrap h2, .cf7-form-wrap h3 { letter-spacing: .01em; }

/* ---------- Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .cf7-form-wrap * { transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Utilities */
.cf7-form-wrap .help { color: var(--c-muted); font-size: .92rem; }


.cf7-field {
    margin-bottom: 60px;
}



@media screen and (max-width: 786px) {
    article {
        width: 92%;
        position: static!important;
        box-sizing: border-box;
    }

    section.concept ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    a.btn {
        box-sizing: border-box;
        font-size: 17px;
        position: fixed;
        width: 92%;
        bottom: 20px;
        left: 4%;
        z-index: 100;
    }

    section.flow .triangle {
        border-top-width: 32vw;
    }

    section#about {
        padding-bottom: 120px;
        margin: 0 auto 0;
        padding-top: 70px;
    }

    section#flow {
        background: url(http://sembei1.xsrv.jp/q8/wp-content/uploads/2025/06/road2.jpg) no-repeat right top/auto 100%;
    }

    section#flow h2 {
        margin-bottom: 100px;
    }

    article {
        display: flex;
        flex-direction: column;
        padding-top: 80px;
        margin-bottom: 50px;
    }

    img.img1 {
        height: auto;
        width: 120px;
    }

    section.flow article h3 span {
        font-size: 23px;
        margin-bottom: 7px;
    }

    section.flow article h3 {
        display: flex;
        flex-direction: column;
        left: 0;
        text-align: center;
        align-items: center;
        right: 0;
        top: -25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.flow article h3 br {
        display: none;
    }

    article p {
        width: 100%;
        margin-top: 30px;
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6;
    }

    article p br {
        display: none;
    }

    section.flow .triangle2 {
        bottom: 0px;
    }

    section#plan {
        padding-top: 0;
    }

    section.plan h2 {
        margin-bottom: 50px;
    }

    .plan div figure {
        width: 92%;
    }

    figure p {
        padding: 0 0 20px;
        width: 100%;
        font-size: 59px;
    }

    small {
        font-size: 17px;
    }

    .plan div figure:nth-child(2) figcaption {
        width: 80%;
    }

    figcaption {
        width: 90%;
    }

    figure p span {
        font-size: 35px;
    }

    section.design h2 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 50px;
    }

    section.design p {
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    section.design p br {
        display: none;
    }

    section.design div {
        padding: 60px 5% 10px;
        border-radius: 20px;
    }

    section h2 span {
        font-size: 18px;
    }

    section h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    section.faq h2 {
        margin-bottom: 60px;
    }

    details {
        width: 93%;
    }

    summary {
        padding: 15px;
    }

    p.logo {
        text-align: center;
        font-size: 12vw;
    }

    h1 {
        background-size: 100%;
        background-position: top 28vw center;
        padding-top: 80vw;
    }

    p.logo span {
        font-size: 5vw;
    }

    header#top {
        padding-bottom: 0px;
    }

    section.concept div {
        padding: 40px 0;
        box-shadow: 0 0 0 4px #000000, 8px 8px 0 0 #fff, 8px 8px 0 4px #000000;
        width: 87%;
    }

    section.concept h2 {
        width: 80%;
        max-width: 300px;
    }

    .circle-list li {
        width: 49vw;
        max-width: 300px;
    }

    .circle-list li::after {
        inset: 3vw;
    }

    .circle-list strong {
        font-size: max(30px,7vw);
    }

    .circle-list span {
        font-size: max(30px,9vw);
    }

    section.concept p {
        width: 90%;
        line-height: 1.8;
        font-size: 17px;
    }

    .circle-list strong em {
    }

    .circle-list strong em {
        font-size: 13vw;
    }

    section#cta {
        background: url(http://sembei1.xsrv.jp/q8/wp-content/uploads/2025/06/footer-bg.jpg) no-repeat top center/100%;
        padding-top: 100px;
        padding-bottom: 0;
    }

    section#faq {
        padding-bottom: 80px;
    }

    p.cat-txt {
        margin: 0 auto;
        width: 95%;
    }

    .cta div {
        background-position: top 40vw center;
        background-size: 40%;
        width: 100%;
        margin-bottom: 0;
    }

    nav {
        display: none;
    }

    footer {
        padding-bottom: 70px;
        padding-top: 30px;
    }

    p.cta-txt2 {
        background: #fff;
        font-size: 16px;
        padding: 60vw 4% 30px;
        position: relative;
        z-index: -2;
    }
	p.cta-txt2 br {
    display: none;
}
.cf7-form-wrap .option-grid .wpcf7-list-item {
    width: 100%;
}

.cf7-form-wrap .cf7-section {
    margin: 0 3% 20px;
    padding: 30px 20px;
    background: #fff;
}

.cf7-field:last-child {margin-bottom: 0;}
}

.anim-box.poyoyon3 {
    animation: poyoyon3 2.5s infinite;
    opacity: 1;
}

@keyframes poyoyon3 {
    0%, 40% {
        transform: skew(0deg, 0deg);
    }

    5% {
        transform: skew(5deg, 5deg);
    }

    10% {
        transform: skew(-4deg, -4deg);
    }

    15% {
        transform: skew(3deg, 3deg);
    }

    20% {
        transform: skew(-2deg, -2deg);
    }

    25% {
        transform: skew(1deg, 1deg);
    }

    30% {
        transform: skew(-0.6deg, -0.6deg);
    }

    35% {
        transform: skew(0.3deg, 0.3deg);
    }
}
