.innerwrp {
  max-width: 1120px;
  margin: 0 auto;
}
.innerwrp #pkz {
  text-align: left;
  box-sizing: border-box;
}
#pkz > div {
  display: inline-block;
}
#support_service {
  background: #fff !important;
  color: #374151;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}
#support_service a,
#support_service a:visited,
#support_service a:hover,
#support_service a:active {
  text-decoration: none;
}
#support_service section {
  padding: 100px 0;
}

/*　ボタン　*/
#support_service .btn {
  border-radius: 8px;
  width: fit-content;
  min-width: 260px;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  border: none;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#support_service .btn::after {
  content: '';
  background: url(/img/support_service/common/IconsArrow-white.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}
#support_service .btn-cta {
  background: #0aaa6d;
  color: #fff;
}
#support_service .btn-link {
  background: #fff;
  border: 2px solid #5096ff !important;
  color: #5096ff;
}
#support_service .btn-link::after {
  content: '';
  background: url(/img/support_service/common/IconsArrow-blue.svg) no-repeat center;
  background-size: contain;
}
#support_service .btn-case {
  background: #fff;
  border: 2px solid #0aaa6d;
  color: #0aaa6d;
}
#support_service .btn-case::after {
  content: '';
  background: url(/img/support_service/common/IconsArrow-green.svg) no-repeat center;
  background-size: contain;
}
#support_service h2 {
  color: #374151;
  font-size: 24px;
  line-height: 162.5%;
  font-weight: 700;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#support_service h2::after {
  content: '';
  width: 80px;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #5096ff 0%, #0aaa6d 100%);
  display: block;
  margin-top: 15px;
}
#support_service h3 {
  color: #374151;
  font-size: 20px;
  line-height: 162.5%;
  font-weight: 700;
}
#support_service [class$='-copy'] {
  font-size: 16px;
  text-align: left;
  margin: 0 auto 100px;
  width: fit-content;
  line-height: 180%;
}
.txt-link {
  color: #5096ff;
  display: flex;
  align-items: center;
}
.txt-link::before {
  content: '';
  background: url(/img/support_service/common/IconsArrow-blue.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
/*hero*/
.hero {
  max-width: 1600px;
  background: url(/img/support_service/common/hero.png) no-repeat top right;
  background-size: contain;
  height: 460px;
  margin: 0 auto 64px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
/*タブレットサイズ背景ずらす*/
@media screen and (max-width: 1025px) {
  .hero {
    width: 100%;
    background: url(/img/support_service/common/hero.png) no-repeat;
    background-position-x: 200%;
    background-size: contain;
  }
}

.hero > .innerwrp {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-logo {
  margin: 0 0 60px 30px;
}
#support_service .hero-copy {
  margin: 0 0 0 30px;
}
.hero-copy .txt-link {
  text-align: right;
  justify-content: right;
  margin-top: 10px;
}
.hero-copy strong.marker {
  background: linear-gradient(transparent 50%, #5096ff50 50%);
}

/*目次*/
#support_service summary {
  display: block;
}
#support_service summary::-webkit-details-marker {
  display: none;
}
.summary {
  width: 700px;
  margin: 0 auto;
}
.summary details {
  background: #ecf4fc;
  border-radius: 8px;
  padding: 0 40px;
}
.summary details[open] {
  padding: 0 40px 40px;
}

.summary details > summary {
  padding: 20px 0;
}
.summary details h3 {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.summary details h3::after {
  content: '';
  background: url(/img/support_service/common/open.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 5px;
}
.summary details[open] h3::after {
  background: url(/img/support_service/common/close.svg) no-repeat center;
  background-size: contain;
}
.summary details li {
  text-align: left;
  border-bottom: 1px dotted #5096ff;
}
.summary .txt-link {
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  padding: 10px;
}

/*ナース専科の思い*/
#support_service section#concept {
  padding-bottom: 0;
}
.concept-visual {
  background: #5096ff;
  color: #fff;
  font-size: 14px;
  padding: 100px 6%;
}
.concept-visual .innerwrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
}

.concept-visual strong {
  font-size: 36px;
  display: block;
  line-height: 2;
  font-weight: 500;
}
.concept-visual p {
  line-height: 2.5;
}

/*3つの特長*/
#feature,
#case {
  background: #f1f8fb;
}
.feature-list {
  counter-reset: listnum 0;
  display: flex;
  margin-bottom: 50px;
  width: 100%;
  justify-content: space-between;
}
.feature-list li {
  counter-increment: listnum 1;
  margin: 0 15px;
  text-align: left;
  position: relative;
  width: calc(100% / 3 - 20px);
  justify-content: space-between;
  font-size: 14px;
}
.feature-list h3 {
  margin: 20px 0;
}
.feature-list-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature-list-photo::after {
  content: 'feature0' counter(listnum);
  background-image: linear-gradient(45deg, #5096ff 0%, #0aaa6d 100%);
  border-radius: 25px;
  padding: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: -15px;
}
/*ご利用の流れ*/
#step ul {
  max-width: 700px;
  margin: 0 auto;
}
#step li {
  margin-bottom: 80px;
}
#step dl {
  position: relative;
  border-bottom: 1px solid #5096ff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#step dl::after,
#step dl::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
#step dl::after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px 10px;

  margin-left: -10px;
  border-top-color: #ffffff;
}
#step dl::before {
  border-color: rgba(30, 144, 255, 0);
  border-width: 17px 11px;
  margin-left: -11px;
  margin-top: 0.5px;
  border-top-color: #5096ff;
}

#step li:last-of-type dl {
  border-bottom: none;
}
#step li:last-of-type dl::after,
#step li:last-of-type dl::before {
  content: none;
}
#step dt {
  font-size: 20px;
  background: #5096ff;
  color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-family: arial;
}
#step dl dt strong {
  font-size: 40px;
  display: block;
  font-weight: normal;
}
#step dl dd {
  margin-bottom: 40px;
  width: calc(100% - 200px);
  text-align: left;
}
#step h3 {
  margin-bottom: 20px;
}
.step-txt {
  text-align: left;
}

/*転職成功事例*/
.case-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case-list li {
  width: calc(100% / 3 - 20px);
  margin: 0 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.case-img {
  position: relative;
  margin-bottom: 10px;
}
.case-img .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(112, 112, 112, 0.2);
}
.case-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  position: relative;
  filter: blur(1px);
}
.case-img::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
  width: 50%;
  height: 100%;
  left: 25%;
  top: 0;
}
.case-img::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 80px;
  background-image: url(/img/support_service/common/iconNurse.svg);
  z-index: 2;
  top: 32%;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: calc(50% - 30px);
}
.case-ttl {
  margin-bottom: 20px;
}
.case-type {
  color: #0aaa6d;
  font-weight: bold;
  margin-bottom: 10px;
}
.case-table {
  width: 100%;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.case-table th,
.case-table td {
  border: solid 1px #c2c2c2;
  padding: 5px;
}
.case-table th {
  color: #0aaa6d;
  text-align: center;
}
/*ナース専科 転職についてもっと詳しく*/

#support_service #morelink .btn-link {
  margin-bottom: 20px;
  width: 320px;
}
#support_service #morelink .btn-cta {
  margin-top: 50px;
}
.sp {
  display: none;
}

.cmWrap {
  width: 640px;
  margin: auto;
  text-align: center;
}
.cmWrap .cmContent {
  width: 100%;
  margin-bottom: 64px;
  position: relative;
  padding-top: 56.25%;
}
.cmWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
