@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

*{
  padding: 0;
  margin: 0;
}


body{
  font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,"メイリオ";
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body{
    font-size: 14px;
  }
  p{
    font-size: 14px;
  }
  .spbr{
    display: block!important;
  }
}

.hover__btn2 a{
  color: #0A40BF;
}
.top__title{
  height: 48px;
}
.spbr{
  display: none;
}

h2{
  color: #434D5A;
  font-weight: bold;
  font-size: 26px;
}
h3{
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
a:hover{
color: #391E88;
}
a{
  color: #391E88; 
}


.cmn__btn button{
  color: #FFFFFF;
  background: #0A40BF;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
}

.cmn__btn button span{
  color: #ffffff;
}
.cmn__btn button:hover{
  background: linear-gradient(to right,#250D65,rgb(28, 202, 229) );
  background-position: 99% 50%;
}

.min__btn__green{
  background: #00BC00;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffffff!important;
  padding: 10px;
}
.min__btn__green span{
  color: #ffffff;
}
.min__btn__blue{
  color: #FFFFFF;
  background: #0A40BF;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.top h3{
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}

.content{
  margin:  140px auto;
  }
  
  .top__title{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
  }

.sp-only{
display: none;
  }

  .pc-only{
    display: block;
      }
  



  @media screen and (max-width: 768px) {


    h1{
      font-size: 20px;
    }
    .top__title{
      font-size: 20px;
    }
    .sp-only{
      display: block;
        }
    .pc-only{
      display: none;
        }
  }

/* header */


.l-header {
  /* height: 66px;
  background-color: #ffffff; */
  color: #000000;
  width: 100%;
}

.header_inner{
  /* margin: 0 auto; */
  display: flex;
  /* position: fixed; */
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s;
  z-index: 10;
  max-width: 1110px;
  padding-top: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* .l-header {
    height: 64px;
  } */
  /* .l-header__logo{
    padding-left: 20px;
  } */
  .header_inner{
  
    padding-top: 0px;
    justify-content: space-between;
  }
}
/* .l-header.is-active {
  height: 64px;
  align-items: center;
  background-color: #0A40BF;
} */
@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    z-index: 100;
  }
}


/* .header__item__btn .p-global-nav__link{
  background-color: #0A40BF;
  color: #ffffff!important;
  text-align: center;
  padding: 10px 15px;
 line-height: 65px;
} */


.l-header .humburgermenu__btn,.humburgermenu{
  display: none;
}

/* スクロールダウン */
/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
top: 90%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}


/*Scrollテキストの描写*/
/* .scrolldown1 span{

position: absolute;
left:-10px;
top: -55px;

color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
} */

/* 線の描写 */
/* .scrolldown1::after{ */
/* content: ""; */
  /*描画位置*/
/* position: absolute; */
/* top: -100px; */
  /*線の形状*/
/* width: 1px; */
/* height: 80px; */
/* background: #eee; */
  /*線の動き1.4秒かけて動く。永遠にループ*/
/* animation: pathmove 1.4s ease-in-out infinite; */
/* opacity:0; */
/* display: inline-block; */
/* } */

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:80px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

   
@media screen and (max-width: 1024px) {

 .l-header .humburgermenu__btn,.humburgermenu{
    display: block;
  }
  .header__item,.header__item__btn{
    display: none;
  }
  .humburgermenu__btn{
    display: inline-block;
    position: fixed;
    right: 10px;
    z-index: 100;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    top: 15px;
  }
  .humburgermenu .show{
    display: block;
  }
  /*ボタン内側*/
  .humburgermenu__btn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #0A40BF;
    width: 45%;
  }
  .humburgermenu__btn span:nth-of-type(1) {
    top: 13px;
  }
  .humburgermenu__btn span:nth-of-type(2) {
    top: 19px;
  }
  .humburgermenu__btn span:nth-of-type(3) {
    top: 25px;
  }
  .humburgermenu__btn span:nth-of-type(3)::after {
    content: ""; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #cccccccc;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .humburgermenu__btn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .humburgermenu__btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .humburgermenu__btn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  
  .humburgermenu__btn.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }

  .humburgermenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    display: none;
    z-index:10; 
  }

  .humburgermenu__list{
     display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  .menu__item{
    padding: 10px;
  }

   .humburgermenu__list a{
      color:#434D5A;;
   }

  
.menu__item__btn{
  width: 200px;
  background-color: #30d0ed;
  color: #ffffff;
  text-align: center;
  height:  80px;
  padding: 28px 50px;
  margin: 0 auto;
}


}


