@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
.cmn_ttl{
  margin-bottom:60px;
}
.cmn_ttl.center{
  text-align: center;
}
.cmn_ttl .en{
  display: block;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.cmn_ttl .jp{
  display: block;
  margin-top: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width :834px){
  .cmn_ttl{
    margin-bottom:30px;
  }
  .cmn_ttl .en{
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cmn_ttl .jp{
    margin-top: 12px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}


/*cmn_btn*/
.cmn_btn a{
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 12.5px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  background: url("../img/ico_arrow.svg")no-repeat right 15px center;
  background-size: 8px auto;
  background-color: #000;
  border: solid 1px #000;
}
@media print,screen and (min-width : 835px){
   .cmn_btn a:hover{
    background-image: url("../img/ico_arrow_k.svg");
    background-position: right 10px center;
    background-color: #fff;
    color: #000;
  }
}

@media screen and (max-width :834px){
   .cmn_btn a{
    width: 240px;
    max-width: 90%;
    padding: 12.5px 0;
    font-size: 16px;
    font-size: 1.6rem;
    background-position: right 12px center;
    background-size: 6px auto;
  }
}
/* ===============================================
# sec_promo
=============================================== */
.sec_promo{
  position: relative;
  background: url("../../img/img_main.png")no-repeat center center;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-height :650px){
  .sec_promo{
    height: 650px !important;
  }
}

/*area_ttl*/
.sec_promo .area_ttl{
  width: 832px;
  position: absolute;
  top: 39.25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.sec_promo .area_ttl .txt_main{
  position: relative;
  width: 712px;
  margin:0 auto 38px;
}
 .sec_promo .area_ttl .txt_main img {
   display: none;
}
.sec_promo .area_ttl .txt_main svg{
  position: relative;
  z-index: 1;
}
.sec_promo .area_ttl .txt_main svg path{
  opacity: 0;
}
.sec_promo .area_ttl .txt_main svg path.show{
  animation: fadeInUp 1.2s ease-out 2s forwards;
}
.sec_promo .area_ttl .txt_main .line{
  width: 832px;
  height: 57.14%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
  overflow: hidden;
}
.sec_promo .area_ttl .txt_main .line::before{
  content: '';
  display:block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  animation: fadeInLeft 1.5s ease 0.5s forwards;
}
.sec_promo .area_ttl .txt_lead{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #31363f;
  opacity: 0;
  animation: fadeInUp 1.5s ease-out 4.3s forwards;
}

/*area_release*/
.sec_promo .area_release{
  overflow: hidden;
  width: 45%;
  max-width: 667px;
  position: absolute;
  bottom: 43px;
  right: 0;
  font-size: 15px;
  font-size: 1.5rem;
  opacity: 0;
  animation: fadeInRight 2s ease 5.5s forwards;
}
.sec_promo .area_release .slider_release {
  width: 100%;
    height: 60px;
}
.sec_promo .area_release dl {
  height: 60px;
}
.sec_promo .area_release dt{
  width: 90px;
  background: #000;
  color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sec_promo .area_release dt span::after{
  display: inline-block;
  margin-left: 6px;
  content: '';
  width: 16px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}
.sec_promo .area_release dd{
  color: #1a1a1a;
  -webkit-box-flex: 1;
  flex: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 0 19px;
}
.sec_promo .area_release dd>*{
  width: 100%;
  line-height: 1.3;
}
.sec_promo .area_release .date{
  width: 5em;
  color: #a0a0a0;
}
.sec_promo .area_release .ttl{
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/*area_scroll*/
.sec_promo .area_scroll{
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.sec_promo .area_scroll span{
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  z-index: 1;
}
.sec_promo .area_scroll:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  animation:circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  margin-left: -5.5px;
}
.sec_promo .area_scroll:after {
  display: block;
  content: "";
  width: 1px;
  height: 175px;
  margin:  9px auto 0;
  background: rgba(255,255,255,0.40);
}
@keyframes circlemove{
  0%{bottom:175px;}
  100%{bottom:-5px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
@media print,screen and (min-width :835px){
  .sec_promo .area_ttl .txt_main .line:nth-of-type(n+2){
    display: none;
  }
}
@media screen and (max-width :1024px) and (min-width :835px){
  /*area_ttl*/
  .sec_promo .area_ttl{
    position: relative;
    width: 80%;
  }
  .sec_promo .area_ttl .txt_main{
    width: 100%;
  }
  .sec_promo .area_ttl .txt_main svg{
    width: 85.57%;
  }
  .sec_promo .area_ttl .txt_main .line{
    width: 100%;
  }
  .sec_promo .area_ttl .txt_lead{
    font-size: 1.953vw;
  }
}
@media screen and (max-width :834px){
  .sec_promo{
    background-image: url("../../img/img_main_sp.png");
  }
  /*area_ttl*/
  .sec_promo .area_ttl{
    width: 84%;
    max-width: 460px;
    top: 30.29%;
  }
  .sec_promo .area_ttl .txt_main{
    width: 100%;
    margin:0 auto 11%;
  }
  .sec_promo .area_ttl .txt_main svg{
    width: 75.55%;
    height: auto;
    margin:0 auto;
  }
  .sec_promo .area_ttl .txt_main .line{
    width: 87.14%;
    height: 24.33%;
    top: 7.5%;
    left: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .sec_promo .area_ttl .txt_main .line:nth-of-type(n+2){
    top: auto;
    bottom: 12%;
    right: 0;
    left: auto;
  }
  .sec_promo .area_ttl .txt_main .line::before{
    animation: fadeInLeft 1.2s ease 0.5s forwards;
  }
  .sec_promo .area_ttl .txt_main .line:nth-of-type(n+2)::before{
    animation: fadeInLeft 1.2s ease 1.8s forwards;
  }

  .sec_promo .area_ttl .txt_lead{
    font-size: 12.5px;
    font-size: 3.333vw;
  }

  /*area_release*/
  .sec_promo .area_release{
    width: 88.93%;
    bottom: 26.5px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .sec_promo .area_release dt {
    width: 70px;
  }
  .sec_promo .area_release dt span::after{
    margin-left:3px;
    width: 12px;
  }
  .sec_promo .area_release dd {
    line-height: 1.4;
    padding: 0 15px;
  }

  /*area_scroll*/
  .sec_promo .area_scroll{
    left: 1.2%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    text-align: left;
  }
  .sec_promo .area_scroll span{
    display: block;
    font-size: 12px;
    font-size: 1.2rem;

  }
  .sec_promo .area_scroll:before {
    position: absolute;
    bottom: 0;
    left: auto;
    right: -4px;
    width: 8px;
    height: 8px;
    margin-left: 0;
  }
  .sec_promo .area_scroll:after {
    margin: 0 0 0 9px;
  }
  /*android*/
  .android .sec_promo .area_ttl .txt_main img {
    display: inline;
    width: 87.5%;
  }
  .android .sec_promo .area_ttl .txt_main svg path {
    opacity: 1;
  }
  .android .sec_promo .area_ttl .txt_main svg path.show{
    animation: none;
  }
  .android .sec_promo .area_ttl .txt_lead {
    opacity: 1;
    animation: none;
  }
  .android .sec_promo .area_scroll{
    display: none;
  }
}

/* ===============================================
# sec_message
=============================================== */
.sec_message{
  padding-bottom: 140px;
}
.sec_message::after{
  content: '';
  display: block;
  width: 32.29%;
  height: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  background: url("../../img/bg_message.png")no-repeat right center;
  background-size: contain;
}
.sec_message .inner{
  max-width: 740px;
}
.sec_message .line{
  width: 1px;
  height: 136px;
  margin: 0 auto 20px;
  background: #a0a0a0;
}
.sec_message .txt_lead{
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
}
.sec_message .txt_main{
  margin-bottom: 23px;
  text-align: center;
  line-height: 2;
}
.sec_message .txt_name{
  text-align: right;
  padding-right: 1em;
}
.sec_message .txt_name em{
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 1em;
}
@media screen and (max-width :834px){
  .sec_message{
    padding-top: 60px;
    padding-bottom : 50px;
  }
  .sec_message::after{
    display: none;
  }
  .sec_message .inner{
    width: 85%;
  }
  .sec_message .line{
    display: none;
  }
  .sec_message .txt_lead{
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .sec_message .txt_main{
    margin-bottom: 20px;
    line-height: 1.667;
  }
  .sec_message .txt_name{
    padding-right: 0;
  }
  .sec_message .txt_name em{
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
  }
}
/* ===============================================
# sec_about
=============================================== */
.sec_about{
}
.sec_about .img_main{
  width: 25%;
  background: url("../../img/img_about.jpg")no-repeat center center;
  background-size: cover;
}
.sec_about .inner{
  max-width: inherit;
  margin: 0;
  -webkit-box-flex: 1;
  flex: 1;
}
/*area_main*/
.sec_about .area_main{
  max-width:1068px;
  padding-left: 79px;
  padding-bottom: 88px;
  padding-right: 20px;
}
.sec_about .area_main .box_txt{
  margin-bottom: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_about .area_main .box_txt .txt_logo{
  width: 36.11%;
  min-width: 250px;
}
.sec_about .area_main .txt_lead{
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_about .area_main .txt_main{
  line-height: 2;
}
.sec_about .area_main .txt_note{
  margin-top: 2em;
}
/*area_list----------------------------------------*/
.sec_about .area_list{
  background: #2045c2;
  background-image: -moz-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 44%, rgb(104,109,170) 75%, rgb(150,139,183) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 44%, rgb(104,109,170) 75%, rgb(150,139,183) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 44%, rgb(104,109,170) 75%, rgb(150,139,183) 100%);
  color: #fff;
}
.sec_about .area_list .box_tab{
  display: none;
}
.sec_about .area_list ol{
  max-width: 1048px;
  border-right:solid 1px rgba(255,255,255,0.40);
}
.sec_about .area_list ol > li{
  overflow: hidden;
  width: calc(100% / 3);
  height: auto;
  border-left:solid 1px rgba(255,255,255,0.40);
  padding-bottom: 27px;
}
.sec_about .area_list ol > li img{
  width: 100%;
  margin-top: -22px;
  margin-left: -22px;
  margin-bottom: 20px;
}
.sec_about .area_list ol > li .box_txt{
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
}
.sec_about .area_list ol > li .ttl{
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 8px;
  border-bottom: solid 1px #fff;
  margin-bottom: 13px;
}
.sec_about .area_list ol > li ul li::before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.sec_about .area_list ol > li ul li{
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_about .area_list ol > li ul li:nth-child(n+2){
  margin-top: 1em;
}
.sec_about .area_list ol > li .ttl_sub{
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_about .area_list ol > li .ttl_sub .jp{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width :1280px){
  /*area_main*/
  .sec_about .area_main .box_txt{
    display: block;
  }
  .sec_about .area_main .box_txt .txt_logo{
    width: 350px;
    margin-top: 35px;
  }
}
@media screen and (max-width :834px){
  .sec_about .img_main{
    width: 100%;
    height: 170px;
    background-image: url("../../img/img_about_sp.jpg");
    margin-bottom: 45px;
  }
  .sec_about .inner{
    margin: 0 auto;
  }
  /*area_main*/
  .sec_about .area_main{
    width: 100%;
    padding: 0;
  }
  .sec_about .area_main .box_txt{
    margin-bottom: 35px;
  }
  .sec_about .area_main .box_txt .txt_logo{
    width: 85.8%;
    max-width: 266px;
    min-width: inherit;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_about .area_main .txt_lead{
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec_about .area_main .txt_main{
    line-height: 1.667;
  }
  /*area_list----------------------------------------*/
  .sec_about .area_list{
    width: 122%;
    margin-left: -11%;
    margin-top: 40px;
    overflow: hidden;
    padding: 30px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 80%, rgb(78,111,179) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 80%, rgb(78,111,179) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(43,112,179) 0%, rgb(78,111,179) 80%, rgb(78,111,179) 100%);
  }
  /*box_tab*/
  .sec_about .area_list .box_tab{
    display:block;
    padding: 0 4.1%;
    margin-bottom: 33px;
  }
  .sec_about .area_list .box_tab ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    border: solid 1px #fff;
  }
  .sec_about .area_list .box_tab li{
    width: calc(100% / 3);
  }
  .sec_about .area_list .box_tab li:nth-child(n+2){
    border-left: solid 1px #fff;
  }
  .sec_about .area_list .box_tab li p{
    position: relative;
    display: block;
    height: 100%;
    padding: 5px 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .sec_about .area_list .box_tab li.swiper-slide-thumb-active p{
    background: #fff;
    color: #3370b3;
  }
  .sec_about .area_list .box_tab li.swiper-slide-thumb-active p::after{
    content: '';
    width: 1px;
    height: 15px;
    background: linear-gradient(180deg, #3370b3 0%, #3370b3 50%, #fff 50%, #fff 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
  }
  /*slider_about*/
  .sec_about .area_list .slider_about {
    width: 320px;
    margin: 0 4.1%;
  }
  .sec_about .area_list ol{
    max-width: 100%;
    border: none;
  }
  .sec_about .area_list ol > li{
    width: 302px;
    border: none;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .sec_about .area_list ol > li picture{
    display: block;
    width: 35.31%;
  }
  .sec_about .area_list ol > li img{
    margin: 0;
  }
  .sec_about .area_list ol > li .box_txt{
    -webkit-box-flex: 1;
    flex: 1;
    width: inherit;
    max-width: inherit;
    margin: 0;
    padding-left: 20px;
    padding-top: 24px;
  }
  .sec_about .area_list ol > li .ttl{
    font-size: 21px;
    font-size: 2.1rem;
    padding-bottom: 8px;
    margin-bottom: 13px;
  }
  .sec_about .area_list ol > li ul li::before{
    top: 0.6em;
  }
  .sec_about .area_list ol > li ul li{
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .sec_about .area_list ol > li ul li:nth-child(n+2){
    margin-top: 0.5em;
  }
  .sec_about .area_list ol > li .ttl_sub{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_about .area_list ol > li .ttl_sub .jp{
    font-size: 11px;
    font-size: 1.1rem;
  }
  /*swiper-pagination*/
  .sec_about .area_list .swiper-pagination-bullets{
    text-align: center;
  }
  .sec_about .area_list .swiper-pagination-bullet{
    background: #3870b3;
    opacity: 1;
    border: solid 1px #fff;
    margin: 0 8px;
  }
  .sec_about .area_list .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
  }
  /*area_scroll*/
  .sec_about .area_list .area_scroll{
    display: block;
    width: 73px;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin: 10px 0 0 auto;
  }

  .sec_about .area_list .area_scroll:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    animation:
    circlemove2 2s ease-in-out infinite, cirlemovehide2 2s ease-out infinite;
  }
  .sec_about .area_list .area_scroll:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.30);
    margin-top: 4px;
  }
}
@keyframes circlemove2{
  0%{left:0;}
  100%{left:80px;}
}
@keyframes cirlemovehide2{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
/* ===============================================
# sec_bnr
=============================================== */
/*area_bnr----------------------------------------*/
.sec_bnr .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec_bnr .area_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1840px;
}
.sec_bnr .area_bnr .box_bnr {
  width: 49%;
}

.sec_bnr .area_bnr .box_bnr>* {
height: 280px;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
	justify-content: flex-end;
  padding: 20px 60px 20px 20px;
  background: url(../img/ico_arrow_round_w.svg) no-repeat right 20px bottom 20px,url(../../img/bnr_about_class.jpg) no-repeat center center;
  background-size: 32px,cover;
}
.sec_bnr .area_bnr .box_bnr .ttl_box {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41;
  color: #fff;
}
.sec_bnr .area_bnr .box_bnr .txt_box {
  color: #fff;
  margin-top: 10px;
}
.sec_bnr .area_bnr .box_bnr.consortium>* {
background: url(../img/ico_arrow_round_w.svg) no-repeat right 20px bottom 20px,url(../../img/bnr_about_consortium.jpg) no-repeat center center;
background-size: 32px,cover;
}
@media screen and (max-width :834px){
  .sec_bnr .inner {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec_bnr .area_bnr {
    display: block;
  }
  .sec_bnr .area_bnr .box_bnr {
    width: 100%;
  }
  .sec_bnr .area_bnr .box_bnr>* {
    width: 100%;
    height: 218px;
    padding: 13px 45px 13px 15px;
    background: url(../img/ico_arrow_round_w.svg) no-repeat right 15px bottom 15px,url(../../img/bnr_about_class_sp.jpg) no-repeat center center;
    background-size:25px,cover;
  }
  .sec_bnr .area_bnr .box_bnr .ttl_box {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.26;
  }
  .sec_bnr .area_bnr .box_bnr .txt_box {
    margin-top: 10px;
    line-height: 1.37;
  }
  .sec_bnr .area_bnr .box_bnr.consortium>* {
    margin-top: 15px;
    background: url(../img/ico_arrow_round_w.svg) no-repeat right 15px bottom 15px,url(../../img/bnr_about_consortium_sp.jpg) no-repeat center center;
    background-size:25px,cover;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  padding-top: 141px;
  padding-bottom: 120px;
  background: #f8f8f8;
}
.sec_news .area_top{
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sec_news .cmn_ttl{
  margin-bottom: 0;
}
/*tablist*/
.sec_news .cmn_tablist{
  width: 458px;
}
.sec_news .cmn_tablist li{
  width: 33.33%;
  width: calc(100% / 3);
  cursor: pointer;
}
/*area_post*/
.sec_news .area_post{
  margin-top: 80px;
}
/*cmn_btn*/
.sec_news .cmn_btn{
  margin-top: 70px;
}

@media screen and (max-width :1024px){
  .sec_news .area_top{
    display: block;
  }
  /*tablist*/
  .sec_news .cmn_tablist{
    margin-top: 35px;
  }
}
@media screen and (max-width :834px){
  .sec_news{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec_news .inner{
    width: 100%;
  }
  .sec_news .inner .cmn_ttl{
    width: 85%;
    margin: 0 auto;
  }
  /*tablist*/
  .sec_news .cmn_tablist{
    width: 100%;
  }
  /*area_post*/
  .sec_news .area_post{
    width: 85%;
    margin: 23px auto 0;
  }
  /*cmn_btn*/
  .sec_news .cmn_btn{
    margin-top: 40px;
  }
}
/* ===============================================
# sec_ahieve
=============================================== */
.sec_achieve {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sec_achieve .img_main {
  width: 25%;
  background: url(../../img/img_achieve.jpg)no-repeat center center;
  background-size: cover;
}
.sec_achieve .inner {
   width: 71%;
   max-width: 1040px;
   margin: 0;
}
.sec_achieve .area_main {
  margin-left: auto;
  padding-top: 105px;
  padding-right: 79px;
  padding-bottom: 120px;
}
.sec_achieve .tablist li{
  width: 25%;
  cursor: pointer;
}
.sec_achieve .cmn_tablist {
  width: 100%;
  max-width: 600px;
  margin-bottom: 33px;
}
.sec_achieve .cmn_tablist>li {
  width: 25%;
}
.sec_achieve .cmn_list_achieve {
  margin-bottom: 40px;
}

@media screen and (max-width :834px){
  .sec_achieve .img_main {
    width: 100%;
    height: 140px;
    background: url(../../img/img_achieve_sp.jpg)no-repeat center center;
    background-size: cover;
  }
  .sec_achieve .inner {
    max-width: 100%;
    width: 100%;
  }
  .sec_achieve .area_main {
    padding-top: 70px;
    padding-right: 0;
    padding-bottom: 67px;
  }
  .sec_achieve .cmn_ttl {
    margin: 0 auto 44px;
    width: 85%;
  }
  .sec_achieve .cmn_list_achieve {
    max-width: none;
    margin-bottom: 50px;
  }
}
/* ===============================================
# sec_movie
=============================================== */
.sec_movie {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 80px;
}
.sec_movie .inner {
  max-width: 1940px;
  margin-right: 0;
}
.sec_movie .wrapper_movie {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.sec_movie .wrapper_movie .box_txt {
  -webkit-box-flex:0;
	-ms-flex:0 0 400px;
	flex:0 0 400px;
  padding-top: 110px;
}
.sec_movie .wrapper_movie .box_txt .cmn_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.sec_movie .wrapper_movie .box_txt .cmn_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
  top: 50%;
  left: 0;
  z-index: -1;
}
.sec_movie .wrapper_movie .box_txt .cmn_ttl span {
  display: inline-block;
  background-color: #f8f8f8;
  padding-right: 20px;
}
.sec_movie .wrapper_movie .box_txt .txt_main {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.56;
  margin-top: 20px;
}
.sec_movie .wrapper_movie .box_movie {
    -webkit-box-flex: 1;
  	-ms-flex: 1 1 auto;
  	flex: 1 1 auto;
    overflow: hidden;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li {
  width: 480px;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .img_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .img_thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .img_thumb::before {
  content: "";
  display: block;
  width: 15.8%;
  padding-top: 15.8%;
  background: url(../img/ico_movie_play.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .img_thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .ttl {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
  margin-top: 14px;
  font-weight: bold;
}
.sec_movie .wrapper_movie .box_movie .list_movie>li .txt {
  margin-top: 9px;
}
.sec_movie .cmn_btn {
  margin-top: 70px;
}
@media screen and (max-width :834px){
.sec_movie {
  padding-top: 65px;
  padding-bottom: 50px;
}
  .sec_movie .inner {
    width: 85%;
    margin-right: auto;
  }
  .sec_movie .wrapper_movie {
    display: block;
  }
  .sec_movie .wrapper_movie .box_txt {
    padding-top: 0;
  }
  .sec_movie .wrapper_movie .box_txt .cmn_ttl::after {
    width: 100vw;
    height: 1px;
  }
  .sec_movie .wrapper_movie .box_txt .txt_main {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 10px;
  }
  .sec_movie .wrapper_movie .box_movie {
    overflow: visible;
    margin-top: 40px;
  }
  .sec_movie .wrapper_movie .box_movie .list_movie>li {
    width: 240px;
  }
  .sec_movie .wrapper_movie .box_movie .list_movie>li .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 12px;
  }
  .sec_movie .cmn_btn {
    margin-top: 40px;
  }
}
/* works */
.sec_movie .inner .area_sec:nth-child(n+2) {
  margin-top: 110px;
}
.sec_movie .wrapper_movie.works {
}
.sec_movie .wrapper_movie.works .box_movie .list_movie>li .img_thumb::before,
.sec_movie .wrapper_movie.works .box_movie .list_movie>li .img_thumb::after {
  content: none;
}
.sec_movie .wrapper_movie.works .box_movie .list_movie>li .cate {
    margin-top: 18px;
    font-weight: bold;
    float: left;
    color: #555971;
}
.sec_movie .wrapper_movie.works .box_movie .list_movie>li .cate::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 0.5em;
}
.sec_movie .wrapper_movie.works .box_movie .list_movie>li .ttl {
  clear: both;
}
@media screen and (max-width :834px){
.sec_movie .inner .area_sec:nth-child(n+2) {
    margin-top: 80px;
  }
  .sec_movie .wrapper_movie.works .box_movie .list_movie>li .cate {
    margin-top: 3px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .sec_movie .wrapper_movie.works .box_movie .list_movie>li .cate::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #000;
      vertical-align: middle;
      margin-right: 0.5em;
  }
}
/* ===============================================
# アニメーションの設定
=============================================== */
.js_fade{
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.js_fade.show{
  /*opacity: 1;*/
}

.js_fade.fadeup.show{
  animation: fadeInUp 1s ease 0.3s forwards;
}
.js_fade.fadeLeft.show{
  animation: fadeInLeft 1s ease 0.3s forwards;
}
.js_fade.fadedown.show{
  animation: fadeInDown 1s ease 0.3s forwards;
}

.js_fade.slideLeft{
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.js_fade.slideLeft::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.js_fade.slideLeft.show::before{
  animation: slideLeft 1s ease 0.3s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media print{
  .js_fade{
    opacity: 1;
    visibility: visible;
  }
}
/*androdi*/
.android .js_fade{
  opacity: 1;
  visibility: visible;
}
