@charset "UTF-8";
/* Common */
.fc-white {
  color: #fff;
}

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

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}

a.link-underline {
  text-decoration: underline;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #353535;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body::-webkit-scrollbar {
  display: none;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

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

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

button {
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

a.txt-link {
  color: #4A88ED;
}
a.link-underline {
  text-decoration: underline;
}

.txt-link {
  color: #4A88ED;
}

b,
strong,
.bold {
  font-weight: 700;
}

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

.aligncenter {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sp-aligncenter {
    margin: 0 auto;
  }
}

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

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* Common */
input,
select,
textarea {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
  font-size: 14px;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  border: none;
  line-height: 1;
  background-color: #F4F4F4 !important;
}
@media only screen and (min-width: 1240px) {
  input[type=text],
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  select,
  textarea {
    height: 58px;
  }
}

input[type=submit] {
  border: none;
}

select.is-search {
  height: auto;
  padding: 10px 36px 10px 18px;
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
  background-color: #fff !important;
  border: 1px solid #707070;
}
select.wpcf7-select {
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
}

textarea {
  height: 250px !important;
}
@media only screen and (max-width: 768px) {
  textarea {
    height: 180px !important;
  }
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cf7-wrap > label {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label {
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cf7-wrap > label > span {
  width: 25%;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > span {
    width: 100%;
  }
}
.cf7-wrap > label > span .required {
  display: inline-block;
  width: 54px;
  height: 28px;
  margin-left: 12px;
  line-height: 28px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #202020;
  text-align: center;
}
.cf7-wrap > label > span > p {
  font-size: 12px;
  margin: 10px 0 0;
}
.cf7-wrap > label > div {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap > label > div {
    width: 100%;
    margin: 10px 0 0;
  }
}
.cf7-wrap .address-wrap > * + * {
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .cf7-wrap .address-wrap > * + * {
    margin: 16px 0 0;
  }
}
.cf7-wrap .address-wrap > p {
  margin: 10px 0 0;
  font-size: 14px;
}
.cf7-wrap .address-wrap .input-postcode,
.cf7-wrap .address-wrap .input-prefecture {
  max-width: 220px;
}

#autozip {
  display: none !important;
}

.wpcf7-radio {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio {
    flex-direction: column;
    gap: 12px 0;
  }
}
.wpcf7-radio > span {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio > span {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type=radio] + span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 38px;
}
input[type=radio] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #707070;
  width: 24px;
  height: 24px;
  top: calc((100% - 24px) / 2);
  left: 0;
}
@media only screen and (max-width: 768px) {
  input[type=radio] + span.wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
input[type=radio] + span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #797979;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width: 768px) {
  input[type=radio] + span.wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
  }
}
input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.form-privacy {
  text-align: center;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 38px;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  width: 26px;
  height: 26px;
  top: calc((100% - 26px) / 2);
  left: 0;
  background: #F6F4F1;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label:after {
  position: absolute;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 15px;
  top: 5px;
  left: 8px;
  opacity: 0;
  transform: rotate(45deg);
  content: "";
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label > a {
  text-decoration: underline;
  font-weight: 500;
}
.form-privacy input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.submit-wrap {
  position: relative;
  display: flex;
  margin: 50px auto 0;
  gap: 62px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .submit-wrap {
    gap: 26px;
  }
}
.submit-wrap > div {
  width: 320px;
}
.submit-wrap > div input[type=submit],
.submit-wrap > div input[type=button] {
  padding: 16px 10px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .submit-wrap > div input[type=submit],
  .submit-wrap > div input[type=button] {
    padding: 10px;
    font-size: 16px;
  }
}
.submit-wrap > div.submit-btn {
  position: relative;
}
.submit-wrap > div.submit-btn::after {
  position: absolute;
  width: 26px;
  height: 26px;
  top: calc((100% - 26px) / 2);
  right: 26px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-arrow_common.svg);
  -webkit-mask-image: url(../images/common/icon-arrow_common.svg);
  background-color: #000;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
  content: "";
}
@media only screen and (max-width: 768px) {
  .submit-wrap > div.submit-btn::after {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
    right: 16px;
  }
}
.submit-wrap > div.submit-btn input[type=submit] {
  border: 2px solid #000;
  background-color: transparent;
  transition: all 0.3s;
}
.submit-wrap > div.submit-btn:hover input[type=submit] {
  border: 2px solid #C8DD74;
  color: #C8DD74;
}
.submit-wrap > div.submit-btn:hover::after {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-arrow_common.svg);
  -webkit-mask-image: url(../images/common/icon-arrow_common.svg);
  background-color: #C8DD74;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}
.submit-wrap > div input[type=button] {
  background: #F4F4F4;
  border: 2px solid #F4F4F4;
}

.wpcf7-spinner {
  display: none !important;
}

#single-bukken .submit-btn:hover input[type=submit] {
  border: 2px solid #fff;
  color: #fff;
}
#single-bukken .submit-btn:hover::after {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../images/common/icon-arrow_common.svg);
  -webkit-mask-image: url(../images/common/icon-arrow_common.svg);
  background-color: #fff;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}

.page-kakunin .cf7-wrap .address-wrap > * + * {
  margin: 6px 0 0;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-anim {
  opacity: 1;
}

@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 0.3;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 0.3;
  }
}
/* Components */
/* Common */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 26px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  header {
    position: sticky;
    padding: 10px 8px 10px 14px;
  }
}
header.is-lower {
  position: sticky;
}
header .header-inner {
  display: flex;
  max-width: 1820px;
  width: 94.7916666667%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
header .header-inner .header-logo {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  header .header-inner .header-logo {
    width: 107.692px;
  }
}
header .header-inner .header-cta {
  width: 248px;
}
@media only screen and (max-width: 768px) {
  header .header-inner .header-cta {
    width: 165px;
  }
}

/* Common */
footer {
  padding: 24px 0;
  background: #353535;
}
footer .footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
footer .footer-logo {
  width: 116.25px;
}
@media only screen and (max-width: 768px) {
  footer .footer-logo {
    width: 200px;
  }
}
footer .footer-copy {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  footer .footer-copy {
    margin: 40px 0 0;
  }
}
footer .footer-links {
  display: flex;
  margin-left: 40px;
  gap: 47px;
}
@media only screen and (max-width: 768px) {
  footer .footer-links {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0;
    text-align: center;
  }
}
footer .footer-links > li > a {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  footer .footer-links > li > a {
    font-size: 14px;
  }
}

/* Common */
.cta {
  padding: 43px 24px;
  background-image: url(../images/top/cta-bg.png);
  background-size: cover;
  background-color: #FFDF00;
  background-blend-mode: hard-light, normal;
}
@media only screen and (max-width: 768px) {
  .cta {
    padding: 40px 0;
  }
}
.cta .cta-title {
  color: #353535;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta .cta-title {
    font-size: 20px;
  }
}
.cta .cta-list {
  display: flex;
  max-width: 1000px;
  margin: 34px auto 0;
  padding: 0 20px;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .cta .cta-list {
    flex-direction: column;
    gap: 48px;
  }
}
.cta .cta-list .cta-item {
  background: #FFF;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  flex: 1;
}
.cta .cta-list .cta-item .cta-item-label {
  margin-top: -20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta .cta-list .cta-item .cta-item-label {
    margin-top: -12px;
  }
}
.cta .cta-list .cta-item .cta-item-label > span {
  display: inline-block;
  padding: 16px 48px;
  border-radius: 60px;
  background: #353535;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cta .cta-list .cta-item .cta-item-label > span {
    padding: 7px 30px;
    font-size: 13px;
  }
}
.cta .cta-list .cta-item .cta-item-detail {
  padding: 24px 24px 16px;
}
@media only screen and (min-width: 768px) {
  .cta .cta-list .cta-item .cta-item-detail {
    min-height: 123px;
  }
}
@media only screen and (max-width: 768px) {
  .cta .cta-list .cta-item .cta-item-detail {
    padding: 24px 12px;
  }
}
.cta .cta-list .cta-item .cta-item-detail > p:first-of-type {
  color: #8E8E93;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: line-through;
}
.cta .cta-list .cta-item .cta-item-detail > p:last-of-type {
  display: flex;
  margin: 12px 0 0;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.cta .cta-list .cta-item .cta-item-detail > p:last-of-type > span {
  display: inline-block;
  padding: 4px 16px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 99px;
  background: #F86C1C;
}
.cta .cta-list .cta-item .cta-item-detail > p:last-of-type > img {
  display: inline-block;
}
.cta .cta-list .cta-item .cta-item-btn {
  margin-top: auto;
  padding: 0 24px 24px;
  text-align: center;
}
.cta .cta-list .cta-item .cta-item-btn > a {
  display: block;
  max-width: 372px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
.cta .cta-list .cta-item .cta-item-btn > a > span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.cta .cta-list .cta-item .cta-item-btn > a > span > small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
}
.cta .cta-list .cta-item .cta-item-btn > a.line {
  display: flex;
  background: #06C755;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cta .cta-list .cta-item .cta-item-btn > a.consultation {
  background: #F86C1C;
}
.cta .cta-list .cta-item.basic .cta-item-detail p img {
  max-width: 280px;
  width: 68%;
}

/* Layouts */
/* Common */
.common-head {
  width: 100%;
  height: 596px;
  display: flex;
  justify-content: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .common-head {
    height: 303px;
    padding: 90px 20px 62px;
  }
}
.common-head .common-head-title {
  margin-top: 180px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .common-head .common-head-title {
    margin-top: 0;
    font-size: 30px;
  }
}
.common-head .common-head-title > span {
  display: block;
  font-family: "IBM Plex Sans JP";
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .common-head .common-head-title > span {
    margin: 6px 0 0;
    font-size: 14px;
  }
}

.common-body {
  position: relative;
  background: #fff;
  padding: 0 0 130px;
}
.common-body:before {
  position: absolute;
  width: 100%;
  height: 137px;
  top: -137px;
  left: 0;
  background: #fff;
  border-radius: 100px 100px 0 0;
  content: "";
}
@media only screen and (max-width: 768px) {
  .common-body:before {
    top: -50px;
    height: 50px;
    border-radius: 40px 40px 0 0;
  }
}
.common-body .common-body__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .common-body .common-body__inner {
    padding: 0 15px;
  }
}

