@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;

    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","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;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}
.bgcolor1 {
    background-color: #edeff3;
}
.bgcolor2 {
    background-color: #e4e8ed;
}

.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: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 834px) {
    .is-pc {
        display: none !important;
    }
    .tab-only {
        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 {
}
body.preload {
    background: url(loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

/* ===================== */
/* body
/* ===================== */


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

#_footer {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

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

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

#_tu {
    background-color: #fff;
    margin: 0 auto;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

body.preload #_tu {
    opacity: 0;
}

#_tu ._mv {
    background: url(bg2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mv img {
    width: 100%;
}
#_tu ._mv ._title_sub {
    background: url(bg1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px 0;
}
#_tu ._mv ._title_sub p {
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 44px;
    letter-spacing: .05em;
    color: #ffffff;
    text-align: center;
}
#_tu ._mv ._title_sub p span {
    font-size: 80%;
}

#_tu ._mv ._mv_inner {
    padding: 3.5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._mv ._mv_inner ._page_title {
    width: 39.0625%;
    margin-right: 4%;
}
#_tu ._mv ._mv_inner ._page_title h1 {
    display: block;
    max-width: 100%;
}
#_tu ._mv ._new_article {
    width: 46.875%;
    position: relative;
}
#_tu ._mv ._new_article::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 25%;
    height: 3px;
    position: absolute;
    right: -5%;
    bottom: 11%;
    transform: rotate(-45deg);
    z-index: 10;
}
#_tu ._mv ._new_article ._mv_main {
    clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 77%, 100% 0);
    width: 100%;
}
#_tu ._mv ._new_article ._mv_main_num {
    clip-path: polygon( 0 100%, 100% 100%, 100% 0);
    width: 18%;
    height: 30%;
    position: absolute;
    right: -2%;
    bottom: -2%;
    font-size: 4.5vw;
    font-feature-settings: "palt";
    line-height: 1;
    color: #ffffff;
}
#_tu ._mv ._new_article ._mv_main_num .splide__slide {
    padding-top: 60%;
}
#_tu ._mv ._new_article ._mv_main .splide__slide {
}
#_tu ._mv ._new_article ._mv_main .splide__slide img {
    opacity: .8;
    transform: scale(.95);
    transition: .3s;
}
#_tu ._mv ._new_article ._mv_main .splide__slide.is-active img {
    opacity: 1;
    transform: scale(1);
}
#_tu ._mv ._new_article ._mv_main_num .splide__slide {
    border: none;
    text-align: right;
}


#_tu ._read {
    width: 100%;
    padding: 20px 0;
    position: relative;
}
#_tu ._read ._read_inner {
    display: table;
    margin: 0 auto;
}
#_tu ._read ._read_inner p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

#_tu ._contents {
    background: url(bg3.jpg) center top repeat-y;
    background-size: 100% auto;
    width: 100%;
    padding: 40px 40px 1px;
}
#_tu ._contents._bg_white {
    background-color: #ffffff;
}
#_tu ._contents ._contents_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


#_tu ._contents ._contents_article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: bottom;
    justify-content: space-between;
}
#_tu ._contents ._contents_article ._panel {
    width: 47.5%;
    margin-bottom: 4%;
}
#_tu ._contents ._contents_article ._panel > a {
    display: block;
    border: #1965d0 solid 1px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all ease .4s;
}
#_tu ._contents ._contents_article ._panel > a:hover {
    opacity: .7;
}
#_tu ._contents ._contents_article ._panel ._panel_img {
    display: block;
    width: 100%;
    position: relative;
}
#_tu ._contents ._contents_article ._panel ._panel_img figure {
    display: block;
}
#_tu ._contents ._contents_article ._panel ._panel_text {
    display: block;
    align-items: center;
    width: 100%;
    padding: 2% 11.5% 2% 3%;
    position: relative;
}
#_tu ._contents ._contents_article ._panel ._panel_text::before {
    content: "";
    display: block;
    background: url(icon_arr_link.png) center center no-repeat;
    background-size: 100% 100%;
    width: 10%;
    height: 55%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