/* global-nav hover */
/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.p-global-nav__item .p-global-nav__link{
  /*線の基点とするためrelativeを指定*/
position: relative;
text-align: center;
}

.p-global-nav__item .p-global-nav__link:hover{
color:#0A40BF;
}

/*.p-global-nav__item .p-global-nav__link::after {
  content: '';

  position: absolute;
  bottom: 0;
  left: 10%;
  
  width: 80%;
  height: 2px;
  background:#0A40BF;

  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}*/

/*現在地とhoverの設定*/
.p-global-nav__item .p-global-nav__link:hover:after{
  transform: scale(1, 1);/*X方向にスケール拡大*/
}

/* top */
.top{
  position: relative;
  background-image: url(../image/bg3_new.jpg);
  height:80vh;
  background-size: cover;
  z-index: 1;  
  text-align: center;
  background-position: 80%;
}

.top__text{
  white-space: nowrap;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__btn{
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__btn button{
  background-color:#00BC00;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
  width: 350px;
  font-size: 1.2rem;
  font-weight: bold;
}

.top__btn button a{
  color: #ffffff;
}

.top__btn button:hover{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
  border-color: transparent;
}


 
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffffff;
  font-size: 1.2rem;
  width: 350px;
  font-weight: bold;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #ffffffff;
  margin: 0px 6px 6px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {

  .l-header__logo{
    width: 70%;
    margin-right: auto;
  }
  .top h3 {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-top: 10px;
}

.top__text{
  white-space: nowrap;
  max-width: 1024px;
  position: absolute;
  top: 45%;
  left: 50%;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__btn button{
 
  width: 280px;
  font-size:16px;
}
.slash {
  font-size:16px;
  width: 285px;
}


.scrolldown1 img{
  /*描画位置※位置は適宜調整してください*/
width: 70%;
}

}



/* 強み */
#section2{
  background-color:rgb(24 104 163 / 8%);
}
.section-second{
  margin: 0 auto;
 max-width: 1110px;
 padding: 80px 0px;
}

#section2 .service-colum{
  display: flex;
  gap: 30px;
  padding: 50px 0px;
}
.service__title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}
.service__list{
  width: 85%;
}
.service__list img{
  width: 100%;
}
.service__list .service__text{
  width: 100%;
}
#section2 .cmn__btn{
  text-align: center;
}
.service_button{
  text-align: center;
  padding: 10px 0px;
}

@media screen and (max-width: 1024px) {

  #section2{
    margin: 0px 0px 40px 0px;
   max-width: 1110px;
  
  }

  #section2 .service-colum{
    flex-wrap:wrap;
    padding: 20px 0px;
    
  }

  .service__list{
    width: 40%;
    margin: 0 auto;
  }

}


@media screen and (max-width: 768px) {

  #section2{
    margin: 0px 0px 0px 0px;
   max-width: 1110px;
  
  }

  #section2 .service-colum{
    display: block;
  
    
  }

  .service__list{
    width: 90%;
    margin: 0 auto;
  }

}
/* サービス */
#section3{
  margin: 140px auto;
 max-width: 1110px;

}

#section3 .service-colum{
  display: flex;
  gap: 30px;
  padding: 30px 0px;
}
.service__title{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  /* color: #0A40BF; */
}
.service__list{
  width: 85%;
}
.service__list img{
  width: 100%;
}
.service__list .service__text{
  width: 100%;
}


#section3 .cmn__btn{
  text-align: center;
}

@media screen and (max-width: 1024px) {

  #section3{
    margin: 80px 0px 40px 0px;
   max-width: 1110px;
  
  }

  #section3 .service-colum{
    flex-wrap:wrap;
    padding: 20px 0px;
    }

  .service__list{
    width: 40%;
    margin: 0 auto;
  }
  .service__list .service__text{
    padding-bottom: 10px;
  }
  .service__list .pd50{
    padding-bottom: 50px;
  }

}


@media screen and (max-width: 768px) {

  #section3{
    margin: 40px 0px 0px 0px;
   max-width: 1110px;
  
  }

  #section3 .service-colum{
    display: block;
  
    
  }
  .service__list{
    width: 90%;
    margin: 0 auto;
  }
}



