@charset 'utf-8';

.mb24{margin-bottom: 20px;}
.mb32{margin-bottom: 24px;}
.mb36{margin-bottom: 27px;}
.mb40{margin-bottom: 30px;}
.mb48{margin-bottom: 36px;}
.mb64{margin-bottom: 48px;}
.mb56{margin-bottom: 48px;}
.mb88{margin-bottom: 64px;}
.mb120{margin-bottom: 80px;}
.mb192{margin-bottom: 80px;}

.fs20{font-size: 16px;}
.fs30{font-size: 26px;}
.fs40{font-size: 24px;}

.container{
    padding: 0 20px !important;
}

/* ボタン */
.btn{
    font-size: 15px;
    padding: 16px 0 17px;
    display: block;
    min-width: 100%;
}

/* title */
.title p{
    line-height: 1.4em;
}
.title__img img{
    aspect-ratio: 698 / 67;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left;
}
.center .title__img img{
    object-position: center;
}

/* header */
header{
    padding: 20px;
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
}
.logo{
    position: relative;
    z-index: 10;
    width: calc(100% - 68px);
    top: 13px;
    left: 8px;
}
.logo,
.logo a{
    line-height: 0;
}
.logo img{
    max-height: 40px;
    width: auto;
}

/* ハンバーガーメニュー（ボタン） */
.nav-btn{
    width: 48px;
    height: 48px;
    /*position: relative;*/
    top: 10px;
    right: 10px;
}
.nav-btn-line{
    width: 20px;
    height: 2px;
    left: 14px;
}
.nav-btn-line:nth-of-type(1){
    top: 16px;
}
.nav-btn-line:nth-of-type(2){
    top: 23px;
}
.nav-btn-line:nth-of-type(3){
    bottom: 16px;
}
.nav-btn:hover .nav-btn-line:nth-of-type(1){
    top: 18px;
}
.nav-btn:hover .nav-btn-line:nth-of-type(3){
    bottom: 18px;
}
.nav-btn.active .nav-btn-line:nth-of-type(1){
    top: 23px;
}
.nav-btn.active .nav-btn-line:nth-of-type(3){
    bottom: 23px;
}
.nav-btn.active:hover .nav-btn-line:nth-of-type(1){
    top: 23px;
}
.nav-btn.active:hover .nav-btn-line:nth-of-type(3){
    bottom: 23px;
}

/* ハンバーガーメニュー内 */
.nav-list{
    display: block;
    padding: 0 40px;
    max-width: 400px;
}
.nav-list li{
    margin: 24px 0;
    font-size: 13px;
}
.nav-item img{
    aspect-ratio: 698 / 67;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left;
}

/* footer */
footer{
    padding: 80px 20px 48px;
}
.contact{
    width: 100%;
    box-sizing: border-box;
    padding: 32px 20px 24px;
    border-radius: 12px;
}
.contact__lead{
    font-size: 14px;
}
.copyright{
    font-size: 10px;
}

/* 下層ページ共通 */
.under{
    padding-top: 120px;
}
.text--medium{
    font-size: 16px;
}
.text--large{
    font-size: 20px;
    line-height: 1.6em;
}

/* TOPページ */
.top{
    background: url(../img/top/bg_sp.png) repeat-y top 78px center / 100% auto;
}
.main{
    aspect-ratio: 390 / 448;
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
    margin-top: 9.4%;
    overflow: hidden;
}
.mainText{
    position: absolute;
    bottom: -17px;
    left: 3.6%;
    width: 100%;
}
.mainText__img{
    width: 40%;
    margin-bottom: 4.8%;
}
.mainText p{
    line-height: 1.6;
}
#mainImg1{
    top: 0;
    left: unset;
    right: 2.6%;
    width: 72.6%;
}
#mainImg2{
    top: 9.15%;
    left: -4.3%;
    width: 26.4%;
}
#mainImg3{
    bottom: 13.6%;
    right: 2%;
    width: 40%;
}
#mainImg4{
    top: 24.1%;
    right: -12.6%;
    width: 30.3%;
}
#mainImg5{
    bottom: unset;
    top: 35.7%;
    left: 2.8%;
    width: 27.7%;
} 
.topFlexbox__img{
    width: 100%;
    margin-bottom: 24px;
}
.topFlexbox__text{
    width: 100%;
}
.topFlexbox__text .title img{
    max-width: 100%;
}
.topFlexbox:nth-of-type(2n) .topFlexbox__img{
    order: 1;
}
.topFlexbox:nth-of-type(2n) .topFlexbox__text{
    order: 2;
}
.topVoice{
    margin-bottom: 32px;
}
.topVoice__flexbox{
    gap: 4%;
}
.topVoice__item{
    width: 48%;
    padding: 0;
    margin-bottom: 48px;
    position: relative;
}
.topVoice__career{
    font-size: 15px;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1em;
}
.topBenefits{
    aspect-ratio: unset;
}
.topBenefits__textBox{
    margin-bottom: 32px;
}
.topBenefits__lead{
    max-width: 100%;
}
.topBenefits__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
}
.topBenefits__item{
    position: static;
    width: 45%;
    margin-bottom: 36px;
}
.topBenefits__item:nth-last-child(-n+2){
    margin-bottom: 0;
}
.topBenefits__img{
    position: relative;
}
.topBenefits__text{
    font-size: 13px;
}
.youtube{
    aspect-ratio: 710 / 400;
    width: 100%;
    height: auto;
}

