@charset "UTF-8";

@media screen and (max-width: 1728px) {
    /*note16*/
}

/* ------------------------------------------------------------------------------------------------------------ */

/*@media screen and (max-width: 1360px) {*/
@media screen and (max-width: 1366px) {
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1101px;
        max-width: 1080px;
    }
}

@media screen and (max-width: 1240px) {

    .header,
    .contentsInner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .outerwrapper:before,
    .outerwrapper:after {
        content: "";
        opacity: 0;
        width: 30px;
    }

    a.pagetop {
        right: 30px;
        bottom: 30px;
    }
}

/* ------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1081px) {

    .sp-hamburger {
        display: flex;
    }

    .sp-menu ul {
        display: block;
        margin-bottom: 30px;
    }

    .sp-menu li~li:before {
        display: none;
    }

    .sp-menu {
        position: fixed;
        top: 0;
        right: -100%;
        right: calc(-100% - 20px);
        width: 100%;
        height: calc(100vh - 56px);
        background: #fff;
        transition: 0.3s;
        z-index: 10000;
        margin-top: 57px;
        margin-top: 56px;
        margin-right: 0;
        padding: 0 20px;
        border-top: 1px solid #E0E0E0;
    }

    .sp-menu li a {
        display: block;
        padding: 20px;
        font-size: 20px;
        border-bottom: 1px solid #E0E0E0;
        text-decoration: none;
        color: #009A3A;
        font-weight: bold;
        position: relative;
    }

    .sp-menu li a:after {
        content: "";
        width: 10px;
        height: 20px;
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(/assets/img/icon_next.svg) no-repeat;
        center;
        background-size: 100% auto;
        z-index: 2;
        position: absolute;
    }

    /* ヘッダーの3要素横並び */
    .header__inner {
        display: flex;
        align-items: stretch;
        /* 高さを揃える */
        /*    height: 60px;*/
        background: #fff;
    }

    .header__logo {
        flex: 1;
        display: flex;
        align-items: center;
        /*    padding-left: 15px;*/
    }

    .header__contact {
        width: 120px;
        /* デザイン通りのサイズ感 */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #009A3A;
        /* CONTACT部分の背景 */
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

    .header__hamburger {
        width: 60px;
        background: #62C83F;
        /* 三本線部分の背景 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }

    /* SP縦並びメニュー（メニュー_SPの再現） */
    .header__sp-menu {
        position: fixed;
        top: 0;
        right: -100%;
        /* 初期状態は隠す */
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    /* メニューが開いた時 */
    html.is-open .header__sp-menu {
        right: 0;
    }

    .sp-nav ul {
        padding: 20px 0;
    }

    .sp-nav li {
        border-bottom: 1px solid #eee;
    }

    .sp-nav li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        color: #009A3A;
        font-weight: 700;
        text-decoration: none;
    }

    /* 矢印アイコン（右側の > ） */
    .sp-nav li a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px solid #009A3A;
        border-right: 2px solid #009A3A;
        transform: rotate(45deg);
    }

    .header {
        padding: 0;
    }

    .header__inner {
        padding: 0;
        background: #fff;
    }

    .header__logo {
        width: 55%;
        width: calc((100% - 55px) / 2);
    }

    .header__logo a {
        background: #fff;
        border-radius: 0;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .13);
    }

    .header__logo img {
        max-width: 33vw;
        width: 135px;
    }

    .header__actions {
        width: 45%;
        width: calc((100% - 55px) / 2);
        gap: 0;
    }


    .header__contact.c_btn {
        width: 100%;
        position: relative;
        border-radius: 0;
        /* padding-left: 13%; */
        font-size: 16px;
        padding: 10px 20px 10px 35px;
        height: 100%;
    }

}