/* Common */
.wc-block-components-button {
  background: #FFDF00;
  border-radius: 8px;
}

.woocommerce-product-gallery__wrapper a {
  pointer-events: none;
}
.woocommerce-product-gallery__wrapper a img {
  margin: 0 auto;
}

.product_title {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .product_title {
    font-size: 18px;
  }
}

.single_add_to_cart_button {
  display: block;
  margin: 60px auto;
  background: #F86C1C;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
.single_add_to_cart_button:hover {
  opacity: 0.8;
}

.woocommerce-MyAccount-navigation {
  overflow: auto;
}
.woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  margin: 40px 0 0;
}
.woocommerce-MyAccount-navigation > ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #CACACA;
  gap: 8px;
}
.woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link {
  color: #fff;
  background: #CACACA;
  border-radius: 8px 8px 0 0;
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
.woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link.is-active {
  background: #F86C1C;
  color: #fff;
}
.woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a {
  display: block;
  padding: 6px 10px;
}

/* チェックボックス全体のラベル */
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block !important;
  margin: 0 0 1rem;
}

/* ラベルをFlexで整える */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  padding-left: 28px;
  /* チェックボックス用スペース */
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* チェックボックスを非表示にする */
.woocommerce-form__input-checkbox {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: 2;
  /* キーボードフォーカスのため */
}

