@charset "UTF-8";
/*****************************
  共通
*****************************/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}
html * {
  box-sizing: border-box;
  word-break: break-all;
}
body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222222;
  background: #fffdfa;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section {
  margin-bottom: 80px;
}
a[href^="tel:"] {
  pointer-events: none;
}
h2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ff9325;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
}
h3 {
  padding-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #ff9325;
}
h4 {
  padding-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.l-section-inner {
  padding: 0 25px;
}
.c-section-text {
  margin-bottom: 60px;
}
.c-section-desc {
  margin-bottom: 20px;
  line-height: 1.8;
}
.c-section-desc:last-of-type {
  margin-bottom: 0;
}
/* font */
.zen-maru-gothic-midium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.noto-sans-jp-midium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
/* btn */
.c-btn-cta-main {
  position: relative;
  width: 100%;
  height: 65px;
  max-width: 500px;
  margin: 0 auto;
  background: #FF9225;
  background: linear-gradient(180deg,rgba(255, 146, 37, 1) 0%, rgba(255, 113, 19, 1) 100%);
  box-shadow: 3px 4px 6px 0 #d8d8d8;
  border: 2px solid #fff;
  border-radius: 55px;
  text-align: center;
  transition: .3s;
}
.c-btn-cta-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.c-btn-cta-accessory {
  max-width: 150px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
.c-btn-content {
  width: 100%;
  object-fit: cover;
  padding: 0px 20px;
  margin-top: 5px;
}
/* link */
.c-link-box {
  display: inline-block;
  border-bottom: 2px solid #ff9325;
  color: #ff9325;
  line-height: 1.6;
}
/* scroll animation */
.fadeInDownTrigger{
	opacity: 0;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}
.fade_on {
  opacity: 1;
}
.anim-slow {
  animation-duration: 2s;
}
.anim-fast {
  animation-duration: 1.8s;
}
/* main btn */
.poyopoyo {
  animation: poyopoyo 2.2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% { transform: scale(1.0); }
  50%, 70%          { transform: scale(0.95); }
}

/*****************************
 l-hero-area
*****************************/
.l-hero-area {
  background: url("../images/kv-bg_sp.png")  no-repeat top center / cover;
}
/*****************************
 l-header
*****************************/
.l-header {
  width: 100%;
  height: 50px;
}
.l-header .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.l-header .l-header__heading {
  font-size: 1.4rem;
}
.l-header .l-header__heading .accent {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-left: 5px;
  letter-spacing: 3px;
}
.l-header .l-header__heading .accent span::after {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  background: #FF9225;
}
.l-header .l-header__heading .accent span.accent01::after {
  top: 0;
  left: 2px;
}
.l-header .l-header__heading .accent span.accent02::after {
  top: 0;
  left: calc( 1.5em - 3px );
}
.l-header .l-header__heading .accent span.accent03::after {
  top: 0;
  left: calc(3em - 7px);
}
.l-header .l-header__heading .accent span.accent04::after {
  top: 0;
  left: calc(4.5em - 11px);
}
.l-header .c-btn-cta-header {
  max-width: 125px;
}
/*****************************
 l-kv
*****************************/
.l-kv {
  margin-bottom: 35px;
}
.l-kv__inner {
  height: 100%;
  position: relative;
  padding: 0 3%;
}
.l-kv__heading {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: none;
}
/*****************************
 l-problems
*****************************/
.l-problems__list {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 18px;
  background: #f3f3f3;
  border-radius: 20px;
}
.l-problems__list::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 21px solid transparent;
  border-top: 26px solid #f3f3f3;
}
.l-problems__list li {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.4;
}
.l-problems__list li:last-of-type {
  margin-bottom: 0;
}
.l-problems__heading {
  margin-bottom: 5px;
  border-bottom: none;
  font-size: 2rem;
}
/*****************************
 l-about
*****************************/

/******* l-applicants *******/
.l-applicants .c-section-media {
  display: flex;
  flex-direction: column-reverse;
}
.l-applicants .c-section-media__body.c-section-text {
  margin-bottom: 30px;
}
.l-applicants .c-section-media__img {
  margin-bottom: 30px;
}
.l-applicants__group {
  margin-bottom: 35px;
}
.l-applicants__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
.l-applicants__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(0,0);
  width: 10px;
  height: 10px;
  background: #ff9325;
  border-radius: 50%;
}
.l-applicants__text  {
  max-width: 540px;
  margin: 0 auto;
}
/*****************************
 l-reason
*****************************/
.l-reason__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #ff9325;
}
.l-reason__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(0,0);
  width: 10px;
  height: 10px;
  background: #ff9325;
  border-radius: 50%;
}
/*****************************
 l-fact
*****************************/
.l-fact .c-fact-media__body.c-section-text {
  margin-top: 30px;
}
/*****************************
 l-faq
*****************************/
.l-faq__item {
  margin-bottom: 30px;
  padding: 30px 20px;
  background: #fff6ec;
  border-radius: 20px;
}
.l-faq__q {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
}
.l-faq__q::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icon-q.png") no-repeat center/contain;
}
.l-faq__a {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.l-faq__a::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icon-a.png") no-repeat center/contain;
}
.l-faq__a-head {
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF9225;
}
.l-faq__a-body {
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-faq__q-text, .l-faq__a-lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
/*****************************
 l-footer
*****************************/
.l-footer {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #21426b;
  color: #fff;
  text-align: center;
}
.l-footer__inner {
  padding: 35px 0 15px;
}
.l-footer__inner p {
  margin-bottom: 5px;
}
.l-footer__inner small {
  font-size: 1.1rem;
}
/*****************************
 result
*****************************/
.page-template-page-relief-result-possible .wrapper,
.page-template-page-relief-result-possible-php .wrapper,
.page-template-page-relief-result-consult .wrapper,
.page-template-page-relief-result-consult-php .wrapper {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.page-template-page-relief-result-possible main,
.page-template-page-relief-result-possible-php main,
.page-template-page-relief-result-consult main,
.page-template-page-relief-result-consult-php main {
  flex: 1 0 auto;
}
.page-template-page-relief-result-possible .l-footer,
.page-template-page-relief-result-possible-php .l-footer,
.page-template-page-relief-result-consult .l-footer,
.page-template-page-relief-result-consult-php .l-footer {
  margin-top: auto;
  position: static;
}
.result section {
  margin-bottom: 50px;
}
.result .l-result__inner {
  padding: 0 20px;
}
.result .c-result-media {
  max-width: 300px;
  margin: 25px auto 35px;
  text-align: center;
}
.result .l-result__heading {
  margin-bottom: 15px;
  border-bottom: none;
}
.result .c-section-text {
  margin-bottom: 30px;
}
@media screen and (min-width: 500px) {
  .c-btn-cta-main {
    height: 93px;
  }
  .l-header {
    height: 70px;
  }
  .l-header .l-header__heading {
    font-size: 1.8rem;
  }
  .l-header .l-header__heading .accent span.accent01::after {
    left: 1px;
  }
  .l-header .l-header__heading .accent span.accent02::after {
    left: calc( 1.5em - 5px );
  }
  .l-header .l-header__heading .accent span.accent03::after {
    left: calc(3em - 11px);
  }
  .l-header .l-header__heading .accent span.accent04::after {
    left: calc(4.5em - 18px);
  }
  .l-header .c-btn-cta-header {
    max-width: 200px;
  }
  .l-kv__heading {
    margin-bottom: 15px;
  }
  .l-kv__heading img {
    height: 700px;
    object-fit: contain;
  }
  /*****************************
    result
  *****************************/
  .result .c-result-media {
    max-width: 380px;
    margin: 15px auto 35px;
  }
  .result .l-result__heading {
    max-width: 460px;
    margin: 0 auto 20px;
  }
  .result .c-section-text {
    max-width: 460px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  /*****************************
    共通
  *****************************/
  section {
    margin-bottom: 120px;
  }
  h2 {
    display: table;
    margin: 0 auto 50px;
    padding-bottom: 10px;
    font-size: 3.6rem;
    text-align: center;
    border-bottom: 4px solid #ff9325;
  }
  h3 {
    display: table;
    font-size: 3rem;
    margin: 0 auto 15px;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .l-section-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
  .l-section-inner.l-section-inner--wide {
    max-width: 980px;
    margin: 0 auto;
  }
  .c-section-desc {
    margin-bottom: 30px;
  }
  .c-section-text {
    font-size: 2rem;
  }
  /* btn */
  .c-btn-cta-main {
    max-width: 560px;
    width: 45vw;
  }
  .c-btn-cta-accessory {
    max-width: 220px;
    width: 20vw;
  }
  .c-btn-cta-main:has(.c-btn-cta-link:hover) {
    box-shadow: none;
    transition: .3s;
    transform: translate(0,3px);
  }
  /*****************************
  l-hero-area
  *****************************/
  .l-hero-area {
    background: url("../images/kv-bg_pc.png")  no-repeat top center / cover;
    min-height: 59vw;
    margin-bottom: 90px;
  }
  /*****************************
  l-header
  *****************************/
  /* header */
  .l-header .l-header__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 15px 20px;
  }
  .l-header .l-header__heading {
    font-size: 2.2rem;
  }
  .l-header .l-header__heading .accent {
    padding-left: 6px;
  }
  .l-header .l-header__heading .accent span.accent01::after {
    left: 2px;
  }
  .l-header .l-header__heading .accent span.accent02::after {
    left: calc( 1.5em - 7px );
  }
  .l-header .l-header__heading .accent span.accent03::after {
    left: calc(3em - 16px);
  }
  .l-header .l-header__heading .accent span.accent04::after {
    left: calc(4.5em - 24px);
  }
  .l-header .c-btn-cta-header {
    max-width: 260px;
  }
  /*****************************
  l-kv
  *****************************/
  /* kv */
  .l-kv {
    position: relative;
  }
  .l-kv__inner {
    max-width: 1260px;
    margin: 50px auto 0;
  }
  .l-kv__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .l-kv__heading img {
    height: auto;
    object-fit: inherit;
    width: calc( ( 100% - 30px ) / 2 );
  }
  .l-kv__heading img.l-kv__copy {
    max-width: 560px;
    margin-top: 40px;
  }
  .l-kv__heading img.l-kv__image {
    max-width: 500px;
  }
  .l-kv .c-btn-cta-main {
    position: absolute;
    bottom: 10%;
    left: 3%;
    max-width: 560px;
    width: 45vw;
    height: 93px;
  }
  .c-btn-cta-accessory {
    max-width: 220px;
    width: 20vw;
    top: -10px;
  }
  /*****************************
  l-problems
  *****************************/
  section.l-problems .l-section-inner {
    margin: 0 auto 120px;
  }
  h2.l-problems__heading {
    font-size: 3.6rem;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .l-problems__list {
    margin-bottom: 60px;
    padding: 55px 40px;
    box-sizing: content-box;
    border-radius: 40px;
  }
  .l-problems__list::after {
    bottom: -60px;
    border: 31px solid transparent;
    border-top: 36px solid #f3f3f3;
  }
  .l-problems__list li {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .l-problems__inner .c-section-text {
    max-width: 700px;
    margin: 0 auto;
  }
  /*****************************
  l-about
  *****************************/
  section.l-about {
    margin-bottom: 85px;
  }
  .l-about .c-section-text {
    margin-bottom: 100px;
  }
  /******* l-applicants *******/
  .l-applicants .c-section-media {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .l-applicants .c-section-media .c-section-media__body {
    width: calc( ( 100% - 40px ) / 2 );
    max-width: 440px;
    font-size: 1.8rem;
  }
  .l-applicants .c-section-media .c-section-media__img {
    width: calc( ( 100% - 40px ) / 2 );
    max-width: 440px;
  }
  .l-applicants__groups {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto;
  }
  .l-applicants__group {
    width: calc( ( 100% - 20px ) / 2 );
    max-width: 380px;
  }
  .l-applicants__group-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .l-applicants__list li {
    margin-bottom: 25px;
  }
  /*****************************
  l-reason
  *****************************/
  .l-reason .l-reason__list {
    max-width: 620px;
    margin: 40px auto;
  }
  .l-reason__list li {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .l-reason__list li:last-of-type {
    margin-bottom: 0;
  }
  .l-reason .c-section-text {
    margin-bottom: 80px;
  }
  /*****************************
  l-fact
  *****************************/
  .l-fact .c-fact-media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .l-fact .c-fact-media .c-fact-media__body {
    width: calc( ( 100% - 40px ) / 2 );
    max-width: 440px;
    font-size: 1.8rem;
    margin: 0;
  }
  .l-fact .c-fact-media .c-fact-media__img {
    width: calc( ( 100% - 40px ) / 2 );
    max-width: 440px;
  }
  /*****************************
  l-faq
  *****************************/
  /* faq */
  .l-faq__item {
    margin-bottom: 40px;
    padding: 40px 60px;
    border-radius: 40px;
  }
  .l-faq__q {
    margin-bottom: 30px;
  }
  .l-faq__q::before, .l-faq__a::before {
    top: 2px;
    width: 34px;
    height: 34px;
  }
  .l-faq__q-text, .l-faq__a-lead {
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .l-faq__a-head {
    margin-bottom: 20px;
  }
  .l-faq__a-body {
    padding-left: 20px;
    font-size: 2rem;
  }
  /*****************************
  l-footer
  *****************************/
  .l-footer__inner {
    padding: 35px 20px 20px;
  }
  .l-footer__inner p {
    margin-bottom: 20px;
  }
  .l-footer__inner small {
    font-size: 1.4rem;
  }
  /*****************************
  result
  *****************************/
  .result .c-result-media {
    margin: 35px auto;
  }
  .result .l-result__heading {
    max-width: 700px;
    margin: 0 auto 20px;
  }
  .result .c-section-text {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .c-btn-cta-accessory {
    top: -20px
  }
}
@media screen and (min-width: 1100px) {
  .l-header .l-header__heading {
    font-size: 3rem;
  }
  .l-header .l-header__heading .accent {
    padding-left: 8px;
  }
  .l-header .l-header__heading .accent span.accent01::after {
    left: 2px;
  }
  .l-header .l-header__heading .accent span.accent02::after {
    left: calc( 1.5em - 12px );
  }
  .l-header .l-header__heading .accent span.accent03::after {
    left: calc(3em - 24px);
  }
  .l-header .l-header__heading .accent span.accent04::after {
    left: calc(4.5em - 36px);
  }
  .c-btn-cta-accessory {
    top: -30px
  }
}