@charset "utf-8";

@media screen and (max-width: 1024px) {
    .header {
        padding: 10px;
    }
  .header__right {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease 0.4s;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
  .header__right__main {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    gap: 2rem;
  }
  .header__right__cta {
    flex-direction: column;
    align-items: center;
  }
  .header__right__main li {
    border: none;
  }
  .header__right__main li a{
    display: block;
    font-size: 2.4rem;
  }
  .header__right__cta__contact a {

    padding: 2rem 5rem;
    font-size: 2.4rem;
}
  .hamburger-menu {
    display: block;
    flex-direction: column;
    cursor: pointer;
    width: 50px;
    height: 100%;
    padding: 1rem;
  }
  .hamburger-menu span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }

  .hamburger-menu span:nth-child(1) {
    top: 0;
  }

  .hamburger-menu span:nth-child(2) {
    margin: 8px 0;
  }

  .hamburger-menu span:nth-child(3) {
    top: 0;
  }

  .header__right.active {
    transform: translateX(0);
  }

  .hamburger-menu.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }

  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  #fv {
    min-width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
  }
  #price {
    background-color: #f29918;
    padding: 5rem 0;
    position: relative;
  }
  .price__card {
    width: auto;
  }

  .price__attention {
    max-width: 90%;
  }

  .voice__slider__contents {
    display: flex;
    margin: 2.5rem auto;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .voice__inner {
    max-width: fit-content;
  }

  .voice__slide_text dl dd {
    margin: 1rem 0 1rem;
  }

  .voice__slider {
    padding: 2.5rem 3rem 2rem;
  }

  html {
    color: #222;
    font-weight: 500;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: #555;
    text-decoration: none;
    display: inline-block;
  }
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }

  #wrapper {
    width: 100%;
  }

  /*--------------------------------------------
            FV
    --------------------------------------------*/
  .fv__inner {
    background-position: center;
    background-color: #f9bd1a;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .fv__left {
    z-index: 999;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateY(-50%);
    /* transform: translateX(-50%); */
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 0;
  }
  .fv__right__image{
    opacity: 0.2;
  }

  .reason__contents__li {
    display: flex;
    padding: 0 3rem;
    margin-bottom: 4rem;
    flex-direction: column-reverse;
  }

  .reason__contents__text {
    width: fit-content;
    padding: 0;
    margin: 2rem auto;
  }

  .reason__contents__li.reverse {
    flex-direction: column-reverse;
  }

  .reason__contents__img img {
    display: block;
    width: 60%;
    border-radius: 3%;
    margin: auto;
  }

  .reason__contents__img p {
    right: 7rem;
  }

  .reason__contents__li.reverse .reason__contents__img p {
    left: 5rem;
  }
  .faq__inner {
    padding: 1rem;
  }
  .about__inner--flex {
    flex-direction: column;
    align-items: center;
  }

  .about__inner__right {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .about__inner__right--main {
    width: 65%;
  }

  .about__inner__right--kenkou {
    position: absolute;
    right: 3rem;
    width: 25%;
    top: -2rem;
  }

  .about__inner__text {
    width: 90%;
  }

  .price__head img {
    display: none;
  }

  .support__flow::before {
    display: none;
  }

  .support__flow li dl::before,
  .support__flow li dl::after {
    display: none;
  }

  .support__flow li .support__flow--head::after {
    display: none;
  }

  .support__flow dd {
    margin-top: 0.5rem;
    justify-content: flex-start;
    margin-left: 0rem;
  }

  .support__flow li {
    position: unset;
  }

  .support__flow li span.support__flow--head {
    width: 100%;
    position: unset;
  }

  .support__flow {
    padding-left: 0;
    position: unset;
    max-width: 900px;
    margin: 0 auto;
  }
  .support__flow li dl {
    padding: 0.5rem;
    margin-bottom: 2rem;
  }

  .fv__right__circle {
    display: none;
  }
  .fv__cta-present{
    justify-content: center;
  }


.support__flow dd{
    height: auto;
}
}

