@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/***** font *****/
/***** Zen Maru Gothic *****/
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-maru-gothic-v19-japanese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-maru-gothic-v19-japanese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-maru-gothic-v19-japanese-700.woff2") format("woff2");
}
/***** Zen Kaku Gothic New *****/
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-kaku-gothic-new-v18-japanese-700.woff2") format("woff2");
}
/***** variable *****/
/* Zen Kaku Gothic New */
/* Zen Maru Gothic */
/***** common *****/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: 80px;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 500;
  color: #5E3220;
  background-color: #F2F2F2;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  line-height: 1.5;
}

p + p {
  margin-top: 0.5em;
}

strong {
  color: #D2673B;
}

.page-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  margin-inline: auto;
}
.page-title h1 {
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  padding-inline: 0.5em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #D2673B;
}
.page-title span {
  display: block;
  text-align: center;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  line-height: 1;
  color: #D2673B;
}

.contents-main h2 {
  position: relative;
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  font-weight: 700;
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.contents-main h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.75em;
  transform: rotate(-45deg);
  width: 1.5em;
  aspect-ratio: 1/1;
  background-color: #99e9b4;
  z-index: -1;
}

h3 {
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 4px solid #D2673B;
}

/***** ボタン共通 *****/
.link-button {
  position: relative;
  border: 2px solid #5E3220;
  width: -moz-fit-content;
  width: fit-content;
}
.link-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
}
.link-button::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #FFCAA1;
  z-index: -1;
}

/***** お問い合わせボタン *****/
.contact-button a {
  color: #fff;
}
.contact-button::before {
  background-color: #FF9B4F;
}

/***** 診断チャートボタン *****/
.chart-button {
  display: flex;
  justify-content: center;
  gap: 1rem;
  isolation: isolate;
}
.chart-button button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1rem;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
  border: 2px solid #5E3220;
  max-width: 200px;
  width: 100%;
}
.chart-button button::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chart-button button.yes::before {
  background-color: #ffa1a1;
}
.chart-button button.no::before {
  background-color: #99d4e9;
}

.to-top {
  position: sticky;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  background-color: #D2673B;
  margin-inline: auto 0;
  padding: 0.5rem;
}
.to-top img {
  max-width: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  height: auto;
}

/***** header *****/
.header-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 240px;
  padding-inline: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(-100vmax 0);
}
.header-wrapper .header {
  position: sticky;
  top: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
}
.header-wrapper .header .site-logo {
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
.header-wrapper .header .site-logo img {
  max-width: 10rem;
}
.header-wrapper .header nav ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.header-wrapper .header nav ul li {
  position: relative;
  font-size: 0.875rem;
}
.header-wrapper .header nav ul li a {
  white-space: nowrap;
}
.header-wrapper .header nav ul li.change-color::before, .header-wrapper .header nav ul li.current_page_item::before {
  background-color: #FF9B4F;
}
.header-wrapper .header nav ul li.change-color a, .header-wrapper .header nav ul li.current_page_item a {
  color: #FF9B4F;
}
.header-wrapper .header nav ul li.current_page_item {
  pointer-events: none;
}
.header-wrapper .header nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #5E3220;
}
.header-wrapper .header nav ul::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  transform: translateX(calc(0.25rem - 0.5px));
  display: inline-block;
  height: calc(100% - 1rem);
  width: 0px;
  border-left: 1px solid #5E3220;
}
.header-wrapper .header .menu-button {
  display: none;
}

/***** footer *****/
.footer {
  width: 100%;
  background-color: #D2673B;
}
.footer .footer-nav {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.footer .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.footer .footer-nav ul li a {
  color: #fff;
}

.footer-nav li:last-child {
  width: 100%;
  text-align: center;
}

.footer-logo {
  max-width: 7.5rem;
  margin-inline: auto;
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}

.footer-inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-block: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  padding-inline: calc(240px + clamp(1rem, 0.85rem + 0.74vw, 1.5rem)) clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}

.policy {
  text-align: center;
  color: #fff;
}

.copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-inline: 240px clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  font-size: 0.75rem;
  color: #fff;
  background-color: #5E3220;
}

