@media (min-width: 0px) and (max-width: 575px) {
    .video-play video {
        height: 230px;
    }
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 18px;
    }
    h6.large{
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    h6.small {
        font-size: 14px;
    }
    p.large {
        font-size: 16px;
    }
    p.small {
        font-size: 12px;
    }

    .container-fluid {
        padding: 0;
    }
    .row:not(.margin) {
        margin: 0;
    }
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .nopadding-sp {
        margin: 0 !important;
        padding: 0 !important;
    }

    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
        padding: 70px 0 0 0;
    }

    .main-middle-hp {
        height: calc(100vh - 70px);
        padding: 10px 0;
        flex-direction: column-reverse;
        align-items: center;
        background: url("../images/banner_main.png") left -300px top no-repeat;
        background-size: auto 100%;
    }
    .main-left-hp {
        width: 100%;
    }
    .moto-list-hp {
        column-gap: 5px;
        /* padding: 0 10px;
        justify-content: space-between; */
    }
    .moto-item-hp {
        width: 120px;
        height: 120px;
    }
    .moto-item-hp img {
        width: 30px;
    }
    .moto-item-hp h5 {
        font-size: 16px;
    }
    .moto-item-hp h6 {
        font-size: 12px;
    }
    .main-right-hp {
        width: 100%;
        flex: 1;
        justify-content: space-between;
        padding: 0 10px;
    }
    .main-right-hp > h1 {
        font-size: 36px;
        text-shadow: 0 3px 6px rgb(0, 0, 0, 0.08);
    }
    .main-right-hp > h1::before {
        display: none;
    }
    .main-charge-hp::before {
        height: 90px;
    }
    .main-charge-hp > h5 {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .main-charge-hp > h2 span.number {
        font-size: 50px;
    }
    .main-charge-hp > h2 span.currency {
        font-size: 28px;
    }
    .main-charge-hp > h2 span.from {
        font-size: 24px;
    }
    .main-note-hp {
        display: none;
    }

    .common-title-hp h5 {
        font-size: 20px;
    }
    .common-title-hp h5 span.number {
        font-size: 32px;
    }
    .common-title-hp h5 span.title {
        font-size: 28px;
    }
    .common-title-hp h6 {
        font-size: 18px;
    }
    .common-title-hp h6 span.title {
        font-size: 22px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    #header {
        position: fixed;
    }
    .header-in-hp {
        padding: 0 15px;
        height: 70px;
    }
    .logo-hp {
        width: 200px;
    }
    .navigation {
        padding: 30px 0;
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: #fff;
        display: none;
        clear: both;
        height: calc(100% - 70px);
        overflow: hidden;
    }
    .navbar {
        height: 100%;
        padding: 40px 0;
    }
    .navbar-nav {
        flex-direction: column;
        row-gap: 30px;
    }
    .navbar-nav .dropdown-item {
        text-align: center;
    }
    .navbar-nav .nav-link {
        color: #fff !important;
    }
    .navbar-collapse {
        display: block !important;
    }
    .navbar-nav .dropdown-item {
        font-size: 14px;
    }

    .mobile-menu-icon-hp {
        display: block;
        margin-top: 0;
        margin-right: 0;
    }
    .menu-toggle-btn {
        margin: 15px auto;
    }
    /*--------------- HEADER_END --------------*/
    
    /*--------------- INDEX_START --------------*/
    .concern-middle-hp {
        height: calc(100vh - 70px);
        padding: 20px 15px;
        justify-content: flex-end;
    }
    .concern-middle-hp::before {
        display: none;
    }
    .concern-middle-hp > img {
        margin-bottom: 20px;
    }
    .concern-item-hp {
        margin-bottom: 10px;
    }
    
    .worry-middle-hp {
        padding: 40px 15px 0 15px;
    }
    .worry-middle-hp > h5 {
        margin-bottom: 40px;
    }
    .worry-middle-hp > img.thoughts {
        margin-bottom: 40px;
    }
    
    .effect-middle-hp {
        padding: 40px 15px;
    }
    .effect-middle-hp table {
        margin-bottom: 20px;
    }
    .effect-middle-hp td {
        width: calc(100vw - 30px - 120px);
    }
    .effect-middle-hp > img {
        margin-bottom: 20px;
    }
    .effect-title-hp {
        column-gap: 30px;
        margin-bottom: 10px;
    }
    .effect-item-hp {
        margin-bottom: 20px;
        column-gap: 30px;
    }
    .effect-item-before-hp::before {
        right: -20px;
        border-left: 10px solid #B98C5D;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    
    .feature-middle-hp {
        padding: 40px 15px;
    }
    .feature-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .feature-middle-hp .common-title-hp::before {
        right: -20px;
        top: -20px;
    }
    .merit-item-hp {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 20px;
        padding-left: 0;
    }
    .merit-item-content-hp {
        width: 100%;
        padding-left: 20px;
        flex: none;
    }
    
    .comparison-middle-hp {
        padding: 40px 15px;
    }
    .comparison-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .comparsion-list-hp {
        flex-direction: column;
    }
    .comparsion-item-hp {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .comparsion-item-hp:last-child {
        margin-bottom: 0;
    }
    .comparsion-item-image-hp {
        height: auto;
    }
    .comparsion-item-sample-hp {
        height: auto;
        row-gap: 10px;
        padding: 10px;   
    }
    
    .charge-middle-hp {
        padding: 40px 15px;
    }
    .charge-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .charge-content-hp {
        flex-direction: column;
        align-items: center;
    }
    .charge-list-hp {
        width: 100%;
    }
    .charge-list-hp > p.note {
        margin-bottom: 20px;
    }
    .charge-list-hp > p.step {
        font-size: 16px;
    }
    .charge-item-bottom-hp h6 span {
        font-size: 20px;
    }
    
    .flow-middle-hp {
        padding: 40px 15px;
    }
    .flow-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .flow-middle-hp .common-title-hp::before {
        position: absolute;
        content: url("../images/underline_round.svg");
        right: -35px;
        bottom: -15px;
    }
    .flow-middle-hp .common-title-hp h6::before {
        display: none;
    }
    .flow-middle-hp .common-title-hp h6::after {
        display: none;
    }
    .flow-item-hp {
        margin-bottom: 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 20px 30px 0;
    }
    .flow-item-content-hp {
        width: 100%;
        padding: 0 0 20px 20px;
    }
    .flow-item-content-hp h6.large {
        margin-bottom: 20px;
    }
    .flow-item-content-hp h6.large span.number {
        font-size: 24px;
    }
    .flow-item-content-hp h6.large span.label {
        font-size: 14px;
    }
    
    .reason-middle-hp {
        padding: 40px 15px;
    }
    .reason-title-hp {
        margin-bottom: 30px;
        column-gap: 10px;
    }
    .reason-title-hp::before {
        bottom: -10px;
    }
    .reason-title-hp h1 {
        font-size: 40px;
    }
    .reason-title-hp h6 span.title {
        font-size: 22px;
    }
    .reason-item-hp {
        flex-direction: column;
        align-items: flex-end;
        padding: 20px 0 20px 20px;
    }
    .reason-item-hp:nth-child(2n) {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 20px 0;
    }
    .reason-item-content-hp {
        width: 100%;
        padding: 0 20px 20px 0;
    }
    .reason-item-hp:nth-child(2n) .reason-item-content-hp {
        padding: 0 0 20px 20px;
    }
    .reason-item-content-hp h1 {
        font-size: 40px;
        right: 20px;
    }
    
    .message-middle-hp {
        padding: 40px 15px;
    }
    .message-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .message-middle-hp > h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .message-content-hp {
        flex-direction: column-reverse;
    }
    .message-content-hp p {
        font-size: 16px;
    }
    
    .faq-middle-hp {
        padding: 40px 15px;
    }
    .faq-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .faq-middle-hp .common-title-hp::before {
        top: -30px;
    }
    .faq-list-hp > div {
        padding: 0 10px !important;
    }
    .faq-list-hp > div p {
        padding: 10px 0 10px 40px;
    }
    .faq-list-hp > div p::before {
        font-size: 16px;
        width: 25px;
        height: 25px;
        left: 0;
    }
    .faq-list-hp h6 {
        padding: 10px 10px 10px 50px !important;
        font-size: 14px !important;
    }
    .faq-list-hp h6::before {
        left: 10px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- FOOTER_START --------------*/
    .footer-middle-hp {
        padding: 60px 15px;
    }

    .footer-image-hp {
        column-gap: 10px;
        margin-bottom: 40px;
    }
    .image-right-hp {
        row-gap: 10px;
    }

    .footer-address-hp {
        margin-bottom: 40px;
    }
    .address-left-hp {
        width: 100%;
    }
    .address-lc-hp {
        width: 100%;
        max-width: none;
    }
    .address-lc-hp .logo {
        margin-bottom: 20px;
    }
    .address-lc-hp table {
        width: 100%;
        margin-bottom: 20px;
    }
    .address-lc-hp th,
    .address-lc-hp td {
        padding: 5px;
    }
    .address-lc-hp iframe {
        margin-bottom: 20px;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        border: none;
    }
    .address-lc-hp p {
        width: 100%;
        margin-bottom: 10px;
    }
    .address-lc-hp p.notes {
        margin-bottom: 20px;
    }
    /*--------------- FOOTER_END --------------*/
}

@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    h6.large{
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    h6.small {
        font-size: 14px;
    }
    p.large {
        font-size: 16px;
    }
    p.small {
        font-size: 12px;
    }

    .container-fluid {
        padding: 0;
    }
    .row:not(.margin) {
        margin: 0;
    }
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .nopadding-sp {
        margin: 0 !important;
        padding: 0 !important;
    }

    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
        padding: 70px 0 0 0;
    }

    .main-middle-hp {
        height: calc(100vh - 70px);
        padding: 10px 0;
        flex-direction: column-reverse;
        align-items: center;
        background: url("../images/banner_main.png") left -300px top no-repeat;
        background-size: auto 100%;
    }
    .main-left-hp {
        width: 100%;
    }
    .moto-list-hp {
        column-gap: 5px;
        padding: 0 10px;
        justify-content: space-between;
    }
    .moto-item-hp {
        width: 120px;
        height: 120px;
    }
    .moto-item-hp img {
        width: 30px;
    }
    .moto-item-hp h5 {
        font-size: 16px;
    }
    .moto-item-hp h6 {
        font-size: 12px;
    }
    .main-right-hp {
        width: 100%;
        flex: 1;
        justify-content: space-between;
        padding: 0 10px;
    }
    .main-right-hp > h1 {
        font-size: 36px;
        text-shadow: 0 3px 6px rgb(0, 0, 0, 0.08);
    }
    .main-right-hp > h1::before {
        display: none;
    }
    .main-charge-hp::before {
        height: 90px;
    }
    .main-charge-hp > h5 {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .main-charge-hp > h2 span.number {
        font-size: 50px;
    }
    .main-charge-hp > h2 span.currency {
        font-size: 28px;
    }
    .main-charge-hp > h2 span.from {
        font-size: 24px;
    }
    .main-note-hp {
        display: none;
    }

    .common-title-hp h5 {
        font-size: 20px;
    }
    .common-title-hp h5 span.number {
        font-size: 32px;
    }
    .common-title-hp h5 span.title {
        font-size: 28px;
    }
    .common-title-hp h6 {
        font-size: 18px;
    }
    .common-title-hp h6 span.title {
        font-size: 22px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    #header {
        position: fixed;
    }
    .header-in-hp {
        padding: 0 15px;
        height: 70px;
    }
    .logo-hp {
        width: 200px;
    }
    .navigation {
        padding: 30px 0;
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: #fff;
        display: none;
        clear: both;
        height: calc(100% - 70px);
        overflow: hidden;
    }
    .navbar {
        height: 100%;
        padding: 40px 0;
    }
    .navbar-nav {
        flex-direction: column;
        row-gap: 30px;
    }
    .navbar-nav .dropdown-item {
        text-align: center;
    }
    .navbar-nav .nav-link {
        color: #fff !important;
    }
    .navbar-collapse {
        display: block !important;
    }
    .navbar-nav .dropdown-item {
        font-size: 14px;
    }

    .mobile-menu-icon-hp {
        display: block;
        margin-top: 0;
        margin-right: 0;
    }
    .menu-toggle-btn {
        margin: 15px auto;
    }
    /*--------------- HEADER_END --------------*/
    
    /*--------------- INDEX_START --------------*/
    .concern-middle-hp {
        height: calc(100vh - 70px);
        padding: 20px 15px;
        justify-content: flex-end;
    }
    .concern-middle-hp::before {
        display: none;
    }
    .concern-middle-hp > img {
        margin-bottom: 20px;
    }
    .concern-item-hp {
        margin-bottom: 10px;
    }
    
    .worry-middle-hp {
        padding: 40px 15px 0 15px;
    }
    .worry-middle-hp > h5 {
        margin-bottom: 40px;
    }
    .worry-middle-hp > img.thoughts {
        margin-bottom: 40px;
    }
    
    .effect-middle-hp {
        padding: 40px 15px;
    }
    .effect-middle-hp table {
        margin-bottom: 20px;
    }
    .effect-middle-hp td {
        width: calc(100vw - 30px - 120px);
    }
    .effect-middle-hp > img {
        margin-bottom: 20px;
    }
    .effect-title-hp {
        column-gap: 30px;
        margin-bottom: 10px;
    }
    .effect-item-hp {
        margin-bottom: 20px;
        column-gap: 30px;
    }
    .effect-item-before-hp::before {
        right: -20px;
        border-left: 10px solid #B98C5D;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    
    .feature-middle-hp {
        padding: 40px 15px;
    }
    .feature-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .feature-middle-hp .common-title-hp::before {
        right: -20px;
        top: -20px;
    }
    .merit-item-hp {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 20px;
        padding-left: 0;
    }
    .merit-item-content-hp {
        width: 100%;
        padding-left: 20px;
        flex: none;
    }
    
    .comparison-middle-hp {
        padding: 40px 15px;
    }
    .comparison-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .comparsion-list-hp {
        flex-direction: column;
    }
    .comparsion-item-hp {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .comparsion-item-hp:last-child {
        margin-bottom: 0;
    }
    .comparsion-item-image-hp {
        height: auto;
    }
    .comparsion-item-sample-hp {
        height: auto;
        row-gap: 10px;
        padding: 10px;   
    }
    
    .charge-middle-hp {
        padding: 40px 15px;
    }
    .charge-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .charge-content-hp {
        flex-direction: column;
        align-items: center;
    }
    .charge-list-hp {
        width: 100%;
    }
    .charge-list-hp > p.note {
        margin-bottom: 20px;
    }
    .charge-list-hp > p.step {
        font-size: 16px;
    }
    .charge-item-bottom-hp h6 span {
        font-size: 20px;
    }
    
    .flow-middle-hp {
        padding: 40px 15px;
    }
    .flow-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .flow-middle-hp .common-title-hp::before {
        position: absolute;
        content: url("../images/underline_round.svg");
        right: -35px;
        bottom: -15px;
    }
    .flow-middle-hp .common-title-hp h6::before {
        display: none;
    }
    .flow-middle-hp .common-title-hp h6::after {
        display: none;
    }
    .flow-item-hp {
        margin-bottom: 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 20px 30px 0;
    }
    .flow-item-content-hp {
        width: 100%;
        padding: 0 0 20px 20px;
    }
    .flow-item-content-hp h6.large {
        margin-bottom: 20px;
    }
    .flow-item-content-hp h6.large span.number {
        font-size: 24px;
    }
    .flow-item-content-hp h6.large span.label {
        font-size: 14px;
    }
    
    .reason-middle-hp {
        padding: 40px 15px;
    }
    .reason-title-hp {
        margin-bottom: 30px;
        column-gap: 10px;
    }
    .reason-title-hp::before {
        bottom: -10px;
    }
    .reason-title-hp h1 {
        font-size: 40px;
    }
    .reason-title-hp h6 span.title {
        font-size: 22px;
    }
    .reason-item-hp {
        flex-direction: column;
        align-items: flex-end;
        padding: 20px 0 20px 20px;
    }
    .reason-item-hp:nth-child(2n) {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 20px 0;
    }
    .reason-item-content-hp {
        width: 100%;
        padding: 0 20px 20px 0;
    }
    .reason-item-hp:nth-child(2n) .reason-item-content-hp {
        padding: 0 0 20px 20px;
    }
    .reason-item-content-hp h1 {
        font-size: 40px;
        right: 20px;
    }
    
    .message-middle-hp {
        padding: 40px 15px;
    }
    .message-middle-hp .common-title-hp {
        margin-bottom: 20px;
    }
    .message-middle-hp > h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .message-content-hp {
        flex-direction: column-reverse;
    }
    .message-content-hp p {
        font-size: 16px;
    }
    
    .faq-middle-hp {
        padding: 40px 15px;
    }
    .faq-middle-hp .common-title-hp {
        margin-bottom: 30px;
    }
    .faq-middle-hp .common-title-hp::before {
        top: -30px;
    }
    .faq-list-hp > div {
        padding: 0 10px !important;
    }
    .faq-list-hp > div p {
        padding: 10px 0 10px 40px;
    }
    .faq-list-hp > div p::before {
        font-size: 16px;
        width: 25px;
        height: 25px;
        left: 0;
    }
    .faq-list-hp h6 {
        padding: 10px 10px 10px 50px !important;
        font-size: 14px !important;
    }
    .faq-list-hp h6::before {
        left: 10px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- FOOTER_START --------------*/
    .footer-middle-hp {
        padding: 60px 15px;
    }

    .footer-image-hp {
        column-gap: 10px;
        margin-bottom: 40px;
    }
    .image-right-hp {
        row-gap: 10px;
    }

    .footer-address-hp {
        margin-bottom: 40px;
    }
    .address-left-hp {
        width: 100%;
    }
    .address-lc-hp {
        width: 100%;
        max-width: none;
    }
    .address-lc-hp .logo {
        margin-bottom: 20px;
    }
    .address-lc-hp table {
        width: 100%;
        margin-bottom: 20px;
    }
    .address-lc-hp th,
    .address-lc-hp td {
        padding: 5px;
    }
    .address-lc-hp iframe {
        margin-bottom: 20px;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        border: none;
    }
    .address-lc-hp p {
        width: 100%;
        margin-bottom: 10px;
    }
    .address-lc-hp p.notes {
        margin-bottom: 20px;
    }
    /*--------------- FOOTER_END --------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .main-middle-hp {
        height: calc(100vh - 70px);
        padding: 20px 0;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px;
    }
    .main-left-hp {
        width: 100%;
    }
    .main-right-hp {
        flex: 1;
        width: 100%;
        align-items: center;
    }
    .main-right-hp h1 {
        width: auto;
        margin-bottom: auto;
    }
    .main-charge-hp {
        display: none;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .navigation {
        display: none;
    }
    .collapse {
        display: flex !important;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .concern-middle-hp {
        height: calc(100vh - 70px);
        padding: 60px 15px;
        justify-content: flex-end;
    }
    .concern-middle-hp::before {
        display: none;
    }
    
    .worry-middle-hp {
        padding: 60px 15px 0 15px;
    }
    
    .effect-middle-hp {
        padding: 60px 15px;
    }
    .effect-middle-hp table.pc {
        display: none !important;
    }
    .effect-middle-hp table.sp {
        display: block !important;
    }
    .effect-middle-hp td {
        width: calc(100vw - 30px - 120px);
    }
    
    .feature-middle-hp {
        padding: 60px 15px;
    }
    .merit-list-hp .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .merit-list-hp .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .merit-item-hp {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 20px;
        padding-left: 0;
        height: 100%;
    }
    .merit-item-content-hp {
        width: 100%;
        padding-left: 20px;
        flex: none;
    }
    
    .comparison-middle-hp {
        padding: 60px 15px;
    }
    .comparsion-list-hp {
        flex-direction: column;
    }
    .comparsion-item-hp {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .comparsion-item-hp:last-child {
        margin-bottom: 0;
    }
    .comparsion-item-image-hp {
        height: auto;
    }
    .comparsion-item-sample-hp {
        height: auto;
        row-gap: 10px;
        padding: 10px;
    }
    
    .charge-middle-hp {
        padding: 60px 15px;
    }
    .charge-content-hp {
        flex-direction: column;
        align-items: center;
    }
    .charge-list-hp {
        width: 100%;
    }
    
    .flow-middle-hp {
        padding: 60px 15px;
    }
    .flow-middle-hp .common-title-hp h6::before {
        display: none;
    }
    .flow-middle-hp .common-title-hp h6::after {
        display: none;
    }
    .flow-item-hp {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 20px 30px 0;
    }
    .flow-item-content-hp {
        width: 100%;
        padding: 0 0 20px 20px;
    }

    .reason-middle-hp {
        padding: 60px 15px;
    }
    .reason-item-hp {
        flex-direction: column;
        align-items: flex-end;
        padding: 20px 0 20px 20px;
    }
    .reason-item-hp:nth-child(2n) {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 20px 0;
    }
    .reason-item-content-hp {
        width: 100%;
        padding: 0 20px 20px 0;
    }
    .reason-item-hp:nth-child(2n) .reason-item-content-hp {
        padding: 0 0 20px 20px;
    }
    .reason-item-content-hp h1 {
        right: 20px;
    }
    
    .message-middle-hp {
        padding: 60px 15px;
    }
    .message-content-hp {
        flex-direction: column-reverse;
    }
    
    .faq-middle-hp {
        padding: 60px 15px;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- FOOTER_START --------------*/
    .footer-middle-hp {
        padding: 60px 15px;
        row-gap: 20px;
    }
    .footer-image-hp.pc {
        display: none !important;
    }
    .footer-address-hp iframe.sp {
        width: 100%;
        height: 400px;
        display: block !important;
        margin-bottom: 20px;
    }
    .address-right-hp.pc {
        display: none !important;
    }
    /*--------------- FOOTER_END --------------*/
    
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .main-right-hp > h1 br {
        display: none;
    }
    .main-charge-hp {
        display: none;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .navigation {
        display: none;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .merit-list-hp .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .merit-list-hp .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*--------------- INDEX_END --------------*/
}

@media (min-width: 768px) and (max-width: 9999px) {
    .navigation {
        display: block !important;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}