@media print, screen and (max-width: 768px) {
    .contact-area{
        max-width: 100%;
        width: fit-content;
        padding: 1rem;
    }
    
    .contact-area__inner__main {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
    }

    .contact-area__inner__btn {
        flex-direction: column;
        gap: 2rem;
        margin-top: 1rem;
    }
    .contact-area__inner{
        padding:  1rem;
      }

      .contact-area__head h3 {
        font-size: 2rem;
    }

  .hikaku_body_table .hikaku-price:first-child,
  .hikaku_body_table .hikaku-price strong,
  .hikaku_object .sankaku,
  .hikaku_object,
  .hikaku_body_table td:nth-child(1),
  tr .hikaku_company-own {
    line-height: 150%;
  }


  .hikaku_body_table .hikaku-price:first-child,
  .hikaku_body_table .hikaku-price strong,
  .hikaku_object .sankaku {
    font-size: 14px;
  }

  .hikaku_object,
  .hikaku_body_table td:nth-child(1) {
    font-size: 14px;
  }

  .hikaku_body_table .hikaku-price strong {
    font-size: 20px;
  }

  tr .hikaku_company-own {
    font-size: 14px;
  }

  .hikaku_company img {
    max-width: 150px;
  }

  .form {
    margin: 0 auto;
    /* width: 90%; */
    max-width: 900px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
  }
  .form__nav span {
    padding: 1rem 0.5rem 1.5rem;
    font-size: 14px;
  }

  .form__nav span::after {
    border-width: 7px 7px 7px 0;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .reason__contents__text h3 {
    margin-bottom: 1rem;
  }

  .reason__contents__li {
    padding: 0 1rem;
  }

  .fv__left p.fv_txt01{
    font-size: 24px;
    margin-bottom: 0.5rem;
  }

  .fv__left h1 {
    margin-bottom: 4rem;
    font-size: 40px;
  }
  .fv__left ul li{
    font-size: 14px;
    padding: 0.5rem;
  }
  .fv__left p.fv_txt02{
    font-size: 18px;
  }

  .fv__right.for_pc {
    display: none;
  }
  .fv__cta-present__book {
    display: block;
    width: 250px;
  }

  .fv__inner {
    padding-top: 50px;
  }
  .fv__cta-present {
    display: block;
text-align: center;
  }
  .fv__present__btn{
    margin-bottom: 1rem;
  }
  .fv__contact a{
    margin: 0 auto;
  }
  /* #fv {
    background-image: url(../images/mainimage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    padding-top: 83.5px;
    position: relative;
  }
  .fv__inner__title {
    color: #fff;
    background-color: #ec6400;
    padding: 1rem;
    font-size: 3rem;
  }
  .fv__inner__sub {
    color: #ec6400;
    padding: 3rem 0;
    font-size: 2rem;
    text-align: center;
  }
  .fv__inner__sub--small {
    font-size: 1.5rem;
  }

  .fv__contact a {
    font-size: 1.4rem;
  }

  .fv__contact--btn .contactbtn__big {
    font-size: 1.6rem;
  }

  .fv__cta-present__book {
    display: block;
    width: 260px;
  } */

  .about__contents {
    padding: 3rem 1rem;
  }

  .about__inner {
    padding: 2rem 1rem;
  }
  .about__inner__right--kenkou {
    right: 2rem;
  }
  .company__table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 95%;
    margin: 3rem auto;
  }

  .voice__slider__contents {
    gap: 2rem;
  }
  .voice__slider {
    padding: 2rem 1rem 2rem;
  }
  #voice {
    background: transparent linear-gradient(91deg, #ec6400 0%, #f7ad09 100%) 0%
      0% no-repeat padding-box;
    padding: 2rem 0;
    overflow-x: hidden;
  }

  .voice__inner {
    padding: 1rem;
  }
  .fv__inner p {
    font-size: 1.25rem;
  }

  .fv__left--pflex img.for_sp {
    margin-right: 1rem;
  }
  .fv__right__circle p {
    font-size: 0.85rem;
  }
  .fv__right__circle {
    right: 3%;
  }
  .company__logoArea{
    flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .fv__inner{
    min-height: 720px;
  }
  .fv_jisseki{
  width: 80%;
}
}

@media screen and (max-width: 480px) {
  .voice__slider h3 {
    background: none;
    padding: 1rem 1.5rem;
  }

  .voice__slide_text {
    width: 90%;
    background-color: #f8f8f8;
    padding: 1rem;
    margin-left: 0;
  }

  .voice__slider {
    padding: 1rem 0.5rem 1rem;
  }
  .voice__inner {
    padding: 0rem;
  }

  .voice__slider {
    border-radius: 0rem;
  }
  .faq__contents dl dt span,
  .faq__contents dl dd span {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 440px) {
  .hikaku_body_table .hikaku-price:last-child,
  .hikaku_body_table .hikaku-price strong,
  .hikaku_object .sankaku {
    font-size: 12px;
  }

  .hikaku_object,
  .hikaku_body_table td:nth-child(1) {
    font-size: 12px;
  }

  .hikaku_body_table .hikaku-price strong {
    font-size: 18px;
  }

  .hikaku_body_table .hikaku-price .red strong {
    font-size: 24px;
  }

  .hikaku_company {
    font-size: 14px;
  }

  tr .hikaku_company-own {
    font-size: 12px;
  }

  .hikaku_company img {
    max-width: 100px;
  }
  .contact-area br.for_sp {
    display: block;
  }

  .fv__left h1{
    font-size: 36px;
  }

  main section {
    margin-top: 3rem;
  }

  #reason h2 .reason__inner--en,
  #support h2 .support__inner--en,
  #faq h2 .faq__inner--en,
  #contact-form h2 .contact-form__inner--en,
  #company h2 .company__inner--en {
    font-size: 1.8rem;
  }
  .merit__inner {
    padding: 1rem 0rem;
  }

  .merit__other ul {
    padding: 2rem 0.75rem;
  }

  .merit__other {
    padding: 2rem 1rem;
    max-width: 100%;
  }

  .merit__other ul li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .merit__inner__card__circle {
    width: 50%;
  }

  .price__contents {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    margin-top: 3rem;
    max-width: 980px;
    margin: 0rem auto 1rem;
  }

  .about__inner__right--main {
    width: 55%;
  }
  .about__inner__right--kenkou {
    right: 1rem;
    width: 30%;
  }
  .company__inner__head h3 {
    font-size: 1.25rem;
  }

  .contact-form__inner__head,
  .company__inner__head {
    padding: 1rem;
  }
  .company__table dl {
    display: flex;
    flex-direction: column;
  }

  .company__table dt {
    width: 100%;
  }
  .reason__contents__li.reverse .reason__contents__img p {
    left: 0;
  }

  .reason__contents__img p {
    font-size: 6rem;
    bottom: 0;
    left: 0;
  }
  .faq__contents dl dt,
  .faq__contents dl dd {
    flex-direction: column;
  }

  .faq__contents dl dd {
    align-items: flex-start;
    gap: 0;
  }

  .form {
    grid-template-columns: auto;
  }

  .contact-form__present > p {
    font-size: 1.25rem;
  }
  #voice h2 {
    font-size: 1.5rem;
  }

  #voice {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .voice__slide__img img {
    width: 300px;
  }
}

