@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% 300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap .tu_mainvisual {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#tu_wrap .tu_mainvisual ._img {
    width: 100%;
}

#tu_wrap .tu_mainhead {
    max-width: 1020px;
    margin: -30px auto 0;
    padding: 0 40px 40px;
    position: relative;
}

#tu_wrap .tu_mainhead ._text {
    max-width: 85%;
}
#tu_wrap .tu_mainhead ._text p {
    width: 100%;
}
#tu_wrap .tu_mainhead ._text p span {
    display: block;
    padding-top: 5px;
    font-size: 10px;
    font-feature-settings: "palt";
    line-height: 1;
}
#tu_wrap .tu_mainhead h1 {
    display: block;
    max-width: 80%;
    padding: 40px 0;
}

#tu_wrap .tu_mainhead ._readtext {
    padding-bottom: 40px;
}
#tu_wrap .tu_mainhead ._readtext p {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2.2;
}
#tu_wrap .tu_mainhead ._img {
    width: 21.8%;
    position: absolute;
    right: 0;
    top: 15%;
}


#tu_wrap .tu_contents {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
}

#tu_wrap .tu_contents ._title {
    width: 100%;
    margin-bottom: 2em;
    padding: 25px 0;
    position: relative;
}
#tu_wrap .tu_contents ._title::before,
#tu_wrap .tu_contents ._title::after {
    content: "";
    display: block;
    background: url(bg.jpg) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu_wrap .tu_contents ._title::after {
    top: auto;
    bottom: 0;
}
#tu_wrap .tu_contents ._title h2 {
    font-size: 30px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    color: #0062a0;
}

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

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

#tu_wrap .tu_contents ._body ._img1 {
    width: 500px;
    margin: 0 auto 2em;
}

#tu_wrap .tu_contents ._body ._img2 {
    max-width: 830px;
    margin: 0 auto 2em;
}
#tu_wrap .tu_contents ._body ._img2 h3 {
    margin-bottom: .5em;
    font-size: 25px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
    color: #0062a0;
}
#tu_wrap .tu_contents ._body ._img2 p {
    margin-bottom: 1em;
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: center;
}
#tu_wrap .tu_contents ._body ._img2 figure {
    width: 100%;
}
#tu_wrap .tu_contents ._body ._img2 ._img2_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#tu_wrap .tu_contents ._body ._img2 ._img2_inner figure {
    width: 49.5%;
}

#tu_wrap .tu_contents ._body ._fig1 {
    width: 360px;
    margin: 0 auto 2em;
}

#tu_wrap .tu_contents ._body ._fig2 {
    width: 720px;
    margin: 0 auto 2em;
}


#tu_wrap .tu_link {
    background-color: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    position: relative;
}
#tu_wrap .tu_link ._logo {
    width: 300px;
    margin: 0 auto 35px;
    line-height: 0;
}
#tu_wrap .tu_link h3 {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_wrap .tu_link p {
    margin-bottom: 2.4em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
#tu_wrap .tu_link ._linkurl {
    display: block;
}
#tu_wrap .tu_link ._linkurl a {
    background-color: #fff;
    border: #0062a0 solid 1px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #0062a0;
    transition: all ease .3s;
}
#tu_wrap .tu_link ._linkurl a:hover {
    background-color: #0062a0;
    color: #fff;
}


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

    #tu_wrap {
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 54vw;
        width: 100%;
        margin: 0 auto;
        padding-top: 5vw;
        overflow: hidden;
        position: relative;
    }
    #tu_wrap a {
        transition: all ease .3s;
    }
    
    #tu_wrap .tu_mainvisual {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
        position: relative;
    }
    
    #tu_wrap .tu_mainvisual ._img {
        width: 100%;
    }
    
    #tu_wrap .tu_mainhead {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw 5vw;
        position: relative;
    }
    
    #tu_wrap .tu_mainhead ._text {
        max-width: 64%;
    }
    #tu_wrap .tu_mainhead ._text p {
        width: 100%;
    }
    #tu_wrap .tu_mainhead ._text p span {
        display: block;
        padding-top: 5px;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.2;
    }
    #tu_wrap .tu_mainhead h1 {
        display: block;
        max-width: 100%;
        padding: 5vw 0;
    }
    
    #tu_wrap .tu_mainhead ._readtext {
        padding-bottom: 20px;
    }
    #tu_wrap .tu_mainhead ._readtext p {
        font-size: 15px;
        line-height: 2;
    }
    #tu_wrap .tu_mainhead ._img {
        width: 35vw;
        position: absolute;
        right: 2vw;
        top: 2vw;
    }
    
    
    #tu_wrap .tu_contents {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw 20px;
        position: relative;
    }
    
    #tu_wrap .tu_contents ._title {
        width: 100%;
        margin-bottom: 30px;
        padding: 5vw 0;
        position: relative;
    }
    #tu_wrap .tu_contents ._title h2 {
        font-size: 6.6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.3;
        text-align: center;
        color: #0062a0;
    }
    
    #tu_wrap .tu_contents ._body {
        max-width: 850px;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_contents ._body ._body_text {
        font-size: 15px;
    }
    
    #tu_wrap .tu_contents ._body ._img1 {
        width: 80%;
        margin: 0 auto 2em;
    }
    
    #tu_wrap .tu_contents ._body ._img2 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 2em;
    }
    #tu_wrap .tu_contents ._body ._img2 h3 {
        margin-bottom: .5em;
        font-size: 20px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.2;
        text-align: center;
        color: #0062a0;
    }
    #tu_wrap .tu_contents ._body ._img2 p {
        margin-bottom: 1em;
        font-size: 12px;
        font-feature-settings: "palt";
        line-height: 1.5;
        text-align: center;
    }
    #tu_wrap .tu_contents ._body ._img2 figure {
        width: 100%;
    }
    #tu_wrap .tu_contents ._body ._img2 ._img2_inner {
        width: 100%;
        display: block;
    }
    #tu_wrap .tu_contents ._body ._img2 ._img2_inner figure {
        width: 100%;
        margin-bottom: 6px;
    }
    
    #tu_wrap .tu_contents ._body ._fig1 {
        width: 80%;
        margin: 0 auto 2em;
    }
    
    #tu_wrap .tu_contents ._body ._fig2 {
        width: 100%;
        margin: 0 auto 2em;
    }
    
    
    #tu_wrap .tu_link {
        background-color: #f5f5f5;
        width: 100%;
        margin: 0 auto;
        padding: 40px 5vw;
        position: relative;
    }
    #tu_wrap .tu_link ._logo {
        width: 210px;
        margin: 0 auto 25px;
        line-height: 0;
    }
    #tu_wrap .tu_link h3 {
        margin-bottom: .5em;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #tu_wrap .tu_link p {
        margin-bottom: 2.4em;
        font-size: 10px;
        line-height: 1;
        text-align: center;
    }
    #tu_wrap .tu_link ._linkurl {
        display: block;
    }
    #tu_wrap .tu_link ._linkurl a {
        font-size: 15px;
        background-color: #0062a0;
        color: #fff;
    }
    #tu_wrap .tu_link ._linkurl a:hover {
        background-color: #0062a0;
        color: #fff;
    }
}
