@charset "UTF-8";

/* ----------------------------------------------------
	Header
---------------------------------------------------- */
.l-header {
  z-index: 101;
  position: relative;
  width: 100%;
}

.l-header__inner {
  height: 7rem;
}

.l-header__logo {
  padding-top: 2.7rem;
}

.l-header__logo img {
  width: 11rem;
  height: auto;
}

.l-header__logo--hover {
  display: none;
}

/* Header Navi */
.l-header__navi {
  display: flex;
  flex-direction: column;
}

.l-header__naviItem {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.l-header__navi > .l-header__naviItem > a {
  display: block;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 1.6rem;
}

.l-header__naviItem.menu-item-has-children:hover > .sub-menu,
.l-header__naviItem.menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.l-header__navi .sub-menu a {
  position: relative;
}

.l-header__navi .sub-menu a::before {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  transition: background-color 0.3s linear, left 0.3s linear;
}

.l-header__info {
  z-index: 1;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.l-header__infoInner {
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}

.l-header__infoTitle {
  padding: 0.4rem 1.6rem;
  background-color: #6b5a49;
  color: #fff;
}

.l-header__infoListWrapper {
  padding: 0.4rem 0.8rem;
}

.l-header__infoList:not(:first-of-type) {
  border-top: #ccc 1px solid;
}

.l-header__infoText {
  display: block;
  padding: 0.4rem;
  color: #6b5a49;
}

.l-header__infoText.c-link::after {
  content: "→";
}

/* ----------------------------------------------------
	Footer
---------------------------------------------------- */
.l-footer {
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  background-color: #505050;
  color: #fff;
}

.l-footer__inner {
  text-align: center;
}

.l-footer__pageTop {
  position: absolute;
  top: -3.2rem;
  right: 5vw;
  width: 6.4rem;
  height: 6.4rem;
  padding-top: 3.6rem;
  border: solid 1px #505050;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  color: #6b5a49;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}

.l-footer__pageTop::before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 2.3rem;
  right: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #6b5a49;
  border-right: 1px solid #6b5a49;
  content: "";
}

.l-footer__logo img {
  -webkit-filter: invert(100%) brightness(200%);
  width: 14.7rem;
  height: auto;
  filter: invert(100%) brightness(200%);
}

/* Footer Navi */
.l-footer__naviWrapper {
  margin-top: 4rem;
}

.l-footer__navi {
  display: flex;
  flex-direction: column;
  margin-right: -5vw;
  margin-left: -5vw;
}

.l-footer__naviItem a {
  display: block;
  padding: 1.8rem 5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.4rem;
}

.l-footer__naviItem:last-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.l-footer__subNavi {
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
}

.l-footer__subNaviItem:last-of-type::after {
  display: none;
}

.l-footer__subNaviItem a {
  display: block;
  padding: 0.8rem 5vw;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer__copyright {
  margin-top: 2.4rem;
  text-align: center;
  opacity: 0.7;
}

.l-footer__copyright small {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------------
	Main
---------------------------------------------------- */
.l-rootContainer {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.l-main {
  position: relative;
  flex: 1;
}

.l-side {
  margin-top: 4rem;
}

.l-contentWrapper {
  flex: 1;
  padding-bottom: 6.4rem;
}

/* ----------------------------------------------------
	Form
---------------------------------------------------- */

/* ----------------------------------------------------
	Link
---------------------------------------------------- */
.c-link {
  transition: opacity 0.3s linear;
}

/* ----------------------------------------------------
	Button
---------------------------------------------------- */
.c-button__circle {
  display: inline-block;
  position: relative;
  height: 4.4rem;
  overflow: hidden;
}

.c-button__circle--circle {
  display: block;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0;
  border-radius: 3.3rem;
  background-image: linear-gradient(41deg, #fbb465 18%, #ffd3a4 85%);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.c-button__circle--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.c-button__circle--arrow {
  top: 0.1rem;
  left: 0.6rem;
  width: 1.7rem;
  height: 0.3rem;
  background: none;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.c-button__circle--arrow::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -0.5rem;
  right: -0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  border-radius: 0.3rem;
  content: "";
}

.c-button__circle::after {
  margin-left: 5.4rem;
  content: attr(data-text) "";
  opacity: 0;
}

.c-button__circle--text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 5.4rem;
  padding: 1rem 0;
  line-height: 1.6;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.c-button__white:not(#_),
.is-style-outline:not(#_) .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 3.5rem 1.4rem 2.5rem;
  border: solid 2px #fbb465;
  border-radius: 5rem;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.12);
  color: #6b5a49;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.c-button__white:not(#_)::after,
.is-style-outline:not(#_) .wp-block-button__link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 51%;
  right: 2.8rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 0.2rem solid #fbb465;
  border-right: 0.2rem solid #fbb465;
  border-radius: 0.2rem;
  content: "";
  transition: border-color 0.3s;
}

a[target=_blank].c-button__white:not(#_)::after,
.is-style-outline:not(#_) a[target=_blank].wp-block-button__link::after {
  -webkit-transform: translateY(-50%);
  right: 2.4rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  border: none;
  border-radius: 0;
  background: url("../images/icon_outside.svg") no-repeat center/cover;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.c-button__white:not(#_):hover,
.is-style-outline:not(#_) .wp-block-button__link:hover {
  background-color: #fbb465;
  color: #fff;
  opacity: 1;
  transition: background-color 0.3s, color 0.3s;
}

.c-button__white:not(#_):hover::after,
.is-style-outline:not(#_) .wp-block-button__link:hover::after {
  border-color: #fff;
  transition: border-color 0.3s;
}

.c-button__white.outside:not(#_):hover::after,
.is-style-outline:not(#_) .wp-block-button__link:hover::after {
  -webkit-filter: contrast(200%) sepia(100%);
  filter: contrast(200%) sepia(100%);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

/* ----------------------------------------------------
	Parts
---------------------------------------------------- */
.c-marker {
  display: inline;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 1s;
}

.c-marker.--orange {
  background-image: linear-gradient(transparent 65%, rgba(251, 180, 101, 0.3) 50%);
}

.c-marker.on {
  background-size: 100% 100%;
}

.c-postWrapper:not(#_) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  gap: 4rem;
}

.c-postItem:not(#_) {
  padding-left: 0;
  line-height: inherit;
}

.c-postItem:not(#_)::before {
  display: none;
}

.c-postItem__inner:not(#_) {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-postItem__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 1.2rem;
}

.c-postItem__textWrapper {
  margin-top: 0.8rem;
}

.c-postItem__date {
  font-size: 1.4rem;
  opacity: 0.7;
}

.c-postItem__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
}

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

.c-author__title {
  margin-bottom: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
}

.c-author__image {
  margin-bottom: 1.6rem;
}

.c-author__image img {
  width: 14rem;
}

.c-author__caption {
  margin-top: 1.6rem;
  line-height: 1.6;
}

.c-author__caption .--small {
  display: block;
  margin: 1.2rem auto;
  padding: 0.8rem 1.6rem;
  background-color: rgba(107, 90, 73, 0.1);
}

.c-author__text {
  margin-top: 1.6rem;
  text-align: left;
}

.c-author__button:not(#_) {
  margin-top: 2.4rem;
}

.p-bottomCtaWrapper .c-ctaWrapper {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.6rem;
  background-color: #f9e6cf;
  text-align: center;
}

.p-bottomCtaWrapper .c-cta__title {
  margin-bottom: 1.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

.p-bottomCtaWrapper .c-cta__title .--small {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
  gap: 0.4rem;
  font-weight: normal;
  font-size: 1.6rem;
}

.p-bottomCtaWrapper .c-cta__title .--small::before {
  content: "＼";
}

.p-bottomCtaWrapper .c-cta__title .--small::after {
  content: "／";
}

.p-bottomCtaWrapper .c-cta__text .--bg-orange {
  display: block;
  margin-bottom: 1.6rem;
  border-radius: 2.4rem;
  background-color: #fbb465;
  color: #fff;
}

.p-bottomCtaWrapper .c-cta__list:not(#_) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  gap: 0.8rem;
}

.p-bottomCtaWrapper .c-cta__listItem:not(#_) {
  padding: 0.6rem 0.4rem;
  border: 2px solid #fbb465;
  border-radius: 0.6rem;
  background-color: #fff;
  line-height: 1.5;
}

.p-bottomCtaWrapper .c-cta__listItem:not(#_)::before {
  display: none;
}

.p-bottomCtaWrapper .c-cta__iconList:not(#_) {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2.4rem;
  gap: 0.8rem;
}

.p-bottomCtaWrapper .c-cta__iconListItem:not(#_) {
  padding-left: 0;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.p-bottomCtaWrapper .c-cta__iconListItem:not(#_)::before {
  top: 0.3rem;
  width: 1.8rem;
  height: 2.2rem;
  border-radius: 0;
  background: transparent url("../images/service/icon02.svg") no-repeat center;
}

.c-icon__text {
  display: inline-block;
  min-width: 7.2rem;
  margin-right: 0.4rem;
  padding: 0 0.4rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.c-icon__text.--baseOption {
  background-color: #4fbdd6;
}

.c-icon__text.--baseApp {
  background-color: #dd6e81;
}

.c-toolTip {
  display: inline-block;
  position: relative;
  margin-left: 0.4rem;
  cursor: pointer;
}

.c-toolTip__icon:not(#_) {
  position: absolute;
  top: -1.9rem;
  width: 1.6rem;
  max-width: 1.6rem;
  height: 1.6rem;
}

.c-toolTip__text {
  -webkit-transform: translateX(-46%);
  display: block;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 18.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.8rem;
  transform: translateX(-46%);
  border-radius: 0.4rem;
  background-color: #6b5a49;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: 0;
  transition: 0.3s ease-in;
}

.c-toolTip__text::before {
  position: absolute;
  border: 0.7rem solid transparent;
  content: "";
}

.c-toolTip:hover .c-toolTip__text {
  visibility: visible;
  opacity: 1;
}

.c-priceTable thead th:not(#_) {
  border-top: none;
  font-weight: 500;
}

.c-priceTable thead th:not(#_):nth-of-type(1) {
  background-color: transparent;
}

.c-priceTable thead th:not(#_):nth-of-type(2) {
  background-color: #f9e6cf;
}

.c-priceTable thead th:not(#_):nth-of-type(3) {
  background-color: #fcd1da;
}

.c-listBox01 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 2.7rem;
}

.c-listBox01__item {
  padding: 2.4rem 2.2rem;
  border: solid 2px #fbb465;
  border-radius: 1.2rem;
  background-color: #fff;
}

.c-listBox01__title {
  font-size: 2rem;
  text-align: center;
}

.c-listBox01__title.--small {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.c-listBox01__image {
  margin-top: 1.6rem;
  margin-bottom: 0.6rem;
  text-align: center;
}

.c-listBox01__text:not(#_) {
  line-height: 1.8;
  letter-spacing: 0;
}

.c-listBox01__text .--small {
  font-size: 1.4rem;
}

.c-listBox02__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: solid 2px #fbb465;
  border-radius: 0.8rem;
  background-color: #fff;
}

.c-listBox02__item:not(:first-of-type) {
  margin-top: 4rem;
}

.c-listBox02__textWrapper {
  padding: 3.2rem 1.6rem 2.4rem;
}

.c-listBox02__title {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 2.8rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.c-listBox02__title::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fbb465;
  content: "";
}

.c-listBox02__title .--small {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.c-listBox02__text:not(#_) .--small {
  font-size: 1.4rem;
}

.c-listBox02__text:not(#_) .--bg-orange {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.8rem;
  background-color: rgba(251, 180, 101, 0.4);
  font-size: 1.4rem;
}

.c-listBox02__text:not(#_) .--bg-orange a {
  color: #6b5a49;
}

.c-listBox02__image {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 27.3rem;
  margin-top: 2.4rem;
  padding-left: 1.6rem;
}

.c-listBox02__image::before {
  -webkit-transform: translate(-50%, -48%);
  z-index: -1;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 39.2rem;
  height: 39.2rem;
  transform: translate(-50%, -48%);
  border-radius: 50%;
  background-color: rgba(251, 180, 101, 0.45);
  content: "";
}

.c-flow01 {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  gap: 2.4rem;
  counter-reset: number 0;
}

.c-flow01::before {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.8rem;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fbb465;
  content: "";
}

.c-flow01__item {
  margin-right: 3.2rem;
  margin-left: 3.2rem;
  padding: 1.6rem 1.8rem 2.4rem;
  background-color: #f7f7f7;
}

.c-flow01__title {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-align: center;
}

.c-flow01__title::before {
  display: block;
  margin-bottom: 1.2rem;
  content: counter(number) "";
  color: #fbb465;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  counter-increment: number 1;
}

.c-flow01__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  padding-top: 0.8rem;
}

.c-imageBox01 > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3.2rem;
}

.c-imageBox01__image.--small {
  width: 24rem;
}

.wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
  color: #c0c0c0;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: #c0c0c0;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.wpcf7 select,
.wpcf7 textarea {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  border: 1px solid hsla(0deg, 0%, 78%, 0.5);
  border-radius: 0;
  background-color: #f7f7f7;
  color: #333;
  font-size: 1.6rem;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  outline: none;
}

.wpcf7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.wpcf7-date) {
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
}

.wpcf7 textarea {
  min-height: 20rem;
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
  line-height: 1.6;
}

.wpcf7 select {
  height: 5.3rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.4rem;
}

.wpcf7 input.wpcf7-date {
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
}

.wpcf7 textarea {
  min-height: 20rem;
  line-height: 1.6;
}

.wpcf7 .wpcf7-radio {
  display: block;
  margin-top: 1.6rem;
}

.wpcf7 .wpcf7-radio label {
  cursor: pointer;
}

.wpcf7 input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid hsla(0deg, 0%, 78%, 0.5);
  border-radius: 50%;
  background-color: #f7f7f7;
  cursor: pointer;
}

.wpcf7 input[type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #6b5a49;
  content: "";
  opacity: 0.8;
}

.wpcf7-checkbox {
  display: block;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-top: 1.6rem;
  margin-left: 0;
}

.wpcf7 .wpcf7-checkbox label {
  display: flex;
  cursor: pointer;
}

.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: auto;
  margin-right: 3rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.wpcf7 input[type=checkbox]::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border: 1px solid hsla(0deg, 0%, 78%, 0.5);
  background: #f7f7f7;
  content: "";
}

.wpcf7 input[type=checkbox]::after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  margin-top: -0.7rem;
  transform: rotate(45deg);
  border-right: 0.3rem solid #6b5a49;
  border-bottom: 0.3rem solid #6b5a49;
  content: "";
  opacity: 0;
}

.wpcf7 input[type=checkbox]:checked::after {
  opacity: 0.8;
}

body.create-contact-form .wpcf7-list-item.last.has-free-text .wpcf7-list-item-label::after {
  content: "（下記にご記入ください）";
}

.wpcf7 .c-form__privacy .wpcf7-checkbox label {
  margin-top: 0.8rem;
  padding: 1.2rem 1.2rem;
  border: 1px solid hsla(0deg, 0%, 78%, 0.5);
  border-radius: 0;
  background-color: #f7f7f7;
  color: #333;
}

.wpcf7 .c-form__privacy .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 0;
}

.wpcf7 .c-form__privacy input[type=checkbox]::before {
  background-color: #fff;
}

.wpcf7 .submit,
.c-form__submit {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.2rem;
  gap: 1.6rem;
}

.wpcf7 input[type=submit],
.c-form .c-form__next {
  display: block;
  width: 70%;
  min-width: 20rem;
  padding: 1.5rem 1.5rem 1.4rem;
  border: solid 2px #fbb465;
  border-radius: 5rem;
  background-color: #fbb465;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.wpcf7 input[type=submit]:hover,
.c-form .c-form__next:hover {
  border: solid 2px #fbb465;
  background-color: #fff;
  color: #fbb465;
  transition: background-color 0.3s, color 0.3s;
}

.c-form__back {
  display: block;
  width: 70%;
  min-width: 20rem;
  padding: 1.5rem 0.8rem 1.4rem;
  border-radius: 5rem;
  background-color: rgba(251, 180, 101, 0.4);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.12);
  color: #6b5a49;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  transition: opacity 0.3s;
}

.c-form__back:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.c-form__text {
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.wpcf7-free-text {
  margin-top: 0.8rem;
}

.wpcf7 dt {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: normal;
}

.wpcf7 dt::after {
  margin-left: 0.6rem;
  padding: 0 0.7rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  vertical-align: 0.1rem;
}

.wpcf7 dt.c-form__requiredTitle::after {
  border: solid 1px #fbb465;
  background-color: #fbb465;
  content: "必須";
  color: #fff;
}

.wpcf7 dt:not(.c-form__requiredTitle)::after {
  border: solid 1px #6b5a49;
  content: "任意";
}

.wpcf7 dd {
  margin-bottom: 3.2rem;
}

body.contact-confirm .wpcf7 dd,
body.base-contact-confirm .wpcf7 dd,
body.create-contact-confirm .wpcf7 dd,
.c-form__confirmArea dd {
  min-height: 4.8rem;
  margin-bottom: 2.4rem;
  padding: 1.4rem 1.2rem 1.1rem;
  background-color: #eee;
  color: #333;
  line-height: 1.6;
  word-break: break-all;
}

.c-form__error {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
  color: #b70000;
  font-size: 80%;
}

.wpcf7 form:not(.sent) .wpcf7-response-output {
  margin: 2.4rem 0 0;
  padding: 0.8rem 1.6rem;
  border-width: 1px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  display: block;
  border-color: #b70000;
  color: #b70000;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -2.4rem;
  left: 0;
  margin: auto;
}

/* ----------------------------------------------------
	Component
---------------------------------------------------- */

/* メイン コンテンツ枠 */
.c-contentBlock {
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
}

.c-topContent__box {
  display: flex;
  flex-direction: column;
}

.c-topContent__text {
  margin-top: 2.4rem;
  line-height: 2;
}

.c-topContent__text:first-of-type {
  margin-top: 0;
}

.c-topContent__text a {
  color: #fbb465;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.c-topContent__image {
  margin-right: -10vw;
  margin-bottom: 5rem;
  margin-left: -10vw;
}

.c-topContent__image img {
  width: 100%;
  height: auto;
}

.c-topContent__button {
  margin-top: 4rem;
}

.c-topBaseLinkBox__buttonItem {
  width: 100%;
}

/* サイド コンテンツ枠 */
.c-sideContentBlock {
  margin-bottom: 3rem;
}

.c-sideContentBlock > ul {
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #fff !important;
}

/* 見出し h2 */
.c-heading__primary,
h2.wp-block-heading {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  margin-bottom: 2.4rem;
  padding-left: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-heading__primary::before,
.c-heading__primary::after,
h2.wp-block-heading::before,
h2.wp-block-heading::after {
  position: absolute;
  border-radius: 100%;
  background-color: #fbb465;
  content: "";
}

.c-heading__primary::before,
h2.wp-block-heading::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
}

.c-heading__primary::after,
h2.wp-block-heading::after {
  top: 1.8rem;
  left: 2.2rem;
  width: 0.8rem;
  height: 0.8rem;
}

/* 見出し h3 */
.c-heading__secondary,
h3.wp-block-heading {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 1.2rem;
  border-left: 0.8rem rgba(107, 90, 73, 0.75) solid;
  background-color: rgba(107, 90, 73, 0.1);
  color: #6b5a49;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.editor-styles-wrapper h3.wp-block-heading {
  width: auto;
}

/* 見出し h4 */
.c-heading__tertiary,
h4.wp-block-heading {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dotted #6b5a49;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* 見出し サイドバー */
.c-sideContentHeading {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
}

.c-sideContentHeading::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  position: absolute;
  top: 55%;
  left: 0;
  width: 1.4rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #707070;
  content: "";
}

.c-breadcrumb {
  margin-top: 4rem;
  margin-bottom: -2.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

body#page .c-breadcrumb {
  margin-top: 5.6rem;
}

.c-breadcrumb .--separator {
  position: relative;
  margin: 0 1.2rem;
}

.c-breadcrumb .--separator::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 55%;
  left: -0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #6b5a49;
  border-right: 1px solid #6b5a49;
  content: "";
}

.c-breadcrumb .--home::before {
  -webkit-mask-image: url("../images/icon_home.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.4rem;
  background-color: #fbb465;
  content: "";
  vertical-align: -0.3rem;
  mask-image: url("../images/icon_home.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-pagination {
  margin-top: 5.6rem;
  text-align: center;
}

.c-pagination.--none {
  display: none;
}

.c-pagination a:not(#_) {
  color: #6b5a49;
  text-decoration: none;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.c-pagination a:not(#_):hover {
  border-color: rgba(107, 90, 73, 0.5);
  background-color: rgba(107, 90, 73, 0.5);
  color: #fff;
  opacity: 1;
}

.c-pagination .nav-links > * {
  display: inline-block;
  margin: 0 0.2rem;
}

.c-pagination .page-numbers {
  padding: 0.6rem 0.8rem;
  border: 1px solid #6b5a49;
}

.c-pagination .page-numbers.current {
  background-color: #6b5a49;
  color: #fff;
}

/* ----------------------------------------------------
	Project
---------------------------------------------------- */

/* メインビジュアル */
.p-mainVisual {
  position: relative;
  min-height: 66.7rem;
  padding-top: 2rem;
}

.p-mainVisual__title {
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0.6em;
}

.p-mainVisual__title span {
  z-index: 1;
  position: relative;
}

.p-mainVisual__title span::before {
  z-index: -1;
  position: absolute;
  bottom: 0.2rem;
  left: -0.2rem;
  width: 8.5rem;
  height: 1.3rem;
  content: "";
}

.p-mainVisual__title--white::before {
  background-color: #fff;
}

.p-mainVisual__title--yellow::before {
  background-color: #fbe5ab;
}

.p-mainVisual__title [data-ruby] {
  position: relative;
}

.p-mainVisual__title [data-ruby]::before {
  position: absolute;
  right: 0;
  bottom: -2.2rem;
  left: 0;
  margin: auto;
  padding-right: 1.4rem;
  content: attr(data-ruby);
  font-size: 1rem;
  letter-spacing: 0.4em;
  text-align: center;
}

.p-mainVisual__title rt {
  display: none;
}

.p-mainVisual__text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}

.p-mainVisual__image {
  -webkit-transform: translateX(-1rem);
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 1rem;
  transform: translateX(-1rem);
  text-align: right;
}

.p-mainVisual__image img {
  width: 42.9rem;
  height: auto;
}

.p-mainVisual__image::before {
  z-index: -1;
  position: absolute;
  bottom: -3rem;
  width: 45.8rem;
  height: 26.2rem;
  margin-left: -3rem;
  background: url("../images/home/mv-shadow.png") no-repeat center/cover;
  content: "";
}

/* TOP - About */
.p-topAboutBlock {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

/* TOP - Service */
.p-topServiceBlock {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.p-topService__imageWrapper {
  margin-bottom: 5rem;
}

.p-topService__imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.p-topService__imageItem {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1.6rem) / 2);
  padding-top: 0.8rem;
  border: solid 0.4rem #fff;
  border-radius: 1.6rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

.p-topService__imageItem.--box01 {
  background-color: #fff4ec;
}

.p-topService__imageItem.--box02 {
  background-color: #fff2ed;
}

.p-topService__imageItem.--box03 {
  background-color: #fff5f2;
}

.p-topService__imageItem.--box04 {
  background-color: #fff5e9;
}

.p-topService__imageItem span {
  background: linear-gradient(transparent 66%, #fff 0%);
}

/* TOP - BASE design theme */
.p-topBaseBlock {
  overflow: hidden;
}

.p-topBaseBlock .c-topContent__box {
  margin-top: 6.4rem;
  padding-top: 0;
}

.p-topBaseBlock .c-topContent__image {
  margin-bottom: -5rem;
}

.p-topBaseBlock .c-topContent__textWrapper {
  margin: -1.6rem -5vw 0;
  padding: 1.6rem 5vw 0;
  background-color: #fff;
}

.p-topBaseLinkBoxWrapper {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
}

.c-topBaseLinkBox {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 6.4rem 4rem;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #fff;
}

.c-topBaseLinkBox::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-topBaseLinkBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-topBaseLinkBox.--howari {
  background-image: linear-gradient(to right, #ffefef 0%, rgba(255, 239, 239, 0.3) 100%);
}

.c-topBaseLinkBox.--howari::after {
  background-color: rgba(96, 17, 17, 0.04);
}

.c-topBaseLinkBox.--howari::before {
  background: url("../images/home/image03.png") no-repeat right top/cover;
}

.c-topBaseLinkBox__heading {
  z-index: 1;
  position: relative;
  text-align: center;
}

.c-topBaseLinkBox__heading--sub {
  display: block;
  margin-bottom: 1.6rem;
  letter-spacing: 0.3em;
}

.c-topBaseLinkBox__heading img {
  width: 76%;
  height: auto;
}

.c-topBaseLinkBox__buttonWrapper:not(#_) {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 3.2rem;
  margin-bottom: 0;
  gap: 1.2rem;
}

.c-topBaseLinkBox__buttonItem:not(#_) {
  padding: 0;
}

.c-topBaseLinkBox__buttonItem:not(#_)::before {
  display: none;
}

.p-lowerHeadingWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  text-align: center;
}

.p-lowerHeading {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

.p-lowerDateWrapper {
  display: flex;
  flex-direction: column;
  margin-top: -1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  opacity: 0.85;
}

.p-lowerDate:not(#_) {
  margin-top: 0;
  line-height: 1.7;
  letter-spacing: 0.025em;
}

.p-lowerCategory {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  text-align: right;
}

.p-lowerContentBlock {
  padding: 4rem 2.4rem;
  border-radius: 2rem;
  background-color: #fff;
}

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

.p-lowerContent__eyecatch {
  height: 15.6rem;
  margin-bottom: 3.2rem;
  border: 0.3rem solid #eee;
}

.p-lowerContent__eyecatch.--noImage {
  height: auto;
  margin-bottom: 3.2rem;
  border: none;
}

.p-lowerContent__eyecatch img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lowerContentBlock a:not(.wp-block-button__link) {
  color: #f29f52;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.p-lowerContentBlock a:not(.wp-block-button__link) {
  transition: opacity 0.3s linear;
}

.p-lowerContentBlock strong {
  font-weight: 500;
}

.p-lowerContentBlock p,
.p-lowerContentBlock ul li {
  line-height: 2;
  letter-spacing: 0.025em;
}

.addtoany_content:not(#_) {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  padding-top: 1.6rem;
  background-color: #f1f1f1;
  text-align: center;
}

.addtoany_header::before {
  margin-right: 1.6rem;
  content: "＼";
}

.addtoany_header::after {
  margin-left: 1.6rem;
  content: "／";
}

.addtoany_list a > span {
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 0.6rem !important;
  background-size: 4rem !important;
  line-height: 4rem !important;
}

.wp-block-social-links {
  display: grid;
}

.p-lowerContentBlock p,
.p-lowerContentBlock ul,
.p-lowerContentBlock ol,
.wp-block-buttons,
.ark-block-accordion,
.ark-block-dl {
  margin-top: 2.4rem;
  word-break: break-all;
}

.p-lowerContentBlock p:first-of-type {
  margin-top: 0;
}

.p-lowerContentBlock ul:not(.wp-block-social-links):not(.is-style-ark-list-numbered) {
  margin-bottom: 2.4rem;
}

.p-lowerContentBlock ul:not(.wp-block-social-links):not(.is-style-ark-list-numbered) li,
.wp-block-list-item {
  position: relative;
  padding-left: 1.6rem;
}

.p-lowerContentBlock ul:not(.wp-block-social-links):not(.is-style-ark-list-numbered) li::before {
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #6b5a49;
  content: "";
}

.wp-block-list.--check li:not(#_) {
  padding-left: 2.8rem;
}

.wp-block-list.--check li:not(#_)::before {
  top: 1rem;
  width: 1.8rem;
  height: 1.2rem;
  border-radius: 0;
  background: transparent url("../images/service/icon01.svg") no-repeat center;
}

.p-lowerContentBlock ol {
  margin-bottom: 3.2rem;
  counter-reset: number 0;
}

.p-lowerContentBlock ol li {
  position: relative;
  min-height: 4.8rem;
  margin-bottom: 2.2rem;
  padding-left: 5.2rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

.p-lowerContentBlock ol li:last-of-type {
  margin-bottom: 0;
}

.p-lowerContentBlock ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border: solid 2px #fbb465;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}

.p-lowerContentBlock ol li::after {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  content: "" counter(number) "";
  color: #fbb465;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  counter-increment: number 1;
}

.p-lowerContentBlock ol li strong {
  font-weight: 500;
}

.is-style-ark-list-numbered > li {
  line-height: 2 !important;
}

.is-style-ark-list-numbered > li::before {
  top: 0.2rem;
  background-color: #6b5a49;
  line-height: 1.8;
}

.p-lowerContentBlock th,
.p-lowerContentBlock td {
  padding: 1.2rem 0.8rem;
  border-right: none;
  border-left: none;
  border-color: rgba(107, 90, 73, 0.5);
  font-weight: normal;
  line-height: 1.8;
}

.p-lowerContentBlock th {
  position: relative;
  background-color: #f7f7f7;
}

.p-lowerContentBlock .c-th-toolTip th {
  padding-right: 2.4rem;
  font-size: 1.5rem;
}

.p-lowerContentBlock .c-th-toolTip th .c-toolTip {
  position: absolute;
  top: 3.6rem;
  right: 2.8rem;
}

.p-lowerContentBlock hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: 0;
  border-top: solid 1px rgba(107, 90, 73, 0.5);
}

.p-lowerContentBlock hr.is-style-dots::before {
  padding-left: 0;
  content: "········";
  color: #fbb465;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
}

.p-lowerContentBlock .wp-block-buttons:not(#_) > .wp-block-button {
  display: block;
  width: 100%;
}

body.about .p-about__philosophy {
  position: relative;
  padding: 3rem 1.6rem;
  background: #f0eeec url("../images/about/image01.png") no-repeat left bottom;
}

body.about .p-about__philosophy::before,
body.about .p-about__philosophy::after {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  content: "";
}

body.about .p-about__philosophy::before {
  top: 1.8rem;
  left: 1.6rem;
  border-top: solid 1px #6b5a49;
  border-left: solid 1px #6b5a49;
}

body.about .p-about__philosophy::after {
  right: 1.6rem;
  bottom: 1.8rem;
  border-right: solid 1px #6b5a49;
  border-bottom: solid 1px #6b5a49;
}

body.about .p-about__philosophy__text {
  z-index: 1;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.25em;
  text-align: center;
}

body.about .p-about__philosophy__text span {
  z-index: 1;
  position: relative;
  font-size: 3.2rem;
}

body.about .p-about__philosophy__text span::before {
  z-index: -1;
  position: absolute;
  bottom: 0.2rem;
  left: -0.2rem;
  width: 7.5rem;
  height: 1.3rem;
  content: "";
}

body.about .p-about__philosophy--white::before {
  background-color: #fff;
}

body.about .p-about__philosophy--yellow::before {
  background-color: #fbe5ab;
}

body.about .p-about__philosophy [data-ruby] {
  position: relative;
}

body.about .p-about__philosophy [data-ruby]::before {
  position: absolute;
  top: -1.8rem;
  right: 0;
  left: 0;
  margin: auto;
  content: attr(data-ruby);
  font-size: 1rem;
  letter-spacing: 0.4em;
  text-align: center;
}

body.about .p-about__philosophy rt {
  display: none;
}

body.about .p-about__product {
  margin-bottom: 1.6rem;
  gap: 1.6rem;
}

body.about .p-about__product .wp-block-column {
  padding: 1.6rem 1.6rem;
  border: solid 2px #fbb465;
  border-radius: 1.2rem;
  background-position: left 3rem center;
  background-repeat: no-repeat;
}

body.about .p-about__product p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 100%;
  padding-left: 10rem;
  line-height: 1.8;
}

body.about .p-about__product .p-about__product--01 {
  background-image: url("../images/about/icon01.svg");
  background-size: 5.9rem auto;
}

body.about .p-about__product .p-about__product--02 {
  background-image: url("../images/about/icon02.svg");
  background-position: left 2.8rem center;
  background-size: 6.2rem auto;
}

body.about .p-about__product .p-about__product--03 {
  background-image: url("../images/about/icon03.svg");
  background-position: left 3.5rem center;
  background-size: 4.9rem auto;
}

body.about .p-about__product .p-about__product--04 {
  background-image: url("../images/about/icon04.svg");
  background-size: 6.3rem auto;
}

body.about .p-about__product .p-about__product--05 {
  background-image: url("../images/about/icon05.svg");
  background-size: 6rem auto;
}

body.about .p-about__product .p-about__product--06 {
  background-image: url("../images/about/icon06.svg");
  background-size: 5.5rem auto;
}

body.about .p-about__profile {
  padding: 1.2rem 0;
  border-top: 2px solid #fbb465;
  border-bottom: 2px solid #fbb465;
}

body.about .p-about__profile > div {
  padding: 2.4rem 0;
  border-top: 2px dashed #fbb465;
  border-bottom: 2px dashed #fbb465;
}

body.about .p-about__profileText--text01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.6rem auto -1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: rgba(107, 90, 73, 0.1);
}

body.about .p-about__profileImage {
  text-align: center;
}

body.about .p-about__profileImage img {
  width: 16rem;
}

.p-service__listBox {
  margin-top: 4rem;
  overflow: hidden;
  border: solid 0.3rem #fbb465;
  border-radius: 0.8rem;
  background-color: #fff;
}

.p-service__listBox:not(:first-of-type) {
  margin-top: 4rem;
}

.p-service__listBoxInner:not(#_) {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.p-service__listBoxInner:not(#_):hover {
  opacity: 1;
}

.p-service__listHeadingWrapper {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: rgba(251, 180, 101, 0.4);
  text-align: center;
}

.p-service__listHeading {
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-service__listHeading .--small {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.p-service__listText:not(#_) {
  margin-top: 1.6rem;
  padding: 0 1.6rem;
}

.p-service__listWrapper {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem 2.4rem;
}

.p-service__listImage {
  margin-top: 2.4rem;
}

.p-service__listTextWrapper {
  margin-top: 2.4rem;
}

.p-service__listFeatures:not(#_) {
  margin-top: 0;
  margin-bottom: 0;
}

.p-service__listFeaturesItem:not(#_) {
  padding-left: 2.8rem;
  word-break: normal;
}

.p-service__listFeaturesItem:not(#_):not(:first-of-type) {
  margin-top: 0.8rem;
}

.p-service__listFeaturesItem:not(#_)::before {
  top: 1.2rem;
  width: 1.8rem;
  height: 1.2rem;
  border-radius: 0;
  background: transparent url("../images/service/icon01.svg") no-repeat center;
}

.p-service__listPrice {
  margin-top: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-service__listPrice .--title {
  display: block;
  margin-bottom: 0.4rem;
  padding: 0.6rem 1.1rem;
  background-color: #f7f7f7;
}

.p-service__listPrice .--large {
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.p-service__listDiscount:not(#_) {
  margin-top: 1.6rem;
  margin-bottom: 0;
}

.p-service__listDiscountItem:not(#_) {
  padding-left: 2.8rem;
  word-break: normal;
}

.p-service__listDiscountItem:not(#_):not(:first-of-type) {
  margin-top: 0.8rem;
}

.p-service__listDiscountItem:not(#_)::before {
  top: 0.8rem;
  left: 0.2rem;
  width: 1.8rem;
  height: 2.2rem;
  border-radius: 0;
  background: transparent url("../images/service/icon02.svg") no-repeat center;
}

.p-service__listDiscountItem .--text01 {
  display: inline-block;
  margin: 0 0.4rem;
  padding: 0.6rem 0.4rem;
  border: 1px solid #fbb465;
  line-height: 1;
}

.p-service__listDiscountItem .--text02 {
  display: inline-block;
  margin: 0 0.4rem;
  padding: 0.6rem 0;
  background-color: rgba(251, 180, 101, 0.4);
  line-height: 1;
}

.p-service__listButton:not(#_) {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 9.6rem;
  background-color: rgba(251, 180, 101, 0.15);
  color: #6b5a49;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
}

.p-service__listButton:not(#_):hover {
  opacity: 0.7;
  transition: opacity 0.3s linear;
}

.p-service__discount {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
}

.p-service__creatorImage img:not(#_) {
  width: 21rem;
  height: 21rem;
}

body.contact .wp-block-columns {
  margin-bottom: 0;
  gap: 3rem;
}

body.contact .ark-block-section {
  height: 100%;
}

body.contact .ark-block-section__bodyInner {
  padding: 3.2rem 1.6rem;
}

body.contact .ark-block-heading .ark-block-heading__main {
  font-weight: 500;
  font-size: 1.8rem;
}

body.contact .ark-block-heading[data-sub=bottom] .ark-block-heading__line {
  margin: 1.6rem 0 2.4rem;
}

.c-contact__themeLink {
  height: 10rem;
  background-color: #fff;
}

.c-contact__themeLink:not(#_) a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 2.4rem;
  padding: 1rem 3.2rem;
  text-decoration: none;
}

.c-contact__themeLink:not(#_).howari a {
  background: url("../images/contact/themeLink_howari.png") no-repeat left -9rem center/cover;
  color: #6b5a49;
  font-weight: 500;
  font-size: 1.8rem;
}

.c-contact__themeLink span img {
  height: 2rem;
}

body.error404 .p-lowerContentBlock img {
  max-width: 100%;
  height: auto;
}

.p-404__textWrapper {
  margin-top: 3.2rem;
}

.ark-block-notice {
  color: #6b5a49;
}

.ark-block-notice__head {
  letter-spacing: 0.075em;
}

.arkb-small {
  font-size: 0.9em;
  opacity: 0.8;
}

.ark-block-accordion__title {
  padding: 1.6rem 1.6rem;
  letter-spacing: 0.075em;
}

.ark-block-accordion__body {
  padding: 1.6rem 1.6rem;
}

.ark-block-accordion__label {
  line-height: 2;
}

.ark-block-dl__dt {
  position: relative;
  padding-left: 2.4rem;
  border-left: none;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
}

.ark-block-dl__dt::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  content: "〇";
  color: #fbb465;
  font-size: 1.5rem;
}

.ark-block-dl__dd + .ark-block-dl__dt {
  margin-top: 1.6rem;
}

.ark-block-dl__dd {
  padding: 0 0 0.8rem 2.4rem;
}

.ark-block-step.is-style-default .ark-block-step__number {
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
  background-color: #6b5a49;
}

.ark-block-step__title {
  font-weight: 500;
  font-size: 1.6rem;
}

.ark-block-step__body:not(#_) {
  margin-top: 0;
  margin-left: 4.8rem;
}

.ark-block-step__number .__label {
  padding-bottom: 0.1rem;
  font-size: 1rem;
}

.ark-block-step__number::after {
  font-size: 2rem;
}

.ark-block-step.is-style-default .ark-block-step__item {
  padding: 0 0 3.2rem;
}

.ark-block-step.is-style-default .ark-block-step__item:last-of-type {
  padding-bottom: 0;
}

.ark-block-step.is-style-default .ark-block-step__item::before {
  left: 2.3rem;
  border-left: #6b5a49 dotted 1px;
}

.ark-block-step.is-style-default .ark-block-step__number::after {
  margin-top: -0.1rem;
  font-size: 1.6rem;
}

.p-lowerContentBlock #toc_container {
  width: 100% !important;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border: none;
  background: #f9f9f9;
}

body.single .p-lowerContentBlock #toc_container {
  margin-top: 3.2rem;
  margin-bottom: 4rem;
}

.p-lowerContentBlock #toc_container a {
  color: #6b5a49;
  font-weight: normal;
}

.p-lowerContentBlock #toc_container .toc_toggle a {
  text-decoration: underline;
}

.p-lowerContentBlock #toc_container .toc_list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
}

.p-lowerContentBlock #toc_container .toc_list li:last-of-type {
  margin-bottom: 0;
}

.p-lowerContentBlock #toc_container .toc_list li::before {
  position: absolute;
  top: 0.3rem;
  width: auto;
  height: auto;
  background-color: transparent;
  content: "●";
  color: #fbb465;
  font-size: 1.2rem;
}

#toc-widget-2 {
  display: none;
}

.toc_widget_list > li,
.sidebar-widget > ul > li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
}

.sidebar-widget > ul > li {
  font-size: 1.4rem;
}

.toc_widget_list > li:last-of-type,
.sidebar-widget > ul > li:last-of-type {
  margin-bottom: 0;
}

.toc_widget_list > li::before,
.sidebar-widget > ul > li::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: "●";
  color: #fbb465;
  font-size: 1.2rem;
}

.toc_widget_list > li a,
.sidebar-widget > ul > li a {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.toc_widget_list > li > ul > li,
.sidebar-widget > ul > li > ul > li {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px #6b5a49 dotted;
}

.sidebar-widget > ul > li > ul > li {
  font-size: 1.4rem;
  opacity: 0.9;
}

.toc_widget_list > li > ul > li a,
.sidebar-widget > ul > li > ul > li a {
  font-size: 1.3rem;
  line-height: 1.6;
}

.toc_widget_list li a.current {
  background-image: linear-gradient(transparent 65%, rgba(251, 180, 101, 0.3) 50%);
  background-size: 100% 100%;
}

.p-bottomCtaWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  gap: 4.8rem;
}

#slimstat-gdpr-banner {
  display: none !important;
}

.wpcf7-spinner::before {
  -webkit-animation-name: spin !important;
  -webkit-animation-duration: 1000ms !important;
  animation-duration: 1000ms !important;
  animation-name: spin !important;
}

/* ----------------------------------------------------
	Utility
---------------------------------------------------- */
.u-none {
  display: none;
}

.u-center {
  text-align: center;
}

.u-bg--white {
  background-color: #fff;
}

.u-bg--gray {
  background-color: #eee;
}

.u-underLine--white {
  background: linear-gradient(transparent 72%, #fff 0%);
}

.u-underLine--yellow {
  background: linear-gradient(transparent 72%, #fbe5ab 0%);
}

.u-mb-0:not(#_) {
  margin-bottom: 0;
}

.u-mt-0:not(#_) {
  margin-top: 0;
}

.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-objectFit-bottom {
  -o-object-fit: cover;
  -o-object-position: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.u-objectFit-top {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ----------------------------------------------------
	以下、PC用・スマホ用のメディアクエリ
---------------------------------------------------- */

@media screen and (min-width: 768px) and (hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .p-lowerContentBlock a:not(.wp-block-button__link):hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10rem;
  }
  .l-header__logo img {
    width: 14.7rem;
  }
  .l-header__logo--hover {
    display: block;
    z-index: -1;
    position: relative;
    margin-top: -0.8rem;
  }

  .l-header__logo--hover svg path {
    stroke-dasharray: 50rem;
    stroke-dashoffset: 50rem;
    transition: stroke-dashoffset 1s ease-out;
  }

  .l-header__logo a:hover .l-header__logo--hover svg path {
    stroke-dashoffset: 0;
  }
  /* ハンバーガーメニュー */
  .l-header__spMenu {
    display: none;
  }
  .l-header__naviWrapper {
    margin-left: auto;
  }
  .l-header__navi {
    flex-direction: row;
  }
  .l-header__naviItem {
    border-bottom: none;
  }
  .l-header__navi > .l-header__naviItem > a {
    padding: 1.4rem 2.4rem;
    border-radius: 5rem;
    color: #6b5a49;
    transition: box-shadow 0.4s;
  }
  .l-header__navi > .l-header__naviItem > a:hover,
  .l-header__navi .menu-item-has-children:hover > a {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1), 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1), 0 1.6rem 1.6rem rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s;
  }
  .l-header__naviItem.menu-item-has-children {
    position: relative;
  }
  .l-header__navi .sub-menu {
    visibility: hidden;
    z-index: 100;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 3.6rem 1.6rem 2rem 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s linear;
  }
  .l-header__naviItem.menu-item-has-children:hover > .sub-menu::before,
  .l-header__naviItem.menu-item-has-children:focus-within > .sub-menu::before {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 1.6rem);
    border-radius: 0.8rem;
    background-color: #ffe0bc;
    content: "";
  }

  .l-header__naviItem.menu-item-has-children:hover > .sub-menu::after,
  .l-header__naviItem.menu-item-has-children:focus-within > .sub-menu::after {
    position: absolute;
    top: 0.8rem;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 0;
    border-right: 0.8rem solid transparent;
    border-bottom: 1rem solid #ffe0bc;
    border-left: 0.8rem solid transparent;
    border-style: solid;
    content: "";
  }
  .l-header__navi .sub-menu .l-header__naviItem:not(:first-of-type) {
    margin-top: 1rem;
  }
  .l-header__navi .sub-menu a {
    padding-left: 1.6rem;
    font-size: 1.5rem;
    white-space: nowrap;
    transition: color 0.3s linear;
  }

  .l-header__navi .sub-menu a::before {
    top: 0.5rem;
    left: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .l-header__navi .sub-menu a:hover {
    color: #e58429;
  }

  .l-header__navi .sub-menu a:hover::before {
    left: -0.3rem;
    background-color: #fbb465;
  }
  .l-header__info {
    margin-top: -0.8rem;
    margin-bottom: 0;
    line-height: 1.7;
  }
  .l-header__infoInner {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 2.4rem;
    margin-left: auto;
    border-radius: 20rem;
  }
  .l-header__infoTitle {
    padding: 0.4rem 2.4rem;
    border-radius: 20rem;
  }
  .l-header__infoListWrapper {
    padding: 0 1.6rem;
  }
  .l-footer__pageTop {
    top: -3.6rem;
    right: calc((100% - 124rem) / 2);
    width: 7.2rem;
    height: 7.2rem;
    font-size: 1.4rem;
    transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
  }
  .l-footer__pageTop::before {
    transition: border-color 0.2s linear, top 0.2s linear;
  }
  .l-footer__pageTop:hover {
    border-color: #fbb465;
    background-color: #fbb465;
    color: #fff;
  }
  .l-footer__pageTop:hover::before {
    top: 1.6rem;
    border-color: #fff;
  }
  .l-footer__pageTop:hover::after {
    position: absolute;
    top: 1.7rem;
    right: 0;
    left: 0;
    width: 1px;
    height: 1.2rem;
    margin: auto;
    background-color: #fff;
    content: "";
  }
  .l-footer__navi {
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    gap: 5rem;
    border-bottom: none;
  }
  .l-footer__naviItem a {
    padding: 0;
    border-top: none;
    font-size: 1.6rem;
  }
  .l-footer__naviItem:last-of-type a {
    border-bottom: none;
  }
  .l-footer__subNavi {
    flex-direction: row;
    justify-content: center;
    margin-top: 8rem;
  }
  .l-footer__subNaviItem {
    display: flex;
    align-items: center;
  }
  .l-footer__subNaviItem::after {
    display: block;
    width: 1px;
    height: 90%;
    margin-right: 1.6rem;
    margin-left: 1.6rem;
    background-color: rgba(255, 255, 255, 0.5019607843);
    content: "";
  }
  .l-footer__subNaviItem a {
    padding: 0;
    text-align: left;
  }
  .l-footer__copyright {
    margin-top: 1.6rem;
  }
  .l-side {
    width: 24rem;
    margin-top: 0;
    margin-left: 4rem;
  }
  body.page-template-page-twoColumn .l-sideInner {
    position: sticky;
    top: 3rem;
  }
  body.single .l-sideInner {
    height: 100%;
  }
  .l-contentWrapper {
    padding-bottom: 15rem;
  }
  .l-contentWrapper.--twoColumn {
    display: flex;
    justify-content: space-between;
  }
  .c-link:focus {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .c-button__circle {
    height: 6.6rem;
  }
  .c-button__circle--circle {
    width: 6.6rem;
    height: 6.6rem;
  }
  .c-button__circle--arrow {
    left: 1.6rem;
  }
  .c-button__circle::after {
    margin-right: 5.4rem;
    margin-left: 8rem;
  }
  .c-button__circle--text {
    margin: 0 0 0 8rem;
    padding: 2rem 5.4rem 2rem 0;
  }
  .c-button__circle:hover .c-button__circle--circle {
    width: 100%;
  }

  .c-button__circle:hover .c-button__circle--circle .c-button__circle--icon.c-button__circle--arrow {
    -webkit-transform: translate(3rem, 0);
    transform: translate(3rem, 0);
    background: #fff;
  }

  .c-button__circle:hover .c-button__circle--text {
    color: #fff;
  }
  .c-button__white:not(#_),
  .is-style-outline:not(#_) .wp-block-button__link {
    width: auto;
    min-width: 20rem;
    padding: 1.7rem 4.5rem 1.6rem 3.5rem;
    font-size: 1.6rem;
  }
  .c-postWrapper:not(#_) {
    flex-direction: row;
    gap: 3.2rem 2.4rem;
  }
  .c-postItem:not(#_) {
    width: calc((100% - 4.8rem) / 3);
  }
  .c-postItem__image img {
    height: 100%;
  }
  .c-postItem__textWrapper {
    margin-top: 1.2rem;
  }
  .c-authorWrapper {
    flex: 1;
    padding-bottom: 2.4rem;
  }
  .c-authorWrapper.--single {
    display: flex;
    position: relative;
    gap: 4rem;
  }
  .c-author__title {
    font-size: 2rem;
  }
  .c-authorWrapper.--single .c-author__title {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3.2rem;
  }

  .c-authorWrapper.--single .c-author__title::before {
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 1.8rem;
    height: 2px;
    background-color: #fbb465;
    content: "";
  }
  .c-authorWrapper.--single .c-author__image {
    margin-top: 6rem;
    margin-bottom: 0;
    margin-left: 4rem;
  }
  .c-authorWrapper.--single .c-author__image img {
    width: 16rem;
  }
  .c-author__caption {
    font-size: 1.8rem;
  }
  .c-authorWrapper.--single .c-author__caption {
    position: absolute;
    top: 4rem;
    left: 24rem;
    text-align: left;
  }
  .c-author__caption .--small {
    font-size: 1.6rem;
  }
  .c-authorWrapper.--single .c-author__caption .--small {
    display: inline-block;
    margin: 0.4rem 0 0 1.6rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
    vertical-align: 0.2rem;
  }
  .c-authorWrapper.--single .c-author__caption .--small br {
    display: none;
  }
  .c-authorWrapper.--single .c-author__caption .--single-none {
    display: none;
  }
  .c-authorWrapper.--single .c-author__text {
    flex: 1;
    margin-top: 9.6rem;
    margin-right: 4rem;
    margin-bottom: 2.4rem;
  }
  .c-author__button:not(#_) {
    margin-top: 3.2rem;
  }
  .c-authorWrapper.--single .c-author__button:not(#_) {
    position: absolute;
    bottom: 0;
    left: 24rem;
    margin-top: 0;
  }
  .p-bottomCtaWrapper .c-ctaWrapper {
    width: calc(53% - 2.4rem);
    padding: 2.4rem;
  }
  .p-bottomCtaWrapper .c-cta__title {
    font-size: 2.4rem;
  }
  .p-bottomCtaWrapper .c-cta__title .--small {
    gap: 0.8rem;
    font-size: 1.8rem;
  }
  .p-bottomCtaWrapper .c-cta__list:not(#_) {
    flex-direction: row;
  }
  .p-bottomCtaWrapper .c-cta__listItem:not(#_) {
    width: calc((100% - 0.8rem) / 2);
    padding: 1rem 0.4rem 0.8rem;
  }
  .p-bottomCtaWrapper .c-cta__iconList:not(#_) {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
  .p-bottomCtaWrapper .c-cta__iconListItem:not(#_) {
    width: calc((100% - 0.8rem) / 2);
    font-size: 1.8rem;
  }
  .p-bottomCtaWrapper .c-cta__button {
    margin-top: auto;
  }
  .c-icon__text {
    min-width: 8rem;
  }
  .c-toolTip {
    z-index: 1;
  }
  .c-toolTip__icon:not(#_) {
    top: -1.3rem;
  }
  .c-toolTip__text {
    -webkit-transform: translateX(0);
    top: -2.3rem;
    bottom: 0;
    left: 3rem;
    max-width: 23.6rem;
    transform: translateX(0);
  }
  .c-toolTip__text::before {
    top: 1.2rem;
    left: -0.7rem;
    margin-left: -0.7rem;
    border-right: 0.7rem solid #6b5a49;
  }
  .c-priceTable table {
    overflow: clip;
  }
  .c-priceTable thead th:not(#_) {
    padding: 1.2rem 0.8rem;
    font-size: 1.8rem;
  }
  .c-priceTable td {
    width: 30.7rem;
  }
  .c-listBox01__item {
    width: calc((100% - 5.4rem) / 3);
    padding: 2.4rem 1.8rem;
  }
  .c-listBox01__title.--small {
    -webkit-transform: scale(0.95, 1);
    -webkit-transform-origin: 0 50%;
    transform: scale(0.95, 1);
    transform-origin: 0 50%;
    white-space: nowrap;
  }
  .c-listBox02__item {
    flex-direction: row;
    border-radius: 1.2rem;
  }

  .c-listBox02__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .c-listBox02__textWrapper {
    flex: 1;
    padding: 3.2rem 3.2rem 2.4rem;
  }
  .c-listBox02__title {
    font-size: 2.4rem;
  }

  .c-listBox02__title::before {
    top: 1.5rem;
  }
  .c-listBox02__image {
    margin-top: 0;
  }

  .c-listBox02__image::before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c-listBox02__item:nth-of-type(even) .c-listBox02__image {
    width: 25.9rem;
    padding-right: 1.6rem;
    padding-left: 0;
  }

  .c-listBox02__item:nth-of-type(even) .c-listBox02__image::before {
    right: 0;
    left: auto;
  }
  .c-listBox02__image img {
    width: 22.8rem;
  }
  .c-flow01 {
    flex-direction: row;
    gap: 1.6rem;
  }

  .c-flow01::before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 90%;
    height: 0.8rem;
    transform: translateY(-50%);
  }
  .c-flow01__item {
    margin: 0;
  }
  .c-flow01__image img {
    width: 12rem;
  }
  .c-imageBox01 > .wp-block-group__inner-container {
    flex-direction: row;
    align-items: center;
  }
  .c-imageBox01__textWrapper {
    flex: 1;
  }
  .c-imageBox01__image {
    width: 32rem;
    margin-right: 2.4rem;
  }
  .c-imageBox01__image.--small {
    width: 28rem;
  }
  .c-imageBox01.--reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse;
  }
  body.contact-form .l-contentWrapper.c-contentBlock,
  body.contact-confirm .l-contentWrapper.c-contentBlock,
  body.base-contact-confirm .l-contentWrapper.c-contentBlock,
  body.create-contact-form .l-contentWrapper.c-contentBlock,
  body.create-contact-confirm .l-contentWrapper.c-contentBlock,
  body.thanks .l-contentWrapper.c-contentBlock {
    width: 80rem;
  }
  body.flow form,
  body.flow-confirm form,
  body.base-contact .l-contentWrapper.c-contentBlock form,
  body.base .l-contentWrapper.c-contentBlock form,
  body.page .wp-block-contact-form-7-contact-form-selector {
    width: 70.4rem;
    margin-right: auto;
    margin-left: auto;
  }
  .wpcf7 .c-form__privacy .wpcf7-checkbox label {
    padding: 1.8rem 1.2rem;
    font-size: 1.6rem;
  }
  .wpcf7 .submit,
  .c-form__submit {
    flex-direction: row;
    margin-top: 4.8rem;
  }
  .wpcf7 input[type=submit],
  .c-form .c-form__next {
    width: auto;
    min-width: 30rem;
    padding: 1.7rem 3.5rem 1.6rem;
    font-size: 1.6rem;
  }
  .c-form__back {
    width: auto;
    min-width: 30rem;
    padding: 1.7rem 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
  .c-form__text {
    text-align: center;
  }
  .wpcf7 dd {
    margin-bottom: 4rem;
  }
  body.contact-confirm .wpcf7 dd,
  body.base-contact-confirm .wpcf7 dd,
  body.create-contact-confirm .wpcf7 dd,
  .c-form__confirmArea dd {
    min-height: 5.7rem;
    margin-bottom: 3.2rem;
    padding: 1.6rem;
  }
  .wpcf7 form:not(.sent) .wpcf7-response-output {
    padding: 0.8rem 2.4rem;
    font-size: 1.5rem;
  }
  .c-contentBlock {
    width: 124rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .c-topContent__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-topContent__box--reverse {
    flex-direction: row-reverse;
  }
  .c-topContent__text {
    margin-top: 3.2rem;
  }
  .c-topContent__image {
    margin: 0;
  }
  .c-topContent__image img {
    width: auto;
  }
  .c-topContent__button {
    margin-top: 4.8rem;
    text-align: right;
  }
  .c-topBaseLinkBox__buttonItem {
    width: auto;
  }
  .c-heading__primary,
  h2.wp-block-heading {
    margin-bottom: 4.8rem;
    padding-top: 0.8rem;
    padding-left: 5rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  .c-heading__primary::before,
  h2.wp-block-heading::before {
    width: 3rem;
    height: 3rem;
  }
  .c-heading__primary::after,
  h2.wp-block-heading::after {
    top: 2.4rem;
    left: 3rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  .c-heading__secondary,
  h3.wp-block-heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    padding: 0.8rem 2rem 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
  .c-heading__tertiary,
  h4.wp-block-heading {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
  }
  .c-sideContentHeading {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .c-breadcrumb {
    margin-top: 6.4rem;
    line-height: 1.5;
  }
  body#page .c-breadcrumb {
    margin-top: 8rem;
  }
  .c-pagination .page-numbers {
    padding: 0.8rem 1.2rem;
  }
  .p-mainVisual {
    height: calc(100vh - 10rem);
    min-height: 60rem;
    max-height: 100rem;
    padding-top: 0;
  }
  .p-mainVisual__textWrapper {
    -webkit-transform: translateY(-50%);
    z-index: 1;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-mainVisual__title {
    font-size: 4.8rem;
  }
  .p-mainVisual__title span::before {
    bottom: 0.5rem;
    left: -0.2rem;
    width: 13rem;
    height: 1.3rem;
  }
  .p-mainVisual__title [data-ruby]::before {
    font-size: 1.2rem;
    letter-spacing: 0.9em;
  }
  .p-mainVisual__text {
    margin-top: 5.6rem;
    font-size: 1.8rem;
  }
  .p-mainVisual__image {
    -webkit-transform: translateX(0) translateY(-50%);
    top: 43%;
    right: 0;
    left: auto;
    margin: 0;
    margin-top: 3rem;
    transform: translateX(0) translateY(-50%);
    text-align: left;
  }
  .p-mainVisual__image img {
    width: 78rem;
  }
  .p-mainVisual__image::before {
    bottom: -5rem;
    left: -5.2rem;
    width: 83.2rem;
    height: 47.6rem;
    margin-left: 0;
  }
  .p-topAboutBlock {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
  .p-topAboutBlock .c-topContent__image img {
    width: 54.5rem;
  }
  .p-topServiceBlock {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
  .p-topService__imageWrapper {
    margin-bottom: 0;
  }
  .p-topService__imageList {
    width: 52.8rem;
    gap: 4.8rem;
  }
  .p-topService__imageItem {
    aspect-ratio: initial;
    width: 24rem;
    height: 24rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
  .p-topBaseBlock .c-topContent__box {
    margin-top: 8rem;
  }
  .p-topBaseBlock .c-topContent__image {
    margin-bottom: 0;
  }
  .p-topBaseBlock .c-topContent__image img {
    width: 58rem;
  }
  .p-topBaseBlock .c-topContent__textWrapper {
    margin: -16rem 0 0;
    padding: 0;
    background-color: transparent;
  }
  .p-topBaseLinkBoxWrapper {
    margin-top: -9.6rem;
    padding-top: 0;
    padding-bottom: 15rem;
  }
  .c-topBaseLinkBox {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 25rem;
    padding: 0;
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .c-topBaseLinkBox.--howari::before {
    background-position: right center;
    background-size: auto 25rem;
  }
  .c-topBaseLinkBox__heading {
    text-align: left;
  }
  .c-topBaseLinkBox__heading--sub {
    letter-spacing: 0.34em;
  }
  .c-topBaseLinkBox__heading img {
    width: auto;
  }
  .c-topBaseLinkBox__buttonWrapper:not(#_) {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
  }
  .p-lowerHeadingWrapper {
    min-height: 21.4rem;
  }
  .p-lowerHeading {
    font-size: 3.2rem;
    word-break: keep-all;
  }
  .p-lowerDateWrapper {
    flex-direction: row;
    margin-top: -2.4rem;
    margin-bottom: 0.8rem;
    gap: 2.4rem;
    font-size: 1.4rem;
  }
  .p-lowerCategory {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  .p-lowerContentBlock {
    padding: 6.4rem 4.8rem;
  }
  .p-lowerContent__eyecatch {
    height: 45.9rem;
    margin-bottom: 4.8rem;
    border: 0.5rem solid #eee;
  }
  .p-lowerContent__eyecatch.--noImage {
    height: auto;
    margin-bottom: 3.2rem;
    border: none;
  }
  .p-lowerContentBlock a:not(.wp-block-button__link):focus {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .p-lowerContentBlock p,
  .p-lowerContentBlock ul li {
    letter-spacing: 0.075em;
  }
  .addtoany_content:not(#_) {
    margin-top: 4.8rem;
  }
  .has-text-align-center:not(#_) {
    text-align: center;
  }
  .p-lowerContentBlock p,
  .p-lowerContentBlock ul,
  .p-lowerContentBlock ol,
  .wp-block-buttons,
  .ark-block-accordion,
  .ark-block-dl {
    margin-top: 3.2rem;
  }
  .p-lowerContentBlock ul:not(.wp-block-social-links):not(.is-style-ark-list-numbered) {
    margin-bottom: 3.2rem;
  }
  .p-lowerContentBlock ul:not(.wp-block-social-links):not(.is-style-ark-list-numbered) li::before {
    top: 1.5rem;
  }
  .p-lowerContentBlock ol {
    margin-bottom: 5.6rem;
  }
  .p-lowerContentBlock ol li {
    padding-left: 6.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-lowerContentBlock ol.--fs-middle li {
    font-size: 1.6rem;
  }
  .p-lowerContentBlock ol li::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-lowerContentBlock ol li::after {
    top: 0.5rem;
    left: 0;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.4rem;
  }
  .p-lowerContentBlock ol li strong {
    font-size: 1.6rem;
  }
  .p-lowerContentBlock th,
  .p-lowerContentBlock td {
    padding: 1.6rem;
  }
  .p-lowerContentBlock .c-th-toolTip th .c-toolTip {
    right: 3.2rem;
  }
  .p-lowerContentBlock hr {
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
  }
  .p-lowerContentBlock .wp-block-buttons:not(#_) > .wp-block-button {
    display: inline-block;
    width: auto;
  }
  body.about .p-about__philosophy {
    height: 15.4rem;
    padding: 0;
    background-position: center;
    background-size: cover;
  }
  body.about .p-about__philosophy::before,
  body.about .p-about__philosophy::after {
    width: 4rem;
    height: 4rem;
  }
  body.about .p-about__philosophy__text {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    line-height: 1;
  }
  body.about .p-about__philosophy__text span {
    font-size: 5rem;
  }
  body.about .p-about__philosophy__text span::before {
    bottom: 0.2rem;
    left: -0.2rem;
    width: 11.5rem;
    height: 1.8rem;
  }
  body.about .p-about__philosophy [data-ruby]::before {
    top: -2.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.9em;
  }
  body.about .p-about__product {
    height: 10.5rem;
    margin-bottom: 3rem;
    gap: 3.2rem 3rem;
  }
  body.about .p-about__product .wp-block-column {
    position: relative;
    padding: 0;
    background-position: left 2rem center;
  }
  body.about .p-about__product p {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.05em;
  }
  body.about .p-about__product .p-about__product--01 {
    background-position: left 2.2rem center;
  }
  body.about .p-about__product .p-about__product--02 {
    background-position: left 2.2rem center;
  }
  body.about .p-about__product .p-about__product--03 {
    background-position: left 3.2rem center;
  }
  body.about .p-about__product .p-about__product--06 {
    background-position: left 2.4rem center;
  }
  body.about .p-about__profileImage img {
    width: 20rem;
  }
  .p-service__listBox {
    margin-top: 4.8rem;
    border: solid 0.4rem #fbb465;
    border-radius: 1.6rem;
  }

  .p-service__listBox:not(:first-of-type) {
    margin-top: 5.6rem;
  }
  .p-service__listHeadingWrapper {
    padding-top: 3.8rem;
    padding-bottom: 3.7rem;
  }

  .p-service__listHeadingWrapper::before {
    position: absolute;
    top: -6rem;
    left: -2.4rem;
    width: 22.8rem;
    height: 20.1rem;
    background: url("../images/service/bg01.svg") no-repeat center/cover;
    content: "";
  }
  .p-service__listHeading {
    font-size: 3.2rem;
    line-height: 1;
  }
  .p-service__listHeading .--small {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .p-service__listText:not(#_) {
    padding: 0;
  }
  .p-service__listWrapper {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 4.8rem;
    padding: 0 4rem 3.2rem;
    gap: 6rem;
  }
  .p-service__listImage {
    width: 40rem;
    height: 25.6rem;
    margin-top: 0;
  }
  .p-service__listTextWrapper {
    flex: 1;
    margin-top: -0.8rem;
  }
  .p-service__listPrice {
    margin-top: 4rem;
    text-align: left;
  }
  .p-service__listPrice .--title {
    display: inline-block;
    margin-right: 1.2rem;
    margin-bottom: 0;
  }
  .p-service__listPrice .--large {
    font-size: 4rem;
    vertical-align: -0.2rem;
  }
  .p-service__listDiscountItem:not(#_) {
    line-height: 2;
  }
  .p-service__listDiscountItem .--text01 {
    padding: 0.8rem 0.4rem;
    font-size: 1.8rem;
  }
  .p-service__listDiscountItem .--text02 {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }
  .p-service__listButton:not(#_) {
    height: 8rem;
  }

  .p-service__listButton:not(#_)::before,
  .p-service__listButton:not(#_)::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 52%;
    width: 2.7rem;
    height: 1.3rem;
    transform: translateY(-50%);
    background: url("../images/service/icon03.svg") no-repeat center/cover;
    content: "";
  }

  .p-service__listButton:not(#_)::before {
    left: calc(50% - 22rem);
  }

  .p-service__listButton:not(#_)::after {
    -webkit-transform: translateY(-50%) scale(-1, 1);
    right: calc(50% - 22rem);
    transform: translateY(-50%) scale(-1, 1);
  }
  .p-service__discount {
    flex-direction: row;
    align-items: center;
  }
  .p-service__discountTextWrapper {
    flex: 1;
  }
  .p-service__discountImage {
    width: 36.1rem;
    height: 23.7rem;
  }
  body.contact .ark-block-section__bodyInner {
    padding: 4.8rem 4.8rem;
  }
  body.contact .ark-block-heading .ark-block-heading__main {
    font-size: 2.4rem;
  }
  .c-contact__themeLink:not(#_).howari a {
    background-position: right center;
    font-size: 2.4rem;
  }
  body.error404 .p-lowerContentBlock {
    display: flex;
    align-items: center;
    gap: 5.6rem;
  }
  body.error404 .p-lowerContentBlock img {
    height: 28.6rem;
  }
  .p-404__textWrapper {
    flex: 1;
    margin-top: 0;
  }
  .p-404__textWrapper p {
    text-align: center;
  }
  .ark-block-accordion__title {
    padding: 2.4rem 2.4rem;
  }
  .ark-block-accordion__body {
    padding: 1.6rem 2.4rem;
  }
  .ark-block-accordion__item + .ark-block-accordion__item {
    margin-top: 2.4rem;
  }
  .ark-block-dl__dd {
    padding: 0 2.4rem 0.8rem;
  }
  .ark-block-step.is-style-default .ark-block-step__number {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.6rem;
  }
  .ark-block-step__title {
    font-size: 1.8rem;
  }
  .ark-block-step__body:not(#_) {
    margin-left: 6.4rem;
  }
  .p-lowerContentBlock #toc_container {
    display: none !important;
  }
  body.single .p-lowerContentBlock #toc_container {
    display: block !important;
    margin-top: 4rem;
    margin-bottom: 4.8rem;
    padding: 2.4rem 3.2rem;
  }
  .p-lowerContentBlock #toc_container p.toc_title {
    font-size: 1.6rem;
  }
  .p-lowerContentBlock #toc_container .toc_list li {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .p-lowerContentBlock #toc_container .toc_list li::before {
    top: 0.2rem;
    font-size: 1.4rem;
  }
  #toc-widget-2 {
    display: block;
    margin-bottom: 0;
  }
  body.single #toc-widget-2 {
    position: sticky;
    top: 3rem;
  }
  .toc_widget_list {
    position: relative;
    max-height: calc(100vh - 11rem);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #ddd transparent;
    scrollbar-width: thin;
  }
  .toc_widget_list::-webkit-scrollbar {
    width: 1.6rem;
  }
  .toc_widget_list::-webkit-scrollbar-track {
    border-radius: 10rem;
    background-color: transparent;
  }
  .toc_widget_list::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
    border-radius: 10rem;
    background-clip: content-box;
    background-color: #ccc;
  }
  .toc_widget_list > li,
  .sidebar-widget > ul > li {
    margin-bottom: 1.6rem;
  }
  .wp-block-columns.--center {
    justify-content: center;
    gap: 4rem;
  }
  .wp-block-columns.--center .wp-block-column {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .p-bottomCtaWrapper {
    flex-direction: row;
    gap: 2.4rem;
  }
  /* スマホのみ表示 */
  .u-sp-only {
    display: none;
  }
  .u-center--pc {
    text-align: center;
  }
  .u-th-w40per th {
    width: 40%;
  }
  .u-th-w50per th {
    width: 50%;
  }
  .u-th-w60per th {
    width: 60%;
  }
  body.top .u-fade,
  body.top .u-fade--slow {
    visibility: hidden;
  }
}

@media not all and (min-width: 768px) {
  .l-header__spMenu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 1rem;
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  }

  .l-header__naviButton {
    position: relative;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
  }

  .l-hamburgerMenu__bar,
  .l-hamburgerMenu__bar::before,
  .l-hamburgerMenu__bar::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 2rem;
    height: 1px;
    margin: auto;
    background-color: #6b5a49;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .l-hamburgerMenu__bar {
    top: 0.7rem;
    margin-top: 1.5rem;
  }

  .l-hamburgerMenu__bar::before {
    top: -0.7rem;
    content: "";
  }

  .l-hamburgerMenu__bar::after {
    top: 0.7rem;
    content: "";
  }

  .l-hamburgerMenu__text {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    margin: auto;
    color: #6b5a49;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    -webkit-transform: rotate(45deg);
    top: 0;
    transform: rotate(45deg);
    content: "";
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    -webkit-transform: rotate(-45deg);
    top: 0;
    transform: rotate(-45deg);
    content: "";
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  /* スマホメニューオープン時の背景固定用 */
  .scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .l-header__naviWrapper {
    -webkit-transform: translate(100%);
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    transform: translate(100%);
    background-color: #fbb465;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .l-header__naviWrapper.is-show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .l-header__naviWrapperInner {
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .l-header__navi .sub-menu {
    margin-bottom: 2rem;
    padding-left: 1.6rem;
  }
  .l-header__navi .sub-menu .l-header__naviItem {
    border-bottom: none;
  }

  .l-header__navi .sub-menu .l-header__naviItem:not(:first-of-type) {
    margin-top: 1.2rem;
  }
  .l-header__navi .sub-menu a {
    padding: 0.4rem 1rem;
    color: #fff;
  }

  .l-header__navi .sub-menu a::before {
    top: 1.1rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;

    /* スマホメニューオープン時のoverlay */
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.is-show {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .p-bottomCtaWrapper .c-cta__iconList:not(#_) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .c-toolTip__text::before {
    -webkit-transform: translateX(-46%);
    bottom: -0.5rem;
    left: 50%;
    margin-bottom: -0.7rem;
    transform: translateX(-46%);
    border-top: 0.7rem solid #6b5a49;
  }
  .c-priceTable thead th:not(#_) {
    padding-right: 0.8rem;
    font-size: 1.6rem;
  }
  .wpcf7 .c-form__privacy .wpcf7-checkbox label {
    line-height: 1.5;
  }
  .wpcf7 .submit,
  .c-form__submit {
    align-items: center;
  }
  .wpcf7 dt {
    line-height: 1.5;
  }
  .wpcf7 dd {
    line-height: 1.5;
  }
  .c-pagination {
    font-size: 1.4rem;
  }
  .p-lowerContentBlock th,
  .p-lowerContentBlock td {
    display: block;
    border-bottom: none;
  }
  .p-lowerContentBlock td {
    border-top: none;
  }
  .p-lowerContentBlock table {
    border-bottom: 1px solid rgba(107, 90, 73, 0.5);
  }
  .p-lowerContentBlock .c-table--scroll table {
    width: 73rem;
  }
  .p-lowerContentBlock .c-table--scroll th,
  .p-lowerContentBlock .c-table--scroll td {
    display: table-cell;
  }
  .p-lowerContentBlock .c-table--scroll th {
    width: 18.3rem;
    font-size: 1.3rem;
  }
  .p-lowerContentBlock .c-table--scroll td:not(:last-of-type) {
    border-right: 1px solid rgba(107, 90, 73, 0.3);
  }
  .p-lowerContentBlock .c-table--scroll td {
    border-bottom: 1px dotted rgba(107, 90, 73, 0.4);
  }
  .p-service__listPrice .--large {
    line-height: 1.5;
  }
  .p-service__listDiscount:not(#_) {
    margin-top: 2.4rem;
  }
  .p-service__listDiscountItem .--text01 {
    margin: 0.6rem 0.4rem;
  }
  .p-service__listDiscountItem .--text02 {
    margin: 0.6rem 0.4rem;
  }
  .ark-block-notice__head {
    line-height: 1.7;
  }
  .toc_widget_list > li > ul > li:last-of-type,
  .sidebar-widget > ul > li > ul > li:last-of-type {
    margin-bottom: 1.6rem;
  }
  .toc_widget_list > li:last-of-type > ul > li:last-of-type,
  .sidebar-widget > ul > li:last-of-type > ul > li:last-of-type {
    margin-bottom: 0;
  }
  /* PCのみ表示 */
  .u-pc-only {
    display: none;
  }
  .u-center--sp {
    text-align: center;
  }
}

@media (hover: none) {
  .c-link:active {
    opacity: 0.7;
  }
  .p-lowerContentBlock a:not(.wp-block-button__link):active {
    opacity: 0.7;
  }
}
