html {
    font-size: 62.5%;
    /*16px * 62.5% = 10px*/
    font-family: "Noto Sans JP", sans-serif;

}

.bg_green {
    background-color: #F8FAEB;
}

.orange {
    color: #FF801F;
}

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

.img1 {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.fw600 {
    font-weight: 600;
}

.lh {
    line-height: 1.5em;
}

.h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding: 60px 0 32px;
}

.h3::after {
    content: attr(data-title);
    display: block;
    font-size: 1.2rem;
    color: #A1E01D;
    margin-top: 5px;
}

.sectionInner {
    margin: 0 auto;
    max-width: 480px;
}

.credit {
    position: relative;
}

.credit::after {
    content: "Photo by 田野英和";
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.credit2 {
    position: relative;
}

.credit2::after {
    content: "Photo by 田野英和";
    font-size: 1rem;
    color: #000;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.pcNav {
    position: relative;
    display: none;
    width: 280px;
}

.pcNav__inner {
    position: fixed;
    top: 0;
    padding: 40px;
}

.pcNav__img {
    width: 160px;
}

.pcNav__ul {
    width: 200px;
    margin-top: 200px;
}

.pcNav__li {
    width: 100%;
}

.pcNav__li__a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 4rem;
    width: 100%;
    color: inherit;
    display: block;
    position: relative;

}

.pcNav__li__a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: right 0.3s ease;
}

.pcNav__li__a:hover:before {
    right: 7px;
}

/* ヘッダー */
.header {
    background-color: #fff;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
}

.header__title {
    width: 120px;
}

.header__title img {
    display: block;
    width: 100%;
    height: 100%;
}

.header__nav {
    padding: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
}


.nav-items {
    margin: 0 auto 32px;
    max-width: 400px;
}

.nav-items__item a {
    width: 100%;
    display: block;
    font-weight: 600;
    color: inherit;
    font-size: 16px;
    line-height: 48px;
    position: relative;
}

.nav-items__item a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    bottom: 0;
}




/* ハンバーガーメニュー */
.header__hamburger {
    width: 32px;
    height: 100%;

}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}



.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: relative;
    transition: ease .4s;
    display: block;
}

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

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

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


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
    transform: translateX(0);
}

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

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

}

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

/* ヘッダーend */

@media(min-width:800px) {
    .wrap {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .pcNav {
        display: block;
    }

    .header {
        display: none;
    }

    .content__wrapper {
        width: 400px;
        box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.1);
    }
}

.main {
    margin-top: 55px;
}

@media(min-width:800px) {
    .main {
        margin-top: 0;
    }
}

/* ファーストビュー */
.section__fv {
    background-image: url(../img/AdobeStock_660273441.jpeg);
    background-size: cover;
    background-position: 76% 20%;
    height: 470px;
    padding: 20px;
}

.section__fv__p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 40px 0 20px;
}

.section__fv__h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 20px 0;
}
.section__fv__h2--m{
    margin: 20px 0 10px;
}

.section__fv__h2__span{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 6px;
}

.section__fv__features {
    display: flex;
    gap: 10px;
    width: 130px;
    flex-wrap: wrap;
}

.section__fv__feature {
    background-color: #F8FAEB;
    font-size: 1.4rem;
    line-height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.1);
}

.section__fv__feature--c {
    background-color: #fff;
    color: #A1E01D;
    border: solid 2px #A1E01D;
    font-weight: 600;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.2);
}

.section__fv__cv {
    max-width: 295px;
}

.cv {
    padding-bottom: 40px;
}

.cv__p {
    font-size: 2rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
}

.cv__wrap {
    max-width: 295px;
    margin: 0 auto;
}

.cv__a {
    display: block;
    text-align: center;
    padding-right: 20px;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    background-color: #FF801F;
    width: 100%;
    line-height: 56px;
    height: 56px;
    border-radius: 28px;
    position: relative;
    box-shadow: 0 4px 0 #e8741b;
    transition: transform 0.1s, box-shadow 0.1s;

}

