@charset "UTF-8";
/* Help & Support LP styles (PC) */
.lp-help-support #page_contents.wrap {
  width: auto;
}
.lp-help-support p {
  color: #353535;
  line-height: 1.6;
}
.lp-help-support section .container {
  width: 1000px;
  margin: auto;
}
.lp-help-support section h2 {
  font-size: 2.7rem;
  text-shadow: unset;
  margin-bottom: 0;
  background-color: unset;
  text-align: center;
}
.lp-help-support section h3 {
  color: unset;
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  border-left-width: unset;
  border-left-style: unset;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  background-image: unset;
  border-left: unset;
}
.lp-help-support section#hero {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/main_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -72px;
}
.lp-help-support section#hero .row {
  display: flex;
  justify-content: space-between;
}
.lp-help-support section#hero .row h1 {
  padding-top: 64px;
}
.lp-help-support section#hero .row figure {
  padding-top: 24px;
}
.lp-help-support section.cta {
  padding-bottom: 64px;
  position: relative;
}
.lp-help-support section.cta .container {
  text-align: center;
}
.lp-help-support section.cta .container h2 {
  padding: 40px 0 0;
}
.lp-help-support section.cta .container .lp-contact {
  background: #fff;
  padding: 40px 0;
  margin-top: 40px;
  border-radius: 24px;
  /* Contact Form 7 (CF7) styles */
}
.lp-help-support section.cta .container .lp-contact figure {
  margin-top: 24px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form {
  text-align: center;
  margin-bottom: 24px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  max-width: 840px;
  margin: 0 auto;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row.text-area {
  margin-top: 24px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row label {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 8px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row label span.hissu {
  display: inline-block;
  background: #FF9000;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 4px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row label span.ninni {
  display: inline-block;
  background: #535353;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 4px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=text], .lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=email], .lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=tel] {
  width: calc(100% - 32px);
  font-size: 16px;
  padding: 0 16px;
  border: 1px solid #DADADA;
  border-radius: 6px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row textarea {
  width: calc(100% - 32px);
  font-size: 16px;
  padding: 0 16px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  margin-top: 2px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=text], .lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=email], .lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input[type=tel] {
  height: 56px !important;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row textarea {
  height: 120px !important;
  padding-top: 16px;
  grid-column: 1/-1;
  resize: vertical;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row input:focus, .lp-help-support section.cta .container .lp-contact form.wpcf7-form .form-row textarea:focus {
  outline: none;
  border-color: #FF9000;
  box-shadow: 0 0 0 2px rgba(255, 144, 0, 0.2);
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-submit {
  grid-column: 1/-1;
  align-self: center;
  justify-self: center;
  background: linear-gradient(90deg, #FF9000 0%, #FF5E00 100%);
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 80px 20px 80px;
  margin-top: 24px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-submit::after {
  content: "▶";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-submit:hover {
  opacity: 0.8;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-not-valid-tip {
  grid-column: 1/-1;
  font-size: 12px;
  color: #FF5E00;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-response-output {
  grid-column: 1/-1;
  margin-top: 16px;
  font-size: 14px;
  color: #1D006F;
  font-weight: bold;
}
.lp-help-support section.cta .container .lp-contact form.wpcf7-form .wpcf7-spinner {
  display: block;
}
.lp-help-support section.cta.fv-btm {
  background: url("/wp-content/themes/kobe-kigyo/assets/images/cta_background.png") no-repeat center top;
}
.lp-help-support section.cta.ct-btm {
  margin-top: 80px;
  background: url("/wp-content/themes/kobe-kigyo/assets/images/cta_bottom_background.png") no-repeat center top;
}
.lp-help-support section.cta.ct-btm h2 {
  padding-top: 56px;
}
.lp-help-support section.cta.ct-btm p {
  margin-top: 32px;
  color: #fff;
}
.lp-help-support section.problems {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/section_nayami_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 64px;
}
.lp-help-support section.problems .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.problems .container .problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.lp-help-support section.problems .container .problem-list li {
  padding: 32px 16px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background-size: 27%;
  background-repeat: no-repeat;
  background-position: 200px bottom;
}
.lp-help-support section.problems .container .problem-list li p {
  text-align: left;
  font-weight: bold;
}
.lp-help-support section.problems .container .problem-list li:nth-child(1) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_01.png");
}
.lp-help-support section.problems .container .problem-list li:nth-child(2) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_02.png");
}
.lp-help-support section.problems .container .problem-list li:nth-child(3) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_03.png");
}
.lp-help-support section.problems .container .problem-list li:nth-child(4) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_04.png");
}
.lp-help-support section.problems .container .problem-list li:nth-child(5) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_05.png");
}
.lp-help-support section.problems .container .problem-list li:nth-child(6) {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_human_06.png");
}
.lp-help-support section.not-alone {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_syacho_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lp-help-support section.not-alone .container {
  text-align: center;
  position: relative;
  padding-bottom: 64px;
}
.lp-help-support section.not-alone .container h2 img {
  margin-top: -72px;
}
.lp-help-support section.not-alone .container h2,
.lp-help-support section.not-alone .container p {
  z-index: 1;
  position: relative;
}
.lp-help-support section.not-alone .container::after {
  content: "";
  display: block;
  width: 27%;
  height: 330px;
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/nayami_syacho_image.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.lp-help-support section.houchi-shinkoku .container {
  text-align: center;
}
.lp-help-support section.houchi-shinkoku .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.houchi-shinkoku .container p {
  padding: 8px 0;
}
.lp-help-support section.houchi-shinkoku .container .houchi-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.lp-help-support section.houchi-shinkoku .container .houchi-list li {
  padding: 32px 16px;
  box-sizing: border-box;
  background-color: #F8FAFF;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.lp-help-support section.houchi-shinkoku .container .houchi-list li p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  color: #1D006F;
}
.lp-help-support section.houchi-shinkoku .container .houchi-list li span {
  display: inline-block;
  background-color: #1D006F;
  color: #fff;
  padding: 0 8px;
  margin-right: 4px;
}
.lp-help-support section.houchi-shinkoku .container h3 {
  margin-top: 64px;
}
.lp-help-support section.step-shinkoku {
  margin-top: -8px;
  position: relative;
  padding-bottom: 64px;
  background: url("/wp-content/themes/kobe-kigyo/assets/images/section_step_background.png") no-repeat center;
  background-size: cover;
}
.lp-help-support section.step-shinkoku h2 {
  padding: 72px 0 0;
}
.lp-help-support section.step-shinkoku ul {
  margin-top: 64px;
}
.lp-help-support section.step-shinkoku ul li:nth-child(2) .container {
  flex-direction: row-reverse;
}
.lp-help-support section.step-shinkoku ul li {
  position: relative;
  /* semi-transparent blue overlay */
  /* individual background-images for blur */
}
.lp-help-support section.step-shinkoku ul li:last-child .container {
  margin-bottom: 0;
}
.lp-help-support section.step-shinkoku ul li .container {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  position: relative;
}
.lp-help-support section.step-shinkoku ul li .container figure {
  width: 40%;
  position: relative;
  z-index: 1;
}
.lp-help-support section.step-shinkoku ul li .container article {
  flex: 1;
}
.lp-help-support section.step-shinkoku ul li .container article h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #1D006F;
  font-weight: bold;
}
.lp-help-support section.step-shinkoku ul li .container article h3 span {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
}
.lp-help-support section.step-shinkoku ul li .container article h3 span strong {
  font-size: 24px;
  font-weight: bold;
}
.lp-help-support section.step-shinkoku ul li .container article p {
  font-size: 16px;
}
.lp-help-support section.step-shinkoku ul li::before, .lp-help-support section.step-shinkoku ul li::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0%;
  width: 40%;
  height: 240px;
  border-radius: 0 8px 8px 0px;
}
.lp-help-support section.step-shinkoku ul li::after {
  background: rgba(30, 0, 111, 0.7);
  mix-blend-mode: multiply;
}
.lp-help-support section.step-shinkoku ul li::before {
  background-size: cover;
  background-position: center;
  filter: blur(3px);
}
.lp-help-support section.step-shinkoku ul li:nth-child(1)::before {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/section_step_image01.png");
}
.lp-help-support section.step-shinkoku ul li:nth-child(2)::before {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/section_step_image02.png");
  right: 0;
  left: auto;
  border-radius: 8px 0px 0px 8px;
}
.lp-help-support section.step-shinkoku ul li:nth-child(2)::after {
  right: 0;
  left: auto;
  border-radius: 8px 0px 0px 8px;
}
.lp-help-support section.step-shinkoku ul li:nth-child(3)::before {
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/section_step_image03.png");
}
.lp-help-support section.shinkoku-support .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.shinkoku-support .container ul {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 148px 32px;
}
.lp-help-support section.shinkoku-support .container ul li {
  padding: 0px 16px 32px;
  box-sizing: border-box;
  background-color: #F8FAFF;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.lp-help-support section.shinkoku-support .container ul li article h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #1D006F;
  margin-bottom: 8px;
}
.lp-help-support section.shinkoku-support .container ul li article p {
  font-size: 16px;
  line-height: 1.6;
  color: #1D006F;
}
.lp-help-support section.shinkoku-support .container ul li figure {
  margin-top: -110px;
  margin-bottom: 24px;
}
.lp-help-support section.shinkoku-support .container ul li figure img {
  width: 180px;
}
.lp-help-support section.price-table .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.price-table .container .plan-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #333;
  margin-top: 32px;
  margin-bottom: 12px;
}
.lp-help-support section.price-table .container .plan-table th,
.lp-help-support section.price-table .container .plan-table td {
  padding: 24px 16px;
  text-align: center;
}
.lp-help-support section.price-table .container .plan-table thead th {
  background: #1D006F;
  color: #fff;
  font-size: 24px;
  border-right: 1px solid #DADADA;
}
.lp-help-support section.price-table .container .plan-table tbody td {
  font-size: 24px;
  color: #1D006F;
  border-right: 1px solid #333;
}
.lp-help-support section.price-table .container .plan-table tbody td:last-child {
  border-right: none;
}
.lp-help-support section.price-table .container .plan-table tbody tr + tr td {
  border-top: 1px dashed #333;
}
.lp-help-support section.price-table .container .plan-table tbody tr + tr td:last-child {
  border-right: none;
}
.lp-help-support section.price-table .container .plan-table tbody td:last-child {
  font-weight: bold;
}
.lp-help-support section.price-table .container p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #9f9f9f;
}
.lp-help-support section.feature .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.feature .container ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 64px;
  flex-wrap: wrap;
}
.lp-help-support section.feature .container ul li {
  width: calc(33.3333333333% - 16px);
  text-align: center;
  padding: 0px 16px 16px;
  box-sizing: border-box;
  border: 2px solid #1D006F;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.lp-help-support section.feature .container ul li .point {
  display: inline-block;
  background-color: #1D006F;
  color: #fff;
  padding: 8px 16px 6px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  border-radius: 100px;
  margin-top: -9px;
}
.lp-help-support section.feature .container ul li article h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #1D006F;
  margin-bottom: 8px;
  margin-top: 16px;
}
.lp-help-support section.feature .container ul li article p {
  font-size: 15px;
  line-height: 1.6;
}
.lp-help-support section.greeting {
  background: url("/wp-content/themes/kobe-kigyo/assets/images/section_greeting_background.png") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 64px;
}
.lp-help-support section.greeting .container {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 12px;
  position: relative;
}
.lp-help-support section.greeting .container .greeting-box {
  border: 2px solid #C2B55E;
  padding: 24px 48px 32px;
}
.lp-help-support section.greeting .container .greeting-box h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(90deg, #FF9000 0%, #FF5E00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-help-support section.greeting .container .greeting-box .text-box {
  width: 50%;
  margin-top: 24px;
}
.lp-help-support section.greeting .container .greeting-box .text-box p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.lp-help-support section.greeting .container .greeting-box .text-box p span {
  font-weight: bold;
}
.lp-help-support section.greeting .container::after {
  content: "";
  display: block;
  width: 320px;
  height: 455px;
  background-image: url("/wp-content/themes/kobe-kigyo/assets/images/section_greeting_human.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 12%;
  z-index: 0;
}
.lp-help-support section.faq .container h2 {
  padding: 72px 0 0;
}
.lp-help-support section.faq .container ul.faq-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-help-support section.faq .container ul.faq-list li {
  list-style: none;
  background: #F5F6FA;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.lp-help-support section.faq .container ul.faq-list li input:checked + label + .faq-answer {
  max-height: 500px;
}
.lp-help-support section.faq .container ul.faq-list li input + label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #1D006F;
}
.lp-help-support section.faq .container ul.faq-list li input + label::after {
  content: "";
  position: absolute;
  right: 32px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #1D006F;
  border-bottom: 2px solid #1D006F;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.lp-help-support section.faq .container ul.faq-list li input:checked + label::after {
  transform: rotate(-135deg);
}
.lp-help-support section.faq .container ul.faq-list li span.q-icon {
  display: inline-block;
  background: #1D006F;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}
.lp-help-support section.faq .container ul.faq-list li span.a-icon {
  display: inline-block;
  background: #FF9000;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  margin-right: 16px;
}
.lp-help-support section.faq .container ul.faq-list li .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}
.lp-help-support section.faq .container ul.faq-list li .faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 24px 32px;
}/*# sourceMappingURL=help-support.css.map */