@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
    width: 100%;
    color: #4d4d4d;
	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;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.is-hide {
    animation: fadeOut ease .5s forwards;
}

@keyframes fadeOut {
    0% {opacity: 1;}
    99% {opacity: 0; visibility: visible;}
    100% {opacity: 0; visibility: hidden;}
}
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;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #fff;
    background-size: auto;
}
body.preload {
    background: #fff url(loading.gif) no-repeat calc(50vw - 20px) 430px;
    background-size: 40px 40px;
}

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

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

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


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

.nxt_header {
	width: 1000px;
	margin: 0px auto;
    z-index: 100;
}

.social_buttons {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0;
	text-align: right;
}
.social_buttons li {
	float: none;
	display: inline-block !important;
}


/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
	background:#fff;
	padding-top:20px !important;
	line-height: 150%;
}

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

@media only screen and (max-width: 834px) {
	#bpGlobalHeader {
		display: none;
	}
	.nxt_header {
		display: none;
	}
}

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


#tu_wrap {
    background: url(bg01.jpg) center center no-repeat;
    background-size: cover;
	width: 100%;
    height: 840px;
    position: relative;
    text-align: justify;
    visibility: visible;
    opacity: 1;
    transition: all ease .5s;
}
body.preload #tu_wrap {
    visibility: hidden;
    opacity: 0;
}
#tu_wrap::before {
    content: "";
    display: block;
    background: url(bg02.jpg) center top repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap a {
    cursor: pointer;
}



.nav-ham {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(420px);
    z-index: 3000;
    cursor: pointer;
    transition: all .3s ease;
}
.nav-ham > span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 0;
    top: 22px;
}
.nav-ham > span::after,
.nav-ham > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all .3s ease
}
.nav-ham > span::before {
    top: 14px;
}
.nav-ham > span::after {
    bottom: 14px;
}
.nav-ham.is-open > span {
    background-color: transparent
}
.nav-ham.is-open > span::before {
    background: #fff;
    top:-.6rem;
    -webkit-transform:translateY(.6rem) rotate(135deg);
    transform:translateY(.6rem) rotate(135deg)
}
.nav-ham.is-open > span::after {
    background: #fff;
    bottom:-.6rem;-webkit-transform:translateY(-.6rem) rotate(-135deg);
    transform:translateY(-.6rem) rotate(-135deg)
}

.tu-all-nav-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    transition-timing-function: cubic-bezier(0,0,.25,1);
}
.tu-all-nav-wrap.is-open {
    opacity:1;
    visibility:visible
}
.tu-all-nav-body {
    position: relative;
    width: 980px;
    padding-top: 100px;
    margin: 0 auto;
    z-index:2;
    display: flex;
    justify-content: space-between;
}
.tu-all-nav-body .tu-all-nav {
    display: table;
    position: relative;
}
.tu-all-nav-body .tu-all-nav.nav-left {
    width: 380px;
}
.tu-all-nav-body .tu-all-nav.nav-right {
    width: 580px;
}
.tu-all-nav-body .tu-all-nav::before,
.tu-all-nav-body .tu-all-nav::after {
    content: "";
    display: block;
    background-color: #7AB99E;
    width: 1px;
    height: calc(100% + 8px);
    position: absolute;
    left: 4px;
    top: -4px;
}
.tu-all-nav-body .tu-all-nav::after {
    left: auto;
    right: 4px;
    top: -4px;
}
.tu-all-nav-body .tu-all-nav h2 {
    display: block;
    border-top: #7AB99E solid 1px;
    border-bottom : #7AB99E solid 1px;
    margin: 0;
    padding: 4px 10px;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.tu-all-nav-body .tu-all-nav h2::before,
.tu-all-nav-body .tu-all-nav h2::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
}
.tu-all-nav-body .tu-all-nav h2::after {
    top: auto;
    bottom: -1px;
}
.tu-all-nav-body .tu-all-nav h2 img {
    width: auto;
    height: 24px;
}
.tu-all-nav-body .tu-all-nav h3 {
    margin: 0;
    padding: 10px 10px 13px 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #7AB99E;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list {
    display: block;
    border-bottom : #7AB99E solid 1px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list.list-a {
    padding: 0 10px 0 30px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list.list-b {
    padding: 13px 10px 0 10px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list.list-c {
    border-bottom : none;
    padding: 13px 10px 0 10px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list li {
    margin-bottom: 13px;
    padding: 0;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list li a {
    display: table;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: relative;
    transition: all ease .3s;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list li a:hover {
    opacity: .8;
    padding-right: 25px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list li a::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 12px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 8px;
}
.tu-all-nav-body .tu-all-nav .tu-nav-list li a::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 7px;
    height: 1px;
    position: absolute;
    right: -1px;
    top: 6px;
    transform: rotate(45deg);
}
.tu-all-nav-body .tu-all-nav p {
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #7AB99E;
}

.tu-all-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: rgba(0,128,82,.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index:1;
}

#tu_wrap > .tu_head {
    background: url(headerbg.jpg) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 72px;
    position: relative;
}
#tu_wrap > .tu_head h1 {
    display: block;
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#tu_wrap > .tu_head .info {
    display: table;
    background-color: #fff;
    border: #ccc solid 1px;
    border-radius: 4px;
    padding: 15px 15px 15px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-480px,-50%);
}
#tu_wrap > .tu_head .info::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#tu_wrap > .tu_head .info p {
    font-size: 15px;
    line-height: 1;
}


