/* responsive */
.box_sp {
    display: none;
}
.box_pc {
    display: block;
}
@media screen and (max-width: 1800px) {
    .inner, #header, address, .box04_list {
        width: 100%;
    }
    address {
        padding-right: 20px;
        box-sizing: border-box;
    }
    #logo {
        padding-left: 23px;
        padding-top: 15px;
    }
    .header_r {
        padding-right: 20px;
    }
    .header_bnr {
        left: 300px;
        bottom: 29px;
    }
    #gnavi {
        margin-right: 20px;
        width: 760px;
    }
    #gnavi > ul > li > a:before {
        left: -6px;
        transform: rotate(22deg);
    }
    #gnavi > ul > li:last-child > a:after {
        right: -14px;
        transform: rotate(22deg);
    }
    #gnavi > ul > li > a {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 10px;
    }
    #gnavi > ul > li > div {
        padding: 25px 50px;
    }
    #gnavi li a {
        font-size: 13px;
    }
    .box01_list > li:nth-child(1) {
        padding-left: 20px;
    }
    .box01_list > li:nth-child(2) {
        padding-right: 20px;
        padding-top: 125px;
        padding-left: 40px;
    }
    .box01_txt {
        width: auto;
    }
    .box02_info {
        width: calc(100% - 100px);
        margin: -60px auto 0;
        padding: 60px 40px 40px;
    }
    .box02_txt {
        margin-bottom: 20px;
    }
    .box02_en, .box03_en {
        font-size: 122px;
        top: 36px;
    }
    .box04_info {
        width: calc(100% - 100px);
        padding: 50px 30px;
        height: auto;
    }
    .h4_tt03 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .box04_en {
        font-size: 30px;
    }
    .box04_txt {
        padding-right: 30px;
    }
    .box04_list > li:nth-child(3) .box04_en {
        right: -130px;
    }
    .box05_r {
        width: calc(100% - 400px);
    }
    .box05_r > ul {
        width: 100%;
    }
    .box05_l {
        width: 400px;
        flex-shrink: 0;
    }
    .box05_img::before {
        border-width: 50px 50px 0 0;
    }
    .box05_name {
        top: 65px;
    }
    #box05 {
        padding-bottom: 30px;
        background: url(../images/index_bg01_sp.jpg) no-repeat right bottom/cover;
        position: relative;
    }
    .box06_list {
        width: calc(100% - 80px);
        margin: 0 auto;
        box-sizing: border-box;
        padding: 61px 50px 5px;
    }
    .box06_list > li:nth-child(2) {
        width: auto;
        flex-grow: 1;
        margin-left: 60px;
    }
    .h4_tt04 {
        margin-bottom: 80px;
    }
    .footer_t {
        padding: 80px 20px 24px 20px;
    }
    .footer_info {
        width: 270px;
    }
    #index .box_2col {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 1600px) {
    #index .box_2col .txt01 {
        font-size: 14px;
    }
    #index .box_2col .news_list dl > dd {
        font-size: 16px;
    }
}
@media screen and (max-width: 1450px) {
    #gnavi {
        margin-left: 20px;
        width: 730px;
    }
    #gnavi > ul > li > a {
        font-size: 16px;
    }
    #logo img {
        max-width: inherit !important;
        width: 120px !important;
    }
    #logo {
        margin-right: 210px;
        padding-left: 15px;
        padding-top: 25px;
    }
    .header_bnr {
        left: 200px;
        bottom: 27px;
    }
    .header_bnr a {
        font-size: 14px;
        width: 186px;
    }
    #gnavi > ul > li > a:before {
        left: -6px;
    }
    #gnavi > ul > li:last-child > a:after {
        right: -15px;
    }
}
/*responsive */
@media screen and (min-width: 751px) {
    #gnavi > ul > li:not(:first-child):hover > a {
        background-color: #000309; /*rgba(0,0,0,.95);*/
        color: #fff;
    }
    #gnavi > ul > li > div > ul > li > a {
        transition: all 0.3s;
        padding: 10px 0;
        display: block;
    }
    #gnavi > ul > li > div {
        position: absolute;
        box-sizing: border-box;
        transition: all 0.3s linear;
        opacity: 0;
        visibility: hidden;
        display: flex !important;
        top: 130px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 999;
        /* box-shadow: 5px 5px 0px 0px rgba(137, 137, 137, 0.2); */
        color: #fff;
        width: 1226px;
    }
    #gnavi > ul > li:nth-child(n+2) > div > ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #gnavi > ul > li:nth-child(n+2) > div {
        flex-direction: column;
        align-items: flex-start;
    }
    #gnavi > ul > li:nth-child(n+2) > div > ul {
        align-items: center;
        padding-top: 0px !important;
        flex-wrap: wrap;
    }
    #gnavi > ul > li:nth-child(n+2) > div > ul {
        justify-content: flex-start;
    }
    #gnavi > ul > li:nth-child(2) > div > ul > li, #gnavi > ul > li:nth-child(4) > div > ul > li, #gnavi > ul > li:nth-child(6) > div > ul > li {
        width: 23%;
        border-bottom: 1px #666 solid;
        margin-right: 2%;
    }
    #gnavi > ul > li:nth-child(3) > div > ul > li {
        width: 31%;
        border-bottom: 1px #666 solid;
        margin-right: 2%;
    }
    #gnavi > ul > li:nth-child(5) > div > ul > li {
        width: 48%;
        border-bottom: 1px #666 solid;
        margin-right: 2%;
    }
    #gnavi > ul > li:nth-child(6) > div > ul > li:not(:nth-child(1)) {
        border-bottom: 1px #666 solid;
    }
    #gnavi > ul > li > div:before {
        position: absolute;
        content: "";
        width: 2000px;
        height: 100%;
        background-color: #000309; /*rgba(0, 0, 0, 0.95);*/
        left: calc(50% - 1000px);
        top: 0;
        z-index: -1;
    }
    #gnavi > ul > li > div > ul {
        width: 18.4%;
        margin-right: 2%;
        text-align: left;
    }
    #gnavi > ul > li > div > ul.w_01 {
        width: 247px;
    }
    #gnavi > ul > li > div > ul:last-child {
        margin-right: 0px;
    }
    #gnavi > ul > li > a:before, #gnavi > ul > li:last-child > a:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 26px;
        background: #cecece;
        top: 0;
    }
    #gnavi > ul > li:last-child > a:after {
        left: auto;
    }
    #gnavi > ul > li:hover > div {
        opacity: 1;
        visibility: visible;
    }
    #gnavi > ul > li .gnavi_tt {
        width: 200px;
        text-align: left;
    }
    /*============================HOVER PC==============================*/
    #toTop:hover, .index_btn02 a:hover, .close:hover, .header_link_r a:hover, .box06_list > li:nth-child(2) > dl > dd a:hover, #box09 .bnr_list li a:hover, .index_bnr01 a:hover, #index .box_2col .news_list dl > dd a:hover, #index .box_2col h3 .link02:hover {
        opacity: 0.8;
    }
    #header.active {
        transform: translateY(-31px);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    }
    #header.active #header_bt {
        height: 100px;
    }
    #gnavi > ul > li > div > ul > li > a:hover, #gnavi > ul > li:nth-child(1) a:hover {
        color: #e7211a;
    }
    .index_btn a:hover, .header_link_t a:hover {
        color: #fff;
        background: #040000;
    }
    .box06_list > li:nth-child(2) > dl > dd a:hover:before {
        width: 0%;
    }
    .header_link_t_sp, #footer_link_sp {
        display: none;
    }
    .under #content .box04_list01 > li:nth-child(1) .box04_info01 {
        height: 200px;
        flex-grow: 0;
    }
    .gnavi_index_bnr01 {
        display: none;
    }
    /*1/3/2021*/
    #index .box_2col > div {
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
/*        height: 663px;*/
        box-sizing: border-box;
    }
    #index .box_2col > div .frame01 {
        margin-top: auto;
    }
    #index .box_2col .news_list dl {
        flex-direction: column;
    }
    #index .box_2col .box06_cate {
        margin-left: 25px;
    }
    #index .box_2col .news_list dl > dd {
        flex-grow: 1;
    }
    #index .box_2col .txt01 {
        text-align: center;
        margin-bottom: 0px;
    }
    #index .box_2col .box_2col_sub_01:first-of-type .h4_tt01 {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 750px) {
    #index .box_2col {
        width: 100%;
        padding: 0px;
        flex-direction: column;
    }
    #index .box_2col .box_2col > div:nth-child(1) {
        margin-bottom: 40px;
    }
    #index .box_2col > div:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    #index .box_2col .box_2col_sub_01 + .box_2col_sub_01 {
        margin-top: 50px;
    }
    #index .box_2col h3 {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    #index .box_2col .frame01 {
        padding: 0px;
    }
    #index .box_2col .news_list dl {
        flex-direction: column;
    }
    #index .box_2col .news_list dl dt {
        margin-bottom: 10px;
    }
    #index .box_2col .news_list dl > dd {
        font-size: 15px;
        line-height: 1.5;
    }
    #index .box_2col h3 .link02 {
        top: -4px;
        margin-left: 3px;
        margin-top: 20px;
    }
    #index .box_2col .txt01 {
        margin-bottom: 0px;
        line-height: 1.5;
    }
    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%;
        height: auto;
    }
    #wrapper, #header, #main, #footer, .inner {
        width: 100% !important;
        min-width: inherit !important;
    }
    #wrapper {
        min-width: 320px !important;
    }
    .inner {
        box-sizing: border-box;
        padding: 0 3%;
    }
    .box_sp {
        display: block;
    }
    #footer .box_pc {
        display: none;
    }
    .box_pc {
        display: none;
    }
    .section {
        padding: 0 0 30px 0;
    }
    .header_bnr {
        display: none;
    }
    .intro_logo {
        text-align: center;
    }
    .intro_logo img:nth-child(1), .intro_logo img:nth-child(2) {
        width: 360px;
        max-width: 66.6%;
    }
    .header_link_t_sp {
        width: 94%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all 0.3s;
    }
    .header_link_t_sp a {
        border: 1px #040000 solid;
        width: calc(50% - 16px);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        box-sizing: border-box;
        padding-right: 10px;
        position: relative;
        transition: all 0.3s;
        padding-top: 1px;
        margin: 0 8px 20px 8px;
        background: #fff;
        color: #333;
    }
    .header_link_t_sp a:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        border-top: 1px #e7211a solid;
        border-right: 1px #e7211a solid;
        transform: rotate(45deg);
        right: 9px;
        top: calc(50% - 4px);
        transition: all 0.3s;
    }
    .header_link_t {
        padding-top: 0px;
        display: none;
    }
    .header_r {
        padding-right: 0px;
    }
    #header_t {
        height: 72px;
        position: fixed;
        background: #fff;
        z-index: 999;
    }
    #header_t .inner {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .header_link_t a {
        width: 100px;
        font-size: 13px;
        height: 28px;
    }
    .header_link_t a + a {
        margin-left: 10px;
    }
    #logo {
        padding-left: 0px;
        padding-top: 0px;
    }
    #logo img {
        width: 200px;
    }
    #header h1 {
        font-size: 10px;
        text-align: right;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 1.2;
        padding: 0 3%;
        box-sizing: border-box;
    }
    #header h1 img {
        width: 150px;
    }
    .under #content .list01_stranges05 {
        width: 100%;
        padding: 40px 10px !important;
    }
    /*---*/
    #gnavi {
        position: fixed;
        z-index: 999;
        padding: 0px 0px 10px;
        box-sizing: border-box;
        height: 100vh;
        overflow: auto;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.8s;
        top: 72px;
        width: 100%;
        padding-bottom: 100px;
        background-color: rgba(51, 51, 51, 0.95);
        margin-left: 0px;
        margin-top: 0px;
    }
    .gnavi_index_bnr01 {
        position: static;
    }
    .gnavi_index_bnr01:nth-of-type(n+2) {
        margin-top: 20px;
    }
    .gnavi_index_bnr01 a {
        margin: 0 auto;
    }
    #gnavi > ul > li > div {
        padding: 0px;
    }
    #gnavi > ul {
        flex-direction: column;
        width: 100%;
        margin-left: 0px;
        padding-right: 0px;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    #gnavi > ul > li {
        float: none;
        opacity: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    #gnavi > ul > li:last-child {
        border-bottom: none;
    }
    #gnavi > ul > li > ul {
        width: 100%;
        transition: none;
    }
    #gnavi.open > ul > li {
        opacity: 1;
    }
    #gnavi > ul > li > a, #gnavi.gnavi_fix > ul > li > a {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
        position: relative;
        display: block;
        font-size: 16px;
        transition: none;
        height: auto;
        text-shadow: none;
        color: #fff;
    }
    #gnavi > ul > li > a {
        text-align: center;
    }
    #gnavi ul {
        width: 100%;
    }
    #gnavi > ul > li > div {
        position: static;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        flex-direction: column;
        padding-left: 0px;
        align-items: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        top: 0;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
    }
    #gnavi > ul > li > div > ul {
        margin-bottom: 25px;
    }
    .gnavi_tt {
        with: 100% !important;
    }
    #gnavi > ul > li > div > ul:last-child {
        margin-bottom: 0px;
    }
    #gnavi > ul > li:nth-child(4) > div > ul:nth-child(2), #gnavi > ul > li:nth-child(5) > div > ul:nth-child(2), #gnavi > ul > li:nth-child(6) > div > ul:nth-child(2) {
        padding-top: 0px;
    }
    #gnavi li a {
        color: #333;
        font-size: 15px;
        font-weight: 500;
    }
    #gnavi > ul > li > div > ul > li > a {
        display: block;
        padding: 5px 0 5px 20px;
        position: relative;
    }
    #gnavi > ul > li > div > ul > li > a:before {
        position: absolute;
        content: "\21C0";
        width: 10px;
        height: 20px;
        left: 0;
        top: 2px;
        color: #e7211a;
        font-size: 18px;
    }
    #gnavi.open > ul > li > div {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    #gnavi > ul > li > ul > li {
        width: 100%;
        background: #fff;
        border-bottom: 1px #ddd solid;
    }
    #gnavi > ul > li > ul > li > a {
        padding: 15px 40px;
        box-sizing: border-box;
        display: flex;
        align-items: flex-start;
        color: #333;
    }
    #gnavi > ul > li > ul > li:last-child {
        border-bottom: none;
    }
    #gnavi > ul > li > ul > li > a, .gnavi_tt {
        color: #333;
        font-weight: 500;
    }
    #gnavi > ul > li.sub01 > a {
        position: relative;
    }
    #gnavi > ul > li.sub01 > a:after {
        position: absolute;
        content: "";
        border-top: 8px #fff solid;
        border-right: 8px transparent solid;
        border-left: 8px transparent solid;
        top: calc(50% - 3px);
        right: 20px;
        width: 0;
        height: 0;
        transition: all 0.3s linear;
        background: none;
        left: auto;
        transform: rotate(0deg);
    }
    #gnavi > ul > li.sub01 > a.open:after {
        transform: rotate(-180deg)
    }
    #gnavi > ul > li:last-child > a {
        border-bottom: none;
    }
    #gnavi > ul > li {
        position: relative;
        width: 100% !important;
        text-align: left;
        transition: none;
    }
    #gnavi > ul > li > ul > li > a {
        text-align: left;
        font-size: 15px;
        box-sizing: border-box;
        height: 56px;
    }
    #gnavi > ul > li > ul > li > a > span:nth-child(1) {
        display: none;
    }
    #gnavi > li > ul, #gnavi.open {
        opacity: 1;
    }
    #gnavi.open {
        visibility: visible;
        left: 0;
        display: block;
    }
    #gnavi > ul > li:before, #gnavi > ul > li:after, #gnavi > ul > li > a:before {
        display: none;
    }
    /*footer*/
    #footer_link_sp {
        background: #cdced0;
        padding: 20px;
    }
    #footer_link_sp > ul {
        background: #fff;
        padding: 20px;
    }
    #footer_link_sp li a {
        color: #333;
        text-decoration: none;
        padding: 5px 0;
    }
    #footer_link_sp > ul > li > a {
        position: relative;
        border-bottom: 1px #333 solid;
        display: block;
    }
    #footer_link_sp > ul > li:last-child > a {
        border-bottom: none;
    }
    #footer_link_sp > ul > li > div {
        position: static;
        width: 100%;
        flex-direction: column;
        padding-left: 0px;
        align-items: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        top: 0;
        padding: 15px 10px;
        box-sizing: border-box;
        background: #fff;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    #footer_link_sp > ul > li > div a {
        padding: 10px 0;
        font-size: 14px;
    }
    #footer_link_sp > ul > li.sub02 > a:after {
        position: absolute;
        content: "";
        border-top: 8px #cdced0 solid;
        border-right: 8px transparent solid;
        border-left: 8px transparent solid;
        top: calc(50% - 3px);
        right: 0px;
        width: 0;
        height: 0;
        transition: all 0.3s linear;
        background: none;
        left: auto;
    }
    #footer_link_sp > ul > li.sub02 > a.open:after {
        transform: rotate(-180deg);
    }
    #footer_link_sp > ul > li.sub02:nth-child(4) > a.open:after, #footer_link_sp > ul > li.sub02:nth-child(8) > a.open:after, #footer_link_sp > ul > li.sub02:nth-child(9) > a.open:after, #footer_link_sp > ul > li.sub02:nth-child(10) > a.open:after {
        transform: rotate(0deg);
    }
    #toTop {
        bottom: 35px;
        z-index: 97;
        background-size: 35px;
        width: 35px;
        height: 35px;
        right: 10px;
    }
    address {
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        top: auto;
        margin: 0 auto;
        padding-right: 0px;
    }
    /*==========================================================================*/
    /*                               TOP INFO                                   */
    /*==========================================================================*/
    #index #top_info {
        height: auto;
        font-size: 0;
    }
    /*#index #top_info > video {
    height: 100%;
  }*/
    #index #top_info > video {
        width: 100%;
        height: auto;
        top: 145px;
        position: static;
        transform: translate(0, 0);
        left: 0;
    }
    #top_info {
        margin-top: 72px;
    }
    .box_h2 > h2 .h2_en {
        font-size: 18px;
    }
    .box_h2 > h2 .h2_jp {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .box_h2 {
        padding-left: 0px;
        padding-top: 50px;
        box-sizing: border-box;
        text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px;
    }
    .h2_txt {
        letter-spacing: 0px;
        margin-bottom: 0px;
        font-size: 17px;
    }
    #index #top_info .inner {
        padding: 0 20px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    #index #top_info .inner:before {
        top: 60px;
    }
    #index #top_info .inner.active:before {
        left: -285px;
    }
    .intro_txt {
        font-size: 40px;
    }
    .box_h2_G {
        padding-top: 20px;
        padding-left: 0;
    }
    .box_h2_G > h2 .h2_en_G {
        font-size: 14px;
    }
    .box_h2_G > h2 .font_a {
        font-size: 34px;
    }
    .index_bnr01 {
        bottom: 90px;
        right: 3%;
    }
    
    .index_bnr02 {
        bottom: 10px;
        right: 3%;
    }    
    .index_bnr01 a {
        width: 210px;
        height: 70px;
        padding-left: 15px;
        border: 3px #ff281c solid;
        line-height: 1.6;
        font-size: 14px;
    }
    .index_bnr01 a:before {
        background-size: 58px auto;
        width: 58px;
        height: 58px;
    }
    .index_bnr01.gnavi_index_bnr01 a {
        width: 320px;
        height: 100px;
        padding-left: 70px;
        font-size: 22px;
    }
    .index_bnr01.gnavi_index_bnr01 a:before {
        background-size: 90px auto;
        width: 90px;
        height: 90px;
    }
    .index_bnr01 a::after {
        right: 7px;
    }

    /*==========================================================================*/
    /*                               BOX01                                      */
    /*==========================================================================*/
    #box01 {
        height: auto;
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    #box01 .index_btn {}
    #box01 .inner:before {
        left: 0;
        width: 100%;
        height: calc(100% - 270px);
        bottom: 0;
        top: auto;
    }
    .box01_list {
        flex-direction: column;
    }
    .box01_list > li:nth-child(1) {
        padding-left: 0px;
        width: 100%;
        margin: 0 auto 50px;
        padding-top: 40px;
    }
    .box01_list > li:nth-child(2) {
        padding: 0px;
    }
    /*==========================================================================*/
    /*                               BOX02                                      */
    /*==========================================================================*/
    #box02 {
        margin-top: 115px;
    }
    .box02_list {
        flex-direction: column;
        margin-top: -116px;
        margin-bottom: 40px;
    }
    .box02_list li {
        width: 100%;
    }
    .box02_list li + li {
        margin-top: 40px;
    }
    .box02_en, .box03_en {
        font-size: 40px;
        top: 13px;
    }
    .box02_list li:nth-child(1) .box02_img:before {
        display: none;
    }
    .box03_en {
        padding-left: 0px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .box02_info {
        height: auto;
        padding: 30px 25px;
        background: linear-gradient(-45deg, transparent 0px, transparent 20px, rgba(247, 247, 247, 0.95) 20px, rgba(247, 247, 247, 0.95) 100%);
        width: calc(100% - 50px);
        margin: -50px auto 0;
        min-height: inherit;
    }
    .box02_info .index_btn01 {
        margin-bottom: 0px;
    }
    /*==========================================================================*/
    /*                               BOX03                                      */
    /*==========================================================================*/
    #box03 {}
    .box03_info {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: auto;
        padding: 30px 20px;
        background: linear-gradient(-45deg, transparent 0px, transparent 20px, rgba(255, 255, 255, 0.90) 20px, rgba(255, 255, 255, 0.90) 100%);
    }
    #box03 .inner {
        height: auto;
        padding: 40px 0;
    }
    /* #box04 {
    margin-bottom: 150px;
  } */
    #box05 .inner {
        padding: 0px;
    }
    #box04 {
        margin-bottom: 50px;
    }
    .box04_list {
        flex-direction: column;
    }
    .box04_info {
        padding: 30px 25px;
        background: linear-gradient(-45deg, transparent 0px, transparent 20px, rgba(247, 247, 247, 0.95) 20px, rgba(247, 247, 247, 0.95) 100%);
        width: calc(100% - 50px);
        min-height: inherit;
    }
    .box04_list > li:nth-child(2n) {
        margin-top: auto;
    }
    .box04_list > li {
        margin-bottom: 40px;
    }
    .box04_list > li:last-child {
        margin-bottom: 0px;
    }
    .box04_info .index_btn01 {
        margin-bottom: 0px;
    }
    .box04_en, .box04_list > li:nth-child(2) .box04_en, .box04_list > li:nth-child(3) .box04_en {
        font-size: 22px;
        right: -130px;
    }
    .box04_txt {
        line-height: 1.8;
        padding-right: 0px;
    }
    .box04_list > li {
        width: 100%;
    }
    .box05_list {
        flex-direction: column-reverse;
    }
    .box05_l, .box05_r {
        width: 100%;
    }
    .box05_r {
        padding: 100px 3% 0;
        box-sizing: border-box;
    }
    .box05_l {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .box05_name {
        width: 70px;
        font-size: 14px;
        top: auto;
        bottom: 30px;
    }
    .box05_img:before {
        border-width: 30px 30px 0 0;
        border-color: #f4f7fa transparent transparent
    }
    .box05_r > ul > li {
        border-right: none;
    }
    .h4_tt04_jp {
        width: 40px;
        font-size: 28px;
        padding-right: 0px;
    }
    .h4_tt04 {
        margin-bottom: 35px;
        padding-left: 55px;
        box-sizing: border-box;
        position: absolute;
        top: -70px;
        margin-left: auto;
    }
    .h4_tt04_en {
        top: 31px;
        padding-top: 0px;
        right: 17px;
    }
    #box06 {
        height: auto;
        padding: 40px 0;
    }
    .box06_list {
        width: 100%;
        padding: 30px 20px 35px;
        flex-direction: column;
        background: linear-gradient(-45deg, transparent 0px, transparent 20px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.95) 100%);
        position: relative;
        height: auto;
    }
    .h4_tt05_jp {
        font-size: 24px;
    }
    .h4_tt05 {
        margin-bottom: 10px;
        padding-top: 0;
    }
    .h4_tt05_en {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .box06_list > li:nth-child(2) {
        margin-left: 0px;
    }
    .box06_list > li:nth-child(2) > dl {
        flex-direction: column;
    }
    .box06_list > li:nth-child(2) > dl:nth-child(1) {
        border-top: 1px #e5e5e5 solid;
    }
    .box06_cate {
        margin-left: 10px;
    }
    .box06_list > li:nth-child(2) > dl > dd {
        align-items: flex-start;
    }
    .box06_list > li:nth-child(2) > dl > dd a, #index .box_2col .news_list dl > dd a {
        line-height: 1.5;
        position: relative;
        margin-top: -5px;
        background-position: top 18px center;
    }
    .box06_list > li:nth-child(1) {
        padding-top: 0px;
        margin-bottom: 10px;
    }
    #box06 .index_btn {
        position: absolute;
        top: 23px;
        right: 25px;
    }
    #box06 .index_btn a {
        width: 130px;
        height: 40px;
    }
    /*==========================================================================*/
    /*                               BOX08                                      */
    /*==========================================================================*/
    #box08 {
        padding-bottom: 50px;
    }
    #box08 .inner .logo {
        width: 260px;
    }
    #box08 .inner a {
        font-size: 17px;
    }
    .box08_txt01 {
        text-align: center;
    }
    #footer_link {
        display: none;
    }
    .footer_tt01 span {
        font-size: 24px;
    }
    .footer_tt01 {
        width: 80px;
        padding-top: 35px;
        padding-left: 0px;
    }
    .footer_t {
        padding: 30px 20px 20px 20px;
        background: linear-gradient(135deg, transparent 0px, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 100%);
    }
    #footer .inner {
        padding: 30px 0px 50px 20px;
    }
    .footer_info {
        width: 100%;
    }
    .footer_logo {
        margin-bottom: 15px;
    }
    .footer_tel a {
        font-size: 20px;
        background-size: 12px auto;
        background-position: left top 8px;
        padding-left: 15px;
    }
    .footer_logo img {
        width: 160px;
    }
    .footer_add, .footer_fax {
        font-size: 13px;
    }
    /*==========================================================================*/
    /*                               BOX09                                      */
    /*==========================================================================*/
    #box09 {
        padding-bottom: 40px;
    }
    #box09 .bnr_list {
        max-width: 400px;
    }
    #box09 .bnr_list {
        flex-wrap: wrap;
    }
    #box09 .bnr_list li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    #box09 .bnr_list > li {
        width: 48%;
    }
    #box09 .bnr_list li + li {
        margin-left: 0px;
    }
    #box09 .bnr_list li a {
        font-size: 14px;
        padding: 0;
    }
    #box09 .bnr_list li a img {
        width: 100%;
    }
    /*==========================================================================*/
    /*                               BOX10                                      */
    /*==========================================================================*/
    #box10 {
        padding-bottom: 50px;
    }
    /*==========================================================================*/
    /*                               BOX11                                      */
    /*==========================================================================*/
    #box11 {
        padding-bottom: 50px;
    }
    #box11 .bnr_list {
        margin: 50px auto 0;
        width: 100%;
        flex-wrap: wrap;
    }
    #box11 .bnr_list li {
        margin: 10px;
        width: 44%;
    }
    /*==========================================================================*/
    /*                               FOOTER                                     */
    /*==========================================================================*/
    /*==========================================================================*/
    /*                               h4 all                                     */
    /*==========================================================================*/
    .h3_tt01 {
        margin-bottom: 15px;
    }
    .h3_tt01_en {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .h3_tt01_jp {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .h3_tt01_jp_lg {
        font-size: 24px;
        line-height: 1.4;
    }
    .line {
        top: 34px;
    }
    .index_btn {
        margin-bottom: 0px;
    }
    .h4_tt01, .h4_tt02, .h4_tt03 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .h4_tt03 {
        line-height: 1.2;
    }
    .list_3col {
        flex-wrap: wrap;
    }
    .list_3col li {
        margin-bottom: 30px;
    }
    /*==========================================================================*/
    /*                               BOX FIX BOTTOM                             */
    /*==========================================================================*/
    /*blog*/
    /*=========KIJIKAKU================*/
}
@media screen and (min-width: 640px) {}
@media screen and (max-width: 490px) {}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 414px) {
    .h2_txt {
        font-size: 12px;
    }
    #index #top_info .inner:before {
        top: 59px;
    }
    .box_h2 > h2 .h2_jp {
        font-size: 23px;
    }
    .box_h2_G > h2 .font_a {
        font-size: 30px;
    }
    #box09 .bnr_list li + li {
        margin-left: 0px;
    }
    #box09 .bnr_list li span {
        font-size: 14px;
    }
    .index_bnr01 a {
        width: 185px;
        height: 60px;
        padding-left: 10px;
        font-size: 13px;
    }
    .index_bnr02 a::before {
        left: -16px;
        top: 4px;
    }
    .index_bnr01 a:before {
        background-size: 49px auto;
        width: 49px;
    }
    .sweetlink {
        text-decoration: underline;
    }
	.index_bnr02 {
        bottom: 5px;
    }
	.index_bnr03 {
        bottom: 70px;
    }	

.index_bnr05 {
    bottom: 5px;
    right: 57%;
}

.index_bnr05 a {
  width: 150px;
  padding-left: 25px;
}

.index_bnr05 a::before {
    background-size: 40px;
    width: 40px; 
    top: 13px;
}

}
@media screen and (max-width: 380px) {
    #box04 .index_btn01 a {
        width: 195px;
    }
    .index_bnr01.gnavi_index_bnr01 a {
        width: 280px;
        height: 90px;
        padding-left: 55px;
        font-size: 18px;
    }
    .index_bnr01.gnavi_index_bnr01 a:before {
        background-size: 80px auto;
        width: 80px;
        height: 80px;
    }
    .index_bnr01.gnavi_index_bnr01.index_bnr04 a {
        padding-left: 0px;
    }	
}