@charset "utf-8";
/* -----------------------------------------------
 index CSS
-------------------------------------------------- */
/* MV */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  background: rgba(88, 122, 166, 1.00);
  z-index: 2;
  border-radius: 0 0 0 30px;
}
.mvtxt {
  position: absolute;
  width: 45%;
  bottom: 5%;
  left: 5%;
  z-index: 10
}
.mvtxt img {
  width: 100%;
  /*filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .4));*/
}
.mvtxt p{
  color: white;
  font-family: var(--Montserrat);
  margin-bottom: .5em;
  letter-spacing: 1px;
}
/* video */
.videoWrap {
  position: relative;
  background: url("../images/mv_photo.jpg");
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.videoWrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

#about{
    position: relative;
    z-index: 1;
}
.bg-g{
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
    height: 510px;
    background-color: #F2F2F2;
    z-index: -1;
    border-radius: 0 0 40px 0 ;
}

.img_posi{
    position: relative;
    z-index: 1;
}
.img_text{
    position: absolute;
    top: 28%;
    left: 5%;
    width: 90%;
    z-index: 2;
    color: white;
}
.img_text_w{
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 80%;
    z-index: 2;
    background-color: white;
    padding: .5em 1.2em;
}
h3.text_r{
    color: var(--main);
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
h3.text_r span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--Montserrat);
    font-size: 70%;
}
h3.text_b{
    color: var(--sab);
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
h3.text_b span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--Montserrat);
    font-size: 70%;
}

.top-photo {
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  margin-top: 5%;
}
.top-photo img {
  width: 45%;
  border-radius: 0 30px 30px  0;
}
#interview{
  position: relative;
  z-index: 1;
}
.in_ttl{
  position: absolute;
  width: 10%;
  z-index: 1;
  overflow: hidden;
}
.bg-red {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
  background-color: #CB0022;
}

ul.interview_box {
  display: block;
  width: 85%;
  margin: 0 0 0 auto;
}
ul.interview_box li{
  display: inline-block;
  width: 33.33%;
  text-align: left;
  vertical-align: top;
  padding: 0 1%;
}
ul.interview_box .po_ri{
  position: relative;
}
ul.interview_box li:nth-child(even){
	margin-top: 40px;
}
ul.interview_box > li:not(:first-child) {
    display: none;
}
ul.interview_box li img{
  border-radius: 20px;
  width: 100%;
}
.in_text{
    position: absolute;
    bottom: 0;
    left: -2em;
}
.in_text p {
    font-size: 17.5px;
    font-weight: 700;
}
.in_text p span{
    background-color: white;
    line-height: 1.7;
}
.name{
    width: 90%;
    position: relative;
    margin: .5em auto 0;
}
.h3_in{
    color: white;
    font-size: 2.5em;
    text-align: left;
    margin-bottom: 0;
}
.name p{
    position: absolute;
    top: .7em;
    right: 10px;
    font-size: 16px;
    color: white;
    line-height: 1.4!important;
    margin-bottom: 0;
	letter-spacing: 1px
}
.arrow {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  margin-left: 5%;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(50deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.bg-movie{
    background-image: url("../images/bg_movie.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;    
}
/*
.button2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 290px;
    height: 5px;
    border: none;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
}
.h3_in:hover,
.name p:hover,
.button2:hover{
    opacity: 1;
}
.button2:hover::after{
    right: -30px;
    width: 310px;
}*/

.news{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    background-color: white;
    z-index: 5;
    padding: 1%;
    border-radius: 30px 0 0 0;
}
.news_bg_l{
    position: absolute;
    right: 500px;
    bottom: 0;
    z-index: 5;
    width: 30px;
}

/*eventa*/
.ticker ul{
	margin-bottom: 3.5em;
    height: auto;
}
.ticker ul li{
    width: 100%;
    padding:40px;
    list-style: none;
    line-height: 2;
    display: none;
}
.ticker ul a {
    position: relative;
    display: block;
	text-decoration: underline;
    padding-right: 2em;
}
.ticker ul li a::after{
    content: '';
    width: 20px;
    height: 7px;
    border-right: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    transform: skew(45deg);
    position: absolute;
    bottom: 0;
    right: 5px;
}

.ticker ul li a:hover::after {
	right: -5px;
}
.ticker ul li span.date{
	display:block;
    font-weight: 600;
    color: var(--main);
    padding-bottom: 10px
}

.ticker ul li span.title{
	display:block;
    line-height: 1.5;
}
.ticker ul.no_date li span.title{
	display:block;
    padding-left: 0
}

/* -----------------------------------------------
1400px以下
-------------------------------------------------- */
@media screen and (max-width:1400px) {
.name{
    width: 100%;
}
.arrow {
    width: 100%;
    margin-left: 0;
}
}
/* -----------------------------------------------
1200px以下
-------------------------------------------------- */
@media screen and (max-width:1200px) {
.img_text{
    top: 8%;
}
.img_text_w{
    bottom: 10%;
}
}
/* -----------------------------------------------
1024px以下
-------------------------------------------------- */
@media screen and (max-width:1024px) {
.mvtxt {
  width: 70%;
  bottom: 15%;
}  
.in_ttl{
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.bg-red {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

ul.interview_box {
  width: 100%;
  margin: 0;
}
.in_text p {
    font-size: 18px;
}
.in_text p span{
    line-height: 1.6;
}
}
/* -----------------------------------------------
992px以下
-------------------------------------------------- */
@media screen and (max-width:992px) {
.bg-g{
    display: none;
}
.top-photo {
  position: relative;
}
.top-photo img {
  width: 100%;
  border-radius: 30px;
}
.img_text{
    top: 25%;
}
.img_text_w{
    bottom: 20%;
}

ul.interview_box li{
  width: 32.5%;
}
ul.interview_box li:nth-child(even){
	margin-top: 0;
}

.in_text p {
    font-size: 15px;
}
.h3_in{
    font-size: 2em;
}
.name{
    margin-bottom:-25px;
}
.name p{
    position: relative;
    font-size: 15px;
}

}
/* -----------------------------------------------
 767px
-------------------------------------------------- */
@media screen and (max-width:768px) {
.mv {
  border-radius: 0;
}
.mvtxt {
left: 2%;
width: 96%;
  bottom: 22%;
}  
.img_text{
    top: 10%;
}
.img_text_w{
    bottom: 12%;
}
.news{
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 5%;
    border-radius: 10px 10px 0 0 ;
}
.news_bg_l{
    display: none;
}
.bg-red {
  width: 100%;
  height: 85%;
}
ul.interview_box li{
  width: 48%;
  margin-bottom: 1.5em;
}
}
/* -----------------------------------------------
smartPhone
-------------------------------------------------- */
@media screen and (max-width: 576px) {
.mvtxt {
  bottom: 22%;
}
.img_text{
    top: 12%;
	
}
.img_text p{
line-height: 1.6!important;
}
.img_text_w{
    bottom: 10%;
}
}