

.contants-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.info-new .page-main-wrap{
margin: 0 auto 40px;
}

.info-main-lead{
}
.page-main-ttl-box p.info-main-lead {
    width: 248px;
    padding: 20% 0 0;
}

.personality-ttl-box{
text-align: center;
color: #001F6B;
margin: 0 0 80px;
}
.personality-ttl-box h2{
font-size: 40px;
font-weight: 700;
line-height: 1.5;

}
.personality-ttl-en{
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    color: #001F6B;
    line-height: 1.5;
    margin: 0 0 ;
}

.personality-diagram{
width: 90%;
max-width: 912px;
margin: 0 auto 80px;
}
.personality-diagram img{
width: 100%;
}


.info-sec-ttl{
font-size: 24px;
font-weight: 700;
color: #001F6B;
line-height: 1.5;
}


.requirements{
width: 95%;
max-width: 1104px;
margin: 0 auto 80px;
}

.info-app-box{
display: flex;
color: #001F6B;
flex-wrap: wrap;
}
.info-app-pr{
width: 160px;
flex-shrink: 0;
font-size: 16px;
font-weight: 700;
padding: 32px 0;
border-bottom: 1px solid rgba(0,31,107,0.4);
}
.info-app-sd{
width: calc(100% - 160px);
flex-grow: 1;
font-size: 14px;
font-weight: 500;
padding: 32px 0;
border-bottom: 1px solid rgba(0,31,107,0.4);
}

.info-app-full-box{
width: 100%;
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(0,31,107,0.4);
}
.info-app-half-box{
width: 44.8%;
display: flex;
}
.info-app-half-box .info-app-pr,
.info-app-half-box .info-app-sd{
border-bottom: none;
}

.app-t1,
.app-t2,
.app-t3{
display: flex;
flex-wrap: wrap;
}
.app-t3{
margin: 0 0 24px;
}
.app-t1:nth-child(1){
margin: 0 0 24px;
}
.app-t1 dt{
width: 90px;
font-size: 16px;
font-weight: 700;
}
.app-t1 dd{
width: calc(100% - 90px);
}
.app-t2 dt{
width: 120px;
}
.app-t2 dd{
width: calc(100% - 120px);
}
.app-t3 dt{
width: 70px;
}
.app-t3 dd{
width: calc(100% - 70px);
}




.att-t1{
font-size: 12px;
font-weight: 400;
color: #000;
padding: 8px 0 0;
}
.att-t2{
font-size: 12px;
font-weight: 400;
color: #000;
padding: 10px 0;
}





.how-to-apply{
width: 95%;
max-width: 1104px;
margin: 0 auto 160px;
color: #001F6B;
}


.select-cat-box{
display: flex;
margin: 0 0 12px;
}
.select-cat-once{
width: 50%;
font-size: 18px;
font-weight: 700;
}

.progress-bar-box{
position: relative;
width: 100%;
height: 16px;
margin: 0 0 18px;
overflow: hidden;
}
.progress-bar-right-wrap{
position: absolute;
width: 50%;
left: 50%;
height: 16px;
top:0;
overflow: hidden;
}
.progress-bar-left,
.progress-bar-right{
position: relative;
width: 50%;
height: 1px;
top: 7px;
background: rgba(0, 31, 107, 0.4);
margin: 0 0 24px;
}
.progress-bar-right{
width: 100%;
}
.progress-bar-left::before,
.progress-bar-right::before{
position: absolute;
width: 0;
height: 1px;
content: '';
top: 0;
left: 0;
background: #E40046;
transition:width 1s 0s;
}
.scrolled .progress-bar-left::before{
width: 100%;
transition:width 1s 0s;
}
.cat-biz .progress-bar-right::before{
width: 100%;
transition:width 1s 0s;
}
.progress-bar-left::after,
.progress-bar-right::after{
position: absolute;
width: 16px;
height: 16px;
content: '';
top: -7px;
left: -16px;
background: #E40046;
border-radius: 100px;
transition:left 0.6s 0s;
}
.scrolled .progress-bar-left::after{
left: 24px;
transition:left 0.6s 0s;
}
.cat-biz .progress-bar-right::after{
left: 24px;
transition:left 0.6s 0s;
}
.flow-add-ttl{
font-size: 16px;
font-weight: 700;
margin: 0 0 40px;
}
.flow-ex-text{
margin: 0 0 18px;
}
.flow-select-box{
margin: 0 0 80px;
display: flex;
}
.flow-select-box-pr{
width: 50%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 24px;
background:rgba(0,31,107,0.1);
}
.flow-select-box-sd{
width: 50%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 24px;
background:rgba(0,31,107,0.05);
}
.flow-select-btn{
width: calc(50% - 10px);
height: 120px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border: 1px solid #001F6B;
font-size: 16px;
font-weight: 500;
color: #001F6B;
line-height: 1.5;
border-radius: 4px;
}
.flow-select-btn.full{
width: 100%;
}