/* カスタムチェックボックスの見た目 */
.woocommerce-form__input-checkbox + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* チェックされた時のスタイル */
.woocommerce-form__input-checkbox:checked + span::before {
  background-color: #0071a1;
  border-color: #0071a1;
  content: "✔";
  color: white;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.woocommerce-order .order-again {
  display: none;
}
.woocommerce-order .woocommerce-notice {
  margin: 0 0 2em;
}

.chackout-agreement a {
  text-decoration: underline;
}

.wc-block-components-checkout-place-order-button {
  color: inherit !important;
}

.dashboard-important-text {
  font-size: 20px;
  font-weight: 600;
}
.dashboard-important-text > a {
  text-decoration: underline;
  color: #1E85BE;
}

.custom-thankyou-box {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: dashed 1px #CACACA;
}

.woocommerce-order .woocommerce-order-downloads {
  display: none;
}

.woocommerce-result-count {
  text-align: right;
}

.woocommerce-ordering {
  margin: 1rem 0;
}

.products > li {
  width: 50%;
}
.products > li .woocommerce-loop-product__title {
  font-size: 18px;
  margin: 1rem 0;
}

/* Common */
h2.wp-block-heading {
  font-weight: 700;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

ul.wp-block-list,
ol.wp-block-list {
  padding-left: 1.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  ul.wp-block-list,
  ol.wp-block-list {
    padding-left: 1rem;
  }
}
ul.wp-block-list > li > ul,
ol.wp-block-list > li > ul {
  padding-left: 1.3rem;
}

.wp-block-group + .wp-block-group {
  margin-top: 2rem;
}

.wp-block-table.table-company td {
  border: none;
}
.wp-block-table.table-company td:first-of-type {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .wp-block-table.table-company td:first-of-type {
    width: 35%;
  }
}
.wp-block-table.table-company td:last-of-type {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .wp-block-table.table-company td:last-of-type {
    width: 65%;
  }
}

.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* Pages */
/* Common */
#top .fv {
  position: relative;
}
#top .fv .fv-bg {
  padding-top: 59.375%;
  background-image: url(../images/top/fv-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-bg {
    padding-top: 170.2564102564%;
    background-image: url(../images/top/fv-bg_sp.png);
  }
}
#top .fv .fv-content {
  position: absolute;
  width: 35.9375%;
  top: 21.0526315789%;
  left: 12.5%;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content {
    width: 100%;
    padding: 0 20px;
    top: 6%;
    left: 0;
  }
}
#top .fv .fv-content .fv-title > span {
  display: block;
}
#top .fv .fv-content .fv-title > span > span {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
#top .fv .fv-content .fv-title > span:first-of-type {
  max-width: 368.63px;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-title > span:first-of-type {
    width: 51.36%;
    margin: 0 auto;
  }
}
#top .fv .fv-content .fv-title > span:first-of-type > span {
  padding-top: 19.0773946776%;
  background-image: url(../images/top/fv-text01.png);
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-title > span:first-of-type > span {
    background-image: url(../images/top/fv-text01_sp.png);
  }
}
#top .fv .fv-content .fv-title > span:last-of-type {
  max-width: 460px;
  margin: 14px 0 0;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-title > span:last-of-type {
    width: 64.1%;
    margin: 8px auto 0;
  }
}
#top .fv .fv-content .fv-title > span:last-of-type > span {
  padding-top: 15.2865217391%;
  background-image: url(../images/top/fv-text02.png);
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-title > span:last-of-type > span {
    background-image: url(../images/top/fv-text02_sp.png);
  }
}
#top .fv .fv-content .fv-text {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-text {
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: center;
  }
}
#top .fv .fv-content .fv-text > span {
  color: #F86C1C;
}
#top .fv .fv-content .fv-cta {
  display: block;
  max-width: 282px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #top .fv .fv-content .fv-cta {
    max-width: 273px;
    margin: 24px auto 0;
  }
}
#top .fv .fv-content .fv-cta > span {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  padding-top: 20.9219858156%;
  background-image: url(../images/top/fv-cta_line.png);
}
#top .problem .problem-main {
  padding: 40px 0;
}
#top .problem .problem-main__inner {
  max-width: 854px;
  margin: 0 auto;
  padding: 0 27px;
}
#top .problem .problem-main-title {
  max-width: 518px;
  margin: 0 auto;
}
#top .problem .problem-main-title > span {
  display: block;
  padding-top: 11.1969111969%;
  background-image: url(../images/top/problem-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
#top .problem .problem-main-img {
  max-width: 800px;
  margin: 40px auto 0;
}
#top .problem .problem-goal {
  position: relative;
  padding: 100px 0 80px;
  background-color: #FFF9D1;
  background-image: url(../images/top/problem-goal_bg.png);
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal {
    padding: 64px 0 380px;
    background-position: left 80% bottom;
    background-size: auto 463px;
  }
}
#top .problem .problem-goal:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  top: 0;
  left: calc((100% - 456px) / 2);
  border-left: 228px solid transparent;
  border-right: 228px solid transparent;
  border-top: 64px solid #fff;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal:before {
    left: calc((100% - 86.286px) / 2);
    border-left: 43.143px solid transparent;
    border-right: 43.143px solid transparent;
    border-top: 40px solid #fff;
  }
}
#top .problem .problem-goal__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .problem .problem-goal .problem-goal-title {
  margin: 20px 0 0;
}
#top .problem .problem-goal .problem-goal-title__shoulder {
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal .problem-goal-title__shoulder {
    max-width: 247.582px;
  }
}
#top .problem .problem-goal .problem-goal-title__shoulder > span {
  display: block;
  padding-top: 5.41125%;
  background-image: url(../images/top/problem-goal-title01.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal .problem-goal-title__shoulder > span {
    padding-top: 5.4115404189%;
    background-image: url(../images/top/problem-goal-title01_sp.png);
  }
}
#top .problem .problem-goal .problem-goal-title > span {
  position: relative;
  display: block;
}
#top .problem .problem-goal .problem-goal-title > span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #F86C1C 0%, #FFDF00 98.84%);
  transform-origin: left center;
  opacity: 0;
  content: "";
}
#top .problem .problem-goal .problem-goal-title > span.is-anim::before {
  animation: fadeFromLeft 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
