@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}
._bg_stfg {
    background-color: #2997a7 !important;
}
._bg_bfg {
    background-color: #00a6e3 !important;
}
._bg_rdfg {
    background-color: #0072c6 !important;
}
._bg_irfg {
    background-color: #8e4dd8 !important;
}
._bg_cfg {
    background-color: #ec524a !important;
}
._bg_hrfg {
    background-color: #e97b1a !important;
}
._bg_aifg {
    background-color: #e8e500 !important;
}
._bg_crmfg {
    background-color: #669f1d !important;
}
._bg_irmfg {
    background-color: #8d4dd9 !important;
}
._bg_bdp {
    background-color: #32d7ce !important;
}


._bgcolor1a {
    background-color: #0082b2;
}
._bgcolor1b {
    background-color: #009ad3;
}
._bgcolor1c {
    background-color: #d1e6ed;
}
._bgcolor2a {
    background-color: #038c00;
}
._bgcolor2b {
    background-color: #04a800;
}
._bgcolor2c {
    background-color: #d2edd1;
}
._bgcolor3a {
    background-color: #8e009b;
}
._bgcolor3b {
    background-color: #b102c1;
}
._bgcolor3c {
    background-color: #e9d1ed;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 834px) {
    .is-pc {
        display: none !important;
    }
    .tab-only {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background: #efefef;
}
body.preload {
    background: #efefef url(loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 834px) {
}

/* ===================== */
/* body
/* ===================== */


/* ================================================= */
/* footer */
/* ================================================= */

#_footer {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#_tu {
    background-color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

body.preload #_tu {
    max-width: 1400px;
    opacity: 0;
}

#_tu ._mainvisual {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mainvisual img {
    width: 100%;
}
#_tu ._mainvisual ._logo {
    width: 31.25%;
    max-width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
#_tu ._mainvisual ._slide_bg {
    width: 100%;
}
#_tu ._mainvisual ._slide1,
#_tu ._mainvisual ._slide2,
#_tu ._mainvisual ._slide3,
#_tu ._mainvisual ._slide4 {
    box-shadow: 12px 12px 20px 0px #d6e4e4;
    width: 88.4375%;
    position: absolute;
    left: 5.78125%;
    top: 15%;
    z-index: 1;
    opacity: 0;
}
#_tu ._mainvisual ._slide_mainimg {
    display: block;
    width: 64%;
    position: absolute;
    right: 7%;
    top: 20%;
    z-index: 500;
}
#_tu ._mainvisual ._slide_title1 {
    display: block;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 8%;
    z-index: 500;
}
#_tu ._mainvisual ._slide_title2 {
    display: block;
    width: 23%;
    position: absolute;
    left: 7%;
    top: 40%;
    z-index: 500;
}

#_tu ._mainvisual ._slide1.active {
    animation: fadeIn1 5s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide2.active {
    animation: fadeIn1 5s ease 5.5s 1 forwards;
}
#_tu ._mainvisual ._slide3.active {
    animation: fadeIn1 5s ease 10s 1 forwards;
}
#_tu ._mainvisual ._slide_mainimg.active {
    animation: fadeIn2 1s ease 15s 1 forwards;
}
#_tu ._mainvisual ._slide_title1.active {
    animation: fadeIn3 .6s ease 15.8s 1 forwards;
}
#_tu ._mainvisual ._slide_title2.active {
    animation: fadeIn3 .6s ease 16.1s 1 forwards;
}

@keyframes fadeIn1 {
    0% {opacity: 0; transform: scale(1.1);}
    15% {opacity: 1; transform: scale(1)}
    85% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(.9);}
}
@keyframes fadeIn2 {
    0% {opacity: 0; transform: scale(1.1); }
    100% {opacity: 1; transform: scale(1);}
}
@keyframes fadeIn3 {
    0% {opacity: 0; transform: translateX(-10%);}
    100% {opacity: 1; transform: translateX(0);}
}

.scl-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all ease .8s;
}
.scl-fade-in.scl-anim-init {
    opacity:1;
    transform: translateY(0);
}


#_tu  ._read {
    margin: 0 auto;
    padding: 40px;
}
#_tu  ._read ._read_body {
    max-width: 1000px;
    margin: 0 auto;
}
#_tu  ._read ._read_body ._read_text {
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
}
#_tu  ._read ._read_body ._read_text2 {
    padding-top: 1em;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
}

#_tu ._contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#_tu ._contents ._ttl {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#_tu ._contents ._ttl::before {
    content: "";
    display: block;
    border-bottom: #000 solid 2px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
