@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-pconly {
    display: block !important;
}
.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: 768px) {
    .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: #efefef;
}

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

/* ================================================= */
/* header */
/* ================================================= */

#tu_header {
}

/* ================================================= */
/* 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 {
    margin-bottom: 20px;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background-color: #fff;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#__tu .__mainvisual {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#__tu .__mainvisual h1 {
    display: block;
    width: 100%;
}

#__tu .__read {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
#__tu .__read .__text {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
}


#__tu .__contents {
    border-top: #000 solid 2px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}
#__tu .__contents.__contents__bg1 {
    background: url(bg1.jpg) center top no-repeat;
    background-size: 100% auto;
}
#__tu .__contents.__contents__bg2 {
    background: url(bg2.jpg) center top no-repeat;
    background-size: 100% auto;
}
#__tu .__contents.__contents__bg3 {
    background: url(bg3.jpg) center top no-repeat;
    background-size: 100% auto;
}

#__tu .__contents .__contents_title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 50px 0;
}
#__tu .__contents .__contents_title h2 {
    display: block;
    width: 650px;
    margin: 0 auto;
}


#__tu .__contents .__contents_body {
    width: 100%;
    margin: 0 auto;
}

#__tu .__contents .__contents_body .__bodytext {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

#__tu .__contents .text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .text1 .notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}
#__tu .__contents .text1 a {
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}

#__tu .__contents .__contents_body .img1 {
    max-width: 600px;
    margin: 0 auto 2em;
}
#__tu .__contents .__contents_body .img1 figure {
    width: 100%;
}

#__tu .__contents .__contents_body .img2 {
    width: 100%;
    margin: 0 auto 2em;
}
#__tu .__contents .__contents_body .img2 .img_w800 {
    display: block;
    box-shadow: 0px 0px 3px 2px rgba(73, 216, 255, 1);
    max-width: 800px;
    margin: 0 auto;
}
#__tu .__contents .__contents_body .img2 .img_w720 {
    display: block;
    box-shadow: 0px 0px 3px 2px rgba(73, 216, 255, 1);
    max-width: 720px;
    margin: 0 auto;
}
#__tu .__contents .__contents_body .img2 .cap {
    padding-top: 15px;
    font-size: 23px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
}


#__tu .__link {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#__tu .__link .__link__beyond {
    background: #fff url(bg4.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: calc(50% - 10px);
    height: 300px;
    position: relative;
    overflow: hidden;
}
#__tu .__link .__link__mic {
    background-color: #ffffff;
    border-radius: 10px;
    width: calc(50% - 10px);
    height: 300px;
    position: relative;
    overflow: hidden;
}
#__tu .__link .__link__mic .__mic__logo {
    max-width: 245px;
    margin: 0 auto;
    padding-top: 55px;
}
#__tu .__link .__btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 15px;
}
#__tu .__link .__btn a {
    display: block;
    max-width: 440px;
    margin: 0 auto;
    transition: all ease .3s;
}
#__tu .__link .__btn a:hover {
    filter: brightness(1.1);
}


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

    #__tu {
        width: 94vw;
        margin: 0 auto 20px;
    }
    #__tu a {
        transition: all ease .3s;
    }
    #__tu .__container {
        background-color: #fff;
        border-radius: 10px;
        margin: 0 auto 3vw;
    }
    
    #__tu .__mainvisual {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    #__tu .__mainvisual h1 {
        display: block;
        width: 100%;
    }
    
    #__tu .__read {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5vw;
    }
    #__tu .__read .__text {
        display: block;
        font-size: 15px;
        text-align: justify;
    }
    
    
    #__tu .__contents {
        border-top: #000 solid 2px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        position: relative;
    }
    #__tu .__contents.__contents__bg1 {
        background: url(bg1.jpg) center top no-repeat;
        background-size: 200vw auto;
    }
    #__tu .__contents.__contents__bg2 {
        background: url(bg2.jpg) center top no-repeat;
        background-size: 200vw auto;
    }
    #__tu .__contents.__contents__bg3 {
        background: url(bg3.jpg) center top no-repeat;
        background-size: 200vw auto;
    }
    
    #__tu .__contents .__contents_title {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 0;
    }
    #__tu .__contents .__contents_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    
    #__tu .__contents .__contents_body {
        width: 100%;
        margin: 0 auto;
    }
    
    #__tu .__contents .__contents_body .__bodytext {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
    }
    
    #__tu .__contents .text1 {
        font-size: 15px;
    }
    #__tu .__contents .__contents_body .img2 .cap {
        padding-top: 12px;
        font-size: 16px;
        line-height: 1.4;
    }
    
    
    #__tu .__link {
        display: block;
    }
    
    #__tu .__link .__link__beyond {
        width: 100%;
        height: 60vw;
        margin-bottom: 3vw;
    }
    #__tu .__link .__link__mic {
        width: 100%;
        height: 60vw;
    }
    #__tu .__link .__link__mic .__mic__logo {
        max-width: 50vw;
        padding-top: 12vw;
    }
    #__tu .__link .__btn {
        bottom: 4vw;
        padding: 0 4vw;
    }
    #__tu .__link .__btn a {
        max-width: 300px;
    }
    
}
