@charset "UTF-8";
/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
main{
    background-color: #EEEEEE;
    padding-bottom: 100px;
    box-sizing: border-box;
}

/* -----------------------------------------------------------
	mainvisual
----------------------------------------------------------- */
#mainvisual{
    width: 100%;
}
#mainvisual .flexslider{
    height: auto;
    border: none!important;
    margin: 0!important;
}
#mainvisual .flexslider li{
    position: relative;
    max-height: 600px;
}
#mainvisual .flex-pauseplay-dummy li{
	line-height: 0!important;
}

#mainvisual .flexslider img{
line-height: 0!important;
transition:1s all;
}

#mainvisual .flexslider a:hover img{
    transform:scale(1.1,1.1);
  transition:1s all;
    filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
#mainvisual .catchcopy{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4em;
    background: url("../images/top/mv_triangle.png") no-repeat left top;
    width: 749px;
    height: 306px;
    padding: 32px;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #000;
}
#mainvisual .catchcopy a{
	color:#fff !important;
	transition:1s all;
}
#mainvisual .catchcopy a:hover{
	color:#333 !important;
}
#mainvisual .catchcopy .smalltext{
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 0.5em;
    padding-left: 60px;
}
#mainvisual .description{
    background: url("../images/top/mv_description_bg.png") repeat;
    bottom: 60px;
    right: 32px;
    line-height: 1.4em;
    z-index: 22;
    width: 476px;
    padding: 32px!important;
    box-sizing: border-box;
    position: absolute;
    height: auto;
}
#mainvisual .description img{
    position: absolute;
    bottom:16px;
    right: 16px;
    width: 30px;
}
@media screen and (max-width:1100px) {
#mainvisual img{
width: auto;
max-width:100%;
}
#mainvisual .flexslider{
height: auto!important
}
#mainvisual .flexslider li{
}
#mainvisual .flexslider li img.main{
    width: 100%;
  height: 350px;
  object-fit: cover;
        }
#mainvisual .catchcopy{
    font-size: 1.5rem;
    background-size: 55%;
    padding: 16px;
    width: 100%;
}
#mainvisual .catchcopy .smalltext{
    font-size: 0.7rem;
    padding-left:40px;
    margin: 0 auto;
}
#mainvisual .description{
    width: 95%;
    padding:16px 32px!important;
    margin: 0 auto;
    font-size: 0.8rem;
    top: auto;
    left: 0;
    bottom: 16px;
    right: 0;
    overflow: hidden;
    height:auto!important;
}
#mainvisual .description img{
    bottom:8px;
    right: 8px;
}
}
@media screen and (max-width:640px) {
#mainvisual .catchcopy{
    line-height: 1.3em;
}
#mainvisual .description{
    padding: 10px!important;
    bottom:0!important;
}
}
.flex-active ~ span {
    color: #fff;
}
.flex-control-thumbs {
    align-items: flex-start !important;
}

 /* -----------------------------------------------------------
	スライドショー
----------------------------------------------------------- */
.flex-control-thumbs{
    background: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0!important;
    padding:16px!important;
    box-sizing: border-box!important;
    z-index: -1
}
.flex-control-thumbs li{
    max-width: 162px!important;
    margin: 8px!important;
}
.flex-control-thumbs li img{
    width: 100%;
    filter: alpha(opacity=50)!important;
	opacity: 0.50;
}
.flex-control-thumbs li .flex-active{
    width: 100%;
    filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
.flex-pauseplay-dummy{
    z-index: 99;
    cursor: pointer;
    position: absolute;
    bottom:16px;
    right:8px!important;
    display: -webkit-flex;
    display: flex;
}
.flex-pauseplay-dummy a{
/*    width: 22px!important;*/
    height:25px !important;
    display: block;
}
.flex-pauseplay-dummy li{
width: 22px!important;
    height: 24px!important;
}
.flex-pauseplay-dummy li:last-child{
    position: absolute;
    right: 50px;
}
@media screen and (max-width:1100px) {
.flex-control-thumbs{
    padding:5px 8px 32px 5px!important;
}
#mainvisual .flex-control-thumbs li{
    max-width:200px!important;
    margin: 5px 0px 5px 5px!important;
    width: 33%;
}
.flex-pauseplay-dummy{
    right:0!important;
}
.flex-pauseplay a {
    z-index: -1 !important;
}
/*.flex-pauseplay a,
    .flex-pauseplay li{
width:18px!important;
    height: 19px!important;
}*/
/*.flex-pauseplay{
    bottom:-160px;
}*/
}
@media screen and (max-width:590px) {
/*.flex-pauseplay{
    bottom:-130px;
}*/
}