.flow-select-btn:nth-child(1),
.flow-select-btn:nth-child(2){
}
.flow-select-btn.active{
border: 1px solid #001F6B;
background: #001F6B;
color: #fff;
}
.flow-select-btn:hover{
cursor: pointer;
background: #001F6B;
color: #fff;
transition: background-color 0.4s, color 0.4s;
}


.flow-block{
display: none;
}
.flow-block.active{
display: block;
animation: fadein 1.2s 1;
}
@keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}}

.flow-block p{
color: #000;
margin: 0 0 80px;
}

.flow-box{
color: #001F6B;
margin: 0 0 48px;
}
.flow-once{
padding: 32px;
background: #F5F5F5;
display: flex;
border-radius: 4px;
}
.flow-once-pr{
width: 192px;
flex-shrink: 0;
padding: 0 8px 0 0;
font-size: 24px;
font-weight: 700;
}
.flow-once-pr.ajust{
display: flex;
align-items: center;
}
.flow-once-pr-ttl{
font-size: 24px;
font-weight: 700;
line-height: 1.5;
}
.flow-once-pr-ttl.add-aj{
}
.flow-once-pr-ttl span{
font-size: 18px;
position: relative;
top: -6px;
}
.flow-once-pr-ttl p{
font-size: 14px;
font-weight: 500;
position: relative;
top: 2px;
    color: #001F6B;
    line-height: 1.7;
    margin: 0;
}
.flow-once-pr-en{
font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 24px;
line-height: 1.5;
margin: 0 0 4px;
}

.flow-once-sd{
width: calc(100% - 176px);
flex-glow:1;
background: #fff;
padding: 32px;
display: flex;
align-items: center;
}
.flow-once-sd.normal{
display: block;
flex-direction: row;
flex-glow:1;
align-items: center;
}
.flow-once-sd.normal a{
color: #001F6B
}
.flow-arrow{
text-align: center;
padding: 24px 0;
}
.flow-arrow img{
width: 28px;
}
.flow-arrow img.add-rm{
opacity: 0;
}
.flow-btn-wrap{
display: flex;
justify-content: space-between;
padding: 48px 0 0;
}
.flow-btn-sep{
width: calc(50% - 24px);
}
.flow-btn-ttl{
font-size: 24px;
font-weight: 700;
text-align: center;
line-height: 1.5;
margin: 0 0 24px;
}
.flow-btn-box{
display: flex;
justify-content: space-between;
}
.flow-btn{
width: calc(50% - 12px);
}
.flow-btn a{
display: block;
height: 120px;
border-radius: 4px;
padding: 18px 0 0;
color: #fff;
position: relative;
}
.flow-btn a .ttl-text{
text-align: center;
font-size: 18px;
font-weight: 700;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.5;
width: 100%;
}
.flow-btn a.btn-t3 .ttl-text{
font-size: 24px;
}

.flow-btn a.btn-t1{
background: #DE7224;
}
.flow-btn a.btn-t2{
background: #368ED2;
}
.flow-btn a.btn-t3{
background: #E40046;
padding: 16px 0 0;
}
.flow-btn a.btn-t3 span{
font-size: 14px;
display: block;
}
.flow-btn a.btn-t3 .ttl-text{
height: 54px;
display: block;
line-height: 1.5;
width: 100%;
}



.flow-btn a .arrow{
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  bottom:18px;;
  width: 32px;
  height: 28px;
  margin: 0 auto;
  line-height: 1;
}

