@charset "utf-8";
/* 登録スタッフ研修制度
 * 既存 common/css/main.css の980px・2カラムを継承。
 * ページ固有の指定は .training-*・.training-page・#tosho-cta-pc に限定。
 */
.training-content {
  --training-ink: #082e70;
  --training-blue: #006bc6;
  --training-line: #dfebf5;
  box-sizing: border-box;
  padding: 23px 20px 20px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  color: #43536a;
  font-size: 14px;
  line-height: 1.85;
}

.training-content *, .training-content *::before, .training-content *::after {
  box-sizing: border-box;
}

.training-content :where(h2,h3) {
  padding: 0;
  background: transparent;
  font-weight: bold;
}

.training-content p, .training-content figure, .training-content blockquote {
  margin: 0;
}

.training-content p {
  font-size: inherit;
}

.training-content img {
  max-width: 100%;
  height: auto;
}

.training-heading {
  position: relative;
  padding: 0 0 15px;
}

.training-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 3px;
  color: var(--training-ink);
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: .01em;
}

.training-heading .training-subtitle {
  color: #14294b;
  font-size: 18px;
  font-weight: bold;
}

.training-heading .training-message {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #75a9d7;
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  transform: rotate(-8deg);
  text-align: right;
}

.training-hero {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.training-hero > img {
  display: block;
  width: 100%;
}

.training-hero figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-bottom: 2px;
}

.training-hero figcaption span {
  padding: 2px 14px;
  background: linear-gradient(90deg,#0079ce,#05649c);
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
}

.training-lead {
  padding: 16px 0;
}

.training-lead p + p {
  margin-top: 7px;
}

.training-benefits {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.training-benefits li {
  min-height: 88px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--training-line);
  border-radius: 4px;
  box-shadow: 0 1px 4px #17385608;
  color: #254574;
  font-weight: bold;
  line-height: 1.5;
}

.training-benefits img {
  object-fit: contain;
  flex-shrink: 0;
  max-width: 46px;
  max-height: 48px;
}

.training-benefits strong {
  display: block;
  color: var(--training-blue);
  font-size: 21px;
  white-space: nowrap;
}

.training-section {
  margin: 0 0 22px;
}

.training-section-title {
  margin: 0 0 10px;
  padding: 6px 10px;
  background: #e8f4fd;
  border-left: 4px solid #009add;
  color: var(--training-ink);
  font-size: 20px;
  line-height: 1.5;
}

.training-overview {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 16px;
  align-items: start;
}

.training-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.7;
}

.training-table col:first-child {
  width: 78px;
}

.training-table th, .training-table td {
  padding: 7px 8px;
  border-bottom: 1px solid #dce7f1;
  vertical-align: middle;
  text-align: left;
}

.training-table th {
  width: 78px;
  background: #edf5fa;
  color: #40536a;
  font-weight: bold;
}

.training-content .training-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.8;
}