/* -----------------------------------------------------------
	スマホ用訪問者別メニュー
----------------------------------------------------------- */
#spuser{
    display: none;
}
@media screen and (max-width:768px) {
#spuser{
    display: block;
}
#spuser ul{
    margin: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    #spuser li{
        width: 49%;
        font-size: 0.9rem;
        font-weight: bold;
    }
#spuser li a{
    display: block;
    background: #fff;
    padding:16px 5px;
    box-sizing: border-box;
    padding-left: 40px;
}
#spuser li:first-child a{
    background-image:url("../images/top/ic_student.png"),url("../images/top/uer_arrow.png");
    background-repeat: no-repeat;
    background-position: 8px 50%,95% 90%;
    background-size: 25px,auto;
    }
#spuser li:last-child a{
    background-image:url("../images/top/ic_bill.png"),url("../images/top/uer_arrow.png");
    background-repeat: no-repeat;
    background-position: 8px 50%,95% 90%;
    background-size: 25px,auto;
    }
}

/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */
#news{
    background: #fff;
    border-bottom: 1px #C7000A solid;
    border-left: 10px #C7000A solid;
    display: table;
    padding:24px 32px;
    box-sizing: border-box;
    width: 100%;
}
#news h2{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #C7000A;
    width: 200px;
}
#news ul{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
}
#news li{
    margin-bottom: 8px;
}
#news li > a:before  {
	content: "";
    display: inline-block;
    transform: translateY(-10%);
    border: 5px solid transparent;
    border-left: 5px solid #C7000A;
    padding-left: 6px;
}
@media screen and (max-width:768px) {
#news{
    padding:16px;
    display:block;
    border-left: 23px #C7000A solid;
}
#news h2{
    display:block;
    width: 100%;
    margin-bottom: 8px
}
#news ul{
    display:block;;
    font-size: 1rem;
}
#news li{
    margin-bottom: 3px;
}
#news li > a:before  {
	content: "";
    display: inline-block;
    transform: translateY(-10%);
    border: 5px solid transparent;
    border-left: 5px solid #C7000A;
    padding-left: 6px;
}
}

/* -----------------------------------------------------------
	ページアンカー
----------------------------------------------------------- */
#pageanchor{
    background: linear-gradient(#eee, #fff);
    font-family: Helvetica, Arial, "sans-serif";
    padding:0 24px 24px 24px;
    box-sizing: border-box;
    margin:50px auto;
    width: 70%;
    text-align: center;
    font-weight:700;
    font-size: 1.4rem;
}
#pageanchor ul{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#pageanchor li{
    position: relative;
}
#pageanchor li > a:before{
    content: '';
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-top:6px solid #C7000A;
    border-right:7px solid transparent;
    border-left:7px solid transparent;
}
/*230608 追加*/
#pageanchor li > a:hover{
    color: #C7000A;
}
@media screen and (max-width:1100px) {
#pageanchor{
    padding:0 16px 24px 16px;
    margin:20px auto;
    width:99%;
    font-weight:700;
    font-size: 0.9rem;
}
#pageanchor ul{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
}

/* -----------------------------------------------------------
	Pick UP
----------------------------------------------------------- */
#pickup{
    max-width: 1400px;
    padding:50px 16px 0 16px;
margin: 0 auto 90px auto; 
}
#pickup h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 46px;
}
#pickup h2:first-letter{
    color: #C7000A;
}
#pickup ul a{
    color: #fff;
}
#pickup ul{
    color: #fff;
 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 0;
    flex-wrap: wrap;
}
#pickup li{
    width:49.55%;
    margin-bottom:8px;
    overflow: hidden;
}
#pickup li .pickup_img{
    width: 100%;
    z-index: -1;
    transition:1s all;
}
#pickup li .pickup_img:hover{
    transform:scale(1.1,1.1);
  transition:1s all;
    filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
