@charset "UTF-8";
/*font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/

@media screen and (max-width: 1023px) {
}

.message .h1-box {
   background-image: url("../img/recruit_img/msg-header_pc.png");
}
.msg-box {
   padding: 40px 0;
   width: 80%;
   margin: 0 auto;
   max-width: 730px;
}
.msg-box p {
   padding-bottom: 2em;
}
.msg-box .foot-txt {
   text-align: right;
   padding: 30px 0 0;
}
.msg-photo {
   width: 90%;
   margin: 30px auto 80px;
}

.msg-hw {
   width: 90%;
   margin: 30px auto 30px;
   max-width: 900px;
}
@media screen and (max-width: 767px) {
.message .h1-box {
   background-image: url("../img/recruit_img/msg-header_sp.png")
}
.msg-box {
   padding: 40px 0;
   width: 100%;
   margin: 0 auto;
}
.msg-box p {
   padding-bottom: 2em;
}
.msg-box .foot-txt {
   text-align: right;
   padding: 30px 0 0;
}
.msg-photo {
   width: 90%;
   margin: 30px auto 50px;
}
.msg-hw {
   width: 90%;
   margin: 20px auto 10px;
   max-width: 300px;
}
}







/*  募集要項　*/

.outline .h1-box {
   background-image: url("../img/recruit_img/recruit01-header_pc.png");
   padding-bottom: 0!important;
}

