@charset "utf-8";

.work-select-wrap{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work-select-heading{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.work-select-heading h1{
  font-weight: 700;
  line-height: 1.4;
}
.work-select-heading p{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.3;
}
.work-select-item > p{
  font-weight: 700;
}
/*.work-select-item > p.time-of-interview:after{
  content: "※取材当時";
}*/
.work-select-item-radio{
  display: flex;
  flex-wrap: wrap;
}
.work-select-item-radio input {
  cursor: pointer;
  opacity: 0;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.work-select-item-radio label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  color: #333333;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #666666;
  pointer-events: none;
  transition: .2s;
}
.work-select-item-radio input:checked + label {
  background: #006FBC;
  font-weight: 500;
  color: #FFFFFF;
}

.work-select-reset-wrap > p,
.work-select-reset-wrap > .note-lists{
  font-weight: 700;
}
.work-select-reset-wrap button{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
#btn-search {
 display: table;
 border-radius: 25px;
 font-size: 2.0rem;
  font-weight: 700;
 padding: 15px;
 width: 17.46%;
 max-width: 190px;
 color: #999;
 background-color: #CCC;
 text-align: center;
 pointer-events: none;
 transition: .2s;
}
#btn-search.active {
 color: #FFF;
 background-color: #333333;
 pointer-events:all;
 cursor: pointer;
}
.work-select-reset-wrap .btn-reset{
  border: none;
  background-color: #999999;
  color: #FFF;
  font-weight: 700;
  display: block;
  text-align: center;
  transition: .2s;
}
@media print, screen and (min-width:781px) {
  .work-select-wrap{
    background-image: url("../img/bg_select.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 81px);
    min-height: 780px;
    width: 100%;
  }
  .work-select-heading h1{
    font-size: 3.6rem;
  }
  .work-select-heading p{
    font-size: 2.0rem;
    margin-top: 10px;
  }
  
  .work-select{
    margin: 70px auto 0;
    width: 90%;
    max-width: 823px;
  }
  
  
  .work-select .col2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .work-select .col2 .work-select-item{
    width: 48.6%;
  }
  
  .work-select-item{
    display: flex;
  }
  .work-select-item > p{
    font-size: min(2.037vw,2.2rem);
  }
  .work-select-item > p.time-of-interview:after{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    display: block;
  }
  .work-select-item-radio{
    align-items: flex-start;
    width: calc(100% - 130px);
  }
  .work-select-item-radio > div{
    margin-right: 10px;
    margin-bottom: 10px;
    height: 50px;
    position: relative;
  }
  .work-select-item-radio > div:hover > label{
    background-color: #CEE2F0;
  }
  .work-select-item-radio > div:hover input:checked + label {
    background-color: #03538B;
  }
  
  .work-select-item-radio label{
    border-radius: 10px;
    font-size: 1.4rem;
  }
  
  .work-select .col2 .work-select-item .work-select-item-radio > div{
    width: 48.148%;
    max-width: 130px;
  }
  .work-select .col2 .work-select-item .work-select-item-radio > div:nth-child(2n){
    margin-right: 0;
  }
  .work-select .col2 .work-select-item > p{
    width: 130px;
  }
  .work-select-item.multiple{
    margin-top: 12px;
    justify-content: flex-start;
    width: 82.8675%;
  }
  .work-select-item.multiple .work-select-item-radio{
    justify-content: flex-start;
    width: calc(100% - 130px);
  }
  .work-select-item.multiple .work-select-item-radio > div{
    margin-right: 1.818%;
    width: 23.636%;
  }
  .work-select-item.multiple .work-select-item-radio > div:nth-child(4n){
    margin-right: 0;
  }
  .work-select-item.multiple > p{
    width: 130px;
  }
  
  .work-select-reset-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 55px;
  }
  .work-select-reset-wrap > p,
  .work-select-reset-wrap > .note-lists{
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #btn-search.active:hover{
    background-color: #666666;
  }
  .work-select-reset-wrap .btn-reset{
    border-radius: 25px;
    font-size: 1.4rem;
    margin-left: 18px;
    padding: 10px 15px;
    width: 17.46%;
    max-width: 82px;
  }
  .work-select-reset-wrap .btn-reset:hover{
    background-color: #B5B4B4;
  }
}
@media print, screen and (min-width:781px) and ( max-width:1000px) {
  .work-select .col2 .work-select-item .work-select-item-radio > div{
    max-width: 120px;
  }
  .work-select-item.multiple .work-select-item-radio > div{
    max-width: 120px;
  }
  .work-select .col2 .work-select-item > p,
  .work-select-item.multiple > p{
    font-size: 1.2rem;
    width: 80px;
  }
  .work-select-item-radio{
    align-items: flex-start;
    width: calc(100% - 80px);
  }
  .work-select-item.multiple .work-select-item-radio{
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 780px) {
  .work-select-wrap{
    background-image: url("../img/bg_select_sp.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 15px 50px;
    width: 100%;
  }
  .work-select-heading h1{
    font-size: 2.5rem;
  }
  .work-select-heading p{
    font-size: 1.1rem;
    margin-top: 10px;
  }
  
  .work-select-item{
    margin-top: 15px;
  }
  .work-select-item > p{
    font-size: min(10.256vw,2.0rem);
    position: relative;
  }
  .work-select-item > p.time-of-interview:after{
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    display: block;
    white-space: nowrap;
  }
  .work-select-item-radio > div {
    margin-right: 1.5733%;
    height: 50px;
    width: 23.82%;
    position: relative;
  }
  .work-select-item-radio > div:nth-child(4n){
    margin-right: 0;
  }
  .work-select-item-radio label{
    border-radius: 5px;
    font-size: min(6.66vw,1.3rem);
  }
  .work-select-reset-wrap{
    margin-top: 35px;
  }
  .work-select-reset-wrap > p,
  .work-select-reset-wrap > .note-lists{
    font-size: min(3.33vw,2.6rem);
    text-align: center;
  }
  .work-select-item.multiple .work-select-item-radio > div:nth-child(n + 5){
    margin-top: 4px;
  }
  .work-select-item.multiple .work-select-item-radio > div.small label{
    font-size: min(2.179vw,1.7rem);
  }
  #btn-search{
    font-size: 1.6rem;
    padding: 20px;
    margin: 10px auto 0;
    width: 58.97%;
    min-width: 230px;
  }
  .work-select-reset-wrap .btn-reset{
    border-radius: 30px;
    font-size: 1.4rem;
    margin: 10px auto 0;
    padding: 15px 20px;
    width: 23.33%;
    min-width: 91px;
  }
}


.work-style-sec{
  background-color: #E8F6FF;
}
.work-style-wrap h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
}
.work-style-wrap h2:after{
  background-color: #707070;
  content: "";
  display: block;
  margin: 15px auto 0;
  height: 1px;
}
.interview-list{
  display: flex;
  flex-wrap: wrap;
}
.interview-item > a{
  display: block;
  position: relative;
}
.interview-item-category{
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.office .interview-item-category , div[data-type='office'] .interview-item-category {
  background-color: #FFF;
}
.info .interview-item-category , div[data-type='info'] .interview-item-category {
  background-color: #B7D3F4;
}
.architecture .interview-item-category , div[data-type='architecture'] .interview-item-category {
  background-color: #71ADF3;
}
.interview-item-affiliation {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  min-height: 3em;
}
.interview-item-year{
  color: #666666;
  font-weight: 400;
  line-height: 1.47;
  text-align: center;
}
@media print, screen and (min-width:781px) {
  .work-style-sec{
    padding: 100px 0 150px;
  }
  .work-style-wrap{
    margin: 0 auto;
    width: 90%;
    max-width: 1088px;
  }
  .work-style-wrap h2{
    font-size: 2.0rem;
  }
  .work-style-wrap h2:after{
    width: 200px;
  }
  .interview-list{
    justify-content: center;
    margin: 0 -.74%;
  }
  .interview-item{
    margin-left: .74%;
    margin-right: .74%;
    margin-top: 90px;
    width: 23%;
  }
  .interview-item > a{
    padding-top: 25px;
    transition: .3s;
  }
  .interview-item > a:hover{
    opacity: .6;
  }
  .interview-item-category{
    font-size: 1.4rem;
    height: 80px;
    width: 80px;
  }
  .interview-item-affiliation{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .interview-item-year{
    font-weight: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .work-style-sec{
    padding: 60px 0 110px;
  }
  .work-style-wrap{
    margin: 0 20px;
  }
  .work-style-wrap h2{
    font-size: 2.0rem;
  }
  .work-style-wrap h2:after{
    width: 200px;
  }
  .interview-list{
    margin: 50px -2.95% 0;
  }
  .interview-item{
    margin-right: 2.95%;
    margin-left: 2.95%;
    margin-top: 45px;
    width: 44.1%;
  }
  .interview-item > a{
    padding-top: 20px;
  }
  .interview-item-category{
    font-size: 1.1rem;
    height: 54px;
    width: 54px;
  }
  .interview-item-affiliation{
    font-size: 1.4rem;
    margin-top: 13px;
  }
  .interview-item-year{
    font-weight: 1.2rem;
    margin-top: 5px;
  }
}

/*
JS用CSS
*/

#resultNotfound { 
 display: none;
 margin: 0 auto;
 width: 90%;
 max-width: 1088px;
 padding: 100px 0;
}
#resultNotfound.active { display: block; }

#resultStyle { display: none; }
#resultStyle.active { display: block; }
#resultStyle .interview-item { display: none; }

#resultStyle .interview-item.active {
 display: block;
 animation-name:fadeInMotion;
 animation-duration:0.6s;
 animation-fill-mode:forwards;
}


@keyframes fadeInMotion{
 from { opacity: 0; }
 to { opacity: 1; }
}