.training-program {
  padding: 12px 13px 14px;
  border: 1px solid #e3eef6;
  border-radius: 4px;
  background: linear-gradient(135deg,#f7fbff,#edf6fc);
}

.training-program h3 {
  margin: 0;
  color: #0059aa;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.training-program p {
  font-size: 13px;
}

.training-chart {
  height: 193px;
  position: relative;
  color: var(--training-blue);
}

.training-donut {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(#cee4f5 0 20%,#3288d5 20% 100%);
  box-shadow: inset 0 0 0 1px #fff;
}

.training-donut::after {
  position: absolute;
  content: "";
  inset: 29px;
  background: #f2f8fd;
  border-radius: 50%;
}

.chart-theory, .chart-practice {
  position: absolute;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.chart-theory {
  top: 9px;
  right: 0;
}

.chart-practice {
  left: 0;
  bottom: 15px;
}

.training-chart strong {
  display: block;
  font-size: 22px;
}

.training-chart small {
  font-size: 14px;
}

.training-section-intro {
  padding: 0 0 10px;
  font-size: 13px;
}

.training-skills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 7px;
}

.training-skills li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 105px;
  padding: 10px 4px 9px;
  border: 1px solid #e5eef6;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 1px 3px #17385608;
}

.training-skills img {
  width: auto;
  height: 35px;
  object-fit: contain;
}

.training-participants {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
  margin: 25px 0;
  align-items: start;
}

.training-participants > img {
  width: 100%;
  border-radius: 3px;
}

.training-participants h2 {
  margin: -4px 0 8px;
  color: var(--training-ink);
  font-size: 19px;
  line-height: 1.6;
}

.training-participants p {
  font-size: 13px;
}

.training-participants p + p {
  margin-top: 5px;
}

.training-instructor {
  display: grid;
  grid-template-columns: 112px 145px 1fr;
  gap: 13px;
  align-items: start;
}

.training-instructor > img {
  border-radius: 4px;
}

.instructor-name {
  padding-top: 15px;
  color: var(--training-ink);
}

.instructor-name p {
  font-size: 12px;
}

.instructor-name h3 {
  margin: 1px 0 0;
  color: var(--training-ink);
  font-size: 20px;
  white-space: nowrap;
}

.instructor-name h3 span {
  font-size: 13px;
}

.instructor-profile {
  font-size: 12px;
  line-height: 1.9;
}

.training-voices {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10px;
}

.training-voice {
  padding: 12px;
  border: 1px solid var(--training-line);
  border-radius: 5px;
  box-shadow: 0 1px 4px #17385608;
}

.training-voice figcaption {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  min-height: 58px;
}

.training-voice figcaption h3 {
  margin: 0;
  color: var(--training-ink);
  font-size: 16px;
}

.training-voice figcaption p {
  font-size: 12px;
  line-height: 1.6;
}

.training-voice blockquote {
  font-size: 13px;
}

.training-voice blockquote p + p {
  margin-top: 7px;
}

.training-content .voice-excerpt {
  color: #65758a;
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
}

.training-coordinator {
  display: flex;
  gap: 17px;
  padding: 7px 10px;
  font-size: 13px;
}

.training-coordinator > img {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}

.training-coordinator blockquote p + p {
  margin-top: 8px;
}

.training-page a:focus-visible {
  outline: 3px solid #005cad;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 10px;
  padding: 10px 15px;
  background: #fff;
  color: #004d8a;
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* 既存のPC用素材を維持し、狭い画面では1カラムで表示します。 */
@media (max-width:1000px) {
  .training-page .wrapper {
    width: calc(100% - 32px);
  }

  .training-page header {
    background-size: auto 280px;
  }

  .training-page header h1.title {
    width: 100%;
    box-sizing: border-box;
  }

  .training-page #content {
    width: calc(100% - 295px);
  }

  .training-page header .box_mainnavi {
    width: 100%;
  }

  .training-page header .box_mainnavi ul {
    display: flex;
  }

  .training-page header .box_mainnavi li {
    float: none;
    min-width: 0;
  }

  .training-page header .box_mainnavi img {
    max-width: 100%;
    height: auto;
  }

  .training-page #gnavi .box_left:not(.logo) {
    max-width: 49%;
    font-size: 11px;
  }

  .training-heading h2 {
    font-size: 22px;
  }

  .training-heading .training-message {
    display: none;
  }

  .training-overview, .training-participants {
    grid-template-columns: 1fr;
  }

  .training-participants > img {
    max-width: 300px;
  }

  .training-benefits {
    gap: 5px;
  }

  .training-benefits li {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 9px 4px;
    font-size: 12px;
  }

  .training-benefits strong {
    font-size: 17px;
  }

  .training-skills {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .training-instructor {
    grid-template-columns: 112px 1fr;
  }

  .instructor-profile {
    grid-column: 1 / -1;
  }

  .training-voices {
    grid-template-columns: 1fr;
  }

  .training-page .box_search_job, .training-page .box_search_place {
    float: none;
    margin: 0 auto 16px;
  }

  .training-page .box_reg_bottom {
    width: 100%;
    background-size: 100% auto;
    height: auto;
    aspect-ratio: 679 / 226;
  }

  .training-page .btn_reg_bottom {
    width: 32.7%;
    height: auto;
    top: 57%;
    right: 3.4%;
  }

  .training-page #content > p > a > img {
    max-width: 100%;
    height: auto;
  }

  .training-page footer .menu_footer {
    top: 42px;
    line-height: 1.6;
  }

}

