/* PCサイズから作る場合 */
@media (max-width: 1399.98px) {
    body.active {
        width: 100%;
        position: fixed;
    }

    .hero__title {
        left: 10rem;
    }

    .sp-hero--title {
        font-size: 2.8rem;
        line-height: 7.5rem;
        font-weight: 900;
        color: #333333;
        position: absolute;
        top: 3rem;
        left: 5rem;
        display: block;
    }

    .nav {
        display: none;
    }

    .header__button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: absolute;
        width: 6rem;
        height: 6rem;
        top: 3rem;
        right: 3rem;
        z-index: 5;
        background-color: #FF5800;
        border-radius: 50%;
    }

    .header__button.sticky {
        position: fixed;
    }

    .header__button span {
        display: block;
        width: 6px;
        height: 6px;
        background-color: #FFFFFF;
        border-radius: 50%;
    }

    .header__menu {
        position: fixed;
        z-index: 10;
        overflow-y: auto;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #FFFCAC;
        transform: translateX(200%);
        transition: transform .3s;
        padding: 3rem;
        display: block;
    }

    .header__button.close span {
        display: block;
        width: 3rem;
        height: 2px;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        border-radius: 0;
        position: absolute;
    }

    .header__button.close span:last-child {
        transform: rotate(-45deg);
    }

    .header__menu.active {
        transform: translateX(100%);
    }

    .sp-title {
        font-size: 2.8rem;
        font-weight: 700;
        color: #222222;
        padding-top: 1.2rem;
    }

    .sp__nav {
        width: 100%;
        background-color: #FFFFFF;
        border: #222222 solid 2px;
        border-radius: 2rem;
        padding: 2rem 1rem;
        margin-top: 3rem;
    }

    .sp__nav--title {
        font-size: 2.8rem;
        font-weight: 700;
        color: #F4810E;
        position: relative;
        text-align: center;
        padding-bottom: 3rem;
    }

    .sp__nav--title li::before {
        content: "";
        position: absolute;
        top: 1.8rem;
        left: 18rem;
        width: 2rem;
        height: 2px;
        background-color: #F4810E;
    }

    .sp__nav--title li::after {
        content: "";
        position: absolute;
        top: 1.8rem;
        right: 18rem;
        width: 2rem;
        height: 2px;
        background-color: #F4810E;
    }

    .sp__nav--link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5rem;
    }

    .sp__nav--content li {
        border-bottom: #222222 solid 1px;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }

    .sp__nav--content li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .sp__nav--link div {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .sp__nav--link div img {
        width: 4rem;
        height: auto;
    }

    .sp__nav--link div span {
        font-size: 2.8rem;
        font-weight: 500;
        color: #222222;
    }

    .sp__nav--arrow {
        width: 2rem;
        height: 2rem;
        border-top: #222222 solid 3px;
        border-right: #222222 solid 3px;
        transform: rotate(45deg);
    }

    .sp__contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        margin-top: 4rem;
    }

    .sp__contact--left {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin: 0 auto;
    }

    .sp__contact-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #FFFADE;
        border: #222222 solid 3px;
        border-radius: 1rem;
        width: 100%;
        height: 11rem;
        padding-right: 1.85rem;
        box-shadow: #79765229 3px 4px 0;
    }

    .sp-contact-card--tel {
        font-size: 3.6rem;
        color: #F4810E;
        font-weight: 700;
        padding-left: 3rem;
        margin: 0 auto;
    }

    .sp-contact-card--tel span {
        font-size: 1.8rem;
        color: #222222;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-contact-card--tel img {
        width: 2.4rem;
        height: auto;
        margin-right: 1rem;
    }

    .sp-contact-card--img {
        width: 5.2rem;
        margin-left: 3rem;
    }

    .sp-contact-card--img img {
        width: 100%;
        height: auto;
    }

    .sp-contact-card--text {
        font-size: 2.1rem;
        line-height: 3.5rem;
        color: #222222;
        font-weight: 700;
    }

    .sp-contact-card--img-line {
        width: 7.2rem;
        margin-left: 2.5rem;
    }

    .sp-contact-card--img-line img {
        width: 100%;
        height: auto;
    }

    .yellow-left {
        width: 100rem;
        padding-left: 8rem;
    }

    .why--right-img {
        width: 45rem;
        right: 3%;
    }

    .yellow-right {
        width: 100rem;
    }

    .why--left-img {
        width: 45rem;
        left: 3%;
    }

    .why-content.right {
        margin-right: 8rem;
    }
}