/*@media screen and (max-width: 1080px) {*/
@media screen and (max-width: 1023px) {
    .footer__logoGroup {
        flex: 0 0 220px;
        padding: 6px 50px 10px 10px;
    }

}

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 768px) {
    .bg__layer {
        /*        background: transparent url(/assets/img/bg_layer_sp.png) left top repeat-y; sp版だと表示されない*/
        /*        background-size: 100% auto;*/
    }

    a.pagetop {
        right: 15px;
        bottom: 20px;
        width: 56px;
        height: 56px;
    }

    .col {
        flex-direction: column;
    }

    .col>* {
        width: 100% !important;
    }
    a.wp-block-button__link {
        width: 100%;
    }

    /*iPadMini*/
    body {
        font-size: 14px;
        line-height: 30px;
    }

    .u_only_pc {
        display: none;
    }

    .u_only_sp {
        display: block;
    }

    img.u_only_sp {
        margin: auto;
    }

    .footer {
        margin: auto;
    }

    .footer__inner {}

    .footer__main {
        flex-direction: column;
        padding: 1px 50px 0 30px;
        margin-top: 80px;
    }

.footer__copy__inner {
    margin: 30px 30px 20px;
    padding: 40px 0  0;
    display: block;
    text-align: center;
    font-size: 10px;
}

.logo_odakyu {
    margin-bottom: 20px;
}

    .footer__logoGroup {
        flex: 0;
        margin-bottom: 60px;
        margin: 0 auto 20px;
    }

    .footer__nav {
        flex-direction: column;
        gap: 0;
    }


    .footer__logo {
        margin-bottom: 30px;
        width: 260px;
    }

    .p_contactArea__text {
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
    }

    .c_btn.is_large {
        border-radius: 20px;
        max-width: calc(100% - 30px);
    }

    .p_contactArea {
        padding: 0;
    }

    .news__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 33px;
    }

    .news__time {
        margin-bottom: 8px;
    }

    .c_btnArea {
        margin-top: 60px;
    }

    .main {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    body.single .main,
    body.category .main,
    body#contact .main {
        padding-bottom: 45px;
    }

    body.single .footer,
    body.category .footer,
    body#contact .footer {
        padding-top: 45px;
    }

    .footer__partner {
        max-width: 65%;
        margin: auto;
        width: 170px;
    }

    .movie_area {
        border-radius: 20px;
        padding-bottom: 40px;
        padding: 10px 10px 40px;
        margin-top: 30px;
    }

    .movie_thumb {
        margin-top: -60px;
        margin-top: 1px;
    }

    .movie_area .lead {
        margin: 20px auto 40px;
    }

    .c_top__titleHead {
        font-size: 16px;
        text-align: center;
        gap: 40px;
    }

    .c_top__titleHead__dtl .title__cat {
        font-size: 40px;
        text-align: center;
        margin-bottom: 8px;
    }

    .problem__card__title {
        margin-bottom: 5px;
    }

    .systems__item {
        gap: 1px;
        margin: 40px auto;
    }

    .systems__item .tit__border {
        margin-top: 10px;
        text-align: center;
    }

    .systems__img {
        text-align: center;
    }

    .grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    section.p_cat .grid {
        gap: 30px;
    }

    .card__title {
        min-height: 0;
        margin-bottom: 16px;
    }

    .news__txt p {
        margin: 40px auto;
    }

    .news__thumb {
        margin: 40px auto;
    }

    .img_symbol {
        margin-bottom: 80px;
    }

    .card__title {
        min-height: 0;
        margin-bottom: 16px;
    }

    .title__page {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        margin-bottom: 30px;
    }

    .title__page .title__subHeading {
        margin-left: 0;
    }


    .p_cat__head {
        line-height: 1;
    }

    .p_cat__head .title__page {
        font-size: 52px;
        gap: 0;
        line-height: 78px;
    }

    section#sec1 {
        padding-bottom: 50px;
        padding-top: 0;
    }

    .lead {
        margin: 40px auto;
    }

    .lead2 {
        font-size: 17px;
    }

    #logo_mid1 {
        margin-top: -60px;
    }

    p.title {
        font-weight: 500;
    }

    .title__cat.title__2 {
        line-height: 40px;
        margin-bottom: 1px;
    }

    .p_top__problem__head .title__cat.title__2 {
        margin-top: 60px;
        font-size: 18px;
        line-height: 32px;
    }

    .problem__message {
        margin-top: -60px;
        line-height: 32px;
        margin-top: 0px;
        padding: 0 0 20px;
    }

    .problem__grid.grid {
        margin-top: 0;
    }

    .p_top__problem__head {
        margin-bottom: 40px;
        margin-bottom: 12px;
    }

    .problem__card {
        padding: 30px 1px;
        border-radius: 20px;
        line-height: 1.3;
        font-size: 18px;
    }

    .solution__card {
        margin-top: 100px;
        /*        margin-top: 1px;*/
        min-height: 0;
        padding: 28px 18px;
    }

    .problem__message__txt {
        font-size: 18px;
        margin-top: 1px;
    }

    .solution__card__title {
        font-size: 23px;
        font-size: 20px;
        margin-bottom: 8px;
    }

    p.title.txt24 {
        font-size: 22px;
        font-size: 17px;
    }

    .title_catch {
        /*        font-size: 17px;*/
    }

    div#symbol_4 {
        margin-bottom: 90px;
    }

    .systems__dtl {
        flex: 0;
        font-size: 16px;
        line-height: 1.7;
    }

    section#sec4 {
        padding-bottom: 60px;
    }

    div#symbol_2 {
        margin-bottom: 80px;
    }

    .title__cat {
        line-height: 54px;
        margin-bottom: 40px;
        gap: 0;
        letter-spacing: 0;
    }

    .title__subHeading {
        line-height: 48px;
    }

    section#sec5 {
        padding-bottom: 120px;
    }

    div#symbol_3 {
        margin-bottom: 80px;
    }

    .card__title {
        font-weight: normal;
    }


    div#symbol_7 {
        margin-bottom: 80px;
    }

    section.p_top__report {
        padding-bottom: 170px;
    }

    div#symbol_6 {
        margin-bottom: 80px;
    }

    .p_contactArea__text {
        margin-bottom: 30px;
    }

    main.main.main_top {
        padding-bottom: 1px;
    }

    .home .footer {
        padding-top: 36px;
    }

    .footer__partner {
        margin-top: 40px;
    }

    .footer__navSubList li {
        margin-bottom: 10px;
    }

    .copyright p {
        font-size: 10px;
    }

    .p_formArea form {
        padding: 40px 30px 40px;
    }

    .form__container {
        padding: 0;
    }

    .form__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding: 32px 0;
    }

    .form__row>* {
        width: 100%;
    }

    span.wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    span.form__agreement-text {
        text-align: left;
    }

}

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 430px) {
    .header__contact.c_btn {
        /*        padding-left: 3vw;*/
    }

    /*iPhone 430*/
    .footer {
        background: #FAFAFA url(../img/bg_bottom.png) no-repeat center bottom;
        background-size: contain;
        padding-bottom: 140px;
        padding-top: 80px;
    }

    .footer__main {
        padding-right: 10px;
    }

    .c_pager__list {
        padding: 0 30px;
    }

    .prev.page-numbers,
    .next.page-numbers {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .prev.page-numbers {
        left: 10px;
    }

    .next.page-numbers {
        right: 10px;
    }

}

@media screen and (max-width: 414px) {
    /*iPhone 414*/

}

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 375px) {
    /*iPhone 375*/

}

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 330px) {
    /*mobile mini*/

}