@media (max-width:760px) {
  .training-page .wrapper {
    width: calc(100% - 24px);
  }

  .training-page #content, .training-page #sidebar {
    width: 100%;
    float: none;
  }

  .training-page header {
    height: auto;
    min-height: 0;
    padding-bottom: 20px;
    background-image: none;
  }

  .training-page #gnavi {
    height: 70px;
    background: #f485a1;
  }

  .training-page #gnavi .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .training-page #gnavi .logo {
    float: none;
    flex-shrink: 0;
  }

  .training-page #gnavi .logo img {
    width: 155px;
    height: auto;
  }

  .training-page #gnavi .box_left:not(.logo) {
    display: none;
  }

  .training-page #gnavi .box_right {
    float: none;
    font-size: 12px;
    margin-top: 12px;
  }

  .training-page #gnavi .box_right span {
    display: block;
    margin: 0 0 6px 8px;
  }

  .training-page header > .wrapper {
    padding-top: 18px;
  }

  .training-page header .box_reg {
    position: static;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin: 0 0 18px;
  }

  .training-page header .box_reg > img {
    width: 52%;
    max-width: 222px;
    height: auto;
    object-fit: contain;
  }

  .training-page header .box_reg > a {
    display: block;
    width: 47%;
    max-width: 202px;
  }

  .training-page header .box_reg > a img {
    width: 100%;
    height: auto;
  }

  .training-page header .box_mainnavi {
    position: static;
    padding: 9px 0;
    background: #ffffffeb;
    border-radius: 5px;
  }

  .training-page header .box_mainnavi ul {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: center;
    gap: 8px 4px;
  }

  .training-page header .box_mainnavi ul li {
    padding: 0;
    text-align: center;
  }

  .training-page header .box_mainnavi img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  .training-page header .box_submenu {
    position: static;
    overflow: hidden;
    margin: 12px 0;
    font-size: 11px;
    line-height: 2;
  }

  .training-page header h1.title {
    position: static;
    height: auto;
    padding: 10px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .training-content {
    padding: 20px 16px;
    font-size: 14px;
  }

  .training-heading h2 {
    font-size: clamp(20px,4.7vw,25px);
  }

  .training-heading .training-subtitle {
    font-size: 16px;
  }

  .training-hero figcaption {
    gap: 1px;
    bottom: 0;
  }

  .training-hero figcaption span {
    font-size: clamp(12px,3.2vw,19px);
    padding: 1px 7px;
  }

  .training-overview {
    grid-template-columns: 1.1fr 1fr;
    gap: 12px;
  }

  .training-benefits li {
    min-height: 112px;
  }

  .training-benefits strong {
    font-size: clamp(15px,3.2vw,21px);
  }

  .training-skills {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  .training-section-title {
    font-size: 19px;
  }

  .training-participants {
    grid-template-columns: 210px 1fr;
  }

  .training-voices {
    grid-template-columns: 1fr 1fr;
  }

  .training-page #sidebar {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    max-width: 570px;
    margin: 30px auto 0;
  }

  .training-page #sidebar > div {
    max-width: 100%;
    margin: 0;
  }

  .training-page #sidebar img {
    max-width: 100%;
    height: auto;
  }

  .training-page #sidebar .box_menu {
    background: #fff;
    border: 1px solid #dedfe5;
    border-radius: 8px;
    overflow: hidden;
  }

  .training-page #sidebar .box_menu ul {
    background: #fff;
  }

  .training-page #sidebar .box_menu ul li {
    padding: 8px 0 8px 20px;
  }

  .training-page #sidebar .box_menu ul li a {
    font-size: 12px;
  }

  .training-page #sidebar .box_reg {
    background: #fff1f6;
    border: 4px solid #f6b1c8;
    border-radius: 8px;
    height: auto;
    padding: 22px 10px;
    align-self: start;
  }

  .training-page #sidebar .box_reg a {
    max-width: 100%;
  }

  .training-page section.main {
    padding-bottom: 90px;
  }

  .training-page footer .box_footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 16px;
  }

  .training-page footer .box_footer > a, .training-page footer .menu_footer {
    position: static;
  }

  .training-page footer .logo {
    width: 100%;
  }

  .training-page footer .menu_footer {
    font-size: 12px;
    line-height: 2;
    margin: 0;
    width: 100%;
  }

  .training-page footer .clearfix {
    font-size: 12px;
  }

  .training-page footer .menu_footer2, .training-page footer .img_copy {
    float: none;
    text-align: left;
    margin: 14px 0;
  }

  .training-page footer .img_copy img {
    max-width: 100%;
    height: auto;
  }

  .training-page #pagetop {
    right: 8px;
    bottom: 8px;
  }

}

@media (max-width:520px) {
  .training-overview, .training-participants, .training-voices {
    grid-template-columns: 1fr;
  }

  .training-program {
    padding: 16px;
  }

  .training-program h3 {
    font-size: 18px;
  }

  .training-chart {
    max-width: 265px;
    margin: 0 auto !important;
  }

  .training-table {
    font-size: 14px;
  }

  .training-table th, .training-table col:first-child {
    width: 86px;
  }

  .training-skills {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .training-skills li {
    font-size: 13px;
  }

  .training-participants > img {
    max-width: none;
  }

  .training-participants p, .training-program p, .training-voice blockquote, .training-coordinator {
    font-size: 14px;
  }

  .training-coordinator {
    gap: 10px;
    padding: 7px 0;
  }

  .training-coordinator > img {
    width: 35px;
    height: 35px;
  }

  .training-instructor {
    gap: 12px;
  }

  .instructor-profile {
    font-size: 13px;
  }

  .training-page .box_search_job {
    width: 100%;
    height: 405px;
    padding-left: 16px;
    background-size: 100% 100%;
  }

  .training-page .box_search_job li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 27px;
    font-size: 12px;
  }

  .training-page .box_search_job .box_search_mensladies {
    width: 100% !important;
  }

  .training-page #sidebar {
    display: block;
    max-width: 273px;
  }

  .training-page #sidebar > div {
    margin-bottom: 18px;
  }

  .training-page #sidebar .box_menu ul li a {
    font-size: 14px;
  }

}