#_tu ._contents ._ttl::after {
    content: "";
    display: block;
    border-bottom: #fff solid 2px;
    width: 100%;
    max-width: 920px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#_tu ._contents ._ttl h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-top: #32d7ce solid 5px;
    border-bottom: #32d7ce solid 5px;
    width: 100%;
    max-width: 880px;
    padding: 24px 0;
    position: relative;
    z-index: 3;
}
#_tu ._contents ._ttl h2 span {
    font-size: 44px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
    text-align: center;
}

#_tu ._contents ._body {
    width: 100%;
    padding: 0 50px;
}

#_tu ._contents ._body_flexbox {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
#_tu ._contents ._body_flexbox ._flexbox_img {
    width: 400px;
}
#_tu ._contents ._body_flexbox ._flexbox_text1 {
    width: calc(100% - 400px);
    padding: 0 40px;
}
#_tu ._contents ._body_flexbox ._flexbox_text2 {
    width: calc(100% - 400px);
    padding: 0 40px;
}
#_tu ._contents ._body ._body_item {
    max-width: 880px;
    margin: 0 auto;
}
#_tu ._contents ._body_text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}
#_tu ._contents ._body_text2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#_tu ._contents ._body_text2 span {
    font-weight: bold;
    color: #32d7ce;
}
#_tu ._contents ._body_flexbox ._flexbox_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2em;
}
#_tu ._contents ._body_flexbox ._flexbox_img figure {
    width: 100%;
}
#_tu ._contents ._body_flexbox ._flexbox_img ._prof1 {
    padding-top: 10px;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.3;
}
#_tu ._contents ._body_flexbox ._flexbox_img ._prof2 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#_tu ._contents ._body_flexbox ._flexbox_img ._prof2 span {
    font-size: 60%;
}

#_tu ._contents ._fig {
    width: 100%;
    margin-bottom: 2em;
    padding: 20px;
}
#_tu ._contents ._fig h3 {
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: center;
}
#_tu ._contents ._fig h3 span {
    font-size: 60%;
}
#_tu ._contents ._fig ._fig_item1 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
#_tu ._contents ._fig ._fig_cap {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}


#_tu ._matome {
    background: url(matome_bg.jpg) center center no-repeat;
    background-size: cover;
    border-top: #32d7ce solid 2px;
    border-bottom: #32d7ce solid 2px;
    width: 100%;
    padding: 50px 0;
}
#_tu ._matome ._matome_body {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
#_tu ._matome ._matome_body h4 {
    max-width: 265px;
    margin: 0 auto 25px;
}
#_tu ._matome ._matome_body ._matome_text1 {
    border-top: #555555 solid 1px;
    border-bottom: #555555 solid 1px;
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}
#_tu ._matome ._matome_body ._matome_text1 p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#_tu ._matome ._matome_body ._matome_text2 {
    font-size: 16px;
    line-height: 2;
}

#_tu ._tu_links {
    width: 100%;
    margin: 0 auto;
}
#_tu ._tu_links._pd0 {
    padding: 0;
}
#_tu ._tu_links ._ttl_en {
    width: 400px;
    margin: 0 auto 20px;
}
#_tu ._tu_links ._ttl {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#_tu ._tu_links ._tu_links_body {
    width: 100%;
    padding: 40px 20px;
}
#_tu ._tu_links ._tu_links_body ._link_btn {
    max-width: 500px;
    margin: 0 auto;
}
#_tu ._tu_links ._tu_links_body ._link_btn a {
    display: block;
    box-shadow: 0px 0px 15px 0px #eaeeee;
    border-radius: 4px;
    max-width: 100%;
    padding: 30px;
    position: relative;
    transition: all ease .3s;
}
#_tu ._tu_links ._tu_links_body ._link_btn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
}
#_tu ._tu_links ._tu_links_body ._link_btn a:hover {
    opacity: .8;
}
#_tu ._tu_links ._tu_links_body ._link_btn a span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

#_tu ._tu_links ._tu_links_body ._link_fgseries {
    max-width: 720px;
    margin: 0 auto 20px;
}
#_tu ._tu_links ._tu_links_body ._link_fgseries a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px #eaeeee;
    border-radius: 4px;
    max-width: 100%;
    padding: 5px 60px 0 0;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
}
#_tu ._tu_links ._tu_links_body ._link_fgseries a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: calc(50% - 6px);
}
#_tu ._tu_links ._tu_links_body ._link_fgseries a:hover {
    opacity: .8;
}
#_tu ._tu_links ._tu_links_body ._link_fgseries a span {
    display: block;
    width: 100%;
    border-radius: 0 5px 0 0;
    padding: 12px 15px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#_tu ._tu_links ._tu_links_body2 {
    background: none;
    background-color: #dee4e5;
    width: 100%;
    padding: 30px 50px;
}
#_tu ._tu_links ._tu_links_body2 ._link_portal {
    max-width: 500px;
    margin: 0 auto;
}
#_tu ._tu_links ._tu_links_body2 ._link_portal a {
    display: block;
    background-color: #000000;
    box-shadow: 0px 0px 15px 0px #eaeeee;
    border-radius: 4px;
    max-width: 100%;
    padding: 30px;
    position: relative;
    transition: all ease .3s;
}
#_tu ._tu_links ._tu_links_body2 ._link_portal a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
}
#_tu ._tu_links ._tu_links_body2 ._link_portal a:hover {
    opacity: .8;
}
#_tu ._tu_links ._tu_links_body2 ._link_portal a span {
    display: block;
    width: 50%;
    margin: 0 auto;
}

