/*
Theme Name: smart-recruit-child
Version: 1
Template: smart-recruit
*/

:where(*) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::before, ::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: 100%;
/*  font-weight: 400*/
}

:where(img) {
  max-width: 100%;
  display: block;
  object-fit: cover;
  vertical-align: middle
}

:where(a) {
  color: inherit;
  text-decoration: none
}

:where(ul, ol) {
  list-style: none
}

:where(table) {
  border-collapse: collapse;
  width: 100%;
  font-size: 100%
}

:where(input, textarea, select, button) {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 100%;
  font-weight: 400;
  outline: none
}

address{
  font-style: normal;
}

@media screen and (min-width: 768px) {
  :where(img) {
    width: 100%;
    height:auto;
  }
}

:where(sup){
  vertical-align: top;
}


body{
  font-size: 14px;
  line-height: 1;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.en{ font-family: "Montserrat", sans-serif }
.fw-b{ font-weight:bold }
.w-base{ padding-left: 10vw; padding-right: 10vw}
.lh-15{ line-height: 1.5 }
.fs-20 { font-size: 20px }
.f-container { display: flex }
.g-container-1 { display: grid; grid-template-columns: repeat(1, 1fr) }
.a-c { align-items: center;}
.g-10{ gap: 10px }
.g-20{ gap: 20px }

.btn{
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
}

.copy-text{
  background-color: #eee;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 30px;
  margin-top: 10px;
}
.title{
  padding-right: 20px;
}
.sup{
  padding: 20px 0 30px;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 4vw;
  justify-content: space-between;
  background-color: #000;
}
header h1 img{
  width: auto;
  height: 40px;
}
.header-nav-list{
  gap: 40px;
  height: 60px;
}
.header-nav-list a{
  height: 100%;
  color: #ccc;
}
.frame-simple{
  padding: 30px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.frame-simple h3{
  font-weight: bold;
  padding-bottom: 25px;
}
.section h2{
  font-size: 42px;
  padding-bottom: 40px;
}
/*.section-cts-item{
  border-top: solid 1px #ccc;
}*/
.section-cts-item{
  padding-top: 80px;
}
.section-cts-item > li{
  padding: 40px 20px;
  border-bottom: solid 1px #ccc;
}
.data .copy-text{
  max-height: 285px;
  overflow-y: scroll;
}
.data .copy-text pre{
  white-space: pre-wrap !important;
}
.to-top{
  padding: 150px 0 40px;
}
.to-top a{
  text-align: center;
  font-size: 24px;
}
.to-top a::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto ;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  transform: rotate(-45deg);
}
.site-sup{
  padding-top: 130px;
}
.note{
  margin-bottom: 40px;
}
.download{
  margin-top: 120px;
}
.download .sup{
  padding-bottom: 0;
}
.copy-code{
  margin-top: 120px;
}
.frame-area{
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.5;
}
footer{
  border-top: solid 4px #000;
  padding: 30px;
  text-align: center;
}