#pickup dl{
    background-color: #000;
    background-image: url("../images/top/pickup_tryangle.png");
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 1.4em;
    padding:16px 24px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 120px;
    z-index: 99;
    position: sticky
}
#pickup dt{
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.4em;
}
#pickup dd{
    margin-top: 16px;
    float: left;
    font-size: 0.8rem;
    margin-right:8px;
    padding: 5px 8px;
    line-height: 1em;
    box-sizing: border-box;
}
#pickup dd.category{
    background: #C7000A;
    text-align: center;
}
@media screen and (max-width:768px) {
#pickup{
padding:20px 0 0 0;
margin: 0 auto 50px auto; 
}
#pickup h2{
    margin-bottom:24px;
    font-size: 2rem;
}
#pickup ul{
 display:block;
}
#pickup li{
    width:100%;
    margin-bottom:8px;
}
}


    
/* -----------------------------------------------------------
	Press release
----------------------------------------------------------- */
#pressrelease{
    padding-top:50px;
margin: 0 16px 90px 16px;
}
#pressrelease h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 46px;
}
#pressrelease h2:first-letter{
    color: #C7000A;
}
#pressrelease ul{
    margin: 0 auto;
    max-width: 980px;
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    line-height: 0;
    flex-wrap: wrap;
}
#pressrelease li{
    max-width: 300px;
    width:33%;
    margin-bottom:8px;
    background: #fff;
    padding:10px  10px 16px 10px;
    box-sizing: border-box;
}
#pressrelease li .pickup_img{
    width: 280px;
    height: 230px;
    overflow: hidden;
}
#pressrelease li .pickup_img img{
    width: 100%;
    transition:1s all;
}
#pressrelease li .pickup_img img:hover{
    transform:scale(1.1,1.1);
  transition:1s all;
    filter: alpha(opacity=100)!important;
}
#pressrelease dl{
    line-height: 1.4em;
    position: relative;
}
#pressrelease dt{
    margin-top: 5px;
    font-size: 0.8rem;
    margin-right: 16px;
    padding: 5px 10px;
    line-height: 1em;
    box-sizing: border-box;
    position: absolute;
    left: -24px;
    color: #fff;
    top:-26px;
    background: #C7000A;
    text-align: center;
}
#pressrelease dd{
    padding: 24px 0 0 0;
}
/*230606 追加*/
#pressrelease a:hover dd{
	color: #C7000A;
	text-decoration: underline;
}
@media screen and (max-width:768px) {
#pressrelease{
padding:15px 16px 0 16px;
margin: 0 auto 50px auto; 
}
#pressrelease h2{
    margin-bottom:24px;
    font-size: 2rem;
}
#pressrelease ul{
 display:block;
}
#pressrelease li{
    width:100%;
    margin:8px auto;
}
}

/* -----------------------------------------------------------
	We are TUT
----------------------------------------------------------- */
#wearetut{
    padding-top:50px;
margin: 0 16px 90px 16px;
    position: relative;
}
#wearetut:after{
	content:"";
	display:block;
	clear:both;
}
@media screen and (max-width:768px){
#wearetut{
    padding-top: 0;
}
}
#wearetut h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 46px;
}
@media screen and (max-width:768px){
#wearetut h2{
    font-size: 2rem;
    margin-bottom: 60px;
}
}
#wearetut h2:first-letter{
    color: #C7000A;
}
#wearetut li{
    position: relative;
    margin-right: 24px;
}
#wearetut .thum{
    position: relative;
    max-width: 674px;
    max-height: 379px;
    text-align: center;
    overflow: visible!important;
}
#wearetut .thum img{
    width: 100%;
    height: auto;
}
#wearetut .thum .play{
    width: 88px;
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
}
#wearetut .explanation{
    background-color: #fff;
    max-width: 429px;
    padding: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    right: 0;
}
#wearetut .explanation h3{
    color: #C7000A;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 40px;
}
@media screen and (max-width:768px){
#wearetut .explanation h3{
    font-size: 1.1rem;
}
}
#wearetut .mvbtn a{
    display:inline-block;
    padding: 16px 60px 16px 24px;
    box-sizing: border-box;
    background-color: #C7000A;
    color: #fff;
    background-image: url("../images/common/movie_arrow.png");
    background-repeat: no-repeat;
    background-position:right 16px top 50%;
    background-size: 27px;
    margin-top: 50px;
    z-index: 9999;
}
#wearetut .mvbtn-site a{
    background-image: url("../images/common/ic_newwin2.png");
    background-size: 13px;
}
/*
#wearetut .mvbtn-site a{
    background-image: none;
	position:relative
}

#wearetut .mvbtn-site a:before{position: absolute;right: 16px;border-bottom:1px solid #fff;top: 0;bottom: 0;width: 18px;margin: auto;height: 1px;content: "";/* bottom: 0; */vertical-align: middle;}
#wearetut .mvbtn-site a:after{
	right: 10px;
	box-sizing: border-box;
	width: 7px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 7px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