#tu_wrap > .tu_contents_wrap {
    width: 100%;
    height: calc(100% - 72px);
    overflow: hidden;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .bg {
    width: 960px;
    height: 710px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening {
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,.5);
    border-radius: 5px;
    width: 740px;
    height: 500px;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening.is-active {
    animation: opening_active ease .5s forwards;
    visibility: visible;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening.is-close {
    animation: opening_close ease .5s forwards;
}

@keyframes opening_active {
    0% {
        opacity: 0;
        top: 60%;
    }
    100% {
        opacity: 1;
        top: 50%;
    }
}
@keyframes opening_close {
    0% {
        opacity: 1;
        top: 50%;
    }
    99% {
        opacity: 0;
        top: 40%;
    }
    100% {
        opacity: 0;
        top: -100vh;
    }
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .ttl {
    display: block;
    width: 426px;
    margin-bottom: 30px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite {
    width: 100%;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use {
    display: inline-block;
    background-color: #fff;
    border: #ccc solid 1px;
    border-radius: 4px;
    padding: 15px 15px 15px 40px;
    position: relative;
    font-size: 14px;
    line-height: 1;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use.usemenu {
    margin-left: 5px;
    padding: 15px 15px 15px 45px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use.usemenu::before {
    display: none;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use span {
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 10px;
    top: 21px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use span::after,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all .3s ease
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use span::before {
    top: 10px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .usesite .use span::after {
    bottom: 10px;
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 200;
    cursor: pointer;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close > span {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 22px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close > span::after,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all .3s ease
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close > span::before {
    top: 14px;
    top:-.6rem;
    -webkit-transform:translateY(.6rem) rotate(135deg);
    transform:translateY(.6rem) rotate(135deg)
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .nav_close > span::after {
    bottom: 14px;
    bottom: -.6rem;-webkit-transform:translateY(-.6rem) rotate(-135deg);
    transform:translateY(-.6rem) rotate(-135deg)
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .baroon {
    width: 184px;
    height: 75px;
    position: absolute;
    right: 43px;
    top: -30px;
    opacity: 0;
    z-index: 201;
    transition: all ease .5s;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_opening .baroon.is-active {
    opacity: 1;
    top: -50px;
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main {
    width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top {
    background: url(main_nav_bg.jpg) center center no-repeat;
    background-size: 100% auto;
    border-bottom: #ccc solid 2px;
    width: 100%;
    height: 420px;
    position: relative;
    font-feature-settings: "palt";
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item {
    background-color: #fff;
    border: #268045 solid 1px;
    border-radius: 4px;
    padding-bottom: 5px;
    position: absolute;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item .ttl {
    background-color: #268045;
    border-radius: 3px 3px 0 0;
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    color: #fff;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item.item_05 .ttl {
    margin-bottom: 0;
    padding: 0 0 0 10px;
    text-align: left;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item .ttl a {
    background-color: #268045;
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item .ttl a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item .ttl a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 23px;
    left: -1px;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item ul {
    padding-left: 10px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item li {
    margin-bottom: 5px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item li a {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #777;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item li a:hover {
    color: #00A6BC;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item li a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item li a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 23px;
    left: -1px;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_01 {
    width: 210px;
    top: 45px;
    left: 0;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_01 .icon {
    width: 80px;
    position: absolute;
    bottom: -30px;
    right: -20px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_02 {
    width: 210px;
    top: 10px;
    left: 265px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_02 .icon {
    width: 80px;
    position: absolute;
    bottom: -30px;
    right: -20px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_03 {
    width: 260px;
    top: 10px;
    right: 0;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_03 .icon {
    width: 80px;
    position: absolute;
    bottom: -55px;
    right: 0;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_04 {
    width: 190px;
    top: 250px;
    left: 25px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_04 .icon {
    width: 80px;
    position: absolute;
    bottom: -10px;
    right: -70px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_05 {
    width: 270px;
    padding: 0;
    top: 325px;
    right: 0;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_top > .item_05 .icon {
    width: 80px;
    position: absolute;
    bottom: 30px;
    right: 60px;
}

#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom {
    display: flex;
    width: 100%;
    height: 180px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item {
    width: 50%;
    height: 180px;
    padding-top: 20px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a {
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a.nav_sol_01 {
    background: url(nav_img01.png) center 50px no-repeat;
    background-size: 306px auto;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a.nav_sol_02 {
    background: url(nav_img02.png) center bottom no-repeat;
    background-size: 280px auto;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a span {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    color: #00A6BC;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a:hover span {
    color: #00C9D8;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a span::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_main > .nav_main_bottom > .item a:hover span::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 34px;
    left: -1px;
    transform: translateY(-50%);
    animation: icon-anime ease-in-out 1s infinite;
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_01,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 {
    background: url(nav_bg02.png) center top no-repeat;
    background-size: 100% auto;
    width: 220px;
    height: 215px;
    padding-top: 75px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-640px);
    z-index: 3;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 {
    transform: translateX(420px);
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_01 a,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 a {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_01 a span,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 a span {
    display: block;
    background-color: #bbb;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_01 a::before,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: -10px;
    top: -18px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_01 a:hover::before,
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_02 a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 34px;
    left: -11px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_03 {
    background: url(nav_bg03.png) center top no-repeat;
    background-size: 100% 100%;
    width: 175px;
    height: 360px;
    padding-top: 7px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-640px);
    z-index: 5;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_03 a {
    display: block;
    width: 157px;
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_03 a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: -10px;
    top: -18px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_video_03 a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 34px;
    left: -11px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_person {
    width: 125px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-490px);
    z-index: 4;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_person a {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_person a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 110px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_person a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 34px;
    left: 24px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet {
    width: 140px;
    height: 380px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(440px);
    z-index: 6;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_bg {
    pointer-events: none;
    width: 94px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet {
    width: 82px;
    height: auto;
    position: absolute;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_01 {
    left: -5px;
    top: 0;
    z-index: 1;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_02 {
    right: 4px;
    top: 0;
    z-index: 3;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_03 {
    left: -5px;
    top: 80px;
    z-index: 1;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_04 {
    right: 4px;
    top: 80px;
    z-index: 3;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_05 {
    left: -5px;
    top: 160px;
    z-index: 1;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet_06 {
    right: 4px;
    top: 160px;
    z-index: 3;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet a {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet a::before {
    content: "";
    display: block;
    background: url(nav_mark_off.png) center center no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 5px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_pamphlet .pamphlet a:hover::before {
    background: url(nav_mark_on.png) center center no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 34px;
    left: 19px;
    transform: translateY(0%);
    animation: icon-anime-video ease-in-out 1s infinite;
}

@keyframes icon-anime {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes icon-anime-video {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-15%);
    }
    100% {
        transform: translateY(0%);
    }
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_01 {
    width: 160px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-480px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_02 {
    width: 175px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 205px;
    transform: translateX(440px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_03 {
    width: 160px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 490px;
    transform: translateX(-580px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_04 {
    width: 137px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translateX(360px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_05 {
    width: 180px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 435px;
    transform: translateX(220px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_06 {
    width: 170px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 630px;
    transform: translateX(-270px);
    z-index: 11;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .nav_baloon_07 {
    width: 164px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 630px;
    transform: translateX(145px);
    z-index: 11;
}


.modal-content{
    background: #fff;
    z-index: 9999;
    width: 800px;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    display: none;
}
.modal-overlay{
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
.modal_box {
    width: 100%;
}
.modal_box .modal_head {
    background-color: #D8D8D8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_box .modal_head h4 {
    display: block;
    width: 50%;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}
.modal_box .modal_head ul {
    width: 50%;
    padding: 15px;
    display: flex;
    justify-content: flex-end;
}
.modal_box .modal_head ul li {
    margin-left: 10px;
    display: block;
}
.modal_box .modal_head ul li a {
    display: block;
    background-color: #007E3A;
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.modal_box .modal_head ul li a::before {
    content: "";
    display: block;
    background-color: #0F8C46;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.modal_box .modal_head ul li a span {
    display: block;
    padding: 15px 10px 15px 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: all ease .3s;
}
.modal_box .modal_head ul li a:hover span {
    opacity: .7;
}
.modal_box .modal_head ul li a span::before {
    content: "";
    display: block;
    width: 25px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.modal_box .modal_head ul li a span.pdfdl::before {
    background: url(icon01.png) center center no-repeat;
    background-size: 100% 100%;
}
.modal_box .modal_head ul li a span.pdfpre::before {
    background: url(icon02.png) center center no-repeat;
    background-size: 100% 100%;
}

.modal_box .modal_item_01 {
    background-color: #fff;
    padding: 0;
}

.modal_box .modal_item_02 {
    background-color: #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.modal_box .modal_item_02 .ph {
    width: 270px;
}

.modal_box .modal_item_02 .text {
    width: 400px;
}
.modal_box .modal_item_02 .text h5 {
    display: block;
    border-bottom: #999 dotted 1px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #007E3A;
}
.modal_box .modal_item_02 .text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.modal_box .modal_item_02 .text p .link {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: underline;
    color: #007E3A;
}
.modal_box .modal_item_02 .text p .link:hover {
    text-decoration: none;
}
.modal_box .modal_item_02 .text p .link::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #007E3A;
    border-right: 3px solid #007E3A;
    transform: rotate(45deg);
}

.modal_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: -60px;
    cursor: pointer;
}
.modal_close > span {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 22px;
}
.modal_close > span::after,
.modal_close > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all .3s ease
}
.modal_close > span::before {
    top: 14px;
    top:-.6rem;
    -webkit-transform:translateY(.6rem) rotate(135deg);
    transform:translateY(.6rem) rotate(135deg)
}
.modal_close > span::after {
    bottom: 14px;
    bottom: -.6rem;-webkit-transform:translateY(-.6rem) rotate(-135deg);
    transform:translateY(-.6rem) rotate(-135deg)
}


#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video {
    width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video.video_page {
    padding-top: 70px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #008052;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_text {
    display: block;
    width: 550px;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_text2 {
    display: block;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video #note_text {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video #note_text br {
    display: none;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn {
    width: 400px;
    margin: 0 auto 20px;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn a {
    display: block;
    background-color: #d75a24;
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn a::before {
    content: "";
    display: block;
    background-color: #e46f3c;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn a span {
    display: block;
    padding: 30px 10px 30px 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: all ease .3s;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn a:hover span {
    opacity: .7;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .btn a span::before {
    background: url(icon03.png) center center no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_wrap {
    width: 550px;
    margin: 0 auto 15px auto;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_wrap img {
    width: 100%;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_wrap2 {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 10px;
    padding-top: 56.25%;
    overflow: hidden;
}
#tu_wrap > .tu_contents_wrap  > .tu_contents > .tu_video .video_wrap2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.tu_foot {
    background-color: #dcdcdc;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.tu_foot .ttl {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #000;
}
.tu_foot .logo {
    width: 230px;
    margin: 0 auto 50px;
}
.tu_foot .logo a {
    opacity: 1;
    transition: all ease .3s;
}
.tu_foot .logo a:hover {
    opacity: .7;
}
.tu_foot p {
    margin-bottom: 2em;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    color: #333;
}
.tu_foot p a {
    font-weight: bold;
    text-decoration: underline;
    color: #008052;
}
.tu_foot p a:hover {
    text-decoration: none;
    opacity: .8;
}
.tu_foot p span {
    display: block;
    font-size: 12px;
    color: #666;
}





.zoomin-01 {
    transform: scale(1.2);
    transition: all cubic-bezier(.24,0,.19,1) .5s .5s;
    opacity: 0;
    visibility: hidden;
}
.zoomin-01.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.zoomin-02 {
    transform: scale(.8);
    margin-top: 40px;
    transition: all cubic-bezier(.24,0,.19,1) 1s;
    opacity: 0;
    visibility: hidden;
}
.zoomin-02.active {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.slidein-01 {
    margin-left: 50px;
    transition: all cubic-bezier(.24,0,.19,1) .5s .5s;
    opacity: 0;
    visibility: hidden;
}
.slidein-01.active {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.slidein-02 {
    margin-left: -50px;
    transition: all cubic-bezier(.24,0,.19,1) .5s .5s;
    opacity: 0;
    visibility: hidden;
}
.slidein-02.active {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.slidein-03 {
    margin-top: -30px;
    transition: all cubic-bezier(.24,0,.19,1) .8s .5s;
    opacity: 0;
    visibility: hidden;
}
.slidein-03.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.slidein-04 {
    margin-top: 30px;
    transition: all cubic-bezier(.24,0,.19,1) .8s .5s;
    opacity: 0;
    visibility: hidden;
}
.slidein-04.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
