@charset "UTF-8";

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

/* 汎用クラス */
.mb0{
    margin-bottom: 0px !important;
}
.pb0{
    padding-bottom: 0px !important;
}
.filter_gray{
    filter: grayscale(15%);
}

/*--------------------------------
	main
--------------------------------*/
main:after {
    background: url(/recruit/assets/img/csr/bg_top.svg);
    filter: grayscale(20%);
}

/*--------------------------------
	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);
}
.mainv dl{
	flex: 1;
	text-align: center;
}

/* 正円 */
.box-img{
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.box-img img{
    width: 100%;
    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;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 60px;
    width: 1100px;
    margin-inline: auto;
}
.wrap .item{
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: 352px;
}
.wrap .item::before {/* 擬似要素で正円を作る */
    display: block;
    content: '';
    padding-top: 100%;
}
@media screen and (max-width: 1200px) {
    .wrap {
        width: 90%;
        gap: 8%;
        row-gap: 40px;
    }
    .wrap .item{
        width: 46%;
    }
    .mainv .catch_text{
        line-height: 28px;
    }
}
@media screen and (max-width: 1280px) {
    .wrap_circle{
        gap: 8%;
        row-gap: 1rem;
        width: 90%;
    }
    .wrap_circle .item {
        gap: 8%;
        width: 46%;
    }

}
@media screen and (max-width: 800px) {
    .wrap{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 65%;
        margin: 0 auto;
        row-gap: 30px;
        .wrap_circle{
            width: 65%;
        }
        .wrap_circle .item {
            width: 100%;
            margin: 0 auto;
        }
    }
    .wrap .item{
        width: 70%;
        margin: 0 auto;
    }
    .box-img{
        width: 100%;
    }
    #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: 8%;
        row-gap: 1rem;
        width: 90%;
    }
    .wrap_circle .item {
        gap: 8%;
        width: 46%;
    }

}
@media screen and (max-width: 800px) {
    .wrap_circle{
        width: 65%;
    }
    .wrap_circle .item {
        width: 100%;
        margin: 0 auto;
    }
}

.pick1 {
    font-size: clamp(50px, 7.54vw, 103px);
    font-family: 'EB Garamond', serif;
}
.pick2 {
    font-size: clamp(22px, 1.76vw, 24px);
}
.pick3 {
    font-size: clamp(35px, 5.34vw, 73px);
    font-family: 'EB Garamond', serif;
}
.pick4 {
    font-size: clamp(22px, 1.76vw, 24px);
}
.pick6{
    font-size: clamp(40px, 5.34vw, 73px);
}
.mr-custom{
    margin-right: 15px;
}
.mr-custom5{
    margin-right: 5px;
}
.mr-custom10{
    margin-right: 10px;
}
.font12{
    font-size: 12px;
}


