@charset "UTF-8";
/* =======================================================
reset.css
======================================================= */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
  line-break: strict;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:focus,
a:focus {
  outline: none;
}

p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: optimize-contrast;
}

picture {
  line-height: 0;
}

input,
button,
select,
textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

:root {
  --color-white: #fff;
  --color-txt: #4b4b4b;
  --color-main: #9b51e0;
  --color-sub: #f6edff;
  --color-sub02: #ebc8ff;
  --color-sub03: #c699e2;
  --color-gray: #adadad;
  --color-accent: #ff62b6;
}

html {
  font-size: min(calc(16 / 1220 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-txt);
  letter-spacing: 0.02em;
}

input,
button,
select,
textarea,
::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-txt);
  letter-spacing: 0.02em;
}

.u-pc {
  display: initial;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  .l-all__wrapper {
    overflow: hidden;
  }
}

.u-transition {
  transition: all 0.5s ease;
}

.c-main__ttl {
  text-align: center;
}

@media (hover: hover) {
  label:hover,
  button:hover,
  input[type=checkbox]:hover,
  input[type=submit]:hover {
    cursor: pointer;
  }
}

a {
  transition: all 0.5s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

figure {
  display: flex;
}

/* =======================================================
footer
======================================================= */
.l-foot {
  padding: 1.5rem 0;
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-foot {
    padding: 1.125rem 0 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-foot__logo {
  display: flex;
  width: 18.75rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-foot__logo {
    width: 12.6875rem;
    margin: 0 auto 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-foot__box {
    display: grid;
    grid-template: "gnav-wrapper btn-wrapper sns" "copyright copyright copyright";
    grid-template-columns: repeat(3, auto);
    row-gap: 1.5625rem;
  }
}
.p-foot__gnav {
  position: relative;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-foot__gnav-wrapper {
    display: grid;
    grid-area: gnav-wrapper;
    place-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-foot__gnav-wrapper {
    width: 11.25rem;
    margin: 0 auto 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-foot__gnav-list {
    display: flex;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-foot__gnav-item:first-of-type .p-foot__gnav {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .p-foot__gnav-item:last-of-type .p-foot__gnav {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-foot__gnav {
    display: block;
    padding: 0.75rem 0;
    text-align: center;
    border-top: 0.0625rem solid;
  }
}
.p-foot__btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 2.4375rem 0.5rem;
  font-weight: 700;
  color: var(--color-main);
  border: 0.0625rem solid;
  border-radius: 1.25rem;
}
.p-foot__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-area: btn-wrapper;
  gap: 1rem;
  align-items: center;
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-foot__btn-wrapper {
    gap: 0.75rem;
    justify-content: center;
    margin: 0 0 0.75rem;
  }
}
@media (hover: hover) {
  .p-foot__btn:hover {
    color: var(--color-white);
    background: var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .p-foot__btn {
    width: 11.25rem;
    padding: 0.4375rem 0 0.5625rem;
  }
}
.p-foot__btn::after {
  margin-top: 0.125rem;
  content: "";
  transition: all 0.5s ease;
}
.p-foot__btn.--portfolio::after {
  width: 1.25rem;
  height: 1.125rem;
  background: url("../images/common/icon-download.svg") top center/contain no-repeat;
}
@media (hover: hover) {
  .p-foot__btn.--portfolio:hover::after {
    background: url("../images/common/icon-download--white.svg") top center/contain no-repeat;
  }
}
.p-foot__btn.--contact {
  background: var(--color-white);
}
.p-foot__btn.--contact::after {
  width: 1.5625rem;
  height: 1rem;
  background: url("../images/common/icon-mail.svg") top center/contain no-repeat;
}
@media (hover: hover) {
  .p-foot__btn.--contact:hover {
    background: var(--color-main);
  }
  .p-foot__btn.--contact:hover::after {
    background: url("../images/common/icon-mail--white.svg") top center/contain no-repeat;
  }
}
.p-foot__sns {
  display: flex;
  grid-area: sns;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-foot__sns {
    width: 2rem;
    margin: 0 auto 0.75rem;
  }
}
.p-foot__copyright {
  grid-area: copyright;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-foot__copyright {
    width: 16.375rem;
    margin: 0 auto;
    text-align: center;
  }
}

/* =======================================================
header
======================================================= */
.l-main {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5rem;
  }
}

.l-head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 500;
  width: 100%;
  padding: 0.8125rem 0;
  background: var(--color-sub);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-head {
    display: flex;
    align-items: center;
    height: 5rem;
    padding: 0;
  }
}

.p-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-head {
    display: block;
  }
}
.p-head__logo {
  display: flex;
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-head__logo {
    width: 9.375rem;
  }
}
.p-head__box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-head__box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 6rem;
    background: var(--color-sub);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__box.--js-active {
    transform: translateX(0);
  }
}
.p-head__gnav {
  position: relative;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.02em;
}
.p-head__gnav-wrapper {
  display: grid;
  place-content: center;
}
.p-head__gnav-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-head__gnav-list {
    display: grid;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__gnav-item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-head__gnav-item:last-of-type .p-head__gnav {
    border-bottom: 0.0625rem solid;
  }
}
.p-head__gnav-item.--home .p-head__gnav::after {
  width: 3.8125rem;
  height: 1.75rem;
  background: url("../images/common/header-home-hover.svg") top center/cover no-repeat;
}
.p-head__gnav-item.--profile .p-head__gnav::after {
  width: 5.125rem;
  height: 1.75rem;
  background: url("../images/common/header-profile-hover.svg") top center/cover no-repeat;
}
.p-head__gnav-item.--works .p-head__gnav::after {
  width: 4.5625rem;
  height: 1.6875rem;
  background: url("../images/common/header-works-hover.svg") top center/cover no-repeat;
}
.p-head__gnav-item.--news .p-head__gnav::after {
  width: 3.75rem;
  height: 1.6875rem;
  background: url("../images/common/header-news-hover.svg") top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-head__gnav {
    display: block;
    width: 11.25rem;
    padding: 1rem 0;
    border-top: 0.0625rem solid;
  }
}
.p-head__gnav::after {
  position: absolute;
  top: 0.125rem;
  left: 50%;
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-head__gnav::after {
    display: none;
  }
}
@media (hover: hover) {
  .p-head__gnav:hover::after {
    opacity: 1;
  }
}
.p-head__btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 2.4375rem 0.5rem;
  font-weight: 700;
  color: var(--color-main);
  border: 0.0625rem solid;
  border-radius: 1.25rem;
}
.p-head__btn-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-head__btn-wrapper {
    display: grid;
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__btn {
    width: 11.25rem;
    padding: 0.375rem 0 0.625rem;
  }
}
@media (hover: hover) {
  .p-head__btn:hover {
    color: var(--color-white);
    background: var(--color-main);
    border-width: 0.125rem;
  }
}
.p-head__btn::after {
  margin-top: 0.125rem;
  content: "";
  transition: all 0.5s ease;
}
.p-head__btn.--portfolio::after {
  width: 1.25rem;
  height: 1.125rem;
  background: url("../images/common/icon-download.svg") top center/contain no-repeat;
}
@media (hover: hover) {
  .p-head__btn.--portfolio:hover::after {
    background: url("../images/common/icon-download--white.svg") top center/contain no-repeat;
  }
}
.p-head__btn.--contact {
  background: var(--color-white);
}
.p-head__btn.--contact::after {
  width: 1.5625rem;
  height: 1rem;
  background: url("../images/common/icon-mail.svg") top center/contain no-repeat;
}
@media (hover: hover) {
  .p-head__btn.--contact:hover {
    background: var(--color-main);
  }
  .p-head__btn.--contact:hover::after {
    background: url("../images/common/icon-mail--white.svg") top center/contain no-repeat;
  }
}
.p-head__sns {
  display: flex;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-head__sns {
    width: 2.5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__mail {
    position: absolute;
    top: 1.875rem;
    right: 5.125rem;
    display: flex;
    width: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger {
    position: absolute;
    top: 1.5625rem;
    right: 1.25rem;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 1.625rem;
    height: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bars::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bars::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars {
    position: relative;
    display: block;
    height: 1.375rem;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::before, .p-head__burger-bars::after,
  .p-head__burger-bars .p-head__burger-bar {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    content: "";
    background: var(--color-main);
    border-radius: 0.0625rem;
    transition: all 0.5s ease;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars .p-head__burger-bar {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200%;
    font-size: 0.5625rem;
    font-weight: 700;
    color: var(--color-main);
    text-align: center;
    transform: translateX(-50%);
  }
}

/* =======================================================
inner
======================================================= */
.l-inner {
  width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 21.875rem;
  }
}

/* =======================================================
accent
======================================================= */
.u-color__accent {
  color: var(--color-accent);
}

/* =======================================================
att
======================================================= */
.u-att {
  display: flex;
}

.u-att::before {
  flex: 0 1 auto;
  content: "※";
}

span.u-att {
  display: block;
}

/* =======================================================
btm__bg
======================================================= */
.c-btm__bg {
  background: url("../images/common/btm-bg.png") bottom center/180rem 29.125rem no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btm__bg {
    background: url("../images/common/btm-bg-sp.png") bottom center/24.375rem 21.125rem no-repeat;
  }
}

/* =======================================================
btn
======================================================= */
.c-btn {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0.75rem 2.25rem 0.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.02em;
  background: var(--color-white);
  border: 0.25rem solid;
  border-radius: 3.125rem;
}
.c-btn__wrapper {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 0.75rem;
    padding: 0.6875rem 1.5625rem 0.8125rem;
    font-size: 0.875rem;
    border-width: 0.1875rem;
    border-radius: 2.1875rem;
  }
}
.c-btn::after {
  width: 1.75rem;
  height: 1rem;
  content: "";
  background: url("../images/common/btn-arrow.svg") top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.25rem;
    height: 0.75rem;
  }
}

.c-bullet__item {
  display: flex;
}

.c-bullet__item::before {
  flex: 0 1 auto;
  content: "・";
}

/* =======================================================
c-hgroup
======================================================= */
.c-hgroup {
  display: grid;
  gap: 0.625rem;
  place-content: center;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-hgroup {
    gap: 0.5rem;
  }
}
.c-hgroup__ttl {
  font-size: 3.25rem;
  line-height: calc(62/52);
}
@media screen and (max-width: 767px) {
  .c-hgroup__ttl {
    font-size: 1.5rem;
    line-height: calc(29/24);
  }
}
.c-hgroup__txt {
  font-size: 1.125rem;
  line-height: calc(22/18);
}
@media screen and (max-width: 767px) {
  .c-hgroup__txt {
    font-size: 0.9375rem;
    line-height: calc(27/15);
  }
}

.u-font__accent {
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* =======================================================
opacity
======================================================= */
.u-hover__opacity {
  cursor: pointer;
}
@media (hover: hover) {
  .u-hover__opacity:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  .u-hover__opacity-not:hover {
    opacity: 1;
  }
}

/* =======================================================
separator
======================================================= */
.u-separator {
  position: relative;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .u-separator {
    padding-bottom: 8.125rem;
  }
}
.u-separator::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 15rem;
  content: "";
  background: linear-gradient(180deg, #f6edff 78%, white 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .u-separator::before {
    height: 8.125rem;
  }
}
.u-separator::after {
  position: absolute;
  bottom: 8.0625rem;
  left: 50%;
  width: 100%;
  height: 13.875rem;
  content: "";
  background: var(--color-white);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .u-separator::after {
    bottom: 5rem;
    height: 3.1875rem;
    background: url("../images/common/separator-white-sp.svg") top center/cover no-repeat;
    border-radius: 0;
  }
}
.u-separator .l-inner {
  position: relative;
  z-index: 2;
}

/* =======================================================
breadcrumbs
======================================================= */
.c-breadcrumbs__wrapper {
  padding: 2rem 0;
  background: linear-gradient(0deg, white 11%, #f0dfff 61%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__wrapper {
    padding: 1.3125rem 0 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    overflow: scroll hidden;
  }
}
.c-breadcrumbs__list {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    width: max-content;
  }
}
.c-breadcrumbs__item {
  font-size: 0.9375rem;
  line-height: calc(18/15);
  color: var(--color-main);
}
.c-breadcrumbs__item.--home a {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}
.c-breadcrumbs__item.--home a::before {
  width: 0.9375rem;
  height: 0.875rem;
  content: "";
  background: url("../images/common/breadcrumbs-home.svg") top center/contain no-repeat;
}
.c-breadcrumbs__item:not(:last-of-type) {
  display: flex;
  gap: 0.4375rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__item:not(:last-of-type) {
    gap: 0.5rem;
  }
}
.c-breadcrumbs__item:not(:last-of-type)::after {
  content: ">";
}

/* =======================================================
cta
======================================================= */
.l-cta {
  padding: 4rem 0 5rem;
  background: url("../images/common/btm-bg.png") top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 2.25rem 0 5rem;
    background: url("../images/common/btm-bg-sp.png") bottom center/24.375rem 24.25rem no-repeat;
  }
}

.p-cta__link-wrapper {
  display: grid;
  gap: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-cta__link-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__link-wrapper {
    gap: 1.5rem;
  }
}

/* =======================================================
contact form 7 リセット
======================================================= */
.wpcf7-form-control-wrap {
  display: flex;
}

/* =======================================================
form
======================================================= */
.c-form__fields {
  display: grid;
  gap: 2.5rem;
  width: 47.5rem;
  padding: 2rem 1.75rem;
  margin: 0 auto 1rem;
  background: var(--color-sub);
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-form__fields {
    gap: 1.25rem;
    width: 100%;
    padding: 0;
    margin-bottom: 2.3125rem;
    background: transparent;
  }
}
.c-form__field {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-form__field {
    grid-template-columns: auto;
    gap: 0.5rem;
  }
}
.c-form__lbl {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: calc(47/16);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-form__lbl {
    gap: 0.625rem;
    align-items: center;
    justify-content: start;
    line-height: calc(27/16);
  }
}
.c-form__lbl::after {
  display: grid;
  place-content: center;
  height: 1.375rem;
  padding: 0 0.5625rem 0.125rem;
  margin-top: 0.875rem;
  font-size: 0.6875rem;
  color: var(--color-white);
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-form__lbl::after {
    margin-top: 0;
    font-size: 0.6875rem;
    line-height: calc(19/11);
  }
}
.c-form__lbl.--required::after {
  content: "必須";
  background: var(--color-main);
}
.c-form__lbl.--optional::after {
  content: "任意";
  background: rgba(75, 75, 75, 0.4);
}
.c-form__info.--radio {
  display: flex;
  align-items: center;
}
.c-form__info.--radio .wpcf7-radio {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form__info.--radio .wpcf7-radio {
    gap: 3.4375rem;
    letter-spacing: 0;
  }
}
.c-form__info.--radio .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.c-form__info.--radio .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
  line-height: calc(27/16);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-form__info.--radio .wpcf7-list-item label {
    gap: 0.25rem;
  }
}
.c-form__info.--radio .wpcf7-list-item input {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  background: var(--color-white);
  border: 0.125rem solid var(--color-main);
  border-radius: 50%;
  appearance: none;
}
.c-form__info.--radio .wpcf7-list-item input:checked::after {
  position: absolute;
  inset: 0;
  width: 0.625rem;
  height: 0.625rem;
  margin: auto;
  content: "";
  background-color: var(--color-main);
  border-radius: 50%;
}
.c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
  width: 100%;
  padding: 0.5625rem 0.75rem 0.625rem;
  line-height: calc(27/16);
  letter-spacing: 0.04em;
  background: var(--color-white);
  border: 0.125rem solid var(--color-main);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
    padding: 0.6875rem 0.875rem 0.75rem;
    font-size: 0.875rem;
    line-height: calc(22/12);
  }
}
.c-form input[type=submit] {
  z-index: 2;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  width: 12.75rem;
  height: 4rem;
  padding-right: 3.25rem;
  font-size: 1.25rem;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url("../images/contact/submit-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 1.9375rem;
  background-size: 2rem 1.3125rem;
  border: 0.25rem solid var(--color-white);
  border-radius: 3.125rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-form input[type=submit] {
    padding: 0.9375rem 0 1.1875rem 2.1875rem;
    font-size: 1.25rem;
    line-height: calc(24/20);
    text-align: left;
    letter-spacing: 0.02em;
    background-position: center right 1.75rem;
  }
}
@media (hover: hover) {
  .c-form input[type=submit]:hover {
    padding-right: 3.9375rem;
    background-color: var(--color-accent);
    background-image: url("../images/contact/submit-icon-hover.svg");
    background-position: center right 2.875rem;
    background-size: 3.3125rem 1.375rem;
  }
}
.c-form textarea {
  width: 100%;
  height: 8.25rem;
  padding: 0.625rem;
  line-height: calc(27/16);
  resize: none;
  background: var(--color-white);
  border: 0.125rem solid var(--color-main);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    height: 15rem;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    line-height: calc(22/12);
  }
}
.c-form__btn {
  position: relative;
  display: inline-flex;
}
.c-form__btn-wrapper {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27.125rem;
    height: 5.25rem;
    content: "";
    background: url("../images/contact/submit-hover.png") top center/contain no-repeat;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-50%, -50%);
  }
}
.c-form__btn.--js-hover::after {
  opacity: 1;
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form__btn .wpcf7-form-control-wrap {
  display: flex;
}
.c-form ::placeholder {
  color: var(--color-gray);
}

/* =======================================================
エラー
======================================================= */
.wpcf7-form.invalid .wpcf7-form-control-wrap {
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form.invalid .wpcf7-form-control-wrap {
    gap: 0.25rem;
  }
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  position: relative;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form.--hide-error .wpcf7-not-valid-tip {
  display: none;
}

/* =======================================================
name
======================================================= */
.c-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(38/32);
  color: var(--color-sub03);
  text-align: center;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-name {
    font-size: 1.25rem;
    line-height: calc(24/20);
    letter-spacing: 0.5em;
  }
}

/* =======================================================
pagenavi
======================================================= */
.wp-pagenavi {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.wp-pagenavi > * {
  display: grid;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  padding-bottom: 0.125rem;
  background: var(--color-sub);
  border-radius: 50%;
}
.wp-pagenavi .extend {
  padding-bottom: 0.625rem;
}

/* =======================================================
toc
======================================================= */
.c-toc {
  padding: 1.5rem 3.125rem;
  margin-top: 1rem;
  border: 0.0625rem solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-toc {
    padding: 1.5rem;
  }
}
.c-toc__toggle {
  color: var(--color-main);
  text-align: center;
  text-decoration: underline;
}
.c-toc__ttl {
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
.c-toc__list {
  display: grid;
  color: var(--color-main);
}
.c-toc__item {
  display: grid;
}
.c-toc__item .c-toc__list {
  padding-left: 1.5em;
}
.c-toc__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25em;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-toc__link {
    line-height: 1.5;
  }
}