@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:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.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: 834px) {
    .is-pc {
        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-color: #fff;
}

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

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

#tu_footer {
    background-color: #fff;
    width: 100%;
}

.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

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

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

#tu_wrap {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 4px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap .tu_mainvisual {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
#tu_wrap .tu_mainvisual::before {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

#tu_wrap .tu_mainvisual h1 {
    width: 60%;
    position: absolute;
    left: 20px;
    top: 3%;
    z-index: 10;
}

#tu_wrap .tu_mainvisual ._img {
    order: 2;
    width: 55%;
}
#tu_wrap .tu_mainvisual ._img ._img_item {
    width: 100%;
    position: relative;
}
#tu_wrap .tu_mainvisual ._img ._img_item ._baloon {
    width: 24%;
    position: absolute;
    right: 3%;
    bottom: 0;
}
#tu_wrap .tu_mainvisual ._img p {
    padding-top: 15px;
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.4;
}

#tu_wrap .tu_mainvisual ._text {
    order: 1;
    width: 42%;
    padding-top: 28%;
}

#tu_wrap .tu_mainvisual ._text ._readtext {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    padding-top: 5%;
}
#tu_wrap .tu_mainvisual ._text ._readtext p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    color: #115fad;
}


#tu_wrap .tu_contents {
    width: 100%;
}

#tu_wrap .tu_contents .text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}

#tu_wrap .tu_contents .text_2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu_wrap .tu_contents .text_2 span {
    font-weight: bold;
    color: #115fad;
}

#tu_wrap .tu_contents .contents_body1 {
    max-width: 890px;
    margin: 0 auto;
    padding: 50px 20px 10px;
    position: relative;
}

#tu_wrap .tu_contents .contents_awardlist {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-bottom: 50px;
    padding: 40px 20px;
}
#tu_wrap .tu_contents .contents_awardlist h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    color: #fff;
}
#tu_wrap .tu_contents .contents_awardlist h2 span {
    display: block;
    margin: 0 auto 10px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
#tu_wrap .tu_contents .contents_awardlist ._awardlist {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu_wrap .tu_contents .contents_awardlist ._awardlist ._awardlist_item {
    width: 19.3%;
}

