@charset "UTF-8";

body{
    background: url(/recruit/assets/img/common/grid.png);
    overflow-wrap: break-word;
    background-size: auto!important;
    background-repeat: repeat!important;
}

/* 汎用クラス */
.mt30{
    margin-top: 30px;
}
.font12{
    font-size: 12px;
}

/*--------------------------------
	main
--------------------------------*/
main:after {
    background: url(/recruit/assets/img/welfare/bg_top.svg);
}
@media screen and (max-width: 700px) {
    main:after {
        background: url(/recruit/assets/img/welfare/bg_top_sp.svg);
    }
}

/*--------------------------------
	mainv
--------------------------------*/
.mainv{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.mainv .catch_text{
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(14px, 1.17vw, 16px);
    font-weight: 500;
    text-align: center;
}

/* 正円 */
.box-img{
    text-align: center;
    width: 100%;
}
.box-img img{
    vertical-align: top;
}
.box-text-content1{
    font-size: clamp(18px, 1.46vw, 20px);
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
}
.box-text-content2{
    font-size: 16px;
    text-align: left;
    line-height: 1.9;
}
@media screen and (max-width: 1280px) {
    .wrap_circle{
        gap: 8%;
        row-gap: 2rem;
        width: 90%;
    }
    .wrap_circle .item {
        gap: 8%;
        width: 46%;
    }
    .box-img img{
        width: 85%;
    }
}
@media screen and (max-width: 800px) {
    .wrap_circle{
        width: 65%;
    }
    .wrap_circle .item {
        width: 100%;
        margin: 0 auto;
    }
    .wrap .item{
        width: 70%;
        margin: 0 auto;
    }
    .box-img{
        width: 100%;
    }
    .box-img + div{
        width: 90%;
    }
    #about_education{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 680px) {
    .wrap .item{
        width: 100%;
    }
}

/* スキルアップ */
.wrap_circle {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 60px;
    width: 1100px;
    margin-inline: auto;
    align-items: flex-start;
}
.wrap_circle .item{
    border-radius: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: 352px;
}
@media screen and (max-width: 1280px) {
    .wrap_circle{
        gap: 2%;
        row-gap: 2rem;
        width: 90%;
    }
    .wrap_circle .item {
        gap: 8%;
        width: 32%;
    }
}
@media screen and (max-width: 800px) {
    .wrap_circle .item {
        width: 100%;
        margin: 0 auto;
    }
}

.flex_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

/*--------------------------------
	about_policy
--------------------------------*/
.about_policy{
    padding-bottom: 80px;
}

.about_policy ul li{
    width: calc((98% / 2));
}
.about_policy .point{
    font-size: clamp(20px, 1.76vw, 24px);
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about_policy .point::before {
    background: url(/recruit/assets/img/development/list_icon.webp);
    background-repeat: no-repeat;
    margin-right: 30px;
    content: "";
    height: 17px;
    width: 9px;
}
.about_policy ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.about_policy ul dl{
    height: 266px;
    background: #fff;
    padding: 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_policy ul li:nth-of-type(1) dl,
.about_policy ul li:nth-of-type(2) dl{
    margin-bottom: 20px;
}
.about_policy ul dt{
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(14px, 1.17vw, 16px);
    line-height: clamp(22px, 2.34vw, 32px);
    margin-bottom: 60px;
}
.about_policy ul dd{
    font-size: clamp(20px, 1.76vw, 24px);
    font-weight: 500;
    color: #0A79B4;
    display: flex;
    align-items: center;
    position: relative;
}
.about_policy ul dd::before {
    background: url(/recruit/assets/img/development/goal_icon.webp);
    background-repeat: no-repeat;
    content: "";
    height: 28px;
    width: 28px;
    top: -50px;
    left: 0%;
    right: 0%;
    margin: auto;
    position: absolute;
}
.about_policy h2 {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.about_policy h2::before {
    background-color: #292f4a;
    margin-right: 10px;
    content: "";
    width: 3.3vw;
    height: 1px;
}
.about_policy .catch_text{
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 65px;
}
/*--------------------------------
	general
--------------------------------*/
.general{
    margin-bottom: 50px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 85px;
}
.general h2{
    line-height: 1;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 65px;
    font-size: clamp(24px, 2.34vw, 32px);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.general h2::before {
    background-color: #292f4a;
    margin-right: 10px;
    content: "";
    width: 3.3vw;
    height: 0.23vw;
}
.general h3{
    margin-bottom: 40px;
    font-size: clamp(20px, 2.05vw, 28px);
    font-weight: 500;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0px;
}
.general ul li{
    font-family: 'Zen Old Mincho', serif;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.general ul li::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    vertical-align: middle;
}

/*--------------------------------
	about_education
--------------------------------*/
.about_education {
    background: #fff;
    padding-top: 85px;
    padding-bottom: 140px;
}
#about_education{
    width: 80%;
    margin: 0 auto;
	margin-bottom: 65px;
}
.about_education h2 {
    line-height: 1;
    margin-bottom: 50px;
    font-size: clamp(24px, 2.34vw, 32px);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.about_education h2::before {
    background-color: #292f4a;
    margin-right: 10px;
    content: "";
    width: 3.3vw;
    height: 0.23vw;
}

/*--------------------------------
	スマホ版
--------------------------------*/
@media screen and (max-width: 767px) {
    body main{
        margin-top: 30px;
    }
    .mainv{
        margin-bottom: 50px;
    }
    .about_policy ul{
        flex-direction: column;
    }
    .about_policy ul li{
        width: 100%;
    }
    .about_policy ul dl{
        width: 100%;
        height: 210px;
    }
    .about_policy .catch_text{
        margin-bottom: 45px;
    }
    .box-text-content1{
        margin-bottom: 25px;
    }
    .box-img{
        margin-bottom: 0px;
    }
    .about_policy h2{
        margin-bottom: 45px;
        width: 90%;
    }
    .about_education{
        padding-bottom: 60px;
    }
    .about_education h2{
        margin-bottom: 35px;
    }
    #about_education{
        margin-bottom: 45px;
        width: 90%;
    }
    .general h2{
        width: 90%;
    }
    .general{
        padding-top: 70px;
    }
    .general h3{
        margin-bottom: 30px;
    }
    .it,
    .semiconductor{
        width: 100%;
    }
    .about_policy ul li:nth-of-type(3) dl{
        margin-bottom: 20px;
    }
}