@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 {
    background-color: #f4f4f4;
    padding-top: 10px;
    overflow: hidden;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

#__tu .__navi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#__tu .__navi .__navi__item {
    width: 50%;
}
#__tu .__navi .__navi__item a:hover {
    opacity: .8;
}

#__tu .__mainvisual {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}
#__tu.__p2 .__mainvisual {
}
#__tu .__mainvisual .__mainimg {
    width: 100%;
}
#__tu .__mainvisual .__h1sub {
    background-image: linear-gradient(90deg, rgba(126, 18, 5, 1), rgba(217, 51, 37, 1));
    width: 100%;
    padding: 2% 5%;
}
#__tu .__mainvisual .__h1sub p {
    display: block;
    width: 72%;
    line-height: 0;
}
#__tu .__mainvisual h1 {
    width: 100%;
    padding: 40px 5%;
    line-height: 0;
}
#__tu.__p2 .__mainvisual h1 {
    width: 100%;
    padding: 20px 10%;
}
#__tu .__mainvisual .__read {
    width: 100%;
    padding: 0 10%;
}
#__tu .__mainvisual .__read .__read__text {
    border-bottom: #d93325 solid 2px;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
#__tu.__p2 .__mainvisual .__read .__read__text {
    border-bottom: none;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
#__tu .__mainvisual .__read .__read__text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#__tu .__mainvisual .__read .__read__text p span {
    display: block;
    font-size: 11px;
}

#__tu .__contents {
    border: #fff solid 5px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px;
    position: relative;
}

#__tu .__contents.__bg1 {
    background-color: #ffffff;
}
#__tu .__contents.__bg2 {
    background-color: #f0f2f6;
    padding: 40px 0 0;
}

#__tu .__contents .__h2 {
    max-width: 940px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
#__tu .__contents .__h3 {
    max-width: 940px;
    margin: 0 auto 20px;
    padding: 0 20px;
}
#__tu .__contents .__h3 span {
    display: block;
    width: 75%;
}

#__tu .__contents .__p2__h2sub {
    background-image: linear-gradient(90deg, rgba(126, 18, 5, 1), rgba(217, 51, 37, 1));
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
}
#__tu .__contents .__p2__h2sub span {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    line-height: 0;
}

#__tu .__contents .__p2__h2 {
    border-bottom: #d93325 solid 1px;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
}
#__tu .__contents .__p2__h2 h2 {
    display: block;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 40px;
}
#__tu .__contents .__p2__h2 h2 span {
    border-left: #d93325 solid 5px;
    display: block;
    max-width: 600px;
    padding: 12px 0 12px 20px;
}

#__tu .__contents .__contents__body {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 40px;
}

#__tu .__contents .__contents__body .__bodytitle {
    border-bottom: #d91639 solid 4px;
    max-width: 480px;
    margin: 0 auto 40px;
}
#__tu .__contents .__contents__body .__bodytitle span {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 14px;
}
#__tu .__contents .__contents__body .__bodytext1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#__tu .__contents .__contents__body .__bodytext1 .__notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}
#__tu .__contents .__contents__body .__bodytext2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .__contents__body .__bodytext2 .__name {
    font-weight: bold;
}

#__tu .__contents .__contents__body .__img1 {
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__contents .__contents__body .__img1 figure {
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 32%;
    overflow: hidden;
}
#__tu .__contents .__contents__body .__img2 {
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#__tu .__contents .__contents__body .__img2 figure {
    display: block;
    width: 32%;
}
#__tu .__contents .__contents__body .__img2 .__img2__text {
    display: block;
    width: 64%;
}
#__tu .__contents .__contents__body .__img2 .__img2__text h4 {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
    color: #d93325;
}
#__tu .__contents .__contents__body .__img2 .__img2__text p {
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .__contents__body .__img3 {
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__contents .__contents__body .__img3 figure {
    display: block;
    width: 50%;
}
#__tu .__contents .__contents__body .__img3 .__img3__body {
    display: block;
    width: 50%;
    padding-right: 20px;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__title {
    border-bottom: #d93325 solid 1px;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 12px;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__title span {
    display: block;
    width: 80%;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text {
    padding-left: 20px;
    padding-top: 12px;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof1 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof1 span {
    font-size: 60%;
}
#__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof2 {
    font-size: 11px;
    line-height: 1.5;
}
#__tu .__contents .__contents__body .__img4 {
    max-width: 525px;
    margin: 0 auto 2em;
}
#__tu .__contents .__contents__body .__img4 figure {
    display: block;
    width: 100%;
}


#__tu .__contents .__contents__body .__bodybnr {
    max-width: 540px;
    margin: 0 auto 40px;
}
#__tu .__contents .__contents__body .__bodybnr span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
#__tu .__contents .__contents__body .__bodybnr a {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    transition: all ease .3s;
}
#__tu .__contents .__contents__body .__bodybnr a:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}


