@charset "UTF-8";
/* CSS Document */

.news{
  background-color: #bfdcf1;

  color: #fff;
}
.news-wrapper{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px 46px 30px;
}
.news h2{
  color: #fff;
  position: relative;
  text-align: left;
  font-size: 2.9rem;
  display: flex;
align-items:baseline;

}
.title-border{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 0 30px;
}
.title-border:after {
border-top: 2px solid;
content: "";
flex-grow: 1;
margin-left: 36px;
}

.news ul{
  list-style: none;
  padding: 20px 0 50px 0;
}

.news-wrapper ul li:nth-child(odd){
  background-color: rgb(251 244 244 / 40%);
}

.news-wrapper ul li:nth-child(even){
  background-color: #cae2f5;
}

/*
.white{
  background-color: rgb(251 244 244 / 40%);
}
.dark{
  background-color: #cae2f5
  ;
}
*/
.news ul li{
  padding: 50px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.624);
  color: #505050;

}
.news ul li:last-child{
  border-bottom: none;
}
.date{
  text-align: left;
  padding-right: 15px;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.date p{
  max-width: 785px;
  width: 100%;
  line-height: 1.6rem;
}
time{
  font-size: 1.1rem;
  font-weight: 400;
}
.news a{
  color: #35629a;
  font-weight: 600;
}
.blue-list{
  font-weight: 600;
  color: #00479D;
}
.news ul li img{
  max-width: 320px;
  width: 100%;
}
#news-width{
  max-width:1000px;
  width: 100%;
}
.btn a{
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  transition: .5s;
}
.btn a:hover{
  opacity: 1;
  background-color: #35629a;
}
.btn a span {
  display:inline-block;
  transition: .5s;
}
.btn a:hover span {
  transform: rotateX(360deg);
}
.media{
  padding: 50px 30px 0 30px;
  max-width: 1080px;
  margin: 30px auto;
  
}
.media h3,.research h3{
  color: #143C64;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  text-align: left;
  padding-bottom: 40px;
}
.media h3:after,.research h3:after{
  position: absolute;
    content: "";
    top: 19%;
    left: -13px;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background-color: rgb(0, 28, 45);
}
.media{
  display: flex;
  justify-content: space-between;
}
.instagram{
  padding-bottom: 35px;
}
.instagram img{
width: 380px;
height: 360px;

  object-fit: cover;
  border: 1px solid #eee;
}
.movie img{
  max-width: 434px;
  width: 100%;
}
.research{
  margin: 0  auto 210px auto;
  padding: 50px 30px;

}
.research-wrapper{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.research img{
  max-width: 314px;
  width: 100%;
}
.research ul{
  list-style: none;
}
.research ul li{
  color: #143C64;
  text-align: left;
  padding-bottom: 15px;
  text-indent: -1em;
}
.research-description{
  padding-left: 15px;
}
.research h4{
  font-size: 1.3rem;
  padding-bottom: 15px;
}
.research h4 a{
  color: #143C64;
}
.researchh4 a:hover{
  color: #92B4CD;
  opacity: 1;
}
.research{
  margin-bottom: 60px;
}
.research img{
  border: 1px solid #eee;
  text-align: center;
}
.video{
  max-width: 520px;
  width: 100%;
}






.l-tile_inner{
  padding: 30px;
}
.l-tile {
  margin-right: -15px;
  margin-left: -15px;
}
.l-tile-3col .l-tile_item {
  display: block;
}
.c-cassetteStudy .c-linkarea {
  min-height: 300px;
  margin-top: 0;
  padding-bottom: 50px;
}


.c-linkarea{
  display: flex;
}
.c-img {
  width: 100%;
    max-width: 400px;
}

.c-img>img {
  width: 100%;
  vertical-align: bottom;
}
.c-linkarea_textHeading {
  font-size: 14px;
  font-size: .875rem;
}
body.newsEvent .l-tile_item .c-linkarea_textDescription {
  padding-top: 5px;
}
.c-cassetteStudy .c-linkarea_textDescription {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 5px;
  font-weight: 600;
  text-align: left;
}
.c-linkarea_textDescription a,.color,.research-wrap li a{
  color: #00479D;
}
.color:hover,.research-wrap li a:hover{
  color: #92B4CD;
}
.research-list,.research-wrap{
  text-align: left;
  
}
.research-list li,.research-wrap{
  padding: 5px 0 5px 15px;
  list-style: none;
  line-height: 1.3rem;
text-indent: 1.5em;
}
.research-list li a{
  color: #00479D;
}
.research-list li a:hover{
  color: #92B4CD;
}
.indent{
  padding-left:15px ;
}
.c-hoverText a{
  text-decoration: none;
}
.c-hoverText a:hover{
  display: inline;
  background: linear-gradient(transparent 72%, #92B4CD 0%);
  font-weight: bold;
  opacity: 1;
}

/* modal */
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.list ul{
  list-style: none;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding:0  0 30px 0;
}
.list ul li{
  padding: 20px 0;
}
.list a{
  text-decoration: none;
  border-right: 1px solid rgb(122, 122, 122);
  color: #00479D;
  padding: 10px 20px;
}
.list a:hover{
  color: #92B4CD;
  opacity: 1;
}
.research{
  background-color: #D3E1D8;
}
.whiteback{
  background-color: #fff;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
ul.insta_list li {
  list-style: none;
  max-width: 375px;
  width: 100%;
  list-style: none;
  
}
ul.insta_list li a{
  text-decoration: none;
}
ul.insta_list li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
  padding-top: 10px;
  color: #333;
  line-height: 1.4rem;
}
ul.insta_list li a p span {
  font-size: 120%;
  font-size: 0.8rem;
  font-weight: 600;
}
.name-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}
.account{
  text-align: left;
  font-weight: 600;
}
.prof{
  font-weight: 600;
}
.prof a{
  background-color: #0095f6;
  text-decoration: none;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  display: block;
}
#icon{
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.research_text {
	width: 100%;
	max-width: 600px;
	text-align: justify;
	line-height: 150%;
}

.indent2{
  padding-left:15px ;
  text-indent: -15px;
  display: inline-block;
}

.bold {
	font-weight: bold;
}

@media(max-width:1080px){
  .date{
    display: block;
  }
  .date p{
    padding-top: 5px;
  }
  .news ul li{
    padding: 30px ;
  }


  .insta_list{
    gap: 20px;
  }
  .name-wrap {
    width: 380px;
    max-width: none;
}
}
@media(max-width:980px){
  .media{
    display: block;
  }
  .insta_list{
    justify-content: center;
  }
  .name-wrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.media{
  margin-bottom: 80px;
}

}
@media(max-width:900px){

  .insta_list{
    gap: 20px;
  }

}
@media(max-width:768px){
  .l-inner h3 {
    line-height: 1.8rem;
    font-size: 1.4rem;
}
  .l-tile_inner {
    display: block;
}
.l-tile-3col .l-tile_item {
  width: 100%;
}
}
@media(max-width:768px){

.research-wrapper ul li{
  display: block;
  max-width: 434px;
  margin: 0 auto;
  padding: 15px;
}
.news-wrapper ul li{
  display: block;
}
.research h4{
  max-width: 434px;
  padding-top: 15px;
  font-size: 1.4rem;
}
.research p{
  font-size: 1.1rem;
}
.date p{
  padding-bottom: 15px;
}
.research img{
  padding-right: 0;
}

.news h2{
  font-size: 2.0rem;
}

.c-linkarea {
  display: block;
}
.c-img{
  margin: 0 auto;
}
.c-cassetteStudy .c-linkarea_textDescription {
  
  text-align: center;
}
.research ul li{
  text-indent: -1em;
  padding-left: 10px!important;
}
.insta_list{
  justify-content: center;
}
ul.insta_list{
  max-width: 439px;
  margin: 0 auto;
}

}
@media(max-width:599px){
  time{
    font-size: 1.0rem;
  }
  .date p{
    font-size: 1.0rem;
  }
.research ul li {
  padding-bottom: 0px;
}
.research-list li, .research-wrap {
  padding: 0;
}
.research-wrapper ul li {

  padding:5px 0;
}
.c-cassetteStudy .l-tile_item {
  padding-right: 0px; 
  padding-left: 0px; 
}
.c-cassetteStudy .c-linkarea_textDescription {
  text-align: center;
  font-size: 1.1rem;
  padding-top: 20px;
}
.research {
  padding: 50px 30px;
}

.insta_list{
  gap:10px;
}
}
@media(max-width:499px){
.copy{
  text-align: center;
}
.c-linkarea {
  display: block;
}
.news ul li{
  padding: 20px;
}

ul.insta_list li{
 width: 100%;
}
.instagram img{
  max-width: 380px;
  width:100%;
  height: auto;
}
}