#top .problem .problem-goal .problem-goal-title > span > span {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
#top .problem .problem-goal .problem-goal-title > span:first-of-type {
  max-width: 517px;
  padding: 7.65px 17.19px 7.82px 19.81px;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal .problem-goal-title > span:first-of-type {
    max-width: 280px;
    padding: 4px 10px;
  }
}
#top .problem .problem-goal .problem-goal-title > span:first-of-type > span {
  padding-top: 11.6054158607%;
  background-image: url(../images/top/problem-goal-title01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#top .problem .problem-goal .problem-goal-title > span:last-of-type {
  max-width: 427px;
  margin: 10px 0 0;
  padding: 6.11px 26.65px 9px 19.8px;
}
@media only screen and (max-width: 768px) {
  #top .problem .problem-goal .problem-goal-title > span:last-of-type {
    max-width: 231.257px;
    padding: 4px 8px;
  }
}
#top .problem .problem-goal .problem-goal-title > span:last-of-type > span {
  padding-top: 14.0515222482%;
  background-image: url(../images/top/problem-goal-title02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#top .problem .problem-goal .problem-goal-text {
  margin: 2rem 0 0;
}
#top .problem .problem-goal .problem-goal-text + .problem-goal-text {
  margin: 1rem 0 0;
}
#top .voice {
  padding: 55px 0;
  background: #F3F3F6;
}
#top .voice .voice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .voice .voice-title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-title {
    font-size: 20px;
    font-weight: 700;
  }
}
#top .voice .voice-list {
  display: flex;
  margin: 40px 0 0;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-list {
    margin: 16px 0 0;
    flex-direction: column;
    gap: 16px;
  }
}
#top .voice .voice-list .voice-item {
  width: calc((100% - 48px) / 3);
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-list .voice-item {
    width: 100%;
  }
}
#top .voice .voice-list .voice-item .voice-item-main {
  display: flex;
  justify-content: space-between;
}
#top .voice .voice-list .voice-item .voice-item-main .voice-item-icon {
  max-width: 64px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-list .voice-item .voice-item-main .voice-item-icon {
    width: 16.3265306122%;
  }
}
#top .voice .voice-list .voice-item .voice-item-main .voice-item-outline {
  width: 71.875%;
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-list .voice-item .voice-item-main .voice-item-outline {
    width: 80.9523809524%;
  }
}
#top .voice .voice-list .voice-item .voice-item-main .voice-item-outline > p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #top .voice .voice-list .voice-item .voice-item-main .voice-item-outline > p:first-of-type {
    font-size: 15px;
  }
}
#top .voice .voice-list .voice-item .voice-item-main .voice-item-outline > p:last-of-type {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #F86C1C;
}
#top .voice .voice-list .voice-item .voice-item-text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(53, 53, 53, 0.1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
#top .about {
  position: relative;
  padding: 125px 0 80px;
}
@media only screen and (max-width: 768px) {
  #top .about {
    padding: 64px 0 40px;
  }
}
#top .about:before {
  position: absolute;
  width: 577px;
  height: 640px;
  top: 156px;
  right: 0;
  background-image: url(../images/top/about-deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .about:before {
    display: none;
  }
}
#top .about:after {
  position: absolute;
  width: 765px;
  height: 635px;
  bottom: -200px;
  left: 0;
  background-image: url(../images/top/about-deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top .about:after {
    display: none;
  }
}
#top .about-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
#top .about-title {
  max-width: 354.469px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #top .about-title {
    max-width: 224px;
  }
}
#top .about-title > span {
  display: block;
  padding-top: 22.5689693598%;
  background-image: url(../images/top/about-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #top .about-title > span {
    padding-top: 20.7589285714%;
    background-image: url(../images/top/about-title_sp.png);
  }
}
#top .about-text {
  margin: 30px 0 0;
  text-align: center;
}
#top .about-text > p + p {
  margin: 22px 0 0;
}
#top .about-text > p > span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  z-index: 1;
}
#top .about-text > p > span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(90deg, #F86C1C 0%, #FFDF00 100%);
  transform-origin: left center;
  z-index: -1;
  content: "";
}
#top .about-text > p > span.is-anim::before {
  animation: fadeFromLeft 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