@media (max-width: 1199.98px) {

    .container {
        width: 90%;
    }

    .hero__title {
        left: 5rem;
        top: 4rem;
    }

    .sp__nav--title li::before {
        left: 11rem;
    }

    .sp__nav--title li::after {
        right: 11rem;
    }

    .big-text {
        font-size: 4rem;
    }

    .worries {
        padding: 9.4rem 0 10rem;
    }

    .worries__items {
        display: flex;
        flex-direction: column;
    }

    .worries__item {
        width: 100%;
        height: auto;
        padding-bottom: 3rem;
    }

    .why {
        display: none;
    }

    .why-sp {
        background-image: url(../img/tssbg01.jpg);
        background-size: contain;
        position: relative;
        display: block;
    }

    .why-back {
        clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .why--right-img {
        width: 45rem;
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto 8rem;
    }

    .why-content--title {
        font-size: 3.6rem;
        line-height: 5rem;
        padding-top: 4rem;
    }

    .yellow-right {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .why--left-img {
        position: relative;
        left: 0;
        margin: 0 auto 4rem;
        top: 0;
    }

    .price-img {
        width: 100%;
        margin-bottom: 10rem;
    }

    .choose {
        background-color: #FFFADE;
    }

    .choose-back {
        clip-path: polygon(50% 3%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .choose-cards {
        flex-direction: column;
    }

    .choose-card {
        width: 50rem;
        margin: 0 auto;
    }

    .choose--graph {
        width: 100%;
    }

    .flow-card {
        align-items: baseline;
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 2.5rem 0;
        padding-left: 5rem;
    }

    .flow-card--img.img-one {
        margin: 3rem auto 0;
    }

    .flow-card--img.img-two {
        margin: 3rem auto 0;
    }

    .flow-card--img.img-three {
        margin: 3rem auto 0;
    }

    .flow-card--img.img-four {
        margin: 3rem auto 0;
    }

    .contact--img {
        display: none;
    }

    .tss {
        background-image: none;
        background-color: #FEEC00;
    }

    .tss-cards {
        flex-direction: column;
        align-items: center;
    }

    .tss-card {
        width: 60rem;
    }
}

@media (max-width: 991.98px) {
    .hero__title {
        left: 2rem;
        top: 2rem;
    }

    .sp-hero--title {
        top: 2rem;
    }

    .nav {
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .nav__list {
        gap: 0;
    }

    .nav__item {
        width: 50%;
    }

    .nav__link div {
        display: flex;
        align-items: center;
    }

    .nav__text-line {
        display: flex;
        align-items: center;
    }

    .header__menu {
        width: 100%;
        padding: 1.5rem 3rem;
        transform: translateX(100%);
    }

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

    .sp-title {
        padding-top: 0;
    }

    .header__button.close {
        top: 0;
        right: 0;
        border-radius: 0;
    }

    .sp__nav--title li::before {
        left: 33%;
    }

    .sp__nav--title li::after {
        right: 33%;
    }

    .worries {
        padding: 4.3rem 0 18rem;
        background-size: 100%;
    }

    .girl--img {
        top: -12rem;
    }

    .big-text {
        font-size: 3rem;
    }

    .worries__items {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }

    .worries__item--numbers {
        font-size: 4rem;
    }

    .worries__item--numbers span {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .worries__item--numbers::after {
        top: 0.5rem;
    }

    .worries__item--text {
        padding-top: 0;
    }

    .why--right-img img:first-child {
        display: none;
    }

    .why--right-img img:last-child {
        display: block;
    }

    .why-sp {
        background-size: 100%;
    }

    .why-back {
        padding: 15rem 0 10rem;
        clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .why-content--title {
        font-size: 2.8rem;
        line-height: 4rem;
    }

    .why--right-img {
        width: 100%;
    }

    .why-content--img {
        width: 100%;
    }

    .yellow-right {
        padding-top: 0;
    }

    .why--left-img img:first-child {
        display: none;
    }

    .why--left-img img:last-child {
        display: block;
    }

    .why--left-img {
        width: 100%;
        margin: 0 auto 4.7rem;
    }

    .under-text p {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .choose .girl--img {
        top: -13rem;
    }

    .choose-back {
        padding: 15rem 0 10rem;
        clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .choose-card::after {
        display: none;
    }

    .choose--graph img:first-child {
        display: none;
    }

    .choose--img img:first-child {
        display: none;
    }

    .choose--graph img:last-child {
        display: block;
    }

    .choose--img img:last-child {
        display: block;
    }

    .under-text.big {
        gap: 3rem;
    }

    .under-text.big p {
        font-size: 2.8rem;
    }

    .bignumber {
        font-size: 5rem;
    }

    .left-line.big {
        height: 12rem;
    }

    .right-line.big {
        height: 12rem;
    }

    .flow {
        background-size: cover;
        padding: 7rem 0;
    }

    .flow-card {
        padding: 2.5rem 2rem;
        padding-left: 3rem;
    }

    .flow--left {
        align-items: flex-start;
    }

    .flow-card--number {
        font-size: 2.6rem;
        margin-right: 7rem;
    }

    .flow-card--number::after {
        height: 6rem;
        top: -1rem;
        right: -3rem;
    }

    .flow-card--title {
        font-size: 1.8rem;
        line-height: 2.5rem;
        padding-bottom: 1rem;
    }

    .flow-card--text {
        display: flex;
    }

    .flow-card--text-tel {
        font-size: 3rem;
    }

    .flow-card--text-tel img {
        width: 3rem;
    }

    .flow-card--orange .orange {
        font-size: 2rem;
        line-height: 3rem;
    }

    .contact {
        padding: 6rem 0 7rem;
    }

    .contact-cards {
        flex-direction: column;
        align-items: center;
    }

    .question {
        padding: 7rem 0;
    }

    .question--img-one {
        display: none;
    }

    .question--img-two {
        display: none;
    }

    .question-content {
        padding: 4rem 3rem;
        margin-top: 4rem;
    }

    .question--question {
        font-size: 1.8rem;
    }

    .question--question img {
        width: 3rem;
        margin-right: 1rem;
    }

    .question--answer {
        padding: 2rem;
    }

    .question--answer img {
        width: 3rem;
        margin-right: 1rem;
    }

    .question--answer p {
        font-size: 1.4rem;
        line-height: 2.5rem;
        padding-top: 0;
    }

    .question-item {
        padding-bottom: 3rem;
        margin-bottom: 2rem;
    }

    .tss {
        padding: 7rem 0;
    }

    .tss-cards {
        margin-top: 0;
    }

    .under-nav--right {
        display: none;
    }

    .under-nav--link a {
        line-height: 5.5rem;
        display: block;
    }

    .under-nav--link a:first-child {
        margin-right: 0;
    }

    .copyright {
        padding: 2.8rem 0 10.8rem;
    }

    /* ------------------------------------------------------------ */
    /* HELPER*/
    .br-pad-off {
        display: none;
    }

    .br-pad-on {
        display: block;
    }

    /* ------------------------------------------------------------ */
}

@media (max-width: 767.98px) {
    .container {
        width: 100%;
        padding: 0 2.2rem;
    }

    .hero__title {
        left: 2.3rem;
        top: 1.4rem;
        font-size: 1.3rem;
        line-height: 3.4rem;
    }

    .sp-hero--title {
        font-size: 1.8rem;
        line-height: 2.5rem;
        top: 1.7rem;
        left: 1.5rem;
    }

    .hero__img {
        display: none;
    }

    .hero__img--sp {
        display: block;
        width: 100%;
        height: 100%;
    }

    .nav__item {
        height: 5.1rem;
    }

    .nav__link {
        padding: 0;
        justify-content: center;
    }

    .nav__arrow {
        display: none;
    }

    .nav__img-line {
        width: 6.1rem;
    }

    .nav__text-line {
        font-size: 1.4rem;
    }

    .header__button {
        top: 0;
        right: 0;
    }

    .header__menu {
        padding: 2rem 1.5rem;
    }

    .sp-title {
        font-size: 1.8rem;
    }

    .sp__nav {
        padding: 2.5rem 1rem;
        margin-top: 3rem;
    }

    .sp__nav--title {
        font-size: 1.8rem;
        padding-bottom: 2.5rem;
    }

    .sp__nav--title li::before {
        top: 1rem;
        left: 25%;
    }

    .sp__nav--title li::after {
        top: 1rem;
        right: 25%;
    }

    .sp__nav--link {
        padding: 0 1.2rem;
    }

    .sp__nav--link div {
        gap: 1.7rem;
    }

    .sp__nav--link div img {
        width: 2.7rem;
    }

    .sp__nav--link div span {
        font-size: 1.8rem;
    }

    .sp__nav--arrow {
        width: 1rem;
        height: 1rem;
    }

    .sp__nav--content li {
        border-bottom: #222222 solid 1px;
        padding-bottom: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .sp__contact {
        gap: 2rem;
        margin-top: 3rem;
    }

    .heading--main {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .heading--sub {
        width: 3.1rem;
    }

    .big-text {
        font-size: 2.4rem;
        white-space: nowrap;
    }

    .worries {
        padding: 4.3rem 0 6rem;
    }

    .worries__items {
        margin-top: 1.7rem;
        margin-bottom: 3.1rem;
        gap: 3.3rem;
    }

    .worries__item {
        padding-bottom: 2rem;
    }

    .worries__item--title {
        padding-top: 1.3rem;
        padding-left: 1.9rem;
    }

    .worries__item--numbers {
        font-size: 2.7rem;
        letter-spacing: .97px;
        line-height: 2rem;
    }

    .worries__item--numbers span {
        font-size: 8px;
        line-height: 1.6rem;
    }

    .worries__item--numbers::after {
        width: 1px;
        height: 3.7rem;
        right: -1.3rem;
    }

    .worries__item--text {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-left: 2.5rem;
    }

    .worries__img.one {
        width: 14.5rem;
        margin-top: 1.2rem;
    }

    .worries__img.two {
        width: 11.5rem;
        margin-top: 1.2rem;
    }

    .worries__img.three {
        width: 18.9rem;
        margin-top: 2.5rem;
    }

    .worries__img.four {
        width: 18rem;
        margin-top: 1.3rem;
    }

    .under-text {
        align-items: flex-end;
    }

    .under-text p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .left-line {
        height: 5rem;
    }

    .right-line {
        height: 5rem;
    }

    .why-back {
        padding: 5rem 0 9.2rem;
        clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .why-content--title {
        font-size: 2.2rem;
        line-height: 3.2rem;
        padding-top: 3.1rem;
    }

    .girl--img {
        width: 7.5rem;
        top: -4rem;
    }

    .why-content--text {
        padding: 1.1rem 0 4.4rem;
    }

    .why--right-img {
        margin: 0 auto 6.8rem;
    }

    .price-img {
        margin-bottom: 4.9rem;
    }

    .choose .girl--img {
        top: -5rem;
    }

    .choose-back {
        padding: 8rem 0 7.3rem;
        clip-path: polygon(50% 1%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .choose-card {
        width: 100%;
    }

    .choose-cards {
        gap: 8rem;
        margin: 6rem 0 7.6rem;
        padding: 0 2.4rem;
    }

    .under-text.big {
        gap: 2rem;
    }

    .under-text.big p {
        font-size: 1.9rem;
        line-height: 3.1rem;
    }

    .bignumber {
        font-size: 3rem;
    }

    .underline {
        border-bottom: #FF5800 solid 5px;
    }

    .left-line.big {
        height: 6rem;
    }

    .right-line.big {
        height: 6rem;
    }

    .choose--graph {
        margin: 4rem auto 3.6rem;
    }

    .flow {
        padding: 5.7rem 0;
    }

    .flow-icon {
        display: none;
    }

    .flow--top-text {
        width: 22.1rem;
        height: 2.6rem;
        margin: 5rem auto 3rem;
        font-size: 1.2rem;
        letter-spacing: .6px;
        line-height: 1.2rem;
    }

    .flow-cards {
        padding-top: 0;
    }

    .flow-card {
        padding: 2.5rem 2.2rem;
        padding-left: 2.2rem;
    }

    .flow-card--number {
        font-size: 1.6rem;
        margin-right: 2.3rem;
    }

    .flow-card--number::after {
        height: 2.7rem;
        top: -0.5rem;
        right: -1.5rem;
    }

    .flow-card--title {
        font-size: 1.4rem;
        line-height: 1.8rem;
        letter-spacing: .7px;
        padding-bottom: 3px;
    }

    .flow-card--text {
        font-size: 1.2rem;
        letter-spacing: .6px;
        line-height: 1.4rem;
    }

    .flow-card--img.img-one {
        width: 10.8rem;
        margin: .25rem auto 0;
    }

    .flow-card--img.img-two {
        width: 10.8rem;
        margin: 1.6rem auto 0;
    }

    .flow-card--img.img-three {
        margin: 2.4rem auto 0;
        width: 9.2rem;
    }

    .flow-card--img.img-four {
        margin: 2.1rem auto 0;
        width: 9.2rem;
    }

    .flow-card--text-tel img {
        width: 2.26rem;
    }

    .flow-card--text-tel {
        font-size: 2rem;
        margin-top: 1rem;
        display: block;
    }

    .flow-card--orange {
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 3.5rem;
    }

    .flow-card--orange .orange {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-right: 3px;
    }

    .contact {
        padding: 5rem 0 6.4rem;
    }

    .heading--text {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 1.5rem 0 4.9rem;
    }

    .contact-card {
        width: 28.3rem;
        height: 10.4rem;
        padding-right: 1.75rem;
    }

    .contact-card--tel img {
        width: 2.25rem;
        margin-right: 7px;
    }

    .contact-card--tel {
        font-size: 2.9rem;
    }

    .contact-card--arrow {
        width: 1.5rem;
        height: 1.5rem;
    }

    .contact-card--img {
        width: 3.6rem;
        margin-left: 2.8rem;
    }

    .contact-card--text {
        font-size: 1.9rem;
        line-height: 3.1rem;
    }

    .contact-card--img-line {
        width: 6.7rem;
        margin-left: 2.3rem;
    }

    .question {
        padding: 5.6rem 0;
    }

    .question-content {
        padding: 3.3rem 2.3rem 2.8rem;
        margin-top: 2.3rem;
    }

    .question--question img {
        width: 1.5rem;
        margin-right: 1.9rem;
    }

    .question--question {
        font-size: 1.4rem;
        padding-bottom: 1.6rem;
    }

    .question--answer {
        padding: 1rem 2.2rem;
    }

    .question--answer img {
        width: 1.5rem;
        margin-right: 2rem;
    }

    .question--answer p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .tss-card {
        width: 100%;
        padding: 4.3rem 2.4rem 5.1rem;
    }

    .tss-card--img {
        width: 11.6rem;
    }

    .tss-card--link {
        width: 1.3rem;
        right: 1.7rem;
    }

    .tss-card--title {
        font-size: 2rem;
        line-height: 7rem;
    }

    .tss-card--arrow {
        width: 2.9rem;
        height: 2.9rem;
        right: 1.6rem;
        bottom: 1.5rem;
    }

    .tss-card--arrow span {
        width: 1rem;
        height: 1rem;
    }

    .under-nav {
        padding: 1.95rem 0 4rem;
    }

    .under-nav--company {
        font-size: 1.6rem;
        padding-bottom: 0;
    }

    .under-nav--address {
        font-size: 1.2rem;
        padding-bottom: 1.5rem;
    }

    .under-nav--link a {
        font-size: 1.4rem;
        line-height: 3.5rem;
    }

    .copyright {
        padding: 1rem 0 6.1rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    /* ------------------------------------------------------------ */
    /* HELPER*/
    .padding-bottom-helper {
        padding-bottom: 0;
    }

    .br-sp-on {
        display: block;
    }

    .br-sp-off {
        display: none;
    }

    /* ------------------------------------------------------------ */
}

@media (max-width: 575.98px) {}