/***** top-page *****/
/***** animation *****/
@keyframes newsSlideUp {
  0%, 20% {
    transform: translateY(0);
  }
  25%, 45% {
    transform: translateY(-3em);
  }
  50%, 70% {
    transform: translateY(-6em);
  }
  75%, 100% {
    transform: translateY(-9em);
  }
}
@media (max-width: 768px) {
  @keyframes newsSlideUp {
    0%, 20% {
      transform: translateY(0);
    }
    25%, 45% {
      transform: translateY(-2em);
    }
    50%, 70% {
      transform: translateY(-4em);
    }
    75%, 100% {
      transform: translateY(-6em);
    }
  }
}
.contents-wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}

main {
  position: relative;
  width: 100%;
}

/* mv */
.hero {
  position: relative;
  width: calc(100% - clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem));
  max-height: 656px;
  aspect-ratio: 9/6;
  margin-left: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  background: url(../images/mv/hero.webp) no-repeat top/contain;
}
.hero-text {
  position: absolute;
  top: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  right: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.hero p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.5rem, 0.91rem + 2.96vw, 3.5rem);
  font-weight: 700;
  color: #5E3220;
  background-color: rgba(250, 250, 250, 0.6);
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}
.hero p span {
  color: #FF9B4F;
}

/* main */
.main-inner {
  padding-inline: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  width: 100%;
}

.section {
  margin-bottom: clamp(5rem, 2.63rem + 11.85vw, 10rem);
}