#top .about-text + .about-text {
  margin: 22px 0 0;
}
#top .about-subtitle {
  position: relative;
  margin: 78px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top .about-subtitle {
    margin: 40px 0 0;
  }
}
#top .about-subtitle:before {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: calc((100% - 16px) / 2);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #FFDF00;
  content: "";
}
#top .about-subtitle > span {
  position: relative;
  display: inline-block;
  padding: 23px 80px;
  font-size: 20px;
  font-weight: 700;
  background: #FFDF00;
  border-radius: 35px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #top .about-subtitle > span {
    padding: 15px 18px;
    font-size: 13px;
  }
}
#top .about-list {
  display: flex;
  margin: 42px 0 80px;
  gap: 8px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #top .about-list {
    margin: 27px 0 40px;
    flex-direction: column;
    gap: 16px;
  }
}
#top .about-list > li {
  padding: 19px 16px;
  background: #F86C1C;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  flex: 1;
}
@media only screen and (max-width: 768px) {
  #top .about-list > li {
    padding: 12px;
    font-size: 16px;
  }
}
#top .about-list > li span {
  display: block;
  font-size: 13px;
  text-align: center;
}
#top .about-list > li.is-coming {
  position: relative;
  background: #AEAEB2;
}
#top .about-list > li.is-coming:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -16px;
  right: 3px;
  background-image: url(../images/top/about-coming.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#top .about-list > li.about-tab {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#top .about-list > li.about-tab:hover {
  opacity: 0.8;
}
#top .about-list > li.about-tab.active {
  background: #F86C1C;
  color: #FFF;
}
#top .about-list > li.about-tab.active.is-coming {
  background: #F86C1C;
}
#top .about .about-course-title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-title {
    font-size: 20px;
  }
}
#top .about .about-course-list {
  margin: 24px 0 0;
  display: none;
}
#top .about .about-course-list.active {
  display: block;
}
#top .about .about-course-list .about-course-title {
  padding: 8px 10px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
  background: #F86C1C;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-title {
    font-size: 16px;
  }
}
#top .about .about-course-list .about-course-content {
  padding: 40px 64px 64px;
  border: 2px solid #F86C1C;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content {
    padding: 24px;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline {
    flex-direction: column;
    gap: 24px;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > figure {
  max-width: 395px;
  width: 47.4759615385%;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > figure {
    width: 100%;
    margin: 0 auto;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl {
  width: 47.7163461538%;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl {
    width: 100%;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl > dt {
  color: #F86C1C;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl > dt {
    font-size: 16px;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl > dd {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
#top .about .about-course-list .about-course-content .about-course-outline > dl > dd small {
  font-size: 12px;
  color: #8E8E93;
}
#top .about .about-course-list .about-course-content .about-course-outline > dl > dd + dt {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl > dd + dt {
    margin: 24px 0 0;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl + dl {
  width: 100%;
  display: grid;
  margin: 40px 0 0;
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl + dl {
    display: block;
    margin: 0;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dt {
    margin: 0;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dt:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}
#top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dt:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dt:nth-of-type(2) {
    grid-column: 1;
    grid-row: 3;
  }
}
@media only screen and (min-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dd {
    margin: 0;
  }
}
#top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dd:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
#top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dd:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-outline > dl + dl > dd:nth-of-type(2) {
    grid-column: 1;
    grid-row: 4;
  }
}
#top .about .about-course-list .about-course-content .about-course-detail {
  display: flex;
  margin: 48px 0 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-detail {
    margin: 40px 0 0;
    flex-direction: column;
    gap: 24px;
  }
}
#top .about .about-course-list .about-course-content .about-course-detail > li {
  position: relative;
  width: 31.0096153846%;
  padding: 40px 24px;
  border-radius: 24px;
  background: #FFF9D1;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-detail > li {
    width: 100%;
  }
}
#top .about .about-course-list .about-course-content .about-course-detail > li:before {
  position: absolute;
  width: 77.5px;
  height: 171px;
  top: -16px;
  right: 0;
  background-image: url(../images/top/course-deco.png);
  background-size: contain;
  z-index: -1;
  content: "";
}
#top .about .about-course-list .about-course-content .about-course-detail > li .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #top .about .about-course-list .about-course-content .about-course-detail > li .title {
    font-size: 16px;
  }
}
#top .about .about-course-list .about-course-content .about-course-detail > li .icon {
  max-width: 160px;
  margin: 16px auto 0;
}
#top .about .about-course-list .about-course-content .about-course-detail > li .text {
  margin: 16px auto 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#top section.support {
  padding: 80px 0;
  background: #FFF9D1;
}
@media only screen and (max-width: 768px) {
  #top section.support {
    padding: 40px 0;
  }
}
#top section.support .support-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top section.support .support-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-title {
    font-size: 20px;
  }
}
#top section.support .support-title > small {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-title > small {
    font-size: 15px;
  }
}
#top section.support .support-content {
  display: flex;
  margin: 37px 0 0;
  padding: 40px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  gap: 4.1666666667%;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content {
    margin: 24px 0 0;
    flex-direction: column;
    gap: 24px;
  }
}
#top section.support .support-content .support-text {
  width: 44.0625%;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content .support-text {
    width: 100%;
    text-align: center;
  }
}
#top section.support .support-content .support-text > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content .support-text > p {
    font-size: 15px;
  }
}
#top section.support .support-content .support-text > p > span {
  position: relative;
  display: inline-block;
  color: #F86C1C;
  z-index: 1;
}
#top section.support .support-content .support-text > p > span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  background: linear-gradient(90deg, #F86C1C 0%, #FFDF00 100%);
  z-index: -1;
  content: "";
}
#top section.support .support-content .support-text > p > span > strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content .support-text > p > span > strong {
    font-size: 18px;
  }
}
#top section.support .support-content .support-text > p.note {
  margin: 16px 0 0;
  color: #8E8E93;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content .support-text > p.note {
    margin: 8px 0 0;
  }
}
#top section.support .support-content .support-img {
  width: 30.625%;
}
@media only screen and (max-width: 768px) {
  #top section.support .support-content .support-img {
    width: 100%;
  }
}
#top section.faq {
  padding: 94px 0 120px;
  background-color: #FFF9D1;
  background-image: url(../images/top/faq-bg.png);
  background-size: 48.28% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 768px) {
  #top section.faq {
    padding: 40px 0;
    background-size: 80% auto;
  }
}
#top section.faq .faq-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top section.faq .faq-inner .faq-title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-title {
    font-size: 20px;
  }
}
#top section.faq .faq-inner .faq-list {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list {
    margin: 24px 0 0;
  }
}
#top section.faq .faq-inner .faq-list .faq-item {
  border-radius: 4px 4px 0px 0px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-title {
  position: relative;
  padding: 17px 96px 17px 83px;
  font-weight: 500;
  font-size: 21px;
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item .faq-item-title {
    padding: 14px 48px 16px 56px;
    font-size: 14px;
  }
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-title::before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  top: calc((100% - 40px) / 2);
  left: 27px;
  border: 1px solid #353535;
  border-radius: 100%;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  content: "Q";
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item .faq-item-title::before {
    width: 24px;
    height: 24px;
    top: calc((100% - 24px) / 2);
    left: 16px;
    line-height: 22px;
  }
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-title:after {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc((100% - 40px) / 2);
  right: 40px;
  background-image: url(../images/top/faq-icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item .faq-item-title:after {
    width: 24px;
    height: 24px;
    top: calc((100% - 24px) / 2);
    right: 16px;
  }
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-text {
  background: #FFDF00;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-text > span {
  display: block;
  position: relative;
  padding: 17px 96px 17px 83px;
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item .faq-item-text > span {
    padding: 14px 48px 16px 56px;
  }
}
#top section.faq .faq-inner .faq-list .faq-item .faq-item-text > span::before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  top: calc((100% - 40px) / 2);
  left: 27px;
  border: 1px solid #353535;
  border-radius: 100%;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  background: #353535;
  color: #FFDF00;
  content: "A";
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item .faq-item-text > span::before {
    width: 24px;
    height: 24px;
    line-height: 22px;
    top: calc((100% - 24px) / 2);
    left: 16px;
  }
}
#top section.faq .faq-inner .faq-list .faq-item + .faq-item {
  margin: 26px 0 0;
}
@media only screen and (max-width: 768px) {
  #top section.faq .faq-inner .faq-list .faq-item + .faq-item {
    margin: 12px 0 0;
  }
}
#top section.faq .faq-inner .faq-list .faq-item.is-open .faq-item-title:after {
  background-image: url(../images/top/faq-icon_minus.svg);
}
#top section.consultation {
  padding: 56px 0;
  background: #F3F3F6;
}
#top section.consultation .consultation-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top section.consultation .consultation-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top section.consultation .consultation-title {
    margin: 0 0 16px;
    font-size: 20px;
  }
}
#top section.consultation .jicoo-wrap .jicoo-widget {
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 16px !important;
  overflow: hidden;
}
#top .price {
  padding: 80px 0;
  background: #FFF9D1;
}
@media only screen and (max-width: 768px) {
  #top .price {
    padding: 40px 0 54px;
  }
}
#top .price .price-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .price .price-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top .price .price-title {
    margin: 0 0 16px;
    font-size: 20px;
  }
}
#top .price .price-lead {
  margin: 40px 0 0;
  text-align: center;
}
#top .price .price-list {
  display: flex;
  margin: 40px 0 0;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #top .price .price-list {
    flex-direction: column;
  }
}
#top .price .price-list .price-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #E9EAEB;
  background: #FFF;
  box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.1), 0 4px 4px -1px rgba(12, 12, 13, 0.1);
  overflow: hidden;
  flex: 1;
}
#top .price .price-list .price-item .price-item-head {
  padding: 32px;
}
#top .price .price-list .price-item .price-item-head .price-item-shoulder {
  color: #787878;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}