/* 看護部を知る */
.aboutFlexbox{
    flex-wrap: wrap;
    gap: 0;
}
.about__flexImg{
    width: 100%;
    margin-bottom: 24px;
}
.about__flexText{
    width: 100%;
}
.aboutFlexbox:nth-child(2n) .about__flexImg{
    order: 1;
}
.aboutFlexbox:nth-child(2n) .about__flexText{
    order: 2;
}

/* 新人教育について */
.mentorFlexbox{
    gap: 0;
    flex-wrap: wrap;
}
.mentor__flexText{
    width: 100%;
    order: 2;
}
.mentor__flexImg{
    width: 100%;
    order: 1;
    margin-bottom: 24px;
}

/* 数字で知る */
.numberList__top{
    margin-bottom: 40px;
 }
.numberList__top > li:first-of-type{
    width: 100%;
}
.numberList__top > li:last-of-type{
    width: 100%;
}
.numberList__top--left{
    display: flex;
    gap: 8%;
}
.numberList__top--left > li:not(:last-of-type){
    margin-bottom: 40px;
}
.numberList__top--left li,
.numberList__top--right li{
    width: 45%;
}
.numberList__top--right .numberList__inner li{
    width: 100%;
}
.numberList__top--right{
    gap: 8%;
}
.numberList__bottom{
    gap: 8%;
}
.numberList__bottom li{
    margin-bottom: 40px;
    width: 45%;
}
.number__ico5{
    right: calc(34 / 303 * -100%);
}

/* 先輩の声 */
.voiceWrapper{
    padding: 0;
}
.voice__text{
    font-size: 14px;
    letter-spacing: 0.1em;
}
.voiceFlexbox{
    display: block;
    padding: 0 0 40px;
    margin-bottom: 40px;
}
.voice__flexImg{
    width: 72%;
    margin: 0 auto 24px;
}
.voice__carreer{
    left: -32px;
    width: 100px;
    height: 100px;
}
.voice__flexText{
    width: 100%;
}

/* スタッフに聞く */
.questionList{
    aspect-ratio: unset;
    display: flex;
    flex-wrap: wrap;
}
.questionList li{
    position: static;
    width: 33% !important;
    margin-bottom: 20px;
}
.questionList li[data-no="01"]{
    margin-top: -10px;
}
.questionList li[data-no="02"]{
    margin-top: 20px;
}
.questionList li[data-no="03"]{
    margin-top: 0;
}
.questionList li[data-no="04"]{
    margin-top: 10px;
}
.questionList li[data-no="05"]{
    margin-top: 0;
}
.questionList li[data-no="06"]{
    margin-top: 20px;
    margin-left: 1%;
}
.questionList li[data-no="07"]{
    margin-top: 10px;
}
.questionList li[data-no="08"]{
    margin-top: -20px;
}
.questionList li[data-no="09"]{
    margin-top: 20px;
    margin-left: 1%;
}
.questionList li[data-no="10"]{
    margin-top: -10px;
}
.questionList li[data-no="11"]{
    margin-top: 10px;
    margin-left: 1%;
}
.questionList li[data-no="12"]{
    margin-top: 0;
}
.questionList li[data-no="13"]{
    margin-top: 0;
}
.questionList li[data-no="14"]{
    margin-top: -10px;
}
.questionList li[data-no="15"]{
    margin-top: 10px;
}

/* モーダル */
.modal__content{
    padding: 32px 24px 24px;
    border-radius: 12px;
}
.modal__close{
    top: -16px;
    right: -12px;
}
.modal__title{
    margin-bottom: 16px;
}
.modal__body p{
    font-size: 14px;
    line-height: 1.8em;
}