@charset "UTF-8";

/* Slick Slide
=========================================================================================== */
.slideBox {
  position: relative;
}

.slideBox.visible {
  opacity: 1 !important;
}

.slick-prev {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 20px;
  background: url("/products/infrastructure/product_site/water_environment/image/top/bx_controls_prev.png") no-repeat;
  background-size: contain;
  z-index: 5;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  width: 32px;
  height: 32px;
  right: 20px;
  background: url("/products/infrastructure/product_site/water_environment/image/top/bx_controls_next.png") no-repeat;
  background-size: contain;
}

.slick-next:before {
  content: "";
}

.slick-slide {
  display: block;
  height: 360px;
}

.slider .Slide6 {
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_06.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.slider .Slide5 {
  background-color: #e60027;
}

.slider .Slide4 {
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_04.png") no-repeat right 50%;
  background-size: cover;
}

.slider .Slide3 {
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_03.png") no-repeat 50% 50%;
  background-size: cover;
}

.slider .Slide2 {
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_02.png") no-repeat 50% 50%;
  background-size: cover;
}

.slider .Slide1 {
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_01.png") no-repeat 50% 50%;
  background-size: cover;
}

.slick-dots {
  bottom: 5px;
}

.slick-dots li {
  transform: translateX(30px);
}

.slider div:focus {
  outline: none;
}

.slider>div p {
  position: relative;
  max-width: 1275px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}

.slider>div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 12;
}

.slick-dots li button:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #787878;
  content: "";
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