#top .price .price-list .price-item .price-item-head .price-item-title {
  margin: 12px 0 0;
  color: #353535;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  #top .price .price-list .price-item .price-item-head .price-item-title {
    font-size: 24px;
  }
}
#top .price .price-list .price-item .price-item-detail {
  padding: 24px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.1);
}
@media only screen and (min-width: 768px) {
  #top .price .price-list .price-item .price-item-detail {
    min-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #top .price .price-list .price-item .price-item-detail {
    padding: 24px 12px;
  }
}
#top .price .price-list .price-item .price-item-detail > p:first-of-type {
  color: #8E8E93;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: line-through;
}
#top .price .price-list .price-item .price-item-detail > p:last-of-type {
  display: flex;
  margin: 12px 0 0;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#top .price .price-list .price-item .price-item-detail > p:last-of-type > span {
  display: inline-block;
  padding: 4px 16px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 99px;
  background: #F86C1C;
}
#top .price .price-list .price-item .price-item-detail > p:last-of-type > img {
  display: inline-block;
}
#top .price .price-list .price-item .price-item-outline {
  padding: 32px;
}
#top .price .price-list .price-item .price-item-outline > p {
  color: #353535;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
#top .price .price-list .price-item .price-item-outline > ul {
  margin: 16px 0 0;
}
#top .price .price-list .price-item .price-item-outline > ul > li {
  position: relative;
  padding-left: 36px;
  color: #353535;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