.p-works {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding: 0;
  }
}
.p-works__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .p-works__inner {
    display: block;
    padding: 30px 20px 60px 20px;
  }
}
.p-works__inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: block;
  width: 60%;
  height: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-works__inner::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .swiper-slide img{
    width: 100%;
  }

  .p-works__text{
    text-align: left;
    font-size: 14px;
    
  }

 #section5 .l-inner {
    width: 100%!important;

}
.pp-works__img-wrapper{
  width: 90%;
  margin: 0 auto;
}


}
.p-works__img-wrapper {
  width: 59.5238%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-works__img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .p-works__body {
    margin-bottom: 0px;
    margin-top: 20px;
}
}
.p-works__desc {
  flex: 1;
  text-align: center;
}
.p-works__heading {
  margin-bottom: 30px;
}
.p-works__body {
  margin-bottom: 30px;
}




/* company */
.section4{

    padding: 100px 0;
    max-width: 1300px;
    margin: 0 auto;
    background-image: url(../image/bg-circle.png), url(../image/bg-face.png);
    background-position: center, center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section4 .cmn__btn{
  text-align: center;
}

.message__underline{
  background: linear-gradient(transparent 70%, #f5f534 0%);
  max-width: 666px;
}

.service__top{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.company__dream{
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 40px 0px;
}




@media screen and (max-width: 768px) {

.section4{

  padding: 80px 0;
  width: 100%;
  background-image: url(../image/bg-circle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}
}

/* recruit */

#section5{
  padding: 80px 0px;
  background-color:rgb(24 104 163 / 8%);
}

.recruit__title{
  background-color: #F7F7F7;
  width: 30%;
  text-align: center;
  padding: 50px 0px;
  
}

.section5 .recruit__text{
  padding: 30px 0px;
}

.p-recruit__reverse {
  flex-direction: row-reverse;
  

}

.works__img--l img{
  width: 100%;
}


@media screen and (max-width: 768px) {
  .section5{

    max-width: 1110px;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 50px 10px 10px 10px;
    
  
  }


  .recruit__title {
    width: 100%;
}


.works__img--l img{
  width: 100%;
}
}


/* contact */
.contact__messege{
  padding: 30px 0px;
}

#section7{
  text-align: center;
  background-color:#ffffff;
  padding: 80px 0px;
}



/* lowpage--commom */


.low--page{

  padding: 70px 0px 110px 0px;
}


@media screen and (max-width: 768px) {
  .low--page{

    padding: 20px 0px 0px 0px;
  }

  .l-footer__logo{
    width: 80%;
    margin: 0 auto;
  }
  .l-footer__logo img{
   width: 80%;
  }

}

.c-heading-primary--white{
  color: #FFFFFF;
  display: block;
  height: 44px;
  font-size: 36px;
}

.c-heading-primary__sub{
display: block;
font-size: 14px;
}


.p-breadcrumb__link{
  color: #391E88;
}

/* news-lowpage */


.l__news__top{
  display: flex;
  justify-content: center;
  max-width: 1020px;
  margin: 50px auto;

}

#l__news--page dl {
  display: flex;
  align-items: center;
  padding: 10px 50px;
  color: #333333;
}

#l__news--page dl dt {
  font-size: 12px;
  font-weight: bold;
  background-color: #E8E8E8;
  margin-right: 20px;
  width: 82px;
  color: #333333;
  border-radius: 50px;
  text-align: center;
}

#l__news--page dl dd:nth-of-type(1) {
  font-size: 15px;
}

#l__news--page dl dd:nth-of-type(2) {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 70%;
  font-weight: 300;
}




#header__top{
  position: fixed;
  height: 240px;
  width: 100%;
  padding: 0px 30px;
  text-decoration: none;
  color: #FFFFFF;
  background-image: url(../image/hero.jpg);

}


.header__inner{
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
}

.p-sub-hero__inner{

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.p-sub-hero{
  position: relative;
  background-image: url(../image/hero.jpg);
  background-size: cover;
  z-index: 1;  
  text-align: center;
  height: 240px;
}


.news__top{
  padding-top: 60px;
}


#l__news--page .news dl dd:nth-of-type(2) {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 300;
  width: auto;
}
.p-pagination {
  display: flex;
  justify-content: center;
 padding-bottom: 110px;
}
.p-news-list-wrapper__pagination .pagination__current{
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #F1EBF8;
  color: #4F31A5;
}
.p-news-list-wrapper__pagination .pagination__link{
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background-image: linear-gradient(135deg, #7633a4, #250d65);
}

#l__news--page .p-pagination__link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.p-news__inner {
  display: flex;

}

.p-breadcrumb {
  position: sticky;
  top: 64px;
  z-index: 1;
  padding: 8px 0;
  list-style: none;
  background-color: #f0f0f0;
  padding-left: 165px;
}


#l__news--page .news-date dl time{
 margin-right: 20px;


}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 5px 0;
  }