/*--------------------------------
	about_policy
--------------------------------*/
.about_policy{
    padding-bottom: 115px;
}
.about_policy ul li{
    width: calc((98% / 2));
}
.about_policy ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.about_policy p{
    margin: 0;
    margin-bottom: 65px;
    line-height: 2;
    font-size: clamp(14px, 1.17vw, 16px);
    text-align: center;
}
.about_policy p.main_text{
    margin-bottom: 55px;
}
h2 {
    color: #0a79b4;
    font-size: clamp(26px, 2.93vw, 40px);
    display: block;
    margin-bottom: 35px;
    line-height: 1;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    position:relative;
    margin-bottom: 80px;
}
h2::after {
    content: '';
    width: 83px;
    height: 2px;
    background-color: #80b7d5;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px;
}
.about_policy .catch_text{
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 65px;
}
.box_pg{
    width: 81%;
    margin: 0 auto;
    background: #fff;
    padding: 45px 41px;
    padding-bottom: 0px;
    border-radius: 10px;
}
.box_pg:last-child{
    padding-bottom: 71px;
}
.box_pg .label{
    font-size: clamp(14px, 1.46vw, 20px);
    font-weight: 600;
    background: #0a79b4;
    color: #fff;
    width: 32%;
    height: 43px;
    line-height: 43px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.box_pg .label-light{
    background: #3a93c2;
}
.box_pg .label-light2{
    background:#2286bb;
}

.box_pg .title{
    font-size: clamp(30px, 2.78vw, 38px);
    font-weight: 500;
    text-align: left;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 13px;
}
.box_pg:last-child .title{
    padding-bottom: 0px;
}
.box_pg .title_sub{
    font-size: clamp(16px, 1.32vw, 18px);
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1;
}
.box_pg .title_sub::before {
    background-color: #292f4a;
    margin-right: 10px;
    content: "";
    width: 13px;
    height: 1px;
}

.box_pg .content{
    text-align: left;
    margin-bottom: 0px;
}
.box_pg .flex_box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    justify-content: space-between;
    gap: 4%;
    width: 100%;
}
.box_pg .flex_box:last-child{
    margin-bottom: 0px;    
}
.yazirusi{
    display: block;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    main:after {
        height: 49vw!important;
        width: 54vw!important;
    }
    h2::after{
        bottom: 15px;
        width: 51px;
    }
    .box_pg{
        width: 90%;
        padding: 10px 23px;
    }
    .box_pg:nth-of-type(1){
        padding-top: 21px;
    }
    .box_pg:nth-of-type(2n){
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .box_pg:last-child{
        padding-bottom: 61px;
    }
    .box_pg .flex_box{
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .flex_box >div{
        width: 100%;
    }
    .about_policy p.main_text{
        margin-bottom: 63px;
    }
    .box_pg .label{
        margin-bottom: 18px;
        border-radius: 6px;
        height: 35px;
        line-height: 35px;
    }
    .box_pg .title{
        margin-bottom: 18px;
    }
    .box_pg .content{
        margin-bottom: 30px;
    }
    .flex_box img{
        width: 100%;
        vertical-align: bottom;
    }
    .box_pg .title_sub{
        margin-bottom: 17px;
    }
    .box_pg:last-child .title{
        letter-spacing: -1px;
    }
    .cotent_box_img{
        flex-direction: column;
    }
    .about_policy{
        padding-bottom: 60px;
    }
}

/* .box_pg::before{
    width: 28px;
    height: 28px;
    background: url(../img/business/phase_icon_sp.png) no-repeat;
    top: -16%;
    left: 48%;
    margin-right: 0px;
    content: "";
} */

/*--------------------------------
	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;
}

/* student_pg */
.student_pg{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.student_pg h2{
    font-size: clamp(26px, 2.93vw, 40px);
    margin-bottom: 70px;
}
.student_pg h2#voice{
    font-family: 'EB Garamond', serif;
    font-size: clamp(20px, 1.76vw, 24px);
    margin-bottom: 8px;
}
.student_pg h2#voice::after{
    display: none;
}
.student_pg p{
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(14px, 1.17vw, 16px);
}
.student_text{
    line-height: 32px;
}
.voice_box{
    margin-top: 70px;
}
.cotent_box{
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff;
    border-radius: 10px;
}
.cotent_box_img{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cotent_box p{
    margin-bottom: 45px;
}

/* 見出しの左右に装飾 */
.student_pg p.voice_box_text{
    font-family: 'Zen Old Mincho', serif;
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}
.voice_box_text::before{
    width: 3rem;
    height: 33px;
    content: '';
    background: url(/recruit/assets/img/csr/voice_h_left.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.voice_box_text::after{
    width: 3rem;
    height: 33px;
    content: '';
    background: url(/recruit/assets/img/csr/voice_h_right.png);
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
}

/*吹き出し*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
  /*align-items: center;/* /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:60px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 22px 34px 21px 34px;
  border-radius: 12px;
  background: #fff;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:32px;
  text-align: left;
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  bottom: 10px;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fff;
  transform: rotate(-25deg);
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #fff;
  transform: rotate(25deg);
}
/*--------------------------------
	スマホ版
--------------------------------*/
@media screen and (max-width: 767px) {
    body main{
        margin-top: 30px;
    }
    .mainv{
        margin-bottom: 50px;
        width: 88%;
    }
    .point_text{
        margin-top: 10px;
    }
    .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: 20px;
    }
    .about_policy h2{
        margin-bottom: 45px;
        width: 91%;
    }
    .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;
    }
    .student_pg{
        width: 93%;
    }
    .cotent_box{
        padding-top: 40px;
    }
    .cotent_box > div{
        width: 83%;
        margin-inline: auto;
    }
    .faceicon img{
        width: 72px;
    }
    .cotent_box p{
        margin-bottom: 40px;
    }
    .student_pg p.voice_box_text{
        align-items: center;
    }
    .student_text{
        line-height: 28px;
    }
    .voice_box_text::before{
        background: url(/recruit/assets/img/csr/voice_h_left_sp.png);
        background-repeat: no-repeat;
        height: 47px;
    }
    .voice_box_text::after{
        background: url(/recruit/assets/img/csr/voice_h_right_sp.png);
        background-repeat: no-repeat;
        height: 47px;
    }
    .says:after{
        bottom: 70px;
    }
}