.faq .h1-box {
   background-image: url("../img/recruit_img/recruit03-header_pc.png");
}
.recruit .entryBtn {
   display: none !important;
}
.outline-box {
   background: #EDF6F8;
   box-sizing: border-box;
   padding: 50px;
   margin-bottom: 80px;
}
.outline-box dl {
   border-top: dotted 2px #E7E7E7;
   display: flex;
   flex-wrap: wrap;
}
.outline-box dl dt, .outline-box dl dd {
   padding: 15px 0;
   border-bottom: dotted 2px #E7E7E7; 
}
.outline-box dl dt {
   position: relative;
   width: 20%;
}
.outline-box dl dt p {
   top: 50%;
   transform: translateY(-50%);
   position: relative;
   color: #006CB6;
   font-weight: 500;
}
.outline-box dl dd {
   width: 80%;
   
}
.outline-entry-area {
   margin-bottom: 80px;
   padding: 0 0 10px;
}
.mynavi-entry-btn {
   width: min(100%, 720px);
   min-height: 96px;
   margin: 0 auto;
   background: #006CB6;
   color: #FFF;
   text-decoration: none;
   box-sizing: border-box;
   padding: 10px 62px 10px 32px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
}
.mynavi-entry-btn .btn-main {
   font-size: 44px;
   font-weight: 700;
   line-height: 1.1;
   letter-spacing: 0.02em;
}
.mynavi-entry-btn .btn-main img {
   display: block;
   width: min(100%, 180px);
   height: auto;
   margin-left: auto;
   margin-right: auto;
}
.mynavi-entry-btn .btn-sub {
   font-size: 14px;
   font-family: "Noto Serif JP", serif;
   font-weight: 500;
   line-height: 1.2;
   letter-spacing: 0.08em;
   margin-top: 8px;
}
.mynavi-entry-btn .btn-circle {
   width: 32px;
   height: 32px;
   border: solid 1px #FFF;
   border-radius: 50%;
   position: absolute;
   right: 18px;
   top: 50%;
   transform: translateY(-50%);
}
.mynavi-entry-btn .btn-circle:after {
   content: "";
   width: 4px;
   height: 4px;
   border-top: solid 1px #FFF;
   border-right: solid 1px #FFF;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-60%, -50%) rotate(45deg);
}
.sales-entry-note {
   background: transparent;
   box-sizing: border-box;
   padding: 0;
}
.sales-entry-wrap {
   background: #FAFAFA;
   margin-top: 120px;
}
.sales-entry-inner {
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 120px 20px 110px;
   box-sizing: border-box;
}
.sales-entry-note .ttl {
   color: #006CB6;
   font-size: 24px;
   font-family: "Noto Serif JP", serif;
   font-weight: 400;
   line-height: 1.35;
   text-align: center;
   letter-spacing: 0;
   margin-bottom: 40px;
}
.sales-entry-note .desc {
   color: #222;
   font-size: 16px;
   font-family: "Noto Serif JP", serif;
   font-weight: 500;
   line-height: 2.0;
   text-align: center;
   margin-bottom: 70px;
}
.sales-entry-btns {
   display: flex;
   gap: 20px;
   justify-content: center;
}
.sales-entry-btns .mynavi-entry-btn {
   flex: 1;
   max-width: 480px;
   margin: 0;
   width: auto;
}
.sales-entry-btns .mynavi-entry-btn .btn-main img {
   width: min(100%, 150px);
}
.flow-table-wrap {
   margin-bottom: 10px;
   position: relative;
}
.flow-section {
   background: #EDF6F8;
}
.flow-section-inner {
   width: 90%;
   max-width: 930px;
   margin: 0 auto;
   padding: 60px 30px;
   box-sizing: border-box;
}
.flow-section .h3-style01 {
   margin-top: 0;
}
.flow-table-core {
   padding: 0;
}
.flow-table-head {
   display: grid;
   grid-template-columns: 88px 1fr 1fr;
   gap: 12px;
   margin-bottom: 0;
}
.flow-table-head .head-col {
   background: #7D8E95;
   color: #FFF;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
   line-height: 1;
   padding: 10px 8px;
}
.flow-table {
   margin: 0;
   padding: 0;
   list-style: none;
   position: relative;
}
.flow-table:before {
   content: "";
   width: 1px;
   background: #006CB6;
   position: absolute;
   left: 44px;
   top: 40px;
   bottom: 40px;
   z-index: 0;
}
.flow-row {
   display: grid;
   grid-template-columns: 88px 1fr 1fr;
   gap: 12px;
   position: relative;
   z-index: 1;
}
.flow-icon {
   width: 68px;
   height: 68px;
   border: solid 1px #006CB6;
   border-radius: 50%;
   background: #FFF;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 6px auto;
   position: relative;
}
.flow-icon img {
   width: 42px;
   height: 42px;
   display: block;
}
.flow-row:not(:last-child) .flow-icon:after {
   content: none;
}
.flow-cell {
   min-height: 80px;
   background: rgba(255, 255, 255, 0.6);
   border-bottom: dotted 1px #B8C5CC;
   box-sizing: border-box;
   padding: 16px 14px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
}
.flow-cell.is-empty {
   background: rgba(255, 255, 255, 0.6);
}
.flow-table .flow-row:first-child .flow-cell {
   justify-content: flex-start;
}
.flow-main {
   color: #006CB6;
   font-size: 16px;
   font-weight: 600;
   line-height: 1.4;
   word-break: keep-all;
}
.flow-sub {
   margin-top: 6px;
   color: #333;
   font-size: 10px;
   line-height: 1.7;
   letter-spacing: 0.01em;
   overflow-wrap: anywhere;
}
.flow-mynavi {
   width: min(100%, 220px);
   margin-top: 6px;
}
.flow-entry-btns {
   display: flex;
   flex-direction: column;
   gap: 8px;
   margin-top: 10px;
}
.flow-entry-btn {
   width: 100%;
   margin: 0;
   min-height: 56px;
   padding: 6px 44px 6px 10px;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.mynavi-entry-btn.flow-entry-btn .btn-main img {
   width: min(100%, 100px);
}
.flow-entry-btn .btn-sub {
   font-size: 12px;
   white-space: normal;
   word-break: keep-all;
   margin-top: 5px;
}
.flow-table-wrap .ex-link {
   margin-top: 18px;
   padding: 0;
}
.flow-scroll-hint {
   display: none;
}

.flow-box {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.flow-box .flow01,
.flow-box .flow02 {
   width: 46%;
}
.flow-box .ttl {
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   padding-bottom: 10px;
}
.flow-box dl {
   position: relative;
   border-radius: 8px;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 30px;
}
.flow-box dl:after {
   width: 20px;
   height: 10px;
   background-image: url("../img/recruit_img/flow-arrow.svg");
   bottom: -23px;
   left: calc(50% - 20px);
}
.flow-box dl.last-row:after {
   display: none;
}
.flow01 dl {
   border: solid 3px #BEDFEF;
}
.flow01 dl dt {
   width: 70px;
   background: #56B8E3;
   position: relative;
   border-radius: 4px 0 0 4px;
}
.flow02 dl {
   border: solid 3px #C1E8E5;
}
.flow02 dl dt {
   width: 70px;
   background: #8BD9BB;
   position: relative;
   border-radius: 4px 0 0 4px;
}
.flow-box dl dt p {
   display: inline-block;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   position: relative;
   color: #FFF;
   font-weight: 600;
   font-size: 16px;
}
.flow-box dl dd {
   width: calc(100% - 70px);
   box-sizing: border-box;
   padding: 20px 20px 20px;
}

@media screen and (max-width: 1023px) {
.top-header-links {
   display: none;
}
}
.faq .end-comment {
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
   text-align: center;
   padding: 40px 0 30px;
}
.faq .blue-box {
   background: #EDF6F8;
   box-sizing: border-box;
   padding: 30px;
   width: 90%;
   margin: 0 auto;
}
.faq .blue-box .ttl {
   text-align: center;
   font-weight: 500;
   color: #006CB6;
   font-size: 13px;
}
.faq .blue-box p {
   font-size: 13px;
   text-align: center;
}
.faq .page-links {
   width: 90%;
   margin: 60px auto 100px;
   max-width: 570px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.faq .page-links li {
   width: 46%;
   background: #006CB6;
   height: 80px;
   position: relative;
   transition: all .5s;
   cursor: pointer;
}
.faq .page-links li:hover {
   background: #0F7CC6;
}
.faq .page-links li:before {
   width: 20px;
   height: 8px;
   background-image: url("../img/common_img/white-arrow.svg");
   bottom: 10px;
   left: calc(50% - 10px);
}
.faq .page-links li p {
   display: inline-block;
   font-size: 16px;
   color: #FFF;
   font-weight: 500;
   text-align: center;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.section02 {
   padding: 100px 0;
   background: #EDF6F8;
}
.section03 {
   padding: 100px 0 50px;
}

.faq-box dl {
   padding: 40px 0;
   border-bottom: dotted 2px #E7E7E7;
   width: 90%;
   margin: 0 auto;
}
.faq-box dl dt {
   font-size: 16px;
   font-weight: 500;
   padding-left: 30px;
   line-height: 1.6em;
   margin-bottom: 10px;
   position: relative;
}
.faq-box dl dt:before {
   content: "Q.";
   color: #006CB6;
   font-size: 18px;
   left: 0;
}
.faq-box dl dd {
   padding-left: 30px;
   position: relative;
}
.faq-box dl dd:before {
   content: "A.";
   color: #56B8E3;
   font-size: 18px;
   left: 0;
}
@media screen and (max-width: 767px) {
.faq .h1-box {
   background-image: url("../img/recruit_img/recruit03-header_sp.png");
}
.faq .intro-comment {
   font-size: 16px;
   padding: 20px 0 30px;
}
.faq .end-comment {
   font-size: 16px;
   padding: 40px 0 30px;
}
.faq .blue-box {
   width: 100%;
   margin: 0 auto;
}
.faq .blue-box .ttl {
   text-align: center;
   font-weight: 500;
   color: #006CB6;
   font-size: 13px;
}
.faq .blue-box p {
   font-size: 13px;
   text-align: center;
}
.faq .page-links {
   width: 100%;
   margin: 40px auto 60px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.faq .page-links li {
   width: 48%;
   height: 100px;
}
.faq .page-links li p {
   display: inline-block;
   font-size: 14px;
   line-height: 1.4em;
}
.section02 {
   padding: 60px 0;
   background: #EDF6F8;
}
.section03 {
   padding: 60px 0 30px;
}

.faq-box dl {
   padding: 40px 0;
   border-bottom: dotted 2px #E7E7E7;
   width: 100%;
   margin: 0 auto;
}
.faq-box dl dt {
   font-size: 14px;
   font-weight: 500;
   padding-left: 20px;
   line-height: 1.6em;
   margin-bottom: 10px;
   position: relative;
}
.faq-box dl dt:before {
   content: "Q.";
   color: #006CB6;
   font-size: 16px;
   left: 0;
}
.faq-box dl dd {
   padding-left: 20px;
   position: relative;
}
.faq-box dl dd:before {
   content: "A.";
   color: #56B8E3;
   font-size: 16px;
   left: 0;
}
}

.ex-link {
   padding: 0 5%;
}
.ex-link a {
   color: #006CB5;
}
.ex-link a:hover {
   text-decoration: none;
}

@media screen and (max-width: 767px) {
.flow-table-wrap {
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   padding-bottom: 8px;
}
.flow-table-core {
   min-width: 860px;
}
.flow-scroll-hint {
   display: none;
}
.flow-table-wrap.is-scrollable .flow-scroll-hint {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 0 18px;
   border-radius: 2px;
   width: 240px;
   aspect-ratio: 16 / 9;
   box-sizing: border-box;
   background: rgba(0, 108, 182, 0.9);
   color: #FFF;
   font-size: 14px;
   line-height: 1.2;
      justify-content: center;
   pointer-events: none;
   z-index: 2;
}
.flow-table-wrap.is-hint-dismissed .flow-scroll-hint {
   display: none;
}
}

/* outline page responsive fine-tuning */
@media screen and (max-width: 1023px) {
.outline .section01 .content-box {
   width: 90%;
}
.outline-box {
   padding: 36px 30px;
   margin-bottom: 56px;
}
.outline-box dl dt {
   width: 28%;
}
.outline-box dl dd {
   width: 72%;
}
.outline-entry-area {
   margin-bottom: 64px;
   padding-bottom: 0;
}
.mynavi-entry-btn {
   min-height: 88px;
   padding: 12px 56px 12px 24px;
}
.mynavi-entry-btn .btn-main img {
   width: min(100%, 165px);
}
.mynavi-entry-btn .btn-sub {
   font-size: 13px;
   letter-spacing: 0.06em;
}
.mynavi-entry-btn .btn-circle {
   width: 28px;
   height: 28px;
   right: 14px;
}
.btn-coming-soon-label {
   font-size: 32px;
}
.sales-entry-wrap {
   margin-top: 88px;
}
.sales-entry-inner {
   padding: 88px 20px 84px;
}
.sales-entry-note .ttl {
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 28px;
}
.sales-entry-note .desc {
   font-size: 15px;
   line-height: 1.9;
   margin-bottom: 56px;
}
.flow-section-inner {
   padding: 52px 20px;
}
.flow-table-head,
.flow-row {
   grid-template-columns: 72px 1fr 1fr;
   gap: 10px;
}
.flow-table:before {
   left: 36px;
   top: 36px;
   bottom: 36px;
}
.flow-icon {
   width: 60px;
   height: 60px;
   margin: 4px auto;
}
.flow-icon img {
   width: 38px;
   height: 38px;
}
.flow-cell {
   min-height: 72px;
   padding: 14px 12px;
}
.flow-main {
   font-size: 15px;
}
.flow-sub {
   font-size: 11px;
   line-height: 1.65;
}
.flow-mynavi {
   width: min(100%, 180px);
}
}

@media screen and (max-width: 767px) {
.outline .section01 .content-box {
   width: 92%;
}
.outline-box {
   padding: 24px 16px;
   margin-bottom: 34px;
}
.outline-box dl dt,
.outline-box dl dd {
   width: 100%;
   padding: 10px 0;
}
.outline-box dl dt {
   padding-bottom: 0;
}
.outline-box dl dt p {
   top: auto;
   transform: none;
}
.outline-box dl dd {
   padding-top: 6px;
}
.outline-entry-area {
   margin-bottom: 42px;
}
.mynavi-entry-btn {
   min-height: 80px;
   padding: 10px 48px 10px 16px;
}
.mynavi-entry-btn .btn-main img {
   width: min(100%, 140px);
}
.mynavi-entry-btn .btn-sub {
   font-size: 12px;
   line-height: 1.15;
   letter-spacing: 0.04em;
}
.mynavi-entry-btn .btn-circle {
   width: 24px;
   height: 24px;
   right: 12px;
}
.btn-coming-soon-label {
   font-size: 26px;
}
.sales-entry-wrap {
   margin-top: 56px;
}
.sales-entry-inner {
   width: 92%;
   padding: 56px 10px 60px;
}
.sales-entry-note .ttl {
   font-size: min(8vw, 18px);
   font-weight: 400;
   line-height: 1.5;
   letter-spacing: 0;
   margin-bottom: 22px;
}
.sales-entry-note .desc {
   font-size: 14px;
   line-height: 1.8;
   margin-bottom: 42px;
}
.sales-entry-btns {
   flex-direction: column;
   align-items: center;
}
.sales-entry-btns .mynavi-entry-btn {
   max-width: none;
   width: min(100%, 480px);
}
.sales-entry-btns .mynavi-entry-btn .btn-main img {
   width: min(100%, 140px);
}
.sales-entry-btns .entry-btn-stack {
   max-width: none;
   width: min(100%, 480px);
}
.flow-section-inner {
   width: 92%;
   padding: 44px 10px;
}
.flow-table-wrap {
   padding-bottom: 12px;
}
.flow-table-core {
   min-width: 760px;
}
.flow-table-head,
.flow-row {
   grid-template-columns: 64px 1fr 1fr;
   gap: 8px;
}
.flow-table:before {
   left: 32px;
   top: 32px;
   bottom: 32px;
}
.flow-icon {
   width: 54px;
   height: 54px;
}
.flow-icon img {
   width: 32px;
   height: 32px;
}
.flow-cell {
   min-height: 68px;
   padding: 12px 10px;
}
.flow-main {
   font-size: 14px;
   line-height: 1.35;
}
.flow-sub {
   font-size: 10px;
   line-height: 1.6;
}
.flow-mynavi {
   width: min(100%, 150px);
}
.flow-table-wrap.is-scrollable .flow-scroll-hint {
   width: 220px;
   aspect-ratio: 16 / 9;
   padding: 0 14px;
   font-size: 13px;
   line-height: 1.2;
}
}

/* faq intro comment align with production */
.faq .intro-comment {
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
   text-align: center;
   padding: 20px 0 30px;
}

/* faq section02 question weight */
.faq .section02.rabox dt {
   font-weight: 600;
}

/* faq section03 question weight */
.faq .section03.rabox dt {
   font-weight: 600;
}

/* faq h1 height on SP: match production aspect */
@media screen and (max-width: 767px) {
  .faq .h1-box {
    height: auto !important;
    padding: 0 0 calc(41%) !important;
    background-size: cover;
  }
}

/* faq intro comment size on SP */
@media screen and (max-width: 767px) {
  .faq .intro-comment {
    font-size: 16px !important;
  }
}

/* faq h3 spacing on SP */
@media screen and (max-width: 767px) {
  .faq .h3-style01 {
    margin-bottom: 0 !important;
  }
}

/* faq blue box title weight */
.faq .blue-box .ttl {
  font-weight: 600;
}

/* ========================================
   仕事体験
======================================== */
.shigoto-taiken .h1-box {
  background-image: url("../img/recruit_img/shigoto-taiken-header_pc.png");
  background-size: auto 100% !important;
  background-position: center center !important;
  overflow: visible;
}
.shigoto-taiken .h1-box::before {
  content: none;
}
.shigoto-taiken .h1-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  display: block;
  transform: rotate(2deg);
  transform-origin: left center;
}
.shigoto-taiken .h1-deco--tab,
.shigoto-taiken .h1-deco--sp {
  display: none;
}
.shigoto-taiken .h1-box .hw01 {
  max-width: 460px;
  top: 44%;
}

/* 見出し */
.shigoto-taiken .h2-style01 {
  left: auto;
  transform: none;
}
.shigoto-taiken .h3-style01 {
  letter-spacing: 0.21em;
  margin-bottom: 24px;
}

/* リード文 / 次回開催予定（統合セクション） */
.shigoto-taiken .section01 .content-box {
  padding: 0 0 100px;
  text-align: center;
}
.shigoto-taiken .intro {
  font-size: 16px;
  line-height: 2;
  color: #313131;
  margin-bottom: 80px;
}

.shigoto-taiken .schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.shigoto-taiken .schedule-item {
  background: #EDF6F8;
  border: 1px solid #006CB6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

.shigoto-taiken .schedule-text {
  width: 100%;
}
.shigoto-taiken .schedule-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #313131;
  margin: 0;
}
.shigoto-taiken .schedule-text .schedule-date {
  font-size: 22px;
}
/* 開催日の改行はSPのみ。PC・タブレットでは1行のまま「／」で区切る */
.shigoto-taiken .schedule-date-br {
  display: none;
}
.shigoto-taiken .schedule-text .schedule-note {
  font-size: 13px;
  font-weight: 400;
  color: #707070;
  margin-top: 8px !important;
}

.shigoto-taiken .schedule-btn {
  width: 100%;
}

/* Coming Soonボタン
   マイナビボタンとまったく同じ形・同じ中身のまま、
   中身（ロゴ／サブ文字／丸矢印）を薄く残して「何のComing Soonか」がわかるようにする */
.mynavi-entry-btn.is-coming-soon {
  background: #AABAC4;
  cursor: default;
}
.mynavi-entry-btn.is-coming-soon .btn-main,
.mynavi-entry-btn.is-coming-soon .btn-sub,
.mynavi-entry-btn.is-coming-soon .btn-circle {
  opacity: 0.2;
}
.btn-coming-soon-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FFF;
  pointer-events: none;
}
.mynavi-entry-btn.flow-entry-btn .btn-coming-soon-label {
  font-size: 20px;
}

/* 確認用：Coming Soonボタン（各エントリーボタン上に仮設置） */
.outline-entry-area .is-coming-soon,
.schedule-btn .is-coming-soon {
  margin-bottom: 12px;
}
.entry-btn-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  max-width: 480px;
}
.sales-entry-btns .entry-btn-stack .mynavi-entry-btn {
  max-width: none;
  width: 100%;
}

/* 開催概要 */
.shigoto-taiken .section03 {
  background: #EDF6F8;
  padding: 0;
}
.shigoto-taiken .section03 .content-box {
  padding: 80px 0 120px;
}

.shigoto-taiken .program-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.shigoto-taiken .program-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 40px;
  background: #ffffff;
  border: 1px solid #006CB6;
  box-sizing: border-box;
}

.shigoto-taiken .program-text {
  flex: 1;
  min-width: 0;
}
.shigoto-taiken .program-title {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #006CB6;
  margin: 0 0 10px;
}
.shigoto-taiken .program-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #313131;
  margin: 0;
}