#l__news--page .news-date dl{
display: block;
}

}
.p-breadcrumb__list {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-breadcrumb__item {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__item {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  #l__news--page dl dd:nth-of-type(2) {

    width: 100%;
   
  }
  
}
.p-breadcrumb__item::after {
  padding: 0 0.5em;
  content: ">";
  color: #555;
}
.p-breadcrumb__item:last-child:after {
  content: "";
}

.p-breadcrumb:before,
.p-breadcrumb:after {
  content: "";
  display: table;
}

@media screen and (max-width: 1024px) {
  .p-global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-image: linear-gradient(135deg, #7633a4, #250d65);
  }
  .p-global-nav.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.p-global-nav__list {
  display: flex;
  padding-left: 30px;
  list-style: none;
  color: #000000;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-global-nav__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.p-global-nav__item {
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .p-global-nav__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024x) {
  .p-global-nav__item {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-global-nav__item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1024x) {
  .p-global-nav__item:not(:last-child) {
    margin-right: 0;
  }
}
.p-global-nav__link {
  position: relative;
  display: inline-block;
  color: #000000;
}
.p-global-nav__link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: width 0.3s;
  background-color: #fff;
}
/* news-article */



/* service-lowpage*/

.l__service__wrapper{
  display: flex;
  gap: 50px;

}

.service__image,.service__feature{
  width: 50%;
}

.l__service__wrapper:nth-child(1){

  padding-bottom: 60px;
}
.l__service__wrapper:nth-child(2){

  padding-bottom: 60px;
}
.service__image img{
  width: 100%;
}

#l__service--page{
  max-width: 1110px;
  margin: 0 auto;
}

.l__service__wrapper .l__service__title{
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l__service__wrapper{
    display: block;
    
  
  }

  .l__service__wrapper .l__service__title{
   text-align: center;
  }

  #l__service--page{
   width: 90%;
    margin: 0 auto;
  }
  
  .service__image,.service__feature{
    width: 100%;
  }
  
}


/* works-lowpage */


.l__works__wrapper1,.l__works__wrapper2{
  display: flex;
  gap: 30px;
}


#l__works--page{

  max-width: 1110px;
  margin: 0 auto;
}


.l__works__wrapper1 .works__image{
  width: 30%;
  padding-bottom: 28px;
}

.l__works__wrapper1 .l__works__text{
  font-size: 16px;
  font-weight: 400;
  font-family:'Montserrat';
  text-align: center;
  padding-top: 12px;
}
.l__works__wrapper2 .l__works__text{
  font-size: 16px;
  font-weight: 400;
  font-family:'Montserrat';
  text-align: center;
  padding-top: 12px;
}
.l__works__wrapper2 .works__image{
  width: 30%;
}
.l__works__wrapper2 img{
  width: 100%;
}
.l__works__wrapper1 img{
  width: 100%;
}

.l__works__wrapper2 .l__works__text{
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l__works__wrapper1,.l__works__wrapper2{
    display: block;
  }

  .l__works__wrapper2 .works__image{
    width: 90%;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  .l__works__wrapper1 .works__image{
    width: 90%;
    padding-bottom: 80px;
    margin: 0 auto;
  }

  
  
}


/* recruit-lowpage */


#l__recruit--page .cmn__btn{
  text-align: center;
  margin: 30px 0px 80px 0px;
}

.p-job-list .p-job-list__detail .cmn__btn{
  text-align: center;
}

.recruit__heading{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.p-job-list__detail{
  background-color: #FFFFFF;
  border-radius: 10px;
  border:1px solid #B8AED5;
  padding: 58px 95px;
  max-width: 1110px;
  margin: 0 auto;
}

.c-table01 th,td{
  padding: 28px 0px;
}

.p-job-list__table tr{

    border-top: 1px solid #707070;}

.p-job-list__table tr:last-child{
  border-bottom: 1px solid #707070;
  
}
.p-job-list__table tr:first-child{
  border: none;
}

.p-job-list .cmn__btn .site{
  font-size: 12px;
  font-weight: 400;
}



.p-recruit-message__img-wrapper{

  max-width: 1440px;
  margin: 0 auto;
  
}

.p-recruit-message__img-wrapper img {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
 object-fit:cover ;

 width: 100%;

}

.p-company-video__video{
  padding-bottom: 110px;
}


.p-job-list,.l-inner{
  width: 90%;
  margin: 0 auto
}

#privacy{
  padding: 150px 0px;
  max-width: 1110px;
  margin: 0 auto;
}
.website__title{
  padding-top: 30px;
}

.law__top{
  padding-top: 30px;
}


@media screen and (max-width: 768px) {
  #privacy{
    padding-top: 80px;
    width: 90%;
    margin: 0 auto;
  }

  #l__recruit--page .l__recruittop__text h3{
    font-size: 18px;
    font-weight: 300;
  
   }
   #l__recruit--page .l__recruittop__text h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
   }

   .p-job-list__detail{

    padding: 20px 10px;
   }

   .p-job-list__table{

    padding-bottom: 40px;
   
   }

   #l__recruit--page .cmn__btn{
  
    margin: 30px 0px 80px 0px;
  }

   