#__tu .__contents .__contents__workplace {
    width: 100%;
    margin-bottom: 2em;
    position: relative;
}
#__tu .__contents .__contents__workplace .__workplace__fig {
    width: 100%;
    position: relative;
    z-index: 2;
}

#__tu .__contents .__nextbnr {
    background-color: #bcc5d7;
    padding: 20px;
}
#__tu .__contents .__nextbnr .__nextbnr__item {
    max-width: 510px;
    margin: 0 auto;
}
#__tu .__contents .__nextbnr .__nextbnr__item a:hover {
    opacity: .8;
}


#__tu .__tmip {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}

#__tu .__tmip .__tmip__title {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#__tu .__tmip .__tmip__body {
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

#__tu .__tmip .__tmip__body .__tmip__body__title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #115fad;
}
#__tu .__tmip .__tmip__body .__tmip__body__text1 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
}

#__tu .__tmip .__tmip__body .__tmip__overview {
    border-bottom: #eeeeee solid 1px;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
#__tu .__tmip .__tmip__body .__tmip__overview.__noborder {
    border-bottom: none;
}
#__tu .__tmip .__tmip__body .__tmip__overview.__nospace {
    margin: 0;
    padding: 0;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 {
    background: linear-gradient(90deg,rgba(17, 95, 173, 1) 0%, rgba(64, 187, 197, 1) 100%);
    border-radius: 20px;
    width: 200px;
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 .__overview__title1a {
    display: block;
    font-size: 22px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 .__overview__title1b {
    display: block;
    font-size: 18px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title2 {
    border: #000 solid 1px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title2 span {
    display: block;
    font-size: 18px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 {
    border: #000 solid 1px;
    border-radius: 20px;
    width: 21em;
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 span {
    font-size: 18px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 span > span {
    font-size: 10px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text {
    width: 100%;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text1 {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: center;
    color: #115fad;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text1 span {
    font-size: 66%;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text2 {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: center;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__sch {
    max-width: 720px;
    margin: 0 auto;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 41em;
    margin: 0 auto;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl dt {
    width: 14em;
    margin-bottom: 1em;
    font-size: 15px;
    font-feature-settings: "palt";
    line-height: 1.3;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl dd {
    width: calc(100% - 14em);
    margin-bottom: 1em;
    font-size: 15px;
    font-feature-settings: "palt";
    line-height: 1.3;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body {
    max-width: 200px;
    margin: 0 20px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__img {
    max-width: 160px;
    margin: 0 auto 10px;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof0 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #1d6eaf;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof2 {
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}
#__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof3 {
    font-size: 11px;
    line-height: 1.5;
}

#__tu .__tmip .__tmip__logos {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__tmip .__tmip__logos .__logo {
    width: 19%;
    margin-bottom: 1%;
}


#__tu .__tmip .__tmip__contact {
    background: linear-gradient(90deg, rgba(64, 187, 197, 1) 0%,rgba(17, 95, 173, 1) 100%);
    width: 100%;
    padding: 40px 20px;
}
#__tu .__tmip .__tmip__contact .__btn {
    max-width: 600px;
    margin: 0 auto 30px;
}
#__tu .__tmip .__tmip__contact .__btn a {
    background-color: #fff;
    border-radius: 35px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__tmip .__tmip__contact .__btn a:hover {
    opacity: .8;
}
#__tu .__tmip .__tmip__contact .__btn a span {
    font-size: 28px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    color: #16539f;
}
#__tu .__tmip .__tmip__contact .__contact__body {
    max-width: 880px;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#__tu .__tmip .__tmip__contact .__contact__body .__contact__body__img {
    width: 220px;
}
#__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text {
    width: calc(100% - 250px);
}
#__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #fff;
}
#__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}
#__tu .__tmip .__tmip__contact .__contact__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
#__tu .__tmip .__tmip__contact .__contact__text a {
    color: #fff;
}



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

    #__tu .__navi {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #__tu .__navi .__navi__item {
        width: 85%;
    }
    #__tu .__navi .__navi__item a:hover {
        opacity: .8;
    }

    #__tu .__mainvisual {
        background-color: #ffffff;
        width: 100%;
        position: relative;
    }
    #__tu.__p2 .__mainvisual {
    }
    #__tu .__mainvisual .__mainimg {
        width: 100%;
    }
    #__tu .__mainvisual .__h1sub {
        background-image: linear-gradient(90deg, rgba(126, 18, 5, 1), rgba(217, 51, 37, 1));
        width: 100%;
        padding: 2% 5%;
    }
    #__tu .__mainvisual .__h1sub p {
        display: block;
        width: 100%;
        line-height: 0;
    }
    #__tu .__mainvisual h1 {
        width: 100%;
        padding: 5vw;
        line-height: 0;
    }
    #__tu.__p2 .__mainvisual h1 {
        padding: 5vw;
    }
    #__tu .__mainvisual .__read {
        padding: 0 5vw;
    }
    #__tu .__mainvisual .__read .__read__text {
        border-bottom: #d93325 solid 2px;
        padding-bottom: 5vw;
    }
    #__tu.__p2 .__mainvisual .__read .__read__text {
        padding-bottom: 5vw;
    }
    #__tu .__mainvisual .__read .__read__text p {
        font-size: 15px;
    }
    #__tu .__mainvisual .__read .__read__text p span {
        display: block;
        font-size: 10px;
    }

    #__tu .__contents {
        border: none;
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0 5vw;
        position: relative;
    }

    #__tu .__contents.__bg1 {
        background-color: #ffffff;
    }
    #__tu .__contents.__bg2 {
        background-color: #f0f2f6;
        padding: 5vw 0 0;
    }

    #__tu .__contents .__h2 {
        margin: 0 auto 30px;
        padding: 0 5vw;
    }
    #__tu .__contents .__h3 {
        margin: 0 auto 12px;
        padding: 0 5vw;
    }
    #__tu .__contents .__h3 span {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #__tu .__contents .__p2__h2sub {
        margin-bottom: 10px;
        padding: 12px;
    }
    #__tu .__contents .__p2__h2sub span {
        display: block;
        max-width: 680px;
        margin: 0 auto;
        line-height: 0;
    }

    #__tu .__contents .__p2__h2 {
        background-color: #ffffff;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    #__tu .__contents .__p2__h2 h2 {
        padding: 0 5vw;
    }
    #__tu .__contents .__p2__h2 h2 span {
        border-left: #d93325 solid 4px;
        display: block;
        max-width: 600px;
        padding: 10px 0 10px 10px;
    }

    #__tu .__contents .__contents__body {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 5vw;
    }

    #__tu .__contents .__contents__body .__bodytitle {
        border-bottom: #d91639 solid 4px;
        max-width: 480px;
        margin: 0 auto 40px;
    }
    #__tu .__contents .__contents__body .__bodytitle span {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 14px;
    }
    #__tu .__contents .__contents__body .__bodytext1 {
        font-size: 15px;
    }
    #__tu .__contents .__contents__body .__bodytext2 {
        font-size: 15px;
    }

    #__tu .__contents .__contents__body .__img1 {
        width: 75%;
        margin: 0 auto 2em;
        display: block;
    }
    #__tu .__contents .__contents__body .__img1 figure {
        display: block;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    #__tu .__contents .__contents__body .__img2 {
        border-top: #d93325 solid 2px;
        width: 100%;
        margin-bottom: 2em;
        padding-top: 2em;
        display: block;
    }
    #__tu .__contents .__contents__body .__img2 figure {
        display: block;
        width: 70%;
        margin: 0 auto 15px;
    }
    #__tu .__contents .__contents__body .__img2 .__img2__text {
        display: block;
        width: 100%;
    }
    #__tu .__contents .__contents__body .__img2 .__img2__text h4 {
        margin-bottom: 12px;
        font-size: 23px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.2;
        color: #d93325;
        text-align: center;
    }
    #__tu .__contents .__contents__body .__img2 .__img2__text p {
        font-size: 16px;
        line-height: 2;
    }
    #__tu .__contents .__contents__body .__img3 {
        background-color: #ffffff;
        width: 80%;
        margin: 0 auto 2em;
        display: flex;
        flex-wrap: wrap;
    }
    #__tu .__contents .__contents__body .__img3 figure {
        order: 1;
        display: block;
        width: 100%;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body {
        order: 2;
        display: block;
        width: 100%;
        padding: 12px 12px 12px 0;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__title {
        padding-left: 12px;
        padding-bottom: 10px;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__title span {
        display: block;
        width: 90%;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text {
        padding-left: 12px;
        padding-top: 10px;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof1 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof1 span {
        font-size: 60%;
    }
    #__tu .__contents .__contents__body .__img3 .__img3__body .__img3__text .__img3__text__prof2 {
        font-size: 10px;
        line-height: 1.4;
    }
    #__tu .__contents .__contents__body .__img4 {
        max-width: 525px;
        margin: 0 auto 2em;
    }
    #__tu .__contents .__contents__body .__img4 figure {
        display: block;
        width: 80%;
        margin: 0 auto;
    }


    #__tu .__contents .__contents__body .__bodybnr {
        max-width: 540px;
        margin: 0 auto 40px;
    }
    #__tu .__contents .__contents__body .__bodybnr span {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
    }
    #__tu .__contents .__contents__body .__bodybnr a {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        display: block;
        width: 100%;
        transition: all ease .3s;
    }
    #__tu .__contents .__contents__body .__bodybnr a:hover {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    }

    #__tu .__contents .__contents__workplace {
        width: 100%;
        margin-bottom: 2em;
        position: relative;
    }
    #__tu .__contents .__contents__workplace .__workplace__fig {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    #__tu .__contents .__nextbnr {
        background-color: #bcc5d7;
        padding: 4vw;
    }
    #__tu .__contents .__nextbnr .__nextbnr__item {
        max-width: 510px;
        margin: 0 auto;
    }
    #__tu .__contents .__nextbnr .__nextbnr__item a:hover {
        opacity: .8;
    }

    #__tu .__tmip {
        background-color: #ffffff;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    #__tu .__tmip .__tmip__title {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    #__tu .__tmip .__tmip__body {
        max-width: 940px;
        margin: 0 auto;
        padding: 30px 4vw 0;
    }

    #__tu .__tmip .__tmip__body .__tmip__body__title {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
    }
    #__tu .__tmip .__tmip__body .__tmip__body__text1 {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 2;
    }

    #__tu .__tmip .__tmip__body .__tmip__overview {
        border-bottom: #eeeeee solid 1px;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview.__noborder {
        border-bottom: none;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview.__nospace {
        margin: 0;
        padding: 0;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 {
        background: linear-gradient(90deg,rgba(17, 95, 173, 1) 0%, rgba(64, 187, 197, 1) 100%);
        border-radius: 15px;
        width: 150px;
        height: 30px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 .__overview__title1a {
        display: block;
        font-size: 20px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title1 .__overview__title1b {
        display: block;
        font-size: 16px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title2 {
        border: #000 solid 1px;
        border-radius: 15px;
        width: 150px;
        height: 30px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        line-height: 1;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title2 span {
        display: block;
        font-size: 16px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 {
        border: #000 solid 1px;
        border-radius: 15px;
        width: 18em;
        height: 30px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 span {
        font-size: 16px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__title3 span > span {
        font-size: 10px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text {
        width: 100%;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text1 {
        font-size: 19px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        text-align: center;
        color: #115fad;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text1 span {
        font-size: 66%;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__text2 {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        text-align: center;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text .__overview__sch {
        max-width: 620px;
        margin: 0 auto;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl {
        display: table;
        max-width: inherit;
        margin: 0 auto;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl dt {
        width: 100%;
        margin-bottom: .5em;
        font-size: 13px;
        font-feature-settings: "palt";
        line-height: 1;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__text dl dd {
        border-bottom: #efefef dotted 1px;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 1em;
        font-size: 13px;
        font-feature-settings: "palt";
        line-height: 1.2;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges {
        width: 100%;
        display: block;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 20px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__img {
        max-width: 160px;
        width: 36vw;
        margin: 0 auto 10px;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof1 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof2 {
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
    }
    #__tu .__tmip .__tmip__body .__tmip__overview .__tmip__overview__judges .__judges__body .__prof3 {
        font-size: 10px;
        line-height: 1.5;
    }


    #__tu .__tmip .__tmip__logos {
        max-width: inherit;
        margin: 0 auto;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    #__tu .__tmip .__tmip__logos .__logo {
        width: 31%;
        margin: 0 1% 2% 1%;
    }


    #__tu .__tmip .__tmip__contact {
        padding: 8vw 4vw;
    }
    #__tu .__tmip .__tmip__contact .__btn {
        max-width: inherit;
        width: 92vw;
        margin: 0 auto 20px;
    }
    #__tu .__tmip .__tmip__contact .__btn a {
        background-color: #fff;
        border-radius: 7vw;
        width: 100%;
        height: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #__tu .__tmip .__tmip__contact .__btn a:hover {
        opacity: .8;
    }
    #__tu .__tmip .__tmip__contact .__btn a span {
        font-size: 4.6vw;
    }
    #__tu .__tmip .__tmip__contact .__contact__body {
        max-width: inherit;
        margin: 0 auto 20px;
        display: block;
    }
    #__tu .__tmip .__tmip__contact .__contact__body .__contact__body__img {
        width: 50vw;
        margin: 0 auto 20px;
    }
    #__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text {
        width: 100%;
    }
    #__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text h4 {
        border-top: #fff solid 1px;
        border-bottom: #fff solid 1px;
        margin-bottom: 10px;
        padding: .5em 0;
        font-size: 5vw;
        font-feature-settings: normal;
        line-height: 1.3;
        text-align: center;
    }
    #__tu .__tmip .__tmip__contact .__contact__body .__contact__body__text p {
        font-size: 13px;
        line-height: 1.8;
        color: #fff;
    }
    #__tu .__tmip .__tmip__contact .__contact__text {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        text-align: center;
    }
    #__tu .__tmip .__tmip__contact .__contact__text a {
        color: #fff;
    }
}