.cv__a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}

/* hoverしたときのスタイル */
.cv__a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #e8741b;
}


/* こんなお悩みありませんんか */
.section__worry {
    padding: 60px 20px 32px;
}

.section__worry__h3 {
    font-size: 2.4rem;
    text-align: center;
}

.section__worry__img {
    width: 200px;
    margin: 24px auto 0;
}

.section__worry__ul {
    background-color: #fff;
    padding: 20px;
}

.section__worry__li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    position: relative;
    padding-left: 20px;
}

.section__worry__li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/check.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section__worry__triangle {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    /* 透明 */
    border-right: 60px solid transparent;
    /* 透明 */
    border-top: 36px solid #A1E01D;
    /* 見せたい色 */
}

.section__worry__p {
    font-size: 2.2rem;
    text-align: center;
}

/* 原始反射とは？ */
.section__primitive {
    padding: 40px 20px 0;
}

.section__primitive__wrap {
    margin-bottom: 40px;
}

.section__primitive__h3 {
    font-size: 2rem;
    background-color: #A1E01D;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.section__primitive__h3::after {
    content: "";
    border-left: 10px solid transparent;
    /* 透明 */
    border-right: 10px solid transparent;
    /* 透明 */
    border-top: 12px solid #A1E01D;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.section__primitive__img {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: 8px;
}

/* LUMO+のプログラム */
.section__program {
    padding: 0 20px;
}

.section__program__li {
    background-color: #fff;
    padding: 60px 20px 20px;
    position: relative;
    margin-bottom: 40px;
}

.section__program__circle {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #A1E01D;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section__program__step {
    font-size: 1.2em;
}

.section__program__number {
    font-size: 2.4rem;
    font-weight: 600;
}

.section__program__h4 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5em;
}

.section__program__img {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 10px 0;
}

/* ご利用者様の声 */
.section__voice {
    padding: 0 20px;
}

.section__voice__wrap {
    padding: 20px;
    border: solid 2px #A1E01D;
    margin-bottom: 40px;
}

.section__voice__profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section__voice__status {
    text-align: center;
}

.section__voice__age {
    font-size: 2.4rem;
    line-height: 1.5em;
}

.section__voice__time {
    font-size: 1.6rem;
    line-height: 1.5em;
}

.section__voice__img {
    width: 120px;
    height: 120px;
}

.section__voice__h4 {
    font-size: 2rem;
    line-height: 1.5em;
    color: #A1E01D;
    font-weight: 600;
}

/* 契約までの流れ */
.section__flow {
    padding: 0 20px;
}

.section__flow__ol {
    margin-bottom: 40px;
}

.section__flow__li {
    display: flex;
    min-height: 160px;
    gap: 16px;
}

.section__flow__icon {
    width: 64px;
    position: relative;
}

.section__flow__icon::after {
    content: "";
    height: calc(100% - 104px);
    width: 1px;
    display: block;
    position: absolute;
    background-color: #333;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
}

.section__flow__li:last-child .section__flow__icon::after {
    content: none;
}


.section__flow__icon__number {
    text-align: center;
    color: #A1E01D;
    font-weight: 500;
    font-size: 1.6rem;
}

.section__flow__icon__img {
    width: 64px;
    height: 64px;
}

.section__flow__content {
    margin-top: 20px;
}

.section__flow__content__h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 4px;
}


/* スタッフ */
.section__staff {
    padding: 0 20px;
}

