/* top
-------------------------------------------------------------- */
.d-kv {
  position: relative;
  margin-bottom: 30px;
}
.d-kv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-size: auto 100%;
  background-image: url("/assets/design/images/bg_kv.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #FFF;
  z-index: 1;
}
.d-kv .l-inner {
  position: relative;
  z-index: 2;
}
.d-kv-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 340px;
  justify-content: center;
  gap: 15px;
  line-height: 1;
  color: #004EA2;
  font-weight: bold;
}
.d-kv-copy-1 {
  font-size: 24px;
}
.d-kv-copy-2 {
  font-size: 32px;
}
.d-kv-copy-3 {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 68px;
  animation-delay: 0.3s;
}
.d-kv-copy-3::before, .d-kv-copy-3::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
.d-kv-copy-3::before {
  top: 0;
  left: 0;
  border-top: 1px solid #004EA2;
  border-left: 1px solid #004EA2;
}
.d-kv-copy-3::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #004EA2;
  border-right: 1px solid #004EA2;
}
.d-kv-screen {
  position: relative;
  border-radius: 10px;
  border: 1px solid #99C0EB;
  background: #FDFCD6;
}
.d-kv-screen-header {
  display: flex;
  align-items: center;
  padding: 9px 30px;
  background: #004EA2;
  gap: 15px;
  border-radius: 9px 9px 0 0;
}
.d-kv-screen-copy {
  display: flex;
}
.d-kv-screen-copy span {
  display: flex;
  align-items: center;
  height: 27px;
  padding-left: 10px;
  line-height: 1;
  background: #FFF;
  font-size: 13px;
  font-weight: bold;
}
.d-kv-screen-copy:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;
  border-left: 14px solid #FFF;
  border-right: 0;
}
.d-kv-screen-data {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  color: #FFF;
}
.d-kv-screen-dataItem {
  font-weight: bold;
}
.d-kv-screen-dataItem .count {
  color: #FFF600;
  font-size: 22px;
}
.d-kv-screen-balloon {
  position: absolute;
  top: -44px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 80px;
  background: #FFF600;
  border-radius: 100%;
  color: #4CACC4;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.d-kv-screen-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
.d-kv-screen-searchBy {
  font-size: 14px;
}
.d-kv-screen .c-form-selectWrapper {
  flex-shrink: 0;
  width: 200px;
}
.d-kv-screen-count {
  margin: 0 10px 0 auto;
  font-size: 14px;
}
.d-kv-screen-count .count {
  color: #F57F11;
  font-size: 22px;
  font-weight: bold;
}
.d-kv-screen .c-button-orange {
  justify-content: center;
  width: 100px;
  height: 44px;
  font-size: 18px;
}

.d-pickup {
  padding-bottom: 60px;
}
.d-pickup .l-inner {
  padding: 30px;
  background: #FFF;
  border-radius: 18px;
}
.d-pickup-station {
  margin-bottom: 20px;
}
.d-pickup-stationHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.d-pickup-stationHeader-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
.d-pickup-stationHeader-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 1.3;
  padding: 0 10px;
  background: #4CACC4;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border-radius: 20px;
}
.d-pickup-stationList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  list-style: none;
}
.d-pickup-stationListItem {
  background: url("/assets/design/images/shadow.png") no-repeat center bottom;
  background-size: 100% 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.d-pickup-stationListItem:hover {
  transform: translateY(2px);
  background: none;
  padding-bottom: 0;
}
.d-pickup-card {
  display: flex;
  align-items: center;
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.d-pickup-cardPhoto {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin: 10px;
}
.d-pickup-cardPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d-pickup-cardBody {
  flex: 1;
  min-width: 0;
}
.d-pickup-cardMeta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.d-pickup-cardName {
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
}
.d-pickup-cardDesc {
  font-size: 13px;
  line-height: 1.6;
}
.d-pickup i {
  color: #F57F11;
  font-size: 24px;
}
.d-pickup-search {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 25px 50px;
}
.d-pickup-searchHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #F57F11;
  font-size: 16px;
}
.d-pickup-searchHeading::before, .d-pickup-searchHeading::after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #F57F11;
}
.d-pickup-searchHeading::before {
  margin-right: 10px;
  transform: rotate(70deg);
}
.d-pickup-searchHeading::after {
  margin-left: 10px;
  transform: rotate(-70deg);
}
.d-pickup-searchHeading i {
  font-size: 18px;
}
.d-pickup-btnList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.d-pickup .c-button {
  height: 54px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.d-strength {
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 67px;
  padding: 0 50px;
  border-radius: 20px;
  background: url("/assets/design/images/top/bg_strengths.jpg") no-repeat center;
  background-size: cover;
}
.d-strength-body {
  flex: 1;
}
.d-strength-title {
  position: relative;
  display: inline-block;
  padding: 9px 30px;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 28px;
  color: #FFF;
}
.d-strength-title::before, .d-strength-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
.d-strength-title::before {
  top: 0;
  left: 0;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.d-strength-title::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.d-strength-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 25px;
}
.d-strength-listItem {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.6;
}
.d-strength-listItem i {
  color: #FFF600;
  font-size: 24px;
}
.d-strength-photos {
  position: absolute;
  top: -43px;
  right: -50px;
  flex-shrink: 0;
  width: 503px;
  height: 460px;
}

/* staff
-------------------------------------------------------------- */
.d-staff {
  margin-bottom: 60px;
  padding: 40px 0;
  background: url("/assets/design/images/ptn_paper.png");
}
.d-staff-heading {
  line-height: 1.6;
  font-size: 26px;
  text-align: center;
}
.d-staff-desc {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
.d-staff-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.d-staff-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.d-staff-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #FFF;
  flex-shrink: 0;
  overflow: hidden;
}
.d-staff-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d-staff-data {
  position: relative;
  margin-top: -25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.d-staff-name {
  display: inline-block;
  padding: 5px 20px;
  line-height: 1.3;
  background: #004EA2;
  color: #FFF;
  font-weight: bold;
  border-radius: 16px;
}
.d-staff-role {
  line-height: 1.3;
  border-radius: 12px;
}

/* service */
.d-service {
  margin-bottom: 60px;
  padding-bottom: 40px;
  background: #FFF;
}
.d-service:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 30px;
  background: url("/assets/design/images/ptn_stripe_blue.png");
}
.d-service-heading {
  color: #004EA2;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.d-service-desc {
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
}
.d-service-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 40px;
}
.d-service-item {
  flex: 1;
}

.d-news {
  /*margin-bottom: 60px;*/
  padding-bottom: 60px;
}
.d-news-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.d-news-heading {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  font-size: 20px;
}
.d-news-heading i {
  font-size: 204x;
}
.d-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
  list-style: none;
  min-width: 0;
}
.d-news-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
}
.d-news-date {
  flex-shrink: 0;
  font-size: 11px;
}

/*=== ================*/
button,
/*input,*/
select,
textarea {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  line-height: 1.3;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
input[type=radio],
input[type=checkbox] {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
