:root{
  --main-color: #e7bdff;
  --main-color-shade: #c897e4;
  --main-color-contrast: #032631;
}

.sp-only{
  display: none;
}

.pc-only{
  display: initial;
}

.slides{
  background: #fff;
}

.h-100{
  height: 100%;
}

.cover{
  object-fit: cover;
}

.main-color{
  background: var(--main-color);
  color: var(--main-color-contrast);
}

.page-title{
  font-size: 80px;
}

.sidebar{
  background: #000;
  color: #fff;
}

.sidebar .close svg{
  fill: var(--main-color-contrast);
}

.link-icon{
  color: var(--main-color-shade);
  font-size: 24px;
  --ionicon-stroke-width: 32px;
}
/* ヘッダー */
.header-logo{
  font-size: 30px;
}
/* ヘッダー */

/* フッター */
footer{
  padding: 0 calc(8% + 15px);
  background: #000;
  color: #fff;
}
footer li{
  font-size: 16px;
}
/* フッター */


/*----- トップページ -----*/
.logo{
  font-size: 80px;
}

.thumbnail{
  line-height: 0;
  overflow: hidden;
}

.h-80, .h-80 .container{
  height: 80vh !important;
}
/*----- トップページ -----*/

/*----- メニュー -----*/
.menu-table td{
  font-size: 14px;
}

/*----- メニュー -----*/

/* 応募フォーム */

input[type="checkbox"], input[type="radio"]{
  display: none;
}

form{
  padding: 0 8px;
}

form .gender{
  display: flex;
}

form .gender label{
  padding: 10px 16px;
  margin: 5px 16px 5px 0;
  border: 1px solid rgba(0,0,0,.2);
  transition: .4s;
}
form .gender input:checked + label{
  color: #fff;
  background: var(--main-color);
  font-weight: bold;
  transition: .4s;
}
form .job{
  max-width: initial;
}

form .attention{
  font-size: 12px;
}
form .date{
  justify-content: space-between;
}

form .date input{
  max-width: 55% !important;
}
form .date select{
  max-width: 40% !important;
}
/* 応募フォーム */


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

  .sp-only{
    display: initial;
  }
  
  .pc-only{
    display: none;
  }

  .container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces){
    padding: 120px calc(1% + 15px);
  }
  .page-title{
    font-size: 40px;
  }
  .pad{
    padding: 0;
  }
  .map{
    min-height: 200px;
  }
  .history .tdl,
  .factory .tdl{
    min-width: 100px;
  }

  section.h-80, section.h-80 .container{
    height: 60vh !important;
  }
  section.h-80 .background{
    min-height: 60vh !important;
  }
  section.h-80 .container .wrap{
    padding: 0 calc(1% + 15px);
  }
}