#tu_wrap .tu_contents .contents_award {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
#tu_wrap .tu_contents .contents_award .award_main {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    padding: 20px;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_logo ._text {
    padding-right: 1em;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_logo ._logo {
    width: 370px;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_body {
    border: #fff solid 1px;
    width: 100%;
    display: flex;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_img {
    order: 2;
    width: 50%;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_text {
    order: 1;
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_text h2 {
    width: 100%;
}

#tu_wrap .tu_contents .contents_award .award_body {
    max-width: 850px;
    margin: 0 auto;
}

#tu_wrap .tu_contents .contents_award .award_body .award_body_title {
    padding: 40px 0;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_title h3 {
    display: block;
    max-width: 660px;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_read {
    padding-bottom: 50px;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_read p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_matome {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4px;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text1 {
    display: block;
    padding: 1em 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text2 {
    display: block;
    background-color: #fff;
    padding: 10px;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text2 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_text1 {
    width: 100%;
    padding: 2em 0 0;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._img {
    max-width: 500px;
    margin: 0 auto 2em;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._img ._cap {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._text {
    width: 100%;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_text2 {
    width: 100%;
    padding: 2em 0 0;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_midashi {
    padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #115fad;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_contact {
    background-color: #eff6f9;
    margin-bottom: 40px;
    padding: 20px;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_contact p._awc_text1 {
    display: block;
    margin-bottom: .7em;
    padding: 0 .5em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_wrap .tu_contents .contents_award .award_body .award_body_contact p._awc_text2 {
    display: block;
    padding: 0 .5em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
}

#tu_wrap .tu_contents .contents_link {
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-bottom: 50px;
    padding: 40px 20px;
}
#tu_wrap .tu_contents .contents_link .linkbnr {
    width: 460px;
    margin: 0 auto;
}
#tu_wrap .tu_contents .contents_link .linkbnr a {
    transition: opacity ease .3s;
}
#tu_wrap .tu_contents .contents_link .linkbnr a:hover {
    opacity: .7;
}


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

    #tu_wrap {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 4px;
        width: 100%;
        padding-top: 5vw;
    }

    #tu_wrap .tu_mainvisual {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
        padding: 25vw 0 5vw;
        display: block;
        position: relative;
    }
    #tu_wrap .tu_mainvisual::before {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
        width: 90vw;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    #tu_wrap .tu_mainvisual h1 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    
    #tu_wrap .tu_mainvisual ._img {
        width: 100%;
    }
    #tu_wrap .tu_mainvisual ._img ._img_item {
        width: 100%;
        position: relative;
    }
    #tu_wrap .tu_mainvisual ._img ._img_item ._baloon {
        width: 25vw;
        position: absolute;
        right: -4vw;
        bottom: 2vw;
    }
    #tu_wrap .tu_mainvisual ._img p {
        padding-top: 10px;
        font-size: 10px;
        line-height: 1.5;
        font-feature-settings: "palt";
    }
    
    #tu_wrap .tu_mainvisual ._text {
        width: 100%;
        padding-top: 5vw;
    }
    
    #tu_wrap .tu_mainvisual ._text ._readtext {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 3px;
        width: 100%;
        padding-top: 5vw;
    }
    #tu_wrap .tu_mainvisual ._text ._readtext p {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        color: #115fad;
    }
    
    
    #tu_wrap .tu_contents {
        width: 100%;
    }
    
    #tu_wrap .tu_contents .text_1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    
    #tu_wrap .tu_contents .text_2 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #tu_wrap .tu_contents .text_2 span {
        font-weight: bold;
        color: #115fad;
    }
    
    #tu_wrap .tu_contents .contents_body1 {
        max-width: 890px;
        margin: 0 auto;
        padding: 40px 5vw 5px;
        position: relative;
    }
    
    #tu_wrap .tu_contents .contents_awardlist {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 100%;
        width: 100%;
        margin-bottom: 40px;
        padding: 30px 3vw;
    }
    #tu_wrap .tu_contents .contents_awardlist h2 {
        margin-bottom: 25px;
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .2em;
        text-align: center;
        color: #fff;
    }
    #tu_wrap .tu_contents .contents_awardlist h2 span {
        display: block;
        margin: 0 auto 10px;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }
    #tu_wrap .tu_contents .contents_awardlist ._awardlist {
        max-width: inherit;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    #tu_wrap .tu_contents .contents_awardlist ._awardlist ._awardlist_item {
        width: 42vw;
        margin: 0 2vw 4vw;
    }
    
    #tu_wrap .tu_contents .contents_award {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
        position: relative;
    }
    #tu_wrap .tu_contents .contents_award .award_main {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        width: 100%;
        padding: 20px 10px 10px;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_logo {
        margin-bottom: 10px;
        display: block;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_logo ._text {
        margin-bottom: 10px;
        padding-right: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_logo ._logo {
        width: 60vw;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_body {
        width: 100%;
        display: block;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_img {
        width: 100%;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_text {
        width: 100%;
        padding: 15px;
    }
    #tu_wrap .tu_contents .contents_award .award_main .award_main_body ._body_text h2 {
        width: 100%;
    }
    
    #tu_wrap .tu_contents .contents_award .award_body {
        max-width: 850px;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_contents .contents_award .award_body .award_body_title {
        padding: 30px 0 15px;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_title h3 {
        display: block;
        max-width: 100%;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_read {
        padding-bottom: 20px;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_read p {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_matome {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 100%;
        padding-bottom: 2px;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text1 {
        display: block;
        padding: 1em 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text2 {
        display: block;
        background-color: #fff;
        padding: 10px 0;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_matome .matome_text2 p {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        text-align: left;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_text1 {
        width: 100%;
        padding: 2em 0;
        display: block;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._img {
        width: 60%;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._img ._cap {
        padding-top: 5px;
        font-size: 10px;
        line-height: 1.5;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_text1 ._text {
        width: 100%;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_text2 {
        width: 100%;
        padding: 2em 0 0;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_midashi {
        padding: 0;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #115fad;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_contact {
        background-color: #eff6f9;
        margin-bottom: 40px;
        padding: 15px 0;
        display: block;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_contact p._awc_text1 {
        display: block;
        margin-bottom: .5em;
        padding: 0 .5em;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    #tu_wrap .tu_contents .contents_award .award_body .award_body_contact p._awc_text2 {
        display: block;
        padding: 0 .5em;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
    }
    
    #tu_wrap .tu_contents .contents_link {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 100%;
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 5vw;
    }
    #tu_wrap .tu_contents .contents_link .linkbnr {
        width: 85%;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .contents_link .linkbnr a {
        transition: opacity ease .3s;
    }
    #tu_wrap .tu_contents .contents_link .linkbnr a:hover {
        opacity: .7;
    }
}
