html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
}


ul, ol {
 list-style:none;
}

a {
 margin:0;
 padding:0;
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}

.txtBr{
    display: inline-block;
}
.cap{
    font-size: 0.8em
}
.pd0{
    padding-bottom: 0!important;
}
.pd1{
    padding-bottom: 1em!important;
}

/* mail form */
#mail_form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  margin: 0 auto;
}

.contact_ttl {
  width: 30%;
  text-align: right;
  margin-bottom: 2rem;
}
.contact_ttl img {
  height: 33px;
  width: auto;
}
#mail_form iframe {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-y: scroll;
}
#contact_form {
  width: 100%;
}

.info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
.info a {
  text-decoration: underline;
  font-size: 1.1em;
}

.policy {
/*
  background-color: #111;
  color: #fff;
*/
  bottom: 0;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}
.policy ul.tab-area {
/*  max-width: 1000px;*/
  margin: 0 auto;
  list-style: none;
  padding: 10px;
  text-align: center
}
.policy ul.tab-area li {
  display: inline-block;
  padding: 0 10px;
  font-size: 1em;
  cursor: pointer;
}
.policy ul.tab-area li.active {
  border-bottom : 1px solid #fff
}
.policy ul.tab-area a {
  text-decoration: none;
}
.policy ul.tab-area a:hover {
    opacity: 1;
}

.policyModal{
    position: relative;
    z-index: 500;
}
.policy .content{
    color: #fff;
}
.policy .content a {
  text-decoration: underline ;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
    z-index: 9999;
}

.modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    font-size: 1.0em;;
    padding: 0 5%;
    box-sizing: border-box;
}
.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    cursor: pointer;
}
.modal__cont {
    position:relative;
    max-width: 1000px;
    margin: 0 auto;
}
.modal.is-show {
    opacity: 1;
    visibility: visible;
  }
.policy .t-indent{
    text-indent: -24px;
    padding-left: 24px;
}

.policy .content::-webkit-scrollbar{
  background-color: #191111;
  width: 8px;
}
.policy .content::-webkit-scrollbar-track{
  border-radius: 10px;
}
.policy .content::-webkit-scrollbar-thumb{
  background-color: #d8d9d9;
  border-radius: 10px;
  box-shadow:0 0 0 1px #191111;
}
.policy .content ul {
  list-style: square;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.policy .content ul.-pd2 {
    padding-left: 3em;
}
.policy .content .listDot > p,
.policy .content .listDot > li{
    text-indent: -15px;
    padding-left: 15px;
}
.policy .content .listDot > p::before,
.policy .content .listDot > li::before{
    content: '・';
}

.policy .content .inList{
    padding-left: 1.5em;
    padding-bottom: 1em;
}
.policy .content .inList > p{
    padding-bottom: 0;
}
.policy .content p {
  padding-bottom: 2em;
}
.policy .content p.right {
  padding-bottom: 2em;
  text-align: right;
}
.policy .content ul li {
  width: 100%;
}
.policy .content h2 {
  margin: 2em 0 1em;
  font-size: 1.4em;
  line-height: 1;
  font-family: ヒラギノ角ゴ W5 JIS2004;
}
.policy .content h3 {
  margin: 1em 0;
  font-size: 1.2em;
  font-family: ヒラギノ角ゴ W5 JIS2004;
}
.policy dl {
  padding-bottom: 50px;
}
.policy dt {
  float: left ;
  width: 20%;
  }
  .policy dd {
  margin-left: 23%;
  margin-bottom: 10px;
}


.content .ListSqua {
  list-style: square;
}
.content .ListAlpha {
  list-style: lower-alpha;
}
.content .ListNum {
  list-style: upper-roman;
}
.content ul.ListDecimal {
  list-style: decimal;
}
.content ul.ListDecZero {
  list-style: decimal-leading-zero;
}
.content ul.ListNon {
  list-style: none;
}
.content .counter {
  padding: 0 1.5em;
  border: 1px solid #333;
  margin-bottom: 1.5em;
}


.close {
  position: fixed;
  padding: 15px 25px;
  top: 0;
  right: 0;
  cursor: pointer;
    z-index: 300;
}
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.recruit {
  max-width: 500px;
  width: 100%;
  position: fixed;
  bottom: 50px;
  right: 0;
  display: flex;
  cursor: pointer;
  transition: 0.5s ease-in-out;
    z-index: 50;
}
.recruit.show {
  right: 0 !important;
}
.recruit .recruit_bar {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 5px;
  border-radius: 5px 0 0 5px;
  height: 200px;
  position: relative;
}
.recruit .recruit_bar::before{
  position: absolute;
  left: calc(50% - 7px);
  bottom: 15px;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.recruit .recruit_bar::after{
  position: absolute;
  content: "";
  bottom: 20px;
  left: calc(50% - 1px);
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  transition: .3s;
}
.recruit.show .recruit_bar::after{
  left: calc(50% - 3px);
  transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
  header {
    padding: 25px 10px;
  }
  header ul li {
    margin-left: 4%;
  }
  main #logo_anime {
    width: 100%;
  }
  /* typo */
  .typo {margin: 5rem 0;}
  .typo::before {top: 0.75rem;}
  .typo::after {top: 3rem;}
  .typo img {height: 4rem;}
  .typo aside {font-size: 0.8rem; margin-top:0.1rem;}
  .Accompaniment {padding-left: 10%;}
  .kNowledge {padding-left: 5%;}
  .Trust {padding-left: 20%;}
  .Whirl {padding-left: 40%;}
  .Expect {padding-left: 20%;}
  .Runup {padding-left: 2%;}
  .Principle {padding-left: 10%; padding-bottom: 30vh;}
  .philosophy {display: block;}
  .philosophy_ttl {text-align: left; margin-bottom: 1rem;}
  .philosophy h3 {line-height: 1.5em; margin-bottom: 1rem;}
  .company_ttl {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  #company dt {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0.2rem;
  }
  #company dl {
    margin-top: 0;
  }
  #company dd {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  #company li {
    border-bottom: 1px dotted #cfcfcf;
    padding: 0.3rem 0;
    margin-bottom: 0;
  }
  .partner {display: block;}
  .partner_ttl {text-align: left; margin-bottom: 1rem;}
  #mail_form iframe {
    min-height: 850px;
  }
  .policy {
/*    padding-bottom: 5%;*/
  }
  .policy ul.tab-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .policy ul.tab-area li {
    width: 100%;
    text-align: center;
    margin: 1% 0;
  }
  .policy ul.tab-area li > span{
    display: none
   }
  .policy dt {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0.2rem;
  }
  .policy dl {
    margin-top: 0;
  }
  .policy dd {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .recruit {
    bottom: 0;
  }
}

