@charset "utf-8";

.image-heading .image{
  background-image: url("../img/main.jpg");
}
@media print, screen and (min-width:781px) {
  body{
    padding-top: 0;
  }
}
@media screen and (min-width:781px) and (max-width:1365px) {
  .image-heading-wrap .ttl > h1{
    width: 64.615%;
  }
}
@media screen and (max-width: 780px) {
  .image-heading-wrap .ttl > h1 img{
    height: 80px;
  }
}



.work-contents .head-text{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2.11;
}
@media print, screen and (min-width:781px) {
  .work-contents{
    padding-top: 110px;
  }
  .work-contents .head-text{
    font-size: 1.8rem;
  }
  .work-fig{
    margin-top: 60px;
  }
}
@media screen and (max-width: 780px) {
  .work-contents{
    padding: 40px 5% 0;
  }
  .work-contents .head-text{
    font-size: 1.5rem;
  }
  .work-fig{
    margin-top: 50px;
    overflow-x:auto;
  }
  .work-fig img{
    width: 100%;
    min-width: 650px;
  }
}



.work-sec{
  background-color: #FFF;
}
.work-sec h2{
  border-bottom: 2px solid #005CA2;
  color: #005CA2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.employee-wrap .ttl{
  display: flex;
  justify-content: center;
  position: relative;
}
.employee-wrap .ttl:before{
  background-color: #005CA2;
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.employee-wrap .ttl h3{
  background-color: #FFF;
  color: #005CA2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:781px) {
  .work-sec{
    padding: 7%;
  }
  .work-sec h2{
    font-size: 2.4rem;
    padding-bottom: 25px;
  }
  .work-sec-inner > p{
    margin-top: 40px;
  }
  .work-sec-inner > .image{
    margin-top: 60px;
  }
  .employee-wrap{
    margin-top: 55px;
  }
  .employee-wrap .ttl h3{
    font-size: 2.0rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .work-sec{
    padding: 35px 5%;
  }
  .work-sec h2{
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  .work-sec-inner > p{
    margin-top: 40px;
  }
  .work-sec-inner > .image{
    margin-top: 55px;
  }
  .employee-wrap{
    margin-top: 30px;
  }
  .employee-wrap .ttl h3{
    font-size: 1.7rem;
    padding: 0 20px;
  }
}



.employee-list a{
  display: block;
}
.employee-item a .image{
  overflow: hidden;
}
.employee-item a .image img{
  transition: .6s;
}
@media (hover: hover) and (pointer: fine){
  .employee-item a:hover .image img{
    transform: scale(1.05);
  }
}
.tag-list{
  display: flex;
  flex-wrap: wrap;
}
.tag-list > li{
  border: 1px solid #005CA2;
  color: #005CA2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.profile > dt{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.profile > dd{
  line-height: 1.76;
}
@media print, screen and (min-width:781px) {
  .employee-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .employee-item{
    width: 46.71%;
  }
  .employee-item:nth-child(3n){
    margin-right: 0;
  }
  .employee-item:nth-child(n + 3){
    margin-top: 55px;
  }
  .employee-item a .image{
    aspect-ratio: 4 / 3;
  }
  
  .tag-list{
    margin-top: 25px;
  }
  .tag-list > li{
    border-radius: 130px;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .profile{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .profile > dt{
    align-self: flex-start;
    font-size: 2.0rem;
    width: 50px;
  }
  .profile > dd{
    font-size: 1.3rem;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 780px) {
  .employee-list{
    margin-top: 10px;
  }
  .employee-item > a{
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
  }
  .employee-item > a .image{
    width: 35.71%;
  }
  
  .employee-item > a .detail{
    display: flex;
    flex-direction: column;
    width: 58.57%;
  }
  
  .tag-list > li{
    border-radius: 15px;
    font-size: 1.0rem;
    padding: 4px 10px;
    margin-right: 3px;
    margin-top: 3px;
  }
  
  .profile{
    margin-top: 10px;
  }
  .profile > dt{
    font-size: 2.0rem;
  }
  .profile > dd{
    font-size: 1.1rem;
    margin-top: 10px;
  }
}




.btn-modal-close{
  background-image: url("../../common/img/icon_modal_close.svg");
  background-color: #2B2B2B;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  right: -30px;
  top: -30px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .btn-modal-close:hover{
    background-color: #005CA2;
  }
}
@media print, screen and (min-width:781px) {
  .iziModal{
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .iziModal{
    margin-left: 5%;
    margin-right: 5%;
  }
  .btn-modal-close{
    background-size: 15px auto;
    height: 40px;
    width: 40px;
    right: 0;
    top: -20px;
    transform: translateY(-100%);
  }
}