#top .price .price-list .price-item .price-item-outline > ul > li:before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(../images/top/icon-check_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#top .price .price-list .price-item .price-item-outline > ul > li + li {
  margin: 16px 0 0;
}
#top .price .price-list .price-item .price-item-cta {
  margin-top: auto;
  padding: 24px;
  border-top: 1px solid #E9EAEB;
  text-align: center;
}
#top .price .price-list .price-item .price-item-cta > a {
  display: block;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
#top .price .price-list .price-item .price-item-cta > a > span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#top .price .price-list .price-item .price-item-cta > a > span > small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
}
#top .price .price-list .price-item .price-item-cta > a.price-item-cta_line {
  display: flex;
  background: #06C755;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#top .price .price-list .price-item .price-item-cta > a.price-item-cta_consultation {
  background: #F86C1C;
}
#top .price .price-list .price-item.beginner .price-item-head {
  background: #F3F3F6;
}
#top .price .price-list .price-item.basic .price-item-head {
  background: #FFDF00;
}
#top .price .price-list .price-item.basic .price-item-detail p img {
  max-width: 280px;
  width: 68%;
}

/* Common */
.lower .lower-title {
  padding: 97px 20px;
  color: #353535;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  background-image: url(../images/common/common-header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .lower .lower-title {
    padding: 89px 20px;
    font-size: 28px;
  }
}
.lower .lower-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.lower .lower-content {
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .lower .lower-content {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=pathly.css.map */