#_tu ._contents ._contents_article ._panel ._panel_text p {
    display: block;
    min-height: 2.8em;
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.4;
}
#_tu ._contents ._contents_article ._panel_ad {
    background-color: #ffffff;
    border: #000000 solid 2px;
    width: 47.5%;
    margin-bottom: 4%;
}

#_tu ._links {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#_tu ._links ._bnr {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#_tu ._links ._bnr ._bnr_item {
    width: 48%;
    border: #e6e6e6 solid 1px;
    border-radius: 6px;
    overflow: hidden;
}
#_tu ._links ._bnr ._bnr_item a {
    transition: opacity ease .3s;
}
#_tu ._links ._bnr ._bnr_item a:hover {
    opacity: .7;
}

#_tu ._contact {
    width: 100%;
    margin-bottom: 50px;
}
#_tu ._contact ._logo {
    width: 120px;
    margin: 0 auto;
}


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

    #_tu ._mv {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    #_tu ._mv img {
        width: 100%;
    }
    #_tu ._mv ._title_sub {
        width: 100%;
        padding: 2vw 0;
    }
    #_tu ._mv ._title_sub p {
        font-size: 6vw;
        line-height: 1.2;
    }
    #_tu ._mv ._title_sub p span {
        font-size: 80%;
    }

    #_tu ._mv ._mv_inner {
        padding: 5vw 0;
        display: block;
    }
    #_tu ._mv ._mv_inner ._page_title {
        width: 90%;
        margin-right: 0;
        margin: 0 auto 5vw;
    }
    #_tu ._mv ._mv_inner ._page_title h1 {
        display: block;
        max-width: 100%;
    }
    #_tu ._mv ._new_article {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    #_tu ._mv ._new_article::before {
        height: 2px;
    }
    #_tu ._mv ._new_article ._mv_main_num {
        font-size: 8vw;
    }


    #_tu ._read {
        width: 100%;
        padding: 4.5vw 5vw;
        position: relative;
    }
    #_tu ._read ._read_inner {
        display: table;
        margin: 0 auto;
    }
    #_tu ._read ._read_inner p {
        font-size: 16px;
        line-height: 1.8;
        text-align: justify;
    }

    #_tu ._contents {
        background: url(bg3.jpg) center top repeat-y;
        background-size: 200% auto;
        width: 100%;
        padding: 5vw 5vw 1px;
    }


    #_tu ._contents ._contents_article {
        width: 100%;
        display: block;
    }
    #_tu ._contents ._contents_article ._panel {
        width: 100%;
        margin-bottom: 5vw;
    }
    #_tu ._contents ._contents_article ._panel > a {
        border-radius: 3vw;
    }
    #_tu ._contents ._contents_article ._panel ._panel_text p {
        display: block;
        min-height: 2.6em;
        font-size: 3.8vw;
        font-feature-settings: "palt";
        line-height: 1.3;
    }
    #_tu ._contents ._contents_article ._panel_ad {
        background-color: #ffffff;
        border: #000000 solid 2px;
        width: 100%;
        margin-bottom: 5vw;
    }

    #_tu ._links {
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0 1px 0;
    }
    #_tu ._links ._bnr {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        display: block;
    }
    #_tu ._links ._bnr ._bnr_item {
        width: 60%;
        margin: 0 auto 4vw;
        border: #e6e6e6 solid 1px;
        border-radius: 6px;
        overflow: hidden;
    }
    #_tu ._links ._bnr ._bnr_item a {
        transition: opacity ease .3s;
    }
    #_tu ._links ._bnr ._bnr_item a:hover {
        opacity: .7;
    }

    #_tu ._contact {
        width: 100%;
        margin-bottom: 30px;
    }
    #_tu ._contact ._logo {
        width: 25vw;
        margin: 0 auto;
    }
}