.c-heading-secondary{
  padding: 75px 0px 27px 0px;
  font-size: 24px;
}

.recruit__heading{
 
  font-size: 16px;
}

.p-job-list,.l-inner{
  width: 100%;

}

}
  

/* company-lowpage */

.ceo--page{
  display: flex;
  gap: 50px;
  max-width: 1300px;
  justify-content: center;
  margin: 50px auto;
}

.company__dream .l__company__text{
  font-size: 15px;
  font-weight: 300;
}


.p-job-list__table{
 color: #434D5A;
  max-width: 1110px;
  margin: 50px auto;
  font-size: 20px;
  font-weight: bold;
}
.ceo__messege{

  max-width: 1110px;
  padding: 0px 20px;
}
.p-job-list__table td{
  max-width: 800px;
  padding-left: 5rem;
  text-align: left;
}

.p-job-list__table th{
  min-width: 100px;
  vertical-align: middle;
}

/* 
.ceo__img{
  width: 40%;
}

.ceo__img img{
  width: 100%;
} */

.p-job-list__table .c-table01{
width: 100%;
}


.p-job-list{
  padding: 60px 0px;
  margin: 0 auto;

}


.ceo__messege .i__ceo__name{
  font-weight: bold;
  margin: 20px 0px;
  font-size: 22px;
  color: #434D5A;
}
  
@media screen and (max-width: 768px) {
 
  .ceo__messege{
    width: 90%;
    margin:0 auto;
  }
 
    .c-table01 th,
  .c-table01 td {
      display: block;
      padding: 0;
    }
  
  .c-table01 th {
    width: 20%;
  }

    .c-table01 th {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 5px;
    }
  
    .c-table01 td {
      margin-bottom: 20px;
    }


     .p-job-list{
      padding-bottom: 0px;
      margin: 0 auto;
    }
  

.p-job-list__table .c-table01{
  width: 90%;
  margin: 0 auto;
  }
  .ceo__messege .i__ceo__name{
    font-size: 16px;
  }
    
.p-job-list__table{
   margin: 20px auto;
   font-size: 16px;
 }

 .p-job-list__table th{
 
  text-align: left;
}
  }


.access{
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 80px;
}

.access .adress{
  padding: 60px 20px;
  /* text-align: center; */
}
.map {
  max-width: 1110px;
  margin: 20px auto;
}

.ceo__container{

  padding: 0px 20px 20px 20px;
  max-width: 1110px;
  margin: 0 auto;
}
.ceo__container li{
  line-height: 1.5;
  padding: 0.1em 0;
}



/* footer */

.footer{
  padding: 40px 0px;
  text-align: center;
  background-color:rgb(24 104 163 / 8%);

}

.l-footer__nav .p-global-nav__list{
 justify-content: center;

}

.copyright {
   margin-top: 22px;
   text-align: center;
   font-size: 10px;
}


.c-page-top__link {
 display: block;
 width: 50px;
 height: 50px;
 padding: 12px;
 text-align: center;
 text-decoration: none;
 color: #391e88;
 box-shadow: 0 0 6px rgb(0 0 0 / 20%);
 background-color: #fff;
 border-radius: 50%;
}


.c-page-top {
 position: fixed;
 right: 45px;
 bottom: 45px;
 z-index: 1;
 display: none;
}


.l-header__nav .header__item__btn{
  border-bottom: solid 1px;
}

.sp-only .sp_footer{
  list-style: none;
}
.sp-only .p-global-nav__item{
  list-style: none;
}

.footer_container{
  display: flex;
  justify-content: space-around;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer_container{
    display: block;
  }
 
.footer_container .logo_footer{
width: 70%;
margin: 0 auto;
}
.footer_container .logo_footer img{
width: 90%;
}
}

.l-footer__nav{
  line-height: 100px;
}

.f-global-nav{
  line-height: 25px;
  text-align: left;
}