#_tu ._portal_bnr {
    background-color: #f4f4f4;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
#_tu ._portal_bnr ._bnr {
    max-width: 600px;
    margin: 0 auto;
}
#_tu ._portal_bnr ._bnr a {
    display: block;
    box-shadow: 0px 0px 15px 0px #eaeeee;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all ease .3s;
}
#_tu ._portal_bnr ._bnr a:hover {
    opacity: .8;
}


#_tu ._contact {
    width: 100%;
    padding: 50px 0;
}
#_tu ._contact ._logo {
    width: 200px;
    margin: 0 auto;
}


@media screen and (max-width:834px) {
    
    #_tu {
    }
    

    #_tu ._mainvisual {
    }
    #_tu ._mainvisual img {
        width: 100%;
    }
    #_tu ._mainvisual ._logo {
        width: 45vw;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    #_tu ._mainvisual ._slide_bg {
        width: 100%;
    }
    #_tu ._mainvisual ._slide1,
    #_tu ._mainvisual ._slide2,
    #_tu ._mainvisual ._slide3,
    #_tu ._mainvisual ._slide4 {
        box-shadow: 1.5vw 1.5vw 2.5vw 0px #d6e4e4;
        width: 92vw;
        position: absolute;
        left: 4vw;
        top: 15vw;
        z-index: 1;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_mainimg {
        box-shadow: 1.5vw 1.5vw 2.5vw 0px #d6e4e4;
        display: block;
        width: 92vw;
        position: absolute;
        left: 4vw;
        top: 36vw;
        z-index: 500;
    }
    #_tu ._mainvisual ._slide_title1 {
        display: block;
        width: 92vw;
        position: absolute;
        left: 4vw;
        top: 5vw;
        z-index: 500;
    }
    #_tu ._mainvisual ._slide_title2 {
        display: block;
        width: 80vw;
        position: absolute;
        left: 4vw;
        top: 38vw;
        z-index: 500;
    }

    
    #_tu  ._read {
        margin: 0 auto;
        padding: 4vw 4vw 8vw;
    }
    #_tu  ._read ._read_body {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu  ._read ._read_body ._read_text {
        display: block;
        font-size: 15px;
        text-align: left;
    }
    #_tu  ._read ._read_body ._read_text2 {
        padding-top: 1em;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0;
        text-align: center;
    }

    #_tu ._contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    #_tu ._contents ._ttl {
        margin-bottom: 20px;
    }
    #_tu ._contents ._ttl::before {
        content: "";
        display: none;
    }
    #_tu ._contents ._ttl::after {
        content: "";
        display: none;
    }
    #_tu ._contents ._ttl h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border-top: #32d7ce solid 4px;
        border-bottom: #32d7ce solid 4px;
        width: 92vw;
        max-width: inherit;
        padding: 4vw 0;
        position: relative;
        z-index: 3;
    }
    #_tu ._contents ._ttl h2 span {
        font-size: 6.6vw;
    }

    #_tu ._contents ._body {
        width: 100%;
        padding: 0 4vw;
    }

    #_tu ._contents ._body_flexbox {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img {
        width: 75%;
    }
    #_tu ._contents ._body_flexbox ._flexbox_text1 {
        width: 100%;
        padding: 0;
    }
    #_tu ._contents ._body_flexbox ._flexbox_text2 {
        width: 100%;
        padding: 0;
    }
    #_tu ._contents ._body ._body_item {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu ._contents ._body_text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        font-weight: bold;
    }
    #_tu ._contents ._body_text2 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #_tu ._contents ._body_text2 span {
        font-weight: bold;
        color: #32d7ce;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img {
        max-width: 100%;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img figure {
        width: 100%;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img ._prof1 {
        padding-top: 6px;
        font-size: 11px;
        font-feature-settings: "palt";
        line-height: 1.3;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img ._prof2 {
        padding-top: 6px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    #_tu ._contents ._body_flexbox ._flexbox_img ._prof2 span {
        font-size: 60%;
    }

    #_tu ._contents ._fig {
        width: 100%;
        margin-bottom: 2em;
        padding: 4vw;
    }
    #_tu ._contents ._fig h3 {
        margin-bottom: .5em;
        font-size: 18px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        text-align: center;
    }
    #_tu ._contents ._fig h3 span {
        font-size: 60%;
    }
    #_tu ._contents ._fig ._fig_item1 {
        width: 100%;
        max-width: 880px;
        margin: 0 auto;
    }
    #_tu ._contents ._fig ._fig_cap {
        padding: 5px 0 0;
        font-size: 12px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
        text-align: left;
    }


    #_tu ._matome {
        background: url(matome_bg.jpg) center center no-repeat;
        background-size: 200% 150%;
        border-top: #32d7ce solid 2px;
        border-bottom: #32d7ce solid 2px;
        width: 100%;
        padding: 30px 4vw;
    }
    #_tu ._matome ._matome_body {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu ._matome ._matome_body h4 {
        max-width: 180px;
        margin: 0 auto 25px;
    }
    #_tu ._matome ._matome_body ._matome_text1 {
        border-top: #555555 solid 1px;
        border-bottom: #555555 solid 1px;
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
    }
    #_tu ._matome ._matome_body ._matome_text1 p {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    #_tu ._matome ._matome_body ._matome_text2 {
        font-size: 15px;
        line-height: 2;
    }

    #_tu ._tu_links {
    }
    #_tu ._tu_links ._ttl_en {
        width: 80vw;
        margin: 0 auto 10px;
    }
    #_tu ._tu_links ._ttl {
        margin-bottom: 15px;
        font-size: 15px;
    }
    #_tu ._tu_links ._tu_links_body {
        width: 100%;
        padding: 5vw;
    }
    #_tu ._tu_links ._tu_links_body ._link_btn {
        width: 100%;
        margin: 0 auto;
    }
    #_tu ._tu_links ._tu_links_body ._link_btn a {
        display: block;
        background-color: #009ad3;
        box-shadow: 0px 0px 2vw 0px #eaeeee;
        border-radius: 4px;
        max-width: 100%;
        padding: 20px 25px 20px 15px;
        position: relative;
        transition: all ease .3s;
    }
    #_tu ._tu_links ._tu_links_body ._link_btn a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    #_tu ._tu_links ._tu_links_body ._link_btn a:hover {
        opacity: .8;
    }
    #_tu ._tu_links ._tu_links_body ._link_btn a span {
        display: block;
        font-size: 15px;
        text-align: left;
        color: #fff;
    }

    #_tu ._tu_links ._tu_links_body ._link_fgseries {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 5vw;
    }
    #_tu ._tu_links ._tu_links_body ._link_fgseries a {
        display: block;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px 0px #eaeeee;
        border-radius: 4px;
        max-width: 100%;
        padding: 5px 35px 0 0;
        position: relative;
        overflow: hidden;
        transition: all ease .3s;
    }
    #_tu ._tu_links ._tu_links_body ._link_fgseries a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    #_tu ._tu_links ._tu_links_body ._link_fgseries a:hover {
        opacity: .8;
    }
    #_tu ._tu_links ._tu_links_body ._link_fgseries a span {
        display: block;
        width: 100%;
        border-radius: 0 5px 0 0;
        padding: 10px 15px;
        background-color: #fff;
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
    }
    
    #_tu ._tu_links ._tu_links_body2 {
        padding: 10vw 5vw 5vw;
    }
    #_tu ._tu_links ._tu_links_body2 ._link_portal {
        width: 100%;
        margin: 0 auto 5vw;
    }
    #_tu ._tu_links ._tu_links_body2 ._link_portal a {
        display: block;
        background-color: #000;
        box-shadow: 0px 0px 2vw 0px #eaeeee;
        border-radius: 4px;
        max-width: 100%;
        padding: 20px 25px 20px 15px;
        position: relative;
        transition: all ease .3s;
    }
    #_tu ._tu_links ._tu_links_body2 ._link_portal a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    #_tu ._tu_links ._tu_links_body2 ._link_portal a:hover {
        opacity: .8;
    }
    #_tu ._tu_links ._tu_links_body2 ._link_portal a span {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    #_tu ._portal_bnr {
        padding: 5vw;
    }



    #_tu ._contact {
        width: 100%;
        padding: 40px 0;
    }
    #_tu ._contact ._logo {
        width: 140px;
        margin: 0 auto;
    }
}
@media screen and (max-width:500px) {
    #_tu ._contents ._body_flexbox ._flexbox_img {
        width: 100%;
    }
}
