@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;
}

.noto-db {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

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_pdmfg {
    background-color: #54dbc2 !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: 750px) {
    .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: 750px) {
}

/* ===================== */
/* 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;
    left: 34%;
    top: 11%;
    z-index: 500;
    opacity: 0;
}
#_tu ._mainvisual ._slide_subtitle {
    display: block;
    width: 44%;
    position: absolute;
    left: 3%;
    top: 22%;
    z-index: 500;
    opacity: 0;
}
#_tu ._mainvisual ._slide_title {
    display: block;
    width: 44%;
    position: absolute;
    left: 3%;
    top: 63%;
    z-index: 500;
    opacity: 0;
}

#_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 ._slide4.active {
    animation: fadeIn1 5s ease 14.5s 1 forwards;
}
#_tu ._mainvisual ._slide_mainimg.active {
    animation: fadeIn2 1s ease 19.5s 1 forwards;
}
#_tu ._mainvisual ._slide_subtitle.active {
    animation: fadeIn3 .6s ease 20.1s 1 forwards;
}
#_tu ._mainvisual ._slide_title.active {
    animation: fadeIn3 .6s ease 20.4s 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: 50px 120px;
}
#_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.1;
}
#_tu  ._read ._read_body ._read_text span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}

#_tu ._contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#_tu ._contents ._ttl {
    background: url(title_circle.png) left center no-repeat;
    background-size: 75px 150px;
    min-height: 150px;
    margin-bottom: 30px;
    padding-left: 96px;
    display: flex;
    align-items: center;
    position: relative;
}
#_tu ._contents ._ttl h2 {
    position: relative;
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
}
#_tu ._contents ._ttl h2::before {
    content: "";
    display: block;
    border-bottom: #000 solid 2px;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: .6em;
}
#_tu ._contents ._ttl h2 span {
    background-color: #fff;
    padding-right: 25px;
    position: relative;
    z-index: 20;
}

#_tu ._contents ._body {
    width: 100%;
    padding: 0 120px;
}
#_tu ._contents ._body ._body_item {
    max-width: 1000px;
    margin: 0 auto;
}
#_tu ._contents ._body ._body_text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#_tu ._contents ._body ._body_text1 span {
    font-weight: bold;
    padding-right: 1em;
}
#_tu ._contents ._body ._body_text2 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #32bda3;
}
#_tu ._contents ._body ._body_img1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2em;
}
#_tu ._contents ._body ._body_img1 figure {
    width: 100%;
}
#_tu ._contents ._body ._body_img1 ._prof1 {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.3;
}
#_tu ._contents ._body ._body_img1 ._prof2 {
    padding-top: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#_tu ._contents ._body ._body_img1 ._prof2 a {
    text-decoration: underline;
    color: #0073c6;
}
#_tu ._contents ._body ._body_img1 ._prof2 span {
    font-size: 70%;
}

#_tu ._contents ._fig {
    background-color: #f5f7f8;
    width: 100%;
    margin-bottom: 2em;
    padding: 30px 30px 15px;
}
#_tu ._contents ._fig h3 {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
#_tu ._contents ._fig ._fig_item1 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#_tu ._contents ._fig ._fig_item2 {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}
#_tu ._contents ._fig ._fig_item3 {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
#_tu ._contents ._fig ._fig_cap {
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

#_tu ._contents ._fig ._fig_table {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 10px;
}
#_tu ._contents ._fig ._fig_table th,
#_tu ._contents ._fig ._fig_table td {
    padding: 12px 10px;
    font-weight: bold;
    font-feature-settings: "palt";
    color: #fff;
}
#_tu ._contents ._fig ._fig_table ._table_tr1 {
    border-top: #0082b2 solid 2px;
}
#_tu ._contents ._fig ._fig_table ._table_tr2 {
    border-top: #038c00 solid 2px;
}
#_tu ._contents ._fig ._fig_table ._table_tr3 {
    border-top: #8e009b solid 2px;
}
#_tu ._contents ._fig ._fig_table ._table_th1 {
    width: 260px;
    font-size: 20px;
    line-height: 1.3;
}
#_tu ._contents ._fig ._fig_table ._table_th2 {
    font-size: 20px;
    line-height: 1.3;
}
#_tu ._contents ._fig ._fig_table ._table_td1,
#_tu ._contents ._fig ._fig_table ._table_td2,
#_tu ._contents ._fig ._fig_table ._table_td3 {
    position: relative;
    padding-left: 90px;
    font-size: 16px;
    line-height: 1.3;
}
#_tu ._contents ._fig ._fig_table ._table_td1::before,
#_tu ._contents ._fig ._fig_table ._table_td2::before,
#_tu ._contents ._fig ._fig_table ._table_td3::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#_tu ._contents ._fig ._fig_table ._table_td1::before {
    border-left: #0082b2 solid 80px;
}
#_tu ._contents ._fig ._fig_table ._table_td2::before {
    border-left: #038c00 solid 80px;
}
#_tu ._contents ._fig ._fig_table ._table_td3::before {
    border-left: #8e009b solid 80px;
}
#_tu ._contents ._fig ._fig_table ._table_td4 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
}

#_tu ._contents ._movie {
    background-color: #f5f7f8;
    width: 100%;
    margin-bottom: 2em;
    padding: 30px;
}
#_tu ._contents ._movie h3 {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #0072c6;
}
#_tu ._contents ._movie ._movie_item {
    max-width: 720px;
    margin: 0 auto;
}

#_tu ._contents ._articles {
    background: url(slide_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
#_tu ._contents ._articles ._articles_list {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
}
#_tu ._contents ._articles ._articles_list ul {
}
#_tu ._contents ._articles ._articles_list li {
    display: block;
    border-bottom: #00457e solid 1px;
}
#_tu ._contents ._articles ._articles_list li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-feature-settings: "palt";
    font-weight: bold;
    line-height: 1.4;
    color: #00457e;
    transition: opacity ease .3s;
}
#_tu ._contents ._articles ._articles_list li a:hover {
    opacity: .7;
}
#_tu ._contents ._articles ._articles_list li a span {
    display: table;
    background-color: #00457e;
    border-radius: 2px;
    margin-bottom: 4px;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

#_tu ._tu_links {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}
#_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 {
    background: url(bg_link.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 50px 30px;
}
#_tu ._tu_links ._tu_links_body ._link_btn {
    max-width: 500px;
    margin: 0 auto 20px;
}
#_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 ._links {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
#_tu ._links ._bnr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
}
#_tu ._links ._bnr ._bnr_item {
    width: 50%;
}
#_tu ._links ._bnr ._bnr_item a {
    transition: opacity ease .3s;
}
#_tu ._links ._bnr ._bnr_item a:hover {
    opacity: .7;
}

#_tu ._links ._sns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._links ._sns ._sns_item {
    width: 42px;
    margin: 0 10px;
}
#_tu ._links ._sns ._sns_item a {
    transition: opacity ease .3s;
}
#_tu ._links ._sns ._sns_item a:hover {
    opacity: .7;
}

#_tu ._contact {
    border-top: #000 solid 1px;
    width: 100%;
    padding: 50px 0;
}
#_tu ._contact ._logo {
    width: 200px;
    margin: 0 auto;
}


@media screen and (max-width:750px) {
    
    #_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: 96vw;
        position: absolute;
        left: 2vw;
        top: 10vw;
        z-index: 500;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_subtitle {
        display: block;
        width: 88vw;
        position: absolute;
        left: 6vw;
        top: 84vw;
        z-index: 500;
        opacity: 0;
    }
    #_tu ._mainvisual ._slide_title {
        display: block;
        width: 88vw;
        position: absolute;
        left: 6vw;
        top: 127vw;
        z-index: 500;
        opacity: 0;
    }

    #_tu  ._read {
        display: block;
        margin: 0 auto;
        padding: 5vw 5vw 10vw 5vw;
    }
    #_tu  ._read ._read_body {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu  ._read ._read_body ._read_text {
        display: block;
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .02em;
        line-height: 2;
    }

    #_tu ._contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2em;
    }
    #_tu ._contents ._ttl {
        background: url(title_circle.png) left center no-repeat;
        background-size: 7.5vw 15vw;
        min-height: inherit;
        margin-bottom: 2em;
        padding-left: 10vw;
        display: flex;
        align-items: center;
        position: relative;
    }
    #_tu ._contents ._ttl h2 {
        position: relative;
        width: 100%;
        font-size: 6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
    }
    #_tu ._contents ._ttl h2._size_s {
        font-size: 5.6vw;
    }
    #_tu ._contents ._ttl h2::before {
        content: "";
        display: block;
        border-bottom: #000 solid 1px;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: .65em;
    }
    #_tu ._contents ._ttl h2 span {
        background-color: #fff;
        padding-right: 2vw;
        position: relative;
        z-index: 20;
    }

    #_tu ._contents ._body {
        width: 100%;
        padding: 0 5vw;
    }
    #_tu ._contents ._body ._body_text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #_tu ._contents ._body ._body_img1 {
        width: 100%;
        margin: 0 auto 2em;
    }
    #_tu ._contents ._body ._body_img1 figure {
        width: 100%;
    }
    #_tu ._contents ._body ._body_img1 ._prof1 {
        padding-top: 5px;
        font-size: 10px;
        line-height: 1.3;
    }
    #_tu ._contents ._body ._body_img1 ._prof2 {
        padding-top: 5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
    }
    #_tu ._contents ._body ._body_img1 ._prof2 span {
        font-size: 70%;
    }

    #_tu ._contents ._fig {
        background-color: #f5f7f8;
        width: 100%;
        margin-bottom: 2em;
        padding: 5vw 5vw 2.5vw;
    }
    #_tu ._contents ._fig h3 {
        margin-bottom: 1em;
        font-size: 5.5vw;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
    }
    #_tu ._contents ._fig ._fig_item1 {
        width: 100%;
        margin: 0 auto;
    }
    #_tu ._contents ._fig ._fig_item2 {
        width: 90%;
        margin: 0 auto;
    }
    #_tu ._contents ._fig ._fig_item3 {
        width: 100%;
        margin: 0 auto;
    }
    #_tu ._contents ._fig ._fig_cap {
        padding: 12px 0 0;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.5;
        text-align: center;
    }

    #_tu ._contents ._fig ._fig_table {
        width: 100%;
        max-width: inherit;
        margin: 0 auto 10px;
    }
    #_tu ._contents ._fig ._fig_table th,
    #_tu ._contents ._fig ._fig_table td {
        padding: 8px 6px;
        font-weight: bold;
        font-feature-settings: "palt";
        color: #fff;
    }
    #_tu ._contents ._fig ._fig_table ._table_tr1 {
        border-top: #0082b2 solid 2px;
    }
    #_tu ._contents ._fig ._fig_table ._table_tr2 {
        border-top: #038c00 solid 2px;
    }
    #_tu ._contents ._fig ._fig_table ._table_tr3 {
        border-top: #8e009b solid 2px;
    }
    #_tu ._contents ._fig ._fig_table ._table_th1 {
        width: 140px;
        font-size: 14px;
        line-height: 1.3;
    }
    #_tu ._contents ._fig ._fig_table ._table_th2 {
        font-size: 14px;
        line-height: 1.3;
    }
    #_tu ._contents ._fig ._fig_table ._table_td1,
    #_tu ._contents ._fig ._fig_table ._table_td2,
    #_tu ._contents ._fig ._fig_table ._table_td3 {
        position: relative;
        padding-left: 20px;
        font-size: 12px;
        line-height: 1.3;
    }
    #_tu ._contents ._fig ._fig_table ._table_td1::before,
    #_tu ._contents ._fig ._fig_table ._table_td2::before,
    #_tu ._contents ._fig ._fig_table ._table_td3::before {
        content: "";
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #_tu ._contents ._fig ._fig_table ._table_td1::before {
        border-left: #0082b2 solid 12px;
    }
    #_tu ._contents ._fig ._fig_table ._table_td2::before {
        border-left: #038c00 solid 12px;
    }
    #_tu ._contents ._fig ._fig_table ._table_td3::before {
        border-left: #8e009b solid 12px;
    }
    #_tu ._contents ._fig ._fig_table ._table_td4 {
        font-size: 11px;
        line-height: 1.3;
        font-weight: normal;
        color: #000;
    }

    #_tu ._tu_links {
        padding-top: 10vw;
    }
    #_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 {
        background: url(bg_link_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        padding: 10vw 5vw 5vw;
    }
    #_tu ._tu_links ._tu_links_body ._link_btn {
        width: 100%;
        margin: 0 auto 5vw;
    }
    #_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 ._links {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    #_tu ._links ._sns {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu ._links ._sns ._sns_item {
        width: 32px;
        margin: 0 10px;
    }
    #_tu ._links ._sns ._sns_item a {
        transition: opacity ease .3s;
    }
    #_tu ._links ._sns ._sns_item a:hover {
        opacity: .7;
    }

    #_tu ._contact {
        border-top: #000 solid 1px;
        width: 100%;
        padding: 30px 0;
    }
    #_tu ._contact ._logo {
        width: 120px;
        margin: 0 auto;
    }
}



/* ===================== */
/* portal bnr
/* ===================== */

#_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;
}

@media only screen and (max-width: 750px) {
    #_tu ._portal_bnr {
        padding: 5vw;
    }
}