@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #003366;
    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: 30px;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background-color: #fff;
    border-radius: 5px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#__tu .__mainvisual {
    background: url(bg1.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
}
#__tu .__mainvisual h1 {
    display: block;
    background: url(bg2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 0;
}
#__tu .__mainvisual h1 span {
    display: block;
    width: 860px;
    margin: 0 auto;
}
#__tu .__mainvisual h1 span img {
    display: block;
    width: 75%;
}
#__tu .__mainvisual ._img {
    width: 135px;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(250px);
}
#__tu .__mainvisual ._read {
    display: block;
    width: 860px;
    margin: 0 auto;
}
#__tu .__mainvisual ._read p._readtext {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
}
#__tu .__mainvisual ._read p._readnotes {
    font-size: 10px;
}


#__tu .__contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

#__tu .__contents .__contents_title1 {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__contents .__contents_title1 h2 {
    display: block;
    width: 550px;
}
#__tu .__contents .__contents_title1 ._title_num {
    display: block;
    width: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-400px) translateY(-50%);
}

#__tu .__contents .__contents_title2 {
    position: relative;
    border-bottom: #003366 solid 2px;
    width: 100%;
    margin-bottom: 40px;
    padding: 25px 0;
}
#__tu .__contents .__contents_title2 h3 {
    font-size: 27px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.4;
    text-align: center;
    color: #003366;
}
#__tu .__contents .__contents_title2 .__interview {
    max-width: 240px;
    margin: 0 auto 10px;
}


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

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

#__tu .__contents .__contents_body .__bodytext_flexbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#__tu .__contents .__contents_body .__bodytext_flexbox .__flex_text {
    width: 70%;
}
#__tu .__contents .__contents_body .__bodytext_flexbox .__flex_img {
    width: 25%;
}

#__tu .__contents .text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#__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 .subtitle {
    display: block;
    border-top: #003366 solid 2px;
    border-bottom: #003366 solid 2px;
    width: 100%;
    margin-bottom: 1.2em;
    padding: .8em 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#__tu .__contents .__contents_body .img1 {
    background-color: #003366;
    max-width: 400px;
    margin: 0 auto 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__contents .__contents_body .img1 .img_body {
    width: 50%;
}
#__tu .__contents .__contents_body .img1 .img_text {
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}

#__tu .__contents .__contents_body .img2 {
    max-width: 800px;
    margin: 0 auto 3em;
    position: relative;
}
#__tu .__contents .__contents_body .img2 .img_body {
    width: 100%;
}
#__tu .__contents .__contents_body .img2 .img_text {
    background-color: #003366;
    width: 230px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#__tu .__contents .__contents_body .img2 .img_text span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

#__tu .__contents .__contents_body .img3 {
    max-width: 300px;
    margin: 0 auto 2em;
}
    
#__tu .__contents .__contents_body .img4 {
    display: none;
}


#__tu .__contents .__contents_body .__history {
    background-color: #003366;
    max-width: 900px;
    margin: 0 auto 2em;
    padding: 30px 30px 20px 30px;
}
#__tu .__contents .__contents_body .__history h3 {
    display: block;
    max-width: 490px;
    margin: 0 auto;
    padding: 10px 0 40px;
}
#__tu .__contents .__contents_body .__history .__history_body {
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
#__tu .__contents .__contents_body .__history .__history_body .__history_body_title {
    width: 100%;
    padding: 10px;
}
#__tu .__contents .__contents_body .__history .__history_body .__history_body_title h4 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
#__tu .__contents .__contents_body .__history .__history_body .__history_body_text {
    background-color: #edf6fa;
    width: 100%;
    padding: 30px 20px;
}
#__tu .__contents .__contents_body .__history .__history_body .__history_body_text p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
}


