/* CSS Document */
.recruit_list {
    width: 100%;
}
.recruit_list div{
    padding: 1em;
    border-bottom: 1px solid #f0f0f0;
}
.recruit_list dt{
    width: 100%;
    font-weight: bold;
}
.recruit_list dd{
    padding-left: 1em;
    text-align: left;
    width: 100%;
}
@media screen and (min-width:1280px){
.recruit_list {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.recruit_list dt{
    width: 30%;
}
.recruit_list dd{
    width: 70%;
    text-align: left;
}
}

/********************
.about,profile
********************/
.about > .inner,
.profile > .inner{
    width: 100%;
}
.about .sectiontitle span{
    display: inline;
}
.about .about_img img,
.profile .profile_img img{
    width: 100%;
}
.about .about_img,
.profile .profile_img{
    width: 90%;
    transform: translateY(2em);
    position: relative;
    z-index: 2!important;
}
.profile .profile_img{
    margin-left: auto;
}
.about .about_caption,
.profile .profile_caption{
    padding: 4em 0 2em;
    background: #F7F7F7;
}
.company_caption p:not(:last-of-type){
    margin-bottom: 1em;
}
.company_caption h3{
    margin-top: 2em;
}
@media screen and (min-width:768px){
    .about .about_box,
    .profile .profile_box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-items: stretch;
                align-items: stretch;
        -webkit-align-content: center;
                align-content: center;
    }
    .about .about_img,
    .profile .profile_img{
        width: 60%;
        transform: translate(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-align-content: center;
                align-content: center;
    }
    .about .about_img img,
    .profile .profile_img img{
        height: 80%;
    }
    .about .about_caption,
    .profile .profile_caption{
        width: 50%;
        padding: 10% 0 10% 10%;
        margin-left: -10%;
    }
    .profile .profile_img{
        margin-left: -10%;
    }
    .profile .profile_caption{
        padding: 10% 10% 10% 0%;
        margin-left: 0;
        order: 1;
    }
    .profile .profile_img{
        order: 2;
    }
    .about > .inner,
    .profile > .inner{
        max-width: 100%;
    }
}
@media screen and (min-width:1280px){
/********************
.about,profile
********************/
    .about > .inner,
    .profile > .inner{
        width: 100%;
    }
    .about .sectiontitle span{
        display: inline;
    }
    .profile .profile_img{
    }
    .about .about_caption,
    .profile .profile_caption{
        /*padding: 4em 0 2em;*/
        background: #F7F7F7;
    }
}

.recruit_list {
    width: 100%;
}
.recruit_list div{
    padding: 1em;
    border-bottom: 1px solid #f0f0f0;
}
.recruit_list dt{
    width: 100%;
    font-weight: bold;
}
.recruit_list dd{
    padding-left: 1em;
    text-align: left;
    width: 100%;
}
@media screen and (min-width:1280px){
.recruit_list {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.recruit_list dt{
    width: 30%;
}
.recruit_list dd{
    width: 70%;
    text-align: left;
}
}

.voice_inner {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.voice_list {
    margin-top: 80px;
}
.voice_item {
    display: flex;
    gap: 40px;
}
.voice_item:nth-child(n+2) {
    border-top: 1px solid #a2a2a2;
    margin-top: 40px;
    padding-top: 60px;
}
.voice_desc_cont:nth-child(n+2) {
    margin-top: 40px;
}
.voice_thumb {
    width: 30%;
}
.voice_thumb_image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}
.voice_prof_position {
    padding-right: 8px;
}
.voice_prof_name {
    font-size: 20px;
    font-weight: bold;
}
.voice_desc {
    width: 70%;
}
.voice_desc_heading {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.voice_desc_heading::before {
    content: "";
    position: absolute;
    top: 15px;
    width: 20px;
    height: 1.5px;
    background-color: #000;
}
.voice_desc_heading span {
    padding-left: 30px;
}
.voice_desc_text {
    margin-top: 20px;
}
@media screen and (max-width:768px){
    .voice_list {
        margin-top: 40px;
    }
    .voice_item {
        flex-direction: column;
        align-items: center;
    }
    .voice_desc {
        width: 100%;
        padding-inline: 1em;
    }
    .voice_thumb {
        width: 80%;
    }
    .voice_thumb_image {
        width: 100%;
    }
}