*/
@media screen and (max-width:768px){
#wearetut .mvbtn a{
    padding: 10px 60px 10px 20px;
}
}
#wearetut button{
  background-color: transparent;
  border-style: none;
  color: inherit;
}
#wearetut .thum .movie-thum {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
li.slick-slide{
    max-width: 900px!important;
    width: 100%;
}

.slider .slick-slide {
	transition: all .5s;
	opacity: 0.5;
}
.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}
.slider .slick-slide.slick-center + .slick-slide{

}
.slick-arrow{
    position: absolute;
    top: -60px;
    z-index: 9999;
}
.slick-prev, 
.slick-next {
    cursor: pointer;
    outline: none;
}
.slick-next {
    right:25%;
    content: url(../images/top/mvslide_arrow.png);
    width: 22px;
    height: 8px;
}
.slick-prev {
    right: 28%;
    content: url(../images/top/mvslide_arrow_l.png);
    width: 22px;
    height: 8px;
}
.slick-dots {
    cursor: pointer;
    position: absolute;
    top: -80px;
    right:0;
    left: -500px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
content: url(../images/top/mv_dot_out.png);
}
.slick-dots button {
    width: 8px;
    height: 8px;
    display:block;
}
.slick-dots li.slick-active {
    content: url(../images/top/mv_dot_on.png);
}
.slick-dots .slick-active button{
    width: 28px;
    height: 8px;
    display:block;
}
@media screen and (max-width:1100px) {
#wearetut{
margin: 40px 16px 90px 16px;
min-height:300px;
}

#wearetut .thum .movie-thum{
    height: auto;
}
.slick-prev {
    right: 50px;
}
.slick-next {
    right: 10px;
}

}
@media screen and (max-width:992px) {
.slick-track{
    margin-left: 170px;
}
.slick-dots {
    left: 0px;
     right: auto;
}
#wearetut {
    min-height: 500px;
}
#wearetut .thum{
    width: 50%!important;
    height: auto!important;
}
#wearetut .explanation{
    width: 44%;
    padding: 24px;
    top: 98px;
    left: 20%;
}
#wearetut .thum .play{
    top: 0;
    left: 30px;
    right: auto;
    bottom: 0;
}

}
@media screen and (max-width:768px) {
#wearetut{
margin: 40px 16px 40px 16px;
    min-height: auto;
}
#wearetut .thum .play{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
li.slick-slide{
    max-width: 350px!important;
    width: 100%;
    min-height: 400px;
}
.slick-track{
    margin-left: auto;
}
#wearetut .thum{
    width: 90%!important;
    height: auto!important;
}
#wearetut .explanation{
    width: 80%;
    padding: 24px;
    top: 100px;
    right: 0;
}
#wearetut .slider > li{
    margin-right: 0;
}
#wearetut .thum .play{
    width: 50px;
}
#wearetut .explanation p{
    font-size: 0.8rem;
    }
#wearetut .explanation h3{
    margin-bottom:8px;
}
    #wearetut .mvbtn{
        overflow: hidden;
    }
#wearetut .mvbtn a{
    float: right;
    margin-top: 8px;
}
#wearetut button{
  background-color: transparent;
  border-style: none;
  color: inherit;
}

.slick-arrow{
    top: -30px;
}

.slick-dots {
    top: -50px;
    right:0;
    left: -210px;
}

}

/* -----------------------------------------------------------
	Research
----------------------------------------------------------- */
#research{
    padding-top:50px;