.shigoto-taiken .program-icon {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #EDF6F8;
}
.shigoto-taiken .program-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.shigoto-taiken .program-num {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #EDF6F8;
  border: 2px solid #006CB6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shigoto-taiken .program-num span {
  font-size: 28px;
  font-family: 'EB Garamond', serif;
  color: #006CB6;
  line-height: 1;
}

/* レスポンシブ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .shigoto-taiken .h1-box {
    height: 250px !important;
    background-size: auto 100% !important;
    background-position: center center !important;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .shigoto-taiken .h1-deco--pc {
    display: none;
  }
  .shigoto-taiken .h1-deco--tab {
    display: block;
    width: 90%;
    max-width: 550px;
    left: auto;
    right: 0;
    transform-origin: right center;
  }
  .shigoto-taiken .schedule-item {
    padding: 30px 24px;
  }
  .shigoto-taiken .program-item {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .shigoto-taiken .h1-box {
    background-image: url("../img/recruit_img/shigoto-taiken-header_sp.png");
    height: auto !important;
    padding: 0 0 calc(74.9%) !important;
    background-size: contain !important;
  }
  .shigoto-taiken .h1-deco--tab {
    display: none;
  }
  .shigoto-taiken .h1-deco--sp {
    display: block;
    width: 90%;
    max-width: 550px;
    left: auto;
    right: 0;
    transform-origin: right center;
  }
  .shigoto-taiken .section01 .content-box {
    padding: 0 20px 70px;
  }
  .shigoto-taiken .intro {
    margin-bottom: 60px;
  }
  .shigoto-taiken .schedule-list {
    gap: 20px;
  }
  .shigoto-taiken .section03 .content-box {
    padding: 50px 20px 80px;
  }
  .shigoto-taiken .schedule-item {
    padding: 20px 16px;
    gap: 20px;
  }
  .shigoto-taiken .schedule-text p {
    font-size: 16px;
  }
  /* SPは「2027年2月開催予定」で改行し、「／」は非表示にする */
  .shigoto-taiken .schedule-date-br {
    display: inline;
  }
  .shigoto-taiken .schedule-date-slash {
    display: none;
  }
  /* 開催未定のお知らせ文はSPだと折り返しが多く中央揃えだと読みづらいため左揃えにする */
  .shigoto-taiken .schedule-item--notice {
    text-align: left;
  }
  .shigoto-taiken .schedule-item--notice .schedule-text p br {
    display: none;
  }
  .shigoto-taiken .program-list {
    gap: 20px;
  }
  .shigoto-taiken .program-item {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    gap: 10px;
  }
  .shigoto-taiken .program-icon {
    order: -1;
  }
  .shigoto-taiken .program-title {
    text-align: center;
    font-size: 16px;
  }
  .shigoto-taiken .program-desc {
    font-size: 14px;
  }
  .shigoto-taiken .program-icon {
    width: 80px;
    height: 80px;
  }
  .shigoto-taiken .program-icon img {
    width: 48px;
    height: 48px;
  }
  .shigoto-taiken .program-num {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }
  .shigoto-taiken .program-num span {
    font-size: 22px;
  }
}
