* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sp-only{
    display: none !important;
}

.pc-only{
    display: block;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    line-height: 1.6;
}

.header {
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.header-inner {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    font-size: 20px;
    color: #1f4c83;
}

.header-logo img {
    height: 40px;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav ul {
    display: flex;
    list-style: none;
    margin-right: 40px;
    align-items: center;
}

.header-nav ul li {
    margin: 0 25px 0 0;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    padding: 0 25px 0 0;
}

.header-nav ul li:last-child{
     border-right:none;
     margin: 0;
     padding: 0;
}

.header-nav ul li a {
    text-decoration: none;
    color: #333;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

.btn-contact, .btn-member {width: 150px;}

.btn-contact {}
.btn-member {}

.main-visual {
    position: relative;
    width: 100%;
    height: 580px;
    background: url(../../images/reskilling/FV_pc.png);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
}

.fv-man{
    position: absolute;
    top: 0;
    left: 57%;
    transform: translateX(-57%);
    bottom: 0;
    width: 575px;
    display: flex;
    align-items: end;
    z-index: 2;
}

.fv-man img{}

.mv-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 25px 0 0;
}

.mv-content {
    flex: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 405px;
}

.mv-sub-copy {
    font-size: 27px;
    color: #1f4c83;
    font-weight: bold;
    margin-bottom: 30px;
    width: 485px;
    letter-spacing: 0;
}

.mv-sub-copy small{
    font-size: 0.8em;
}

.title_wrap{
    position: relative;
}

.title_wrap::before{
    content: "";
    display: block;
    width: 460px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 32%;
    left: -1%;
    transform: translateY(-32%);
}

.center-text{
    text-align: center;
}

.mv-main-copy {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    width: 7.1em;
    background: linear-gradient(to right, #1f4383, #509fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mv-main-copy .highlight {
    text-align: right;
}

.title01{
    display: inline-block;
}

.title02{
    display: inline-flex;
    text-align: right;
    flex-direction: column;
}

.title03{
    display: inline-block;
}

.title04{
    display: inline-block;
    font-size: 40px;
}

.mv-cta-btn {
    background: #1763be;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    width: 320px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-user{
    width: 35px;
    margin-right: 16px;
    display: flex;
}

.icon-arrow{
    width: 8px;
    margin-left: 30px;
}

.mv-info-box {
    position: relative;
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 405px;
}

.mv-emblem {
    margin-bottom: 20px;
}

.mv-emblem img {
    width: 180px;
}

.mv-tag-group{
    width: 420px;
}

.tag-blue-dark {
    background: #1f4c83;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 16px;
    display: block;
    width: fit-content;
    margin: 0 auto -10px;
    z-index: 4;
    position: relative;
}

.tag-white-bg {
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 5px;
    color: #1f4c83;
    font-size: 20px;
    margin-bottom: 10px;
}

.tag-blue-main {
    background: #1763be;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    border-radius: 5px;
}

.mv-person-img img {
    width: 100%;
    vertical-align: bottom;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px 120px;
}

.rcc-benefits {
    position: relative;
    background-color: #168ded;
    background-image: url(../../images/reskilling/rcc-benefits-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    clip-path: polygon(
        0 0,          /* 左上 */
        100% 0,       /* 右上 */
        100% 90%,     /* 右下 */
        50% 100%,     /* 下中央（頂点） */
        0 90%         /* 左下 */
    );
}

.section-title {
    font-size: 40px;
    margin-bottom: 45px;
}

.section-title .sub-title {
    display: block;
    font-size: 24px;
    color: #ffe926;
    margin-top: 40px;
}

.benefit-label {
    background: #ffff00;
    color: #333;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 24px;
    width: 250px;
}

.benefit-cards {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.benefit-card {
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 30px 10px;
    width: 310px;
}

.card-icon{
    height: 120px;
}

.card-icon img{
    height: 100%;
    object-fit: contain;
}

.benefit-card h3 {
    font-size: 20px;
    color: #1f4c83;
    margin: 15px 0;
}

.benefit-notes {
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.8;
}

.grad{
    background: linear-gradient(to right, #d4e6ff, #e3f5ff);
}

.interview {

}

.interview .container{
    padding-bottom: 60px;
}

.interview-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 90px 95px 65px;
    position: relative;
    top: -66px;
}

.interview-header {
    background: #2b568d;
    color: #fff;
    padding: 20px;
    border-radius: 9px;
    text-align: center;
    margin-bottom: 40px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 28px;
    line-height: 1.4;
}

.interview-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2b568d;
}

.interview-profile {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    color: #1f4c83;
}

.profile-img img {
    width: 190px;
}

.profile-text{
    margin-bottom: 25px;
}

.interview-profile .role{
    font-size: 18px;
}

.interview-profile .name{
    font-size: 28px;
}

.interview-profile .name span{
    font-size: 20px;
}

.qa-item {
    margin-bottom: 55px;
}

.interview-wrap .qa-item:last-child{
    margin-bottom: 0;
}

.q-box {
    background: #ebf6ff;
    padding: 15px 22px;
    border-radius: 9px;
    font-weight: bold;
    color: #1f4c83;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.q-box span.Q{
    width: 34px;
    margin-right: 20px;
    display: flex;
}

.q-box span.icon{
    width: 22px;
    margin-left: auto;
    display: flex;
}

.q-box span.icon img{

}

.a-box {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.hexagonal01{
    position: absolute;
    width: 450px;
    right: 0;
    top: -140px;
}

.hexagonal02{
    position: absolute;
    width: 450px;
    left: 0;
    top: -140px;
}

.hexagonal03{
    position: absolute;
    width: 450px;
    right: 0;
    top: -140px;
}

.hexagonal04{
    position: absolute;
    width: 450px;
    left: 0;
    top: 0;
}

.about-us{
    position: relative;
}

.about-us .container{
    z-index: 3;
    position: relative;
}

.about-us .title-bg{
    background: #ebf6ff;
    border-radius: 0 0 0 185px;
    height: 350px;
    width: calc(100% - 100px);
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}

.title-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-label {
    color: #59bafc;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #59bafc;
    display: inline-block;
}

.about-title {
    text-align: center;
    color: #1f4c83;
    font-size: 40px;
    margin-bottom: 80px;
    background: linear-gradient(to right, #1f4383, #509fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.about-title span{
    font-size: 32px;
}

.about-cards {
    display: flex;
    gap: 40px;
}

.about-card {
    width: 480px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
}

.card-thumb{
    margin-bottom: 30px;
}

.about-card h3.card-h{
    font-size: 24px;
    text-align: center;
    color: #1f4c83;
    margin-bottom: 35px;
}

.card-body p{
    margin-bottom: 1em;
}

.card-body p:last-child{
    margin-bottom: 0;
}

.qualifications-content{
    position: relative;
}

.qualifications-content .container{
    z-index: 3;
    position: relative;    
}

.qualifications-content .title-bg{
    background: #ebf6ff;
    border-radius: 0 0 185px 0;
    height: 350px;
    width: calc(100% - 100px);
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
}

.intro-flex{
    display: flex;
}

.intro-text-wrap{

}

.qualifications-content h3{
    font-size: 32px;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
    display: inline-block;
}

.intro-text{

}

.intro-emblem{
    width: 165px;
    margin-left: auto;
}

.section-label-en {
    text-align: center;
    color: #4da6ff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.section-title-blue {
    text-align: center;
    color: #1f4c83;
    font-size: 40px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #1f4383, #509fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.category-grid {
    display: flex;
    gap: 20px;
    margin: 40px 0 75px;
}

.category-item {
    background: #1775d1;
    color: #fff;
    padding: 25px 10px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    font-size: 24px;
    width: 235px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.3;
}

.category-item span {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
}

.purpose-flex {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.purpose-card {
    width: 480px;
    background: #fff;
    border: 2px solid #eef5ff;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    font-size: 18px;
}

.purpose-num {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
}

.purpose-icon{
    margin-bottom: 30px;
}

.required-skills{
    background: url(../../images/reskilling/required-skills-bg01.png),url(../../images/reskilling/required-skills-bg02.png);
    background-position: center top, center top 130px;
    background-repeat: no-repeat,no-repeat;
    background-size: 700px,2400px;
}

.required-skills .container{

}

.required-skills .center-text, .flow-section .center-text{
    font-size: 20px;
}

.skills-comparison {
    display: flex;
    gap: 20px;
    margin: 40px 0 30px;
    align-items: stretch;
}

.skill-column {
    border-radius: 15px;
    padding: 40px 20px 20px;
}

.old-skill {
    background: #999;
    color: #fff;
    width: 380px;
    display: flex;
    flex-direction: column;
}

.rcc-skill {
    background: url(../../images/reskilling/rcc-skill-check.png),url(../../images/reskilling/rcc-skill-bg.png);
    background-size: 100px,cover;
    background-position: right 10px top 10px, left top;
    background-repeat: no-repeat,no-repeat;
    color: #fff;
    position: relative;
    width: 600px;
}

.rcc-header{
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.check-list{
    background: #fff;
    padding: 35px 15px;
    border-radius: 10px;
    flex: 1;
}

.check-list li{
    margin-bottom: 25px;
    font-size: 18px;
    color: #666666;
}

.check-list li::before{
    content: url(../../images/reskilling/check01.png);
    display: inline-block;
    width: 14px;
    height: 11px;
    margin-right: 10px;
}

.inner-label{
    font-size: 20px;
    color: #1f4c83;
}

.inner-label2{
    font-size: 20px;
    color: #1f4c83;
    text-indent: -1em;
    padding-left: 1em;
}

.inner-label2 span{
    margin-right: 7px;
}

.inner-label:before{
    content: url(../../images/reskilling/check02.png);
    display: inline-block;
    width: 14px;
    height: 11px;
    margin-right: 10px;
}

.dss-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;   
}

.dss-title::before,
.dss-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #333;
}

.dss-title span {
    padding: 0 20px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.dss-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.dss-tags span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}

.dss-tags span em {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px 5px 0;
  font-weight: 500;
}

.dss-tags span:nth-child(1) { background-color: #1f4c83; }
.dss-tags span:nth-child(2) { background-color: #1763be; }
.dss-tags span:nth-child(3) { background-color: #1775d1; }
.dss-tags span:nth-child(4) { background-color: #1a99ed; }
.dss-tags span:nth-child(5) { background-color: #65c8ff; }

.skill-inner-box {
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.dss-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.dss-tags span {
    background: #1f4c83;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 10px;
}

.skill-bottom-flex{
    display: flex;
    gap:20px
}

.skill-sub-box{
    flex: 1;
    background: #fff;
    color: #333;
    padding: 25px 20px;
    border-radius: 10px;
}

.skill-sub-box ul{
    margin-top: 30px;
}

.skill-sub-box li{
  text-indent: -1em;
  padding-left: 1em;
}

.RCC-img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.RCC-img iframe{
    width: 100%;
    height: 100%;
}

.flow-section{
    position: relative;
}

.flow-section .container{
    z-index: 3;
    position: relative;
}

.flow-section .title-bg{
    background: #ebf6ff;
    border-radius: 0 0 0 185px;
    height: 350px;
    width: calc(100% - 100px);
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}


.step-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 210px;
    margin: 55px 0 20px;
}

.step-item {
    width: calc(100% / 3);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.step-text {
    color: white;
    font-size: 18px;
    width: 230px;
}

.step-text span {
    font-size: 14px;
}

.step-01 {
    width: 371px;
    height: 210px;
    background-image: url(../../images/reskilling/flow-step01.png);
    left: 0;
    position: absolute;
    padding: 55px 0 0 46px;
}

.step-02 {
    width: 371px;
    height: 210px;
    background-image: url(../../images/reskilling/flow-step02.png);
    position: absolute;
    left: 340px;
    padding: 40px 0 0 70px;
}

.step-03 {
    width: 325px;
    height: 210px;
    background-image: url(../../images/reskilling/flow-step03.png);
    position: absolute;
    right: 0;
    padding: 40px 0 0 70px;
    background-position: center right;
}

.flow-note{
    font-size: 14px;
}

.stats-header {
    background: #1775d1;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 20px;
}

.income-up {
    font-size: 36px;
    font-weight: bold;
    color: #ffff00;
}

.income-up span {
    font-size: 48px;
}

.rcc-voices {
    background: #eef5ff;
    padding-top: 0;
}

.rcc-voices .container{
    padding-bottom: 60px;
}

.voice-main-title {
    background: #1f4c83;
    color: #fff;
    width: fit-content;
    margin: 0 auto 50px;
    padding: 15px 60px;
    border-radius: 10px;
    font-size: 24px;
    position: relative;
}

.voice-item {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}

.voice-profile-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.stats-card {
    background-color: #fff9e5;
    border-radius: 24px;
    width: 180px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    height: 180px;
    padding: 25px 20px;
    margin-left: auto;
}

.stats-label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #333;
}

.stats-value-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #a07800;
    font-weight: bold;
}

.stats-number {
    font-size: 70px;
    line-height: 0.8;
    letter-spacing: -2px;
}

.stats-unit {
    font-size: 24px;
    margin-left: 4px;
}

.profile-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-thumb {
    width: 120px;
    border-radius: 50%;
}

.user-stats {
    background: #fff9e6;
    padding: 10px 30px;
    border-radius: 10px;
    text-align: center;
}

.user-stats .count {
    color: #d4a017;
    font-size: 40px;
    font-weight: bold;
}

.final-cta {
    background: url(../../images/reskilling/cta-bg.png) left top no-repeat;
    background-size: cover;
    text-align: center;
}

.final-cta .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.final-cta .container h2{
    font-weight: 500;
}

.final-cta .mv-cta-btn {
    background: #fff;
    color: #1f4c83;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    width: 320px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-text {
    color: #fff;
    margin-bottom: 50px;
    font-size: 36px;
}

.mv-cta-btn.white-ver {
    background: #fff;
    color: #1f4c83;
}


.results {
    background-color: #168ded;
    background-image: url(../../images/reskilling/results-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 20px;
    color: #fff;
    overflow: hidden;
    clip-path: polygon(
        0 0,          /* 左上 */
        100% 0,       /* 右上 */
        100% 90%,     /* 右下 */
        50% 100%,     /* 下中央（頂点） */
        0 90%         /* 左下 */
    );
}

.results-wrap{
    background: #eef5ff;
}

.results .container {
    width: 840px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 0 100px 0;
}

.results-lead {
    color: #ffe926;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.results-lead span{
    display: inline-block;
    margin: 0 5px;
}

.results-title {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 50px;
    font-weight: 500;
}

.results-title small{
    font-size: 28px;
    font-weight: 500;
}

.results-title .small {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}


.stats-header {
}

.stats-header h3 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 500;
}

.income-up {
    color: #ffe926;
    font-size: 40px;
    font-weight: bold;
    font-weight: 500;
}

.income-up span {
    font-size: 40px;
    margin: 0 5px;
}

.stats-note {
    font-size: 20px;
    margin-bottom: 40px;
}

.graph-area {
    color: #333;
}

.graph-container img {
    width: 100%;
    height: auto;
}

.graph-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: 0.85rem;
    color: #666;
}

.rcc-voices .interview-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 90px 95px 65px;
    position: relative;
    top: -110px;
}

.rcc-voices .interview{
    padding-bottom: 65px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.rcc-voices .interview:last-child{
    padding-bottom: 0;
    margin-bottom: 0p;
    border-bottom: none;
}

.rcc-voices .interview-header {
    background: #2b568d;
    color: #fff;
    padding: 20px;
    border-radius: 9px;
    text-align: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 28px;
    line-height: 1.4;
    position: absolute;
    width: 800px;
    top: -40px;
}

.rcc-voices .interview-header .icon{
    position: absolute;
    width: 120px;
    right: 30px;
    bottom: 0;
    display: flex;
    align-items: end;
}

.rcc-voices .interview-profile {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    color: #1f4c83;
}

.rcc-voices .profile-img img {
    width: 190px;
}

.rcc-voices .profile-text{
    margin-bottom: 25px;
}

.rcc-voices .interview-profile .role{
    font-size: 18px;
}

.rcc-voices .interview-profile .name{
    font-size: 28px;
}

.rcc-voices .interview-profile .name span{
    font-size: 20px;
}

.rcc-voices .qa-item {
    margin-bottom: 55px;
}

.rcc-voices .interview-wrap .qa-item:last-child{
    margin-bottom: 0;
}

.rcc-voices .q-box {
    background: #ebf6ff;
    padding: 15px 22px;
    border-radius: 9px;
    font-weight: bold;
    color: #1f4c83;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.rcc-voices .q-box span.Q{
    width: 34px;
    margin-right: 20px;
    display: flex;
}

.rcc-voices .q-box span.icon{
    width: 22px;
    margin-left: auto;
    display: flex;
}

.rcc-voices .q-box span.icon img{

}

.rcc-voices .a-box {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.legend {
    display: flex;
    gap: 20px;
}

.legend .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.color-box.blue {
    width: 30px;
    height: 15px;
    background: #3174c1;
}

.line-box.red {
    width: 30px;
    height: 2px;
    background: #ff5252;
    position: relative;
}

.line-box.red::after {
    content: "";
    position: absolute;
    top: -3px; left: 11px;
    width: 8px; height: 8px;
    background: #ff5252;
    border-radius: 50%;
}

.course-detail {
    background-color: #168ded;
    background-image: url(../../images/reskilling/results-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0;
}

.course-title-wrap{

}

.course-flow-wrap{
    background: rgba(31,76,131,0.3);
    clip-path: polygon(
    0 0,
    50% 10%,
    100% 0,
    100% 100%,
    0 100%
);
    padding-top: 110px;
}


.course-title-wrap .title-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.section-title-white {
    font-size: 32px;
    margin-bottom: 20px;
}

.course-lead {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.course-flow {
    margin-bottom: 50px;
}

.flow-box {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.flow-box::after{
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background: #2f9bf4;
    border-radius: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.flow-box-highlight-wrap{
    width: 800px;
    background: #2f9bf4;
    border-radius: 10px;
    padding: 30px;
    margin: auto;
}

.flow-box-highlight {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.flow-box-highlight span {
    border-bottom: 1px solid #ffdd50;
    font-size: 28px;
    padding-bottom: 2px;
}

.flow-arrow {
    color: #ffff00;
    width: 20px;
    margin: 15px auto;
}

.course-title-wrap .container{
    padding: 90px 0 0;
}

.course-label-en{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}

h2.course-title-white{
    font-size: 40px;
    margin: 20px 0 65px;
}

.course-specs { flex: 1.2; }
.course-benefits { flex: 0.8; }


.course-info-wrap {
    max-width: 1000px;
    margin: 40px auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
}


.course-infoheader {
    background: #ebf6ff;
    padding: 11px 20px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.specs-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 36px;
    color: #1f4c83;
    margin: 0;
}

.small-emblem {
    width: 150px;
    height: auto;
    position: absolute;
    left: 30px;
    bottom: -15px;
}

.course-infoheader-icon {
    width: 127px;
    height: auto;
    position: absolute;
    right: 65px;
    bottom: 0;
}
.course-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 40px 30px;
}

.course-specs {
  flex: 1;
  text-align: left;
}

.spec-list {
  margin: 0;
}

.spec-list dt {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}

.spec-list dd {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.6;
}

.spec-list dd:nth-of-type(1) {
  border-bottom: none;
}

.arrow-divider {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.arrow-icon {
  color: #f7eb0a;
  font-size: 20px;
}

.course-benefits {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.benefit-box {
  border-radius: 12px;
  padding: 20px 25px;
  text-align: left;
}

.benefit-box.yellow-bg {
  background-color: #fff6e1;
}

.benefit-box.light-yellow-bg {
  background-color: #fff6e1;
}

.benefit-box h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333333;
}

.benefit-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-box li, .benefit-box p {
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
  line-height: 1.8;
}

.benefit-box li::before, .benefit-box p::before {
  content: "・";
  position: absolute;
  left: 0;
}

.benefit-box .highlight {
  color: #997607;
  font-weight: bold;
}

.instructors-section {
  background:url(../../images/reskilling/instructors-section-bg.png), #1e88e5;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #ffffff;
  padding: 80px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
  top: -1px;
}

.instructors-section .container {
}

.section-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 60px;
}

.instructor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  margin-bottom: 60px;
}

.instructor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instructor-card .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.instructor-card .name span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
}

.instructor-card .profile {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.support-section {
  background: #f9f9f9;
  border-radius: 8px;
}

.support-card {
  padding: 60px 40px;
  position: relative;
}

.support-label {
  position: absolute;
  top: -20px;
  left: 40px;
  background-color: #333333;
  color: #ffffff;
  padding: 5px 40px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 300px;
  text-align: left;
}

.support-text {
  text-align: left;
  width: 470px;
}

.support-text h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.support-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.support-logos {
  width: 350px;
}

.logo-circle {
  width: 160px;
  height: auto;
}

.logo-rect {
  width: 100%;
  height: auto;
  border-radius: 4px;
}


.support-org {
    margin-top: 80px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.support-content {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.curriculum-wrap{
    background: linear-gradient(to right, #d4e6ff, #e3f5ff);
}

.table-container{

}

.curriculum{
    position: relative;
}

.curriculum .container{
    z-index: 2;
    position: relative;

}

.curriculum .title-bg {
    background: #ebf6ff;
    border-radius: 0 0 185px 0;
    height: 350px;
    width: calc(100% - 100px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.table-container h2{
    font-size: 28px;
    margin: 10px 0 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    display: inline-block;
    font-weight: 500;
}
.curriculum-table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

.curriculum-table th, 
.curriculum-table td {
  border: 1px solid #c9c9c9;
  padding: 15px;
  vertical-align: middle;
}

.curriculum-table th {
  background-color: #66ccff;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.curriculum-table tr:first-child th {
  border-top: none;
}

.curriculum-table tr:last-child td {
  border-bottom: none;
}

.curriculum-table th:first-child,
.curriculum-table td:first-child {
  border-left: none;
}

.curriculum-table th:last-child,
.curriculum-table td:last-child {
  border-right: none;
}

.col-subject { width: 35%; }
.col-range   { width: 55%; }
.col-time    { width: 10%; }

.text-center {
  text-align: center;
}

.list-none {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-roman {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-roman > li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
}

.list-roman > li:nth-child(1):before { content: "一、"; position: absolute; left: 0; }
.list-roman > li:nth-child(2):before { content: "二、"; position: absolute; left: 0; }

.list-decimal {
  list-style: none;
  padding-left: 1.5em;
  margin-top: 10px;
  counter-reset: item;
}

.list-decimal li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.list-decimal li:before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
}

.fee-section{
    position: relative;
}


.fee-section .container{
    z-index: 3;
    position: relative;
}

.fee-section .title-bg{
    background: #ebf6ff;
    border-radius: 0 0 0 185px;
    height: 350px;
    width: calc(100% - 100px);
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}

.fee-section .container{

}

.fee-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 10px;
    max-width: 800px;
    margin: 40px auto;
}

.fee-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.fee-label {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.fee-price {
    font-size: 90px;
    background: linear-gradient(to right, #1f4383, #509fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    display: flex;
}

.fee-price span.yen{
    font-size: 36px;
    align-items: end;
    display: flex;
    margin-bottom: 23px;
}

.fee-main .fee-tax{
    font-size: 20px;
    align-self: flex-end;
    margin-bottom: 28px;
}

.fee-detail{
    padding: 0 70px;
}

.detail-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.detail-list li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}
.detail-list li small{
    font-size: 14px;
}

.detail-list li::before {
    content: "・";
    color: #1f4c83;
    font-weight: bold;
}

.fee-note{
    font-size: 14px;
    margin: 25px 0 50px;
}

.footer-main {
    background: #fff;
    padding-top: 60px;
    border-top: 1px solid #eee;
    font-family: sans-serif;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px 40px;
}

.footer-left {
    flex: 1;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 40px;
}

.footer-address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.footer-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-nav ul li{
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    padding: 0 15px 0 0;    
}

.footer-nav ul li:nth-child(3){
    border-right: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.footer-nav ul li:nth-child(4){
    border-right: none;
    border-left: 1px solid #cccccc;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.footer-sub-links{
    text-align: right;
    font-size: 12px;
}

.footer-actions {
    text-align: right;
}

.footer-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    justify-content: flex-end;
}

.btn-contact-f, .btn-member-f {width: 150px;}

.btn-contact-f {
}

.btn-member-f {
}

.footer-sub-links a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.footer-nav{
    
}

.footer-copy {
    border-top: 1px solid #c9c9c9;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

.footer-copy p {
    font-size: 12px;
    color: #666;
    letter-spacing: 0.05em;
}

@media (max-width: 960px) {
    .footer-inner {
        flex-direction: column;
        gap: 40px;
    }
    .footer-right {
        flex-direction: column;
        gap: 20px;
    }
    .footer-nav ul {
        flex-direction: column;
        gap: 15px;
    }
    .footer-btns {
        justify-content: flex-start;
    }
}