@media print {
  .training-page header, .training-page #sidebar, .training-page footer, .training-page #pagetop, .training-page .box_search, .training-page .box_reg_bottom, .skip-link {
    display: none;
  }

  .training-page .wrapper, .training-page #content {
    width: 100%;
    float: none;
  }

  .training-content {
    border: 0;
  }

  .training-section, .training-participants, .tosho-cta {
    break-inside: avoid;
  }

}

/* ページ下部：スタッフ登録バナー。ボタンは枠線・影のない楕円形。 */
#tosho-cta-pc.tosho-cta,
#tosho-cta-pc.tosho-cta * {
  box-sizing: border-box;
}

#tosho-cta-pc.tosho-cta {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #072b72;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  text-align: center;
  container-type: inline-size;
}

#tosho-cta-pc.tosho-cta::before,
#tosho-cta-pc.tosho-cta::after {
  display: none;
  content: none;
}

#tosho-cta-pc.tosho-cta .tosho-cta__panel {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(105deg, #ebf5fc 0%, #eaf5fc 75%, #edf7fd 100%);
  aspect-ratio: 681 / 131;
  padding: 0;
}

#tosho-cta-pc.tosho-cta .tosho-cta__heading {
  position: absolute;
  z-index: 2;
  padding: 0;
  border: 0;
  background: none;
  color: #06266f;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  top: 1.85cqw;
  right: 20%;
  left: 1%;
  margin: 0;
  font-size: 2.5cqw;
  line-height: 1.5;
  white-space: nowrap;
}

#tosho-cta-pc.tosho-cta .tosho-cta__description {
  position: absolute;
  z-index: 2;
  padding: 0;
  top: 6.65cqw;
  right: 20%;
  left: 1%;
  margin: 0;
}

#tosho-cta-pc.tosho-cta .tosho-cta__description p {
  margin: 0;
  padding: 0;
  border: 0;
  color: #31517d;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 2cqw;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
}

#tosho-cta-pc.tosho-cta .tosho-cta__actions {
  padding: 0;
  position: static;
  margin: 0;
}

#tosho-cta-pc.tosho-cta .tosho-cta__art {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  pointer-events: none;
  width: 28.35%;
}

#tosho-cta-pc.tosho-cta .tosho-cta__button {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(90deg, #004a94, #0062ad 55%, #005396);
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  top: 12.75cqw;
  left: 22.75%;
  gap: 1.8cqw;
  width: 35.5%;
  height: 4.8cqw;
  padding: 0 8px;
  /*font-size: 1.42cqw;*/
}

#tosho-cta-pc.tosho-cta .tosho-cta__button:visited {
  color: #fff;
}

#tosho-cta-pc.tosho-cta .tosho-cta__button:hover {
  background: #004789;
  color: #fff;
  text-decoration: none;
}

#tosho-cta-pc.tosho-cta .tosho-cta__button:focus-visible {
  outline: 3px solid #073575;
  outline-offset: 3px;
}

#tosho-cta-pc.tosho-cta .tosho-cta__arrow {
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1;
}

#tosho-cta-pc.tosho-cta .tosho-cta__heading span {
  display: inline;
}

/* PCページを狭い幅で表示した場合の調整。 */
@container (max-width: 500px) {
  /* SP：読みやすい本文と、高さ46pxの楕円形ボタン。 */
  #tosho-cta-pc.tosho-cta .tosho-cta__panel {
    padding: 19px 0 0;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__heading {
    margin: 0 14px 13px;
    font-size: 18px;
    line-height: 1.6;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__heading span {
    display: block;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__description {
    margin: 0 16px;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__description p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
    overflow-wrap: anywhere;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__actions {
    position: relative;
    height: 150px;
    margin: 10px 0 0;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__art {
    width: 205px;
    height: 139px;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__button {
    top: 11px;
    left: 12px;
    gap: 8px;
    width: calc(100% - 126px);
    max-width: 260px;
    min-height: 46px;
    padding: 9px 6px;
    font-size: 12px;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__panel {
    aspect-ratio: auto;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__heading,
  #tosho-cta-pc.tosho-cta .tosho-cta__description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__heading,
  #tosho-cta-pc.tosho-cta .tosho-cta__description p {
    white-space: normal;
  }

  #tosho-cta-pc.tosho-cta .tosho-cta__button {
    height: auto;
  }

}
