

p, th, td, a, dt, dd{
  font-size: 1.6rem;
}

/* ================ Page Header ================== */

.page{
  padding-top: 60px;
}

.header-bg{
  background-image: url(../img/common-bg.png);
  background-size: cover;
  height: 350px;
  position: relative;
  margin-bottom: 120px;
}

.page-title-box{
  position: absolute;
  bottom: -10%;
  left: 10%;
  background-color: #fff;
  padding: 30px;
  width: 300px;
}

.page-title-en{
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.page-title-ja{
  color: #016EDD;
}

/* ================ Page content ================== */
.page-content{
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 10%;
}

.page-heading{
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 12px;
  border-left: 6px solid #016EDD;
  margin: 100px 0 40px;
}

.page-sub-heading{
  font-size: 2.4rem;
  font-weight: bold;
  padding: 40px 0 10px;
  border-bottom: 2px solid #016EDD;
  margin-bottom: 30px;
}

.page-flex,
.page-flex-2nd{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.page-flex-sp{
  display: none;
}

.page-flex-left{
  width: 50%;
}

.page-flex-right{
  width: 45%;
}

.page-flex-img{
  width: 100%;
  margin-bottom: 30px;
}

.page-flex-sub-p{
  color: lightseagreen;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
}

.page-flex-h3{
  font-size: 2.6rem;
  color: lightseagreen;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.page-flex-text{
  line-height: 1.8;
  font-size: 1.8rem;
}

.works-btn{
  padding: 15px 20px;
  width: 220px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(90deg, #56B4D3,#1D976C);
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s;
}

.works-btn:hover{
  opacity: 0.8;
}

/* ================ 会社情報 ================== */
.ceo-message-title{
  font-size: 2.4rem;
  color: lightseagreen;
  letter-spacing: 0.6px;
  padding-bottom: 30px;
}

.ceo-message{
  line-height: 2;
}

.ceo-name{
  text-align: right;
  padding-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.mission-wrapper{
  width: 100%;
  background-image: linear-gradient(90deg, #536976,#292E49);
  text-align: center;
  padding: 40px 5% 50px;
  color: #fff;
  margin-bottom: 80px;
}

.mission{
  font-size: 2.4rem;
  padding-bottom: 20px;
}

.mission-p{
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  font-weight: 200;
}

.info-table{
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse ;
}

.info-table th,
.info-table td {
  border: 1px solid #000;
  padding: 20px;
  text-align: left;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.staff-table{
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse ;
}

.staff-table th,
.staff-table td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.page-content-p{
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1px;
}

.page-content-p-right{
  text-align: right;
}

.page-actionplan-p{
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1px;
  display: inline;
}

.flex{
  display: flex;
}

.info-table-80{
  margin-left: 0;
  margin-right: 30px;
  width: 90%;
  border-collapse: collapse ;
}

.info-table-80 th,
.info-table-80 td {
  border: 1px solid #000;
  padding: 20px;
  text-align: left;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}


.actionplan-table{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-collapse: collapse ;
}

.actionplan-table th,
.actionplan-table td {
  border: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1px;  

}

.actionplan-table-td-left {
  width: 170px;
}

.iso-img{
  width: 100%;
}

.isms-p{
  font-size: 2rem;
  font-weight: bold;
  padding: 50px 0 20px;
}

.document-link{
  text-decoration: underline;
}

.table-bg{
  background-color: #f1f1f1;
}

/* 採用情報 */
.entry-btn-div{
  margin-top: 80px;
  text-align: center;
  display: block;
}

.recruit-top-btn-div{
  margin-top: 30px;
  text-align: center;
  display: block;
}

.entry-btn{
  padding: 20px;
  display: inline-block;
  width: 300px;
  background-image: linear-gradient(90deg, #f7b733,#fc4a1a);
  transition: 0.3s;
  color: #fff;
}

.entry-btn:hover{
  /* background-color: #000; */
  /* color: #fff; */
  opacity: 0.7;
}

.recruit-top-btn{
  padding: 20px;
  display: inline-block;
  width: 300px;
  transition: 0.3s;
  border: 1px solid #fc4a1a;
  color: #fc4a1a;
}

.recruit-top-btn:hover{
  background-image: linear-gradient(90deg, #f7b733,#fc4a1a);
  border: none;
  color: #fff;
}

.privacy-num{
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 5px;
  letter-spacing: 0.4px;
}

.privacy-p{
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.recruit-2-btns{
  margin-top: 40px;
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.recruit-banner-btn{
  text-align: center;
  width: 48%;
  height: 220px;
  position: relative;
  transition: 0.3s;
  background-size: cover;
}

.recruit-banner{
  background-image: url(../img/recruit-new-graduate.png);
}

.career-banner{
  background-image: url(../img/career.png);
}

.interview-banner{
  background-image: url(../img/ishikawa.png);
}

.training-banner{
  background-image: url(../img/training.png);
}

.recruit-banner-btn::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.recruit-banner-btn:hover{
  opacity: 0.8;
}

.recruit-banner-btn p{
  position: absolute;
  color: #fff;
  font-size: 2.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.salary-table {
  border-collapse: collapse;
  width: 100%;
}
.salary-table th, .salary-table td {
  border: 2px solid #f1f1f1;
/*  background-color: #e6f1f6; */
  text-align: center;
  padding: 1em;
}
.salary-table th {
  border: 2px solid #fff;
  background-color: #f1f1f1;
  text-align: center;
  width: 20%;
  min-width: 4em;
}




/* 開発実績例 */
.works-2box-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.work-sample{
  width: 45%;
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);

}

.work-sample-img{
  width: 100%;
}

.work-sample-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;

}

.work-sample-text{
  padding: 25px 30px;
  background-color: #fff;
}

.work-category{
  background-color: darkorange;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 1.4rem;
}

.work-sample-name{
  font-size: 2.2rem;
  color: #016EDD;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.work-sample-des{
  font-size: 1.7rem;
}

.work-sample-info{
  color: gray;
  font-size: 1.7rem;
  padding: 15px 0 0;
}

/* インタビュー */
.interview-copy{
  font-size: 2.6rem;
  color: lightseagreen;
  line-height: 1.6;
  letter-spacing: 0.6px;
  padding-bottom: 40px;
}

.interview-name{
  font-size: 2.4rem;
  padding-bottom: 20px;
  letter-spacing: 0.6px;
}

.interview-info{
  font-size: 1.8rem;
}

.page-interview-flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

.page-interview-flex-sp{
  display: none;
}

.access-flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.access-flex-img{
  width: 35%;
}

.access-flex-img img{
  width: 100%;
}

.access-flex-text{
  width: 60%;
}

.base-name{
  font-size: 2.2rem;
  padding-bottom: 20px;
  color: lightseagreen;
}

.address{
  font-size: 1.8rem;
}

.google-map{
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
}

.qa-task-btn-div{
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.qa-recruit-btn-div{
  display: block;
  text-align: center;
  margin-bottom: 30px;

}

.qa-task-btn,
.qa-recruit-btn{
  padding: 20px;
  display: inline-block;
  width: 300px;
  background-color: #016EDD;
  color: #fff;
  transition: 0.3s;
}

.qa-task-btn:hover,
.qa-recruit-btn:hover{
  background-color: #000;
}

/*================================ よくある質問 ================================*/

.qa-list dl {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 20px 20px 20px 100px;
  font-weight: bold;
  background: #efefef;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #016EDD;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: darkorange;
}
.qa-list dl dd {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 20px 20px 20px 100px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
  line-height: 1.8;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-link{
  text-decoration: underline;
}

.color-pink{
  background-image: linear-gradient(90deg, #f4c4f3,#fc67fa);
}

.color-blue{
  background-image: linear-gradient(90deg, #20BDFF,#5433FF);
}

.color-green{
  background-image: linear-gradient(90deg, #a8e063,#56ab2f);
}

.color-orange{
  background-image: linear-gradient(90deg, #f7b733,#fc4a1a);
}

.color-gray{
  background-image: linear-gradient(90deg, #536976,#292E49);
}

.page-form-btn{
  transition: 0.3s;
}

.page-form-btn:hover{
  opacity: 0.8;
}