/*news 
------------------------------------------ */
.news{
    position: fixed;
    bottom: 10px; left: 10px;
    z-index: 50;
    cursor: pointer;
}
.news__in{
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    overflow: hidden;
}
.news__in .icon{
    display: flex;
    background: #000;
    border-radius: 15px;
}
.news__in .txt{
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 12px 0 8px;
}
@media (min-width: 769px) {
    .news:hover .news__in{
        background: #f5f5f5;
    }
}

/*news モーダル
------------------------------------------ */
body.on,
html.on{
    overflow: hidden;
}
.newsModal{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
	left:0; 
    z-index: 9999;
}
.newsModal__bg{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
	width: 100%;
    position: absolute;
    
}
.newsModal__content{
	position: relative;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 720px;
    max-width: calc(100vw - 40px);
    height: auto;
    max-height: 85vh;
    min-height: 200px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    overflow-y:scroll;
}
@media (max-width: 768px) {
    .newsModal__content{
        width: 97%;
        height: auto;
        min-height: 45%;
    }
}
.newsModal .close-btn{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 82px;
    height: 30px;
    margin: 0 auto 40px;
    border-radius: 20px;
    border: solid .5px rgba(225,255,255,.8);
    font-family: Helvetica,Arial,sans-serif;
    letter-spacing: 0.3em;
    font-size:12px;
	font-weight: bold;
	cursor: pointer;
}

.newsModal__content .newsModal__inner{
	width:100%;
	margin: 0 auto;
	padding: 0 60px;
}
@media (max-width: 768px) {
    .newsModal__content .newsModal__inner{
        padding: 0 8vw;
    }
}
.newsModal__ttl{
    padding: 40px 0 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    border-bottom: .5px solid rgba(255,255,255,.8);
    box-sizing: border-box;
}
.newsModal__txt{
    padding: 30px 0 40px;
    font-size: 14px;
    line-height: 1.67;
    letter-spacing: 0.05em;
}
.newsModal .f-st{
    font-weight: 700;
}
.p-li{
    position: relative;
    display: block;
    padding-left: 15px
}
.p-li::before{
    content: '・';
    position: absolute;
    left: 0;
}
@media (max-width: 520px) {
    .newsModal__ttl{
        font-size: 14px;
    }
    .newsModal__txt{
        font-size: 13px;
    }
}


/*footer 250328 
------------------------------------------ */
.gFooter{
    background-color: #111;
    padding: 0;/*127 99*/
}

.gFooter .ft1{
    padding: 5rem 0;
    text-align: center
}
.gFooter .ft1__nav {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.gFooter .ft1__nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: .8rem 1.2rem;
    line-height: 1
}
.gFooter .ft1__nav a.soon{
    opacity: .4;
    pointer-events: none;
}
.gFooter .ft2{
    background: #fff;
    padding: .8rem 0 1rem;
}
.gFooter .ft-inner{
    width: calc(100% - 48px);
/*    max-width: 1044px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gFooter .ft2__pmark{
    width: 6%;
    max-width: 58px;
    display: flex;
}

.gFooter .ft2__con{
    width: calc(100% - 58px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}
.gFooter .ft2__con .policy{
    padding: 0;
}
.gFooter .policy .ft2__con__tab{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0!important;
}
.gFooter .policy .ft2__con__tab li{
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    border-right: solid 1px #ccc;
}
.gFooter .policy .ft2__con__tab li:last-child{
    border-right: none;
    padding-right: 0;
}
.gFooter .ft2__copyright{
    text-align: right;
    font-size: 11px;
    margin-top: 2px;
}
@media (max-width: 1024px) {
    .gFooter .policy .ft2__con__tab li{
        font-size: 12px;
        padding: 0 .8%;
    }
}

@media (max-width: 768px) {
    .gFooter .ft1{
        padding: 3.6rem 0 3rem;
    }
    .gFooter .ft1__nav {
        flex-direction: column;
        gap: 8px;
    }
    .gFooter .ft1__nav a{
        padding: .6rem 1.2rem;
    }
    .gFooter .ft2{
        background: #fff;
        padding: 1.2rem 0;
    }
    .gFooter .ft-inner{
        flex-direction: column;
        gap:10px
    }
    .gFooter .ft2__pmark{
        width: 58px;
    }
    .gFooter .policy .ft2__con__tab li{
        border-right: none;
        padding: 6px 0
    }
    .gFooter .ft2__copyright{
        text-align: center;
        margin-top: 10px;

    }
}