#__tu .__contents .__contents_body .__technology {
    max-width: 1100px;
    margin: 0 auto 2em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__contents .__contents_body .__technology .__technology_body {
    width: 32.5%;
}
#__tu .__contents .__contents_body .__technology .__technology_body .__img {
    width: 100%;
}
#__tu .__contents .__contents_body .__technology .__technology_body .__text {
    background-image: linear-gradient(0deg, rgba(200, 224, 233, 1) 30%, rgba(240, 248, 251, 1) 100%);
    width: 100%;
    min-height: 260px;
    padding: 15px;
}
#__tu .__contents .__contents_body .__technology .__technology_body .__text h4 {
    width: 90%;
    margin: 0 auto 15px;
}
#__tu .__contents .__contents_body .__technology .__technology_body .__text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}
#__tu .__contents .__contents_body .__technology .__technology_body .__text p span {
    display: block;
    font-size: 60%;
}


#__tu .__contents .__contents_body .__matome {
    background-color: #f0f8fb;
    width: 100%;
    padding: 40px 0 20px;
}


#__tu .__contents .__contents_body .__link {
    width: 100%;
    padding: 40px 0;
}
#__tu .__contents .__contents_body .__link .__link_body {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__contents .__contents_body .__link .__link_body .__link_logo {
    width: 30%;
    padding-bottom: 10%;
}
#__tu .__contents .__contents_body .__link .__link_body .__link_logo figure {
    width: 100%;
}
#__tu .__contents .__contents_body .__link .__link_body .__link_img {
    width: 66%;
}
#__tu .__contents .__contents_body .__link .__link_body .__link_img figure {
    width: 100%;
}
#__tu .__contents .__contents_body .__link .__link_body .__link_img p {
    margin-bottom: 30px;
    padding-top: 5px;
    padding-right: 10%;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}
#__tu .__contents .__contents_body .__link .__link_btn {
    width: 600px;
    margin: 0 auto;
}
#__tu .__contents .__contents_body .__link .__link_btn a {
    display: block;
    background: #003366;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease .3s;
}
#__tu .__contents .__contents_body .__link .__link_btn a:hover {
    opacity: .7;
}
#__tu .__contents .__contents_body .__link .__link_btn a span {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
    color: #ffffff;
}


#__tu .__contact {
    background-color: #f0f8fb;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