.AutoMenu {
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.AutoMenu button {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  margin: 5px;
  line-height: 0;
  font-size: 0;
}

.AutoMenu button.Play {
  background: url("/products/infrastructure/product_site/water_environment/image/top/icon_play.png") no-repeat 50% 50%;
  background-size: contain;
}

.AutoMenu button.Play.active {
  background: url("/products/infrastructure/product_site/water_environment/image/top/icon_play_active.png") no-repeat 50% 50%;
  background-size: contain;
}

.AutoMenu button.Pause {
  background: url("/products/infrastructure/product_site/water_environment/image/top/icon_pause.png") no-repeat 50% 50%;
  background-size: contain;
}

.AutoMenu button.Pause.active {
  background: url("/products/infrastructure/product_site/water_environment/image/top/icon_pause_active.png") no-repeat 50% 50%;
  background-size: contain;
}

.slider .Slide6 p a {
  /*padding-top: 50px;*/
  color: #333;
  /*padding: 110px 10px 0;*/
  padding: 90px 10px 0;
  text-decoration: none;
  /*font-size: 55px;*/
  font-size: 343.5%;
  font-weight: bold;
  line-height: 120%;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
  .slider .Slide6 p a {
    /*padding: 80px 10px 0;
    font-size: 50px;*/
    padding: 62px 15px 0;
    font-size: 312.5%;
  }
}

@media screen and (max-width: 994px) {
  .slider .Slide6 p a {
    /*padding: 50px 10px 0;
    font-size: 40px;*/
    padding: 39px 15px 0;
    font-size: 250%;
  }
}

@media screen and (max-width: 399px) {
  .slider .Slide6 p a {
    font-size: 200%;
  }
}

.slider .Slide5 p a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.slider .Slide5 p a img {
  max-height: 100%;
}

.slider .Slide4 p a {
  padding-top: 50px;
}

.slider .Slide4 p a img {
  margin-top: 60px;
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .slider .Slide3 p a:hover img {
    opacity: 0.8;
  }
}

.slider .Slide3 p a img {
  margin-top: 50px;
  margin-left: 40px;
}

.slider .Slide3 {
  position: relative;
}

.slider .Slide3 p:after {
  position: absolute;
  top: 50%;
  right: 50px;
  content: '';
  display: block;
  width: 330px;
  height: 185px;
  background: url("/products/infrastructure/product_site/water_environment/image/top/branding_vr.png") no-repeat;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider .Slide2 p a {
  position: absolute;
  display: block;
  width: 330px;
  height: 185px;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider .Slide2 p>img {
  width: 530px;
  margin-top: 50px;
  margin-left: 50px;
}

@media screen and (min-width: 768px) {
  .slider .Slide2 p a:hover img {
    opacity: 0.8;
  }
}

.slider .Slide1 p {
  padding-top: 50px;
}

@media print {
  .slideBox {
    max-width: auto;
    height: auto;
  }

  .slider>div {
    display: list-item;
    list-style-position: inside;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1304px) {
  .slider .Slide1 p {
    padding-top: 20px;
  }

  .slider .Slide4 p a img {
    margin-left: 55px;
  }
}

@media screen and (max-width: 994px) {
  .slick-slide {
    display: block;
    height: 250px;
  }

  .slideBox {
    height: 250px;
  }

  .slick-dots {
    bottom: 0;
  }

  .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }

  .AutoMenu {
    bottom: 3px;
    -moz-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    -webkit-transform: translateX(-220%);
    transform: translateX(-220%);
  }

  .AutoMenu button {
    width: 12px;
    height: 12px;
    margin: 5px;
  }

  .slider .Slide2 p a {
    width: 210px;
    height: auto;
    top: 34%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .slider .Slide2 p {
    padding-top: 0;
  }

  .slider .Slide2 p>img {
    width: 450px;
    margin: 0 auto;
  }

  .slider .Slide3 p a {
    padding-top: 10px;
  }

  .slider .Slide3 p a img {
    width: 400px;
    margin: auto;
  }

  .slider .Slide3 p:after {
    content: "";
    width: 212px;
    height: 118px;
    top: 42%;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .slider .Slide4 p a img {
    width: 500px;
    margin-top: 0;
  }
}

@media screen and (max-width: 579px) {
  .JS #BrandingImgStyle_hero .Slide5 p a img {
    width: 100%;
    max-width: 395px;
  }

  .slider .Slide3 p a img {
    width: 400px;
  }

  .slider .Slide4 p a img {
    width: 83%;
    margin: auto;
  }

  .slider .Slide4 p a {
    padding-top: 20px;
  }
}

@media screen and (max-width: 399px) {
  .slider .Slide2 p {
    padding-top: 10px;
  }

  .slider .Slide4 p a img {
    width: 95%;
  }
}
.introduction {
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  padding:118px 0 166px;
  background-image: url(../image/intro-bg.png);
  background-position: 40% top;
  background-repeat: no-repeat;

}
.introduction h2 {
  font-size: 16px;
    color: #E60027;
    margin-bottom: 43px;
    font-weight: bold;
    background: none;
    padding-bottom: 0;
}

.introduction p.catch {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.25;
	margin-bottom: 64px;
}

.introduction p {
  font-size: 18px;
  margin-bottom: 36px;
  font-weight: bold;
  line-height: 2;
}

.talksession {
  background-color: #000;
  position: relative;
  padding: 266px 0 25px;
  background-image: url(../image/talksession_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 124px;
}

.talksession .box {
  margin-bottom: 91px;
  width: 100%;
  position: relative;
}
.talksession .box:nth-of-type(2){
margin-bottom: 120px;
}
.talksession .box:nth-of-type(3){
  margin-bottom: 105px;
}

.talksession .box .image {
  width: calc(100% / 2 + 236px);
  height: 650px;
  position: absolute;
  z-index: 70;
}

.talksession .box .inner {
  width: 996px;
  margin: 0 auto;
  display: flex;
}

.talksession .box:nth-of-type(odd) .inner {
  justify-content: flex-end;
}

.talksession .box .image {
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.talksession .box:nth-of-type(odd) .image {
  right: 50%;
  margin-right: -250px;
  background-position: right top;
}
.talksession .box:nth-of-type(even) .image {
  left: 50%;
  margin-left: -236px;
  background-position: left top;    
}
.talksession .box:nth-of-type(1) .image {
  background-image: url(../image/talkseeeion01.jpg);
}
.talksession .box:nth-of-type(2) .image {
  background-image: url(../image/talkseeeion02.jpg);
}
.talksession .box:nth-of-type(3) .image {
  background-image: url(../image/talkseeeion03.jpg);
}
.talksession .box:nth-of-type(4) .image {
  background-image: url(../image/talkseeeion04.jpg);
}

@media screen and (max-width:579px){
  .talksession .box{
    background-position: center top;
  }
}

.talksession .box .inner .txt {
  width: 486px;
  position: relative;
  z-index: 70;
}

.talksession .box .inner .txt .num {
  margin-bottom: 48px;
}

.talksession .box:nth-of-type(odd) .inner .txt .num {
  text-align: right;

}
.talksession .box:nth-of-type(even) .inner .txt p.title{
  margin-bottom: 32px;
}

.talksession .box .inner .txt p.title {
  margin-bottom: 62px;
}

.talksession .box .inner .txt p.cont {
  background-color: #fff;
  width: 486px;
  height:auto;
  position: relative;
  font-weight: bold;
  line-height: 2;
  padding: 52px 56px;
  font-size: 14px;
}
.talksession .box:nth-of-type(3) .inner .txt p.cont{
  height: auto;
}

.talksession .box .inner .txt p.cont span {
  display: block;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom:0;

}

.talksession .box:nth-of-type(2) .inner .txt p.cont span{
  margin-bottom: 19px;
}

.talksession .box .inner .txt p.cont a {
  display: block;
  text-align: right;
  margin-top: 60px;
  transition: 0.3s;
}

.talksession .box .inner .txt p.cont a:hover {
  right: 48px;
}

.project-news {
  width: 996px;
  margin: 0 auto 73px;
}

.project-news .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}
@media screen and (max-width:579px){
  .project-news .wrap{
  display: block;
  }
  .project-news .wrap .for-list{
    text-align: right;
  }
  
}

.project-news .wrap h2 {
  margin: 0 0 9px;
  padding: 0;
  background: none;
}

.project-news .wrap .for-list a {
  font-weight: bold;
  text-decoration: none;
  color: #E60027;

}

.project-news .wrap .for-list a:hover {
  text-decoration: underline;
}

.project-news .wrap .for-list a:hover img {
  transform: translateX(10px);
}

.project-news .wrap .for-list img {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}

.project-news dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 23px;
  /* padding-bottom: 24px;
  margin-bottom: 24px; */

}

.project-news dl:nth-last-of-type(1) {
  border-bottom: none;
}

.project-news dl dt {
  display: flex;
  width: 256px;
	align-items: center;
  position: relative;
}

.project-news dl dt .date {
  font-size: 14px;
  font-weight: bold;
  margin-right: 22px;
}

.project-news dl dt .cat {
  color: #fff;
  background-color: #E60027;
  padding: 5px 10px 4px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 130px;
}

.project-news dl dd {
  padding: 0 32px;
  width: calc(100% - 256px);
  font-size: 14px;
}

.project-news dl dd a {
  text-decoration: none;
  transition: 0.3s;
}

.project-news dl dd a:hover {
  color: #e60027;
  text-decoration: underline;
}

.cv {
  padding: 120px 0;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
.cv a:nth-of-type(1) {
  margin-right: 25px;
} */

.cv a {
  width: 485px;
  height: 160px;
  border: 4px solid #E60027;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  color: #e60027;
  transition: 0.3s;
  background-color: #fff;
}

.cv a img {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}

.cv a:hover {
  opacity: 0.5;
}

.cv a:hover img {
  transform: translateX(10px);
}

.OptionWideRWD #Contents {
  padding: 0 !important;
}

@media screen and (max-width: 995px) {
  .introduction {
    padding: 118px 0 119px;
    background-position: right top;
  }
  .introduction p{
    margin-bottom: 39px;
  }
  .introduction p.catch{
    margin-bottom: 66px;
  }
  .talksession {
    background-size: contain;
    padding: 160px 0 37px
  }

  .talksession .box .inner {
    width: 97%;
  }

  .talksession .box .inner .txt {
    width: 78%;
    margin-top: 10px;
  }
  .talksession .box .inner .txt .num{
    margin-bottom: 38px;
  }
  .talksession .box .inner .txt p.title {
    margin-bottom: 33px;
  }
  .talksession .box .inner .txt p.title img{
    width: 100%;
    height: auto;
  }
  .talksession .box:nth-of-type(1) .inner .txt p.title,
  .talksession .box:nth-of-type(3) .inner .txt p.title {
    text-align: right;
  }

  .talksession .box .inner .txt p.cont {
    width: 100%;
    height: auto;
    padding:40px 48px;
  }
  .talksession .box:nth-of-type(3) .inner .txt p.cont{
    height: auto;
  }
  .talksession .box .inner .txt p.cont a{
    margin-top: 32px;
  }
  
  .talksession .box .inner .txt p.cont span{
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .talksession .box .image {
    width: calc(100% / 2 + 211px);
    height: 418px;
  }

  .talksession .box:nth-of-type(odd) .image {
    margin-right: -211px;
  }
    .talksession .box:nth-of-type(even) .image {
    margin-left: -211px;
  }

  .project-news {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 72px;
  }
  .project-news .wrap h2{
    margin-bottom: 25px;
  }
  .project-news dl{
    padding-bottom: 27px;
    margin-bottom: 20px;
  }
  .project-news dl dd{
    padding: 0 10px 0 32px;
    line-height: 1.83;
  }
  
  .cv a {
    width: 360px;
    height: 119px;
    font-size: 24px;
    border-radius: 22px;
    margin: 0 auto;
  }
  /* .cv a:nth-of-type(1) {
    margin-right: 0px;
  } */
}
#FloatTopBtnWrap{
bottom: 0;
    height: 45px;
    position: absolute;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .introduction {
    padding: 21% 4%;
  }
  .introduction p{
    margin-bottom: 33px;
  }
  .introduction p.catch {
    font-size: 9.2vw;
    margin-bottom: 25vw;
  }
  .talksession {
    background-size: contain;
    padding: 121px 0 40px;
    margin-bottom: 84px;
  }
  .talksession .box{
    margin-bottom: 80px;
  }
  .talksession .box:nth-of-type(1) .image,
  .talksession .box:nth-of-type(3) .image {
    margin-right: -160px;
  }
  .talksession .box:nth-of-type(2) .image {
    margin-left: -160px;
  }

  .talksession .box .image {
    width: calc(100% / 2 + 160px);
    height: 310px;
  }
  .talksession .box .inner .txt{
    margin-top: 7px;
  }
  .talksession .box .inner .txt .num{
    margin-bottom: 38px;
  }
  .talksession .box .inner .txt p.title{
    margin-bottom: 32px;
  }
  .talksession .box .inner .txt p.cont{
    height: auto;
    /* padding: 50px 56px 124px; */
  }
  .talksession .box:nth-of-type(3) .inner .txt p.cont{
    height: auto;
    /* padding: 50px 56px 159px; */
  }
  /* .talksession .box .inner .txt p.cont span {
    font-size: 6vw;
  } */
  .project-news{
    width: 94%;
    padding-bottom: 29px;
  }
  .project-news .wrap{
    margin-bottom: 0;
  }
  .project-news .wrap h2{
    margin-bottom: 50px;
  }
  .project-news dl{
    display: block;
  }
  .project-news dl dt{
    margin-bottom: 16px;
  }
  .project-news dl dt .date {
    font-size: 11px;
    margin-right: 41px;
  }
  .project-news dl dt,
  .project-news dl dd{
    width: 100%;
  }
  .project-news dl dd{
    padding: 0;
    line-height: 1.9;
  }
  .project-news dl dt .cat{
    left: 110px
    }
  .cv{
    display: block;
    padding: 60px 0 22px;
  }
  .cv a{
    width: 62%;
    margin: 0 auto 6vw;
    height: auto;
    padding: 7.8vw;
    font-size: 24px;
    border-radius: 25px;
  }
  .cv a:nth-of-type(1) {
    margin-right: auto;
  }
}
@media screen and (max-width: 579px) {
  
  .introduction{
    padding: 114px 4%;
  }
  .introduction p{
    font-size: 17px;
    margin-bottom: 33px;
  }
  .introduction p.catch {
    font-size: 54px;
    line-height: 1.18;
    margin-bottom: 17vw;
}
.talksession{
  padding: 112px 0 35px;
  margin-bottom: 79px;
}
.talksession .box{
  margin-bottom: 20vw;
}
.talksession .box .image{
  position: inherit;
    margin: 0 auto;
    width: 100%;
    top: 0;
    height: 70vw;
}
.talksession .box:nth-of-type(1) .image,
.talksession .box:nth-of-type(3) .image{
  right: 0;
  margin-right: 0;
}
.talksession .box:nth-of-type(2) .image{
  left: 0;
  margin-left: 0;
}
.talksession .box .inner{
  margin: -13vw auto 0;
}
.talksession .box .inner .txt{
  width: 100%;
  margin-top: 0;
}
.talksession .box .inner .txt .num{
  margin-bottom: 28px;
}
.talksession .box .inner .txt p.cont{
  width: 96%;
    margin: 0 auto;
  padding: 7% 8% 26%;
  line-height: 1.87;
}
.talksession .box:nth-of-type(2) .inner .txt p.cont{
  font-size: 13px;
    line-height: 2;

}
.talksession .box:nth-of-type(3) .inner .txt p.cont{
  height: auto;
  padding: 7% 8% 26%;
}
.talksession .box .inner .txt p.cont span {
  line-height:1.25;
  font-size: 37px;
  margin-bottom: 23px;
}
.talksession .box .inner .txt p.title {
  margin-bottom: 29px;
}
.talksession .box .inner .txt p.cont a {
  position: absolute;
  bottom: 30px;
  right: 20px;
  transition: 0.3s;
}
.project-news {
  padding-bottom: 0;
}
.project-news .wrap h2{
  margin-bottom: 7px;
}
.project-news{
  margin: 0 auto 30px;
}
.project-news .wrap{
  margin-bottom:50px ;
}
.project-news dl {
  margin-bottom: 21px;
}
.project-news dl dt .date {
  font-size: 11px;
  margin-right: 37px;
}

.project-news dl dt .cat{
  padding: 5px 6px 4px;
  
}
.project-news dl dt {
margin-bottom: 15px;
}
.project-news dl dd{
  line-height: 1.3;
}
.cv a{
  width: 90%;
    margin: 0 auto 10vw;
    height: auto;
    padding: 10.5vw;
    font-size: 22px;
}
.cv a:nth-of-type(1) {
  margin-right: auto;
}

}


/* インタビュー装飾 */

.af_mv {
  position: relative;
  width: 100%;
  margin-bottom: 95px;
  /*height: 625px;
   overflow: hidden; */
}

.af_mv .af01 {
  background: no-repeat top/cover url("/products/it/finance/andf/interview/pbi/image/af01_mv.jpg");
}

.af_mv .af02 {
  background: no-repeat top/cover url("/products/it/finance/andf/interview/risk-insight/image/af02_mv.jpg");
}

.af_mv .af03 {
  background: no-repeat top/cover url("/products/it/finance/andf/interview/cmos-annealing/image/af03_mv.jpg");
}

.af_mv .af04 {
  background: no-repeat top/cover url("/products/it/finance/andf/interview/CO-URIBA/image/af04_mv.jpg");
}

.af_mv .image {
  left: 50%;
  margin-left: -230px;
  width: calc(100% / 2 + 230px);
  height: 625px;
  position: absolute;
}

.af_mv .box {
  width: 996px;
  margin: 126px auto 0;
  display: flex;
  justify-content: flex-start;
  /* height: 100%; */
  align-items: flex-end;
}

.af_mv .box .Title {
  width: 496px;
/*  z-index: 100;*/
  z-index: 70;
}

.af_mv .box .Title .TitleBox {
  background: #fff;
  padding: 61px 58px 25px 0;
  margin-top: 50px;
}

#Contents .af_mv .box .Title .TitleBox h2 {
  background: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 23px;
  text-align: left;
}

.af_mv .box .Title .TitleBox p {
  font-size: 90%;
  line-height: 1.9;
  font-weight: bold;
}

.af_mv .box .Title .TitleBox p.mb {
  margin-bottom:40px;
}

@media screen and (max-width: 768px) {
  .af_mv {
      height: auto;
  }
  #Contents .af_mv .box .Title .TitleBox h2 {
    font-size: 38px;
  }
  .af_mv .image {
      width: 100%;
      margin: 0;
      left: 0;
      background-size: 100%;
      background-position: initial;
  }
  .af_mv .box {
      width: 100%;
  }
  .af_mv .box .Title {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 136px;
      background: #fff;
      padding: 24px 15px 0;
  }
  .af_mv .box .Title img {
    margin: 24px 0 32px;
    width: 105%;
    max-width: initial;
  }
  .af_mv .box .Title .TitleBox {
      padding: 28px 0 0;
      margin-top: 0px;
  }
  .af_mv .box .Title .TitleBox p {
      line-height: 1.8;
  }
  .af_mv .box .Title .TitleBox h2 {
      font-size: 220%;
  }
}

.interview_list {
  display: flex;
  width: 996px;
  margin: 0px auto 160px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview_list .i_box {
  width: 49%;
  display: flex;
}

.interview_list .i_box:nth-of-type(odd) {
    margin-right: 1%;
}

.interview_list .i_box div:nth-of-type(1) {
  margin-right: 12px;
}

.interview_list .i_box div:nth-of-type(2) .i_name {
  font-size: 83%;
  font-weight: bold;
}

.interview_list .i_box div:nth-of-type(2) .i_division {
  font-size: 83%;
  margin: 10px 0 20px;
  line-height: 2;
}

.interview_list .i_box div:nth-of-type(2) .i_desc {
  font-size: 83%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .interview_list {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0 15px 98px;
  }
  .interview_list .i_box {
      width: 100%;
      margin-bottom: 24px;
  }
  .interview_list .i_box:nth-of-type(odd) {
    margin-right: 0%;
  }
  .interview_list .i_box div:nth-of-type(2) {
      width: 100%;
  }
  .interview_list .i_box div:nth-of-type(2) .i_division {
    margin: 12px 0 28px
  }
  .interview_list .i_box:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 995px) {
  .interview_list .i_box:nth-of-type(n+3) {
    margin-top: 86px;
  }
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
  .interview_list .i_box div:nth-of-type(1) img {
    max-width: initial!important;
  }
}

@media screen and (min-width: 580px) and (max-width: 994px) {
  .interview_list .i_box div:nth-of-type(1) img {
    max-width: initial!important;
    width: 161px;
  }
  .interview_list .i_box {
    width: 100%;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 579px) {
  .interview_list .i_box div:nth-of-type(1) img {
    max-width: initial!important;
    width: 123px;
  }
}

.talking_section {
  width: 100%;
}

.talking_section .talk_bg {
  position: relative;
}

.talking_section .talk_bg img {
  width: 100%;
}

.talking_section .box {
  width: 996px;
  margin: -70px auto 0;
  background: #F8F8F8;
  padding: 140px 120px;
  z-index: 2;
  position: relative;
}

#Contents .talking_section .box .theme {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 44px;
  border-bottom: 2px solid #DDDDDD;
  line-height: 1.3;
  text-align: left;
}

.talking_section .box .question {
  font-size: 90%;
  font-weight: bold;
  margin: 32px 0 46px;
  line-height: 2;
}

.talking_section .box .subheading {
  font-size: 90%;
  font-weight: bold;
  margin-top: 32px;
  line-height: 2;
}

.talking_section .box .picture {
  margin: 40px 0;
}

.talking_section .box .dialogue {
  display: flex;
  font-size: 90%;
  margin-bottom: 40px;
}

.talking_section .box .dialogue:last-of-type {
  margin-bottom: 0;
}

/* 苗字の文字数でスペースを調整 */
.talking_section .box .dialogue p.dname_2 {
  width: 54px;
}
.talking_section .box .dialogue p.dname_2+p:nth-of-type(2) {
width: 100%
}
.talking_section .box .dialogue p.dname_3 {
  width: 67px;
}
.talking_section .box .dialogue p.dname_3+p:nth-of-type(2) {
width: 100%
}
.talking_section .box .dialogue p.dname_4 {
  width: 85px;
}
.talking_section .box .dialogue p.dname_4+p:nth-of-type(2) {
width: 100%
}
.talking_section .box .dialogue p {
  line-height: 2;
}
.talking_section .box .dialogue .break {
  display:block;
  margin-bottom:2em;
}

@media screen and (max-width: 768px) {
  .talking_section .photo_bg {
      background-position: center;
      background-size: contain;
      height: 190px;
  }
  .talking_section .box {
      width: auto;
      margin: -24px 15px 0;
      padding: 66px 16px;
  }
  .talking_section .box .theme {
      margin: 0 0 32px 0!important;
      text-align: left!important;
      padding: 0 0 25px 0!important;
  }
  .talking_section .box .question {
      margin-bottom: 40px;
  }
}

@media screen and (max-width: 413px) {
  .talking_section .photo_bg {
      height: 172px;
  }
}

.session_menu {
  margin: 80px 0 0;
  background: no-repeat top/contain url("/products/it/finance/andf/image/af_other_session.png"), #000;
}

.session_menu .bnr_area_sp {
  display: none;
}

.session_menu .bnr_area_pc {
  width: 996px;
  margin: 80px auto;
  padding: 82px 0;
}

.session_menu .bnr_area_pc a {
  display: block;
}

.session_menu .bnr_area_pc a:nth-of-type(n+1) {
  margin-bottom: 64px;
}

.session_menu .bnr_area_pc a img {
  transition: 0.3s ease-in-out;
}

.session_menu .bnr_area_pc a:hover img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .session_menu {
      width: 100%;
  }
  .session_menu .bnr_area_pc {
      display: none;
  }
  .session_menu .bnr_area_sp {
      display: block;
      width: auto;
      margin: 0;
      padding: 80px 9px;
  }
  .session_menu .bnr_area_sp a {
      display: block;
  }
  
  .session_menu .bnr_area_sp a:nth-of-type(n+1) {
      margin-bottom: 56px;
  }
}

.cv_area {
  background: #F8F8F8;
  padding: 120px 0;
}

.cv_area .link_area {
  width: 996px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cv_area .link_area a {
  color: #E60027;
  border: 4px solid #E60027;
  border-radius: 25px;
  padding: 45px 90px;
  text-decoration: none;
  font-size: 20px;
  width: 48%;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.cv_area .link_area a span {
  position: relative;
}

.cv_area .link_area a span:after {
  content:"";
  background: url("/products/it/finance/andf/image/arrow_red.png");
  width: 28px;
  height: 28px;
  position:absolute;
  top: -3px;
  right: -50px;
  transition: 0.3s ease-in-out;
}

.cv_area .link_area a:hover span:after {
  right: -55px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .cv_area {
      width: 100%;
      padding: 80px 0;
  }
  .cv_area .link_area {
      width: auto;
      margin: 0;
      padding: 0 16px;
      flex-direction: column;
  }
  .cv_area .link_area a{
      padding: 32px 0px;
      width: 100%;
  }
  .cv_area .link_area a:nth-of-type(1) {
      margin-bottom: 32px;
  }
}

@media screen and (min-width: 580px) and (max-width: 768px) {
  .session_menu .bnr_area_sp {
    padding: 122px 16px;
  }
  .session_menu .bnr_area_sp a {
    width: 100%;
  }
  .session_menu .bnr_area_sp a img {
    width: 100%;
  }
}

/*
@media screen and (max-width: 413px) {
  .talking_section .box .dialogue p.dname_2 {
      width: 15%;
  }
  .talking_section .box .dialogue p.dname_2+p:nth-of-type(2) {
      width: 85%;
  }
  .talking_section .box .dialogue p.dname_3 {
      width: 20%;
  }
  .talking_section .box .dialogue p.dname_3+p:nth-of-type(2) {
      width: 80%;
  }
  .talking_section .box .dialogue p.dname_4 {
      width: 25%;
  }
  .talking_section .box .dialogue p.dname_4+p:nth-of-type(2) {
      width: 75%;
  }
}
　*/


@media screen and (max-width: 414px) {
  .af_mv .box .Title {
    margin-top: 136px;
  }
}
@media screen and (min-width: 415px) and (max-width: 443px) {
  .af_mv .box .Title {
    margin-top: 155px;
  }
}
@media screen and (min-width: 444px) and (max-width: 476px) {
  .af_mv .box .Title {
    margin-top: 175px;
  }
}
@media screen and (min-width: 477px) and (max-width: 503px) {
  .af_mv .box .Title {
    margin-top: 195px;
  }
}
@media screen and (min-width: 504px) and (max-width: 539px) {
  .af_mv .box .Title {
    margin-top: 215px;
  }
}
@media screen and (min-width: 540px) and (max-width: 579px) {
  .af_mv .box .Title {
    margin-top: 235px;
  }
}
@media screen and (min-width: 580px) and (max-width: 620px) {
  .af_mv .box .Title {
    margin-top: 255px;
  }
}
@media screen and (min-width: 621px) and (max-width: 659px) {
  .af_mv .box .Title {
    margin-top: 270px;
  }
}
@media screen and (min-width: 660px) and (max-width: 694px) {
  .af_mv .box .Title {
    margin-top: 290px;
  }
}
@media screen and (min-width: 695px) and (max-width: 733px) {
  .af_mv .box .Title {
    margin-top: 310px;
  }
}
@media screen and (min-width: 734px) and (max-width: 768px) {
  .af_mv .box .Title {
    margin-top: 330px;
  }
}

@media screen and (min-width: 768px) and (max-width: 996px) {
  .af_mv .box,
  .session_menu .bnr_area_pc,
  .cv_area .link_area {
      width: 96%;
      margin: 0 auto;
  }
  .session_menu .bnr_area_pc {
    padding: 130px 0;
  }
  .interview_list {
      width: 96%;
      margin: 80px auto;
  }
  .talking_section .box {
      width: 96%;
      margin: -70px auto 0;
      padding: 80px;
  }
  .talking_section .photo_bg {
      height: 378px;
  }
}
#FloatBtnWrap{
  z-index: 99999;
}