.flow-btn a .arrow:before,
.flow-btn a .arrow:after{
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
font-weight: 100;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.flow-btn a .arrow:after{
  transform: translateX(-100%);
  
}
.flow-btn a:hover .arrow:before{
  animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
  opacity: 1;
}
.flow-btn a:hover .arrow:after{
  animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
  opacity: 1;
}








.qa{
width: 95%;
max-width: 1104px;
margin: 0 auto;
color: #001F6B;
}


.qa-cat{
font-size: 18px;
font-weight: 700;
margin: 0 0 32px;
}


.qa-box{
max-width: 1104px;
margin: 0 auto 56px;
}
.qa-once{
border-top: 1px solid rgba(0,31,107,0.4);
}
.qa-q{
position: relative;
padding: 24px 104px;
font-size: 16px;
font-weight: 700;
}
.info-app-box a{
color: #001F6B;
text-decoration: underline;
}
.info-app-box a:hover,
.qa-q:hover{
opacity:0.7;
transition: .4s opacity;
cursor: pointer;
}


.qa-q::after{
position: absolute;
left: 0;
top: 50%;
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: 700;
content: 'Q';
transform: translateY(-50%);
}
.qa-a{
display: none;
position: relative;
padding: 24px 104px;
font-weight: 500;
background: #F5F5F5;
border-top: 1px solid rgba(0,31,107,0.4);
}
.qa-a a{
color: #001F6B;
text-decoration: underline;
text-underline-offset: 5px;
}



.qa-q .icon{
position: absolute;
top: 50%;
right: 40px;
width: 32px;
height: 32px;
content: '';
transform: translateY(-50%);
}



.qa-q .icon::before,
.qa-q .icon::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #001F6B;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
}

.qa-q .icon::after{
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}

.qa-q.active .icon::before{
    opacity: 0;
}

.qa-q.active .icon::after{
    transform: translateY(-50%) rotate(180deg);
}

.qa-declaration{
background: #fff;
margin: 24px 0;
padding: 32px;
}
.qa-declaration-ttl{
font-size: 18px;
font-weight: 700;
color: #001F6B;
margin: 0 0 24px;
}
.qa-declaration-ttl span{
font-size: 14px;
font-weight: 400;
color: #001F6B;
margin: 0 0 24px;
}
.qa-declaration p {
color: #000;
font-weight: 400;
margin: 0 0 24px;
}
.qa-declaration p span{
color: #001F6B;
padding: 0 8px;
    font-family: "Arial Black", sans-serif;
    font-style: italic;
    font-weight: bold;
}
.qa-declaration-sep-ttl{
font-size: 16px;
font-weight: 700;
color: #001F6B;
margin: 0 0 8px;
}


.add-mgb-t2{
margin: 0 0 16px;
}
.add-mgb-t3{
margin: 0 0 56px;
}








.fix-btn-box{
position: fixed;
width: 496px;
right: 0;
bottom: 80px;
opacity: 0;
display: flex;
justify-content:space-between;
transition:opacity 0.6s 0s;
z-index: 10;
}
.with-sc .fix-btn-box{
opacity: 1;
transition:opacity 1.2s 0s;
}
.fix-btn-box .btn{
width: 240px;
/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
}

.fix-btn-box .btn a{
display: block;
background: #001F6B;
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 60px;
text-align: center;
position: relative;
border-radius: 4px 0 0 4px;
overflow: hidden;
}
.fix-btn-box .btn:nth-child(1) a{
border-radius: 4px;
}
.fix-btn-box .btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 4px 0 0 4px;
    border: 1px solid #001F6B;
}
.fix-btn-box .btn a::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../images/btn-red-corner.svg) no-repeat top center;
    background-size: 100% auto;
    margin: auto;
    z-index: 2;
}
.fix-btn-box .btn a:hover{
background: #fff;
color: #001F6B;
transition: background-color 0.4s, color 0.4s;
}





@media (min-width: 901px) and (max-width: 1200px){
.info-new .page-main-ttl-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 0 2.8% 5%;
}
}
@media (min-width: 901px) and (max-width: 1000px){
.info-new .page-main-ttl-box {
    padding: 0 0 2.8% 3%;
}
.info-new .page-main img {
        position: relative;
        width: 130%;
        left: -15%;
    }

.page-main-ttl-box p.info-main-lead {
    width: 220px;
    padding: 10% 0 0;
}
}