@media print, screen and (max-width: 425px) {
    h2{
        font-size: 2.4rem;
    }
    .fv__inner__title--small{
        font-size: 2rem;
        font-weight: 400;
    }
  .fv__cta-present {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
  }
  .fv__inner__title {
    color: #fff;
    background-color: #ec6400;
    font-size: 3rem;
    padding: 1rem;
    gap: 10px;
  }

  .fv__inner--bubble {
    font-size: 1.7rem;
  }
  .fv__inner--bubble::before,
  .fv__inner--bubble::after {
    position: absolute;
    top: 0.8rem;
    height: 2rem;
    content: "";
  }
  .fv__inner__title__sub {
    font-size: 1.7rem;
}
  .fv__inner__sub {
    text-align: center;
    padding: 1rem 0;
    font-size: 2.4rem;
  }
  .fv__inner__sub-small {
    font-size: 1.8rem;
}
  .fv__cta-present__book {
    display: block;
    width: 200px;
  }
  .fv__contact--btn .contactbtn__big {
    font-size: 1.5rem;
  }
  .fv__cta-present__medal {
    position: absolute;
    top: 0;
    right: -2rem;
    transform: translateY(-45px);
    width: 80px;
  }
  .fv__contact img.fv__contact--arrow {
    width: 10px;
    height: auto;
    transition: transform 0.3s ease-in-out;
    transform: rotate(90deg);
  }
}

@media print, screen and (max-width: 400px) {
  .support__flow li dl {
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
}

@media print, screen and (max-width: 375px) {
  .fv__left h1 {
    font-size: 32px;
    margin-bottom: 2rem;
    line-height: 44px;
  }
  .fv__contact a{
    padding: 2rem 2rem 1rem;
  }
  .contact__btn__big{
    font-size: 2rem;
  }
  .fv__left ul li{
    font-size: 12px;
  }
  .fv__present__btn{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320Px) {
  .hikaku_body_table .hikaku-price strong {
    font-size: 16px;
  }

  .hikaku_body_table .hikaku-price .red strong {
    font-size: 22px;
  }

  .hikaku_company img {
    max-width: 80px;
  }
}

/*-------------------------------------
    form
--------------------------------------*/
@media screen and (max-width: 930px) {
  form {
    background-color: #f8f8f8;
    padding: 2rem 0.5rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 640px) {
  .contact-form__present--right {
    display: none;
  }
  .contact-form__present--flex {
    justify-content: center;
  }
}