#__tu .__contact ._logo {
    width: 200px;
    margin: 0 auto 40px;
}
#__tu .__contact ._logo_text {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #003366;
}
#__tu .__contact ._btn {
    display: table;
    margin: 0 auto 30px;
}
#__tu .__contact ._btn a {
    display: table;
    background: #003366;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease .3s;
}
#__tu .__contact ._btn a:hover {
    opacity: .7;
}
#__tu .__contact ._btn a span {
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
}


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

    #__tu {
        margin-bottom: 0;
    }
    #__tu a {
        transition: all ease .3s;
    }
    #__tu .__container {
        border-radius: 0;
    }
    
    #__tu .__mainvisual {
        background: url(bg1.jpg) center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 55vw;
        margin: 0 auto;
        padding-top: 8vw;
        position: relative;
    }
    #__tu .__mainvisual h1 {
        display: block;
        background: url(bg2.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto 3vw;
        padding: 4vw;
    }
    #__tu .__mainvisual h1 span {
        display: block;
        width: 75vw;
        margin: 0;
    }
    #__tu .__mainvisual h1 span img {
        display: block;
        width: 100%;
    }
    #__tu .__mainvisual ._img {
        width: 15vw;
        position: absolute;
        left: auto;
        right: 4vw;
        top: 5vw;
        transform: translateX(0);
    }
    #__tu .__mainvisual ._read {
        display: block;
        width: 75vw;
        margin: 0;
        padding-left: 4vw;
    }
    #__tu .__mainvisual ._read p._readtext {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 2;
    }
    #__tu .__mainvisual ._read p._readnotes {
        font-size: 10px;
    }
    
    
    #__tu .__contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
        position: relative;
    }
    
    #__tu .__contents .__contents_title1 {
        background-color: #f5f5f5;
        position: relative;
        width: 100%;
        height: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #__tu .__contents .__contents_title1 h2 {
        display: block;
        width: 60vw;
    }
    #__tu .__contents .__contents_title1 ._title_num {
        display: block;
        width: 10vw;
        position: absolute;
        left: 6vw;
        top: 50%;
        transform: translateX(0) translateY(-50%);
    }
    
    #__tu .__contents .__contents_title2 {
        position: relative;
        border-bottom: #003366 solid 2px;
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 0;
    }
    #__tu .__contents .__contents_title2 h3 {
        font-size: 25px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
        color: #003366;
    }
    #__tu .__contents .__contents_title2 .__interview {
        max-width: 210px;
        margin: 0 auto 10px;
    }
    
    
    #__tu .__contents .__contents_body {
        width: 100%;
        margin: 0 auto;
    }
    
    #__tu .__contents .__contents_body .__bodytext {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    #__tu .__contents .__contents_body .__bodytext_flexbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #__tu .__contents .__contents_body .__bodytext_flexbox .__flex_text {
        width: 70%;
    }
    #__tu .__contents .__contents_body .__bodytext_flexbox .__flex_img {
        width: 25%;
    }
    
    #__tu .__contents .text1 {
        margin-bottom: 2em;
        font-size: 16px;
        line-height: 2;
        text-indent: 1em;
    }
    #__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 .subtitle {
        display: block;
        border-top: #003366 solid 2px;
        border-bottom: #003366 solid 2px;
        width: 100%;
        margin-bottom: 1.2em;
        padding: .8em 0;
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    
    #__tu .__contents .__contents_body .img1 {
        background-color: #003366;
        max-width: 400px;
        margin: 0 auto 2em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #__tu .__contents .__contents_body .img1 .img_body {
        width: 50%;
    }
    #__tu .__contents .__contents_body .img1 .img_text {
        width: 50%;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    
    #__tu .__contents .__contents_body .img2 {
        max-width: 800px;
        margin: 0 auto 3em;
        position: relative;
    }
    #__tu .__contents .__contents_body .img2 .img_body {
        width: 100%;
    }
    #__tu .__contents .__contents_body .img2 .img_text {
        background-color: #003366;
        width: 230px;
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #__tu .__contents .__contents_body .img2 .img_text span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    
    #__tu .__contents .__contents_body .img3 {
        max-width: 300px;
        margin: 0 auto 2em;
    }
    
    
    #__tu .__contents .__contents_body .__history {
        background-color: #003366;
        max-width: 900px;
        margin: 0 auto 2em;
        padding: 30px 30px 20px 30px;
    }
    #__tu .__contents .__contents_body .__history h3 {
        display: block;
        max-width: 55vw;
        margin: 0 auto;
        padding: 10px 0 30px;
    }
    #__tu .__contents .__contents_body .__history .__history_body {
        background-color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_title {
        width: 100%;
        padding: 10px;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_title h4 {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_text {
        background-color: #edf6fa;
        width: 100%;
        padding: 30px 20px;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_text p {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
    }
    
    
    #__tu .__contents .__contents_body .__technology {
        max-width: inherit;
        margin: 0 auto 2em;
        display: block;
        padding: 0 20px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body {
        background-color: #f0f8fb;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__img {
        width: 35%;
        padding: 10px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text {
        background-image: inherit;
        width: 65%;
        min-height: inherit;
        padding: 15px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text h4 {
        width: 70%;
        margin: 0 auto 15px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text p {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.8;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text p span {
        display: block;
        font-size: 60%;
    }
    
    
    #__tu .__contents .__contents_body .__matome {
        background-color: #f0f8fb;
        width: 100%;
        padding: 40px 0 20px;
    }
    
    
    #__tu .__contents .__contents_body .__link {
        width: 100%;
        padding: 40px 0;
    }
    #__tu .__contents .__contents_body .__link .__link_body {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_logo {
        width: 30%;
        padding-bottom: 10%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_logo figure {
        width: 100%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img {
        width: 66%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img figure {
        width: 100%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img p {
        margin-bottom: 30px;
        padding-top: 5px;
        padding-right: 10%;
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
    }
    #__tu .__contents .__contents_body .__link .__link_btn {
        width: 600px;
        margin: 0 auto;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a {
        display: block;
        background: #003366;
        border-radius: 4px;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a:hover {
        opacity: .7;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a span {
        font-size: 22px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    
    
    #__tu .__contact {
        background-color: #f0f8fb;
        width: 100%;
        padding: 50px 0;
        position: relative;
    }
    #__tu .__contact ._logo {
        width: 200px;
        margin: 0 auto 40px;
    }
    #__tu .__contact ._logo_text {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1;
        text-align: center;
        color: #003366;
    }
    #__tu .__contact ._btn {
        display: table;
        margin: 0 auto 30px;
    }
    #__tu .__contact ._btn a {
        display: table;
        background: #003366;
        border-radius: 4px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contact ._btn a:hover {
        opacity: .7;
    }
    #__tu .__contact ._btn a span {
        font-size: 18px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
    }
}


@media screen and (max-width:768px) {
    
    #__tu .__mainvisual {
        background: url(bg1.jpg) left bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: inherit;
        margin: 0 auto;
        padding-top: 8vw;
        position: relative;
    }
    #__tu .__mainvisual h1 {
        display: block;
        background: url(bg2.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto 3vw;
        padding: 4vw;
    }
    #__tu .__mainvisual h1 span {
        display: block;
        width: 70vw;
        margin: 0;
    }
    #__tu .__mainvisual h1 span img {
        display: block;
        width: 100%;
    }
    #__tu .__mainvisual ._img {
        width: 17vw;
        position: absolute;
        left: auto;
        right: 4vw;
        top: 5vw;
        transform: translateX(0);
    }
    #__tu .__mainvisual ._read {
        display: block;
        width: 100%;
        margin: 0;
        padding: 4vw;
    }
    #__tu .__mainvisual ._read p._readtext {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 2;
        text-align: justify;
    }
    #__tu .__mainvisual ._read p._readnotes {
        font-size: 10px;
        font-weight: bold;
    }
    
    
    #__tu .__contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
        position: relative;
    }
    
    #__tu .__contents .__contents_title1 {
        background-color: #f5f5f5;
        position: relative;
        width: 100%;
        height: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #__tu .__contents .__contents_title1 h2 {
        display: block;
        width: 100%;
        padding-left: 15%;
        padding-right: 3%;
    }
    #__tu .__contents .__contents_title1 ._title_num {
        display: block;
        width: 12vw;
        position: absolute;
        left: 3vw;
        top: 50%;
        transform: translateX(0) translateY(-50%);
    }
    
    #__tu .__contents .__contents_title2 {
        position: relative;
        border-bottom: #003366 solid 2px;
        width: 100%;
        margin-bottom: 4vw;
        padding: 15px 0;
    }
    #__tu .__contents .__contents_title2 h3 {
        font-size: 20px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
        color: #003366;
    }
    #__tu .__contents .__contents_title2 .__interview {
        max-width: 160px;
        margin: 0 auto 10px;
    }
    
    
    #__tu .__contents .__contents_body {
        width: 100%;
        margin: 0 auto;
    }
    
    #__tu .__contents .__contents_body .__bodytext {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
    }
    
    #__tu .__contents .__contents_body .__bodytext_flexbox {
        width: 100%;
        display: block;
    }
    #__tu .__contents .__contents_body .__bodytext_flexbox .__flex_text {
        width: 100%;
    }
    #__tu .__contents .__contents_body .__bodytext_flexbox .__flex_img {
        width: 25%;
        display: none;
    }
    
    #__tu .__contents .text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    #__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 .subtitle {
        display: block;
        border-top: #003366 solid 2px;
        border-bottom: #003366 solid 2px;
        width: 100%;
        margin-bottom: 1.2em;
        padding: .8em 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    
    #__tu .__contents .__contents_body .img1 {
        background-color: #003366;
        max-width: 300px;
        margin: 0 auto 2em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #__tu .__contents .__contents_body .img1 .img_body {
        width: 50%;
    }
    #__tu .__contents .__contents_body .img1 .img_text {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    
    #__tu .__contents .__contents_body .img2 {
        max-width: inherit;
        margin: 0 auto 2em;
        position: relative;
    }
    #__tu .__contents .__contents_body .img2 .img_body {
        width: 100%;
    }
    #__tu .__contents .__contents_body .img2 .img_text {
        background-color: #003366;
        width: 180px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }
    #__tu .__contents .__contents_body .img2 .img_text span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    
    #__tu .__contents .__contents_body .img3 {
        max-width: 200px;
        margin: 0 auto 2em;
    }
    
    #__tu .__contents .__contents_body .img4 {
        display: block;
        max-width: 160px;
        margin: 0 auto 2em;
    }
    
    
    #__tu .__contents .__contents_body .__history {
        background-color: #003366;
        max-width: inherit;
        margin: 0 auto 2em;
        padding: 6vw 4vw 4vw;
    }
    #__tu .__contents .__contents_body .__history h3 {
        display: block;
        max-width: 75vw;
        margin: 0 auto;
        padding: 0 0 6vw;
    }
    #__tu .__contents .__contents_body .__history .__history_body {
        background-color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_title {
        width: 100%;
        padding: 10px;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_title h4 {
        display: block;
        max-width: 400px;
        width: 75vw;
        margin: 0 auto;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_text {
        background-color: #edf6fa;
        width: 100%;
        padding: 4vw;
    }
    #__tu .__contents .__contents_body .__history .__history_body .__history_body_text p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.8;
    }
    
    
    #__tu .__contents .__contents_body .__technology {
        max-width: inherit;
        margin: 0 auto 2em;
        display: block;
        padding: 0 4vw;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body {
        background-color: #f0f8fb;
        width: 80vw;
        margin: 0 auto 10px;
        display: block;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__img {
        width: 100%;
        padding: 0;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text {
        background-image: inherit;
        width: 100%;
        min-height: inherit;
        padding: 10px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text h4 {
        width: 95%;
        margin: 0 auto 10px;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text p {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.8;
    }
    #__tu .__contents .__contents_body .__technology .__technology_body .__text p span {
        display: block;
        font-size: 60%;
    }
    
    
    #__tu .__contents .__contents_body .__matome {
        background-color: #f0f8fb;
        width: 100%;
        padding: 4vw 0 1px;
    }
    
    
    #__tu .__contents .__contents_body .__link {
        width: 100%;
        padding: 40px 0;
    }
    #__tu .__contents .__contents_body .__link .__link_body {
        max-width: inherit;
        margin: 0 auto;
        padding-left: 0;
        display: block;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_logo {
        width: 180px;
        padding-bottom: 0;
        margin: 0 auto 15px;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_logo figure {
        width: 100%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img {
        width: 320px;
        margin: 0 auto;
        padding-left: 15px;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img figure {
        width: 100%;
    }
    #__tu .__contents .__contents_body .__link .__link_body .__link_img p {
        margin-bottom: 20px;
        padding-top: 5px;
        padding-right: 10%;
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
    }
    #__tu .__contents .__contents_body .__link .__link_btn {
        width: 270px;
        margin: 0 auto;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a {
        display: block;
        background: #003366;
        border-radius: 4px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a:hover {
        opacity: .7;
    }
    #__tu .__contents .__contents_body .__link .__link_btn a span {
        font-size: 18px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    
    
    #__tu .__contact {
        background-color: #f0f8fb;
        width: 100%;
        padding: 30px 0;
        position: relative;
    }
    #__tu .__contact ._logo_text {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1;
        text-align: center;
        color: #003366;
    }
    #__tu .__contact ._btn {
        display: table;
        margin: 0 auto 1px;
    }
    #__tu .__contact ._btn a {
        display: table;
        background: #003366;
        border-radius: 4px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contact ._btn a:hover {
        opacity: .7;
    }
    #__tu .__contact ._btn a span {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
    }
}