.section-title {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.section-title h2 {
  position: relative;
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  margin-left: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
.section-title h2::first-letter {
  color: #fff;
}
.section-title h2::before {
  content: "";
  position: absolute;
  left: -0.6em;
  bottom: 0;
  width: 1.6em;
  height: 1.6em;
  background-color: #D2673B;
  opacity: 0.8;
  z-index: -1;
}
.section-title h2::after {
  content: "";
  position: absolute;
  top: -1.6em;
  left: -1.6em;
  transform: translate(0.6em, 0.6em);
  width: 1em;
  height: 1em;
  border: 4px solid #5E3220;
  z-index: -2;
}
.section-title span {
  display: inline-block;
  margin-left: calc(clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem) * 2 + 1em);
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
}

.sub-title {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  margin-left: 1rem;
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  text-decoration-line: underline;
  text-decoration-color: #99e9b4;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.25em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.text-box {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}

.text-box p + p {
  margin-top: 1em;
}

body.home .news-section {
  margin-bottom: clamp(4rem, 2.96rem + 5.19vw, 7.5rem);
  max-width: 800px;
  margin-inline: auto;
}
body.home .news-section .news-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  border: 2px solid #FF9B4F;
}
body.home .news-section .news-wrapper .news-title {
  height: 3em;
  line-height: 3em;
  color: #fff;
  background-color: #FF9B4F;
  padding-inline: 1rem;
  white-space: nowrap;
}
body.home .news-section .news-wrapper .news-list {
  position: relative;
  flex: 1;
  height: 3em;
  line-height: 3em;
  background-color: #fff;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.home .news-section .news-wrapper .news-item {
  height: 3em;
  animation: newsSlideUp 16s infinite;
  padding: 0;
  background: none;
}
body.home .news-section .news-wrapper .news-item .news-modal-open {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
body.home .news-section .news-wrapper .news-item .news-modal-open .news-date {
  margin-right: 1rem;
  color: #2b6cb0;
  white-space: nowrap;
}
body.home .news-section .news-wrapper .news-item .news-modal-open .news-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.home .news-section .news-more {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  padding-right: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #5E3220;
}
body.home .news-section .news-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 1em;
  width: 1px;
  background-color: #5E3220;
  transform-origin: bottom;
  transform: rotate(-45deg);
}

.blog-box {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.blog-box ul.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.blog-box ul.blog-list .blog-item {
  flex-basis: calc((100% - 2rem) / 3);
}
.blog-box ul.blog-list .blog-item time {
  display: block;
  margin-block: 0.5em;
  font-size: 0.875rem;
}
.blog-box ul.blog-list .blog-item .blog-post-title {
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 700;
  color: #FF9B4F;
}

/***** page *****/
.content-box {
  padding-inline: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
}

.btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  padding-inline: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
.btn-box .link-button {
  flex: 0 1 300px;
}

body.archive .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.archive .news-list li {
  flex-basis: calc((100% - 2rem) / 3);
  flex-shrink: 0;
}
body.archive .news-list li a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.news-modal.is-active {
  display: flex;
}

.news-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.news-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.news-modal-header {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}
.news-modal-header .news-date {
  font-size: 0.875rem;
  color: #2b6cb0;
}
.news-modal-header .news-modal-title {
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  margin-top: 4px;
}

.news-modal-body {
  line-height: 1.8;
}

.news-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-modal-close::before, .news-modal-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #5E3220;
}
.news-modal-close::before {
  transform: rotate(45deg);
}
.news-modal-close::after {
  transform: rotate(-45deg);
}

body.page-template-page-news ul.news-list {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
}
body.page-template-page-news li.news-item {
  background-color: #fff;
  padding-inline: 1rem;
  padding-block: 0.5em;
  margin-bottom: 1rem;
  border-radius: 16px;
}
body.page-template-page-news li.news-item:last-child {
  margin-bottom: 0;
}
body.page-template-page-news .news-modal-open {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
body.page-template-page-news .news-modal-open .news-date {
  margin-right: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  color: #2b6cb0;
  white-space: nowrap;
}
body.page-template-page-news .news-modal-open .news-title {
  flex: 1;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
}

body.privacy-policy .contents-main h2::before {
  background: #99d4e9;
}
body.privacy-policy .contents-main h3 {
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  font-weight: 500;
}
body.privacy-policy .contents-main ul,
body.privacy-policy .contents-main ol {
  padding-left: 1em;
}
body.privacy-policy .contents-main ul li + li,
body.privacy-policy .contents-main ol li + li {
  margin-top: 1em;
}
body.privacy-policy .contents-main ul {
  list-style: disc;
}
body.privacy-policy .contents-main ol {
  list-style: auto;
}

/***** page-plan *****/
body.page-template-page-plan .plan-links {
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
body.page-template-page-plan .plan-links .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
body.page-template-page-plan .plan-links .btns a {
  flex: 1 0 auto;
  max-width: 65%;
  text-align: center;
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  background-color: #fff;
  opacity: 0.7;
  filter: grayscale(0.3);
  isolation: isolate;
  transition: all 0.3s ease;
}
body.page-template-page-plan .plan-links .btns a h3 {
  position: relative;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.5em 1em;
  border: 2px solid #5E3220;
}
body.page-template-page-plan .plan-links .btns a.jump-studio {
  border: 4px solid #99e9e1;
}
body.page-template-page-plan .plan-links .btns a.jump-studio h3::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #99e9e1;
  z-index: -1;
}
body.page-template-page-plan .plan-links .btns a.jump-wp {
  border: 4px solid #99d4e9;
}
body.page-template-page-plan .plan-links .btns a.jump-wp h3::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #99d4e9;
  z-index: -1;
  transition: transform 0.3s ease;
}
body.page-template-page-plan .plan-links .btns a .jump-tag {
  display: inline-block;
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  font-weight: 700;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
body.page-template-page-plan .plan-links .btns a p {
  font-size: 0.875rem;
}
body.page-template-page-plan .plan-links .btns a.active {
  border-color: #FF9B4F;
  opacity: 1;
  filter: grayscale(0);
  box-shadow: 0 8px 24px rgba(176, 104, 43, 0.25);
  transform: translateY(-5px);
}
body.page-template-page-plan .plan-links .btns a.active h3::before {
  top: 0;
  left: 0;
  background-color: #FFCAA1;
}
body.page-template-page-plan {
  /***** 最適診断チャート *****/
}
body.page-template-page-plan #quiz {
  padding-block: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  padding-inline: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  background-color: #fff;
  border: 4px solid #D2673B;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
body.page-template-page-plan #quiz h3 {
  position: relative;
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  letter-spacing: 0.05em;
  border: none;
}
body.page-template-page-plan #quiz h3::before {
  content: "";
  position: absolute;
  top: -1.5em;
  right: -1.5em;
  width: 2em;
  height: 2em;
  background: url("../images/icon/triangle-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan {
  /* progressBar */
}
body.page-template-page-plan .progress-wrapper {
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
body.page-template-page-plan .progress-wrapper .progress-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
body.page-template-page-plan .progress-wrapper #progress-container {
  width: 100%;
  height: 8px;
  background-color: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
body.page-template-page-plan .progress-wrapper #progress-bar {
  width: 0%;
  height: 100%;
  background: #FF9B4F;
  border-radius: 4px;
  transition: width 0.4s ease-in-out;
}
body.page-template-page-plan {
  /***** buttonはcommon.scssへ記述 *****/
  /* quiz */
}
body.page-template-page-plan .quiz-area {
  position: relative;
  min-height: 180px;
  max-width: 90%;
  margin-inline: auto;
}
body.page-template-page-plan .quiz-area .question {
  display: none;
  opacity: 0;
}
body.page-template-page-plan .quiz-area .question.active {
  display: block;
  opacity: 1;
}
body.page-template-page-plan .quiz-area .question dl {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
body.page-template-page-plan .quiz-area .question dt {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 700;
  color: #FF9B4F;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
body.page-template-page-plan .quiz-area .question dd {
  min-height: 2lh;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  line-height: 1.6;
  margin: 0;
}
body.page-template-page-plan {
  /* result */
}
body.page-template-page-plan #result {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: 4rem;
  padding-inline: 1.5rem;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  isolation: isolate;
}
body.page-template-page-plan #result .result-card {
  padding: 1rem;
  max-width: 90%;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
}
body.page-template-page-plan #result .result-card h4 {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  margin-bottom: 1rem;
  font-weight: 700;
}
body.page-template-page-plan #result .result-action-buttons a {
  position: relative;
  flex-direction: column;
  gap: 0.5rem;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.5em 1em;
  border: 2px solid #5E3220;
}
body.page-template-page-plan #result .result-action-buttons a span {
  font-size: 0.875rem;
  font-weight: 400;
}
body.page-template-page-plan #result {
  /* 診断結果wordpress */
}
body.page-template-page-plan #result:has(.is-wordpress) {
  border: 2px solid #99d4e9;
}
body.page-template-page-plan #result:has(.is-wordpress) h2::before {
  background-color: #99d4e9;
}
body.page-template-page-plan #result:has(.is-wordpress) .result-card h4 {
  color: #2b6cb0;
}
body.page-template-page-plan #result:has(.is-wordpress) .result-action-buttons a::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #99d4e9;
  z-index: -1;
}
body.page-template-page-plan #result {
  /* 診断結果studio */
}
body.page-template-page-plan #result:has(.is-studio) {
  border: 2px solid #59cdc1;
}
body.page-template-page-plan #result:has(.is-studio) h2::before {
  background-color: #99e9e1;
}
body.page-template-page-plan #result:has(.is-studio) .result-card h4 {
  color: #59cdc1;
}
body.page-template-page-plan #result:has(.is-studio) .result-action-buttons a::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #99e9e1;
  z-index: -1;
}
body.page-template-page-plan {
  /* retry */
}
body.page-template-page-plan .retry {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.5em 1em;
  border: 2px solid #5E3220;
}
body.page-template-page-plan .retry::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #FFCAA1;
  z-index: -1;
}
body.page-template-page-plan {
  /***** ▲最適診断チャートここまで *****/
  /* 制作プラン */
}
body.page-template-page-plan .studio-section,
body.page-template-page-plan .wordpress-section {
  display: none;
}
body.page-template-page-plan .studio-section.active,
body.page-template-page-plan .wordpress-section.active {
  display: block;
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
}
body.page-template-page-plan .studio-section strong,
body.page-template-page-plan .wordpress-section strong {
  display: block;
  margin-bottom: 0.5em;
}
body.page-template-page-plan .studio-section li,
body.page-template-page-plan .wordpress-section li {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
body.page-template-page-plan .studio-section .plan-merit ul,
body.page-template-page-plan .wordpress-section .plan-merit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.page-template-page-plan .studio-section .plan-merit ul li,
body.page-template-page-plan .wordpress-section .plan-merit ul li {
  position: relative;
  flex-basis: calc((100% - clamp(1rem, 0.85rem + 0.74vw, 1.5rem) * 2) / 3);
  padding: 1em;
  background-color: #fff;
  border: 1px solid #D2673B;
  border-radius: 16px 0 16px 0;
}
body.page-template-page-plan .studio-section .plan-merit ul li strong,
body.page-template-page-plan .wordpress-section .plan-merit ul li strong {
  padding-top: calc(4rem + 1em);
  text-align: center;
}
body.page-template-page-plan .studio-section .plan-merit ul li strong::before,
body.page-template-page-plan .wordpress-section .plan-merit ul li strong::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
body.page-template-page-plan .studio-section .plan-demerit strong::before,
body.page-template-page-plan .wordpress-section .plan-demerit strong::before {
  content: "△";
}
body.page-template-page-plan .studio-section .plan-recommend ul,
body.page-template-page-plan .wordpress-section .plan-recommend ul {
  list-style: disc;
  padding-left: 1em;
}
body.page-template-page-plan .studio-section h2::before {
  background-color: #99e9e1;
}
body.page-template-page-plan .studio-section h3 {
  border-color: #59cdc1;
}
body.page-template-page-plan .studio-section .sub-title::before {
  background-color: #99e9e1;
}
body.page-template-page-plan .studio-section .plan-merit li:nth-child(1) strong::before {
  background: url("../images/pages/plan/document-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .studio-section .plan-merit li:nth-child(2) strong::before {
  background: url("../images/pages/plan/time-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .studio-section .plan-merit li:nth-child(3) strong::before {
  background: url("../images/pages/plan/server-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .wordpress-section h2::before {
  background-color: #99d4e9;
}
body.page-template-page-plan .wordpress-section h3 {
  border-color: #2b6cb0;
}
body.page-template-page-plan .wordpress-section .sub-title::before {
  background-color: #99d4e9;
}
body.page-template-page-plan .wordpress-section .plan-merit li:nth-child(1) strong::before {
  background: url("../images/pages/plan/system-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .wordpress-section .plan-merit li:nth-child(2) strong::before {
  background: url("../images/pages/plan/assets-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .wordpress-section .plan-merit li:nth-child(3) strong::before {
  background: url("../images/pages/plan/graph-icon.svg") no-repeat center/contain;
}
body.page-template-page-plan .plan-price {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
body.page-template-page-plan .plan-price .price-wrapper {
  width: 92%;
  margin-inline: auto;
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem) 0;
}
body.page-template-page-plan .plan-price .price-title {
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  padding-bottom: 4px;
  border-bottom: 2px solid #5E3220;
  text-align: center;
  color: #333;
}
body.page-template-page-plan .plan-price .plan-desc {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.7;
}
body.page-template-page-plan .plan-price .price-section {
  background-color: #f6f3f3;
  border-radius: 8px;
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
}
body.page-template-page-plan .plan-price .price-section:last-child {
  margin-bottom: 0;
}
body.page-template-page-plan .plan-price .cost {
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  font-weight: 700;
  color: #D2673B;
  line-height: 1;
}
body.page-template-page-plan .plan-price .cost-box {
  margin-bottom: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  font-weight: bold;
}
body.page-template-page-plan .plan-price .tax-note {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
}
body.page-template-page-plan .plan-price .cost-sub {
  font-weight: 700;
}
body.page-template-page-plan .plan-price h4 {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  font-weight: 700;
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 4px solid #FF9B4F;
}
body.page-template-page-plan .plan-price .sub-heading {
  font-weight: 700;
  margin-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
body.page-template-page-plan .plan-price ul {
  list-style-type: disc;
  padding-left: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
  line-height: 1.6;
}
body.page-template-page-plan .plan-price ul li {
  margin-bottom: 0.5em;
}
body.page-template-page-plan .plan-price .option-list dt {
  font-weight: 700;
  margin-top: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
body.page-template-page-plan .plan-price .option-list dt:first-child {
  margin-top: 0;
}
body.page-template-page-plan .plan-price .option-list dd {
  margin-bottom: 1rem;
  line-height: 1.6;
}
body.page-template-page-plan .plan-price .option-list dd p {
  margin-top: 0.4em;
  font-size: 0.875rem;
  color: #555;
}
body.page-template-page-plan .plan-price .option-list dd .note {
  font-size: 0.875rem;
  color: #555;
}
body.page-template-page-plan .plan-price.studio-price {
  border: 2px solid #59cdc1;
}
body.page-template-page-plan .plan-price.studio-price h3 {
  border: none;
  color: #fff;
  background-color: #59cdc1;
  padding: 0.5em 1em;
  text-align: center;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
body.page-template-page-plan .plan-price.studio-price .sub-heading,
body.page-template-page-plan .plan-price.studio-price dt {
  padding: 4px 1em;
  background-color: #97f4ea;
  border-radius: 100vmax;
}
body.page-template-page-plan .plan-price.wp-price {
  border: 2px solid #2b6cb0;
}
body.page-template-page-plan .plan-price.wp-price h3 {
  border: none;
  color: #fff;
  background-color: #2b6cb0;
  padding: 0.5em 1em;
  text-align: center;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
body.page-template-page-plan .plan-price.wp-price .sub-heading,
body.page-template-page-plan .plan-price.wp-price dt {
  padding: 4px 1em;
  background-color: #99d4e9;
  border-radius: 100vmax;
}
body.page-template-page-plan .scroll-note {
  display: none;
}
body.page-template-page-plan .plan-table-wrapper {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.page-template-page-plan .plan-table-wrapper .plan-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: inherit;
  color: #333333;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .col-heading {
  visibility: hidden;
  border: none;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .table-seisakuhi td {
  font-size: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
}
body.page-template-page-plan .plan-table-wrapper .plan-table th.col-heading,
body.page-template-page-plan .plan-table-wrapper .plan-table td:first-child {
  width: 22%;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .col-wp,
body.page-template-page-plan .plan-table-wrapper .plan-table td:nth-child(2) {
  width: 39%;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .col-studio,
body.page-template-page-plan .plan-table-wrapper .plan-table td:nth-child(3) {
  width: 39%;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .table-check-list {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .table-check-list li:first-letter {
  color: #01aa25;
}
body.page-template-page-plan .plan-table-wrapper .plan-table th {
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem) 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}
body.page-template-page-plan .plan-table-wrapper .plan-table th.col-heading {
  background-color: #f1f3f5;
  color: #495057;
}
body.page-template-page-plan .plan-table-wrapper .plan-table th.col-wp {
  background-color: #eef4fb;
  color: #2b6cb0;
  border-top: 3px solid #2b6cb0;
}
body.page-template-page-plan .plan-table-wrapper .plan-table th.col-studio {
  background-color: #f1f5f8;
  color: #59cdc1;
  border-top: 3px solid #59cdc1;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .plan-name {
  display: block;
  font-size: clamp(0.9375rem, 0.882rem + 0.28vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 4px;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .plan-sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
body.page-template-page-plan .plan-table-wrapper .plan-table tbody th {
  background-color: #fcfcfc;
  color: #333333;
  font-size: 0.875rem;
  text-align: left;
  padding: 1rem;
  border: 1px solid #e0e0e0;
}
body.page-template-page-plan .plan-table-wrapper .plan-table tbody td {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  background-color: #ffffff;
}
body.page-template-page-plan .plan-table-wrapper .plan-table tbody td:nth-child(2) {
  background-color: #fafbfc;
}
body.page-template-page-plan .plan-table-wrapper .plan-table strong {
  font-weight: 700;
}
body.page-template-page-plan .plan-table-wrapper .plan-table .table-note {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  margin-top: 4px;
  line-height: 1.4;
}
body.page-template-page-plan .plan-table-wrapper .plan-table tr.row-highlight td {
  font-weight: bold;
  color: #d9534f;
  background-color: #fffdfd;
}

/***** form *****/
/* フォーム全体のコンテナ */
.wpcf7 {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 2.06rem + 2.22vw, 4rem);
  font-family: inherit;
}
.wpcf7 p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.wpcf7 {
  /* ラベルおよびカスタムフィールドラベル */
}
.wpcf7 label,
.wpcf7 .field-label {
  display: block;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}
.wpcf7 {
  /* 必須マークのデザイン */
}
.wpcf7 .req {
  display: inline-block;
  background-color: #ff4d4f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  margin-left: 0.5rem;
  margin-bottom: 0.5em;
  vertical-align: middle;
}
.wpcf7 {
  /* テキスト入力欄・メール・電話・セレクトボックス */
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  caret-color: #FF9B4F;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 select:focus {
  outline: none;
  border: 2px solid #D2673B;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}
.wpcf7 {
  /* テキストエリア */
}
.wpcf7 textarea {
  max-height: 600px;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7 textarea:focus {
  outline: none;
  border: 2px solid #D2673B;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}
.wpcf7 {
  /* ラジオボタン・チェックボックスの選択肢まわり */
}
.wpcf7 .wpcf7-list-item {
  display: block;
  /* 縦並び */
  margin-left: 0;
  margin-bottom: 0.6rem;
}
.wpcf7 .wpcf7-list-item input[type=radio],
.wpcf7 .wpcf7-list-item input[type=checkbox] {
  /* Destyle.cssなどの appearance: none; を打ち消して表示を復活させる */
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
  accent-color: #FF9B4F;
}
.wpcf7 .wpcf7-list-item label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle;
}
.wpcf7 {
  /* 同意チェックボックス部分の調整 */
}
.wpcf7 .form-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9rem;
}
.wpcf7 .form-agree .wpcf7-list-item {
  display: inline;
  margin: 0;
}
.wpcf7 .form-agree input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.wpcf7 .form-agree a {
  color: #ff4d4f;
  text-decoration: underline;
}
.wpcf7 {
  /* 送信ボタン */
}
.wpcf7 .form-submit {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.wpcf7 .form-submit input[type=submit] {
  background-color: #5E3220;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.9rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
.wpcf7 .form-submit input[type=submit]:hover {
  background-color: #FF9B4F;
}
.wpcf7 .form-submit input[type=submit]:active {
  transform: translateY(1px);
}
.wpcf7 .form-submit .wpcf7-spinner {
  position: absolute;
  right: 0;
}

/***** animation *****/
/***********************************
            Tablet(1024以下)
***********************************/
@media (max-width: 1024px) {
  /***** header *****/
  .contents-wrapper {
    position: relative;
    flex-direction: column;
  }
  .header-wrapper {
    display: contents;
  }
  .header-wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 100%);
    padding-top: 0.5em;
    padding-inline: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
    margin-bottom: 0;
    z-index: 999;
  }
  .header-wrapper .header .site-logo {
    margin-bottom: 0;
  }
  .header-wrapper .header .site-logo img {
    width: 100%;
    max-width: 7.5rem;
  }
  .header-wrapper .header {
    /***** navi *****/
  }
  .header-wrapper .header .header-nav ul {
    flex-direction: row;
    gap: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  }
  .header-wrapper .header .header-nav ul::before {
    display: none;
  }
  .header-wrapper .header .header-nav ul li::before {
    display: none;
  }
  .header-wrapper .bottom-message {
    position: absolute;
    left: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
    bottom: 0;
    transform: translateY(50%);
    max-width: 10rem;
    width: 100%;
    margin-bottom: auto;
  }
  /***** footer *****/
  .footer-inner {
    padding-inline: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  }
  .copy {
    padding-inline: clamp(1.5rem, 1.2rem + 1.48vw, 2.5rem);
  }
  /***** Page & Post *****/
  .front-main,
  .contents-main {
    margin-top: 80px;
  }
  /***********************************
              SP(768以下)
  ***********************************/
}
@media (max-width: 1024px) and (max-width: 768px) {
  /***** Common *****/
  .main-inner {
    padding-inline: 1rem;
  }
  .content-box {
    padding-inline: 0;
  }
  .sub-title {
    margin-left: 0;
  }
  .contents-main h2 {
    padding-left: 0.5em;
  }
  .contents-main h2::before {
    left: 0;
  }
  .to-top {
    max-width: 80px;
  }
  .to-top img {
    max-width: 14px;
  }
  .to-top p {
    font-size: 0.75rem;
  }
  /***** header *****/
  .header-wrapper .header {
    transition: background-color 0.4s ease;
    padding-inline: 1rem;
  }
  .header-wrapper .header .site-logo img {
    max-width: 5rem;
  }
  .header-wrapper .header .header-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100svh;
    margin-top: 80px;
    padding-top: 20svh;
    background-color: hsla(0, 0%, 100%, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
  }
  .header-wrapper .header .header-nav ul {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .header-wrapper .header .header-nav ul li a {
    font-size: 1.25rem;
  }
  .header-wrapper .header .header-nav ul li.change-color a {
    color: #5E3220;
  }
  .header-wrapper .header .menu-button {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: transparent;
  }
  .header-wrapper .header .menu-button_box {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .header-wrapper .header .menu-button_box span {
    height: 3px;
    background-color: #D2673B;
    border-radius: 100vmax;
    transition: width 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  }
  .header-wrapper .header .menu-button_box span:nth-child(1) {
    width: 26px;
  }
  .header-wrapper .header .menu-button_box span:nth-child(2) {
    width: 18px;
  }
  .header-wrapper .header .menu-button_box span:nth-child(3) {
    width: 10px;
  }
  body.is-open {
    overflow: hidden;
  }
  body.is-open .header {
    background-color: hsla(0, 0%, 100%, 0.75);
  }
  body.is-open .header .menu-button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  body.is-open .header .menu-button span:nth-child(2) {
    transform: translateX(18px);
    opacity: 0;
  }
  body.is-open .header .menu-button span:nth-child(3) {
    width: 26px;
    transform: translateY(-9px) rotate(-45deg);
  }
  body.is-open .header .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /***** Footer *****/
  .footer .footer-nav ul {
    flex-direction: column;
  }
  .footer .footer-nav ul li:last-child {
    text-align: left;
  }
  .footer .copy {
    padding-inline: 1rem;
  }
  /***** Top *****/
  body.home .hero {
    width: 100%;
    min-height: 400px;
    margin-left: 0;
    background-size: cover;
  }
  body.home .news-section .news-wrapper {
    flex-direction: column;
  }
  body.home .news-section .news-wrapper .news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2em;
  }
  body.home .news-section .news-wrapper .news-list {
    flex: auto;
    width: 100%;
    height: 2em;
  }
  body.home .news-section .news-wrapper .news-item {
    height: 2em;
  }
  body.home .news-section .news-more {
    font-size: 0.875rem;
  }
  /***** Plan *****/
  body.page-template-page-plan #quiz {
    padding-inline: 0;
  }
  body.page-template-page-plan .quiz-area .question dd {
    min-height: 3lh;
  }
  body.page-template-page-plan .quiz-area .chart-button {
    flex-direction: column;
    align-items: center;
  }
  body.page-template-page-plan .quiz-area .chart-button button {
    max-width: 300px;
  }
  body.page-template-page-plan section#result {
    padding-block: 2.5em;
    padding-inline: 0;
  }
  body.page-template-page-plan section#result .result-card {
    max-width: 100%;
  }
  body.page-template-page-plan .plan-links .btns a {
    max-width: 100%;
  }
  body.page-template-page-plan .plan-links .btns a .jump-tag {
    font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  }
  body.page-template-page-plan .studio-section .plan-merit ul,
  body.page-template-page-plan .wordpress-section .plan-merit ul {
    flex-direction: column;
  }
  body.page-template-page-plan .plan-table-wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 700px) {
  body.page-template-page-plan .scroll-note {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #777;
  }
  body.page-template-page-plan .plan-table-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  body.page-template-page-plan .plan-table {
    min-width: 700px;
    width: 100%;
  }
  body.page-template-page-plan .plan-table th:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  /*************** ▲ max-width:768px ****************/
}
@media (max-width: 1024px) {
  /*************** ▲ max-width:1024px ****************/
}/*# sourceMappingURL=main.css.map */