/* 共通 */

.top-sec {
  padding-top: 120px;
}
.bottom-sec {
  padding-bottom: 150px;
}
.blue-section,
.white-section {
  position: relative;
  padding: 150px 0;
}
.blue-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(25deg, #006496, #82aebc);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.white-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.btn a,
button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  height: 60px;
  color: #fff;
  background-color: #006496;
  margin: 0 auto;
}
button {
  padding: 0 40px;
}
.table {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 135px;
  position: relative;
  z-index: 2;
}

.table table {
  width: 100%;
}
.table th,
.table td {
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  vertical-align: middle;
  padding: 30px 20px;
}

.table th {
  color: #006496;
  text-align: left;
}

.table td {
  color: #4b4b4b;
}

.table td ul {
  text-align: left;
  padding: 0;
}

.table td ul li {
  text-indent: -27px;
  padding-left: 27px;
}

.table td ul li:not(:last-child) {
  padding-bottom: 15px;
}

.table thead th:first-child {
  width: 12%;
}

.table thead th + th {
  width: 29%;
  background-color: #006496;
  color: #fff;
  border-right: 0;
  border-left: 1px solid #fff;
}

table button {
  width: 100%;
  max-width: 100%;
  border: none;
}
.required{
  color: red;
  display: contents;
}
form{
  padding-top: 40px;
}

.confirm-table tr th{
  width: 30%;
}
.confirm-table tr td{
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table {
    padding-top: 100px;
  }
  .table-scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .table table {
    width: max-content;
  }
  .aki .table th:first-of-type {
    width: 30%;
  }
  .bottom-sec {
    padding-bottom: 100px;
  }
  .table th,
  .table td {
    padding: 10px 0;
  }
  .confirm-table tr th{
    width: 100%;
  }
}

.index {
  position: relative;
  padding: 180px 0 250px;
}
.index .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 115px 95px;
}

.index .box .col {
  position: relative;
}

.index .box h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 145px);
  min-height: 106px;
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index .box h3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #fff;
  transform: skewX(-10deg);
  z-index: -1;
}

.index .box h3 small {
  font-size: 22px;
}

.index .box .btn {
  width: 155px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .box .btn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 106px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index .box .btn span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #006496;
  transform: skewX(-10deg);
  z-index: -1;
}

.index .box .btn span:after {
  content: "";
  width: 84px;
  height: 13px;
  background: url("../img/common/btn-arrow-wh.png") no-repeat center/100% auto;
  display: block;
  margin: 5px auto 0;
}

.index .box .col > a {
  display: block;
}

.index .box .col > a:hover {
  transform: translate(5px, 5px);
}

input,
textarea {
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .index {
    padding: 100px 0;
  }
  .index .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .index .box h3 {
    width: calc(100% - 95px);
    min-height: 80px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
  }
  .index .box .btn {
    width: 100px;
    font-size: 14px;
    line-height: 20px;
  }
  .index .box .btn span {
    min-height: 80px;
  }
  .index .box .btn span:after {
    width: 60px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .staff form tr th,
  .staff form tr td {
    display: grid;
  }
  .staff .table table {
    width: 100%;
  }
}
