@media(min-width:769px) {
    #top {
        position: relative;
    }
    #navigation {
        width: 100%;
        min-width: 1080px;
        display: flex;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    #navigation .inner {
        display: flex;
        position: relative;
        min-width: 1080px;
        width: 100%;
    }
    #navigation .inner .logo {
        width: 200px;
        min-width: 150px;
        padding: 30px 0 0 30px;
    }
    #navigation .inner .logo img {
        width: 100%;
    }
    #navigation .inner .gnav {
        margin-left: auto;
        padding-top: 20px;
        width: calc(100% - 200px);
    }
    #navigation .inner .gnav .menu {
        text-align: right;
        padding-right: 270px;
    }
    #navigation .inner .gnav .menu li {
        margin-right: 25px;
        font-size: 14px;
    }
    #navigation .inner .gnav .menu li:last-child {
        margin-right: 0;
    }
    #navigation .inner .gnav .menu li a {
        line-height: 70px;
        text-decoration: none;
        color: #FFFFFF;
        display: block;
    }
    #navigation .inner .gnav .menu .search a svg {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        position: relative;
        top: 4px;
        fill: #FFFFFF;
    }
    #navigation .inner .gnav .icons {
        width: 270px;
        text-align: right;
        position: absolute;
        top: 20px;
        right: 0px;
    }
    #navigation .inner .gnav .icons li {
        /*width: 68px;*/
    }
    #navigation .inner .gnav .icons li:last-child a {
        padding: 17px 25px 0 5px;
    }
    #navigation .inner .gnav .icons li a {
        display: block;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        padding: 17px 5px 0 5px;
        height: 70px;
    }
    #navigation .inner .gnav .icons li a.fav {
        position: relative;
    }
    #navigation .inner .gnav .icons li a.fav .fav_cnt {
        position: absolute;
        color: #FFFFFF;
        background-color: #574318;
        font-size: 9px;
        display: inline-block;
        line-height: 16px;
        padding: 0 3px;
        top: 8px;
        right: 8px;
    }
    #navigation .inner .gnav .icons li a svg {
        width: 20px;
        height: 20px;
        fill: #FFFFFF;
    }
    #navigation .inner .gnav .icons li a span {
        display: block;
        line-height: 0;
        font-size: 12px;
        padding-top: 3px;
    }
    #navigation .inner .gnav ul li {
        display: inline-block;
    }
    .main_visual {
        background-image: url(../images/top/main-visual.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1;
        border-bottom: 4px solid #F68537;
    }
    .main_visual:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        z-index: -1;
    }
    .main_visual .inner {
        margin: 0 auto;
        width: 1050px;
        height: 540px;
        display: flex;
        justify-content: space-between;
        padding-top: 130px;
    }
    .main_visual .inner .conts {
        margin-top: 10%;
        width: 60%;
        color: #FFFFFF;
    }
    .main_visual .inner .conts .copy_jp {
        font-size: 26px;
        line-height: 1.2;
        text-shadow: 0 0 4px #333;
        margin-bottom: 10px;
    }
    .main_visual .inner .conts .copy_en {
        font-size: 66px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        text-shadow: 0 0 6px #333;
        margin-bottom: 25px;
    }
    .main_visual .inner .conts .no1 {
        display: flex;
        justify-content: space-between;
    }
    .main_visual .inner .conts .no1 .img {
        width: 45%;
    }
    .main_visual .inner .conts .no1 .text {
        width: 50%;
        text-shadow: 0 0 4px #333;
        font-size: 18px;
        line-height: 1.3;
        padding-top: 10px;
    }
    .main_visual .inner .conts .no1 .text:lang(en-US) {
        font-size: 20px;
    }
    .main_visual .inner .conts .no1 .text span {
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        display: block;
        font-size: 48px;
        letter-spacing: 2px;
    }
    .main_visual .inner .search {
        width: 35%;
    }
    .main_visual .inner .search .box {
        position: relative;
        padding: 35px;
        background-color: rgba(0, 0, 0, 0.65);
        text-align: center;
        margin-bottom: 15px;
    }
    .main_visual .inner .search .box .ttl {
        color: #FFFFFF;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .main_visual .inner .search .box .val {
        width: 96px;
        position: absolute;
        right: -10px;
        top: -8px;
    }
    .main_visual .inner .search .box .val .in {
        position: relative;
        color: #FFFFFF;
    }
    .main_visual .inner .search .box .val .in img {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .main_visual .inner .search .box .val .in .txt {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 13px;
        text-align: center;
        width: 100%;
        padding-left: 12px;
        padding-top: 8px;
        line-height: 1.2;
    }
    .main_visual .inner .search .box .val .in .txt span.num {
        font-size: 26px;
        font-family: 'Roboto', sans-serif;
        padding-right: 4px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .main_visual .inner .search .box .val .in .txt span.ken {
        font-size: 18px;
        font-weight: 700;
    }
    .fv_select {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    .fv_select::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 14px;
        right: 15px;
        line-height: 1;
        width: 9px;
        height: 9px;
        border-right: 3px solid #F68537;
        border-bottom: 3px solid #F68537;
        transform: rotate(45deg);
    }
    .fv_select select {
        z-index: 1;
        display: block;
        padding: 0 14px;
        line-height: 40px;
        font-size: 16px;
        width: 100%;
        position: relative;
        cursor: pointer;
        background-color: #FFFFFF;
        color: #656B72;
    }
    .button .fv_btn {
        font-size: 16px;
        background-color: #E85B5B;
        color: #FFFFFF;
        cursor: pointer;
        letter-spacing: 2px;
        text-align: center;
        width: 100%;
        transition-property: all;
        transition: 0.3s linear;
        display: block;
        line-height: 45px;
        border-radius: 2px;
        position: relative;
    }
    .button .fv_btn svg {
        height: 22px;
        width: 22px;
        fill: #FFFFFF;
        position: absolute;
        top: 11px;
        left: 14px;
    }
    .button .fv_btn:hover {
        background-color: #E97171;
    }
    .for_conpany {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 20;
    }
    .for_conpany a {
        display: block;
        padding: 15px;
        width: 200px;
        background-color: #574318;
        color: #FFFFFF;
        position: relative;
    }
    .for_conpany a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -14px;
        border: 14px solid transparent;
        border-top: 14px solid #574318;
    }
    .for_conpany a .label {
        background-color: #FFFFFF;
        color: #574318;
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 24px;
        text-align: center;
    }
    .for_conpany a .txt {
        font-size: 16px;
    }
    .for_conpany a svg {
        width: 40px;
        height: 8px;
        fill: #FFFFFF;
        position: absolute;
        right: 15px;
        bottom: 20px;
    }
    .conts_top {
        background-color: #F2F2F2;
    }
    .conts_top .inner {
        width: 1050px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .conts_top .inner .button {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .conts_top .inner .button li {
        width: 31%;
    }
    .conts_top .inner .button li a {
        background-color: #596677;
        line-height: 70px;
        font-size: 20px;
        position: relative;
        border-radius: 5px;
        text-align: center;
        color: #FFFFFF;
        display: block;
        padding-left: 20px;
        filter: drop-shadow(0px 0px 4px #CCCCCC);
        -webkit-filter: drop-shadow(0px 0px 4px #CCCCCC);
    }
    .conts_top .inner .button li a svg {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        left: 20px;
        fill: #FFFFFF;
    }
    .top_bnr {
        background-color: #F2F2F2;
    }
    .top_bnr ul {
        width: 1050px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .top_bnr ul li {
        width: 48%;
    }
    .conts_search {
        background-color: #F2F2F2;
    }
    .conts_search .inner {
        width: 1050px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .search_area .search_txt {
        text-align: center;
        font-size: 14px;
    }
    .search_area .search_txt a {
        text-decoration: underline;
    }
    .information {
        padding: 40px 0;
    }
    .information .inner {
        width: 1050px;
        margin: 0 auto;
        padding: 40px;
        background-color: #FAFAFA;
    }
    .information .inner .ttl {
        font-family: brandon-grotesque, sans-serif;
        line-height: 1.2;
        font-weight: 400;
        font-style: normal;
        color: #F68537;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .list_info li {
        border-bottom: 1px solid #EAEAEA;
    }
    .list_info li:first-child {
        border-top: 1px solid #EAEAEA;
    }
    .list_info li a {
        display: flex;
        padding: 15px 0;
        justify-content: space-between;
        position: relative;
    }
    .list_info li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 43%;
        width: 7px;
        height: 7px;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        transform: rotate(-45deg);
        right: 8px;
    }
    .list_info li a:hover {
        opacity: 1;
        background-color: #F2F2F2;
    }
    .list_info li a span {
        width: 12%;
        padding-left: 5px;
    }
    .list_info li a p {
        width: 88%;
        padding-right: 25px;
    }
    .navi .inner {
        width: 1050px;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
    }
    .navi .inner .ttl_box {
        width: 25%;
        padding-right: 30px;
    }
    .navi .inner .ttl_box .ttl {}
    .navi .inner .ttl_box .txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .navi .inner .ttl_box .btn {
        text-align: center;
        font-size: 16px;
    }
    .navi .inner .ttl_box .btn a {
        background-color: #574318;
        color: #FFFFFF;
        position: relative;
        line-height: 35px;
        display: inline-block;
        padding: 0 50px 0 43px;
    }
    .navi .inner .ttl_box .btn a:before {
        display: block;
        content: '';
        position: absolute;
        top: 6px;
        width: 1px;
        height: 23px;
        border-right: 1px solid #FFF;
        right: 18px;
    }
    .navi .inner .ttl_box .btn a:after {
        display: block;
        content: '';
        position: absolute;
        top: 14px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        transform: rotate(-45deg);
        right: 8px;
    }
    .list_navi {
        width: 75%;
        display: flex;
        justify-content: space-between;
    }
    .list_navi li {
        width: 31%;
    }
    .list_navi li a {}
    .list_navi li a figure {
        margin-bottom: 10px;
    }
    .list_navi li a .ttl {
        font-weight: 700;
        margin-bottom: 10px;
    }
    .list_navi li a p {
        font-size: 14px;
    }
    .about {
        background-color: #F2F2F2
    }
    .about .inner {
        width: 1050px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .about .inner .ttl {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #B4B4B4;
    }
    .about .inner .text {
        font-size: 14px;
    }
    .about .inner .text p {
        margin-bottom: 20px;
    }
    .about .inner .text p:last-child {
        margin-bottom: 0;
    }
}
@media(max-width:767px) {
    #top {
        padding-top: 90px;
    }
    #navigation {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    #navigation .inner {}
    #navigation .inner .logo {
        padding-top: 20px;
    }
    #navigation .inner .logo a {
        display: block;
        width: 35%;
        margin: 0 auto;
    }
    #navigation .inner .logo img {
        width: 100%;
        display: none;
    }
    .main_visual {
        background-image: url(../images/top/main-visual.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% center;
        position: relative;
        z-index: 1;
        border-bottom: 4px solid #F68537;
    }
    .main_visual:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        z-index: -1;
    }
    .main_visual .inner {
        padding: 50px 6%;
    }
    .main_visual .inner .conts {
        color: #FFFFFF;
    }
    .main_visual .inner .conts .copy_jp {
        font-size: 3vw;
        line-height: 1.2;
        text-shadow: 0 0 4px #333;
        margin-bottom: 10px;
        text-align: center;
    }
    .main_visual .inner .conts .copy_en {
        font-size: 8vw;
        font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        text-shadow: 0 0 6px #333;
        margin-bottom: 20px;
        text-align: center;
    }
    .main_visual .inner .conts .no1 {}
    .main_visual .inner .conts .no1 .img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
    .main_visual .inner .conts .no1 .text {
        text-shadow: 0 0 4px #333;
        font-size: 4.5vw;
        line-height: 1.3;
        padding-top: 10px;
        text-align: center;
    }
    .main_visual .inner .conts .no1 .text span {
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        display: block;
        font-size: 9vw;
        letter-spacing: 2px;
    }
    .main_visual .inner .search {
        display: none;
    }
    .for_conpany {
        display: none;
    }
    .conts_top {
        background-color: #F2F2F2;
    }
    .conts_top .inner {
        padding: 30px 6%;
    }
    .conts_top .inner .button {
        width: 100%;
    }
    .conts_top .inner .button li {
        margin-bottom: 10px;
    }
    .conts_top .inner .button li:last-child {
        margin-bottom: 0px;
    }
    .conts_top .inner .button li a {
        background-color: #596677;
        line-height: 44px;
        font-size: 16px;
        position: relative;
        border-radius: 3px;
        text-align: center;
        color: #FFFFFF;
        display: block;
        filter: drop-shadow(0px 0px 3px #CCCCCC);
        -webkit-filter: drop-shadow(0px 0px 3px #CCCCCC);
    }
    .conts_top .inner .button li a svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        left: 15px;
        fill: #FFFFFF;
    }
    .top_bnr {
        background-color: #F2F2F2;
    }
    .top_bnr ul {
        padding: 0 6%;
    }
    .top_bnr ul li {
        width: 100%;
    }
    .top_bnr ul li:first-child {
        margin-bottom: 15px;
    }
    .conts_search {
        background-color: #F2F2F2;
    }
    .conts_search .inner {
        padding: 30px 0;
    }
    .search_area .search_txt {
        text-align: center;
        font-size: 12px;
    }
    .search_area .search_txt a {
        text-decoration: underline;
    }
    .information {
        background-color: #FAFAFA;
    }
    .information .inner {
        padding: 30px 6%;
    }
    .information .inner .ttl {
        font-family: brandon-grotesque, sans-serif;
        line-height: 1.2;
        font-weight: 400;
        font-style: normal;
        color: #F68537;
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    .list_info li {
        border-bottom: 1px solid #EAEAEA;
    }
    .list_info li:first-child {
        border-top: 1px solid #EAEAEA;
    }
    .list_info li a {
        display: block;
        position: relative;
        padding: 10px 0;
    }
    .list_info li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 43%;
        width: 7px;
        height: 7px;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        transform: rotate(-45deg);
        right: 8px;
    }
    .list_info li a:hover {
        opacity: 1;
        background-color: #F2F2F2;
    }
    .list_info li a span {
        font-size: 11px;
        line-height: 1.1;
        color: #F68537;
    }
    .list_info li a p {
        padding-right: 20px;
        line-height: 1.3;
        font-size: 14px;
    }
    .navi .inner {
        padding: 30px 6%;
    }
    .navi .inner .ttl_box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .navi .inner .ttl_box .ttl {
        margin-bottom: 15px;
    }
    .navi .inner .ttl_box .txt {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .navi .inner .ttl_box .btn {
        text-align: center;
        font-size: 16px;
    }
    .navi .inner .ttl_box .btn a {
        background-color: #574318;
        color: #FFFFFF;
        position: relative;
        line-height: 35px;
        display: inline-block;
        padding: 0 50px 0 43px;
    }
    .navi .inner .ttl_box .btn a:before {
        display: block;
        content: '';
        position: absolute;
        top: 6px;
        width: 1px;
        height: 23px;
        border-right: 1px solid #FFF;
        right: 18px;
    }
    .navi .inner .ttl_box .btn a:after {
        display: block;
        content: '';
        position: absolute;
        top: 14px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        transform: rotate(-45deg);
        right: 8px;
    }
    .list_navi {
        /*width: 75%;
        display: flex;
        justify-content: space-between;*/
    }
    .list_navi li {
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
        margin-bottom: 10px;
    }
    .list_navi li:first-child {
        width: 100%;
        border-top: 1px dotted #CCCCCC;
    }
    .list_navi li a {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .list_navi li:first-child a {
        padding-top: 10px;
    }
    .list_navi li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 40%;
        width: 7px;
        height: 7px;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 5px;
    }
    .list_navi li a figure {
        margin-right: 10px;
        width: 40%;
    }
    .list_navi li a .ttl {
        font-weight: 700;
        margin-bottom: 10px;
        width: 60%;
        line-height: 1.3;
    }
    .list_navi li a p {
        font-size: 14px;
        display: none;
    }
    .about {
        background-color: #F2F2F2
    }
    .about .inner {
        padding: 30px 6%;
    }
    .about .inner .ttl {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #B4B4B4;
    }
    .about .inner .text {
        font-size: 13px;
    }
    .about .inner .text p {
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .about .inner .text p:last-child {
        margin-bottom: 0;
    }
}