@charset "utf-8";



.cross_talk-heading{
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cross_talk-heading > h1{
  line-height: 1.6;
}
.cross_talk-heading > div{
  border: 1px solid #FFF;
}
@media print, screen and (min-width:781px) {
  body{
    padding-top: 0;
  }
  .cross_talk-main{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
  }
  .cross_talk-main-inner{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 1510px;
    width: 80%;
  }
  .cross_talk-heading > h1{
    font-size: 4.0rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cross_talk-heading > div{
    font-size: 1.6rem;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 780px) {
  .cross_talk-main{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 125.64%;
    position: relative;
  }
  .cross_talk-main-inner{
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .cross_talk-heading > h1{
    font-size: 2.6rem;
    line-height: 1.76;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cross_talk-heading > div{
    font-size: 1.4rem;
    padding: 10px 10px;
  }
  .cross_talk-heading p img{
    height: 20px;
  }
}



.members-sec h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
}
.members-item .image{
  position: relative;
}
.members-item .profile dt{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media print, screen and (min-width:781px) {
  .members-sec{
    padding: 100px 0 120px;
  }
  .members-sec h2{
    font-size: 4.0rem;
  }
  .members-list{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1140px;
    width: 90%;
  }
  .members-item{
    margin: 0 6.4%;
    width: 24.5614%;
  }
  .members-item:nth-child(n + 2) .image:before{
    background-image: url("../img/cross.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    padding-bottom: 15%;
    width: 15%;
    top: 50%;
    left: -33.65%;
    transform: translateY(-50%);
  }
  .members-list.col2 .members-item:nth-child(n + 2) .image:before{
    left: -34%;
  }
  .members-item .profile dt{
    font-size: 2.3rem;
    margin-top: 15px;
  }
  .members-item .profile dd{
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .members-inner{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 1140px;
    width: 90%;
  }
  .members-inner > .note-list{
    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .members-sec{
    padding: 50px 20px 60px;
  }
  .members-sec h2{
    font-size: 3.0rem;
  }
  .members-list{
    margin-top: 30px;
  }
  .members-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .members-item:nth-child(n + 2):before{
    background-image: url("../img/cross.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 11.42%;
    width: 11.42%;
    position: absolute;
    top: -33%;
    left: 50%;
    transform: translateX(-50%);
  }
  .members-item:nth-child(n + 2){
    margin-top: 20.75%;
  }
  .members-item .image{
    width: 42.85%;
  }
  .members-item .profile{
    width: 50%;
  }
  .members-item .profile dt{
    font-size: 2.0rem;
  }
  .members-item .profile dd{
    font-size: 1.1rem;
    margin-top: 15px;
  }
  
  .members-inner{
    margin-top: 30px;
  }
}




.outline-sec .ttl{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.outline-sec .ttl:before{
  background-color: #005CA2;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.outline-sec .ttl > h2{
  background-color: #F2F2F2;
  color: #005CA2;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.outline-sec > p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1;
}
.outline-sec a{
  color: #005CA2;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine){
  .outline-sec a:hover{
    text-decoration: none;
  }
}
@media print, screen and (min-width:781px) {
  .outline-sec{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    max-width: 1140px;
    width: 90%;
  }
  .outline-sec .ttl > h2{
    font-size: 6.0rem;
    padding: 0 30px;
  }
  .outline-sec > p{
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 780px) {
  .outline-sec{
    margin-bottom: 60px;
  }
  .outline-sec .ttl > h2{
    font-size: 3.4rem;
    padding: 0 20px;
  }
  .outline-sec > p{
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 0 20px;
  }
  .outline-sec > .note-list{
    margin-left: 20px;
    margin-right: 20px;
  }
}




.cross_talk-wrap{
  counter-reset: number 0;
}
.talk-heading p{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.talk-heading p:after{
  counter-increment: number 1;
  content: counter(number);
}
.talk-heading h2{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.talk-heading-inner .more{
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cross_talk-section  .more:after,
.cross_talk-section.active  .more:before{
  content: "";
}
.cross_talk-section.active  .more:after{
  display: none;
}




.talk-block .btn-close{
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
.talk-block .btn-close:before{
  background-color: #FFF;
  content: "";
  display: block;
  -webkit-mask-image: url(../img/icon_arrow_up.svg);
  mask-image: url(../img/icon_arrow_up.svg);
  -webkit-mask-repeat: no-repeat;
  margin-bottom: 10px;
}
.talk-item .talk-member{
  text-align: center;
}
.talk-item .talk-member img{
  border-radius: 50%;
}
@media print, screen and (min-width:781px) {
  .cross_talk-section{
    margin-top: 20px;
  }
  .talk-heading-block{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 440px;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .talk-heading-block{
    cursor: pointer;
  }
  .talk-heading-block:before,
  .talk-heading-block:after{
    content: "";
    display: block;
    transition: .3s;
  }
  .talk-heading-block:before{
    background: inherit;
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
  }
  @media (hover: hover) and (pointer: fine){
    .cross_talk-section .talk-heading-block:hover:before{
    -ms-filter: blur(0);
    filter: blur(0);
  }
  }
  .cross_talk-section.active .talk-heading-block:before{
    -ms-filter: blur(0);
    filter: blur(0);
  }
  .talk-heading-block:after{
    background-color: rgba(0,45,145,.30);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
  .talk-heading-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 90%;
    position: relative;
    z-index: 1;
  }
  .talk-heading p{
    font-size: 2.4rem;
  }
  .talk-heading h2{
    font-size: 3.2rem;
    margin-top: 20px;
  }
  .talk-heading-inner .more{
    border: 1px solid #FFF;
    font-size: 1.6rem;
    height: 93px;
    width: 93px;
  }
  .cross_talk-section.active .more:before,
  .cross_talk-section .more:after{
    background-color: #FFF;
    height: 10px;
    width: 19px;
  }
  .cross_talk-section .more:after{
    -webkit-mask-image: url(../img/icon_arrow_under.svg);
    mask-image: url(../img/icon_arrow_under.svg);
    -webkit-mask-repeat: no-repeat;
    margin-top: 10px;
  }
  .cross_talk-section.active .more:before{
    -webkit-mask-image: url(../img/icon_arrow_up.svg);
    mask-image: url(../img/icon_arrow_up.svg);
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .talk-heading-inner .more > span:before{
    content: "MORE";
  }
  .cross_talk-section.active .talk-heading-inner .more > span:before{
    content: "CLOSE";
  }
  
  .talk-block{
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    width: 90%;
  }
  .talk-block > .image{
    margin: 55px auto 70px;
    max-width: 800px;
    width: 90%;
  }
  .talk-block .btn-close{
    font-size: 1.6rem;
    height: 93px;
    width: 93px;
  }
  .talk-block .btn-close:before{
    height: 9px;
    width: 18px;
  }
  
  
  .talk-list{
    max-width: 890px;
  }
  .talk-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
  }
  .talk-item .talk-member{
    width: 60px;
  }
  .talk-item .talk-member figcaption{
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .talk-item .talk-contents{
    width: calc(100% - 90px);
  }

}
@media screen and (max-width: 780px) {
  .cross_talk-section{
    margin-top: 20px;
  }
  .cross_talk-section{
    margin-top: 60px;
  }
  .cross_talk-section .talk-heading-block:before{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 64.1%;
  }
  .talk-heading-block{
    cursor: pointer;
  }
  .talk-heading-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .talk-heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -2em;
    width: calc(100% - 125px);
  }
  .talk-heading p{
    background-color: #F2F2F2;
    font-size: 1.8rem;
    padding: 10px 20px 0;
  }
  .talk-heading h2{
    font-size: 2.0rem;
    margin-top: 20px;
    padding-left: 20px;
    min-height: 60px;
  }
  .talk-heading-inner .more{
    background-color: #000;
    color: #FFF;
    font-size: 1.3rem;
    margin-right: 20px;
    height: 65px;
    width: 65px;
  }
  .cross_talk-section.active .more:before,
  .cross_talk-section .more:after{
    background-color: #FFF;
    height: 9px;
    width: 18px;
  }
  .cross_talk-section .more:after{
    -webkit-mask-image: url(../img/icon_arrow_under.svg);
    mask-image: url(../img/icon_arrow_under.svg);
    -webkit-mask-repeat: no-repeat;
    margin-top: 10px;
  }
  .cross_talk-section.active .more:before{
    -webkit-mask-image: url(../img/icon_arrow_up.svg);
    mask-image: url(../img/icon_arrow_up.svg);
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .talk-heading-inner .more > span:before{
    content: "MORE";
  }
  .cross_talk-section.active .talk-heading-inner .more > span:before{
    content: "CLOSE";
  }
  
  .talk-block{
    padding: 0 20px 60px;
  }
  .talk-block > .image{
    margin-top: 75px;
    margin-bottom: 50px;
  }
  .talk-block .btn-close{
    font-size: 1.3rem;
    height: 65px;
    width: 65px;
  }
  .talk-block .btn-close:before{
    height: 9px;
    width: 18px;
  }
  
  
  
  .talk-item{
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }
  .talk-item .talk-member{
    width: 50px;
  }
  .talk-item .talk-member figcaption{
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .talk-item .talk-contents{
    width: calc(100% - 65px);
  }
}



#cross_talk-navi{
  counter-reset: number 0;
}
#cross_talk-navi .cross_talk-item.current a{
  pointer-events: none !important;
  position: relative;
  z-index: 0;
}
#cross_talk-navi .cross_talk-item .image{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#cross_talk-navi .cross_talk-item.current .image:before{
  background-color: rgba(0,0,0,.40);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#cross_talk-navi .cross_talk-item .image img{
  transition: .5s;
}
@media (hover: hover) and (pointer: fine){
  #cross_talk-navi .cross_talk-item a:hover .image img{
    transform: scale(1.05);
  }
}
#cross_talk-navi .cross_talk-item .image .num{
  color: #FFF;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: absolute;
  right: 6.578%;
  top: 6.578%;
  z-index: 1;
}
#cross_talk-navi .cross_talk-item .image .num:after{
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  margin-left: 10px;
}


#cross_talk-navi .cross_talk-item .detail{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#cross_talk-navi .cross_talk-item .detail .arrow{
  display: flex;
  line-height: 1.55;
}
#cross_talk-navi .cross_talk-item .detail .arrow:before{
  color: #005CA2;
  content: '\e5e1';
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  margin-top: 6px;
  margin-right: 10px;
}
#cross_talk-navi .cross_talk-item .detail .sub{
  color: #005CA2;
  line-height: 1.71;
}
@media print, screen and (min-width:781px) {
  #cross_talk-navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(180px - 3.1386%) auto 0;
    width: 90%;
  }
  #cross_talk-navi .cross_talk-item{
    margin-top: 3.1386%;
    width: 48%;
  }
  #cross_talk-navi .cross_talk-item:nth-child(4n){
    margin-right: 0;
  }
  #cross_talk-navi .cross_talk-item .image .num{
    font-size: min(1.041vw,2.0rem);
  }
  #cross_talk-navi .cross_talk-item .image .num:after{
    font-size: min(2.6vw,5.0rem);
  }
  #cross_talk-navi .cross_talk-item .detail{
    margin-top: 20px;
  }
  #cross_talk-navi .cross_talk-item .detail .arrow{
    font-size: 1.8rem;
  }
  #cross_talk-navi .cross_talk-item .detail .sub{
    font-size: 1.4rem;
    margin-left: 25px;
    margin-top: 10px;
  }
}
@media screen and (min-width:781px) and (max-width:1555px) {
  #cross_talk-navi .cross_talk-item .detail .sub br{
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #cross_talk-navi{
    border-top: 1px solid #DBDBDB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 5% 0;
    margin-top: 100px;
  }
  #cross_talk-navi .cross_talk-item{
    width: 47.14%;
  }
  #cross_talk-navi .cross_talk-item:nth-child(n + 3){
    margin-top: 30px;
  }
  #cross_talk-navi .cross_talk-item .detail{
    margin-top: 15px;
  }
  #cross_talk-navi .cross_talk-item .detail .arrow:before{
    display: none;
  }
  #cross_talk-navi .cross_talk-item .detail .arrow{
    font-size: 1.5rem;
  }
  #cross_talk-navi .cross_talk-item .detail .arrow br{
    display: none;
  }
  #cross_talk-navi .cross_talk-item .detail .sub{
    font-size: 1.1rem;
    margin-top: 10px;
  }
  #cross_talk-navi .cross_talk-item .detail .sub br{
    display: none;
  }
}