@charset "utf-8";

/*------------------------------------------------------------
  #home
------------------------------------------------------------*/
#home .mv{
  position: relative;
}
#home .mv .txt-box{
  position: absolute;
  bottom: 10%;
  right: 3%;
  text-align: right;
  color: #fff;
  z-index: 1;
}
#home .mv .txt-box .t1{
  font-size: clamp(3rem, 3.4vw, 4.8rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2%;
  text-shadow: 0 0 4px rgba(0,0,0,.4);
}
#home .mv .txt-box .t2{
  font-size: clamp(1rem, 1.4vw, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
#home .conts .cont-midashi{
  text-align: left;
}
#home .conts .cont-midashi:after{
  left: 0;
  transform: none;
}
#home .conts .t2{
  font-size: 1.6rem;
  line-height: 2.8;
}
#home .about{
  width: 100%;
  padding: 100px 0 160px;
  position: relative;
}
#home .about:before{
  content: '';
  width: 46%;
  height: 62%;
  position: absolute;
  top: 130px;
  left: 0;
  background: url(../img/top/about-img.jpg) no-repeat center bottom / cover;
  z-index: 1;
}
#home .about:after{
  content: '';
  width: 80%;
  height: 65%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFDF4;
}
#home .about .inner{
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#home .about .txt-box{
  width: 50%;
  margin-left: auto;
}
#home .about .txt-box .more{
  width: 200px;
  margin-top: 60px;
}
#home .service{
  width: 100%;
  padding: 300px 0 100px;
  position: relative;
}
#home .service:before{
  content: '';
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/service-img.jpg) no-repeat center center / cover;
  z-index: 1;
}
#home .service .inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 50px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#home .service.conts .cont-midashi{
  text-align: center;
}
#home .service.conts .cont-midashi:after{
  left: 50%;
  transform: translateX(-50%);
}
#home .service .inner ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#home .service .inner ul li{
  width: calc(100% / 3 - 12px);
  margin: 0 0 20px;
}
#home .member{
  width: 100%;
  padding: 0 0 25%;
  position: relative;
}
#home .member:before{
  content: '';
  width: 60%;
  height: 64%;
  position: absolute;
  top: 130px;
  right: 0;
  background: url(../img/top/member-img.jpg) no-repeat center top / cover;
  z-index: 1;
}
#home .member:after{
  content: '';
  width: 80%;
  height: 50%;
  position: absolute;
  top: 6%;
  left: 0;
  background-color: #FFFDF4;
}
#home .member .inner{
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#home .member .txt-box{
  width: 36%;
}
#home .member .txt-box .more{
  width: 200px;
  margin-top: 60px;
}
@media (max-width: 798px){
  #home .mv .swiper-slide img {
    width: 100%;
    height: 90vw;
    object-fit: cover;
  }
  #home .mv .txt-box{
    position: absolute;
    bottom: 8%;
    right: 0;
    width: 100%;
    padding: 3%;
    text-align: left;
    color: #000;
    background-color: rgba(255,255,255,.8);
  }
  #home .mv .txt-box .t1{
    font-size: 4.6vw;
    line-height: 1.4;
    text-shadow: none;
  }
  #home .mv .txt-box .t2{
    font-size: 2.8vw;
    font-weight: 300;
  }
  #home .conts .t2{
    line-height: 2.2;
  }
  #home .about{
    padding: 50px 0 100px;
  }
  #home .about:before{
    display: none;
  }
  #home .about:after{
    width: 100%;
    height: 75%;
  }
  #home .about .txt-box{
    width: 100%;
  }
  #home .about .txt-box .more{
    margin: 40px auto 0;
  }
  #home .service{
    width: 100%;
    padding: 200px 0 50px;
    position: relative;
  }
  #home .service:before{
    height: 240px;
  }
  #home .service .inner{
    padding: 50px 0;
  }
  #home .service .inner ul li{
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px;
  }
  #home .member{
    width: 100%;
    padding: 0 0 100px;
    background-color: #FFFDF4;
  }
  #home .member:before{
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    top: initial;
    right: initial;
    display: block;
  }
  #home .member:after{
    display: none;
  }
  #home .member .inner{
    width: 100%;
    position: relative;
    padding-top: 30px;
  }
  #home .member .inner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    background-color: #FFF;
  }
  #home .member .txt-box{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #home .member .txt-box .more{
    margin: 40px auto 0;
  }
}