@media only screen and (max-width : 900px) {
.select-cat-box{
display: none;
}

.page-main-ttl-box {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        display: block;
        padding: 0 0;
        margin: -33% 0 0;
    }
.page-main-ttl-box p.info-main-lead {
    width: 100%;
    padding: 10% 0 10%;
}


.personality-ttl-box {
    margin: 0 0 12%;
}
.personality-diagram{
max-width: 500px;
margin: 0 auto 24%;
}
.personality-diagram img {
    width: 100%;
    margin: 0 0 10%;
}
.personality-diagram img.info-personality-pick{
display: block;
width: 100%;
margin: 0 0 5%;
}


.requirements {
    width: 88%;
    margin: 0 auto 20%;
}
.info-app-box {
    display: block;
}
.info-app-pr {
    width: 100%;
    font-size: 16px;
    padding: 8% 0 4%;
    border-bottom: none;
}
.info-app-sd {
    width: 100%;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 8%;
    border-bottom: 1px solid rgba(0, 31, 107, 0.4);
}
.app-t1 {
    display: block;
    flex-wrap: wrap;
}
.app-t1 dt {
    width: 100%;
    font-size: 16px;
    padding: 0 0 4%;
}
.app-t1 dd {
    width: 100%;
}
.info-app-half-box {
    width: 44.8%;
    display: block;
}
.info-app-full-box {
padding: 8% 0;
    border-bottom: 1px solid rgba(0, 31, 107, 0.4);
}
.info-app-half-box .info-app-pr {
        width: 100%;
        font-size: 16px;
        padding: 0 0 5%;
        border-bottom: none;
    }




.how-to-apply {
    width: 88%;
    margin: 0 auto 22%;
}
.flow-box{
color: #001F6B;
margin: 0 0 25%;
}
.flow-once {
    padding: 5% 5%;
    display: block;
}
.flow-once-pr {
    width: 100%;
    padding: 0 0 5%;
    font-size: 24px;
    font-weight: 700;
}
.flow-once-sd {
    width: 100%;
    padding: 7% 5%;
    display: block;
    align-items: center;
}
.flow-once-pr-en {
margin: 0 0 2%;
}
.flow-once-pr-ttl span {
    top: 0;
}
.flow-once-pr-ttl p {
    top: 4px;
    margin: 0 0 4px;
}
.flow-arrow {
    padding: 5% 0;
}


.flow-btn-ttl {
    margin: 0 0 7%;
}

.flow-btn-wrap {
    display: block;
    padding: 0;
}
.flow-btn-sep {
    width: 100%;
}
.flow-btn-box {
    display: block;
    margin: 0 0 12%;
}
.flow-btn {
   width: 100%;
   margin: 0 0 6%;
}

.qa-cat {
    font-size: 18px;
    margin: 0 0 6%;
}

.qa {
    width: 88%;
    margin: 0 auto;
}
.qa-q {
    padding: 5% 44px 5% 12%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.qa-q .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    content: '';
    transform: translateY(-50%);
}
.qa-a {
    padding: 5% 4% 5% 12%;
}
.qa-declaration {
    margin: 5% 0 0;
    padding: 7% 6%;
}
.qa-declaration-ttl {
    font-size: 18px;
    margin: 0 0 6%;
}
.qa-declaration-sep-ttl {
    margin: 0 0 4%;
}



.add-mgb-t2 {
    margin: 0 0 10%;
}
.add-mgb-t3 {
    margin: 0 0 10%;
}





.fix-btn-box{
position: fixed;
width: 94%;
right: 0;
bottom: 50px;
opacity: 0;
display: flex;
justify-content:space-between;
transition:opacity 0.6s 0s;
}
.with-sc .fix-btn-box{
opacity: 1;
transition:opacity 1.2s 0s;
}
.fix-btn-box .btn{
width: calc(50% - 8px);
}

.fix-btn-box .btn a{
display: block;
font-size: 20px;
line-height: 60px;
}
.fix-btn-box .btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 4px 0 0 4px;
    border: 1px solid #001F6B;
}
.fix-btn-box .btn a::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../images/btn-red-corner.svg) no-repeat top center;
    background-size: cover;
    margin: auto;
    z-index: 2;
}
.fix-btn-box .btn a:hover{
background: #fff;
color: #001F6B;
transition: background-color 0.4s, color 0.4s;
}



.flow-ex-text {
    margin: 0 0 16px;
}

.progress-bar-box{
display: none;
}
.flow-add-ttl{
font-size: 16px;
font-weight: 700;
margin: 0 0 40px;
}
.flow-ex-text{
margin: 0 0;
}
.flow-select-box{
margin: 0 0 80px;
display: flex;
flex-wrap: wrap;
}
.flow-select-box-pr{
width: 100%;
display: block;
padding: 32px 16px;
}
.flow-select-box-sd{
width: 100%;
display: block;
padding: 32px 16px;
background: rgba(0, 31, 107, 0.1);
}
.flow-select-btn{
width: 100%;
height: 64px;
font-size: 16px;
margin: 0 0 8px;
}

.flow-select-btn:nth-child(1),
.flow-select-btn:nth-child(2){
margin: 0 0 8px;
}
.flow-select-btn:last-child{
margin: 0 0;
}
.flow-select-btn.active{
border: 1px solid #001F6B;
background: #001F6B;
color: #fff;
}
.flow-select-btn:hover{
cursor: pointer;
background: #001F6B;
color: #fff;
transition: background-color 0.4s, color 0.4s;
}



