/* responsive */
.box_sp, .sp_only, #icon_sp, .box_sp490, .box_contact_fix {
    display: none;
}
.box_pc, .pc_only {
    display: block;
}
.gnavi_contact {
    display: none;
}
/*responsive */
@media screen and (min-width: 751px) {
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* HOVER                                                               */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    .box03_listbtn a {
        position: relative;
        transition: transform .4s cubic-bezier(.86, 0, .07, 1)
    }
    .box03_listbtn a:hover {
        border-color: #f8e352;
        color: #f8e352
    }
    .box03_listbtn a:hover .box03_btn {
        background: #f8e352;
    }
    /*all*/
    .icont a, .contactmain_btn a, .box01_frame dd a, .box01_detail dd a, .idxbtn01 a, .imail a, .box03_detail {
        position: relative;
        z-index: 1;
        transition: transform .4s cubic-bezier(.86, 0, .07, 1);
        overflow: hidden
    }
    .icont a:before, #isearch:before, .contactmain_btn a:before, .box01_frame dd a:before, .box01_detail dd a:before, .idxbtn01 a:before, .imail a:before, .box03_detail:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.3;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: scale(0, 1);
        transition: transform .4s cubic-bezier(.86, 0, .07, 1);
        z-index: -1;
        transform-origin: center right
    }
    .icont a:before, .idxbtn01 a:before, .box03_detail:before {
        background: #f39700;
    }
    .icont a:before {
        transition-delay: 0.15s
    }
    .contactmain_btn a:hover:before, .box01_frame dd a:hover:before, .box01_detail dd a:hover:before, .idxbtn01 a:hover:before, .imail a:hover:before, .box03_detail:hover:before, .icont a:hover:before {
        transform: scale(1, 1);
        transform-origin: center left
    }
    #isearch:hover {
        opacity: 0.5
    }
    /*gnavi + footer*/
    #gnavi > li > a, #gnavi > li > span, .gnavi_sub a, .box06_right dl dd a {
        overflow: hidden;
        position: relative
    }
    #gnavi > li:not(:first-child) > a:not(.no_hover):after, .flink li a:after, .gnavi_sub a:after, .box06_right dl dd a:before {
        position: absolute;
        content: "";
        width: calc(100% + 20px);
        height: 2px;
        left: -10px;
        bottom: 10px;
        background: #f39700;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .4s cubic-bezier(.86, 0, .07, 1)
    }
    .flink li a:after, .box06_right dl dd a:before {
        width: 100%;
        left: 0;
        bottom: -2px
    }
    .gnavi_sub a:after {
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: scaleX(0) translateY(13px)
    }
    #gnavi > li > a:not(.no_hover):hover:after, .flink li a:hover:after, .gnavi_sub a:hover:after, .box06_right dl dd a:hover:before {
        transform: scaleX(1);
        transform-origin: bottom left
    }
    .gnavi_sub a:hover:after {
        transform: scaleX(1) translateY(13px)
    }
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* MENU                                                                   */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    #gnavi > li.sub > span {
        flex-direction: row;
        gap: 8px;
    }
    #gnavi > li.sub > span:after {
        content: "";
        width: 0;
        height: 0;
        margin-top: 2px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #f39700;
        flex: 0 0 auto;
    }
    #gnavi .gnavi_sub {
        position: absolute;
        height: 81px;
        width: 100%;
        min-width: 1200px;
        transition: all 0.3s;
        z-index: 99;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transform: translateY(60px);
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f39700;
        overflow: hidden
    }
    #gnavi .gnavi_sub ul {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center
    }
    #gnavi > li.sub:hover .gnavi_sub {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    #gnavi li:last-child .gnavi_sub:before {
        left: initial;
        right: 105px;
    }
    .gnavi_sub li {
        margin: 0 23px;
        padding-left: 20px;
        position: relative
    }
    .gnavi_sub li:first-child {
        margin-left: 20px
    }
    .gnavi_sub li:last-child {
        margin-right: 0
    }
    .gnavi_sub a {
        text-decoration: none;
        display: flex;
        align-items: center;
        position: relative;
        color: #fff;
        line-height: 2.375em;
        width: 100%;
        height: 100%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 14px;
        z-index: 1;
        cursor: pointer
    }
    .gnavi_sub li:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0
    }
    .gnavi_sub li:first-child:before {
        left: 0
    }
    .gnavi_sub li:first-child a {
        border-top: none
    }
    .gnavi_sub li:last-child a {
        border-bottom: none
    }
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* FIXED                                                                 */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
}
@media screen and (max-width: 1920px) and (min-width: 751px) {}
@media screen and (max-width: 1560px) and (min-width: 751px) {}
@media screen and (max-width: 1390px) and (min-width: 751px) {
    .topinfo_name {
        right: 90px
    }
}
@media screen and (max-width: 750px) {
    [id^="case_title"],
    [id^="company_title"] {
        scroll-margin-top: 72px;
    }
    h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
        font-size: 14px;
    }
    img {
        max-width: 100%;
    }
    #wrapper, #header, #main, #footer, .inner {
        width: 100% !important;
        min-width: inherit !important;
    }
    .inner {
        box-sizing: border-box;
        padding: 0 3%;
    }
    .box_sp, .sp_only {
        display: block;
    }
    .box_pc, .pc_only {
        display: none;
    }
    .section {
        padding: 0 0 40px 0;
    }
    #main, #footer {
        width: 100%;
        float: none;
    }
    img {
        max-width: 100%;
    }
    #totop {
        bottom: 56px;
        right: 5px;
    }
    #totop img {
        width: 35px;
    }
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* nav-icon3                                                              */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    #nav-icon3 {
        width: 44px;
        height: 56px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
    }
    #nav-icon3:after {
        position: absolute;
        content: "MENU";
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #333;
        text-align: center;
        font-size: 9px;
        left: 0;
        right: 0;
        bottom: 9px;
        margin: 0 auto
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 28px;
        border-radius: 5px;
        background: #444444;
        opacity: 1;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer
    }
    #nav-icon3 span:nth-child(1) {
        top: 11px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 19px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 27px;
    }
    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    #nav-icon3.open span:nth-child(1), #nav-icon3.open span:nth-child(4) {
        opacity: 0;
        transform: scale(1.5)
    }
    #nav-icon3.open:after {
        content: "CLOSE"
    }
    #icon_sp {
        cursor: pointer;
        display: block;
        z-index: 100
    }
    .icon_close {
        width: 150px;
        height: 45px;
        background: #fff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #444444;
        font-size: 15px;
        margin: 0 auto 45px !important;
        border: 2px solid #444444;
        cursor: pointer;
        font-weight: bold
    }
    /*==========================================================================*/
    /*                               Header                                     */
    /*==========================================================================*/
    #header {
        padding: 10px 3%;
        height: 56px;
        z-index: 1000
    }
    #header_top .inner {
        padding: 0
    }
    #header_top {
        padding: 0
    }
    #header h1 {
        display: none
    }
    #logo {
        width: 250px;
        position: relative;
        top: 4px
    }
    #fright {
        display: none
    }
    .header_right {
        display: none
    }
    /*==========================================================================*/
    /*                               MENU                                      */
    /*==========================================================================*/
    #menu {
        position: fixed;
        top: 56px;
        display: none;
        background: rgba(255, 255, 255, 0.9);
        left: 0;
        right: 0;
        margin: 0 auto;
        height: calc(100vh - 56px);
        overflow: scroll;
        z-index: 1000;
        padding: 0;
    }
    #menu.close {
        display: none
    }
    #gnavi {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        margin: 0 0 35px;
        border-top: 1px solid #ddd;
    }
    #gnavi > li, #gnavi > li.gnavi_home {
        width: 100%;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    #gnavi > li.gnavi_home a {
        background: none;
        text-indent: inherit;
        display: block;
        width: 100%;
        height: 100%
    }
    #gnavi > li > a:before, .gnavi_sub > ul > li > a:before, #gnavi_sp > li > a:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        bottom: 0;
        width: 7px;
        height: 7px;
        margin: auto 0;
        border: solid 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #f39700 #f39700 transparent transparent;
        right: 10px
    }
    .gnavi_sub > ul > li > a:before {
        border-color: #fff #fff transparent transparent;
    }
    #gnavi > li.sub {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    #gnavi > li.sub > a {
        background: none
    }
    .gnavi_sub {
        width: 100%;
        background: #fff;
    }
    .gnavi_sub ul {
        width: 100%;
    }
    .gnavi_sub ul li {
        width: 100%;
    }
    .gnavi_sub a, #gnavi > li > a, #gnavi > li > span {
        padding: 10px 35px 10px 0;
        height: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: left;
        color: #333;
        font-weight: 500;
        position: relative;
        flex-direction: row;
        font-size: 14px;
    }
    .gnavi_sub a {
        border-bottom: none
    }
    #gnavi > li > span:before, #gnavi > li > span:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 2px;
        background: #f39700;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0;
        transition: all 0.2s
    }
    #gnavi > li > span:after {
        transform: rotate(90deg)
    }
    #gnavi > li.open > span:after {
        transform: rotate(0)
    }
    .gnavi_sub {
        display: none
    }
    .gnavi_sub ul li {
        margin-bottom: 1px;
    }
    .gnavi_sub ul li:last-child {
        margin-bottom: 0
    }
    .gnavi_sub ul li a {
        padding-left: 15px;
        background: #f39700;
        color: #fff
    }
    #gnavi .gnavi_sub_contact {
        display: none;
    }
    #gnavi > li.gnavi_contact {
        display: block;
        padding-top: 18px;
        border-bottom: none;
    }
    #gnavi > li.gnavi_contact > a {
        width: 100%;
        height: 54px;
        padding: 0 42px;
        justify-content: center;
        color: #fff;
        background: #f39700;
        border-radius: 6px;
        box-shadow: 0 4px 0 #c87800;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: .04em;
    }
    #gnavi > li.gnavi_contact > a:before {
        right: 20px;
        border-color: #fff #fff transparent transparent;
    }
    #gnavi > li.gnavi_contact > a:active {
        transform: translateY(3px);
        box-shadow: 0 1px 0 #c87800;
    }
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* FIXED                                                               */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*==========================================================================*/
    /*                             Contents                                     */
    /*==========================================================================*/
    /* TOP INFO
------------------------------------------------------------------------*/
    #top_info {
        padding-top: 56px;
        overflow: hidden
    }
    #index #top_info {
        height: auto;
    }
    #index #top_info .inner {
        padding: 0 3%;
    }
    .topinfo_main {
        width: 100%;
    }
    .topinfo_staff {
        width: 42vmin;
        margin-right: -10vmin
    }
    .topinfo_people {
        margin-right: -10%;
        margin-top: auto;
        align-items: flex-end
    }
    .topinfo_people img {
        object-fit: contain;
        vertical-align: bottom
    }
    .topinfo_talk {
        width: 26vmin;
        height: 18vmin;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(-24vmin);
        left: -7vmin;
        font-size: 3vmin
    }
    .topinfo_img {
        width: 100%;
        left: 0;
        margin-bottom: 0
    }
    .topinfo_name {
        padding-top: 28vmin;
        right: -3vmin;
        width: 42vmin;
        letter-spacing: 1px;
        font-size: 4vmin;
    }
    .topinfo_top, .topinfo_info {
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .topinfo_info {
        padding: 10% 3% 0 6%;
        justify-content: flex-start
    }
    .topinfo_txt {
        padding: 5vmin 0 0;
        width: 80%;
    }
    .topinfo_top {
        margin-bottom: 2vmin
    }
    .topinfo_top dt {
        font-size: 5.6vw;
        letter-spacing: 3px;
    }
    .topinfo_top, .topinfo_top dd {
        padding: 0
    }
    .topinfo_top dd {
        width: 100%;
        align-items: center
    }
    .topinfo_list {
        width: calc(100% - 15vw)
    }
    .topinfo_list li {
        width: 24%;
        height: 7vmin;
        font-size: 1.8vw;
        padding: 2% 0;
        margin: 0.5%;
        letter-spacing: 0;
        line-height: 1.5;
        font-weight: 600;
    }
    .topinfo_ect {
        font-size: 4vw;
        margin-left: 1vw;
        line-height: 1.5;
        height: 7vmin
    }
    .topinfo_cont {
        width: 96%;
        height: auto;
        padding: 5vmin 5vmin 10vmin
    }
    .topinfo_cont::before {
        width: calc(100% - 4vmin);
        height: calc(100% - 4vmin)
    }
    #index h2 {
        width: 100%;
        max-width: 51vmin;
        line-height: 1.3;
        font-size: 7vw;
        margin-bottom: 4vmin
    }
    #index h2 span {
        width: 8vmin;
        height: 8vmin;
        font-size: 6vmin;
        padding-bottom: 0;
        padding-top: 0;
    }
    .topinfo_cont dt {
        font-size: 6vmin;
        padding-top: 3vmin;
        letter-spacing: 0;
    }
    .topinfo_cont dd {
        font-size: 3vmin;
        letter-spacing: 0;
        padding-top: 3vmin;
        margin-left: -2.5vmin
    }
    .topinfo_ribbon {
        width: 98%;
        height: 10vmin;
        left: 0;
        font-size: 2vmin;
        padding: 1vmin 5.5vmin;
        bottom: -5vmin
    }
    .topinfo_dog {
        width: 13vmin;
        height: 13vmin;
        right: 0;
        position: relative;
        padding: 1px;
        margin: -10vmin -10vmin 0 auto
    }
    .topinfo_dog img {
        object-fit: contain
    }
    /* IDXBOX01
------------------------------------------------------------------------*/
    .idxbox01_link {
        padding: 40px 0 70px
    }
    .idxbtn01 a {
        font-size: 15px;
    }
    .idxbtn01 a:after {
        width: 7px;
        height: 7px;
        right: 10px;
    }
    #index h3 {
        line-height: 1.7;
        letter-spacing: 1px
    }
    #index h3, .box01_ttl {
        font-size: 22px
    }
    #index .h3_icon img {
        width: 75%;
        max-height: 100%;
        object-fit: contain
    }
    .idxbox01_link h3:before {
        top: 0;
        font-size: 140px
    }
    .box01_list {
        padding: 35px 0 0
    }
    .box01_detail {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .box01_detail dt, .box01_detail dd a {
        height: 60px
    }
    .box01_detail dt, .box01_number {
        font-size: 17px
    }
    .box01_detail dd a {
        font-size: 18px;
        background-size: auto 50px
    }
    .box01_detail dt:before {
        height: 28px;
        bottom: -21px
    }
    .box01_detail dt:after {
        bottom: -32px;
    }
    .box01_ttl {
        margin-bottom: 75px
    }
    .box01_ttl .color_org {
        font-size: 170%
    }
    .box01_ttl .line_yel {
        font-size: 140%
    }
    .box01_frame dl {
        width: 96%;
        height: auto;
        padding: 10px;
        margin: -32px auto 0
    }
    .box01_frame dt {
        font-size: 20px
    }
    .box01_frame dd {
        padding: 0
    }
    .box01_frame dd a {
        padding: 8px;
        height: auto;
        width: 100%;
        max-width: 425px;
        margin: 0 auto
    }
    .box01_tel {
        font-size: 20px;
        padding: 5px 5px 5px 22px;
        background-size: 18px auto;
        background-position: left center;
        margin-right: 5px;
    }
    .box01_tel::after {
        height: calc(100% - 10px)
    }
    .box01_search {
        font-size: 14px;
        padding: 5px 5px 5px 25px;
        background-size: 20px auto;
        background-position: left center;
        letter-spacing: 0
    }
    .box01_search > span {
        font-size: 130%
    }
    .idxbox01_arrow::before {
        border-width: 25vmin 48vw 0
    }
    /* IDXBOX02
------------------------------------------------------------------------*/
    #idxbox02 {
        padding: 40px 0
    }
    #idxbox02 h3 {
        margin-bottom: 30px;
    }
    .h3_small {
        font-size: 18px
    }
    .box02_list {
        flex-direction: column;
        margin-bottom: 0
    }
    .box02_list li {
        margin: 0 auto 35px;
        width: 100%;
        max-width: 370px;
        height: 90px
    }
    .box02_step {
        height: 30px;
        font-size: 15px;
    }
    .box02_step > span {
        font-size: 150%
    }
    .box02_ttl {
        font-size: 20px;
    }
    .box02_icon {
        margin-right: 15px !important;
        width: 15%
    }
    #idxbox02 .idxbtn01 {
        width: 80%;
        max-width: 260px;
    }
    /* IDXBOX03
------------------------------------------------------------------------*/
    #idxbox03 {
        padding-bottom: 45px;
    }
    #idxbox03 .h3_icon {
        margin-bottom: 10px
    }
    .box03_list {
        width: 100%;
        max-width: 460px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 35px;
        margin-top: -80px
    }
    .box03_top {
        padding: 35px 0 105px
    }
    .box03_detail {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
        padding: 10px;
    }
    .box03_detail:nth-child(2n+2) {
        margin-right: 0
    }
    #idxbox03 h3 .h3_small {
        font-size: 17px
    }
    .box03_frame {
        padding: 25px 15px
    }
    .box03_txt p {
        font-size: 15px
    }
    .box03_listbtn {
        width: 100%;
        flex-direction: column;
        justify-content: center
    }
    .box03_listbtn li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 35px
    }
    #idxbox03 .box03_info {
        margin-bottom: 0
    }
    /* IDXBOX04
------------------------------------------------------------------------*/
    #idxbox04 {
        padding: 45px 0 25px
    }
    .box04_detail {
        flex-direction: column !important;
        width: 100%;
        max-width: 580px;
        margin: 0 auto 45px
    }
    .box04_left {
        justify-content: space-between
    }
    .box04_left dd {
        width: 65%;
        padding: 0
    }
    #idxbox04 .idxbtn01 {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        z-index: 2
    }
    .box04_left {
        width: 100%;
        position: relative;
        z-index: 2
    }
    .box04_info {
        background: #f6f3ed;
        padding: 5px 15px 45px !important;
        position: relative;
        z-index: 1
    }
    .box04_info:before {
        position: absolute;
        content: "";
        background: #f6f3ed;
        width: 100%;
        height: 50%;
        top: -18vmin;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1
    }
    .box04_left ul {
        padding: 15px
    }
    .box04_info dt {
        font-size: 20px;
        line-height: 1.4
    }
    .box04_info dd {
        font-size: 13px;
    }
    /* IDXBOX05
------------------------------------------------------------------------*/
    #idxbox05 {
        background-size: cover;
        background-attachment: inherit
    }
    #idxbox05 .inner {
        padding: 60px 3%
    }
    .box05_frame {
        padding: 15px;
        border-width: 7px;
    }
    .box05_txt {
        padding-right: 74px;
    }
    .box05_info {
        width: 100%
    }
    .box05_img {
        width: 180px;
        right: -50px
    }
    .box05_img dd {
        bottom: 80px;
        right: 56px;
        font-size: 15px;
        letter-spacing: 0
    }
    .box05_info .idxbtn01 {
        width: calc(100% - 92px);
        max-width: 165px;
        height: 50px;
    }
    .box05_info .idxbtn01 a {
        padding: 5px 5px 5px 12px
    }
    .box05_ttl {
        font-size: 30px;
        margin-bottom: 20px
    }
    .box05_en {
        font-size: 15px;
    }
    .box05_txt p {
        line-height: 1.5;
        margin-bottom: 1.5em
    }
    /* IDXBOX06
------------------------------------------------------------------------*/
    #idxbox06 {
        padding: 35px 0
    }
    #idxbox06 .inner {
        justify-content: center;
        flex-direction: column
    }
    .box06_left {
        width: 100%;
        margin-bottom: 30px;
    }
    #idxbox06 .h3_icon {
        margin-top: 0
    }
    #idxbox06 h3 {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .box06_right {
        width: 100%
    }
    .box06_right dl {
        padding: 10px 5px
    }
    .box06_right dl dt {
        letter-spacing: 0;
        width: 80px;
        flex-shrink: 0
    }
    /*==========================================================================*/
    /*                              Footer                                      */
    /*==========================================================================*/
    #footer_bnr {
        padding-bottom: 25px
    }
    #footer_main {
        padding-top: 35px
    }
    /*.under #footer_bnr {
        padding: 35px 0 15px
    }*/
    .fbnr {
        width: 100%;
        max-width: 460px;
        flex-wrap: wrap;
        margin: 0 auto
    }
    .fbnr li {
        width: 48%;
        margin-bottom: 20px;
    }
    #footer_main .inner {
        flex-direction: column
    }
    .footer_left, .footer_right {
        width: 100%
    }
    .flist li {
        width: calc(20% - 5px) !important;
        height: auto;
        font-size: 11px;
        padding: 8px 0
    }
    .ftxt {
        font-size: 14px
    }
    .footer_map {
        height: 290px
    }
    #footer_link {
        display: none
    }
    #footer .finfo {
        display: flex;
        justify-content: space-between;
    }
    #footer .finfo li {
        width: 100%;
        max-width: 320px;
        height: auto !important;
    }
    #footer .itel a, #footer .imail a {
        padding: 16px 0;
    }
    #footer .itel a {
        font-size: 27px;
        padding: 0;
    }
    #footer .imail a {
        font-size: 10px;
    }
    #footer .itel_top {
        font-size: 36px;
        background-size: 18px auto;
        padding-left: 25px;
    }
    #footer .itel_bot {
        padding-left: 4vmin;
        letter-spacing: 0;
        font-size: 12px;
    }
    #footer .imail_bot {
        font-size: 28px;
    }

    address {
        font-size: 11px;
        padding: 15px 0;
        letter-spacing: 0;
        margin: 0 auto;
    }
    /*footer_information*/
    .footer_information {
        padding: 30px 0 15px;
        margin-top: 20px;
    }
    .footer_information_detail {
        flex-direction: column;
        width: 100%;
        max-width: 518px;
        height: auto;
        margin: 0 auto 35px
    }
    .footer_information_txt {
        width: 100%;
    }
    #footer p.footer_information_tel {
        line-height: 1.3;
    }
    .footer_information_img {
        padding-bottom: 10px;
    }
    .footer_information_map,
    .footer_information_map iframe {
        width: 100%;
    }
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /* FOOTER_FIX                                                               */
    /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    #contactmain {
        display: none !important
    }
    .box_contact_fix {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transform: translateY(200px);
        transition: transform 0.25s linear, opacity 0.25s ease
    }
    .box_contact_fix.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }
    .box_contact_fix.active.is-footer-visible {
        opacity: 0;
        pointer-events: none
    }
    .box_contact_fix li {
        width: 50%;
        height: 50px;
    }
    .box_contact_fix li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-weight: 700
    }
    .box_contact_fix li:nth-child(1) a {
        background: #f1eee9;
        color: #333;
    }
    .box_contact_fix li:nth-child(2) a {
        background: #f39700;
    }
    .box_contact_fix li:nth-child(3) a {
        background: #fff;
        color: #f39700;
        border: 1px #f39700 solid;
        box-sizing: border-box;
    }
    .box_contact_fix li a span {
        height: 50px;
        line-height: 50px;
    }
    .box_contact_fix li:nth-child(1) span {
        background: url(../images/icon_tel.png) no-repeat left center;
        background-size: 25px auto;
        padding-left: 35px;
    }
    .box_contact_fix li:nth-child(2) span {
        background: url(../images/icon_mail.png) no-repeat left center;
        background-size: 29px auto;
        padding-left: 40px;
    }
    .box_contact_fix li:nth-child(3) span {
        background: url(../images/icon_map.png) no-repeat left center;
        background-size: 20px auto;
        padding-left: 25px;
    }
    .box05_txt {
        padding-right: 93px;
    }
	.box_success_case{
	}
	.box_success_case .item{
		width: calc(100% / 2 - 20px);
	}
	.box_success_case .item .imgbox{
		height: 31.5vw
	}
	.top_bnr {
	  margin-bottom: 40px;
	}
}
/*end max-width: 750px*/
@media screen and (max-width: 640px) {}
/*end max-width: 640px*/
@media screen and (max-width: 500px) {
    .box05_txt {
        padding-right: 93px;
    }
    .box04_left ul {
        padding: 15px 6% 15px
    }
    .box04_left li:first-child {
        font-size: 12vw;
        letter-spacing: 0.5vw
    }
    .box04_left li:last-child {
        font-size: 10vw
    }
    .box04_left ul:before {
        height: 70%
    }
}
/*end max-width: 560px*/
@media screen and (max-width: 490px) {
    #index h3 {
        font-size: 5.5vw
    }
    #index .box03_top h3 {
        font-size: 6.5vw;
        margin-bottom: 18px
    }
    .box01_ttl {
        font-size: 4.5vw
    }
    .box01_detail dt, .box01_detail dd a {
        height: 50px
    }
    .box01_detail dt, .box01_number {
        font-size: 3.3vw
    }
    .box01_number {
        width: 7vmin;
        height: 7vmin;
        margin-left: 1vw
    }
    .box01_detail dd a {
        font-size: 4.2vw;
        background-size: auto 40px;
        background-position: right 0.5vw center;
    }
    .box01_detail dt:before {
        height: 24px;
        bottom: -18px
    }
    .box01_detail dt:after {
        bottom: -30px;
    }
    .h3_small {
        font-size: 4vw
    }
    #idxbox02 h3 {
        font-size: 6.5vw
    }
    #idxbox03 h3 .h3_small {
        font-size: 3.5vw
    }
    .box03_ttl {
        font-size: 3.5vw
    }
    .box03_ttl > span {
        font-size: 80%
    }
    .flist li {
        font-size: 2.5vw;
        letter-spacing: 0
    }
    .ftxt {
        font-size: 3.5vw
    }
    .mapadd {
        font-size: 4vw
    }
    .box01_frame dt {
        font-size: 4.2vw
    }
    .box01_frame dd a {
        padding: 2vmin;
        justify-content: space-around;
        border-radius: 2vmin
    }
    .box01_tel {
        font-size: 3.5vw;
        padding: 0 1vmin 0 4.5vmin;
        margin-right: 0.5vmin;
        background-size: 4vmin
    }
    .box01_search {
        font-size: 2.5vw;
        padding: 0 0 0 4.2vmin;
        background-size: 3.5vmin
    }
	
}
/*end max-width: 490px*/
@media screen and (max-width: 475px) {
    /*==========================================================================*/
    /*                               Header                                     */
    /*==========================================================================*/
    #footer .itel_top {
        font-size: 9vw;
        background-size: 6.8vw;
        padding-left: 8.5vw;
        background-position: left top 2.1vmin;
    }
    #footer .itel_bot {
        font-size: 3vw;
    }
    #footer .imail a {
        font-size: 2.8vw;
        background-size: 5.5vw;
        background-position: 2vw center
    }
    #footer .imail_bot {
        font-size: 7vw;
    }
	.box_success_case .item{
		width: 100%;
	}
	.box_success_case .item .imgbox{
		height: 65.2vw
	}
}
/*end max-width: 475px*/
@media screen and (max-width: 450px) {}
/*end max-width: 450px*/
@media screen and (max-width: 430px) {}
/*end max-width: 440px*/
@media screen and (max-width: 414px) {

    .box05_img {
        right: -50px;
    }
    .box05_img dd {
        right: 80px;
        font-size: 3.2vw
    }
    #footer p.footer_information_ttl {
        font-size: 5vmin;
    }
    #footer p.footer_information_tel {
        font-size: 4.8vmin;
    }
    #footer p.footer_information_add {
        font-size: 3.6vmin;
    }
    .footer_information_time li {
        font-size: 3.2vmin;
    }
    
}
/*end max-width: 414px*/
@media screen and (max-width: 400px) {}
@media screen and (max-width: 390px) {}
/*end max-width: 390px*/
@media screen and (max-width: 380px) {}
/*end max-width: 380px*/
@media screen and (max-width: 375px) {
    .idxbox01_link h3:before {
        font-size: 37vmin
    }
}
/*end max-width: 375px*/
@media screen and (max-width: 340px) {
    .box02_step {
        font-size: 5vw;
    }
    .box02_ttl {
        font-size: 6vw;
    }
}
/*end max-width: 340px*/
@media screen and (max-width: 330px) {
    .box03_ttl {
        font-size: 17px
    }
    .box03_detail {
        width: 100%;
        margin: 0 0 20px !important
    }
}
/*end max-width: 330px*/
@media screen and (max-width: 320px) {}
/*end max-width: 320px*/
