@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.pageTitle {
    background-image: url("../img/recruit/page_title_bg.png");
}
#main h3 {
    margin-bottom: 29px;
    color: #004098;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--noto-serif);
}
#main .idea h3 {
    padding: 0 15px;
    text-align: center;
}
#main .imgBox {
    flex-direction: row-reverse;
}
#main .imgBox .textBox {
    font-size: 1.6rem;
    line-height: 1.75;
}
#main .idea {
    padding: 30px 0 148px;
}
#main .idea .imgBox .photoBox {
    margin-top: 7px;
    width: 550px;
}
#main .idea .imgBox .textBox {
    width: 550px;
}
#main .idea .imgBox .textBox p {
    margin-bottom: 77px;
}
#main .idea .imgBox .textBox .textList {
    margin-top: -30px;
}
#main .idea .imgBox .textBox .textList li {
    margin-top: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-height: 100px;
    box-sizing: border-box;
    color: #004098;
    font-size: 2.6rem;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 1.3;
    background-color: #DFF2FC;
}
#main .info {
    background-color: #DFF2FC;
}
#main .info .imgBox {
    flex-direction: row;
}
#main .info .imgBox .photoBox {
    width: 46.6%;
}
#main .info .imgBox .textBox {
    width: 53.4%;
    align-items: center;
}
#main .info .imgBox .textBox .subBox {
    margin-left: 100px;
    margin-right: auto;
    width: 550px;
}
#main .info .imgBox .textBox .subBox .leader {
    margin-bottom: 13px;
    font-weight: 700;
}
#main .info .imgBox .textBox .name {
    margin-top: 10px;
    text-align: right;
}
#main .matters {
    padding: 140px 0 135px;
}
#main .matters .imgBox .photoList {
    margin-top: -42px;
}
#main .matters .imgBox .photoList li {
    margin-top: 50px;
    width: 550px;
}
#main .matters .imgBox .textBox {
    width: calc(100% - 570px);
}
#main .matters .imgBox .textBox h3 {
    margin-bottom: 27px;
}
#main .matters .imgBox .textBox dd {
    margin-bottom: 30px;
}
#main .matters .imgBox .textBox dd .textList li {
    padding-left: 15px;
    background: url("../img/common/icon01.png") no-repeat left top 9px/10px;
}
#main .matters .imgBox .textBox dd .noteList li {
    padding-left: 0.9em;
    text-indent: -0.9em;
}
@media all and (max-width: 896px) {
    #main h3 {
        font-size: 2rem;
        text-align: center;
    }
    #main .imgBox {
        display: block;
    }
    #main .imgBox .textBox {
        width: auto !important;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #main .imgBox .photoBox {
        margin: 0 0 10px;
        width: auto !important;
    }
    #main .idea {
        padding: 30px 20px 45px;
    }
    #main .idea h3{
        padding: 0;
        text-align: left;
    }
    #main .idea .imgBox .textBox p {
        margin: 0;
    }
    #main .idea .imgBox .textBox .textList {
        margin-top: 5px;
    }
    #main .idea .imgBox .textBox .textList li {
        margin-top: 15px;
        width: 47.7%;
        min-height: 50px;
        font-size: 1.3rem;
        line-height: 1.2;
    }
    #main .info {
        padding: 30px 15px;
    }
    #main .info .imgBox .textBox .subBox {
        margin: 0;
        width: auto;
    }
    #main .matters {
        padding: 45px 15px;
    }
    #main .matters .imgBox .photoList {
        margin: -15px 0 10px;
    }
    #main .matters .imgBox .photoList li {
        margin-top: 15px;
        width: auto;
    }
    #main .matters .imgBox .textBox h3 {
        margin-bottom: 27px;
    }
    #main .matters .imgBox .textBox dd {
        margin-bottom: 15px;
    }
    #main .matters .imgBox .textBox dd .textList li {
        padding-left: 10px;
        background-position: 0px 6px;
        background-size: 8px;
    }
}


.recruit-contact {
    text-align: center;
    margin: 80px auto 100px;
    width: 60%;
}

.recruit-contact__btn {
    display: inline-block;
    width: 100%;
    height: 90px; /* 高めのボタン */
    line-height: 90px;
    background-color: #0072bc;
    color: #ffffff !important; /* 白文字を強制的に適用 */
    font-size: 1.6rem; /* 文字を大きく */
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.recruit-contact__btn:hover {
    background-color: #005a91;
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .recruit-contact {
    width: 90%;
  }
  .recruit-contact__btn {
    height: 75px;
    line-height: 75px;
    font-size: 1.3rem;
  }
}