margin: 0 24px 90px 0;
}
#research h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 46px;
}
#research h2:first-letter{
    color: #C7000A;
}
#research .lr{
    display: -webkit-flex;
    display: flex;
}
#research .lr .photo{
    max-width: 600px;
    min-width: 400px;
    margin-right: 70px;
}
#research .lr .photo img{
    width: 100%;
}
#research .lr .text{
    padding-top: 24px;
    line-height: 1.9em;
}
#research .lr .text h3{
    color: #C7000A;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 60px;
}
#research .lr .text .trbtn a{
    display:inline-block;
    padding: 16px 100px 16px 24px;
    box-sizing: border-box;
    background-color: #C7000A;
    color: #fff;
    background-image: url("../images/common/btn_arrow.png");
    background-repeat: no-repeat;
    background-position:right 16px top 50%;
    margin-top: 60px;
}
#research .lr .text .trbtn a img{
    vertical-align: middle;
    padding-left: 5px;
}
@media screen and (max-width:768px) {
#research{
 padding-top:30px;
margin: 0 auto 50px auto;
}
#research h2{
    margin-bottom: 24px;
    font-size: 2rem;
}
#research .lr{
    display:block;
    margin: 0 auto;
}
#research .lr .photo{
    max-width: 80%;
    margin:0 auto;
    text-align: center;
}
#research .lr .photo img{
    margin: 0 auto;
    display:block;
    text-align: center;
}
#research .lr .text{
    padding-top: 24px;
    width: 95%;
    margin: 0 auto;
}
#research .lr .text h3{
    font-size: 1.3rem;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#research .lr .text .trbtn a{
    max-width: 330px;
    display:block;
    padding: 16px 100px 16px 24px;
    box-sizing: border-box;
    background-color: #C7000A;
    color: #fff;
    background-image: url("../images/common/btn_arrow.png");
    background-repeat: no-repeat;
    background-position:right 16px top 50%;
    margin:24px auto 0 auto;
}
}

/*===========
inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/** add */
.pickup-img {
	width: 100%;
	z-index: -1;
	transition:1s all;
}
.pickup-img:hover {
	transform:scale(1.1,1.1);
	transition:1s all;
	filter: alpha(opacity=100)!important;
	opacity: 1!important;
}
#pickup a {
	color: #fff;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#pickup dl {
	margin-top: -10px;
}
#pickup img {
	max-height: 500px;
	object-fit: cover;
}
.fadeIn.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn {
	opacity: 0;
	transform: translate(0, 0);
	transition: 1s;
}
#pressrelease {
	max-width: 1000px;
	padding-top: 50px;
	margin: 0 auto 90px auto;
}
#pressrelease img {
	max-height: 230px;
	object-fit: cover;
}
.pr-box {
	margin-bottom: 8px;
	background: #fff;
	padding: 10px 10px 16px 10px;
	box-sizing: border-box;
}
.pr-img-box {
	overflow: hidden;
}
@media screen and (max-width:768px){
	#pressrelease {
		margin: 20px 0;
		padding-top: 0;
	}
}
.slick-list {
	overflow: inherit;
}


/*===========
 2209　一覧ボタン設置
 ===========*/

#wrapper .listbtn{
	text-align: right;
	margin-top: 24px;
}
#wrapper .listbtn a{
    display:inline-block;
    padding: 8px 60px 8px 24px;
    box-sizing: border-box;
    color: #000;
    background-image: url("../images/common/listbtn_arrow_bk.png");
    background-repeat: no-repeat;
    background-position:right 16px top 50%;
    border: 1px solid #000;
    font-size: 90%;
	transition: all 1s ease;
}
#wrapper .listbtn a img{
    vertical-align: middle;
    padding-left: 5px;
}
#wrapper .listbtn a:hover{
	background-color: #000;
	color: #fff;
	background-image: url("../images/common/listbtn_arrow_wh.png");
}

#wrapper .listbtn-pr{
	padding-right: 18px;
	margin-top: 10px;
}

@media screen and (max-width:768px){
	#wrapper .listbtn{
		padding-right: 16px;
	}

	#wrapper .listbtn-pr{
		padding-right: 0;
		margin-top: 24px;
		margin-bottom: 70px;
	}
}
/*===========
 2210　メインビジュアルサムネイル
 ===========*/

#mainvisual .thumbs-text{
	display: block;
    font-size: .5em;
    color: #fff;
    line-height: 1.8em;
    text-align: left;
    padding-top: 8px;
    opacity: .5;
}
#mainvisual .thumbs-text2{
	display: block;
    font-size: .5em;
    color: #fff;
    line-height: 1.8em;
    text-align: left;
    padding-top: 8px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

.flex-active .thumb-img,#mainvisual .flex-active .thumbs-text {
    opacity: 1;
    cursor: default;
}