@charset "UTF-8";

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* **********************************
 *  Home
 * ********************************* */

/*お知らせ*/
.home_news{
  margin-top: 10%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outer1{
  position: relative;
  padding-left: 5px;
  width: 20%;
}
.news_items{
  width: 80%;
  /*position: relative;
  left: 35px;*/
}
.news_items .item a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 36px;
  align-items: center;
  line-height: 1.5;
}
.news_items .item a:hover{
  text-decoration: none;
  text-shadow: 1px 1px 5px #000;
}
.news_items .item a:after{
  position: absolute;
  content: "";
  border-bottom: 1px #fff dotted;
  width: 100%;
  top: 80%;
}
.news_items .date{
  font-family: Outfit;
  font-size: 15px;
  letter-spacing: 0.075em;
  color: #fff;
  padding-right: 15px;
  margin-top: 7px;
}
.news_items .category{
  background-color: #fff;
  padding: 2.5px 22px;
  font-size: 13px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.news_items .title{
  padding-left: 27px;
  font-weight: 400;
}
.news_items .txt_ellipsis{
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #fff;
}

@media (max-width:374px){
}
@media (min-width:375px){
}
@media (max-width:767px){
  
  /*お知らせ*/
  .home_news{
    margin: 0;
  }
  .outer1{
    display: flex;
    width: 100%;
  }
  .outer1:after{
    top: 80%;
  }
  .news_items{
    margin-top: 30px;
    width: 100%;
    left: 0;
  }
  .news_items .title{
    width: 100%;
    padding: 0;
  }
  
}
@media (min-width:768px){

}

@media (min-width:1024px){

}

@media (min-width:1200px){

  
}



/* **********************************
 *  mv
 * ********************************* */
.mv{
  /*margin: 0 100px;*/
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.mv_img{
  z-index: -1;
}

.mv_imgs{
  
}
.mv_imgs .sp-buttons{
  padding: 0;
  text-align: left;
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}
.mv_imgs .sp-buttons .sp-button{
  border: 0;
/*  border: 1px solid #f7f7f7;*/
  border-radius: 0;
  background: #f7f7f7;
  width: 30px;
  height: 4px;
  margin: 0 5px;
}
.mv_imgs .sp-buttons .sp-selected-button{
  border: 1px solid #000;
}

.mv_txt{
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 1.414px 1.414px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 25%;
  left: 4%;
}
.mv_btns{
  position: absolute;
  z-index: 2;
  bottom: 5.5%;
  right: 0;
  text-align: center;
}
.mv_btns a{
  color: #FFF;
  font-family: Outfit;
  font-size: 26px;
  font-weight: 600;
  display:block;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 370px;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
}
.mv_btns a:after{
  position: absolute;
  content: "";
  border: 1px solid #FFF;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.mv_tel{
  padding-left: 15px;
  background-image: -moz-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
}
.mv_mail{
  margin-top: 10px;
  padding-left: 54px;
  background-image: -moz-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
}

.mv_btns a:before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 48px;
}
.mv_tel:before{
  content: "\f879";
}
.mv_mail:before{
  content: "\f0e0";
}
.mv_mail span{
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* スマホエリア */


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .mv{
    margin: 0 10px;
  }
  .mv_btns {
    display: none;
  }
  .mv_txt{
    font-size: 22px;
    bottom: 13%;
  }
  .mv_imgs .sp-buttons{
    bottom: 8px;
  }
}
@media (min-width:768px){

  /* タブレット */
  .mv{
    margin: 0 30px;
  }
  .mv_txt{
    font-size: 40px;
    bottom: 35%;
  }
  .mv .hdr_links {
    bottom: 52px;
  }
  
  .mv_imgs .sp-buttons{
    left: 80px;
    bottom: 58px;
  }
  .mv_imgs .sp-buttons .sp-button{
    width: 78px;
    height: 6px;
    margin: 0 5px;
  }
  
}
@media (min-width:1024px){

  /* タブレット横 */
  .mv{
    margin: 0 50px;
    margin-top: 20px;
  }
  .mv_txt{
    font-size: 50px;
    bottom: 25%;
  }
  .mv_btns {
    bottom: 0%;
    right: 0%;
  }
}
@media (min-width:1200px){

  /* PC */
  .mv_txt{
    font-size: 56px;
  }
  .mv_btns{
    bottom: 6%;
    right: 0;
  }
  .mv_btns {
    display: block;
  }

}
@media (min-width:1400px){

  /* PC */
  .mv{
    margin-left: 100px;
    margin-right: 100px;
  }
  
  .mv_txt{
    font-size: 56px;
  }
  .mv_btns{
    bottom: 6%;
    right: 0;
  }
  .mv_btns {
    display: block;
  }

}


/*******************************
*　
********************************/

.pg_home{
  margin-top: 30px;
}
.pg_home .section+.section{
  margin-top: 50px;
}
.pg_home .section.sec1{
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec1:before{
  content: "";
  background-color: #408cff;
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
}
.pg_home .section.sec3{
  /*background-color: #408cff;*/
  
}
.pg_home .section.sec4{
}

/* 見出し1 */
.home_tt1{
  
}
.home_tt1 .s1{
  font-size: 26px;
  font-weight: 600;
  font-family: "Outfit";
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_tt1 .s1:after{
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background: #FFF;
  margin-top: 16px;
}
.home_tt1 .s2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  /*line-height: 1;*/
  margin-top: 12px;
}
.home_tt1.left{
  text-align: left;
}
.home_tt1.wh{
  color: #FFF;
  text-shadow: 0.707px 0.707px 1px rgba(0, 0, 0, 0.6);
}

/* 見出し2 */
.home_tt2{
  position: relative;
  z-index: 1;
  color: #000;
}
.home_tt2 .s1{
  font-size: 58px;
  font-weight: 500;
  font-family: "Outfit";
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_tt2 .s2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

/* 見出し3 */
.home_tt3{
  position: relative;
  z-index: 1;
  color: #000;
  margin-bottom: 20px;
}
.home_tt3 .s1{
  font-size: 58px;
  font-weight: 500;
  font-family: "Outfit";
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
}
.home_tt3 .s2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #FFF;
  text-align: justify;
}
.home_tt3 .s2:before {
  content: "";
  width: 95px;
  height: 1px;
  background: #FFF;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* 見出し4 */
.home_tt4{
  position: relative;
  z-index: 1;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.home_tt4 .s1{
  font-size: 58px;
  font-weight: 500;
  font-family: "Outfit";
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_tt4 .s2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 8px;
}

/*  */
.home_more_btn{
  display: flex;
  justify-content: center;
}
.home_more_btn a{
  width: 100%;
  max-width: 190px;
  padding: 5px 5px 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  color: #000;
  box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  text-shadow: none;
}
.home_more_btn a:after{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  margin-left: 15px;
}
.home_more_btn a.black{
  background: #000;
  color: #FFF;
}

.home_more_btn a:hover{
  background: #000;
  color: #FFF;
}
.home_more_btn a.black:hover{
  background: #EEE;
  color: #000;
}
.home_more_btn a:hover:after{
  
}

/* お知らせ */
.home_news_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_news_wrap .box1{
  width: 100%;
}
.home_news_wrap .box2{
  width: 100%;
  margin-top: 20px;
  text-shadow: 0.707px 0.707px 1px rgba(0, 0, 0, 0.6);
}
.home_news_wrap .news_items .category{
  text-shadow: none;
  box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);
}
.home_news_wrap .news_items .item a:after{
  box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);
}

.home_news_wrap .box1{
  
}
.home_news_wrap .news_items{
  width: 100%;
}

.home_news_wrap .home_more_btn{
  margin-top: 30px;
}

/* 業務内容 */
.home_service_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_service_wrap .box1{
  width: 100%;
  position: relative;
  z-index: 2;
}
.home_service_wrap .box2{
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.home_service_wrap .box1{
  
}

.home_service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}
.home_service_items .item{
  width: 100%;
  padding: 0 2.5px;
  margin: 20px 0;
}
.home_service_items .item{
}
.home_service_items .item .inner{
  position: relative;
  z-index: 1;
}
.home_service_items .item .img{
  
}
.home_service_items .item .img img{
  object-position: left;
}
.home_service_items .item .img.img_fit:before{
  padding-top: 120px;
}
.home_service_items .item .title{
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: right;
  padding: 10px 15px 11px;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  /*box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);*/
  box-shadow: 1px 1px 3px #404040;
}
.home_service_items .item .title.left{
  text-align: left;
}
.home_service_items .item .title .txt{
  font-size: 15px;
  font-weight: 700;
}
.home_service_items .item .title .name{
  font-size: 16px;
  font-weight: 700;
}
.home_service_items .item .title .addr{
  font-weight: 500;
  margin-top: 5px;
}
.home_service_items .item .title .tel{
  font-weight: 500;
  margin-top: 5px;
}
.home_service_items .item .title .tel span{
  
}
.home_service_items .item .title a{
  
}

.home_service_items.branches{
  
}
.home_service_items.branches .item{
  margin: 0;
}
.home_service_items.branches .item:nth-child(n+2){
  margin-top: 75px;
}
.home_service_items.branches .item .img.img_fit:before{
  padding-top: 250px;
}
.home_service_items.branches .item .title{
  /*bottom: -15px;*/
}

/* コンテンツ */
.home_contents_wrap{
  
}
.home_contents_wrap .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home_contents_wrap .row:after{
  content: "";
  background-color: #408cff;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_contents_wrap .row + .row{
  margin-top: 50px;
}
.home_contents_wrap .row .box1{
  width: 100%;
}
.home_contents_wrap .row .box2{
  width: 100%;
  margin-top: 20px;
}
.home_contents_wrap .row .txt{
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}
.home_contents_wrap .row .home_more_btn{
  
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  
  .home_tt1 .s1,
  .home_tt2 .s1,
  .home_tt3 .s1,
  .home_tt4 .s1{
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  
  .home_tt1.left{
    text-align: center;
  }
  .home_tt1 .s1:after{
    margin-left: auto;
    margin-right: auto;
  }
  
  .home_tt2{
    text-align: center;
  }
  .home_tt2 .s1{
  }
  .home_tt2 .s2{
  }
  
  .home_tt3{
    text-align: center;
  }
  
  .home_news_wrap .news_items{
    margin-top: 0;
  }
  
  .home_service_items.branches .item.wide .title{
    bottom: 30px;
  }
  .home_service_items .item .title .tel span{
    display: block;
  }
  
  .home_service_wrap .home_more_btn{
    margin-top: 30px;
  }
  
  .home_contents_wrap{
    padding-top: 70px;
  }
  .home_contents_wrap .row{
    padding-bottom: 30px;
  }
  .home_contents_wrap .row .box1{
    margin-top: -70px;
    
  }
  .home_contents_wrap .home_more_btn{
    margin-top: 20px;
  }
  .pg_home .section.sec5{
    padding-bottom: 55px;
  }
}
@media (min-width:768px){
  .pg_home{
    margin-top: 70px;
  }
  .pg_home .section.sec1{
    padding-bottom: 65px;
  }
  .pg_home .section.sec1:before{
    top: -300px;
  }
  .pg_home .section.sec2{
    margin-top: 145px;
  }
  .pg_home .section.sec3{
    margin-top: 250px;
  }
  .pg_home .section.sec4{
    margin-top: 185px;
  }
  .pg_home .section.sec5{
    margin-top: 135px;
    padding-bottom: 40px;
  }

  /* 見出し2 */
  .home_tt2{
  }
  .home_tt2 .s1{
    font-size: 130px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: -15px;
  }
  .home_tt2 .s2{
    display: flex;
    align-items: center;
    font-size: 21px;
    position: absolute;
    top: 18px;
    left: 100%;
    width: 300px;
  }
  .home_tt2 .s2:before{
    content: "";
    width: 95px;
    height: 1px;
    background: #000;
    margin-right: 18px;
  }
  
  /* 見出し3 */
  .home_tt3{
  }
  .home_tt3 .s1{
    font-size: 80px;
    white-space: nowrap;
    margin-top: -60px;
  }
  .home_tt3 .s1 img{
    height: 50px;
  }
  .pg_home .section.sec4 .home_tt3 .s1{
    margin-top: -57px;
  }
  .home_tt3 .s2{
    display: flex;
    align-items: center;
    font-size: 18px;
    top: 18px;
    left: 100%;
    color: #FFF;
    margin-top: 12px;
  }
  .home_tt3 .s2:before{
    content: "";
    width: 95px;
    height: 1px;
    background: #FFF;
    margin-right: 18px;
  }
  
  
  /* 見出し4 */
  .home_tt4{
    margin-bottom: 40px;
  }
  .home_tt4 .s1{
    font-size: 80px;
  }
  .home_tt4 .s2{
    font-size: 18px;
  }
  
  
  .home_more_btn.tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_more_btn.tate a{
    padding: 20px 12px;
    font-size: 14px;
    letter-spacing: 0.28em;
  }
  .home_more_btn.tate a:after{
    margin: 0;
    margin-top: 20px;
  }
  
  
  /* お知らせ */
  .home_news_wrap{
    align-items: stretch;
  }
  .home_news_wrap .box1{
    width: 190px;
    padding: 10px 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_news_wrap .box2{
    width: calc(100% - 190px - 30px);
    margin-top: 0;
    padding-left: 35px;
  }

  .home_news_wrap .home_more_btn{
    margin-top: 30px;
  }
  
  /* 業務内容 */
  .home_service_wrap{
  }
  .home_service_wrap .box1{
    width: 95px;
  }
  .home_service_wrap .box2{
    width: calc(100% - 95px);
    margin-top: 55px;
  }
  .home_service_wrap .box1 .home_more_btn{
    margin-top: 15px;
    margin-left: 10px;
  }

  .home_service_items{
  }
  .home_service_items .item{
    width: 50%;
    margin: 20px 0;
  }
  .home_service_items .item.wide{
    width: 100%;
  }
  .home_service_items .item .inner{

  }
  .home_service_items .item .img{

  }
  .home_service_items .item .img.img_fit:before{
    padding-top: 286px;
  }
  .home_service_items .item.wide .title{
    left: 95px;
  }
  .home_service_items .item .title{
    left: 45px;
  }
  .home_service_items .item .title a{

  }
  .home_service_items .item .title .addr{
    margin-top: 10px;
  }
  .home_service_items .item .title .tel{
    margin-top: 10px;
  }
  
  
  .home_service_items.branches{
    margin: 0 -15px;
  }
  .home_service_items.branches .item{
    padding: 0 15px;
  }
  .home_service_items.branches .item{
    
  }
  .home_service_items.branches .item:nth-child(n+2){
    margin-top: 125px;
  }
  .home_service_items.branches .item .img.img_fit:before{
    padding-top: 400px;
  }
  .home_service_items.branches .item .title{
    width: 445px;
    max-width: 90%;
    left: auto;
    padding-left: 30px;
  }
  .home_service_items.branches .item.wide .title{
    width: 570px;
    bottom: -15px;
  }
  
  /* コンテンツ */
  .home_contents_wrap{
    
  }
  .home_contents_wrap .row{
    padding-bottom: 50px;
    position: relative;
  }
  .home_contents_wrap .row.right{
    padding-bottom: 50px;
  }
  
  .home_contents_wrap .row + .row{
    margin-top: 50px;
  }
  .home_contents_wrap .row .box1{
    width: 57.20%;
    position: absolute;
    
  }
  .home_contents_wrap .row .box2{
    width: 40.09%;
    min-height: 300px;
    margin-top: 0;
    padding-bottom: 50px;
    position: relative;
  }
  .home_contents_wrap .row .txt{

  }
  .home_contents_wrap .row .home_more_btn{
    width: 200px;
    position: absolute;
    bottom: 0;
  }
  .home_contents_wrap .row .home_more_btn a{
    padding: 9px 5px 9px;
    max-width: 200px;
  }
  
  .home_contents_wrap .row.left .box1{
    order: 1;
    top: -65px;
    left: 0;
  }
  .home_contents_wrap .row.left .box2{
    order: 2;
    margin-left: auto;
  }
  .home_contents_wrap .row.left .home_tt3 {
    margin-left: -6.6%;
  }
  
  .home_contents_wrap .row.left .home_tt3 .s1{
    margin-left: -11.2%;
  }
  .home_contents_wrap .row.left .home_tt3 .s2{
    
  }
  .home_contents_wrap .row.left .home_more_btn{
    right: 0;
  }
  
  
  .home_contents_wrap .row.right .box1{
    order: 2;
    top: -65px;
    right: 0;
    text-align: right;
  }
  .home_contents_wrap .row.right .box2{
    order: 1;
    margin-right: auto;
  }
  
}
@media (min-width:1024px){
  
  .pg_home{
    margin-top: 115px;
  }
  .pg_home .section.sec1:before{
    top: -400px;
  }
  
  /* 見出し3 */
  .home_tt3{
  }
  .home_tt3 .s1{
    font-size: 130px;
    margin-top: -85px;
    margin-top: -100px;
  }
  .home_tt3 .s2{
    font-size: 21px;
    top: 18px;
    margin-top: 23px;
  }
  .home_tt3 .s1 img{
    height: 85px;
  }
  
  /* 見出し4 */
  .home_tt4{
  }
  .home_tt4 .s1{
    font-size: 130px;
  }
  .home_tt4 .s2{
    font-size: 21px;
  }
  
  /* コンテンツ */
  .home_contents_wrap{
    
  }
  .home_contents_wrap .row{
    padding-bottom: 100px;
  }
  .home_contents_wrap .row.right{
    padding-bottom: 150px;
  }
  
  .home_contents_wrap .row .box1{
    width: 57.20%;
  }
  .home_contents_wrap .row .box2{
    width: 40.09%;
    min-height: 400px;
    padding-bottom: 50px;
  }
  .home_contents_wrap .row.left .box1{
    top: -65px;
  }
  .home_contents_wrap .row.left .home_tt3 {
    margin-left: -6.6%;
  }
  .home_contents_wrap .row.left .home_tt3 .s1{
    margin-left: -14.1%;
  }
  
  
  .home_service_items .item .title{
    left: 95px;
  }
  
  
  
}
@media (min-width:1200px){


  .pg_home .section.sec1:before{
    top: -545px;
  }

  .home_tt3 .s1{
    margin-top: -100px;
  }
  .home_tt3 .s1 img{
    height: auto;
  }
  .home_contents_wrap .row.left .home_tt3 {
    margin-left: -6.6%;
  }
  .home_contents_wrap .row.left .home_tt3 .s1{
    margin-left: -14.7%;
  }
}




/*******************************
*　
********************************/


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){



}