.section__staff__wrap {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.section__staff__img {
    width: 240px;
    height: 240px;
    margin: 0 auto 10px;
}

.section__staff__position {
    text-align: center;
    font-size: 1.6rem;
}

.section__staff__h4 {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 16px;
}

.section__staff__h5 {
    font-size: 2rem;
    font-weight: 600;
}


/* 事業所紹介 */
.section__office {
    padding: 0 20px;
}

.section__office__table {
    font-size: 1.6rem;
    margin: 0 auto 20px;
}

.section__office__tr {
    border-bottom: solid 1px #aaa;
    display: block;
    padding: 10px;
}

.section__office__th {
    white-space: nowrap;
    width: 80px;
}

.section__office__map {
    width: 100%;
    aspect-ratio: 3 / 2;
    max-width: 500px;
    margin: 0 auto 40px;
}

/* よくある質問 */
.section__faq {
    padding: 0 20px;
}

.accordion {
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.accordion__item {
    border: solid 1px #A1E01D;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion__header {
    width: 100%;
    padding: 8px 30px 8px 8px;
    background-color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    display: flex;
    gap: 6px;
}

.accordion__header::before,
.accordion__header::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 2px;
    background-color: #A1E01D;
    transition: transform 0.3s ease;
}

.accordion__header::before {
    transform: translateY(-50%) rotate(0deg);
    /* 横線 */
}

.accordion__header::after {
    transform: translateY(-50%) rotate(90deg);
    /* 縦線 */
}

.accordion__header.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion__header.active::before {
    transform: translateY(-50%) rotate(-45deg);
}

.section__faq__q {
    font-size: 2rem;
    font-weight: 600;
    color: #A1E01D;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
}

.accordion__p {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0 8px 8px 8px;
    display: flex;
    gap: 6px;
}

.section__faq__a {
    font-size: 2rem;
    font-weight: 600;
    color: #e8741b;
}

/* 運営会社について */
.section__company {
    padding: 0 20px;
}

.section__company__table {
    font-size: 1.6rem;
    margin: 0 auto 40px;
}

.section__company__tr {
    border-bottom: solid 1px #aaa;
    display: block;
    padding: 10px;
}

.section__company__th {
    white-space: nowrap;
    width: 96px;
}

/* お問い合わせ */
.section__contact {
    padding: 0 20px 40px;
}

.section__contact p {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 600;
}

.form__necessary,
.form__optional {
    background-color: #e8741b;
    color: #fff;
    margin-left: 8px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 1.4rem;
}

.form__optional {
    background-color: #A1E01D;
}

.wpcf7-form-control {
    width: 100%;
    border: solid 1px #aaa;
    padding: 4px;
    margin-top: 4px;
    border-radius: 4px;

}

.wpcf7-submit {
    background-color: #A1E01D;
    display: block;
    max-width: 295px;
    margin: 0 auto;
    border: none;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    box-shadow: 0 4px 0 #7fb017;
    transition: transform 0.1s, box-shadow 0.1s;
}

/* マウスを乗せた（ホバーした）ときのスタイル */
.wpcf7-submit:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #7fb017;
}

/* フッター */
.footer {
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
}

.footer__logo {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.footer__menu {
    margin: 24px 0;
}

.footer__menu__a {
    font-size: 1.2rem;
    padding: 0 10px;
    color: inherit;
}

.copy {
    font-size: 1rem;
}




/* LP B案 */
.section__fv__p--b {
    margin: 20px 0;
}

.section__worry--b {
    padding: 60px 20px 10px;
}

.section__worry__triangle--b{
    margin: 10px auto 0;
}

.section__program__h4--b {
    font-size: 2.8rem;
}

.section__introduction {
    width: 100%;
    background-image: url(../img/introduction.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 30%;
}

.section__introduction__wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    padding: 56px 20px 24px;
}

.section__introduction__h3 {
    font-size: 2.4rem;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 16px;
}

.section__introduction__line {
  background-image: linear-gradient(transparent 70%, rgba(255, 255, 136, 0.6) 70%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section__introduction__p {
    font-size: 1.4rem;
    line-height: 1.8em;
}


/* FVの写真入れ替え */
.section__fv--3 {
    background-image: url(../img/AdobeStock_508180174.jpg);
    background-position: 0% 10%;
}

.section__fv--4 {
    background-image: url(../img/AdobeStock_508179463.jpg);
    background-position: 34% 10%;
    height: 470px;
}