/*------------------------------------------------------------
  #office
------------------------------------------------------------*/
#office .mv .img{
  background-image: url(../img/office/main.jpg);
}
#office .about{
  width: 100%;
  padding: 0;
  margin: 0 0 140px;
  position: relative;
}
#office .about:after{
  content: '';
  width: 46%;
  height: 90%;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/office/about-img.jpg) no-repeat center top / cover;
  z-index: 1;
}
#office .about:before{
  content: '';
  width: 80%;
  height: 65%;
  position: absolute;
  top: 20%;
  right: 0;
  background-color: #FFFDF4;
}
#office .about .inner{
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#office .about .txt-box{
  width: 50%;
  margin-left: auto;
}
#office .about .txt-box .t1{
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  line-height: 1.8;
  margin-bottom: 4%;
  letter-spacing: .3rem;
  color: #000;
}
#office .about .txt-box .t2{
  font-size: 1.5rem;
  line-height: 2.2;
}
#office .conts{
  margin-bottom: 140px;
  position: relative;
}
#office .inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#office .table table tr{
  border-bottom: solid 1px #ddd;
  display: flex;
}
#office .table table th{
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  width: 20%;
}
#office .table table td{
  padding: 30px 10px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 300;
  width: 80%;
}
#office .table table td a{
  color: #444;
  text-decoration: underline;
}
#office .table table td a:hover{
  opacity: 1;
  color: #000;
}
#office .outline .table{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#office .outline .table table{
  width: 50%;
}
#office .access:after{
  content: '';
  width: 100%;
  height: 380px;
  position: absolute;
  top: 7%;
  right: 0;
  background-color: #FFFDF4;
}
#office .access .map{
  width: 100%;
  height: 480px;
  margin: 0 0 30px;
}
#office .access .map iframe{
  width: 100%;
  height: 100%;
}
#office .access .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#office .access .flex ul{
  width: calc(100% - 300px);
}
#office .access .flex ul li{
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px;
  position: relative;
}
#office .access .flex ul li:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  background: #ccc;
  border-radius: 50px;
}
#office .access .flex ul li strong{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  min-width: 160px;
  width: 160px;
  display: block;
  color: #000;
}
#office .access .flex ul li span{
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 300;
  width: calc(100% - 180px);
  display: block;
  padding-top: 2px;
}
#office .access .flex .more{
  min-width: 285px;
  width: 285px;
}
#office .history .inner{
  max-width: 900px;
}
#office .history .table table{
  width: 100%;
}
#office .client{
  background-color: #FFFDF4;
  padding: 90px 0;
  margin: 0;
}
#office .client ul{
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#office .client ul li{
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 10px 15px;
  position: relative;
  width: 49%;
}
#office .client ul li:before{
  content: '';
  position: absolute;
  top: .75rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50px;
}
#office .client ul li span{
  font-size: 1.1rem;
}
@media (max-width: 798px){
  #office .about{
    padding: 0;
    margin: 0 0 18%;
  }
  #office .about:after{
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    top: initial;
    left: initial;
    display: block;
  }
  #office .about:before{
    width: 100%;
    height: 50%;
    top: 5%;
  }
  #office .about .txt-box{
    width: 100%;
    margin-bottom: 12%;
  }
  #office .about .txt-box .t1{
    margin-bottom: 6%;
  }
  #office .conts{
    margin-bottom: 12%;
  }
  #office .table table th{
    padding: 20px 0;
    font-size: 1.5rem;
    width: 25%;
  }
  #office .table table td{
    padding: 20px 10px;
    font-size: 1.5rem;
    width: 75%;
  }
  #office .outline .table{
    display: block;
  }
  #office .outline .table table{
    width: 100%;
  }
  #office .outline .table table tr.pc{
    display: none;
  }
  #office .access:after{
    height: 180px;
  }
  #office .access .map{
    height: 240px;
    margin: 0 0 20px;
  }
  #office .access .flex{
    display: block;
  }
  #office .access .flex ul{
    width: 100%;
  }
  #office .access .flex ul li{
    margin: 0 0 10px;
    display: block;
  }
  #office .access .flex ul li:before{
    top: .75rem;
    transform: none;
  }
  #office .access .flex ul li strong{
    font-size: 1.5rem;
    line-height: 1.4;
    min-width: auto;
    width: 100%;
    margin: 0 0 5px;
  }
  #office .access .flex ul li span{
    font-size: 1.5rem;
    line-height: 1.4;
    width: 100%;
    padding: 0;
  }
  #office .access .flex .more{
    margin: 20px auto 0;
  }
  #office .history .table table th{
    min-width: 100px;
    width: 100px;
  }
  #office .history .table table td{
    width: calc(100% - 110px);
  }
  #office .client{
    padding: 50px 0;
  }
  #office .client ul{
    padding: 15px 15px 5px;
    display: block;
  }
  #office .client ul li{
    padding: 0 0 10px 15px;
    width: 100%;
  }
  #office .client ul li span{
    font-size: 1rem;
    display: block;
  }
}