.flow-cat-sep-ttl{
width: 100%;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
text-align: center;
margin: 32px 0 24px;
}



}


@media only screen and (max-width : 389px) {
    .interview .pm-ttl-box h1 {
        font-size: min(8.2vw, 32px);
    }

}


/*
2026/06/24 oshima add
*/

.page-main-floating {
    position: absolute;
    display: block;
    width: 344px;
    right: 1.97%;
    bottom: 5%;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    opacity: 0;
}
.page-main-floating:hover img {
    transform: scale(1.15);
}
.page-main-floating img {
    transition: transform .4s ease;
}
.loaded .page-main-floating.ose{
    opacity:1;
    transition:opacity 0.8s 1.2s;
}

.page-main-floating > span {
    position: relative;
    display: block;
    overflow: hidden;
}
.page-main-floating > span span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    color: #001F6B;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    padding: 8px 16px 8px 10px;
    border-radius: 0 4px 0 0;
}
.info-app-btn, .flow-once-btn {
    margin-top: 24px;
    width: 100%;
}
.info-app-btn:has(a:nth-of-type(2)), .flow-once-btn:has(a:nth-of-type(2)) {
    display: grid;
    gap: 0 16px
}
.info-app-btn:has(a:nth-of-type(2)) {
    grid-template-columns: repeat(2, 400px);
}
.flow-once-btn:has(a:nth-of-type(2)) {
    grid-template-columns: repeat(2, 1fr);
}
.info-app-btn a, .flow-once-btn a {
    display: block;
    background: #001F6B;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px;
}
.info-app-btn a::before, .flow-once-btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #001F6B;
}
.info-app-btn a::after, .flow-once-btn a::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../images/btn-red-corner.svg) no-repeat top center;
    background-size: 100% auto;
    margin: auto;
    z-index: 2;
}
.info-app-btn a:hover, .flow-once-btn a:hover{
    background: #fff;
    color: #001F6B;
    transition: background-color 0.4s, color 0.4s;
}
.border-b {
    border-bottom: 1px solid rgba(0, 31, 107, 0.40);
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.app-t1 .app-t2 dt, .app-t1 .app-t3 dt {
    font-weight: 500;
    font-size: 14px;
}
.how-to-apply:not(:has(.flow-add-ttl)) .info-sec-ttl {
    margin-bottom: 40px;
}
.flow-once-sd {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.flow-once-sd span{
display: inline-block;
color: #E40046;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) {
    position: relative;
    padding: 0;
    transition: background 0.4s;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #001F6B;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead):hover {
    background-color: #fff;
    color: #001F6B;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead):hover a {
    color: #001F6B;
    opacity: 1;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead):hover .ending-recruit-info-box-lead {
    color: #001F6B;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl {
    margin-bottom: 0;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl a {
    height: 296px;
    padding: 10.8% 5.3% 0;
    display: grid;
    align-items: center;
    transition: color 0.4;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl a .arrow {
    right: 5.3%;
    top: 55.4%;
    transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    margin: 0;
}
.ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl a .arrow::after {
    color: #001F6B;
}
.ending-recruit-info-box-lead {
    position: absolute;
    top: 10.8%;
    left: 5.3%;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.4;
}
@media only screen and (max-width : 900px) {    
    .page-main-floating {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        padding: 6.9%;
    }    
    .info-app-btn:has(a:nth-of-type(2)), .flow-once-btn:has(a:nth-of-type(2)) {
        grid-template-columns: 100%;
        gap: 16px 0;
    }    
    .info-app-btn a, .flow-once-btn a {
        font-size: 18px;
        line-height: 57px;
    }
    .app-t1:has(.app-t2) dt:not(:last-of-type) {
        padding-bottom: 0;
    }
    .app-t1 .app-t2 dt {
        width: 122px;
    }
    .app-t1 .app-t2 dd {
        width: calc(100% - 122px);
    }    
    .app-t1 .app-t3 dt {
        width: 70px;
    }
    .app-t1 .app-t3 dd {
        width: calc(100% - 70px);
    }
    .ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl a {
        height: 212px;
        padding: 22.6% 9.3% 0;
    }
    .ending-recruit-info-box-lead {
        top: 24.5%;
        left: 9.3%;
    }
    .ending-recruit-info .cont-once:has(.ending-recruit-info-box-lead) .ending-recruit-info-box-ttl a .arrow {
        top: 50%;
        right: 9.3%;
    }
}