/*------------------------------------------------------------
  #service
------------------------------------------------------------*/
#service .mv .img{
  background-image: url(../img/service/main.jpg);
}
#service .inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#service .inner ul li{
  margin-bottom: 80px;
}
#service .inner ul li .txt{
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 798px){
  #service .inner ul li{
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------
  #recruit
------------------------------------------------------------*/
#recruit .mv .img{
  background-image: url(../img/recruit/main.jpg);
}
#recruit .inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#recruit .inner ul li{
  margin-bottom: 80px;
}
#recruit .inner ul li .txt{
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
#recruit .inner ul li .txt{
  margin: 0 0 50px;
}
#recruit .inner ul li .address{
  font-size: 1.5rem;
  line-height: 2;
  border: solid 1px #ddd;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#recruit .inner ul li .address strong{
  font-size: 1.6rem;
  line-height: 1.6;
  min-width: 60px;
  width: 60px;
  display: block;
  color: #000;
}
#recruit .inner ul li .address span{
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
  width: calc(100% - 70px);
  display: block;
  padding-top: 2px;
}
@media (max-width: 798px){
  #recruit .inner ul li{
    margin-bottom: 40px;
  }
  #recruit .inner ul li .txt{
    margin: 0 0 20px;
  }
  #recruit .inner ul li .address{
    padding: 15px;
    display: block;
    text-align: center;
  }
  #recruit .inner ul li .address strong{
    line-height: 1.6;
    min-width: auto;
    width: 100%;
    margin: 0 0 10px;
  }
  #recruit .inner ul li .address span{
    width: 100%;
    padding-top: 0;
  }
}

/*------------------------------------------------------------
  #member
------------------------------------------------------------*/
#member .mv .img{
  background-image: url(../img/member/main.jpg);
}
#member .inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#member .page-nav{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#member .page-nav li{
  width: calc(100% / 4 - 15px);
  margin: 0 20px 20px 0;
}
#member .page-nav li:nth-child(4n){
  margin-right: 0;
}
#member .page-nav li.more a:after{
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
#member .name{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px;
}
#member .name strong{
  font-size: clamp(3rem, 3vw, 3.8rem);
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  display: block;
}
#member .name span{
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  margin-left: 1.5rem;
}
#member .one-box{
  padding: 100px 0;
}
#member .one-box:nth-of-type(even){
  background-color: #FFFDF4;
}
#member .one-box .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .one-box .flex > div{
  width: 48%;
}
#member .career ul li{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}
#member .career ul li strong{
  font-size: 1.6rem;
  line-height: 1.6;
  min-width: 80px;
  width: 80px;
  display: block;
  color: #000;
}
#member .career ul li span{
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
  width: calc(100% - 110px);
  display: block;
  padding-top: 2px;
}
#member .position ul{
  padding-top: 20px;
}
#member .position ul li{
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
#member .position ul li:before{
  content: '';
  position: absolute;
  top: .75rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50px;
}
@media (max-width: 798px){
  #member .page-nav li{
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
  }
  #member .page-nav li:nth-child(2n){
    margin-right: 0;
  }
  #member .page-nav li.more a:after{
    right: 10px;
  }
  #member .name{
    margin: 0 0 30px;
  }
  #member .name span{
    font-size: 1.3rem;
    margin-left: 1rem;
  }
  #member .one-box{
    padding: 40px 0 30px;
  }
  #member .one-box .flex{
    display: block;
  }
  #member .one-box .flex > div{
    width: 100%;
    margin-bottom: 30px;
  }
  #member .career ul li{
    padding: 10px 0;
  }
  #member .career ul li strong{
    font-size: 1.5rem;
    min-width: 70px;
    width: 70px;
  }
  #member .career ul li span{
    font-size: 1.5rem;
    width: calc(100% - 80px);
    padding-top: 0;
  }
  #member .position ul{
    padding-top: 10px;
  }
  #member .position ul li{
    margin: 0 0 10px;
  }
  #member .position ul li:before{
    content: '';
    position: absolute;
    top: .75rem;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50px;
  }
}